Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 1768 packages in 0.17 seconds

sparsesvd — by Stephanie Evert, 4 months ago

Sparse Truncated Singular Value Decomposition (from 'SVDLIBC')

Wrapper around the 'SVDLIBC' library for (truncated) singular value decomposition of a sparse matrix. Currently, only sparse real matrices in Matrix package format are supported.

readstata13 — by Sebastian Jeworutzki, 8 months ago

Import 'Stata' Data Files

Function to read and write the 'Stata' file format.

googledrive — by Jennifer Bryan, 4 months ago

An Interface to Google Drive

Manage Google Drive files from R.

httpuv — by Winston Chang, 8 months ago

HTTP and WebSocket Server Library

Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)

thematic — by Carson Sievert, 3 months ago

Unified and Automatic 'Theming' of 'ggplot2', 'lattice', and 'base' R Graphics

Theme 'ggplot2', 'lattice', and 'base' graphics based on a few choices, including foreground color, background color, accent color, and font family. Fonts that aren't available on the system, but are available via download on 'Google Fonts', can be automatically downloaded, cached, and registered for use with the 'showtext' and 'ragg' packages.

smoothSurv — by Arnošt Komárek, 2 years ago

Survival Regression with Smoothed Error Distribution

Contains, as a main contribution, a function to fit a regression model with possibly right, left or interval censored observations and with the error distribution expressed as a mixture of G-splines. Core part of the computation is done in compiled 'C++' written using the 'Scythe' Statistical Library Version 0.3.

chromConverter — by Ethan Bass, 9 months ago

Chromatographic File Converter

Reads chromatograms from binary formats into R objects. Currently supports conversion of 'Agilent ChemStation', 'Agilent MassHunter', 'Shimadzu LabSolutions', 'ThermoRaw', and 'Varian Workstation' files as well as various text-based formats. In addition to its internal parsers, chromConverter contains bindings to parsers in external libraries, such as 'Aston' < https://github.com/bovee/aston>, 'Entab' < https://github.com/bovee/entab>, 'rainbow' < https://rainbow-api.readthedocs.io/>, and 'ThermoRawFileParser' < https://github.com/compomics/ThermoRawFileParser>.

rmio — by Florian Privé, 4 years ago

Provides 'mio' C++11 Header Files

Provides header files of 'mio', a cross-platform C++11 header-only library for memory mapped file IO < https://github.com/mandreyel/mio>.

bib2df — by Gianluca Baio, 2 years ago

Parse a BibTeX File to a Data Frame

Parse a BibTeX file to a data.frame to make it accessible for further analysis and visualization.

crosstalk — by Carson Sievert, 4 months ago

Inter-Widget Interactivity for HTML Widgets

Provides building blocks for allowing HTML widgets to communicate with each other, with Shiny or without (i.e. static .html files). Currently supports linked brushing and filtering.