_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-sensr 1.5-3
Propagated dependencies: r-numderiv@2016.8-1.1 r-multcomp@1.4-28 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/aigorahub/sensR
Licenses: GPL 2 GPL 3
Synopsis: Thurstonian Models for Sensory Discrimination
Description:

This package provides methods for sensory discrimination methods; duotrio, tetrad, triangle, 2-AFC, 3-AFC, A-not A, same-different, 2-AC and degree-of-difference. This enables the calculation of d-primes, standard errors of d-primes, sample size and power computations, and comparisons of different d-primes. Methods for profile likelihood confidence intervals and plotting are included. Most methods are described in Brockhoff, P.B. and Christensen, R.H.B. (2010) <doi:10.1016/j.foodqual.2009.04.003>.

r-xcore 1.12.0
Propagated dependencies: r-s4vectors@0.46.0 r-multiassayexperiment@1.34.0 r-matrix@1.7-3 r-magrittr@2.0.3 r-iterators@1.0.14 r-iranges@2.42.0 r-glmnet@4.1-8 r-genomicranges@1.60.0 r-foreach@1.5.2 r-edger@4.6.2 r-delayedarray@0.34.1
Channel: guix-bioc
Location: guix-bioc/packages/x.scm (guix-bioc packages x)
Home page: https://bioconductor.org/packages/xcore
Licenses: GPL 2
Synopsis: xcore expression regulators inference
Description:

xcore is an R package for transcription factor activity modeling based on known molecular signatures and user's gene expression data. Accompanying xcoredata package provides a collection of molecular signatures, constructed from publicly available ChiP-seq experiments. xcore use ridge regression to model changes in expression as a linear combination of molecular signatures and find their unknown activities. Obtained, estimates can be further tested for significance to select molecular signatures with the highest predicted effect on the observed expression changes.

r-scmap 1.30.0
Propagated dependencies: r-biobase@2.68.0 r-biocgenerics@0.54.0 r-dplyr@1.1.4 r-e1071@1.7-16 r-ggplot2@3.5.2 r-googlevis@0.7.3 r-matrixstats@1.5.0 r-proxy@0.4-27 r-randomforest@4.7-1.2 r-rcpp@1.0.14 r-rcpparmadillo@14.4.2-1 r-reshape2@1.4.4 r-s4vectors@0.46.0 r-singlecellexperiment@1.30.1 r-summarizedexperiment@1.38.1
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://github.com/hemberg-lab/scmap
Licenses: GPL 3
Synopsis: Tool for unsupervised projection of single cell RNA-seq data
Description:

Single-cell RNA-seq (scRNA-seq) is widely used to investigate the composition of complex tissues since the technology allows researchers to define cell-types using unsupervised clustering of the transcriptome. However, due to differences in experimental methods and computational analyses, it is often challenging to directly compare the cells identified in two different experiments. scmap is a method for projecting cells from a scRNA-seq experiment onto the cell-types or individual cells identified in a different experiment.

rbldnsd 0.998b
Dependencies: zlib@1.3
Channel: guix
Location: gnu/packages/dns.scm (gnu packages dns)
Home page: https://rbldnsd.io/
Licenses: Modified BSD LGPL 2.1+ GPL 2+
Synopsis: Small nameserver to efficiently serve @acronym{DNSBL, DNS blocklists}
Description:

This package contains a small DNS daemon especially made to handle queries of DNSBL, a simple way to publish IP addresses and/or (domain) names which are somehow notable. Such lists are frequently used to refuse e-mail service to clients known to send unwanted (spam) messages.

rbldnsd is not a general-purpose nameserver. It answers to a limited variety of queries. This makes it extremely fast---greatly outperforming both BIND and djbdns---whilst using relatively little memory.

r-robcp 0.3.8
Propagated dependencies: r-rcpp@1.0.14
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=robcp
Licenses: GPL 3
Synopsis: Robust Change-Point Tests
Description:

This package provides robust methods to detect change-points in uni- or multivariate time series. They can cope with corrupted data and heavy tails. Focus is on the detection of abrupt changes in location, but changes in the scale or dependence structure can be detected as well. This package provides tests for change detection in uni- and multivariate time series based on Huberized versions of CUSUM tests proposed in Duerre and Fried (2019) <DOI:10.48550/arXiv.1905.06201>, and tests for change detection in univariate time series based on 2-sample U-statistics or 2-sample U-quantiles as proposed by Dehling et al. (2015) <DOI:10.1007/978-1-4939-3076-0_12> and Dehling, Fried and Wendler (2020) <DOI:10.1093/biomet/asaa004>. Furthermore, the packages provides tests on changes in the scale or the correlation as proposed in Gerstenberger, Vogel and Wendler (2020) <DOI:10.1080/01621459.2019.1629938>, Dehling et al. (2017) <DOI:10.1017/S026646661600044X>, and Wied et al. (2014) <DOI:10.1016/j.csda.2013.03.005>.

r-aprof 0.4.1
Propagated dependencies: r-testthat@3.2.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: http://github.com/MarcoDVisser/aprof
Licenses: GPL 2+
Synopsis: Amdahl's Profiler, Directed Optimization Made Easy
Description:

Assists the evaluation of whether and where to focus code optimization, using Amdahl's law and visual aids based on line profiling. Amdahl's profiler organizes profiling output files (including memory profiling) in a visually appealing way. It is meant to help to balance development vs. execution time by helping to identify the most promising sections of code to optimize and projecting potential gains. The package is an addition to R's standard profiling tools and is not a wrapper for them.

r-bnrep 0.0.4
Propagated dependencies: r-shinythemes@1.2.0 r-shinyjs@2.1.0 r-shiny@1.10.0 r-rgraphviz@2.52.0 r-qgraph@1.9.8 r-dt@0.33 r-dplyr@1.1.4 r-bnlearn@5.0.2
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/manueleleonelli/bnRep
Licenses: Expat
Synopsis: Repository of Bayesian Networks from the Academic Literature
Description:

This package provides a collection of Bayesian networks (discrete, Gaussian, and conditional linear Gaussian) collated from recent academic literature. The bnRep_summary object provides an overview of the Bayesian networks in the repository and the package documentation includes details about the variables in each network. A Shiny app to explore the repository can be launched with bnRep_app() and is available online at <https://manueleleonelli.shinyapps.io/bnRep>. Reference: M. Leonelli (2025) <doi:10.1016/j.neucom.2025.129502>.

r-bbreg 2.0.2
Propagated dependencies: r-statmod@1.5.0 r-pbapply@1.7-2 r-formula@1.2-5 r-expint@0.1-8
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bbreg
Licenses: GPL 2
Synopsis: Bessel and Beta Regressions via Expectation-Maximization Algorithm for Continuous Bounded Data
Description:

This package provides functions to fit, via Expectation-Maximization (EM) algorithm, the Bessel and Beta regressions to a data set with a bounded continuous response variable. The Bessel regression is a new and robust approach proposed in the literature. The EM version for the well known Beta regression is another major contribution of this package. See details in the references Barreto-Souza, Mayrink and Simas (2022) <doi:10.1111/anzs.12354> and Barreto-Souza, Mayrink and Simas (2020) <arXiv:2003.05157>.

r-cheem 0.4.0.0
Propagated dependencies: r-spinifex@0.3.8 r-shinythemes@1.2.0 r-shinycssloaders@1.1.0 r-shiny@1.10.0 r-plotly@4.10.4 r-magrittr@2.0.3 r-ggplot2@3.5.2 r-dt@0.33 r-conflicted@1.2.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/nspyrison/cheem/
Licenses: Expat
Synopsis: Interactively Explore Local Explanations with the Radial Tour
Description:

Given a non-linear model, calculate the local explanation. We purpose view the data space, explanation space, and model residuals as ensemble graphic interactive on a shiny application. After an observation of interest is identified, the normalized variable importance of the local explanation is used as a 1D projection basis. The support of the local explanation is then explored by changing the basis with the use of the radial tour <doi:10.32614/RJ-2020-027>; <doi:10.1080/10618600.1997.10474754>.

r-durga 2.0
Propagated dependencies: r-vipor@0.4.7 r-rcolorbrewer@1.1-3 r-boot@1.3-31
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/KhanKawsar/EstimationPlot
Licenses: Expat
Synopsis: Effect Size Estimation and Visualisation
Description:

An easy-to-use yet powerful system for plotting grouped data effect sizes. Various types of effect size can be estimated, then plotted together with a representation of the original data. Select from many possible data representations (box plots, violin plots, raw data points etc.), and combine as desired. Durga plots are implemented in base R, so are compatible with base R methods for combining plots, such as layout()'. See Khan & McLean (2023) <doi:10.1101/2023.02.06.526960>.

r-eadrm 0.1.4
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=eadrm
Licenses: GPL 3
Synopsis: Fitting Dose-Response Models Using an Evolutionary Algorithm
Description:

Fits dose-response models using an evolutionary algorithm to estimate the model parameters. The procedure currently can fit 3-parameter, 4-parameter, and 5-parameter log-logistic models as well as exponential models. Functions are also provided to plot, make predictions, and calculate confidence intervals for the resulting models. For details see "Nonlinear Dose-response Modeling of High-Throughput Screening Data Using an Evolutionary Algorithm", Ma, J., Bair, E., Motsinger-Reif, A.; Dose-Response 18(2):1559325820926734 (2020) <doi:10.1177/1559325820926734>.

r-kfpca 2.0
Propagated dependencies: r-pracma@2.4.4 r-kader@0.0.8 r-fdapace@0.6.0 r-fda@6.2.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=KFPCA
Licenses: GPL 3+
Synopsis: Kendall Functional Principal Component Analysis
Description:

Implementation for Kendall functional principal component analysis. Kendall functional principal component analysis is a robust functional principal component analysis technique for non-Gaussian functional/longitudinal data. The crucial function of this package is KFPCA() and KFPCA_reg(). Moreover, least square estimates of functional principal component scores are also provided. Refer to Rou Zhong, Shishi Liu, Haocheng Li, Jingxiao Zhang. (2021) <arXiv:2102.01286>. Rou Zhong, Shishi Liu, Haocheng Li, Jingxiao Zhang. (2021) <doi:10.1016/j.jmva.2021.104864>.

r-mmgfm 1.1.0
Propagated dependencies: r-rcpparmadillo@14.4.2-1 r-rcpp@1.0.14 r-multicoap@1.1 r-mass@7.3-65 r-irlba@2.3.5.1 r-gfm@1.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MMGFM
Licenses: GPL 3
Synopsis: Multi-Study Multi-Modality Generalized Factor Model
Description:

We introduce a generalized factor model designed to jointly analyze high-dimensional multi-modality data from multiple studies by extracting study-shared and specified factors. Our factor models account for heterogeneous noises and overdispersion among modality variables with augmented covariates. We propose an efficient and speedy variational estimation procedure for estimating model parameters, along with a novel criterion for selecting the optimal number of factors. More details can be referred to Liu et al. (2024) <doi:10.48550/arXiv.2408.10542>.

r-nvctr 0.1.4
Propagated dependencies: r-pracma@2.4.4 r-magrittr@2.0.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/euctrl-pru/nvctr
Licenses: Expat
Synopsis: The n-vector Approach to Geographical Position Calculations using an Ellipsoidal Model of Earth
Description:

The n-vector framework uses the normal vector to the Earth ellipsoid (called n-vector) as a non-singular position representation that turns out to be very convenient for practical position calculations. The n-vector is simple to use and gives exact answers for all global positions, and all distances, for both ellipsoidal and spherical Earth models. This package is a translation of the Matlab library from FFI, the Norwegian Defence Research Establishment, as described in Gade (2010) <doi:10.1017/S0373463309990415>.

r-oglmx 3.0.0.0
Propagated dependencies: r-maxlik@1.5-2.1
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=oglmx
Licenses: GPL 2
Synopsis: Estimation of Ordered Generalized Linear Models
Description:

Ordered models such as ordered probit and ordered logit presume that the error variance is constant across observations. In the case that this assumption does not hold estimates of marginal effects are typically biased (Weiss (1997)). This package allows for generalization of ordered probit and ordered logit models by allowing the user to specify a model for the variance. Furthermore, the package includes functions to calculate the marginal effects. Wrapper functions to estimate the standard limited dependent variable models are also included.

r-smosr 1.0.1
Propagated dependencies: r-tidyr@1.3.1 r-terra@1.8-50 r-rcurl@1.98-1.17 r-ncdf4@1.24 r-lubridate@1.9.4 r-fields@16.3.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/tshestakova/smosr
Licenses: GPL 3
Synopsis: Acquire and Explore BEC-SMOS L4 Soil Moisture Data in R
Description:

This package provides functions that automate accessing, downloading and exploring Soil Moisture and Ocean Salinity (SMOS) Level 4 (L4) data developed by Barcelona Expert Center (BEC). Particularly, it includes functions to search for, acquire, extract, and plot BEC-SMOS L4 soil moisture data downscaled to ~1 km spatial resolution. Note that SMOS is one of Earth Explorer Opportunity missions by the European Space Agency (ESA). More information about SMOS products can be found at <https://earth.esa.int/eogateway/missions/smos/data>.

r-sommd 0.1.2
Propagated dependencies: r-kohonen@3.0.12 r-igraph@2.1.4 r-cluster@2.1.8.1 r-bio3d@2.4-5 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SOMMD
Licenses: GPL 3
Synopsis: Self Organising Maps for the Analysis of Molecular Dynamics Data
Description:

Processes data from Molecular Dynamics simulations using Self Organising Maps. Features include the ability to read different input formats. Trajectories can be analysed to identify groups of important frames. Output visualisation can be generated for maps and pathways. Methodological details can be found in Motta S et al (2022) <doi:10.1021/acs.jctc.1c01163>. I/O functions for xtc format files were implemented using the xdrfile library available under open source license. The relevant information can be found in inst/COPYRIGHT.

r-scbsp 1.0.0
Propagated dependencies: r-sparsematrixstats@1.20.0 r-spam@2.11-1 r-rann@2.6.2 r-matrix@1.7-3 r-fitdistrplus@1.2-2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=scBSP
Licenses: GPL 2+
Synopsis: Fast Tool for Single-Cell Spatially Variable Genes Identifications on Large-Scale Data
Description:

Identifying spatially variable genes is critical in linking molecular cell functions with tissue phenotypes. This package utilizes a granularity-based dimension-agnostic tool, single-cell big-small patch (scBSP), implementing sparse matrix operation and KD tree methods for distance calculation, for the identification of spatially variable genes on large-scale data. The detailed description of this method is available at Wang, J. and Li, J. et al. 2023 (Wang, J. and Li, J. (2023), <doi:10.1038/s41467-023-43256-5>).

r-smoke 2.0.1
Propagated dependencies: r-rdpack@2.6.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=smoke
Licenses: GPL 2 GPL 3
Synopsis: Small Molecule Octet/BLI Kinetics Experiment
Description:

Bio-Layer Interferometry (BLI) is a technology to determine the binding kinetics between biomolecules. BLI signals are small and noisy when small molecules are investigated as ligands (analytes). We develop this package to process and analyze the BLI data acquired on Octet Red96 from Fortebio more accurately. Sun Q., Li X., et al (2020) <doi:10.1038/s41467-019-14238-3>. In this new version, we organize the BLI experiment data and analysis methods into a S4 class with self-explaining structure.

r-stpga 5.2.1
Propagated dependencies: r-scatterplot3d@0.3-44 r-scales@1.4.0 r-emoa@0.5-3 r-algdesign@1.2.1.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=STPGA
Licenses: GPL 3
Synopsis: Selection of Training Populations by Genetic Algorithm
Description:

Combining Predictive Analytics and Experimental Design to Optimize Results. To be utilized to select a test data calibrated training population in high dimensional prediction problems and assumes that the explanatory variables are observed for all of the individuals. Once a "good" training set is identified, the response variable can be obtained only for this set to build a model for predicting the response in the test set. The algorithms in the package can be tweaked to solve some other subset selection problems.

r-fccac 1.34.0
Propagated dependencies: r-s4vectors@0.46.0 r-rcolorbrewer@1.1-3 r-iranges@2.42.0 r-ggplot2@3.5.2 r-genomicranges@1.60.0 r-genomation@1.40.1 r-fda@6.2.0 r-complexheatmap@2.24.0
Channel: guix-bioc
Location: guix-bioc/packages/f.scm (guix-bioc packages f)
Home page: https://github.com/pmb59/fCCAC
Licenses: Artistic License 2.0
Synopsis: functional Canonical Correlation Analysis to evaluate Covariance between nucleic acid sequencing datasets
Description:

Computational evaluation of variability across DNA or RNA sequencing datasets is a crucial step in genomics, as it allows both to evaluate reproducibility of replicates, and to compare different datasets to identify potential correlations. fCCAC applies functional Canonical Correlation Analysis to allow the assessment of: (i) reproducibility of biological or technical replicates, analyzing their shared covariance in higher order components; and (ii) the associations between different datasets. fCCAC represents a more sophisticated approach that complements Pearson correlation of genomic coverage.

r-speaq 2.7.0
Propagated dependencies: r-cluster@2.1.8.1 r-data-table@1.17.2 r-dosnow@1.0.20 r-foreach@1.5.2 r-ggplot2@3.5.2 r-gridextra@2.3 r-impute@1.82.0 r-massspecwavelet@1.74.0 r-missforest@1.5 r-reshape2@1.4.4 r-rfast@2.1.5.1 r-rvest@1.0.4 r-xml2@1.3.8
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://cran.r-project.org/package=speaq
Licenses: ASL 2.0
Synopsis: Tools for nuclear magnetic resonance spectra alignment
Description:

This package aims to make NMR spectroscopy data analysis as easy as possible. It only requires a small set of functions to perform an entire analysis. Speaq offers the possibility of raw spectra alignment and quantitation but also an analysis based on features whereby the spectra are converted to peaks which are then grouped and turned into features. These features can be processed with any number of statistical tools either included in speaq or available elsewhere on CRAN.

r-ctxcc 0.2.0
Propagated dependencies: r-mvtnorm@1.3-3 r-matrixcalc@1.0-6 r-expm@1.0-0 r-compquadform@1.4.3 r-combinat@0.0-8
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CTxCC
Licenses: GPL 2+
Synopsis: Multivariate Normal Mean Monitoring Through Critical-to-X Control Chart
Description:

This package provides a comprehensive set of functions designed for multivariate mean monitoring using the Critical-to-X Control Chart. These functions enable the determination of optimal control limits based on a specified in-control Average Run Length (ARL), the calculation of out-of-control ARL for a given control limit, and post-signal analysis to identify the specific variable responsible for a detected shift in the mean. This suite of tools provides robust support for precise and effective process monitoring and analysis.

r-fwsim 0.3.4
Propagated dependencies: r-rcpp@1.0.14
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fwsim
Licenses: GPL 2
Synopsis: Fisher-Wright Population Simulation
Description:

Simulates a population under the Fisher-Wright model (fixed or stochastic population size) with a one-step neutral mutation process (stepwise mutation model, logistic mutation model and exponential mutation model supported). The stochastic population sizes are random Poisson distributed and different kinds of population growth are supported. For the stepwise mutation model, it is possible to specify locus and direction specific mutation rate (in terms of upwards and downwards mutation rate). Intermediate generations can be saved in order to study e.g. drift.

Page: 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528
Total results: 36659