_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-ch 0.1.0.2
Propagated dependencies: r-ryacas@1.1.5 r-pracma@2.4.4 r-polynom@1.4-1 r-mass@7.3-65 r-magrittr@2.0.3 r-ggplot2@3.5.2 r-crayon@1.5.3 r-clipr@0.8.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/tsiamut/ch
Licenses: Artistic License 2.0
Synopsis: About some Small Functions
Description:

The solution to some common problems is proposed, as well as a summary of some small functions. In particular, it provides a useful function for some problems in chemistry. For example, monoa(), monob() and mono() function can be used to calculate The pH of weak acid/base. The ggpng() function can save the PNG format with transparent background. The period_table() function will show the periodic table. Also the show_ruler() function will show the ruler. The show_color() function is funny and easier to show colors. I also provide the symb() function to generate multiple symbols at once. The csv2vcf() function provides an easy method to generate a file. The sym2poly() and sym2coef() function can extract coefficients from polynomials.

r-od 0.5.1
Propagated dependencies: r-vctrs@0.6.5 r-sfheaders@0.4.4
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://github.com/itsleeds/od
Licenses: GPL 3
Synopsis: Manipulate and Map Origin-Destination Data
Description:

The aim of od is to provide tools and example datasets for working with origin-destination ('OD') datasets of the type used to describe aggregate urban mobility patterns (Carey et al. 1981) <doi:10.1287/trsc.15.1.32>. The package builds on functions for working with OD data in the package stplanr', (Lovelace and Ellison 2018) <doi:10.32614/RJ-2018-053> with a focus on computational efficiency and support for the sf class system (Pebesma 2018) <doi:10.32614/RJ-2018-009>. With few dependencies and a simple class system based on data frames, the package is intended to facilitate efficient analysis of OD datasets and to provide a place for developing new functions. The package enables the creation and analysis of geographic entities representing large scale mobility patterns, from daily travel between zones in cities to migration between countries.

r-bt 0.4
Propagated dependencies: r-statmod@1.5.0 r-rpart@4.1.24
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/GiregWillame/BT/
Licenses: GPL 3+
Synopsis: (Adaptive) Boosting Trees Algorithm
Description:

This package performs (Adaptive) Boosting Trees for Poisson distributed response variables, using log-link function. The code approach is similar to the one used in gbm'/'gbm3'. Moreover, each tree in the expansion is built thanks to the rpart package. This package is based on following books and articles Denuit, M., Hainaut, D., Trufin, J. (2019) <doi:10.1007/978-3-030-25820-7> Denuit, M., Hainaut, D., Trufin, J. (2019) <doi:10.1007/978-3-030-57556-4> Denuit, M., Hainaut, D., Trufin, J. (2019) <doi:10.1007/978-3-030-25827-6> Denuit, M., Hainaut, D., Trufin, J. (2022) <doi:10.1080/03461238.2022.2037016> Denuit, M., Huyghe, J., Trufin, J. (2022) <https://dial.uclouvain.be/pr/boreal/fr/object/boreal%3A244325/datastream/PDF_01/view> Denuit, M., Trufin, J., Verdebout, T. (2022) <https://dial.uclouvain.be/pr/boreal/fr/object/boreal%3A268577>.

r-hh 3.1-53
Propagated dependencies: r-abind@1.4-8 r-colorspace@2.1-1 r-gridextra@2.3 r-hmisc@5.2-3 r-lattice@0.22-7 r-latticeextra@0.6-30 r-leaps@3.2 r-multcomp@1.4-28 r-rcolorbrewer@1.1-3 r-reshape2@1.4.4 r-rmpfr@1.1-0 r-shiny@1.10.0 r-vcd@1.4-13
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=HH
Licenses: GPL 2+
Synopsis: Statistical analysis and data display: Heiberger and Holland
Description:

This package provides support software for Statistical Analysis and Data Display (Second Edition, Springer, ISBN 978-1-4939-2121-8, 2015) and (First Edition, Springer, ISBN 0-387-40270-5, 2004) by Richard M. Heiberger and Burt Holland. This contemporary presentation of statistical methods features extensive use of graphical displays for exploring data and for displaying the analysis. The second edition includes redesigned graphics and additional chapters. The authors emphasize how to construct and interpret graphs, discuss principles of graphical design, and show how accompanying traditional tabular results are used to confirm the visual impressions derived directly from the graphs. Many of the graphical formats are novel and appear here for the first time in print. All chapters have exercises. All functions introduced in the book are in the package. R code for all examples, both graphs and tables, in the book is included in the scripts directory of the package.

r-ar 1.1
Propagated dependencies: r-distrib@1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AR
Licenses: LGPL 3+
Synopsis: Another Look at the Acceptance-Rejection Method
Description:

In mathematics, rejection sampling is a basic technique used to generate observations from a distribution. It is also commonly called the Acceptance-Rejection method or Accept-Reject algorithm and is a type of Monte Carlo method. Acceptance-Rejection method is based on the observation that to sample a random variable one can perform a uniformly random sampling of the 2D cartesian graph, and keep the samples in the region under the graph of its density function. Package AR is able to generate/simulate random data from a probability density function by Acceptance-Rejection method. Moreover, this package is a useful teaching resource for graphical presentation of Acceptance-Rejection method. From the practical point of view, the user needs to calculate a constant in Acceptance-Rejection method, which package AR is able to compute this constant by optimization tools. Several numerical examples are provided to illustrate the graphical presentation for the Acceptance-Rejection Method.

r-rrr 1.0.0
Propagated dependencies: r-rcpp@1.0.14 r-plotly@4.10.4 r-mass@7.3-65 r-magrittr@2.0.3 r-ggplot2@3.5.2 r-ggally@2.2.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://github.com/chrisaddy/rrr
Licenses: GPL 3
Synopsis: Reduced-Rank Regression
Description:

Reduced-rank regression, diagnostics and graphics.

r-rly 1.7.4
Propagated dependencies: r-r6@2.6.1 r-futile-logger@1.4.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/systemincloud/rly
Licenses: Expat
Synopsis: Tools to Create Formal Language Parser
Description:

R implementation of the common parsing tools lex and yacc'.

r-rt3 0.1.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rt3
Licenses: Expat
Synopsis: Tic-Tac-Toe Package for R
Description:

Play the classic game of tic-tac-toe (naughts and crosses).

r-rnd 1.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RND
Licenses: GPL 2+
Synopsis: Risk Neutral Density Extraction Package
Description:

Extract the implied risk neutral density from options using various methods.

r-rtk 0.2.6.1
Propagated dependencies: r-rcpp@1.0.14 zlib@1.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=rtk
Licenses: GPL 2+
Synopsis: Rarefaction tool kit
Description:

This package lets you rarefy data, calculate diversity and plot the results.

r-rh2 0.2.5
Propagated dependencies: r-rjdbc@0.2-10 r-rjava@1.0-11 r-chron@2.3-62
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/dmkaplan2000/RH2
Licenses: FSDG-compatible
Synopsis: DBI/RJDBC Interface to H2 Database
Description:

DBI/RJDBC interface to h2 database. h2 version 2.3.232 is included.

r-rpa 1.64.0
Propagated dependencies: r-rmarkdown@2.29 r-phyloseq@1.52.0 r-biocstyle@2.36.0 r-biocgenerics@0.54.0 r-affy@1.86.0
Channel: guix-bioc
Location: guix-bioc/packages/r.scm (guix-bioc packages r)
Home page: https://github.com/antagomir/RPA
Licenses: FreeBSD
Synopsis: RPA: Robust Probabilistic Averaging for probe-level analysis
Description:

Probabilistic analysis of probe reliability and differential gene expression on short oligonucleotide arrays.

r-hse 0.0-28
Channel: guix-cran
Location: guix-cran/packages/h.scm (guix-cran packages h)
Home page: https://cran.r-project.org/package=hse
Licenses: GPL 2+
Synopsis: The hse Distribution
Description:

Deprecated.

r-rpx 2.16.0
Propagated dependencies: r-biocfilecache@2.16.0 r-curl@6.2.2 r-jsonlite@2.0.0 r-rcurl@1.98-1.17 r-xml2@1.3.8
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://github.com/lgatto/rpx
Licenses: GPL 2
Synopsis: R interface to the ProteomeXchange Repository
Description:

The rpx package implements an interface to proteomics data submitted to the ProteomeXchange consortium.

r-roi 1.0-1
Propagated dependencies: r-checkmate@2.3.2 r-registry@0.5-1 r-slam@0.1-55
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://roi.r-forge.r-project.org/
Licenses: GPL 3
Synopsis: R optimization infrastructure
Description:

The ROI is a framework for handling optimization problems in R.

r-roc 1.84.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://www.bioconductor.org/packages/ROC/
Licenses: Artistic License 2.0
Synopsis: Utilities for ROC curves
Description:

This package provides utilities for Receiver Operating Characteristic (ROC) curves, with a focus on micro arrays.

r-blr 1.6
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=BLR
Licenses: GPL 2
Synopsis: Bayesian Linear Regression
Description:

Bayesian Linear Regression.

r-rda 1.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/rda/
Licenses: GPL 2+
Synopsis: Shrunken centroids regularized discriminant analysis
Description:

This package provides tools for shrunken centroids regularized discriminant analysis for the purpose of classifying high dimensional data.

r-riv 2.0-5
Propagated dependencies: r-rrcov@1.7-7 r-quantreg@6.1 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=riv
Licenses: GPL 2
Synopsis: Robust Instrumental Variables Estimator
Description:

Finds a robust instrumental variables estimator using a high breakdown point S-estimator of multivariate location and scatter matrix.

r-rum 2.1.0
Propagated dependencies: r-usethis@3.1.0 r-tidyverse@2.0.0 r-tidymodels@1.3.0 r-table1@1.4.3 r-stringr@1.5.1 r-roxygen2@7.3.2 r-rmarkdown@2.29 r-rlang@1.1.6 r-rio@1.2.3 r-readr@2.1.5 r-quarto@1.4.4 r-here@1.0.1 r-gtsummary@2.2.0 r-glue@1.8.0 r-conflicted@1.2.0 r-bookdown@0.43
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://raymondbalise.github.io/rUM/
Licenses: Expat
Synopsis: R Templates from the University of Miami
Description:

This holds some r markdown and quarto templates and a template to create a research project in "R Studio".

r-elt 1.7
Propagated dependencies: r-xlsx@0.6.5 r-locfit@1.5-9.12 r-latticeextra@0.6-30 r-lattice@0.22-7
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=ELT
Licenses: GPL 2+
Synopsis: Experience Life Tables
Description:

Build experience life tables.

r-flr 1.0
Propagated dependencies: r-combinat@0.0-8
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FLR
Licenses: GPL 2+
Synopsis: Fuzzy Logic Rule Classifier
Description:

FLR algorithm for classification.

r-pbs 1.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pbs
Licenses: GPL 2
Synopsis: Periodic B Splines
Description:

Periodic B Splines Basis.

r-tau 0.0-26
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tau
Licenses: GPL 2
Synopsis: Text Analysis Utilities
Description:

Utilities for text analysis.

Page: 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528
Total results: 36659