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

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-choicedes 0.9-3
Propagated dependencies: r-algdesign@1.2.1.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=choiceDes
Licenses: GPL 2+
Build system: r
Synopsis: Design Functions for Choice Studies
Description:

Design functions for DCMs and other types of choice studies (including MaxDiff and other tradeoffs).

r-crseeventstudy 1.2.2
Propagated dependencies: r-sandwich@3.1-1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/skoestlmeier/crseEventStudy
Licenses: Modified BSD
Build system: r
Synopsis: Robust and Powerful Test of Abnormal Stock Returns in Long-Horizon Event Studies
Description:

Based on Dutta et al. (2018) <doi:10.1016/j.jempfin.2018.02.004>, this package provides their standardized test for abnormal returns in long-horizon event studies. The methods used improve the major weaknesses of size, power, and robustness of long-run statistical tests described in Kothari/Warner (2007) <doi:10.1016/B978-0-444-53265-7.50015-9>. Abnormal returns are weighted by their statistical precision (i.e., standard deviation), resulting in abnormal standardized returns. This procedure efficiently captures the heteroskedasticity problem. Clustering techniques following Cameron et al. (2011) <doi:10.1198/jbes.2010.07136> are adopted for computing cross-sectional correlation robust standard errors. The statistical tests in this package therefore accounts for potential biases arising from returns cross-sectional correlation, autocorrelation, and volatility clustering without power loss.

r-codewhere 0.1.1
Propagated dependencies: r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://thisisnic.github.io/codewhere/
Licenses: Expat
Build system: r
Synopsis: Find the Location of an R Package's Code
Description:

Find the location of the code for an R package based on the package's name or string representation. Checks on CRAN based on information in the URL field or BioConductor and GitHub based on constructing a URL, and verifies all paths via testing for a successful response. This can be useful when automating static code analysis based on a list of package names, and similar tasks.

r-clogitboost 1.1
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=clogitboost
Licenses: GPL 2+
Build system: r
Synopsis: Boosting Conditional Logit Model
Description:

This package provides a set of functions to fit a boosting conditional logit model.

r-cgr 0.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CGR
Licenses: GPL 3
Build system: r
Synopsis: Compound Growth Rate for Capturing the Growth Rate Over the Period
Description:

The compound growth rate indicates the percentage change of a specific variable over a defined period. It is calculated using non-linear models, particularly the exponential model. To estimate the compound growth rates, the growth model is first converted to semilog form and then analyzed using Ordinary Least Squares (OLS) regression. This package has been developed using concept of Shankar et al. (2022)<doi:10.3389/fsufs.2023.1208898>.

r-creditrisk 0.1.7
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CreditRisk
Licenses: Expat
Build system: r
Synopsis: Evaluation of Credit Risk with Structural and Reduced Form Models
Description:

Evaluation of default probability of sovereign and corporate entities based on structural or intensity based models and calibration on market Credit Default Swap quotes. References: Damiano Brigo, Massimo Morini, Andrea Pallavicini (2013) <doi:10.1002/9781118818589>. Print ISBN: 9780470748466, Online ISBN: 9781118818589. © 2013 John Wiley & Sons Ltd.

r-cladorcpp 0.15.1
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: http://phylo.wikidot.com/biogeobears
Licenses: GPL 2+
Build system: r
Synopsis: C++ Implementations of Phylogenetic Cladogenesis Calculations
Description:

Various cladogenesis-related calculations that are slow in pure R are implemented in C++ with Rcpp. These include the calculation of the probability of various scenarios for the inheritance of geographic range at the divergence events on a phylogenetic tree, and other calculations necessary for models which are not continuous-time markov chains (CTMC), but where change instead occurs instantaneously at speciation events. Typically these models must assess the probability of every possible combination of (ancestor state, left descendent state, right descendent state). This means that there are up to (# of states)^3 combinations to investigate, and in biogeographical models, there can easily be hundreds of states, so calculation time becomes an issue. C++ implementation plus clever tricks (many combinations can be eliminated a priori) can greatly speed the computation time over naive R implementations. CITATION INFO: This package is the result of my Ph.D. research, please cite the package if you use it! Type: citation(package="cladoRcpp") to get the citation information.

r-ctypesio 0.1.3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/coolbutuseless/ctypesio
Licenses: Expat
Build system: r
Synopsis: Read and Write Standard 'C' Types from Files, Connections and Raw Vectors
Description:

Interacting with binary files can be difficult because R's types are a subset of what is generally supported by C'. This package provides a suite of functions for reading and writing binary data (with files, connections, and raw vectors) using C type descriptions. These functions convert data between C types and R types while checking for values outside the type limits, NA values, etc.

r-cbctools 0.7.1
Propagated dependencies: r-rlang@1.1.6 r-randtoolbox@2.0.5 r-logitr@1.1.3 r-idefix@1.1.0 r-ggplot2@4.0.1 r-fastdummies@1.7.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/jhelvy/cbcTools
Licenses: Expat
Build system: r
Synopsis: Design and Analyze Choice-Based Conjoint Experiments
Description:

Design and evaluate choice-based conjoint survey experiments. Generate a variety of survey designs, including random designs, frequency-based designs, and D-optimal designs, as well as "labeled" designs (also known as "alternative-specific designs"), designs with "no choice" options, and designs with dominant alternatives removed. Conveniently inspect and compare designs using a variety of metrics, including design balance, overlap, and D-error, and simulate choice data for a survey design either randomly or according to a utility model defined by user-provided prior parameters. Conduct a power analysis for a given survey design by estimating the same model on different subsets of the data to simulate different sample sizes. Bayesian D-efficient designs using the cea and modfed methods are obtained using the idefix package by Traets et al (2020) <doi:10.18637/jss.v096.i03>. Choice simulation and model estimation in power analyses are handled using the logitr package by Helveston (2023) <doi:10.18637/jss.v105.i10>.

r-correctedauc 0.0.3
Propagated dependencies: r-mnormt@2.1.1 r-icc@2.4.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=correctedAUC
Licenses: GPL 2+
Build system: r
Synopsis: Correcting AUC for Measurement Error
Description:

Correcting area under ROC (AUC) for measurement error based on probit-shift model.

r-chopper 1.0
Propagated dependencies: r-scales@1.4.0 r-purrr@1.2.0 r-normalp@0.7.2.1 r-lubridate@1.9.4 r-imputets@3.4 r-ggplot2@4.0.1 r-generalizedhyperbolic@0.8-7 r-forecast@8.24.0 r-fgarch@4052.93 r-evd@2.3-7.1 r-changepoint@2.3 r-ald@1.3.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://rpubs.com/giancarlo_vercellino/chopper
Licenses: GPL 3
Build system: r
Synopsis: Changepoint-Aware Ensemble for Probabilistic Modeling
Description:

This package implements a changepoint-aware ensemble forecasting algorithm that combines Theta, TBATS (Trigonometric, Box-Cox transformation, ARMA errors, Trend, Seasonal components), and ARFIMA (AutoRegressive, Fractionally Integrated, Moving Average) using a product-of-experts approach for robust probabilistic prediction.

r-cb2 1.3.8
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-readr@2.1.6 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-r-utils@2.13.0 r-pheatmap@1.0.13 r-metap@1.12 r-magrittr@2.0.4 r-glue@1.8.0 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CB2
Licenses: Expat
Build system: r
Synopsis: CRISPR Pooled Screen Analysis using Beta-Binomial Test
Description:

This package provides functions for hit gene identification and quantification of sgRNA (single-guided RNA) abundances for CRISPR (Clustered Regularly Interspaced Short Palindromic Repeats) pooled screen data analysis. Details are in Jeong et al. (2019) <doi:10.1101/gr.245571.118> and Baggerly et al. (2003) <doi:10.1093/bioinformatics/btg173>.

r-ciuupi2 1.0.1
Propagated dependencies: r-statmod@1.5.1 r-precisesums@0.7 r-pracma@2.4.6 r-nloptr@2.2.1 r-functional@0.6
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=ciuupi2
Licenses: GPL 2
Build system: r
Synopsis: Kabaila and Giri (2009) Confidence Interval
Description:

Computes a confidence interval for a specified linear combination of the regression parameters in a linear regression model with iid normal errors with unknown variance when there is uncertain prior information that a distinct specified linear combination of the regression parameters takes a specified number. This confidence interval, found by numerical nonlinear constrained optimization, has the required minimum coverage and utilizes this uncertain prior information through desirable expected length properties. This confidence interval is proposed by Kabaila, P. and Giri, K. (2009) <doi:10.1016/j.jspi.2009.03.018>.

r-caop-raa-2024 0.0.5
Propagated dependencies: r-tibble@3.3.0 r-stringi@1.8.7 r-sf@1.0-23 r-readr@2.1.6 r-glue@1.8.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/patterninstitute/CAOP.RAA.2024
Licenses: Expat
Build system: r
Synopsis: Official Administrative Map of the Azores (CAOP 2024)
Description:

This package provides the official administrative boundaries of the Azores (Região Autónoma dos Açores (RAA)) as defined in the 2024 edition of the Carta Administrativa Oficial de Portugal (CAOP), published by the Direção-Geral do Território (DGT). The package includes convenience functions to import these boundaries as sf objects for spatial analysis in R. Source: <https://geo2.dgterritorio.gov.pt/caop/CAOP_RAA_2024-gpkg.zip>.

r-choicedata 0.1.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-rlang@1.1.6 r-rdpack@2.6.4 r-patchwork@1.3.2 r-optimizer@1.2.1 r-oeli@0.7.5 r-mvtnorm@1.3-3 r-matrix@1.7-4 r-ggplot2@4.0.1 r-formula@1.2-5 r-dplyr@1.1.4 r-cli@3.6.5 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/loelschlaeger/choicedata
Licenses: GPL 3+
Build system: r
Synopsis: Working with Choice Data
Description:

Offers a set of objects tailored to simplify working with choice data. It enables the computation of choice probabilities and the likelihood of various types of choice models based on given data.

r-cofm 1.1.4
Propagated dependencies: r-psych@2.5.6 r-matrixcalc@1.0-6 r-mass@7.3-65 r-copula@1.1-7
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CoFM
Licenses: Expat
Build system: r
Synopsis: Copula Factor Models
Description:

This package provides tools for factor analysis in high-dimensional settings under copula-based factor models. It includes functions to simulate factor-model data with copula-distributed idiosyncratic errors (e.g., Clayton, Gumbel, Frank, Student t and Gaussian copulas) and to perform diagnostic tests such as the Kaiser-Meyer-Olkin measure and Bartlett's test of sphericity. Estimation routines include principal component based factor analysis, projected principal component analysis, and principal orthogonal complement thresholding for large covariance matrix estimation. The philosophy of the package is described in Guo G. (2023) <doi:10.1007/s00180-022-01270-z>.

r-cmsafvis 1.3.0
Propagated dependencies: r-sp@2.2-0 r-sf@1.0-23 r-rcolorbrewer@1.1-3 r-rastervis@0.51.7 r-raster@3.6-32 r-progress@1.2.3 r-png@0.1-8 r-ncdf4@1.24 r-maps@3.4.3 r-mapproj@1.2.12 r-gridextra@2.3 r-fields@17.1 r-countrycode@1.6.1 r-colorspace@2.1-2 r-cmsafops@1.4.3 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cmsafvis
Licenses: GPL 3+
Build system: r
Synopsis: Tools to Visualize CM SAF NetCDF Data
Description:

The Satellite Application Facility on Climate Monitoring (CM SAF) is a ground segment of the European Organization for the Exploitation of Meteorological Satellites (EUMETSAT) and one of EUMETSATs Satellite Application Facilities. The CM SAF contributes to the sustainable monitoring of the climate system by providing essential climate variables related to the energy and water cycle of the atmosphere (<https://www.cmsaf.eu>). It is a joint cooperation of eight National Meteorological and Hydrological Services. The cmsafvis R-package provides a collection of R-operators for the analysis and visualization of CM SAF NetCDF data. CM SAF climate data records are provided for free via (<https://wui.cmsaf.eu/safira>). Detailed information and test data are provided on the CM SAF webpage (<http://www.cmsaf.eu/R_toolbox>).

r-crandep 0.3.13
Propagated dependencies: r-stringr@1.6.0 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-pracma@2.4.6 r-igraph@2.2.1 r-gsl@2.1-9 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/clement-lee/crandep
Licenses: GPL 2+
Build system: r
Synopsis: Network Analysis of Dependencies of CRAN Packages
Description:

The dependencies of CRAN packages can be analysed in a network fashion. For each package we can obtain the packages that it depends, imports, suggests, etc. By iterating this procedure over a number of packages, we can build, visualise, and analyse the dependency network, enabling us to have a bird's-eye view of the CRAN ecosystem. One aspect of interest is the number of reverse dependencies of the packages, or equivalently the in-degree distribution of the dependency network. This can be fitted by the power law and/or an extreme value mixture distribution <doi:10.1111/stan.12355>, of which functions are provided.

r-comparemultiplemodels 0.1.0
Propagated dependencies: r-ceemdanml@0.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CompareMultipleModels
Licenses: GPL 3
Build system: r
Synopsis: Finding the Best Model Using Eight Metrics Values
Description:

In statistical modeling, multiple models need to be compared based on certain criteria. The method described here uses eight metrics from AllMetrics package. â input_dfâ is the data frame (at least two columns for comparison) containing metrics values in different rows of a column (which denotes a particular modelâ s performance). First five metrics are expected to be minimum and last three metrics are expected to be maximum for a model to be considered good. Firstly, every metric value (among first five) is searched in every columns and minimum values are denoted as â MINâ and other values are denoted as â NAâ . Secondly, every metric (among last three) is searched in every columns and maximum values are denoted as â MAXâ and other values are denoted as â NAâ . â output_dfâ contains the similar number of rows (which is 8) and columns (which is number of models to be compared) as of â input_dfâ . Values in â output_dfâ are corresponding â NAâ , â MINâ or â MAXâ . Finally, the column containing minimum number of â NAâ values is denoted as the best column. â min_NA_colâ gives the name of the best column (model). â min_NA_valuesâ are the corresponding metrics values. âBestColumn_metricsâ is the data frame (dimension: 1*8) containing different metrics of the best column (model). â best_column_resultsâ is the final result (a list) containing all of these output elements. In special case, if two columns having equal NA', it will be checked among these two column which one is having least NA in first five rows and will be inferred as the best. More details about AllMetrics can be found in Garai (2023) <doi:10.13140/RG.2.2.18688.30723>.

r-comperank 0.1.1
Propagated dependencies: r-tibble@3.3.0 r-rlang@1.1.6 r-rcpp@1.1.0 r-dplyr@1.1.4 r-comperes@0.2.7
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/echasnovski/comperank
Licenses: Expat
Build system: r
Synopsis: Ranking Methods for Competition Results
Description:

Compute ranking and rating based on competition results. Methods of different nature are implemented: with fixed Head-to-Head structure, with variable Head-to-Head structure and with iterative nature. All algorithms are taken from the book Whoâ s #1?: The science of rating and ranking by Amy N. Langville and Carl D. Meyer (2012, ISBN:978-0-691-15422-0).

r-cspstandsegmentation 0.2.0
Propagated dependencies: r-terra@1.8-86 r-sf@1.0-23 r-rgl@1.3.31 r-rcsf@1.0.2 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-magrittr@2.0.4 r-lidr@4.2.3 r-igraph@2.2.1 r-foreach@1.5.2 r-doparallel@1.0.17 r-dbscan@1.2.3 r-data-table@1.17.8 r-conicfit@1.0.4 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/JulFrey/CspStandSegmentation
Licenses: GPL 3
Build system: r
Synopsis: Comparative Shortest Path Forest Stand Segmentation from LiDAR Data
Description:

Functionality for segmenting individual trees from a forest stand scanned with a close-range (e.g., terrestrial or mobile) laser scanner. The complete workflow from a raw point cloud to a complete tabular forest inventory is provided. The package contains several algorithms for detecting tree bases and a graph-based algorithm to attach all remaining points to these tree bases. It builds heavily on the lidR package. A description of the segmentation algorithm can be found in Larysch et al. (2025) <doi:10.1007/s10342-025-01796-z>.

r-cine 0.1.3
Propagated dependencies: r-tm@0.7-16 r-tidytext@0.4.3 r-tidyr@1.3.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/musajajorge/CINE
Licenses: GPL 3
Build system: r
Synopsis: Classification International Normalized of Education
Description:

Function using lemmatization to classify educational programs according to the CINE(Classification International Normalized of Education) for Peru.

r-centerline 0.2.5
Propagated dependencies: r-wk@0.9.4 r-sfnetworks@0.6.5 r-sf@1.0-23 r-geos@0.2.4 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://centerline.anatolii.nz
Licenses: Expat
Build system: r
Synopsis: Extract Centerline from Closed Polygons
Description:

Generates skeletons of closed 2D polygons using Voronoi diagrams. It provides methods for sf', terra', and geos objects to compute polygon centerlines based on the generated skeletons. Voronoi, G. (1908) <doi:10.1515/crll.1908.134.198>.

r-crmetrics 0.3.2
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-sparsematrixstats@1.22.0 r-sccore@1.0.6 r-scales@1.4.0 r-r6@2.6.1 r-matrix@1.7-4 r-magrittr@2.0.4 r-ggrepel@0.9.6 r-ggpubr@0.6.2 r-ggpmisc@0.6.2 r-ggplot2@4.0.1 r-ggbeeswarm@0.7.2 r-dplyr@1.1.4 r-cowplot@1.2.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/khodosevichlab/CRMetrics
Licenses: GPL 3
Build system: r
Synopsis: Cell Ranger Output Filtering and Metrics Visualization
Description:

Sample and cell filtering as well as visualisation of output metrics from Cell Ranger by Grace X.Y. Zheng et al. (2017) <doi:10.1038/ncomms14049>. CRMetrics allows for easy plotting of output metrics across multiple samples as well as comparative plots including statistical assessments of these. CRMetrics allows for easy removal of ambient RNA using SoupX by Matthew D Young and Sam Behjati (2020) <doi:10.1093/gigascience/giaa151> or CellBender by Stephen J Fleming et al. (2022) <doi:10.1101/791699>. Furthermore, it is possible to preprocess data using Pagoda2 by Nikolas Barkas et al. (2021) <https://github.com/kharchenkolab/pagoda2> or Seurat by Yuhan Hao et al. (2021) <doi:10.1016/j.cell.2021.04.048> followed by embedding of cells using Conos by Nikolas Barkas et al. (2019) <doi:10.1038/s41592-019-0466-z>. Finally, doublets can be detected using scrublet by Samuel L. Wolock et al. (2019) <doi:10.1016/j.cels.2018.11.005> or DoubletDetection by Gayoso et al. (2020) <doi:10.5281/zenodo.2678041>. In the end, cells are filtered based on user input for use in downstream applications.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
Total results: 21615