_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-pcmbasecpp 0.1.11
Propagated dependencies: r-rcpparmadillo@14.4.3-1 r-rcpp@1.0.14 r-pcmbase@1.2.14 r-data-table@1.17.4 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/venelin/PCMBaseCpp
Licenses: GPL 3+
Synopsis: Fast Likelihood Calculation for Phylogenetic Comparative Models
Description:

This package provides a C++ backend for multivariate phylogenetic comparative models implemented in the R-package PCMBase'. Can be used in combination with PCMBase to enable fast and parallel likelihood calculation. Implements the pruning likelihood calculation algorithm described in Mitov et al. (2020) <doi:10.1016/j.tpb.2019.11.005>. Uses the SPLITT C++ library for parallel tree traversal described in Mitov and Stadler (2018) <doi:10.1111/2041-210X.13136>.

r-qpcrhelper 0.1.0
Propagated dependencies: r-rstatix@0.7.2 r-magrittr@2.0.3 r-ggpubr@0.6.0 r-ggplot2@3.5.2 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=qPCRhelper
Licenses: GPL 3
Synopsis: qPCR Ct Values to Expression Values
Description:

Computes normalized cycle threshold (Ct) values (delta Ct) from raw quantitative polymerase chain reaction (qPCR) Ct values and conducts test of significance using t.test(). Plots expression values based from log2(2^(-1*delta delta Ct)) across groups per gene of interest. Methods for calculation of delta delta Ct and relative expression (2^(-1*delta delta Ct)) values are described in: Livak & Schmittgen, (2001) <doi:10.1006/meth.2001.1262>.

r-zoomerjoin 0.2.1
Dependencies: zlib@1.3
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.2.1 r-dplyr@1.1.4 r-collapse@2.1.2
Channel: guix-cran
Location: guix-cran/packages/z.scm (guix-cran packages z)
Home page: https://beniamino.org/zoomerjoin/
Licenses: GPL 3+
Synopsis: Superlatively Fast Fuzzy Joins
Description:

Empowers users to fuzzily-merge data frames with millions or tens of millions of rows in minutes with low memory usage. The package uses the locality sensitive hashing algorithms developed by Datar, Immorlica, Indyk and Mirrokni (2004) <doi:10.1145/997817.997857>, and Broder (1998) <doi:10.1109/SEQUEN.1997.666900> to avoid having to compare every pair of records in each dataset, resulting in fuzzy-merges that finish in linear time.

ruby-hashery 2.1.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://rubyworks.github.io/hashery
Licenses: FreeBSD
Synopsis: Hash-like classes with extra features
Description:

The Hashery is a tight collection of Hash-like classes. Included are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD (Create, Read, Update and Delete) model on top of Ruby's standard Hash making it possible to subclass and augment to fit any specific use case.

r-r2sundials 7.2.1-3
Propagated dependencies: r-rmumps@5.2.1-35 r-rcpparmadillo@14.4.3-1 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=r2sundials
Licenses: GPL 2+
Synopsis: Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem
Description:

Wrapper for widely used SUNDIALS software (SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers) and more precisely to its CVODES solver. It is aiming to solve ordinary differential equations (ODE) and optionally pending forward sensitivity problem. The wrapper is made R friendly by allowing to pass custom parameters to user's callback functions. Such functions can be both written in R and in C++ ('RcppArmadillo flavor). In case of C++', performance is greatly improved so this option is highly advisable when performance matters. If provided, Jacobian matrix can be calculated either in dense or sparse format. In the latter case rmumps package is used to solve corresponding linear systems. Root finding and pending event management are optional and can be specified as R or C++ functions too. This makes them a very flexible tool for controlling the ODE system during the time course simulation. SUNDIALS library was published in Hindmarsh et al. (2005) <doi:10.1145/1089014.1089020>.

r-attachment 0.4.5
Propagated dependencies: r-yaml@2.3.10 r-withr@3.0.2 r-stringr@1.5.1 r-roxygen2@7.3.2 r-rmarkdown@2.29 r-magrittr@2.0.3 r-knitr@1.50 r-glue@1.8.0 r-desc@1.4.3 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://thinkr-open.github.io/attachment/
Licenses: GPL 3
Synopsis: Deal with Dependencies
Description:

Manage dependencies during package development. This can retrieve all dependencies that are used in ".R" files in the "R/" directory, in ".Rmd" files in "vignettes/" directory and in roxygen2 documentation of functions. There is a function to update the "DESCRIPTION" file of your package with CRAN packages or any other remote package. All functions to retrieve dependencies of ".R" scripts and ".Rmd" or ".qmd" files can be used independently of a package development.

r-bridgedist 0.1.3
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/swihart/bridgedist
Licenses: GPL 2+
Synopsis: An Implementation of the Bridge Distribution with Logit-Link as in Wang and Louis (2003)
Description:

An implementation of the bridge distribution with logit-link in R. In Wang and Louis (2003) <DOI:10.1093/biomet/90.4.765>, such a univariate bridge distribution was derived as the distribution of the random intercept that bridged a marginal logistic regression and a conditional logistic regression. The conditional and marginal regression coefficients are a scalar multiple of each other. Such is not the case if the random intercept distribution was Gaussian.

r-babelmixr2 0.1.8
Propagated dependencies: r-rxode2@4.0.3 r-rex@1.2.1 r-rcppeigen@0.3.4.0.2 r-rcpparmadillo@14.4.3-1 r-rcpp@1.0.14 r-qs@0.27.3 r-nonmem2rx@0.1.7 r-nlmixr2plot@3.0.2 r-nlmixr2extra@3.0.2 r-nlmixr2est@4.0.2 r-nlmixr2data@2.0.9 r-monolix2rx@0.0.5 r-magrittr@2.0.3 r-lotri@1.0.1 r-digest@0.6.37 r-cli@3.6.5 r-checkmate@2.3.2
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://nlmixr2.github.io/babelmixr2/
Licenses: GPL 3+
Synopsis: Use 'nlmixr2' to Interact with Open Source and Commercial Software
Description:

Run other estimation and simulation software via the nlmixr2 (Fidler et al (2019) <doi:10.1002/psp4.12445>) interface including PKNCA', NONMEM and Monolix'. While not required, you can get/install the lixoftConnectors package in the Monolix installation, as described at the following url <https://monolixsuite.slp-software.com/r-functions/2024R1/installation-and-initialization>. When lixoftConnectors is available, Monolix can be run directly instead of setting up command line usage.

r-dendrosync 0.1.4
Propagated dependencies: r-nlme@3.1-168 r-gridextra@2.3 r-ggplot2@3.5.2
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://bitbucket.org/josucham/dendrosync/src/issues/
Licenses: GPL 2
Synopsis: Set of Tools for Calculating Spatial Synchrony Between Tree-Ring Chronologies
Description:

This package provides functions for the calculation and plotting of synchrony in tree growth from tree-ring width chronologies (TRW index). It combines variance-covariance (VCOV) mixed modelling with functions that quantify the degree to which the TRW chronologies contain a common temporal signal. It also implements temporal trends in spatial synchrony using a moving window. These methods can also be used with other kind of ecological variables that have temporal autocorrelation corrected.

r-marqlevalg 2.0.8
Propagated dependencies: r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=marqLevAlg
Licenses: GPL 2+
Synopsis: Parallelized General-Purpose Optimization Based on Marquardt-Levenberg Algorithm
Description:

This algorithm provides a numerical solution to the problem of unconstrained local minimization (or maximization). It is particularly suited for complex problems and more efficient than the Gauss-Newton-like algorithm when starting from points very far from the final minimum (or maximum). Each iteration is parallelized and convergence relies on a stringent stopping criterion based on the first and second derivatives. See Philipps et al, 2021 <doi:10.32614/RJ-2021-089>.

r-metabodata 0.6.3
Propagated dependencies: r-yaml@2.3.10 r-tibble@3.2.1 r-stringr@1.5.1 r-rlang@1.1.6 r-readr@2.1.5 r-purrr@1.0.4 r-piggyback@0.1.5 r-magrittr@2.0.3 r-fs@1.6.6 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://aberhrml.github.io/metaboData/
Licenses: GPL 3+
Synopsis: Example Metabolomics Data Sets
Description:

Data sets from a variety of biological sample matrices, analysed using a number of mass spectrometry based metabolomic analytical techniques. The example data sets are stored remotely using GitHub releases <https://github.com/aberHRML/metaboData/releases> which can be accessed from R using the package. The package also includes the abr1 FIE-MS data set from the FIEmspro package <https://users.aber.ac.uk/jhd/> <doi:10.1038/nprot.2007.511>.

r-miceranger 1.5.0
Propagated dependencies: r-ranger@0.17.0 r-ggpubr@0.6.0 r-ggplot2@3.5.2 r-foreach@1.5.2 r-fnn@1.1.4.1 r-desctools@0.99.60 r-data-table@1.17.4 r-crayon@1.5.3 r-corrplot@0.95
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/FarrellDay/miceRanger
Licenses: Expat
Synopsis: Multiple Imputation by Chained Equations with Random Forests
Description:

Multiple Imputation has been shown to be a flexible method to impute missing values by Van Buuren (2007) <doi:10.1177/0962280206074463>. Expanding on this, random forests have been shown to be an accurate model by Stekhoven and Buhlmann <arXiv:1105.0828> to impute missing values in datasets. They have the added benefits of returning out of bag error and variable importance estimates, as well as being simple to run in parallel.

r-oceanwaves 0.2.0
Propagated dependencies: r-signal@1.8-1 r-ggplot2@3.5.2 r-bspec@1.6
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://github.com/millerlp/oceanwaves
Licenses: GPL 3
Synopsis: Ocean Wave Statistics
Description:

Calculate ocean wave height summary statistics and process data from bottom-mounted pressure sensor data loggers. Derived primarily from MATLAB functions provided by U. Neumeier at <http://neumeier.perso.ch/matlab/waves.html>. Wave number calculation based on the algorithm in Hunt, J. N. (1979, ISSN:0148-9895) "Direct Solution of Wave Dispersion Equation", American Society of Civil Engineers Journal of the Waterway, Port, Coastal, and Ocean Division, Vol 105, pp 457-459.

r-pointblank 0.12.2
Propagated dependencies: r-yaml@2.3.10 r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tibble@3.2.1 r-testthat@3.2.3 r-scales@1.4.0 r-rlang@1.1.6 r-magrittr@2.0.3 r-knitr@1.50 r-htmltools@0.5.8.1 r-gt@1.0.0 r-glue@1.8.0 r-fs@1.6.6 r-dplyr@1.1.4 r-digest@0.6.37 r-dbplyr@2.5.0 r-dbi@1.2.3 r-cli@3.6.5 r-blastula@0.3.6 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://rstudio.github.io/pointblank/
Licenses: Expat
Synopsis: Data Validation and Organization of Metadata for Local and Remote Tables
Description:

Validate data in data frames, tibble objects, Spark DataFrames', and database tables. Validation pipelines can be made using easily-readable, consecutive validation steps. Upon execution of the validation plan, several reporting options are available. User-defined thresholds for failure rates allow for the determination of appropriate reporting actions. Many other workflows are available including an information management workflow, where the aim is to record, collect, and generate useful information on data tables.

r-statgenhtp 1.0.9.1
Propagated dependencies: r-spats@1.0-19 r-spam@2.11-1 r-scales@1.4.0 r-rlang@1.1.6 r-matrix@1.7-3 r-lubridate@1.9.4 r-locfit@1.5-9.12 r-lmmsolver@1.0.10 r-gridextra@2.3 r-ggplot2@3.5.2 r-ggnewscale@0.5.1 r-ggforce@0.4.2 r-animation@2.7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://biometris.github.io/statgenHTP/index.html
Licenses: GPL 2+ GPL 3+
Synopsis: High Throughput Phenotyping (HTP) Data Analysis
Description:

Phenotypic analysis of data coming from high throughput phenotyping (HTP) platforms, including different types of outlier detection, spatial analysis, and parameter estimation. The package is being developed within the EPPN2020 project (<https://cordis.europa.eu/project/id/731013>). Some functions have been created to be used in conjunction with the R package asreml for the ASReml software, which can be obtained upon purchase from VSN international (<https://vsni.co.uk/software/asreml-r/>).

r-factoextra 1.0.7
Propagated dependencies: r-abind@1.4-8 r-cluster@2.1.8.1 r-dendextend@1.19.0 r-factominer@2.11 r-ggplot2@3.5.2 r-ggpubr@0.6.0 r-ggrepel@0.9.6 r-reshape2@1.4.4 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.sthda.com/english/rpkgs/factoextra
Licenses: GPL 2
Synopsis: Extract and visualize the results of multivariate data analyses
Description:

This package provides some easy-to-use functions to extract and visualize the output of multivariate data analyses, including PCA (Principal Component Analysis), CA (Correspondence Analysis), MCA (Multiple Correspondence Analysis), FAMD (Factor Analysis of Mixed Data), MFA (Multiple Factor Analysis) and HMFA (Hierarchical Multiple Factor Analysis) functions from different R packages. It contains also functions for simplifying some clustering analysis steps and provides ggplot2-based elegant data visualization.

r-batchtools 0.9.17
Propagated dependencies: r-backports@1.5.0 r-base64url@1.4 r-brew@1.0-10 r-checkmate@2.3.2 r-data-table@1.17.4 r-digest@0.6.37 r-fs@1.6.6 r-progress@1.2.3 r-r6@2.6.1 r-rappdirs@0.3.3 r-stringi@1.8.7 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mllg/batchtools
Licenses: LGPL 3
Synopsis: Tools for computation on batch systems
Description:

As a successor of the packages BatchJobs and BatchExperiments, this package provides a parallel implementation of the Map function for high performance computing systems managed by various schedulers. A multicore and socket mode allow the parallelization on a local machines, and multiple machines can be hooked up via SSH to create a makeshift cluster. Moreover, the package provides an abstraction mechanism to define large-scale computer experiments in a well-organized and reproducible way.

xwayland-run 0.0.4
Dependencies: python@3.11.11 xauth@1.1.3 xorg-server-xwayland@24.1.6
Channel: guix
Location: gnu/packages/xorg.scm (gnu packages xorg)
Home page: https://gitlab.freedesktop.org/ofourdan/xwayland-run
Licenses: GPL 2+
Synopsis: Run X11 client on dedicated Xwayland server
Description:

xwayland-run contains a set of small utilities revolving around running Xwayland and various Wayland compositor headless, namely:

  • xwayland-run: Spawn X11 client within its own dedicated Xwayland rootful instance.

  • wlheadless-run: Run Wayland client on a set of supported Wayland headless compositors.

  • xwfb-run: Combination of above two tools to be used as a direct replacement for xvfb-run specifically.

r-biocompute 1.1.1
Propagated dependencies: r-yaml@2.3.10 r-uuid@1.2-1 r-stringr@1.5.1 r-rmarkdown@2.29 r-magrittr@2.0.3 r-jsonvalidate@1.5.0 r-jsonlite@2.0.0 r-httr@1.4.7 r-digest@0.6.37 r-curl@6.2.3 r-crayon@1.5.3 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://sbg.github.io/biocompute/
Licenses: AGPL 3
Synopsis: Create and Manipulate BioCompute Objects
Description:

This package provides tools to create, validate, and export BioCompute Objects described in King et al. (2019) <doi:10.17605/osf.io/h59uh>. Users can encode information in data frames, and compose BioCompute Objects from the domains defined by the standard. A checksum validator and a JSON schema validator are provided. This package also supports exporting BioCompute Objects as JSON, PDF, HTML, or Word documents, and exporting to cloud-based platforms.

r-gellipsoid 0.7.3
Propagated dependencies: r-rgl@1.3.18
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/friendly/gellipsoid
Licenses: GPL 2+
Synopsis: Generalized Ellipsoids
Description:

Represents generalized geometric ellipsoids with the "(U,D)" representation. It allows degenerate and/or unbounded ellipsoids, together with methods for linear and duality transformations, and for plotting. Thus ellipsoids are naturally extended to include lines, hyperplanes, points, cylinders, etc. This permits exploration of a variety to statistical issues that can be visualized using ellipsoids as discussed by Friendly, Fox & Monette (2013), Elliptical Insights: Understanding Statistical Methods Through Elliptical Geometry <doi:10.1214/12-STS402>.

r-icsoutlier 0.4-0
Propagated dependencies: r-mvtnorm@1.3-3 r-moments@0.14.1 r-ics@1.4-2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ICSOutlier
Licenses: GPL 2+
Synopsis: Outlier Detection Using Invariant Coordinate Selection
Description:

Multivariate outlier detection is performed using invariant coordinates where the package offers different methods to choose the appropriate components. ICS is a general multivariate technique with many applications in multivariate analysis. ICSOutlier offers a selection of functions for automated detection of outliers in the data based on a fitted ICS object or by specifying the dataset and the scatters of interest. The current implementation targets data sets with only a small percentage of outliers.

r-kerastuner 0.1.0.7
Propagated dependencies: r-tidyjson@0.3.2 r-tensorflow@2.16.0 r-rstudioapi@0.17.1 r-rjsonio@2.0.0 r-rjson@0.2.23 r-reticulate@1.42.0 r-plotly@4.10.4 r-magick@2.8.6 r-echarts4r@0.4.5 r-dplyr@1.1.4 r-data-table@1.17.4 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://github.com/EagerAI/kerastuneR/
Licenses: ASL 2.0
Synopsis: Interface to 'Keras Tuner'
Description:

Keras Tuner <https://keras-team.github.io/keras-tuner/> is a hypertuning framework made for humans. It aims at making the life of AI practitioners, hypertuner algorithm creators and model designers as simple as possible by providing them with a clean and easy to use API for hypertuning. Keras Tuner makes moving from a base model to a hypertuned one quick and easy by only requiring you to change a few lines of code.

r-quantities 0.2.3
Propagated dependencies: r-units@0.8-7 r-rcpp@1.0.14 r-errors@0.4.4
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://r-quantities.github.io/quantities/
Licenses: Expat
Synopsis: Quantity Calculus for R Vectors
Description:

Integration of the units and errors packages for a complete quantity calculus system for R vectors, matrices and arrays, with automatic propagation, conversion, derivation and simplification of magnitudes and uncertainties. Documentation about units and errors is provided in the papers by Pebesma, Mailund & Hiebert (2016, <doi:10.32614/RJ-2016-061>) and by Ucar, Pebesma & Azcorra (2018, <doi:10.32614/RJ-2018-075>), included in those packages as vignettes; see citation("quantities") for details.

r-smoothtail 2.0.6
Propagated dependencies: r-logcondens@2.1.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://www.kasparrufibach.ch
Licenses: GPL 2+
Synopsis: Smooth Estimation of GPD Shape Parameter
Description:

Given independent and identically distributed observations X(1), ..., X(n) from a Generalized Pareto distribution with shape parameter gamma in [-1,0], offers several estimates to compute estimates of gamma. The estimates are based on the principle of replacing the order statistics by quantiles of a distribution function based on a log--concave density function. This procedure is justified by the fact that the GPD density is log--concave for gamma in [-1,0].

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418
Total results: 34014