r-maxlik
|
public |
Functions for Maximum Likelihood (ML) estimation and non-linear optimization, and related tools. It includes a unified way to call different optimizers, and classes and methods to handle the results from the ML viewpoint. It also includes a number of convenience tools for testing and developing your own models.
|
2025-03-25 |
r-matrixmodels
|
public |
Modelling with sparse and dense 'Matrix' matrices, using modular prediction and response module classes.
|
2025-03-25 |
r-manipulate
|
public |
Interactive plotting functions for use within RStudio. The manipulate function accepts a plotting expression and a set of controls (e.g. slider, picker, checkbox, or button) which are used to dynamically change values within the expression. When a value is changed using its corresponding control the expression is automatically re-executed and the plot is redrawn.
|
2025-03-25 |
r-magrittr
|
public |
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. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."
|
2025-03-25 |
r-lsmeans
|
public |
Obtain least-squares means for many linear, generalized linear, and mixed models. Compute contrasts or linear functions of least-squares means, and comparisons of slopes. Plots and compact letter displays. Least-squares means were proposed in Harvey, W (1960) "Least-squares analysis of data with unequal subclass numbers", Tech Report ARS-20-8, USDA National Agricultural Library, and discussed further in Searle, Speed, and Milliken (1980) "Population marginal means in the linear model: An alternative to least squares means", The American Statistician 34(4), 216-221 <doi:10.1080/00031305.1980.10483031>. NOTE: Users are encouraged to switch to the 'emmeans' package, as 'lsmeans' will be archived in the not-too-distant future.
|
2025-03-25 |
r-logging
|
public |
logging is a pure R package that implements the ubiquitous log4j package.
|
2025-03-25 |
r-lmertest
|
public |
Provides p-values in type I, II or III anova and summary tables for lmer model fits (cf. lme4) via Satterthwaite's degrees of freedom method. A Kenward-Roger method is also available via the pbkrtest package. Model selection methods include step, drop1 and anova-like tables for random effects (ranova). Methods for Least-Square means (LS-means) and tests of linear contrasts of fixed effects are also available.
|
2025-03-25 |
r-lintr
|
public |
Checks adherence to a given style, syntax errors and possible semantic issues. Supports on the fly checking of R code edited with 'RStudio IDE', 'Emacs', 'Vim', 'Sublime Text' and 'Atom'.
|
2025-03-25 |
r-leaflet
|
public |
Create and customize interactive maps using the 'Leaflet' JavaScript library and the 'htmlwidgets' package. These maps can be used directly from the R console, from 'RStudio', in Shiny applications and R Markdown documents.
|
2025-03-25 |
r-lava
|
public |
A general implementation of Structural Equation Models with latent variables (MLE, 2SLS, and composite likelihood estimators) with both continuous, censored, and ordinal outcomes (Holst and Budtz-Joergensen (2013) <doi:10.1007/s00180-012-0344-y>). Mixture latent variable models and non-linear latent variable models (two-stage)... The package also provides methods for graph exploration (d-separation, back-door criterion), simulation of general non-linear latent variable models, and estimation of influence functions for a broad range of statistical models.
|
2025-03-25 |
r-latticeextra
|
public |
Building on the infrastructure provided by the lattice package, this package provides several new high-level functions and methods, as well as additional utilities such as panel and axis annotation functions.
|
2025-03-25 |
r-labeling
|
public |
Provides a range of axis labeling algorithms
|
2025-03-25 |
r-knitr
|
public |
Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.
|
2025-03-25 |
r-janeaustenr
|
public |
Full texts for Jane Austen's 6 completed novels, ready for text analysis. These novels are "Sense and Sensibility", "Pride and Prejudice", "Mansfield Park", "Emma", "Northanger Abbey", and "Persuasion".
|
2025-03-25 |
r-iterators
|
public |
Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.
|
2025-03-25 |
r-irkernel
|
public |
The R kernel for the 'Jupyter' environment executes R code which the front-end ('Jupyter Notebook' or other front-ends) submits to the kernel via the network.
|
2025-03-25 |
r-irdisplay
|
public |
An interface to the rich display capabilities of 'Jupyter' front-ends (e.g. 'Jupyter Notebook') <https://jupyter.org>. Designed to be used from a running 'IRkernel' session <https://irkernel.github.io>.
|
2025-03-25 |
r-inline
|
public |
Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions.
|
2025-03-25 |
r-httr
|
public |
Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components (authenticate(), add_headers() and so on).
|
2025-03-25 |
r-htmlwidgets
|
public |
A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications.
|
2025-03-25 |
r-htmltable
|
public |
Tables with state-of-the-art layout elements such as row spanners, column spanners, table spanners, zebra striping, and more. While allowing advanced layout, the underlying css-structure is simple in order to maximize compatibility with word processors such as 'MS Word' or 'LibreOffice'. The package also contains a few text formatting functions that help outputting text compatible with HTML/LaTeX.
|
2025-03-25 |
r-hms
|
public |
Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.
|
2025-03-25 |
r-highr
|
public |
Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package (<http://www.andre-simon.de>).
|
2025-03-25 |
r-highcharter
|
public |
A wrapper for the 'Highcharts' library including shortcut functions to plot R objects. 'Highcharts' <http://www.highcharts.com/> is a charting library offering numerous chart types with a simple configuration syntax.
|
2025-03-25 |
r-gtable
|
public |
Tools to make it easier to work with "tables" of 'grobs'.
|
2025-03-25 |
r-gridextra
|
public |
Provides a number of user-level functions to work with "grid" graphics, notably to arrange multiple grid-based plots on a page, and draw tables.
|
2025-03-25 |
r-gistr
|
public |
Work with 'GitHub' 'gists' from 'R' (e.g., <http://en.wikipedia.org/wiki/GitHub#Gist>, <https://help.github.com/articles/about-gists/>). A 'gist' is simply one or more files with code/text/images/etc. This package allows the user to create new 'gists', update 'gists' with new files, rename files, delete files, get and delete 'gists', star and 'un-star' 'gists', fork 'gists', open a 'gist' in your default browser, get embed code for a 'gist', list 'gist' 'commits', and get rate limit information when 'authenticated'. Some requests require authentication and some do not. 'Gists' website: <https://gist.github.com/>.
|
2025-03-25 |
r-ggvis
|
public |
An implementation of an interactive grammar of graphics, taking the best parts of 'ggplot2', combining them with the reactive framework of 'shiny' and drawing web graphics using 'vega'.
|
2025-03-25 |
r-ggplot2
|
public |
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.
|
2025-03-25 |
r-getopt
|
public |
Package designed to be used with Rscript to write ``#!'' shebang scripts that accept short and long flags/options. Many users will prefer using instead the packages optparse or argparse which add extra features like automatically generated help option and usage, support for default values, positional argument support, etc.
|
2025-03-25 |
r-fwdselect
|
public |
A simple method to select the best model or best subset of variables using different types of data (binary, Gaussian or Poisson) and applying it in different contexts (parametric or non-parametric).
|
2025-03-25 |
r-formula
|
public |
Infrastructure for extended formulas with multiple parts on the right-hand side and/or multiple responses on the left-hand side (see <DOI:10.18637/jss.v034.i01>).
|
2025-03-25 |
r-formatr
|
public |
Provides a function tidy_source() to format R source code. Spaces and indent will be added to the code automatically, and comments will be preserved under certain conditions, so that R code will be more human-readable and tidy. There is also a Shiny app as a user interface in this package (see tidy_app()).
|
2025-03-25 |
r-foreach
|
public |
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. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.
|
2025-03-25 |
r-forcats
|
public |
Helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, 'anonymising', and manually 'recoding').
|
2025-03-25 |
r-findpython
|
public |
Package designed to find an acceptable python binary.
|
2025-03-25 |
r-evaluate
|
public |
Parsing and evaluation tools that make it easy to recreate the command line behaviour of R.
|
2025-03-25 |
r-estimability
|
public |
Provides tools for determining estimability of linear functions of regression coefficients, and 'epredict' methods that handle non-estimable cases correctly. Estimability theory is discussed in many linear-models textbooks including Chapter 3 of Monahan, JF (2008), "A Primer on Linear Models", Chapman and Hall (ISBN 978-1-4200-6201-4).
|
2025-03-25 |
r-dygraphs
|
public |
An R interface to the 'dygraphs' JavaScript charting library (a copy of which is included in the package). Provides rich facilities for charting time-series data in R, including highly configurable series- and axis-display and interactive features like zoom/pan and series/point highlighting.
|
2025-03-25 |
r-drr
|
public |
An Implementation of Dimensionality Reduction via Regression using Kernel Ridge Regression.
|
2025-03-25 |
r-downloader
|
public |
Provides a wrapper for the download.file function, making it possible to download files over HTTPS on Windows, Mac OS X, and other Unix-like platforms. The 'RCurl' package provides this functionality (and much more) but can be difficult to install because it must be compiled with external dependencies. This package has no external dependencies, so it is much easier to install.
|
2025-03-25 |
r-domc
|
public |
Provides a parallel backend for the %dopar% function using the multicore functionality of the parallel package.
|
2025-03-25 |
r-dichromat
|
public |
Collapse red-green or green-blue distinctions to simulate the effects of different types of color-blindness.
|
2025-03-25 |
r-diagrammer
|
public |
Build graph/network structures using functions for stepwise addition and deletion of nodes and edges. Work with data available in tables for bulk addition of nodes, edges, and associated metadata. Use graph selections and traversals to apply changes to specific nodes or edges. A wide selection of graph algorithms allow for the analysis of graphs. Visualize the graphs and take advantage of any aesthetic properties assigned to nodes and edges.
|
2025-03-25 |
r-desc
|
public |
Tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages.
|
2025-03-25 |
r-deoptimr
|
public |
Differential Evolution (DE) stochastic algorithms for global optimization of problems with and without constraints. The aim is to curate a collection of its state-of-the-art variants that (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language. Currently, it only provides an implementation of the 'jDE' algorithm by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>.
|
2025-03-25 |
r-debugme
|
public |
Specify debug messages as special string constants, and control debugging of packages via environment variables.
|
2025-03-25 |
r-dbplyr
|
public |
A 'dplyr' back end for databases that allows you to work with remote database tables as if they are in-memory data frames. Basic features works with any database that has a 'DBI' back end; more advanced features require 'SQL' translation to be provided by the package author.
|
2025-03-25 |
r-dbi
|
public |
A database interface definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.
|
2025-03-25 |
r-cvtools
|
public |
Tools that allow developers to write functions for cross-validation with minimal programming effort and assist users with model selection.
|
2025-03-25 |