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

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-asm 0.2.4
Propagated dependencies: r-quantreg@6.1 r-pracma@2.4.6 r-mass@7.3-65 r-iso@0.0-21 r-fdrtool@1.2.18
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=asm
Licenses: GPL 3+
Build system: r
Synopsis: Optimal Convex M-Estimation for Linear Regression via Antitonic Score Matching
Description:

This package performs linear regression with respect to a data-driven convex loss function that is chosen to minimize the asymptotic covariance of the resulting M-estimator. The convex loss function is estimated in 5 steps: (1) form an initial OLS (ordinary least squares) or LAD (least absolute deviation) estimate of the regression coefficients; (2) use the resulting residuals to obtain a kernel estimator of the error density; (3) estimate the score function of the errors by differentiating the logarithm of the kernel density estimate; (4) compute the L2 projection of the estimated score function onto the set of decreasing functions; (5) take a negative antiderivative of the projected score function estimate. Newton's method (with Hessian modification) is then used to minimize the convex empirical risk function. Further details of the method are given in Feng et al. (2024) <doi:10.48550/arXiv.2403.16688>.

r-applicable 0.2.1
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-purrr@1.2.2 r-proxyc@0.5.2 r-matrix@1.7-5 r-hardhat@1.4.3 r-glue@1.8.1 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/tidymodels/applicable
Licenses: Expat
Build system: r
Synopsis: Compilation of Applicability Domain Methods
Description:

This package provides a modeling package compiling applicability domain methods in R. It combines different methods to measure the amount of extrapolation new samples can have from the training set. See <doi:10.4018/IJQSPR.2016010102> for an overview of applicability domains.

r-aic 1.0
Propagated dependencies: r-zcompositions@1.6.1 r-vegan@2.7-3 r-shiny@1.13.0 r-matrixcalc@1.0-6 r-edger@4.10.0 r-aldex2@1.44.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/ggloor/aIc
Licenses: GPL 3+
Build system: r
Synopsis: Testing for Compositional Pathologies in Datasets
Description:

This package provides a set of tests for compositional pathologies. Tests for coherence of correlations with aIc.coherent() as suggested by (Erb et al. (2020) <doi:10.1016/j.acags.2020.100026>), compositional dominance of distance with aIc.dominant(), compositional perturbation invariance with aIc.perturb() as suggested by (Aitchison (1992) <doi:10.1007/BF00891269>) and singularity of the covariation matrix with aIc.singular(). Currently tests five data transformations: prop, clr, TMM, TMMwsp, and RLE from the R packages ALDEx2', edgeR and DESeq2 (Fernandes et al (2014) <doi:10.1186/2049-2618-2-15>, Anders et al. (2013)<doi:10.1038/nprot.2013.099>).

r-autodeskr 0.5.0
Propagated dependencies: r-shiny@1.13.0 r-jsonlite@2.0.0 r-httr2@1.2.2 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://aps.autodesk.com
Licenses: FSDG-compatible FSDG-compatible
Build system: r
Synopsis: An Interface to the 'AutoDesk' 'API' Platform
Description:

An interface to the AutoDesk Platform Services ('APS') API including the Authentication API for obtaining OAuth2 tokens with expiry tracking, Data Management API for managing buckets and objects across the platform's cloud services, Design Automation API for running automated tasks on design files in the cloud, Model Derivative API for translating design files into SVF', SVF2', OBJ', and STL formats and extracting model data, Reality Capture API for generating 3D models from photogrammetry image sets, and Viewer for rendering 2D and 3D models in Shiny applications.

r-arimaann 0.1.0
Propagated dependencies: r-tseries@0.10-61 r-forecast@9.0.2
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ARIMAANN
Licenses: GPL 3
Build system: r
Synopsis: Time Series Forecasting using ARIMA-ANN Hybrid Model
Description:

Testing, Implementation, and Forecasting of the ARIMA-ANN hybrid model. The ARIMA-ANN hybrid model combines the distinct strengths of the Auto-Regressive Integrated Moving Average (ARIMA) model and the Artificial Neural Network (ANN) model for time series forecasting.For method details see Zhang, GP (2003) <doi:10.1016/S0925-2312(01)00702-0>.

r-ars 0.8
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ars
Licenses: GPL 2+
Build system: r
Synopsis: Adaptive Rejection Sampling
Description:

Adaptive Rejection Sampling, Original version.

r-analogue 0.18.1
Propagated dependencies: r-vegan@2.7-3 r-princurve@2.1.6 r-mgcv@1.9-4 r-mass@7.3-65 r-lattice@0.22-9 r-brglm@0.7.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/gavinsimpson/analogue
Licenses: GPL 2
Build system: r
Synopsis: Analogue and Weighted Averaging Methods for Palaeoecology
Description:

Fits Modern Analogue Technique and Weighted Averaging transfer function models for prediction of environmental data from species data, and related methods used in palaeoecology.

r-alphavantagepf 0.9.0
Propagated dependencies: r-usethis@3.2.1 r-ttr@0.24.4 r-timedate@4052.112 r-tidyr@1.3.2 r-stringr@1.6.0 r-shinyjs@2.1.1 r-shinyfeedback@0.4.0 r-shiny@1.13.0 r-rlang@1.2.0 r-readr@2.2.0 r-purrr@1.2.2 r-progressr@0.19.0 r-patchwork@1.3.2 r-lubridate@1.9.5 r-jsonlite@2.0.0 r-httr@1.4.8 r-gtextras@0.6.2 r-gt@1.3.0 r-ggplot2@4.0.3 r-fst@0.9.8 r-financegraphs@0.9.21 r-dygraphs@1.1.1.6 r-dplyr@1.2.1 r-data-table@1.18.4 r-clipr@0.8.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/derekholmes0/alphavantagepf
Licenses: GPL 3+
Build system: r
Synopsis: 'Alphavantage Financial Data' API R Wrapper and Shiny Interface
Description:

Download, manage, and visualize via Shiny App Alphavantage financial data <https://www.alphavantage.co/documentation/>. Data is downloaded into `data.table`s using one parameterized function. Results can be piped to optional helper functions to extract and simplify more complex data. A Shiny interface is also provided to download, manage, analyze and visualize market data.

r-aebdata 0.1.7
Propagated dependencies: r-rvest@1.0.5 r-readr@2.2.0 r-httr2@1.2.2 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/ipea/aebdata
Licenses: GPL 3+
Build system: r
Synopsis: Access Data from the Atlas do Estado Brasileiro
Description:

Facilitates access to the data from the Atlas do Estado Brasileiro (<https://www.ipea.gov.br/atlasestado/>), maintained by the Instituto de Pesquisa Econômica Aplicada (Ipea). It allows users to search for specific series, list series or themes, and download data when available.

r-arpsdca 1.1.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/derrickturk/aRpsDCA
Licenses: LGPL 2.1
Build system: r
Synopsis: Arps Decline Curve Analysis in R
Description:

This package provides functions for Arps decline-curve analysis on oil and gas data. Includes exponential, hyperbolic, harmonic, and hyperbolic-to-exponential models as well as the preceding with initial curtailment or a period of linear rate buildup. Functions included for computing rate, cumulative production, instantaneous decline, EUR, time to economic limit, and performing least-squares best fits.

r-adehabitatma 0.3.17
Propagated dependencies: r-sp@2.2-1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=adehabitatMA
Licenses: GPL 2+
Build system: r
Synopsis: Tools to Deal with Raster Maps
Description:

This package provides a collection of tools to deal with raster maps.

r-airgriwrm 0.7.0
Propagated dependencies: r-zlib@1.0.3 r-rlang@1.2.0 r-png@0.1-9 r-jsonlite@2.0.0 r-dplyr@1.2.1 r-airgr@1.7.9
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://inrae.github.io/airGRiwrm/
Licenses: AGPL 3
Build system: r
Synopsis: 'airGR' Integrated Water Resource Management
Description:

Semi-distributed Precipitation-Runoff Modeling based on airGR package models integrating human infrastructures and their managements.

r-ao 1.2.3
Propagated dependencies: r-r6@2.6.1 r-progressr@0.19.0 r-optimizer@1.3.0 r-oeli@0.7.8 r-future-apply@1.20.2 r-cli@3.6.6 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://loelschlaeger.de/ao/
Licenses: GPL 3
Build system: r
Synopsis: Alternating Optimization
Description:

Implementation of an iterative process that optimizes a function by alternately performing restricted optimization over parameter subsets. Instead of solving one joint optimization problem, alternating optimization breaks it into smaller sub-problems. This approach can make optimization feasible when joint optimization is too difficult.

r-antaresviz 0.18.3
Propagated dependencies: r-webshot@0.5.5 r-spmaps@0.5.0 r-sp@2.2-1 r-shiny@1.13.0 r-sf@1.1-1 r-ramcharts@2.1.16 r-plotly@4.12.0 r-manipulatewidget@0.11.2 r-lubridate@1.9.5 r-lifecycle@1.0.5 r-leaflet-minicharts@0.6.3 r-leaflet@2.2.3 r-htmlwidgets@1.6.4 r-htmltools@0.5.9 r-geojsonio@0.11.3 r-dygraphs@1.1.1.6 r-data-table@1.18.4 r-assertthat@0.2.1 r-antaresread@3.1.0 r-antaresprocessing@0.18.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/rte-antares-rpackage/antaresViz
Licenses: GPL 3+
Build system: r
Synopsis: Antares Visualizations
Description:

Visualize results generated by Antares, a powerful open source software developed by RTE to simulate and study electric power systems (more information about Antares here: <https://github.com/AntaresSimulatorTeam/Antares_Simulator>). This package provides functions that create interactive charts to help Antares users visually explore the results of their simulations.

r-apsimx 2.8.271
Propagated dependencies: r-xml2@1.5.2 r-rsqlite@3.52.0 r-knitr@1.51 r-jsonlite@2.0.0 r-dbi@1.3.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=apsimx
Licenses: GPL 3
Build system: r
Synopsis: Inspect, Read, Edit and Run 'APSIM' "Next Generation" and 'APSIM' Classic
Description:

The functions in this package inspect, read, edit and run files for APSIM "Next Generation" ('JSON') and APSIM "Classic" ('XML'). The files with an apsim extension correspond to APSIM Classic (7.x) - Windows only - and the ones with an apsimx extension correspond to APSIM "Next Generation". For more information about APSIM see (<https://www.apsim.info/>) and for APSIM next generation (<https://apsimnextgeneration.netlify.app/>).

r-azurecognitive 1.0.2
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.8 r-azurermr@2.4.5 r-azureauth@1.3.5
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AzureCognitive
Licenses: Expat
Build system: r
Synopsis: Interface to Azure Cognitive Services
Description:

An interface to Azure Cognitive Services <https://learn.microsoft.com/en-us/azure/cognitive-services/>. Both an Azure Resource Manager interface, for deploying Cognitive Services resources, and a client framework are supplied. While AzureCognitive can be called by the end-user, it is meant to provide a foundation for other packages that will support specific services, like Computer Vision, Custom Vision, language translation, and so on. Part of the AzureR family of packages.

r-adaptsmofmri 1.2
Propagated dependencies: r-spatstat-geom@3.7-3 r-spatstat@3.6-0 r-mvtnorm@1.3-7 r-mcmcpack@1.7-1 r-matrix@1.7-5 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=adaptsmoFMRI
Licenses: GPL 2
Build system: r
Synopsis: Adaptive Smoothing of FMRI Data
Description:

Adaptive smoothing functions for estimating the blood oxygenation level dependent (BOLD) effect by using functional Magnetic Resonance Imaging (fMRI) data, based on adaptive Gauss Markov random fields, for real as well as simulated data. The implemented models make use of efficient Markov Chain Monte Carlo methods. Implemented methods are based on the research developed by A. Brezger, L. Fahrmeir, A. Hennerfeind (2007) <https://www.jstor.org/stable/4626770>.

r-amp-sim 0.1.1
Propagated dependencies: r-whisker@0.4.1 r-rlang@1.2.0 r-nmdata@0.2.6 r-mass@7.3-65 r-lifecycle@1.0.5 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://leidenadvancedpkpd.github.io/amp.sim/
Licenses: GPL 3+
Build system: r
Synopsis: Flexible Simulation Utilities for Pharmacometric Modeling
Description:

The goal of amp.sim is to transform NONMEM models into R syntax so they can be used for simulations using the deSolve', nlmixr2 or mrgsolve package. Additionally, functionality is included to aid simulations performed directly in NONMEM and to automatically create shiny apps for simulation models.

r-agrime 0.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=agriME
Licenses: Expat
Build system: r
Synopsis: Agricultural Marketing Efficiency and Price Spread Analysis
Description:

This package provides reproducible tools for analysing agricultural marketing channels, price spread, the producer's share in the consumer price, intermediary costs and margins, and alternative indices of marketing efficiency. Implements conventional, Shepherd, and Acharya measures; validates stage-level channel accounts; compares and ranks channels; and supplies bootstrap confidence intervals, scenario sensitivity analysis, loss-adjusted margins, break-even calculations, and base-graphics methods. Methodological context is provided by Acharya and Agarwal (2021, ISBN:9789389688061) and Shepherd (2007) <https://www.fao.org/4/u8770e/u8770e00.htm>.

r-angstromate 0.1.3
Propagated dependencies: r-xml@3.99-0.23 r-stringr@1.6.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=angstromATE
Licenses: GPL 3+
Build system: r
Synopsis: Imports Log Files from Angstrom Engineering Thermal Evaporator
Description:

Opens and imports log files from Angstrom Engineering Thermal Evaporator and extracts basic characteristics, such as base pressure, time of the evaporation. It can visualize the deposition observables for review.

r-aghmatrix 3.0.1
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-matrixstats@1.5.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/rramadeu/AGHmatrix
Licenses: GPL 3
Build system: r
Synopsis: Relationship Matrices for Diploid and Autopolyploid Species
Description:

Fast computation of A (pedigree), G (genomic-base), and H (A corrected by G) relationship matrices for diploid and autopolyploid species. Several methods are implemented considering additive and non-additive models.

r-amapvox 2.4.2
Propagated dependencies: r-stringr@1.6.0 r-rappdirs@0.3.4 r-jsonlite@2.0.0 r-dplyr@1.2.1 r-data-table@1.18.4 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://amapvox.org
Licenses: FSDG-compatible
Build system: r
Synopsis: LiDAR Data Voxelisation
Description:

Read, manipulate and write voxel spaces. Voxel spaces are read from text-based output files of the AMAPVox software. AMAPVox is a LiDAR point cloud voxelisation software that aims at estimating leaf area through several theoretical/numerical approaches. See more in the article Vincent et al. (2017) <doi:10.23708/1AJNMP> and the technical note Vincent et al. (2021) <doi:10.23708/1AJNMP>.

r-affinity 0.2.5
Propagated dependencies: r-reproj@0.8.0 r-raster@3.6-32
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/hypertidy/affinity
Licenses: GPL 3
Build system: r
Synopsis: Raster Georeferencing, Grid Affine Transforms, Cell Abstraction
Description:

This package provides tools for raster georeferencing, grid affine transforms, and general raster logic. These functions provide converters between raster specifications, world vector, geotransform, RasterIO window, and RasterIO window in sf package list format. There are functions to offset a matrix by padding any of four corners (useful for vectorizing neighbourhood operations), and helper functions to harvesting user clicks on a graphics device to use for simple georeferencing of images. Methods used are available from <https://en.wikipedia.org/wiki/World_file> and <https://gdal.org/user/raster_data_model.html>.

r-alpmixbayes 0.1.0
Propagated dependencies: r-mcmcpack@1.7-1 r-gtools@3.9.5
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=alpmixBayes
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Estimation for Alpha-Mixture Survival Models
Description:

This package implements Bayesian estimation and inference for alpha-mixture survival models, including Weibull and Exponential based components, with tools for simulation and posterior summaries. The methods target applications in reliability and biomedical survival analysis. The package implements Bayesian estimation for the alpha-mixture methodology introduced in Asadi et al. (2019) <doi:10.1017/jpr.2019.72>.

Total packages: 73977