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

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-ztable 0.2.3
Propagated dependencies: r-flextable@0.9.11 r-magrittr@2.0.5 r-officer@0.7.5 r-rcolorbrewer@1.1-3 r-rstudioapi@0.18.0 r-scales@1.4.0 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ztable
Licenses: GPL 2+
Build system: r
Synopsis: Zebra-striped tables in LaTeX and HTML formats for R
Description:

This package provides functions to make zebra-striped tables (tables with alternating row colors) in LaTeX and HTML formats easily from data.frame, matrix, lm, aov, anova, glm, coxph, nls, fitdistr, mytable and cbind.mytable objects.

r-hiddenmarkov 1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/HiddenMarkov/
Licenses: GPL 2+
Build system: r
Synopsis: Hidden markov models for R
Description:

This package contains functions for the analysis of Discrete Time Hidden Markov Models, Markov Modulated GLMs and the Markov Modulated Poisson Process. It includes functions for simulation, parameter estimation, and the Viterbi algorithm. The algorithms are based of those of Walter Zucchini.

r-kmsurv 0.1-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/KMsurv/
Licenses: GPL 3+
Build system: r
Synopsis: Data sets from Klein and Moeschberger (1997), Survival Analysis
Description:

This package provides data sets and functions for Klein and Moeschberger (1997), "Survival Analysis, Techniques for Censored and Truncated Data", Springer.

r-mlr 2.19.3
Dependencies: gdal@3.8.2 geos@3.12.1 glu@9.0.2 gmp@6.3.0 gsl@2.8 jags@4.3.1 mpfr@4.2.2 openmpi@4.1.6 proj@9.7.1 udunits@2.2.28
Propagated dependencies: r-backports@1.5.1 r-bbmisc@1.13.1 r-checkmate@2.3.4 r-data-table@1.18.4 r-ggplot2@4.0.3 r-parallelmap@1.5.1 r-paramhelpers@1.14.2 r-stringi@1.8.7 r-survival@3.8-6 r-xml@3.99-0.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr.mlr-org.com
Licenses: FreeBSD
Build system: r
Synopsis: Machine learning in R
Description:

This package provides an interface to a large number of classification and regression techniques. These techniques include machine-readable parameter descriptions. There is also an experimental extension for survival analysis, clustering and general, example-specific cost-sensitive learning. Also included:

  • Generic resampling, including cross-validation, bootstrapping and subsampling;

  • Hyperparameter tuning with modern optimization techniques, for single- and multi-objective problems;

  • Filter and wrapper methods for feature selection;

  • Extension of basic learners with additional operations common in machine learning, also allowing for easy nested resampling.

Most operations can be parallelized.

r-cards 0.7.1
Propagated dependencies: r-cli@3.6.6 r-dplyr@1.2.1 r-glue@1.8.1 r-lifecycle@1.0.5 r-rlang@1.2.0 r-tidyr@1.3.2 r-tidyselect@1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/insightsengineering/cards
Licenses: ASL 2.0
Build system: r
Synopsis: Analysis Results Data
Description:

This package lets you construct Clinical Data Interchange Standards Consortium (CDISC) compliant Analysis Results Data objects. These objects are used and re-used to construct summary tables, visualizations, and written reports. The package also exports utilities for working with these objects and creating new Analysis Results Data objects.

r-paws-application-integration 0.9.0
Propagated dependencies: r-paws-common@0.8.9
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 application integration services
Description:

This package provides an interface to Amazon Web Services application integration services, including Simple Queue Service (SQS) message queue, Simple Notification Service (SNS) publish/subscribe messaging, and more.

r-tidygeocoder 1.0.6
Propagated dependencies: r-dplyr@1.2.1 r-httr@1.4.8 r-jsonlite@2.0.0 r-progress@1.2.3 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://jessecambon.github.io/tidygeocoder/
Licenses: Expat
Build system: r
Synopsis: Intuitive interface for getting data from geocoding services
Description:

Tidygeocoder makes getting data from geocoding services easy. A unified high-level interface is provided for a selection of supported geocoding services and results are returned in tibble format.

r-kit 0.0.21
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=kit
Licenses: GPL 3
Build system: r
Synopsis: Data manipulation functions implemented in C
Description:

This package provides basic functions, implemented in C, for large data manipulation. Fast vectorised ifelse()/nested if()/switch() functions, psum()/pprod() functions equivalent to pmin()/pmax() plus others which are missing from base R. Most of these functions are callable at C level.

r-diversitree 0.10-1
Dependencies: fftw@3.3.10 gsl@2.8
Propagated dependencies: r-ape@5.8-1 r-desolve@1.42 r-rcpp@1.1.1-1.1 r-subplex@1.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.zoology.ubc.ca/prog/diversitree
Licenses: GPL 2+
Build system: r
Synopsis: Comparative 'phylogenetic' analyses of diversification
Description:

This package contains a number of comparative "phylogenetic" methods, mostly focusing on analysing diversification and character evolution. Contains implementations of "BiSSE" (Binary State Speciation and Extinction) and its unresolved tree extensions, "MuSSE" (Multiple State Speciation and Extinction), "QuaSSE", "GeoSSE", and "BiSSE-ness" Other included methods include Markov models of discrete and continuous trait evolution and constant rate speciation and extinction.

r-snowfall 1.84-6.3
Propagated dependencies: r-snow@0.4-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/snowfall/
Licenses: GPL 2+
Build system: r
Synopsis: Easier cluster computing
Description:

This package is a usability wrapper around snow for easier development of parallel R programs. This package offers e.g. extended error checks, and additional functions. All functions work in sequential mode, too, if no cluster is present or wished. The package is also designed as connector to the cluster management tool sfCluster, but can also used without it.

r-paws-developer-tools 0.9.0
Propagated dependencies: r-paws-common@0.8.9
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 developer tools services
Description:

This package provides an interface to Amazon Web Services developer tools services, including version control, continuous integration and deployment, and more.

r-brio 1.1.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/brio
Licenses: Expat
Build system: r
Synopsis: Basic R input output
Description:

This package provides functions to handle basic input output. These functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.

r-acid 1.1
Propagated dependencies: r-gamlss@5.5-0 r-gamlss-dist@6.1-1 r-hmisc@5.2-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/acid/
Licenses: GPL 3
Build system: r
Synopsis: Analysing conditional income distributions
Description:

This package provides functions for the analysis of income distributions for subgroups of the population as defined by a set of variables like age, gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture distribution as well as functions for moments, inequality measures, entropy measures and polarisation measures of income distributions. This package thus aides the analysis of income inequality by offering tools for the exploratory analysis of income distributions at the disaggregated level.

r-dcurver 0.9.3
Propagated dependencies: r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/oguzhanogreden/dcurver
Licenses: GPL 3
Build system: r
Synopsis: Utility functions for Davidian curves
Description:

This package provides a Davidian curve defines a seminonparametric density, whose shape and flexibility can be tuned by easy to estimate parameters. Since a special case of a Davidian curve is the standard normal density, Davidian curves can be used for relaxing normality assumption in statistical applications (Zhang & Davidian, 2001) <doi:10.1111/j.0006-341X.2001.00795.x>. This package provides the density function, the gradient of the loglikelihood and a random generator for Davidian curves.

r-mboost 2.9-11
Propagated dependencies: r-lattice@0.22-9 r-matrix@1.7-5 r-nnls@1.6 r-partykit@1.2-27 r-quadprog@1.5-8 r-stabs@0.7-1 r-survival@3.8-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/boost-R/mboost
Licenses: GPL 2
Build system: r
Synopsis: Model-based boosting
Description:

This package provides a functional gradient descent algorithm (boosting) for optimizing general risk functions utilizing component-wise (penalised) least squares estimates or regression trees as base-learners for fitting generalized linear, additive and interaction models to potentially high-dimensional data.

r-mumin 1.48.19
Propagated dependencies: r-insight@1.5.1 r-matrix@1.7-5 r-nlme@3.1-169
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=MuMIn
Licenses: GPL 2
Build system: r
Synopsis: Multi-model inference
Description:

Tools for performing model selection and model averaging. Automated model selection through subsetting the maximum model, with optional constraints for model inclusion. Model parameter and prediction averaging based on model weights derived from information criteria (AICc and alike) or custom model weighting schemes.

r-pmml 2.6.0
Propagated dependencies: r-stringr@1.6.0 r-xml@3.99-0.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://open-source.softwareag.com/r-pmml/
Licenses: GPL 3
Build system: r
Synopsis: Generate PMML for various models
Description:

The Predictive Model Markup Language (PMML) is an XML-based language which provides a way for applications to define machine learning, statistical and data mining models and to share models between PMML compliant applications. More information about the PMML industry standard and the Data Mining Group can be found at http://dmg.org/. The generated PMML can be imported into any PMML consuming application, such as Zementis Predictive Analytics products.

r-textshape 1.7.5
Propagated dependencies: r-data-table@1.18.4 r-slam@0.1-55 r-stringi@1.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/trinker/textshape
Licenses: GPL 2
Build system: r
Synopsis: Tools for Reshaping Text
Description:

Tools that can be used to reshape and restructure text data.

r-rcppdist 0.1.1.1
Propagated dependencies: r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/duckmayr/RcppDist
Licenses: GPL 2+
Build system: r
Synopsis: Integration of additional probability distributions
Description:

RcppDist provides a header-only C++ library with functions for additional statistical distributions that can be called from C++ when writing code using Rcpp or RcppArmadillo. Functions are available that return a NumericVector as well as doubles, and for multivariate or matrix distributions, Armadillo vectors and matrices.

r-scatterplot3d 0.3-45
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/scatterplot3d/
Licenses: GPL 2
Build system: r
Synopsis: 3D scatter plot
Description:

This package provides an implementation of scatter plots for plotting. a three dimensional point cloud.

r-pdist 1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeffwong/pdist
Licenses: GPL 3+
Build system: r
Synopsis: Partitioned distance function
Description:

Pdist computes the euclidean distance between rows of a matrix X and rows of another matrix Y. Previously, this could be done by binding the two matrices together and calling dist, but this creates unnecessary computation by computing the distances between a row of X and another row of X, and likewise for Y. Pdist strictly computes distances across the two matrices, not within the same matrix, making computations significantly faster for certain use cases.

r-stm 1.3.8
Propagated dependencies: r-data-table@1.18.4 r-glmnet@5.0 r-lda@1.5.2 r-matrix@1.7-5 r-matrixstats@1.5.0 r-quadprog@1.5-8 r-quanteda@4.4 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-slam@0.1-55 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.structuraltopicmodel.com/
Licenses: Expat
Build system: r
Synopsis: Estimation of the Structural Topic Model
Description:

The Structural Topic Model (STM) allows researchers to estimate topic models with document-level covariates. The package also includes tools for model selection, visualization, and estimation of topic-covariate regressions.

r-uchardet 1.1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://artemklevtsov.gitlab.io/uchardet
Licenses: GPL 2
Build system: r
Synopsis: Universal character encoding detector
Description:

This package provides R bindings to the uchardet encoding detector library from Mozilla. It takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to get the encoding of the text. All return names of the encodings are iconv-compatible.

r-rversions 3.0.0
Propagated dependencies: r-curl@7.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/metacran/rversions
Licenses: Expat
Build system: r
Synopsis: Query R versions, including 'r-release' and 'r-oldrel'
Description:

This package provides functions to query the main R repository to find the versions that r-release and r-oldrel refer to, and also all previous R versions and their release dates.

Total packages: 72465