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.
This package provides methods and functions for fitting maximum likelihood models in R. This package modifies and extends the mle classes in the stats4 package.
This package provides tools to perform analyses and combine results from multiple-imputation datasets.
This package provides functions and vignettes to update data sets in Ecdat and to create, manipulate, plot, and analyze those and similar data sets.
Phylogenetic trees generally contain multiple components including nodes, edges, branches and associated data. This package provides an approach to convert tree objects to tidy data frames. It also provides tidy interfaces to manipulate tree data.
Genomic analysis of model organisms often requires the use of databases based on human data or making comparisons to patient-derived resources. This requires converting genes between human and non-human analogues. The babelgene R package provides predicted gene orthologs/homologs for frequently studied model organisms in an R-friendly tidy/long format. The package integrates orthology assertion predictions sourced from multiple databases as compiled by the HGNC Comparison of Orthology Predictions (HCOP).
The GNU Scientific Library (or GSL) is a collection of numerical routines for scientific computing. It is particularly useful for C and C++ programs as it provides a standard C interface to a wide range of mathematical routines. There are over 1000 functions in total with an extensive test suite. The RcppGSL package provides an easy-to-use interface between GSL data structures and R using concepts from Rcpp which is itself a package that eases the interfaces between R and C++.
This is a package containing Public Key Infrastructure functions such as verifying certificates, RSA encryption and signing, which can be used to build PKI infrastructure and perform cryptographic tasks.
This package provides tools for the analysis of epidemiological and surveillance data. It contains functions for directly and indirectly adjusting measures of disease frequency, quantifying measures of association on the basis of single or multiple strata of count data presented in a contingency table, computation of confidence intervals around incidence risk and incidence rate estimates and sample size calculations for cross-sectional, case-control and cohort studies. Surveillance tools include functions to calculate an appropriate sample size for 1- and 2-stage representative freedom surveys, functions to estimate surveillance system sensitivity and functions to support scenario tree modelling analyses.
This package provides infrastructure to accurately measure and compare the execution time of R expressions.
This package provides an integrated set of functions for the analysis of multivariate normal datasets with missing values, including implementation of the EM algorithm, data augmentation, and multiple imputation.
Hnswlib is a C++ library for approximate nearest neighbors. This package provides a minimal R interface by relying on the Rcpp package.
How fast can you type R functions on your keyboard? Find out by running a zty.pe game: export R functions as instructions to type to destroy opponents' vessels.
This package provides empirical likelihood ratio tests for means/quantiles/hazards from possibly censored and/or truncated data. It also does regression.
This package provides an easy to use library to setup, apply and make inference with discrete time and discrete space hidden Markov models.
This package helps accessing files relative to a project root. It provides helpers for robust, reliable and flexible paths to files below a project root. The root of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.
This package provides a set of functions to generate high-resolution Venn and Euler plots. It includes handling for several special cases, including two-case scaling, and extensive customization of plot shape and structure.
This package provides helper functions to install and maintain the LaTeX distribution named TinyTeX, a lightweight, cross-platform, portable, and easy-to-maintain version of TeX Live. This package also contains helper functions to compile LaTeX documents, and install missing LaTeX packages automatically.
This package provides functions for making low-level API requests to Amazon Web Services. The functions handle building, signing, and sending requests, and receiving responses. They are designed to help build higher-level interfaces to individual services, such as Simple Storage Service (S3).
This package provides a set of predicates and assertions for checking the properties of numbers. This is mainly for use by other package developers who want to include run-time testing features in their own packages.
In putative Transcription Factor Binding Sites (TFBSs) identification from sequence/alignments, we are interested in the significance of certain match scores. TFMPvalue provides the accurate calculation of a p-value with a score threshold for position weight matrices, or the score with a given p-value. It is an interface to code originally made available by Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15. Touzet and Varre (2007).
This package computes cell fate bias for multi-lineage single-cell data. It also provides visualization tools for analyzing these biases.
This package provides functions for demographic and epidemiological analysis in the Lexis diagram, i.e. register and cohort follow-up data, in particular representation, manipulation and simulation of multistate data - the Lexis suite of functions, which includes interfaces to the mstate, etm and cmprsk packages. It also contains functions for Age-Period-Cohort and Lee-Carter modeling and a function for interval censored data and some useful functions for tabulation and plotting, as well as a number of epidemiological data sets.
Thisp package enables you to track and report code coverage for your package and (optionally) upload the results to a coverage service. Code coverage is a measure of the amount of code being exercised by a set of tests. It is an indirect measure of test quality and completeness. This package is compatible with any testing methodology or framework and tracks coverage of both R code and compiled C/C++/FORTRAN code.
This package contains a simple SMTP client which provides a portable solution for sending email, including attachments, from within R.