
rstudioapi - Safely Access the RStudio API
Access the RStudio API (if available) and provide informative error messages when it's not.
Last updated
18.97 score 174 stars 2.3k dependents 5.1k scripts 804k 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.71 score 1.2k stars 140 dependents 2.0k scripts 344k 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.38 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.38 score 335 stars 74 dependents 346 scripts 232k downloadssourcetools - Tools for Reading, Tokenizing and Parsing R Code
Tools for Reading, Tokenizing and Parsing R Code.
Last updated
cpp
11.92 score 80 stars 2.0k dependents 34 scripts 498k 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
11.08 score 82 stars 71 dependents 2.0k scripts 34k 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.19 score 62 stars 11 dependents 17 scripts 8.9k downloads