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

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-rawhummus 0.3.3
Propagated dependencies: r-shinymatrix@0.8.1 r-shinydashboardplus@2.0.6 r-shinydashboard@0.7.3 r-shinycustomloader@0.9.0 r-shiny@1.11.1 r-rmarkdown@2.30 r-rcolorbrewer@1.1-3 r-rams@1.4.3 r-purrr@1.2.0 r-plotly@4.11.0 r-markdown@2.0 r-kableextra@1.4.0 r-golem@0.5.1 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-data-table@1.17.8 r-config@0.3.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RawHummus
Licenses: Expat
Build system: r
Synopsis: Raw Data Quality Control Tool for LC-MS System
Description:

Assess LCâ MS system performance by visualizing instrument log files and monitoring raw quality control samples within a project.

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
Build system: r
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-rmsfact 0.0.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rmsfact
Licenses: GPL 3
Build system: r
Synopsis: Amazing Random Facts About the World's Greatest Hacker
Description:

Display a randomly selected quote about Richard M. Stallman based on the collection in the GNU Octave function fact() which was aggregated by Jordi Gutiérrez Hermoso based on the (now defunct) site stallmanfacts.com (which is accessible only via <http://archive.org>).

r-ronfhir 0.4.0
Propagated dependencies: r-stringr@1.6.0 r-r6@2.6.1 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=RonFHIR
Licenses: FSDG-compatible
Build system: r
Synopsis: Read and Search Interface to the 'HL7 FHIR' REST API
Description:

R on FHIR is an easy to use wrapper around the HL7 FHIR REST API (STU 3 and R4). It provides tools to easily read and search resources on a FHIR server and brings the results into the R environment. R on FHIR is based on the FhirClient of the official HL7 FHIR .NET API', also made by Firely.

r-rrrr 1.1.1
Propagated dependencies: r-mvtnorm@1.3-3 r-matrixcalc@1.0-6 r-magrittr@2.0.4 r-ggplot2@4.0.1 r-expm@1.0-0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://pkg.yangzhuoranyang.com/RRRR/
Licenses: GPL 3
Build system: r
Synopsis: Online Robust Reduced-Rank Regression Estimation
Description:

This package provides methods for estimating online robust reduced-rank regression. The Gaussian maximum likelihood estimation method is described in Johansen, S. (1991) <doi:10.2307/2938278>. The majorisation-minimisation estimation method is partly described in Zhao, Z., & Palomar, D. P. (2017) <doi:10.1109/GlobalSIP.2017.8309093>. The description of the generic stochastic successive upper-bound minimisation method and the sample average approximation can be found in Razaviyayn, M., Sanjabi, M., & Luo, Z. Q. (2016) <doi:10.1007/s10107-016-1021-7>.

r-rformatter 0.1.1
Propagated dependencies: r-formatr@1.14
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/evolutics/RFormatter
Licenses: GPL 3
Build system: r
Synopsis: R Source Code Formatter
Description:

The R Formatter formats R source code. It is very much based on formatR, but tries to improve it by heuristics. For example, spaces can be forced around the division operator "/".

r-rollup 0.1.0
Propagated dependencies: r-tidyr@1.3.1 r-sparklyr@1.9.3 r-rlang@1.1.6 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://juyoungahn.github.io/rollup/
Licenses: Expat
Build system: r
Synopsis: Tidy Grouping Set Aggregation
Description:

This package provides a Tidy implementation of grouping sets', rollup and cube - extensions of the group_by clause that allow for computing multiple group_by clauses in a single statement. For more detailed information on these functions, please refer to "Enhanced Aggregation, Cube, Grouping and Rollup" <https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C+Grouping+and+Rollup>.

r-reliar 0.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=reliaR
Licenses: GPL 2
Build system: r
Synopsis: Comprehensive Tools for some Probability Distributions
Description:

This package provides a comprehensive suite of utilities for univariate continuous probability distributions and reliability models. Includes functions to compute the probability density, cumulative distribution, quantile, reliability, and hazard functions, along with random variate generation. Also offers diagnostic and model assessment tools such as Quantile-Quantile (Q-Q) and Probability-Probability (P-P) plots, the Kolmogorov-Smirnov goodness-of-fit test, and model selection criteria including the Akaike Information Criterion (AIC) and Bayesian Information Criterion (BIC). Currently implements the following distributions: Burr X, Chen, Exponential Extension, Exponentiated Logistic, Exponentiated Weibull, Exponential Power, Flexible Weibull, Generalized Exponential, Gompertz, Generalized Power Weibull, Gumbel, Inverse Generalized Exponential, Linear Failure Rate, Log-Gamma, Logistic-Exponential, Logistic-Rayleigh, Log-log, Marshall-Olkin Extended Exponential, Marshall-Olkin Extended Weibull, and Weibull Extension distributions. Serves as a valuable resource for teaching and research in probability theory, reliability analysis, and applied statistical modeling.

r-rhype 0.3.0
Propagated dependencies: r-rspectra@0.16-2 r-r6@2.6.1 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rhype
Licenses: GPL 3+
Build system: r
Synopsis: Work with Hypergraphs in R
Description:

Create and manipulate hypergraph objects. This early version of rhype allows for the output of matrices associated with the hypergraphs themselves. It also uses these matrices to calculate hypergraph spectra and perform spectral comparison. Functionality coming soon includes calculation of hyperpaths and hypergraph centrality measures.

r-rrapply 1.2.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://jorischau.github.io/rrapply/
Licenses: LGPL 3
Build system: r
Synopsis: Revisiting Base Rapply
Description:

The minimal rrapply'-package contains a single function rrapply(), providing an extended implementation of R'-base rapply() by allowing to recursively apply a function to elements of a nested list based on a general condition function and including the possibility to prune or aggregate nested list elements from the result. In addition, special arguments can be supplied to access the name, location, parents and siblings in the nested list of the element under evaluation. The rrapply() function builds upon rapply()'s native C implementation and requires no other package dependencies.

r-ranks 1.1
Propagated dependencies: r-rbgl@1.86.0 r-perfmeas@1.2.5 r-netpreproc@1.2 r-limma@3.66.0 r-graph@1.88.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RANKS
Licenses: GPL 2+
Build system: r
Synopsis: Ranking of Nodes with Kernelized Score Functions
Description:

Implementation of Kernelized score functions and other semi-supervised learning algorithms for node label ranking to analyze biomolecular networks. RANKS can be easily applied to a large set of different relevant problems in computational biology, ranging from automatic protein function prediction, to gene disease prioritization and drug repositioning, and more in general to any bioinformatics problem that can be formalized as a node label ranking problem in a graph. The modular nature of the implementation allows to experiment with different score functions and kernels and to easily compare the results with baseline network-based methods such as label propagation and random walk algorithms, as well as to enlarge the algorithmic scheme by adding novel user-defined score functions and kernels.

r-rmolt 1.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Rmolt
Licenses: GPL 2+
Build system: r
Synopsis: Graphic Visualization of the Birds' Molt
Description:

Graphical visualization of the birds molt to facilitate the creation of molting graph for passerines having 9 (Rmolt(data,9)) or 10 primaries (Rmolt(data,10)), and also only for the 10 first primaries (Rmolt(data,"10_0")).

r-rrda 0.2.3
Propagated dependencies: r-scales@1.4.0 r-rspectra@0.16-2 r-reshape2@1.4.5 r-pheatmap@1.0.13 r-mass@7.3-65 r-ggplot2@4.0.1 r-furrr@0.3.1 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=rrda
Licenses: GPL 3+
Build system: r
Synopsis: Ridge Redundancy Analysis for High-Dimensional Omics Data
Description:

Efficient framework for ridge redundancy analysis (rrda), tailored for high-dimensional omics datasets where the number of predictors exceeds the number of samples. The method leverages Singular Value Decomposition (SVD) to avoid direct inversion of the covariance matrix, enhancing scalability and performance. It also introduces a memory-efficient storage strategy for coefficient matrices, enabling practical use in large-scale applications. The package supports cross-validation for selecting regularization parameters and reduced-rank dimensions, making it a robust and flexible tool for multivariate analysis in omics research. Please refer to our article (Yoshioka et al., 2025) for more details.

r-rsp 0.5
Propagated dependencies: r-xlsx@0.6.5 r-shinywidgets@0.9.0 r-shinythemes@1.2.0 r-shinyjs@2.1.0 r-shinyitemanalysis@1.5.5 r-shinycustomloader@0.9.0 r-shinybs@0.61.1 r-shiny@1.11.1 r-semplot@1.1.7 r-scales@1.4.0 r-rstudioapi@0.17.1 r-rjava@1.0-11 r-psych@2.5.6 r-polycor@0.8-1 r-plyr@1.8.9 r-mvn@6.3 r-mirt@1.45.1 r-metrics@0.1.4 r-ltm@1.2-0 r-lavaan@0.6-20 r-igraph@2.2.1 r-hornpa@1.1.1 r-gt@1.3.0 r-gparotation@2025.3-1 r-ggplot2@4.0.1 r-foreign@0.8-90 r-dt@0.34.0 r-catr@3.17
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RSP
Licenses: GPL 3
Build system: r
Synopsis: 'shiny' Applications for Statistical and Psychometric Analysis
Description:

Toolbox with shiny applications for widely used psychometric methods. Those methods include following analysis: Item analysis, item response theory calibration, principal component analysis, confirmatory factor analysis - structural equation modeling, generating simulated data. References: Chalmers (2012, <doi:10.18637/jss.v048.i06>); Revelle (2022, <https://CRAN.R-project.org/package=psych Version = 2.2.9.>); Rosseel (2012, <doi:10.18637/jss.v048.i02>); Magis & Raiche (2012, <doi:10.18637/jss.v048.i08>); Magis & Barrada (2017, <doi:10.18637/jss.v076.c01>).

r-rprobitb 1.2.0
Propagated dependencies: r-viridis@0.6.5 r-testthat@3.3.0 r-rlang@1.1.6 r-rdpack@2.6.4 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-progress@1.2.3 r-plotroc@2.3.3 r-oeli@0.7.5 r-mixtools@2.0.0.1 r-mass@7.3-65 r-gridextra@2.3 r-ggplot2@4.0.1 r-foreach@1.5.2 r-dosnow@1.0.20 r-crayon@1.5.3 r-cli@3.6.5 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://loelschlaeger.de/RprobitB/
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Probit Choice Modeling
Description:

Bayes estimation of probit choice models in cross-sectional and panel settings. The package can analyze binary, multivariate, ordered, and ranked choices, as well as heterogeneity of choice behavior among deciders. The main functionality includes model fitting via Gibbs sampling, tools for convergence diagnostic, choice data simulation, in-sample and out-of-sample choice prediction, and model selection using information criteria and Bayes factors. The latent class model extension facilitates preference-based decider classification, where the number of latent classes can be inferred via the Dirichlet process or a weight-based updating heuristic. This allows for flexible modeling of choice behavior without the need to impose structural constraints. For a reference on the method, see Oelschlaeger and Bauer (2021) <https://trid.trb.org/view/1759753>.

r-renvlp 3.4.5
Propagated dependencies: r-rsolnp@2.0.1 r-pls@2.8-5 r-orthogonalsplinebasis@0.1.7 r-matrixcalc@1.0-6 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Renvlp
Licenses: GPL 2
Build system: r
Synopsis: Computing Envelope Estimators
Description:

This package provides a general routine, envMU, which allows estimation of the M envelope of span(U) given root n consistent estimators of M and U. The routine envMU does not presume a model. This package implements response envelopes, partial response envelopes, envelopes in the predictor space, heteroscedastic envelopes, simultaneous envelopes, scaled response envelopes, scaled envelopes in the predictor space, groupwise envelopes, weighted envelopes, envelopes in logistic regression, envelopes in Poisson regression envelopes in function-on-function linear regression, envelope-based Partial Partial Least Squares, envelopes with non-constant error covariance, envelopes with t-distributed errors, reduced rank envelopes and reduced rank envelopes with non-constant error covariance. For each of these model-based routines the package provides inference tools including bootstrap, cross validation, estimation and prediction, hypothesis testing on coefficients are included except for weighted envelopes. Tools for selection of dimension include AIC, BIC and likelihood ratio testing. Background is available at Cook, R. D., Forzani, L. and Su, Z. (2016) <doi:10.1016/j.jmva.2016.05.006>. Optimization is based on a clockwise coordinate descent algorithm.

r-rfae 0.1.0
Propagated dependencies: r-tibble@3.3.0 r-rspectra@0.16-2 r-rann@2.6.2 r-ranger@0.17.0 r-mgcv@1.9-4 r-matrix@1.7-4 r-foreach@1.5.2 r-data-table@1.17.8 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/bips-hb/RFAE
Licenses: GPL 3+
Build system: r
Synopsis: Autoencoding Random Forests
Description:

Autoencoding Random Forests ('RFAE') provide a method to autoencode mixed-type tabular data using Random Forests ('RF'), which involves projecting the data to a latent feature space of user-chosen dimensionality (usually a lower dimension), and then decoding the latent representations back into the input space. The encoding stage is useful for feature engineering and data visualisation tasks, akin to how principal component analysis ('PCA') is used, and the decoding stage is useful for compression and denoising tasks. At its core, RFAE is a post-processing pipeline on a trained random forest model. This means that it can accept any trained RF of ranger object type: RF', URF or ARF'. Because of this, it inherits Random Forests robust performance and capacity to seamlessly handle mixed-type tabular data. For more details, see Vu et al. (2025) <doi:10.48550/arXiv.2505.21441>.

r-r2beat 1.0.5
Propagated dependencies: r-sampling@2.11 r-glue@1.8.0 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://barcaroli.github.io/R2BEAT/
Licenses: FSDG-compatible
Build system: r
Synopsis: Multistage Sampling Allocation and Sample Selection
Description:

Multivariate optimal allocation for different domains in one and two stages stratified sample design. R2BEAT extends the Neyman (1934) â Tschuprow (1923) allocation method to the case of several variables, adopting a generalization of the Bethelâ s proposal (1989). R2BEAT develops this methodology but, moreover, it allows to determine the sample allocation in the multivariate and multi-domains case of estimates for two-stage stratified samples. It also allows to perform both Primary Stage Units and Secondary Stage Units selection. This package requires the availability of ReGenesees', that can be installed from <https://github.com/DiegoZardetto/ReGenesees>.

r-rmthreshold 1.1
Propagated dependencies: r-png@0.1-8 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RMThreshold
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Signal-Noise Separation in Random Matrices by using Eigenvalue Spectrum Analysis
Description:

An algorithm which can be used to determine an objective threshold for signal-noise separation in large random matrices (correlation matrices, mutual information matrices, network adjacency matrices) is provided. The package makes use of the results of Random Matrix Theory (RMT). The algorithm increments a suppositional threshold monotonically, thereby recording the eigenvalue spacing distribution of the matrix. According to RMT, that distribution undergoes a characteristic change when the threshold properly separates signal from noise. By using the algorithm, the modular structure of a matrix - or of the corresponding network - can be unraveled.

r-rfpermute 2.5.5
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-swfscmisc@1.7 r-scales@1.4.0 r-rlang@1.1.6 r-randomforest@4.7-1.2 r-gridextra@2.3 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/SWFSC/rfPermute
Licenses: GPL 2+
Build system: r
Synopsis: Estimate Permutation p-Values for Random Forest Importance Metrics
Description:

Estimate significance of importance metrics for a Random Forest model by permuting the response variable. Produces null distribution of importance metrics for each predictor variable and p-value of observed. Provides summary and visualization functions for randomForest results.

r-rseedcalc 1.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rseedcalc
Licenses: GPL 2
Build system: r
Synopsis: Estimating the Proportion of Genetically Modified Seeds in Seedlots via Multinomial Group Testing
Description:

Estimate the percentage of seeds in a seedlot that contain stacks of genetically modified traits. Estimates are calculated using a multinomial group testing model with maximum likelihood estimation of the parameters.

r-restriktor 0.6-30
Propagated dependencies: r-tmvtnorm@1.7 r-scales@1.4.0 r-quadprog@1.5-8 r-progressr@0.18.0 r-norm@1.0-11.1 r-mvtnorm@1.3-3 r-mass@7.3-65 r-lavaan@0.6-20 r-gridextra@2.3 r-ggplot2@4.0.1 r-future-apply@1.20.0 r-future@1.68.0 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://restriktor.org
Licenses: GPL 2+
Build system: r
Synopsis: Restricted Statistical Estimation and Inference for Linear Models
Description:

Allow for easy-to-use testing or evaluating of linear equality and inequality restrictions about parameters and effects in (generalized) linear statistical models.

r-ropendata 0.1.0
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/brudis-r7/ropendata
Licenses: Expat
Build system: r
Synopsis: Query and Download 'Rapid7' 'Cybersecurity' Data Sets
Description:

Rapid7 collects cybersecurity data and makes it available via their Open Data <http://opendata.rapid7.com> portal which has an API. Tools are provided to assist in querying for available data sets and downloading any data set authorized to a free, registered account.

r-repeated 1.1.10
Propagated dependencies: r-rmutil@1.1.10
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://www.commanster.eu/rcode.html
Licenses: GPL 2+
Build system: r
Synopsis: Non-Normal Repeated Measurements Models
Description:

Various functions to fit models for non-normal repeated measurements, such as Binary Random Effects Models with Two Levels of Nesting, Bivariate Beta-binomial Regression Models, Marginal Bivariate Binomial Regression Models, Cormack capture-recapture models, Continuous-time Hidden Markov Chain Models, Discrete-time Hidden Markov Chain Models, Changepoint Location Models using a Continuous-time Two-state Hidden Markov Chain, generalized nonlinear autoregression models, multivariate Gaussian copula models, generalized non-linear mixed models with one random effect, generalized non-linear mixed models using h-likelihood for one random effect, Repeated Measurements Models for Counts with Frailty or Serial Dependence, Repeated Measurements Models for Continuous Variables with Frailty or Serial Dependence, Ordinal Random Effects Models with Dropouts, marginal homogeneity models for square contingency tables, correlated negative binomial models with Kalman update. References include Lindsey's text books, JK Lindsey (2001) <isbn:10-0198508123> and JK Lindsey (1999) <isbn:10-0198505590>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457