r-rsm
|
public |
Provides functions to generate response-surface designs, fit first- and second-order response-surface models, make surface plots, obtain the path of steepest ascent, and do canonical analysis. A good reference on these methods is Chapter 10 of Wu, C-F J and Hamada, M (2009) "Experiments: Planning, Analysis, and Parameter Design Optimization" ISBN 978-0-471-69946-0.
|
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-rprintf
|
public |
Provides a set of functions to facilitate building formatted strings under various replacement rules: C-style formatting, variable-based formatting, and number-based formatting. C-style formatting is basically identical to built-in function 'sprintf'. Variable-based formatting allows users to put variable names in a formatted string which will be replaced by variable values. Number-based formatting allows users to use index numbers to represent the corresponding argument value to appear in the string.
|
2025-03-25 |
r-rpart.plot
|
public |
Plot 'rpart' models. Extends plot.rpart() and text.rpart() in the 'rpart' package.
|
2025-03-25 |
r-rpanel
|
public |
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-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-roi.plugin.quadprog
|
public |
Enhances the R Optimization Infrastructure ('ROI') package by registering the 'quadprog' solver. It allows for solving quadratic programming (QP) problems.
|
2025-03-25 |
r-roi
|
public |
The R Optimization Infrastructure ('ROI') is a sophisticated framework for handling optimization problems in R. More information can be found on the 'ROI' homepage <http://roi.r-forge.r-project.org/>.
|
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-rmeta
|
public |
Functions for simple fixed and random effects meta-analysis for two-sample comparisons and cumulative meta-analyses. Draws standard summary plots, funnel plots, and computes summaries and tests for association and heterogeneity.
|
2025-03-25 |
r-rjdbc
|
public |
The RJDBC package 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-rh2
|
public |
DBI/RJDBC interface to h2 database. h2 version 1.3.175 is included.
|
2025-03-25 |
r-rgooglemaps
|
public |
Serves two purposes: (i) Provide a comfortable R interface to query the Google server for static maps, and (ii) Use the map as a background image to overlay plots within R. This requires proper coordinate scaling.
|
2025-03-25 |
r-rex
|
public |
A friendly interface for the construction of regular expressions.
|
2025-03-25 |
r-repr
|
public |
String and binary representations of objects for several formats / mime types.
|
2025-03-25 |
r-reports
|
public |
Assists in writing reports and presentations by providing a frame work that brings together existing R, LaTeX/.docx and Pandoc tools. The package is designed to be used with RStudio, MiKTex/Tex Live/LibreOffice, knitr, knitcitations, Pandoc and pander. The user will want to download these free programs/packages to maximize the effectiveness of the reports package. Functions with two letter names are general text formatting functions for copying text from articles for inclusion as a citation.
|
2025-03-25 |
r-remotes
|
public |
Download and install R packages stored in 'GitHub', 'BitBucket', or plain 'subversion' or 'git' repositories. This package provides the 'install_*' functions in 'devtools'. Indeed most of the code was copied over from 'devtools'.
|
2025-03-25 |
r-rematch
|
public |
A small wrapper on 'regexpr' to extract the matches and captured groups from the match of a regular expression to a character vector.
|
2025-03-25 |
r-relimp
|
public |
Functions to facilitate inference on the relative importance of predictors in a linear or generalized linear model, and a couple of useful Tcl/Tk widgets.
|
2025-03-25 |
r-relations
|
public |
Data structures and algorithms for k-ary relations with arbitrary domains, featuring relational algebra, predicate functions, and fitters for consensus relations.
|
2025-03-25 |
r-registry
|
public |
Provides a generic infrastructure for creating and using registries.
|
2025-03-25 |
r-reactlog
|
public |
Building interactive web applications with R is incredibly easy with 'shiny'. Behind the scenes, 'shiny' builds a reactive graph that can quickly become intertwined and difficult to debug. 'reactlog' (Schloerke 2019) <doi:10.5281/zenodo.2591517> provides a visual insight into that black box of 'shiny' reactivity by constructing a directed dependency graph of the application's reactive state at any time point in a reactive recording.
|
2025-03-25 |
r-rcppprogress
|
public |
Allows to display a progress bar in the R console for long running computations taking place in c++ code, and support for interrupting those computations even in multithreaded code, typically using OpenMP.
|
2025-03-25 |
r-rcolorbrewer
|
public |
Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org
|
2025-03-25 |
r-rbounds
|
public |
Takes matched and unmatched data and calculates Rosenbaum bounds for the treatment effect. Calculates bounds for binary outcome data, Hodges-Lehmann point estimates, Wilcoxon signed-rank test for matched data and matched IV estimators, Wilcoxon sum rank test, and for data with multiple matched controls. Package is also designed to work with the Matching package and operate on Match() objects.
|
2025-03-25 |