
rstudioapi - Safely Access the RStudio API
Access the RStudio API (if available) and provide informative error messages when it's not.
Last updated
19.13 score 175 stars 2.3k dependents 5.4k scripts 911k downloadsrenv - Project Environments
A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.
Last updated
18.91 score 1.2k stars 139 dependents 3.4k scripts 304k downloadsRcppParallel - Parallel Programming Tools for 'Rcpp'
High level functions for parallel programming with 'Rcpp'. For example, the 'parallelFor()' function can be used to convert the work of a standard serial "for" loop into a parallel one and the 'parallelReduce()' function can be used for accumulating aggregate or other values.
Last updated
onetbbcpp
15.39 score 173 stars 1.0k dependents 345 scripts 549k downloadsrex - Friendly Regular Expressions
A friendly interface for the construction of regular expressions.
Last updated
14.45 score 334 stars 73 dependents 352 scripts 274k downloadssourcetools - Tools for Reading, Tokenizing and Parsing R Code
Tools for Reading, Tokenizing and Parsing R Code.
Last updated
cpp
12.02 score 80 stars 2.1k dependents 34 scripts 621k downloadsRcppRoll - Efficient Rolling / Windowed Operations
Provides fast and efficient routines for common rolling / windowed operations. Routines for the efficient computation of windowed mean, median, sum, product, minimum, maximum, standard deviation and variance are provided.
Last updated
cpp
10.83 score 82 stars 71 dependents 1.5k scripts 25k downloadsdotty - The Unpacking Dot Operator
Provides a `.` object which can be used for unpacking assignments. For example, `.[rows, columns] <- dim(cars)` could be used to pull the number of rows and number of columns from `dim(cars)` into individual variables `rows` and `columns` in a single step.
Last updated
7.06 score 62 stars 11 dependents 17 scripts 6.6k downloads