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

Found 117 packages in 0.01 seconds

languagelayeR — by Colin FAY, 7 years ago

Access the 'languagelayer' API

Improve your text analysis with languagelayer < https://languagelayer.com>, a powerful language detection API.

gargoyle — by Colin Fay, 5 years ago

An Event-Based Mechanism for 'Shiny'

An event-Based framework for building 'Shiny' apps. Instead of relying on standard 'Shiny' reactive objects, this package allow to relying on a lighter set of triggers, so that reactive contexts can be invalidated with more control.

fitnmr — by Colin Smith, 2 months ago

Multidimensional Nuclear Magnetic Resonance Peak Fitting and Analysis

Tools for fitting and analyzing 1D-4D nuclear magnetic resonance spectra with analytical models of peak shapes and peak groups. The package reads spectra in 'NMRPipe' format, builds constrained parameter structures for chemical shifts, line widths, scalar couplings, volumes, and phases, and performs nonlinear least-squares optimization for iterative peak discovery or simultaneous fits across multiple spectra. It also provides methods for visualization, preprocessing, and kinetic analysis of 1D time-series data, including automated phase optimization, solvent suppression, time-domain correction for frequency shifts and line broadening, modeling spectra as linear combinations of two component spectra, and exponential rate fitting.

icesVMS — by Colin Millar, 3 years ago

Link to the ICES Vessel Monitoring System and Logbook Database Web Services

Links to the ICES Vessel Monitoring System (VMS) and logbook database web services < https://data.ices.dk/vms/webservices> to allow users to download summaries and data products.

rct3 — by Colin Millar, 6 years ago

Predict Fish Year-Class Strength from Survey Data

Predict fish year-class strength by calibration regression analysis of multiple recruitment index series.

icesDatsuQC — by Colin Millar, 2 years ago

Run Quality Checks on Data Prior to Submission to ICES

Run quality checks on data sets using the same checks that are conducted on the ICES Data Submission Utility (DATSU) < https://datsu.ices.dk>.

proustr — by Colin Fay, 7 years ago

Tools for Natural Language Processing in French

Tools for Natural Language Processing in French and texts from Marcel Proust's collection "A La Recherche Du Temps Perdu". The novels contained in this collection are "Du cote de chez Swann ", "A l'ombre des jeunes filles en fleurs","Le Cote de Guermantes", "Sodome et Gomorrhe I et II", "La Prisonniere", "Albertine disparue", and "Le Temps retrouve".

icesSD — by Colin Millar, 2 years ago

Stock Database Web Services

R interface to access the web services of the ICES Stock Database < https://sd.ices.dk>.

gambin — by Thomas Matthews, 5 years ago

Fit the Gambin Model to Species Abundance Distributions

Fits unimodal and multimodal gambin distributions to species-abundance distributions from ecological data, as in in Matthews et al. (2014) . 'gambin' is short for 'gamma-binomial'. The main function is fit_abundances(), which estimates the 'alpha' parameter(s) of the gambin distribution using maximum likelihood. Functions are also provided to generate the gambin distribution and for calculating likelihood statistics.

neo4r — by Colin Fay, 7 years ago

A 'Neo4J' Driver

A Modern and Flexible 'Neo4J' Driver, allowing you to query data on a 'Neo4J' server and handle the results in R. It's modern in the sense it provides a driver that can be easily integrated in a data analysis workflow, especially by providing an API working smoothly with other data analysis and graph packages. It's flexible in the way it returns the results, by trying to stay as close as possible to the way 'Neo4J' returns data. That way, you have the control over the way you will compute the results. At the same time, the result is not too complex, so that the "heavy lifting" of data wrangling is not left to the user.