Found 118 packages in 0.11 seconds
Easy Dockerfile Creation from R
Build a Dockerfile straight from your R session. 'dockerfiler' allows you to create step by step a Dockerfile, and provide convenient tools to wrap R code inside this Dockerfile.
Modelling Framework for the Estimation of Salmonid Abundance
A set of functions to estimate capture probabilities and densities from multipass pass removal data.
Fit the Gambin Model to Species Abundance Distributions
Fits unimodal and multimodal gambin distributions to species-abundance distributions
from ecological data, as in in Matthews et al. (2014)
Import Professional Baseball Data from 'Retrosheet'
A collection of tools to import and structure the (currently) single-season event, game-log, roster, and schedule data available from < https://www.retrosheet.org>. In particular, the event (a.k.a. play-by-play) files can be especially difficult to parse. This package does the parsing on those files, returning the requested data in the most practical R structure to use for sabermetric or other analyses.
Interface to the 'sparseLM' Levenberg-Marquardt Library
Provides an R interface to the 'sparseLM' C library for
large-scale nonlinear least squares problems with arbitrarily sparse
Jacobians. The underlying solver implements a sparse variant of the
Levenberg-Marquardt algorithm for minimizing sum-of-squares objective
functions, supports user-supplied analytic Jacobians or finite-difference
approximation, and is designed to exploit sparsity for improved memory use
and performance. This package exposes the solver in R and uses sparse
matrix classes and the 'CHOLMOD' sparse Cholesky factorization routines
through the 'Matrix' package interface. Methods from the C library are
described in Lourakis (2010)
Simulate from ODE-Based Models
Fast simulation from ordinary differential equation (ODE) based models typically employed in quantitative pharmacology and systems biology.
DATRAS Trawl Survey Database Web Services
R interface to access the web services of the ICES (International Council for the Exploration of the Sea) DATRAS trawl survey database < https://datras.ices.dk/WebServices/Webservices.aspx>.
High-Performance 'WebGl' Rendering for Package 'leaflet'
Provides bindings to the 'Leaflet.glify' JavaScript library which extends the 'leaflet' JavaScript library to render large data in the browser using 'WebGl'.
Functions to Support the ICES Transparent Assessment Framework
Functions to support the ICES Transparent Assessment Framework < https://taf.ices.dk> to organize data, methods, and results used in ICES assessments. ICES is an organization facilitating international collaboration in marine science.
Gillespie's Stochastic Simulation Algorithm (SSA)
Provides a simple to use, intuitive, and
extensible interface to several stochastic simulation
algorithms for generating simulated trajectories of finite
population continuous-time model. Currently it implements
Gillespie's exact stochastic simulation algorithm (Direct
method) and several approximate methods (Explicit tau-leap,
Binomial tau-leap, and Optimized tau-leap). The package also
contains a library of template models that can be run as demo
models and can easily be customized and extended. Currently the
following models are included, 'Decaying-Dimerization' reaction
set, linear chain system, logistic growth model, 'Lotka'
predator-prey model, Rosenzweig-MacArthur predator-prey model,
'Kermack-McKendrick' SIR model, and a 'metapopulation' SIRS model.
Pineda-Krch et al. (2008)