Found 539 packages in 0.06 seconds
Facilities for Simulating from ODE-Based Models
Facilities for running simulations from ordinary differential equation ('ODE') models, such as pharmacometrics and other compartmental models. A compilation manager translates the ODE model into C, compiles it, and dynamically loads the object code into R for improved computational efficiency. An event table object facilitates the specification of complex dosing regimens (optional) and sampling schedules. NB: The use of this package requires both C and Fortran compilers, for details on their use with R please see Section 6.3, Appendix A, and Appendix D in the "R Administration and Installation" manual. Also the code is mostly released under GPL. The 'VODE' and 'LSODA' are in the public domain. The information is available in the inst/COPYRIGHTS.
A General-Purpose Package for Dynamic Report Generation in R
Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.
Spatial and Spatiotemporal SPDE-Based GLMMs with 'TMB'
Implements spatial and spatiotemporal GLMMs (Generalized Linear
Mixed Effect Models) using 'TMB', 'fmesher', and the SPDE (Stochastic Partial
Differential Equation) Gaussian Markov random field approximation to
Gaussian random fields. One common application is for spatially explicit
species distribution models (SDMs).
See Anderson et al. (2025)
Suite of Deterministic and Robust Algorithms for Linear Regression
DetLTS, DetMM (and DetS) Algorithms for Deterministic, Robust Linear Regression.
R Package Installation from Remote Repositories, Including 'GitHub'
Download and install R packages stored in 'GitHub', 'GitLab', 'Bitbucket', 'Bioconductor', or plain 'subversion' or 'git' repositories. This package provides the 'install_*' functions in 'devtools'. Indeed most of the code was copied over from 'devtools'.
Multinomial Logit Models for Categorical Responses and Discrete Choices
Provides estimators for multinomial logit models in their conditional logit (for discrete choices) and baseline logit variants (for categorical responses), optionally with overdispersion or random effects. Random effects models are estimated using the PQL technique (based on a Laplace approximation) or the MQL technique (based on a Solomon-Cox approximation). Estimates should be treated with caution if the group sizes are small.
Animated Interactive Grammar of Graphics
Functions are provided for defining animated,
interactive data visualizations in R code, and rendering
on a web page. The 2018 Journal of Computational and
Graphical Statistics paper,
Tools for Developing R Packages Interfacing with 'Stan'
Provides various tools for developers of R packages interfacing with 'Stan' < https://mc-stan.org>, including functions to set up the required package structure, S3 generics and default methods to unify function naming across 'Stan'-based R packages, and vignettes with recommendations for developers.
'OpenCL'-Ported R 'Mathlib' for GPU-Accelerated Packages
Ships statistical and mathematical routines from R internal
'nmath' ('Mathlib') as 'OpenCL' C sources under directory 'inst/cl/', with R
wrappers that use the GPU when 'OpenCL' is available at compile time and
fall back to 'stats' equivalents otherwise. Aimed at package developers
building custom kernels (for example Bayesian GLMs via suggested package
'glmbayes') using 'opencltools' kernel loaders and related helpers. Contains
translated shims, an illustrative GLM-related kernel subsystem, vignettes,
and optional GPU acceleration. The ported routines are translated from the
'nmath' ('Mathlib') and 'Rmath' sources of R Core Team (2026) "R: A
Language and Environment for Statistical Computing"
Access the Bioconductor Project Package Repository
A convenient tool to install and update Bioconductor packages.