rstudioapi - Safely Access the RStudio API
Access the RStudio API (if available) and provide informative error messages when it's not.
Last updated 20 days ago
19.04 score 168 stars 2.0k packages 3.6k scripts 813k 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 2 days ago
18.12 score 1.0k stars 109 packages 1.3k scripts 201k 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 1 months ago
14.73 score 171 stars 743 packages 180 scripts 104k downloadsrex - Friendly Regular Expressions
A friendly interface for the construction of regular expressions.
Last updated 9 months ago
13.97 score 333 stars 95 packages 171 scripts 145k downloadssourcetools - Tools for Reading, Tokenizing and Parsing R Code
Tools for Reading, Tokenizing and Parsing R Code.
Last updated 2 years ago
11.78 score 76 stars 1.7k packages 31 scripts 491k 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 5 months ago
10.90 score 83 stars 61 packages 1.5k scripts 36k 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 2 months ago
4.92 score 42 stars 5 scripts 169 downloads