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.
Interface to JDemetra+ 3.x (<https://github.com/jdemetra>) time series analysis software. It offers full access to options and outputs of TRAMO-SEATS (Time series Regression with ARIMA noise, Missing values and Outliers - Signal Extraction in ARIMA Time Series), including TRAMO modelling (ARIMA model with outlier detection and trading days adjustment). ARIMA = AutoRegressive Integrated Moving Average.
Build regular expressions piece by piece using human readable code. This package contains core functionality, and is primarily intended to be used by package developers.
Client for various CrossRef APIs', including metadata search with their old and newer search APIs', get citations in various formats (including bibtex', citeproc-json', rdf-xml', etc.), convert DOIs to PMIDs', and vice versa', get citations for DOIs', and get links to full text of articles when available.
Honest and nearly-optimal confidence intervals in fuzzy and sharp regression discontinuity designs and for inference at a point based on local linear regression. The implementation is based on Armstrong and Kolesár (2018) <doi:10.3982/ECTA14434>, and Kolesár and Rothe (2018) <doi:10.1257/aer.20160945>. Supports covariates, clustering, and weighting.
Administrative regions and other spatial objects of the Czech Republic.
Simulates the dynamics of exploited fish populations using the Jones modification of the Beverton-Holt equilibrium yield equation to compute yield-per-recruit and dynamic pool models (Ricker 1975) <https://publications.gc.ca/site/eng/480738/publication.html>. Allows users to evaluate minimum, slot, and inverted length limits on exploited fisheries using specified life history parameters. Users can simulate population under a variety of conditional fishing mortality and conditional natural mortality. Calculated quantities include number of fish harvested and dying naturally, mean weight and length of fish harvested, number of fish that reach specified lengths of interest, total number of fish and biomass in the population, and stock density indices.
This package provides methods for Resampling-based False Discovery Proportion control. A function is provided that provides simultaneous, multi-resolution False Discovery Exceedance (FDX) control as described in Hemerik (2025) <doi:10.48550/arXiv.2509.02376>.
Make optimal decisions for your personal or household finances. Use tools and methods that are selected carefully to align with academic consensus, bridging the gap between theoretical knowledge and practical application. They help you find your own personalized optimal discretionary spending or optimal asset allocation, and prepare you for retirement or financial independence. The optimal solution to this problems is extremely complex, and we only have a single lifetime to get it right. Fortunately, we now have the user-friendly tools implemented, that integrate life-cycle models with single-period net-worth mean-variance optimization models. Those tools can be used by anyone who wants to see what highly-personalized optimal decisions can look like. For more details see: Idzorek T., Kaplan P. (2024, ISBN:9781952927379), Haghani V., White J. (2023, ISBN:9781119747918).
This package provides an interface to the Facebook API.
This package implements the rquery piped Codd-style query algebra using data.table'. This allows for a high-speed in memory implementation of Codd-style data manipulation tools.
Generate basic charts either by custom applications, or from a small script launched from the system console, or within the R console. Two ASCII text files are necessary: (1) The graph parameters file, which name is passed to the function rplotengine()'. The user can specify the titles, choose the type of the graph, graph output formats (e.g. png, eps), proportion of the X-axis and Y-axis, position of the legend, whether to show or not a grid at the background, etc. (2) The data to be plotted, which name is specified as a parameter ('data_filename') in the previous file. This data file has a tabulated format, with a single character (e.g. tab) between each column. Optionally, the file could include data columns for showing confidence intervals.
This package provides functions for risk management and portfolio investment of securities with practical tools for data processing and plotting. Moreover, it contains functions which perform the COS Method, an option pricing method based on the Fourier-cosine series (Fang, F. (2008) <doi:10.1137/080718061>).
Converts elements of roxygen documentation to markdown'.
Generates pseudo-random vectors that follow an arbitrary von Mises-Fisher distribution on a sphere. This method is fast and efficient when generating a large number of pseudo-random vectors. Functions to generate random variates and compute density for the distribution of an inner product between von Mises-Fisher random vector and its mean direction are also provided. Details are in Kang and Oh (2024) <doi:10.1007/s11222-024-10419-3>.
This package provides the datasets in the book "Methods of Multivariate Analysis (3rd)", such as Table 6.27 Blood Pressure Data, for statistical analysis,especially MANOVA. The dataset names correspond to their numbering in the third edition of the book, such as table6.27. Based on the book by Rencher and Christensen (2012, ISBN:9780470178966).
This package provides functions to assist manipulation of matrix row and column labels for all types of matrix mathematics where row and column labels are to be respected.
Interface to use and access Wilensky's NetLogo (Wilensky 1999) from R using either headless (no GUI) or interactive GUI mode. Provides functions to load models, execute commands, and get values from reporters. Mostly analogous to the NetLogo Mathematica Link <https://github.com/NetLogo/Mathematica-Link>.
This package provides functions for performing spatial microsimulation ('raking') in R.
The rmoo package is a framework for multi- and many-objective optimization, which allows researchers and users versatility in parameter configuration, as well as tools for analysis, replication and visualization of results. The rmoo package was built as a fork of the GA package by Luca Scrucca(2017) <DOI:10.32614/RJ-2017-008> and implementing the Non-Dominated Sorting Genetic Algorithms proposed by K. Deb's.
Implementation of JQuery <https://jquery.com> and CSS styles to allow easy incorporation of various social media elements on a page. The elements include addition of share buttons or connect with us buttons or hyperlink buttons to Shiny applications or dashboards and Rmarkdown documents.Sharing capability on social media platforms including Facebook <https://www.facebook.com>, Linkedin <https://www.linkedin.com>, X/Twitter <https://x.com>, Tumblr <https://www.tumblr.com>, Pinterest <https://www.pinterest.com>, Whatsapp <https://www.whatsapp.com>, Reddit <https://www.reddit.com>, Baidu <https://www.baidu.com>, Blogger <https://www.blogger.com>, Weibo <https://www.weibo.com>, Instagram <https://www.instagram.com>, Telegram <https://www.telegram.me>, Youtube <https://www.youtube.com>.
Creating 3D radial visualizations of multivariate data. The package extends traditional radial coordinate visualization (RadViz) techniques to three-dimensional space, enabling enhanced exploration and analysis of high-dimensional datasets through interactive 3D plots. Zhu, Dai & Maitra (2022) <doi:10.1080/10618600.2021.2020129>.
R-level and C++-level functionality to generate random deviates from and calculate moments of a Truncated Normal distribution using the algorithm of Robert (1995) <DOI:10.1007/BF00143942>. In addition to RNG, functions for calculating moments, densities, and entropies are provided at both levels.
Summarise results from simulation studies and compute Monte Carlo standard errors of commonly used summary statistics. This package is modelled on the simsum user-written command in Stata (White I.R., 2010 <https://www.stata-journal.com/article.html?article=st0200>), further extending it with additional performance measures and functionality.
This package contains the function run.eqs() which calls an EQS script file, executes the EQS estimation, and, finally, imports the results as R objects. These two steps can be performed separately: call.eqs() calls and executes EQS, whereas read.eqs() imports existing EQS outputs as objects into R. It requires EQS 6.2 (build 98 or higher).