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

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-prophet 1.0
Propagated dependencies: r-xts@0.14.1 r-tidyr@1.3.1 r-stanheaders@2.32.10 r-scales@1.4.0 r-rstantools@2.5.0 r-rstan@2.32.7 r-rlang@1.1.6 r-rcppparallel@5.1.11-1 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-lubridate@1.9.4 r-ggplot2@4.0.1 r-extradistr@1.10.0 r-dygraphs@1.1.1.6 r-dplyr@1.1.4 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/facebook/prophet
Licenses: Expat
Synopsis: Automatic Forecasting Procedure
Description:

This package implements a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.

r-plasso 0.1.3
Propagated dependencies: r-matrix@1.7-4 r-iterators@1.0.14 r-glmnet@4.1-10 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/MCKnaus/plasso
Licenses: GPL 3
Synopsis: Cross-Validated Post-Lasso
Description:

This package provides tools for cross-validated Lasso and Post-Lasso estimation. Built on top of the glmnet package by Friedman, Hastie and Tibshirani (2010) <doi:10.18637/jss.v033.i01>, the main function plasso() extends the standard glmnet output with coefficient paths for Post-Lasso models, while cv.plasso() performs cross-validation for both Lasso and Post-Lasso models and different ways to select the penalty parameter lambda as discussed in Knaus (2021) <doi:10.1111/rssa.12623>.

r-parallelpam 1.4.3
Propagated dependencies: r-rcpp@1.1.0 r-memuse@4.2-3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=parallelpam
Licenses: GPL 2+
Synopsis: Parallel Partitioning-Around-Medoids (PAM) for Big Sets of Data
Description:

Application of the Partitioning-Around-Medoids (PAM) clustering algorithm described in Schubert, E. and Rousseeuw, P.J.: "Fast and eager k-medoids clustering: O(k) runtime improvement of the PAM, CLARA, and CLARANS algorithms." Information Systems, vol. 101, p. 101804, (2021). <doi:10.1016/j.is.2021.101804>. It uses a binary format for storing and retrieval of matrices developed for the jmatrix package but the functionality of jmatrix is included here, so you do not need to install it. Also, it is used by package scellpam', so if you have installed it, you do not need to install this package. PAM can be applied to sets of data whose dissimilarity matrix can be very big. It has been tested with up to 100.000 points. It does this with the help of the code developed for other package, jmatrix', which allows the matrix not to be loaded in R memory (which would force it to be of double type) but it gets from disk, which allows using float (or even smaller data types). Moreover, the dissimilarity matrix is calculated in parallel if the computer has several cores so it can open many threads. The initial part of the PAM algorithm can be done with the BUILD or LAB algorithms; the BUILD algorithm has been implemented in parallel. The optimization phase implements the FastPAM1 algorithm, also in parallel. Finally, calculation of silhouette is available and also implemented in parallel.

r-portfolio-optimization 1.0-0
Propagated dependencies: r-xts@0.14.1 r-modopt-matlab@1.0-2 r-mass@7.3-65 r-magrittr@2.0.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: http://www.finance-r.com/
Licenses: Expat
Synopsis: Contemporary Portfolio Optimization
Description:

Simplify your portfolio optimization process by applying a contemporary modeling way to model and solve your portfolio problems. While most approaches and packages are rather complicated this one tries to simplify things and is agnostic regarding risk measures as well as optimization solvers. Some of the methods implemented are described by Konno and Yamazaki (1991) <doi:10.1287/mnsc.37.5.519>, Rockafellar and Uryasev (2001) <doi:10.21314/JOR.2000.038> and Markowitz (1952) <doi:10.1111/j.1540-6261.1952.tb01525.x>.

r-propertee 1.0.3
Propagated dependencies: r-sandwich@3.1-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/benbhansen-stats/propertee
Licenses: Expat
Synopsis: Standardization-Based Effect Estimation with Optional Prior Covariance Adjustment
Description:

The Prognostic Regression Offsets with Propagation of ERrors (for Treatment Effect Estimation) package facilitates direct adjustment for experiments and observational studies that is compatible with a range of study designs and covariance adjustment strategies. It uses explicit specification of clusters, blocks and treatment allocations to furnish probability of assignment-based weights targeting any of several average treatment effect parameters, and for standard error calculations reflecting these design parameters. For covariance adjustment of its Hajek and (one-way) fixed effects estimates, it enables offsetting the outcome against predictions from a dedicated covariance model, with standard error calculations propagating error as appropriate from the covariance model.

r-padr 0.6.3
Propagated dependencies: r-rlang@1.1.6 r-rcpp@1.1.0 r-lubridate@1.9.4 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://edwinth.github.io/padr/
Licenses: Expat
Synopsis: Quickly Get Datetime Data Ready for Analysis
Description:

Transforms datetime data into a format ready for analysis. It offers two core functionalities; aggregating data to a higher level interval (thicken) and imputing records where observations were absent (pad).

r-poolvim 1.0.0
Propagated dependencies: r-ranger@0.17.0 r-hmisc@5.2-4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=poolVIM
Licenses: GPL 2+
Synopsis: Gene-Based Association Tests using the Actual Impurity Reduction (AIR) Variable Importance
Description:

Gene-based association tests using the actual impurity reduction (AIR) variable importance. The function aggregates AIR importance measures from a group of SNPs or probes and outputs a p-value for each gene. The procedures builds upon the method described in <doi:10.1093/Bioinformatics/Bty373> and will be published soon.

r-prisonbrief 0.1.2
Propagated dependencies: r-xml2@1.5.0 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-sf@1.0-23 r-rvest@1.0.5 r-rnaturalearthdata@1.0.0 r-rnaturalearth@1.1.0 r-passport@0.3.0 r-magrittr@2.0.4 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://danilofreire.github.io/prisonbrief/
Licenses: Expat
Synopsis: Downloads and Parses World Prison Brief Data
Description:

Download, parses and tidies information from the World Prison Brief project <http://www.prisonstudies.org/>.

r-posratiodist 1.2.1
Propagated dependencies: r-mvtnorm@1.3-3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PosRatioDist
Licenses: GPL 2+
Synopsis: Quotient of Random Variables Conditioned to the Positive Quadrant
Description:

Computes the exact probability density function of X/Y conditioned on positive quadrant for series of bivariate distributions,for more details see Nadarajah,Song and Si (2019) <DOI:10.1080/03610926.2019.1576893>.

r-phevis 1.0.4
Propagated dependencies: r-zoo@1.8-14 r-viridis@0.6.5 r-tidyr@1.3.1 r-rcpp@1.1.0 r-randomforest@4.7-1.2 r-purrr@1.2.0 r-lme4@1.1-37 r-knitr@1.50 r-glmnet@4.1-10 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PheVis
Licenses: GPL 2+
Synopsis: Automatic Phenotyping of Electronic Health Record at Visit Resolution
Description:

Using Electronic Health Record (EHR) is difficult because most of the time the true characteristic of the patient is not available. Instead we can retrieve the International Classification of Disease code related to the disease of interest or we can count the occurrence of the Unified Medical Language System. None of them is the true phenotype which needs chart review to identify. However chart review is time consuming and costly. PheVis is an algorithm which is phenotyping (i.e identify a characteristic) at the visit level in an unsupervised fashion. It can be used for chronic or acute diseases. An example of how to use PheVis is available in the vignette. Basically there are two functions that are to be used: `train_phevis()` which trains the algorithm and `test_phevis()` which get the predicted probabilities. The detailed method is described in preprint by Ferté et al. (2020) <doi:10.1101/2020.06.15.20131458>.

r-pedtools 2.9.0
Propagated dependencies: r-pedmut@0.9.0 r-kinship2@1.9.6.2
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/magnusdv/pedtools
Licenses: GPL 3
Synopsis: Creating and Working with Pedigrees and Marker Data
Description:

This package provides a comprehensive collection of tools for creating, manipulating and visualising pedigrees and genetic marker data. Pedigrees can be read from text files or created on the fly with built-in functions. A range of utilities enable modifications like adding or removing individuals, breaking loops, and merging pedigrees. An online tool for creating pedigrees interactively, based on pedtools', is available at <https://magnusdv.shinyapps.io/quickped>. pedtools is the hub of the pedsuite', a collection of packages for pedigree analysis. A detailed presentation of the pedsuite is given in the book Pedigree Analysis in R (Vigeland, 2021, ISBN:9780128244302).

r-publipha 0.1.2
Propagated dependencies: r-truncnorm@1.0-9 r-stanheaders@2.32.10 r-rstantools@2.5.0 r-rstan@2.32.7 r-rcppparallel@5.1.11-1 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-loo@2.8.0 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=publipha
Licenses: GPL 3
Synopsis: Bayesian Meta-Analysis with Publications Bias and P-Hacking
Description:

This package provides tools for Bayesian estimation of meta-analysis models that account for publications bias or p-hacking. For publication bias, this package implements a variant of the p-value based selection model of Hedges (1992) <doi:10.1214/ss/1177011364> with discrete selection probabilities. It also implements the mixture of truncated normals model for p-hacking described in Moss and De Bin (2019) <arXiv:1911.12445>.

r-portvine 1.0.3
Propagated dependencies: r-wdm@0.2.6 r-tidyr@1.3.1 r-rvinecopulib@0.7.3.1.0 r-rugarch@1.5-4 r-rlang@1.1.6 r-rcppthread@2.2.0 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-ppcor@1.1 r-kde1d@1.1.1 r-future-apply@1.20.0 r-dtplyr@1.3.2 r-dplyr@1.1.4 r-data-table@1.17.8 r-checkmate@2.3.3 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/EmanuelSommer/portvine
Licenses: Expat
Synopsis: Vine Based (Un)Conditional Portfolio Risk Measure Estimation
Description:

Following Sommer (2022) <https://mediatum.ub.tum.de/1658240> portfolio level risk estimates (e.g. Value at Risk, Expected Shortfall) are estimated by modeling each asset univariately by an ARMA-GARCH model and then their cross dependence via a Vine Copula model in a rolling window fashion. One can even condition on variables/time series at certain quantile levels to stress test the risk measure estimates.

r-proteobayes 1.0.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-rlang@1.1.6 r-mvtnorm@1.3-3 r-magrittr@2.0.4 r-ggplot2@4.0.1 r-extradistr@1.10.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://mariechion.github.io/ProteoBayes/
Licenses: Expat
Synopsis: Bayesian Statistical Tools for Quantitative Proteomics
Description:

Bayesian toolbox for quantitative proteomics. In particular, this package provides functions to generate synthetic datasets, execute Bayesian differential analysis methods, and display results as, described in the associated article Marie Chion and Arthur Leroy (2023) <arXiv:2307.08975>.

r-pomdpsolve 1.0.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/mhahsler/pomdpSolve
Licenses: GPL 3+
Synopsis: Interface to 'pomdp-solve' for Partially Observable Markov Decision Processes
Description:

Installs an updated version of pomdp-solve', a program to solve Partially Observable Markov Decision Processes (POMDPs) using a variety of exact and approximate value iteration algorithms. A convenient R infrastructure is provided in the separate package pomdp. Kaelbling, Littman and Cassandra (1998) <doi:10.1016/S0004-3702(98)00023-X>.

r-pasteascomment 0.2.1
Propagated dependencies: r-rstudioapi@0.17.1 r-clipr@0.8.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/stla/pasteAsComment
Licenses: GPL 3
Synopsis: 'RStudio' Addin to Paste the Clipboard as a Comment Block or a 'roxygen' Block
Description:

This package provides a RStudio addin allowing to paste the content of the clipboard as a comment block or as roxygen lines. This is very useful to insert an example in the roxygen block.

r-primertree 1.1.0
Propagated dependencies: r-xml@3.99-0.20 r-stringr@1.6.0 r-scales@1.4.0 r-reshape2@1.4.5 r-plyr@1.8.9 r-lubridate@1.9.4 r-httr2@1.2.1 r-httr@1.4.7 r-gridextra@2.3 r-ggplot2@4.0.1 r-foreach@1.5.2 r-directlabels@2025.6.24 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=primerTree
Licenses: GPL 2
Synopsis: Visually Assessing the Specificity and Informativeness of Primer Pairs
Description:

Identifies potential target sequences for a given set of primers and generates phylogenetic trees annotated with the taxonomies of the predicted amplification products.

r-pressure 0.2.5
Propagated dependencies: r-zoo@1.8-14 r-stringr@1.6.0 r-sf@1.0-23 r-scales@1.4.0 r-rvcg@0.25 r-readxl@1.4.5 r-raster@3.6-32 r-pracma@2.4.6 r-morpho@2.13 r-magrittr@2.0.4 r-magick@2.9.0 r-ggplot2@4.0.1 r-ggmap@4.0.2 r-gdistance@1.6.5 r-dplyr@1.1.4 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/Telfer/pressuRe
Licenses: Expat
Synopsis: Imports, Processes, and Visualizes Biomechanical Pressure Data
Description:

Allows biomechanical pressure data from a range of systems to be imported and processed in a reproducible manner. Automatic and manual tools are included to let the user define regions (masks) to be analyzed. Also includes functions for visualizing and animating pressure data. Example methods are described in Shi et al., (2022) <doi:10.1038/s41598-022-19814-0>, Lee et al., (2014) <doi:10.1186/1757-1146-7-18>, van der Zward et al., (2014) <doi:10.1186/1757-1146-7-20>, Najafi et al., (2010) <doi:10.1016/j.gaitpost.2009.09.003>, Cavanagh and Rodgers (1987) <doi:10.1016/0021-9290(87)90255-7>.

r-permcor 0.1.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PermCor
Licenses: GPL 3
Synopsis: Robust Permutation Tests of Correlation Coefficients
Description:

This package provides tools for statistical testing of correlation coefficients through robust permutation method and large sample approximation method. Tailored to different types of correlation coefficients including Pearson correlation coefficient, weighted Pearson correlation coefficient, Spearman correlation coefficient, and Lin's concordance correlation coefficient.The robust permutation test controls type I error under general scenarios when sample size is small and two variables are dependent but uncorrelated. The large sample approximation test generally controls type I error when the sample size is large (>200).

r-pcds-ugraph 0.1.1
Propagated dependencies: r-rdpack@2.6.4 r-pcds@0.1.8 r-interp@1.1-6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pcds.ugraph
Licenses: GPL 2
Synopsis: Underlying Graphs of Proximity Catch Digraphs and Their Applications
Description:

This package contains the functions for construction and visualization of underlying and reflexivity graphs of the three families of the proximity catch digraphs (PCDs), see (Ceyhan (2005) ISBN:978-3-639-19063-2), and for computing the edge density of these PCD-based graphs which are then used for testing the patterns of segregation and association against complete spatial randomness (CSR)) or uniformity in one and two dimensional cases. The PCD families considered are Arc-Slice PCDs, Proportional-Edge (PE) PCDs (Ceyhan et al. (2006) <doi:10.1016/j.csda.2005.03.002>) and Central Similarity PCDs (Ceyhan et al. (2007) <doi:10.1002/cjs.5550350106>). See also (Ceyhan (2016) <doi:10.1016/j.stamet.2016.07.003>) for edge density of the underlying and reflexivity graphs of PE-PCDs. The package also has tools for visualization of PCD-based graphs for one, two, and three dimensional data.

r-predictabel 1.2-4
Propagated dependencies: r-rocr@1.0-11 r-pbsmodelling@2.70.2 r-lazyeval@0.2.2 r-hmisc@5.2-4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PredictABEL
Licenses: GPL 2+
Synopsis: Assessment of Risk Prediction Models
Description:

We included functions to assess the performance of risk models. The package contains functions for the various measures that are used in empirical studies, including univariate and multivariate odds ratios (OR) of the predictors, the c-statistic (or area under the receiver operating characteristic (ROC) curve (AUC)), Hosmer-Lemeshow goodness of fit test, reclassification table, net reclassification improvement (NRI) and integrated discrimination improvement (IDI). Also included are functions to create plots, such as risk distributions, ROC curves, calibration plot, discrimination box plot and predictiveness curves. In addition to functions to assess the performance of risk models, the package includes functions to obtain weighted and unweighted risk scores as well as predicted risks using logistic regression analysis. These logistic regression functions are specifically written for models that include genetic variables, but they can also be applied to models that are based on non-genetic risk factors only. Finally, the package includes function to construct a simulated dataset with genotypes, genetic risks, and disease status for a hypothetical population, which is used for the evaluation of genetic risk models.

r-pempi 1.0.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/stephaneguerrier/pempi
Licenses: AGPL 3
Synopsis: Proportion Estimation with Marginal Proxy Information
Description:

This package provides a system contains easy-to-use tools for the conditional estimation of the prevalence of an emerging or rare infectious diseases using the methods proposed in Guerrier et al. (2023) <arXiv:2012.10745>.

r-powerbydesign 1.0.5
Propagated dependencies: r-stringr@1.6.0 r-reshape2@1.4.5 r-plyr@1.8.9 r-mass@7.3-65 r-lme4@1.1-37 r-ggplot2@4.0.1 r-gdata@3.0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=powerbydesign
Licenses: GPL 3+
Synopsis: Power Estimates for ANOVA Designs
Description:

This package provides functions for bootstrapping the power of ANOVA designs based on estimated means and standard deviations of the conditions. Please refer to the documentation of the boot.power.anova() function for further details.

r-practicalsigni 0.1.2
Propagated dependencies: r-xtable@1.8-4 r-shapleyvalue@0.2.0 r-randomforest@4.7-1.2 r-np@0.60-18 r-nns@11.6.3 r-hypergeo@1.2-14 r-generalcorr@1.2.6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=practicalSigni
Licenses: GPL 2+
Synopsis: Practical Significance Ranking of Regressors and Exact t Density
Description:

Consider a possibly nonlinear nonparametric regression with p regressors. We provide evaluations by 13 methods to rank regressors by their practical significance or importance using various methods, including machine learning tools. Comprehensive methods are as follows. m6=Generalized partial correlation coefficient or GPCC by Vinod (2021)<doi:10.1007/s10614-021-10190-x> and Vinod (2022)<https://www.mdpi.com/1911-8074/15/1/32>. m7= a generalization of psychologists effect size incorporating nonlinearity and many variables. m8= local linear partial (dy/dxi) using the np package for kernel regressions. m9= partial (dy/dxi) using the NNS package. m10= importance measure using the NNS boost function. m11= Shapley Value measure of importance (cooperative game theory). m12 and m13= two versions of the random forest algorithm. Taraldsen's exact density for sampling distribution of correlations added.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
Total results: 21208