_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-powerbir 0.1.0
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.7 r-data-table@1.17.4 r-azureauth@1.3.3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=powerbiR
Licenses: Expat
Synopsis: An Interface to the 'Power BI REST APIs'
Description:

Makes it easy to push data to Power BI using R and the Power BI REST APIs (see <https://docs.microsoft.com/en-us/rest/api/power-bi/>). A set of functions for turning data frames into Power BI datasets and refreshing these datasets are provided. Administrative tasks such as monitoring refresh statuses and pulling metadata about workspaces and users are also supported.

r-smartsnp 1.2.0
Propagated dependencies: r-vroom@1.6.5 r-vegan@2.6-10 r-rspectra@0.16-2 r-rfast@2.1.5.1 r-rcpparmadillo@14.4.3-1 r-rcpp@1.0.14 r-foreach@1.5.2 r-data-table@1.17.4 r-bootsvd@1.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://christianhuber.github.io/smartsnp/
Licenses: Expat
Synopsis: Fast Multivariate Analyses of Big Genomic Data
Description:

Fast computation of multivariate analyses of small (10s to 100s markers) to big (1000s to 100000s) genotype data. Runs Principal Component Analysis allowing for centering, z-score standardization and scaling for genetic drift, projection of ancient samples to modern genetic space and multivariate tests for differences in group location (Permutation-Based Multivariate Analysis of Variance) and dispersion (Permutation-Based Multivariate Analysis of Dispersion).

r-seinfitr 1.0.1
Propagated dependencies: r-minpack-lm@1.2-4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/dslabcena/seinfitR
Licenses: GPL 3+
Synopsis: Modeling the Relationship Between Nematode Densities and Plant Growth
Description:

This package implements the Seinhorst model to analyze the relationship between initial nematode densities and plant growth response using nonlinear least squares estimation. The package provides tools for model fitting, prediction, and visualization, facilitating the study of plant-nematode interactions. Model parameters can be estimated or set to predefined values based on Seinhorst (1986) <doi:10.1007/978-1-4613-2251-1_11>.

r-tilemaps 0.2.0
Propagated dependencies: r-smoothr@1.1.0 r-sf@1.0-21 r-lwgeom@0.2-14 r-igraph@2.1.4 r-ggplot2@3.5.2 r-clue@0.3-66
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/kaerosen/tilemaps
Licenses: GPL 3
Synopsis: Generate Tile Maps
Description:

This package implements an algorithm for generating maps, known as tile maps, in which each region is represented by a single tile of the same shape and size. The algorithm was first proposed in "Generating Tile Maps" by Graham McNeill and Scott Hale (2017) <doi:10.1111/cgf.13200>. Functions allow users to generate, plot, and compare square or hexagon tile maps.

r-tensorbf 1.0.2
Propagated dependencies: r-tensor@1.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tensorBF
Licenses: Expat
Synopsis: Bayesian Tensor Factorization
Description:

Bayesian Tensor Factorization for decomposition of tensor data sets using the trilinear CANDECOMP/PARAFAC (CP) factorization, with automatic component selection. The complete data analysis pipeline is provided, including functions and recommendations for data normalization and model definition, as well as missing value prediction and model visualization. The method performs factorization for three-way tensor datasets and the inference is implemented with Gibbs sampling.

r-hunspell 3.0.6
Propagated dependencies: r-digest@0.6.37 r-rcpp@1.0.14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/hunspell#readme
Licenses: GPL 2 LGPL 2.1 MPL 1.1 Expat
Synopsis: High-performance stemmer, tokenizer, and spell checker
Description:

This package provides a low-level spell checker and morphological analyzer based on the famous hunspell library. The package can analyze or check individual words as well as parse text, LaTeX, HTML or XML documents. For a more user-friendly interface use the spelling package which builds on this package to automate checking of files, documentation and vignettes in all common formats.

r-lintools 0.1.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/data-cleaning/lintools
Licenses: GPL 3
Synopsis: Manipulation of linear systems of (in)equalities
Description:

This is a package for variable elimination (Gaussian elimination, Fourier-Motzkin elimination), Moore-Penrose pseudoinverse, reduction to reduced row echelon form, value substitution, projecting a vector on the convex polytope described by a system of (in)equations, simplify systems by removing spurious columns and rows and collapse implied equalities, test if a matrix is totally unimodular, compute variable ranges implied by linear (in)equalities.

r-lbfgsb3c 2024-3.5
Propagated dependencies: r-numderiv@2016.8-1.1 r-rcpp@1.0.14 r-rcpparmadillo@14.4.3-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://nlmixr2.github.io/lbfgsb3c/
Licenses: GPL 2
Synopsis: Limited memory BFGS minimizer with bounds on parameters
Description:

This package lets you interface to Nocedal et al. L-BFGS-B.3.0 limited memory BFGS minimizer with bounds on parameters. This registers a R compatible C interface to L-BFGS-B.3.0 that uses the same function types and optimization as the optim() function. This package also adds more stopping criteria as well as allowing the adjustment of more tolerances.

python-ray 2.38.0
Dependencies: openssl@1.1.1u python-wrapper@3.11.11 jemalloc@5.3.0 zlib@1.3
Propagated dependencies: python-aiohttp@3.11.11 python-aiosignal@1.3.1 python-click@8.1.7 python-colorama@0.4.6 python-dm-tree@0.1.8 python-fastapi@0.115.6 python-filelock@3.16.1 python-frozenlist@1.3.3 python-fsspec@2024.12.0 python-grpcio@1.47.0 python-gymnasium@0.29.1 python-jsonschema@4.23.0 python-lz4@4.3.2 python-msgpack@1.0.4 python-numpy@1.26.2 python-packaging@24.2 python-pandas@2.2.3 python-prometheus-client@0.20.0 python-protobuf@3.20.3 python-psutil@5.9.2 python-pyarrow@20.0.0 python-pydantic@2.10.4 python-pyyaml@6.0.1 python-requests@2.31.0 python-rich@13.7.1 python-scikit-image@0.23.2 python-scipy@1.12.0 python-setproctitle@1.3.2 python-smart-open@6.0.0 python-typer@0.6.1 python-virtualenv@20.29.1
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/ray-project/ray
Licenses: ASL 2.0
Synopsis: Framework for scaling machine learning applications
Description:

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI libraries for simplifying ML compute. These are the provided Ray AI libraries:

  • Data: Scalable datasets for ML;

  • Train: Distributed training;

  • Tune: Scalable hyperparameter tuning;

  • RLlib: Scalable reinforcement learning;

  • Serve: Scalable and programmable serving.

r-ammodels 0.1.4
Propagated dependencies: r-unmarked@1.5.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AMModels
Licenses: GPL 3
Synopsis: Adaptive Management Model Manager
Description:

Helps enable adaptive management by codifying knowledge in the form of models generated from numerous analyses and data sets. Facilitates this process by storing all models and data sets in a single object that can be updated and saved, thus tracking changes in knowledge through time. A shiny application called AM Model Manager (modelMgr()) enables the use of these functions via a GUI.

r-agcounts 0.6.6
Propagated dependencies: r-zoo@1.8-14 r-stringr@1.5.1 r-shiny@1.10.0 r-rsqlite@2.3.11 r-reticulate@1.42.0 r-read-gt3x@1.2.0 r-reactable@0.4.4 r-rcpparmadillo@14.4.3-1 r-rcpp@1.0.14 r-magrittr@2.0.3 r-lubridate@1.9.4 r-gsignal@0.3-7 r-ggplot2@3.5.2 r-ggir@3.2-6 r-dplyr@1.1.4 r-dbi@1.2.3 r-data-table@1.17.4 r-bslib@0.9.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=agcounts
Licenses: Expat
Synopsis: Calculate 'ActiGraph' Counts from Accelerometer Data
Description:

Calculate ActiGraph counts from the X, Y, and Z axes of a triaxial accelerometer. This work was inspired by Neishabouri et al. who published the article "Quantification of Acceleration as Activity Counts in ActiGraph Wearables" on February 24, 2022. The link to the article (<https://pubmed.ncbi.nlm.nih.gov/35831446>) and python implementation of this code (<https://github.com/actigraph/agcounts>).

r-altfuelr 0.1.0
Propagated dependencies: r-stringr@1.5.1 r-purrr@1.0.4 r-magrittr@2.0.3 r-lubridate@1.9.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=altfuelr
Licenses: Expat
Synopsis: Provides an Interface to the NREL Alternate Fuels Locator
Description:

This package provides a number of functions to access the National Energy Research Laboratory Alternate Fuel Locator API <https://developer.nrel.gov/docs/transportation/alt-fuel-stations-v1/>. The Alternate Fuel Locator shows the location of alternate fuel stations in the United States and Canada. This package also includes the data from the US Department of Energy Alternate Fuel database as a data set.

r-avilistr 0.0.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/dalyanalytics/avilistr
Licenses: CC0
Synopsis: Access and Work with the 'AviList' Global Avian Checklist
Description:

This package provides easy access to the AviList Global Avian Checklist, the first unified global bird taxonomy that harmonizes previous differences between International Ornithological Committee ('IOC'), Clements', and BirdLife checklists. This package contains the complete AviList dataset as R data objects ready for ornithological research and analysis. For more details see AviList Core Team (2025) <doi:10.2173/avilist.v2025>.

r-bratteli 1.0.0
Propagated dependencies: r-kantorovich@3.2.0 r-gmp@0.7-5 r-diagram@1.6.5 r-data-table@1.17.4
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/stla/bratteliR
Licenses: GPL 3
Synopsis: Deal with Bratteli Graphs
Description:

Utilities for Bratteli graphs. A tree is an example of a Bratteli graph. The package provides a function which generates a LaTeX file that renders the given Bratteli graph. It also provides functions to compute the dimensions of the vertices, the intrinsic kernels and the intrinsic distances. Intrinsic kernels and distances were introduced by Vershik (2014) <doi:10.1007/s10958-014-1958-0>.

r-bulletcp 1.0.0
Propagated dependencies: r-rdpack@2.6.4 r-mvtnorm@1.3-3 r-dplyr@1.1.4 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bulletcp
Licenses: GPL 3
Synopsis: Automatic Groove Identification via Bayesian Changepoint Detection
Description:

This package provides functionality to automatically detect groove locations via a Bayesian changepoint detection method to be used in the data preprocessing step of forensic bullet matching algorithms. The methods in this package are based on those in Stephens (1994) <doi:10.2307/2986119>. Bayesian changepoint detection will simply be an option in the function from the package bulletxtrctr which identifies the groove locations.

r-camtrapr 2.3.0
Dependencies: perl-image-exiftool@12.70
Propagated dependencies: r-sf@1.0-21 r-secr@5.2.4 r-lubridate@1.9.4 r-ggplot2@3.5.2 r-generics@0.1.4 r-data-table@1.17.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/jniedballa/camtrapR
Licenses: GPL 2+
Synopsis: Camera Trap Data Management and Preparation of Occupancy and Spatial Capture-Recapture Analyses
Description:

Management of and data extraction from camera trap data in wildlife studies. The package provides a workflow for storing and sorting camera trap photos (and videos), tabulates records of species and individuals, and creates detection/non-detection matrices for occupancy and spatial capture-recapture analyses with great flexibility. In addition, it can visualise species activity data and provides simple mapping functions with GIS export.

r-cabinets 0.6.0
Propagated dependencies: r-stringr@1.5.1 r-rstudioapi@0.17.1 r-renv@1.1.4 r-r6@2.6.1 r-glue@1.8.0 r-git2r@0.36.2 r-fs@1.6.6 r-crayon@1.5.3 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/nt-williams/cabinets
Licenses: Expat
Synopsis: Project Specific Workspace Organization Templates
Description:

This package creates project specific directory and file templates that are written to a .Rprofile file. Upon starting a new R session, these templates can be used to streamline the creation of new directories that are standardized to the user's preferences and can include the initiation of a git repository, an RStudio R project, and project-local dependency management with the renv package.

r-colormap 0.1.4
Propagated dependencies: r-v8@6.0.3 r-stringr@1.5.1 r-ggplot2@3.5.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/bhaskarvk/colormap
Licenses: Expat
Synopsis: Color Palettes using Colormaps Node Module
Description:

Allows to generate colors from palettes defined in the colormap module of Node.js'. (see <https://github.com/bpostlethwaite/colormap> for more information). In total it provides 44 distinct palettes made from sequential and/or diverging colors. In addition to the pre defined palettes you can also specify your own set of colors. There are also scale functions that can be used with ggplot2'.

r-crosshap 1.4.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.2.1 r-scales@1.4.0 r-rlang@1.1.6 r-patchwork@1.3.0 r-magrittr@2.0.3 r-gtable@0.3.6 r-gridextra@2.3 r-ggpp@0.5.8-1 r-ggplot2@3.5.2 r-ggdist@3.3.3 r-dplyr@1.1.4 r-dbscan@1.2.2 r-data-table@1.17.4 r-clustree@0.5.1 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://jacobimarsh.github.io/crosshap/
Licenses: Expat
Synopsis: Local Haplotype Clustering and Visualization
Description:

This package provides a local haplotyping visualization toolbox to capture major patterns of co-inheritance between clusters of linked variants, whilst connecting findings to phenotypic and demographic traits across individuals. crosshap enables users to explore and understand genomic variation across a trait-associated region. For an example of successful local haplotype analysis, see Marsh et al. (2022) <doi:10.1007/s00122-022-04045-8>.

r-covtestr 0.1.4
Propagated dependencies: r-rlang@1.1.6 r-rcpparmadillo@14.4.3-1 r-rcpp@1.0.14 r-purrr@1.0.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://covtestr.bearstatistics.com
Licenses: GPL 2
Synopsis: Covariance Matrix Tests
Description:

Testing functions for Covariance Matrices. These tests include high-dimension homogeneity of covariance matrix testing described by Schott (2007) <doi:10.1016/j.csda.2007.03.004> and high-dimensional one-sample tests of covariance matrix structure described by Fisher, et al. (2010) <doi:10.1016/j.jmva.2010.07.004>. Covariance matrix tests use C++ to speed performance and allow larger data sets.

r-card-pro 2.3.0
Propagated dependencies: r-shiny@1.10.0 r-quickcode@1.0.8 r-htmltools@0.5.8.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cardpro.rpkg.net
Licenses: Expat
Synopsis: Lightweight Modern & Responsive Card Component for 'shiny'
Description:

Responsive and modern HTML card essentials for shiny applications and dashboards. This novel card component in Bootstrap provides a flexible and extensible content container with multiple variants and options for building robust R based apps e.g for graph build or machine learning projects. The features rely on a combination of JQuery <https://jquery.com> and CSS styles to improve the card functionality.

r-dimensio 0.14.0
Propagated dependencies: r-khroma@1.16.0 r-arkhe@1.11.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://codeberg.org/tesselle/dimensio
Licenses: GPL 3+
Synopsis: Multivariate Data Analysis
Description:

Simple Principal Components Analysis (PCA) and (Multiple) Correspondence Analysis (CA) based on the Singular Value Decomposition (SVD). This package provides S4 classes and methods to compute, extract, summarize and visualize results of multivariate data analysis. It also includes methods for partial bootstrap validation described in Greenacre (1984, ISBN: 978-0-12-299050-2) and Lebart et al. (2006, ISBN: 978-2-10-049616-7).

r-decision 0.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=decision
Licenses: GPL 2+
Synopsis: Statistical Decision Analysis
Description:

This package contains a function called dmur() which accepts four parameters like possible values, probabilities of the values, selling cost and preparation cost. The dmur() function generates various numeric decision parameters like MEMV (Maximum (optimum) expected monitory value), best choice, EPPI (Expected profit with perfect information), EVPI (Expected value of the perfect information), EOL (Expected opportunity loss), which facilitate effective decision-making.

r-gaselect 1.0.23
Propagated dependencies: r-rcpparmadillo@14.4.3-1 r-rcpp@1.0.14
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/dakep/gaselect
Licenses: GPL 2+
Synopsis: Genetic Algorithm (GA) for Variable Selection from High-Dimensional Data
Description:

This package provides a genetic algorithm for finding variable subsets in high dimensional data with high prediction performance. The genetic algorithm can use ordinary least squares (OLS) regression models or partial least squares (PLS) regression models to evaluate the prediction power of variable subsets. By supporting different cross-validation schemes, the user can fine-tune the tradeoff between speed and quality of the solution.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418
Total results: 34014