_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-lazyweave 3.0.3
Propagated dependencies: r-labelvector@0.1.2 r-hmisc@5.2-0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lazyWeave
Licenses: GPL 2+ GPL 3+
Synopsis: LaTeX Wrappers for R Users
Description:

This package provides the functionality to write LaTeX code from within R without having to learn LaTeX. Functionality also exists to create HTML and Markdown code. While the functionality still exists to write complete documents with lazyWeave, it is generally easier to do so with with markdown and knitr. lazyWeave's main strength now is the ability to design custom and complex tables for reporting results.

r-multinmix 0.1.0
Propagated dependencies: r-rstan@2.32.6 r-nimble@1.3.0 r-mvtnorm@1.3-2 r-extradistr@1.10.0 r-coda@0.19-4.1 r-clustergeneration@1.3.8 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/niamhmimnagh/MultiNMix
Licenses: GPL 3+
Synopsis: Multi-Species N-Mixture (MNM) Models with 'nimble'
Description:

Simulating data and fitting multi-species N-mixture models using nimble'. Includes features for handling zero-inflation and temporal correlation, Bayesian inference, model diagnostics, parameter estimation, and predictive checks. Designed for ecological studies with zero-altered or time-series data. Mimnagh, N., Parnell, A., Prado, E., & Moral, R. A. (2022) <doi:10.1007/s10651-022-00542-7>. Royle, J. A. (2004) <doi:10.1111/j.0006-341X.2004.00142.x>.

r-mvnimpute 1.0.1
Propagated dependencies: r-truncnorm@1.0-9 r-rlang@1.1.4 r-reshape2@1.4.4 r-rcppdist@0.1.1 r-rcpparmadillo@14.0.2-1 r-rcpp@1.0.13-1 r-mass@7.3-61 r-laplacesdemon@16.1.6 r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/hli226/mvnimpute
Licenses: GPL 2 GPL 3
Synopsis: Simultaneously Impute the Missing and Censored Values
Description:

Implementing a multiple imputation algorithm for multivariate data with missing and censored values under a coarsening at random assumption (Heitjan and Rubin, 1991<doi:10.1214/aos/1176348396>). The multiple imputation algorithm is based on the data augmentation algorithm proposed by Tanner and Wong (1987)<doi:10.1080/01621459.1987.10478458>. The Gibbs sampling algorithm is adopted to to update the model parameters and draw imputations of the coarse data.

r-multicoll 2.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: http://colldetreat.r-forge.r-project.org/
Licenses: GPL 2+
Synopsis: Collinearity Detection in a Multiple Linear Regression Model
Description:

The detection of worrying approximate collinearity in a multiple linear regression model is a problem addressed in all existing statistical packages. However, we have detected deficits regarding to the incorrect treatment of qualitative independent variables and the role of the intercept of the model. The objective of this package is to correct these deficits. In this package will be available detection and treatment techniques traditionally used as the recently developed.

r-openintro 2.5.0
Propagated dependencies: r-usdata@0.3.1 r-tibble@3.2.1 r-rmarkdown@2.29 r-readr@2.1.5 r-ggplot2@3.5.1 r-cherryblossom@0.1.0 r-airports@0.1.0
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: http://openintrostat.github.io/openintro/
Licenses: GPL 3
Synopsis: Datasets and Supplemental Functions from 'OpenIntro' Textbooks and Labs
Description:

Supplemental functions and data for OpenIntro resources, which includes open-source textbooks and resources for introductory statistics (<https://www.openintro.org/>). The package contains datasets used in our open-source textbooks along with custom plotting functions for reproducing book figures. Note that many functions and examples include color transparency; some plotting elements may not show up properly (or at all) when run in some versions of Windows operating system.

r-precisely 0.1.2
Propagated dependencies: r-tidyr@1.3.1 r-shinythemes@1.2.0 r-shinycssloaders@1.1.0 r-shiny@1.8.1 r-rlang@1.1.4 r-purrr@1.0.2 r-magrittr@2.0.3 r-ggplot2@3.5.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/malcolmbarrett/precisely
Licenses: Expat
Synopsis: Estimate Sample Size Based on Precision Rather than Power
Description:

Estimate sample size based on precision rather than power. precisely is a study planning tool to calculate sample size based on precision. Power calculations are focused on whether or not an estimate will be statistically significant; calculations of precision are based on the same principles as power calculation but turn the focus to the width of the confidence interval. precisely is based on the work of Rothman and Greenland (2018).

r-pkgkitten 0.2.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/eddelbuettel/pkgkitten
Licenses: GPL 2+
Synopsis: Create Simple Packages Which Do not Upset R Package Checks
Description:

This package provides a function kitten() which creates cute little packages which pass R package checks. This sets it apart from package.skeleton() which it calls, and which leaves imperfect files behind. As this is not exactly helpful for beginners, kitten() offers an alternative. Unit test support can be added via the tinytest package (if present), and documentation-creation support can be added via roxygen2 (if present).

r-steadyica 1.0.1
Propagated dependencies: r-rcpp@1.0.13-1 r-mass@7.3-61 r-combinat@0.0-8 r-clue@0.3-66
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=steadyICA
Licenses: GPL 2+
Synopsis: ICA and Tests of Independence via Multivariate Distance Covariance
Description:

This package provides functions related to multivariate measures of independence and ICA: -estimate independent components by minimizing distance covariance; -conduct a test of mutual independence based on distance covariance; -estimate independent components via infomax (a popular method but generally performs poorer than mdcovica, ProDenICA, and/or fastICA, but is useful for comparisons); -order indepedent components by skewness; -match independent components from multiple estimates; -other functions useful in ICA.

r-systemfit 1.1-30
Propagated dependencies: r-sandwich@3.1-1 r-matrix@1.7-1 r-mass@7.3-61 r-lmtest@0.9-40 r-car@3.1-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://r-forge.r-project.org/projects/systemfit/
Licenses: GPL 2+
Synopsis: Estimating Systems of Simultaneous Equations
Description:

Econometric estimation of simultaneous systems of linear and nonlinear equations using Ordinary Least Squares (OLS), Weighted Least Squares (WLS), Seemingly Unrelated Regressions (SUR), Two-Stage Least Squares (2SLS), Weighted Two-Stage Least Squares (W2SLS), and Three-Stage Least Squares (3SLS) as suggested, e.g., by Zellner (1962) <doi:10.2307/2281644>, Zellner and Theil (1962) <doi:10.2307/1911287>, and Schmidt (1990) <doi:10.1016/0304-4076(90)90127-F>.

r-snahelper 1.4.2
Propagated dependencies: r-shiny@1.8.1 r-rstudioapi@0.17.1 r-miniui@0.1.1.1 r-igraph@2.1.1 r-graphlayouts@1.2.0 r-ggraph@2.2.1 r-ggplot2@3.5.1 r-formatr@1.14 r-dt@0.33 r-colourpicker@1.3.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/schochastics/snahelper
Licenses: Expat
Synopsis: 'RStudio' Addin for Network Analysis and Visualization
Description:

RStudio addin which provides a GUI to visualize and analyse networks. After finishing a session, the code to produce the plot is inserted in the current script. Alternatively, the function SNAhelperGadget() can be used directly from the console. Additional addins include the Netreader() for reading network files, Netbuilder() to create small networks via point and click, and the Componentlayouter() to layout networks with many components manually.

r-uncdecomp 1.0.1
Propagated dependencies: r-ggplot2@3.5.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://www.sciencedirect.com/science/article/pii/S2589915519300082
Licenses: GPL 2
Synopsis: Uncertainty Decomposition
Description:

If a procedure consists of several stages and there are several models that can be selected for each stage, uncertainty of the procedure can be decomposed by stages or models. This package includes the ANOVA-based method, the cumulative uncertainty-based method, and the balanced decomposition method. Yongdai Kim et al. (2019) <doi:10.1016/j.hydroa.2019.100024> is a related paper which is accessible via the URL below.

r-vvauditor 0.7.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=vvauditor
Licenses: Expat
Synopsis: Creates Assertion Tests
Description:

Offers a comprehensive set of assertion tests to help users validate the integrity of their data. These tests can be used to check for specific conditions or properties within a dataset and help ensure that data is accurate and reliable. The package is designed to make it easy to add quality control checks to data analysis workflows and to aid in identifying and correcting any errors or inconsistencies in data.

r-wikidatar 2.3.3
Propagated dependencies: r-wikipedir@1.7.1 r-wikidataqueryservicer@1.0.0 r-tibble@3.2.1 r-stringr@1.5.1 r-readr@2.1.5 r-progress@1.2.3 r-pbapply@1.7-2 r-jsonlite@1.8.9 r-httr@1.4.7 r-hmisc@5.2-0 r-dplyr@1.1.4 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://github.com/TS404/WikidataR
Licenses: Expat
Synopsis: Read-Write API Client Library for Wikidata
Description:

Read from, interogate, and write to Wikidata <https://www.wikidata.org> - the multilingual, interdisciplinary, semantic knowledgebase. Includes functions to: read from wikidata (single items, properties, or properties); query wikidata (retrieving all items that match a set of criterial via Wikidata SPARQL query service); write to Wikidata (adding new items or statements via QuickStatements); and handle and manipulate Wikidata objects (as lists and tibbles). Uses the Wikidata and Quickstatements APIs.

r-hoodscanr 1.4.0
Propagated dependencies: r-summarizedexperiment@1.36.0 r-spatialexperiment@1.16.0 r-scico@1.5.0 r-rmarkdown@2.29 r-rlang@1.1.4 r-rcpp@1.0.13-1 r-rann@2.6.2 r-knitr@1.49 r-ggplot2@3.5.1 r-complexheatmap@2.22.0 r-circlize@0.4.16
Channel: guix-bioc
Location: guix-bioc/packages/h.scm (guix-bioc packages h)
Home page: https://github.com/DavisLaboratory/hoodscanR
Licenses: FSDG-compatible
Synopsis: Spatial cellular neighbourhood scanning in R
Description:

hoodscanR is an user-friendly R package providing functions to assist cellular neighborhood analysis of any spatial transcriptomics data with single-cell resolution. All functions in the package are built based on the SpatialExperiment object, allowing integration into various spatial transcriptomics-related packages from Bioconductor. The package can result in cell-level neighborhood annotation output, along with funtions to perform neighborhood colocalization analysis and neighborhood-based cell clustering.

r-oncoscanr 1.8.0
Propagated dependencies: r-s4vectors@0.44.0 r-readr@2.1.5 r-magrittr@2.0.3 r-iranges@2.40.0 r-genomicranges@1.58.0
Channel: guix-bioc
Location: guix-bioc/packages/o.scm (guix-bioc packages o)
Home page: https://github.com/yannchristinat/oncoscanR
Licenses: Expat
Synopsis: Secondary analyses of CNV data (HRD and more)
Description:

The software uses the copy number segments from a text file and identifies all chromosome arms that are globally altered and computes various genome-wide scores. The following HRD scores (characteristic of BRCA-mutated cancers) are included: LST, HR-LOH, nLST and gLOH. the package is tailored for the ThermoFisher Oncoscan assay analyzed with their Chromosome Alteration Suite (ChAS) but can be adapted to any input.

r-relimppcr 0.3.0
Propagated dependencies: r-rmisc@1.5.1 r-reshape2@1.4.4 r-relaimpo@2.2-7 r-logger@0.4.0 r-ggplot2@3.5.1 r-caret@6.0-94
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/mhernan88/RelimpPCR
Licenses: Expat
Synopsis: Relative Importance PCA Regression
Description:

This package performs Principal Components Analysis (also known as PCA) dimensionality reduction in the context of a linear regression. In most cases, PCA dimensionality reduction is performed independent of the response variable for a regression. This captures the majority of the variance of the model's predictors, but may not actually be the optimal dimensionality reduction solution for a regression against the response variable. An alternative method, optimized for a regression against the response variable, is to use both PCA and a relative importance measure. This package applies PCA to a given data frame of predictors, and then calculates the relative importance of each PCA factor against the response variable. It outputs ordered factors that are optimized for model fit. By performing dimensionality reduction with this method, an individual can achieve a the same r-squared value as performing just PCA, but with fewer PCA factors. References: Yuri Balasanov (2017) <https://ilykei.com>.

r-andurinha 0.0.2
Propagated dependencies: r-tidyr@1.3.1 r-signal@1.8-1 r-rlang@1.1.4 r-plyr@1.8.9 r-ggplot2@3.5.1 r-cowplot@1.1.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/noemiallefs/andurinha
Licenses: GPL 2 FSDG-compatible
Synopsis: Make Spectroscopic Data Processing Easier
Description:

The goal of andurinha is provide a fast and friendly way to process spectroscopic data. It is intended for processing several spectra of samples with similar composition (tens to hundreds of spectra). It compiles spectroscopy data files, produces standardized and second derivative spectra, finds peaks and allows to select the most significant ones based on the second derivative/absorbance sum spectrum. It also provides functions for graphic evaluation of the outputs.

r-aifftools 1.0
Propagated dependencies: r-tuner@1.4.7 r-r-utils@2.12.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AIFFtools
Licenses: LGPL 3
Synopsis: Read AIFF Files and Convert to WAVE Format
Description:

This package provides functions are provided to read and convert AIFF audio files to WAVE (WAV) format. This supports, for example, use of the tuneR package, which does not currently handle AIFF files. The AIFF file format is defined in <https://web.archive.org/web/20080125221040/http://www.borg.com/~jglatt/tech/aiff.htm> and <https://www.mmsp.ece.mcgill.ca/Documents/AudioFormats/AIFF/Docs/AIFF-1.3.pdf> .

r-avinertia 0.0.2
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.5.1 r-reshape2@1.4.4 r-readxl@1.4.3 r-pracma@2.4.4 r-ggthemes@5.1.0 r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/charvey23/AvInertia
Licenses: GPL 3
Synopsis: Calculate the Inertial Properties of a Flying Bird
Description:

This package provides tools to compute the center of gravity and moment of inertia tensor of any flying bird. The tools function by modeling a bird as a composite structure of simple geometric objects. This requires detailed morphological measurements of bird specimens although those obtained for the associated paper have been included in the package for use. Refer to the vignettes and supplementary material for detailed information on the package function.

r-agriwater 1.0.2
Propagated dependencies: r-terra@1.7-83
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=agriwater
Licenses: Expat
Synopsis: Evapotranspiration and Energy Fluxes Spatial Analysis
Description:

Spatial modeling of energy balance and actual evapotranspiration using satellite images and meteorological data. Options of satellite are: Landsat-8 (with and without thermal bands), Sentinel-2 and MODIS. Respectively spatial resolutions are 30, 100, 10 and 250 meters. User can use data from a single meteorological station or a grid of meteorological stations (using any spatial interpolation method). Silva, Teixeira, and Manzione (2019) <doi:10.1016/j.envsoft.2019.104497>.

r-biocircos 0.3.4
Propagated dependencies: r-rcolorbrewer@1.1-3 r-plyr@1.8.9 r-jsonlite@1.8.9 r-htmlwidgets@1.6.4
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/lvulliard/BioCircos.R
Licenses: GPL 2 FSDG-compatible
Synopsis: Interactive Circular Visualization of Genomic Data using 'htmlwidgets' and 'BioCircos.js'
Description:

Implement in R interactive Circos-like visualizations of genomic data, to map information such as genetic variants, genomic fusions and aberrations to a circular genome, as proposed by the JavaScript library BioCircos.js', based on the JQuery and D3 technologies. The output is by default displayed in stand-alone HTML documents or in the RStudio viewer pane. Moreover it can be integrated in R Markdown documents and Shiny applications.

r-cpsurvsim 1.2.2
Propagated dependencies: r-plyr@1.8.9 r-knitr@1.49 r-hmisc@5.2-0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/camillejo/cpsurvsim
Licenses: GPL 3+
Synopsis: Simulating Survival Data from Change-Point Hazard Distributions
Description:

Simulates time-to-event data with type I right censoring using two methods: the inverse CDF method and our proposed memoryless method. The latter method takes advantage of the memoryless property of survival and simulates a separate distribution between change-points. We include two parametric distributions: exponential and Weibull. Inverse CDF method draws on the work of Rainer Walke (2010), <https://www.demogr.mpg.de/papers/technicalreports/tr-2010-003.pdf>.

r-lavaangui 0.2.4
Propagated dependencies: r-shiny@1.8.1 r-readxl@1.4.3 r-readr@2.1.5 r-promises@1.3.0 r-plyr@1.8.9 r-lavaan@0.6-19 r-jsonlite@1.8.9 r-igraph@2.1.1 r-haven@2.5.4 r-future@1.34.0 r-dt@0.33 r-digest@0.6.37 r-colorspace@2.1-1 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://lavaangui.org/
Licenses: GPL 3+
Synopsis: Graphical User Interface with Integrated 'Diagrammer' for 'Lavaan'
Description:

This package provides a graphical user interface with an integrated diagrammer for latent variables from the lavaan package. It offers two core functions: first, lavaangui() launches a web application that allows users to specify models by drawing path diagrams, fitting them, assessing model fit, and more; second, plot_lavaan() creates interactive path diagrams from models specified in lavaan'. Karch (2024) <doi: 10.31234/osf.io/f4ary> contains a tutorial.

r-microbats 0.1-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/stathwang/microbats
Licenses: GPL 2+
Synopsis: An Implementation of Bat Algorithm in R
Description:

This package provides a nature-inspired metaheuristic algorithm based on the echolocation behavior of microbats that uses frequency tuning to optimize problems in both continuous and discrete dimensions. This R package makes it easy to implement the standard bat algorithm on any user-supplied function. The algorithm was first developed by Xin-She Yang in 2010 (<DOI:10.1007/978-3-642-12538-6_6>, <DOI:10.1109/CINTI.2014.7028669>).

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511
Total results: 36249