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

Found 279 packages in 0.76 seconds

vcr — by Scott Chamberlain, 5 months ago

Record 'HTTP' Calls to Disk

Record test suite 'HTTP' requests and replays them during future runs. A port of the Ruby gem of the same name (< https://github.com/vcr/vcr/>). Works by hooking into the 'webmockr' R package for matching 'HTTP' requests by various rules ('HTTP' method, 'URL', query parameters, headers, body, etc.), and then caching real 'HTTP' responses on disk in 'cassettes'. Subsequent 'HTTP' requests matching any previous requests in the same 'cassette' use a cached 'HTTP' response.

RSelenium — by Ju Yeong Kim, 2 years ago

R Bindings for 'Selenium WebDriver'

Provides a set of R bindings for the 'Selenium 2.0 WebDriver' (see < https://www.selenium.dev/documentation/> for more information) using the 'JsonWireProtocol' (see < https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol> for more information). 'Selenium 2.0 WebDriver' allows driving a web browser natively as a user would either locally or on a remote machine using the Selenium server it marks a leap forward in terms of web browser automation. Selenium automates web browsers (commonly referred to as browsers). Using RSelenium you can automate browsers locally or remotely.

webmockr — by Scott Chamberlain, 5 months ago

Stubbing and Setting Expectations on 'HTTP' Requests

Stubbing and setting expectations on 'HTTP' requests. Includes tools for stubbing 'HTTP' requests, including expected request conditions and response conditions. Match on 'HTTP' method, query parameters, request body, headers and more. Can be used for unit tests or outside of a testing context.

tracerer — by Richèl J.C. Bilderbeek, a year ago

Tracer from R

'BEAST2' (< https://www.beast2.org>) is a widely used Bayesian phylogenetic tool, that uses DNA/RNA/protein data and many model priors to create a posterior of jointly estimated phylogenies and parameters. 'Tracer' (< https://github.com/beast-dev/tracer/>) is a GUI tool to parse and analyze the files generated by 'BEAST2'. This package provides a way to parse and analyze 'BEAST2' input files without active user input, but using R function calls instead.

fastMatMR — by Rohit Goswami, a year ago

High-Performance Matrix Market File Operations

An interface to the 'fast_matrix_market' 'C++' library, this package offers efficient read and write operations for Matrix Market files in R. It supports both sparse and dense matrix formats. Peer-reviewed at ROpenSci (< https://github.com/ropensci/software-review/issues/606>).

rfisheries — by Karthik Ram, 9 years ago

'Programmatic Interface to the 'openfisheries.org' API'

A programmatic interface to 'openfisheries.org'. This package is part of the 'rOpenSci' suite ( http://ropensci.org).

googleLanguageR — by Mark Edmondson, 5 years ago

Call Google's 'Natural Language' API, 'Cloud Translation' API, 'Cloud Speech' API and 'Cloud Text-to-Speech' API

Call 'Google Cloud' machine learning APIs for text and speech tasks. Call the 'Cloud Translation' API < https://cloud.google.com/translate/> for detection and translation of text, the 'Natural Language' API < https://cloud.google.com/natural-language/> to analyse text for sentiment, entities or syntax, the 'Cloud Speech' API < https://cloud.google.com/speech/> to transcribe sound files to text and the 'Cloud Text-to-Speech' API < https://cloud.google.com/text-to-speech/> to turn text into sound files.

mcbette — by Richèl J.C. Bilderbeek, 4 months ago

Model Comparison Using 'babette'

'BEAST2' (< https://www.beast2.org>) is a widely used Bayesian phylogenetic tool, that uses DNA/RNA/protein data and many model priors to create a posterior of jointly estimated phylogenies and parameters. 'mcbette' allows to do a Bayesian model comparison over some site and clock models, using 'babette' (< https://github.com/ropensci/babette/>).

visdat — by Nicholas Tierney, 2 years ago

Preliminary Visualisation of Data

Create preliminary exploratory data visualisations of an entire dataset to identify problems or unexpected features using 'ggplot2'.

chromer — by Karl W Broman, 9 months ago

Interface to Chromosome Counts Database API

A programmatic interface to the Chromosome Counts Database (< https://taux.evolseq.net/CCDB_web/>), Rice et al. (2014) . This package is part of the 'ROpenSci' suite (< https://ropensci.org>).