_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-textrecipes 1.1.0
Propagated dependencies: r-vctrs@0.6.5 r-tokenizers@0.3.0 r-tibble@3.2.1 r-sparsevctrs@0.3.4 r-snowballc@0.7.1 r-rlang@1.1.6 r-recipes@1.3.1 r-purrr@1.0.4 r-matrix@1.7-3 r-magrittr@2.0.3 r-lifecycle@1.0.4 r-glue@1.8.0 r-generics@0.1.4 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/tidymodels/textrecipes
Licenses: Expat
Synopsis: Extra 'Recipes' for Text Processing
Description:

Converting text to numerical features requires specifically created procedures, which are implemented as steps according to the recipes package. These steps allows for tokenization, filtering, counting (tf and tfidf) and feature hashing.

r-tsibbletalk 0.1.0
Propagated dependencies: r-vctrs@0.6.5 r-tsibble@1.1.6 r-shiny@1.10.0 r-rlang@1.1.6 r-r6@2.6.1 r-plotly@4.10.4 r-lubridate@1.9.4 r-glue@1.8.0 r-dplyr@1.1.4 r-dendextend@1.19.0 r-crosstalk@1.2.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tsibbletalk
Licenses: GPL 3
Synopsis: Interactive Graphics for Tsibble Objects
Description:

This package provides a shared tsibble data easily communicates between htmlwidgets on both client and server sides, powered by crosstalk'. A shiny module is provided to visually explore periodic/aperiodic temporal patterns.

r-torchvision 0.7.0
Propagated dependencies: r-zeallot@0.2.0 r-withr@3.0.2 r-torch@0.14.2 r-tiff@0.1-12 r-rlang@1.1.6 r-rappdirs@0.3.3 r-png@0.1-8 r-magrittr@2.0.3 r-jsonlite@2.0.0 r-jpeg@0.1-11 r-glue@1.8.0 r-fs@1.6.6 r-cli@3.6.5 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://torchvision.mlverse.org
Licenses: Expat
Synopsis: Models, Datasets and Transformations for Images
Description:

This package provides access to datasets, models and preprocessing facilities for deep learning with images. Integrates seamlessly with the torch package and it's API borrows heavily from PyTorch vision package.

r-uptimerobot 1.0.0
Propagated dependencies: r-rjson@0.2.23 r-rcurl@1.98-1.17 r-plyr@1.8.9
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://gabrielebaldassarre.com/r/uptimerobot
Licenses: Expat
Synopsis: Access the UptimeRobot Ping API
Description:

Provide a set of wrappers to call all the endpoints of UptimeRobot API which includes various kind of ping, keep-alive and speed tests. See <https://uptimerobot.com/> for more information.

r-organismdbi 1.50.0
Propagated dependencies: r-annotationdbi@1.70.0 r-biobase@2.68.0 r-biocgenerics@0.54.0 r-biocmanager@1.30.25 r-dbi@1.2.3 r-genomicfeatures@1.60.0 r-genomicranges@1.60.0 r-graph@1.86.0 r-iranges@2.42.0 r-rbgl@1.84.0 r-s4vectors@0.46.0 r-txdbmaker@1.4.1
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/OrganismDbi
Licenses: Artistic License 2.0
Synopsis: Software to enable the smooth interfacing of database packages
Description:

The package enables a simple unified interface to several annotation packages each of which has its own schema by taking advantage of the fact that each of these packages implements a select methods.

r-sessioninfo 1.2.3
Propagated dependencies: r-cli@3.6.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/sessioninfo#readme
Licenses: GPL 2
Synopsis: R session information
Description:

This package provides tools to query and print information about the current R session. It is similar to utils::sessionInfo(), but includes more information about packages, and where they were installed from.

r-janeaustenr 1.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/juliasilge/janeaustenr
Licenses: Expat
Synopsis: Jane Austen's complete novels
Description:

This package provides the full texts for Jane Austen's six completed novels, ready for text analysis. These novels are "Sense and Sensibility", "Pride and Prejudice", "Mansfield Park", "Emma", "Northanger Abbey", and "Persuasion".

rust-async-io 2.4.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/smol-rs/async-io
Licenses: ASL 2.0 Expat
Synopsis: Async I/O and timers
Description:

This crate provides two tools: Async, an adapter for standard networking types (and many other types) to use in async programs, and Timer, a future that expires at a point in time.

rust-async-io 1.13.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/smol-rs/async-io
Licenses: ASL 2.0 Expat
Synopsis: Async I/O and timers
Description:

This crate provides two tools: Async, an adapter for standard networking types (and many other types) to use in async programs, and Timer, a future that expires at a point in time.

rust-onig-sys 69.6.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-onig/rust-onig
Licenses: Expat
Synopsis: Rust bindings to the Oniguruma library
Description:

This crate contains raw Rust bindings to the Oniguruma library. This crate exposes a set of unsafe functions which can then be used by other crates to create safe wrappers around Oniguruma.

ocaml-rresult 0.7.0
Propagated dependencies: ocaml-topkg@1.0.6
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://erratique.ch/software/rresult
Licenses: ISC
Synopsis: Result value combinators for OCaml
Description:

Handle computation results and errors in an explicit and declarative manner, without resorting to exceptions. It defines combinators to operate on the result type available from OCaml 4.03 in the standard library.

ruby-parallel 1.21.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/grosser/parallel
Licenses: Expat
Synopsis: Parallel processing in Ruby
Description:

Parallel allows you to run any code in parallel Processes (to use all CPUs) or Threads(to speedup blocking operations). It is best suited for map-reduce or e.g. parallel downloads/uploads.

r-rmalschains 0.2-10
Propagated dependencies: r-rcpp@1.0.14
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Rmalschains
Licenses: GPL 3
Synopsis: Continuous Optimization using Memetic Algorithms with Local Search Chains (MA-LS-Chains)
Description:

An implementation of an algorithm family for continuous optimization called memetic algorithms with local search chains (MA-LS-Chains), as proposed in Molina et al. (2010) <doi:10.1162/evco.2010.18.1.18102> and Molina et al. (2011) <doi:10.1007/s00500-010-0647-2>. Rmalschains is further discussed in Bergmeir et al. (2016) <doi:10.18637/jss.v075.i04>. Memetic algorithms are hybridizations of genetic algorithms with local search methods. They are especially suited for continuous optimization.

r-cfmortality 0.3.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cfmortality
Licenses: GPL 3
Synopsis: Cystic Fibrosis Survival Prediction Model Based on Stanojevic Model
Description:

Allows clinicians to predict survival probabilities over the next two years for cystic fibrosis patients, based on the clinical prediction models published in Stanojevic et al. (2019) <doi:10.1183/13993003.00224-2019>.

r-cdfquantreg 1.3.1-2
Propagated dependencies: r-pracma@2.4.4 r-mass@7.3-65 r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cdfquantreg
Licenses: GPL 3
Synopsis: Quantile Regression for Random Variables on the Unit Interval
Description:

Employs a two-parameter family of distributions for modelling random variables on the (0, 1) interval by applying the cumulative distribution function (cdf) of one parent distribution to the quantile function of another.

r-cricketdata 0.3.0
Propagated dependencies: r-xml2@1.3.8 r-tidyr@1.3.1 r-tibble@3.2.1 r-stringr@1.5.1 r-rvest@1.0.4 r-readr@2.1.5 r-lubridate@1.9.4 r-jsonlite@2.0.0 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://pkg.robjhyndman.com/cricketdata/
Licenses: GPL 3
Synopsis: International Cricket Data
Description:

Data on international and other major cricket matches from ESPNCricinfo <https://www.espncricinfo.com> and Cricsheet <https://cricsheet.org>. This package provides some functions to download the data into tibbles ready for analysis.

r-datasetsicr 1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=datasetsICR
Licenses: GPL 2+
Synopsis: Datasets from the Book "An Introduction to Clustering with R"
Description:

Companion to the book "An Introduction to Clustering with R" by P. Giordani, M.B. Ferraro and F. Martella (Springer, Singapore, 2020). The datasets are used in some case studies throughout the text.

r-distfree-cr 1.5.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: http://statgen.ualberta.ca
Licenses: GPL 2+
Synopsis: Distribution-Free Confidence Region
Description:

Constructs confidence regions without the need to know the sampling distribution of bivariate data. The method was proposed by Zhiqiu Hu & Rong-cai Yang (2013) <doi:10.1371/journal.pone.0081179.g001>.

r-euroleaguer 0.2.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.2.1 r-stringr@1.5.1 r-lubridate@1.9.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-glue@1.8.0 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/FlavioLeccese92/euroleaguer/
Licenses: Expat
Synopsis: 'Euroleague basketball API'
Description:

Unofficial API wrapper for Euroleague and Eurocup basketball API (<https://www.euroleaguebasketball.net/en/euroleague/>), it allows to retrieve real-time and historical standard and advanced statistics about competitions, teams, players and games.

r-multilevlca 2.0.1
Propagated dependencies: r-tidyr@1.3.1 r-tictoc@1.2.1 r-rcpparmadillo@14.4.3-1 r-rcpp@1.0.14 r-pracma@2.4.4 r-mass@7.3-65 r-magrittr@2.0.3 r-klar@1.7-3 r-foreach@1.5.2 r-dplyr@1.1.4 r-clustmixtype@0.4-2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=multilevLCA
Licenses: GPL 2+
Synopsis: Estimates and Plots Single-Level and Multilevel Latent Class Models
Description:

Efficiently estimates single- and multilevel latent class models with covariates, allowing for output visualization in all specifications. For more technical details, see Lyrvall et al (2023) <doi:10.48550/arXiv.2305.07276>.

r-nettskjemar 1.0.2
Propagated dependencies: r-jsonlite@2.0.0 r-httr2@1.1.2 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/CAPRO-UiO/nettskjemar
Licenses: Expat
Synopsis: Connect to the 'nettskjema.no' API of the University of Oslo
Description:

Enables users to retrieve data, meta-data, and codebooks from <https://nettskjema.no/>. The data from the API is richer than from the online data portal. Mowinckel (2021) <doi:10.5281/zenodo.4745481>.

r-pipe-design 0.5.1
Propagated dependencies: r-xtable@1.8-4 r-gtools@3.9.5 r-ggplot2@3.5.2
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pipe.design
Licenses: GPL 2+
Synopsis: Dual-Agent Dose Escalation for Phase I Trials using the PIPE Design
Description:

This package implements the Product of Independent beta Probabilities dose Escalation (PIPE) design for dual-agent Phase I trials as described in Mander AP, Sweeting MJ (2015) <DOI:10.1002/sim.6434>.

r-tsallisqexp 0.9-5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tsallisqexp
Licenses: GPL 2+
Synopsis: Tsallis q-Exp Distribution
Description:

Tsallis distribution also known as the q-exponential family distribution. Provide distribution d, p, q, r functions, fitting and testing functions. Project initiated by Paul Higbie and based on Cosma Shalizi's code.

r-urlexplorer 0.1.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.2.1 r-stringr@1.5.1 r-rlang@1.1.6 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://github.com/MarekProkop/urlexplorer
Licenses: Expat
Synopsis: Structural Analysis and Pattern Discovery in URL Datasets
Description:

Offers tools for parsing and analyzing URL datasets, extracting key components and identifying common patterns. It aids in examining website architecture and identifying SEO issues, helping users optimize web presence and content strategy.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418
Total results: 34014