r-stabledist
|
public |
Density, Probability and Quantile functions, and random number generation for (skew) stable distributions, using the parametrizations of Nolan.
|
2025-03-25 |
r-spatial
|
public |
Functions for kriging and point pattern analysis.
|
2025-03-25 |
r-sparsem
|
public |
Some basic linear algebra functionality for sparse matrices is provided: including Cholesky decomposition and backsolving as well as standard R subsetting and Kronecker products.
|
2025-03-25 |
r-sparklyr
|
public |
R interface to Apache Spark, a fast and general engine for big data processing, see <http://spark.apache.org>. This package supports connecting to local and remote Apache Spark clusters, provides a 'dplyr' compatible back-end, and provides an interface to Spark's built-in machine learning algorithms.
|
2025-03-25 |
r-sp
|
public |
Classes and methods for spatial data; the classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc.
|
2025-03-25 |
r-sourcetools
|
public |
Tools for the reading and tokenization of R code. The 'sourcetools' package provides both an R and C++ interface for the tokenization of R code, and helpers for interacting with the tokenized representation of R code.
|
2025-03-25 |
r-snowballc
|
public |
An R interface to the C libstemmer library that implements Porter's word stemming algorithm for collapsing words to a common root to aid comparison of vocabulary. Currently supported languages are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.
|
2025-03-25 |
r-slam
|
public |
Data structures and algorithms for sparse arrays and matrices, based on index arrays and simple triplet representations, respectively.
|
2025-03-25 |
r-shinythemes
|
public |
Themes for use with Shiny. Includes several Bootstrap themes from <http://bootswatch.com/>, which are packaged for use with Shiny applications.
|
2025-03-25 |
r-shinysky
|
public |
A set of Shiny UI components includings alerts and styled buttons
|
2025-03-25 |
r-shinyjs
|
public |
Perform common useful JavaScript operations in Shiny apps that will greatly improve your apps without having to know any JavaScript. Examples include: hiding an element, disabling an input, resetting an input back to its original value, delaying code execution by a few seconds, and many more useful functions for both the end user and the developer. 'shinyjs' can also be used to easily call your own custom JavaScript functions from R.
|
2025-03-25 |
r-shinydashboard
|
public |
Create dashboards with 'Shiny'. This package provides a theme on top of 'Shiny', making it easy to create attractive dashboards.
|
2025-03-25 |
r-shinycssloaders
|
public |
Create a lightweight Shiny wrapper for the css-loaders created by Luke Hass <https://github.com/lukehaas/css-loaders>. Wrapping a Shiny output will automatically show a loader when the output is (re)calculating.
|
2025-03-25 |
r-shinybs
|
public |
Adds additional Twitter Bootstrap components to Shiny.
|
2025-03-25 |
r-shiny
|
public |
Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.
|
2025-03-25 |
r-sfsmisc
|
public |
Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, quite a few related to graphics; some were ported from S-plus.
|
2025-03-25 |
r-selectr
|
public |
Translates a CSS3 selector into an equivalent XPath expression. This allows us to use CSS selectors when working with the XML package as it can only evaluate XPath expressions. Also provided are convenience functions useful for using CSS selectors on XML nodes. This package is a port of the Python package 'cssselect' (<https://pythonhosted.org/cssselect/>).
|
2025-03-25 |
r-seacarb
|
public |
Calculates parameters of the seawater carbonate system and assists the design of ocean acidification perturbation experiments.
|
2025-03-25 |
r-scales
|
public |
Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.
|
2025-03-25 |
r-sandwich
|
public |
Model-robust standard error estimators for cross-sectional, time series, clustered, panel, and longitudinal data.
|
2025-03-25 |
r-rzmq
|
public |
Interface to the 'ZeroMQ' lightweight messaging kernel (see <http://www.zeromq.org/> for more information).
|
2025-03-25 |
r-rvest
|
public |
Wrappers around the 'xml2' and 'httr' packages to make it easy to download, then manipulate, HTML and XML.
|
2025-03-25 |
r-rversions
|
public |
Query the main 'R' 'SVN' repository to find the versions 'r-release' and 'r-oldrel' refer to, and also all previous 'R' versions and their release dates.
|
2025-03-25 |
r-runit
|
public |
R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools
|
2025-03-25 |
r-rstudioapi
|
public |
Access the RStudio API (if available) and provide informative error messages when it's not.
|
2025-03-25 |
r-rstan
|
public |
User-facing R functions are provided to parse, compile, test, estimate, and analyze Stan models by accessing the header-only Stan library provided by the 'StanHeaders' package. The Stan project develops a probabilistic programming language that implements full Bayesian statistical inference via Markov Chain Monte Carlo, rough Bayesian inference via 'variational' approximation, and (optionally penalized) maximum likelihood estimation via optimization. In all three cases, automatic differentiation is used to quickly and accurately evaluate gradients without burdening the user with the need to derive the partial derivatives.
|
2025-03-25 |
r-rsqlite
|
public |
Embeds the 'SQLite' database engine in R and provides an interface compliant with the 'DBI' package. The source for the 'SQLite' engine (version 3.8.8.2) is included.
|
2025-03-25 |
r-rserve
|
public |
Rserve acts as a socket server (TCP/IP or local sockets) which allows binary requests to be sent to R. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++ and Java, allowing any application to use facilities of R without the need of linking to R code. Rserve supports remote connection, user authentication and file transfer. A simple R client is included in this package as well.
|
2025-03-25 |
r-rsconnect
|
public |
Programmatic deployment interface for 'RPubs', 'shinyapps.io', and 'RStudio Connect'. Supported content types include R Markdown documents, Shiny applications, Plumber APIs, plots, and static web content.
|
2025-03-25 |
r-rprojroot
|
public |
Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.
|
2025-03-25 |
r-rpart
|
public |
Recursive partitioning for classification, regression and survival trees. An implementation of most of the functionality of the 1984 book by Breiman, Friedman, Olshen and Stone.
|
2025-03-25 |
r-rpanel
|
public |
rpanel provides a set of functions to build simple GUI controls for R functions. These are built on the tcltk package. Uses could include changing a parameter on a graph by animating it with a slider or a "doublebutton", up to more sophisticated control panels. Some functions for specific graphical tasks, referred to as 'cartoons', are provided.
|
2025-03-25 |
r-roxygen2
|
public |
Generate your Rd documentation, 'NAMESPACE' file, and collation field using specially formatted comments. Writing documentation in-line with code makes it easier to keep your documentation up-to-date as your requirements change. 'Roxygen2' is inspired by the 'Doxygen' system for C++.
|
2025-03-25 |
r-rook
|
public |
This package contains the Rook specification and convenience software for building and running Rook applications. To get started, be sure and read the 'Rook' help file first.
|
2025-03-25 |
r-rodbc
|
public |
An ODBC database interface.
|
2025-03-25 |
r-rocr
|
public |
ROC graphs, sensitivity/specificity curves, lift charts, and precision/recall plots are popular examples of trade-off visualizations for specific pairs of performance measures. ROCR is a flexible tool for creating cutoff-parameterized 2D performance curves by freely combining two from over 25 performance measures (new performance measures can be added using a standard interface). Curves from different cross-validation or bootstrapping runs can be averaged by different methods, and standard deviations, standard errors or box plots can be used to visualize the variability across the runs. The parameterization can be visualized by printing cutoff values at the corresponding curve positions, or by coloring the curve according to cutoff. All components of a performance plot can be quickly adjusted using a flexible parameter dispatching mechanism. Despite its flexibility, ROCR is easy to use, with only three commands and reasonable default values for all optional parameters.
|
2025-03-25 |
r-robustbase
|
public |
"Essential" Robust Statistics. Tools allowing to analyze data with robust methods. This includes regression methodology including model selections and multivariate statistics where we strive to cover the book "Robust Statistics, Theory and Methods" by 'Maronna, Martin and Yohai'; Wiley 2006.
|
2025-03-25 |
r-rngtools
|
public |
This package contains a set of functions for working with Random Number Generators (RNGs). In particular, it defines a generic S4 framework for getting/setting the current RNG, or RNG data that are embedded into objects for reproducibility. Notably, convenient default methods greatly facilitate the way current RNG settings can be changed.
|
2025-03-25 |
r-rmysql
|
public |
A 'DBI' interface to 'MySQL' / 'MariaDB'. The 'RMySQL' package contains an old implementation based on legacy code from S-PLUS which being phased out. A modern 'MySQL' client based on 'Rcpp' is available from the 'RMariaDB' package on 'Github': <https://github.com/rstats-db/RMariaDB>.
|
2025-03-25 |
r-rms
|
public |
Regression modeling, testing, estimation, validation, graphics, prediction, and typesetting by storing enhanced model design attributes in the fit. 'rms' is a collection of functions that assist with and streamline modeling. It also contains functions for binary and ordinal logistic regression models, ordinal models for continuous Y with a variety of distribution families, and the Buckley-James multiple regression model for right-censored responses, and implements penalized maximum likelihood estimation for logistic and ordinary linear models. 'rms' works with almost any regression model, but it was especially written to work with binary or ordinal regression models, Cox regression, accelerated failure time models, ordinary linear models, the Buckley-James model, generalized least squares for serially or spatially correlated observations, generalized linear models, and quantile regression.
|
2025-03-25 |
r-rmr2
|
public |
Supports the map reduce programming model on top of hadoop streaming
|
2025-03-25 |
r-rmarkdown
|
public |
Convert R Markdown documents into a variety of formats.
|
2025-03-25 |
r-rmariadb
|
public |
Implements a 'DBI'-compliant interface to 'MariaDB' (<https://mariadb.org/>) and 'MySQL' (<https://www.mysql.com/>) databases.
|
2025-03-25 |
r-rlist
|
public |
Provides a set of functions for data manipulation with list objects, including mapping, filtering, grouping, sorting, updating, searching, and other useful functions. Most functions are designed to be pipeline friendly so that data processing with lists can be chained.
|
2025-03-25 |
r-rlang
|
public |
A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.
|
2025-03-25 |
r-rjsonio
|
public |
This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. Originally, that was too slow for converting large R objects to JSON and was not extensible. rjson's performance is now similar to this package, and perhaps slightly faster in some cases. This package uses methods and is readily extensible by defining methods for different classes, vectorized operations, and C code and callbacks to R functions for deserializing JSON objects to R. The two packages intentionally share the same basic interface. This package (RJSONIO) has many additional options to allow customizing the generation and processing of JSON content. This package uses libjson rather than implementing yet another JSON parser. The aim is to support other general projects by building on their work, providing feedback and benefit from their ongoing development.
|
2025-03-25 |
r-rjson
|
public |
Converts R object into JSON objects and vice-versa
|
2025-03-25 |
r-rjdbc
|
public |
RJDBC is an implementation of R's DBI interface using JDBC as a back-end. This allows R to connect to any DBMS that has a JDBC driver.
|
2025-03-25 |
r-rjava
|
public |
Low-level interface to Java VM very much like .C/.Call and friends. Allows creation of objects, calling methods and accessing fields.
|
2025-03-25 |
r-rhive
|
public |
RHive is an R extension facilitating distributed computing via HIVE query. It provides an easy to use HQL like SQL and R objects and functions in HQL.
|
2025-03-25 |