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

Found 1676 packages in 0.09 seconds

bigreadr — by Florian Privé, 2 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'.

knitcitations — by Carl Boettiger, 4 years ago

Citations for 'Knitr' Markdown Files

Provides the ability to create dynamic citations in which the bibliographic information is pulled from the web rather than having to be entered into a local database such as 'bibtex' ahead of time. The package is primarily aimed at authoring in the R 'markdown' format, and can provide outputs for web-based authoring such as linked text for inline citations. Cite using a 'DOI', URL, or 'bibtex' file key. See the package URL for details.

tidyxl — by Duncan Garmonsway, a year 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'.

tuneR — by Uwe Ligges, a year 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.

keyring — by Gábor Csárdi, a year 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.

RcppArmadillo — by Dirk Eddelbuettel, 23 days ago

'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library

'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the header files from the templated 'Armadillo' library. Thus users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed under Apache License 2; previous releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.

rmatio — by Stefan Widgren, a year ago

Read and Write 'Matlab' Files

Read and write 'Matlab' MAT files from R. The 'rmatio' package supports reading MAT version 4, MAT version 5 and MAT compressed version 5. The 'rmatio' package can write version 5 MAT files and version 5 files with variable compression.

bib2df — by Gianluca Baio, a year 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.

chromConverter — by Ethan Bass, 2 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>.

diffviewer — by Hadley Wickham, a year ago

HTML Widget to Show File Differences

A HTML widget that shows differences between files (text, images, and data frames).