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

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-robsel 0.1.0
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-glasso@1.11
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=robsel
Licenses: GPL 2
Build system: r
Synopsis: Robust Selection Algorithm
Description:

An implementation of algorithms for estimation of the graphical lasso regularization parameter described in Pedro Cisneros-Velarde, Alexander Petersen and Sang-Yun Oh (2020) <http://proceedings.mlr.press/v108/cisneros20a.html>.

r-rlinkedinads 0.2.0
Propagated dependencies: r-urltools@1.7.3.1 r-tidyr@1.3.1 r-stringr@1.6.0 r-snakecase@0.11.1 r-rlang@1.1.6 r-rappdirs@0.3.3 r-pbapply@1.7-4 r-httr2@1.2.1 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rlinkedinads
Licenses: Expat
Build system: r
Synopsis: Load Data from 'Linkedin Advertising API'
Description:

Get data from Linkedin Advertising API <https://learn.microsoft.com/en-us/linkedin/marketing/overview?view=li-lms-2023-10>. You can load ad account hierarchy (accounts, users, campaign groups, campaigns and creatives) and also you can load ad analytics data from your Linkedin Ad account.

r-robomit 1.0.7
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-plm@2.6-7 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-broom@1.0.10
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=robomit
Licenses: Expat
Build system: r
Synopsis: Robustness Checks for Omitted Variable Bias
Description:

Robustness checks for omitted variable bias. The package includes robustness checks proposed by Oster (2019). The robomit package computes i) the bias-adjusted treatment correlation or effect and ii) the degree of selection on unobservables relative to observables (with respect to the treatment variable) that would be necessary to eliminate the result based on the framework by Oster (2019). The code is based on the psacalc command in Stata'. Additionally, robomit offers a set of sensitivity analysis and visualization functions. See Oster, E. 2019. <doi:10.1080/07350015.2016.1227711>. Additionally, see Diegert, P., Masten, M. A., & Poirier, A. (2022) for a recent discussion of the topic: <doi:10.48550/arXiv.2206.02303>.

r-rcppmagicenum 0.0.1
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppmagicenum
Licenses: Expat
Build system: r
Synopsis: 'Rcpp' Bindings to 'Magic Enum' 'C++' 'Enum' Support
Description:

The header-only modern C++ template library Magic Enum for static reflection of enums (to string, from string, iteration) is provided by this package. More information about the underlying library can be found at its repository at <https://github.com/Neargye/magic_enum>.

r-rghanacensus 0.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ktemadarko/rGhanaCensus
Licenses: Expat
Build system: r
Synopsis: 2021 Ghana Population and Housing Census Results as Data Frames
Description:

Datasets from the 2021 Ghana Population and Housing Census Results. Users can access results as tidyverse and sf'-Ready Data Frames. The data in this package is scraped from pdf reports released by the Ghana Statistical Service website <https://census2021.statsghana.gov.gh/> . The package currently only contains datasets from the literacy and education reports. Namely, school attendance data for respondents aged 3 years and above.

r-rwstats 0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rwstats
Licenses: CC0
Build system: r
Synopsis: Chinese Character Frequency in Real World
Description:

It contains Chinese character frequency data based on news data from 2017 to 2019. Source of these news include Sina, China daily and Tencent.

r-ramcharts 2.1.16
Propagated dependencies: r-zoo@1.8-14 r-yaml@2.3.10 r-piper@0.6.1.3 r-knitr@1.50 r-htmlwidgets@1.6.4 r-htmltools@0.5.8.1 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://datastorm-open.github.io/introduction_ramcharts/
Licenses: GPL 2+
Build system: r
Synopsis: JavaScript Charts Tool
Description:

This package provides an R interface for using AmCharts Library. Based on htmlwidgets', it provides a global architecture to generate JavaScript source code for charts. Most of classes in the library have their equivalent in R with S4 classes; for those classes, not all properties have been referenced but can easily be added in the constructors. Complex properties (e.g. JavaScript object) can be passed as named list. See examples at <https://datastorm-open.github.io/introduction_ramcharts/> and <https://www.amcharts.com/> for more information about the library. The package includes the free version of AmCharts Library. Its only limitation is a small link to the web site displayed on your charts. If you enjoy this library, do not hesitate to refer to this page <https://www.amcharts.com/online-store/> to purchase a licence, and thus support its creators and get a period of Priority Support. See also <https://www.amcharts.com/about/> for more information about AmCharts company.

r-redisbasecontainer 1.0.1
Propagated dependencies: r-dockerparallel@1.0.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RedisBaseContainer
Licenses: GPL 3
Build system: r
Synopsis: The Container for the DockerParallel Package
Description:

Providing the container for the DockerParallel package.

r-rqcc 2.22.12
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://AppliedStat.GitHub.io/R/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Robust Quality Control Chart
Description:

Constructs various robust quality control charts based on the median or Hodges-Lehmann estimator (location) and the median absolute deviation (MAD) or Shamos estimator (scale). The estimators used for the robust control charts are all unbiased with a sample of finite size. For more details, see Park, Kim and Wang (2022) <doi:10.1080/03610918.2019.1699114>. In addition, using this R package, the conventional quality control charts such as X-bar, S, R, p, np, u, c, g, h, and t charts are also easily constructed. This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (No. 2022R1A2C1091319).

r-refreg 0.1.1
Propagated dependencies: r-stringr@1.6.0 r-sp@2.2-0 r-rgl@1.3.31 r-rcolorbrewer@1.1-3 r-pracma@2.4.6 r-misc3d@0.9-1 r-mgcv@1.9-4 r-mbend@1.3.1 r-matrixcalc@1.0-6 r-ks@1.15.1 r-kernsmooth@2.23-26 r-gridextra@2.3 r-ggplot2@4.0.1 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: https://cran.r-project.org/package=refreg
Licenses: GPL 2
Build system: r
Synopsis: Conditional Multivariate Reference Regions
Description:

An R package for estimating conditional multivariate reference regions. The reference region is non parametrically estimated using a kernel density estimator. Covariates effects on the multivariate response means vector and variance-covariance matrix, thus on the region shape, are estimated by flexible additive predictors. Continuous covariates non linear effects might be estimated using penalized splines smoothers. Confidence intervals for the covariates estimated effects might be derived from bootstrap resampling. Kernel density bandwidth can be estimated with different methods, including a method that optimize the region coverage. Numerical, and graphical, summaries can be obtained by the user in order to evaluate reference region performance with real data. Full mathematical details can be found in <doi:10.1002/sim.9163> and <doi:10.1007/s00477-020-01901-1>.

r-raybevel 0.2.2
Propagated dependencies: r-sf@1.0-23 r-rcppthread@2.2.0 r-rcppcgal@6.1 r-rcpp@1.1.0 r-rayvertex@0.12.0 r-progress@1.2.3 r-digest@0.6.39 r-decido@0.4.0 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://www.raybevel.com
Licenses: GPL 3
Build system: r
Synopsis: Generates Polygon Straight Skeletons and 3D Bevels
Description:

Generates polygon straight skeletons and 3D models. Provides functions to create and visualize interior polygon offsets, 3D beveled polygons, and 3D roof models.

r-reps 1.0.0
Propagated dependencies: r-stringr@1.6.0 r-lmtest@0.9-40 r-kfas@1.6.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/vivekag7/REPS
Licenses: FSDG-compatible
Build system: r
Synopsis: Hedonic and Multilateral Index Methods for Real Estate Price Statistics
Description:

Compute price indices using various Hedonic and multilateral methods, including Laspeyres, Paasche, Fisher, and HMTS (Hedonic Multilateral Time series re-estimation with splicing). The central function calculate_price_index() offers a unified interface for running these methods on structured datasets. This package is designed to support index construction workflows across a wide range of domains â including but not limited to real estate â where quality-adjusted price comparisons over time are essential. The development of this package was funded by Eurostat and Statistics Netherlands (CBS), and carried out by Statistics Netherlands. The HMTS method implemented here is described in Ishaak, Ouwehand and Remøy (2024) <doi:10.1177/0282423X241246617>. For broader methodological context, see Eurostat (2013, ISBN:978-92-79-25984-5, <doi:10.2785/34007>).

r-rcmdrplugin-roc 1.0-19
Propagated dependencies: r-resourceselection@0.3-6 r-rcmdr@2.9-5 r-proc@1.19.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RcmdrPlugin.ROC
Licenses: GPL 2+
Build system: r
Synopsis: Rcmdr Receiver Operator Characteristic Plug-in Package
Description:

Rcmdr GUI extension plug-in for Receiver Operator Characteristic tools from pROC package. Also it ads a Rcmdr GUI extension for Hosmer and Lemeshow GOF test from the package ResourceSelection.

r-rugarch 1.5-4
Propagated dependencies: r-zoo@1.8-14 r-xts@0.14.1 r-spd@2.0-1 r-skewhyperbolic@0.4-2 r-rsolnp@2.0.1 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-numderiv@2016.8-1.1 r-nloptr@2.2.1 r-ks@1.15.1 r-fracdiff@1.5-3 r-chron@2.3-62
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/alexiosg/rugarch
Licenses: GPL 3
Build system: r
Synopsis: Univariate GARCH Models
Description:

ARFIMA, in-mean, external regressors and various GARCH flavors, with methods for fit, forecast, simulation, inference and plotting.

r-rockr 1.0.0
Propagated dependencies: r-progress@1.2.3 r-mime@0.13 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://cran.r-project.org/package=rockr
Licenses: Expat
Build system: r
Synopsis: 'Rock' R Server Client
Description:

Connector to the REST API of a Rock R server, to perform operations on a remote R server session, or administration tasks. See Rock documentation at <https://rockdoc.obiba.org/>.

r-rgooglefit 0.4.0
Propagated dependencies: r-rcurl@1.98-1.17 r-jsonlite@2.0.0 r-httr@1.4.7 r-bit64@4.6.0-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RGoogleFit
Licenses: Expat
Build system: r
Synopsis: R Interface to Google Fit API
Description:

This package provides interface to Google Fit REST API v1 (see <https://developers.google.com/fit/rest/v1/reference/>).

r-rvhpdt 4.0
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=rvHPDT
Licenses: GPL 2+
Build system: r
Synopsis: Calling Haplotype-Based and Variant-Based Pedigree Disequilibrium Test for Rare Variants in Pedigrees
Description:

To detecting rare variants for binary traits using general pedigrees, the pedigree disequilibrium tests are proposed by collapsing rare haplotypes/variants with/without weights. To run the test, MERLIN is needed in Linux for haplotyping.

r-rtg 1.0.4
Propagated dependencies: r-minpack-lm@1.2-4 r-mgcv@1.9-4 r-magrittr@2.0.4 r-knitr@1.50 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-brnn@0.9.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/jernejjevsenak/rTG
Licenses: GPL 3
Build system: r
Synopsis: Methods to Analyse Seasonal Radial Tree Growth Data
Description:

This package provides methods for comparing different regression algorithms for describing the temporal dynamics of secondary tree growth (xylem and phloem). Users can compare the accuracy of the most common fitting methods usually used to analyse xylem and phloem data, i.e., Gompertz function, Double Gompertz function, General Additive Models (GAMs); and an algorithm newly introduced to the field, i.e., Bayesian Regularised Neural Networks (brnn). The core function of the package is XPSgrowth(), while the results can be interpreted using implemented generic S3 methods, such as plot() and summary().

r-ress 1.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RESS
Licenses: LGPL 3
Build system: r
Synopsis: Integrates R and Essentia
Description:

This package contains three functions that query AuriQ Systems Essentia Database and return the results in R. essQuery takes a single Essentia command and captures the output in R, where you can save the output to a dataframe or stream it directly into additional analysis. read.essentia takes an Essentia script and captures the output csv data into R, where you can save the output to a dataframe or stream it directly into additional analysis. capture.essentia takes a file containing any number of Essentia commands and captures the output of the specified statements into R dataframes. Essentia can be downloaded for free at http://www.auriq.com/documentation/source/install/index.html.

r-rnumerai 3.0.1
Propagated dependencies: r-lubridate@1.9.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-ghql@0.1.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/Omni-Analytics-Group/Rnumerai
Licenses: GPL 3
Build system: r
Synopsis: Interface to the Numerai Machine Learning Tournament API
Description:

Routines to interact with the Numerai Machine Learning Tournament API <https://numer.ai>. The functionality includes the ability to automatically download the current tournament data, submit predictions, and to get information for your user.

r-redmonder 0.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Redmonder
Licenses: ASL 2.0
Build system: r
Synopsis: Microsoft(r)-Inspired Color Palettes
Description:

Provide color schemes for maps (and other graphics) based on the color palettes of several Microsoft(r) products. Forked from RColorBrewer v1.1-2.

r-r-matlab 3.7.0
Propagated dependencies: r-r-utils@2.13.0 r-r-oo@1.27.1 r-r-methodss3@1.8.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/HenrikBengtsson/R.matlab
Licenses: LGPL 2.1+
Build system: r
Synopsis: Read and Write MAT Files and Call MATLAB from Within R
Description:

This package provides methods readMat() and writeMat() for reading and writing MAT files. For user with MATLAB v6 or newer installed (either locally or on a remote host), the package also provides methods for controlling MATLAB (trademark) via R and sending and retrieving data between R and MATLAB.

r-rsimsum 0.13.0
Propagated dependencies: r-scales@1.4.0 r-rlang@1.1.6 r-lifecycle@1.0.4 r-knitr@1.50 r-ggridges@0.5.7 r-ggplot2@4.0.1 r-generics@0.1.4 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://ellessenne.github.io/rsimsum/
Licenses: GPL 3+
Build system: r
Synopsis: Analysis of Simulation Studies Including Monte Carlo Error
Description:

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.

r-rocker 0.3.2
Propagated dependencies: r-sodium@1.4.0 r-r6@2.6.1 r-dbi@1.2.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/nikolaus77/rocker
Licenses: Expat
Build system: r
Synopsis: Database Interface Class
Description:

R6 class interface for handling relational database connections using DBI package as backend. The class allows handling of connections to e.g. PostgreSQL, MariaDB and SQLite. The purpose is having an intuitive object allowing straightforward handling of SQL databases.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457