Found 114 packages in 0.01 seconds
Pretty Base Graphics
Drop-in replacements for standard base graphics functions. The replacements are prettier versions of the originals.
R Interface to the Pushbullet Messaging Service
An R interface to the Pushbullet messaging service which provides fast and efficient notifications (and file transfer) between computers, phones and tablets. An account has to be registered at the site < https://www.pushbullet.com> site to obtain a (free) API key.
Functions to Interact with the ICES Data Submission Utility (DATSU)
Functions to Interact with the ICES Data Submission Utility (DATSU) < https://datsu.ices.dk/web/index.aspx>.
Datasets from the Datasaurus Dozen
The Datasaurus Dozen is a set of datasets with the same
summary statistics. They retain the same summary statistics despite
having radically different distributions. The datasets represent a
larger and quirkier object lesson that is typically taught via
Anscombe's Quartet (available in the 'datasets' package). Anscombe's
Quartet contains four very different distributions with the same
summary statistics and as such highlights the value of visualisation
in understanding data, over and above summary statistics. As well as
being an engaging variant on the Quartet, the data is generated in a
novel way. The simulated annealing process used to derive datasets
from the original Datasaurus is detailed in "Same Stats, Different
Graphs: Generating Datasets with Varied Appearance and Identical
Statistics through Simulated Annealing"
Names Your 'R Markdown' Chunks
It names the 'R Markdown' chunks of files based on the filename.
Scans R Projects for Vulnerable Third Party Dependencies
Collects a list of your third party R packages, and scans them with the 'OSS' Index provided by 'Sonatype', reporting back on any vulnerabilities that are found in the third party packages you use.
Generate Personality Insights Sunburst Diagrams
Generates Personality Insights sunburst diagrams based on 'IBM Watson' Personality Insights service output.
Stock Assessment Graphs Database Web Services
R interface to access the web services of the ICES Stock Assessment Graphs database < https://sg.ices.dk>.
'Drat' R Archive Template
Creation and use of R Repositories via helper functions to insert packages into a repository, and to add repository information to the current R session. Two primary types of repositories are support: gh-pages at GitHub, as well as local repositories on either the same machine or a local network. Drat is a recursive acronym: Drat R Archive Template.
Formal Parser and Related Tools for R Markdown Documents
An implementation of a formal grammar and parser for R Markdown documents using the Boost Spirit X3 library. It also includes a collection of high level functions for working with the resulting abstract syntax tree.