Group: Renjin CRAN Packages
Sort by:Popular

1.Testthat3,001 usages

org.renjin.cran » testthat MIT

Software testing is important, but, in part because it is frustrating and boring, many of us avoid it. 'testthat' is a testing framework for R that is easy learn and use, and integrates with your existing 'workflow'.
Last Release on May 30, 2024

2.MASS1,559 usages

org.renjin.cran » MASS GPL

Functions and datasets to support Venables and Ripley, "Modern Applied Statistics with S" (4th edition, 2002).
Last Release on May 30, 2024

3.Rcpp1,407 usages

org.renjin.cran » Rcpp GPL

The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier ...
Last Release on Sep 17, 2024

4.Ggplot21,391 usages

org.renjin.cran » ggplot2 GPL

A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
Last Release on Nov 21, 2024

5.Matrix784 usages

org.renjin.cran » Matrix GPL

A rich hierarchy of matrix classes, including triangular, symmetric, and diagonal matrices, both dense and sparse and with pattern, logical and numeric entries. Numerous methods for and operations on these matrices, using 'LAPACK' and 'SuiteSparse' ...
Last Release on May 30, 2024

6.Dplyr704 usages

org.renjin.cran » dplyr MIT

A fast, consistent tool for working with data frame like objects, both in memory and out of memory.
Last Release on Oct 5, 2024

7.Plyr601 usages

org.renjin.cran » plyr MIT

A set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to fit a model to each spatial location or ...
Last Release on May 30, 2024

8.Lattice546 usages

org.renjin.cran » lattice GPL

A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from ...
Last Release on Nov 4, 2024

9.Stringr486 usages

org.renjin.cran » stringr GPL

A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from ...
Last Release on Sep 14, 2024

10.RcppArmadillo480 usages

org.renjin.cran » RcppArmadillo GPL

'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics ...
Last Release on Nov 4, 2024

11.Knitr2,573 usages

org.renjin.cran » knitr GPL

Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.
Last Release on May 2, 2022

12.Magrittr471 usages

org.renjin.cran » magrittr MIT

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

13.Reshape2417 usages

org.renjin.cran » reshape2 MIT

Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').
Last Release on Nov 4, 2024

14.ForEach377 usages

org.renjin.cran » foreach

Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter.
Last Release on Sep 14, 2024

15.RColorBrewer323 usages

org.renjin.cran » RColorBrewer Apache

Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org
Last Release on May 30, 2024

16.Tibble266 usages

org.renjin.cran » tibble MIT

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

17.Zoo250 usages

org.renjin.cran » zoo GPL

An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors.
Last Release on Nov 4, 2024

18.Nlme247 usages

org.renjin.cran » nlme GPL

Fit and compare Gaussian linear and nonlinear mixed-effects models.
Last Release on May 30, 2024

19.Tidyr244 usages

org.renjin.cran » tidyr MIT

An evolution of 'reshape2'. It's designed specifically for data tidying (not general reshaping or aggregating) and works well with 'dplyr' data pipelines.
Last Release on Sep 17, 2024

20.Scales226 usages

org.renjin.cran » scales MIT

Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.
Last Release on Nov 4, 2024