_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-gkrls 1.0.4
Propagated dependencies: r-sandwich@3.1-1 r-rcppeigen@0.3.4.0.2 r-rcpp@1.0.14 r-r6@2.6.1 r-mlr3@0.23.0 r-mgcv@1.9-3 r-matrix@1.7-3
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/mgoplerud/gKRLS
Licenses: GPL 2+
Synopsis: Generalized Kernel Regularized Least Squares
Description:

Kernel regularized least squares, also known as kernel ridge regression, is a flexible machine learning method. This package implements this method by providing a smooth term for use with mgcv and uses random sketching to facilitate scalable estimation on large datasets. It provides additional functions for calculating marginal effects after estimation and for use with ensembles ('SuperLearning'), double/debiased machine learning ('DoubleML'), and robust/clustered standard errors ('sandwich'). Chang and Goplerud (2024) <doi:10.1017/pan.2023.27> provide further details.

r-mshap 0.1.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-stringr@1.5.1 r-rlang@1.1.6 r-purrr@1.0.4 r-magrittr@2.0.3 r-ggplot2@3.5.2 r-ggbeeswarm@0.7.2 r-forcats@1.0.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mshap
Licenses: Expat
Synopsis: Multiplicative SHAP Values for Two-Part Models
Description:

Allows for the computation of mSHAP values on two-part models as proposed by Matthews, S. and Hartman, B. (2021) <arXiv:2106.08990>. Also contains functions for simple plotting of the results (or any SHAP values). For information about the TreeSHAP algorithm that mSHAP builds on, see Lundberg, S.M., Erion, G., Chen, H., DeGrave, A., Prutkin, J.M., Nair, B., Katz, R., Himmelfarb, J., Bansal, N., Lee, S.I. (2020) <doi:10.1038/s42256-019-0138-9>.

r-mkssd 1.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mkssd
Licenses: GPL 2+
Synopsis: Efficient Multi-Level k-Circulant Supersaturated Designs
Description:

Generates efficient balanced non-aliased multi-level k-circulant supersaturated designs by interchanging the elements of the generator vector. Attempts to generate a supersaturated design that has chisquare efficiency more than user specified efficiency level (mef). Displays the progress of generation of an efficient multi-level k-circulant design through a progress bar. The progress of 100% means that one full round of interchange is completed. More than one full round (typically 4-5 rounds) of interchange may be required for larger designs.

r-sieve 2.1
Propagated dependencies: r-rcpparmadillo@14.4.2-1 r-rcpp@1.0.14 r-mass@7.3-65 r-glmnet@4.1-8 r-combinat@0.0-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=Sieve
Licenses: GPL 2
Synopsis: Nonparametric Estimation by the Method of Sieves
Description:

This package performs multivariate nonparametric regression/classification by the method of sieves (using orthogonal basis). The method is suitable for moderate high-dimensional features (dimension < 100). The l1-penalized sieve estimator, a nonparametric generalization of Lasso, is adaptive to the feature dimension with provable theoretical guarantees. We also include a nonparametric stochastic gradient descent estimator, Sieve-SGD, for online or large scale batch problems. Details of the methods can be found in: <arXiv:2206.02994> <arXiv:2104.00846><arXiv:2310.12140>.

r-tinkr 0.3.0
Propagated dependencies: r-xslt@1.5.1 r-xml2@1.3.8 r-rlang@1.1.6 r-r6@2.6.1 r-purrr@1.0.4 r-magrittr@2.0.3 r-lifecycle@1.0.4 r-glue@1.8.0 r-commonmark@1.9.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://docs.ropensci.org/tinkr/
Licenses: GPL 3
Synopsis: Cast '(R)Markdown' Files to 'XML' and Back Again
Description:

Parsing (R)Markdown files with numerous regular expressions can be fraught with peril, but it does not have to be this way. Converting (R)Markdown files to XML using the commonmark package allows in-memory editing via of markdown elements via XPath through the extensible R6 class called yarn'. These modified XML representations can be written to (R)Markdown documents via an xslt stylesheet which implements an extended version of GitHub'-flavoured markdown so that you can tinker to your hearts content.

r-tosca 0.3-4
Propagated dependencies: r-wikipedir@1.7.1 r-tm@0.7-16 r-stringr@1.5.1 r-rcolorbrewer@1.1-3 r-quanteda@4.2.0 r-lubridate@1.9.4 r-lda@1.5.2 r-htmltools@0.5.8.1 r-data-table@1.17.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/Docma-TU/tosca
Licenses: GPL 2+
Synopsis: Tools for Statistical Content Analysis
Description:

This package provides a framework for statistical analysis in content analysis. In addition to a pipeline for preprocessing text corpora and linking to the latent Dirichlet allocation from the lda package, plots are offered for the descriptive analysis of text corpora and topic models. In addition, an implementation of Chang's intruder words and intruder topics is provided. Sample data for the vignette is included in the toscaData package, which is available on gitHub: <https://github.com/Docma-TU/toscaData>.

r-unikn 1.0.0
Propagated dependencies: r-ggplot2@3.5.2 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://CRAN.R-project.org/package=unikn
Licenses: CC-BY-SA 4.0
Synopsis: Graphical Elements of the University of Konstanz's Corporate Design
Description:

Define and use graphical elements of corporate design manuals in R. The unikn package provides color functions (by defining dedicated colors and color palettes, and commands for finding, changing, viewing, and using them) and styled text elements (e.g., for marking, underlining, or plotting colored titles). The pre-defined range of colors and text decoration functions is based on the corporate design of the University of Konstanz <https://www.uni-konstanz.de/>, but can be adapted and extended for other purposes or institutions.

r-iasva 1.26.0
Propagated dependencies: r-summarizedexperiment@1.38.1 r-irlba@2.3.5.1 r-cluster@2.1.8.1 r-biocparallel@1.42.0
Channel: guix-bioc
Location: guix-bioc/packages/i.scm (guix-bioc packages i)
Home page: https://bioconductor.org/packages/iasva
Licenses: GPL 2
Synopsis: Iteratively Adjusted Surrogate Variable Analysis
Description:

Iteratively Adjusted Surrogate Variable Analysis (IA-SVA) is a statistical framework to uncover hidden sources of variation even when these sources are correlated. IA-SVA provides a flexible methodology to i) identify a hidden factor for unwanted heterogeneity while adjusting for all known factors; ii) test the significance of the putative hidden factor for explaining the unmodeled variation in the data; and iii), if significant, use the estimated factor as an additional known factor in the next iteration to uncover further hidden factors.

r-conos 1.5.2
Propagated dependencies: r-abind@1.4-8 r-complexheatmap@2.24.0 r-cowplot@1.1.3 r-dendextend@1.19.0 r-dplyr@1.1.4 r-ggplot2@3.5.2 r-ggrepel@0.9.6 r-gridextra@2.3 r-igraph@2.1.4 r-irlba@2.3.5.1 r-leidenalg@1.1.5 r-magrittr@2.0.3 r-matrix@1.7-3 r-n2r@1.0.3 r-r6@2.6.1 r-rcpp@1.0.14 r-rcpparmadillo@14.4.2-1 r-rcppeigen@0.3.4.0.2 r-rcppprogress@0.4.2 r-reshape2@1.4.4 r-rlang@1.1.6 r-rtsne@0.17 r-sccore@1.0.6
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://github.com/kharchenkolab/conos
Licenses: GPL 3
Synopsis: Clustering on network of samples
Description:

This package wires together large collections of single-cell RNA-seq datasets, which allows for both the identification of recurrent cell clusters and the propagation of information between datasets in multi-sample or atlas-scale collections. Conos focuses on the uniform mapping of homologous cell types across heterogeneous sample collections. For instance, users could investigate a collection of dozens of peripheral blood samples from cancer patients combined with dozens of controls, which perhaps includes samples of a related tissue such as lymph nodes.

r-ggbio 1.56.0
Propagated dependencies: r-annotationdbi@1.70.0 r-annotationfilter@1.32.0 r-biobase@2.68.0 r-biocgenerics@0.54.0 r-biostrings@2.76.0 r-biovizbase@1.56.0 r-bsgenome@1.76.0 r-ensembldb@2.32.0 r-genomeinfodb@1.44.0 r-genomicalignments@1.44.0 r-genomicfeatures@1.60.0 r-genomicranges@1.60.0 r-ggally@2.2.1 r-ggplot2@3.5.2 r-gridextra@2.3 r-gtable@0.3.6 r-hmisc@5.2-3 r-iranges@2.42.0 r-organismdbi@1.50.0 r-reshape2@1.4.4 r-rlang@1.1.6 r-rsamtools@2.24.0 r-rtracklayer@1.68.0 r-s4vectors@0.46.0 r-scales@1.4.0 r-summarizedexperiment@1.38.1 r-variantannotation@1.54.1
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: http://www.tengfei.name/ggbio/
Licenses: Artistic License 2.0
Synopsis: Visualization tools for genomic data
Description:

The ggbio package extends and specializes the grammar of graphics for biological data. The graphics are designed to answer common scientific questions, in particular those often asked of high throughput genomics data. All core Bioconductor data structures are supported, where appropriate. The package supports detailed views of particular genomic regions, as well as genome-wide overviews. Supported overviews include ideograms and grand linear views. High-level plots include sequence fragment length, edge-linked interval to data view, mismatch pileup, and several splicing summaries.

r-sgseq 1.42.1
Propagated dependencies: r-annotationdbi@1.70.0 r-biocgenerics@0.54.0 r-biostrings@2.76.0 r-genomeinfodb@1.44.0 r-genomicalignments@1.44.0 r-genomicfeatures@1.60.0 r-genomicranges@1.60.0 r-igraph@2.1.4 r-iranges@2.42.0 r-rsamtools@2.24.0 r-rtracklayer@1.68.0 r-runit@0.4.33 r-s4vectors@0.46.0 r-summarizedexperiment@1.38.1
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/SGSeq/
Licenses: Artistic License 2.0
Synopsis: Splice event prediction and quantification from RNA-seq data
Description:

SGSeq is a package for analyzing splice events from RNA-seq data. Input data are RNA-seq reads mapped to a reference genome in BAM format. Genes are represented as a splice graph, which can be obtained from existing annotation or predicted from the mapped sequence reads. Splice events are identified from the graph and are quantified locally using structurally compatible reads at the start or end of each splice variant. The software includes functions for splice event prediction, quantification, visualization and interpretation.

r-etree 0.1.0
Propagated dependencies: r-usedist@0.4.0 r-tda@1.9.4 r-survival@3.8-3 r-partykit@1.2-24 r-networkdistance@0.3.4 r-igraph@2.1.4 r-fda-usc@2.2.0 r-energy@1.7-12 r-cluster@2.1.8.1 r-braingraph@3.1.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/ricgbl/etree
Licenses: GPL 3
Synopsis: Classification and Regression with Structured and Mixed-Type Data
Description:

Implementation of Energy Trees, a statistical model to perform classification and regression with structured and mixed-type data. The model has a similar structure to Conditional Trees, but brings in Energy Statistics to test independence between variables that are possibly structured and of different nature. Currently, the package covers functions and graphs as structured covariates. It builds upon partykit to provide functionalities for fitting, printing, plotting, and predicting with Energy Trees. Energy Trees are described in Giubilei et al. (2022) <arXiv:2207.04430>.

r-excon 0.2.5
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/bryanhanson/exCon
Licenses: GPL 3
Synopsis: Interactive Exploration of Contour Data
Description:

Interactive tools to explore topographic-like data sets. Such data sets take the form of a matrix in which the rows and columns provide location/frequency information, and the matrix elements contain altitude/response information. Such data is found in cartography, 2D spectroscopy and chemometrics. The functions in this package create interactive web pages showing the contoured data, possibly with slices from the original matrix parallel to each dimension. The interactive behavior is created using the D3.js JavaScript library by Mike Bostock.

r-ebreg 0.1.3
Propagated dependencies: r-rdpack@2.6.4 r-lars@1.3
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=ebreg
Licenses: GPL 3
Synopsis: Implementation of the Empirical Bayes Method
Description:

This package implements a Bayesian-like approach to the high-dimensional sparse linear regression problem based on an empirical or data-dependent prior distribution, which can be used for estimation/inference on the model parameters, variable selection, and prediction of a future response. The method was first presented in Martin, Ryan and Mess, Raymond and Walker, Stephen G (2017) <doi:10.3150/15-BEJ797>. More details focused on the prediction problem are given in Martin, Ryan and Tang, Yiqi (2019) <arXiv:1903.00961>.

r-genio 1.1.2
Propagated dependencies: r-tibble@3.2.1 r-readr@2.1.5 r-rcpp@1.0.14 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/OchoaLab/genio
Licenses: GPL 3
Synopsis: Genetics Input/Output Functions
Description:

This package implements readers and writers for file formats associated with genetics data. Reading and writing Plink BED/BIM/FAM and GCTA binary GRM formats is fully supported, including a lightning-fast BED reader and writer implementations. Other functions are readr wrappers that are more constrained, user-friendly, and efficient for these particular applications; handles Plink and Eigenstrat tables (FAM, BIM, IND, and SNP files). There are also make functions for FAM and BIM tables with default values to go with simulated genotype data.

r-stand 2.0
Propagated dependencies: r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://www.csm.ornl.gov/esh/statoed/
Licenses: GPL 2+
Synopsis: Statistical Analysis of Non-Detects
Description:

This package provides functions for the analysis of occupational and environmental data with non-detects. Maximum likelihood (ML) methods for censored log-normal data and non-parametric methods based on the product limit estimate (PLE) for left censored data are used to calculate all of the statistics recommended by the American Industrial Hygiene Association (AIHA) for the complete data case. Functions for the analysis of complete samples using exact methods are also provided for the lognormal model. Revised from 2007-11-05 survfit~1'.

r-codex 1.40.0
Propagated dependencies: r-s4vectors@0.46.0 r-rsamtools@2.24.0 r-iranges@2.42.0 r-genomeinfodb@1.44.0 r-bsgenome-hsapiens-ucsc-hg19@1.4.3 r-biostrings@2.76.0
Channel: guix-bioc
Location: guix-bioc/packages/c.scm (guix-bioc packages c)
Home page: https://bioconductor.org/packages/CODEX
Licenses: GPL 2
Synopsis: Normalization and Copy Number Variation Detection Method for Whole Exome Sequencing
Description:

This package provides a normalization and copy number variation calling procedure for whole exome DNA sequencing data. CODEX relies on the availability of multiple samples processed using the same sequencing pipeline for normalization, and does not require matched controls. The normalization model in CODEX includes terms that specifically remove biases due to GC content, exon length and targeting and amplification efficiency, and latent systemic artifacts. CODEX also includes a Poisson likelihood-based recursive segmentation procedure that explicitly models the count-based exome sequencing data.

r-dplyr 1.1.4
Propagated dependencies: r-cli@3.6.5 r-generics@0.1.4 r-glue@1.8.0 r-lifecycle@1.0.4 r-magrittr@2.0.3 r-pillar@1.10.2 r-r6@2.6.1 r-rlang@1.1.6 r-tibble@3.2.1 r-tidyselect@1.2.1 r-vctrs@0.6.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/dplyr
Licenses: Expat
Synopsis: Tools for working with data frames in R
Description:

dplyr is the next iteration of plyr. It is focused on tools for working with data frames. It has three main goals: 1) identify the most important data manipulation tools needed for data analysis and make them easy to use in R; 2) provide fast performance for in-memory data by writing key pieces of code in C++; 3) use the same code interface to work with data no matter where it is stored, whether in a data frame, a data table or database.

r-smurf 1.1.7
Propagated dependencies: r-catdata@1.2.4 r-glmnet@4.1-8 r-mass@7.3-65 r-matrix@1.7-3 r-mgcv@1.9-3 r-rcolorbrewer@1.1-3 r-rcpp@1.0.14 r-rcpparmadillo@14.4.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/TReynkens/smurf
Licenses: GPL 2+
Synopsis: Sparse multi-type regularized feature modeling
Description:

The smurf package contains the implementation of the Sparse Multi-type Regularized Feature (SMuRF) modeling algorithm to fit generalized linear models (GLMs) with multiple types of predictors via regularized maximum likelihood. Next to the fitting procedure, following functionality is available:

  • Selection of the regularization tuning parameter lambda using three different approaches: in-sample, out-of-sample or using cross-validation.

  • S3 methods to handle the fitted object including visualization of the coefficients and a model summary.

r-aphid 1.3.5
Propagated dependencies: r-rcpp@1.0.14 r-openssl@2.3.2 r-kmer@1.1.2
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/shaunpwilkinson/aphid
Licenses: GPL 3
Synopsis: Analysis with Profile Hidden Markov Models
Description:

Designed for the development and application of hidden Markov models and profile HMMs for biological sequence analysis. Contains functions for multiple and pairwise sequence alignment, model construction and parameter optimization, file import/export, implementation of the forward, backward and Viterbi algorithms for conditional sequence probabilities, tree-based sequence weighting, and sequence simulation. Features a wide variety of potential applications including database searching, gene-finding and annotation, phylogenetic analysis and sequence classification. Based on the models and algorithms described in Durbin et al (1998, ISBN: 9780521629713).

r-adpss 0.1.2
Propagated dependencies: r-rcpp@1.0.14
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/ca4wa/R-adpss
Licenses: GPL 2+
Synopsis: Design and Analysis of Locally or Globally Efficient Adaptive Designs
Description:

This package provides the functions for planning and conducting a clinical trial with adaptive sample size determination. Maximal statistical efficiency will be exploited even when dramatic or multiple adaptations are made. Such a trial consists of adaptive determination of sample size at an interim analysis and implementation of frequentist statistical test at the interim and final analysis with a prefixed significance level. The required assumptions for the stage-wise test statistics are independent and stationary increments and normality. Predetermination of adaptation rule is not required.

r-dodgr 0.4.2
Propagated dependencies: r-rcppthread@2.2.0 r-rcppparallel@5.1.10 r-rcpp@1.0.14 r-osmdata@0.2.5 r-memoise@2.0.1 r-magrittr@2.0.3 r-fs@1.6.6 r-digest@0.6.37 r-callr@3.7.6
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/UrbanAnalyst/dodgr
Licenses: GPL 3
Synopsis: Distances on Directed Graphs
Description:

Distances on dual-weighted directed graphs using priority-queue shortest paths (Padgham (2019) <doi:10.32866/6945>). Weighted directed graphs have weights from A to B which may differ from those from B to A. Dual-weighted directed graphs have two sets of such weights. A canonical example is a street network to be used for routing in which routes are calculated by weighting distances according to the type of way and mode of transport, yet lengths of routes must be calculated from direct distances.

r-fpass 1.0.0
Propagated dependencies: r-testthat@3.2.3 r-stringr@1.5.1 r-rlang@1.1.6 r-purrr@1.0.4 r-nlme@3.1-168 r-mgcv@1.9-3 r-matrix@1.7-3 r-mass@7.3-65 r-magrittr@2.0.3 r-lifecycle@1.0.4 r-gss@2.2-9 r-gamm4@0.2-7 r-face@0.1-7 r-expm@1.0-0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/SalilKoner/fPASS
Licenses: Expat
Synopsis: Power and Sample Size for Projection Test under Repeated Measures
Description:

Computes the power and sample size (PASS) required to test for the difference in the mean function between two groups under a repeatedly measured longitudinal or sparse functional design. See the manuscript by Koner and Luo (2023) <https://salilkoner.github.io/assets/PASS_manuscript.pdf> for details of the PASS formula and computational details. The details of the testing procedure for univariate and multivariate response are presented in Wang (2021) <doi:10.1214/21-EJS1802> and Koner and Luo (2023) <arXiv:2302.05612> respectively.

r-hettx 0.1.3
Propagated dependencies: r-tidyr@1.3.1 r-quantreg@6.1 r-purrr@1.0.4 r-plyr@1.8.9 r-mvtnorm@1.3-3 r-moments@0.14.1 r-mass@7.3-65 r-ggplot2@3.5.2 r-formula-tools@1.7.1 r-foreach@1.5.2 r-dplyr@1.1.4 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/h.scm (guix-cran packages h)
Home page: https://cran.r-project.org/package=hettx
Licenses: GPL 3+
Synopsis: Fisherian and Neymanian Methods for Detecting and Measuring Treatment Effect Variation
Description:

This package implements methods developed by Ding, Feller, and Miratrix (2016) <doi:10.1111/rssb.12124> <arXiv:1412.5000>, and Ding, Feller, and Miratrix (2018) <doi:10.1080/01621459.2017.1407322> <arXiv:1605.06566> for testing whether there is unexplained variation in treatment effects across observations, and for characterizing the extent of the explained and unexplained variation in treatment effects. The package includes wrapper functions implementing the proposed methods, as well as helper functions for analyzing and visualizing the results of the test.

Page: 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528
Total results: 36659