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

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-ddml 0.3.1
Propagated dependencies: r-xgboost@1.7.11.1 r-ranger@0.17.0 r-quadprog@1.5-8 r-nnls@1.6 r-matrix@1.7-4 r-mass@7.3-65 r-glmnet@4.1-10 r-aer@1.2-15
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/thomaswiemann/ddml
Licenses: GPL 3+
Build system: r
Synopsis: Double/Debiased Machine Learning
Description:

Estimate common causal parameters using double/debiased machine learning as proposed by Chernozhukov et al. (2018) <doi:10.1111/ectj.12097>. ddml simplifies estimation based on (short-)stacking as discussed in Ahrens et al. (2024) <doi:10.1002/jae.3103>, which leverages multiple base learners to increase robustness to the underlying data generating process.

r-dipsaus 0.3.3
Propagated dependencies: r-stringr@1.6.0 r-shiny@1.11.1 r-rstudioapi@0.17.1 r-rlang@1.1.6 r-rcpp@1.1.0 r-r6@2.6.1 r-progressr@0.18.0 r-jsonlite@2.0.0 r-future-apply@1.20.0 r-future@1.68.0 r-fastmap@1.2.0 r-digest@0.6.39 r-cli@3.6.5 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/dipterix/dipsaus
Licenses: GPL 3
Build system: r
Synopsis: Dipping Sauce for Data Analysis and Visualizations
Description:

Works as an "add-on" to packages like shiny', future', as well as rlang', and provides utility functions. Just like dipping sauce adding flavors to potato chips or pita bread, dipsaus for data analysis and visualizations adds handy functions and enhancements to popular packages. The goal is to provide simple solutions that are frequently asked for online, such as how to synchronize shiny inputs without freezing the app, or how to get memory size on Linux or MacOS system. The enhancements roughly fall into these four categories: 1. shiny input widgets; 2. high-performance computing using the future package; 3. modify R calls and convert among numbers, strings, and other objects. 4. utility functions to get system information such like CPU chip-set, memory limit, etc.

r-deepdep 0.4.4
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.7 r-cranlogs@2.1.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://dominikrafacz.github.io/deepdep/
Licenses: GPL 3
Build system: r
Synopsis: Visualise and Explore the Deep Dependencies of R Packages
Description:

This package provides tools for exploration of R package dependencies. The main deepdep() function allows to acquire deep dependencies of any package and plot them in an elegant way. It also adds some popularity measures for the packages e.g. in the form of download count through the cranlogs package. Uses the CRAN metadata database <http://crandb.r-pkg.org> and Bioconductor metadata <https://bioconductor.org>. Other data acquire functions are: get_dependencies(), get_downloads() and get_description(). The deepdep_shiny() function runs shiny application that helps to produce a nice deepdep plot.

r-descutils 1.0
Propagated dependencies: r-stringr@1.6.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=descutils
Licenses: GPL 3
Build system: r
Synopsis: Utilities for Describing and Comparing Data
Description:

This package provides functionality that assists in tabular description and statistical comparison of data.

r-didimputation 0.5.0
Propagated dependencies: r-matrix@1.7-4 r-fixest@0.13.2 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/kylebutts/didimputation
Licenses: Expat
Build system: r
Synopsis: Imputation Estimator from Borusyak, Jaravel, and Spiess (2021)
Description:

Estimates Two-way Fixed Effects difference-in-differences/event-study models using the imputation-based approach proposed by Borusyak, Jaravel, and Spiess (2021).

r-dbnr 0.8.0
Propagated dependencies: r-rcpp@1.1.0 r-r6@2.6.1 r-mass@7.3-65 r-magrittr@2.0.4 r-data-table@1.17.8 r-bnlearn@5.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/dkesada/dbnR
Licenses: GPL 3
Build system: r
Synopsis: Dynamic Bayesian Network Learning and Inference
Description:

Learning and inference over dynamic Bayesian networks of arbitrary Markovian order. Extends some of the functionality offered by the bnlearn package to learn the networks from data and perform exact inference. It offers three structure learning algorithms for dynamic Bayesian networks: Trabelsi G. (2013) <doi:10.1007/978-3-642-41398-8_34>, Santos F.P. and Maciel C.D. (2014) <doi:10.1109/BRC.2014.6880957>, Quesada D., Bielza C. and Larrañaga P. (2021) <doi:10.1007/978-3-030-86271-8_14>. It also offers the possibility to perform forecasts of arbitrary length. A tool for visualizing the structure of the net is also provided via the visNetwork package. Further detailed information and examples can be found in our Journal of Statistical Software paper Quesada D., Larrañaga P. and Bielza C. (2025) <doi:10.18637/jss.v115.i06>.

r-dgpsi 2.6.0
Propagated dependencies: r-visnetwork@2.1.4 r-uuid@1.2-1 r-tidyr@1.3.1 r-rlang@1.1.6 r-reticulate@1.44.1 r-reshape2@1.4.5 r-patchwork@1.3.2 r-magrittr@2.0.4 r-lifecycle@1.0.4 r-lhs@1.2.0 r-kableextra@1.4.0 r-ggplot2@4.0.1 r-ggforce@0.5.0 r-dplyr@1.1.4 r-clhs@0.9.2 r-benchmarkme@1.0.8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/mingdeyu/dgpsi-R
Licenses: Expat
Build system: r
Synopsis: Interface to 'dgpsi' for Deep and Linked Gaussian Process Emulations
Description:

Interface to the python package dgpsi for Gaussian process, deep Gaussian process, and linked deep Gaussian process emulations of computer models and networks using stochastic imputation (SI). The implementations follow Ming & Guillas (2021) <doi:10.1137/20M1323771> and Ming, Williamson, & Guillas (2023) <doi:10.1080/00401706.2022.2124311> and Ming & Williamson (2023) <doi:10.48550/arXiv.2306.01212>. To get started with the package, see <https://mingdeyu.github.io/dgpsi-R/>.

r-dccmidas 0.1.2
Propagated dependencies: r-zoo@1.8-14 r-xts@0.14.1 r-rumidas@0.1.3 r-rugarch@1.5-4 r-roll@1.2.0 r-rdpack@2.6.4 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-maxlik@1.5-2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dccmidas
Licenses: GPL 3
Build system: r
Synopsis: DCC Models with GARCH and GARCH-MIDAS Specifications in the Univariate Step, RiskMetrics, Moving Covariance and Scalar and Diagonal BEKK Models
Description:

Estimates a variety of Dynamic Conditional Correlation (DCC) models. More in detail, the dccmidas package allows the estimation of the corrected DCC (cDCC) of Aielli (2013) <doi:10.1080/07350015.2013.771027>, the DCC-MIDAS of Colacito et al. (2011) <doi:10.1016/j.jeconom.2011.02.013>, the Asymmetric DCC of Cappiello et al. <doi:10.1093/jjfinec/nbl005>, and the Dynamic Equicorrelation (DECO) of Engle and Kelly (2012) <doi:10.1080/07350015.2011.652048>. dccmidas offers the possibility of including standard GARCH <doi:10.1016/0304-4076(86)90063-1>, GARCH-MIDAS <doi:10.1162/REST_a_00300> and Double Asymmetric GARCH-MIDAS <doi:10.1016/j.econmod.2018.07.025> models in the univariate estimation. Moreover, also the scalar and diagonal BEKK <doi:10.1017/S0266466600009063> models can be estimated. Finally, the package calculates also the var-cov matrix under two non-parametric models: the Moving Covariance and the RiskMetrics specifications.

r-difr 6.1.0
Propagated dependencies: r-vgam@1.1-13 r-tidyr@1.3.1 r-tibble@3.3.0 r-mirt@1.45.1 r-ltm@1.2-0 r-lme4@1.1-37 r-glmnet@4.1-10 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-desctools@0.99.60 r-deltaplotr@1.6
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/343Babou/difR
Licenses: GPL 2+
Build system: r
Synopsis: Collection of Methods to Detect Dichotomous, Polytomous, and Continuous Differential Item Functioning (DIF)
Description:

This package provides methods to detect differential item functioning (DIF) in dichotomous, polytomous, and continuous items, using both classical and modern approaches. These include Mantel-Haenszel procedures, logistic regression (including ordinal models), and regularization-based methods such as LASSO. Uniform and non-uniform DIF effects can be detected, and some methods support multiple focal groups. The package also provides tools for anchor purification, rest score matching, effect size estimation, and DIF simulation. See Magis, Beland, Tuerlinckx, and De Boeck (2010, Behavior Research Methods, 42, 847â 862, <doi:10.3758/BRM.42.3.847>) for a general overview.

r-dehogt 0.99.0
Propagated dependencies: r-mass@7.3-65 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/ahshen26/DEHOGT
Licenses: GPL 3
Build system: r
Synopsis: Differentially Expressed Heterogeneous Overdispersion Gene Test for Count Data
Description:

This package implements a generalized linear model approach for detecting differentially expressed genes across treatment groups in count data. The package supports both quasi-Poisson and negative binomial models to handle over-dispersion, ensuring robust identification of differential expression. It allows for the inclusion of treatment effects and gene-wise covariates, as well as normalization factors for accurate scaling across samples. Additionally, it incorporates statistical significance testing with options for p-value adjustment and log2 fold range thresholds, making it suitable for RNA-seq analysis as described in by Xu et al., (2024) <doi:10.1371/journal.pone.0300565>.

r-dtrkernsmooth 1.1.0
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DTRKernSmooth
Licenses: GPL 2+
Build system: r
Synopsis: Estimate and Make Inference About Optimal Treatment Regimes via Smoothed Methods
Description:

This package provides methods to estimate the optimal treatment regime among all linear regimes via smoothed estimation methods, and construct element-wise confidence intervals for the optimal linear treatment regime vector, as well as the confidence interval for the optimal value via wild bootstrap procedures, if the population follows treatments recommended by the optimal linear regime. See more details in: Wu, Y. and Wang, L. (2021), "Resampling-based Confidence Intervals for Model-free Robust Inference on Optimal Treatment Regimes", Biometrics, 77: 465â 476, <doi:10.1111/biom.13337>.

r-datamaid 1.4.2
Dependencies: coreutils@9.1 pandoc@2.19.2 git@2.52.0
Propagated dependencies: r-whoami@1.3.0 r-stringi@1.8.7 r-robustbase@0.99-6 r-rmarkdown@2.30 r-rlang@1.1.6 r-pander@0.6.6 r-magrittr@2.0.4 r-htmltools@0.5.8.1 r-haven@2.5.5 r-gridextra@2.3 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/ekstroem/dataMaid
Licenses: GPL 2
Build system: r
Synopsis: Suite of Checks for Identification of Potential Errors in a Data Frame as Part of the Data Screening Process
Description:

Data screening is an important first step of any statistical analysis. dataMaid auto generates a customizable data report with a thorough summary of the checks and the results that a human can use to identify possible errors. It provides an extendable suite of test for common potential errors in a dataset.

r-daff 1.1.1
Propagated dependencies: r-v8@8.0.1 r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/edwindj/daff
Licenses: Expat
Build system: r
Synopsis: Diff, Patch and Merge for Data.frames
Description:

Diff, patch and merge for data frames. Document changes in data sets and use them to apply patches. Changes to data can be made visible by using render_diff(). The V8 package is used to wrap the daff.js JavaScript library which is included in the package.

r-detectxor 0.1.0
Propagated dependencies: r-tibble@3.3.0 r-reshape2@1.4.5 r-magrittr@2.0.4 r-knitr@1.50 r-kableextra@1.4.0 r-htmltools@0.5.8.1 r-glue@1.8.0 r-ggthemes@5.1.0 r-ggplot2@4.0.1 r-ggh4x@0.3.1 r-dplyr@1.1.4 r-desctools@0.99.60 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/JornLotsch/detectXOR
Licenses: GPL 3
Build system: r
Synopsis: XOR Pattern Detection and Visualization
Description:

This package provides tools for detecting XOR-like patterns in variable pairs in two-class data sets. Includes visualizations for pattern exploration and reporting capabilities with both text and HTML output formats.

r-degreedaycalc 0.1.0
Propagated dependencies: r-shiny@1.11.1 r-ggplot2@4.0.1 r-dt@0.34.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/almarazkrae-4081/DegreeDayCalc
Licenses: Expat
Build system: r
Synopsis: Degree-Day Phenology Calculator ('shiny' Application)
Description:

This package provides a shiny application to compute daily and cumulative degree-days from minimum and maximum temperatures using average, single triangle, and single sine methods, with optional upper temperature thresholds. The application maps cumulative thermal accumulation to user-defined developmental stage thresholds and supports exporting tabular and graphical outputs. The degree-day approach follows assumptions described by Higley et al. (1986) <doi:10.1093/ee/15.5.999>.

r-describedisplay 0.2.11
Propagated dependencies: r-scales@1.4.0 r-reshape2@1.4.5 r-plyr@1.8.9 r-ggplot2@4.0.1 r-ggally@2.4.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/ggobi/DescribeDisplay
Licenses: Expat
Build system: r
Synopsis: An Interface to the 'DescribeDisplay' 'GGobi' Plugin
Description:

Produce publication quality graphics from output of GGobi describe display plugin.

r-dfoliatr 0.3.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-rlang@1.1.6 r-purrr@1.2.0 r-magrittr@2.0.4 r-glue@1.8.0 r-ggpubr@0.6.2 r-ggplot2@4.0.1 r-forcats@1.0.1 r-dplyr@1.1.4 r-dplr@1.7.8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://chguiterman.github.io/dfoliatR/
Licenses: GPL 3+
Build system: r
Synopsis: Detection and Analysis of Insect Defoliation Signals in Tree Rings
Description:

This package provides tools to identify, quantify, analyze, and visualize growth suppression events in tree rings that are often produced by insect defoliation. Described in Guiterman et al. (2020) <doi:10.1016/j.dendro.2020.125750>.

r-dformula 1.0
Propagated dependencies: r-formula-tools@1.7.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/serafinialessio/dformula
Licenses: GPL 2+
Build system: r
Synopsis: Data Manipulation using Formula
Description:

This package provides a tool for manipulating data using the generic formula. A single formula allows to easily add, replace and remove variables before running the analysis.

r-distro 0.1.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://enpiar.com/distro/
Licenses: ASL 2.0
Build system: r
Synopsis: Linux Distribution Properties
Description:

In order to provide unified access to Linux distribution details in R, this package wraps the various files and commands that may exist on a system. It is similar in spirit to the lsb_release command and the Python package of the same name.

r-decompositionle 1.0.0
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.6.0 r-rlang@1.1.6 r-purrr@1.2.0 r-magrittr@2.0.4 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/herts-phei/decompositionLE
Licenses: GPL 3+
Build system: r
Synopsis: Provides Easy Methods to Perform Life Expectancy Decomposition
Description:

This package provides an easy to use implementation of life expectancy decomposition formulas for age bands, derived from Ponnapalli, K. (2005). A comparison of different methods for decomposition of changes in expectation of life at birth and differentials in life expectancy at birth. Demographic Research, 12, pp.141â 172. <doi:10.4054/demres.2005.12.7> In addition, there is a decomposition function for disease cause breakdown and a couple helpful plot functions.

r-discoverableresearch 0.0.1
Propagated dependencies: r-tm@0.7-16 r-synthesisr@0.3.0 r-stringi@1.8.7 r-stringdist@0.9.15 r-stopwords@2.3 r-readr@2.1.6 r-ngram@3.2.3 r-magrittr@2.0.4 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=discoverableresearch
Licenses: GPL 3
Build system: r
Synopsis: Checks Title, Abstract and Keywords to Optimise Discoverability
Description:

This package provides a suite of tools are provided here to support authors in making their research more discoverable. check_keywords() - this function checks the keywords to assess whether they are already represented in the title and abstract. check_fields() - this function compares terminology used across the title, abstract and keywords to assess where terminological diversity (i.e. the use of synonyms) could increase the likelihood of the record being identified in a search. The function looks for terms in the title and abstract that also exist in other fields and highlights these as needing attention. suggest_keywords() - this function takes a full text document and produces a list of unigrams, bigrams and trigrams (1-, 2- or 2-word phrases) present in the full text after removing stop words (words with a low utility in natural language processing) that do not occur in the title or abstract that may be suitable candidates for keywords. suggest_title() - this function takes a full text document and produces a list of the most frequently used unigrams, bigrams and trigrams after removing stop words that do not occur in the abstract or keywords that may be suitable candidates for title words. check_title() - this function carries out a number of sub tasks: 1) it compares the length (number of words) of the title with the mean length of titles in major bibliographic databases to assess whether the title is likely to be too short; 2) it assesses the proportion of stop words in the title to highlight titles with low utility in search engines that strip out stop words; 3) it compares the title with a given sample of record titles from an .ris import and calculates a similarity score based on phrase overlap. This highlights the level of uniqueness of the title. This version of the package also contains functions currently in a non-CRAN package called litsearchr <https://github.com/elizagrames/litsearchr>.

r-dlmwwbe 0.1.0
Propagated dependencies: r-dlm@1.1-6.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dlmwwbe
Licenses: GPL 3+
Build system: r
Synopsis: Dynamic Linear Model for Wastewater-Based Epidemiology
Description:

Implement dynamic linear models outlined in Shumway and Stoffer (2025) <doi:10.1007/978-3-031-70584-7>. Two model structures for data smoothing and forecasting are considered. The specific models proposed will be added once the manuscript is published.

r-discord 1.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/R-Computing-Lab/discord
Licenses: GPL 3
Build system: r
Synopsis: Functions for Discordant Kinship Modeling
Description:

This package provides functions for discordant kinship modeling (and other sibling-based quasi-experimental designs). Contains data restructuring functions and functions for generating biometrically informed data for kin pairs. See [Garrison and Rodgers, 2016 <doi:10.1016/j.intell.2016.08.008>], [Sims, Trattner, and Garrison, 2024 <doi:10.3389/fpsyg.2024.1430978>] for empirical examples, and [Garrison and colleagues for theoretical work <doi:10.1101/2025.08.25.25334395>].

r-dtwumi 1.0
Propagated dependencies: r-rlist@0.4.6.2 r-lsa@0.73.3 r-entropy@1.3.2 r-e1071@1.7-16 r-dtwbi@1.1 r-dtw@1.23-1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: http://mawenzi.univ-littoral.fr/DTWUMI/
Licenses: GPL 2+
Build system: r
Synopsis: Imputation of Multivariate Time Series Based on Dynamic Time Warping
Description:

This package provides functions to impute large gaps within multivariate time series based on Dynamic Time Warping methods. Gaps of size 1 or inferior to a defined threshold are filled using simple average and weighted moving average respectively. Larger gaps are filled using the methodology provided by Phan et al. (2017) <DOI:10.1109/MLSP.2017.8168165>: a query is built immediately before/after a gap and a moving window is used to find the most similar sequence to this query using Dynamic Time Warping. To lower the calculation time, similar sequences are pre-selected using global features. Contrary to the univariate method (package DTWBI'), these global features are not estimated over the sequence containing the gap(s), but a feature matrix is built to summarize general features of the whole multivariate signal. Once the most similar sequence to the query has been identified, the adjacent sequence to this window is used to fill the gap considered. This function can deal with multiple gaps over all the sequences componing the input multivariate signal. However, for better consistency, large gaps at the same location over all sequences should be avoided.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457