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 methods for enhanced visualization and interaction with raster data. It implements visualization methods for quantitative data and categorical data, both for univariate and multivariate rasters. It also provides methods to display spatiotemporal rasters, and vector fields.
This package provides a re-implementation of the gWidgets API. The API is defined in this package. A second, toolkit-specific package is required to use it.
This package provides functions for robust principal component analysis (PCA) by projection pursuit.
Estimate generalized additive mixed models via a version of function gamm from the mgcv package, using the lme4 packagefor estimation.
This package provides a set of psychometric tools for cognitive diagnosis modeling based on the generalized deterministic inputs, noisy and gate (G-DINA) model by de la Torre (2011) doi:10.1007/s11336-011-9207-7 and its extensions, including the sequential G-DINA model by Ma and de la Torre (2016) doi:10.1111/bmsp.12070 for polytomous responses, and the polytomous G-DINA model by Chen and de la Torre doi:10.1177/0146621613479818 for polytomous attributes. Joint attribute distribution can be independent, saturated, higher-order, loglinear smoothed or structured. Q-matrix validation, item and model fit statistics, model comparison at test and item level and differential item functioning can also be conducted. A graphical user interface is also provided.
This package provides a command line parser to be used with Rscript to write shebang scripts that gracefully accept positional and optional arguments and automatically generate usage notices.
This package provides an R interface to the Tabler HTML template. tablerDash is a light Bootstrap 4 dashboard template. There are different layouts available such as a one page dashboard or a multi-page template, where the navigation menu is contained in the navigation bar.
This package provides a set of tools for manipulating and reading geographic data, in particular ESRI Shapefiles. It includes binary access to GSHHG shoreline files. The package also provides interface wrappers for exchanging spatial objects with other R packages.
Given a protein multiple sequence alignment, it is a daunting task to assess the effects of substitutions along sequence length. The aaSEA package is intended to help researchers to rapidly analyze property changes caused by single, multiple and correlated amino acid substitutions in proteins.
This package provides tools to convert statistical analysis objects from R into tidy data frames, so that they can more easily be combined, reshaped and otherwise processed with tools like dplyr, tidyr and ggplot2. The package provides three S3 generics: tidy, which summarizes a model's statistical findings such as coefficients of a regression; augment, which adds columns to the original data such as predictions, residuals and cluster assignments; and glance, which provides a one-row summary of model-level statistics.
This package provides a set of signal processing functions originally written for Matlab and GNU Octave. It includes filter generation utilities, filtering functions, resampling routines, and visualization of filter models. It also includes interpolation functions.
This package provides tools to query and print information about the current R session. It is similar to utils::sessionInfo(), but includes more information about packages, and where they were installed from.
This package provides a statistical method to impute the missing values in accelerometer data. The methodology includes both parametric and semi-parametric multiple imputations under the zero-inflated Poisson lognormal model. It also provides multiple functions to preprocess the accelerometer data previous to the missing data imputation. These include detecting the wearing and the non-wearing time, selecting valid days and subjects, and creating plots.
This package provides kernel smoothers for univariate and multivariate data, including density functions, density derivatives, cumulative distributions, modal clustering, discriminant analysis, and two-sample hypothesis testing.
The r-mhsmm package implements estimation and prediction methods for hidden Markov and semi-Markov models for multiple observation sequences. Such techniques are of interest when observed data is thought to be dependent on some unobserved (or hidden) state. Also, this package is suitable for equidistant time series data, with multivariate and/or missing data. Allows user defined emission distributions.
This is a port of the type guesser from the readr package, the so-called readr first edition parsing engine, now superseded by vroom.
This is a package for slanted matrices and ordered clustering for better visualization of similarity data.
mlr3learners extends mlr3 and mlr3proba with interfaces to essential machine learning packages on CRAN. This includes, but is not limited to: (penalized) linear and logistic regression, linear and quadratic discriminant analysis, k-nearest neighbors, naive Bayes, support vector machines, and gradient boosting.
This package provides useful functions to deal with the haven_labelled and haven_labelled_spss classes introduced by the haven package.
This package parses a fitted R model object, and returns a formula in Tidy Eval code that calculates the predictions. It works with several database backends because it leverages dplyr and dbplyr for the final SQL translation of the algorithm. It currently supports lm(), glm(), randomForest(), ranger(), earth(), xgb.Booster.complete(), cubist(), and ctree() models.
The tidy modeling "verse" is a collection of packages for modeling and statistical analysis that share the underlying design philosophy, grammar, and data structures of the tidyverse.
This package provides miscellaneous helper functions for the development of R 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 two-sample confidence intervals for single, paired and independent proportions.