_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-ga 3.2.4
Propagated dependencies: r-cli@3.6.5 r-crayon@1.5.3 r-foreach@1.5.2 r-iterators@1.0.14 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://luca-scr.github.io/GA/
Licenses: GPL 2+
Build system: r
Synopsis: Genetic algorithms for stochastic optimisation
Description:

Flexible general-purpose toolbox implementing genetic algorithms (GAs) for stochastic optimisation. Binary, real-valued, and permutation representations are available to optimize a fitness function, i.e., a function provided by users depending on their objective function. Several genetic operators are available and can be combined to explore the best settings for the current task. Furthermore, users can define new genetic operators and easily evaluate their performances. Local search using general-purpose optimisation algorithms can be applied stochastically to exploit interesting regions. GAs can be run sequentially or in parallel, using an explicit master-slave parallelisation or a coarse-grain islands approach.

r-brms 2.23.0
Propagated dependencies: r-abind@1.4-8 r-backports@1.5.0 r-bayesplot@1.14.0 r-bridgesampling@1.2-1 r-coda@0.19-4.1 r-future@1.68.0 r-future-apply@1.20.0 r-ggplot2@4.0.1 r-glue@1.8.0 r-loo@2.8.0 r-matrix@1.7-4 r-matrixstats@1.5.0 r-mgcv@1.9-4 r-nleqslv@3.3.5 r-nlme@3.1-168 r-posterior@1.6.1 r-rcpp@1.1.0 r-rlang@1.1.6 r-rstan@2.32.7 r-rstantools@2.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paul-buerkner/brms
Licenses: GPL 2
Build system: r
Synopsis: Bayesian regression models using Stan
Description:

Fit Bayesian generalized (non-)linear multivariate multilevel models using Stan for full Bayesian inference. A wide range of distributions and link functions are supported, allowing users to fit -- among others -- linear, robust linear, count data, survival, response times, ordinal, zero-inflated, hurdle, and even self-defined mixture models all in a multilevel context. Further modeling options include non-linear and smooth terms, auto-correlation structures, censored data, meta-analytic standard errors, and quite a few more. In addition, all parameters of the response distribution can be predicted in order to perform distributional regression. Prior specifications are flexible and explicitly encourage users to apply prior distributions that actually reflect their beliefs. Model fit can easily be assessed and compared with posterior predictive checks and leave-one-out cross-validation.

r-phangorn 2.12.1
Propagated dependencies: r-ape@5.8-1 r-digest@0.6.39 r-fastmatch@1.1-6 r-generics@0.1.4 r-igraph@2.2.1 r-matrix@1.7-4 r-quadprog@1.5-8 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/KlausVigo/phangorn
Licenses: GPL 2+
Build system: r
Synopsis: Phylogenetic analysis in R
Description:

Phangorn is a package for phylogenetic analysis in R. It supports estimation of phylogenetic trees and networks using Maximum Likelihood, Maximum Parsimony, distance methods and Hadamard conjugation.

r-blavaan 0.5-9
Propagated dependencies: r-bayesplot@1.14.0 r-bh@1.87.0-1 r-coda@0.19-4.1 r-future-apply@1.20.0 r-igraph@2.2.1 r-lavaan@0.6-20 r-loo@2.8.0 r-matrix@1.7-4 r-mnormt@2.1.1 r-nonnest2@0.5-8 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2 r-rcppparallel@5.1.11-1 r-rstan@2.32.7 r-rstantools@2.5.0 r-stanheaders@2.32.10 r-tmvnsim@1.0-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ecmerkle.github.io/blavaan/
Licenses: GPL 3+
Build system: r
Synopsis: Bayesian latent variable analysis
Description:

This package lets you fit a variety of Bayesian latent variable models, including confirmatory factor analysis, structural equation models, and latent growth curve models.

r-rstan 2.32.7
Dependencies: pandoc@2.19.2
Propagated dependencies: r-bh@1.87.0-1 r-ggplot2@4.0.1 r-gridextra@2.3 r-inline@0.3.21 r-loo@2.8.0 r-pkgbuild@1.4.8 r-quickjsr@1.8.1 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2 r-rcppparallel@5.1.11-1 r-stanheaders@2.32.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://discourse.mc-stan.org/
Licenses: GPL 3+
Build system: r
Synopsis: R interface to Stan
Description:

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.

r-penalized 0.9-53
Propagated dependencies: r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1 r-survival@3.8-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/penalized/
Licenses: GPL 2+
Build system: r
Synopsis: Penalized estimation in GLMs and in the Cox model
Description:

This package provides tools for fitting possibly high dimensional penalized regression models. The penalty structure can be any combination of an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity constraint on the regression coefficients. The supported regression models are linear, logistic and Poisson regression and the Cox Proportional Hazards model. Cross-validation routines allow optimization of the tuning parameters.

r-bigassertr 0.1.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/privefl/bigassertr
Licenses: GPL 3
Build system: r
Synopsis: Assertion and message functions
Description:

This package provides enhanced message functions (cat() / message() / warning() / error()) using wrappers around sprintf(). It also provides multiple assertion functions (e.g. to check class, length, values, files, arguments, etc.).

r-paws-database 0.9.0
Propagated dependencies: r-paws-common@0.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paws-r/paws
Licenses: ASL 2.0
Build system: r
Synopsis: Amazon Web Services Database Services
Description:

This package provides an interface to Amazon Web Services database services, including Relational Database Service (RDS), DynamoDB NoSQL database, and more.

r-sym-arma 1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=sym.arma
Licenses: GPL 2
Build system: r
Synopsis: Autoregressive and moving average symmetric models
Description:

This package provides functions for fitting the Autoregressive and Moving Average Symmetric Model for univariate time series introduced by Maior and Cysneiros (2018), <doi:10.1007/s00362-016-0753-z>. Fitting method: conditional maximum likelihood estimation. For details see: Wei (2006), Time Series Analysis: Univariate and Multivariate Methods, Section 7.2.

r-fasterize 1.1.0
Propagated dependencies: r-raster@3.6-32 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1 r-wk@0.9.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ecohealthalliance/fasterize
Licenses: Expat
Build system: r
Synopsis: Fast Polygon to Raster Conversion
Description:

This package provides a drop-in replacement for rasterize from the raster package that takes sf-type objects, and is much faster. There is support for the main options provided by the rasterize function, including setting the field used and background value, and options for aggregating multi-layer rasters.

r-rpostgresql 0.7-8
Dependencies: postgresql@14.13
Propagated dependencies: r-dbi@1.2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tomoakin/RPostgreSQL
Licenses: GPL 2
Build system: r
Synopsis: R interface to the PostgreSQL database system
Description:

This package provides a Database Interface (DBI) compliant driver for R to access PostgreSQL database systems.

r-catdata 1.2.4
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=catdata
Licenses: GPL 2
Build system: r
Synopsis: Datasets and examples used in the book @emph{Regression for Categorical Data}
Description:

This R package contains examples from the book Regression for Categorical Data, Tutz 2012, Cambridge University Press. The names of the examples refer to the chapter and the data set that is used.

r-fastcluster 1.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://danifold.net/fastcluster.html
Licenses: FreeBSD
Build system: r
Synopsis: Fast hierarchical clustering routines
Description:

This package implements fast hierarchical, agglomerative clustering routines. Part of the functionality is designed as drop-in replacement for existing routines: linkage() in the SciPy package scipy.cluster.hierarchy, hclust() in R's stats package, and the flashClust package. It provides the same functionality with the benefit of a much faster implementation. Moreover, there are memory-saving routines for clustering of vector data, which go beyond what the existing packages provide.

r-protolite 2.3.1
Dependencies: protobuf@3.21.9
Propagated dependencies: r-jsonlite@2.0.0 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeroen/protolite
Licenses: Expat
Build system: r
Synopsis: Highly optimized protocol buffer serializers
Description:

This package provides pure C++ implementations for reading and writing several common data formats based on Google protocol-buffers. It currently supports rexp.proto for serialized R objects, geobuf.proto for binary geojson, and mvt.proto for vector tiles. This package uses the auto-generated C++ code by protobuf-compiler, hence the entire serialization is optimized at compile time. The RProtoBuf package on the other hand uses the protobuf runtime library to provide a general-purpose toolkit for reading and writing arbitrary protocol-buffer data in R.

r-bootstrap 2019.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/bootstrap
Licenses: Modified BSD
Build system: r
Synopsis: Functions for the book "An Introduction to the Bootstrap"
Description:

This package provides software and data for the book "An Introduction to the Bootstrap" by B. Efron and R. Tibshirani, 1993, Chapman and Hall. This package is primarily provided for projects already based on it, and for support of the book. New projects should preferentially use the recommended package "boot".

r-gargle 1.6.0
Propagated dependencies: r-cli@3.6.5 r-fs@1.6.6 r-glue@1.8.0 r-httr@1.4.7 r-jsonlite@2.0.0 r-lifecycle@1.0.4 r-openssl@2.3.4 r-rappdirs@0.3.3 r-rlang@1.1.6 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gargle.r-lib.org
Licenses: Expat
Build system: r
Synopsis: Utilities for working with Google APIs
Description:

This package provides utilities for working with Google APIs. This includes functions and classes for handling common credential types and for preparing, executing, and processing HTTP requests.

r-fit-models 0.64
Propagated dependencies: r-lattice@0.22-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/fit.models
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Compare fitted models
Description:

The fit.models function and its associated methods (coefficients, print, summary, plot, etc.) were originally provided in the robust package to compare robustly and classically fitted model objects. The aim of the fit.models package is to separate this fitted model object comparison functionality from the robust package and to extend it to support fitting methods (e.g., classical, robust, Bayesian, regularized, etc.) more generally.

r-rnexml 2.4.11
Propagated dependencies: r-ape@5.8-1 r-dplyr@1.1.4 r-httr@1.4.7 r-plyr@1.8.9 r-reshape2@1.4.5 r-rlang@1.1.6 r-stringi@1.8.7 r-stringr@1.6.0 r-tidyr@1.3.1 r-uuid@1.2-1 r-xml@3.99-0.20 r-xml2@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/RNeXML/
Licenses: Modified BSD
Build system: r
Synopsis: Semantically rich I/O for the NeXML Format
Description:

This package provides access to phyloinformatic data in NeXML format. The package should add new functionality to R such as the possibility to manipulate NeXML objects in more various and refined way and compatibility with ape objects.

r-timechange 0.3.0
Propagated dependencies: r-cpp11@0.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/vspinu/timechange/
Licenses: GPL 3
Build system: r
Synopsis: Efficient manipulation of Date-Times
Description:

This package provides efficient routines for manipulation of date-time objects while accounting for time-zones and daylight saving times. The package includes utilities for updating of date-time components (year, month, day etc.), modification of time-zones, rounding of date-times, period addition and subtraction etc. Parts of the CCTZ source code, released under the Apache 2.0 License, are included in this package.

r-dynlm 0.3-6
Propagated dependencies: r-car@3.1-3 r-lmtest@0.9-40 r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=dynlm
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Dynamic linear regression
Description:

This package provides an interface to lm.wfit for fitting dynamic linear models and time series regression relationships.

r-lpsolve 5.6.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/lpSolve
Licenses: LGPL 2.0
Build system: r
Synopsis: R interface to Lp_solve to solve linear/integer programs
Description:

Lp_solve is software for solving linear, integer and mixed integer programs. This implementation supplies a "wrapper" function in C and some R functions that solve general linear/integer problems, assignment problems, and transportation problems.

r-mvtnorm 1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mvtnorm.R-forge.R-project.org
Licenses: GPL 2
Build system: r
Synopsis: Package for multivariate normal and t-distributions
Description:

This package can compute multivariate normal and t-probabilities, quantiles, random deviates and densities.

r-rcppcctz 0.2.13
Propagated dependencies: r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eddelbuettel/rcppcctz
Licenses: GPL 2+ ASL 2.0
Build system: r
Synopsis: Rcpp bindings for the CCTZ library
Description:

Rcpp access to the CCTZ timezone library is provided. CCTZ is a C++ library for translating between absolute and civil times using the rules of a time zone. The CCTZ source code is included in this package.

r-mixtools 2.0.0.1
Propagated dependencies: r-kernlab@0.9-33 r-mass@7.3-65 r-plotly@4.11.0 r-scales@1.4.0 r-segmented@2.1-4 r-survival@3.8-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/mixtools
Licenses: GPL 2+
Build system: r
Synopsis: Tools for analyzing finite mixture models
Description:

This package provides a collection of R functions for analyzing finite mixture models.

Total packages: 69245