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

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.


r-rbayesianoptimization 1.2.2
Propagated dependencies: r-magrittr@2.0.4 r-gpfit@1.0-9 r-foreach@1.5.2 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/yanyachen/rBayesianOptimization
Licenses: GPL 2
Synopsis: Bayesian Optimization of Hyperparameters
Description:

This package provides a Pure R implementation of Bayesian Global Optimization with Gaussian Processes.

r-rddensity 2.6
Propagated dependencies: r-lpdensity@2.5 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rddensity
Licenses: GPL 2
Synopsis: Manipulation Testing Based on Density Discontinuity
Description:

Density discontinuity testing (a.k.a. manipulation testing) is commonly employed in regression discontinuity designs and other program evaluation settings to detect perfect self-selection (manipulation) around a cutoff where treatment/policy assignment changes. This package implements manipulation testing procedures using the local polynomial density estimators: rddensity() to construct test statistics and p-values given a prespecified cutoff, rdbwdensity() to perform data-driven bandwidth selection, and rdplotdensity() to construct density plots.

r-remoteparts 1.0.4
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-iterators@1.0.14 r-geosphere@1.5-20 r-foreach@1.5.2 r-doparallel@1.0.17 r-compquadform@1.4.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/morrowcj/remotePARTS
Licenses: GPL 3+
Synopsis: Spatiotemporal Autoregression Analyses for Large Data Sets
Description:

These tools were created to test map-scale hypotheses about trends in large remotely sensed data sets but any data with spatial and temporal variation can be analyzed. Tests are conducted using the PARTS method for analyzing spatially autocorrelated time series (Ives et al., 2021: <doi:10.1016/j.rse.2021.112678>). The method's unique approach can handle extremely large data sets that other spatiotemporal models cannot, while still appropriately accounting for spatial and temporal autocorrelation. This is done by partitioning the data into smaller chunks, analyzing chunks separately and then combining the separate analyses into a single, correlated test of the map-scale hypotheses.

r-releaser 1.0.0
Propagated dependencies: r-gh@1.5.0 r-desc@1.4.3 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/TanguyBarthelemy/releaser
Licenses: Expat
Synopsis: Help with Preparing a New Version of an R Package
Description:

Helps to prepare a release. Before releasing an R package it is important to update the DESCRIPTION file and the changelog. This package prepares these files and also updates the versions according to the branches. It relies heavily on the desc packages.

r-relatable 1.0.0
Propagated dependencies: r-compare@0.2-6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/domjarkey/relatable
Licenses: Expat
Synopsis: Functions for Mapping Key-Value Pairs, Many-to-Many, One-to-Many, and Many-to-One Relations
Description:

This package provides functions to safely map from a vector of keys to a vector of values, determine properties of a given relation, or ensure a relation conforms to a given type, such as many-to-many, one-to-many, injective, surjective, or bijective. Permits default return values for use similar to a vectorised switch statement, as well as safely handling large vectors, NAs, and duplicate mappings.

r-rdota2 0.1.6
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/LyzandeR/RDota2
Licenses: Expat
Synopsis: An R Steam API Client for Valve's Dota2
Description:

An R API Client for Valve's Dota2. RDota2 can be easily used to connect to the Steam API and retrieve data for Valve's popular video game Dota2. You can find out more about Dota2 at <http://store.steampowered.com/app/570/>.

r-rcppeigenad 1.1.0
Propagated dependencies: r-readr@2.1.6 r-rdpack@2.6.4 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-memoise@2.0.1 r-functional@0.6 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RcppEigenAD
Licenses: GPL 2+
Synopsis: Generate Partial Derivatives using 'Rcpp', 'Eigen' and 'CppAD'
Description:

Compiles C++ code using Rcpp <doi:10.18637/jss.v040.i08>, Eigen <doi:10.18637/jss.v052.i05> and CppAD to produce first and second order partial derivatives. Also provides an implementation of Faa di Bruno's formula to combine the partial derivatives of composed functions.

r-rstackdeque 1.1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/oneilsh/rstackdeque
Licenses: Expat
Synopsis: Persistent Fast Amortized Stack and Queue Data Structures
Description:

This package provides fast, persistent (side-effect-free) stack, queue and deque (double-ended-queue) data structures. While deques include a superset of functionality provided by queues, in these implementations queues are more efficient in some specialized situations. See the documentation for rstack, rdeque, and rpqueue for details.

r-rdaisi 0.1.3
Propagated dependencies: r-reticulate@1.44.1 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://www.daisi.io/
Licenses: FSDG-compatible
Synopsis: R Client for the Daisi Microservice Platform
Description:

Connect, execute, and parse results from the Daisi Microservice Platform <https://www.daisi.io/>. The rdaisi client includes a set of functionality that allows remote execution of microservices directly from R. Daisis allow R users to access a wide variety of Python functionality and interact with them natively.

r-rlumshiny 0.2.6
Propagated dependencies: r-shinydashboard@0.7.3 r-shiny@1.11.1 r-rhandsontable@0.3.8 r-readxl@1.4.5 r-rcarb@0.1.7 r-markdown@2.0 r-luminescence@1.1.2 r-leaflet@2.2.3 r-knitr@1.50 r-googlevis@0.7.3 r-dt@0.34.0 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://tzerk.github.io/RLumShiny/
Licenses: GPL 3 FSDG-compatible
Synopsis: 'Shiny' Applications for the R Package 'Luminescence'
Description:

This package provides a collection of shiny applications for the R package Luminescence'. These mainly, but not exclusively, include applications for plotting chronometric data from e.g. luminescence or radiocarbon dating. It further provides access to bootstraps tooltip and popover functionality and contains the jscolor.js library with a custom shiny output binding.

r-recordtest 2.2.0
Propagated dependencies: r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/JorgeCastilloMateo/RecordTest
Licenses: GPL 3
Synopsis: Inference Tools in Time Series Based on Record Statistics
Description:

Statistical tools based on the probabilistic properties of the record occurrence in a sequence of independent and identically distributed continuous random variables. In particular, tools to prepare a time series as well as distribution-free trend and change-point tests and graphical tools to study the record occurrence. Details about the implemented tools can be found in Castillo-Mateo et al. (2023a) <doi:10.18637/jss.v106.i05> and Castillo-Mateo et al. (2023b) <doi:10.1016/j.atmosres.2023.106934>.

r-rankaggreg 0.6.6
Propagated dependencies: r-gtools@3.9.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RankAggreg
Licenses: LGPL 2.0+
Synopsis: Weighted Rank Aggregation
Description:

This package performs aggregation of ordered lists based on the ranks using several different algorithms: Cross-Entropy Monte Carlo algorithm, Genetic algorithm, and a brute force algorithm (for small problems).

r-recastlessons 0.1.0
Propagated dependencies: r-rlang@1.1.6 r-purrr@1.2.0 r-magrittr@2.0.4 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=recastlessons
Licenses: Expat
Synopsis: Explore and Interactively Adjust a Daily Distribution of Lessons
Description:

This package provides a set of functions to see and interactively adjust a distribution of lessons by day, aiming at homogenizing individual distributions (for each class and teacher).

r-rgoogleads 0.13.3
Propagated dependencies: r-withr@3.0.2 r-tidyr@1.3.1 r-stringr@1.6.0 r-snakecase@0.11.1 r-rvest@1.0.5 r-rlist@0.4.6.2 r-rlang@1.1.6 r-rappdirs@0.3.3 r-purrr@1.2.0 r-pbapply@1.7-4 r-memoise@2.0.1 r-lifecycle@1.0.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-gargle@1.6.0 r-dplyr@1.1.4 r-cli@3.6.5 r-cachem@1.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://selesnow.github.io/rgoogleads/
Licenses: Expat
Synopsis: Loading Data from 'Google Ads API'
Description:

Interface for loading data from Google Ads API', see <https://developers.google.com/google-ads/api/docs/start>. Package provide function for authorization and loading reports.

r-rprime 0.1.3
Propagated dependencies: r-stringr@1.6.0 r-stringi@1.8.7 r-plyr@1.8.9 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/tjmahr/rprime
Licenses: GPL 2
Synopsis: Functions for Working with 'Eprime' Text Files
Description:

Eprime is a set of programs for administering psychological experiments by computer. This package provides functions for loading, parsing, filtering and exporting data in the text files produced by Eprime experiments.

r-rsat 0.1.21
Propagated dependencies: r-zip@2.3.3 r-xml2@1.5.0 r-xml@3.99-0.20 r-tmap@4.2 r-terra@1.8-86 r-stars@0.6-8 r-sp@2.2-0 r-sf@1.0-23 r-rvest@1.0.5 r-rjson@0.2.23 r-rdpack@2.6.4 r-raster@3.6-32 r-leaflet@2.2.3 r-leafem@0.2.5 r-httr@1.4.7 r-fields@17.1 r-curl@7.0.0 r-calendr@1.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ropensci/rsat
Licenses: GPL 3
Synopsis: Dealing with Multiplatform Satellite Images
Description:

Downloading, customizing, and processing time series of satellite images for a region of interest. rsat functions allow a unified access to multispectral images from Landsat, MODIS and Sentinel repositories. rsat also offers capabilities for customizing satellite images, such as tile mosaicking, image cropping and new variables computation. Finally, rsat covers the processing, including cloud masking, compositing and gap-filling/smoothing time series of images (Militino et al., 2018 <doi:10.3390/rs10030398> and Militino et al., 2019 <doi:10.1109/TGRS.2019.2904193>).

r-r4pde 0.1.0
Propagated dependencies: r-tidyr@1.3.1 r-survival@3.8-3 r-rlang@1.1.6 r-purrr@1.2.0 r-progress@1.2.3 r-nasapower@4.2.5 r-lubridate@1.9.4 r-interval@1.1-1.0 r-igraph@2.2.1 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-cowplot@1.2.0 r-car@3.1-3 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/emdelponte/r4pde
Licenses: Expat
Synopsis: Companion to R for Plant Disease Epidemiology Book
Description:

Datasets and utility functions to support the book "R for Plant Disease Epidemiology" (R4PDE). It includes functions for quantifying disease, assessing spatial patterns, and modeling plant disease epidemics based on weather predictors. These tools are intended for teaching and research in plant disease epidemiology. Several functions are based on classical and contemporary methods, including those discussed in Laurence V. Madden, Gareth Hughes, and Frank van den Bosch (2007) <doi:10.1094/9780890545058>.

r-redquack 0.3.0
Propagated dependencies: r-rlang@1.1.6 r-readr@2.1.6 r-labelled@2.16.0 r-httr2@1.2.1 r-duckdb@1.4.2 r-dplyr@1.1.4 r-dbplyr@2.5.1 r-dbi@1.2.3 r-cli@3.6.5 r-audio@0.1-11
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=redquack
Licenses: Expat
Synopsis: Transfer 'REDCap' Data to Database
Description:

Transfer REDCap (Research Electronic Data Capture) data to a database, specifically optimized for DuckDB'. Processes data in chunks to handle large datasets without exceeding available memory. Features include data labeling, coded value conversion, and hearing a "quack" sound on success.

r-rvmf 0.1.0
Propagated dependencies: r-scmodels@1.0.4 r-rfast@2.1.5.2 r-rcpp@1.1.0 r-bessel@0.6-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/seungwoo-stat/rvMF
Licenses: GPL 3+
Synopsis: Fast Generation of von Mises-Fisher Distributed Pseudo-Random Vectors
Description:

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>.

r-rvipkg 0.3.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RVIpkg
Licenses: GPL 2+
Synopsis: Regional Vulnerability Index
Description:

The Regional Vulnerability Index (RVI), a statistical measure of brain structural abnormality, quantifies an individual's similarity to the expected pattern (effect size) of deficits in schizophrenia (Kochunov P, Fan F, Ryan MC, et al. (2020) <doi:10.1002/hbm.25045>).

r-radonc 1.1.9
Propagated dependencies: r-ptinpoly@2.8 r-oro-dicom@0.5.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RadOnc
Licenses: GPL 2+
Synopsis: Analytical Tools for Radiation Oncology
Description:

Designed for the import, analysis, and visualization of dosimetric and volumetric data in Radiation Oncology, the tools herein enable import of dose-volume histogram information from multiple treatment planning system platforms and 3D structural representations and dosimetric information from DICOM-RT files. These tools also enable subsequent visualization and statistical analysis of these data.

r-regrsm 0.5
Propagated dependencies: r-rmpi@0.7-3.3 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://www.ipipan.eu/~teisseyrep/SOFTWARE/
Licenses: LGPL 2.0 LGPL 3 GPL 2 GPL 3
Synopsis: Random Subspace Method (RSM) for Linear Regression
Description:

This package performs Random Subspace Method (RSM) for high-dimensional linear regression to obtain variable importance measures. The final model is chosen based on validation set or Generalized Information Criterion.

r-rkaggle 0.1.1
Propagated dependencies: r-withr@3.0.2 r-sf@1.0-23 r-readxl@1.4.5 r-readr@2.1.6 r-readods@2.3.2 r-jsonlite@2.0.0 r-httr@1.4.7 r-arrow@22.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/benyamindsmith/RKaggle
Licenses: Expat
Synopsis: 'Kaggle' Dataset Downloader 'API'
Description:

Easily download datasets from Kaggle <https://www.kaggle.com/> directly into your R environment using RKaggle'. Streamline your data analysis workflows by importing datasets effortlessly and focusing on insights rather than manual data handling. Perfect for data enthusiasts and professionals looking to integrate Kaggle datasets into their R projects with minimal hassle.

r-rjwsacruncher 0.2.2
Propagated dependencies: r-xml@3.99-0.20
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://aqlt.github.io/rjwsacruncher/
Licenses: GPL 3
Synopsis: Interface to the 'JWSACruncher' of 'JDemetra+'
Description:

JDemetra+ (<https://github.com/jdemetra/jdemetra-app>) is the seasonal adjustment software officially recommended to the members of the European Statistical System and the European System of Central Banks. Seasonal adjustment models performed with JDemetra+ can be stored into workspaces. JWSACruncher (<https://github.com/jdemetra/jwsacruncher/releases> for v2 and <https://github.com/jdemetra/jdplus-main/releases> for v3) is a console tool that re-estimates all the multi-processing defined in a workspace and to export the result. rjwsacruncher allows to launch easily the JWSACruncher'.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
Total results: 21208