Parallel

Artifacts using parallel version 0.8.2479 (13)
Sort by:Popular

Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression.
Last Release on Nov 21, 2024
Provides a 'tbl_df' class (the 'tibble') that provides stricter checking and better formatting than the traditional data frame.
Last Release on Jun 4, 2024
Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package.
Last Release on Nov 4, 2024
Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking.
Last Release on Nov 22, 2024
An extension to stopifnot() that makes it easy to declare the pre and post conditions that you code should satisfy, while also producing friendly error messages so that your users know what's gone wrong.
Last Release on Sep 17, 2024
A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.
Last Release on Nov 22, 2024
Functions for kernel smoothing (and density estimation) corresponding to the book: Wand, M.P. and Jones, M.C.
Last Release on May 12, 2022
An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals ...
Last Release on Nov 4, 2024
Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.
Last Release on May 30, 2024
A simple header-only logging library for C++. Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use it.
Last Release on Apr 30, 2022