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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides functions for robust principal component analysis (PCA) by projection pursuit.
This package provides functions to extract commonly used fragmentation metrics to quantify time accumulation strategies based on minute level actigraphy-measured activity counts data.
Hapassoc performs likelihood inference of trait associations with haplotypes and other covariates in generalized linear models (GLMs). The functions are developed primarily for data collected in cohort or cross-sectional studies. They can accommodate uncertain haplotype phase and handle missing genotypes at some SNPs.
This package provides chronological R objects which can handle dates and times.
This package guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.
Designed to enable simultaneous substitution in strings in a safe fashion. Safe means it does not rely on placeholders (which can cause errors in same length matches).
This package implements list environments. List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting.
This package calls the Jupyter script nbconvert to create vignettes from notebooks. Those notebooks (.ipynb files) are files containing rich text, code, and its output. Code cells can be edited and evaluated interactively.
This package is an R package designed for QC, analysis, and exploration of single cell RNA-seq data. It easily enables widely-used analytical techniques, including the identification of highly variable genes, dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering algorithms; density clustering, hierarchical clustering, k-means, and the discovery of differentially expressed genes and markers.
This package provides functions for feed-forward neural networks with a single hidden layer, and for multinomial log-linear models.
mlr3pipelines enriches mlr3 with a diverse set of pipelining operators (PipeOps) that can be composed into graphs. Operations exist for data preprocessing, model fitting, and ensemble learning. Graphs can themselves be treated as mlr3 Learners and can therefore be resampled, benchmarked, and tuned.
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.
This package provides a collection of meta-analysis datasets for teaching purposes, illustrating/testing meta-analytic methods, and validating published analyses.
The range of functions provided by this package makes it possible to draw highly versatile genomic sequence logos. Features include, but are not limited to, modifying colour schemes and fonts used to draw the logo, generating multiple logo plots, and aiding the visualisation with annotations. Sequence logos can easily be combined with other ggplot2 plots.
Quantile Regression Forests is a tree-based ensemble method for estimation of conditional quantiles. It is particularly well suited for high-dimensional data. Predictor variables of mixed classes can be handled.
This is a package for visualizing data quality of partially accruing data.
This package provides the ggplot binning layer stat_summaries_hex(), which functions similar to its singular form, but allows the use of multiple statistics per bin. Those statistics can be mapped to multiple bin aesthetics.
Look up the username and full name of the current user, the current user's email address and GitHub username, using various sources of system and configuration information.
The true random number service provided by the random.org website created by Mads Haahr samples atmospheric noise via radio tuned to an unused broadcasting frequency together with a skew correction algorithm due to John von Neumann. More background is available in the included vignette based on an essay by Mads Haahr. In its current form, the package offers functions to retrieve random integers, randomized sequences and random strings.
This package provides a URL-safe base64 encoder and decoder. In contrast to RFC3548, the 62nd character (+) is replaced with -, the 63rd character (/) is replaced with _. Furthermore, the encoder does not fill the string with trailing =. The resulting encoded strings comply to the regular expression pattern [A-Za-z0-9_-] and thus are safe to use in URLs or for file names. The package also comes with a simple base32 encoder/decoder suited for case insensitive file systems.
This package provides tidy tools for quantifying how well a model fits to a data set such as confusion matrices, class probability curve summaries, and regression metrics (e.g., RMSE).
This package provides some helpful extensions and modifications to the ggplot2 package to combine multiple ggplot2 plots into one and label them with letters, as is often required for scientific publications.
This package contains:
facilities for working with grouped data:
dosomething to data stratifiedbysome variables.implementations of least-squares means, general linear contrasts, and
miscellaneous other utilities.
This lightweight package that adds progress bar to vectorized R functions apply. The implementation can easily be added to functions where showing the progress is useful e.g. bootstrap.