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

Found 1911 packages in 0.10 seconds

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

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

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.

googledrive — by Jennifer Bryan, 8 months ago

An Interface to Google Drive

Manage Google Drive files from R.

lgr — by Stefan Fleck, 4 months ago

A Fully Featured Logging Framework

A flexible, light-weight logging framework based on 'R6' classes. It supports hierarchical loggers, structured logging, output to plaintext, 'JSON', (rotating) files, and memory buffers. Additional appenders for 'Elasticsearch', 'Dynatrace', databases, email and push notifications, and more are available in the 'lgrExtra' package.

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.

Cairo — by Simon Urbanek, 7 months ago

R Graphics Device using Cairo Graphics Library for Creating High-Quality Bitmap (PNG, JPEG, TIFF), Vector (PDF, SVG, PostScript) and Display (X11 and Win32) Output

R graphics device using cairographics library that can be used to create high-quality vector (PDF, PostScript and SVG) and bitmap output (PNG,JPEG,TIFF), and high-quality rendering in displays (X11 and Win32). Since it uses the same back-end for all output, copying across formats is WYSIWYG. Files are created without the dependence on X11 or other external programs. This device supports alpha channel (semi-transparent drawing) and resulting images can contain transparent and semi-transparent regions. It is ideal for use in server environments (file output) and as a replacement for other devices that don't have Cairo's capabilities such as alpha support or anti-aliasing. Backends are modular such that any subset of backends is supported.

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

RJSONIO — by Yaoxiang Li, 8 days ago

Serialize R Objects to JSON

Converts R objects to and from JavaScript Object Notation (JSON). The package provides a stable interface for reading JSON from strings, files, and connections, and for serializing common R objects, including vectors, lists, data frames, arrays, environments, and S4 objects. It also exposes parser handlers, callbacks, and S4 methods for applications that need customized JSON processing while preserving established RJSONIO behavior.

knitcitations — by Carl Boettiger, 5 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.