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

Found 1744 packages in 0.01 seconds

keyring — by Gábor Csárdi, 5 months ago

Access the System Credential Store from R

Platform independent 'API' to access the operating system's credential store. Currently supports: 'Keychain' on 'macOS', Credential Store on 'Windows', the Secret Service 'API' on 'Linux', and simple, platform independent stores implemented with environment variables or encrypted files. Additional storage back-ends can be added easily.

bigreadr — by Florian Privé, 3 years ago

Read Large Text Files

Read large text files by splitting them in smaller files. Package 'bigreadr' also provides some convenient wrappers around fread() and fwrite() from package 'data.table'.

tuneR — by Uwe Ligges, 2 years ago

Analysis of Music and Speech

Analyze music and speech, extract features like MFCCs, handle wave files and their representation in various ways, read mp3, read midi, perform steps of a transcription, ... Also contains functions ported from the 'rastamat' 'Matlab' package.

tidyxl — by Duncan Garmonsway, 2 years ago

Read Untidy Excel Files

Imports non-tabular from Excel files into R. Exposes cell content, position and formatting in a tidy structure for further manipulation. Tokenizes Excel formulas. Supports '.xlsx' and '.xlsm' via the embedded 'RapidXML' C++ library < https://rapidxml.sourceforge.net>. Does not support '.xlsb' or '.xls'.

readstata13 — by Sebastian Jeworutzki, 6 months ago

Import 'Stata' Data Files

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

googledrive — by Jennifer Bryan, 2 months ago

An Interface to Google Drive

Manage Google Drive files from R.

sparsesvd — by Stephanie Evert, 3 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.

httpuv — by Winston Chang, 7 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.)

EML — by Carl Boettiger, 3 months ago

Read and Write Ecological Metadata Language Files

Work with Ecological Metadata Language ('EML') files. 'EML' is a widely used metadata standard in the ecological and environmental sciences, described in Jones et al. (2006), .

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>.