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

Found 284 packages in 0.01 seconds

tidyhydat — by Sam Albers, 22 days ago

Extract and Tidy Canadian 'Hydrometric' Data

Provides functions to access historical and real-time national 'hydrometric' data from Water Survey of Canada data sources (< https://dd.weather.gc.ca/hydrometric/csv/> and < https://collaboration.cmc.ec.gc.ca/cmc/hydrometrics/www/>) and then applies tidy data principles.

predictNMB — by Rex Parsons, 2 years ago

Evaluate Clinical Prediction Models by Net Monetary Benefit

Estimates when and where a model-guided treatment strategy may outperform a treat-all or treat-none approach by Monte Carlo simulation and evaluation of the Net Monetary Benefit. Details can be viewed in Parsons et al. (2023) .

riem — by MaĆ«lle Salmon, 2 months ago

Accesses Weather Data from the Iowa Environment Mesonet

Allows to get weather data from Automated Surface Observing System (ASOS) stations (airports) in the whole world thanks to the Iowa Environment Mesonet website.

microdemic — by Scott Chamberlain, 4 years ago

'Microsoft Academic' API Client

The 'Microsoft Academic Knowledge' API provides programmatic access to scholarly articles in the 'Microsoft Academic Graph' (< https://academic.microsoft.com/>). Includes methods matching all 'Microsoft Academic' API routes, including search, graph search, text similarity, and interpret natural language query string.

nlrx — by Sebastian Hanss, a year ago

Setup, Run and Analyze 'NetLogo' Model Simulations from 'R' via 'XML'

Setup, run and analyze 'NetLogo' (< https://ccl.northwestern.edu/netlogo/>) model simulations in 'R'. 'nlrx' experiments use a similar structure as 'NetLogos' Behavior Space experiments. However, 'nlrx' offers more flexibility and additional tools for running and analyzing complex simulation designs and sensitivity analyses. The user defines all information that is needed in an intuitive framework, using class objects. Experiments are submitted from 'R' to 'NetLogo' via 'XML' files that are dynamically written, based on specifications defined by the user. By nesting model calls in future environments, large simulation design with many runs can be executed in parallel. This also enables simulating 'NetLogo' experiments on remote high performance computing machines. In order to use this package, 'Java' and 'NetLogo' (>= 5.3.1) need to be available on the executing system.

rplos — by Scott Chamberlain, 4 years ago

Interface to the Search API for 'PLoS' Journals

A programmatic interface to the 'SOLR' based search API (< http://api.plos.org/>) provided by the Public Library of Science journals to search their articles. Functions are included for searching for articles, retrieving articles, making plots, doing 'faceted' searches, 'highlight' searches, and viewing results of 'highlighted' searches in a browser.

opencage — by Daniel Possenriede, 4 years ago

Geocode with the OpenCage API

Geocode with the OpenCage API, either from place name to longitude and latitude (forward geocoding) or from longitude and latitude to the name and address of a location (reverse geocoding), see < https://opencagedata.com/>.

webmockr — by Scott Chamberlain, 2 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.

tabulapdf — by Mauricio Vargas Sepulveda, 5 months ago

Extract Tables from PDF Documents

Bindings for the 'Tabula' < https://tabula.technology/> 'Java' library, which can extract tables from PDF files. This tool can reduce time and effort in data extraction processes in fields like investigative journalism. It allows for automatic and manual table extraction, the latter facilitated through a 'Shiny' interface, enabling manual areas selection\ with a computer mouse for data retrieval.

rix — by Bruno Rodrigues, 17 days ago

Reproducible Data Science Environments with 'Nix'

Simplifies the creation of reproducible data science environments using the 'Nix' package manager, as described in Dolstra (2006) . The included `rix()` function generates a complete description of the environment as a `default.nix` file, which can then be built using 'Nix'. This results in project specific software environments with pinned versions of R, packages, linked system dependencies, and other tools. Additional helpers make it easy to run R code in 'Nix' software environments for testing and production.