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

Found 158 packages in 0.01 seconds

usethis — by Jennifer Bryan, 11 days ago

Automate Package and Project Setup

Automate package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio' projects, and more.

super — by Tim Taylor, a year ago

Interpreted String Literals

An implementation of interpreted string literals. Based on the 'glue' package by Hester & Bryan (2024) but with a focus on efficiency and simplicity at a cost of flexibility.

turboEM — by Ravi Varadhan, a year ago

A Suite of Convergence Acceleration Schemes for EM, MM and Other Fixed-Point Algorithms

Algorithms for accelerating the convergence of slow, monotone sequences from smooth, contraction mapping such as the EM and MM algorithms. It can be used to accelerate any smooth, linearly convergent acceleration scheme. A tutorial style introduction to this package is available in a vignette on the CRAN download page or, when the package is loaded in an R session, with vignette("turboEM").

ChemoSpecUtils — by Bryan A. Hanson, a year ago

Functions Supporting Packages ChemoSpec and ChemoSpec2D

Functions supporting the common needs of packages 'ChemoSpec' and 'ChemoSpec2D'.

BMA — by Hana Sevcikova, 6 months ago

Bayesian Model Averaging

Package for Bayesian model averaging and variable selection for linear models, generalized linear models and survival models (cox regression).

knitr — by Yihui Xie, 15 days ago

A General-Purpose Package for Dynamic Report Generation in R

Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.

tidyxl — by Duncan Garmonsway, 3 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'.

rdfp — by Steven M. Mortimer, 7 years ago

An Implementation of the 'DoubleClick for Publishers' API

Functions to interact with the 'Google DoubleClick for Publishers (DFP)' API < https://developers.google.com/ad-manager/api/start> (recently renamed to 'Google Ad Manager'). This package is automatically compiled from the API WSDL (Web Service Description Language) files to dictate how the API is structured. Theoretically, all API actions are possible using this package; however, care must be taken to format the inputs correctly and parse the outputs correctly. Please see the 'Google Ad Manager' API reference < https://developers.google.com/ad-manager/api/rel_notes> and this package's website < https://stevenmmortimer.github.io/rdfp/> for more information, documentation, and examples.

searchConsoleR — by Mark Edmondson, 7 years ago

Google Search Console R Client

Provides an interface with the Google Search Console, formally called Google Webmaster Tools.

roxut — by Bryan A. Hanson, 5 years ago

Document Unit Tests Roxygen-Style

Much as 'roxygen2' allows one to document functions in the same file as the function itself, 'roxut' allows one to write the unit tests in the same file as the function. Once processed, the unit tests are moved to the appropriate directory. Currently supports 'testthat' and 'tinytest' frameworks. The 'roxygen2' package provides much of the infrastructure.