r-rclient
|
public |
A free, community-supported, data science tool for high performance analytics
|
2025-03-25 |
r-rbokeh
|
public |
A native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library <http://bokeh.pydata.org/>.
|
2025-03-25 |
r-raster
|
public |
Reading, writing, manipulating, analyzing and modeling of gridded spatial data. The package implements basic and high-level functions. Processing of very large files is supported.
|
2025-03-25 |
r-rappdirs
|
public |
An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's 'Appdirs' (\url{https://github.com/ActiveState/appdirs}) to R.
|
2025-03-25 |
r-randomforest
|
public |
Classification and regression based on a forest of trees using random inputs.
|
2025-03-25 |
r-r6
|
public |
The R6 package allows the creation of 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. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.
|
2025-03-25 |
r-r.utils
|
public |
Utility functions useful when programming and developing R packages.
|
2025-03-25 |
r-r.oo
|
public |
Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.
|
2025-03-25 |
r-r.methodss3
|
public |
Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future may want to migrate to S4. This is a cross-platform package implemented in pure R that generates standard S3 methods.
|
2025-03-25 |
r-qvcalc
|
public |
Functions to compute quasi variances and associated measures of approximation error.
|
2025-03-25 |
r-quantreg
|
public |
Estimation and inference methods for models of conditional quantiles: Linear and nonlinear parametric and non-parametric (total variation penalized) models for conditional quantiles of a univariate response and several methods for handling censored survival data. Portfolio selection methods based on expected shortfall risk are also included.
|
2025-03-25 |
r-quantmod
|
public |
Specify, build, trade, and analyse quantitative financial trading strategies.
|
2025-03-25 |
r-quadprog
|
public |
This package contains routines and documentation for solving quadratic programming problems.
|
2025-03-25 |
r-purrr
|
public |
A complete and consistent functional programming toolkit for R.
|
2025-03-25 |
r-psych
|
public |
A general purpose toolbox for personality, psychometric theory and experimental psychology. Functions are primarily for multivariate analysis and scale construction using factor analysis, principal component analysis, cluster analysis and reliability analysis, although others provide basic descriptive statistics. Item Response Theory is done using factor analysis of tetrachoric and polychoric correlations. Functions for analyzing data at multiple levels include within and between group statistics, including correlations and factor analysis. Functions for simulating and testing particular item and test structures are included. Several functions serve as a useful front end for structural equation modeling. Graphical displays of path diagrams, factor analysis and structural equation models are created using basic graphics. Some of the functions are written to support a book on psychometric theory as well as publications in personality research. For more information, see the <http://personality-project.org/r> web page.
|
2025-03-25 |
r-pspline
|
public |
Smoothing splines with penalties on order m derivatives.
|
2025-03-25 |
r-pryr
|
public |
Useful tools to pry back the covers of R and understand the language at a deeper level.
|
2025-03-25 |
r-proto
|
public |
An object oriented system using object-based, also called prototype-based, rather than class-based object oriented ideas.
|
2025-03-25 |
r-profvis
|
public |
Interactive visualizations for profiling R code.
|
2025-03-25 |
r-profilemodel
|
public |
profileModel provides tools that can be used to calculate, evaluate, plot and use for inference the profiles of *arbitrary* inference functions for *arbitrary* 'glm'-like fitted models with linear predictors.
|
2025-03-25 |
r-prodlim
|
public |
Fast and user friendly implementation of nonparametric estimators for censored event history (survival) analysis. Kaplan-Meier and Aalen-Johansen method.
|
2025-03-25 |
r-processx
|
public |
Portable tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes and their children; restart processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.
|
2025-03-25 |
r-proc
|
public |
Tools for visualizing, smoothing and comparing receiver operating characteristic (ROC curves). (Partial) area under the curve (AUC) can be compared with statistical tests based on U-statistics or bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.
|
2025-03-25 |
r-praise
|
public |
Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.
|
2025-03-25 |
r-pool
|
public |
Enables the creation of object pools, which make it less computationally expensive to fetch a new object. Currently the only supported pooled objects are 'DBI' connections.
|
2025-03-25 |