Showing 3 of total 3 results (show query)
eddelbuettel
littler:R at the Command-Line via 'r'
A scripting and command-line front-end is provided by 'r' (aka 'littler') as a lightweight binary wrapper around the GNU R language and environment for statistical computing and graphics. While R can be used in batch mode, the r binary adds full support for both 'shebang'-style scripting (i.e. using a hash-mark-exclamation-path expression as the first line in scripts) as well as command-line use in standard Unix pipelines. In other words, r provides the R language without the environment.
Maintained by Dirk Eddelbuettel. Last updated 5 days ago.
315 stars 9.39 score 17 scriptsdgkf
testex:Add Tests to Examples
Add tests in-line in examples. Provides standalone functions for facilitating easier test writing in Rd files. However, a more familiar interface is provided using 'roxygen2' tags. Tools are also provided for facilitating package configuration and use with 'testthat'.
Maintained by Doug Kelkhoff. Last updated 12 months ago.
documentationexamplesrlangroxygen2testing
23 stars 6.06 score 6 scriptseddelbuettel
RcppExamples:Examples using 'Rcpp' to Interface R and C++
Examples for Seamless R and C++ integration The 'Rcpp' package contains a C++ library that facilitates the integration of R and C++ in various ways. This package provides some usage examples. Note that the documentation in this package currently does not cover all the features in the package. The site <https://gallery.rcpp.org> regroups a large number of examples for 'Rcpp'.
Maintained by Dirk Eddelbuettel. Last updated 14 days ago.
47 stars 5.58 score 7 scripts