gnu: r-colorramps: Update to 2.3.1.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
3 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
4 ;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl>
5 ;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
6 ;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <roel@gnu.org>
7 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
8 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
9 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
10 ;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
11 ;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
12 ;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
13 ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
14 ;;; Copyright © 2018, 2020, 2021, 2022 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
15 ;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
16 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
17 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
18 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
19 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
20 ;;; Copyright © 2019, 2020, 2021 Wiktor Żelazny <wzelazny@vurv.cz>
21 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
22 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
23 ;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
24 ;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
25 ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
26 ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
27 ;;; Copyright © 2020 Peter Lo <peterloleungyau@gmail.com>
28 ;;; Copyright © 2020 Rafael Luque Leiva <rafael.luque@osoco.es>
29 ;;; Copyright © 2020, 2021 Lars-Dominik Braun <ldb@leibniz-psychology.org>
30 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
31 ;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
32 ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
33 ;;; Copyright © 2020 Magali Lemes <magalilemes00@gmail.com>
34 ;;; Copyright © 2020, 2021, 2022 Simon Tournier <zimon.toutoune@gmail.com>
35 ;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
36 ;;; Copyright © 2021 Marcel Schilling <marcel.schilling@uni-luebeck.de>
37 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
38 ;;; Copyright © 2022 Navid Afkhami <navid.afkhami@mdc-berlin.de>
39 ;;;
40 ;;; This file is part of GNU Guix.
41 ;;;
42 ;;; GNU Guix is free software; you can redistribute it and/or modify it
43 ;;; under the terms of the GNU General Public License as published by
44 ;;; the Free Software Foundation; either version 3 of the License, or (at
45 ;;; your option) any later version.
46 ;;;
47 ;;; GNU Guix is distributed in the hope that it will be useful, but
48 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
49 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50 ;;; GNU General Public License for more details.
51 ;;;
52 ;;; You should have received a copy of the GNU General Public License
53 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
54
55 (define-module (gnu packages cran)
56 #:use-module ((guix licenses) #:prefix license:)
57 #:use-module (guix packages)
58 #:use-module (guix download)
59 #:use-module (guix gexp)
60 #:use-module (guix git-download)
61 #:use-module (guix utils)
62 #:use-module (guix build-system gnu)
63 #:use-module (guix build-system r)
64 #:use-module (gnu packages)
65 #:use-module (gnu packages algebra)
66 #:use-module (gnu packages autotools)
67 #:use-module (gnu packages base)
68 #:use-module (gnu packages bioinformatics)
69 #:use-module (gnu packages c)
70 #:use-module (gnu packages compression)
71 #:use-module (gnu packages crypto)
72 #:use-module (gnu packages curl)
73 #:use-module (gnu packages databases)
74 #:use-module (gnu packages fontutils)
75 #:use-module (gnu packages fribidi)
76 #:use-module (gnu packages gcc)
77 #:use-module (gnu packages geo)
78 #:use-module (gnu packages ghostscript)
79 #:use-module (gnu packages gl)
80 #:use-module (gnu packages gnome)
81 #:use-module (gnu packages graph)
82 #:use-module (gnu packages gtk)
83 #:use-module (gnu packages haskell-xyz)
84 #:use-module (gnu packages icu4c)
85 #:use-module (gnu packages image)
86 #:use-module (gnu packages imagemagick)
87 #:use-module (gnu packages java)
88 #:use-module (gnu packages javascript)
89 #:use-module (gnu packages libevent)
90 #:use-module (gnu packages machine-learning)
91 #:use-module (gnu packages maths)
92 #:use-module (gnu packages mpi)
93 #:use-module (gnu packages multiprecision)
94 #:use-module (gnu packages networking)
95 #:use-module (gnu packages node)
96 #:use-module (gnu packages pcre)
97 #:use-module (gnu packages pdf)
98 #:use-module (gnu packages perl)
99 #:use-module (gnu packages pkg-config)
100 #:use-module (gnu packages pulseaudio) ;libsndfile
101 #:use-module (gnu packages protobuf)
102 #:use-module (gnu packages python)
103 #:use-module (gnu packages python-xyz)
104 #:use-module (gnu packages sqlite)
105 #:use-module (gnu packages statistics)
106 #:use-module (gnu packages tcl)
107 #:use-module (gnu packages textutils)
108 #:use-module (gnu packages tls)
109 #:use-module (gnu packages uglifyjs)
110 #:use-module (gnu packages version-control)
111 #:use-module (gnu packages video)
112 #:use-module (gnu packages web)
113 #:use-module (gnu packages xml)
114 #:use-module (gnu packages xorg))
115
116 (define-public r-afpt
117 (package
118 (name "r-afpt")
119 (version "1.1.0.1")
120 (source (origin
121 (method url-fetch)
122 (uri (cran-uri "afpt" version))
123 (sha256
124 (base32
125 "0cg5cdm9nl1hs6f3j0ljpw4bkqvh3ksyj615b9nnbqs5k28lyds9"))))
126 (properties `((upstream-name . "afpt")))
127 (build-system r-build-system)
128 (native-inputs (list r-knitr))
129 (home-page "https://github.com/MarcoKlH/afpt-r/")
130 (synopsis "Tools for modelling of animal flight performance")
131 (description
132 "This package allows estimation and modelling of flight costs in animal
133 (vertebrate) flight, implementing the aerodynamic power model. Flight
134 performance is estimated based on basic morphological measurements such as
135 body mass, wingspan and wing area. @code{Afpt} can be used to make
136 predictions on how animals should adjust their flight behaviour and wingbeat
137 kinematics to varying flight conditions.")
138 (license license:gpl3+)))
139
140 (define-public r-aod
141 (package
142 (name "r-aod")
143 (version "1.3.2")
144 (source
145 (origin
146 (method url-fetch)
147 (uri (cran-uri "aod" version))
148 (sha256
149 (base32 "0p2i536s0aa54rah1l465g77k2ldn6jm6s25y9vc06mk29xvx1cv"))))
150 (properties `((upstream-name . "aod")))
151 (build-system r-build-system)
152 (home-page "https://cran.r-project.org/package=aod")
153 (synopsis "Analysis of overdispersed data")
154 (description
155 "This package provides a set of functions to analyze overdispersed counts
156 or proportions. Most of the methods are already available elsewhere but are
157 scattered in different packages. The proposed functions should be considered
158 as complements to more sophisticated methods such as @dfn{generalized
159 estimating equations} (GEE) or @dfn{generalized linear mixed effect
160 models} (GLMM).")
161 (license license:gpl2+)))
162
163 (define-public r-brio
164 (package
165 (name "r-brio")
166 (version "1.1.3")
167 (source
168 (origin
169 (method url-fetch)
170 (uri (cran-uri "brio" version))
171 (sha256
172 (base32
173 "1inwzvlf6zj6gi47gd0byzqv02qajb3l475z8pjvx2b1hm0r1a7a"))))
174 (properties `((upstream-name . "brio")))
175 (build-system r-build-system)
176 (home-page "https://github.com/r-lib/brio")
177 (synopsis "Basic R input output")
178 (description
179 "This package provides functions to handle basic input output. These
180 functions always read and write UTF-8 (8-bit Unicode Transformation Format)
181 files and provide more explicit control over line endings.")
182 (license license:expat)))
183
184 (define-public r-cachem
185 (package
186 (name "r-cachem")
187 (version "1.0.6")
188 (source
189 (origin
190 (method url-fetch)
191 (uri (cran-uri "cachem" version))
192 (sha256
193 (base32
194 "0r0q5w8lsxak46crnkbi739qzys90hlw7cqqqhv99xzkpkvm554s"))))
195 (properties `((upstream-name . "cachem")))
196 (build-system r-build-system)
197 (propagated-inputs
198 (list r-fastmap r-rlang))
199 (home-page "https://cachem.r-lib.org/")
200 (synopsis "Cache R objects with automatic pruning")
201 (description
202 "This package provides key-value stores with automatic pruning. Caches
203 can limit either their total size or the age of the oldest object (or both),
204 automatically pruning objects to maintain the constraints.")
205 (license license:expat)))
206
207 (define-public r-collections
208 (package
209 (name "r-collections")
210 (version "0.3.5")
211 (source
212 (origin
213 (method url-fetch)
214 (uri (cran-uri "collections" version))
215 (sha256
216 (base32 "053ig88pva78wxxwya3v7cz853k563dkpgxrf2xvd0l0d9fanxmz"))))
217 (properties `((upstream-name . "collections")))
218 (build-system r-build-system)
219 (home-page "https://github.com/randy3k/collections")
220 (synopsis "High performance container data types")
221 (description
222 "This package provides high performance container data types such as
223 queues, stacks, deques, dicts and ordered dicts.")
224 (license license:expat)))
225
226 (define-public r-curry
227 (package
228 (name "r-curry")
229 (version "0.1.1")
230 (source
231 (origin
232 (method url-fetch)
233 (uri (cran-uri "curry" version))
234 (sha256
235 (base32
236 "1ps9hvbnb02m0b8hlw4admwbziyjvswj08ldi2dk3ymnrpawcc29"))))
237 (properties `((upstream-name . "curry")))
238 (build-system r-build-system)
239 (home-page "https://github.com/thomasp85/curry")
240 (synopsis "Partial function application")
241 (description
242 "Partial application is the process of reducing the arity of a function
243 by fixing one or more arguments, thus creating a new function lacking the
244 fixed arguments. The @code{curry} package provides three different ways of
245 performing partial function application by fixing arguments from either end of
246 the argument list (currying and tail currying) or by fixing multiple named
247 arguments (partial application). This package provides this functionality
248 through the @code{%<%}, @code{%-<%}, and @code{%><%} operators which allows
249 for a programming style comparable to modern functional languages. Compared
250 to other implementations such a @code{purrr::partial()} the operators in
251 @code{curry} composes functions with named arguments, aiding in autocomplete
252 etc.")
253 (license license:gpl2+)))
254
255 (define-public r-datawizard
256 (package
257 (name "r-datawizard")
258 (version "0.4.1")
259 (source
260 (origin
261 (method url-fetch)
262 (uri (cran-uri "datawizard" version))
263 (sha256
264 (base32
265 "09lyh1awm2rplfzgwbdw4iy76mbaqwjd4hwlrsgvxj9pwdnjs4cx"))))
266 (properties `((upstream-name . "datawizard")))
267 (build-system r-build-system)
268 (propagated-inputs
269 (list r-insight))
270 (native-inputs
271 (list r-knitr))
272 (home-page "https://easystats.github.io/datawizard/")
273 (synopsis "Easy data wrangling")
274 (description
275 "This package provides a lightweight package to easily manipulate,
276 clean, transform, and prepare your data for analysis. It also forms the data
277 wrangling backend for the packages in the @code{easystats} ecosystem.")
278 (license license:gpl3)))
279
280 (define-public r-dbscan
281 (package
282 (name "r-dbscan")
283 (version "1.1-10")
284 (source
285 (origin
286 (method url-fetch)
287 (uri (cran-uri "dbscan" version))
288 (sha256
289 (base32 "1h8x1v9kk5zmw5qd575cyr16yz8l226lsaq71n079l4i8crcrzg1"))))
290 (properties `((upstream-name . "dbscan")))
291 (build-system r-build-system)
292 (propagated-inputs (list r-rcpp))
293 (native-inputs (list r-knitr))
294 (home-page "https://github.com/mhahsler/dbscan")
295 (synopsis "Density-based spatial clustering of applications with noise")
296 (description
297 "This package provides a fast reimplementation of several density-based
298 algorithms of the DBSCAN family. It includes the clustering algorithms DBSCAN
299 (density-based spatial clustering of applications with noise) and
300 @dfn{hierarchical DBSCAN} (HDBSCAN), the ordering algorithm @dfn{ordering
301 points to identify the clustering structure} (OPTICS), shared nearest neighbor
302 clustering, and the outlier detection algorithms @dfn{local outlier
303 factor} (LOF) and @dfn{global-local outlier score from hierarchies} (GLOSH).
304 The implementations use the kd-tree data structure for faster k-nearest
305 neighbor search. An R interface to fast kNN and fixed-radius NN search is
306 also provided.")
307 (license license:gpl2+)))
308
309 (define-public r-diffobj
310 (package
311 (name "r-diffobj")
312 (version "0.3.5")
313 (source
314 (origin
315 (method url-fetch)
316 (uri (cran-uri "diffobj" version))
317 (sha256
318 (base32
319 "0q6gwd9pqh41f6j5p9jl92aji4p8kx9inffpha93d7jc3ndsfq6q"))))
320 (properties `((upstream-name . "diffobj")))
321 (build-system r-build-system)
322 (propagated-inputs (list r-crayon))
323 (native-inputs (list r-knitr))
324 (home-page "https://github.com/brodieG/diffobj")
325 (synopsis "Diffs for R objects")
326 (description
327 "Generate a colorized diff of two R objects for an intuitive
328 visualization of their differences.")
329 (license license:gpl2+)))
330
331 (define-public r-dirichletreg
332 (package
333 (name "r-dirichletreg")
334 (version "0.7-1")
335 (source
336 (origin
337 (method url-fetch)
338 (uri (cran-uri "DirichletReg" version))
339 (sha256
340 (base32 "1ql5mwb7zb06y9j6inrlngq7c15as4j17wd8kc71fxs0a2jdj7xi"))))
341 (properties `((upstream-name . "DirichletReg")))
342 (build-system r-build-system)
343 (propagated-inputs (list r-formula r-maxlik))
344 (native-inputs (list r-knitr))
345 (home-page "https://cran.r-project.org/package=DirichletReg")
346 (synopsis "Dirichlet regression")
347 (description "This package implements Dirichlet regression models.")
348 (license license:gpl2+)))
349
350 (define-public r-emdist
351 (package
352 (name "r-emdist")
353 (version "0.3-2")
354 (source
355 (origin
356 (method url-fetch)
357 (uri (cran-uri "emdist" version))
358 (sha256
359 (base32
360 "05mv6xhm15b0mq9kzyiblkb14bdqmjrwl64ghdk66il0w8i7p6nh"))))
361 (properties `((upstream-name . "emdist")))
362 (build-system r-build-system)
363 (home-page "http://www.rforge.net/emd")
364 (synopsis "Earth mover's distance")
365 (description
366 "This package provides tools to calculate the Earth Mover's
367 Distance (EMD).")
368 (license license:expat)))
369
370 (define-public r-googledrive
371 (package
372 (name "r-googledrive")
373 (version "2.0.0")
374 (source
375 (origin
376 (method url-fetch)
377 (uri (cran-uri "googledrive" version))
378 (sha256
379 (base32
380 "09jsiknzyfgxd0nzdr3wrrjw24allch2x74h96qg8vh8dad4cp30"))))
381 (properties `((upstream-name . "googledrive")))
382 (build-system r-build-system)
383 (propagated-inputs
384 (list r-cli
385 r-gargle
386 r-glue
387 r-httr
388 r-jsonlite
389 r-lifecycle
390 r-magrittr
391 r-pillar
392 r-purrr
393 r-rlang
394 r-tibble
395 r-uuid
396 r-vctrs
397 r-withr))
398 (native-inputs
399 (list r-knitr))
400 (home-page "https://googledrive.tidyverse.org")
401 (synopsis "Interface to Google Drive")
402 (description "This package lets you manage Google Drive files from R.")
403 (license license:expat)))
404
405 (define-public r-guix-install
406 (package
407 (name "r-guix-install")
408 (version "1.0.0")
409 (source
410 (origin
411 (method url-fetch)
412 (uri (cran-uri "guix.install" version))
413 (sha256
414 (base32 "0s3wb5781yc43c9zwrn7i87zcbrlx7xr0ms0v9hvgs7qsv02id9j"))))
415 (properties `((upstream-name . "guix.install")))
416 (build-system r-build-system)
417 (propagated-inputs (list r-runit))
418 (home-page "https://github.com/BIMSBbioinfo/guix.install")
419 (synopsis "Install R packages with GNU Guix")
420 (description
421 "This R package provides a single procedure @code{guix.install()}, which
422 allows users to install R packages via Guix right from within their running R
423 session. If the requested R package does not exist in Guix at this time, the
424 package and all its missing dependencies will be imported recursively and the
425 generated package definitions will be written to @file{~/.Rguix/packages.scm}.
426 This record of imported packages can be used later to reproduce the
427 environment, and to add the packages in question to a proper Guix channel (or
428 Guix itself). @code{guix.install()} not only supports installing packages
429 from CRAN, but also from Bioconductor or even arbitrary git or mercurial
430 repositories, replacing the need for installation via @code{devtools}.")
431 (license license:gpl3+)))
432
433 (define-public r-ids
434 (package
435 (name "r-ids")
436 (version "1.0.1")
437 (source
438 (origin
439 (method url-fetch)
440 (uri (cran-uri "ids" version))
441 (sha256
442 (base32
443 "1s6ga94gds5ydr9f8qbjfgfpg2dvbnkcrlybqlb33hk3c0c2l8dn"))))
444 (properties `((upstream-name . "ids")))
445 (build-system r-build-system)
446 (propagated-inputs
447 (list r-openssl r-uuid))
448 (native-inputs (list r-knitr))
449 (home-page "https://github.com/richfitz/ids")
450 (synopsis "Generate random identifiers")
451 (description
452 "This package lets you generate random or human readable and
453 pronounceable identifiers.")
454 (license license:expat)))
455
456 (define-public r-googlesheets4
457 (package
458 (name "r-googlesheets4")
459 (version "1.0.0")
460 (source
461 (origin
462 (method url-fetch)
463 (uri (cran-uri "googlesheets4" version))
464 (sha256
465 (base32
466 "0yncqwv9l5knyrv88ys5gwcv44hl1j0mbklpins6v7f9m9v7s40a"))))
467 (properties `((upstream-name . "googlesheets4")))
468 (build-system r-build-system)
469 (propagated-inputs
470 (list r-cellranger
471 r-cli
472 r-curl
473 r-gargle
474 r-glue
475 r-googledrive
476 r-httr
477 r-ids
478 r-magrittr
479 r-purrr
480 r-rematch2
481 r-rlang
482 r-tibble
483 r-vctrs))
484 (home-page "https://github.com/tidyverse/googlesheets4")
485 (synopsis "Access Google Sheets using the Sheets API V4")
486 (description
487 "This package lets you interact with Google Sheets through the
488 @url{https://developers.google.com/sheets/api,Sheets API v4}. This package
489 can read and write both the metadata and the cell data in a Sheet.")
490 (license license:expat)))
491
492 (define-public r-waldo
493 (package
494 (name "r-waldo")
495 (version "0.4.0")
496 (source
497 (origin
498 (method url-fetch)
499 (uri (cran-uri "waldo" version))
500 (sha256
501 (base32
502 "1aky28rn70l24s0sygl36267cf7hjzhchagsz26abfxwr7p8kvjp"))))
503 (properties `((upstream-name . "waldo")))
504 (build-system r-build-system)
505 (propagated-inputs
506 (list r-cli
507 r-diffobj
508 r-fansi
509 r-glue
510 r-rematch2
511 r-rlang
512 r-tibble))
513 (home-page "https://github.com/r-lib/waldo")
514 (synopsis "Find differences between R objects")
515 (description
516 "Compare complex R objects and reveal the key differences. This package
517 was designed particularly for use in testing packages where being able to
518 quickly isolate key differences makes understanding test failures much
519 easier.")
520 (license license:expat)))
521
522 (define-public r-rticles
523 (package
524 (name "r-rticles")
525 (version "0.23")
526 (source
527 (origin
528 (method url-fetch)
529 (uri (cran-uri "rticles" version))
530 (sha256
531 (base32
532 "1ipblw3rmkma22jl2hf1pyfm6l8k31zcmm3swmwii6k0x7khiav1"))))
533 (properties `((upstream-name . "rticles")))
534 (build-system r-build-system)
535 (propagated-inputs
536 (list r-knitr r-rmarkdown r-tinytex r-xfun r-yaml))
537 (home-page "https://github.com/rstudio/rticles")
538 (synopsis "Article formats for R Markdown")
539 (description
540 "This package provides a suite of custom R Markdown formats and templates
541 for authoring journal articles and conference submissions.")
542 (license license:gpl3)))
543
544 (define-public r-babelwhale
545 (package
546 (name "r-babelwhale")
547 (version "1.0.3")
548 (source
549 (origin
550 (method url-fetch)
551 (uri (cran-uri "babelwhale" version))
552 (sha256
553 (base32 "0ph825dwvr48fhamy1l5564linz7cj7b9sj511as77f1yqycv4a2"))))
554 (properties `((upstream-name . "babelwhale")))
555 (build-system r-build-system)
556 (propagated-inputs
557 (list r-crayon r-dplyr r-dynutils r-processx r-purrr))
558 (home-page "https://github.com/dynverse/babelwhale")
559 (synopsis "Talking to Docker and Singularity containers")
560 (description
561 "This package provides a unified interface to interact with Docker and
562 Singularity containers. You can execute a command inside a container, mount a
563 volume or copy a file.")
564 (license license:expat)))
565
566 (define-public r-benchmarkmedata
567 (package
568 (name "r-benchmarkmedata")
569 (version "1.0.4")
570 (source (origin
571 (method url-fetch)
572 (uri (cran-uri "benchmarkmeData" version))
573 (sha256
574 (base32
575 "1n4vjkagqlm6kw2hilf4gjfcdjad0bcg652j9nl2ygbq3kdnh1vf"))))
576 (build-system r-build-system)
577 (propagated-inputs
578 (list r-dplyr r-tibble))
579 (home-page "https://github.com/csgillespie/benchmarkme-data")
580 (synopsis "Data set for the @code{benchmarkme} package")
581 (description "This package contains the data set for the crowd-sourced
582 benchmarks from running the @code{benchmarkme} package.")
583 (license license:gpl2+)))
584
585 (define-public r-benchmarkme
586 (package
587 (name "r-benchmarkme")
588 (version "1.0.7")
589 (source (origin
590 (method url-fetch)
591 (uri (cran-uri "benchmarkme" version))
592 (sha256
593 (base32
594 "0ymgsxzrvnpyvs0cff09d3lrkl12qyqx5bwammsc4vgl5ng9p69p"))))
595 (build-system r-build-system)
596 (native-inputs
597 (list r-knitr))
598 (propagated-inputs
599 (list r-benchmarkmedata
600 r-doparallel
601 r-dplyr
602 r-foreach
603 r-httr
604 r-matrix
605 r-tibble))
606 (home-page "https://csgillespie.github.io/benchmarkme/")
607 (synopsis "Crowd-sourced system benchmarks")
608 (description "This package provides functionality to benchmark your CPU
609 and compare against other CPUs. Also provides functions for obtaining system
610 specifications, such as RAM, CPU type, and R version.")
611 (license license:gpl2+)))
612
613 (define-public r-bezier
614 (package
615 (name "r-bezier")
616 (version "1.1.2")
617 (source (origin
618 (method url-fetch)
619 (uri (cran-uri "bezier" version))
620 (sha256
621 (base32
622 "1vw5128v8h973xwa1fdm9cw2jvrldj87nd55lddlp3qsz3ag4br6"))))
623 (build-system r-build-system)
624 (home-page "https://cran.r-project.org/web/packages/bezier/")
625 (synopsis "Bezier curve and spline toolkit")
626 (description
627 "This package is a toolkit for working with Bezier curves and splines.
628 The package provides functions for point generation, arc length estimation,
629 degree elevation and curve fitting.")
630 (license license:gpl2+)))
631
632 (define-public r-bwstest
633 (package
634 (name "r-bwstest")
635 (version "0.2.2")
636 (source
637 (origin
638 (method url-fetch)
639 (uri (cran-uri "BWStest" version))
640 (sha256
641 (base32 "02amzlfprmw5pyis0dg0kg0x8xqh50a4vfdcxxmklrzik3b1vzzs"))))
642 (properties `((upstream-name . "BWStest")))
643 (build-system r-build-system)
644 (propagated-inputs (list r-memoise r-rcpp))
645 (home-page "https://github.com/shabbychef/BWStest")
646 (synopsis "Baumgartner Weiss Schindler Test of equal distributions")
647 (description
648 "This package performs the Baumgartner-Weiss-Schindler two-sample test of
649 equal probability distributions (doi:10.2307/2533862). It also performs
650 similar rank-based tests for equal probability distributions due to Neuhauser
651 (doi:10.1080/10485250108832874) and Murakami
652 (doi:10.1080/00949655.2010.551516).")
653 (license license:lgpl3)))
654
655 (define-public r-v8
656 (package
657 (name "r-v8")
658 (version "4.2.0")
659 (source
660 (origin
661 (method url-fetch)
662 (uri (cran-uri "V8" version))
663 (sha256
664 (base32
665 "0hs7ajjw6y3q7mp7z00a9712y4cn6wgcnk5dbjbzlc6cfk4zsqkc"))))
666 (properties `((upstream-name . "V8")))
667 (build-system r-build-system)
668 (arguments
669 `(#:phases
670 (modify-phases %standard-phases
671 (add-after 'unpack 'find-v8
672 (lambda* (#:key inputs #:allow-other-keys)
673 (substitute* "configure"
674 (("^PKG_LIBS=.*")
675 (string-append "PKG_LIBS="
676 (assoc-ref inputs "libnode")
677 "/lib/libnode.so.64\n")))
678 (setenv "INCLUDE_DIR"
679 (string-append
680 (assoc-ref inputs "libnode")
681 "/include/node"))
682 (setenv "LIB_DIR"
683 (string-append
684 (assoc-ref inputs "libnode") "/lib")))))))
685 (inputs
686 (list libnode zlib))
687 (propagated-inputs
688 (list r-curl r-jsonlite r-rcpp))
689 (native-inputs
690 (list r-knitr))
691 (home-page "https://jeroen.cran.dev/V8")
692 (synopsis "Embedded JavaScript and WebAssembly engine for R")
693 (description
694 "This package provides an R interface to V8: Google's JavaScript and
695 WebAssembly engine.")
696 (license license:expat)))
697
698 (define-public r-dot
699 (package
700 (name "r-dot")
701 (version "0.1")
702 (source
703 (origin
704 (method url-fetch)
705 (uri (cran-uri "DOT" version))
706 (sha256
707 (base32
708 "0qh5n57cp9c2n5yn59q4wggz82943pwfanp3kx869aba2x3sj30i"))))
709 (properties `((upstream-name . "DOT")))
710 (build-system r-build-system)
711 (propagated-inputs
712 (list r-v8))
713 (home-page "http://haghish.com/dot")
714 (synopsis "Render and Export DOT Graphs in R")
715 (description
716 "This package provides tools to render DOT diagram markup language in R
717 and also provides the possibility to export the graphs in PostScript and
718 SVG (Scalable Vector Graphics) formats. In addition, it supports literate
719 programming packages such as @code{knitr} and @code{rmarkdown}.")
720 (license license:expat)))
721
722 (define-public r-carrier
723 (package
724 (name "r-carrier")
725 (version "0.1.0")
726 (source
727 (origin
728 (method url-fetch)
729 (uri (cran-uri "carrier" version))
730 (sha256
731 (base32 "0bqnwnnjqjk9q0lxq6kkz9s75ss10lfyyywyyi24m8wppxpw1vqc"))))
732 (properties `((upstream-name . "carrier")))
733 (build-system r-build-system)
734 (propagated-inputs
735 (list r-pryr r-rlang))
736 (home-page "https://github.com/r-lib/carrier")
737 (synopsis "Isolate functions for remote execution")
738 (description
739 "Sending functions to remote processes can be wasteful of resources
740 because they carry their environments with them. With this package, it is
741 easy to create functions that are isolated from their environment. These
742 isolated functions, also called crates, print to the console with their total
743 size and can be easily tested locally before being sent to a remote.")
744 (license license:gpl3)))
745
746 (define-public r-clipr
747 (package
748 (name "r-clipr")
749 (version "0.8.0")
750 (source
751 (origin
752 (method url-fetch)
753 (uri (cran-uri "clipr" version))
754 (sha256
755 (base32
756 "1s9vvv3cxnz8w11gsi8z9ddv9jzib5qf5qqxnwqrrv7vj8cr7hij"))))
757 (build-system r-build-system)
758 (native-inputs
759 (list r-knitr))
760 (home-page "https://github.com/mdlincoln/clipr")
761 (synopsis "Read and write from the system clipboard")
762 (description
763 "This package provides simple utility functions to read from and write to
764 the system clipboards.")
765 (license license:gpl3)))
766
767 (define-public r-dlm
768 (package
769 (name "r-dlm")
770 (version "1.1-5")
771 (source
772 (origin
773 (method url-fetch)
774 (uri (cran-uri "dlm" version))
775 (sha256
776 (base32 "1aksm66sfa7ipl5xgs4j5giac7q2m744wjl40mva56xn6i674h4r"))))
777 (properties `((upstream-name . "dlm")))
778 (build-system r-build-system)
779 (home-page "https://cran.r-project.org/package=dlm")
780 (synopsis "Bayesian and Likelihood Analysis of Dynamic Linear Models")
781 (description
782 "This package provides routines for Maximum likelihood, Kalman filtering
783 and smoothing, and Bayesian analysis of Normal linear State Space models, also
784 known as Dynamic Linear Models.")
785 (license license:gpl2+)))
786
787 (define-public r-zoo
788 (package
789 (name "r-zoo")
790 (version "1.8-10")
791 (source (origin
792 (method url-fetch)
793 (uri (cran-uri "zoo" version))
794 (sha256
795 (base32
796 "0izd66dywq6qd62hdp64apncainrrb9mgmm19wf6a8jc03c858n9"))))
797 (build-system r-build-system)
798 (propagated-inputs
799 (list r-lattice))
800 (home-page "http://zoo.R-Forge.R-project.org/")
801 (synopsis "S3 infrastructure for regular and irregular time series")
802 (description "This package contains an S3 class with methods for totally
803 ordered indexed observations. It is particularly aimed at irregular time
804 series of numeric vectors/matrices and factors.")
805 (license license:gpl2+)))
806
807 (define-public r-fontawesome
808 (package
809 (name "r-fontawesome")
810 (version "0.2.2")
811 (source
812 (origin
813 (method url-fetch)
814 (uri (cran-uri "fontawesome" version))
815 (sha256
816 (base32 "0r6zb5175cr4ybqj6bl0mbhadwv9xjxaf32yjc0y76rw3d6vcbap"))))
817 (properties `((upstream-name . "fontawesome")))
818 (build-system r-build-system)
819 (propagated-inputs
820 (list r-htmltools r-rlang))
821 (home-page "https://github.com/rstudio/fontawesome")
822 (synopsis "Easily work with Font Awesome icons")
823 (description
824 "Easily and flexibly insert Font Awesome icons into R Markdown documents
825 and Shiny apps. These icons can be inserted into HTML content through inline
826 SVG tags or @code{i} tags. There is also a utility function for exporting
827 Font Awesome icons as PNG images for those situations where raster graphics
828 are needed.")
829 (license license:expat)))
830
831 (define-public r-fingerprint
832 (package
833 (name "r-fingerprint")
834 (version "3.5.7")
835 (source
836 (origin
837 (method url-fetch)
838 (uri (cran-uri "fingerprint" version))
839 (sha256
840 (base32 "04jcwkydjrs31pia6kq8z2n9s54im950q08hs2ay15xjxxkmb8ic"))))
841 (properties `((upstream-name . "fingerprint")))
842 (build-system r-build-system)
843 (home-page "https://cran.r-project.org/package=fingerprint")
844 (synopsis "Functions to Operate on Binary Fingerprint Data")
845 (description
846 "This package provides functions to manipulate binary fingerprints of
847 arbitrary length. A fingerprint is represented by an object of S4 class
848 @code{fingerprint}. The bitwise logical functions in R are overridden so that
849 they can be used directly with @code{fingerprint} objects. A number of
850 distance metrics are also available. Fingerprints can be converted to
851 Euclidean vectors (i.e., points on the unit hypersphere) and can also be
852 folded. Arbitrary fingerprint formats can be handled via line handlers.
853 Currently handlers are provided for CDK, MOE and BCI fingerprint data.")
854 ;; Any version of the GPL
855 (license (list license:gpl2+ license:gpl3+))))
856
857 (define-public r-fpeek
858 (package
859 (name "r-fpeek")
860 (version "0.1.2")
861 (source
862 (origin
863 (method url-fetch)
864 (uri (cran-uri "fpeek" version))
865 (sha256
866 (base32 "0kv46g21ndxchg3q8ynq7hjjkh6i2zlc21axn5y1jjzigrw047ii"))))
867 (properties `((upstream-name . "fpeek")))
868 (build-system r-build-system)
869 (propagated-inputs (list r-rcpp))
870 (home-page "https://github.com/davidgohel/fpeek")
871 (synopsis "Check text files content at a glance")
872 (description
873 "This package provides tools to help working with text files. It can
874 return the number of lines; print the first and last lines; convert encoding.
875 Operations are made without reading the entire file before starting, resulting
876 in good performances with large files.")
877 (license license:expat)))
878
879 (define-public r-ggalluvial
880 (package
881 (name "r-ggalluvial")
882 (version "0.12.3")
883 (source (origin
884 (method url-fetch)
885 (uri (cran-uri "ggalluvial" version))
886 (sha256
887 (base32
888 "0mkan9gxg3yxjism22yxbhvlh2lh7wpbrqpb355za790prcmjbh3"))))
889 (properties `((upstream-name . "ggalluvial")))
890 (build-system r-build-system)
891 (propagated-inputs
892 (list r-dplyr
893 r-ggplot2
894 r-lazyeval
895 r-rlang
896 r-tidyr
897 r-tidyselect))
898 (native-inputs
899 (list r-knitr))
900 (home-page "http://corybrunson.github.io/ggalluvial/")
901 (synopsis "Alluvial plots for ggplot2")
902 (description "This package provides alluvial plots for @code{ggplot2}.
903 Alluvial plots use variable-width ribbons and stacked bar plots to represent
904 multi-dimensional or repeated-measures data with categorical or ordinal
905 variables.")
906 (license license:gpl3)))
907
908 (define-public r-ggpp
909 (package
910 (name "r-ggpp")
911 (version "0.4.4")
912 (source
913 (origin
914 (method url-fetch)
915 (uri (cran-uri "ggpp" version))
916 (sha256
917 (base32
918 "0wcaczxjav5yg8h2197cf288mqk13p3iq675q0x0di9g8lnblvk1"))))
919 (properties `((upstream-name . "ggpp")))
920 (build-system r-build-system)
921 (propagated-inputs
922 (list r-dplyr
923 r-ggplot2
924 r-glue
925 r-gridextra
926 r-lubridate
927 r-magrittr
928 r-mass
929 r-polynom
930 r-rlang
931 r-scales
932 r-stringr
933 r-tibble
934 r-xts
935 r-zoo))
936 (native-inputs
937 (list r-knitr))
938 (home-page "https://docs.r4photobiology.info/ggpp/")
939 (synopsis "Grammar extensions to ggplot2")
940 (description
941 "This package contains extensions to ggplot2.
942
943 @enumerate
944 @item Geomas: @code{geom_table}, @code{geom_plot} and @code{geom_grob} add
945 insets to plots using native data coordinates, while @code{geom_table_npc},
946 @code{geom_plot_npc} and @code{geom_grob_npc} do the same using @code{npc}
947 coordinates through new aesthetics @code{npcx} and @code{npcy}.
948 @item Statistics: select observations based on 2D density.
949 @item Positions: radial nudging away from a center point and nudging away from
950 a line or curve.
951 @end enumerate
952 ")
953 (license license:gpl2+)))
954
955 (define-public r-lmds
956 (package
957 (name "r-lmds")
958 (version "0.1.0")
959 (source
960 (origin
961 (method url-fetch)
962 (uri (cran-uri "lmds" version))
963 (sha256
964 (base32 "130azb0nc2wwxv0qi8v5s4rd02p9lc92zwn634pv7b8awbw81i65"))))
965 (properties `((upstream-name . "lmds")))
966 (build-system r-build-system)
967 (propagated-inputs
968 (list r-assertthat r-dynutils r-irlba r-matrix))
969 (home-page "https://github.com/dynverse/lmds")
970 (synopsis "Landmark multi-dimensional scaling")
971 (description
972 "This package provides a fast dimensionality reduction method scalable
973 to large numbers of samples. @dfn{Landmark Multi-Dimensional Scaling} (LMDS)
974 is an extension of classical Torgerson MDS, but rather than calculating a
975 complete distance matrix between all pairs of samples, only the distances
976 between a set of landmarks and the samples are calculated.")
977 (license license:gpl3)))
978
979 (define-public r-lmodel2
980 (package
981 (name "r-lmodel2")
982 (version "1.7-3")
983 (source
984 (origin
985 (method url-fetch)
986 (uri (cran-uri "lmodel2" version))
987 (sha256
988 (base32 "1fiin2nkffbihz1s8ixmw9lgf8mn3j9krr8iiflizk10mdv54hnb"))))
989 (properties `((upstream-name . "lmodel2")))
990 (build-system r-build-system)
991 (home-page "https://cran.r-project.org/package=lmodel2")
992 (synopsis "Model II regression")
993 (description
994 "This package computes model II simple linear regression using
995 @dfn{ordinary least squares} (OLS), @dfn{major axis} (MA), @dfn{standard major
996 axis} (SMA), and @dfn{ranged major axis} (RMA).")
997 (license license:gpl2)))
998
999 (define-public r-ggpmisc
1000 (package
1001 (name "r-ggpmisc")
1002 (version "0.4.6")
1003 (source (origin
1004 (method url-fetch)
1005 (uri (cran-uri "ggpmisc" version))
1006 (sha256
1007 (base32
1008 "1iq39rx4nj1lf37hnj4df0c7gbk9374d0mzcnhdr7aqpxaxgs3ys"))))
1009 (build-system r-build-system)
1010 (propagated-inputs
1011 (list r-dplyr
1012 r-generics
1013 r-ggplot2
1014 r-ggpp
1015 r-lmodel2
1016 r-lubridate
1017 r-mass
1018 r-plyr
1019 r-polynom
1020 r-quantreg
1021 r-rlang
1022 r-scales
1023 r-splus2r
1024 r-tibble))
1025 (native-inputs
1026 (list r-knitr))
1027 (home-page "https://www.r4photobiology.info/")
1028 (synopsis "Miscellaneous Extensions to @code{ggplot2}")
1029 (description "This package provides extensions to @code{ggplot2},
1030 respecting the grammar of its graphics paradigm.")
1031 (license license:gpl2+)))
1032
1033 (define-public r-ggside
1034 (package
1035 (name "r-ggside")
1036 (version "0.2.0")
1037 (source (origin
1038 (method url-fetch)
1039 (uri (cran-uri "ggside" version))
1040 (sha256
1041 (base32
1042 "1x505zizv7hf65pxp9j5v92c3bchhxh9dsrkk1m55kwqqnsl5nza"))))
1043 (properties `((upstream-name . "ggside")))
1044 (build-system r-build-system)
1045 (propagated-inputs (list r-ggplot2 r-glue r-gtable r-rlang r-scales))
1046 (native-inputs (list r-knitr))
1047 (home-page "https://cran.r-project.org/package=ggside")
1048 (synopsis "Side grammar graphics that extends @code{ggplot2}")
1049 (description
1050 "The grammar of graphics as shown in @code{ggplot2} has provided an
1051 expressive API for users to build plots. This package @{ggside} extends
1052 @code{ggplot2} by allowing users to add graphical information about one of the
1053 main panel's axis using a familiar @code{ggplot2} style API with tidy data.
1054 This package is particularly useful for visualizing metadata on a discrete
1055 axis, or summary graphics on a continuous axis such as a boxplot or a density
1056 distribution.")
1057 (license license:expat)))
1058
1059 (define-public r-gprofiler
1060 (package
1061 (name "r-gprofiler")
1062 (version "0.7.0")
1063 (source
1064 (origin
1065 (method url-fetch)
1066 (uri (cran-uri "gProfileR" version))
1067 (sha256
1068 (base32
1069 "1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
1070 (properties `((upstream-name . "gProfileR")))
1071 (build-system r-build-system)
1072 (propagated-inputs
1073 (list r-plyr r-rcurl))
1074 (home-page "https://cran.r-project.org/web/packages/gProfileR/")
1075 (synopsis "Interface to the g:Profiler toolkit")
1076 (description
1077 "This package provides tools for functional enrichment analysis,
1078 gene identifier conversion and mapping homologous genes across related
1079 organisms via the @code{g:Profiler} toolkit.")
1080 (license license:gpl2+)))
1081
1082 (define-public r-gprofiler2
1083 (package
1084 (name "r-gprofiler2")
1085 (version "0.2.1")
1086 (source
1087 (origin
1088 (method url-fetch)
1089 (uri (cran-uri "gprofiler2" version))
1090 (sha256
1091 (base32
1092 "0r0h34b35xzgd9rh55yndn0anxy0z45zdlqa6qfmpn91b6v1bb1g"))))
1093 (properties `((upstream-name . "gprofiler2")))
1094 (build-system r-build-system)
1095 (propagated-inputs
1096 (list r-crosstalk
1097 r-dplyr
1098 r-ggplot2
1099 r-gridextra
1100 r-jsonlite
1101 r-plotly
1102 r-rcurl
1103 r-tidyr
1104 r-viridislite))
1105 (native-inputs (list r-knitr))
1106 (home-page "https://cran.r-project.org/web/packages/gprofiler2/")
1107 (synopsis "Interface to the g:Profiler toolset")
1108 (description
1109 "This package provides a toolset for functional enrichment analysis and
1110 visualization, gene/protein/SNP identifier conversion and mapping orthologous
1111 genes across species via @url{https://biit.cs.ut.ee/gprofiler,g:Profiler}.
1112 The main tools are:
1113
1114 @enumerate
1115 @item @code{g:GOSt}, functional enrichment analysis and visualization of gene
1116 lists;
1117 @item @code{g:Convert}, gene/protein/transcript identifier conversion across
1118 various namespaces;
1119 @item @code{g:Orth}, orthology search across species;
1120 @item @code{g:SNPense}, mapping SNP rs identifiers to chromosome positions,
1121 genes and variant effects.
1122 @end enumerate
1123
1124 This package is an R interface corresponding to the 2019 update of
1125 @code{g:Profiler} and provides access to versions @code{e94_eg41_p11} and
1126 higher.")
1127 (license license:gpl2+)))
1128
1129 (define-public r-oenb
1130 (package
1131 (name "r-oenb")
1132 (version "0.0.2")
1133 (source
1134 (origin
1135 (method url-fetch)
1136 (uri (cran-uri "oenb" version))
1137 (sha256
1138 (base32
1139 "1jgxw7ycx2lcdzglg9nix8k08fs4r6i5jdsjzrd6w1dg6smsinl5"))))
1140 (properties `((upstream-name . "oenb")))
1141 (build-system r-build-system)
1142 (propagated-inputs
1143 (list r-dplyr r-xml))
1144 (native-inputs (list r-knitr))
1145 (home-page "https://github.com/franzmohr/oenb")
1146 (synopsis "Tools for the OeNB Data Web Service")
1147 (description
1148 "Tools to access data from the data web service of the
1149 @acronym{OeNB, Oesterreichische Nationalbank},
1150 @url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
1151 (license license:gpl2+)))
1152
1153 (define-public r-orgmassspecr
1154 (package
1155 (name "r-orgmassspecr")
1156 (version "0.5-3")
1157 (source (origin
1158 (method url-fetch)
1159 (uri (cran-uri "OrgMassSpecR" version))
1160 (sha256
1161 (base32
1162 "1dx9d8rb1dfqyhyc26zhfnxiv3rz2ikvs2mwqnsrq3lsjs9dvyc8"))))
1163 (properties `((upstream-name . "OrgMassSpecR")))
1164 (build-system r-build-system)
1165 (native-inputs (list r-knitr))
1166 (home-page "http://OrgMassSpec.github.io/")
1167 (synopsis "Organic or biological mass spectrometry data analysis")
1168 (description
1169 "This package @code{OrgMassSpecR} is an extension of the @code{R}
1170 statistical computing language. It contains functions to assist with organic
1171 or biological mass spectrometry data analysis. Mass spectral libraries are
1172 available as companion packages.")
1173 (license license:bsd-2)))
1174
1175 (define-public r-scales
1176 (package
1177 (name "r-scales")
1178 (version "1.2.0")
1179 (source
1180 (origin
1181 (method url-fetch)
1182 (uri (cran-uri "scales" version))
1183 (sha256
1184 (base32 "1pq2rrix6a5gsi8xw38viiydp1bsxxmcmyy7dv9q8gkb1qj50p8q"))))
1185 (build-system r-build-system)
1186 (propagated-inputs
1187 (list r-farver
1188 r-labeling
1189 r-lifecycle
1190 r-munsell
1191 r-rcolorbrewer
1192 r-rlang
1193 r-r6
1194 r-viridislite))
1195 (home-page "https://github.com/hadley/scales")
1196 (synopsis "Scale functions for visualization")
1197 (description
1198 "This package provides graphical scales that map data to aesthetics, and
1199 provides methods for automatically determining breaks and labels for axes and
1200 legends.")
1201 (license license:expat)))
1202
1203 (define-public r-pacman
1204 (package
1205 (name "r-pacman")
1206 (version "0.5.1")
1207 (source (origin
1208 (method url-fetch)
1209 (uri (cran-uri "pacman" version))
1210 (sha256
1211 (base32
1212 "0z7gngd6h83cpjhq1vg75wvzhdjbgjh7gj5d4zvvi9gd2lmagjcy"))))
1213 (build-system r-build-system)
1214 (propagated-inputs
1215 (list r-remotes))
1216 (home-page "https://github.com/trinker/pacman")
1217 (synopsis "Package Management Tool")
1218 (description "This package provides tools to more conveniently perform
1219 tasks associated with add-on packages. @code{pacman} conveniently wraps
1220 library and package related functions and names them in an intuitive and
1221 consistent fashion. It seeks to combine functionality from lower level
1222 functions which can speed up workflow.")
1223 (license license:gpl2)))
1224
1225 (define-public r-paralleldist
1226 (package
1227 (name "r-paralleldist")
1228 (version "0.2.6")
1229 (source
1230 (origin
1231 (method url-fetch)
1232 (uri (cran-uri "parallelDist" version))
1233 (sha256
1234 (base32 "01ly4hxwa64a0ya5gla8rvv72s9mcknsfznivjkh937pbjwb7iih"))))
1235 (properties `((upstream-name . "parallelDist")))
1236 (build-system r-build-system)
1237 (propagated-inputs (list r-rcpp r-rcpparmadillo r-rcppparallel))
1238 (home-page "https://github.com/alexeckert/parallelDist")
1239 (synopsis "Parallel Distance Matrix Computation using multiple threads")
1240 (description
1241 "This package provides a fast parallelized alternative to R's native
1242 @code{dist} function to calculate distance matrices for continuous, binary,
1243 and multi-dimensional input matrices, which supports a broad variety of
1244 predefined distance functions from other R packages, as well as user- defined
1245 functions written in C++. For ease of use, the @code{parDist} function
1246 extends the signature of the @code{dist} function and uses the same parameter
1247 naming conventions as distance methods of existing R packages.")
1248 (license license:gpl2+)))
1249
1250 (define-public r-pheatmap
1251 (package
1252 (name "r-pheatmap")
1253 (version "1.0.12")
1254 (source
1255 (origin
1256 (method url-fetch)
1257 (uri (cran-uri "pheatmap" version))
1258 (sha256
1259 (base32
1260 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
1261 (build-system r-build-system)
1262 (propagated-inputs
1263 (list r-gtable r-rcolorbrewer r-scales))
1264 (home-page "https://cran.r-project.org/web/packages/pheatmap")
1265 (synopsis "Pretty heatmaps")
1266 (description
1267 "This package provides an implementation of heatmaps that offers more
1268 control over dimensions and appearance.")
1269 (license license:gpl2+)))
1270
1271 (define-public r-pnwcolors
1272 (package
1273 (name "r-pnwcolors")
1274 (version "0.1.0")
1275 (source
1276 (origin
1277 (method url-fetch)
1278 (uri (cran-uri "PNWColors" version))
1279 (sha256
1280 (base32
1281 "1phplnclkficfv8s6wsyrckk4ixzbayiy5iix6dddg40485l9nyj"))))
1282 (properties `((upstream-name . "PNWColors")))
1283 (build-system r-build-system)
1284 (home-page "https://github.com/jakelawlor/PNWColors")
1285 (synopsis "Color palettes for data visualizations")
1286 (description
1287 "This package provides color palettes. They are checked for colorblind
1288 accessibility from hue, saturation, and lightness value scaling using the
1289 Chroma.js Color Palette Helper. See @url{https://gka.github.io/palettes}.")
1290 (license license:cc0)))
1291
1292 (define-public r-plotfunctions
1293 (package
1294 (name "r-plotfunctions")
1295 (version "1.4")
1296 (source
1297 (origin
1298 (method url-fetch)
1299 (uri (cran-uri "plotfunctions" version))
1300 (sha256
1301 (base32 "0asmxw8283fpvl83h478j5nyg59xqifqaa8f2f6l199gvvswhhg2"))))
1302 (properties `((upstream-name . "plotfunctions")))
1303 (build-system r-build-system)
1304 (native-inputs (list r-knitr))
1305 (home-page "https://jacolienvanrij.com/tutorials.html")
1306 (synopsis "Various functions to facilitate visualization of data and analysis")
1307 (description
1308 "When analyzing data, plots are a helpful tool for visualizing data and
1309 interpreting statistical models. This package provides a set of simple tools
1310 for building plots incrementally, starting with an empty plot region, and
1311 adding bars, data points, regression lines, error bars, gradient legends,
1312 density distributions in the margins, and even pictures. The package builds
1313 further on R graphics by simply combining functions and settings in order to
1314 reduce the amount of code to produce for the user. As a result, the package
1315 does not use formula input or special syntax, but can be used in combination
1316 with default R plot functions.")
1317 (license license:gpl2+)))
1318
1319 (define-public r-polychrome
1320 (package
1321 (name "r-polychrome")
1322 (version "1.5.1")
1323 (source
1324 (origin
1325 (method url-fetch)
1326 (uri (cran-uri "Polychrome" version))
1327 (sha256
1328 (base32 "0hyi02m2jpdhk1ky6ihz6dv5pwqwjwk4csjim2qr8ywx8midmrvg"))))
1329 (properties `((upstream-name . "Polychrome")))
1330 (build-system r-build-system)
1331 (propagated-inputs
1332 (list r-colorspace r-scatterplot3d))
1333 (native-inputs
1334 (list r-knitr))
1335 (home-page "http://oompa.r-forge.r-project.org/")
1336 (synopsis "Qualitative palettes with many colors")
1337 (description
1338 "This package provides tools for creating, viewing, and assessing
1339 qualitative palettes with many (20-30 or more) colors. See Coombes and
1340 colleagues (2019) @url{https://doi:10.18637/jss.v090.c01}.")
1341 (license license:asl2.0)))
1342
1343 (define-public r-ecp
1344 (package
1345 (name "r-ecp")
1346 (version "3.1.3")
1347 (source (origin
1348 (method url-fetch)
1349 (uri (cran-uri "ecp" version))
1350 (sha256
1351 (base32
1352 "0n602jssl6rf596nwm6hbl7s9vdlqi20w8mrhxicj373mw5v22m8"))))
1353 (build-system r-build-system)
1354 (propagated-inputs
1355 (list r-rcpp))
1356 (home-page "https://cran.r-project.org/web/packages/ecp/")
1357 (synopsis "Multiple change-point analysis of multivariate data")
1358 (description
1359 "This package implements various procedures for finding multiple
1360 change-points. Two methods make use of dynamic programming and pruning, with
1361 no distributional assumptions other than the existence of certain absolute
1362 moments in one method. Hierarchical and exact search methods are included.
1363 All methods return the set of estimated change-points as well as other summary
1364 information.")
1365 (license license:gpl2+)))
1366
1367 (define-public r-ellipsis
1368 (package
1369 (name "r-ellipsis")
1370 (version "0.3.2")
1371 (source
1372 (origin
1373 (method url-fetch)
1374 (uri (cran-uri "ellipsis" version))
1375 (sha256
1376 (base32
1377 "0n0mm9jngklv7j9wa64jdji035z0smmnsp2dfwcz9isrxgjnc0m9"))))
1378 (build-system r-build-system)
1379 (propagated-inputs
1380 (list r-rlang))
1381 (home-page "https://github.com/hadley/ellipsis")
1382 (synopsis "Tools for working with additional arguments")
1383 (description
1384 "In S3 generics, it's useful to take @code{...} so that methods can have
1385 additional arguments. But this flexibility comes at a cost: misspelled
1386 arguments will be silently ignored. The @code{ellipsis} package is an
1387 experiment that allows a generic to warn if any arguments passed in @code{...}
1388 are not used.")
1389 (license license:gpl3)))
1390
1391 (define-public r-ga
1392 (package
1393 (name "r-ga")
1394 (version "3.2.2")
1395 (source
1396 (origin
1397 (method url-fetch)
1398 (uri (cran-uri "GA" version))
1399 (sha256
1400 (base32 "135z03lnbj44jihnk6dii5a684jmc666ncpdwyyi910vl4sccib2"))))
1401 (properties `((upstream-name . "GA")))
1402 (build-system r-build-system)
1403 (propagated-inputs
1404 (list r-cli
1405 r-crayon
1406 r-foreach
1407 r-iterators
1408 r-rcpp
1409 r-rcpparmadillo))
1410 (native-inputs
1411 (list r-knitr))
1412 (home-page "https://luca-scr.github.io/GA/")
1413 (synopsis "Genetic algorithms for stochastic optimisation")
1414 (description
1415 "Flexible general-purpose toolbox implementing genetic algorithms (GAs)
1416 for stochastic optimisation. Binary, real-valued, and permutation
1417 representations are available to optimize a fitness function, i.e., a function
1418 provided by users depending on their objective function. Several genetic
1419 operators are available and can be combined to explore the best settings for
1420 the current task. Furthermore, users can define new genetic operators and
1421 easily evaluate their performances. Local search using general-purpose
1422 optimisation algorithms can be applied stochastically to exploit interesting
1423 regions. GAs can be run sequentially or in parallel, using an explicit
1424 master-slave parallelisation or a coarse-grain islands approach.")
1425 (license license:gpl2+)))
1426
1427 (define-public r-grr
1428 (package
1429 (name "r-grr")
1430 (version "0.9.5")
1431 (source
1432 (origin
1433 (method url-fetch)
1434 (uri (cran-uri "grr" version))
1435 (sha256
1436 (base32
1437 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
1438 (build-system r-build-system)
1439 (home-page "https://cran.r-project.org/web/packages/grr")
1440 (synopsis "Alternative implementations of base R functions")
1441 (description
1442 "This package provides alternative implementations of some base R
1443 functions, including @code{sort}, @code{order}, and @code{match}. The
1444 functions are simplified but can be faster or have other advantages.")
1445 (license license:gpl3)))
1446
1447 (define-public r-matrix-utils
1448 (package
1449 (name "r-matrix-utils")
1450 (version "0.9.8")
1451 (source
1452 (origin
1453 (method url-fetch)
1454 (uri (cran-uri "Matrix.utils" version))
1455 (sha256
1456 (base32
1457 "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb"))))
1458 (properties `((upstream-name . "Matrix.utils")))
1459 (build-system r-build-system)
1460 (propagated-inputs
1461 (list r-grr r-matrix))
1462 (home-page "https://github.com/cvarrichio/Matrix.utils")
1463 (synopsis
1464 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
1465 (description
1466 "This package implements data manipulation methods such as @code{cast},
1467 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
1468 objects.")
1469 (license license:gpl3)))
1470
1471 (define-public r-mboost
1472 (package
1473 (name "r-mboost")
1474 (version "2.9-7")
1475 (source (origin
1476 (method url-fetch)
1477 (uri (cran-uri "mboost" version))
1478 (sha256
1479 (base32
1480 "01ln0vxbbx1fq77q17sx61si82lhfibbchsnf2yw9032cn8wnhh2"))))
1481 (build-system r-build-system)
1482 (propagated-inputs
1483 (list r-lattice
1484 r-matrix
1485 r-nnls
1486 r-partykit
1487 r-quadprog
1488 r-stabs
1489 r-survival))
1490 (home-page "https://github.com/boost-R/mboost")
1491 (synopsis "Model-based boosting")
1492 (description
1493 "This package provides a functional gradient descent algorithm (boosting)
1494 for optimizing general risk functions utilizing component-wise (penalised)
1495 least squares estimates or regression trees as base-learners for fitting
1496 generalized linear, additive and interaction models to potentially
1497 high-dimensional data.")
1498 (license license:gpl2)))
1499
1500 (define-public r-shadowtext
1501 (package
1502 (name "r-shadowtext")
1503 (version "0.1.2")
1504 (source (origin
1505 (method url-fetch)
1506 (uri (cran-uri "shadowtext" version))
1507 (sha256
1508 (base32
1509 "0zdfidrcnmxmfhngv86ppxrjmpmz9kl78l4yfah2lc5vgmrlwg15"))))
1510 (properties `((upstream-name . "shadowtext")))
1511 (build-system r-build-system)
1512 (propagated-inputs
1513 (list r-ggplot2 r-scales))
1514 (native-inputs
1515 (list r-knitr))
1516 (home-page "https://github.com/GuangchuangYu/shadowtext/")
1517 (synopsis "Shadow text grob and layer")
1518 (description "This package implements @code{shadowtextGrob()} for
1519 @code{grid} and @code{geom_shadowtext()} layer for @code{ggplot2}.
1520 These functions draw text grob with background shadow.")
1521 (license license:artistic2.0)))
1522
1523 (define-public r-sys
1524 (package
1525 (name "r-sys")
1526 (version "3.4")
1527 (source
1528 (origin
1529 (method url-fetch)
1530 (uri (cran-uri "sys" version))
1531 (sha256
1532 (base32
1533 "11q4zmx62w44p1j34frwmrsp23mc7l4n354i0zyziw92yax8zy0p"))))
1534 (build-system r-build-system)
1535 (home-page "https://github.com/jeroen/sys")
1536 (synopsis "Powerful and reliable tools for running system commands in R")
1537 (description
1538 "This package provides drop-in replacements for the base @code{system2()}
1539 function with fine control and consistent behavior across platforms. It
1540 supports clean interruption, timeout, background tasks, and streaming STDIN /
1541 STDOUT / STDERR over binary or text connections. The package also provides
1542 functions for evaluating expressions inside a temporary fork. Such
1543 evaluations have no side effects on the main R process, and support reliable
1544 interrupts and timeouts. This provides the basis for a sandboxing
1545 mechanism.")
1546 (license license:expat)))
1547
1548 (define-public r-ashr
1549 (package
1550 (name "r-ashr")
1551 (version "2.2-54")
1552 (source (origin
1553 (method url-fetch)
1554 (uri (cran-uri "ashr" version))
1555 (sha256
1556 (base32
1557 "177xs3apnc6yy6737qqv4z8snf0hkpbghab63hrplbyb9wfssfga"))))
1558 (properties `((upstream-name . "ashr")))
1559 (build-system r-build-system)
1560 (propagated-inputs
1561 (list r-etrunct
1562 r-invgamma
1563 r-matrix
1564 r-mixsqp
1565 r-rcpp
1566 r-squarem
1567 r-truncnorm))
1568 (native-inputs
1569 (list r-knitr))
1570 (home-page "https://github.com/stephens999/ashr")
1571 (synopsis "Methods for adaptive shrinkage, using empirical bayes")
1572 (description "This package implements an empirical Bayes approach for
1573 large-scale hypothesis testing and false discovery rate estimation.")
1574 (license license:gpl3+)))
1575
1576 (define-public r-askpass
1577 (package
1578 (name "r-askpass")
1579 (version "1.1")
1580 (source
1581 (origin
1582 (method url-fetch)
1583 (uri (cran-uri "askpass" version))
1584 (sha256
1585 (base32
1586 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
1587 (build-system r-build-system)
1588 (propagated-inputs (list r-sys))
1589 (home-page "https://github.com/jeroen/askpass")
1590 (synopsis "Safe password entry for R")
1591 (description
1592 "This package provides cross-platform utilities for prompting the user
1593 for credentials or a passphrase, for example to authenticate with a server or
1594 read a protected key.")
1595 (license license:expat)))
1596
1597 (define-public r-astsa
1598 (package
1599 (name "r-astsa")
1600 (version "1.15")
1601 (source
1602 (origin
1603 (method url-fetch)
1604 (uri (cran-uri "astsa" version))
1605 (sha256
1606 (base32 "0mllsq0xdqkviyvs77lq565r1vznsj1qp9cnlj5p48k9v76d7arp"))))
1607 (properties `((upstream-name . "astsa")))
1608 (build-system r-build-system)
1609 (home-page "https://github.com/nickpoison/astsa/")
1610 (synopsis "Applied statistical time series analysis")
1611 (description
1612 "This package provides data sets and scripts to accompany Time Series
1613 Analysis and Its Applications: With R Examples (4th ed), by R.H. Shumway and
1614 D.S. Stoffer. Springer Texts in Statistics, 2017,
1615 @url{https://doi.org/10.1007/978-3-319-52452-8}, and Time Series: A Data
1616 Analysis Approach Using R. Chapman-Hall, 2019,
1617 @url{https://doi.org/10.1201/9780429273285}.")
1618 (license license:gpl3)))
1619
1620 (define-public r-vegan
1621 (package
1622 (name "r-vegan")
1623 (version "2.6-2")
1624 (source
1625 (origin
1626 (method url-fetch)
1627 (uri (cran-uri "vegan" version))
1628 (sha256
1629 (base32
1630 "0nf0ny6jzfy135xiygzzkr0y55y8g27hrbk8c869plarr48d2xxb"))))
1631 (build-system r-build-system)
1632 (native-inputs
1633 (list r-knitr ; needed for vignettes
1634 gfortran))
1635 (propagated-inputs
1636 (list r-cluster r-lattice r-mass r-mgcv r-permute))
1637 (home-page "https://cran.r-project.org/web/packages/vegan")
1638 (synopsis "Functions for community ecology")
1639 (description
1640 "The vegan package provides tools for descriptive community ecology. It
1641 has most basic functions of diversity analysis, community ordination and
1642 dissimilarity analysis. Most of its multivariate tools can be used for other
1643 data types as well.")
1644 (license license:gpl2+)))
1645
1646 (define-public r-tidyverse
1647 (package
1648 (name "r-tidyverse")
1649 (version "1.3.1")
1650 (source
1651 (origin
1652 (method url-fetch)
1653 (uri (cran-uri "tidyverse" version))
1654 (sha256
1655 (base32
1656 "0ck6xmsw5p168jmw2fqv79fzfnw5jckfra7mfii261j6kl89bkw3"))))
1657 (build-system r-build-system)
1658 (propagated-inputs
1659 (list r-broom
1660 r-cli
1661 r-crayon
1662 r-dbplyr
1663 r-dplyr
1664 r-dtplyr
1665 r-forcats
1666 r-ggplot2
1667 r-googledrive
1668 r-googlesheets4
1669 r-haven
1670 r-hms
1671 r-httr
1672 r-jsonlite
1673 r-lubridate
1674 r-magrittr
1675 r-modelr
1676 r-pillar
1677 r-purrr
1678 r-readr
1679 r-readxl
1680 r-reprex
1681 r-rlang
1682 r-rstudioapi
1683 r-rvest
1684 r-stringr
1685 r-tibble
1686 r-tidyr
1687 r-xml2))
1688 (native-inputs
1689 (list r-knitr))
1690 (home-page "https://tidyverse.tidyverse.org")
1691 (synopsis "Install and load packages from the \"Tidyverse\"")
1692 (description
1693 "The @code{tidyverse} is a set of packages that work in harmony because
1694 they share common data representations and API design. This package is
1695 designed to make it easy to install and load multiple tidyverse packages in a
1696 single step.")
1697 (license license:gpl3)))
1698
1699 (define-public r-rvest
1700 (package
1701 (name "r-rvest")
1702 (version "1.0.2")
1703 (source
1704 (origin
1705 (method url-fetch)
1706 (uri (cran-uri "rvest" version))
1707 (sha256
1708 (base32 "1905vxgnj3q09l1wf6rwxpbpydznp06nbkrclnc05j2415z4gfw9"))))
1709 (build-system r-build-system)
1710 (propagated-inputs
1711 (list r-httr
1712 r-lifecycle
1713 r-magrittr
1714 r-rlang
1715 r-selectr
1716 r-tibble
1717 r-xml2))
1718 (native-inputs
1719 (list r-knitr))
1720 (home-page "https://github.com/hadley/rvest")
1721 (synopsis "Simple web scraping for R")
1722 (description
1723 "@code{r-rvest} helps you scrape information from web pages. It is
1724 designed to work with @code{magrittr} to make it easy to express common web
1725 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
1726 (license license:gpl3)))
1727
1728 (define-public r-selectr
1729 (package
1730 (name "r-selectr")
1731 (version "0.4-2")
1732 (source
1733 (origin
1734 (method url-fetch)
1735 (uri (cran-uri "selectr" version))
1736 (sha256
1737 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
1738 (build-system r-build-system)
1739 (propagated-inputs
1740 (list r-stringr r-r6))
1741 (home-page "https://sjp.co.nz/projects/selectr/")
1742 (synopsis "Translate CSS selectors to XPath expressions")
1743 (description
1744 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
1745 expression. This allows you to use CSS selectors when working with the XML
1746 package as it can only evaluate XPath expressions. Also provided are
1747 convenience functions useful for using CSS selectors on XML nodes. This
1748 package is a port of the Python package @code{cssselect}.")
1749 (license license:bsd-3)))
1750
1751 (define-public r-reprex
1752 (package
1753 (name "r-reprex")
1754 (version "2.0.1")
1755 (source
1756 (origin
1757 (method url-fetch)
1758 (uri (cran-uri "reprex" version))
1759 (sha256
1760 (base32
1761 "09k4rasp7mz6n796dsklcbc5l7prljiznrm7fra16qybr9kqcv8f"))))
1762 (build-system r-build-system)
1763 (propagated-inputs
1764 (list r-callr
1765 r-cli
1766 r-clipr
1767 r-fs
1768 r-glue
1769 r-knitr
1770 r-rlang
1771 r-rmarkdown
1772 r-rstudioapi
1773 r-withr))
1774 (native-inputs
1775 (list r-knitr))
1776 (home-page "https://github.com/tidyverse/reprex")
1777 (synopsis "Prepare reproducible R code examples for sharing")
1778 (description
1779 "This package provides a convenience wrapper that uses the
1780 @code{rmarkdown} package to render small snippets of code to target formats
1781 that include both code and output. The goal is to encourage the sharing of
1782 small, reproducible, and runnable examples on code-oriented websites or email.
1783 @code{reprex} also extracts clean, runnable R code from various common formats,
1784 such as copy/paste from an R session.")
1785 (license license:expat)))
1786
1787 (define-public r-reordercluster
1788 (package
1789 (name "r-reordercluster")
1790 (version "1.0")
1791 (source (origin
1792 (method url-fetch)
1793 (uri (cran-uri "ReorderCluster" version))
1794 (sha256
1795 (base32
1796 "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
1797 (build-system r-build-system)
1798 (propagated-inputs
1799 (list r-gplots r-rcpp))
1800 (home-page "https://cran.r-project.org/web/packages/ReorderCluster")
1801 (synopsis "Reordering the dendrogram according to the class labels")
1802 (description "This package provides tools for performing the leaf reordering
1803 for the dendrogram that preserves the hierarchical clustering result and at the
1804 same time tries to group instances from the same class together.")
1805 (license license:gpl3+)))
1806
1807 (define-public r-callr
1808 (package
1809 (name "r-callr")
1810 (version "3.7.0")
1811 (source
1812 (origin
1813 (method url-fetch)
1814 (uri (cran-uri "callr" version))
1815 (sha256
1816 (base32
1817 "02inaf3c7b0hikii7p2zwaphrq5myv4in92d9jxd1ilmhla5awnn"))))
1818 (build-system r-build-system)
1819 (propagated-inputs
1820 (list r-r6 r-processx))
1821 (home-page "https://github.com/r-lib/callr#readme")
1822 (synopsis "Call R from R")
1823 (description
1824 "It is sometimes useful to perform a computation in a separate R process,
1825 without affecting the current R process at all. This package does exactly
1826 that.")
1827 (license license:expat)))
1828
1829 (define-public r-depmixs4
1830 (package
1831 (name "r-depmixs4")
1832 (version "1.5-0")
1833 (source (origin
1834 (method url-fetch)
1835 (uri (cran-uri "depmixS4" version))
1836 (sha256
1837 (base32
1838 "1pacvhw5m4fsk3ysbal50fdqbvlaz8ywyqp6bn1wh42wipqbb2i8"))))
1839 (propagated-inputs
1840 (list r-nnet r-nlme r-mass r-rsolnp))
1841 (build-system r-build-system)
1842 (home-page "https://cran.r-project.org/web/packages/depmixS4/")
1843 (synopsis "Dependent Mixture Models")
1844 (description "This package fits latent (hidden) Markov models on mixed
1845 categorical and continuous (time series) data, otherwise known as dependent
1846 mixture models.")
1847 (license license:gpl2+)))
1848
1849 (define-public r-readxl
1850 (package
1851 (name "r-readxl")
1852 (version "1.4.0")
1853 (source
1854 (origin
1855 (method url-fetch)
1856 (uri (cran-uri "readxl" version))
1857 (sha256
1858 (base32
1859 "1xwi4k5si48hwkgfc59icfmp9dzlvfri59k5fsgn96zp9713k4mb"))))
1860 (build-system r-build-system)
1861 (propagated-inputs
1862 (list r-cellranger r-cpp11 r-progress r-tibble))
1863 (native-inputs
1864 (list r-knitr))
1865 (home-page "https://readxl.tidyverse.org")
1866 (synopsis "Read Excel files")
1867 (description
1868 "This package lets you import Excel files into R. It supports
1869 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
1870 the embedded @code{RapidXML} C++ library.")
1871 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
1872 ;; 'rapidxml' which is Boost.
1873 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
1874
1875 (define-public r-model4you
1876 (package
1877 (name "r-model4you")
1878 (version "0.9-7")
1879 (source (origin
1880 (method url-fetch)
1881 (uri (cran-uri "model4you" version))
1882 (sha256
1883 (base32
1884 "0pni9v3nradvy8sp2m07903vc7z610xrh426lf19dxss12kgrfi8"))))
1885 (build-system r-build-system)
1886 (propagated-inputs
1887 (list r-formula
1888 r-ggplot2
1889 r-gridextra
1890 r-partykit
1891 r-sandwich
1892 r-survival))
1893 (home-page "https://cran.r-project.org/web/packages/model4you/")
1894 (synopsis "Stratified and personalised models based on trees and forests")
1895 (description
1896 "This package provides procedures for model-based trees for subgroup
1897 analyses in clinical trials and model-based forests for the estimation and
1898 prediction of personalised treatment effects. Currently partitioning of linear
1899 models, @code{lm()}, generalised linear models, @code{glm()}, and
1900 Weibull models, @code{survreg()}, are supported. Advanced plotting functionality is
1901 supported for the trees and a test for parameter heterogeneity is provided for
1902 the personalised models.")
1903 (license license:gpl2+)))
1904
1905 (define-public r-modelr
1906 (package
1907 (name "r-modelr")
1908 (version "0.1.8")
1909 (source
1910 (origin
1911 (method url-fetch)
1912 (uri (cran-uri "modelr" version))
1913 (sha256
1914 (base32
1915 "1i31nff7bqibk6r4hhd4j1vzwbyaf8493v0bjaagn36njmysfnw2"))))
1916 (build-system r-build-system)
1917 (propagated-inputs
1918 (list r-broom
1919 r-magrittr
1920 r-purrr
1921 r-rlang
1922 r-tibble
1923 r-tidyr
1924 r-tidyselect
1925 r-vctrs))
1926 (home-page "https://github.com/tidyverse/modelr")
1927 (synopsis "Helper functions for modelling in pipelines")
1928 (description
1929 "Functions for modelling that help you seamlessly integrate modelling
1930 into a pipeline of data manipulation and visualisation.")
1931 (license license:gpl3)))
1932
1933 (define-public r-hmm
1934 (package
1935 (name "r-hmm")
1936 (version "1.0.1")
1937 (source (origin
1938 (method url-fetch)
1939 (uri (cran-uri "HMM" version))
1940 (sha256
1941 (base32
1942 "03b548bnwqpnd7zypb4gvy9chyi5li2hp99a9vrh4qszxg2ihas7"))))
1943 (properties `((upstream-name . "HMM")))
1944 (build-system r-build-system)
1945 (home-page "https://cran.r-project.org/web/packages/HMM/")
1946 (synopsis "Hidden Markov Models")
1947 (description "This package provides an easy to use library to setup, apply
1948 and make inference with discrete time and discrete space hidden Markov
1949 models.")
1950 (license license:gpl2+)))
1951
1952 (define-public r-hiddenmarkov
1953 (package
1954 (name "r-hiddenmarkov")
1955 (version "1.8-13")
1956 (source (origin
1957 (method url-fetch)
1958 (uri (cran-uri "HiddenMarkov" version))
1959 (sha256
1960 (base32
1961 "05dm3nl0ffsz2ziw3bz5bivyxk7r5bxs8xhky3hz660qaqzd51ki"))))
1962 (build-system r-build-system)
1963 (native-inputs
1964 (list gfortran))
1965 (home-page "https://cran.r-project.org/web/packages/HiddenMarkov/")
1966 (synopsis "Hidden markov models for R")
1967 (description "This package contains functions for the analysis of Discrete
1968 Time Hidden Markov Models, Markov Modulated GLMs and the Markov Modulated
1969 Poisson Process. It includes functions for simulation, parameter estimation,
1970 and the Viterbi algorithm. The algorithms are based of those of Walter
1971 Zucchini.")
1972 (license license:gpl2+)))
1973
1974 (define-public r-httpuv
1975 (package
1976 (name "r-httpuv")
1977 (version "1.6.5")
1978 (source (origin
1979 (method url-fetch)
1980 (uri (cran-uri "httpuv" version))
1981 (sha256
1982 (base32
1983 "0mlilxh2mlrsbbrncla2rg02crr8nnajv649d8whx7ayr8lkdxpm"))
1984 ;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
1985 ;; only contains fixes for building on Solaris.
1986 (patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))
1987 (modules '((guix build utils)))
1988 ;; Cannot unbundle http-parser, because it contains local
1989 ;; modifications.
1990 (snippet
1991 '(delete-file-recursively "src/libuv"))))
1992 (build-system r-build-system)
1993 (arguments
1994 `(#:phases
1995 (modify-phases %standard-phases
1996 (add-after 'unpack 'unbundle-libuv
1997 (lambda* (#:key outputs #:allow-other-keys)
1998 (substitute* (find-files "src" "\\.cpp$|\\.h$")
1999 (("\"libuv/include/uv\\.h\"")
2000 "<uv.h>"))
2001 ;; Fix https://github.com/rstudio/httpuv/issues/282
2002 (substitute* "src/http.cpp"
2003 (("uv_pipe_init\\(pLoop, &pSocket->handle\\.pipe, true\\);")
2004 "uv_pipe_init(pLoop, &pSocket->handle.pipe, 0);")))))))
2005 (inputs
2006 (list libuv zlib))
2007 (propagated-inputs
2008 (list r-later r-promises r-r6 r-rcpp))
2009 (home-page "https://github.com/rstudio/httpuv")
2010 (synopsis "HTTP and WebSocket server library for R")
2011 (description
2012 "The httpuv package provides low-level socket and protocol support for
2013 handling HTTP and WebSocket requests directly from within R. It is primarily
2014 intended as a building block for other packages, rather than making it
2015 particularly easy to create complete web applications using httpuv alone.")
2016 ;; This package includes third-party code that was originally released
2017 ;; under various non-copyleft licenses. Full licensing information can be
2018 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
2019 (license license:gpl3+)))
2020
2021 (define-public r-jsonlite
2022 (package
2023 (name "r-jsonlite")
2024 (version "1.8.0")
2025 (source (origin
2026 (method url-fetch)
2027 (uri (cran-uri "jsonlite" version))
2028 (sha256
2029 (base32
2030 "0k6dal7gmm19jl5sjsry5gwbnhsbrnn00q3iixig8k6bxgpr463v"))))
2031 (build-system r-build-system)
2032 (native-inputs
2033 (list r-knitr))
2034 (home-page "https://arxiv.org/abs/1403.2805")
2035 (synopsis "Robust, high performance JSON parser and generator for R")
2036 (description
2037 "The jsonlite package provides a fast JSON parser and generator optimized
2038 for statistical data and the web. It offers flexible, robust, high
2039 performance tools for working with JSON in R and is particularly powerful for
2040 building pipelines and interacting with a web API. In addition to converting
2041 JSON data from/to R objects, jsonlite contains functions to stream, validate,
2042 and prettify JSON data. The unit tests included with the package verify that
2043 all edge cases are encoded and decoded consistently for use with dynamic data
2044 in systems and applications.")
2045 (license license:expat)))
2046
2047 (define-public r-servr
2048 (package
2049 (name "r-servr")
2050 (version "0.24")
2051 (source (origin
2052 (method url-fetch)
2053 (uri (cran-uri "servr" version))
2054 (sha256
2055 (base32
2056 "11x0857m3xzdbzr4z0vx4fcdk36arfagyf2qgamvprich0qisknr"))))
2057 (build-system r-build-system)
2058 (propagated-inputs
2059 (list r-httpuv r-jsonlite r-mime r-xfun))
2060 (home-page "https://github.com/yihui/servr")
2061 (synopsis "Simple HTTP server to serve static files or dynamic documents")
2062 (description
2063 "Servr provides an HTTP server in R to serve static files, or dynamic
2064 documents that can be converted to HTML files (e.g., R Markdown) under a given
2065 directory.")
2066 (license license:expat)))
2067
2068 (define-public r-howmany
2069 (package
2070 (name "r-howmany")
2071 (version "0.3-1")
2072 (source (origin
2073 (method url-fetch)
2074 (uri (cran-uri "howmany" version))
2075 (sha256
2076 (base32
2077 "045ck8qahfg2swbgyf7dpl32ryq1m4sbalhr7m5qdgpm62vz8h7f"))))
2078 (build-system r-build-system)
2079 (home-page "https://cran.r-project.org/web/packages/howmany/")
2080 (synopsis "Lower bound for the number of correct rejections")
2081 (description "When testing multiple hypotheses simultaneously, this package
2082 provides functionality to calculate a lower bound for the number of correct
2083 rejections (as a function of the number of rejected hypotheses), which holds
2084 simultaneously -with high probability- for all possible number of rejections.
2085 As a special case, a lower bound for the total number of false null hypotheses
2086 can be inferred. Dependent test statistics can be handled for multiple tests
2087 of associations. For independent test statistics, it is sufficient to provide
2088 a list of p-values.")
2089 (license license:gpl2+)))
2090
2091 (define-public r-htmltools
2092 (package
2093 (name "r-htmltools")
2094 (version "0.5.2")
2095 (source (origin
2096 (method url-fetch)
2097 (uri (cran-uri "htmltools" version))
2098 (sha256
2099 (base32
2100 "1yv74ydyqm28gfhimmr7825sj1iaawpwsnzq05c2ma756q2dbivx"))))
2101 (build-system r-build-system)
2102 (propagated-inputs
2103 (list r-base64enc r-digest r-fastmap r-rlang))
2104 (home-page "https://cran.r-project.org/web/packages/htmltools")
2105 (synopsis "R tools for HTML")
2106 (description
2107 "This package provides tools for HTML generation and output in R.")
2108 (license license:expat)))
2109
2110 (define-public r-htmlwidgets
2111 (package
2112 (name "r-htmlwidgets")
2113 (version "1.5.4")
2114 (source (origin
2115 (method url-fetch)
2116 (uri (cran-uri "htmlwidgets" version))
2117 (sha256
2118 (base32
2119 "1hgz8sx8xrvfcdwa4q15k942w4qsqg8lyxbbf7qyfzbi807wcgqs"))))
2120 (build-system r-build-system)
2121 (propagated-inputs
2122 (list r-htmltools r-jsonlite r-yaml))
2123 (native-inputs
2124 (list r-knitr))
2125 (home-page "https://github.com/ramnathv/htmlwidgets")
2126 (synopsis "HTML Widgets for R")
2127 (description
2128 "HTML widgets is a framework for creating HTML widgets that render in
2129 various contexts including the R console, R Markdown documents, and Shiny web
2130 applications.")
2131 (license license:expat)))
2132
2133 (define-public r-htmltable
2134 (package
2135 (name "r-htmltable")
2136 (version "2.4.0")
2137 (source
2138 (origin
2139 (method url-fetch)
2140 (uri (cran-uri "htmlTable" version))
2141 (sha256
2142 (base32 "17csp0ry4iy4m5xy271dn5wd81v4p03l79swmvlfxkvpdmhvb8jc"))))
2143 (properties `((upstream-name . "htmlTable")))
2144 (build-system r-build-system)
2145 (propagated-inputs
2146 (list r-checkmate
2147 r-htmltools
2148 r-htmlwidgets
2149 r-knitr
2150 r-magrittr
2151 r-rstudioapi
2152 r-stringr))
2153 (native-inputs
2154 (list r-knitr))
2155 (home-page "http://gforge.se/packages/")
2156 (synopsis "Advanced tables for Markdown/HTML")
2157 (description
2158 "This package provides functions to build tables with advanced layout
2159 elements such as row spanners, column spanners, table spanners, zebra
2160 striping, and more. While allowing advanced layout, the underlying
2161 CSS-structure is simple in order to maximize compatibility with word
2162 processors such as LibreOffice. The package also contains a few text
2163 formatting functions that help outputting text compatible with HTML or
2164 LaTeX.")
2165 (license license:gpl3+)))
2166
2167 (define-public r-curl
2168 (package
2169 (name "r-curl")
2170 (version "4.3.2")
2171 (source (origin
2172 (method url-fetch)
2173 (uri (cran-uri "curl" version))
2174 (sha256
2175 (base32
2176 "0s55022hy8shjm1pzax1dqzrg20bv4nvlwnjnddk3dp89g5zmcch"))))
2177 (build-system r-build-system)
2178 (arguments
2179 `(#:phases
2180 (modify-phases %standard-phases
2181 ;; The environment variable CURL_CA_BUNDLE is only respected when
2182 ;; running Windows, so we disable the platform checks.
2183 ;; This can be removed once the libcurl has been patched.
2184 (add-after 'unpack 'allow-CURL_CA_BUNDLE
2185 (lambda _
2186 (substitute* "R/onload.R"
2187 (("if \\(!grepl\\(\"mingw\".*")
2188 "if (FALSE)\n"))
2189 (substitute* "src/handle.c"
2190 (("/\\* Only set" m)
2191 (string-append "\
2192 const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
2193 if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
2194 " m))))))))
2195 (inputs
2196 (list curl zlib))
2197 (native-inputs
2198 (list pkg-config r-knitr))
2199 (home-page "https://github.com/jeroenooms/curl")
2200 (synopsis "HTTP client for R")
2201 (description
2202 "The @code{curl()} and @code{curl_download()} functions provide highly
2203 configurable drop-in replacements for base @code{url()} and
2204 @code{download.file()} with better performance, support for encryption, gzip
2205 compression, authentication, and other @code{libcurl} goodies. The core of
2206 the package implements a framework for performing fully customized requests
2207 where data can be processed either in memory, on disk, or streaming via the
2208 callback or connection interfaces.")
2209 (license license:expat)))
2210
2211 (define-public r-hwriter
2212 (package
2213 (name "r-hwriter")
2214 (version "1.3.2.1")
2215 (source
2216 (origin
2217 (method url-fetch)
2218 (uri (cran-uri "hwriter" version))
2219 (sha256
2220 (base32
2221 "1wxnv8h9cs65m3z01dpnnkgn2cpwfsck70g1jz9nbkr7mdaa4bzd"))))
2222 (build-system r-build-system)
2223 (home-page "https://cran.r-project.org/web/packages/hwriter")
2224 (synopsis "Output R objects in HTML format")
2225 (description
2226 "This package provides easy-to-use and versatile functions to output R
2227 objects in HTML format.")
2228 (license license:lgpl2.1+)))
2229
2230 (define-public r-rjson
2231 (package
2232 (name "r-rjson")
2233 (version "0.2.21")
2234 (source
2235 (origin
2236 (method url-fetch)
2237 (uri (cran-uri "rjson" version))
2238 (sha256
2239 (base32
2240 "1qm27r1w677zg31gsiln60hcciszbymkw78cnaq7s36cbk9mcawq"))))
2241 (build-system r-build-system)
2242 (home-page "https://cran.r-project.org/web/packages/rjson")
2243 (synopsis "JSON library for R")
2244 (description
2245 "This package provides functions to convert R objects into JSON objects
2246 and vice-versa.")
2247 (license license:gpl2+)))
2248
2249 (define-public r-fastmap
2250 (package
2251 (name "r-fastmap")
2252 (version "1.1.0")
2253 (source
2254 (origin
2255 (method url-fetch)
2256 (uri (cran-uri "fastmap" version))
2257 (sha256
2258 (base32
2259 "0aw29hnq3ppn7bsnwg9d9sp84k1cvq30lrmfzqn315n0nhkfa4wi"))))
2260 (properties `((upstream-name . "fastmap")))
2261 (build-system r-build-system)
2262 (home-page "https://r-lib.github.io/fastmap/")
2263 (synopsis "Fast implementation of a key-value store")
2264 (description
2265 "This package provides a fast implementation of a key-value store.
2266 Environments are commonly used as key-value stores, but every time a new key
2267 is used, it is added to R's global symbol table, causing a small amount of
2268 memory leakage. This can be problematic in cases where many different keys
2269 are used. Fastmap avoids this memory leak issue by implementing the map using
2270 data structures in C++.")
2271 (license license:expat)))
2272
2273 (define-public r-fastghquad
2274 (package
2275 (name "r-fastghquad")
2276 (version "1.0.1")
2277 (source
2278 (origin
2279 (method url-fetch)
2280 (uri (cran-uri "fastGHQuad" version))
2281 (sha256
2282 (base32
2283 "1zj7nsbnx4g253m3dpz9vi3zk3jxwrixwjw1ks6n4shpb4dlkp2w"))))
2284 (properties `((upstream-name . "fastGHQuad")))
2285 (build-system r-build-system)
2286 (propagated-inputs
2287 (list r-rcpp))
2288 (home-page "https://github.com/awblocker/fastGHQuad")
2289 (synopsis "Fast Rcpp implementation of Gauss-Hermite Quadrature")
2290 (description
2291 "This package implements numerically-stable Gauss-Hermite quadrature
2292 rules and utility functions for adaptive GH quadrature.")
2293 (license license:expat)))
2294
2295 (define-public r-rstpm2
2296 (package
2297 (name "r-rstpm2")
2298 (version "1.5.6")
2299 (source
2300 (origin
2301 (method url-fetch)
2302 (uri (cran-uri "rstpm2" version))
2303 (sha256
2304 (base32
2305 "17mhzfxh761vl64ar6pynpj3k2jkhjgbacxsjhkrfkbmy3aiv0d1"))))
2306 (properties `((upstream-name . "rstpm2")))
2307 (build-system r-build-system)
2308 (propagated-inputs
2309 (list r-bbmle
2310 r-bh
2311 r-desolve
2312 r-fastghquad
2313 r-mgcv
2314 r-rcpp
2315 r-rcpparmadillo
2316 r-survival))
2317 (native-inputs
2318 (list gfortran))
2319 (home-page "https://github.com/mclements/rstpm2")
2320 (synopsis "Link-based survival models")
2321 (description
2322 "This package provides R implementations of @dfn{generalized survival
2323 models} (GSMs), smooth @dfn{accelerated failure time} (AFT) models and Markov
2324 multi-state models.")
2325 ;; One of these licenses
2326 (license (list license:gpl2 license:gpl3))))
2327
2328 ;; This package includes minified JavaScript files. When upgrading please
2329 ;; check that there are no new minified JavaScript files.
2330 (define-public r-jquerylib
2331 (package
2332 (name "r-jquerylib")
2333 (version "0.1.4")
2334 (source
2335 (origin
2336 (method url-fetch)
2337 (uri (cran-uri "jquerylib" version))
2338 (sha256
2339 (base32
2340 "04a40v4znpj98j7y6009d74a6g9dchj5rr3p08cgz9p3rlfw3g7h"))
2341 (snippet
2342 '(for-each delete-file
2343 '("inst/lib/1.12.4/jquery-1.12.4.min.js"
2344 "inst/lib/2.2.4/jquery-2.2.4.min.js"
2345 "inst/lib/3.6.0/jquery-3.6.0.min.js")))))
2346 (properties `((upstream-name . "jquerylib")))
2347 (build-system r-build-system)
2348 (arguments
2349 `(#:modules ((guix build utils)
2350 (guix build r-build-system)
2351 (srfi srfi-1))
2352 #:phases
2353 (modify-phases %standard-phases
2354 (add-after 'unpack 'process-javascript
2355 (lambda* (#:key inputs #:allow-other-keys)
2356 (with-directory-excursion "inst/lib/"
2357 (call-with-values
2358 (lambda ()
2359 (unzip2
2360 `(("1.12.4/jquery-1.12.4.js"
2361 "1.12.4/jquery-1.12.4.min.js")
2362 ("2.2.4/jquery-2.2.4.js"
2363 "2.2.4/jquery-2.2.4.min.js")
2364 ("3.6.0/jquery-3.6.0.js"
2365 "3.6.0/jquery-3.6.0.min.js"))))
2366 (lambda (sources targets)
2367 (for-each (lambda (source target)
2368 (format #t "Processing ~a --> ~a~%"
2369 source target)
2370 (invoke "esbuild" source "--minify"
2371 (string-append "--outfile=" target)))
2372 sources targets)))))))))
2373 (propagated-inputs
2374 (list r-htmltools))
2375 (native-inputs
2376 (list esbuild))
2377 (home-page "https://cran.r-project.org/package=jquerylib")
2378 (synopsis "Obtain jQuery as an HTML dependency object")
2379 (description
2380 "Obtain any major version of jQuery and use it in any webpage generated
2381 by htmltools (e.g. shiny, htmlwidgets, and rmarkdown). Most R users don't
2382 need to use this package directly, but other R packages (e.g. shiny,
2383 rmarkdown, etc.) depend on this package to avoid bundling redundant copies of
2384 jQuery.")
2385 (license license:expat)))
2386
2387 (define-public r-sass
2388 (package
2389 (name "r-sass")
2390 (version "0.4.1")
2391 (source
2392 (origin
2393 (method url-fetch)
2394 (uri (cran-uri "sass" version))
2395 (sha256
2396 (base32
2397 "1fq8wqnxmx10lg0dh4qzmxdkhd22fjh8vhassapxb1chsimwn3w5"))))
2398 (properties `((upstream-name . "sass")))
2399 (build-system r-build-system)
2400 (propagated-inputs
2401 (list r-fs r-htmltools r-r6 r-rappdirs r-rlang))
2402 (native-inputs (list r-knitr))
2403 (home-page "https://github.com/rstudio/sass")
2404 (synopsis "Syntactically Awesome Style Sheets (SASS)")
2405 (description
2406 "This package provides an SCSS compiler, powered by the libsass library.
2407 With this, R developers can use variables, inheritance, and functions to
2408 generate dynamic style sheets. The package uses the Sass CSS extension
2409 language, which is stable, powerful, and CSS compatible.")
2410 (license license:expat)))
2411
2412 (define-public r-saver
2413 (package
2414 (name "r-saver")
2415 (version "1.1.2")
2416 (source (origin
2417 (method url-fetch)
2418 (uri (cran-uri "SAVER" version))
2419 (sha256
2420 (base32
2421 "1s1kw8idkaj7j90fw4qn9k0wd4vz0sblsk06ry6lm4afcar0p158"))))
2422 (properties `((upstream-name . "SAVER")))
2423 (build-system r-build-system)
2424 (propagated-inputs
2425 (list r-doparallel
2426 r-foreach
2427 r-glmnet
2428 r-iterators
2429 r-matrix))
2430 (native-inputs (list r-knitr))
2431 (home-page "https://github.com/mohuangx/SAVER")
2432 (synopsis
2433 "Recovery of gene expression profile in noisy and sparse scRNA-seq data")
2434 (description
2435 "This package is an implementation of a regularized regression prediction
2436 and empirical Bayes method to recover the true gene expression profile in noisy
2437 and sparse single-cell RNA-seq data. In @dfn{single-cell RNA sequencing}
2438 (scRNA-seq) studies, only a small fraction of the transcripts present in each
2439 cell are sequenced. This leads to unreliable quantification of genes with low
2440 or moderate expression, which hinders downstream analysis. This package
2441 @dfn{single-cell analysis via expression recovery} (SAVER) implements an
2442 expression recovery method for unique molecule index (UMI)-based scRNA-seq
2443 data that borrows information across genes and cells to provide accurate
2444 expression estimates for all genes.")
2445 (license license:gpl2)))
2446
2447 ;; This package includes minified JavaScript files. When upgrading please
2448 ;; check that there are no new minified JavaScript files.
2449 (define-public r-bslib
2450 (package
2451 (name "r-bslib")
2452 (version "0.3.1")
2453 (source
2454 (origin
2455 (method url-fetch)
2456 (uri (cran-uri "bslib" version))
2457 (sha256
2458 (base32
2459 "0jcqklry1nkibz0sydsz5xdsnb4wnrrhvmyr9ji3k45bbipbap2z"))
2460 (snippet
2461 '(for-each delete-file
2462 '("inst/lib/bs-a11y-p/plugins/js/bootstrap-accessibility.min.js"
2463 "inst/lib/bs-colorpicker/js/bootstrap-colorpicker.min.js"
2464 "inst/lib/bs3/assets/javascripts/bootstrap.min.js"
2465 "inst/lib/bs4/dist/js/bootstrap.bundle.min.js"
2466 "inst/lib/bs5/dist/js/bootstrap.bundle.min.js")))))
2467 (properties `((upstream-name . "bslib")))
2468 (build-system r-build-system)
2469 (arguments
2470 `(#:modules ((guix build utils)
2471 (guix build r-build-system)
2472 (srfi srfi-1))
2473 #:phases
2474 (modify-phases %standard-phases
2475 (add-after 'unpack 'process-javascript
2476 (lambda* (#:key inputs #:allow-other-keys)
2477 (with-directory-excursion "inst/lib/"
2478 (call-with-values
2479 (lambda ()
2480 (unzip2
2481 `(("bs-a11y-p/plugins/js/bootstrap-accessibility.js"
2482 "bs-a11y-p/plugins/js/bootstrap-accessibility.min.js")
2483 ("bs-colorpicker/js/bootstrap-colorpicker.js"
2484 "bs-colorpicker/js/bootstrap-colorpicker.min.js")
2485 ("bs3/assets/javascripts/bootstrap.js"
2486 "bs3/assets/javascripts/bootstrap.min.js")
2487 (,(assoc-ref inputs "js-bootstrap4-bundle")
2488 "bs4/dist/js/bootstrap.bundle.min.js")
2489 (,(assoc-ref inputs "js-bootstrap5-bundle")
2490 "bs5/dist/js/bootstrap.bundle.min.js"))))
2491 (lambda (sources targets)
2492 (for-each (lambda (source target)
2493 (format #t "Processing ~a --> ~a~%"
2494 source target)
2495 (invoke "esbuild" source "--minify"
2496 (string-append "--outfile=" target)))
2497 sources targets)))))))))
2498 (propagated-inputs
2499 (list r-htmltools r-jquerylib r-jsonlite r-rlang r-sass))
2500 (native-inputs
2501 `(("esbuild" ,esbuild)
2502 ("js-bootstrap4-bundle"
2503 ,(origin
2504 (method url-fetch)
2505 (uri "https://raw.githubusercontent.com/twbs/bootstrap/v4.6.0/dist/js/bootstrap.bundle.js")
2506 (sha256
2507 (base32
2508 "04abvgp923w36qfqkkl2syim3bl119nwxbgials90z1jyb8jgss1"))))
2509 ("js-bootstrap5-bundle"
2510 ,(origin
2511 (method url-fetch)
2512 (uri "https://raw.githubusercontent.com/twbs/bootstrap/v5.0.2/dist/js/bootstrap.bundle.js")
2513 (sha256
2514 (base32
2515 "06vin94nqw1vzs4zrqcms8z9js9fckbj8gwyx07awm8jkjhnqfhl"))))))
2516 (home-page "https://rstudio.github.io/bslib/")
2517 (synopsis "Custom Bootstrap Sass themes for shiny and rmarkdown")
2518 (description
2519 "This package simplifies custom CSS styling of both shiny and rmarkdown
2520 via Bootstrap Sass. It supports both Bootstrap 3 and 4 as well as their
2521 various Bootswatch themes. An interactive widget is also provided for
2522 previewing themes in real time.")
2523 (license license:expat)))
2524
2525 ;; This package includes minified JavaScript files. When upgrading please
2526 ;; check that there are no new minified JavaScript files.
2527 (define-public r-shiny
2528 (package
2529 (name "r-shiny")
2530 (version "1.7.1")
2531 (source
2532 (origin
2533 (method git-fetch)
2534 (uri (git-reference
2535 (url "https://github.com/rstudio/shiny")
2536 (commit (string-append "v" version))))
2537 (file-name (git-file-name name version))
2538 (sha256
2539 (base32
2540 "0wvc6jlgs41p05wbk8gahnl7sfnc4hpliyh9dbi5w52ngsg6wcr7"))
2541 (snippet
2542 '(for-each delete-file
2543 '("inst/www/shared/bootstrap/js/bootstrap.min.js"
2544 "inst/www/shared/bootstrap/accessibility/js/bootstrap-accessibility.min.js" ; TODO
2545 "inst/www/shared/datatables/js/jquery.dataTables.min.js"
2546 "inst/www/shared/datepicker/js/bootstrap-datepicker.min.js"
2547 "inst/www/shared/highlight/highlight.pack.js"
2548 "inst/www/shared/ionrangeslider/js/ion.rangeSlider.min.js"
2549 "inst/www/shared/jquery.min.js"
2550 "inst/www/shared/jqueryui/jquery-ui.min.js"
2551 "inst/www/shared/legacy/jquery.min.js"
2552 "inst/www/shared/selectize/accessibility/js/selectize-plugin-a11y.min.js"
2553 "inst/www/shared/selectize/js/selectize.min.js"
2554 "inst/www/shared/shiny.min.js"
2555 "inst/www/shared/showdown/compressed/showdown.js"
2556 "inst/www/shared/strftime/strftime-min.js")))))
2557 (build-system r-build-system)
2558 (arguments
2559 `(#:modules ((guix build r-build-system)
2560 (guix build minify-build-system)
2561 (guix build utils)
2562 (ice-9 match))
2563 #:imported-modules (,@%r-build-system-modules
2564 (guix build minify-build-system))
2565 #:phases
2566 (modify-phases (@ (guix build r-build-system) %standard-phases)
2567 (add-after 'unpack 'replace-bundled-minified-JavaScript
2568 (lambda* (#:key inputs #:allow-other-keys)
2569 (let ((replace-file (lambda (old new)
2570 (format #t "replacing ~a with ~a\n" old new)
2571 (symlink new old))))
2572 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
2573 ;; contain just data. They are not minified code, so we don't
2574 ;; replace them.
2575 (with-directory-excursion "inst/www/shared"
2576 (replace-file "strftime/strftime-min.js"
2577 (search-input-file inputs
2578 "/share/javascript/strftime.min.js"))
2579 (replace-file "highlight/highlight.pack.js"
2580 (search-input-file inputs
2581 "/share/javascript/highlight.min.js"))
2582 (replace-file "datatables/js/jquery.dataTables.min.js"
2583 (search-input-file inputs
2584 "/share/javascript/jquery.dataTables.min.js"))
2585 (replace-file "selectize/js/selectize.min.js"
2586 (search-input-file inputs
2587 "/share/javascript/selectize.min.js"))
2588 (for-each (match-lambda
2589 ((source . target)
2590 (minify source #:target target)))
2591 `(("jqueryui/jquery-ui.js" .
2592 "jqueryui/jquery-ui.min.js")
2593 ("datepicker/js/bootstrap-datepicker.js" .
2594 "datepicker/js/bootstrap-datepicker.min.js")
2595 ("ionrangeslider/js/ion.rangeSlider.js" .
2596 "ionrangeslider/js/ion.rangeSlider.min.js")
2597 ("bootstrap/js/bootstrap.js" .
2598 "bootstrap/js/bootstrap.min.js")
2599 (,(assoc-ref inputs "js-bootstrap-accessibility") .
2600 "bootstrap/accessibility/js/bootstrap-accessibility.min.js")
2601 ("shiny.js" .
2602 "shiny.min.js")
2603 ("jquery.js" .
2604 "jquery.min.js")
2605 ("legacy/jquery.js" .
2606 "legacy/jquery.min.js")
2607 ("selectize/accessibility/js/selectize-plugin-a11y.js" .
2608 "selectize/accessibility/js/selectize-plugin-a11y.min.js")
2609 ("showdown/src/showdown.js" .
2610 "showdown/compressed/showdown.js"))))))))))
2611 (propagated-inputs
2612 (list r-bslib
2613 r-cachem
2614 r-commonmark
2615 r-crayon
2616 r-ellipsis
2617 r-fastmap
2618 r-fontawesome
2619 r-glue
2620 r-htmltools
2621 r-httpuv
2622 r-jsonlite
2623 r-later
2624 r-lifecycle
2625 r-mime
2626 r-promises
2627 r-r6
2628 r-rlang
2629 r-sourcetools
2630 r-withr
2631 r-xtable))
2632 (inputs
2633 (list js-datatables js-selectize js-strftime js-highlight))
2634 (native-inputs
2635 `(("uglifyjs" ,node-uglify-js)
2636 ("gfortran" ,gfortran)
2637 ("js-bootstrap-accessibility"
2638 ,(origin
2639 (method url-fetch)
2640 (uri "https://raw.githubusercontent.com/paypal/bootstrap-accessibility-plugin/\
2641 v1.0.7/_site/plugins/js/bootstrap-accessibility.js")
2642 (sha256
2643 (base32
2644 "1489wyzwrpf86y7vhc13n4v3mszmsfybhd3f75jkpnbvyp5sncm8"))))))
2645 (home-page "https://shiny.rstudio.com")
2646 (synopsis "Easy interactive web applications with R")
2647 (description
2648 "Makes it incredibly easy to build interactive web applications
2649 with R. Automatic \"reactive\" binding between inputs and outputs and
2650 extensive prebuilt widgets make it possible to build beautiful,
2651 responsive, and powerful applications with minimal effort.")
2652 (license license:artistic2.0)))
2653
2654 (define-public r-shinyhelper
2655 (package
2656 (name "r-shinyhelper")
2657 (version "0.3.2")
2658 (source
2659 (origin
2660 (method url-fetch)
2661 (uri (cran-uri "shinyhelper" version))
2662 (sha256
2663 (base32 "1c4hvf19j3yyh8r12nx85ldkxs89g98q74csnqs5ml5l79a65vgp"))))
2664 (properties `((upstream-name . "shinyhelper")))
2665 (build-system r-build-system)
2666 (propagated-inputs (list r-markdown r-shiny))
2667 (home-page "https://cran.r-project.org/package=shinyhelper")
2668 (synopsis "Easily add Markdown help files to shiny app elements")
2669 (description
2670 "This package creates a lightweight way to add markdown helpfiles to
2671 Shiny apps, using modal dialog boxes, with no need to observe each help button
2672 separately.")
2673 (license license:gpl3)))
2674
2675 ;; This package includes minified JavaScript files. When upgrading please
2676 ;; check that there are no new minified JavaScript files.
2677 (define-public r-shinytree
2678 (package
2679 (name "r-shinytree")
2680 (version "0.2.7")
2681 (source
2682 (origin
2683 (method url-fetch)
2684 (uri (cran-uri "shinyTree" version))
2685 (sha256
2686 (base32
2687 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
2688 (modules '((guix build utils)))
2689 (snippet
2690 '(begin
2691 ;; Delete minified JavaScript
2692 (for-each delete-file
2693 '("inst/www/jsTree-3.3.7/libs/require.js"
2694 "inst/www/jsTree-3.3.7/libs/jquery.js"
2695 "inst/www/jsTree-3.3.7/jstree.min.js"))
2696 #t))))
2697 (properties `((upstream-name . "shinyTree")))
2698 (build-system r-build-system)
2699 (arguments
2700 `(#:modules ((guix build utils)
2701 (guix build r-build-system)
2702 (srfi srfi-1)
2703 (ice-9 popen))
2704 #:phases
2705 (modify-phases %standard-phases
2706 (add-after 'unpack 'replace-minified-javascript
2707 (lambda* (#:key inputs #:allow-other-keys)
2708 (with-directory-excursion "inst/www/jsTree-3.3.7/"
2709 (symlink (search-input-file inputs
2710 "/share/javascript/require.min.js")
2711 "libs/require.js")
2712 (call-with-values
2713 (lambda ()
2714 (unzip2
2715 `((,(assoc-ref inputs "js-jquery")
2716 "libs/jquery.js")
2717 ("jstree.js"
2718 "jstree.min.js"))))
2719 (lambda (sources targets)
2720 (for-each (lambda (source target)
2721 (format #t "Processing ~a --> ~a~%"
2722 source target)
2723 (let ((minified (open-pipe* OPEN_READ "uglifyjs" source)))
2724 (call-with-output-file target
2725 (lambda (port)
2726 (dump-port minified port)))))
2727 sources targets))))
2728 #t)))))
2729 (propagated-inputs
2730 (list r-htmlwidgets r-jsonlite r-promises r-shiny r-stringr))
2731 (inputs
2732 (list js-requirejs))
2733 (native-inputs
2734 `(("uglifyjs" ,node-uglify-js)
2735 ("js-jquery"
2736 ,(origin
2737 (method url-fetch)
2738 (uri "https://code.jquery.com/jquery-3.3.1.js")
2739 (sha256
2740 (base32
2741 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
2742 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
2743 (synopsis "jsTree bindings for Shiny")
2744 (description
2745 "This package exposes R bindings to jsTree, a JavaScript library that
2746 supports interactive trees, to enable rich, editable trees in Shiny.")
2747 (license license:expat)))
2748
2749 (define-public r-shinydashboard
2750 (package
2751 (name "r-shinydashboard")
2752 (version "0.7.2")
2753 (source (origin
2754 (method url-fetch)
2755 (uri (cran-uri "shinydashboard" version))
2756 (sha256
2757 (base32
2758 "0hrqkwlpb8rnmp5j74p134g4c4cl16icmwc2ip6k1634fa2y8vm5"))))
2759 (build-system r-build-system)
2760 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
2761 ;; Regenerate it from the included sources.
2762 (arguments
2763 `(#:phases
2764 (modify-phases %standard-phases
2765 (add-after 'unpack 'generate-minified-javascript
2766 (lambda _
2767 (with-directory-excursion "inst/AdminLTE"
2768 (let ((target "app.min.js")
2769 (source "app.js"))
2770 (format #t "Processing ~a --> ~a~%"
2771 source target)
2772 (delete-file target)
2773 (invoke "esbuild" source "--minify"
2774 (string-append "--outfile=" target)))))))))
2775 (propagated-inputs
2776 (list r-htmltools r-promises r-shiny))
2777 (native-inputs
2778 (list esbuild))
2779 (home-page "https://rstudio.github.io/shinydashboard/")
2780 (synopsis "Create dashboards with shiny")
2781 (description "This package provides an extension to the Shiny web
2782 application framework for R, making it easy to create attractive dashboards.")
2783 ;; This package includes software that was released under the Expat
2784 ;; license, but the whole package is released under GPL version 2 or
2785 ;; later.
2786 (license license:gpl2+)))
2787
2788 (define-public r-shinyfiles
2789 (package
2790 (name "r-shinyfiles")
2791 (version "0.9.2")
2792 (source
2793 (origin
2794 (method url-fetch)
2795 (uri (cran-uri "shinyFiles" version))
2796 (sha256
2797 (base32 "1l4a4v9ivxkj2vx6xw4z3pk7a8px23icppcgvgpybibq2j74pglg"))))
2798 (properties `((upstream-name . "shinyFiles")))
2799 (build-system r-build-system)
2800 (propagated-inputs
2801 (list r-fs r-htmltools r-jsonlite r-shiny r-tibble))
2802 (home-page "https://github.com/thomasp85/shinyFiles")
2803 (synopsis "Server-side file system viewer for Shiny")
2804 (description
2805 "This package provides functionality for client-side navigation of the
2806 server side file system in shiny apps. In case the app is running locally
2807 this gives the user direct access to the file system without the need to
2808 \"download\" files to a temporary location. Both file and folder selection as
2809 well as file saving is available.")
2810 (license license:gpl2+)))
2811
2812 (define-public r-shinythemes
2813 (package
2814 (name "r-shinythemes")
2815 (version "1.2.0")
2816 (source
2817 (origin
2818 (method url-fetch)
2819 (uri (cran-uri "shinythemes" version))
2820 (sha256
2821 (base32
2822 "0qr9bfxw8afxns44i2j4msignf6g5qb2nzpay2lpv343rrlqbmip"))))
2823 (properties `((upstream-name . "shinythemes")))
2824 (build-system r-build-system)
2825 (propagated-inputs (list r-shiny))
2826 (home-page "https://rstudio.github.io/shinythemes/")
2827 (synopsis "Themes for Shiny")
2828 (description
2829 "This package provides themes for use with Shiny. It includes several
2830 Bootstrap themes, which are packaged for use with Shiny applications.")
2831 ;; The package is released under version 3 of the GPL, but it includes
2832 ;; source files that are covered by the Expat license. It also includes
2833 ;; fonts under SIL or the ASL.
2834 (license (list license:gpl3 license:expat
2835 license:silofl1.1 license:asl2.0))))
2836
2837 ;; The package sources include minified variants of d3.js and non-minified
2838 ;; source code of d3-jetpack.
2839 (define-public r-d3r
2840 (package
2841 (name "r-d3r")
2842 (version "1.0.0")
2843 (source
2844 (origin
2845 (method url-fetch)
2846 (uri (cran-uri "d3r" version))
2847 (sha256
2848 (base32
2849 "1qijkllfaaw0lb29j8mappm8jz9kg8gkihxq5wqhb4gabsazdwva"))))
2850 (build-system r-build-system)
2851 (arguments
2852 `(#:modules ((guix build utils)
2853 (guix build r-build-system)
2854 (srfi srfi-1))
2855 #:phases
2856 (modify-phases %standard-phases
2857 (add-after 'unpack 'process-javascript
2858 (lambda* (#:key inputs #:allow-other-keys)
2859 (with-directory-excursion "inst/www/d3/"
2860 (call-with-values
2861 (lambda ()
2862 (unzip2
2863 `((,(assoc-ref inputs "d3.v3.js")
2864 "v3/dist/d3.min.js")
2865 (,(assoc-ref inputs "d3.v4.js")
2866 "v4/dist/d3.min.js")
2867 (,(assoc-ref inputs "d3.v5.js")
2868 "v5/dist/d3.min.js")
2869 (,(assoc-ref inputs "d3.v6.js")
2870 "v6/dist/d3.min.js")
2871 (,(assoc-ref inputs "d3.v7.js")
2872 "v7/dist/d3.min.js"))))
2873 (lambda (sources targets)
2874 (for-each (lambda (source target)
2875 (format #t "Processing ~a --> ~a~%"
2876 source target)
2877 (delete-file target)
2878 (invoke "esbuild" source "--minify"
2879 (string-append "--outfile=" target)))
2880 sources targets)))))))))
2881 (propagated-inputs
2882 (list r-dplyr r-htmltools r-rlang r-tidyr))
2883 (native-inputs
2884 `(("esbuild" ,esbuild)
2885 ("d3.v3.js"
2886 ,(origin
2887 (method url-fetch)
2888 (uri "https://d3js.org/d3.v3.js")
2889 (sha256
2890 (base32
2891 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
2892 ("d3.v4.js"
2893 ,(origin
2894 (method url-fetch)
2895 (uri "https://d3js.org/d3.v4.js")
2896 (sha256
2897 (base32
2898 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
2899 ("d3.v5.js"
2900 ,(origin
2901 (method url-fetch)
2902 (uri "https://d3js.org/d3.v5.js")
2903 (sha256
2904 (base32
2905 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))
2906 ("d3.v6.js"
2907 ,(origin
2908 (method url-fetch)
2909 (uri "https://d3js.org/d3.v6.js")
2910 (sha256
2911 (base32
2912 "1x6432ca7p1pfxhz3airzw943fincn9izzxkclc1wmphcvv2n2p9"))))
2913 ("d3.v7.js"
2914 ,(origin
2915 (method url-fetch)
2916 (uri "https://d3js.org/d3.v7.js")
2917 (sha256
2918 (base32
2919 "0sd6vavxs8mx5xyb8xahlqghdiczqd284a7d5wravhqnrj0bw097"))))))
2920 (home-page "https://github.com/timelyportfolio/d3r")
2921 (synopsis "d3.js utilities for R")
2922 (description
2923 "This package provides a suite of functions to help ease the use of the
2924 d3.js visualization library in R. These helpers include
2925 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
2926 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
2927 R objects into the JSON format that the d3.js library expects.")
2928 (license license:bsd-3)))
2929
2930 ;; We use the latest commit here because the last release was in 2016 while
2931 ;; the latest commit was in 2018.
2932 (define-public r-sankeyd3
2933 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
2934 (revision "1"))
2935 (package
2936 (name "r-sankeyd3")
2937 (version (git-version "0.3.2" revision commit))
2938 (source
2939 (origin
2940 (method git-fetch)
2941 (uri (git-reference
2942 (url "https://github.com/fbreitwieser/sankeyD3")
2943 (commit commit)))
2944 (file-name (git-file-name name version))
2945 (sha256
2946 (base32
2947 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
2948 (build-system r-build-system)
2949 (propagated-inputs
2950 (list r-d3r r-htmlwidgets r-shiny r-magrittr))
2951 (home-page "https://github.com/fbreitwieser/sankeyD3")
2952 (synopsis "Sankey network graphs from R")
2953 (description
2954 "This package provides an R library to generate Sankey network graphs
2955 in R and Shiny via the D3 visualization library.")
2956 ;; The R code is licensed under GPLv3+. It includes the non-minified
2957 ;; JavaScript source code of d3-sankey, which is released under the
2958 ;; 3-clause BSD license.
2959 (license (list license:gpl3+ license:bsd-3)))))
2960
2961 (define-public r-wesanderson
2962 (package
2963 (name "r-wesanderson")
2964 (version "0.3.6")
2965 (source
2966 (origin
2967 (method url-fetch)
2968 (uri (cran-uri "wesanderson" version))
2969 (sha256
2970 (base32
2971 "09mr6p2jmqdjq27cz974w5hyxgn929zp9z3inhxqmmh1582fmdi2"))))
2972 (properties `((upstream-name . "wesanderson")))
2973 (build-system r-build-system)
2974 (home-page "https://github.com/karthik/wesanderson")
2975 (synopsis "Wes Anderson color palette generator")
2976 (description
2977 "This package provides color palettes that have been generated mostly
2978 from Wes Anderson movies.")
2979 (license license:expat)))
2980
2981 (define-public r-gg-gap
2982 (package
2983 (name "r-gg-gap")
2984 (version "1.3")
2985 (source
2986 (origin
2987 (method url-fetch)
2988 (uri (cran-uri "gg.gap" version))
2989 (sha256
2990 (base32
2991 "0m66050ryn31xmsmmikjsssllasvjdmp9yjbwfdwfpwdv106zn9h"))))
2992 (properties `((upstream-name . "gg.gap")))
2993 (build-system r-build-system)
2994 (propagated-inputs
2995 (list r-cowplot r-ggplot2))
2996 (home-page "https://github.com/ChrisLou-bioinfo/gg.gap")
2997 (synopsis "Define segments on the y-axis for ggplot2")
2998 (description
2999 "The @code{gg.gap} function enables you to define segments for the y-axis
3000 in a ggplot2 plot.")
3001 (license license:gpl3)))
3002
3003 (define-public r-mbess
3004 (package
3005 (name "r-mbess")
3006 (version "4.9.0")
3007 (source
3008 (origin
3009 (method url-fetch)
3010 (uri (cran-uri "MBESS" version))
3011 (sha256
3012 (base32 "0qmyvjx2zn5hlzdbz8c94g8l4707swhn7sq9mxkdqiydmflzv0b5"))))
3013 (properties `((upstream-name . "MBESS")))
3014 (build-system r-build-system)
3015 (propagated-inputs
3016 (list r-boot r-lavaan r-mass r-mnormt r-nlme r-openmx r-sem r-semtools))
3017 (home-page "https://www3.nd.edu/~kkelley/site/MBESS.html")
3018 (synopsis "Methods for designing research studies")
3019 (description
3020 "This package implements methods that are useful in designing research
3021 studies and analyzing data, with particular emphasis on methods that are
3022 developed for or used within the behavioral, educational, and social
3023 sciences (broadly defined). That being said, many of the methods implemented
3024 within MBESS are applicable to a wide variety of disciplines. MBESS has a
3025 suite of functions for a variety of related topics, such as effect sizes,
3026 confidence intervals for effect sizes (including standardized effect sizes and
3027 noncentral effect sizes), sample size planning (from the @dfn{accuracy in
3028 parameter estimation} (AIPE), power analytic, equivalence, and minimum-risk
3029 point estimation perspectives), mediation analysis, various properties of
3030 distributions, and a variety of utility functions.")
3031 ;; Either version of the GPL.
3032 (license (list license:gpl2 license:gpl3))))
3033
3034 (define-public r-homologene
3035 (package
3036 (name "r-homologene")
3037 (version "1.4.68.19.3.27")
3038 (source
3039 (origin
3040 (method url-fetch)
3041 (uri (cran-uri "homologene" version))
3042 (sha256
3043 (base32 "0d7wxisk0vqk1n165v1i19bc02zv78h5r5d3jqai5y6nkmwn01sh"))))
3044 (properties `((upstream-name . "homologene")))
3045 (build-system r-build-system)
3046 (propagated-inputs
3047 (list r-dplyr r-magrittr r-purrr r-r-utils r-readr))
3048 (home-page "https://github.com/oganm/homologene")
3049 (synopsis "Quick access to homologene and gene annotation updates")
3050 (description
3051 "This package provides a wrapper for the homologene database by the
3052 National Center for Biotechnology Information (NCBI). It allows searching for
3053 gene homologs across species. The package also includes an updated version of
3054 the homologene database where gene identifiers and symbols are replaced with
3055 their latest (at the time of submission) version and functions to fetch latest
3056 annotation data to keep updated.")
3057 (license license:expat)))
3058
3059 (define-public r-ggtern
3060 (package
3061 (name "r-ggtern")
3062 (version "3.3.5")
3063 (source
3064 (origin
3065 (method url-fetch)
3066 (uri (cran-uri "ggtern" version))
3067 (sha256
3068 (base32 "15hhn8msy0l8zbq8ms0zvg1iajn1c28gd77v3hp6dvwwsla8zzbd"))))
3069 (properties `((upstream-name . "ggtern")))
3070 (build-system r-build-system)
3071 (propagated-inputs
3072 (list r-compositions
3073 r-ggplot2
3074 r-gridextra
3075 r-gtable
3076 r-hexbin
3077 r-latex2exp
3078 r-lattice
3079 r-mass
3080 r-plyr
3081 r-proto
3082 r-scales))
3083 (home-page "http://www.ggtern.com")
3084 (synopsis "Extension to ggplot2 for ternary diagrams")
3085 (description
3086 "This package extends the functionality of ggplot2, providing the
3087 capability to plot ternary diagrams for (a subset of) the ggplot2 geometries.
3088 Additionally, ggtern has implemented several new geometries which are
3089 unavailable to the standard ggplot2 release.")
3090 (license license:gpl2)))
3091
3092 (define-public r-tablerdash
3093 (package
3094 (name "r-tablerdash")
3095 (version "0.1.0")
3096 (source
3097 (origin
3098 (method url-fetch)
3099 (uri (cran-uri "tablerDash" version))
3100 (sha256
3101 (base32
3102 "1mnp6lxa7d669r325aynq1n3f35r9sy4v1fvdh4cymbf33s8mkmm"))
3103 (snippet
3104 '(begin
3105 ;; Delete minified JavaScript
3106 (for-each delete-file
3107 '("inst/tablerDash-0.1.0/require.min.js"
3108 "inst/bootstrap-4.0.0/bootstrap.bundle.min.js"))
3109 #true))))
3110 (properties `((upstream-name . "tablerDash")))
3111 (build-system r-build-system)
3112 (arguments
3113 `(#:modules ((guix build utils)
3114 (guix build r-build-system)
3115 (srfi srfi-1))
3116 #:phases
3117 (modify-phases %standard-phases
3118 (add-after 'unpack 'process-javascript
3119 (lambda* (#:key inputs #:allow-other-keys)
3120 (with-directory-excursion "inst"
3121 (call-with-values
3122 (lambda ()
3123 (unzip2
3124 `((,(assoc-ref inputs "js-requirejs")
3125 "tablerDash-0.1.0/require.min.js")
3126 (,(assoc-ref inputs "js-bootstrap")
3127 "bootstrap-4.0.0/bootstrap.bundle.min.js"))))
3128 (lambda (sources targets)
3129 (for-each (lambda (source target)
3130 (format #t "Processing ~a --> ~a~%"
3131 source target)
3132 (invoke "esbuild" source "--minify"
3133 (string-append "--outfile=" target)))
3134 sources targets))))
3135 #t)))))
3136 (propagated-inputs
3137 (list r-htmltools r-knitr r-shiny))
3138 (native-inputs
3139 `(("esbuild" ,esbuild)
3140 ("js-requirejs"
3141 ,(origin
3142 (method url-fetch)
3143 (uri "https://raw.githubusercontent.com/requirejs/requirejs/2.3.5/require.js")
3144 (sha256
3145 (base32
3146 "06w32mwqii9cx409ivda88z58qbkcdb4p6hf6jawchsgagaziyds"))))
3147 ("js-bootstrap"
3148 ,(origin
3149 (method url-fetch)
3150 (uri "https://raw.githubusercontent.com/twbs/bootstrap/\
3151 v4.0.0/dist/js/bootstrap.bundle.js")
3152 (sha256
3153 (base32
3154 "0cvfqffn45vfbj3fk6wmrhkyndhk4id89vgydssbbzxjkfwprfrj"))))))
3155 (home-page "https://rinterface.github.io/tablerDash/")
3156 (synopsis "Tabler API for Shiny")
3157 (description
3158 "This package provides an R interface to the
3159 @url{https://tabler.io,Tabler} HTML template. tablerDash is a light Bootstrap
3160 4 dashboard template. There are different layouts available such as a one
3161 page dashboard or a multi-page template, where the navigation menu is
3162 contained in the navigation bar.")
3163 (license license:gpl2+)))
3164
3165 (define-public r-spelling
3166 (package
3167 (name "r-spelling")
3168 (version "2.2")
3169 (source
3170 (origin
3171 (method url-fetch)
3172 (uri (cran-uri "spelling" version))
3173 (sha256
3174 (base32
3175 "179nj9w1v27qq9q5240ddvggp0795998sxyqjvbqjvq9dmach3bl"))))
3176 (properties `((upstream-name . "spelling")))
3177 (build-system r-build-system)
3178 (propagated-inputs
3179 (list r-commonmark r-hunspell r-knitr r-xml2))
3180 (home-page "https://docs.ropensci.org/spelling/")
3181 (synopsis "Tools for spell checking in R")
3182 (description
3183 "This is an R package for spell checking common document formats
3184 including LaTeX, markdown, manual pages, and DESCRIPTION files. It includes
3185 utilities to automate checking of documentation and vignettes as a unit test
3186 during @code{R CMD check}. Both British and American English are supported
3187 out of the box and other languages can be added. In addition, packages may
3188 define a wordlist to allow custom terminology without having to abuse
3189 punctuation.")
3190 (license license:expat)))
3191
3192 (define-public r-crosstalk
3193 (package
3194 (name "r-crosstalk")
3195 (version "1.2.0")
3196 (source
3197 (origin
3198 (method url-fetch)
3199 (uri (cran-uri "crosstalk" version))
3200 (sha256
3201 (base32
3202 "180y7mhpj17axpadwhh7s0qvrpdnag7g977vk256l96d6nmvlds2"))))
3203 (build-system r-build-system)
3204 (propagated-inputs
3205 (list r-htmltools r-jsonlite r-lazyeval r-r6))
3206 (home-page "https://rstudio.github.io/crosstalk/")
3207 (synopsis "Inter-widget interactivity for HTML widgets")
3208 (description
3209 "This package provides building blocks for allowing HTML widgets to
3210 communicate with each other, with Shiny or without (i.e. static @code{.html}
3211 files). It currently supports linked brushing and filtering.")
3212 (license license:expat)))
3213
3214 (define-public r-rook
3215 (package
3216 (name "r-rook")
3217 (version "1.1-1")
3218 (source
3219 (origin
3220 (method url-fetch)
3221 (uri (cran-uri "Rook" version))
3222 (sha256
3223 (base32
3224 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
3225 (properties `((upstream-name . "Rook")))
3226 (build-system r-build-system)
3227 (propagated-inputs (list r-brew))
3228 (home-page "https://cran.r-project.org/web/packages/Rook")
3229 (synopsis "Web server interface for R")
3230 (description
3231 "This package contains the Rook specification and convenience software
3232 for building and running Rook applications. A Rook application is an R
3233 reference class object that implements a @code{call} method or an R closure
3234 that takes exactly one argument, an environment, and returns a list with three
3235 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
3236 (license license:gpl2)))
3237
3238 (define-public r-miniui
3239 (package
3240 (name "r-miniui")
3241 (version "0.1.1.1")
3242 (source
3243 (origin
3244 (method url-fetch)
3245 (uri (cran-uri "miniUI" version))
3246 (sha256
3247 (base32
3248 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
3249 (properties `((upstream-name . "miniUI")))
3250 (build-system r-build-system)
3251 (propagated-inputs
3252 (list r-htmltools r-shiny))
3253 (home-page "https://cran.r-project.org/web/packages/miniUI/")
3254 (synopsis "Shiny UI widgets for small screens")
3255 (description
3256 "This package provides UI widget and layout functions for writing Shiny apps that
3257 work well on small screens.")
3258 (license license:gpl3)))
3259
3260 (define-public r-feather
3261 (package
3262 (name "r-feather")
3263 (version "0.3.5")
3264 (source
3265 (origin
3266 (method url-fetch)
3267 (uri (cran-uri "feather" version))
3268 (sha256
3269 (base32
3270 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
3271 (build-system r-build-system)
3272 (propagated-inputs
3273 (list r-hms r-rcpp r-tibble))
3274 (home-page "https://github.com/wesm/feather")
3275 (synopsis "R Bindings to the Feather API")
3276 (description "Read and write feather files, a lightweight binary columnar
3277 data store designed for maximum speed.")
3278 (license license:asl2.0)))
3279
3280 (define-public r-maps
3281 (package
3282 (name "r-maps")
3283 (version "3.4.0")
3284 (source
3285 (origin
3286 (method url-fetch)
3287 (uri (cran-uri "maps" version))
3288 (sha256
3289 (base32
3290 "0ispkx1szgwxhr0zzhdzgqqwcgc6psg7vry4sj4rb89w76rcq63r"))))
3291 (build-system r-build-system)
3292 (home-page "https://cran.r-project.org/web/packages/maps")
3293 (synopsis "Draw geographical maps")
3294 (description "This package provides an R module for display of maps.
3295 Projection code and larger maps are in separate packages (@code{mapproj} and
3296 @code{mapdata}).")
3297 (license license:gpl2)))
3298
3299 (define-public r-mapproj
3300 (package
3301 (name "r-mapproj")
3302 (version "1.2.8")
3303 (source
3304 (origin
3305 (method url-fetch)
3306 (uri (cran-uri "mapproj" version))
3307 (sha256
3308 (base32
3309 "10bpib827011fpgvzsmlv4j3i41s0r3cv1hvawwdlk753s7i0pw6"))))
3310 (build-system r-build-system)
3311 (propagated-inputs (list r-maps))
3312 (home-page "https://cran.r-project.org/web/packages/mapproj")
3313 (synopsis "Map projection in R")
3314 (description "This package converts latitude/longitude into projected
3315 coordinates.")
3316 (license (list license:gpl2 ; The R interface
3317 (license:non-copyleft ; The C code
3318 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
3319 "Lucent Public License Version 1.02")))))
3320
3321 (define-public r-rgooglemaps
3322 (package
3323 (name "r-rgooglemaps")
3324 (version "1.4.5.3")
3325 (source
3326 (origin
3327 (method url-fetch)
3328 (uri (cran-uri "RgoogleMaps" version))
3329 (sha256
3330 (base32
3331 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
3332 (properties `((upstream-name . "RgoogleMaps")))
3333 (build-system r-build-system)
3334 (propagated-inputs
3335 (list r-png r-sp))
3336 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
3337 (synopsis "Use Google Maps in R")
3338 (description "This package serves two purposes:
3339 @enumerate
3340 @item Provide a comfortable R interface to query the Google server for static
3341 maps, and
3342 @item Use the map as a background image to overlay plots within R. This
3343 requires proper coordinate scaling.
3344 @end enumerate\n")
3345 (license license:gpl2+)))
3346
3347 (define-public r-geosphere
3348 (package
3349 (name "r-geosphere")
3350 (version "1.5-14")
3351 (source
3352 (origin
3353 (method url-fetch)
3354 (uri (cran-uri "geosphere" version))
3355 (sha256
3356 (base32
3357 "0bg4vfmrw140j2ax0p6bflvb77w03ir39wa87l96rj473jpa9hzj"))))
3358 (build-system r-build-system)
3359 (propagated-inputs (list r-sp))
3360 (home-page "https://cran.r-project.org/web/packages/geosphere")
3361 (synopsis "Spherical trigonometry")
3362 (description "This package computes spherical trigonometry for geographic
3363 applications. That is, compute distances and related measures for angular
3364 (longitude/latitude) locations.")
3365 (license license:gpl3+)))
3366
3367 (define-public r-jpeg
3368 (package
3369 (name "r-jpeg")
3370 (version "0.1-9")
3371 (source
3372 (origin
3373 (method url-fetch)
3374 (uri (cran-uri "jpeg" version))
3375 (sha256
3376 (base32
3377 "0wihj538wdnr71wdldym83qadb4kh68a6rkallwbh2f25r27b881"))))
3378 (build-system r-build-system)
3379 (inputs (list libjpeg-turbo))
3380 (home-page "https://www.rforge.net/jpeg/")
3381 (synopsis "Read and write JPEG images with R")
3382 (description "This package provides a way to read, write and display
3383 bitmap images stored in the JPEG format with R. It can read and write both
3384 files and in-memory raw vectors.")
3385 (license license:gpl2+)))
3386
3387 (define-public r-ggmap
3388 (package
3389 (name "r-ggmap")
3390 (version "3.0.0")
3391 (source
3392 (origin
3393 (method url-fetch)
3394 (uri (cran-uri "ggmap" version))
3395 (sha256
3396 (base32
3397 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
3398 (build-system r-build-system)
3399 (propagated-inputs
3400 (list r-bitops
3401 r-digest
3402 r-dplyr
3403 r-ggplot2
3404 r-glue
3405 r-httr
3406 r-jpeg
3407 r-magrittr
3408 r-plyr
3409 r-png
3410 r-purrr
3411 r-rgooglemaps
3412 r-rjson
3413 r-scales
3414 r-stringr
3415 r-tibble
3416 r-tidyr))
3417 (home-page "https://github.com/dkahle/ggmap")
3418 (synopsis "Spatial visualization with ggplot2")
3419 (description "This package provides a collection of functions to visualize
3420 spatial data and models on top of static maps from various online sources (e.g
3421 Google Maps and Stamen Maps). It includes tools common to those tasks,
3422 including functions for geolocation and routing.")
3423 (license license:gpl2)))
3424
3425 (define-public r-haven
3426 (package
3427 (name "r-haven")
3428 (version "2.5.0")
3429 (source
3430 (origin
3431 (method url-fetch)
3432 (uri (cran-uri "haven" version))
3433 (sha256
3434 (base32
3435 "1x5g6kjrzcyarbjz91f4aaspx7rb50qs6a9y29mzr3mjq4dk305m"))
3436 (modules '((guix build utils)))
3437 (snippet
3438 ;; unvendor readstat
3439 '(delete-file-recursively "src/readstat"))))
3440 (build-system r-build-system)
3441 (arguments
3442 '(#:phases
3443 (modify-phases %standard-phases
3444 (add-after 'unpack 'unbundle-readstat
3445 (lambda _
3446 ;; Not required, since we’re not building readstat.
3447 (substitute* "src/Makevars"
3448 (("-lz") "-lreadstat")))))))
3449 (inputs
3450 (list readstat))
3451 (native-inputs
3452 (list r-knitr))
3453 (propagated-inputs
3454 (list r-cli
3455 r-cpp11
3456 r-forcats
3457 r-hms
3458 r-lifecycle
3459 r-rlang
3460 r-readr
3461 r-tibble
3462 r-tidyselect
3463 r-vctrs))
3464 (home-page "https://haven.tidyverse.org")
3465 (synopsis "Import and export SPSS, Stata and SAS files")
3466 (description
3467 "This package lets you import foreign statistical formats into R via the
3468 @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
3469 (license license:expat)))
3470
3471 (define-public r-amap
3472 (package
3473 (name "r-amap")
3474 (version "0.8-18")
3475 (source (origin
3476 (method url-fetch)
3477 (uri (cran-uri "amap" version))
3478 (sha256
3479 (base32
3480 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
3481 (build-system r-build-system)
3482 (native-inputs
3483 (list gfortran))
3484 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
3485 (synopsis "Another multidimensional analysis package")
3486 (description "This package provides tools for clustering and principal
3487 component analysis (with robust methods, and parallelized functions).")
3488 (license license:gpl2+)))
3489
3490 (define-public r-ape
3491 (package
3492 (name "r-ape")
3493 (version "5.6-2")
3494 (source
3495 (origin
3496 (method url-fetch)
3497 (uri (cran-uri "ape" version))
3498 (sha256
3499 (base32
3500 "0mqjsh7maczd02iwa4fb896q3kgd9jnlilq7y1yz18ch0c54aqlv"))))
3501 (build-system r-build-system)
3502 (propagated-inputs
3503 (list r-lattice r-nlme r-rcpp))
3504 (home-page "http://ape-package.ird.fr/")
3505 (synopsis "Analyses of phylogenetics and evolution")
3506 (description
3507 "This package provides functions for reading, writing, plotting, and
3508 manipulating phylogenetic trees, analyses of comparative data in a
3509 phylogenetic framework, ancestral character analyses, analyses of
3510 diversification and macroevolution, computing distances from DNA sequences,
3511 and several other tools.")
3512 (license license:gpl2+)))
3513
3514 (define-public r-abbyyr
3515 (package
3516 (name "r-abbyyr")
3517 (version "0.5.5")
3518 (source
3519 (origin
3520 (method url-fetch)
3521 (uri (cran-uri "abbyyR" version))
3522 (sha256
3523 (base32
3524 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
3525 (properties `((upstream-name . "abbyyR")))
3526 (build-system r-build-system)
3527 (propagated-inputs
3528 (list r-curl
3529 r-httr
3530 r-plyr
3531 r-progress
3532 r-readr
3533 r-xml))
3534 (home-page "https://github.com/soodoku/abbyyR")
3535 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
3536 (description
3537 "This package provides tools to get text from images of text using Abbyy
3538 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
3539 OCR images, barcodes, forms, documents with machine readable zones, e.g.
3540 passports and get the results in a variety of formats including plain text and
3541 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
3542 (license license:expat)))
3543
3544 (define-public r-colorspace
3545 (package
3546 (name "r-colorspace")
3547 (version "2.0-3")
3548 (source
3549 (origin
3550 (method url-fetch)
3551 (uri (cran-uri "colorspace" version))
3552 (sha256
3553 (base32 "0zw52s8g2gxp8i1ax96azxmxqrbhb7aad5px0c1vgr6n9p682mp7"))))
3554 (build-system r-build-system)
3555 (native-inputs
3556 (list r-knitr))
3557 (home-page "https://cran.r-project.org/web/packages/colorspace")
3558 (synopsis "Color space manipulation")
3559 (description
3560 "This package carries out a mapping between assorted color spaces
3561 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
3562 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
3563 colors are provided.")
3564 (license license:bsd-3)))
3565
3566 (define-public r-glue
3567 (package
3568 (name "r-glue")
3569 (version "1.6.2")
3570 (source
3571 (origin
3572 (method url-fetch)
3573 (uri (cran-uri "glue" version))
3574 (sha256
3575 (base32
3576 "1gzxk5jgdh2xq9r7z09xs306ygzf27vhg3pyfl7ck1755gqii9cx"))))
3577 (build-system r-build-system)
3578 ;; knitr depends on glue, so we can't add knitr here to build the
3579 ;; vignettes.
3580 #;
3581 (native-inputs
3582 `(("r-knitr" ,r-knitr)))
3583 (home-page "https://github.com/tidyverse/glue")
3584 (synopsis "Interpreted string literals")
3585 (description
3586 "This package provides an implementation of interpreted string literals,
3587 inspired by Python's Literal String Interpolation (PEP-0498) and
3588 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
3589 (license license:expat)))
3590
3591 (define-public r-palmerpenguins
3592 (package
3593 (name "r-palmerpenguins")
3594 (version "0.1.0")
3595 (source
3596 (origin
3597 (method url-fetch)
3598 (uri (cran-uri "palmerpenguins" version))
3599 (sha256
3600 (base32
3601 "0q1k3cdkliq7kwrg1n0vs9b6cjwyfarhlgdijhp9c6riy6y5ik7x"))))
3602 (properties
3603 `((upstream-name . "palmerpenguins")))
3604 (build-system r-build-system)
3605 (home-page "https://allisonhorst.github.io/palmerpenguins/")
3606 (synopsis "Palmer Archipelago (Antarctica) penguin data")
3607 (description
3608 "This package includes size measurements, clutch observations, and blood
3609 isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins
3610 observed on islands in the Palmer Archipelago near Palmer Station, Antarctica.
3611 Data were collected and made available by Dr. Kristen Gorman and the Palmer
3612 Station Long Term Ecological Research (LTER) Program.")
3613 (license license:cc0)))
3614
3615 (define-public r-pastecs
3616 (package
3617 (name "r-pastecs")
3618 (version "1.3.21")
3619 (source (origin
3620 (method url-fetch)
3621 (uri (cran-uri "pastecs" version))
3622 (sha256
3623 (base32
3624 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
3625 (build-system r-build-system)
3626 (propagated-inputs
3627 (list r-boot))
3628 (home-page "https://github.com/phgrosjean/pastecs")
3629 (synopsis "Analysis of space-time ecological series")
3630 (description
3631 "This package provides functions for regulation, decomposition and analysis
3632 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
3633 initiative to bring PASSTEC 2000 functionalities to R.")
3634 (license license:gpl2+)))
3635
3636 (define-public r-partykit
3637 (package
3638 (name "r-partykit")
3639 (version "1.2-15")
3640 (source (origin
3641 (method url-fetch)
3642 (uri (cran-uri "partykit" version))
3643 (sha256
3644 (base32
3645 "1b73s5l19yicwginqsg5xr7fzb005x372n0wb34kk6jb5x5lbsdj"))))
3646 (build-system r-build-system)
3647 (propagated-inputs
3648 (list r-formula
3649 r-inum
3650 r-libcoin
3651 r-mvtnorm
3652 r-rpart
3653 r-survival))
3654 (home-page "http://partykit.R-Forge.R-project.org/partykit")
3655 (synopsis "Toolkit for recursive partytioning")
3656 (description
3657 "This package provides a toolkit with infrastructure for representing,
3658 summarizing, and visualizing tree-structured regression and classification
3659 models.")
3660 (license license:gpl2+)))
3661
3662 (define-public r-plogr
3663 (package
3664 (name "r-plogr")
3665 (version "0.2.0")
3666 (source
3667 (origin
3668 (method url-fetch)
3669 (uri (cran-uri "plogr" version))
3670 (sha256
3671 (base32
3672 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
3673 (build-system r-build-system)
3674 (home-page "https://github.com/krlmlr/plogr")
3675 (synopsis "R bindings for the plog C++ logging library")
3676 (description
3677 "This package provides the header files for a stripped-down version of
3678 the plog header-only C++ logging library, and a method to log to R's standard
3679 error stream.")
3680 (license license:expat)))
3681
3682 (define-public r-pls
3683 (package
3684 (name "r-pls")
3685 (version "2.8-0")
3686 (source
3687 (origin
3688 (method url-fetch)
3689 (uri (cran-uri "pls" version))
3690 (sha256
3691 (base32 "1gqq8rcq6p0hs2gfzwfj690rz3pwywmnv8qzcv0wsd6aaqkskwzg"))))
3692 (build-system r-build-system)
3693 (home-page "https://mevik.net/work/software/pls.html")
3694 (synopsis "Partial Least Squares and Principal Component Regression")
3695 (description
3696 "The pls package implements multivariate regression methods: Partial Least
3697 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
3698 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
3699
3700 @itemize
3701 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
3702 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
3703 @item multi-response models (or @dfn{PLS2})
3704 @item flexible cross-validation
3705 @item Jackknife variance estimates of regression coefficients
3706 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
3707 (R)MSEP, R², and correlation loadings
3708 @item formula interface, modelled after @code{lm()}, with methods for predict,
3709 print, summary, plot, update, etc.
3710 @item extraction functions for coefficients, scores, and loadings
3711 @item MSEP, RMSEP, and R² estimates
3712 @item multiplicative scatter correction (@dfn{MSC})
3713 @end itemize\n")
3714 (license license:gpl2)))
3715
3716 (define-public r-ps
3717 (package
3718 (name "r-ps")
3719 (version "1.7.0")
3720 (source
3721 (origin
3722 (method url-fetch)
3723 (uri (cran-uri "ps" version))
3724 (sha256
3725 (base32 "1qaj9gyz7q09aadlnj5al53k2pa4axmzjsbndf5r0b51qqrcy842"))))
3726 (build-system r-build-system)
3727 (home-page "https://ps.r-lib.org")
3728 (synopsis "List, query, and manipulate system processes")
3729 (description
3730 "The ps package implements an API to list, query, and manipulate system
3731 processes. Most of its code is based on the @code{psutil} Python package.")
3732 (license license:bsd-3)))
3733
3734 (define-public r-pkgbuild
3735 (package
3736 (name "r-pkgbuild")
3737 (version "1.3.1")
3738 (source
3739 (origin
3740 (method url-fetch)
3741 (uri (cran-uri "pkgbuild" version))
3742 (sha256
3743 (base32 "0j6v5nbp8kg1m3j999gd1qsbdmqcqm1mf28ngmm177miwv8q4skw"))))
3744 (build-system r-build-system)
3745 (propagated-inputs
3746 (list r-callr
3747 r-cli
3748 r-crayon
3749 r-desc
3750 r-prettyunits
3751 r-r6
3752 r-rprojroot
3753 r-withr))
3754 (home-page "https://github.com/r-pkgs/pkgbuild")
3755 (synopsis "Find tools needed to build R packages")
3756 (description
3757 "This package provides functions used to build R packages. It locates
3758 compilers needed to build R packages on various platforms and ensures the PATH
3759 is configured appropriately so R can use them.")
3760 (license license:gpl3)))
3761
3762 (define-public r-pkgload
3763 (package
3764 (name "r-pkgload")
3765 (version "1.2.4")
3766 (source
3767 (origin
3768 (method url-fetch)
3769 (uri (cran-uri "pkgload" version))
3770 (sha256
3771 (base32
3772 "03yr9mswx9nij27bp21q6c533zx310xwzhwm52dwr7554k42p4fn"))))
3773 (build-system r-build-system)
3774 (propagated-inputs
3775 (list r-cli
3776 r-crayon
3777 r-desc
3778 r-rlang
3779 r-rprojroot
3780 r-rstudioapi
3781 r-withr))
3782 (home-page "https://github.com/r-lib/pkgload")
3783 (synopsis "Simulate package installation and attach")
3784 (description
3785 "This package simulates the process of installing a package and then
3786 attaching it. This is a key part of the @code{devtools} package as it allows
3787 you to rapidly iterate while developing a package.")
3788 (license license:gpl3)))
3789
3790 (define-public r-pvclust
3791 (package
3792 (name "r-pvclust")
3793 (version "2.2-0")
3794 (source (origin
3795 (method url-fetch)
3796 (uri (cran-uri "pvclust" version))
3797 (sha256
3798 (base32
3799 "0082icm54k2yq60k06qpr92a626k39j2jr0046lva4ylmhxqb4kq"))))
3800 (build-system r-build-system)
3801 (home-page "https://github.com/shimo-lab/pvclust")
3802 (synopsis
3803 "Hierarchical clustering with P-values via multiscale bootstrap resampling")
3804 (description "This package provides an implementation of multiscale bootstrap
3805 resampling for assessing the uncertainty in hierarchical cluster analysis. It
3806 provides an AU (approximately unbiased) P-value as well as a BP (bootstrap probability)
3807 value for each cluster in a dendrogram.")
3808 (license license:gpl2+)))
3809
3810 (define-public r-rcpp
3811 (package
3812 (name "r-rcpp")
3813 (version "1.0.8.3")
3814 (source
3815 (origin
3816 (method url-fetch)
3817 (uri (cran-uri "Rcpp" version))
3818 (sha256
3819 (base32 "1gzqfn1xjawzig30ama3rldykqpcn6bd8sg684mrfvpmv96bi9cx"))))
3820 (build-system r-build-system)
3821 (home-page "http://www.rcpp.org")
3822 (synopsis "Seamless R and C++ integration")
3823 (description
3824 "The Rcpp package provides R functions as well as C++ classes which offer
3825 a seamless integration of R and C++. Many R data types and objects can be
3826 mapped back and forth to C++ equivalents which facilitates both writing of new
3827 code as well as easier integration of third-party libraries. Documentation
3828 about Rcpp is provided by several vignettes included in this package, via the
3829 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
3830 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
3831 @code{citation(\"Rcpp\")} for details on these last two.")
3832 (license license:gpl2+)))
3833
3834 (define-public r-rcppthread
3835 (package
3836 (name "r-rcppthread")
3837 (version "2.1.3")
3838 (source
3839 (origin
3840 (method url-fetch)
3841 (uri (cran-uri "RcppThread" version))
3842 (sha256
3843 (base32
3844 "0iprpidf7q1wlrgr9dwiikb6apqk80pyjcyni56k64nl7lrkszhj"))))
3845 (properties `((upstream-name . "RcppThread")))
3846 (build-system r-build-system)
3847 (home-page
3848 "https://github.com/tnagler/RcppThread")
3849 (synopsis "R threading in C++")
3850 (description
3851 "This package provides a C++11-style thread class and thread pool that can
3852 safely be interrupted from R.")
3853 (license license:expat)))
3854
3855 (define-public r-rcppnumerical
3856 (package
3857 (name "r-rcppnumerical")
3858 (version "0.4-0")
3859 (source (origin
3860 (method url-fetch)
3861 (uri (cran-uri "RcppNumerical" version))
3862 (sha256
3863 (base32
3864 "1a92fql6mijhnr1kxkcxwivf95pk9lhgmhzkshs51h0ybfv5krik"))))
3865 (build-system r-build-system)
3866 (propagated-inputs
3867 (list r-rcpp r-rcppeigen))
3868 (home-page "https://github.com/yixuan/RcppNumerical")
3869 (synopsis"Numerical computing libraries integration with @code{Rcpp}")
3870 (description "This package provides a collection of libraries for numerical
3871 computing (numerical integration, optimization, etc.) and their integration
3872 with @code{Rcpp}.")
3873 (license license:gpl2+)))
3874
3875 (define-public r-rcppxptrutils
3876 (package
3877 (name "r-rcppxptrutils")
3878 (version "0.1.2")
3879 (source
3880 (origin
3881 (method url-fetch)
3882 (uri (cran-uri "RcppXPtrUtils" version))
3883 (sha256
3884 (base32 "0hm57nf4dzgsmg4hjj6wikwjx93fgfwkmybw6ly4b58wi6qwml1l"))))
3885 (properties `((upstream-name . "RcppXPtrUtils")))
3886 (build-system r-build-system)
3887 (propagated-inputs (list r-rcpp))
3888 (home-page "https://github.com/Enchufa2/RcppXPtrUtils")
3889 (synopsis "XPtr add-ons for Rcpp")
3890 (description
3891 "This package provides the means to compile user-supplied C++ functions
3892 with Rcpp and retrieve an @code{XPtr} that can be passed to other C++
3893 components.")
3894 (license license:expat)))
3895
3896 (define-public r-bindr
3897 (package
3898 (name "r-bindr")
3899 (version "0.1.1")
3900 (source
3901 (origin
3902 (method url-fetch)
3903 (uri (cran-uri "bindr" version))
3904 (sha256
3905 (base32
3906 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
3907 (build-system r-build-system)
3908 (home-page "https://github.com/krlmlr/bindr")
3909 (synopsis "Parametrized active bindings")
3910 (description
3911 "This package provides a simple interface for creating active bindings
3912 where the bound function accepts additional arguments.")
3913 (license license:expat)))
3914
3915 (define-public r-bindrcpp
3916 (package
3917 (name "r-bindrcpp")
3918 (version "0.2.2")
3919 (source
3920 (origin
3921 (method url-fetch)
3922 (uri (cran-uri "bindrcpp" version))
3923 (sha256
3924 (base32
3925 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
3926 (build-system r-build-system)
3927 (propagated-inputs
3928 (list r-bindr r-plogr r-rcpp))
3929 (home-page "https://github.com/krlmlr/bindrcpp")
3930 (synopsis "Rcpp interface to active bindings")
3931 (description
3932 "This package provides an easy way to fill an environment with active
3933 bindings that call a C++ function.")
3934 (license license:expat)))
3935
3936 (define-public r-auc
3937 (package
3938 (name "r-auc")
3939 (version "0.3.2")
3940 (source
3941 (origin
3942 (method url-fetch)
3943 (uri (cran-uri "AUC" version))
3944 (sha256
3945 (base32
3946 "07xf47kypqbsg2mixmq6mnh4s89aqan9bgl6kfv6lbx8ajv2asw3"))))
3947 (properties `((upstream-name . "AUC")))
3948 (build-system r-build-system)
3949 (home-page "https://cran.r-project.org/web/packages/AUC")
3950 (synopsis "Compute the area under the curve of selected measures")
3951 (description
3952 "This package includes functions to compute the area under the curve of
3953 selected measures: the area under the sensitivity curve (AUSEC), the area
3954 under the specificity curve (AUSPC), the area under the accuracy
3955 curve (AUACC), and the area under the receiver operating characteristic
3956 curve (AUROC). The curves can also be visualized. Support for partial areas
3957 is provided.")
3958 (license license:gpl2+)))
3959
3960 (define-public r-calibrate
3961 (package
3962 (name "r-calibrate")
3963 (version "1.7.7")
3964 (source
3965 (origin
3966 (method url-fetch)
3967 (uri (cran-uri "calibrate" version))
3968 (sha256
3969 (base32 "19kgrnsyq67iqv1biyssqi30a6v2836ql20nabpy2m692ns0jfvi"))))
3970 (build-system r-build-system)
3971 (propagated-inputs
3972 (list r-mass))
3973 (home-page "https://cran.r-project.org/web/packages/calibrate")
3974 (synopsis "Calibration of scatterplot and biplot axes")
3975 (description
3976 "This is a package for drawing calibrated scales with tick marks
3977 on (non-orthogonal) variable vectors in scatterplots and biplots.")
3978 (license license:gpl2)))
3979
3980 (define-public r-shape
3981 (package
3982 (name "r-shape")
3983 (version "1.4.6")
3984 (source
3985 (origin
3986 (method url-fetch)
3987 (uri (cran-uri "shape" version))
3988 (sha256
3989 (base32
3990 "0yqbrrx2ywmfl99s6d1n6jblc63k1mxbiqyv8y0kq8jws1g3w45r"))))
3991 (build-system r-build-system)
3992 (home-page "https://cran.r-project.org/web/packages/shape")
3993 (synopsis "Functions for plotting graphical shapes")
3994 (description
3995 "This package provides functions for plotting graphical shapes such as
3996 ellipses, circles, cylinders, arrows, ...")
3997 (license license:gpl3+)))
3998
3999 (define-public r-globaloptions
4000 (package
4001 (name "r-globaloptions")
4002 (version "0.1.2")
4003 (source
4004 (origin
4005 (method url-fetch)
4006 (uri (cran-uri "GlobalOptions" version))
4007 (sha256
4008 (base32 "0gkm77w6db9ajyncy1xdcivplap06a51zi99m009kylccschd2a7"))))
4009 (properties `((upstream-name . "GlobalOptions")))
4010 (build-system r-build-system)
4011 (native-inputs
4012 (list r-knitr))
4013 (home-page "https://github.com/jokergoo/GlobalOptions")
4014 (synopsis "Generate functions to get or set global options")
4015 (description
4016 "This package provides more controls on the option values such as
4017 validation and filtering on the values, making options invisible or private.")
4018 (license license:gpl2+)))
4019
4020 (define-public r-circlize
4021 (package
4022 (name "r-circlize")
4023 (version "0.4.15")
4024 (source
4025 (origin
4026 (method url-fetch)
4027 (uri (cran-uri "circlize" version))
4028 (sha256
4029 (base32
4030 "1iswb7dy08as3pbzxvhx5qlsbnwvp79nwg8m158nfz7y2d9xa0nn"))))
4031 (build-system r-build-system)
4032 (propagated-inputs
4033 (list r-colorspace r-globaloptions r-shape))
4034 (native-inputs
4035 (list r-knitr))
4036 (home-page "https://github.com/jokergoo/circlize")
4037 (synopsis "Circular visualization")
4038 (description
4039 "Circular layout is an efficient way to visualise huge amounts of
4040 information. This package provides an implementation of circular layout
4041 generation in R as well as an enhancement of available software. Its
4042 flexibility is based on the usage of low-level graphics functions such that
4043 self-defined high-level graphics can be easily implemented by users for
4044 specific purposes. Together with the seamless connection between the powerful
4045 computational and visual environment in R, it gives users more convenience and
4046 freedom to design figures for better understanding complex patterns behind
4047 multi-dimensional data.")
4048 (license license:gpl2+)))
4049
4050 (define-public r-powerlaw
4051 (package
4052 (name "r-powerlaw")
4053 (version "0.70.6")
4054 (source
4055 (origin
4056 (method url-fetch)
4057 (uri (cran-uri "poweRlaw" version))
4058 (sha256
4059 (base32 "14d1myxllvm1grnfiszzzxaiqpb2jpmsi19wq70r8r2wki293h7g"))))
4060 (properties `((upstream-name . "poweRlaw")))
4061 (build-system r-build-system)
4062 (propagated-inputs
4063 (list r-pracma))
4064 (native-inputs
4065 (list r-knitr))
4066 (home-page "https://github.com/csgillespie/poweRlaw")
4067 (synopsis "Tools for the analysis of heavy tailed distributions")
4068 (description
4069 "This package provides an implementation of maximum likelihood estimators
4070 for a variety of heavy tailed distributions, including both the discrete and
4071 continuous power law distributions. Additionally, a goodness-of-fit based
4072 approach is used to estimate the lower cut-off for the scaling region.")
4073 ;; Any of these GPL versions.
4074 (license (list license:gpl2 license:gpl3))))
4075
4076 (define-public r-compare
4077 (package
4078 (name "r-compare")
4079 (version "0.2-6")
4080 (source
4081 (origin
4082 (method url-fetch)
4083 (uri (cran-uri "compare" version))
4084 (sha256
4085 (base32
4086 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
4087 (build-system r-build-system)
4088 (home-page "https://cran.r-project.org/web/packages/compare")
4089 (synopsis "Comparing objects for differences")
4090 (description
4091 "This package provides functions to compare a model object to a
4092 comparison object. If the objects are not identical, the functions can be
4093 instructed to explore various modifications of the objects (e.g., sorting
4094 rows, dropping names) to see if the modified versions are identical.")
4095 (license license:gpl2+)))
4096
4097 (define-public r-dendextend
4098 (package
4099 (name "r-dendextend")
4100 (version "1.15.2")
4101 (source
4102 (origin
4103 (method url-fetch)
4104 (uri (cran-uri "dendextend" version))
4105 (sha256
4106 (base32
4107 "06wjs8451hmnimzgngpzbai3yrgy33133vzzapa8jib9crdqi8sb"))))
4108 (build-system r-build-system)
4109 (propagated-inputs
4110 (list r-ggplot2 r-magrittr r-viridis))
4111 (native-inputs
4112 (list r-knitr))
4113 (home-page "https://cran.r-project.org/web/packages/dendextend")
4114 (synopsis "Extending 'dendrogram' functionality in R")
4115 (description
4116 "This package offers a set of functions for extending @code{dendrogram}
4117 objects in R, letting you visualize and compare trees of hierarchical
4118 clusterings. You can adjust a tree's graphical parameters (the color, size,
4119 type, etc of its branches, nodes and labels) and visually and statistically
4120 compare different dendrograms to one another.")
4121 ;; Any of these versions
4122 (license (list license:gpl2 license:gpl3))))
4123
4124 (define-public r-getoptlong
4125 (package
4126 (name "r-getoptlong")
4127 (version "1.0.5")
4128 (source
4129 (origin
4130 (method url-fetch)
4131 (uri (cran-uri "GetoptLong" version))
4132 (sha256
4133 (base32
4134 "00fpm6nd3kqa2ikasxa62jzywi46fvvmx1mdavcp5yrxxn37j8wc"))))
4135 (properties `((upstream-name . "GetoptLong")))
4136 (build-system r-build-system)
4137 (inputs
4138 (list perl))
4139 (propagated-inputs
4140 (list r-crayon r-globaloptions r-rjson))
4141 (native-inputs
4142 (list r-knitr))
4143 (home-page "https://github.com/jokergoo/GetoptLong")
4144 (synopsis "Parsing command-line arguments and variable interpolation")
4145 (description
4146 "This is yet another command-line argument parser which wraps the
4147 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
4148 use in R. It also provides a simple way for variable interpolation in R.")
4149 (license license:gpl2+)))
4150
4151 (define-public r-fastmatch
4152 (package
4153 (name "r-fastmatch")
4154 (version "1.1-3")
4155 (source
4156 (origin
4157 (method url-fetch)
4158 (uri (cran-uri "fastmatch" version))
4159 (sha256
4160 (base32
4161 "0qcq1gwl9pijgp34giyq5y9rk0ly3d7xza2b7r68xx63ifqa1vqx"))))
4162 (build-system r-build-system)
4163 (home-page "https://www.rforge.net/fastmatch")
4164 (synopsis "Fast match function")
4165 (description
4166 "This package provides a fast @code{match} replacement for cases that
4167 require repeated look-ups. It is slightly faster that R's built-in
4168 @code{match} function on first match against a table, but extremely fast on
4169 any subsequent lookup as it keeps the hash table in memory.")
4170 (license license:gpl2)))
4171
4172 (define-public r-ff
4173 (package
4174 (name "r-ff")
4175 (version "4.0.7")
4176 (source
4177 (origin
4178 (method url-fetch)
4179 (uri (cran-uri "ff" version))
4180 (sha256
4181 (base32
4182 "1yl3ipzz9bjkfy9bbna7xz5n7iz4lchnw5l7agww7by764yk6iqa"))))
4183 (build-system r-build-system)
4184 (propagated-inputs (list r-bit))
4185 (home-page "http://ff.r-forge.r-project.org/")
4186 (synopsis "Memory-efficient storage of large data on disk and access functions")
4187 (description
4188 "This package provides data structures that are stored on disk but
4189 behave (almost) as if they were in RAM by transparently mapping only a section
4190 in main memory.")
4191 ;; error Architecture not supported.
4192 (supported-systems (delete "aarch64-linux" %supported-systems))
4193 (license license:gpl2)))
4194
4195 (define-public r-ffbase
4196 (package
4197 (name "r-ffbase")
4198 (version "0.13.3")
4199 (source
4200 (origin
4201 (method url-fetch)
4202 (uri (cran-uri "ffbase" version))
4203 (sha256
4204 (base32
4205 "1dp6lblfq2j7r1b4b8ls47jlx8j27n88d5vp8w116lb8pa01zxmk"))))
4206 (build-system r-build-system)
4207 (propagated-inputs
4208 (list r-bit r-fastmatch r-ff))
4209 (home-page "https://github.com/edwindj/ffbase")
4210 (synopsis "Basic statistical functions for package 'ff'")
4211 (description
4212 "This package extends the out of memory vectors of @code{ff} with
4213 statistical functions and other utilities to ease their usage.")
4214 (license license:gpl3)))
4215
4216 (define-public r-prettyunits
4217 (package
4218 (name "r-prettyunits")
4219 (version "1.1.1")
4220 (source
4221 (origin
4222 (method url-fetch)
4223 (uri (cran-uri "prettyunits" version))
4224 (sha256
4225 (base32
4226 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
4227 (build-system r-build-system)
4228 (home-page "https://github.com/gaborcsardi/prettyunits")
4229 (synopsis "Pretty, human readable formatting of quantities")
4230 (description
4231 "This package provides tools for pretty, human readable formatting of
4232 quantities.")
4233 (license license:expat)))
4234
4235 (define-public r-princurve
4236 (package
4237 (name "r-princurve")
4238 (version "2.1.6")
4239 (source (origin
4240 (method url-fetch)
4241 (uri (cran-uri "princurve" version))
4242 (sha256
4243 (base32
4244 "0wzk329bxljkzz57y220lsfckpsn45w348m6dcxh29zbj0ik65h2"))))
4245 (build-system r-build-system)
4246 (propagated-inputs
4247 (list r-rcpp))
4248 (home-page "https://github.com/rcannood/princurve")
4249 (synopsis "Fit a principal curve in arbitrary dimension")
4250 (description "This package provides procedures for fitting a principal
4251 curve to a data matrix in arbitrary dimensions.")
4252 (license license:gpl2)))
4253
4254 (define-public r-reshape
4255 (package
4256 (name "r-reshape")
4257 (version "0.8.9")
4258 (source
4259 (origin
4260 (method url-fetch)
4261 (uri (cran-uri "reshape" version))
4262 (sha256
4263 (base32
4264 "0j203qmc076x5lp6q2xi4dq4xdb73jmsa42rpxp1c37knnrph4br"))))
4265 (build-system r-build-system)
4266 (propagated-inputs
4267 (list r-plyr))
4268 (home-page "http://had.co.nz/reshape")
4269 (synopsis "Flexibly reshape data")
4270 (description
4271 "Flexibly restructure and aggregate data using just two functions:
4272 @code{melt} and @code{cast}. This package provides them.")
4273 (license license:expat)))
4274
4275 (define-public r-restrserve
4276 (package
4277 (name "r-restrserve")
4278 (version "1.1.1")
4279 (source
4280 (origin
4281 (method url-fetch)
4282 (uri (cran-uri "RestRserve" version))
4283 (sha256
4284 (base32 "1ydsdgy6mxl0zqk7xqf4v6if5nf2qv7k48q340fhaqyjk2gd60p7"))))
4285 (build-system r-build-system)
4286 (propagated-inputs
4287 (list r-checkmate
4288 r-digest
4289 r-jsonlite
4290 r-mime
4291 r-r6
4292 r-rcpp
4293 r-rserve
4294 r-uuid))
4295 (native-inputs
4296 (list r-knitr))
4297 (home-page "https://restrserve.org")
4298 (synopsis "R web API framework")
4299 (description
4300 "RestRserve is an R web API framework for building high-performance AND
4301 robust microservices and app backends. With Rserve backend on UNIX-like
4302 systems it is parallel by design. It will handle incoming requests in
4303 parallel - each request in a separate fork.")
4304 (license license:gpl2+)))
4305
4306 (define-public r-progress
4307 (package
4308 (name "r-progress")
4309 (version "1.2.2")
4310 (source
4311 (origin
4312 (method url-fetch)
4313 (uri (cran-uri "progress" version))
4314 (sha256
4315 (base32
4316 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
4317 (build-system r-build-system)
4318 (propagated-inputs
4319 (list r-crayon r-hms r-prettyunits r-r6))
4320 (home-page "https://github.com/gaborcsardi/progress")
4321 (synopsis "Terminal progress bars")
4322 (description
4323 "This package provides configurable progress bars. They may include
4324 percentage, elapsed time, and/or the estimated completion time. They work in
4325 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
4326 package also provides a C++ API, that works with or without Rcpp.")
4327 (license license:expat)))
4328
4329 (define-public r-ggally
4330 (package
4331 (name "r-ggally")
4332 (version "2.1.2")
4333 (source
4334 (origin
4335 (method url-fetch)
4336 (uri (cran-uri "GGally" version))
4337 (sha256
4338 (base32
4339 "1r98zgh2grn8330cf26r1c20gl131zm778szvn5wj6q6pwv2yd9h"))))
4340 (properties `((upstream-name . "GGally")))
4341 (build-system r-build-system)
4342 (inputs
4343 (list openssl))
4344 (propagated-inputs
4345 (list r-dplyr
4346 r-forcats
4347 r-ggplot2
4348 r-gtable
4349 r-lifecycle
4350 r-plyr
4351 r-progress
4352 r-rcolorbrewer
4353 r-reshape
4354 r-rlang
4355 r-scales
4356 r-tidyr))
4357 (home-page "https://ggobi.github.io/ggally")
4358 (synopsis "Extension to ggplot2")
4359 (description
4360 "The R package ggplot2 is a plotting system based on the grammar of
4361 graphics. GGally extends ggplot2 by adding several functions to reduce the
4362 complexity of combining geometric objects with transformed data. Some of
4363 these functions include a pairwise plot matrix, a two group pairwise plot
4364 matrix, a parallel coordinates plot, a survival plot, and several functions to
4365 plot networks.")
4366 (license license:gpl2+)))
4367
4368 (define-public r-proxy
4369 (package
4370 (name "r-proxy")
4371 (version "0.4-26")
4372 (source
4373 (origin
4374 (method url-fetch)
4375 (uri (cran-uri "proxy" version))
4376 (sha256
4377 (base32
4378 "0k8sr24mjfvxp12sf1j9228ah3ngy15nqmm0jw14x5s32f1assv7"))))
4379 (build-system r-build-system)
4380 (home-page "https://cran.r-project.org/web/packages/proxy")
4381 (synopsis "Distance and similarity measures")
4382 (description
4383 "This package provides an extensible framework for the efficient
4384 calculation of auto- and cross-proximities, along with implementations of the
4385 most popular ones.")
4386 (license license:gpl2)))
4387
4388 (define-public r-sp
4389 (package
4390 (name "r-sp")
4391 (version "1.4-7")
4392 (source
4393 (origin
4394 (method url-fetch)
4395 (uri (cran-uri "sp" version))
4396 (sha256
4397 (base32 "1bdi06n5zkjnnyh0rallf04s0vlcx9rg9p5q7s6vfqvkf19nk501"))))
4398 (build-system r-build-system)
4399 (propagated-inputs
4400 (list r-lattice))
4401 (native-inputs
4402 (list r-knitr))
4403 (home-page "https://cran.r-project.org/web/packages/sp")
4404 (synopsis "Classes and methods for spatial data")
4405 (description
4406 "This package provides classes and methods for spatial data; the classes
4407 document where the spatial location information resides, for 2D or 3D data.
4408 Utility functions are provided, e.g. for plotting data as maps, spatial
4409 selection, as well as methods for retrieving coordinates, for subsetting,
4410 print, summary, etc.")
4411 (license license:gpl2+)))
4412
4413 (define-public r-laplacesdemon
4414 (package
4415 (name "r-laplacesdemon")
4416 (version "16.1.6")
4417 (source
4418 (origin
4419 (method url-fetch)
4420 (uri (cran-uri "LaplacesDemon" version))
4421 (sha256
4422 (base32 "1dsfp65cg06f25zjzd5ib4qyn1alfhbhpgyvpcw5n6bszn13idap"))))
4423 (properties `((upstream-name . "LaplacesDemon")))
4424 (build-system r-build-system)
4425 (home-page "https://github.com/LaplacesDemonR/LaplacesDemon")
4426 (synopsis "Complete environment for Bayesian inference")
4427 (description
4428 "This package provides a complete environment for Bayesian inference using
4429 a variety of different samplers.")
4430 (license license:expat)))
4431
4432 (define-public r-rmtstat
4433 (package
4434 (name "r-rmtstat")
4435 (version "0.3.1")
4436 (source
4437 (origin
4438 (method url-fetch)
4439 (uri (cran-uri "RMTstat" version))
4440 (sha256
4441 (base32
4442 "1r1a2sdqv64m9cpm2pz6r8abf7l810126ayd8iq3gx86c7bjfj5v"))))
4443 (properties `((upstream-name . "RMTstat")))
4444 (build-system r-build-system)
4445 (home-page "https://cran.r-project.org/web/packages/RMTstat")
4446 (synopsis "Distributions, statistics and tests derived from random matrix theory")
4447 (description
4448 "This package provides functions for working with the Tracy-Widom laws
4449 and other distributions related to the eigenvalues of large Wishart
4450 matrices.")
4451 (license license:bsd-3)))
4452
4453 (define-public r-rmpi
4454 (package
4455 (name "r-rmpi")
4456 (version "0.6-9.2")
4457 (source (origin
4458 (method url-fetch)
4459 (uri (cran-uri "Rmpi" version))
4460 (sha256
4461 (base32
4462 "06mxqgrimhfsag5giv810c7ycdbaycqs4qcj41pnfbj0jypw32im"))))
4463 (properties `((upstream-name . "Rmpi")))
4464 (build-system r-build-system)
4465 (arguments
4466 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
4467 #:phases (modify-phases %standard-phases
4468 (add-before 'install 'mpi-setup
4469 ,%openmpi-setup))))
4470 (inputs
4471 (list openmpi))
4472 (native-inputs
4473 (list pkg-config))
4474 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
4475 (synopsis "R interface to message-passing interface (MPI)")
4476 (description
4477 "This package provides an interface (wrapper) to MPI APIs. It also
4478 provides an interactive R manager and worker environment.")
4479 (license license:gpl2+)))
4480
4481 (define-public r-lmoments
4482 (package
4483 (name "r-lmoments")
4484 (version "1.3-1")
4485 (source
4486 (origin
4487 (method url-fetch)
4488 (uri (cran-uri "Lmoments" version))
4489 (sha256
4490 (base32
4491 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
4492 (properties `((upstream-name . "Lmoments")))
4493 (build-system r-build-system)
4494 (propagated-inputs
4495 (list r-rcpp r-rcpparmadillo))
4496 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
4497 (synopsis "L-moments and quantile mixtures")
4498 (description
4499 "This package contains functions to estimate L-moments and trimmed
4500 L-moments from the data. It also contains functions to estimate the
4501 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
4502 quantile mixture from L-moments and trimmed L-moments.")
4503 (license license:gpl2)))
4504
4505 (define-public r-distillery
4506 (package
4507 (name "r-distillery")
4508 (version "1.2-1")
4509 (source
4510 (origin
4511 (method url-fetch)
4512 (uri (cran-uri "distillery" version))
4513 (sha256
4514 (base32
4515 "1ymmxyamkq0zbz2m4gllln1ihks2hcib6gs0mls92as79srz122b"))))
4516 (build-system r-build-system)
4517 (home-page "https://ral.ucar.edu/staff/ericg/")
4518 (synopsis "Functions for confidence intervals and object information")
4519 (description
4520 "This package provides some very simple method functions for confidence
4521 interval calculation and to distill pertinent information from a potentially
4522 complex object; primarily used in common with the packages extRemes and
4523 SpatialVx.")
4524 (license license:gpl2+)))
4525
4526 (define-public r-etrunct
4527 (package
4528 (name "r-etrunct")
4529 (version "0.1")
4530 (source (origin
4531 (method url-fetch)
4532 (uri (cran-uri "etrunct" version))
4533 (sha256
4534 (base32
4535 "0ayazgyqlc8jcqr03cwfmfhm4pck6xri1r6vkgqy4arqkrrnrcqr"))))
4536 (properties `((upstream-name . "etrunct")))
4537 (build-system r-build-system)
4538 (home-page "https://cran.r-project.org/web/packages/etrunct")
4539 (synopsis "Computes moments of univariate truncated T distribution")
4540 (description "This package computes moments of univariate truncated
4541 T distribution. There is only one exported function, @code{e_trunct},
4542 which should be seen for details.")
4543 (license license:expat)))
4544
4545 (define-public r-excelr
4546 (package
4547 (name "r-excelr")
4548 (version "0.4.0")
4549 (source
4550 (origin
4551 (method url-fetch)
4552 (uri (cran-uri "excelR" version))
4553 (sha256
4554 (base32 "1pb4sy54zjv5vrh7gjjv7qlpab74km6mfsmfyl0yhmr0jx01hrw0"))
4555 (snippet
4556 '(delete-file "inst/htmlwidgets/lib/jexcel/js/jexcel.min.js"))))
4557 (properties `((upstream-name . "excelR")))
4558 (build-system r-build-system)
4559 (arguments
4560 `(#:phases
4561 (modify-phases %standard-phases
4562 (add-after 'unpack 'process-javascript
4563 (lambda* (#:key inputs #:allow-other-keys)
4564 (with-directory-excursion "inst/htmlwidgets/lib/jexcel/js/"
4565 (let ((source (assoc-ref inputs "js-jexcel"))
4566 (target "jexcel.min.js"))
4567 (format #true "Processing ~a --> ~a~%"
4568 source target)
4569 (invoke "esbuild" source "--minify"
4570 (string-append "--outfile=" target)))))))))
4571 (native-inputs
4572 `(("esbuild" ,esbuild)
4573 ;; There is no tag for this particular commit, but comparison of the
4574 ;; contents of the JavaScript files point to this commit as the most
4575 ;; likely source.
4576 ("js-jexcel"
4577 ,(origin
4578 (method url-fetch)
4579 (uri (string-append "https://raw.githubusercontent.com/jspreadsheet/ce/"
4580 "8af1960f76e6803bebc5750013d2ebe95354e88a/dist/jexcel.js"))
4581 (sha256
4582 (base32
4583 "0y88hsr9d8cpnvdmbm17m328pc4kc5wbcv02kzmhm0bryzhviw7h"))))))
4584 (propagated-inputs (list r-htmlwidgets r-jsonlite))
4585 (home-page "https://github.com/Swechhya/excelR")
4586 (synopsis "Wrapper of the JavaScript library jExcel")
4587 (description
4588 "This package provides an R interface to the jExcel library to
4589 create web-based interactive tables and spreadsheets compatible with
4590 spreadsheet software.")
4591 (license license:expat)))
4592
4593 (define-public r-extremes
4594 (package
4595 (name "r-extremes")
4596 (version "2.1-2")
4597 (source
4598 (origin
4599 (method url-fetch)
4600 (uri (cran-uri "extRemes" version))
4601 (sha256
4602 (base32
4603 "19q560prq02h3bwk01jb68693qb5bhsv8wiqhia7v5knm34qv8x7"))))
4604 (properties `((upstream-name . "extRemes")))
4605 (build-system r-build-system)
4606 (propagated-inputs
4607 (list r-distillery r-lmoments))
4608 (home-page "https://www.assessment.ucar.edu/toolkit/")
4609 (synopsis "Extreme value analysis")
4610 (description
4611 "ExtRemes is a suite of functions for carrying out analyses on the
4612 extreme values of a process of interest; be they block maxima over long blocks
4613 or excesses over a high threshold.")
4614 (license license:gpl2+)))
4615
4616 (define-public r-lmtest
4617 (package
4618 (name "r-lmtest")
4619 (version "0.9-40")
4620 (source
4621 (origin
4622 (method url-fetch)
4623 (uri (cran-uri "lmtest" version))
4624 (sha256
4625 (base32
4626 "15yr2kx08wy085bnziqmj1p6hf9mg3qp2a8465jk2df6di6hsh34"))))
4627 (build-system r-build-system)
4628 (propagated-inputs
4629 (list r-zoo))
4630 (native-inputs
4631 (list gfortran))
4632 (home-page "https://cran.r-project.org/web/packages/lmtest")
4633 (synopsis "Testing linear regression models")
4634 (description
4635 "This package provides a collection of tests, data sets, and examples for
4636 diagnostic checking in linear regression models. Furthermore, some generic
4637 tools for inference in parametric models are provided.")
4638 ;; Either version is okay
4639 (license (list license:gpl2 license:gpl3))))
4640
4641 (define-public r-idr
4642 (package
4643 (name "r-idr")
4644 (version "1.2")
4645 (source (origin
4646 (method url-fetch)
4647 (uri (cran-uri "idr" version))
4648 (sha256
4649 (base32
4650 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
4651 (build-system r-build-system)
4652 (home-page "https://cran.r-project.org/web/packages/idr/")
4653 (synopsis "Irreproducible discovery rate")
4654 (description
4655 "This is a package for estimating the copula mixture model and plotting
4656 correspondence curves in \"Measuring reproducibility of high-throughput
4657 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
4658 by Li, Brown, Huang, and Bickel")
4659 (license license:gpl2+)))
4660
4661 (define-public r-inline
4662 (package
4663 (name "r-inline")
4664 (version "0.3.19")
4665 (source (origin
4666 (method url-fetch)
4667 (uri (cran-uri "inline" version))
4668 (sha256
4669 (base32
4670 "1mcr9hgq6kkq03n7pkcccxa7vg8jma0q7lfxc5vvkc6snydk1s8f"))))
4671 (build-system r-build-system)
4672 (home-page "https://cran.r-project.org/web/packages/inline")
4673 (synopsis "Functions to inline C, C++, Fortran function calls from R")
4674 (description
4675 "This package provides functionality to dynamically define R functions
4676 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
4677 @code{.Call} calling conventions.")
4678 ;; Any version of the LGPL.
4679 (license license:lgpl3+)))
4680
4681 (define-public r-inum
4682 (package
4683 (name "r-inum")
4684 (version "1.0-4")
4685 (source (origin
4686 (method url-fetch)
4687 (uri (cran-uri "inum" version))
4688 (sha256
4689 (base32
4690 "1khkzja8lwn9075864vbyajqina9m588ahf1fsrrajrsqilyzssz"))))
4691 (build-system r-build-system)
4692 (propagated-inputs
4693 (list r-libcoin))
4694 (home-page "https://cran.r-project.org/web/packages/inum/")
4695 (synopsis "Interval and enum-type representation of vectors")
4696 (description
4697 "This package provides an enum-type representation of vectors and
4698 representation of intervals, including a method of coercing variables
4699 in data frames.")
4700 (license license:gpl2)))
4701 (define-public r-invgamma
4702 (package
4703 (name "r-invgamma")
4704 (version "1.1")
4705 (source (origin
4706 (method url-fetch)
4707 (uri (cran-uri "invgamma" version))
4708 (sha256
4709 (base32
4710 "12ga2y4wc9bc5zz6vimvxwgjpsx3ys3209nq63gscbw559ydxa5a"))))
4711 (properties `((upstream-name . "invgamma")))
4712 (build-system r-build-system)
4713 (home-page "https://github.com/dkahle/invgamma")
4714 (synopsis "Inverse gamma distribution")
4715 (description "This package provides a light weight implementation of the
4716 standard distribution functions for the inverse gamma distribution, wrapping
4717 those for the gamma distribution in the @code{stats} package.")
4718 (license license:gpl2)))
4719
4720 (define-public r-bdsmatrix
4721 (package
4722 (name "r-bdsmatrix")
4723 (version "1.3-4")
4724 (source
4725 (origin
4726 (method url-fetch)
4727 (uri (cran-uri "bdsmatrix" version))
4728 (sha256
4729 (base32
4730 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
4731 (properties `((upstream-name . "bdsmatrix")))
4732 (build-system r-build-system)
4733 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
4734 (synopsis "Routines for block diagonal symmetric matrices")
4735 (description
4736 "This package provides procedures to work with block diagonal symmetric
4737 matrices, a special case of sparse matrices.")
4738 (license license:lgpl2.0)))
4739
4740 (define-public r-bbmle
4741 (package
4742 (name "r-bbmle")
4743 (version "1.0.25")
4744 (source
4745 (origin
4746 (method url-fetch)
4747 (uri (cran-uri "bbmle" version))
4748 (sha256
4749 (base32
4750 "0mdj21q7k0fp4cj7la14vmcjmp49zqm57g7r6zrwmxpv0acwda46"))))
4751 (build-system r-build-system)
4752 (propagated-inputs
4753 (list r-bdsmatrix
4754 r-lattice
4755 r-mass
4756 r-matrix
4757 r-mvtnorm
4758 r-numderiv))
4759 (native-inputs
4760 (list r-knitr))
4761 (home-page "https://cran.r-project.org/web/packages/bbmle")
4762 (synopsis "Tools for General Maximum Likelihood Estimation")
4763 (description
4764 "This package provides methods and functions for fitting maximum
4765 likelihood models in R. This package modifies and extends the @code{mle}
4766 classes in the @code{stats4} package.")
4767 ;; Any version of the GPL
4768 (license license:gpl2+)))
4769
4770 (define-public r-emdbook
4771 (package
4772 (name "r-emdbook")
4773 (version "1.3.12")
4774 (source
4775 (origin
4776 (method url-fetch)
4777 (uri (cran-uri "emdbook" version))
4778 (sha256
4779 (base32
4780 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
4781 (build-system r-build-system)
4782 (propagated-inputs
4783 (list r-bbmle r-coda r-lattice r-mass r-plyr))
4784 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
4785 (synopsis "Support functions and data for \"Ecological Models and Data\"")
4786 (description
4787 "This package provides auxiliary functions and data sets for \"Ecological
4788 Models and Data\", a book presenting maximum likelihood estimation and related
4789 topics for ecologists (ISBN 978-0-691-12522-0).")
4790 ;; Any GPL version
4791 (license (list license:gpl2 license:gpl3))))
4792
4793 (define-public r-lpsolve
4794 (package
4795 (name "r-lpsolve")
4796 (version "5.6.15")
4797 (source
4798 (origin
4799 (method url-fetch)
4800 (uri (cran-uri "lpSolve" version))
4801 (sha256
4802 (base32
4803 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
4804 (properties `((upstream-name . "lpSolve")))
4805 (build-system r-build-system)
4806 (home-page "https://cran.r-project.org/web/packages/lpSolve")
4807 (synopsis "R interface to Lp_solve to solve linear/integer programs")
4808 (description
4809 "Lp_solve is software for solving linear, integer and mixed integer
4810 programs. This implementation supplies a \"wrapper\" function in C and some R
4811 functions that solve general linear/integer problems, assignment problems, and
4812 transportation problems.")
4813 (license license:lgpl2.0)))
4814
4815 (define-public r-limsolve
4816 (package
4817 (name "r-limsolve")
4818 (version "1.5.6")
4819 (source
4820 (origin
4821 (method url-fetch)
4822 (uri (cran-uri "limSolve" version))
4823 (sha256
4824 (base32
4825 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
4826 (properties `((upstream-name . "limSolve")))
4827 (build-system r-build-system)
4828 (propagated-inputs
4829 (list r-lpsolve r-mass r-quadprog))
4830 (native-inputs (list gfortran))
4831 (home-page "https://cran.r-project.org/web/packages/limSolve")
4832 (synopsis "Solving linear inverse models")
4833 (description
4834 "This package provides functions that:
4835
4836 @enumerate
4837 @item find the minimum/maximum of a linear or quadratic function,
4838 @item sample an underdetermined or overdetermined system,
4839 @item solve a linear system Ax=B for the unknown x.
4840 @end enumerate
4841
4842 It includes banded and tridiagonal linear systems. The package calls Fortran
4843 functions from LINPACK.")
4844 ;; Any GPL version.
4845 (license (list license:gpl2+ license:gpl3+))))
4846
4847 (define-public r-fitdistrplus
4848 (package
4849 (name "r-fitdistrplus")
4850 (version "1.1-8")
4851 (source
4852 (origin
4853 (method url-fetch)
4854 (uri (cran-uri "fitdistrplus" version))
4855 (sha256
4856 (base32
4857 "0nhgjvwya95v6b9khbsgp44lw10xg35w61lmka1v6wq7yh827izk"))))
4858 (build-system r-build-system)
4859 (propagated-inputs
4860 (list r-mass r-survival))
4861 (native-inputs
4862 (list r-knitr))
4863 (home-page "http://riskassessment.r-forge.r-project.org")
4864 (synopsis "Fitting a parametric distribution from data")
4865 (description
4866 "This package extends the @code{fitdistr} function of the MASS package
4867 with several functions to help the fit of a parametric distribution to
4868 non-censored or censored data. Censored data may contain left-censored,
4869 right-censored and interval-censored values, with several lower and upper
4870 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
4871 provides moment matching (MME), quantile matching (QME) and maximum
4872 goodness-of-fit estimation (MGE) methods (available only for non-censored
4873 data). Weighted versions of MLE, MME and QME are available.")
4874 (license license:gpl2+)))
4875
4876 (define-public r-energy
4877 (package
4878 (name "r-energy")
4879 (version "1.7-10")
4880 (source
4881 (origin
4882 (method url-fetch)
4883 (uri (cran-uri "energy" version))
4884 (sha256
4885 (base32
4886 "19xyw5bkyzfk22gly2ca2nsznqnrhaq4a77727kr1k26bj3y8gal"))))
4887 (build-system r-build-system)
4888 (propagated-inputs
4889 (list r-boot r-gsl r-rcpp))
4890 (home-page "https://cran.r-project.org/web/packages/energy")
4891 (synopsis "Multivariate inference via the energy of data")
4892 (description
4893 "This package provides e-statistics (energy) tests and statistics for
4894 multivariate and univariate inference, including distance correlation,
4895 one-sample, two-sample, and multi-sample tests for comparing multivariate
4896 distributions, are implemented. Measuring and testing multivariate
4897 independence based on distance correlation, partial distance correlation,
4898 multivariate goodness-of-fit tests, clustering based on energy distance,
4899 testing for multivariate normality, distance components (disco) for
4900 non-parametric analysis of structured data, and other energy
4901 statistics/methods are implemented.")
4902 (license license:gpl2+)))
4903
4904 (define-public r-suppdists
4905 (package
4906 (name "r-suppdists")
4907 (version "1.1-9.7")
4908 (source
4909 (origin
4910 (method url-fetch)
4911 (uri (cran-uri "SuppDists" version))
4912 (sha256
4913 (base32
4914 "025b9nlxz62wk84295csyzbncpn80i3iby3sxdigf3swcgi2fmbb"))))
4915 (properties `((upstream-name . "SuppDists")))
4916 (build-system r-build-system)
4917 (home-page "https://cran.r-project.org/web/packages/SuppDists")
4918 (synopsis "Supplementary distributions")
4919 (description
4920 "This package provides ten distributions supplementing those built into
4921 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
4922 Spearman's rho, maximum F ratio, the Pearson product moment correlation
4923 coefficient, Johnson distributions, normal scores and generalized
4924 hypergeometric distributions. In addition two random number generators of
4925 George Marsaglia are included.")
4926 (license license:gpl2+)))
4927
4928 (define-public r-ksamples
4929 (package
4930 (name "r-ksamples")
4931 (version "1.2-9")
4932 (source
4933 (origin
4934 (method url-fetch)
4935 (uri (cran-uri "kSamples" version))
4936 (sha256
4937 (base32
4938 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
4939 (properties `((upstream-name . "kSamples")))
4940 (build-system r-build-system)
4941 (propagated-inputs
4942 (list r-suppdists))
4943 (home-page "https://cran.r-project.org/web/packages/kSamples")
4944 (synopsis "K-Sample rank tests and their combinations")
4945 (description
4946 "This package provides tools to compares k samples using the
4947 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
4948 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
4949 test. It computes asymptotic, simulated or (limited) exact P-values, all
4950 valid under randomization, with or without ties, or conditionally under random
4951 sampling from populations, given the observed tie pattern. Except for Steel's
4952 test and the JT test it also combines these tests across several blocks of
4953 samples.")
4954 (license license:gpl2+)))
4955
4956 (define-public r-cvst
4957 (package
4958 (name "r-cvst")
4959 (version "0.2-3")
4960 (source
4961 (origin
4962 (method url-fetch)
4963 (uri (cran-uri "CVST" version))
4964 (sha256
4965 (base32
4966 "0bgk0d6w3dyhb5s30idnp6jpb3m8wf3b79wqlg127wwm0cird8pg"))))
4967 (properties `((upstream-name . "CVST")))
4968 (build-system r-build-system)
4969 (propagated-inputs
4970 (list r-kernlab r-matrix))
4971 (home-page "https://cran.r-project.org/web/packages/CVST")
4972 (synopsis "Fast cross-validation via sequential testing")
4973 (description
4974 "This package implements the fast cross-validation via sequential
4975 testing (CVST) procedure. CVST is an improved cross-validation procedure
4976 which uses non-parametric testing coupled with sequential analysis to
4977 determine the best parameter set on linearly increasing subsets of the data.
4978 Additionally to the CVST the package contains an implementation of the
4979 ordinary k-fold cross-validation with a flexible and powerful set of helper
4980 objects and methods to handle the overall model selection process. The
4981 implementations of the Cochran's Q test with permutations and the sequential
4982 testing framework of Wald are generic and can therefore also be used in other
4983 contexts.")
4984 (license license:gpl2+)))
4985
4986 (define-public r-squarem
4987 (package
4988 (name "r-squarem")
4989 (version "2021.1")
4990 (source
4991 (origin
4992 (method url-fetch)
4993 (uri (cran-uri "SQUAREM" version))
4994 (sha256
4995 (base32
4996 "0n1s32l9p4vdm3h5q6g43s0qbpzry08difsh0yay80wrla6f3rb6"))))
4997 (properties `((upstream-name . "SQUAREM")))
4998 (build-system r-build-system)
4999 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
5000 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
5001 (description
5002 "This package provides algorithms for accelerating the convergence of
5003 slow, monotone sequences from smooth, contraction mapping such as the EM
5004 algorithm. It can be used to accelerate any smooth, linearly convergent
5005 acceleration scheme. A tutorial style introduction to this package is
5006 available in a vignette.")
5007 (license license:gpl2+)))
5008
5009 (define-public r-progressr
5010 (package
5011 (name "r-progressr")
5012 (version "0.10.0")
5013 (source
5014 (origin
5015 (method url-fetch)
5016 (uri (cran-uri "progressr" version))
5017 (sha256
5018 (base32 "1p5s35rzh28n2id2lipgyqmh3wzib66m7x0pz9028y8cql8xr5ac"))))
5019 (properties `((upstream-name . "progressr")))
5020 (build-system r-build-system)
5021 (propagated-inputs
5022 (list r-digest))
5023 (home-page "https://progressr.futureverse.org")
5024 (synopsis "Inclusive, unifying API for progress updates")
5025 (description
5026 "This package provides a minimal, unifying API for scripts and packages
5027 to report progress updates from anywhere including when using parallel
5028 processing. The package is designed such that the developer can to focus on
5029 what progress should be reported on without having to worry about how to
5030 present it. The end user has full control of how, where, and when to render
5031 these progress updates.")
5032 (license license:gpl3+)))
5033
5034 (define-public r-lava
5035 (package
5036 (name "r-lava")
5037 (version "1.6.10")
5038 (source
5039 (origin
5040 (method url-fetch)
5041 (uri (cran-uri "lava" version))
5042 (sha256
5043 (base32
5044 "0bi3c1aqwlq7jbz4raz6vga4r264w7lldi0i62xjlbl7hnlgi23s"))))
5045 (build-system r-build-system)
5046 (propagated-inputs
5047 (list r-future-apply r-numderiv r-progressr r-squarem r-survival))
5048 (native-inputs
5049 (list r-knitr))
5050 (home-page "https://github.com/kkholst/lava")
5051 (synopsis "Latent variable models")
5052 (description
5053 "This package provides tools for the estimation and simulation of latent
5054 variable models.")
5055 (license license:gpl3)))
5056
5057 (define-public r-drr
5058 (package
5059 (name "r-drr")
5060 (version "0.0.4")
5061 (source
5062 (origin
5063 (method url-fetch)
5064 (uri (cran-uri "DRR" version))
5065 (sha256
5066 (base32
5067 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
5068 (properties `((upstream-name . "DRR")))
5069 (build-system r-build-system)
5070 (propagated-inputs
5071 (list r-cvst r-kernlab r-matrix))
5072 (home-page "https://cran.r-project.org/web/packages/DRR")
5073 (synopsis "Dimensionality reduction via regression")
5074 (description
5075 "This package provides an implementation of dimensionality reduction via
5076 regression using Kernel Ridge Regression.")
5077 (license license:gpl3)))
5078
5079 (define-public r-prodlim
5080 (package
5081 (name "r-prodlim")
5082 (version "2019.11.13")
5083 (source
5084 (origin
5085 (method url-fetch)
5086 (uri (cran-uri "prodlim" version))
5087 (sha256
5088 (base32
5089 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
5090 (build-system r-build-system)
5091 (propagated-inputs
5092 (list r-kernsmooth r-lava r-rcpp r-survival))
5093 (home-page "https://cran.r-project.org/web/packages/prodlim")
5094 (synopsis "Product-limit estimation for censored event history analysis")
5095 (description
5096 "This package provides a fast and user-friendly implementation of
5097 nonparametric estimators for censored event history (survival) analysis with
5098 the Kaplan-Meier and Aalen-Johansen methods.")
5099 (license license:gpl2+)))
5100
5101 (define-public r-dimred
5102 (package
5103 (name "r-dimred")
5104 (version "0.2.5")
5105 (source
5106 (origin
5107 (method url-fetch)
5108 (uri (cran-uri "dimRed" version))
5109 (sha256
5110 (base32
5111 "1z8fqdc8mslvfix8ngxs1y2yrvlanp5581hwp2nzldj6mk5kn15b"))))
5112 (properties `((upstream-name . "dimRed")))
5113 (build-system r-build-system)
5114 (propagated-inputs
5115 (list r-drr r-magrittr))
5116 (native-inputs
5117 (list r-knitr))
5118 (home-page "https://github.com/gdkrmr/dimRed")
5119 (synopsis "Framework for dimensionality reduction")
5120 (description
5121 "This package provides a collection of dimensionality reduction
5122 techniques from R packages and provides a common interface for calling the
5123 methods.")
5124 (license license:gpl3)))
5125
5126 (define-public r-timedate
5127 (package
5128 (name "r-timedate")
5129 (version "3043.102")
5130 (source
5131 (origin
5132 (method url-fetch)
5133 (uri (cran-uri "timeDate" version))
5134 (sha256
5135 (base32
5136 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
5137 (properties `((upstream-name . "timeDate")))
5138 (build-system r-build-system)
5139 (home-page "https://www.rmetrics.org")
5140 (synopsis "Chronological and calendar objects")
5141 (description
5142 "This package provides an environment for teaching \"Financial
5143 Engineering and Computational Finance\" and for managing chronological and
5144 calendar objects.")
5145 (license license:gpl2+)))
5146
5147 (define-public r-magic
5148 (package
5149 (name "r-magic")
5150 (version "1.6-0")
5151 (source
5152 (origin
5153 (method url-fetch)
5154 (uri (cran-uri "magic" version))
5155 (sha256
5156 (base32
5157 "1gybia2aq80ldk1d845y5srncfzbbmpqhgl7vfaz7qqqjs6d85j5"))))
5158 (build-system r-build-system)
5159 (propagated-inputs
5160 (list r-abind))
5161 (home-page "https://github.com/RobinHankin/magic.git")
5162 (synopsis "Create and investigate magic squares")
5163 (description
5164 "This package provides a collection of efficient, vectorized algorithms
5165 for the creation and investigation of magic squares and hypercubes, including
5166 a variety of functions for the manipulation and analysis of arbitrarily
5167 dimensioned arrays.")
5168 (license license:gpl2)))
5169
5170 (define-public r-rmysql
5171 (package
5172 (name "r-rmysql")
5173 (version "0.10.23")
5174 (source
5175 (origin
5176 (method url-fetch)
5177 (uri (cran-uri "RMySQL" version))
5178 (sha256
5179 (base32
5180 "05aavyggyjv46awa7ggbxlfcy9707vak5kh7kj0ljdx8zga7xb7l"))))
5181 (properties `((upstream-name . "RMySQL")))
5182 (build-system r-build-system)
5183 (inputs
5184 (list `(,mariadb "dev") zlib))
5185 (propagated-inputs
5186 (list r-dbi))
5187 (home-page "https://github.com/r-dbi/RMySQL")
5188 (synopsis "Database interface and MySQL driver for R")
5189 (description
5190 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
5191 package contains an old implementation based on legacy code from S-PLUS which
5192 is being phased out. A modern MySQL client based on Rcpp is available from
5193 the RMariaDB package.")
5194 (license license:gpl2)))
5195
5196 (define-public r-rpostgresql
5197 (package
5198 (name "r-rpostgresql")
5199 (version "0.7-3")
5200 (source
5201 (origin
5202 (method url-fetch)
5203 (uri (cran-uri "RPostgreSQL" version))
5204 (sha256
5205 (base32
5206 "1fbixmnjp1kh6yiv8zhg8zi5ryvdf5j2jxv4agq5gcxf541s3g5x"))))
5207 (properties `((upstream-name . "RPostgreSQL")))
5208 (build-system r-build-system)
5209 (inputs
5210 (list postgresql))
5211 (propagated-inputs
5212 (list r-dbi))
5213 (home-page "https://github.com/tomoakin/RPostgreSQL")
5214 (synopsis "R interface to the PostgreSQL database system")
5215 (description
5216 "This package provides a Database Interface (DBI) compliant driver for R
5217 to access PostgreSQL database systems.")
5218 ;; The whole package is released under GPL version 2. It includes code
5219 ;; under the PostgreSQL license.
5220 (license license:gpl2)))
5221
5222 (define-public r-linprog
5223 (package
5224 (name "r-linprog")
5225 (version "0.9-4")
5226 (source
5227 (origin
5228 (method url-fetch)
5229 (uri (cran-uri "linprog" version))
5230 (sha256
5231 (base32
5232 "1d34m2nyk7m6j2dci69bhy5mlw479xax1517j7f14pq7vhpsm9l1"))))
5233 (build-system r-build-system)
5234 (propagated-inputs (list r-lpsolve))
5235 (home-page "http://linprog.r-forge.r-project.org/")
5236 (synopsis "Linear programming and optimization")
5237 (description
5238 "This package can be used to solve Linear Programming / Linear
5239 Optimization problems by using the simplex algorithm.")
5240 (license license:gpl2+)))
5241
5242 (define-public r-geometry
5243 (package
5244 (name "r-geometry")
5245 (version "0.4.6")
5246 (source
5247 (origin
5248 (method url-fetch)
5249 (uri (cran-uri "geometry" version))
5250 (sha256
5251 (base32
5252 "1n7m0djqlhrv01l98r76grkki6cv4k4q2z6c7fksqgq4r2l6a14i"))))
5253 (build-system r-build-system)
5254 (propagated-inputs
5255 (list r-magic r-linprog r-lpsolve r-rcpp r-rcppprogress))
5256 (home-page "http://geometry.r-forge.r-project.org/")
5257 (synopsis "Mesh generator and surface tessellator")
5258 (description
5259 "This package makes the qhull library available in R, in a similar manner
5260 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
5261 intersections about a point, Voronoi diagrams, furthest-site Delaunay
5262 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
5263 and higher dimensions. It implements the Quickhull algorithm for computing
5264 the convex hull. Qhull does not support constrained Delaunay triangulations,
5265 or mesh generation of non-convex objects, but the package does include some R
5266 functions that allow for this. Currently the package only gives access to
5267 Delaunay triangulation and convex hull computation.")
5268 ;; The Qhull sources are included and are distributed under a custom
5269 ;; non-copyleft license. The R sources are released under GPL version 2.
5270 (license (list license:gpl2
5271 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
5272
5273 (define-public r-ddalpha
5274 (package
5275 (name "r-ddalpha")
5276 (version "1.3.13")
5277 (source
5278 (origin
5279 (method url-fetch)
5280 (uri (cran-uri "ddalpha" version))
5281 (sha256
5282 (base32
5283 "1bjfgb3lbzhjb5wx9hzp90jppq7vnj59bmd2n9ymi8sh1570m9p4"))))
5284 (build-system r-build-system)
5285 (propagated-inputs
5286 (list r-bh
5287 r-class
5288 r-geometry
5289 r-mass
5290 r-rcpp
5291 r-robustbase
5292 r-sfsmisc))
5293 (native-inputs
5294 (list gfortran))
5295 (home-page "https://cran.r-project.org/web/packages/ddalpha")
5296 (synopsis "Depth-Based classification and calculation of data depth")
5297 (description
5298 "This package contains procedures for depth-based supervised learning,
5299 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
5300 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
5301 statistical depth function to a compact low-dimensional space, where the final
5302 classification is done. It also offers an extension to functional data and
5303 routines for calculating certain notions of statistical depth functions. 50
5304 multivariate and 5 functional classification problems are included.")
5305 (license license:gpl2)))
5306
5307 (define-public r-gower
5308 (package
5309 (name "r-gower")
5310 (version "1.0.0")
5311 (source
5312 (origin
5313 (method url-fetch)
5314 (uri (cran-uri "gower" version))
5315 (sha256
5316 (base32
5317 "0p9qx9aafkdm7wibfwk59jzw6vspsff6zwp84bc40lg0myxbf737"))))
5318 (build-system r-build-system)
5319 (home-page "https://github.com/markvanderloo/gower")
5320 (synopsis "Gower's distance")
5321 (description
5322 "This package provides tools to compute Gower's distance (or similarity)
5323 coefficient between records, and to compute the top-n matches between records.
5324 Core algorithms are executed in parallel on systems supporting OpenMP.")
5325 (license license:gpl3)))
5326
5327 (define-public r-rcpproll
5328 (package
5329 (name "r-rcpproll")
5330 (version "0.3.0")
5331 (source
5332 (origin
5333 (method url-fetch)
5334 (uri (cran-uri "RcppRoll" version))
5335 (sha256
5336 (base32
5337 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
5338 (properties `((upstream-name . "RcppRoll")))
5339 (build-system r-build-system)
5340 (propagated-inputs
5341 (list r-rcpp))
5342 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
5343 (synopsis "Efficient rolling and windowed operations")
5344 (description
5345 "This package provides fast and efficient routines for common rolling /
5346 windowed operations. Routines for the efficient computation of windowed mean,
5347 median, sum, product, minimum, maximum, standard deviation and variance are
5348 provided.")
5349 (license license:gpl2+)))
5350
5351 (define-public r-ipred
5352 (package
5353 (name "r-ipred")
5354 (version "0.9-12")
5355 (source
5356 (origin
5357 (method url-fetch)
5358 (uri (cran-uri "ipred" version))
5359 (sha256
5360 (base32
5361 "0hsq00382pfd9hzpcgphjxazbxm4zx0k2r6pk6kib56k0ibm7qfn"))))
5362 (build-system r-build-system)
5363 (propagated-inputs
5364 (list r-class
5365 r-mass
5366 r-nnet
5367 r-prodlim
5368 r-rpart
5369 r-survival))
5370 (home-page "https://cran.r-project.org/web/packages/ipred")
5371 (synopsis "Improved predictors")
5372 (description
5373 "This package provides improved predictive models by indirect
5374 classification and bagging for classification, regression and survival
5375 problems as well as resampling based estimators of prediction error.")
5376 (license license:gpl2+)))
5377
5378 (define-public r-psych
5379 (package
5380 (name "r-psych")
5381 (version "2.2.5")
5382 (source
5383 (origin
5384 (method url-fetch)
5385 (uri (cran-uri "psych" version))
5386 (sha256
5387 (base32
5388 "08f3byqwabgkqcxwpjbsxdcjkdg012iraqinw0fzskfl1srzkhyw"))))
5389 (build-system r-build-system)
5390 (propagated-inputs
5391 (list r-lattice r-mnormt r-nlme))
5392 (native-inputs
5393 (list r-knitr))
5394 (home-page "https://cran.r-project.org/web/packages/psych/")
5395 (synopsis "Procedures for psychological, psychometric, and personality research")
5396 (description
5397 "This package provides a general purpose toolbox for personality,
5398 psychometric theory and experimental psychology. Functions are primarily for
5399 multivariate analysis and scale construction using factor analysis, principal
5400 component analysis, cluster analysis and reliability analysis, although others
5401 provide basic descriptive statistics. Item Response Theory is done using
5402 factor analysis of tetrachoric and polychoric correlations. Functions for
5403 analyzing data at multiple levels include within and between group statistics,
5404 including correlations and factor analysis. Functions for simulating and
5405 testing particular item and test structures are included. Several functions
5406 serve as a useful front end for structural equation modeling. Graphical
5407 displays of path diagrams, factor analysis and structural equation models are
5408 created using basic graphics.")
5409 (license license:gpl2+)))
5410
5411 (define-public r-generics
5412 (package
5413 (name "r-generics")
5414 (version "0.1.2")
5415 (source
5416 (origin
5417 (method url-fetch)
5418 (uri (cran-uri "generics" version))
5419 (sha256
5420 (base32
5421 "162q9hdsnfcwjj255ahbi6v9vnyynvda7gb75p721y28j5xb7sk3"))))
5422 (build-system r-build-system)
5423 (home-page "https://github.com/r-lib/generics")
5424 (synopsis "Common S3 generics not provided by base R methods")
5425 (description
5426 "In order to reduce potential package dependencies and conflicts,
5427 generics provides a number of commonly used S3 generics that are not provided
5428 by base R methods related to model fitting.")
5429 (license license:gpl2)))
5430
5431 (define-public r-broom
5432 (package
5433 (name "r-broom")
5434 (version "0.8.0")
5435 (source
5436 (origin
5437 (method url-fetch)
5438 (uri (cran-uri "broom" version))
5439 (sha256
5440 (base32
5441 "16grzja9hz5mqpfzbp1r6zif1gp7swfadkm52340si9h8ifhk8b6"))))
5442 (build-system r-build-system)
5443 (propagated-inputs
5444 (list r-backports
5445 r-dplyr
5446 r-ellipsis
5447 r-generics
5448 r-ggplot2
5449 r-glue
5450 r-purrr
5451 r-rlang
5452 r-stringr
5453 r-tibble
5454 r-tidyr))
5455 (native-inputs
5456 (list r-knitr))
5457 (home-page "https://github.com/tidyverse/broom")
5458 (synopsis "Convert statistical analysis objects into tidy data frames")
5459 (description
5460 "This package provides tools to convert statistical analysis objects from
5461 R into tidy data frames, so that they can more easily be combined, reshaped
5462 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
5463 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
5464 summarizes a model's statistical findings such as coefficients of a
5465 regression; @code{augment}, which adds columns to the original data such as
5466 predictions, residuals and cluster assignments; and @code{glance}, which
5467 provides a one-row summary of model-level statistics.")
5468 (license license:expat)))
5469
5470 (define-public r-recipes
5471 (package
5472 (name "r-recipes")
5473 (version "0.2.0")
5474 (source
5475 (origin
5476 (method url-fetch)
5477 (uri (cran-uri "recipes" version))
5478 (sha256
5479 (base32
5480 "1950rvva19ms6xy9d3jx94gzy589qprk115zjjd0ib4qxgip601x"))))
5481 (build-system r-build-system)
5482 (propagated-inputs
5483 (list r-dplyr
5484 r-ellipsis
5485 r-generics
5486 r-glue
5487 r-gower
5488 r-hardhat
5489 r-ipred
5490 r-lifecycle
5491 r-lubridate
5492 r-magrittr
5493 r-matrix
5494 r-purrr
5495 r-rlang
5496 r-tibble
5497 r-tidyr
5498 r-tidyselect
5499 r-timedate
5500 r-vctrs
5501 r-withr))
5502 (native-inputs
5503 (list r-knitr))
5504 (home-page "https://github.com/topepo/recipes")
5505 (synopsis "Preprocessing tools to create design matrices")
5506 (description
5507 "Recipes is an extensible framework to create and preprocess design
5508 matrices. Recipes consist of one or more data manipulation and analysis
5509 \"steps\". Statistical parameters for the steps can be estimated from an
5510 initial data set and then applied to other data sets. The resulting design
5511 matrices can then be used as inputs into statistical or machine learning
5512 models.")
5513 (license license:gpl2)))
5514
5515 (define-public r-pdist
5516 (package
5517 (name "r-pdist")
5518 (version "1.2.1")
5519 (source
5520 (origin
5521 (method url-fetch)
5522 (uri (cran-uri "pdist" version))
5523 (sha256
5524 (base32
5525 "0bvg8si81hs79v39d7svv4zbv2p0sk2r6m9vamibvkh9qvl4x406"))))
5526 (build-system r-build-system)
5527 (home-page "https://github.com/jeffwong/pdist")
5528 (synopsis "Partitioned distance function")
5529 (description
5530 "Pdist computes the euclidean distance between rows of a matrix X and
5531 rows of another matrix Y. Previously, this could be done by binding the two
5532 matrices together and calling @code{dist}, but this creates unnecessary
5533 computation by computing the distances between a row of X and another row of
5534 X, and likewise for Y. Pdist strictly computes distances across the two
5535 matrices, not within the same matrix, making computations significantly faster
5536 for certain use cases.")
5537 (license license:gpl3+)))
5538
5539 (define-public r-ggrepel
5540 (package
5541 (name "r-ggrepel")
5542 (version "0.9.1")
5543 (source
5544 (origin
5545 (method url-fetch)
5546 (uri (cran-uri "ggrepel" version))
5547 (sha256
5548 (base32
5549 "1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9"))))
5550 (build-system r-build-system)
5551 (propagated-inputs
5552 (list r-ggplot2 r-rcpp r-rlang r-scales))
5553 (native-inputs
5554 (list r-knitr)) ; for vignettes
5555 (home-page "https://github.com/slowkow/ggrepel")
5556 (synopsis "Repulsive text and label geometries for ggplot2")
5557 (description
5558 "This package provides text and label geometries for ggplot2 that help to
5559 avoid overlapping text labels. Labels repel away from each other and away
5560 from the data points.")
5561 (license license:gpl3)))
5562
5563 (define-public r-coro
5564 (package
5565 (name "r-coro")
5566 (version "1.0.2")
5567 (source
5568 (origin
5569 (method url-fetch)
5570 (uri (cran-uri "coro" version))
5571 (sha256
5572 (base32 "14irld29dipgfd34y0k351daqg9vqpnpdx8m3pxmqr1aiyj5f5cv"))))
5573 (properties `((upstream-name . "coro")))
5574 (build-system r-build-system)
5575 (propagated-inputs (list r-rlang))
5576 (native-inputs (list r-knitr))
5577 (home-page "https://github.com/r-lib/coro")
5578 (synopsis "Coroutines for R")
5579 (description
5580 "This package provides coroutines for R, a family of functions that can
5581 be suspended and resumed later on. This includes async functions (which
5582 await) and generators (which yield). Async functions are based on the
5583 concurrency framework of the @code{promises} package. Generators are based on
5584 a dependency free iteration protocol defined in @code{coro} and are compatible
5585 with iterators from the @code{reticulate} package.")
5586 (license license:expat)))
5587
5588 (define-public r-corrplot
5589 (package
5590 (name "r-corrplot")
5591 (version "0.92")
5592 (source
5593 (origin
5594 (method url-fetch)
5595 (uri (cran-uri "corrplot" version))
5596 (sha256
5597 (base32
5598 "1g98jk6xsl08z4n6sy5vriif99m31zhbz7j3dh1kfj4w7yb9zh78"))))
5599 (build-system r-build-system)
5600 (native-inputs
5601 (list r-knitr))
5602 (home-page "https://github.com/taiyun/corrplot")
5603 (synopsis "Visualization of a correlation matrix")
5604 (description
5605 "This package provides a graphical display of a correlation matrix or
5606 general matrix. It also contains some algorithms to do matrix reordering. In
5607 addition, corrplot is good at details, including choosing color, text labels,
5608 color labels, layout, etc.")
5609 ;; Any version of the GPL
5610 (license license:gpl2+)))
5611
5612 (define-public r-stringdist
5613 (package
5614 (name "r-stringdist")
5615 (version "0.9.8")
5616 (source
5617 (origin
5618 (method url-fetch)
5619 (uri (cran-uri "stringdist" version))
5620 (sha256
5621 (base32 "1fv1hbdlm8qwx57b2aj50mw0say5k48awzavx65mfk67qp6ddk7g"))))
5622 (build-system r-build-system)
5623 (home-page "https://github.com/markvanderloo/stringdist")
5624 (synopsis "Approximate string matching and string distance functions")
5625 (description
5626 "This package implements an approximate string matching version of R's
5627 native @code{match} function. It can calculate various string distances based
5628 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal string alignment),
5629 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
5630 Jaro-Winkler). An implementation of soundex is provided as well. Distances
5631 can be computed between character vectors while taking proper care of encoding
5632 or between integer vectors representing generic sequences.")
5633 (license license:gpl3+)))
5634
5635 (define-public r-ucminf
5636 (package
5637 (name "r-ucminf")
5638 (version "1.1-4")
5639 (source
5640 (origin
5641 (method url-fetch)
5642 (uri (cran-uri "ucminf" version))
5643 (sha256
5644 (base32
5645 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
5646 (build-system r-build-system)
5647 (native-inputs (list gfortran))
5648 (home-page "https://cran.r-project.org/web/packages/ucminf/")
5649 (synopsis "General-purpose unconstrained non-linear optimization")
5650 (description
5651 "This package provides an implementation of an algorithm for
5652 general-purpose unconstrained non-linear optimization. The algorithm is of
5653 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
5654 search with a trust region type monitoring of the input to the line search
5655 algorithm. The interface of @code{ucminf} is designed for easy interchange
5656 with the package @code{optim}.")
5657 (license license:gpl2+)))
5658
5659 (define-public r-usedist
5660 (package
5661 (name "r-usedist")
5662 (version "0.4.0")
5663 (source
5664 (origin
5665 (method url-fetch)
5666 (uri (cran-uri "usedist" version))
5667 (sha256
5668 (base32 "0ddf1zcalbrn293qmr9kdzz3x16fzc4k1bwb1pjmwnspisqfi8kj"))))
5669 (properties `((upstream-name . "usedist")))
5670 (build-system r-build-system)
5671 (home-page "https://cran.r-project.org/package=usedist")
5672 (synopsis "Distance matrix utilities")
5673 (description
5674 "This package provides functions to re-arrange, extract, and work with
5675 distances.")
5676 (license license:gpl3)))
5677
5678 (define-public r-useful
5679 (package
5680 (name "r-useful")
5681 (version "1.2.6")
5682 (source (origin
5683 (method url-fetch)
5684 (uri (cran-uri "useful" version))
5685 (sha256
5686 (base32
5687 "0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v1"))))
5688 (properties `((upstream-name . "useful")))
5689 (build-system r-build-system)
5690 (propagated-inputs
5691 (list r-assertthat
5692 r-dplyr
5693 r-ggplot2
5694 r-magrittr
5695 r-matrix
5696 r-plyr
5697 r-purrr
5698 r-scales))
5699 (home-page "https://github.com/jaredlander/useful")
5700 (synopsis "Collection of handy, useful functions")
5701 (description "This package provides a set of little functions that have been
5702 found useful to do little odds and ends such as plotting the results of K-means
5703 clustering, substituting special text characters, viewing parts of a
5704 @code{data.frame}, constructing formulas from text and building design and
5705 response matrices.")
5706 (license license:bsd-3)))
5707
5708 (define-public r-ordinal
5709 (package
5710 (name "r-ordinal")
5711 (version "2019.12-10")
5712 (source
5713 (origin
5714 (method url-fetch)
5715 (uri (cran-uri "ordinal" version))
5716 (sha256
5717 (base32
5718 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
5719 (build-system r-build-system)
5720 (propagated-inputs
5721 (list r-mass r-matrix r-numderiv r-ucminf))
5722 (home-page "https://github.com/runehaubo/ordinal")
5723 (synopsis "Regression models for ordinal data")
5724 (description
5725 "This package provides an implementation of cumulative link (mixed)
5726 models also known as ordered regression models, proportional odds models,
5727 proportional hazards models for grouped survival times and ordered models.
5728 Estimation is via maximum likelihood and mixed models are fitted with the
5729 Laplace approximation and adaptive Gauss-Hermite quadrature.")
5730 (license license:gpl2+)))
5731
5732 (define-public r-jomo
5733 (package
5734 (name "r-jomo")
5735 (version "2.7-3")
5736 (source
5737 (origin
5738 (method url-fetch)
5739 (uri (cran-uri "jomo" version))
5740 (sha256
5741 (base32
5742 "0qq03zspmh8x2c8w882ynsw7wshr9b0fyrpwnqx5yc1xlzrqffcx"))))
5743 (build-system r-build-system)
5744 (propagated-inputs
5745 (list r-lme4 r-mass r-ordinal r-survival r-tibble))
5746 (home-page "https://cran.r-project.org/web/packages/jomo/")
5747 (synopsis "Multilevel Joint Modelling Multiple Imputation")
5748 (description
5749 "Similarly to Schafer's package pan, jomo is a package for multilevel
5750 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
5751 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
5752 possibility of handling binary and categorical data through latent normal
5753 variables, the option to use cluster-specific covariance matrices and to
5754 impute compatibly with the substantive model.")
5755 (license license:gpl2)))
5756
5757 (define-public r-pan
5758 (package
5759 (name "r-pan")
5760 (version "1.6")
5761 (source
5762 (origin
5763 (method url-fetch)
5764 (uri (cran-uri "pan" version))
5765 (sha256
5766 (base32
5767 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
5768 (build-system r-build-system)
5769 (native-inputs (list gfortran))
5770 (home-page "https://cran.r-project.org/web/packages/pan/")
5771 (synopsis "Multiple imputation for multivariate panel or clustered data")
5772 (description
5773 "This package implements multiple imputation for multivariate panel or
5774 clustered data.")
5775 (license license:gpl3)))
5776
5777 (define-public r-mitml
5778 (package
5779 (name "r-mitml")
5780 (version "0.4-3")
5781 (source
5782 (origin
5783 (method url-fetch)
5784 (uri (cran-uri "mitml" version))
5785 (sha256
5786 (base32
5787 "00i18nnvrdrg91crgcp2a431xs71cawaip3xkqk2myv0iav3xga9"))))
5788 (build-system r-build-system)
5789 (propagated-inputs
5790 (list r-haven r-jomo r-pan))
5791 (native-inputs
5792 (list r-knitr))
5793 (home-page "https://cran.r-project.org/web/packages/mitml/")
5794 (synopsis "Tools for multiple imputation in multilevel modeling")
5795 (description
5796 "This package provides tools for multiple imputation of missing data in
5797 multilevel modeling. It includes a user-friendly interface to the packages
5798 pan and jomo, and several functions for visualization, data management and the
5799 analysis of multiply imputed data sets.")
5800 (license license:gpl2+)))
5801
5802 (define-public r-mice
5803 (package
5804 (name "r-mice")
5805 (version "3.14.0")
5806 (source
5807 (origin
5808 (method url-fetch)
5809 (uri (cran-uri "mice" version))
5810 (sha256
5811 (base32
5812 "01fnfrr7adp29s5kic95r9q0rdznkz2pjmziyimnrqzyicyvfyzq"))))
5813 (build-system r-build-system)
5814 (propagated-inputs
5815 (list r-broom
5816 r-cpp11
5817 r-dplyr
5818 r-generics
5819 r-lattice
5820 r-rcpp
5821 r-rlang
5822 r-tidyr
5823 r-withr))
5824 (home-page "https://cran.r-project.org/web/packages/mice/")
5825 (synopsis "Multivariate imputation by chained equations")
5826 (description
5827 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
5828 implemented by the MICE algorithm as described in @url{Van Buuren and
5829 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
5830 variable has its own imputation model. Built-in imputation models are
5831 provided for continuous data (predictive mean matching, normal), binary
5832 data (logistic regression), unordered categorical data (polytomous logistic
5833 regression) and ordered categorical data (proportional odds). MICE can also
5834 impute continuous two-level data (normal model, pan, second-level variables).
5835 Passive imputation can be used to maintain consistency between variables.
5836 Various diagnostic plots are available to inspect the quality of the
5837 imputations.")
5838 ;; Any of these two versions.
5839 (license (list license:gpl2 license:gpl3))))
5840
5841 (define-public r-truncnorm
5842 (package
5843 (name "r-truncnorm")
5844 (version "1.0-8")
5845 (source
5846 (origin
5847 (method url-fetch)
5848 (uri (cran-uri "truncnorm" version))
5849 (sha256
5850 (base32
5851 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
5852 (build-system r-build-system)
5853 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
5854 (synopsis "Truncated normal distribution")
5855 (description "This package provides functions for the truncated normal
5856 distribution with mean equal to @code{mean} and standard deviation equal to
5857 @code{sd}. It includes density, distribution, quantile, and expected value
5858 functions, as well as a random generation function.")
5859 (license license:gpl2)))
5860
5861 (define-public r-rsolnp
5862 (package
5863 (name "r-rsolnp")
5864 (version "1.16")
5865 (source
5866 (origin
5867 (method url-fetch)
5868 (uri (cran-uri "Rsolnp" version))
5869 (sha256
5870 (base32
5871 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
5872 (properties `((upstream-name . "Rsolnp")))
5873 (build-system r-build-system)
5874 (propagated-inputs
5875 (list r-truncnorm))
5876 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
5877 (synopsis "General non-linear optimization")
5878 (description "The Rsolnp package implements a general non-linear augmented
5879 Lagrange multiplier method solver, a @dfn{sequential quadratic
5880 programming} (SQP) based solver).")
5881 ;; Any version of the GPL.
5882 (license license:gpl2+)))
5883
5884 (define-public r-hardyweinberg
5885 (package
5886 (name "r-hardyweinberg")
5887 (version "1.7.5")
5888 (source
5889 (origin
5890 (method url-fetch)
5891 (uri (cran-uri "HardyWeinberg" version))
5892 (sha256
5893 (base32
5894 "0b3szw090dsc3bkas2kvx787ww2i6zzg2qmdyivmqc8amx5arn6g"))))
5895 (properties `((upstream-name . "HardyWeinberg")))
5896 (build-system r-build-system)
5897 (propagated-inputs
5898 (list r-mice r-nnet r-rcpp r-rsolnp))
5899 (home-page "https://cran.r-project.org/package=HardyWeinberg")
5900 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
5901 (description
5902 "This package contains tools for exploring Hardy-Weinberg equilibrium for
5903 diallelic genetic marker data. All classical tests (chi-square, exact,
5904 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
5905 included in the package, as well as functions for power computation and for
5906 the simulation of marker data under equilibrium and disequilibrium. Routines
5907 for dealing with markers on the X-chromosome are included. Functions for
5908 testing equilibrium in the presence of missing data by using multiple
5909 imputation are also provided. Implements several graphics for exploring the
5910 equilibrium status of a large set of diallelic markers: ternary plots with
5911 acceptance regions, log-ratio plots and Q-Q plots.")
5912 (license license:gpl2+)))
5913
5914 (define-public r-sm
5915 (package
5916 (name "r-sm")
5917 (version "2.2-5.7")
5918 (source
5919 (origin
5920 (method url-fetch)
5921 (uri (cran-uri "sm" version))
5922 (sha256
5923 (base32
5924 "03z8igsjqr32x407asxvkrbayvm6yhv9xyfs0n8fkmv8zk5a41r6"))))
5925 (build-system r-build-system)
5926 (native-inputs (list gfortran))
5927 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
5928 (synopsis "Smoothing methods for nonparametric regression and density estimation")
5929 (description
5930 "This is software accompanying the book 'Applied Smoothing Techniques for
5931 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
5932 University Press. It provides smoothing methods for nonparametric regression
5933 and density estimation")
5934 (license license:gpl2+)))
5935
5936 (define-public r-venndiagram
5937 (package
5938 (name "r-venndiagram")
5939 (version "1.7.3")
5940 (source (origin
5941 (method url-fetch)
5942 (uri (cran-uri "VennDiagram" version))
5943 (sha256
5944 (base32
5945 "0ilcxcp8qskmb5cp7fyb7i0qizg42lrx0ny8ws3if90kfrglghp7"))))
5946 (properties `((upstream-name . "VennDiagram")))
5947 (build-system r-build-system)
5948 (propagated-inputs
5949 (list r-futile-logger))
5950 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
5951 (synopsis "Generate High-Resolution Venn and Euler Plots")
5952 (description
5953 "This package provides a set of functions to generate high-resolution
5954 Venn and Euler plots. It includes handling for several special cases,
5955 including two-case scaling, and extensive customization of plot shape and
5956 structure.")
5957 (license license:gpl2+)))
5958
5959 (define-public r-vioplot
5960 (package
5961 (name "r-vioplot")
5962 (version "0.3.7")
5963 (source
5964 (origin
5965 (method url-fetch)
5966 (uri (cran-uri "vioplot" version))
5967 (sha256
5968 (base32
5969 "1dmdasp3jldc41233z6r08w3j76vyyp9m3jrj7n4ahk48yd5siq6"))))
5970 (build-system r-build-system)
5971 (propagated-inputs
5972 (list r-sm r-zoo))
5973 (native-inputs
5974 (list r-knitr))
5975 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
5976 (synopsis "Violin plot")
5977 (description
5978 "This package provides a violin plot, which is a combination of a box
5979 plot and a kernel density plot.")
5980 (license license:bsd-3)))
5981
5982 (define-public r-rsofia
5983 (package
5984 (name "r-rsofia")
5985 (version "1.1")
5986 (source (origin
5987 (method url-fetch)
5988 ;; This package has been removed from CRAN, so we can
5989 ;; only fetch it from the archives.
5990 (uri (string-append "https://cran.r-project.org/src/"
5991 "contrib/Archive/RSofia/RSofia_"
5992 version ".tar.gz"))
5993 (sha256
5994 (base32
5995 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
5996 (properties `((upstream-name . "RSofia")))
5997 (build-system r-build-system)
5998 (propagated-inputs
5999 (list r-rcpp))
6000 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
6001 (synopsis "Port of sofia-ml to R")
6002 (description "This package is a port of sofia-ml to R. Sofia-ml is a
6003 suite of fast incremental algorithms for machine learning that can be used for
6004 training models for classification or ranking.")
6005 (license license:asl2.0)))
6006
6007 (define-public r-xts
6008 (package
6009 (name "r-xts")
6010 (version "0.12.1")
6011 (source
6012 (origin
6013 (method url-fetch)
6014 (uri (cran-uri "xts" version))
6015 (sha256
6016 (base32
6017 "0b6a7mpyk9aw6axas7nz01gadczprwwfhii01fz31z26z555i06n"))))
6018 (build-system r-build-system)
6019 (propagated-inputs (list r-zoo))
6020 (home-page "https://github.com/joshuaulrich/xts")
6021 (synopsis "Extensible time series")
6022 (description
6023 "This package provides for uniform handling of R's different time-based
6024 data classes by extending @code{zoo}, maximizing native format information
6025 preservation and allowing for user-level customization and extension, while
6026 simplifying cross-class interoperability.")
6027 (license license:gpl2+)))
6028
6029 (define-public r-performanceanalytics
6030 (package
6031 (name "r-performanceanalytics")
6032 (version "2.0.4")
6033 (source
6034 (origin
6035 (method url-fetch)
6036 (uri (cran-uri "PerformanceAnalytics" version))
6037 (sha256
6038 (base32
6039 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
6040 (properties
6041 `((upstream-name . "PerformanceAnalytics")))
6042 (build-system r-build-system)
6043 (propagated-inputs
6044 (list r-quadprog r-xts r-zoo))
6045 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
6046 (synopsis "Econometric tools for performance and risk analysis")
6047 (description "This is a collection of econometric functions for
6048 performance and risk analysis. This package aims to aid practitioners and
6049 researchers in utilizing the latest research in analysis of non-normal return
6050 streams. In general, it is most tested on return (rather than price) data on
6051 a regular scale, but most functions will work with irregular return data as
6052 well, and increasing numbers of functions will work with P&L or price data
6053 where possible.")
6054 ;; Either version may be picked.
6055 (license (list license:gpl2 license:gpl3))))
6056
6057 (define-public r-laeken
6058 (package
6059 (name "r-laeken")
6060 (version "0.5.2")
6061 (source
6062 (origin
6063 (method url-fetch)
6064 (uri (cran-uri "laeken" version))
6065 (sha256
6066 (base32
6067 "1p3ccbaydlr52p8qmgmm2l6kryvq6jjjx7mqn2vv0gpjaxqhyy92"))))
6068 (build-system r-build-system)
6069 (propagated-inputs
6070 (list r-boot r-mass))
6071 (home-page "https://cran.r-project.org/web/packages/laeken/")
6072 (synopsis "Estimation of indicators on social exclusion and poverty")
6073 (description "This package provides tools for the estimation of indicators
6074 on social exclusion and poverty, as well as an implementation of Pareto tail
6075 modeling for empirical income distributions.")
6076 (license license:gpl2+)))
6077
6078 (define-public r-vcd
6079 (package
6080 (name "r-vcd")
6081 (version "1.4-9")
6082 (source
6083 (origin
6084 (method url-fetch)
6085 (uri (cran-uri "vcd" version))
6086 (sha256
6087 (base32
6088 "13sn77qdcyll9lz7nab0bxzfvpgj8f5rl2cq5ylpz8pibynj1d55"))))
6089 (build-system r-build-system)
6090 (propagated-inputs
6091 (list r-colorspace r-lmtest r-mass))
6092 (home-page "https://cran.r-project.org/web/packages/vcd/")
6093 (synopsis "Visualizing categorical data")
6094 (description "This package provides visualization techniques, data sets,
6095 summary and inference procedures aimed particularly at categorical data.
6096 Special emphasis is given to highly extensible grid graphics. The package was
6097 originally inspired by the book \"Visualizing Categorical Data\" by Michael
6098 Friendly and is now the main support package for a new book, \"Discrete Data
6099 Analysis with R\" by Michael Friendly and David Meyer (2015).")
6100 (license license:gpl2)))
6101
6102 (define-public r-vcfr
6103 (package
6104 (name "r-vcfr")
6105 (version "1.12.0")
6106 (source (origin
6107 (method url-fetch)
6108 (uri (cran-uri "vcfR" version))
6109 (sha256
6110 (base32
6111 "0lhxb3ac4fafwik9q3cds46svzf0hyca8k54chw3dpk50c0zz1yx"))))
6112 (build-system r-build-system)
6113 (native-inputs
6114 (list r-knitr))
6115 (inputs
6116 (list zlib))
6117 (propagated-inputs
6118 (list r-ape
6119 r-dplyr
6120 r-magrittr
6121 r-memuse
6122 r-pinfsc50
6123 r-rcpp
6124 r-stringr
6125 r-tibble
6126 r-vegan
6127 r-viridislite))
6128 (home-page "https://github.com/knausb/vcfR")
6129 (synopsis "Manipulate and visualize VCF data")
6130 (description "This package facilitates easy manipulation of variant call
6131 format (VCF) data. Functions are provided to rapidly read from and write to
6132 VCF files. Once VCF data is read into R, a parser function extracts matrices
6133 of data. This information can then be used for quality control or other
6134 purposes. Additional functions provide visualization of genomic data. Once
6135 processing is complete data may be written to a VCF file. It also may be
6136 converted into other popular R objects. This package provides a link between
6137 VCF data and familiar R software.")
6138 (license license:gpl3)))
6139
6140 (define-public r-ica
6141 (package
6142 (name "r-ica")
6143 (version "1.0-2")
6144 (source
6145 (origin
6146 (method url-fetch)
6147 (uri (cran-uri "ica" version))
6148 (sha256
6149 (base32
6150 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
6151 (build-system r-build-system)
6152 (home-page "https://cran.r-project.org/web/packages/ica/")
6153 (synopsis "Independent component analysis")
6154 (description "This package provides tools for @dfn{Independent Component
6155 Analysis} (ICA) using various algorithms: FastICA,
6156 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
6157 of Eigenmatrices} (JADE).")
6158 (license license:gpl2+)))
6159
6160 (define-public r-dtw
6161 (package
6162 (name "r-dtw")
6163 (version "1.22-3")
6164 (source
6165 (origin
6166 (method url-fetch)
6167 (uri (cran-uri "dtw" version))
6168 (sha256
6169 (base32
6170 "004gm4mzgdzdj807j3bwqsv5lizmnmz5jq514bdjshhkysnzjz6z"))))
6171 (build-system r-build-system)
6172 (propagated-inputs (list r-proxy))
6173 (home-page "http://dtw.r-forge.r-project.org/")
6174 (synopsis "Dynamic Time Warping Algorithms")
6175 (description "This package provides a comprehensive implementation of
6176 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
6177 optimal (least cumulative distance) alignment between points of two time
6178 series. Common DTW variants covered include local (slope) and global (window)
6179 constraints, subsequence matches, arbitrary distance definitions,
6180 normalizations, minimum variance matching, and so on.")
6181 (license license:gpl2+)))
6182
6183 (define-public r-sdmtools
6184 (package
6185 (name "r-sdmtools")
6186 (version "1.1-221.2")
6187 (source
6188 (origin
6189 (method url-fetch)
6190 (uri (cran-uri "SDMTools" version))
6191 (sha256
6192 (base32
6193 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
6194 (properties `((upstream-name . "SDMTools")))
6195 (build-system r-build-system)
6196 (propagated-inputs (list r-r-utils))
6197 (home-page "https://www.rforge.net/SDMTools/")
6198 (synopsis "Species distribution modelling tools")
6199 (description "This package provides a set of tools for post processing
6200 the outcomes of species distribution modeling exercises. It includes novel
6201 methods for comparing models and tracking changes in distributions through
6202 time. It further includes methods for visualizing outcomes, selecting
6203 thresholds, calculating measures of accuracy and landscape fragmentation
6204 statistics, etc.")
6205 (license license:gpl3+)))
6206
6207 (define-public r-scatterplot3d
6208 (package
6209 (name "r-scatterplot3d")
6210 (version "0.3-41")
6211 (source
6212 (origin
6213 (method url-fetch)
6214 (uri (cran-uri "scatterplot3d" version))
6215 (sha256
6216 (base32
6217 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
6218 (build-system r-build-system)
6219 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
6220 (synopsis "3D scatter plot")
6221 (description "This package provides an implementation of scatter plots for
6222 plotting. a three dimensional point cloud.")
6223 (license license:gpl2)))
6224
6225 (define-public r-ggridges
6226 (package
6227 (name "r-ggridges")
6228 (version "0.5.3")
6229 (source
6230 (origin
6231 (method url-fetch)
6232 (uri (cran-uri "ggridges" version))
6233 (sha256
6234 (base32
6235 "0bmlqy1p6rac90af97ffpdi6php7dblx66l2hcm8ljidgyqzmspm"))))
6236 (build-system r-build-system)
6237 (propagated-inputs
6238 (list r-ggplot2 r-plyr r-scales r-withr))
6239 (native-inputs
6240 (list r-knitr))
6241 (home-page "https://github.com/clauswilke/ggridges")
6242 (synopsis "Ridgeline plots in ggplot2")
6243 (description
6244 "Ridgeline plots provide a convenient way of visualizing changes in
6245 distributions over time or space. This package enables the creation of such
6246 plots in @code{ggplot2}.")
6247 (license license:gpl2)))
6248
6249 (define-public r-ggjoy
6250 (package
6251 (name "r-ggjoy")
6252 (version "0.4.1")
6253 (source
6254 (origin
6255 (method url-fetch)
6256 (uri (cran-uri "ggjoy" version))
6257 (sha256
6258 (base32
6259 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
6260 (build-system r-build-system)
6261 (propagated-inputs
6262 (list r-ggplot2 r-ggridges))
6263 (home-page "https://github.com/clauswilke/ggjoy")
6264 (synopsis "Joyplots in ggplot2")
6265 (description "Joyplots provide a convenient way of visualizing changes in
6266 distributions over time or space. This package enables the creation of such
6267 plots in @code{ggplot2}.")
6268 (license license:gpl2)))
6269
6270 (define-public r-cli
6271 (package
6272 (name "r-cli")
6273 (version "3.3.0")
6274 (source
6275 (origin
6276 (method url-fetch)
6277 (uri (cran-uri "cli" version))
6278 (sha256
6279 (base32
6280 "0qqd4mscv8ndjbji7knprdlv2hhyk35gazagvapbjzq1p6yfpaf3"))))
6281 (build-system r-build-system)
6282 (propagated-inputs
6283 (list r-glue))
6284 (home-page "https://github.com/r-lib/cli#readme")
6285 (synopsis "Helpers for developing command line interfaces")
6286 (description "This package provides a suite of tools designed to build
6287 attractive command line interfaces (CLIs). It includes tools for drawing
6288 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
6289 (license license:expat)))
6290
6291 (define-public r-argparser
6292 (package
6293 (name "r-argparser")
6294 (version "0.7.1")
6295 (source
6296 (origin
6297 (method url-fetch)
6298 (uri (cran-uri "argparser" version))
6299 (sha256
6300 (base32
6301 "0xcl0ivsbc4iw8s7027q4cx68j6s5lihbby0xa9pmlv4wjmcvdr6"))))
6302 (build-system r-build-system)
6303 (home-page "https://bitbucket.org/djhshih/argparser")
6304 (synopsis "Command-line argument parser")
6305 (description
6306 "This package provides a cross-platform command-line argument parser
6307 written purely in R with no external dependencies. It is useful with the
6308 Rscript front-end and facilitates turning an R script into an executable
6309 script.")
6310 (license license:gpl3+)))
6311
6312 (define-public r-debugme
6313 (package
6314 (name "r-debugme")
6315 (version "1.1.0")
6316 (source
6317 (origin
6318 (method url-fetch)
6319 (uri (cran-uri "debugme" version))
6320 (sha256
6321 (base32
6322 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
6323 (build-system r-build-system)
6324 (propagated-inputs (list r-crayon))
6325 (home-page "https://github.com/r-lib/debugme#readme")
6326 (synopsis "Debug R packages")
6327 (description
6328 "This package allows the user to specify debug messages as special string
6329 constants, and control debugging of packages via environment variables.")
6330 (license license:expat)))
6331
6332 (define-public r-processx
6333 (package
6334 (name "r-processx")
6335 (version "3.5.3")
6336 (source
6337 (origin
6338 (method url-fetch)
6339 (uri (cran-uri "processx" version))
6340 (sha256
6341 (base32 "0ail3w8n5g1ibdamgpxcfpla18kqkilmppiasm7ms67cavx2k5k7"))))
6342 (build-system r-build-system)
6343 (propagated-inputs
6344 (list r-ps r-r6))
6345 (home-page "https://github.com/r-lib/processx3")
6346 (synopsis "Execute and control system processes")
6347 (description
6348 "This package provides portable tools to run system processes in the
6349 background. It can check if a background process is running; wait on a
6350 background process to finish; get the exit status of finished processes; kill
6351 background processes and their children; restart processes. It can read the
6352 standard output and error of the processes, using non-blocking connections.
6353 @code{processx} can poll a process for standard output or error, with a
6354 timeout. It can also poll several processes at once.")
6355 (license license:expat)))
6356
6357 (define-public r-tsp
6358 (package
6359 (name "r-tsp")
6360 (version "1.2-0")
6361 (source
6362 (origin
6363 (method url-fetch)
6364 (uri (cran-uri "TSP" version))
6365 (sha256
6366 (base32
6367 "022k0972kcxb0w6qhx09l9cif8fmpkpvwddvgxiy60bx343ywzia"))))
6368 (properties `((upstream-name . "TSP")))
6369 (build-system r-build-system)
6370 (propagated-inputs (list r-foreach))
6371 (home-page "https://cran.r-project.org/web/packages/TSP/")
6372 (synopsis "Traveling salesperson problem (TSP)")
6373 (description "This package provides basic infrastructure and some
6374 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
6375 traveling salesman problem).")
6376 (license license:gpl3)))
6377
6378 (define-public r-qap
6379 (package
6380 (name "r-qap")
6381 (version "0.1-1")
6382 (source
6383 (origin
6384 (method url-fetch)
6385 (uri (cran-uri "qap" version))
6386 (sha256
6387 (base32
6388 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
6389 (build-system r-build-system)
6390 (native-inputs (list gfortran))
6391 (home-page "https://cran.r-project.org/web/packages/qap/")
6392 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
6393 (description "This package implements heuristics for the @dfn{quadratic
6394 assignment problem} (QAP). Currently only a simulated annealing heuristic is
6395 available.")
6396 (license license:gpl3)))
6397
6398 (define-public r-gclus
6399 (package
6400 (name "r-gclus")
6401 (version "1.3.2")
6402 (source
6403 (origin
6404 (method url-fetch)
6405 (uri (cran-uri "gclus" version))
6406 (sha256
6407 (base32
6408 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
6409 (build-system r-build-system)
6410 (propagated-inputs (list r-cluster))
6411 (home-page "https://cran.r-project.org/web/packages/gclus/")
6412 (synopsis "Clustering graphics")
6413 (description "This package orders panels in scatterplot matrices and
6414 parallel coordinate displays by some merit index. It contains various indices
6415 of merit, ordering functions, and enhanced versions of @code{pairs} and
6416 @code{parcoord} which color panels according to their merit level.")
6417 (license license:gpl2+)))
6418
6419 (define-public r-webshot
6420 (package
6421 (name "r-webshot")
6422 (version "0.5.3")
6423 (source
6424 (origin
6425 (method url-fetch)
6426 (uri (cran-uri "webshot" version))
6427 (sha256
6428 (base32
6429 "1h6v94zwq0ypgi4vf8xlhp5k13j7f9061hx908177i68c6zg5i5p"))))
6430 (build-system r-build-system)
6431 (propagated-inputs
6432 (list r-callr r-jsonlite r-magrittr))
6433 (home-page "https://github.com/wch/webshot/")
6434 (synopsis "Take screenshots of web pages")
6435 (description
6436 "Webshot makes it easy to take screenshots of web pages from within R.
6437 It can also run Shiny applications locally and take screenshots of the
6438 application; and it can render and screenshot static as well as interactive R
6439 Markdown documents.")
6440 (license license:gpl2)))
6441
6442 (define-public r-seriation
6443 (package
6444 (name "r-seriation")
6445 (version "1.3.5")
6446 (source
6447 (origin
6448 (method url-fetch)
6449 (uri (cran-uri "seriation" version))
6450 (sha256
6451 (base32
6452 "0dlj0mqpg585m6i7yn0h878i8ag6pyqph98xkk42i2nvghpy01gr"))))
6453 (build-system r-build-system)
6454 (propagated-inputs
6455 (list r-cluster
6456 r-colorspace
6457 r-gclus
6458 r-mass
6459 r-qap
6460 r-registry
6461 r-tsp))
6462 (native-inputs (list gfortran))
6463 (home-page "https://s2.smu.edu/IDA/seriation/")
6464 (synopsis "Infrastructure for ordering objects using seriation")
6465 (description
6466 "This package provides infrastructure for seriation with an
6467 implementation of several seriation/sequencing techniques to reorder matrices,
6468 dissimilarity matrices, and dendrograms. It also provides (optimally)
6469 reordered heatmaps, color images and clustering visualizations like
6470 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
6471 iVAT).")
6472 (license license:gpl3)))
6473
6474 (define-public r-xfun
6475 (package
6476 (name "r-xfun")
6477 (version "0.31")
6478 (source
6479 (origin
6480 (method url-fetch)
6481 (uri (cran-uri "xfun" version))
6482 (sha256
6483 (base32 "0dgjkrlwl6rxmvdn6s1xrbiaa53hkfx2s7rqrbrc7c6shbkg6sfi"))))
6484 (build-system r-build-system)
6485 ;; knitr itself depends on xfun
6486 #;
6487 (native-inputs
6488 `(("r-knitr" ,r-knitr)))
6489 (home-page "https://github.com/yihui/xfun")
6490 (synopsis "Miscellaneous functions")
6491 (description
6492 "This package provides miscellaneous functions commonly used in other
6493 packages maintained by Yihui Xie.")
6494 (license license:expat)))
6495
6496 (define-public r-utf8
6497 (package
6498 (name "r-utf8")
6499 (version "1.2.2")
6500 (source
6501 (origin
6502 (method url-fetch)
6503 (uri (cran-uri "utf8" version))
6504 (sha256
6505 (base32
6506 "1x6qg19z4qih9lk3mvnmx0vailm1khp5lylw4hlwz6rssj3yw6m7"))))
6507 (build-system r-build-system)
6508 (native-inputs
6509 (list r-knitr r-rmarkdown)) ; for vignettes
6510 (home-page "https://github.com/patperry/r-utf8")
6511 (synopsis "Unicode text processing")
6512 (description
6513 "This package provides tools to process and print UTF-8 encoded
6514 international text (Unicode). Input, validate, normalize, encode, format, and
6515 display.")
6516 (license license:asl2.0)))
6517
6518 (define-public r-zeallot
6519 (package
6520 (name "r-zeallot")
6521 (version "0.1.0")
6522 (source
6523 (origin
6524 (method url-fetch)
6525 (uri (cran-uri "zeallot" version))
6526 (sha256
6527 (base32
6528 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
6529 (build-system r-build-system)
6530 (home-page "https://github.com/nteetor/zeallot")
6531 (synopsis "Multiple, unpacking, and destructuring assignment")
6532 (description
6533 "This package provides a @code{%<-%} operator to perform multiple,
6534 unpacking, and destructuring assignment in R. The operator unpacks the
6535 right-hand side of an assignment into multiple values and assigns these values
6536 to variables on the left-hand side of the assignment.")
6537 (license license:expat)))
6538
6539 (define-public r-zlog
6540 (package
6541 (name "r-zlog")
6542 (version "1.0.0")
6543 (source (origin
6544 (method url-fetch)
6545 (uri (cran-uri "zlog" version))
6546 (sha256
6547 (base32
6548 "1d5j31p0h3rrn230087h3ngpvwknlisjv0f1qdbicdj9m177spci"))))
6549 (properties `((upstream-name . "zlog")))
6550 (build-system r-build-system)
6551 (native-inputs (list r-knitr))
6552 (home-page "https://cran.r-project.org/package=zlog")
6553 (synopsis "Transformation for laboratory easurements")
6554 (description
6555 "The @code{zlog} package offers functions to transform laboratory
6556 measurements into standardised z or @math{z(log)-values}. Therefore the lower
6557 and upper reference limits are needed. If these are not known they could be
6558 estimated from a given sample.")
6559 (license license:gpl3+)))
6560
6561 (define-public r-vctrs
6562 (package
6563 (name "r-vctrs")
6564 (version "0.4.1")
6565 (source
6566 (origin
6567 (method url-fetch)
6568 (uri (cran-uri "vctrs" version))
6569 (sha256
6570 (base32
6571 "1pb0wjpwix29q8d8p3wi72a9mp9mif7369pk31w238cs00g8hxln"))))
6572 (build-system r-build-system)
6573 (propagated-inputs
6574 (list r-cli r-glue r-rlang))
6575 (native-inputs
6576 (list r-knitr))
6577 (home-page "https://github.com/r-lib/vctrs")
6578 (synopsis "Vector helpers")
6579 (description
6580 "There are three main goals to the @code{vctrs} package:
6581
6582 @enumerate
6583 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
6584 @code{length()} and @code{class()}. These definitions are paired with a
6585 framework for type-coercion and size-recycling.
6586 @item To define type- and size-stability as desirable function properties, use
6587 them to analyse existing base function, and to propose better alternatives.
6588 This work has been particularly motivated by thinking about the ideal
6589 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
6590 @item To provide a new @code{vctr} base class that makes it easy to create new
6591 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
6592 a few new @code{vctrs} generics, making implementation considerably simpler
6593 and more robust.
6594 @end enumerate\n")
6595 (license license:gpl3)))
6596
6597 (define-public r-pillar
6598 (package
6599 (name "r-pillar")
6600 (version "1.7.0")
6601 (source
6602 (origin
6603 (method url-fetch)
6604 (uri (cran-uri "pillar" version))
6605 (sha256
6606 (base32
6607 "1fqk18vc9ashf12gdqkdi6n1nj5lh324vwhgiib3b2fcb2bghhbq"))))
6608 (build-system r-build-system)
6609 (propagated-inputs
6610 (list r-cli
6611 r-crayon
6612 r-ellipsis
6613 r-fansi
6614 r-glue
6615 r-lifecycle
6616 r-rlang
6617 r-utf8
6618 r-vctrs))
6619 (native-inputs
6620 (list r-knitr))
6621 (home-page "https://github.com/r-lib/pillar")
6622 (synopsis "Coloured formatting for columns")
6623 (description
6624 "This package provides a @code{pillar} generic designed for formatting
6625 columns of data using the full range of colours provided by modern
6626 terminals.")
6627 (license license:gpl3)))
6628
6629 (define-public r-pinfsc50
6630 (package
6631 (name "r-pinfsc50")
6632 (version "1.2.0")
6633 (source (origin
6634 (method url-fetch)
6635 (uri (cran-uri "pinfsc50" version))
6636 (sha256
6637 (base32
6638 "1547xyxmfb7zi8h9bsm6k67dcw4hpp129xzvmgwfw7r6p4af47zd"))))
6639 (build-system r-build-system)
6640 (home-page "https://cran.r-project.org/web/packages/pinfsc50/")
6641 (synopsis "Genomic data for the plant pathogen Phytophthora infestans")
6642 (description "This package contains genomic data for the plant pathogen
6643 Phytophthora infestans. It includes a variant file, a sequence file and an
6644 annotation file. This package is intended to be used as example data for
6645 packages that work with genomic data.")
6646 (license license:gpl2+)))
6647
6648 (define-public r-uuid
6649 (package
6650 (name "r-uuid")
6651 (version "1.1-0")
6652 (source
6653 (origin
6654 (method url-fetch)
6655 (uri (cran-uri "uuid" version))
6656 (sha256
6657 (base32
6658 "0bzlc2knmr338h4ykx8v8c2a1inizxafj8rh13kwii68gpp50nz7"))))
6659 (build-system r-build-system)
6660 (home-page "https://www.rforge.net/uuid")
6661 (synopsis "Tools for generating and handling of UUIDs")
6662 (description
6663 "This package provides tools for generating and handling of
6664 @dfn{Universally Unique Identifiers} (UUIDs).")
6665 (license license:expat)))
6666
6667 (define-public r-tinytex
6668 (package
6669 (name "r-tinytex")
6670 (version "0.39")
6671 (source
6672 (origin
6673 (method url-fetch)
6674 (uri (cran-uri "tinytex" version))
6675 (sha256
6676 (base32
6677 "1v95pjxdq0ma90jji5yqh8ihlcf35cmrqx9v0z649zh0q9vrnbpj"))))
6678 (build-system r-build-system)
6679 (propagated-inputs
6680 (list r-xfun))
6681 (home-page "https://github.com/yihui/tinytex")
6682 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
6683 (description
6684 "This package provides helper functions to install and maintain the LaTeX
6685 distribution named TinyTeX, a lightweight, cross-platform, portable, and
6686 easy-to-maintain version of TeX Live. This package also contains helper
6687 functions to compile LaTeX documents, and install missing LaTeX packages
6688 automatically.")
6689 (license license:expat)))
6690
6691 (define-public r-tinytest
6692 (package
6693 (name "r-tinytest")
6694 (version "1.3.1")
6695 (source
6696 (origin
6697 (method url-fetch)
6698 (uri (cran-uri "tinytest" version))
6699 (sha256
6700 (base32
6701 "1mq31f7bzcz5bkgzl9khm1i80axfzra7gcjqxd2yqb4wrw1m3x4s"))))
6702 (properties `((upstream-name . "tinytest")))
6703 (build-system r-build-system)
6704 (home-page "https://github.com/markvanderloo/tinytest")
6705 (synopsis "Lightweight unit testing framework")
6706 (description
6707 "This package provides a lightweight unit testing framework. Main
6708 features:
6709
6710 @enumerate
6711 @item install tests with the package;
6712 @item test results are treated as data that can be stored and manipulated;
6713 @item test files are R scripts interspersed with test commands, that can be
6714 programmed over;
6715 @item fully automated build-install-test sequence for packages;
6716 @item skip tests when not run locally (e.g. on CRAN);
6717 @item flexible and configurable output printing;
6718 @item compare computed output with output stored with the package;
6719 @item run tests in parallel;
6720 @item extensible by other packages;
6721 @item report side effects.
6722 @end enumerate
6723 ")
6724 (license license:gpl3)))
6725
6726 (define-public r-network
6727 (package
6728 (name "r-network")
6729 (version "1.17.2")
6730 (source
6731 (origin
6732 (method url-fetch)
6733 (uri (cran-uri "network" version))
6734 (sha256
6735 (base32
6736 "1xrhzbci7ls4h05skdlirxl49jsvmylrqivz2kd6i33wh2ca324m"))))
6737 (build-system r-build-system)
6738 (propagated-inputs
6739 (list r-magrittr r-statnet-common r-tibble))
6740 (home-page "https://statnet.org/")
6741 (synopsis "Classes for relational data")
6742 (description
6743 "This package provides tools to create and modify network objects. The
6744 @code{network} class can represent a range of relational data types, and
6745 supports arbitrary vertex/edge/graph attributes.")
6746 (license license:gpl2+)))
6747
6748 (define-public r-stabs
6749 (package
6750 (name "r-stabs")
6751 (version "0.6-4")
6752 (source
6753 (origin
6754 (method url-fetch)
6755 (uri (cran-uri "stabs" version))
6756 (sha256
6757 (base32
6758 "1nf1yg14cgxrs4np1yghpzw1nczaslfv3rvf3918wrlzg0vp6l7q"))))
6759 (build-system r-build-system)
6760 (native-inputs
6761 (list r-knitr))
6762 (home-page "https://github.com/hofnerb/stabs")
6763 (synopsis "Stability selection with error control")
6764 (description
6765 "This package provides resampling procedures to assess the stability of
6766 selected variables with additional finite sample error control for
6767 high-dimensional variable selection procedures such as Lasso or boosting.
6768 Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
6769 complementary pairs stability selection with improved error bounds
6770 (Shah & Samworth, 2013) are implemented. The package can be combined with
6771 arbitrary user specified variable selection approaches.")
6772 (license license:gpl2)))
6773
6774 (define-public r-rle
6775 (package
6776 (name "r-rle")
6777 (version "0.9.2")
6778 (source
6779 (origin
6780 (method url-fetch)
6781 (uri (cran-uri "rle" version))
6782 (sha256
6783 (base32
6784 "0sagl0jggg40lihzy7pfq4593rfvc3b3f7g6ggi85s7n18qvwg40"))))
6785 (properties `((upstream-name . "rle")))
6786 (build-system r-build-system)
6787 (home-page "https://cran.r-project.org/web/packages/rle/")
6788 (synopsis "Common functions for run-length encoded vectors")
6789 (description
6790 "This package provides common @code{base} and @code{stats} methods for
6791 @code{rle} objects, aiming to make it possible to treat them transparently as
6792 vectors.")
6793 (license license:gpl3)))
6794
6795 (define-public r-statnet-common
6796 (package
6797 (name "r-statnet-common")
6798 (version "4.6.0")
6799 (source
6800 (origin
6801 (method url-fetch)
6802 (uri (cran-uri "statnet.common" version))
6803 (sha256
6804 (base32
6805 "07djgc6qbxahiy5v15lfayxbj4188lxsb8xcs7hnbm2hic953bfx"))))
6806 (properties
6807 `((upstream-name . "statnet.common")))
6808 (build-system r-build-system)
6809 (propagated-inputs
6810 (list r-coda))
6811 (home-page "https://statnet.org")
6812 (synopsis "R scripts and utilities used by the Statnet software")
6813 (description "This package provides non-statistical utilities used by the
6814 software developed by the Statnet Project.")
6815 (license license:gpl3)))
6816
6817 (define-public r-statcheck
6818 (package
6819 (name "r-statcheck")
6820 (version "1.3.0")
6821 (source
6822 (origin
6823 (method url-fetch)
6824 (uri (cran-uri "statcheck" version))
6825 (sha256
6826 (base32
6827 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
6828 (build-system r-build-system)
6829 (propagated-inputs
6830 (list r-ggplot2 r-plyr r-rmarkdown))
6831 (home-page "https://cran.r-project.org/web/packages/statcheck/")
6832 (synopsis "Extract statistics from articles and recompute p-values")
6833 (description "This package can automatically extract statistical
6834 null-hypothesis significant testing (NHST) results from articles and recompute
6835 the p-values based on the reported test statistic and degrees of freedom to
6836 detect possible inconsistencies.")
6837 (license license:gpl2)))
6838
6839 (define-public r-sna
6840 (package
6841 (name "r-sna")
6842 (version "2.6")
6843 (source
6844 (origin
6845 (method url-fetch)
6846 (uri (cran-uri "sna" version))
6847 (sha256
6848 (base32
6849 "0ai0v4538d30m4wks5s3lch1yfmx1ml0nnrz7ihs097lv586a09s"))))
6850 (build-system r-build-system)
6851 (propagated-inputs
6852 (list r-network r-statnet-common))
6853 (home-page "https://statnet.org")
6854 (synopsis "Tools for social network analysis")
6855 (description
6856 "This package provides a range of tools for social network analysis,
6857 including node and graph-level indices, structural distance and covariance
6858 methods, structural equivalence detection, network regression, random graph
6859 generation, and 2D/3D network visualization.")
6860 (license license:gpl2+)))
6861
6862 (define-public r-tfisher
6863 (package
6864 (name "r-tfisher")
6865 (version "0.2.0")
6866 (source
6867 (origin
6868 (method url-fetch)
6869 (uri (cran-uri "TFisher" version))
6870 (sha256
6871 (base32
6872 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
6873 (properties `((upstream-name . "TFisher")))
6874 (build-system r-build-system)
6875 (propagated-inputs
6876 (list r-matrix r-mvtnorm r-sn))
6877 (home-page "https://cran.r-project.org/web/packages/TFisher/")
6878 (synopsis "Optimal thresholding Fisher's p-value combination method")
6879 (description
6880 "This package provides the @dfn{cumulative distribution function} (CDF),
6881 quantile, and statistical power calculator for a collection of thresholding
6882 Fisher's p-value combination methods, including Fisher's p-value combination
6883 method, truncated product method and, in particular, soft-thresholding
6884 Fisher's p-value combination method which is proven to be optimal in some
6885 context of signal detection. The p-value calculator for the omnibus version
6886 of these tests are also included.")
6887 (license license:gpl2)))
6888
6889 (define-public r-ttr
6890 (package
6891 (name "r-ttr")
6892 (version "0.24.3")
6893 (source
6894 (origin
6895 (method url-fetch)
6896 (uri (cran-uri "TTR" version))
6897 (sha256
6898 (base32
6899 "11xsmbvmxq2j119j2z58bx1fkkb2xlhmzc35z5fbwr3nchrfz6jd"))))
6900 (properties `((upstream-name . "TTR")))
6901 (build-system r-build-system)
6902 (propagated-inputs
6903 (list r-curl r-xts r-zoo))
6904 (home-page "https://github.com/joshuaulrich/TTR")
6905 (synopsis "Technical trading rules")
6906 (description
6907 "This package provides functions and data to construct technical trading
6908 rules with R.")
6909 (license license:gpl2)))
6910
6911 (define-public r-leaflet-providers
6912 (package
6913 (name "r-leaflet-providers")
6914 (version "1.9.0")
6915 (source
6916 (origin
6917 (method url-fetch)
6918 (uri (cran-uri "leaflet.providers" version))
6919 (sha256
6920 (base32 "0yynrwv4xd5cdh49cwvfxm4ranarah9iiry2cd3b4fiihdfcg3wy"))))
6921 (properties `((upstream-name . "leaflet.providers")))
6922 (build-system r-build-system)
6923 (home-page "https://github.com/rstudio/leaflet.providers")
6924 (synopsis "Leaflet map tile providers")
6925 (description
6926 "This package contains third-party map tile provider information from
6927 Leaflet.js, to be used with the @code{leaflet} R package. Additionally,
6928 @code{leaflet.providers} enables users to retrieve up-to-date provider
6929 information between package updates.")
6930 (license license:bsd-2)))
6931
6932 ;; This package contains a lot of minified JavaScript with unclear provenance.
6933 ;; When upgrading please make sure that all minified JavaScript files are
6934 ;; removed in a snippet and that the replacement sources correspond to the
6935 ;; original minified scripts.
6936 (define-public r-leaflet
6937 (package
6938 (name "r-leaflet")
6939 (version "2.1.1")
6940 (source
6941 (origin
6942 (method url-fetch)
6943 (uri (cran-uri "leaflet" version))
6944 (sha256
6945 (base32 "0xsng9n08i1w7qj4hbi706m6d8jm9ixrnwq5xac2s3csfm1s1xij"))
6946 (snippet
6947 '(for-each
6948 delete-file
6949 (list "inst/htmlwidgets/lib/leaflet/leaflet.js"
6950 "inst/htmlwidgets/lib/leaflet-measure/leaflet-measure.min.js"
6951 "inst/htmlwidgets/lib/leaflet-omnivore/leaflet-omnivore.min.js"
6952 "inst/htmlwidgets/lib/jquery/jquery.min.js"
6953 "inst/htmlwidgets/plugins/Leaflet-MiniMap/Control.MiniMap.min.js"
6954 "inst/htmlwidgets/plugins/Leaflet.awesome-markers/bootstrap.min.js"
6955 "inst/htmlwidgets/plugins/Leaflet.awesome-markers/leaflet.awesome-markers.min.js"
6956 "inst/htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.js"
6957 "inst/htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.freezable.js"
6958 "inst/htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.layersupport.js"
6959 "inst/legacy/www/leaflet.js")))))
6960 (properties `((upstream-name . "leaflet")))
6961 (build-system r-build-system)
6962 (arguments
6963 `(#:modules ((guix build utils)
6964 (guix build r-build-system)
6965 (srfi srfi-1))
6966 #:phases
6967 (modify-phases %standard-phases
6968 (add-after 'unpack 'process-javascript
6969 (lambda* (#:key inputs #:allow-other-keys)
6970 ;; The inst directory contains some minified JavaScript files.
6971 ;; Regenerate them from sources.
6972 (invoke "unzip" "-d" "/tmp" (assoc-ref inputs "js-leaflet"))
6973 (with-directory-excursion "inst/"
6974 (call-with-values
6975 (lambda ()
6976 (unzip2
6977 `(("/tmp/leaflet-src.js"
6978 "htmlwidgets/lib/leaflet/leaflet.js")
6979 (,(assoc-ref inputs "js-leaflet-measure")
6980 "htmlwidgets/lib/leaflet-measure/leaflet-measure.min.js")
6981 (,(assoc-ref inputs "js-leaflet-omnivore")
6982 "htmlwidgets/lib/leaflet-omnivore/leaflet-omnivore.min.js")
6983 (,(assoc-ref inputs "js-jquery")
6984 "htmlwidgets/lib/jquery/jquery.min.js")
6985 ("htmlwidgets/plugins/Leaflet-MiniMap/Control.MiniMap.js"
6986 "htmlwidgets/plugins/Leaflet-MiniMap/Control.MiniMap.min.js")
6987 (,(assoc-ref inputs "js-bootstrap3")
6988 "htmlwidgets/plugins/Leaflet.awesome-markers/bootstrap.min.js")
6989 ("htmlwidgets/plugins/Leaflet.awesome-markers/leaflet.awesome-markers.js"
6990 "htmlwidgets/plugins/Leaflet.awesome-markers/leaflet.awesome-markers.min.js")
6991 (,(string-append (assoc-ref inputs "js-leaflet-markercluster")
6992 "/dist/leaflet.markercluster-src.js")
6993 "htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.js")
6994 (,(assoc-ref inputs "js-leaflet-markercluster-freezable")
6995 "htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.freezable.js")
6996 (,(assoc-ref inputs "js-leaflet-markercluster-layersupport")
6997 "htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.layersupport.js")
6998 (,(assoc-ref inputs "js-proj4leaflet")
6999 "htmlwidgets/plugins/Proj4Leaflet/proj4.min.js")
7000 ("legacy/www/leaflet-src.js"
7001 "legacy/www/leaflet.js"))))
7002 (lambda (sources targets)
7003 (for-each (lambda (source target)
7004 (format #true "Processing ~a --> ~a~%"
7005 source target)
7006 (invoke "esbuild" source "--minify"
7007 (string-append "--outfile=" target)))
7008 sources targets)))))))))
7009 (native-inputs
7010 `(("esbuild" ,esbuild)
7011 ("unzip" ,unzip)
7012 ("js-bootstrap3"
7013 ,(origin
7014 (method url-fetch)
7015 (uri "https://raw.githubusercontent.com/twbs/bootstrap/v3.3.7/dist/js/bootstrap.js")
7016 (sha256
7017 (base32
7018 "1j1qjagwj0m3q322z9wxxnpkd8zbk6g3kl047dsbmqad6gmqvgha"))))
7019 ("js-jquery"
7020 ,(origin
7021 (method url-fetch)
7022 (uri "https://code.jquery.com/jquery-1.12.4.js")
7023 (sha256
7024 (base32
7025 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
7026 ("js-leaflet"
7027 ,(origin
7028 (method url-fetch)
7029 (uri "http://cdn.leafletjs.com/leaflet/v1.3.1/leaflet.zip")
7030 (sha256
7031 (base32
7032 "10phzd2vczy3zm1b64whp2nna69cf9hlj2bndc9yq47vf3ddqx8f"))))
7033 ("js-leaflet-omnivore"
7034 ,(origin
7035 (method url-fetch)
7036 (uri (string-append "https://api.tiles.mapbox.com/mapbox.js/plugins/"
7037 "leaflet-omnivore/v0.3.1/leaflet-omnivore.js"))
7038 (sha256
7039 (base32
7040 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
7041 ("js-leaflet-markercluster"
7042 ,(origin
7043 (method git-fetch)
7044 (uri (git-reference
7045 (url "https://github.com/Leaflet/Leaflet.markercluster.git")
7046 (commit "v1.1.0")))
7047 (file-name (git-file-name "js-leaflet-markercluster" "1.1.0"))
7048 (sha256
7049 (base32
7050 "0ds8c7picqjmc86bm5n6hm8k71fwsa2cpgib19sbdamzr9hm0rs1"))))
7051 ("js-leaflet-markercluster-freezable"
7052 ,(origin
7053 (method url-fetch)
7054 (uri (string-append
7055 "https://raw.githubusercontent.com/ghybs/Leaflet.MarkerCluster.Freezable/"
7056 "9db80a3fba7dff4aee940e05d3d4dceaa1fffcf9/src/freezable.js"))
7057 (file-name "leaflet-markercluster-freezable.js")
7058 (sha256
7059 (base32
7060 "1k6sn5n0z2x3an91vwvkzmqq4b8ppswgk5hi5qrr79klas1hbx1k"))))
7061 ("js-leaflet-markercluster-layersupport"
7062 ,(origin
7063 (method url-fetch)
7064 (uri (string-append
7065 "https://raw.githubusercontent.com/ghybs/Leaflet.MarkerCluster.LayerSupport/"
7066 "87f3848b92e0516d9c98f6d4cd175f7b8a4e3805/src/layersupport.js"))
7067 (file-name "leaflet-markercluster-layersupport.js")
7068 (sha256
7069 (base32
7070 "15qa21xif94y762c65yxxysxykz3mma6y6agw3nxpr3s7wbb75ff"))))
7071 ("js-leaflet-measure"
7072 ,(origin
7073 (method url-fetch)
7074 (uri "https://unpkg.com/leaflet-measure@1.5.2/dist/leaflet-measure.js")
7075 (file-name "js-leaflet-measure-1.5.2.js")
7076 (sha256
7077 (base32
7078 "0ggg3ffmm7pj9ry4gssrh0a17pnad3p6gwi0dg98y819pmpqa7y0"))))
7079 ("js-proj4leaflet"
7080 ,(origin
7081 (method url-fetch)
7082 (uri "https://raw.githubusercontent.com/kartena/Proj4Leaflet/1.0.2/lib/proj4.js")
7083 (file-name "js-proj4leaflet-1.0.2.js")
7084 (sha256
7085 (base32
7086 "0vyrbf6gv2lyh4c2bzp5349ivwvvg28gpn87y52a7jdb13rlkpab"))))))
7087 (propagated-inputs
7088 (list r-base64enc
7089 r-crosstalk
7090 r-htmltools
7091 r-htmlwidgets
7092 r-leaflet-providers
7093 r-magrittr
7094 r-markdown
7095 r-png
7096 r-raster
7097 r-rcolorbrewer
7098 r-scales
7099 r-sp
7100 r-viridis))
7101 (home-page "https://rstudio.github.io/leaflet/")
7102 (synopsis "Create interactive web maps with the JavaScript Leaflet library")
7103 (description
7104 "Create and customize interactive maps using the Leaflet JavaScript
7105 library and the @code{htmlwidgets} package. These maps can be used directly
7106 from the R console, from RStudio, in Shiny applications and R Markdown
7107 documents.")
7108 (license license:gpl3)))
7109
7110 (define-public r-leaps
7111 (package
7112 (name "r-leaps")
7113 (version "3.1")
7114 (source
7115 (origin
7116 (method url-fetch)
7117 (uri (cran-uri "leaps" version))
7118 (sha256
7119 (base32
7120 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
7121 (build-system r-build-system)
7122 (native-inputs (list gfortran))
7123 (home-page "https://cran.r-project.org/web/packages/leaps/")
7124 (synopsis "Regression subset selection")
7125 (description
7126 "This package provides tools for regression subset selection, including
7127 exhaustive search.")
7128 (license license:gpl2+)))
7129
7130 (define-public r-splus2r
7131 (package
7132 (name "r-splus2r")
7133 (version "1.3-3")
7134 (source
7135 (origin
7136 (method url-fetch)
7137 (uri (cran-uri "splus2R" version))
7138 (sha256
7139 (base32
7140 "035zd22zcpkh74rik9ws6g8al6vjz7jgrqs5si361bzb5n290p3x"))))
7141 (properties `((upstream-name . "splus2R")))
7142 (build-system r-build-system)
7143 (home-page "https://cran.r-project.org/web/packages/splus2R/")
7144 (synopsis "Supplemental S-PLUS functionality in R")
7145 (description
7146 "Currently there are many functions in S-PLUS that are missing in R. To
7147 facilitate the conversion of S-PLUS packages to R packages, this package
7148 provides some missing S-PLUS functionality in R.")
7149 (license license:gpl2)))
7150
7151 (define-public r-ifultools
7152 (package
7153 (name "r-ifultools")
7154 (version "2.0-23")
7155 (source
7156 (origin
7157 (method url-fetch)
7158 (uri (cran-uri "ifultools" version))
7159 (sha256
7160 (base32
7161 "16a7rbvlym3bnfm93ikr5kl0l86ppk0s41fva6idvcx765g3fqkk"))))
7162 (build-system r-build-system)
7163 (propagated-inputs
7164 (list r-mass r-splus2r))
7165 (home-page "https://cran.r-project.org/web/packages/ifultools/")
7166 (synopsis "Insightful research tools")
7167 (description "This package provides C code used by the wmtsa, fractal, and
7168 sapa R packages.")
7169 (license license:gpl2)))
7170
7171 (define-public r-sapa
7172 (package
7173 (name "r-sapa")
7174 (version "2.0-3")
7175 (source
7176 (origin
7177 (method url-fetch)
7178 (uri (cran-uri "sapa" version))
7179 (sha256
7180 (base32
7181 "0kj681rd4c2lvqr926lb6f4qwp281x5274dg6vbk8pf5y7s0qlpc"))))
7182 (build-system r-build-system)
7183 (propagated-inputs
7184 (list r-ifultools r-splus2r))
7185 (home-page "https://cran.r-project.org/web/packages/sapa/")
7186 (synopsis "Spectral analysis for physical applications")
7187 (description "This package provides software for the book Spectral
7188 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
7189 Cambridge University Press, 1993.")
7190 (license license:gpl2)))
7191
7192 (define-public r-aggregation
7193 (package
7194 (name "r-aggregation")
7195 (version "1.0.1")
7196 (source
7197 (origin
7198 (method url-fetch)
7199 (uri (cran-uri "aggregation" version))
7200 (sha256
7201 (base32
7202 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
7203 (build-system r-build-system)
7204 (home-page "https://cran.r-project.org/web/packages/aggregation/")
7205 (synopsis "Methods for p-value aggregation")
7206 (description
7207 "This package contains functionality for performing the following methods
7208 of p-value aggregation: Fisher's method, the Lancaster method (weighted
7209 Fisher's method), and Sidak correction.")
7210 (license license:gpl3)))
7211
7212 (define-public r-quantmod
7213 (package
7214 (name "r-quantmod")
7215 (version "0.4.20")
7216 (source
7217 (origin
7218 (method url-fetch)
7219 (uri (cran-uri "quantmod" version))
7220 (sha256
7221 (base32
7222 "154fqhw46kc7r08zsj5fsg97hg93phsli3z14xwmz22xb50xymzp"))))
7223 (build-system r-build-system)
7224 (propagated-inputs
7225 (list r-curl r-ttr r-xts r-zoo))
7226 (home-page "https://cran.r-project.org/web/packages/quantmod/")
7227 (synopsis "Quantitative financial modelling framework")
7228 (description "This package provides a quantitative financial modelling
7229 framework to allow users to specify, build, trade, and analyse quantitative
7230 financial trading strategies.")
7231 (license license:gpl3)))
7232
7233 (define-public r-tseries
7234 (package
7235 (name "r-tseries")
7236 (version "0.10-51")
7237 (source
7238 (origin
7239 (method url-fetch)
7240 (uri (cran-uri "tseries" version))
7241 (sha256
7242 (base32
7243 "0zr09ikaz96djcvnjbr8ah6waqzjy06f4yd4isshlwc391q20px5"))))
7244 (build-system r-build-system)
7245 (propagated-inputs
7246 (list r-quadprog r-quantmod r-zoo))
7247 (native-inputs
7248 (list gfortran))
7249 (home-page "https://cran.r-project.org/web/packages/tseries/")
7250 (synopsis "Time series analysis and computational finance")
7251 (description
7252 "This package provides functions relating to time series analysis and
7253 computational finance.")
7254 (license license:gpl2)))
7255
7256 (define-public r-wmtsa
7257 (package
7258 (name "r-wmtsa")
7259 (version "2.0-3")
7260 (source
7261 (origin
7262 (method url-fetch)
7263 (uri (cran-uri "wmtsa" version))
7264 (sha256
7265 (base32
7266 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
7267 (build-system r-build-system)
7268 (propagated-inputs
7269 (list r-ifultools r-mass r-splus2r))
7270 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
7271 (synopsis "Wavelet methods for time series analysis")
7272 (description
7273 "This package provides software to accompany the book \"Wavelet Methods
7274 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
7275 University Press, 2000.")
7276 (license license:gpl2)))
7277
7278 (define-public r-tsa
7279 (package
7280 (name "r-tsa")
7281 (version "1.3")
7282 (source
7283 (origin
7284 (method url-fetch)
7285 (uri (cran-uri "TSA" version))
7286 (sha256
7287 (base32
7288 "1bv5q609lhmrcxnjnvcj497fbjlv89zwa8q918hw4iki5nkvwwdb"))))
7289 (properties `((upstream-name . "TSA")))
7290 (build-system r-build-system)
7291 (propagated-inputs
7292 (list r-leaps r-locfit r-mgcv r-tseries))
7293 (home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
7294 (synopsis "Time series analysis")
7295 (description
7296 "This package contains R functions and datasets detailed in the book
7297 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
7298 Cryer and Kung-Sik Chan.")
7299 (license license:gpl2+)))
7300
7301 (define-public r-extradistr
7302 (package
7303 (name "r-extradistr")
7304 (version "1.9.1")
7305 (source
7306 (origin
7307 (method url-fetch)
7308 (uri (cran-uri "extraDistr" version))
7309 (sha256
7310 (base32
7311 "1gypnbvdzczl0mvznvy8r7hzsvc5gvdvi2mmzj21cqdw9n63944r"))))
7312 (properties `((upstream-name . "extraDistr")))
7313 (build-system r-build-system)
7314 (propagated-inputs
7315 (list r-rcpp))
7316 (home-page "https://github.com/twolodzko/extraDistr")
7317 (synopsis "Additional univariate and multivariate distributions")
7318 (description
7319 "This package implements density, distribution functions, quantile
7320 functions and random generation functions for a large number of univariate and
7321 multivariate distributions.")
7322 (license license:gpl2)))
7323
7324 (define-public r-fractal
7325 (package
7326 (name "r-fractal")
7327 (version "2.0-4")
7328 (source
7329 (origin
7330 (method url-fetch)
7331 (uri (cran-uri "fractal" version))
7332 (sha256
7333 (base32
7334 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
7335 (build-system r-build-system)
7336 (propagated-inputs
7337 (list r-ifultools
7338 r-mass
7339 r-sapa
7340 r-scatterplot3d
7341 r-splus2r
7342 r-wmtsa))
7343 (home-page "https://cran.r-project.org/web/packages/fractal/")
7344 (synopsis "Fractal time series modeling and analysis")
7345 (description
7346 "This package provides tools for stochastic fractal and deterministic
7347 chaotic time series analysis.")
7348 (license license:gpl2)))
7349
7350 (define-public r-urca
7351 (package
7352 (name "r-urca")
7353 (version "1.3-0")
7354 (source
7355 (origin
7356 (method url-fetch)
7357 (uri (cran-uri "urca" version))
7358 (sha256
7359 (base32
7360 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
7361 (build-system r-build-system)
7362 (propagated-inputs (list r-nlme))
7363 (native-inputs (list gfortran))
7364 (home-page "https://cran.r-project.org/web/packages/urca/")
7365 (synopsis "Unit root and cointegration tests for time series data")
7366 (description
7367 "This package provides unit root and cointegration tests encountered in
7368 applied econometric analysis.")
7369 (license license:gpl2+)))
7370
7371 (define-public r-cubature
7372 (package
7373 (name "r-cubature")
7374 (version "2.0.4.4")
7375 (source
7376 (origin
7377 (method url-fetch)
7378 (uri (cran-uri "cubature" version))
7379 (sha256
7380 (base32
7381 "0sfmcy5xpa40w3qn0jbg7b802wksl5k8glz9jpx77n159wn3nyq8"))))
7382 (build-system r-build-system)
7383 (propagated-inputs
7384 (list r-rcpp))
7385 (native-inputs
7386 (list r-knitr))
7387 (home-page "https://github.com/bnaras/cubature")
7388 (synopsis "Adaptive multivariate integration over hypercubes")
7389 (description
7390 "This package is an R wrapper around the cubature C library for adaptive
7391 multivariate integration over hypercubes. This version provides both
7392 @code{hcubature} and @code{pcubature} routines in addition to a vector
7393 interface.")
7394 ;; The included cubature C library is released under GPLv2+, but the
7395 ;; wrapper declares the license to be GPLv3+.
7396 (license (list license:gpl2+ license:gpl3+))))
7397
7398 (define-public r-trend
7399 (package
7400 (name "r-trend")
7401 (version "1.1.4")
7402 (source
7403 (origin
7404 (method url-fetch)
7405 (uri (cran-uri "trend" version))
7406 (sha256
7407 (base32
7408 "1mr5g5gaxiqj6x83ngcbwwh57vhrhcz0x9dh0rmvs9y2ivk29ccs"))))
7409 (build-system r-build-system)
7410 (propagated-inputs
7411 (list r-extradistr))
7412 (native-inputs
7413 (list gfortran))
7414 (home-page "https://cran.r-project.org/web/packages/trend/")
7415 (synopsis "Non-parametric trend tests and change-point detection")
7416 (description
7417 "The analysis of environmental data often requires the detection of
7418 trends and change-points. This package includes tests for trend
7419 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
7420 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
7421 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
7422 correlation trend test), change-point detection (Lanzante's test procedures,
7423 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
7424 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
7425 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
7426 sample Robust Rank-Order Distributional Test.")
7427 (license license:gpl3)))
7428
7429 (define-public r-expm
7430 (package
7431 (name "r-expm")
7432 (version "0.999-6")
7433 (source
7434 (origin
7435 (method url-fetch)
7436 (uri (cran-uri "expm" version))
7437 (sha256
7438 (base32
7439 "1p5dapwv8ycxaysgi6imnby04i4kh1c5a2czqa4wygz0s8pr2y9c"))))
7440 (build-system r-build-system)
7441 (propagated-inputs (list r-matrix))
7442 (native-inputs (list gfortran))
7443 (home-page "https://r-forge.r-project.org/projects/expm/")
7444 (synopsis "Tools for matrix exponentials and related quantities")
7445 (description
7446 "This package provides tools for the computation of the matrix
7447 exponential, logarithm, square root, and related quantities.")
7448 (license license:gpl2+)))
7449
7450 (define-public r-complexplus
7451 (package
7452 (name "r-complexplus")
7453 (version "2.1")
7454 (source
7455 (origin
7456 (method url-fetch)
7457 (uri (cran-uri "complexplus" version))
7458 (sha256
7459 (base32
7460 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
7461 (build-system r-build-system)
7462 (propagated-inputs
7463 (list r-expm r-matrix))
7464 (home-page "https://cran.r-project.org/web/packages/complexplus/")
7465 (synopsis "Functions of complex or real variables")
7466 (description
7467 "This package extends several functions to the complex domain, including
7468 the matrix exponential and logarithm, and the determinant.")
7469 (license license:gpl2)))
7470
7471 (define-public r-phontools
7472 (package
7473 (name "r-phontools")
7474 (version "0.2-2.1")
7475 (source
7476 (origin
7477 (method url-fetch)
7478 (uri (cran-uri "phonTools" version))
7479 (sha256
7480 (base32
7481 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
7482 (properties `((upstream-name . "phonTools")))
7483 (build-system r-build-system)
7484 (home-page "http://www.santiagobarreda.com/rscripts.html")
7485 (synopsis "Tools for phonetic and acoustic analyses")
7486 (description
7487 "This package contains tools for the organization, display, and analysis
7488 of the sorts of data frequently encountered in phonetics research and
7489 experimentation, including the easy creation of IPA vowel plots, and the
7490 creation and manipulation of WAVE audio files.")
7491 (license license:bsd-2)))
7492
7493 (define-public r-np
7494 (package
7495 (name "r-np")
7496 (version "0.60-11")
7497 (source
7498 (origin
7499 (method url-fetch)
7500 (uri (cran-uri "np" version))
7501 (sha256
7502 (base32
7503 "1a9kzn37cddwfdki5zjmzanxp75pccdjnsvqfrh84hhcsy51pcx3"))))
7504 (build-system r-build-system)
7505 (propagated-inputs
7506 (list r-boot r-cubature r-quadprog r-quantreg))
7507 (home-page "https://github.com/JeffreyRacine/R-Package-np")
7508 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
7509 (description "This package provides non-parametric (and semi-parametric)
7510 kernel methods that seamlessly handle a mix of continuous, unordered, and
7511 ordered factor data types.")
7512 ;; Any version of the GPL.
7513 (license license:gpl3+)))
7514
7515 (define-public r-powerplus
7516 (package
7517 (name "r-powerplus")
7518 (version "3.1")
7519 (source
7520 (origin
7521 (method url-fetch)
7522 (uri (cran-uri "powerplus" version))
7523 (sha256
7524 (base32
7525 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
7526 (build-system r-build-system)
7527 (propagated-inputs
7528 (list r-complexplus r-expm r-mass r-matrix r-phontools))
7529 (home-page "https://cran.r-project.org/web/packages/powerplus/")
7530 (synopsis "Exponentiation operations")
7531 (description
7532 "This package provides tools for the computation of matrix and scalar
7533 exponentiation.")
7534 (license license:gpl2)))
7535
7536 (define-public r-egg
7537 (package
7538 (name "r-egg")
7539 (version "0.4.5")
7540 (source
7541 (origin
7542 (method url-fetch)
7543 (uri (cran-uri "egg" version))
7544 (sha256
7545 (base32
7546 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
7547 (properties `((upstream-name . "egg")))
7548 (build-system r-build-system)
7549 (propagated-inputs
7550 (list r-ggplot2 r-gridextra r-gtable))
7551 (home-page "https://cran.r-project.org/web/packages/egg")
7552 (synopsis "Extensions for ggplot2")
7553 (description
7554 "This package provides miscellaneous functions to help customize ggplot2
7555 objects. High-level functions are provided to post-process ggplot2 layouts
7556 and allow alignment between plot panels, as well as setting panel sizes to
7557 fixed values. Other functions include a custom @code{geom}, and helper
7558 functions to enforce symmetric scales or add tags to facetted plots.")
7559 (license license:gpl3)))
7560
7561 (define-public r-heatmap3
7562 (package
7563 (name "r-heatmap3")
7564 (version "1.1.9")
7565 (source
7566 (origin
7567 (method url-fetch)
7568 (uri (cran-uri "heatmap3" version))
7569 (sha256
7570 (base32
7571 "0sfvizmmwfk1bjhn6zfx5a4qqfgj1ldg8x90b65crqibgfa36k2r"))))
7572 (build-system r-build-system)
7573 (propagated-inputs
7574 (list r-fastcluster))
7575 (native-inputs
7576 (list r-knitr))
7577 (home-page "https://cran.r-project.org/web/packages/heatmap3/")
7578 (synopsis "Improved heatmap package")
7579 (description
7580 "This package provides an improved heatmap package. It is completely
7581 compatible with the original R function @code{heatmap}, and provides more
7582 powerful and convenient features.")
7583 (license license:gpl2+)))
7584
7585 (define-public r-heatmaply
7586 (package
7587 (name "r-heatmaply")
7588 (version "1.3.0")
7589 (source
7590 (origin
7591 (method url-fetch)
7592 (uri (cran-uri "heatmaply" version))
7593 (sha256
7594 (base32
7595 "1w8yyzb68laxd4zxycvgmpqj5wnyidjgv1vbzbxndp9p92f2cp8a"))))
7596 (build-system r-build-system)
7597 (propagated-inputs
7598 (list r-assertthat
7599 r-colorspace
7600 r-dendextend
7601 r-egg
7602 r-ggplot2
7603 r-htmlwidgets
7604 r-magrittr
7605 r-plotly
7606 r-rcolorbrewer
7607 r-reshape2
7608 r-scales
7609 r-seriation
7610 r-viridis
7611 r-webshot))
7612 (native-inputs
7613 (list r-knitr))
7614 (home-page "https://cran.r-project.org/package=heatmaply")
7615 (synopsis "Interactive cluster heat maps using plotly")
7616 (description
7617 "This package enables you to create interactive cluster heatmaps that can
7618 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
7619 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
7620 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
7621 a popular graphical method for visualizing high-dimensional data, in which a
7622 table of numbers is encoded as a grid of colored cells. The rows and columns
7623 of the matrix are ordered to highlight patterns and are often accompanied by
7624 dendrograms.")
7625 ;; Either version of the license.
7626 (license (list license:gpl2 license:gpl3))))
7627
7628 (define-public r-h5
7629 (package
7630 (name "r-h5")
7631 (version "0.9.9")
7632 (source
7633 (origin
7634 (method url-fetch)
7635 (uri (cran-uri "h5" version))
7636 (sha256
7637 (base32
7638 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
7639 (build-system r-build-system)
7640 (inputs
7641 (list zlib hdf5))
7642 (native-inputs
7643 (list which))
7644 (propagated-inputs
7645 (list r-rcpp))
7646 (home-page "https://github.com/mannau/h5")
7647 (synopsis "Interface to the HDF5 Library")
7648 (description
7649 "This package provides an S4 interface to the HDF5 library supporting
7650 fast storage and retrieval of R-objects like vectors, matrices and arrays to
7651 binary files in a language independent format. The HDF5 format can therefore
7652 be used as an alternative to R's save/load mechanism. Since h5 is able to
7653 access only subsets of stored data it can also handle data sets which do not
7654 fit into memory.")
7655 (license license:bsd-2)))
7656
7657 (define-public r-cgdsr
7658 (package
7659 (name "r-cgdsr")
7660 (version "1.3.0")
7661 (source
7662 (origin
7663 (method url-fetch)
7664 (uri (cran-uri "cgdsr" version))
7665 (sha256
7666 (base32
7667 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
7668 (build-system r-build-system)
7669 (propagated-inputs
7670 (list r-httr r-r-methodss3 r-r-oo))
7671 (home-page "https://github.com/cBioPortal/cgdsr")
7672 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
7673 (description
7674 "This package provides a basic set of R functions for querying the Cancer
7675 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
7676 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
7677 (license license:lgpl3)))
7678
7679 (define-public r-import
7680 (package
7681 (name "r-import")
7682 (version "1.3.0")
7683 (source
7684 (origin
7685 (method url-fetch)
7686 (uri (cran-uri "import" version))
7687 (sha256
7688 (base32
7689 "19g4jnfg9pkvvsncw62yc15xlb97hfbdqxivpjd9jqi36i6mdjrg"))))
7690 (build-system r-build-system)
7691 (native-inputs
7692 (list r-knitr))
7693 (home-page "https://github.com/smbache/import")
7694 (synopsis "Import mechanism for R")
7695 (description
7696 "This is an alternative mechanism for importing objects from packages.
7697 The syntax allows for importing multiple objects from a package with a single
7698 command in an expressive way. The import package bridges some of the gap
7699 between using @code{library} (or @code{require}) and direct (single-object)
7700 imports. Furthermore the imported objects are not placed in the current
7701 environment. It is also possible to import objects from stand-alone @code{.R}
7702 files.")
7703 (license license:expat)))
7704
7705 (define-public r-shinyace
7706 (package
7707 (name "r-shinyace")
7708 (version "0.4.2")
7709 (source
7710 (origin
7711 (method url-fetch)
7712 (uri (cran-uri "shinyAce" version))
7713 (sha256
7714 (base32
7715 "12mqvdh6rxsr61pc3pzla95r5f4l7xagjs2rcdr7c2lbqyxpx6aa"))))
7716 (properties `((upstream-name . "shinyAce")))
7717 (build-system r-build-system)
7718 (propagated-inputs
7719 (list r-shiny r-jsonlite))
7720 (home-page "https://cran.r-project.org/web/packages/shinyAce/")
7721 (synopsis "Ace editor bindings for Shiny")
7722 (description
7723 "This package provides Ace editor bindings to enable a rich text editing
7724 environment within Shiny.")
7725 (license license:expat)))
7726
7727 (define-public r-rafalib
7728 (package
7729 (name "r-rafalib")
7730 (version "1.0.0")
7731 (source
7732 (origin
7733 (method url-fetch)
7734 (uri (cran-uri "rafalib" version))
7735 (sha256
7736 (base32 "1dmxjl66bfdgrybhwyaa8d4i460liqcdw8b29a6w7shgksh29m0k"))))
7737 (properties `((upstream-name . "rafalib")))
7738 (build-system r-build-system)
7739 (propagated-inputs (list r-rcolorbrewer))
7740 (home-page "https://cran.r-project.org/package=rafalib")
7741 (synopsis "Convenience functions for routine data exploration")
7742 (description
7743 "This package provides a series of shortcuts for routine tasks to
7744 facilitate data exploration.")
7745 (license license:artistic2.0)))
7746
7747 (define-public r-randomizr
7748 (package
7749 (name "r-randomizr")
7750 (version "0.22.0")
7751 (source
7752 (origin
7753 (method url-fetch)
7754 (uri (cran-uri "randomizr" version))
7755 (sha256
7756 (base32
7757 "1grm0h3xkb0pdbbv0gd531g1kn6njp0gcy5fh153rrmajxgd8hhw"))))
7758 (properties `((upstream-name . "randomizr")))
7759 (build-system r-build-system)
7760 (native-inputs
7761 (list r-knitr))
7762 (home-page "https://declaredesign.org/r/randomizr/")
7763 (synopsis "Tools for common forms of random assignment and sampling")
7764 (description
7765 "This package provides tools for generating random assignments for common
7766 experimental designs and random samples for common sampling designs.")
7767 (license license:expat)))
7768
7769 (define-public r-base64url
7770 (package
7771 (name "r-base64url")
7772 (version "1.4")
7773 (source
7774 (origin
7775 (method url-fetch)
7776 (uri (cran-uri "base64url" version))
7777 (sha256
7778 (base32
7779 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
7780 (build-system r-build-system)
7781 (propagated-inputs
7782 (list r-backports))
7783 (home-page "https://github.com/mllg/base64url")
7784 (synopsis "Fast and URL-safe base64 encoder and decoder")
7785 (description
7786 "This package provides a URL-safe base64 encoder and decoder. In
7787 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
7788 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
7789 encoder does not fill the string with trailing @code{=}. The resulting
7790 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
7791 and thus are safe to use in URLs or for file names. The package also comes
7792 with a simple base32 encoder/decoder suited for case insensitive file
7793 systems.")
7794 (license license:gpl3)))
7795
7796 (define-public r-radiant-data
7797 (package
7798 (name "r-radiant-data")
7799 (version "1.4.2")
7800 (source
7801 (origin
7802 (method url-fetch)
7803 (uri (cran-uri "radiant.data" version))
7804 (sha256
7805 (base32
7806 "0c5c99q13pwv6k0b07x3r2bxmh0h2w15h02xb1pincgs61qwi15k"))
7807 (modules '((guix build utils)))
7808 (snippet
7809 '(begin
7810 ;; Delete files that are under CC-NC-SA.
7811 (delete-file-recursively "inst/app/tools/help")
7812 #t))))
7813 (properties `((upstream-name . "radiant.data")))
7814 (build-system r-build-system)
7815 (propagated-inputs
7816 (list r-base64enc
7817 r-broom
7818 r-car
7819 r-curl
7820 r-dplyr
7821 r-dt
7822 r-glue
7823 r-ggplot2
7824 r-import
7825 r-jsonlite
7826 r-knitr
7827 r-lubridate
7828 r-magrittr
7829 r-markdown
7830 r-mass
7831 r-patchwork
7832 r-plotly
7833 r-psych
7834 r-randomizr
7835 r-readr
7836 r-readxl
7837 r-rlang
7838 r-rmarkdown
7839 r-rstudioapi
7840 r-scales
7841 r-shiny
7842 r-shinyfiles
7843 r-shinyace
7844 r-stringi
7845 r-tibble
7846 r-tidyr
7847 r-writexl))
7848 (home-page "https://github.com/radiant-rstats/radiant.data")
7849 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
7850 (description
7851 "The Radiant Data menu includes interfaces for loading, saving, viewing,
7852 visualizing, summarizing, transforming, and combining data. It also contains
7853 functionality to generate reproducible reports of the analyses conducted in
7854 the application.")
7855 (license license:agpl3)))
7856
7857 (define-public r-algdesign
7858 (package
7859 (name "r-algdesign")
7860 (version "1.2.1")
7861 (source
7862 (origin
7863 (method url-fetch)
7864 (uri (cran-uri "AlgDesign" version))
7865 (sha256
7866 (base32 "01cx63wqr6yvgl5ml1lj6gh9p1sn42b6qcnsppcw7mvba9n652ar"))))
7867 (properties `((upstream-name . "AlgDesign")))
7868 (build-system r-build-system)
7869 (home-page "https://github.com/jvbraun/AlgDesign")
7870 (synopsis "Algorithmic experimental design")
7871 (description
7872 "This package provides tools to calculate exact and approximate theory
7873 experimental designs for D, A, and I criteria. Very large designs may be
7874 created. Experimental designs may be blocked or blocked designs created from
7875 a candidate list, using several criteria. The blocking can be done when whole
7876 and within plot factors interact.")
7877 (license license:gpl2+)))
7878
7879 (define-public r-alluvial
7880 (package
7881 (name "r-alluvial")
7882 (version "0.1-2")
7883 (source
7884 (origin
7885 (method url-fetch)
7886 (uri (cran-uri "alluvial" version))
7887 (sha256
7888 (base32 "039frwrsxq1lb97s7vf2vbyyadimkigs628ymym06fxka53drdkp"))))
7889 (properties `((upstream-name . "alluvial")))
7890 (build-system r-build-system)
7891 (native-inputs (list r-knitr))
7892 (home-page "https://github.com/mbojan/alluvial")
7893 (synopsis "Create parallel sets plots (Alluvial Diagrams)")
7894 (description
7895 "This package creates alluvial diagrams (also known as parallel sets
7896 plots) for multivariate and time series-like data.")
7897 (license license:expat)))
7898
7899 (define-public r-signal
7900 (package
7901 (name "r-signal")
7902 (version "0.7-7")
7903 (source
7904 (origin
7905 (method url-fetch)
7906 (uri (cran-uri "signal" version))
7907 (sha256
7908 (base32
7909 "0qaf39vfmhn3d0bdjqd805ayfkaj48dkmf5dqd47bpk7dp21b837"))))
7910 (build-system r-build-system)
7911 (propagated-inputs (list r-mass))
7912 (native-inputs (list gfortran))
7913 (home-page "https://cran.r-project.org/web/packages/signal/")
7914 (synopsis "Signal processing")
7915 (description
7916 "This package provides a set of signal processing functions originally
7917 written for Matlab and GNU Octave. It includes filter generation utilities,
7918 filtering functions, resampling routines, and visualization of filter models.
7919 It also includes interpolation functions.")
7920 (license license:gpl2)))
7921
7922 (define-public r-gsubfn
7923 (package
7924 (name "r-gsubfn")
7925 (version "0.7")
7926 (source
7927 (origin
7928 (method url-fetch)
7929 (uri (cran-uri "gsubfn" version))
7930 (sha256
7931 (base32
7932 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
7933 (build-system r-build-system)
7934 (propagated-inputs (list r-proto))
7935 (home-page "https://code.google.com/archive/p/gsubfn/")
7936 (synopsis "Utilities for strings and function arguments")
7937 (description
7938 "This package provides @code{gsubfn} which is like @code{gsub} but can
7939 take a replacement function or certain other objects instead of the
7940 replacement string. Matches and back references are input to the replacement
7941 function and replaced by the function output. @code{gsubfn} can be used to
7942 split strings based on content rather than delimiters and for quasi-perl-style
7943 string interpolation. The package also has facilities for translating
7944 formulas to functions and allowing such formulas in function calls instead of
7945 functions.")
7946 (license license:gpl2+)))
7947
7948 (define-public r-sqldf
7949 (package
7950 (name "r-sqldf")
7951 (version "0.4-11")
7952 (source
7953 (origin
7954 (method url-fetch)
7955 (uri (cran-uri "sqldf" version))
7956 (sha256
7957 (base32
7958 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
7959 (build-system r-build-system)
7960 (propagated-inputs
7961 (list r-chron r-dbi r-gsubfn r-proto r-rsqlite))
7962 (home-page "https://github.com/ggrothendieck/sqldf")
7963 (synopsis "Manipulate R data frames using SQL")
7964 (description
7965 "The @code{sqldf} function is typically passed a single argument which is
7966 an SQL select statement where the table names are ordinary R data frame names.
7967 @code{sqldf} transparently sets up a database, imports the data frames into
7968 that database, performs the SQL statement and returns the result using a
7969 heuristic to determine which class to assign to each column of the returned
7970 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
7971 used to read filtered files into R even if the original files are larger than
7972 R itself can handle.")
7973 (license license:gpl2)))
7974
7975 (define-public r-abind
7976 (package
7977 (name "r-abind")
7978 (version "1.4-5")
7979 (source
7980 (origin
7981 (method url-fetch)
7982 (uri (cran-uri "abind" version))
7983 (sha256
7984 (base32
7985 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
7986 (build-system r-build-system)
7987 (home-page "https://cran.r-project.org/web/packages/abind/")
7988 (synopsis "Combine multidimensional arrays")
7989 (description
7990 "This package provides tools to combine multidimensional arrays into a
7991 single array. This is a generalization of @code{cbind} and @code{rbind}. It
7992 works with vectors, matrices, and higher-dimensional arrays. It also provides
7993 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
7994 extracting and replacing data in arrays.")
7995 (license license:lgpl2.0+)))
7996
7997 (define-public r-prroc
7998 (package
7999 (name "r-prroc")
8000 (version "1.3.1")
8001 (source
8002 (origin
8003 (method url-fetch)
8004 (uri (cran-uri "PRROC" version))
8005 (sha256
8006 (base32
8007 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
8008 (properties `((upstream-name . "PRROC")))
8009 (build-system r-build-system)
8010 (home-page "https://cran.r-project.org/web/packages/PRROC/")
8011 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
8012 (description
8013 "This package computes the areas under the @dfn{precision-recall} (PR)
8014 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
8015 contrast to other implementations, the interpolation between points of the PR
8016 curve is done by a non-linear piecewise function. In addition to the areas
8017 under the curves, the curves themselves can also be computed and plotted by a
8018 specific S3-method.")
8019 (license license:gpl3)))
8020
8021 (define-public r-vim
8022 (package
8023 (name "r-vim")
8024 (version "6.1.1")
8025 (source
8026 (origin
8027 (method url-fetch)
8028 (uri (cran-uri "VIM" version))
8029 (sha256
8030 (base32
8031 "0fbpm6y3hhiw8srnbc38k19b859jcqzsh78ib8yvj86gck5av0bm"))))
8032 (properties `((upstream-name . "VIM")))
8033 (build-system r-build-system)
8034 (propagated-inputs
8035 (list r-car
8036 r-colorspace
8037 r-data-table
8038 r-e1071
8039 r-laeken
8040 r-magrittr
8041 r-mass
8042 r-nnet
8043 r-ranger
8044 r-rcpp
8045 r-robustbase
8046 r-sp
8047 r-vcd))
8048 (native-inputs
8049 (list r-knitr))
8050 (home-page "https://github.com/alexkowa/VIM")
8051 (synopsis "Visualization and imputation of missing values")
8052 (description
8053 "This package provides tools for the visualization of missing and/or
8054 imputed values are introduced, which can be used for exploring the data and
8055 the structure of the missing and/or imputed values. Depending on this
8056 structure of the missing values, the corresponding methods may help to
8057 identify the mechanism generating the missing values and explore the
8058 data including missing values. In addition, the quality of imputation can be
8059 visually explored using various univariate, bivariate, multiple and
8060 multivariate plot methods.")
8061 (license license:gpl2+)))
8062
8063 (define-public r-fnn
8064 (package
8065 (name "r-fnn")
8066 (version "1.1.3.1")
8067 (source
8068 (origin
8069 (method url-fetch)
8070 (uri (cran-uri "FNN" version))
8071 (sha256
8072 (base32
8073 "0nmynpiy3d2dnd5ngjf4m79jy02byhk43gj0xny9a6j8243f5c2j"))))
8074 (properties `((upstream-name . "FNN")))
8075 (build-system r-build-system)
8076 (home-page "https://cran.r-project.org/web/packages/FNN")
8077 (synopsis "Fast nearest neighbor search algorithms and applications")
8078 (description
8079 "This package provides cover-tree and kd-tree fast k-nearest neighbor
8080 search algorithms. Related applications including KNN classification,
8081 regression and information measures are implemented.")
8082 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
8083 ;; later can be used.
8084 (license license:gpl2+)))
8085
8086 (define-public r-smoother
8087 (package
8088 (name "r-smoother")
8089 (version "1.1")
8090 (source
8091 (origin
8092 (method url-fetch)
8093 (uri (cran-uri "smoother" version))
8094 (sha256
8095 (base32
8096 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
8097 (build-system r-build-system)
8098 (propagated-inputs
8099 (list r-ttr))
8100 (home-page "https://cran.r-project.org/web/packages/smoother")
8101 (synopsis "Functions relating to the smoothing of numerical data")
8102 (description
8103 "This package provides a collection of methods for smoothing numerical
8104 data, commencing with a port of the Matlab gaussian window smoothing function.
8105 In addition, several functions typically used in smoothing of financial data
8106 are included.")
8107 (license license:gpl2)))
8108
8109 (define-public r-riverplot
8110 (package
8111 (name "r-riverplot")
8112 (version "0.10")
8113 (source
8114 (origin
8115 (method url-fetch)
8116 (uri (cran-uri "riverplot" version))
8117 (sha256
8118 (base32
8119 "04ap1dsa7fx03l73jhv1ql3adaaaz2100qawdplxa9xmrllgcgbj"))))
8120 (build-system r-build-system)
8121 (propagated-inputs
8122 (list r-rcolorbrewer))
8123 (native-inputs
8124 (list r-knitr))
8125 (home-page "https://logfc.wordpress.com")
8126 (synopsis "Sankey or ribbon plots")
8127 (description
8128 "Sankey plots are a type of diagram that is convenient to illustrate how
8129 flow of information, resources etc. separates and joins, much like observing
8130 how rivers split and merge. For example, they can be used to compare
8131 different clusterings. This package provides an implementation of Sankey
8132 plots for R.")
8133 (license license:gpl2+)))
8134
8135 (define-public r-dyn
8136 (package
8137 (name "r-dyn")
8138 (version "0.2-9.6")
8139 (source
8140 (origin
8141 (method url-fetch)
8142 (uri (cran-uri "dyn" version))
8143 (sha256
8144 (base32
8145 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
8146 (build-system r-build-system)
8147 (propagated-inputs
8148 (list r-zoo))
8149 (home-page "https://cran.r-project.org/web/packages/dyn")
8150 (synopsis "Time series regression")
8151 (description
8152 "This package provides the dyn class interfaces @code{ts}, @code{irts},
8153 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
8154 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
8155 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
8156 @code{randomForest::randomForest()} and other regression functions, allowing
8157 those functions to be used with time series including specifications that may
8158 contain lags, diffs and missing values.")
8159 ;; Any GPL version.
8160 (license license:gpl2+)))
8161
8162 (define-public r-dynutils
8163 (package
8164 (name "r-dynutils")
8165 (version "1.0.9")
8166 (source
8167 (origin
8168 (method url-fetch)
8169 (uri (cran-uri "dynutils" version))
8170 (sha256
8171 (base32 "1pcj4igaw1g898xb42kcpzfmqy80xai5ki5bpnkf8hg738wm00qz"))))
8172 (properties `((upstream-name . "dynutils")))
8173 (build-system r-build-system)
8174 (propagated-inputs
8175 (list r-assertthat
8176 r-crayon
8177 r-desc
8178 r-dplyr
8179 r-magrittr
8180 r-matrix
8181 r-proxyc
8182 r-purrr
8183 r-rcpp
8184 r-remotes
8185 r-stringr
8186 r-tibble))
8187 (native-inputs (list r-knitr))
8188 (home-page "https://github.com/dynverse/dynutils")
8189 (synopsis "Common functionality for the dynverse packages")
8190 (description
8191 "This package provides common functionality for the
8192 @url{https://dynverse.org,dynverse} packages. dynverse is created to support
8193 the development, execution, and benchmarking of trajectory inference
8194 methods.")
8195 (license license:expat)))
8196
8197 (define-public r-catdap
8198 (package
8199 (name "r-catdap")
8200 (version "1.3.5")
8201 (source
8202 (origin
8203 (method url-fetch)
8204 (uri (cran-uri "catdap" version))
8205 (sha256
8206 (base32
8207 "0fyhl69z2lznymvpzxra9qvcg85ggzkfjy68c6mzdmf1ja44d2k5"))))
8208 (build-system r-build-system)
8209 (native-inputs
8210 (list gfortran))
8211 (home-page "https://cran.r-project.org/web/packages/catdap/")
8212 (synopsis "Tools for categorical data analysis")
8213 (description
8214 "This package provides functions for analyzing multivariate data.
8215 Dependencies of the distribution of the specified variable (response
8216 variable) to other variables (explanatory variables) are derived and
8217 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
8218 (license license:gpl2+)))
8219
8220 (define-public r-arules
8221 (package
8222 (name "r-arules")
8223 (version "1.7-3")
8224 (source
8225 (origin
8226 (method url-fetch)
8227 (uri (cran-uri "arules" version))
8228 (sha256
8229 (base32
8230 "05g6ik4z87g83nlicmb380331f84sqchvv1vch49zb7rq6v8gw6r"))))
8231 (build-system r-build-system)
8232 (propagated-inputs
8233 (list r-generics r-matrix))
8234 (home-page "https://github.com/mhahsler/arules")
8235 (synopsis "Mining association rules and frequent itemsets")
8236 (description
8237 "This package provides an infrastructure for representing, manipulating
8238 and analyzing transaction data and patterns (frequent itemsets and association rules).
8239 It also provides C implementations of the association mining algorithms Apriori
8240 and Eclat.")
8241 (license license:gpl3)))
8242
8243 (define-public r-parsedate
8244 (package
8245 (name "r-parsedate")
8246 (version "1.3.0")
8247 (source
8248 (origin
8249 (method url-fetch)
8250 (uri (cran-uri "parsedate" version))
8251 (sha256
8252 (base32
8253 "1c2cpsvma3fkx6zp191bpfvf5rmpsr13g8rzqk6ycyb0n7b9k4qy"))))
8254 (build-system r-build-system)
8255 (home-page "https://github.com/gaborcsardi/parsedate")
8256 (synopsis
8257 "Recognize and parse dates in various formats")
8258 (description
8259 "This package provides three functions for dealing with dates:
8260 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
8261 time formats, @code{parse_date} parses dates in unspecified formats,
8262 and @code{format_iso_8601} formats a date in ISO 8601 format.")
8263 (license license:gpl2)))
8264
8265 (define-public r-abc-data
8266 (package
8267 (name "r-abc-data")
8268 (version "1.0")
8269 (source
8270 (origin
8271 (method url-fetch)
8272 (uri (cran-uri "abc.data" version))
8273 (sha256
8274 (base32
8275 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
8276 (properties `((upstream-name . "abc.data")))
8277 (build-system r-build-system)
8278 (home-page "https://cran.r-project.org/web/packages/abc.data/")
8279 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
8280 (description
8281 "This package contains data which are used by functions of the abc
8282 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
8283 algorithms for performing parameter estimation, model selection, and
8284 goodness-of-fit.")
8285 (license license:gpl3+)))
8286
8287 (define-public r-abc
8288 (package
8289 (name "r-abc")
8290 (version "2.2.1")
8291 (source
8292 (origin
8293 (method url-fetch)
8294 (uri (cran-uri "abc" version))
8295 (sha256
8296 (base32
8297 "16753lyzk2dfwgdjfyanwacqw3bvrwby52inq4709804labs6lnv"))))
8298 (build-system r-build-system)
8299 (propagated-inputs
8300 (list r-abc-data r-locfit r-mass r-nnet r-quantreg))
8301 (home-page "https://cran.r-project.org/web/packages/abc/")
8302 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
8303 (description
8304 "This package implements several @dfn{Approximate Bayesian
8305 Computation} (ABC) algorithms for performing parameter estimation, model
8306 selection, and goodness-of-fit. Cross-validation tools are also available for
8307 measuring the accuracy of ABC estimates, and to calculate the
8308 misclassification probabilities of different models.")
8309 (license license:gpl3+)))
8310
8311 (define-public r-zip
8312 (package
8313 (name "r-zip")
8314 (version "2.2.0")
8315 (source
8316 (origin
8317 (method url-fetch)
8318 (uri (cran-uri "zip" version))
8319 (sha256
8320 (base32
8321 "1n5ryjdj3i16b4mdp29wapgaklz3yzas5k8ffx7q6fa0jry9i5cz"))))
8322 (build-system r-build-system)
8323 (home-page "https://github.com/gaborcsardi/zip")
8324 (synopsis "Cross-platform Zip compression")
8325 (description
8326 "This package provides a cross-platform Zip compression library for R.
8327 It is a replacement for the @code{zip} function, that does not require any
8328 additional external tools on any platform.")
8329 (license license:cc0)))
8330
8331 (define-public r-openxlsx
8332 (package
8333 (name "r-openxlsx")
8334 (version "4.2.5")
8335 (source
8336 (origin
8337 (method url-fetch)
8338 (uri (cran-uri "openxlsx" version))
8339 (sha256
8340 (base32
8341 "0695b265g7jwiqk5c3vmmfkvagx82bkpwhvqzhqaqmmn34l6vl35"))))
8342 (build-system r-build-system)
8343 (propagated-inputs
8344 (list r-rcpp r-stringi r-zip))
8345 (native-inputs
8346 (list r-knitr))
8347 (home-page "https://github.com/awalker89/openxlsx")
8348 (synopsis "Read, write and edit XLSX files")
8349 (description
8350 "This package simplifies the creation of Excel @code{.xlsx} files by
8351 providing a high level interface to writing, styling and editing worksheets.
8352 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
8353 and @code{XLConnect} packages with the added benefit of removing the
8354 dependency on Java.")
8355 (license license:gpl3)))
8356
8357 (define-public r-rio
8358 (package
8359 (name "r-rio")
8360 (version "0.5.29")
8361 (source
8362 (origin
8363 (method url-fetch)
8364 (uri (cran-uri "rio" version))
8365 (sha256
8366 (base32
8367 "04jlrhyl0791yxwcpp1s8p1hhkljnijlc5iaxpk56h41w63k39lz"))))
8368 (build-system r-build-system)
8369 (propagated-inputs
8370 (list r-curl
8371 r-data-table
8372 r-foreign
8373 r-haven
8374 r-openxlsx
8375 r-readxl
8376 r-tibble))
8377 (native-inputs
8378 (list r-knitr))
8379 (home-page "https://github.com/leeper/rio")
8380 (synopsis "Swiss-army knife for data I/O")
8381 (description
8382 "This package provides streamlined data import and export infrastructure
8383 by making assumptions that the user is probably willing to make: @code{import}
8384 and @code{export} determine the data structure from the file extension,
8385 reasonable defaults are used for data import and export (e.g.,
8386 @code{stringsAsFactors=FALSE}), web-based import is natively
8387 supported (including from SSL/HTTPS), compressed files can be read directly
8388 without explicit decompression, and fast import packages are used where
8389 appropriate. An additional convenience function, @code{convert}, provides a
8390 simple method for converting between file types.")
8391 (license license:gpl2)))
8392
8393 (define-public r-maptools
8394 (package
8395 (name "r-maptools")
8396 (version "1.1-4")
8397 (source
8398 (origin
8399 (method url-fetch)
8400 (uri (cran-uri "maptools" version))
8401 (sha256
8402 (base32
8403 "1jgx8iiirj8qhrmh19mkisa35jcql7352dmc7lvwi5vxg3wjbvpk"))))
8404 (build-system r-build-system)
8405 (propagated-inputs
8406 (list r-foreign r-lattice r-sp))
8407 (home-page "https://r-forge.r-project.org/projects/maptools/")
8408 (synopsis "Tools for reading and handling spatial objects")
8409 (description
8410 "This package provides a set of tools for manipulating and reading
8411 geographic data, in particular ESRI Shapefiles. It includes binary access to
8412 GSHHG shoreline files. The package also provides interface wrappers for
8413 exchanging spatial objects with other R packages.")
8414 ;; The C source files from shapelib are released under the Expat license.
8415 ;; The R code is released under GPL version 2 or later.
8416 (license (list license:gpl2+
8417 license:expat))))
8418
8419 (define-public r-later
8420 (package
8421 (name "r-later")
8422 (version "1.3.0")
8423 (source
8424 (origin
8425 (method url-fetch)
8426 (uri (cran-uri "later" version))
8427 (sha256
8428 (base32
8429 "0acqg29hcm2iq1418b54np7zb5pnr3xzrwc3ijv2pz9wra10ix88"))))
8430 (build-system r-build-system)
8431 (propagated-inputs
8432 (list r-rcpp r-rlang))
8433 (native-inputs
8434 (list r-knitr))
8435 (home-page "https://github.com/r-lib/later")
8436 (synopsis "Utilities for delaying function execution")
8437 (description
8438 "This package provides tools to execute arbitrary R or C functions some
8439 time after the current time, after the R execution stack has emptied.")
8440 (license license:gpl2+)))
8441
8442 (define-public r-promises
8443 (package
8444 (name "r-promises")
8445 (version "1.2.0.1")
8446 (source
8447 (origin
8448 (method url-fetch)
8449 (uri (cran-uri "promises" version))
8450 (sha256
8451 (base32
8452 "1dy4cbqw17awh4q8m7cy3anaj0n9iynabfzflb1g94cyj0bq4fld"))))
8453 (build-system r-build-system)
8454 (propagated-inputs
8455 (list r-later r-magrittr r-r6 r-rcpp r-rlang))
8456 (native-inputs
8457 (list r-knitr))
8458 (home-page "https://rstudio.github.io/promises")
8459 (synopsis "Abstractions for promise-based asynchronous programming")
8460 (description
8461 "This package provides fundamental abstractions for doing asynchronous
8462 programming in R using promises. Asynchronous programming is useful for
8463 allowing a single R process to orchestrate multiple tasks in the background
8464 while also attending to something else. Semantics are similar to JavaScript
8465 promises, but with a syntax that is idiomatic R.")
8466 (license license:expat)))
8467
8468 (define-public r-dosnow
8469 (package
8470 (name "r-dosnow")
8471 (version "1.0.20")
8472 (source
8473 (origin
8474 (method url-fetch)
8475 (uri (cran-uri "doSNOW" version))
8476 (sha256
8477 (base32
8478 "1f5v0k2w0b2478p6iqa3hn2lwd1x3rzc348n57nd38ka2vnsnz4i"))))
8479 (properties `((upstream-name . "doSNOW")))
8480 (build-system r-build-system)
8481 (propagated-inputs
8482 (list r-foreach r-iterators r-snow))
8483 (home-page "https://cran.r-project.org/web/packages/doSNOW")
8484 (synopsis "Foreach parallel adaptor for the snow package")
8485 (description
8486 "This package provides a parallel backend for the @code{%dopar%} function
8487 using the @code{snow} package.")
8488 (license license:gpl2)))
8489
8490 (define-public r-fstcore
8491 (package
8492 (name "r-fstcore")
8493 (version "0.9.12")
8494 (source
8495 (origin
8496 (method url-fetch)
8497 (uri (cran-uri "fstcore" version))
8498 (sha256
8499 (base32 "1a5m68n2dqhi3r8wf5jwg4vjvl550c7wypcf5j0xmkvl836yg1lg"))))
8500 (properties `((upstream-name . "fstcore")))
8501 (build-system r-build-system)
8502 (propagated-inputs (list r-rcpp))
8503 (inputs (list zlib))
8504 (native-inputs (list pkg-config))
8505 (home-page "https://www.fstpackage.org/fstcore/")
8506 (synopsis "R bindings to the fstlib library")
8507 (description
8508 "The fstlib library provides multithreaded serialization of compressed
8509 data frames using the fst format. The fst format allows for random access of
8510 stored data and compression with the LZ4 and ZSTD compressors.")
8511 (license license:mpl2.0)))
8512
8513 (define-public r-fst
8514 (package
8515 (name "r-fst")
8516 (version "0.9.8")
8517 (source
8518 (origin
8519 (method url-fetch)
8520 (uri (cran-uri "fst" version))
8521 (sha256
8522 (base32
8523 "0r96inwrr960m7wmc80603bw2vvvwab225bh9dq3lalwhy4yiis4"))))
8524 (properties `((upstream-name . "fst")))
8525 (build-system r-build-system)
8526 (propagated-inputs (list r-fstcore r-rcpp))
8527 (home-page "http://www.fstpackage.org")
8528 (synopsis "Fast serialization of data frames")
8529 (description
8530 "The fst package for R provides a fast, easy and flexible way to
8531 serialize data frames. With access speeds of multiple GB/s, fst is
8532 specifically designed to unlock the potential of high speed solid state disks.
8533 Data frames stored in the fst format have full random access, both in column
8534 and rows. The fst format allows for random access of stored data and
8535 compression with the LZ4 and ZSTD compressors.")
8536 (license license:agpl3)))
8537
8538 (define-public r-snowfall
8539 (package
8540 (name "r-snowfall")
8541 (version "1.84-6.1")
8542 (source (origin
8543 (method url-fetch)
8544 (uri (cran-uri "snowfall" version))
8545 (sha256
8546 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
8547 (build-system r-build-system)
8548 (propagated-inputs
8549 (list r-snow))
8550 (home-page "https://cran.r-project.org/web/packages/snowfall/")
8551 (synopsis "Easier cluster computing")
8552 (description "This package is a usability wrapper around snow for easier
8553 development of parallel R programs. This package offers e.g. extended error
8554 checks, and additional functions. All functions work in sequential mode, too,
8555 if no cluster is present or wished. The package is also designed as connector
8556 to the cluster management tool @code{sfCluster}, but can also used without
8557 it.")
8558 (license license:gpl2+)))
8559
8560 (define-public r-rgexf
8561 (package
8562 (name "r-rgexf")
8563 (version "0.16.2")
8564 (source
8565 (origin
8566 (method url-fetch)
8567 (uri (cran-uri "rgexf" version))
8568 (sha256
8569 (base32
8570 "00c2zka1n3k7p1l0mlchr063s6x58p9r3fb64d4wgl4rvsq55q3f"))
8571 ;; Delete minified JavaScript files
8572 (snippet
8573 '(for-each delete-file
8574 '("inst/gexf-js/js/jquery-2.0.2.min.js"
8575 "inst/gexf-js/js/jquery-ui-1.10.3.custom.min.js"
8576 "inst/gexf-js/js/jquery.mousewheel.min.js")))))
8577 (properties `((upstream-name . "rgexf")))
8578 (build-system r-build-system)
8579 (arguments
8580 `(#:modules ((guix build utils)
8581 (guix build r-build-system)
8582 (srfi srfi-1)
8583 (ice-9 popen))
8584 #:phases
8585 (modify-phases %standard-phases
8586 (add-after 'unpack 'process-javascript
8587 (lambda* (#:key inputs #:allow-other-keys)
8588 (invoke "unzip" "-d" "/tmp" (assoc-ref inputs "js-jquery-ui"))
8589 (with-directory-excursion "inst/gexf-js/js/"
8590 (call-with-values
8591 (lambda ()
8592 (unzip2
8593 `((,(assoc-ref inputs "js-jquery")
8594 "jquery-2.0.2.min.js")
8595 ("/tmp/jquery-ui-1.10.3/ui/jquery-ui.js"
8596 "jquery-ui-1.10.3.custom.min.js")
8597 (,(assoc-ref inputs "js-jquery-mousewheel")
8598 "jquery.mousewheel.min.js"))))
8599 (lambda (sources targets)
8600 (for-each (lambda (source target)
8601 (format #true "Processing ~a --> ~a~%"
8602 source target)
8603 (invoke "esbuild" source "--minify"
8604 (string-append "--outfile=" target)))
8605 sources targets)))))))))
8606 (propagated-inputs
8607 (list r-igraph r-servr r-xml))
8608 (native-inputs
8609 `(("r-knitr" ,r-knitr)
8610 ("esbuild" ,esbuild)
8611 ("unzip" ,unzip)
8612 ("js-jquery"
8613 ,(origin
8614 (method url-fetch)
8615 (uri "https://code.jquery.com/jquery-2.0.2.js")
8616 (sha256
8617 (base32
8618 "0v818bxpw48gdk8i95qqqij80r9jcgisi2r4ac6xnxca20h0gvfj"))))
8619 ("js-jquery-ui"
8620 ,(origin
8621 (method url-fetch)
8622 (uri "https://jqueryui.com/resources/download/jquery-ui-1.10.3.zip")
8623 (sha256
8624 (base32
8625 "00xpfy0l69nj2yan4s8k65ldsrlfsjkmyw2dwcg93dc8mv454vxx"))))
8626 ("js-jquery-mousewheel"
8627 ,(origin
8628 (method url-fetch)
8629 (uri "https://raw.githubusercontent.com/jquery/jquery-mousewheel/\
8630 3.0.6/jquery.mousewheel.js")
8631 (sha256
8632 (base32
8633 "19lk5xy2s47bx8hsa7j6bg012f8yw6d770g230bcnm559kf4nc6v"))))))
8634 (home-page "https://gvegayon.github.io/rgexf")
8635 (synopsis "Build, import and export GEXF graph files")
8636 (description
8637 "Create, read and write GEXF (Graph Exchange XML Format) graph
8638 files (used in Gephi and others). It allows the user to easily build/read
8639 graph files including attributes, GEXF visual attributes (such as color, size,
8640 and position), network dynamics (for both edges and nodes) and edge weighting.
8641 Users can build/handle graphs element-by-element or massively through
8642 data-frames, visualize the graph on a web browser through gexf-js (a
8643 JavaScript library) and interact with the igraph package.")
8644 (license license:expat)))
8645
8646 (define-public r-data-tree
8647 (package
8648 (name "r-data-tree")
8649 (version "1.0.0")
8650 (source
8651 (origin
8652 (method url-fetch)
8653 (uri (cran-uri "data.tree" version))
8654 (sha256
8655 (base32
8656 "0pizmx2312zsym4m42b97q2184bg3hibvbdrblcga05xln84qrs0"))))
8657 (properties `((upstream-name . "data.tree")))
8658 (build-system r-build-system)
8659 (propagated-inputs
8660 (list r-r6 r-stringi))
8661 (native-inputs
8662 (list r-knitr))
8663 (home-page "https://github.com/gluc/data.tree")
8664 (synopsis "General purpose hierarchical data structure")
8665 (description
8666 "Create tree structures from hierarchical data, and traverse the tree in
8667 various orders. Aggregate, cumulate, print, plot, convert to and from
8668 data.frame and more. This is useful for decision trees, machine learning,
8669 finance, conversion from and to JSON, and many other applications.")
8670 (license license:gpl2+)))
8671
8672 (define-public r-dtplyr
8673 (package
8674 (name "r-dtplyr")
8675 (version "1.2.1")
8676 (source
8677 (origin
8678 (method url-fetch)
8679 (uri (cran-uri "dtplyr" version))
8680 (sha256
8681 (base32
8682 "1wyhhn16mvdj55k2xsh7vy489l7xk4mkz7pjrw16z87awk6yjh16"))))
8683 (properties `((upstream-name . "dtplyr")))
8684 (build-system r-build-system)
8685 (propagated-inputs
8686 (list r-crayon
8687 r-data-table
8688 r-dplyr
8689 r-ellipsis
8690 r-glue
8691 r-lifecycle
8692 r-rlang
8693 r-tibble
8694 r-tidyselect
8695 r-vctrs))
8696 (native-inputs
8697 (list r-knitr))
8698 (home-page "https://github.com/tidyverse/dtplyr")
8699 (synopsis "Data Table back-end for dplyr")
8700 (description
8701 "This package provides a @code{data.table} backend for @code{dplyr}. The
8702 goal of @code{dtplyr} is to allow you to write @code{dplyr} code that is
8703 automatically translated to the equivalent, but usually much faster,
8704 @code{data.table} code.")
8705 (license license:expat)))
8706
8707 (define-public r-collapsibletree
8708 (package
8709 (name "r-collapsibletree")
8710 (version "0.1.7")
8711 (source
8712 (origin
8713 (method url-fetch)
8714 (uri (cran-uri "collapsibleTree" version))
8715 (sha256
8716 (base32
8717 "0b65pbp1wnpsrayqi630ds4r98jvcvynnlp6wxdqrnnr9nzw5343"))
8718 (snippet
8719 '(begin
8720 ;; Delete minified JavaScript file
8721 (delete-file "inst/htmlwidgets/lib/d3-4.10.2/d3.min.js")
8722 #true))))
8723 (properties
8724 `((upstream-name . "collapsibleTree")))
8725 (build-system r-build-system)
8726 (arguments
8727 `(#:phases
8728 (modify-phases %standard-phases
8729 (add-after 'unpack 'process-javascript
8730 (lambda* (#:key inputs #:allow-other-keys)
8731 (with-directory-excursion "inst/htmlwidgets/lib/d3-4.10.2/"
8732 (let ((source (assoc-ref inputs "d3.v4.js"))
8733 (target "d3.min.js"))
8734 (format #t "Processing ~a --> ~a~%"
8735 source target)
8736 (invoke "esbuild" source "--minify"
8737 (string-append "--outfile=" target)))))))))
8738 (propagated-inputs
8739 (list r-data-tree r-htmlwidgets))
8740 (native-inputs
8741 `(("esbuild" ,esbuild)
8742 ("d3.v4.js"
8743 ,(origin
8744 (method url-fetch)
8745 (uri "https://d3js.org/d3.v4.js")
8746 (sha256
8747 (base32
8748 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
8749 (home-page "https://github.com/AdeelK93/collapsibleTree")
8750 (synopsis "Interactive collapsible tree diagrams using D3.js")
8751 (description
8752 "This is a package for interactive Reingold-Tilford tree diagrams created
8753 using D3.js, where every node can be expanded and collapsed by clicking on it.
8754 Tooltips and color gradients can be mapped to nodes using a numeric column in
8755 the source data frame.")
8756 (license license:gpl3+)))
8757
8758 (define-public r-rappdirs
8759 (package
8760 (name "r-rappdirs")
8761 (version "0.3.3")
8762 (source
8763 (origin
8764 (method url-fetch)
8765 (uri (cran-uri "rappdirs" version))
8766 (sha256
8767 (base32
8768 "1161i3jgjvzjv4p8qbz9r976fnggkcrw3mlj4yd1h2svnijrz5a9"))))
8769 (build-system r-build-system)
8770 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
8771 (synopsis "Determine where to save data, caches, and logs")
8772 (description
8773 "This package provides an easy way to determine which directories on the
8774 user's computer should be used to save data, caches and logs. It is a port of
8775 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
8776 (license license:expat)))
8777
8778 (define-public r-rastervis
8779 (package
8780 (name "r-rastervis")
8781 (version "0.51.2")
8782 (source
8783 (origin
8784 (method url-fetch)
8785 (uri (cran-uri "rasterVis" version))
8786 (sha256
8787 (base32
8788 "0kgg6cm7xjqya2d46w0i1i1wjpkb8f99lyqy7rgwa7l9xmwzj5n1"))))
8789 (properties `((upstream-name . "rasterVis")))
8790 (build-system r-build-system)
8791 (propagated-inputs
8792 (list r-hexbin
8793 r-lattice
8794 r-latticeextra
8795 r-raster
8796 r-rcolorbrewer
8797 r-sp
8798 r-terra
8799 r-viridislite
8800 r-zoo))
8801 (home-page "https://oscarperpinan.github.io/rastervis/")
8802 (synopsis "Visualization methods for raster data")
8803 (description
8804 "This package provides methods for enhanced visualization and interaction
8805 with raster data. It implements visualization methods for quantitative data
8806 and categorical data, both for univariate and multivariate rasters. It also
8807 provides methods to display spatiotemporal rasters, and vector fields.")
8808 (license license:gpl3)))
8809
8810 (define-public r-rentrez
8811 (package
8812 (name "r-rentrez")
8813 (version "1.2.3")
8814 (source
8815 (origin
8816 (method url-fetch)
8817 (uri (cran-uri "rentrez" version))
8818 (sha256
8819 (base32
8820 "0x1g2f6hvkqqlb39z8m5qxhcvsizddic5i7rpqw0wy77xfbna9gv"))))
8821 (properties `((upstream-name . "rentrez")))
8822 (build-system r-build-system)
8823 (propagated-inputs
8824 (list r-httr r-jsonlite r-xml))
8825 (native-inputs
8826 (list r-knitr))
8827 (home-page "https://docs.ropensci.org/rentrez/")
8828 (synopsis "Entrez in R")
8829 (description
8830 "This package provides an R interface to the NCBI's EUtils API,
8831 allowing users to search databases like GenBank PubMed, process the results of
8832 those searches and pull data into their R sessions.")
8833 (license license:expat)))
8834
8835 (define-public r-renv
8836 (package
8837 (name "r-renv")
8838 (version "0.15.5")
8839 (source
8840 (origin
8841 (method url-fetch)
8842 (uri (cran-uri "renv" version))
8843 (sha256
8844 (base32
8845 "0bjq3ms5dg155clya62m462m93g90sxfxm7b4cqhqbx8vakskwdl"))))
8846 (properties `((upstream-name . "renv")))
8847 (build-system r-build-system)
8848 (native-inputs
8849 (list r-knitr))
8850 (home-page "https://rstudio.github.io/renv")
8851 (synopsis "Project environments")
8852 (description
8853 "This package provides a dependency management toolkit for R. Using
8854 renv, you can create and manage project-local R libraries, save the state of
8855 these libraries to a lockfile, and later restore your library as required.
8856 Together, these tools can help make your projects more isolated, portable, and
8857 reproducible.")
8858 (license license:expat)))
8859
8860 (define-public r-learnr
8861 (package
8862 (name "r-learnr")
8863 (version "0.10.1")
8864 (source
8865 (origin
8866 (method url-fetch)
8867 (uri (cran-uri "learnr" version))
8868 (sha256
8869 (base32
8870 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
8871 (build-system r-build-system)
8872 (propagated-inputs
8873 (list r-checkmate
8874 r-ellipsis
8875 r-evaluate
8876 r-htmltools
8877 r-htmlwidgets
8878 r-jsonlite
8879 r-knitr
8880 r-markdown
8881 r-rappdirs
8882 r-renv
8883 r-rmarkdown
8884 r-rprojroot
8885 r-shiny
8886 r-withr))
8887 (home-page "https://rstudio.github.io/learnr/")
8888 (synopsis "Interactive tutorials for R")
8889 (description
8890 "This package provides tools to create interactive tutorials using R
8891 Markdown. Use a combination of narrative, figures, videos, exercises, and
8892 quizzes to create self-paced tutorials for learning about R and R packages.")
8893 (license license:asl2.0)))
8894
8895 (define-public r-analytics
8896 (package
8897 (name "r-analytics")
8898 (version "3.0")
8899 (source
8900 (origin
8901 (method url-fetch)
8902 (uri (cran-uri "analytics" version))
8903 (sha256
8904 (base32
8905 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
8906 (build-system r-build-system)
8907 (propagated-inputs
8908 (list r-car
8909 r-cluster
8910 r-fractal
8911 r-lmtest
8912 r-mass
8913 r-np
8914 r-powerplus
8915 r-robust
8916 r-trend
8917 r-tsa
8918 r-urca
8919 r-vim))
8920 (home-page "https://cran.r-project.org/web/packages/analytics/")
8921 (synopsis "Collection of data analysis tools")
8922 (description
8923 "This package is a collection of data analysis tools. It includes tools
8924 for regression outlier detection in a fitted linear model, stationary
8925 bootstrap using a truncated geometric distribution, a comprehensive test for
8926 weak stationarity, column means by group, weighted biplots, and a heuristic to
8927 obtain a better initial configuration in non-metric MDS.")
8928 (license license:gpl2)))
8929
8930 (define-public r-here
8931 (package
8932 (name "r-here")
8933 (version "1.0.1")
8934 (source
8935 (origin
8936 (method url-fetch)
8937 (uri (cran-uri "here" version))
8938 (sha256
8939 (base32 "0srlr8h8qmr0wrmp7gs4g2ry5dni2hx8n947bik3s3a26f091v88"))))
8940 (properties `((upstream-name . "here")))
8941 (build-system r-build-system)
8942 (propagated-inputs (list r-rprojroot))
8943 (native-inputs (list r-knitr))
8944 (home-page "https://here.r-lib.org/")
8945 (synopsis "Simpler way to find files")
8946 (description
8947 "This package lets you construct paths to your project's files. Use the
8948 @code{here} function as a drop-in replacement for @code{file.path}, it will
8949 always locate the files relative to your project root.")
8950 (license license:expat)))
8951
8952 (define-public r-reticulate
8953 (package
8954 (name "r-reticulate")
8955 (version "1.25")
8956 (source
8957 (origin
8958 (method url-fetch)
8959 (uri (cran-uri "reticulate" version))
8960 (sha256
8961 (base32
8962 "0b1szzsqyc8wcfpkn5517bb1ds064vs2hky71my3p74kfngay991"))))
8963 (build-system r-build-system)
8964 (inputs (list python))
8965 (propagated-inputs
8966 (list r-here
8967 r-jsonlite
8968 r-matrix
8969 r-png
8970 r-rappdirs
8971 r-rcpp
8972 r-rcpptoml
8973 r-withr))
8974 (native-inputs
8975 (list r-knitr))
8976 (home-page "https://github.com/rstudio/reticulate")
8977 (synopsis "R interface to Python")
8978 (description
8979 "This package provides an interface from R to Python modules, classes,
8980 and functions. When calling into Python, R data types are automatically
8981 converted to their equivalent Python types. When values are returned from
8982 Python to R they are converted back to R types.")
8983 (license license:asl2.0)))
8984
8985 (define-public r-bibtex
8986 (package
8987 (name "r-bibtex")
8988 (version "0.4.2.3")
8989 (source
8990 (origin
8991 (method url-fetch)
8992 (uri (cran-uri "bibtex" version))
8993 (sha256
8994 (base32
8995 "0vdwx6808r73pk15263f33bkqbfmb08d8jkmr4d7h4ml414ikbbv"))))
8996 (build-system r-build-system)
8997 (propagated-inputs (list r-stringr))
8998 (home-page "https://github.com/romainfrancois/bibtex")
8999 (synopsis "Bibtex parser")
9000 (description "This package provides a utility for R to parse a bibtex
9001 file.")
9002 (license license:gpl2+)))
9003
9004 (define-public r-billboarder
9005 (package
9006 (name "r-billboarder")
9007 (version "0.3.1")
9008 (source
9009 (origin
9010 (method url-fetch)
9011 (uri (cran-uri "billboarder" version))
9012 (sha256
9013 (base32 "189ngvg84rcwhrivxskmjv3srhadvzr4p1v8pf11axyv2qn01b0x"))
9014 (snippet
9015 '(delete-file "inst/htmlwidgets/lib/billboard/billboard.pkgd.min.js"))))
9016 (properties `((upstream-name . "billboarder")))
9017 (build-system r-build-system)
9018 (arguments
9019 `(#:phases
9020 (modify-phases %standard-phases
9021 (add-after 'unpack 'process-javascript
9022 (lambda* (#:key inputs #:allow-other-keys)
9023 (with-directory-excursion "inst/htmlwidgets/lib/billboard/"
9024 (let ((source (assoc-ref inputs "js-billboard"))
9025 (target "billboard.pkgd.min.js"))
9026 (format #true "Processing ~a --> ~a~%"
9027 source target)
9028 (invoke "esbuild" source "--minify"
9029 (string-append "--outfile=" target)))))))))
9030 (propagated-inputs
9031 (list r-ggplot2
9032 r-htmltools
9033 r-htmlwidgets
9034 r-jsonlite
9035 r-magrittr
9036 r-rlang
9037 r-scales
9038 r-shiny))
9039 (native-inputs
9040 `(("r-knitr" ,r-knitr)
9041 ("esbuild" ,esbuild)
9042 ;; It is not ideal to use this concatenated (but not minified)
9043 ;; JavaScript file, as the original source is written in TypeScript.
9044 ;; However, this can still be considered source code as it is readable
9045 ;; and can be modified.
9046 ("js-billboard"
9047 ,(origin
9048 (method url-fetch)
9049 (uri "https://unpkg.com/billboard.js@3.2.0/dist/billboard.js")
9050 (sha256
9051 (base32
9052 "1kx5rqmn87pgal2cwmcij2rrnwa0fgcsw6y99m4i0l2sdm0qffv2"))))))
9053 (home-page "https://github.com/dreamRs/billboarder")
9054 (synopsis "Create interactive charts with the JavaScript Billboard library")
9055 (description
9056 "This package provides an @code{htmlwidgets} interface to billboard.js,
9057 a re-usable easy interface JavaScript chart library, based on D3 v4+. Chart
9058 types include line charts, scatterplots, bar/lollipop charts,
9059 histogram/density plots, pie/donut charts and gauge charts. All charts are
9060 interactive, and a proxy method is implemented to smoothly update a chart
9061 without rendering it again in shiny apps.")
9062 (license license:expat)))
9063
9064 (define-public r-ggseqlogo
9065 (package
9066 (name "r-ggseqlogo")
9067 (version "0.1")
9068 (source
9069 (origin
9070 (method url-fetch)
9071 (uri (cran-uri "ggseqlogo" version))
9072 (sha256
9073 (base32
9074 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
9075 (build-system r-build-system)
9076 (propagated-inputs (list r-ggplot2))
9077 (home-page "https://github.com/omarwagih/ggseqlogo")
9078 (synopsis "ggplot2 extension for drawing genetic sequence logos")
9079 (description
9080 "The range of functions provided by this package makes it possible to
9081 draw highly versatile genomic sequence logos. Features include, but are not
9082 limited to, modifying colour schemes and fonts used to draw the logo,
9083 generating multiple logo plots, and aiding the visualisation with annotations.
9084 Sequence logos can easily be combined with other ggplot2 plots.")
9085 ;; Unspecified version of the LGPL.
9086 (license license:lgpl3+)))
9087
9088 (define-public r-ggsci
9089 (package
9090 (name "r-ggsci")
9091 (version "2.9")
9092 (source
9093 (origin
9094 (method url-fetch)
9095 (uri (cran-uri "ggsci" version))
9096 (sha256
9097 (base32
9098 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
9099 (build-system r-build-system)
9100 (propagated-inputs
9101 (list r-ggplot2 r-scales))
9102 (home-page "https://nanx.me/ggsci/")
9103 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
9104 (description
9105 "This package provides a collection of ggplot2 color palettes inspired by
9106 plots in scientific journals, data visualization libraries, science fiction
9107 movies, and TV shows.")
9108 (license license:gpl3)))
9109
9110 (define-public r-ggsignif
9111 (package
9112 (name "r-ggsignif")
9113 (version "0.6.3")
9114 (source
9115 (origin
9116 (method url-fetch)
9117 (uri (cran-uri "ggsignif" version))
9118 (sha256
9119 (base32
9120 "1ad774c7s7y4i00xd89lfigr9aybl94q98ch598k3rchanr4b1fa"))))
9121 (build-system r-build-system)
9122 (native-inputs
9123 (list r-knitr))
9124 (propagated-inputs
9125 (list r-ggplot2))
9126 (home-page "https://github.com/const-ae/ggsignif")
9127 (synopsis "Significance brackets for ggplot2")
9128 (description
9129 "Enrich your ggplots with group-wise comparisons. This package provides
9130 an easy way to indicate if two groups are significantly different. Commonly
9131 this is shown by a bracket on top connecting the groups of interest which
9132 itself is annotated with the level of significance. The package provides a
9133 single layer that takes the groups for comparison and the test as arguments
9134 and adds the annotation to the plot.")
9135 (license license:gpl3)))
9136
9137 (define-public r-rstatix
9138 (package
9139 (name "r-rstatix")
9140 (version "0.7.0")
9141 (source
9142 (origin
9143 (method url-fetch)
9144 (uri (cran-uri "rstatix" version))
9145 (sha256
9146 (base32
9147 "0330y8iziffqg8j9j5h9zv4qcdyf8ybhmzxrr9fzq9nc6bf1gbm5"))))
9148 (properties `((upstream-name . "rstatix")))
9149 (build-system r-build-system)
9150 (propagated-inputs
9151 (list r-broom
9152 r-car
9153 r-corrplot
9154 r-dplyr
9155 r-generics
9156 r-magrittr
9157 r-purrr
9158 r-rlang
9159 r-tibble
9160 r-tidyr
9161 r-tidyselect))
9162 (home-page "https://rpkgs.datanovia.com/rstatix/")
9163 (synopsis "Pipe-friendly framework for basic statistical tests")
9164 (description
9165 "This package provides a simple and intuitive pipe-friendly framework,
9166 coherent with the @code{tidyverse} design philosophy, for performing basic
9167 statistical tests, including t-test, Wilcoxon test, ANOVA, Kruskal-Wallis and
9168 correlation analyses. The output of each test is automatically transformed
9169 into a tidy data frame to facilitate visualization. Additional functions are
9170 available for reshaping, reordering, manipulating and visualizing correlation
9171 matrix.")
9172 (license license:gpl2)))
9173
9174 (define-public r-ggpubr
9175 (package
9176 (name "r-ggpubr")
9177 (version "0.4.0")
9178 (source
9179 (origin
9180 (method url-fetch)
9181 (uri (cran-uri "ggpubr" version))
9182 (sha256
9183 (base32
9184 "0x86lmghr25k8w90yrp360dn42dhp5cjvjpdiv2s2gxfn701xcmb"))))
9185 (build-system r-build-system)
9186 (propagated-inputs
9187 (list r-cowplot
9188 r-dplyr
9189 r-ggplot2
9190 r-ggrepel
9191 r-ggsci
9192 r-ggsignif
9193 r-glue
9194 r-gridextra
9195 r-magrittr
9196 r-polynom
9197 r-purrr
9198 r-rlang
9199 r-scales
9200 r-rstatix
9201 r-tibble
9202 r-tidyr))
9203 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
9204 (synopsis "ggplot2-based publication-ready plots")
9205 (description
9206 "The ggplot2 package is an excellent and flexible package for elegant
9207 data visualization in R. However the default generated plots require some
9208 formatting before we can send them for publication. The ggpubr package
9209 provides some easy-to-use functions for creating and customizing ggplot2-based
9210 publication-ready plots.")
9211 (license license:gpl2)))
9212
9213 (define-public r-ellipse
9214 (package
9215 (name "r-ellipse")
9216 (version "0.4.2")
9217 (source
9218 (origin
9219 (method url-fetch)
9220 (uri (cran-uri "ellipse" version))
9221 (sha256
9222 (base32
9223 "1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
9224 (build-system r-build-system)
9225 (home-page "https://cran.r-project.org/web/packages/ellipse/")
9226 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
9227 (description
9228 "This package contains various routines for drawing ellipses and
9229 ellipse-like confidence regions, implementing the plots described in Murdoch
9230 and Chow (1996), A graphical display of large correlation matrices, The
9231 American Statistician 50, 178-180. There are also routines implementing the
9232 profile plots described in Bates and Watts (1988), Nonlinear Regression
9233 Analysis and its Applications.")
9234 (license license:gpl2+)))
9235
9236 (define-public r-flashclust
9237 (package
9238 (name "r-flashclust")
9239 (version "1.01-2")
9240 (source
9241 (origin
9242 (method url-fetch)
9243 (uri (cran-uri "flashClust" version))
9244 (sha256
9245 (base32
9246 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
9247 (properties `((upstream-name . "flashClust")))
9248 (build-system r-build-system)
9249 (native-inputs (list gfortran))
9250 (home-page "https://cran.r-project.org/web/packages/flashClust/")
9251 (synopsis "Implementation of optimal hierarchical clustering")
9252 (description
9253 "This package provides a fast implementation of hierarchical
9254 clustering.")
9255 (license license:gpl2+)))
9256
9257 (define-public r-factominer
9258 (package
9259 (name "r-factominer")
9260 (version "2.4")
9261 (source
9262 (origin
9263 (method url-fetch)
9264 (uri (cran-uri "FactoMineR" version))
9265 (sha256
9266 (base32
9267 "0lg8n9fxxk46nchnj4pbpqqf4swxfsq7r9jzr36dmd36kb7avqxr"))))
9268 (properties `((upstream-name . "FactoMineR")))
9269 (build-system r-build-system)
9270 (propagated-inputs
9271 (list r-car
9272 r-cluster
9273 r-dt
9274 r-ellipse
9275 r-flashclust
9276 r-ggplot2
9277 r-ggrepel
9278 r-lattice
9279 r-leaps
9280 r-mass
9281 r-scatterplot3d))
9282 (native-inputs
9283 (list r-knitr))
9284 (home-page "http://factominer.free.fr")
9285 (synopsis "Multivariate exploratory data analysis and data mining")
9286 (description
9287 "This package provides exploratory data analysis methods to summarize,
9288 visualize and describe datasets. The main principal component methods are
9289 available, those with the largest potential in terms of applications:
9290 principal component analysis (PCA) when variables are quantitative,
9291 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
9292 variables are categorical, Multiple Factor Analysis when variables are
9293 structured in groups, etc. and hierarchical cluster analysis.")
9294 (license license:gpl2+)))
9295
9296 (define-public r-factoextra
9297 (package
9298 (name "r-factoextra")
9299 (version "1.0.7")
9300 (source
9301 (origin
9302 (method url-fetch)
9303 (uri (cran-uri "factoextra" version))
9304 (sha256
9305 (base32
9306 "1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
9307 (build-system r-build-system)
9308 (propagated-inputs
9309 (list r-abind
9310 r-cluster
9311 r-dendextend
9312 r-factominer
9313 r-ggplot2
9314 r-ggpubr
9315 r-ggrepel
9316 r-reshape2
9317 r-tidyr))
9318 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
9319 (synopsis "Extract and visualize the results of multivariate data analyses")
9320 (description
9321 "This package provides some easy-to-use functions to extract and
9322 visualize the output of multivariate data analyses, including
9323 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
9324 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
9325 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
9326 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
9327 packages. It contains also functions for simplifying some clustering analysis
9328 steps and provides ggplot2-based elegant data visualization.")
9329 (license license:gpl2)))
9330
9331 (define-public r-fansi
9332 (package
9333 (name "r-fansi")
9334 (version "1.0.3")
9335 (source
9336 (origin
9337 (method url-fetch)
9338 (uri (cran-uri "fansi" version))
9339 (sha256
9340 (base32
9341 "0sn0kflgcn2qrrv646pzqylm02cx8l5ws473ppmvla4xihyvi9w6"))))
9342 (build-system r-build-system)
9343 (native-inputs
9344 (list r-knitr)) ; for vignettes
9345 (home-page "https://github.com/brodieG/fansi")
9346 (synopsis "ANSI control sequence aware string functions")
9347 (description
9348 "This package provides counterparts to R string manipulation functions
9349 that account for the effects of ANSI text formatting control sequences.")
9350 (license license:gpl2+)))
9351
9352 (define-public r-nbclust
9353 (package
9354 (name "r-nbclust")
9355 (version "3.0.1")
9356 (source
9357 (origin
9358 (method url-fetch)
9359 (uri (cran-uri "NbClust" version))
9360 (sha256
9361 (base32
9362 "0k5hr4zgx4gp1n62xchgz2zvyl35ba2cnczhhvj8rfbg2n4hx6qs"))))
9363 (properties `((upstream-name . "NbClust")))
9364 (build-system r-build-system)
9365 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
9366 (synopsis "Determine the best number of clusters in a data set")
9367 (description
9368 "NbClust provides 30 indexes for determining the optimal number of
9369 clusters in a data set and offers the best clustering scheme from different
9370 results to the user.")
9371 (license license:gpl2)))
9372
9373 (define-public r-hdf5r
9374 (package
9375 (name "r-hdf5r")
9376 (version "1.3.5")
9377 (source
9378 (origin
9379 (method url-fetch)
9380 (uri (cran-uri "hdf5r" version))
9381 (sha256
9382 (base32
9383 "0bv2q4ir73sbk5ra2q4mc8wbcmiwkws8k0mjlnx9ysi2mdrm3dw7"))))
9384 (build-system r-build-system)
9385 (inputs
9386 (list hdf5 zlib))
9387 (propagated-inputs
9388 (list r-bit64 r-r6))
9389 (native-inputs
9390 (list r-knitr))
9391 (home-page "https://hhoeflin.github.io/hdf5r")
9392 (synopsis "Interface to the HDF5 binary data format")
9393 (description
9394 "HDF5 is a data model, library and file format for storing and managing
9395 large amounts of data. This package provides a nearly feature complete,
9396 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
9397 functionality is added so that HDF5 objects behave very similar to their
9398 corresponding R counterparts.")
9399 (license license:asl2.0)))
9400
9401 (define-public r-itertools
9402 (package
9403 (name "r-itertools")
9404 (version "0.1-3")
9405 (source
9406 (origin
9407 (method url-fetch)
9408 (uri (cran-uri "itertools" version))
9409 (sha256
9410 (base32
9411 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
9412 (build-system r-build-system)
9413 (propagated-inputs
9414 (list r-iterators))
9415 (home-page "https://cran.r-project.org/web/packages/itertools/")
9416 (synopsis "Iterator tools")
9417 (description
9418 "This package provides various tools for creating iterators, many
9419 patterned after functions in the Python @code{itertools} module, and others
9420 patterned after functions in the snow package.")
9421 (license license:gpl2)))
9422
9423 (define-public r-itsadug
9424 (package
9425 (name "r-itsadug")
9426 (version "2.4")
9427 (source
9428 (origin
9429 (method url-fetch)
9430 (uri (cran-uri "itsadug" version))
9431 (sha256
9432 (base32 "0759l7hhvj05dp92pz59xwrxjm9s1iwkwrdhs68l0fq57550j70l"))))
9433 (properties `((upstream-name . "itsadug")))
9434 (build-system r-build-system)
9435 (propagated-inputs (list r-mgcv r-plotfunctions))
9436 (native-inputs (list r-knitr))
9437 (home-page "https://cran.r-project.org/package=itsadug")
9438 (synopsis "Interpreting time series and autocorrelated data using GAMMs")
9439 (description
9440 "@dfn{Generalized Additive Mixed Modeling} (GAMM; Lin & Zhang, 1999) as
9441 implemented in the R package @code{mgcv} is a nonlinear regression analysis
9442 which is particularly useful for time course data such as EEG, pupil dilation,
9443 gaze data (eye tracking), and articulography recordings, but also for
9444 behavioral data such as reaction times and response data. As time course
9445 measures are sensitive to autocorrelation problems, GAMMs implements methods
9446 to reduce the autocorrelation problems. This package includes functions for
9447 the evaluation of GAMM models (e.g., model comparisons, determining regions of
9448 significance, inspection of autocorrelational structure in residuals) and
9449 interpreting of GAMMs (e.g., visualization of complex interactions, and
9450 contrasts).")
9451 (license license:gpl2+)))
9452
9453 (define-public r-polynom
9454 (package
9455 (name "r-polynom")
9456 (version "1.4-1")
9457 (source
9458 (origin
9459 (method url-fetch)
9460 (uri (cran-uri "polynom" version))
9461 (sha256
9462 (base32
9463 "0y4j07syjwpnq5w6a1d90z6h1hjzijmm42pq0f8jk2vcn5xxn7mw"))))
9464 (build-system r-build-system)
9465 (native-inputs (list r-knitr))
9466 (home-page "https://cran.r-project.org/web/packages/polynom/")
9467 (synopsis "Functions for univariate polynomial manipulations")
9468 (description
9469 "This package provides a collection of functions to implement a class for
9470 univariate polynomial manipulations.")
9471 (license license:gpl2)))
9472
9473 (define-public r-pupillometryr
9474 (package
9475 (name "r-pupillometryr")
9476 (version "0.0.4")
9477 (source
9478 (origin
9479 (method url-fetch)
9480 (uri (cran-uri "PupillometryR" version))
9481 (sha256
9482 (base32 "0yk30sgl2qqa6pva649swq523vh446ifmydildycfvfmlm1h4qza"))))
9483 (properties `((upstream-name . "PupillometryR")))
9484 (build-system r-build-system)
9485 (propagated-inputs
9486 (list r-data-table
9487 r-dplyr
9488 r-fda
9489 r-ggplot2
9490 r-itsadug
9491 r-lazyeval
9492 r-mgcv
9493 r-rlang
9494 r-signal
9495 r-tidyr
9496 r-zoo))
9497 (native-inputs (list r-knitr))
9498 (home-page "https://cran.r-project.org/package=PupillometryR")
9499 (synopsis "Unified pipeline for pupillometry data")
9500 (description
9501 "This package provides a unified pipeline to clean, prepare, plot, and
9502 run basic analyses on pupillometry experiments.")
9503 (license license:expat)))
9504
9505 (define-public r-gbrd
9506 (package
9507 (name "r-gbrd")
9508 (version "0.4-11")
9509 (source
9510 (origin
9511 (method url-fetch)
9512 (uri (cran-uri "gbRd" version))
9513 (sha256
9514 (base32
9515 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
9516 (properties `((upstream-name . "gbRd")))
9517 (build-system r-build-system)
9518 (home-page "https://cran.r-project.org/web/packages/gbRd/")
9519 (synopsis "Utilities for processing Rd objects and files")
9520 (description
9521 "This package provides utilities for processing Rd objects and files.
9522 Extract argument descriptions and other parts of the help pages of
9523 functions.")
9524 (license license:gpl2+)))
9525
9526 (define-public r-rjags
9527 (package
9528 (name "r-rjags")
9529 (version "4-13")
9530 (source
9531 (origin
9532 (method url-fetch)
9533 (uri (cran-uri "rjags" version))
9534 (sha256
9535 (base32
9536 "0cibz6xhmh86fh7ynmdgpmlchizi57pi6dpslgc2if17a56c6p7q"))))
9537 (build-system r-build-system)
9538 (propagated-inputs
9539 (list r-coda))
9540 (inputs
9541 (list jags))
9542 (native-inputs
9543 (list pkg-config))
9544 (home-page "http://mcmc-jags.sourceforge.net")
9545 (synopsis "Bayesian graphical models using MCMC")
9546 (description
9547 "This package provides an R interface to the JAGS MCMC library. JAGS is
9548 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
9549 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
9550 (license license:gpl2)))
9551
9552 (define-public r-rbibutils
9553 (package
9554 (name "r-rbibutils")
9555 (version "2.2.8")
9556 (source
9557 (origin
9558 (method url-fetch)
9559 (uri (cran-uri "rbibutils" version))
9560 (sha256
9561 (base32
9562 "0lnia2fk8zlvkkgnl7r7dyi1ip5vqlw448qrvqs2s14rpbpcvbpi"))))
9563 (properties `((upstream-name . "rbibutils")))
9564 (build-system r-build-system)
9565 (home-page "https://geobosh.github.io/rbibutils/")
9566 (synopsis "Convert between bibliography formats")
9567 (description
9568 "This package converts between a number of bibliography formats,
9569 including BibTeX, BibLaTeX and Bibentry. It includes a port of the bibutils
9570 utilities and supports all bibliography formats and character encodings
9571 implemented in bibutils.")
9572 (license license:gpl2)))
9573
9574 (define-public r-rdpack
9575 (package
9576 (name "r-rdpack")
9577 (version "2.3")
9578 (source
9579 (origin
9580 (method url-fetch)
9581 (uri (cran-uri "Rdpack" version))
9582 (sha256
9583 (base32
9584 "1igpa4hnpiykbdnq57mglby5jsbind6izkkfy81wx4ib6nw1lpn4"))))
9585 (properties `((upstream-name . "Rdpack")))
9586 (build-system r-build-system)
9587 (propagated-inputs
9588 (list r-rbibutils))
9589 (home-page "https://github.com/GeoBosh/Rdpack")
9590 (synopsis "Update and manipulate Rd documentation objects")
9591 (description
9592 "This package provides functions for manipulation of R documentation
9593 objects, including functions @code{reprompt()} and @code{ereprompt()} for
9594 updating Rd documentation for functions, methods and classes; it also includes
9595 Rd macros for citations and import of references from bibtex files for use in
9596 Rd files and roxygen2 comments, as well as many functions for manipulation of
9597 references and Rd files.")
9598 (license license:gpl2+)))
9599
9600 (define-public r-officer
9601 (package
9602 (name "r-officer")
9603 (version "0.4.2")
9604 (source
9605 (origin
9606 (method url-fetch)
9607 (uri (cran-uri "officer" version))
9608 (sha256
9609 (base32
9610 "0qmn62srh9zicgizyblanirbdva7f09g967yb86kfrn05ckh5y10"))))
9611 (build-system r-build-system)
9612 (propagated-inputs
9613 (list r-r6 r-uuid r-xml2 r-zip))
9614 (home-page "https://davidgohel.github.io/officer")
9615 (synopsis "Manipulation of Word and PowerPoint documents")
9616 (description
9617 "This package provides tools to access and manipulate Word and PowerPoint
9618 documents from R. The package focuses on tabular and graphical reporting from
9619 R; it also provides two functions that let users get document content into
9620 data objects. A set of functions lets add and remove images, tables and
9621 paragraphs of text in new or existing documents. When working with PowerPoint
9622 presentations, slides can be added or removed; shapes inside slides can also
9623 be added or removed. When working with Word documents, a cursor can be used
9624 to help insert or delete content at a specific location in the document.")
9625 (license license:gpl3)))
9626
9627 (define-public r-profilemodel
9628 (package
9629 (name "r-profilemodel")
9630 (version "0.6.1")
9631 (source
9632 (origin
9633 (method url-fetch)
9634 (uri (cran-uri "profileModel" version))
9635 (sha256
9636 (base32
9637 "01m5nb8cmq0aq555pxk2a99182si65hhmn68yn9nal2j3zl2bp4i"))))
9638 (properties `((upstream-name . "profileModel")))
9639 (build-system r-build-system)
9640 (home-page "https://github.com/ikosmidis/profileModel")
9641 (synopsis "Profiling inference functions for various model classes")
9642 (description
9643 "This package provides tools that can be used to calculate, evaluate,
9644 plot and use for inference the profiles of *arbitrary* inference functions for
9645 arbitrary @code{glm}-like fitted models with linear predictors. More information
9646 on the methods that are implemented can be found in Kosmidis (2008)
9647 @url{https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf}.")
9648 (license license:gpl2+)))
9649
9650 (define-public r-brglm
9651 (package
9652 (name "r-brglm")
9653 (version "0.7.2")
9654 (source
9655 (origin
9656 (method url-fetch)
9657 (uri (cran-uri "brglm" version))
9658 (sha256
9659 (base32
9660 "08shcz0j1npdn7xkhsvlzs3z4rdwq3g4rk6a4xx8wirqw8n8s2an"))))
9661 (properties `((upstream-name . "brglm")))
9662 (build-system r-build-system)
9663 (propagated-inputs
9664 (list r-profilemodel))
9665 (home-page "https://github.com/ikosmidis/brglm")
9666 (synopsis "Bias reduction in binomial-response generalized linear models")
9667 (description
9668 "Fit generalized linear models with binomial responses using either an
9669 adjusted-score approach to bias reduction or maximum penalized likelihood
9670 where penalization is by Jeffreys invariant prior. These procedures return
9671 estimates with improved frequentist properties (bias, mean squared error) that
9672 are always finite even in cases where the maximum likelihood estimates are
9673 infinite (data separation). Fitting takes place by fitting generalized linear
9674 models on iteratively updated pseudo-data. The interface is essentially the
9675 same as @code{glm}. More flexibility is provided by the fact that custom
9676 pseudo-data representations can be specified and used for model fitting.
9677 Functions are provided for the construction of confidence intervals for the
9678 reduced-bias estimates.")
9679 (license license:gpl2+)))
9680
9681 (define-public r-entropy
9682 (package
9683 (name "r-entropy")
9684 (version "1.3.1")
9685 (source
9686 (origin
9687 (method url-fetch)
9688 (uri (cran-uri "entropy" version))
9689 (sha256
9690 (base32
9691 "1f0j8jsn6pzf4gi5g0akixx6x5vc69ci5f4m2vnwp40frvsqjnkg"))))
9692 (properties `((upstream-name . "entropy")))
9693 (build-system r-build-system)
9694 (home-page "https://www.strimmerlab.org/software/entropy/")
9695 (synopsis "Estimation of entropy, mutual information and related quantities")
9696 (description
9697 "This package implements various estimators of entropy, such as the
9698 shrinkage estimator by Hausser and Strimmer, the maximum likelihood and the
9699 Millow-Madow estimator, various Bayesian estimators, and the Chao-Shen
9700 estimator. It also offers an R interface to the NSB estimator. Furthermore,
9701 it provides functions for estimating Kullback-Leibler divergence, chi-squared,
9702 mutual information, and chi-squared statistic of independence. In addition
9703 there are functions for discretizing continuous random variables.")
9704 (license license:gpl3+)))
9705
9706 (define-public r-acd
9707 (package
9708 (name "r-acd")
9709 (version "1.5.3")
9710 (source
9711 (origin
9712 (method url-fetch)
9713 (uri (cran-uri "ACD" version))
9714 (sha256
9715 (base32
9716 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
9717 (properties `((upstream-name . "ACD")))
9718 (build-system r-build-system)
9719 (home-page "https://cran.r-project.org/web/packages/ACD/")
9720 (synopsis "Categorical data analysis with complete or missing responses")
9721 (description
9722 "This package provides tools for categorical data analysis with complete
9723 or missing responses.")
9724 (license license:gpl2+)))
9725
9726 (define-public r-acdm
9727 (package
9728 (name "r-acdm")
9729 (version "1.0.4")
9730 (source
9731 (origin
9732 (method url-fetch)
9733 (uri (cran-uri "ACDm" version))
9734 (sha256
9735 (base32
9736 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
9737 (properties `((upstream-name . "ACDm")))
9738 (build-system r-build-system)
9739 (propagated-inputs
9740 (list r-dplyr r-ggplot2 r-plyr r-rsolnp r-zoo))
9741 (home-page "https://cran.r-project.org/web/packages/ACDm/")
9742 (synopsis "Tools for Autoregressive Conditional Duration Models")
9743 (description
9744 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
9745 and Russell, 1998) models. It creates trade, price or volume durations from
9746 transactions (tic) data, performs diurnal adjustments, fits various ACD models
9747 and tests them.")
9748 (license license:gpl2+)))
9749
9750 (define-public r-overlap
9751 (package
9752 (name "r-overlap")
9753 (version "0.3.4")
9754 (source
9755 (origin
9756 (method url-fetch)
9757 (uri (cran-uri "overlap" version))
9758 (sha256
9759 (base32
9760 "1arxprhz035ab78ks88n6scwnlwmnb97mlac5gsx90ipb6gkgcyk"))))
9761 (build-system r-build-system)
9762 (home-page "https://cran.r-project.org/web/packages/overlap/")
9763 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
9764 (description
9765 "This package provides functions to fit kernel density functions to data
9766 on temporal activity patterns of animals; estimate coefficients of overlapping
9767 of densities for two species; and calculate bootstrap estimates of confidence
9768 intervals.")
9769 (license license:gpl3+)))
9770
9771 (define-public r-snakecase
9772 (package
9773 (name "r-snakecase")
9774 (version "0.11.0")
9775 (source
9776 (origin
9777 (method url-fetch)
9778 (uri (cran-uri "snakecase" version))
9779 (sha256
9780 (base32
9781 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
9782 (build-system r-build-system)
9783 (propagated-inputs
9784 (list r-stringi r-stringr))
9785 (home-page "https://github.com/Tazinho/snakecase")
9786 (synopsis "Convert strings into any case")
9787 (description
9788 "This package provides a consistent, flexible and easy to use tool to
9789 parse and convert strings into cases like snake or camel among others.")
9790 (license license:gpl3)))
9791
9792 (define-public r-prediction
9793 (package
9794 (name "r-prediction")
9795 (version "0.3.14")
9796 (source
9797 (origin
9798 (method url-fetch)
9799 (uri (cran-uri "prediction" version))
9800 (sha256
9801 (base32
9802 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
9803 (build-system r-build-system)
9804 (propagated-inputs
9805 (list r-data-table))
9806 (home-page "https://github.com/leeper/prediction")
9807 (synopsis "Tidy, type-safe prediction methods")
9808 (description
9809 "This package provides the @code{prediction()} function, a type-safe
9810 alternative to @code{predict()} that always returns a data frame. The package
9811 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
9812 from the @code{stats} package, as well as numerous other model classes from
9813 other add-on packages.")
9814 (license license:expat)))
9815
9816 (define-public r-insight
9817 (package
9818 (name "r-insight")
9819 (version "0.17.1")
9820 (source
9821 (origin
9822 (method url-fetch)
9823 (uri (cran-uri "insight" version))
9824 (sha256
9825 (base32
9826 "0dffrsimgijdqsgvr9cad4g4w97d5ssjl3l0fm5ssly9l115ag35"))))
9827 (build-system r-build-system)
9828 (native-inputs
9829 (list r-knitr))
9830 (home-page "https://easystats.github.io/insight/")
9831 (synopsis "Easy access to model information for various model objects")
9832 (description
9833 "This package provides a tool to provide an easy, intuitive and
9834 consistent access to information contained in various R models, like model
9835 formulas, model terms, information about random effects, data that was used to
9836 fit the model or data from response variables. The package mainly revolves
9837 around two types of functions: Functions that find (the names of) information,
9838 starting with @code{find_}, and functions that get the underlying data,
9839 starting with @code{get_}. The package has a consistent syntax and works with
9840 many different model objects, where otherwise functions to access these
9841 information are missing.")
9842 (license license:gpl3)))
9843
9844 (define-public r-sjlabelled
9845 (package
9846 (name "r-sjlabelled")
9847 (version "1.2.0")
9848 (source
9849 (origin
9850 (method url-fetch)
9851 (uri (cran-uri "sjlabelled" version))
9852 (sha256
9853 (base32
9854 "1va86q5wddyvqgdpy8d0an2c7v1qbb4hpn0ai6y1v5v1ff87w73k"))))
9855 (build-system r-build-system)
9856 (propagated-inputs
9857 (list r-datawizard r-insight))
9858 (native-inputs
9859 (list r-knitr))
9860 (home-page "https://github.com/strengejacke/sjlabelled")
9861 (synopsis "Labelled data utility functions")
9862 (description
9863 "This package provides a collection of functions dealing with labelled
9864 data, like reading and writing data between R and other statistical software
9865 packages. This includes easy ways to get, set or change value and variable
9866 label attributes, to convert labelled vectors into factors or numeric (and
9867 vice versa), or to deal with multiple declared missing values.")
9868 (license license:gpl3)))
9869
9870 (define-public r-sjmisc
9871 (package
9872 (name "r-sjmisc")
9873 (version "2.8.9")
9874 (source
9875 (origin
9876 (method url-fetch)
9877 (uri (cran-uri "sjmisc" version))
9878 (sha256
9879 (base32
9880 "1gzkq95ckxr0vhrzggflzli9hs7zr8c0yym9zn1wf74yrr0mgc3q"))))
9881 (build-system r-build-system)
9882 (propagated-inputs
9883 (list r-dplyr
9884 r-insight
9885 r-magrittr
9886 r-purrr
9887 r-rlang
9888 r-sjlabelled
9889 r-tidyselect))
9890 (native-inputs
9891 (list r-knitr))
9892 (home-page "https://github.com/strengejacke/sjmisc")
9893 (synopsis "Data and variable transformation functions")
9894 (description
9895 "This package is a collection of miscellaneous utility functions,
9896 supporting data transformation tasks like recoding, dichotomizing or grouping
9897 variables, setting and replacing missing values. The data transformation
9898 functions also support labelled data, and all integrate seamlessly into a
9899 tidyverse workflow.")
9900 (license license:gpl3)))
9901
9902 (define-public r-nortest
9903 (package
9904 (name "r-nortest")
9905 (version "1.0-4")
9906 (source
9907 (origin
9908 (method url-fetch)
9909 (uri (cran-uri "nortest" version))
9910 (sha256
9911 (base32
9912 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
9913 (build-system r-build-system)
9914 (home-page "https://cran.r-project.org/web/packages/nortest/")
9915 (synopsis "Tests for normality")
9916 (description
9917 "This package provides five omnibus tests for testing the composite
9918 hypothesis of normality.")
9919 (license license:gpl2+)))
9920
9921 (define-public r-moonbook
9922 (package
9923 (name "r-moonbook")
9924 (version "0.3.1")
9925 (source
9926 (origin
9927 (method url-fetch)
9928 (uri (cran-uri "moonBook" version))
9929 (sha256
9930 (base32
9931 "1ml4vvm0mvrprpyi0l50aw38brx18bk2qny4gybmkvlbakalz9bx"))))
9932 (properties `((upstream-name . "moonBook")))
9933 (build-system r-build-system)
9934 (propagated-inputs
9935 (list r-crayon
9936 r-magrittr
9937 r-nortest
9938 r-sjmisc
9939 r-stringr
9940 r-survival))
9941 (native-inputs
9942 (list r-knitr))
9943 (home-page "https://github.com/cardiomoon/moonBook")
9944 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
9945 (description
9946 "This package provides several analysis-related functions for the book
9947 entitled \"R statistics and graph for medical articles\" (written in Korean),
9948 version 1, by Keon-Woong Moon with Korean demographic data with several plot
9949 functions.")
9950 (license license:gpl2)))
9951
9952 (define-public r-flextable
9953 (package
9954 (name "r-flextable")
9955 (version "0.7.0")
9956 (source
9957 (origin
9958 (method url-fetch)
9959 (uri (cran-uri "flextable" version))
9960 (sha256
9961 (base32
9962 "15vr5lb87712mymsvv01kz9s1fb54sx5kybsa2x547k5g10dbrbm"))))
9963 (build-system r-build-system)
9964 (propagated-inputs
9965 (list r-base64enc
9966 r-data-table
9967 r-gdtools
9968 r-htmltools
9969 r-knitr
9970 r-officer
9971 r-rlang
9972 r-rmarkdown
9973 r-uuid
9974 r-xml2))
9975 (native-inputs
9976 (list r-knitr))
9977 (home-page "https://davidgohel.github.io/flextable")
9978 (synopsis "Functions for tabular reporting")
9979 (description
9980 "This package provides tools to create pretty tables for HTML documents
9981 and other formats. Functions are provided to let users create tables, modify
9982 and format their content. It extends the @code{officer} package and can be
9983 used within R markdown documents when rendering to HTML and to Word
9984 documents.")
9985 (license license:gpl3)))
9986
9987 (define-public r-writexl
9988 (package
9989 (name "r-writexl")
9990 (version "1.4.0")
9991 (source
9992 (origin
9993 (method url-fetch)
9994 (uri (cran-uri "writexl" version))
9995 (sha256
9996 (base32
9997 "0mfzyn8n5x5x5gf382bqgq61zpw9dymrp5kzdm2sbszplmxf6xry"))))
9998 (build-system r-build-system)
9999 (inputs (list zlib))
10000 (home-page "https://github.com/ropensci/writexl")
10001 (synopsis "Export data frames to xlsx format")
10002 (description
10003 "This package provides a data frame to xlsx exporter based on
10004 libxlsxwriter.")
10005 (license license:bsd-2)))
10006
10007 (define-public r-biasedurn
10008 (package
10009 (name "r-biasedurn")
10010 (version "1.07")
10011 (source
10012 (origin
10013 (method url-fetch)
10014 (uri (cran-uri "BiasedUrn" version))
10015 (sha256
10016 (base32
10017 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
10018 (properties `((upstream-name . "BiasedUrn")))
10019 (build-system r-build-system)
10020 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
10021 (synopsis "Biased Urn model distributions")
10022 (description
10023 "This package provides statistical models of biased sampling in the form
10024 of univariate and multivariate noncentral hypergeometric distributions,
10025 including Wallenius' noncentral hypergeometric distribution and Fisher's
10026 noncentral hypergeometric distribution (also called extended hypergeometric
10027 distribution).")
10028 (license license:gpl3)))
10029
10030 (define-public r-goplot
10031 (package
10032 (name "r-goplot")
10033 (version "1.0.2")
10034 (source
10035 (origin
10036 (method url-fetch)
10037 (uri (cran-uri "GOplot" version))
10038 (sha256
10039 (base32
10040 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
10041 (properties `((upstream-name . "GOplot")))
10042 (build-system r-build-system)
10043 (propagated-inputs
10044 (list r-ggdendro r-ggplot2 r-gridextra r-rcolorbrewer))
10045 (home-page "https://github.com/wencke/wencke.github.io")
10046 (synopsis "Visualization of functional analysis data")
10047 (description
10048 "This package provides an implementation of multilayered visualizations
10049 for enhanced graphical representation of functional analysis data. It
10050 combines and integrates omics data derived from expression and functional
10051 annotation enrichment analyses. Its plotting functions have been developed
10052 with an hierarchical structure in mind: starting from a general overview to
10053 identify the most enriched categories (modified bar plot, bubble plot) to a
10054 more detailed one displaying different types of relevant information for the
10055 molecules in a given set of categories (circle plot, chord plot, cluster plot,
10056 Venn diagram, heatmap).")
10057 (license license:gpl2)))
10058
10059 (define-public r-getopt
10060 (package
10061 (name "r-getopt")
10062 (version "1.20.3")
10063 (source
10064 (origin
10065 (method url-fetch)
10066 (uri (cran-uri "getopt" version))
10067 (sha256
10068 (base32
10069 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
10070 (build-system r-build-system)
10071 (home-page "https://github.com/trevorld/getopt")
10072 (synopsis "Command-line option processor for R")
10073 (description
10074 "This package is designed to be used with Rscript to write shebang
10075 scripts that accept short and long options. Many users will prefer to
10076 use the packages @code{optparse} or @code{argparse} which add extra
10077 features like automatically generated help options and usage texts,
10078 support for default values, positional argument support, etc.")
10079 (license license:gpl2+)))
10080
10081 (define-public r-findpython
10082 (package
10083 (name "r-findpython")
10084 (version "1.0.7")
10085 (source
10086 (origin
10087 (method url-fetch)
10088 (uri (cran-uri "findpython" version))
10089 (sha256
10090 (base32
10091 "0jf10jpqla90x03kl3k77gnd255zmw9rvr8d724vb17cqawh9yar"))))
10092 (build-system r-build-system)
10093 (home-page "https://github.com/trevorld/findpython")
10094 (synopsis "Functions to find an acceptable Python binary")
10095 (description
10096 "This package was designed to find an acceptable Python binary that
10097 matches version and feature constraints.")
10098 (license license:expat)))
10099
10100 ;; This in not the same as "r-argparser"
10101 (define-public r-argparse
10102 (package
10103 (name "r-argparse")
10104 (version "2.1.5")
10105 (source
10106 (origin
10107 (method url-fetch)
10108 (uri (cran-uri "argparse" version))
10109 (sha256
10110 (base32
10111 "13b5halfxc7nr57vkz3qmkkcpw1hr4xdk1mjh2cq8cvpnjz15qc3"))))
10112 (build-system r-build-system)
10113 (inputs (list python))
10114 (propagated-inputs
10115 (list r-findpython r-jsonlite r-r6))
10116 (native-inputs
10117 (list r-knitr))
10118 (home-page "https://github.com/trevorld/argparse")
10119 (synopsis "Command line optional and positional argument parser")
10120 (description
10121 "This package provides a command line parser to be used with Rscript to
10122 write shebang scripts that gracefully accept positional and optional arguments
10123 and automatically generate usage notices.")
10124 (license license:gpl2+)))
10125
10126 (define-public r-hash
10127 (package
10128 (name "r-hash")
10129 (version "2.2.6.2")
10130 (source
10131 (origin
10132 (method url-fetch)
10133 (uri (cran-uri "hash" version))
10134 (sha256
10135 (base32
10136 "17scs675a86c34hjbxmwi8kny4yyv97x3515s449zafj2i0ad8vm"))))
10137 (build-system r-build-system)
10138 (home-page "https://cran.r-project.org/web/packages/hash/")
10139 (synopsis "Implementation of hash/associated arrays/dictionaries")
10140 (description
10141 "This package implements a data structure similar to hashes in Perl and
10142 dictionaries in Python but with a purposefully R flavor. For objects of
10143 appreciable size, access using hashes outperforms native named lists and
10144 vectors.")
10145 (license license:gpl2+)))
10146
10147 (define-public r-orddom
10148 (package
10149 (name "r-orddom")
10150 (version "3.1")
10151 (source
10152 (origin
10153 (method url-fetch)
10154 (uri (cran-uri "orddom" version))
10155 (sha256
10156 (base32
10157 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
10158 (build-system r-build-system)
10159 (propagated-inputs (list r-psych))
10160 (home-page "https://cran.r-project.org/web/packages/orddom/")
10161 (synopsis "Ordinal dominance statistics")
10162 (description
10163 "This package provides tools to compute ordinal, statistics and effect
10164 sizes as an alternative to mean comparison: Cliff's delta or success rate
10165 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
10166 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
10167 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
10168 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
10169 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
10170 Group (Non-)Overlap considerations.")
10171 (license license:gpl2)))
10172
10173 (define-public r-deriv
10174 (package
10175 (name "r-deriv")
10176 (version "4.1.3")
10177 (source
10178 (origin
10179 (method url-fetch)
10180 (uri (cran-uri "Deriv" version))
10181 (sha256
10182 (base32
10183 "130g3mv0z9sqs6y23a0a94512iiw05yr6fp378vhdxxbignzbnyv"))))
10184 (properties `((upstream-name . "Deriv")))
10185 (build-system r-build-system)
10186 (home-page "https://cran.r-project.org/web/packages/Deriv")
10187 (synopsis "Symbolic differentiation")
10188 (description
10189 "This package provides an R-based solution for symbolic differentiation.
10190 It admits user-defined functions as well as function substitution in arguments
10191 of functions to be differentiated. Some symbolic simplification is part of
10192 the work.")
10193 (license license:gpl3+)))
10194
10195 (define-public r-doby
10196 (package
10197 (name "r-doby")
10198 (version "4.6.13")
10199 (source
10200 (origin
10201 (method url-fetch)
10202 (uri (cran-uri "doBy" version))
10203 (sha256
10204 (base32
10205 "0qnfcw4rg5kd1mll3rq6vchz3lgdqfif9469p8x6ixsgrxxpivbz"))))
10206 (properties `((upstream-name . "doBy")))
10207 (build-system r-build-system)
10208 (propagated-inputs
10209 (list r-broom
10210 r-deriv
10211 r-dplyr
10212 r-ggplot2
10213 r-magrittr
10214 r-mass
10215 r-matrix
10216 r-microbenchmark
10217 r-pbkrtest
10218 r-tibble))
10219 (native-inputs
10220 (list r-knitr))
10221 (home-page "https://people.math.aau.dk/~sorenh/software/doBy/")
10222 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
10223 (description
10224 "This package contains:
10225
10226 @itemize
10227 @item facilities for working with grouped data: @code{do}
10228 something to data stratified @code{by} some variables.
10229 @item implementations of least-squares means, general linear contrasts, and
10230 @item miscellaneous other utilities.
10231 @end itemize\n")
10232 (license license:gpl2+)))
10233
10234 (define-public r-refgenome
10235 (package
10236 (name "r-refgenome")
10237 (version "1.7.7")
10238 (source
10239 (origin
10240 (method url-fetch)
10241 (uri (cran-uri "refGenome" version))
10242 (sha256
10243 (base32
10244 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
10245 (properties `((upstream-name . "refGenome")))
10246 (build-system r-build-system)
10247 (propagated-inputs
10248 (list r-dbi r-doby r-rsqlite))
10249 (home-page "https://cran.r-project.org/web/packages/refGenome/")
10250 (synopsis
10251 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
10252 (description
10253 "This package contains functionality for importing and managing of
10254 downloaded genome annotation data from the Ensembl genome browser (European
10255 Bioinformatics Institute) and from the UCSC genome browser (University of
10256 California, Santa Cruz) and annotation routines for genomic positions and
10257 splice site positions.")
10258 (license license:gpl2)))
10259
10260 (define-public r-basix
10261 (package
10262 (name "r-basix")
10263 (version "1.1")
10264 (source
10265 (origin
10266 (method url-fetch)
10267 (uri (cran-uri "BASIX" version))
10268 (sha256
10269 (base32
10270 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
10271 (properties `((upstream-name . "BASIX")))
10272 (build-system r-build-system)
10273 (home-page "https://cran.r-project.org/web/packages/BASIX/")
10274 (synopsis "Efficient C/C++ toolset for R")
10275 (description
10276 "BASIX provides some efficient C/C++ implementations of native R
10277 procedures to speed up calculations in R.")
10278 (license license:gpl2)))
10279
10280 (define-public r-blockfest
10281 (package
10282 (name "r-blockfest")
10283 (version "2.0")
10284 (source
10285 (origin
10286 (method url-fetch)
10287 (uri (cran-uri "BlockFeST" version))
10288 (sha256
10289 (base32
10290 "1fcl3yc1cf09znqbj787d3fd2kl5rp63la7pxawsgmap7nxwkp65"))))
10291 (properties `((upstream-name . "BlockFeST")))
10292 (build-system r-build-system)
10293 (propagated-inputs (list r-basix))
10294 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
10295 (synopsis "Bayesian calculation of region-specific fixation index")
10296 (description
10297 "This package provides an R implementation of an extension of the
10298 BayeScan software for codominant markers, adding the option to group
10299 individual SNPs into pre-defined blocks. A typical application of this new
10300 approach is the identification of genomic regions, genes, or gene sets
10301 containing one or more SNPs that evolved under directional selection.")
10302 (license license:gpl2)))
10303
10304 (define-public r-proc
10305 (package
10306 (name "r-proc")
10307 (version "1.18.0")
10308 (source
10309 (origin
10310 (method url-fetch)
10311 (uri (cran-uri "pROC" version))
10312 (sha256
10313 (base32
10314 "1abvbzdss12n64pp9vlgnn0q3abh0nj4n0a8cinwwvhphjrm9vym"))))
10315 (properties `((upstream-name . "pROC")))
10316 (build-system r-build-system)
10317 (propagated-inputs
10318 (list r-plyr r-rcpp))
10319 (home-page "https://web.expasy.org/pROC/")
10320 (synopsis "Display and analyze ROC curves")
10321 (description
10322 "This package provides tools for visualizing, smoothing and comparing
10323 receiver operating characteristic (ROC curves). The area under the
10324 curve (AUC) can be compared with statistical tests based on U-statistics or
10325 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
10326 (license license:gpl3+)))
10327
10328 (define-public r-rootsolve
10329 (package
10330 (name "r-rootsolve")
10331 (version "1.8.2.3")
10332 (source
10333 (origin
10334 (method url-fetch)
10335 (uri (cran-uri "rootSolve" version))
10336 (sha256
10337 (base32
10338 "182bb727sgqi5f3pzmw8jnn328wdjrgj9lfvg49gv8s22rjd3cxm"))))
10339 (properties `((upstream-name . "rootSolve")))
10340 (build-system r-build-system)
10341 (native-inputs (list gfortran))
10342 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
10343 (synopsis "Tools for the analysis of ordinary differential equations")
10344 (description
10345 "This package provides routines to find the root of nonlinear functions,
10346 and to perform steady-state and equilibrium analysis of @dfn{ordinary
10347 differential equations} (ODE). It includes routines that:
10348
10349 @enumerate
10350 @item generate gradient and jacobian matrices (full and banded),
10351 @item find roots of non-linear equations by the Newton-Raphson method,
10352 @item estimate steady-state conditions of a system of (differential) equations
10353 in full, banded or sparse form, using the Newton-Raphson method, or by
10354 dynamically running,
10355 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
10356 and 3-D partial differential equations, that have been converted to ordinary
10357 differential equations by numerical differencing (using the method-of-lines
10358 approach).
10359 @end enumerate\n")
10360 (license license:gpl2+)))
10361
10362 (define-public r-abcanalysis
10363 (package
10364 (name "r-abcanalysis")
10365 (version "1.2.1")
10366 (source
10367 (origin
10368 (method url-fetch)
10369 (uri (cran-uri "ABCanalysis" version))
10370 (sha256
10371 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
10372 (properties `((upstream-name . "ABCanalysis")))
10373 (build-system r-build-system)
10374 (propagated-inputs (list r-plotrix))
10375 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
10376 (synopsis "Computed ABC Analysis")
10377 (description
10378 "Multivariate data sets often differ in several factors or derived statistical
10379 parameters, which have to be selected for a valid interpretation. Basing this
10380 selection on traditional statistical limits leads occasionally to the perception
10381 of losing information from a data set. This package provides tools to calculate
10382 these limits on the basis of the mathematical properties of the distribution of
10383 the analyzed items.")
10384 (license license:gpl3)))
10385
10386 (define-public r-slam
10387 (package
10388 (name "r-slam")
10389 (version "0.1-50")
10390 (source
10391 (origin
10392 (method url-fetch)
10393 (uri (cran-uri "slam" version))
10394 (sha256
10395 (base32 "1ggqcf8l1z2hpi7qy4mg0d2ps48bjjb8z1y1xz6fq162cqrbz6bq"))))
10396 (build-system r-build-system)
10397 (home-page "https://cran.r-project.org/web/packages/slam/")
10398 (synopsis "Sparse lightweight arrays and matrices")
10399 (description
10400 "This package contains data structures and algorithms for sparse arrays and matrices,
10401 based on index arrays and simple triplet representations, respectively.")
10402 (license license:gpl2)))
10403
10404 (define-public r-manipulatewidget
10405 (package
10406 (name "r-manipulatewidget")
10407 (version "0.11.1")
10408 (source
10409 (origin
10410 (method url-fetch)
10411 (uri (cran-uri "manipulateWidget" version))
10412 (sha256
10413 (base32 "1dpgzmiv08afm57yxr017b014lfn9h3pa4w65prk5k3dgn6p4wsv"))))
10414 (properties
10415 `((upstream-name . "manipulateWidget")))
10416 (build-system r-build-system)
10417 (propagated-inputs
10418 (list r-base64enc
10419 r-codetools
10420 r-htmltools
10421 r-htmlwidgets
10422 r-knitr
10423 r-miniui
10424 r-shiny
10425 r-shinyjs
10426 r-webshot))
10427 (native-inputs
10428 (list r-knitr))
10429 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
10430 (synopsis "Add even more interactivity to interactive charts")
10431 (description
10432 "This package lets you create in just a few lines of R code a nice user interface to
10433 modify the data or the graphical parameters of one or multiple interactive
10434 charts. It is useful to quickly explore visually some data or for package
10435 developers to generate user interfaces easy to maintain.")
10436 (license license:gpl2+)))
10437
10438 (define-public r-a3
10439 (package
10440 (name "r-a3")
10441 (version "1.0.0")
10442 (source
10443 (origin
10444 (method url-fetch)
10445 (uri (cran-uri "A3" version))
10446 (sha256
10447 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
10448 (properties `((upstream-name . "A3")))
10449 (build-system r-build-system)
10450 (propagated-inputs
10451 (list r-pbapply r-xtable))
10452 (home-page "https://cran.r-project.org/web/packages/A3/")
10453 (synopsis "Error metrics for predictive models")
10454 (description
10455 "This package supplies tools for tabulating and analyzing the results of predictive
10456 models. The methods employed are applicable to virtually any predictive model
10457 and make comparisons between different methodologies straightforward.")
10458 (license license:gpl2+)))
10459
10460 (define-public r-infotheo
10461 (package
10462 (name "r-infotheo")
10463 (version "1.2.0.1")
10464 (source
10465 (origin
10466 (method url-fetch)
10467 (uri (cran-uri "infotheo" version))
10468 (sha256
10469 (base32
10470 "1m1979vf8rvq3534mp1hihfadikhxrg3p6ac3hirz96kgb4qxyy0"))))
10471 (build-system r-build-system)
10472 (home-page "http://homepage.meyerp.com/software")
10473 (synopsis "Information-theoretic measures")
10474 (description
10475 "This package implements various measures of information theory based on
10476 several entropy estimators.")
10477 (license license:gpl3+)))
10478
10479 (define-public r-nsprcomp
10480 (package
10481 (name "r-nsprcomp")
10482 (version "0.5.1-2")
10483 (source
10484 (origin
10485 (method url-fetch)
10486 (uri (cran-uri "nsprcomp" version))
10487 (sha256
10488 (base32
10489 "1zlc1ximx96f235c0l8qfs6vbp1kpnbf943wxsfahnnlnxvwi59f"))))
10490 (properties `((upstream-name . "nsprcomp")))
10491 (build-system r-build-system)
10492 (home-page "https://sigg-iten.ch/research/")
10493 (synopsis "Non-negative and sparse PCA")
10494 (description
10495 "This package implements two methods for performing a constrained
10496 principal component analysis (PCA), where non-negativity and/or sparsity
10497 constraints are enforced on the principal axes (PAs). The function
10498 @code{nsprcomp} computes one principal component (PC) after the other. Each
10499 PA is optimized such that the corresponding PC has maximum additional variance
10500 not explained by the previous components. In contrast, the function
10501 @code{nscumcomp} jointly computes all PCs such that the cumulative variance is
10502 maximal. Both functions have the same interface as the @code{prcomp} function
10503 from the @code{stats} package (plus some extra parameters).")
10504 (license license:gpl2+)))
10505
10506 (define-public r-cmplot
10507 (package
10508 (name "r-cmplot")
10509 (version "4.1.0")
10510 (source
10511 (origin
10512 (method url-fetch)
10513 (uri (cran-uri "CMplot" version))
10514 (sha256
10515 (base32
10516 "1h09prpiw7l32mr7jarp8ddrddg1431nfn4kw3bznfnv0sr78zfg"))))
10517 (properties `((upstream-name . "CMplot")))
10518 (build-system r-build-system)
10519 (home-page "https://github.com/YinLiLin/CMplot")
10520 (synopsis "Circle Manhattan plot")
10521 (description
10522 "Circle Manhattan Plot is an R package that can lay out genome-wide
10523 association study P-value results in both traditional rectangular patterns,
10524 QQ-plot and novel circular ones. United in only one bull's eye style plot,
10525 association results from multiple traits can be compared interactively,
10526 thereby to reveal both similarities and differences between signals.
10527 Additional functions include: highlight signals, a group of SNPs, chromosome
10528 visualization and candidate genes around SNPs.")
10529 (license license:gpl2+)))
10530
10531 (define-public r-precrec
10532 (package
10533 (name "r-precrec")
10534 (version "0.12.9")
10535 (source
10536 (origin
10537 (method url-fetch)
10538 (uri (cran-uri "precrec" version))
10539 (sha256
10540 (base32
10541 "1dfz2rqx2ww2l5r40ahg0qdj3rjrwiwh427mw7j5ynhpcj21j2qm"))))
10542 (properties `((upstream-name . "precrec")))
10543 (build-system r-build-system)
10544 (propagated-inputs
10545 (list r-assertthat
10546 r-data-table
10547 r-ggplot2
10548 r-gridextra
10549 r-rcpp
10550 r-withr))
10551 (native-inputs (list r-knitr))
10552 (home-page "https://evalclass.github.io/precrec/")
10553 (synopsis "Calculate accurate precision-recall and ROC curves")
10554 (description
10555 "This package provides tools for accurate calculations and visualization
10556 of precision-recall and ROC (Receiver Operator Characteristics) curves.")
10557 (license license:gpl3)))
10558
10559 (define-public r-netrep
10560 (package
10561 (name "r-netrep")
10562 (version "1.2.4")
10563 (source
10564 (origin
10565 (method url-fetch)
10566 (uri (cran-uri "NetRep" version))
10567 (sha256
10568 (base32
10569 "1swlb2k9bc7whvslxbklz864j9ynvna73hvq5rhv61cv5vy05ksd"))))
10570 (properties `((upstream-name . "NetRep")))
10571 (build-system r-build-system)
10572 (propagated-inputs
10573 (list r-abind
10574 r-bh
10575 r-foreach
10576 r-rcolorbrewer
10577 r-rcpp
10578 r-rcpparmadillo
10579 r-rhpcblasctl
10580 r-statmod))
10581 (native-inputs (list r-knitr))
10582 (home-page "https://cran.r-project.org/package=NetRep")
10583 (synopsis "Permutation testing network module preservation across datasets")
10584 (description
10585 "This package provides functions for assessing the
10586 replication/preservation of a network module's topology across datasets
10587 through permutation testing.")
10588 (license license:gpl2)))
10589
10590 (define-public r-intergraph
10591 (package
10592 (name "r-intergraph")
10593 (version "2.0-2")
10594 (source
10595 (origin
10596 (method url-fetch)
10597 (uri (cran-uri "intergraph" version))
10598 (sha256
10599 (base32
10600 "18a7xgb2rp0w9jl2rkh8nzyjprrs5w7h2iidvc8c38bzx3qpggkc"))))
10601 (properties `((upstream-name . "intergraph")))
10602 (build-system r-build-system)
10603 (propagated-inputs
10604 (list r-igraph r-network))
10605 (native-inputs
10606 (list r-knitr))
10607 (home-page "http://mbojan.github.io/intergraph")
10608 (synopsis "Coercion routines for network data objects")
10609 (description
10610 "Functions implemented in this package allow coercing (i.e. convert)
10611 network data between classes provided by other R packages. Currently
10612 supported classes are those defined in packages @code{network} and
10613 @code{igraph}.")
10614 (license license:gpl3)))
10615
10616 (define-public r-abcoptim
10617 (package
10618 (name "r-abcoptim")
10619 (version "0.15.0")
10620 (source
10621 (origin
10622 (method url-fetch)
10623 (uri (cran-uri "ABCoptim" version))
10624 (sha256
10625 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
10626 (properties `((upstream-name . "ABCoptim")))
10627 (build-system r-build-system)
10628 (propagated-inputs (list r-rcpp))
10629 (home-page "https://github.com/gvegayon/ABCoptim/")
10630 (synopsis "Optimization of Artificial Bee Colony algorithm")
10631 (description
10632 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
10633 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
10634 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
10635 algorithms, and uses only common control parameters such as colony size and
10636 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
10637 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
10638 This version is a work-in-progress and is written in R code.")
10639 (license license:expat)))
10640
10641 (define-public r-abcp2
10642 (package
10643 (name "r-abcp2")
10644 (version "1.2")
10645 (source
10646 (origin
10647 (method url-fetch)
10648 (uri (cran-uri "ABCp2" version))
10649 (sha256
10650 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
10651 (properties `((upstream-name . "ABCp2")))
10652 (build-system r-build-system)
10653 (propagated-inputs (list r-mass))
10654 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
10655 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
10656 (description
10657 "This package tests the goodness of fit of a distribution of offspring to the Normal,
10658 Poisson, and Gamma distribution and estimates the proportional paternity of the
10659 second male (P2) based on the best fit distribution.")
10660 (license license:gpl2)))
10661
10662 (define-public r-abcrf
10663 (package
10664 (name "r-abcrf")
10665 (version "1.8.1")
10666 (source
10667 (origin
10668 (method url-fetch)
10669 (uri (cran-uri "abcrf" version))
10670 (sha256
10671 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
10672 (build-system r-build-system)
10673 (propagated-inputs
10674 (list r-doparallel
10675 r-foreach
10676 r-mass
10677 r-matrixstats
10678 r-ranger
10679 r-rcpp
10680 r-rcpparmadillo
10681 r-readr
10682 r-stringr))
10683 (home-page "https://cran.r-project.org/web/packages/abcrf/")
10684 (synopsis "Approximate bayesian computation via random forests")
10685 (description
10686 "This package performs approximate bayesian computation (ABC) model choice and
10687 parameter inference via random forests. This machine learning tool named random
10688 forests (RF) can conduct selection among the highly complex models covered by
10689 ABC algorithms.")
10690 (license license:gpl2+)))
10691
10692 (define-public r-abctools
10693 (package
10694 (name "r-abctools")
10695 (version "1.1.3")
10696 (source
10697 (origin
10698 (method url-fetch)
10699 (uri (cran-uri "abctools" version))
10700 (sha256
10701 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
10702 (build-system r-build-system)
10703 (propagated-inputs
10704 (list r-abc r-abind r-hmisc r-plyr))
10705 (home-page "https://github.com/dennisprangle/abctools/")
10706 (synopsis "Tools for ABC analyses")
10707 (description
10708 "This @code{r-abctools} package provides tools for approximate Bayesian computation
10709 including summary statistic selection and assessing coverage. This includes
10710 recent dimension reduction algorithms to tune the choice of summary statistics,
10711 and coverage methods to tune the choice of threshold.")
10712 (license license:gpl2+)))
10713
10714 (define-public r-ggstance
10715 (package
10716 (name "r-ggstance")
10717 (version "0.3.5")
10718 (source
10719 (origin
10720 (method url-fetch)
10721 (uri (cran-uri "ggstance" version))
10722 (sha256
10723 (base32 "0jz9vvnmcc6a38n8nzr458r65sna23bgn5r8mxdhzdlyqibihr7d"))))
10724 (build-system r-build-system)
10725 (propagated-inputs
10726 (list r-ggplot2 r-plyr r-rlang r-withr))
10727 (home-page "https://cran.r-project.org/web/packages/ggstance/")
10728 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
10729 (description
10730 "This package is a @code{r-ggplot2} extension that provides flipped components:
10731 @enumerate
10732 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
10733 @item vertical versions of @code{r-ggplot2} positions.
10734 @end enumerate")
10735 (license license:gpl3)))
10736
10737 (define-public r-ggnetwork
10738 (package
10739 (name "r-ggnetwork")
10740 (version "0.5.10")
10741 (source
10742 (origin
10743 (method url-fetch)
10744 (uri (cran-uri "ggnetwork" version))
10745 (sha256
10746 (base32
10747 "0gqdgy5yh700dg0f7xb80hczlnqfisn8l55j7amd1n7fp2x5sr8v"))))
10748 (properties `((upstream-name . "ggnetwork")))
10749 (build-system r-build-system)
10750 (propagated-inputs
10751 (list r-ggplot2 r-ggrepel r-igraph r-network r-sna))
10752 (native-inputs (list r-knitr))
10753 (home-page "https://github.com/briatte/ggnetwork")
10754 (synopsis "Geometries to plot networks with ggplot2")
10755 (description
10756 "This package provides geometries to plot network objects with the
10757 ggplot2 package.")
10758 (license license:gpl3)))
10759
10760 (define-public r-cvauc
10761 (package
10762 (name "r-cvauc")
10763 (version "1.1.4")
10764 (source
10765 (origin
10766 (method url-fetch)
10767 (uri (cran-uri "cvAUC" version))
10768 (sha256
10769 (base32
10770 "1m2y50a1yapf1c74km9a4r47ds2z2bfp4wwwkqin7swv9v1s7d28"))))
10771 (properties `((upstream-name . "cvAUC")))
10772 (build-system r-build-system)
10773 (propagated-inputs
10774 (list r-data-table r-rocr))
10775 (home-page "https://github.com/ledell/cvAUC")
10776 (synopsis "Cross-validated area under the ROC curve confidence intervals")
10777 (description
10778 "This package contains various tools for working with and evaluating
10779 cross-validated area under the ROC curve (AUC) estimators. The primary
10780 functions of the package are @code{ci.cvAUC} and @code{ci.pooled.cvAUC}, which
10781 report cross-validated AUC and compute confidence intervals for
10782 cross-validated AUC estimates based on influence curves for i.i.d. and pooled
10783 repeated measures data, respectively.")
10784 (license license:asl2.0)))
10785
10786 (define-public r-gam
10787 (package
10788 (name "r-gam")
10789 (version "1.20.1")
10790 (source
10791 (origin
10792 (method url-fetch)
10793 (uri (cran-uri "gam" version))
10794 (sha256
10795 (base32
10796 "1bbxiqfgi7jc9vw1hspw5q41d69nlw2v6k91zqlvmam5pvxcd1sp"))))
10797 (properties `((upstream-name . "gam")))
10798 (build-system r-build-system)
10799 (propagated-inputs
10800 (list r-foreach))
10801 (native-inputs
10802 (list gfortran))
10803 (home-page "https://cran.r-project.org/package=gam")
10804 (synopsis "Generalized additive models")
10805 (description
10806 "This package provides functions for fitting and working with generalized
10807 additive models, as described in chapter 7 of \"Statistical Models in
10808 S\" (Chambers and Hastie (eds), 1991), and \"Generalized Additive
10809 Models\" (Hastie and Tibshirani, 1990).")
10810 (license license:gpl2)))
10811
10812 (define-public r-superlearner
10813 (package
10814 (name "r-superlearner")
10815 (version "2.0-28")
10816 (source
10817 (origin
10818 (method url-fetch)
10819 (uri (cran-uri "SuperLearner" version))
10820 (sha256
10821 (base32
10822 "00any24msgflyagy87nznpfjz5g9v15frqda6c679wa8plx26hjz"))))
10823 (properties `((upstream-name . "SuperLearner")))
10824 (build-system r-build-system)
10825 (propagated-inputs
10826 (list r-cvauc r-gam r-nnls))
10827 (native-inputs
10828 (list r-knitr))
10829 (home-page "https://github.com/ecpolley/SuperLearner")
10830 (synopsis "Super learner prediction")
10831 (description
10832 "This package implements the super learner prediction method and contains
10833 a library of prediction algorithms to be used in the super learner.")
10834 (license license:gpl3)))
10835
10836 (define-public r-drtmle
10837 (package
10838 (name "r-drtmle")
10839 (version "1.1.1")
10840 (source
10841 (origin
10842 (method url-fetch)
10843 (uri (cran-uri "drtmle" version))
10844 (sha256
10845 (base32
10846 "12vplpz9bg5444jy29mbdr70hqby073vb3iw76v2csrwy3ws3f21"))))
10847 (properties `((upstream-name . "drtmle")))
10848 (build-system r-build-system)
10849 (propagated-inputs
10850 (list r-future-apply r-np r-superlearner))
10851 (native-inputs
10852 (list r-knitr))
10853 (home-page "https://github.com/benkeser/drtmle")
10854 (synopsis "Doubly-robust nonparametric estimation and inference")
10855 (description
10856 "This package implements targeted minimum loss-based estimators of
10857 counterfactual means and causal effects that are doubly-robust with respect
10858 both to consistency and asymptotic normality.")
10859 (license license:expat)))
10860
10861 (define-public r-dofuture
10862 (package
10863 (name "r-dofuture")
10864 (version "0.12.2")
10865 (source
10866 (origin
10867 (method url-fetch)
10868 (uri (cran-uri "doFuture" version))
10869 (sha256
10870 (base32
10871 "0w07pmzpsfq4kvfc745s1i9b6dfn1df1wrfi4s9ys4ir3g2s8nk1"))))
10872 (properties `((upstream-name . "doFuture")))
10873 (build-system r-build-system)
10874 (arguments
10875 '(#:phases
10876 (modify-phases %standard-phases
10877 (add-after 'unpack 'set-HOME
10878 (lambda _ (setenv "HOME" "/tmp"))))))
10879 (propagated-inputs
10880 (list r-foreach r-future r-globals r-iterators))
10881 (native-inputs
10882 (list r-r-rsp)) ; vignette builder
10883 (home-page "https://github.com/HenrikBengtsson/doFuture")
10884 (synopsis "Foreach parallel adapter using the future API")
10885 (description
10886 "This package provides a @code{%dopar%} adapter such that any type of
10887 futures can be used as backends for the @code{foreach} framework.")
10888 (license license:lgpl2.1+)))
10889
10890 (define-public r-superheat
10891 (package
10892 (name "r-superheat")
10893 (version "0.1.0")
10894 (source
10895 (origin
10896 (method url-fetch)
10897 (uri (cran-uri "superheat" version))
10898 (sha256
10899 (base32
10900 "01v8s6px1k5fajlm6py3ksr1i853kwwlky1yryzhy3p1cxhwgg83"))))
10901 (properties `((upstream-name . "superheat")))
10902 (build-system r-build-system)
10903 (propagated-inputs
10904 (list r-dplyr
10905 r-ggdendro
10906 r-ggplot2
10907 r-gtable
10908 r-magrittr
10909 r-plyr
10910 r-scales))
10911 (home-page "https://cran.r-project.org/package=superheat")
10912 (synopsis "Graphical tool for exploring complex datasets using heatmaps")
10913 (description
10914 "This package provides a system for generating extendable and
10915 customizable heatmaps for exploring complex datasets, including big data and
10916 data with multiple data types.")
10917 (license license:cc0)))
10918
10919 (define-public r-qualv
10920 (package
10921 (name "r-qualv")
10922 (version "0.3-4")
10923 (source
10924 (origin
10925 (method url-fetch)
10926 (uri (cran-uri "qualV" version))
10927 (sha256
10928 (base32
10929 "0rkjzva2h158d5c631jmjjh7qjibbyisl0503san80rk9fgxl45b"))))
10930 (properties `((upstream-name . "qualV")))
10931 (build-system r-build-system)
10932 (propagated-inputs
10933 (list r-kernsmooth))
10934 (home-page "http://qualV.R-Forge.R-Project.org/")
10935 (synopsis "Qualitative Validation Methods")
10936 (description
10937 "This package provides qualitative methods for the validation of dynamic
10938 models. It contains
10939
10940 @enumerate
10941 @item an orthogonal set of deviance measures for absolute, relative and
10942 ordinal scale and
10943 @item approaches accounting for time shifts.
10944 @end enumerate
10945
10946 The first approach transforms time to take time delays and speed differences
10947 into account. The second divides the time series into interval units
10948 according to their main features and finds the @dfn{longest common
10949 subsequence} (LCS) using a dynamic programming algorithm.")
10950 (license license:gpl2+)))
10951
10952 (define-public r-mosaiccore
10953 (package
10954 (name "r-mosaiccore")
10955 (version "0.9.0")
10956 (source
10957 (origin
10958 (method url-fetch)
10959 (uri (cran-uri "mosaicCore" version))
10960 (sha256
10961 (base32 "1h3ixzna4xy42rdnd89jj0v9q0riy3fnkd33z6l5c0zaidzm58fz"))))
10962 (properties `((upstream-name . "mosaicCore")))
10963 (build-system r-build-system)
10964 (propagated-inputs
10965 (list r-dplyr r-mass r-rlang r-tidyr))
10966 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
10967 (synopsis "Common utilities for mosaic family packages")
10968 (description
10969 "Common utilities used in other Mosaic family packages are collected here.")
10970 (license license:gpl2+)))
10971
10972 (define-public r-labelled
10973 (package
10974 (name "r-labelled")
10975 (version "2.9.1")
10976 (source
10977 (origin
10978 (method url-fetch)
10979 (uri (cran-uri "labelled" version))
10980 (sha256
10981 (base32
10982 "0h7scbyzh7kr51gds222rkhld2b3k36s86hj8rrzpwv4bwj0pccy"))))
10983 (properties `((upstream-name . "labelled")))
10984 (build-system r-build-system)
10985 (propagated-inputs
10986 (list r-dplyr
10987 r-haven
10988 r-lifecycle
10989 r-rlang
10990 r-stringr
10991 r-tidyr
10992 r-vctrs))
10993 (native-inputs
10994 (list r-knitr))
10995 (home-page "http://larmarange.github.io/labelled/")
10996 (synopsis "Manipulating labelled data")
10997 (description
10998 "This package provides useful functions to deal with the
10999 @code{haven_labelled} and @code{haven_labelled_spss} classes introduced by the
11000 haven package.")
11001 (license license:gpl3)))
11002
11003 (define-public r-ggformula
11004 (package
11005 (name "r-ggformula")
11006 (version "0.10.1")
11007 (source
11008 (origin
11009 (method url-fetch)
11010 (uri (cran-uri "ggformula" version))
11011 (sha256
11012 (base32 "1ph5jd8svk8hmshi894vmmpq3zwgdmf4yn3gmdlkad68z8jynhsp"))))
11013 (build-system r-build-system)
11014 (propagated-inputs
11015 (list r-ggforce
11016 r-ggplot2
11017 r-ggridges
11018 r-ggstance
11019 r-labelled
11020 r-magrittr
11021 r-mosaiccore
11022 r-rlang
11023 r-scales
11024 r-stringr
11025 r-tibble))
11026 (native-inputs
11027 (list r-knitr))
11028 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
11029 (synopsis "Formula interface for the @code{r-ggplot2}")
11030 (description
11031 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
11032 gf_density(), and so on, bring the formula interface to ggplot(). This captures
11033 and extends the excellent simplicity of the lattice-graphics formula interface,
11034 while providing the intuitive capabilities of @code{r-ggplot2}.")
11035 (license license:expat)))
11036
11037 (define-public r-mosaicdata
11038 (package
11039 (name "r-mosaicdata")
11040 (version "0.20.2")
11041 (source
11042 (origin
11043 (method url-fetch)
11044 (uri (cran-uri "mosaicData" version))
11045 (sha256
11046 (base32 "0h3f5fgzkzjfgf3ml0qa5j52921y6wy6jgggxmhs31bs8fd4srg4"))))
11047 (properties `((upstream-name . "mosaicData")))
11048 (build-system r-build-system)
11049 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
11050 (synopsis "Data sets for project Mosaic")
11051 (description
11052 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
11053 used to teach mathematics, statistics, computation and modeling.")
11054 (license license:gpl2+)))
11055
11056 (define-public r-raster
11057 (package
11058 (name "r-raster")
11059 (version "3.5-15")
11060 (source
11061 (origin
11062 (method url-fetch)
11063 (uri (cran-uri "raster" version))
11064 (sha256
11065 (base32
11066 "11fnznymwavpph733dayklhcx4phpjgrijfxlaszi122sg2x7ir9"))))
11067 (build-system r-build-system)
11068 (propagated-inputs
11069 (list r-rcpp r-sp r-terra))
11070 (home-page "https://www.rspatial.org/")
11071 (synopsis "Geographic data analysis and modeling")
11072 (description
11073 "The package implements basic and high-level functions for reading,
11074 writing, manipulating, analyzing and modeling of gridded spatial data.
11075 Processing of very large files is supported.")
11076 (license license:gpl3+)))
11077
11078 (define-public r-mosaic
11079 (package
11080 (name "r-mosaic")
11081 (version "1.8.3")
11082 (source
11083 (origin
11084 (method url-fetch)
11085 (uri (cran-uri "mosaic" version))
11086 (sha256
11087 (base32 "1y0isqbva0vi5zlx1xvixbq87n4xp66ljh43qnd0cpzaz0mn21cg"))))
11088 (build-system r-build-system)
11089 (propagated-inputs
11090 (list r-broom
11091 r-dplyr
11092 r-ggdendro
11093 r-ggformula
11094 r-ggplot2
11095 r-ggrepel
11096 r-ggridges
11097 r-ggstance
11098 r-glue
11099 r-gridextra
11100 r-lattice
11101 r-latticeextra
11102 r-leaflet
11103 r-mass
11104 r-matrix
11105 r-mosaiccore
11106 r-mosaicdata
11107 r-readr
11108 r-rlang
11109 r-tidyr))
11110 (native-inputs
11111 (list r-knitr))
11112 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
11113 (synopsis "Mathematics, statistics, and computation teaching utilities")
11114 (description
11115 "This package contain data sets and utilities from
11116 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
11117 statistics, computation and modeling. Project MOSAIC is a community of
11118 educators working to tie together aspects of quantitative work that students
11119 in science, technology, engineering and mathematics will need in their
11120 professional lives, but which are usually taught in isolation, if at all.")
11121 (license license:gpl2+)))
11122
11123 (define-public r-abd
11124 (package
11125 (name "r-abd")
11126 (version "0.2-8")
11127 (source
11128 (origin
11129 (method url-fetch)
11130 (uri (cran-uri "abd" version))
11131 (sha256
11132 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
11133 (build-system r-build-system)
11134 (propagated-inputs
11135 (list r-lattice r-mosaic r-nlme))
11136 (home-page "https://cran.r-project.org/web/packages/abd/")
11137 (synopsis "Analysis of biological data")
11138 (description
11139 "The @code{r-abd} package contains data sets and sample code for the Analysis of
11140 biological data by Michael Whitlock and Dolph Schluter.")
11141 (license license:gpl2)))
11142
11143 (define-public r-svgui
11144 (package
11145 (name "r-svgui")
11146 (version "1.0.1")
11147 (source
11148 (origin
11149 (method url-fetch)
11150 (uri (cran-uri "svGUI" version))
11151 (sha256
11152 (base32 "0ch5gdfk834xj9w3vxpm3x4770fz3nnlyn8b0jsw9f3n2as7g979"))))
11153 (properties `((upstream-name . "svGUI")))
11154 (build-system r-build-system)
11155 (native-inputs
11156 (list r-knitr))
11157 (home-page "https://github.com/SciViews/svGUI/")
11158 (synopsis "Functions for managing GUI clients in R")
11159 (description
11160 "The SciViews @code{svGUI} package eases the management of Graphical User
11161 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
11162 centralizes info about GUI elements currently used, and it dispatches GUI
11163 calls to the particular toolkits in use in function of the context.")
11164 (license license:gpl2)))
11165
11166 (define-public r-svdialogs
11167 (package
11168 (name "r-svdialogs")
11169 (version "1.1.0")
11170 (source
11171 (origin
11172 (method url-fetch)
11173 (uri (cran-uri "svDialogs" version))
11174 (sha256
11175 (base32 "0z3a5glsi0ab43mdk2yvslxyzg12nbqqqc35jvgzj475mpkbgjif"))))
11176 (properties `((upstream-name . "svDialogs")))
11177 (build-system r-build-system)
11178 (inputs
11179 (list yad zenity))
11180 (propagated-inputs
11181 (list r-rstudioapi r-svgui))
11182 (native-inputs
11183 (list r-knitr))
11184 (home-page "https://github.com/SciViews/svDialogs/")
11185 (synopsis "Portable dialog boxes")
11186 (description
11187 "This package helps to construct standard dialog boxes for your GUI, including
11188 message boxes, input boxes, list, file or directory selection, and others. In
11189 case R cannot display GUI dialog boxes, a simpler command line version of these
11190 interactive elements is also provided as a fallback solution.")
11191 (license license:gpl2)))
11192
11193 (define-public r-abe
11194 (package
11195 (name "r-abe")
11196 (version "3.0.1")
11197 (source
11198 (origin
11199 (method url-fetch)
11200 (uri (cran-uri "abe" version))
11201 (sha256
11202 (base32
11203 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
11204 (build-system r-build-system)
11205 (home-page "https://cran.r-project.org/web/packages/abe/")
11206 (synopsis "Augmented backward elimination")
11207 (description
11208 "This package performs augmented backward elimination and checks the
11209 stability of the obtained model. Augmented backward elimination combines
11210 significance or information based criteria with the change in estimate to
11211 either select the optimal model for prediction purposes or to serve as a tool
11212 to obtain a practically sound, highly interpretable model.")
11213 (license license:gpl2+)))
11214
11215 (define-public r-abf2
11216 (package
11217 (name "r-abf2")
11218 (version "0.7-1")
11219 (source
11220 (origin
11221 (method url-fetch)
11222 (uri (cran-uri "abf2" version))
11223 (sha256
11224 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
11225 (build-system r-build-system)
11226 (home-page "https://cran.r-project.org/web/packages/abf2/")
11227 (synopsis "Load gap-free axon @code{r-abf2} files")
11228 (description
11229 "This package loads electrophysiology data from ABF2 files, as created by
11230 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
11231 mode are currently supported.")
11232 (license license:artistic2.0)))
11233
11234 (define-public r-abhgenotyper
11235 (package
11236 (name "r-abhgenotyper")
11237 (version "1.0.1")
11238 (source
11239 (origin
11240 (method url-fetch)
11241 (uri (cran-uri "ABHgenotypeR" version))
11242 (sha256
11243 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
11244 (properties `((upstream-name . "ABHgenotypeR")))
11245 (build-system r-build-system)
11246 (propagated-inputs
11247 (list r-ggplot2 r-reshape2))
11248 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
11249 (synopsis "Visualize and manipulate ABH genotypes")
11250 (description
11251 "The @code{r-abhgenotyper} package provides simple imputation,
11252 error-correction and plotting capacities for genotype data. The package is
11253 supposed to serve as an intermediate but independent analysis tool between the
11254 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
11255 not found in either TASSEL or @code{r-qtl} in addition to visualization of
11256 genotypes as \"graphical genotypes\".")
11257 (license license:gpl3)))
11258
11259 (define-public r-furrr
11260 (package
11261 (name "r-furrr")
11262 (version "0.3.0")
11263 (source
11264 (origin
11265 (method url-fetch)
11266 (uri (cran-uri "furrr" version))
11267 (sha256
11268 (base32
11269 "117xj66l14r08macwghgyibzm282ljv1afpa133h952gc70irs9z"))))
11270 (build-system r-build-system)
11271 (propagated-inputs
11272 (list r-future
11273 r-globals
11274 r-lifecycle
11275 r-purrr
11276 r-rlang
11277 r-vctrs))
11278 (home-page "https://github.com/DavisVaughan/furrr")
11279 (synopsis "Apply mapping functions in parallel using futures")
11280 (description
11281 "This package provides implementations of the family of @code{map()}
11282 functions from the @code{purrr} package that can be resolved using any
11283 @code{future}-supported backend, e.g. parallel on the local machine or
11284 distributed on a compute cluster.")
11285 (license license:lgpl2.1+)))
11286
11287 (define-public r-abjutils
11288 (package
11289 (name "r-abjutils")
11290 (version "0.3.2")
11291 (source
11292 (origin
11293 (method url-fetch)
11294 (uri (cran-uri "abjutils" version))
11295 (sha256
11296 (base32 "0lmf4va8qnzwg698i2h4fcwvd6dhsgdkqsfh41aa3wg1flimhsr7"))))
11297 (build-system r-build-system)
11298 (propagated-inputs
11299 (list r-dplyr
11300 r-magrittr
11301 r-purrr
11302 r-rlang
11303 r-rstudioapi
11304 r-stringi
11305 r-stringr
11306 r-tidyr))
11307 (home-page "https://github.com/abjur/abjutils/")
11308 (synopsis "Collection of tools for jurimetrical analysis")
11309 (description
11310 "This package implements general purpose tools, such as functions for
11311 sampling and basic manipulation of Brazilian lawsuits identification number.
11312 It also implements functions for text cleaning, such as accentuation
11313 removal.")
11314 (license license:expat)))
11315
11316 (define-public r-abnormality
11317 (package
11318 (name "r-abnormality")
11319 (version "0.1.0")
11320 (source
11321 (origin
11322 (method url-fetch)
11323 (uri (cran-uri "abnormality" version))
11324 (sha256
11325 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
11326 (build-system r-build-system)
11327 (propagated-inputs
11328 (list r-mass r-matrix))
11329 (home-page "https://cran.r-project.org/web/packages/abnormality/")
11330 (synopsis "Measure a subject's abnormality with respect to a reference population")
11331 (description
11332 "This package contains functions to implement the methodology and
11333 considerations laid out by Marks et al. in the article \"Measuring abnormality
11334 in high dimensional spaces: applications in biomechanical gait analysis\".
11335 Using high-dimensional datasets to measure a subject's overall level of
11336 abnormality as compared to a reference population is often needed in outcomes
11337 research.")
11338 (license license:expat)))
11339
11340 (define-public r-abodoutlier
11341 (package
11342 (name "r-abodoutlier")
11343 (version "0.1")
11344 (source
11345 (origin
11346 (method url-fetch)
11347 (uri (cran-uri "abodOutlier" version))
11348 (sha256
11349 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
11350 (properties `((upstream-name . "abodOutlier")))
11351 (build-system r-build-system)
11352 (propagated-inputs
11353 (list r-cluster))
11354 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
11355 (synopsis "Angle-based outlier detection")
11356 (description
11357 "This package performs angle-based outlier detection on a given data
11358 frame. It offers three methods to process data:
11359 @enumerate
11360 @item full but slow implementation using all the data that has cubic
11361 complexity;
11362 @item a fully randomized method;
11363 @item a method using k-nearest neighbours.
11364 @end enumerate
11365 These algorithms are well suited for high dimensional data outlier
11366 detection.")
11367 (license license:expat)))
11368
11369 (define-public r-abps
11370 (package
11371 (name "r-abps")
11372 (version "0.3")
11373 (source
11374 (origin
11375 (method url-fetch)
11376 (uri (cran-uri "ABPS" version))
11377 (sha256
11378 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
11379 (properties `((upstream-name . "ABPS")))
11380 (build-system r-build-system)
11381 (propagated-inputs (list r-kernlab))
11382 (home-page "https://cran.r-project.org/web/packages/ABPS/")
11383 (synopsis "Abnormal blood profile score to detect blood doping")
11384 (description
11385 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
11386 The ABPS is a part of the Athlete biological passport program of the World
11387 anti-doping agency, which combines several blood parameters into a single
11388 score in order to detect blood doping. The package also contains functions to
11389 calculate other scores used in anti-doping programs, such as the ratio of
11390 hemoglobin to reticulocytes (OFF-score), as well as example data.")
11391 (license license:gpl2+)))
11392
11393 (define-public r-parmigene
11394 (package
11395 (name "r-parmigene")
11396 (version "1.1.0")
11397 (source
11398 (origin
11399 (method url-fetch)
11400 (uri (cran-uri "parmigene" version))
11401 (sha256
11402 (base32
11403 "067rqxqyzy1fsjj0s1g7af4527whwdhzjzc5b8a8n7683na59ns4"))))
11404 (build-system r-build-system)
11405 (home-page "https://cran.r-project.org/web/packages/parmigene/")
11406 (synopsis "Mutual information estimation for gene network reconstruction")
11407 (description
11408 "This package provides a parallel estimation of the mutual information
11409 based on entropy estimates from k-nearest neighbors distances and algorithms
11410 for the reconstruction of gene regulatory networks.")
11411 (license license:agpl3+)))
11412
11413 (define-public r-pscl
11414 (package
11415 (name "r-pscl")
11416 (version "1.5.5")
11417 (source
11418 (origin
11419 (method url-fetch)
11420 (uri (cran-uri "pscl" version))
11421 (sha256
11422 (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
11423 (build-system r-build-system)
11424 (propagated-inputs
11425 (list r-mass))
11426 (home-page "https://github.com/atahk/pscl/")
11427 (synopsis "Political science computational laboratory")
11428 (description
11429 "The @code{pscl} is an R package providing classes and methods for:
11430 @enumerate
11431 @item Bayesian analysis of roll call data (item-response models);
11432 @item elementary Bayesian statistics;
11433 @item maximum likelihood estimation of zero-inflated and hurdle models for count
11434 data;
11435 @item utility functions.
11436 @end enumerate")
11437 (license license:gpl2)))
11438
11439 (define-public r-accelmissing
11440 (package
11441 (name "r-accelmissing")
11442 (version "1.4")
11443 (source
11444 (origin
11445 (method url-fetch)
11446 (uri (cran-uri "accelmissing" version))
11447 (sha256
11448 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
11449 (build-system r-build-system)
11450 (propagated-inputs
11451 (list r-mice r-pscl))
11452 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
11453 (synopsis "Missing value imputation for accelerometer data")
11454 (description
11455 "This package provides a statistical method to impute the missing values in
11456 accelerometer data. The methodology includes both parametric and
11457 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
11458 model. It also provides multiple functions to preprocess the accelerometer data
11459 previous to the missing data imputation. These include detecting the wearing
11460 and the non-wearing time, selecting valid days and subjects, and creating plots.")
11461 (license license:gpl2+)))
11462
11463 (define-public r-mhsmm
11464 (package
11465 (name "r-mhsmm")
11466 (version "0.4.16")
11467 (source
11468 (origin
11469 (method url-fetch)
11470 (uri (cran-uri "mhsmm" version))
11471 (sha256
11472 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
11473 (build-system r-build-system)
11474 (propagated-inputs (list r-mvtnorm))
11475 (home-page "https://github.com/jaredo/mhsmm/")
11476 (synopsis "Inference for hidden Markov and semi-Markov models")
11477 (description
11478 "The @code{r-mhsmm} package implements estimation and prediction methods for
11479 hidden Markov and semi-Markov models for multiple observation sequences. Such
11480 techniques are of interest when observed data is thought to be dependent on some
11481 unobserved (or hidden) state. Also, this package is suitable for equidistant
11482 time series data, with multivariate and/or missing data. Allows user defined
11483 emission distributions.")
11484 (license license:gpl2+)))
11485
11486 (define-public r-nleqslv
11487 (package
11488 (name "r-nleqslv")
11489 (version "3.3.2")
11490 (source
11491 (origin
11492 (method url-fetch)
11493 (uri (cran-uri "nleqslv" version))
11494 (sha256
11495 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
11496 (build-system r-build-system)
11497 (native-inputs (list gfortran))
11498 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
11499 (synopsis "Solve systems of nonlinear equations")
11500 (description
11501 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
11502 Broyden or a Newton method with a choice of global strategies such as line
11503 search and trust region. There are options for using a numerical or user
11504 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
11505 singular or ill-conditioned Jacobian.")
11506 (license license:gpl2+)))
11507
11508 (define-public r-physicalactivity
11509 (package
11510 (name "r-physicalactivity")
11511 (version "0.2-4")
11512 (source
11513 (origin
11514 (method url-fetch)
11515 (uri (cran-uri "PhysicalActivity" version))
11516 (sha256
11517 (base32 "0b27prkv3x6v2afz0y53ccs9scibpc7nj54n0hpd9fgn1wyg4c40"))))
11518 (properties
11519 `((upstream-name . "PhysicalActivity")))
11520 (build-system r-build-system)
11521 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
11522 (synopsis "Processing accelerometer data for physical activity measurement")
11523 (description
11524 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
11525 for classification of monitored wear and nonwear time intervals in accelerometer
11526 data collected to assess physical activity. The package also contains functions
11527 for making plots of accelerometer data and obtaining the summary of various
11528 information including daily monitor wear time and the mean monitor wear time
11529 during valid days. The revised package version 0.2-1 improved the functions
11530 regarding speed, robustness and add better support for time zones and daylight
11531 saving. In addition, several functions were added:
11532 @enumerate
11533 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
11534 @item the @code{markPAI} can categorize physical activity intensity level based
11535 on user-defined cut-points of accelerometer counts.
11536 @end enumerate
11537 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
11538 @code{queryActigraph} functions.")
11539 (license license:gpl3+)))
11540
11541 (define-public r-acc
11542 (package
11543 (name "r-acc")
11544 (version "1.3.3")
11545 (source
11546 (origin
11547 (method url-fetch)
11548 (uri (cran-uri "acc" version))
11549 (sha256
11550 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
11551 (build-system r-build-system)
11552 (propagated-inputs
11553 (list r-circlize
11554 r-dbi
11555 r-ggplot2
11556 r-iterators
11557 r-mhsmm
11558 r-nleqslv
11559 r-physicalactivity
11560 r-plyr
11561 r-r-utils
11562 r-rcpp
11563 r-rcpparmadillo
11564 r-rsqlite
11565 r-zoo))
11566 (home-page "https://cran.r-project.org/web/packages/acc/")
11567 (synopsis "Exploring accelerometer data")
11568 (description
11569 "This package processes accelerometer data from uni-axial and tri-axial devices
11570 and generates data summaries. Also, includes functions to plot, analyze, and
11571 simulate accelerometer data.")
11572 (license license:gpl2+)))
11573
11574 (define-public r-rbenchmark
11575 (package
11576 (name "r-rbenchmark")
11577 (version "1.0.0")
11578 (source
11579 (origin
11580 (method url-fetch)
11581 (uri (cran-uri "rbenchmark" version))
11582 (sha256
11583 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
11584 (build-system r-build-system)
11585 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
11586 (synopsis "Benchmarking routine for R")
11587 (description
11588 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
11589 and is intended to facilitate benchmarking of arbitrary R code. The library
11590 consists of just one function, benchmark, which is a simple wrapper around
11591 system.time. Given a specification of the benchmarking process (counts of
11592 replications, evaluation environment) and an arbitrary number of expressions,
11593 benchmark evaluates each of the expressions in the specified environment,
11594 replicating the evaluation as many times as specified, and returning the results
11595 conveniently wrapped into a data frame.")
11596 (license license:gpl2+)))
11597
11598 (define-public r-mitools
11599 (package
11600 (name "r-mitools")
11601 (version "2.4")
11602 (source
11603 (origin
11604 (method url-fetch)
11605 (uri (cran-uri "mitools" version))
11606 (sha256
11607 (base32
11608 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
11609 (build-system r-build-system)
11610 (propagated-inputs (list r-dbi))
11611 (home-page "https://cran.r-project.org/web/packages/mitools/")
11612 (synopsis "Tools for multiple imputation of missing data")
11613 (description
11614 "This package provides tools to perform analyses and combine results from
11615 multiple-imputation datasets.")
11616 (license license:gpl2)))
11617
11618 (define-public r-mixsqp
11619 (package
11620 (name "r-mixsqp")
11621 (version "0.3-43")
11622 (source (origin
11623 (method url-fetch)
11624 (uri (cran-uri "mixsqp" version))
11625 (sha256
11626 (base32
11627 "1qics04w0swyp216d6g8dmsph8q2kpadpacp66h2qih3521js12q"))))
11628 (properties `((upstream-name . "mixsqp")))
11629 (build-system r-build-system)
11630 (propagated-inputs
11631 (list r-irlba r-rcpp r-rcpparmadillo))
11632 (native-inputs
11633 (list r-knitr))
11634 (home-page "https://github.com/stephenslab/mixsqp")
11635 (synopsis
11636 "Sequential quadratic programming for maximum-likelihood estimation")
11637 (description
11638 "This package provides an optimization method based on sequential
11639 quadratic programming for maximum likelihood estimation of the mixture
11640 proportions in a finite mixture model where the component densities are
11641 known. The algorithm is expected to obtain solutions that are at least
11642 as accurate as the state-of-the-art MOSEK interior-point solver, and they
11643 are expected to arrive at solutions more quickly when the number of
11644 samples is large and the number of mixture components is not too large.")
11645 (license license:expat)))
11646
11647 (define-public r-magick
11648 (package
11649 (name "r-magick")
11650 (version "2.7.3")
11651 (source
11652 (origin
11653 (method url-fetch)
11654 (uri (cran-uri "magick" version))
11655 (sha256
11656 (base32
11657 "0h942bn7wfnzbbgq9hrs75c7igmg5r1c5sad2v0znhza4cp7p1w3"))))
11658 (build-system r-build-system)
11659 (inputs
11660 (list imagemagick zlib))
11661 (propagated-inputs
11662 (list r-curl r-magrittr r-rcpp))
11663 (native-inputs
11664 (list pkg-config r-knitr))
11665 (home-page "https://github.com/ropensci/magick")
11666 (synopsis "Advanced graphics and image-processing in R")
11667 (description
11668 "This package provides bindings to ImageMagick, a comprehensive image
11669 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
11670 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
11671 operations are vectorized via the Magick++ STL meaning they operate either on
11672 a single frame or a series of frames for working with layers, collages, or
11673 animation. In RStudio, images are automatically previewed when printed to the
11674 console, resulting in an interactive editing environment.")
11675 (license license:expat)))
11676
11677 (define-public r-survey
11678 (package
11679 (name "r-survey")
11680 (version "4.1-1")
11681 (source
11682 (origin
11683 (method url-fetch)
11684 (uri (cran-uri "survey" version))
11685 (sha256
11686 (base32
11687 "0ljsszybzri531q6xab04r6zq11vchfs7y0snjzk57m3g0b9ms05"))))
11688 (build-system r-build-system)
11689 (propagated-inputs
11690 (list r-lattice
11691 r-matrix
11692 r-minqa
11693 r-mitools
11694 r-numderiv
11695 r-survival))
11696 (home-page "http://r-survey.r-forge.r-project.org/survey/")
11697 (synopsis "Analysis of complex survey samples")
11698 (description
11699 "This package provides tools for the analysis of complex survey samples.
11700 The provided features include: summary statistics, two-sample tests, rank
11701 tests, generalised linear models, cumulative link models, Cox models,
11702 loglinear models, and general maximum pseudolikelihood estimation for
11703 multistage stratified, cluster-sampled, unequally weighted survey samples;
11704 variances by Taylor series linearisation or replicate weights;
11705 post-stratification, calibration, and raking; two-phase subsampling designs;
11706 graphics; PPS sampling without replacement; principal components, and factor
11707 analysis.")
11708 ;; Either version of the GPL.
11709 (license (list license:gpl2 license:gpl3))))
11710
11711 (define-public r-gee
11712 (package
11713 (name "r-gee")
11714 (version "4.13-22")
11715 (source
11716 (origin
11717 (method url-fetch)
11718 (uri (cran-uri "gee" version))
11719 (sha256
11720 (base32
11721 "1wbwn7bjqz09l6clh43dy3x5qgv9b9wwn7xnfw9fkkrhn6rvc3rw"))))
11722 (properties `((upstream-name . "gee")))
11723 (build-system r-build-system)
11724 (native-inputs
11725 (list gfortran))
11726 (home-page "https://cran.r-project.org/web/packages/gee/")
11727 (synopsis "Generalized estimation equation solver")
11728 (description
11729 "This package provides a solver for generalized estimation equations.")
11730 (license license:gpl2)))
11731
11732 (define-public r-tab
11733 (package
11734 (name "r-tab")
11735 (version "5.1.1")
11736 (source
11737 (origin
11738 (method url-fetch)
11739 (uri (cran-uri "tab" version))
11740 (sha256
11741 (base32
11742 "1kg8c1safi9klkx2mdkmsf5dn9piy4jljwd4ma7g4jz2rwl4jzhv"))))
11743 (properties `((upstream-name . "tab")))
11744 (build-system r-build-system)
11745 (propagated-inputs
11746 (list r-dplyr r-kableextra r-knitr r-mass r-survey))
11747 (native-inputs
11748 (list r-knitr))
11749 (home-page "https://cran.r-project.org/web/packages/tab/")
11750 (synopsis "Create summary tables for statistical reports")
11751 (description
11752 "This package contains functions for creating various types of summary
11753 tables, e.g. comparing characteristics across levels of a categorical variable
11754 and summarizing fitted generalized linear models, generalized estimating
11755 equations, and Cox proportional hazards models. Functions are available to
11756 handle data from simple random samples as well as complex surveys.")
11757 (license license:gpl3+)))
11758
11759 (define-public r-dvmisc
11760 (package
11761 (name "r-dvmisc")
11762 (version "1.1.4")
11763 (source
11764 (origin
11765 (method url-fetch)
11766 (uri (cran-uri "dvmisc" version))
11767 (sha256
11768 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
11769 (build-system r-build-system)
11770 (propagated-inputs
11771 (list r-cubature
11772 r-data-table
11773 r-dplyr
11774 r-ggplot2
11775 r-mass
11776 r-mvtnorm
11777 r-pracma
11778 r-rbenchmark
11779 r-rcpp
11780 r-survey
11781 r-tab))
11782 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
11783 (synopsis "Faster computation of common statistics and miscellaneous functions")
11784 (description
11785 "This package implements faster versions of base R functions (e.g. mean, standard
11786 deviation, covariance, weighted mean), mostly written in C++, along with
11787 miscellaneous functions for various purposes (e.g. create the histogram with
11788 fitted probability density function or probability mass function curve, create
11789 the body mass index groups, assess the linearity assumption in logistic
11790 regression).")
11791 (license license:gpl2)))
11792
11793 (define-public r-accelerometry
11794 (package
11795 (name "r-accelerometry")
11796 (version "3.1.2")
11797 (source
11798 (origin
11799 (method url-fetch)
11800 (uri (cran-uri "accelerometry" version))
11801 (sha256
11802 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
11803 (build-system r-build-system)
11804 (propagated-inputs
11805 (list r-dvmisc r-rcpp))
11806 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
11807 (synopsis "Functions for processing accelerometer data")
11808 (description
11809 "This package provides a collection of functions that perform operations on
11810 time-series accelerometer data, such as identify the non-wear time, flag minutes
11811 that are part of an activity bout, and find the maximum 10-minute average count
11812 value. The functions are generally very flexible, allowing for a variety of
11813 algorithms to be implemented.")
11814 (license license:gpl3)))
11815
11816 (define-public r-absim
11817 (package
11818 (name "r-absim")
11819 (version "0.2.6")
11820 (source
11821 (origin
11822 (method url-fetch)
11823 (uri (cran-uri "AbSim" version))
11824 (sha256
11825 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
11826 (properties `((upstream-name . "AbSim")))
11827 (build-system r-build-system)
11828 (propagated-inputs
11829 (list r-ape r-powerlaw))
11830 (home-page "https://cran.r-project.org/web/packages/AbSim/")
11831 (synopsis "Time resolved simulations of antibody repertoires")
11832 (description
11833 "This package provides simulation methods for the evolution of antibody repertoires.
11834 The heavy and light chain variable region of both human and C57BL/6 mice can
11835 be simulated in a time-dependent fashion. Both single lineages using one set of
11836 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
11837 with an initial V-D-J recombination event, starting the first phylogenetic tree.
11838 Upon completion, the main loop of the algorithm begins, with each iteration
11839 representing one simulated time step. Various mutation events are possible at
11840 each time step, contributing to a diverse final repertoire.")
11841 (license license:gpl2)))
11842
11843 (define-public r-quic
11844 (package
11845 (name "r-quic")
11846 (version "1.1")
11847 (source
11848 (origin
11849 (method url-fetch)
11850 (uri (cran-uri "QUIC" version))
11851 (sha256
11852 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
11853 (properties `((upstream-name . "QUIC")))
11854 (build-system r-build-system)
11855 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
11856 (synopsis "Regularized sparse inverse covariance matrix estimation")
11857 (description
11858 "This package implements the regularized Gaussian maximum likelihood
11859 estimation of the inverse of a covariance matrix. It uses Newton's method and
11860 coordinate descent to solve the regularized inverse covariance matrix
11861 estimation problem.")
11862 ;; The project home page states that the release is under GPLv3 or later.
11863 ;; The CRAN page only says GPL-3.
11864 (license license:gpl3+)))
11865
11866 (define-public r-abundant
11867 (package
11868 (name "r-abundant")
11869 (version "1.2")
11870 (source
11871 (origin
11872 (method url-fetch)
11873 (uri (cran-uri "abundant" version))
11874 (sha256
11875 (base32 "15m3ngj5aipjg961yy5kvdg9xlfcpliw30dq6gchzxabhnfzcipd"))))
11876 (build-system r-build-system)
11877 (propagated-inputs
11878 (list r-glasso))
11879 (home-page "https://cran.r-project.org/web/packages/abundant/")
11880 (synopsis "Abundant regression and high-dimensional principal fitted components")
11881 (description
11882 "This package provides tools to fit and predict with the high-dimensional
11883 principal fitted components model. This model is described by Cook, Forzani,
11884 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
11885 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
11886 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
11887 (license license:gpl2+)))
11888
11889 (define-public r-ac3net
11890 (package
11891 (name "r-ac3net")
11892 (version "1.2.2")
11893 (source
11894 (origin
11895 (method url-fetch)
11896 (uri (cran-uri "Ac3net" version))
11897 (sha256
11898 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
11899 (properties `((upstream-name . "Ac3net")))
11900 (build-system r-build-system)
11901 (propagated-inputs
11902 (list r-data-table))
11903 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
11904 (synopsis "Inferring directional conservative causal core gene networks")
11905 (description "This package infers directional Conservative causal core
11906 (gene) networks (C3NET). This is a version of the algorithm C3NET with
11907 directional network.")
11908 (license license:gpl3+)))
11909
11910 (define-public r-aca
11911 (package
11912 (name "r-aca")
11913 (version "1.1")
11914 (source
11915 (origin
11916 (method url-fetch)
11917 (uri (cran-uri "ACA" version))
11918 (sha256
11919 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
11920 (properties `((upstream-name . "ACA")))
11921 (build-system r-build-system)
11922 (home-page "https://cran.r-project.org/web/packages/ACA/")
11923 (synopsis "Abrupt change-point or aberration detection in point series")
11924 (description
11925 "This package offers an interactive function for the detection of breakpoints in
11926 series.")
11927 ;; Any version of the GPL
11928 (license (list license:gpl2+ license:gpl3+))))
11929
11930 (define-public r-acceptancesampling
11931 (package
11932 (name "r-acceptancesampling")
11933 (version "1.0-8")
11934 (source
11935 (origin
11936 (method url-fetch)
11937 (uri (cran-uri "AcceptanceSampling" version))
11938 (sha256
11939 (base32 "1ja1g0v8qvf7yj81x37wc6i7fkwpc573756jgvazazi8yf1gm12p"))))
11940 (properties
11941 `((upstream-name . "AcceptanceSampling")))
11942 (build-system r-build-system)
11943 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
11944 (synopsis "Creation and evaluation of acceptance sampling plans")
11945 (description
11946 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
11947 acceptance sampling plans. Acceptance sampling is a methodology commonly used
11948 in quality control and improvement. International standards of acceptance
11949 sampling provide sampling plans for specific circumstances. The aim of this
11950 package is to provide an easy-to-use interface to visualize single, double or
11951 multiple sampling plans. In addition, methods have been provided to enable the
11952 user to assess sampling plans against pre-specified levels of performance, as
11953 measured by the probability of acceptance for a given level of quality in the
11954 lot.")
11955 (license license:gpl3+)))
11956
11957 (define-public r-acclma
11958 (package
11959 (name "r-acclma")
11960 (version "1.0")
11961 (source
11962 (origin
11963 (method url-fetch)
11964 (uri (cran-uri "ACCLMA" version))
11965 (sha256
11966 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
11967 (properties `((upstream-name . "ACCLMA")))
11968 (build-system r-build-system)
11969 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
11970 (synopsis "ACC & LMA graph plotting")
11971 (description
11972 "This package contains a function that imports data from a @acronym{CSV,
11973 Comma-Separated Values} file, or uses manually entered data from the format (x,
11974 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
11975 Curve} vs @acronym{LOI, Line of Independence} graph and
11976 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
11977 function is @code{plotLMA} (source file, header) that takes a data set and plots the
11978 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
11979 string) was passed, a manual data entry window is opened. The header parameter
11980 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
11981 a header row or not. The dataset should contain only one independent variable
11982 (x) and one dependent variable (y) and can contain a weight for each
11983 observation.")
11984 (license license:gpl2)))
11985
11986 (define-public r-aspi
11987 (package
11988 (name "r-aspi")
11989 (version "0.2.0")
11990 (source
11991 (origin
11992 (method url-fetch)
11993 (uri (cran-uri "aspi" version))
11994 (sha256
11995 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
11996 (build-system r-build-system)
11997 (home-page
11998 "https://cran.r-project.org/web/packages/aspi/")
11999 (synopsis
12000 "Analysis of symmetry of parasitic infections")
12001 (description
12002 "This package provides tools for the analysis and visualization of bilateral
12003 asymmetry in parasitic infections.")
12004 (license license:gpl3+)))
12005
12006 (define-public r-sandwich
12007 (package
12008 (name "r-sandwich")
12009 (version "3.0-1")
12010 (source
12011 (origin
12012 (method url-fetch)
12013 (uri (cran-uri "sandwich" version))
12014 (sha256
12015 (base32
12016 "12aa5083k3sfrfq1jy3l94wffss9h0rga8j71jy3n8pkhiq4nn7n"))))
12017 (build-system r-build-system)
12018 (propagated-inputs
12019 (list r-zoo))
12020 (home-page "https://cran.r-project.org/web/packages/sandwich/")
12021 (synopsis "Robust Covariance Matrix Estimators")
12022 (description
12023 "This package provides model-robust standard error estimators for
12024 cross-sectional, time series, clustered, panel, and longitudinal data.")
12025 ;; Either version of the license.
12026 (license (list license:gpl2 license:gpl3))))
12027
12028 (define-public r-th-data
12029 (package
12030 (name "r-th-data")
12031 (version "1.1-1")
12032 (source
12033 (origin
12034 (method url-fetch)
12035 (uri (cran-uri "TH.data" version))
12036 (sha256
12037 (base32
12038 "0ynxacnz002bjsp2ybql7rdqw4zd14af8r7w44nwbx22n4bapwzd"))))
12039 (properties `((upstream-name . "TH.data")))
12040 (build-system r-build-system)
12041 (propagated-inputs
12042 (list r-mass r-survival))
12043 (native-inputs
12044 (list r-knitr))
12045 (home-page "https://cran.r-project.org/web/packages/TH.data/")
12046 (synopsis "Shared data sets")
12047 (description
12048 "This package contains supporting data sets that are used in other
12049 packages maintained by Torsten Hothorn.")
12050 (license license:gpl3)))
12051
12052 (define-public r-multcomp
12053 (package
12054 (name "r-multcomp")
12055 (version "1.4-19")
12056 (source
12057 (origin
12058 (method url-fetch)
12059 (uri (cran-uri "multcomp" version))
12060 (sha256
12061 (base32
12062 "0mz5wdqrqpp2gqijfpp9rgfbq8yvxki4is8fbbc4qwdwryqp6d7h"))))
12063 (build-system r-build-system)
12064 (propagated-inputs
12065 (list r-codetools r-mvtnorm r-sandwich r-survival r-th-data))
12066 (home-page "https://cran.r-project.org/web/packages/multcomp/")
12067 (synopsis "Simultaneous inference in general parametric models")
12068 (description
12069 "Simultaneous tests and confidence intervals for general linear
12070 hypotheses in parametric models, including linear, generalized linear, linear
12071 mixed effects, and survival models. The package includes demos reproducing
12072 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
12073 Hothorn, Westfall, 2010, CRC Press).")
12074 (license license:gpl2)))
12075
12076 (define-public r-multcompview
12077 (package
12078 (name "r-multcompview")
12079 (version "0.1-8")
12080 (source
12081 (origin
12082 (method url-fetch)
12083 (uri (cran-uri "multcompView" version))
12084 (sha256
12085 (base32 "1rfq9wvvrghq0542ff40wy8vdmsyd8spzz6ihcywcvxdfa8m6g8j"))))
12086 (properties `((upstream-name . "multcompView")))
12087 (build-system r-build-system)
12088 (home-page "https://cran.r-project.org/package=multcompView")
12089 (synopsis "Visualizations of paired comparisons")
12090 (description
12091 "Convert a logical vector or a vector of p-values or a correlation,
12092 difference, or distance matrix into a display identifying the pairs for which
12093 the differences were not significantly different.")
12094 ;; Any version of the GPL.
12095 (license license:gpl3+)))
12096
12097 (define-public r-emmeans
12098 (package
12099 (name "r-emmeans")
12100 (version "1.7.4-1")
12101 (source
12102 (origin
12103 (method url-fetch)
12104 (uri (cran-uri "emmeans" version))
12105 (sha256
12106 (base32
12107 "08g7ifqhwqa00hc850nwx03dp7isz0281ig6kvixc4xdahmkm8zp"))))
12108 (build-system r-build-system)
12109 (propagated-inputs
12110 (list r-estimability r-mvtnorm r-numderiv r-xtable))
12111 (native-inputs
12112 (list r-knitr))
12113 (home-page "https://github.com/rvlenth/emmeans")
12114 (synopsis "Estimated marginal means, aka least-squares means")
12115 (description
12116 "This package provides tools to obtain @dfn{estimated marginal
12117 means} (EMMs) for many linear, generalized linear, and mixed models. It can
12118 be used to compute contrasts or linear functions of EMMs, trends, and
12119 comparisons of slopes.")
12120 ;; Either version of the license.
12121 (license (list license:gpl2 license:gpl3))))
12122
12123 (define-public r-pwr
12124 (package
12125 (name "r-pwr")
12126 (version "1.3-0")
12127 (source
12128 (origin
12129 (method url-fetch)
12130 (uri (cran-uri "pwr" version))
12131 (sha256
12132 (base32
12133 "1kfzy73v3z6ipc3kdfkcjrp4b4p5k54nwk796gqi36srm93hgc2v"))))
12134 (build-system r-build-system)
12135 (native-inputs
12136 (list r-knitr))
12137 (home-page "https://github.com/heliosdrm/pwr")
12138 (synopsis "Basic functions for power analysis")
12139 (description
12140 "This package provides power analysis functions along the lines of
12141 Cohen (1988).")
12142 (license license:gpl3+)))
12143
12144 (define-public r-libcoin
12145 (package
12146 (name "r-libcoin")
12147 (version "1.0-9")
12148 (source
12149 (origin
12150 (method url-fetch)
12151 (uri (cran-uri "libcoin" version))
12152 (sha256
12153 (base32 "1syrcdj5qg5m3zd3dlxgpfklswbalfg42w058dr09hnzqsvx0z9d"))))
12154 (build-system r-build-system)
12155 (propagated-inputs (list r-mvtnorm))
12156 (home-page "https://cran.r-project.org/web/packages/libcoin")
12157 (synopsis "Linear test statistics for permutation inference")
12158 (description
12159 "This package provides basic infrastructure for linear test statistics
12160 and permutation inference in the framework of Strasser and Weber (1999).")
12161 (license license:gpl2)))
12162
12163 (define-public r-coin
12164 (package
12165 (name "r-coin")
12166 (version "1.4-2")
12167 (source
12168 (origin
12169 (method url-fetch)
12170 (uri (cran-uri "coin" version))
12171 (sha256
12172 (base32
12173 "1cpv7jx840inzg98bkhrb5yscx0gpag6br237r5qpnc2gbrd2ikm"))))
12174 (build-system r-build-system)
12175 (propagated-inputs
12176 (list r-libcoin
12177 r-matrixstats
12178 r-modeltools
12179 r-multcomp
12180 r-mvtnorm
12181 r-survival))
12182 (home-page "http://coin.r-forge.r-project.org")
12183 (synopsis "Conditional inference procedures in a permutation test framework")
12184 (description
12185 "This package provides conditional inference procedures for the general
12186 independence problem including two-sample, K-sample (non-parametric ANOVA),
12187 correlation, censored, ordered and multivariate problems.")
12188 (license license:gpl2)))
12189
12190 (define-public r-bayesplot
12191 (package
12192 (name "r-bayesplot")
12193 (version "1.9.0")
12194 (source
12195 (origin
12196 (method url-fetch)
12197 (uri (cran-uri "bayesplot" version))
12198 (sha256
12199 (base32
12200 "0hqy597ang53phxnl084hak35ffqz9lw9hygax7370gpkjws908a"))))
12201 (build-system r-build-system)
12202 (inputs
12203 (list pandoc))
12204 (native-inputs
12205 (list r-knitr))
12206 (propagated-inputs
12207 (list r-dplyr
12208 r-ggplot2
12209 r-ggridges
12210 r-glue
12211 r-posterior
12212 r-reshape2
12213 r-rlang
12214 r-tibble
12215 r-tidyselect))
12216 (home-page "https://mc-stan.org/bayesplot")
12217 (synopsis "Plotting for Bayesian models")
12218 (description
12219 "This package provides plotting functions for posterior analysis, model
12220 checking, and MCMC diagnostics. The package is designed not only to provide
12221 convenient functionality for users, but also a common set of functions that
12222 can be easily used by developers working on a variety of R packages for
12223 Bayesian modeling.")
12224 (license license:gpl3+)))
12225
12226 (define-public r-tmb
12227 (package
12228 (name "r-tmb")
12229 (version "1.9.0")
12230 (source
12231 (origin
12232 (method url-fetch)
12233 (uri (cran-uri "TMB" version))
12234 (sha256
12235 (base32
12236 "1mr5vwamw6ag1fhd83jyy6015296908qwshwq0fcphhiv60x579c"))))
12237 (properties `((upstream-name . "TMB")))
12238 (build-system r-build-system)
12239 (propagated-inputs
12240 (list r-matrix r-rcppeigen))
12241 (home-page "http://tmb-project.org")
12242 (synopsis "Template model builder: a general random effect tool")
12243 (description
12244 "With this tool, a user should be able to quickly implement complex
12245 random effect models through simple C++ templates. The package combines
12246 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
12247 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
12248 from R) to obtain an efficient implementation of the applied Laplace
12249 approximation with exact derivatives. Key features are: Automatic sparseness
12250 detection, parallelism through BLAS and parallel user templates.")
12251 (license license:gpl2)))
12252
12253 (define-public r-sjstats
12254 (package
12255 (name "r-sjstats")
12256 (version "0.18.1")
12257 (source
12258 (origin
12259 (method url-fetch)
12260 (uri (cran-uri "sjstats" version))
12261 (sha256
12262 (base32 "1cv80yjnyh6qihxf57zivihhia20gibr5f03x8aspy6382wnwlka"))))
12263 (build-system r-build-system)
12264 (propagated-inputs
12265 (list r-bayestestr
12266 r-broom
12267 r-dplyr
12268 r-effectsize
12269 r-emmeans
12270 r-insight
12271 r-lme4
12272 r-magrittr
12273 r-mass
12274 r-modelr
12275 r-parameters
12276 r-performance
12277 r-purrr
12278 r-rlang
12279 r-sjlabelled
12280 r-sjmisc
12281 r-tidyr))
12282 (home-page "https://github.com/strengejacke/sjstats")
12283 (synopsis "Functions for common statistical computations")
12284 (description
12285 "This package provides a collection of convenient functions for common
12286 statistical computations, which are not directly provided by R's @code{base}
12287 or @code{stats} packages. This package aims at providing, first, shortcuts
12288 for statistical measures, which otherwise could only be calculated with
12289 additional effort. Second, these shortcut functions are generic, and can be
12290 applied not only to vectors, but also to other objects as well. The focus of
12291 most functions lies on summary statistics or fit measures for regression
12292 models, including generalized linear models, mixed effects models and Bayesian
12293 models.")
12294 (license license:gpl3)))
12295
12296 (define-public r-glmmtmb
12297 (package
12298 (name "r-glmmtmb")
12299 (version "1.1.3")
12300 (source
12301 (origin
12302 (method url-fetch)
12303 (uri (cran-uri "glmmTMB" version))
12304 (sha256
12305 (base32
12306 "0xdjc3gx0cj098rrjzlsy9cccxzfvn029xh4ycpya4xjhxsykldr"))))
12307 (properties `((upstream-name . "glmmTMB")))
12308 (build-system r-build-system)
12309 (propagated-inputs
12310 (list r-lme4
12311 r-matrix
12312 r-nlme
12313 r-numderiv
12314 r-rcppeigen
12315 r-tmb))
12316 (native-inputs
12317 (list r-knitr r-rmarkdown)) ; for vignettes
12318 (home-page "https://github.com/glmmTMB")
12319 (synopsis "Generalized linear mixed models")
12320 (description
12321 "Fit linear and generalized linear mixed models with various extensions,
12322 including zero-inflation. The models are fitted using maximum likelihood
12323 estimation via the Template Model Builder. Random effects are assumed to be
12324 Gaussian on the scale of the linear predictor and are integrated out using the
12325 Laplace approximation. Gradients are calculated using automatic
12326 differentiation.")
12327 (license license:agpl3+)))
12328
12329 (define-public r-bayestestr
12330 (package
12331 (name "r-bayestestr")
12332 (version "0.12.1")
12333 (source
12334 (origin
12335 (method url-fetch)
12336 (uri (cran-uri "bayestestR" version))
12337 (sha256
12338 (base32
12339 "1fbkpagc5zznrafy7h68nhx43a1yg4v7242pbqjkd0h2481c101z"))))
12340 (properties `((upstream-name . "bayestestR")))
12341 (build-system r-build-system)
12342 (propagated-inputs
12343 (list r-datawizard r-insight))
12344 (native-inputs
12345 (list r-knitr))
12346 (home-page "https://github.com/easystats/bayestestR")
12347 (synopsis "Describe Bayesian models and posterior distributions")
12348 (description
12349 "This package provides utilities to understand and describe posterior
12350 distributions and Bayesian models. It includes point-estimates such as
12351 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
12352 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
12353 ROPE percentage and pd).")
12354 (license license:gpl3)))
12355
12356 (define-public r-performance
12357 (package
12358 (name "r-performance")
12359 (version "0.9.0")
12360 (source
12361 (origin
12362 (method url-fetch)
12363 (uri (cran-uri "performance" version))
12364 (sha256
12365 (base32
12366 "1znr4i1pjv6z3lj6qrma2i3l94rz1z29w92mrxxfy3ch0s71crww"))))
12367 (build-system r-build-system)
12368 (propagated-inputs
12369 (list r-bayestestr r-datawizard r-insight))
12370 (home-page "https://easystats.github.io/performance/")
12371 (synopsis "Assessment of regression models performance")
12372 (description
12373 "This package provides utilities for computing measures to assess model
12374 quality, which are not directly provided by R's @code{base} or @code{stats}
12375 packages. These include e.g. measures like r-squared, intraclass correlation
12376 coefficient, root mean squared error or functions to check models for
12377 overdispersion, singularity or zero-inflation and more. Functions apply to a
12378 large variety of regression models, including generalized linear models, mixed
12379 effects models and Bayesian models.")
12380 (license license:gpl3)))
12381
12382 (define-public r-ggeffects
12383 (package
12384 (name "r-ggeffects")
12385 (version "1.1.2")
12386 (source
12387 (origin
12388 (method url-fetch)
12389 (uri (cran-uri "ggeffects" version))
12390 (sha256
12391 (base32
12392 "01yyfw7fkbxrp0gpwni5y8m4w9l3xckwc3crnvy1fqs1d6gwx3xx"))))
12393 (build-system r-build-system)
12394 (propagated-inputs
12395 (list r-insight r-mass r-sjlabelled))
12396 (native-inputs
12397 (list r-knitr))
12398 (home-page "https://github.com/strengejacke/ggeffects")
12399 (synopsis "Create tidy data frames of marginal effects for ggplot")
12400 (description
12401 "This package provides tools to compute marginal effects from statistical
12402 models and return the result as tidy data frames. These data frames are ready
12403 to use with the @code{ggplot2} package. Marginal effects can be calculated
12404 for many different models. Interaction terms, splines and polynomial terms
12405 are also supported. The two main functions are @code{ggpredict()} and
12406 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
12407 results using @code{ggplot2}.")
12408 (license license:gpl3)))
12409
12410 (define-public r-effectsize
12411 (package
12412 (name "r-effectsize")
12413 (version "0.7.0")
12414 (source
12415 (origin
12416 (method url-fetch)
12417 (uri (cran-uri "effectsize" version))
12418 (sha256
12419 (base32
12420 "07dbj7n9vwjkb7xrdj224lzc3ppr3jjdgyyilkj7gpkvgjgfrqhz"))))
12421 (properties `((upstream-name . "effectsize")))
12422 (build-system r-build-system)
12423 (propagated-inputs
12424 (list r-bayestestr r-datawizard r-insight r-parameters
12425 r-performance))
12426 (native-inputs
12427 (list r-knitr))
12428 (home-page "https://github.com/easystats/effectsize")
12429 (synopsis "Indices of effect size and standardized parameters")
12430 (description
12431 "This package provides utilities to work with indices of effect size and
12432 standardized parameters for a wide variety of models, allowing computation and
12433 conversion of indices such as Cohen's d, r, odds, etc.")
12434 (license license:gpl3)))
12435
12436 (define-public r-sjplot
12437 (package
12438 (name "r-sjplot")
12439 (version "2.8.10")
12440 (source
12441 (origin
12442 (method url-fetch)
12443 (uri (cran-uri "sjPlot" version))
12444 (sha256
12445 (base32 "1rnwhh271xj8xgvvlpqw9ain56mfz37fvl7f6jq9nzx9jxx95bjd"))))
12446 (properties `((upstream-name . "sjPlot")))
12447 (build-system r-build-system)
12448 (propagated-inputs
12449 (list r-bayestestr
12450 r-datawizard
12451 r-dplyr
12452 r-effectsize
12453 r-ggeffects
12454 r-ggplot2
12455 r-insight
12456 r-knitr
12457 r-mass
12458 r-parameters
12459 r-performance
12460 r-purrr
12461 r-rlang
12462 r-scales
12463 r-sjlabelled
12464 r-sjmisc
12465 r-sjstats
12466 r-tidyr))
12467 (native-inputs
12468 (list r-knitr))
12469 (home-page "https://strengejacke.github.io/sjPlot/")
12470 (synopsis "Data visualization for statistics in social science")
12471 (description
12472 "This package represents a collection of plotting and table output
12473 functions for data visualization. Results of various statistical
12474 analyses (that are commonly used in social sciences) can be visualized using
12475 this package, including simple and cross tabulated frequencies, histograms,
12476 box plots, (generalized) linear models, mixed effects models, principal
12477 component analysis and correlation matrices, cluster analyses, scatter plots,
12478 stacked scales, effects plots of regression models (including interaction
12479 terms) and much more. This package supports labelled data.")
12480 (license license:gpl3)))
12481
12482 (define-public r-ini
12483 (package
12484 (name "r-ini")
12485 (version "0.3.1")
12486 (source
12487 (origin
12488 (method url-fetch)
12489 (uri (cran-uri "ini" version))
12490 (sha256
12491 (base32
12492 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
12493 (build-system r-build-system)
12494 (home-page "https://github.com/dvdscripter/ini")
12495 (synopsis "Read and write configuration files")
12496 (description
12497 "This package provides tools to parse simple @code{.ini} configuration
12498 files to an structured list. Users can manipulate this resulting list with
12499 @code{lapply()} functions. This same structured list can be used to write
12500 back to file after modifications.")
12501 (license license:gpl3)))
12502
12503 (define-public r-gillespiessa2
12504 (package
12505 (name "r-gillespiessa2")
12506 (version "0.2.8")
12507 (source
12508 (origin
12509 (method url-fetch)
12510 (uri (cran-uri "GillespieSSA2" version))
12511 (sha256
12512 (base32 "03ym8qx5yc1a6j9l973lc0rjzs8hiax8fq13j7m1fcb1pvnbvar5"))))
12513 (properties `((upstream-name . "GillespieSSA2")))
12514 (build-system r-build-system)
12515 (propagated-inputs
12516 (list r-assertthat
12517 r-dplyr
12518 r-dynutils
12519 r-matrix
12520 r-purrr
12521 r-rcpp
12522 r-rcppxptrutils
12523 r-readr
12524 r-rlang
12525 r-stringr
12526 r-tidyr))
12527 (native-inputs (list r-knitr))
12528 (home-page "https://github.com/rcannood/GillespieSSA2")
12529 (synopsis "Gillespie's stochastic simulation algorithm")
12530 (description
12531 "This package provides a fast, scalable, and versatile framework for
12532 simulating large systems with Gillespie's @dfn{Stochastic Simulation
12533 Algorithm} (SSA). This package is the spiritual successor to the GillespieSSA
12534 package. Benefits of this package include major speed improvements (>100x),
12535 easier to understand documentation, and many unit tests that try to ensure the
12536 package works as intended.")
12537 (license license:gpl3+)))
12538
12539 (define-public r-gitcreds
12540 (package
12541 (name "r-gitcreds")
12542 (version "0.1.1")
12543 (source
12544 (origin
12545 (method url-fetch)
12546 (uri (cran-uri "gitcreds" version))
12547 (sha256
12548 (base32
12549 "1snzn7nxy0rwz0bzjsg6k04c0n811dgn8gn9cmn2v78aj57ayjmi"))))
12550 (properties `((upstream-name . "gitcreds")))
12551 (build-system r-build-system)
12552 (inputs (list git-minimal))
12553 (native-inputs (list r-knitr))
12554 (home-page "https://github.com/r-lib/gitcreds")
12555 (synopsis "Query git credentials from R")
12556 (description
12557 "Query, set, and delete credentials from the git credential store.
12558 Manage GitHub tokens and other git credentials. This package is to be used by
12559 other packages that need to authenticate to GitHub and/or other git
12560 repositories.")
12561 (license license:expat)))
12562
12563 (define-public r-gh
12564 (package
12565 (name "r-gh")
12566 (version "1.3.0")
12567 (source
12568 (origin
12569 (method url-fetch)
12570 (uri (cran-uri "gh" version))
12571 (sha256
12572 (base32
12573 "077drbxz3rx7idv6w24ipj1p6jnzv86a3iyryab699cc9q2kjh54"))))
12574 (build-system r-build-system)
12575 (propagated-inputs
12576 (list r-cli r-gitcreds r-httr r-ini r-jsonlite))
12577 (native-inputs
12578 (list r-knitr))
12579 (home-page "https://github.com/r-lib/gh#readme")
12580 (synopsis "Access the GitHub API via R")
12581 (description
12582 "This package provides a minimal R client to access the GitHub API.")
12583 (license license:expat)))
12584
12585 (define-public r-fs
12586 (package
12587 (name "r-fs")
12588 (version "1.5.2")
12589 (source
12590 (origin
12591 (method url-fetch)
12592 (uri (cran-uri "fs" version))
12593 (sha256
12594 (base32
12595 "11qr3v0xn65vfhgcxl4l6yv48s4w0w3ldp3anpzc25vd3mwd3jim"))))
12596 (build-system r-build-system)
12597 (native-inputs
12598 (list r-knitr))
12599 (home-page "https://fs.r-lib.org")
12600 (synopsis "Cross-platform file system operations based on libuv")
12601 (description
12602 "This package provides a cross-platform interface to file system
12603 operations, built on top of the libuv C library.")
12604 (license license:gpl3)))
12605
12606 (define-public r-clisymbols
12607 (package
12608 (name "r-clisymbols")
12609 (version "1.2.0")
12610 (source
12611 (origin
12612 (method url-fetch)
12613 (uri (cran-uri "clisymbols" version))
12614 (sha256
12615 (base32
12616 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
12617 (build-system r-build-system)
12618 (home-page "https://github.com/gaborcsardi/clisymbols")
12619 (synopsis "Unicode symbols at the R prompt")
12620 (description
12621 "This package provides a small subset of Unicode symbols, that are useful
12622 when building command line applications. They fall back to alternatives on
12623 terminals that do not support Unicode.")
12624 (license license:expat)))
12625
12626 (define-public r-credentials
12627 (package
12628 (name "r-credentials")
12629 (version "1.3.2")
12630 (source
12631 (origin
12632 (method url-fetch)
12633 (uri (cran-uri "credentials" version))
12634 (sha256
12635 (base32
12636 "1f18j3zrq8c9kah57xwahmmljsjg5qphlgamvx507ynvpq8pryig"))))
12637 (properties `((upstream-name . "credentials")))
12638 (build-system r-build-system)
12639 (arguments
12640 `(#:phases
12641 (modify-phases %standard-phases
12642 (add-after 'unpack 'setenv-HOME
12643 (lambda _
12644 ;; This is necessary because git looks for $HOME/.gitconfig
12645 (setenv "HOME" "/tmp"))))))
12646 (inputs
12647 (list git-minimal))
12648 (propagated-inputs
12649 (list r-askpass r-curl r-jsonlite r-openssl r-sys))
12650 (native-inputs
12651 (list r-knitr))
12652 (home-page "https://docs.ropensci.org/credentials/")
12653 (synopsis "Tools for managing SSH and Git credentials")
12654 (description
12655 "This package assists you in setting up and retrieving of HTTPS and SSH
12656 credentials for use with git and other services. For HTTPS remotes the
12657 package interfaces the @command{git-credential} utility which @command{git}
12658 uses to store HTTP usernames and passwords. For SSH remotes this package
12659 provides convenient functions to find or generate appropriate SSH keys. The
12660 package both helps the user to setup a local git installation, and also
12661 provides a back-end for git/ssh client libraries to authenticate with existing
12662 user credentials.")
12663 (license license:expat)))
12664
12665 (define-public r-gert
12666 (package
12667 (name "r-gert")
12668 (version "1.6.0")
12669 (source
12670 (origin
12671 (method url-fetch)
12672 (uri (cran-uri "gert" version))
12673 (sha256
12674 (base32
12675 "0r19vi77yyjw5gbhgjibdysjlszlw2095v14f6sv675zpbp0li4c"))))
12676 (properties `((upstream-name . "gert")))
12677 (build-system r-build-system)
12678 (inputs
12679 (list libgit2 zlib))
12680 (propagated-inputs
12681 (list r-askpass
12682 r-credentials
12683 r-openssl
12684 r-rstudioapi
12685 r-sys
12686 r-zip))
12687 (native-inputs
12688 (list pkg-config r-knitr))
12689 (home-page "https://docs.ropensci.org/gert/")
12690 (synopsis "Simple Git client for R")
12691 (description
12692 "This package provides a simple git client for R based on libgit2 with
12693 support for SSH and HTTPS remotes. All functions in gert use basic R data
12694 types (such as vectors and data-frames) for their arguments and return values.
12695 User credentials are shared with command line git through the
12696 @code{git-credential} store and SSH keys stored on disk or ssh-agent.")
12697 (license license:expat)))
12698
12699 (define-public r-usethis
12700 (package
12701 (name "r-usethis")
12702 (version "2.1.6")
12703 (source
12704 (origin
12705 (method url-fetch)
12706 (uri (cran-uri "usethis" version))
12707 (sha256
12708 (base32
12709 "0638dzl4nm4c36990sf2biy74hjr2fzlqzfb98fsqrbhaw3ngp1i"))))
12710 (build-system r-build-system)
12711 (propagated-inputs
12712 (list r-cli
12713 r-clipr
12714 r-crayon
12715 r-curl
12716 r-desc
12717 r-fs
12718 r-gert
12719 r-gh
12720 r-glue
12721 r-jsonlite
12722 r-lifecycle
12723 r-purrr
12724 r-rappdirs
12725 r-rlang
12726 r-rprojroot
12727 r-rstudioapi
12728 r-whisker
12729 r-withr
12730 r-yaml))
12731 (home-page "https://github.com/r-lib/usethis")
12732 (synopsis "Automate R package and project setup")
12733 (description
12734 "This package helps you to automate R package and project setup tasks
12735 that are otherwise performed manually. This includes setting up unit testing,
12736 test coverage, continuous integration, Git, GitHub integration, licenses,
12737 Rcpp, RStudio projects, and more.")
12738 (license license:gpl3)))
12739
12740 (define-public r-sessioninfo
12741 (package
12742 (name "r-sessioninfo")
12743 (version "1.2.2")
12744 (source
12745 (origin
12746 (method url-fetch)
12747 (uri (cran-uri "sessioninfo" version))
12748 (sha256
12749 (base32
12750 "1jy7n37qnrb4fgzmn8s8yf7kv29yw27x8zklwf8qdb2kgj2q6qpm"))))
12751 (build-system r-build-system)
12752 (propagated-inputs
12753 (list r-cli))
12754 (home-page "https://github.com/r-lib/sessioninfo#readme")
12755 (synopsis "R session information")
12756 (description
12757 "This package provides tools to query and print information about the
12758 current R session. It is similar to @code{utils::sessionInfo()}, but includes
12759 more information about packages, and where they were installed from.")
12760 (license license:gpl2)))
12761
12762 (define-public r-remotes
12763 (package
12764 (name "r-remotes")
12765 (version "2.4.2")
12766 (source
12767 (origin
12768 (method url-fetch)
12769 (uri (cran-uri "remotes" version))
12770 (sha256
12771 (base32
12772 "05m5dgv0nba5vhjbdkd8z5lbhpfxgkw31j58am7vz1d44igqgvzj"))))
12773 (build-system r-build-system)
12774 (native-inputs
12775 (list r-knitr))
12776 (home-page "https://github.com/r-lib/remotes#readme")
12777 (synopsis "R package installation from remote repositories")
12778 (description
12779 "Download and install R packages stored in GitHub, BitBucket, or plain
12780 subversion or git repositories. This package is a lightweight replacement of
12781 the @code{install_*} functions in the @code{devtools} package. Indeed most of
12782 the code was copied over from @code{devtools}.")
12783 (license license:gpl2+)))
12784
12785 (define-public r-xopen
12786 (package
12787 (name "r-xopen")
12788 (version "1.0.0")
12789 (source
12790 (origin
12791 (method url-fetch)
12792 (uri (cran-uri "xopen" version))
12793 (sha256
12794 (base32
12795 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
12796 (build-system r-build-system)
12797 (propagated-inputs
12798 (list r-processx))
12799 (home-page "https://github.com/r-lib/xopen#readme")
12800 (synopsis "Open system files, URLs, anything")
12801 (description
12802 "This package provides a cross-platform solution to open files,
12803 directories or URLs with their associated programs.")
12804 (license license:expat)))
12805
12806 (define-public r-rcmdcheck
12807 (package
12808 (name "r-rcmdcheck")
12809 (version "1.4.0")
12810 (source
12811 (origin
12812 (method url-fetch)
12813 (uri (cran-uri "rcmdcheck" version))
12814 (sha256
12815 (base32
12816 "1l696byn3kjq2xvz4wxybzaj6ink85h4lz3a35v2132ba5yyzm5v"))))
12817 (build-system r-build-system)
12818 (propagated-inputs
12819 (list r-callr
12820 r-cli
12821 r-curl
12822 r-desc
12823 r-digest
12824 r-pkgbuild
12825 r-prettyunits
12826 r-r6
12827 r-rprojroot
12828 r-sessioninfo
12829 r-withr
12830 r-xopen))
12831 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
12832 (synopsis "Run R CMD check from R and capture results")
12833 (description
12834 "Run @code{R CMD check} from R programmatically, and capture the results
12835 of the individual checks.")
12836 (license license:expat)))
12837
12838 (define-public r-rapportools
12839 (package
12840 (name "r-rapportools")
12841 (version "1.1")
12842 (source
12843 (origin
12844 (method url-fetch)
12845 (uri (cran-uri "rapportools" version))
12846 (sha256
12847 (base32
12848 "0qr86idng12g6hdd764j0wmli700v7rjhw7jdjxj0ka8xm5v7ymm"))))
12849 (build-system r-build-system)
12850 (propagated-inputs
12851 (list r-mass r-pander r-plyr r-reshape2))
12852 (home-page "https://cran.r-project.org/web/packages/rapportools/")
12853 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
12854 (description
12855 "This package provides helper functions that act as wrappers to more
12856 advanced statistical methods with the advantage of having sane defaults for
12857 quick reporting.")
12858 (license license:agpl3+)))
12859
12860 (define-public r-pander
12861 (package
12862 (name "r-pander")
12863 (version "0.6.5")
12864 (source
12865 (origin
12866 (method url-fetch)
12867 (uri (cran-uri "pander" version))
12868 (sha256
12869 (base32
12870 "144zkq5w7v6fpzk3x40i0baybbp0y6x2ckh4b9qljryas9mhgp9a"))))
12871 (build-system r-build-system)
12872 (propagated-inputs
12873 (list r-digest r-rcpp))
12874 (native-inputs
12875 (list r-knitr))
12876 (home-page "https://rapporter.github.io/pander")
12877 (synopsis "Render R objects into Pandoc's markdown")
12878 (description
12879 "The main aim of the pander R package is to provide a minimal and easy
12880 tool for rendering R objects into Pandoc's markdown. The package is also
12881 capable of exporting/converting complex Pandoc documents (reports) in various
12882 ways.")
12883 ;; This package is licensed under either the AGPLv3+ or the very rarely
12884 ;; used OSL 3.0.
12885 (license license:agpl3+)))
12886
12887 (define-public r-summarytools
12888 (package
12889 (name "r-summarytools")
12890 (version "1.0.1")
12891 (source
12892 (origin
12893 (method url-fetch)
12894 (uri (cran-uri "summarytools" version))
12895 (sha256
12896 (base32
12897 "0gr95cd1ja8di6s0xghk6w7nj3bh3z4g7j7ixdy7f88q681aixgx"))))
12898 (build-system r-build-system)
12899 (propagated-inputs
12900 (list r-base64enc
12901 r-checkmate
12902 r-dplyr
12903 r-htmltools
12904 r-lubridate
12905 r-magick
12906 r-matrixstats
12907 r-pander
12908 r-pryr
12909 r-rapportools
12910 r-tibble
12911 r-tidyr))
12912 (native-inputs
12913 (list r-knitr))
12914 (home-page "https://github.com/dcomtois/summarytools")
12915 (synopsis "Tools to quickly and neatly summarize data")
12916 (description
12917 "This package provides tools for data frame summaries, cross-tabulations,
12918 weight-enabled frequency tables and common univariate statistics in concise
12919 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
12920 good point-of-entry for exploring data, both for experienced and new R
12921 users.")
12922 (license license:gpl2)))
12923
12924 (define-public r-lsei
12925 (package
12926 (name "r-lsei")
12927 (version "1.3-0")
12928 (source
12929 (origin
12930 (method url-fetch)
12931 (uri (cran-uri "lsei" version))
12932 (sha256
12933 (base32
12934 "1dka0rigfw4vj809qma2dkiwjb3nw5635ynnba5cm299cn7hb2b2"))))
12935 (build-system r-build-system)
12936 (native-inputs
12937 (list gfortran))
12938 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
12939 (synopsis "Solve regression problems under equality/inequality constraints")
12940 (description
12941 "It contains functions that solve least squares linear regression
12942 problems under linear equality/inequality constraints. Functions for solving
12943 quadratic programming problems are also available, which transform such
12944 problems into least squares ones first.")
12945 (license license:gpl2+)))
12946
12947 (define-public r-npsurv
12948 (package
12949 (name "r-npsurv")
12950 (version "0.5-0")
12951 (source
12952 (origin
12953 (method url-fetch)
12954 (uri (cran-uri "npsurv" version))
12955 (sha256
12956 (base32
12957 "1ihxhb42cga1hssj2jv4ah0f4hlwsky899ij5261fzh1wxvdp1xw"))))
12958 (build-system r-build-system)
12959 (propagated-inputs
12960 (list r-lsei))
12961 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
12962 (synopsis "Nonparametric survival analysis")
12963 (description
12964 "This package contains functions for non-parametric survival analysis of
12965 exact and interval-censored observations.")
12966 (license license:gpl2+)))
12967
12968 (define-public r-clusteval
12969 (package
12970 (name "r-clusteval")
12971 (version "0.1")
12972 (source
12973 (origin
12974 (method url-fetch)
12975 (uri (cran-uri "clusteval" version))
12976 (sha256
12977 (base32
12978 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
12979 (build-system r-build-system)
12980 (propagated-inputs
12981 (list r-mvtnorm r-rcpp))
12982 (home-page "https://cran.r-project.org/web/packages/clusteval/")
12983 (synopsis "Evaluation of clustering algorithms")
12984 (description
12985 "This R package provides a suite of tools to evaluate clustering
12986 algorithms, clusterings, and individual clusters.")
12987 (license license:expat)))
12988
12989 (define-public r-tweedie
12990 (package
12991 (name "r-tweedie")
12992 (version "2.3.3")
12993 (source
12994 (origin
12995 (method url-fetch)
12996 (uri (cran-uri "tweedie" version))
12997 (sha256
12998 (base32
12999 "1nfhaqblvm62j8gfkyrgba5ai0pb2fsnrxp63637mhys2bawlcm0"))))
13000 (build-system r-build-system)
13001 (native-inputs (list gfortran))
13002 (home-page "https://cran.r-project.org/web/packages/tweedie/")
13003 (synopsis "Evaluation of Tweedie exponential family models")
13004 (description
13005 "Maximum likelihood computations for Tweedie families, including the
13006 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
13007 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
13008 and related methods.")
13009 (license license:gpl2+)))
13010
13011 (define-public r-rcppgsl
13012 (package
13013 (name "r-rcppgsl")
13014 (version "0.3.11")
13015 (source
13016 (origin
13017 (method url-fetch)
13018 (uri (cran-uri "RcppGSL" version))
13019 (sha256
13020 (base32 "1a5dms0axlzgpv1z2bhfrb77497h0ch1yslq0gidj14vr4kfm57h"))))
13021 (properties `((upstream-name . "RcppGSL")))
13022 (build-system r-build-system)
13023 (propagated-inputs
13024 (list r-rcpp gsl))
13025 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
13026 (synopsis "Rcpp integration for GSL vectors and matrices")
13027 (description
13028 "The GNU Scientific Library (or GSL) is a collection of numerical
13029 routines for scientific computing. It is particularly useful for C and C++
13030 programs as it provides a standard C interface to a wide range of mathematical
13031 routines. There are over 1000 functions in total with an extensive test
13032 suite. The RcppGSL package provides an easy-to-use interface between GSL data
13033 structures and R using concepts from Rcpp which is itself a package that eases
13034 the interfaces between R and C++.")
13035 (license license:gpl2+)))
13036
13037 (define-public r-mvabund
13038 (package
13039 (name "r-mvabund")
13040 (version "4.2.1")
13041 (source
13042 (origin
13043 (method url-fetch)
13044 (uri (cran-uri "mvabund" version))
13045 (sha256
13046 (base32
13047 "01kss9dx4an1ir5zs46jypvhj8sdc8wcs00i1223ai09av4lcsgd"))))
13048 (build-system r-build-system)
13049 (propagated-inputs
13050 (list r-mass r-rcpp r-rcppgsl r-statmod r-tweedie))
13051 (home-page "https://cran.r-project.org/web/packages/mvabund/")
13052 (synopsis "Statistical methods for analysing multivariate abundance data")
13053 (description
13054 "This package provides a set of tools for displaying, modeling and
13055 analysing multivariate abundance data in community ecology.")
13056 (license license:lgpl2.1+)))
13057
13058 (define-public r-afex
13059 (package
13060 (name "r-afex")
13061 (version "1.1-1")
13062 (source
13063 (origin
13064 (method url-fetch)
13065 (uri (cran-uri "afex" version))
13066 (sha256
13067 (base32
13068 "09q426s2zmzxx5ilxy0x5mflpb38pl075ss1s8xvpswkn6cia0b6"))))
13069 (build-system r-build-system)
13070 ;; This is needed for the vignette builder
13071 (arguments
13072 '(#:phases
13073 (modify-phases %standard-phases
13074 (add-after 'unpack 'set-HOME
13075 (lambda _ (setenv "HOME" "/tmp"))))))
13076 (propagated-inputs
13077 (list r-car r-lme4 r-lmertest r-pbkrtest r-reshape2))
13078 (native-inputs
13079 (list r-knitr
13080 r-r-rsp)) ;vignette builder
13081 (home-page "https://afex.singmann.science/")
13082 (synopsis "Analysis of factorial experiments")
13083 (description
13084 "This package provides convenience functions for analyzing factorial
13085 experiments using ANOVA or mixed models.")
13086 (license license:gpl2+)))
13087
13088 (define-public r-lmertest
13089 (package
13090 (name "r-lmertest")
13091 (version "3.1-3")
13092 (source
13093 (origin
13094 (method url-fetch)
13095 (uri (cran-uri "lmerTest" version))
13096 (sha256
13097 (base32
13098 "1zd8gqjkazhxgpnnr484xwsq30p62fq8592nzyc171zjyplpbaim"))))
13099 (properties `((upstream-name . "lmerTest")))
13100 (build-system r-build-system)
13101 (propagated-inputs
13102 (list r-ggplot2 r-lme4 r-mass r-numderiv))
13103 (home-page "https://github.com/runehaubo/lmerTestR")
13104 (synopsis "Tests in linear mixed effects models")
13105 (description
13106 "This package provides p-values in type I, II or III anova and summary
13107 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
13108 method. A Kenward-Roger method is also available via the @code{pbkrtest}
13109 package. Model selection methods include step, drop1 and anova-like tables
13110 for random effects (ranova). Methods for Least-Square means (LS-means) and
13111 tests of linear contrasts of fixed effects are also available.")
13112 (license license:gpl2+)))
13113
13114 (define-public r-r2glmm
13115 (package
13116 (name "r-r2glmm")
13117 (version "0.1.2")
13118 (source
13119 (origin
13120 (method url-fetch)
13121 (uri (cran-uri "r2glmm" version))
13122 (sha256
13123 (base32
13124 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
13125 (build-system r-build-system)
13126 (propagated-inputs
13127 (list r-afex
13128 r-data-table
13129 r-dplyr
13130 r-ggplot2
13131 r-gridextra
13132 r-lmertest
13133 r-mass
13134 r-matrix
13135 r-mgcv
13136 r-pbkrtest))
13137 (home-page "https://github.com/bcjaeger/r2glmm")
13138 (synopsis "Compute R squared for mixed (multilevel) models")
13139 (description
13140 "This package computes model and semi partial R squared with confidence
13141 limits for the linear and generalized linear mixed model (LMM and GLMM). The
13142 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
13143 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
13144 al. (2016)).")
13145 (license license:gpl2)))
13146
13147 (define-public r-cmdfun
13148 (package
13149 (name "r-cmdfun")
13150 (version "1.0.2")
13151 (source
13152 (origin
13153 (method url-fetch)
13154 (uri (cran-uri "cmdfun" version))
13155 (sha256
13156 (base32
13157 "1pbcq7hi2lcmqnghmy3q2fsk0c9fy5m0637acyzmc096fxbx723j"))))
13158 (properties `((upstream-name . "cmdfun")))
13159 (build-system r-build-system)
13160 (propagated-inputs
13161 (list r-magrittr
13162 r-purrr
13163 r-r-utils
13164 r-rlang
13165 r-testthat
13166 r-usethis))
13167 (native-inputs
13168 (list r-knitr))
13169 (home-page "https://snystrom.github.io/cmdfun/")
13170 (synopsis "Framework for building interfaces to shell commands")
13171 (description
13172 "Writing interfaces to command line software is cumbersome. The cmdfun
13173 package provides a framework for building function calls to seamlessly
13174 interface with shell commands by allowing lazy evaluation of command line
13175 arguments. It also provides methods for handling user-specific paths to tool
13176 installs or secrets like API keys. Its focus is to equally serve package
13177 builders who wish to wrap command line software, and to help analysts stay
13178 inside R when they might usually leave to execute non-R software.")
13179 (license license:expat)))
13180
13181 (define-public r-rslurm
13182 (package
13183 (name "r-rslurm")
13184 (version "0.6.1")
13185 (source
13186 (origin
13187 (method url-fetch)
13188 (uri (cran-uri "rslurm" version))
13189 (sha256
13190 (base32
13191 "19451icfh7snjbbmpzpr1hrdf52q8ijv0ag1di3y55r2la3jxxcf"))))
13192 (properties `((upstream-name . "rslurm")))
13193 (build-system r-build-system)
13194 (propagated-inputs (list r-whisker))
13195 (native-inputs (list r-knitr))
13196 (home-page "http://cyberhelp.sesync.org/rslurm/")
13197 (synopsis "Submit R calculations to a Slurm cluster")
13198 (description
13199 "This package provides functions that simplify submitting R scripts to a
13200 Slurm workload manager, in part by automating the division of embarrassingly
13201 parallel calculations across cluster nodes.")
13202 (license license:gpl3)))
13203
13204 (define-public r-chk
13205 (package
13206 (name "r-chk")
13207 (version "0.8.0")
13208 (source
13209 (origin
13210 (method url-fetch)
13211 (uri (cran-uri "chk" version))
13212 (sha256
13213 (base32
13214 "10gcv00mgi88vgxr9jrs0ar67crmdcdi4m9g86cm6pg3ly0v097y"))))
13215 (properties `((upstream-name . "chk")))
13216 (build-system r-build-system)
13217 (propagated-inputs
13218 (list r-lifecycle r-rlang))
13219 (native-inputs (list r-knitr))
13220 (home-page "https://github.com/poissonconsulting/chk")
13221 (synopsis "Check user-supplied function arguments")
13222 (description
13223 "This is a package for developers to check user-supplied function
13224 arguments. It is designed to be simple, fast and customizable. Error
13225 messages follow the tidyverse style guide.")
13226 (license license:expat)))
13227
13228 (define-public r-weights
13229 (package
13230 (name "r-weights")
13231 (version "1.0.4")
13232 (source
13233 (origin
13234 (method url-fetch)
13235 (uri (cran-uri "weights" version))
13236 (sha256
13237 (base32
13238 "1fnchf7f0hyl514bk8sc3l884kg25kb5xm4mc2l28n6hm7l6bgpg"))))
13239 (build-system r-build-system)
13240 (propagated-inputs
13241 (list r-gdata r-hmisc r-lme4 r-mice))
13242 (home-page "https://cran.r-project.org/web/packages/weights/")
13243 (synopsis "Weighting and weighted statistics")
13244 (description "This package Provides a variety of functions for producing
13245 simple weighted statistics, such as weighted Pearson's correlations, partial
13246 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
13247 includes some software for quickly recoding survey data and plotting point
13248 estimates from interaction terms in regressions (and multiply imputed
13249 regressions). NOTE: Weighted partial correlation calculations pulled to
13250 address a bug.")
13251 (license license:gpl2+)))
13252
13253 (define-public r-rcppannoy
13254 (package
13255 (name "r-rcppannoy")
13256 (version "0.0.19")
13257 (source
13258 (origin
13259 (method url-fetch)
13260 (uri (cran-uri "RcppAnnoy" version))
13261 (sha256
13262 (base32
13263 "12k8ny981dmky5js8yl6bih5r5mq3w43f2f9admhkwqn0n80kcl9"))))
13264 (properties `((upstream-name . "RcppAnnoy")))
13265 (build-system r-build-system)
13266 (propagated-inputs
13267 (list r-rcpp))
13268 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
13269 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
13270 (description
13271 "Annoy is a small C++ library for Approximate Nearest Neighbors written
13272 for efficient memory usage as well an ability to load from and save to disk.
13273 This package provides an R interface.")
13274 ;; Annoy is released under ASL 2.0, but this wrapper is released under
13275 ;; GPLv2+.
13276 (license (list license:gpl2+ license:asl2.0))))
13277
13278 (define-public r-rcpphnsw
13279 (package
13280 (name "r-rcpphnsw")
13281 (version "0.3.0")
13282 (source
13283 (origin
13284 (method url-fetch)
13285 (uri (cran-uri "RcppHNSW" version))
13286 (sha256
13287 (base32
13288 "01z0plf1i6dyibw4ica8shmijyk1grpqb886hcga72z2cpm4xsx0"))))
13289 (properties `((upstream-name . "RcppHNSW")))
13290 (build-system r-build-system)
13291 (propagated-inputs (list r-rcpp))
13292 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
13293 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
13294 (description
13295 "Hnswlib is a C++ library for approximate nearest neighbors. This
13296 package provides a minimal R interface by relying on the Rcpp package.")
13297 ;; hnswlib is released under Version 2.0 of the Apache License.
13298 (license (list license:gpl3 license:asl2.0))))
13299
13300 (define-public r-rcppparallel
13301 (package
13302 (name "r-rcppparallel")
13303 (version "5.1.5")
13304 (source
13305 (origin
13306 (method url-fetch)
13307 (uri (cran-uri "RcppParallel" version))
13308 (sha256
13309 (base32
13310 "1sn211ajlb1p12sglxqns175rg078yvww268m8cp0vvd7cmk55k3"))))
13311 (properties `((upstream-name . "RcppParallel")))
13312 (build-system r-build-system)
13313 (home-page "https://rcppcore.github.io/RcppParallel/")
13314 (synopsis "Parallel programming tools for Rcpp")
13315 (description
13316 "This package provides high level functions for parallel programming with
13317 Rcpp. For example, the @code{parallelFor()} function can be used to convert
13318 the work of a standard serial @code{for} loop into a parallel one and the
13319 @code{parallelReduce()} function can be used for accumulating aggregates or
13320 other values.")
13321 (license license:gpl2)))
13322
13323 (define-public r-ncdf4
13324 (package
13325 (name "r-ncdf4")
13326 (version "1.19")
13327 (source
13328 (origin
13329 (method url-fetch)
13330 (uri (cran-uri "ncdf4" version))
13331 (sha256
13332 (base32
13333 "0qzvin2fjzcb7h2knlnw14s6043pwi1nm7yf6p27ax7w269173fb"))))
13334 (build-system r-build-system)
13335 (inputs
13336 (list netcdf zlib))
13337 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
13338 (synopsis "R interface to Unidata netCDF format data files")
13339 (description
13340 "This package provides a high-level R interface to data files written
13341 using Unidata's netCDF library (version 4 or earlier), which are binary data
13342 files that are portable across platforms and include metadata information in
13343 addition to the data sets. Using this package, netCDF files can be opened and
13344 data sets read in easily. It is also easy to create new netCDF dimensions,
13345 variables, and files, in either version 3 or 4 format, and manipulate existing
13346 netCDF files.")
13347 (license license:gpl3+)))
13348
13349 (define-public r-biocmanager
13350 (package
13351 (name "r-biocmanager")
13352 (version "1.30.18")
13353 (source
13354 (origin
13355 (method url-fetch)
13356 (uri (cran-uri "BiocManager" version))
13357 (sha256
13358 (base32 "0dawbd546rznllpw5wq282r0viga4cck398d4s1inkk18mmi4qzp"))))
13359 (properties `((upstream-name . "BiocManager")))
13360 (build-system r-build-system)
13361 (native-inputs
13362 (list r-knitr))
13363 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
13364 (synopsis "Access the Bioconductor project package repository")
13365 (description
13366 "This package provides a convenient tool to install and update
13367 Bioconductor packages.")
13368 (license license:artistic2.0)))
13369
13370 (define-public r-rgl
13371 (package
13372 (name "r-rgl")
13373 (version "0.108.3.2")
13374 (source
13375 (origin
13376 (method url-fetch)
13377 (uri (cran-uri "rgl" version))
13378 (sha256
13379 (base32
13380 "0r9wzhjzl346i37ngs6hqzmizhi53kzqz582lv822v6yxang6fh3"))))
13381 (build-system r-build-system)
13382 (native-inputs
13383 (list pkg-config r-knitr))
13384 (inputs
13385 (list freetype
13386 libpng
13387 glu
13388 libx11
13389 pandoc
13390 zlib))
13391 (propagated-inputs
13392 (list r-htmltools
13393 r-htmlwidgets
13394 r-jsonlite
13395 r-knitr
13396 r-magrittr
13397 r-r6))
13398 (home-page "https://r-forge.r-project.org/projects/rgl/")
13399 (synopsis "3D visualization using OpenGL")
13400 (description
13401 "This package provides medium to high level functions for 3D interactive graphics,
13402 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
13403 as functions for constructing representations of geometric
13404 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
13405 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
13406 image formats, including PNG, Postscript, SVG, PGF.")
13407 ;; Any version of the GPL.
13408 (license (list license:gpl2+ license:gpl3+))))
13409
13410 (define-public r-multicool
13411 (package
13412 (name "r-multicool")
13413 (version "0.1-12")
13414 (source
13415 (origin
13416 (method url-fetch)
13417 (uri (cran-uri "multicool" version))
13418 (sha256
13419 (base32
13420 "0djacq0irfqz4nlnx238kja73yvr1n5qybbfyl6bw1n6qgcjhza8"))))
13421 (build-system r-build-system)
13422 (propagated-inputs (list r-rcpp))
13423 (home-page "https://cran.r-project.org/web/packages/multicool/")
13424 (synopsis "Permutations of multisets in cool-lex order")
13425 (description
13426 "This package provides a set of tools to permute multisets without loops
13427 or hash tables and to generate integer partitions. Cool-lex order is similar
13428 to colexicographical order.")
13429 (license license:gpl2)))
13430
13431 (define-public r-misc3d
13432 (package
13433 (name "r-misc3d")
13434 (version "0.9-1")
13435 (source
13436 (origin
13437 (method url-fetch)
13438 (uri (cran-uri "misc3d" version))
13439 (sha256
13440 (base32
13441 "0r9x57s63kx9f6dgam2nhbziq8nrs9wd8pk7g76hds2kw46vnyx0"))))
13442 (build-system r-build-system)
13443 (home-page "https://cran.r-project.org/web/packages/misc3d/")
13444 (synopsis "Miscellaneous 3D Plots")
13445 (description
13446 "This package provides a collection of miscellaneous 3d plots, including
13447 isosurfaces.")
13448 ;; Any version of the GPL.
13449 (license (list license:gpl2+ license:gpl3+))))
13450
13451 (define-public r-ks
13452 (package
13453 (name "r-ks")
13454 (version "1.13.5")
13455 (source
13456 (origin
13457 (method url-fetch)
13458 (uri (cran-uri "ks" version))
13459 (sha256
13460 (base32 "05bqrjkbx2kn5aax0hy3xd6pf7nxka9bm1sp8ll1cc2gf1nx1i6i"))))
13461 (build-system r-build-system)
13462 (propagated-inputs
13463 (list r-fnn
13464 r-kernlab
13465 r-kernsmooth
13466 r-matrix
13467 r-mclust
13468 r-mgcv
13469 r-multicool
13470 r-mvtnorm
13471 r-plot3d
13472 r-pracma))
13473 (home-page "https://www.mvstat.net/tduong/")
13474 (synopsis "Kernel smoothing")
13475 (description
13476 "This package provides kernel smoothers for univariate and multivariate
13477 data, including density functions, density derivatives, cumulative
13478 distributions, modal clustering, discriminant analysis, and two-sample
13479 hypothesis testing.")
13480 ;; Either version of the GPL.
13481 (license (list license:gpl2 license:gpl3))))
13482
13483 (define-public r-feature
13484 (package
13485 (name "r-feature")
13486 (version "1.2.15")
13487 (source
13488 (origin
13489 (method url-fetch)
13490 (uri (cran-uri "feature" version))
13491 (sha256
13492 (base32
13493 "0yzn1w1sasilcp8v0pcjnxjv9l6lspkskqi412i6h040gqmjjf6y"))))
13494 (build-system r-build-system)
13495 (propagated-inputs
13496 (list r-ks r-plot3d))
13497 (native-inputs
13498 (list r-knitr))
13499 (home-page "https://www.mvstat.net/tduong/")
13500 (synopsis "Inferential feature significance for kernel density estimation")
13501 (description
13502 "The feature package contains functions to display and compute kernel
13503 density estimates, significant gradient and significant curvature regions.
13504 Significant gradient and/or curvature regions often correspond to significant
13505 features (e.g. local modes).")
13506 ;; Either version of the GPL.
13507 (license (list license:gpl2 license:gpl3))))
13508
13509 (define-public r-arm
13510 (package
13511 (name "r-arm")
13512 (version "1.12-2")
13513 (source
13514 (origin
13515 (method url-fetch)
13516 (uri (cran-uri "arm" version))
13517 (sha256
13518 (base32
13519 "0pagrc1vkaz460d0lvrgb4xj6gcd920f4mrc8zpzw07c3v1s2sw1"))))
13520 (build-system r-build-system)
13521 (propagated-inputs
13522 (list r-abind
13523 r-coda
13524 r-lme4
13525 r-mass
13526 r-matrix
13527 r-nlme))
13528 (home-page "https://cran.r-project.org/web/packages/arm/")
13529 (synopsis "Data analysis using regression and multilevel/hierarchical models")
13530 (description
13531 "This package provides functions to accompany A. Gelman and J. Hill,
13532 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
13533 University Press, 2007.")
13534 (license license:gpl3+)))
13535
13536 (define-public r-circular
13537 (package
13538 (name "r-circular")
13539 (version "0.4-95")
13540 (source
13541 (origin
13542 (method url-fetch)
13543 (uri (cran-uri "circular" version))
13544 (sha256
13545 (base32
13546 "1qmwj1pf37lc2s5r83y7nqckscznqhbsv66bdfgfbby7x4qkwga8"))))
13547 (build-system r-build-system)
13548 (propagated-inputs
13549 (list r-boot r-mvtnorm))
13550 (native-inputs
13551 (list gfortran))
13552 (home-page "https://cran.r-project.org/web/packages/circular/")
13553 (synopsis "Circular statistics")
13554 (description
13555 "This package provides tools for circular statistics, from \"Topics in
13556 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
13557 Scientific.")
13558 (license license:gpl2+)))
13559
13560 (define-public r-activity
13561 (package
13562 (name "r-activity")
13563 (version "1.3.2")
13564 (source
13565 (origin
13566 (method url-fetch)
13567 (uri (cran-uri "activity" version))
13568 (sha256
13569 (base32
13570 "11n6wmqz7p3428rr615f92m61a5gb908xpn4l8q484h61bwg38c3"))))
13571 (build-system r-build-system)
13572 (propagated-inputs
13573 (list r-insol r-pbapply))
13574 (home-page "https://cran.r-project.org/web/packages/activity/")
13575 (synopsis "Animal activity statistics")
13576 (description
13577 "This package provides functions to fit kernel density functions to
13578 animal activity time data; plot activity distributions; quantify overall
13579 levels of activity; statistically compare activity metrics through
13580 bootstrapping; and evaluate variation in linear variables with time (or other
13581 circular variables).")
13582 (license license:gpl3)))
13583
13584 (define-public r-ouch
13585 (package
13586 (name "r-ouch")
13587 (version "2.18")
13588 (source
13589 (origin
13590 (method url-fetch)
13591 (uri (cran-uri "ouch" version))
13592 (sha256
13593 (base32
13594 "119s9llpjy0b4q830xig2xr66fq6izp6mr2k4k79ggmf3gxww8as"))))
13595 (build-system r-build-system)
13596 (propagated-inputs (list r-subplex))
13597 (home-page "https://kingaa.github.io/ouch/")
13598 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
13599 (description
13600 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
13601 for evolution along a phylogenetic tree.")
13602 (license license:gpl2+)))
13603
13604 (define-public r-fmsb
13605 (package
13606 (name "r-fmsb")
13607 (version "0.7.3")
13608 (source
13609 (origin
13610 (method url-fetch)
13611 (uri (cran-uri "fmsb" version))
13612 (sha256
13613 (base32
13614 "1gi94xr0b1yk9xzwfprfafxi25yic1lcivd66p73n6iqfzdaimbk"))))
13615 (build-system r-build-system)
13616 (home-page "http://minato.sip21c.org/msb/")
13617 (synopsis "Functions for medical statistics book with demographic data")
13618 (description
13619 "This package provides several utility functions for the book entitled
13620 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
13621 Japan, 2007) with Japanese demographic data and some demographic analysis
13622 related functions.")
13623 (license license:gpl2+)))
13624
13625 (define-public r-stabledist
13626 (package
13627 (name "r-stabledist")
13628 (version "0.7-1")
13629 (source
13630 (origin
13631 (method url-fetch)
13632 (uri (cran-uri "stabledist" version))
13633 (sha256
13634 (base32
13635 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
13636 (build-system r-build-system)
13637 (home-page "https://www.rmetrics.org")
13638 (synopsis "Stable distribution functions")
13639 (description
13640 "This package provides density, probability and quantile functions, and
13641 random number generation for (skew) stable distributions, using the
13642 parametrizations of Nolan.")
13643 (license license:gpl2+)))
13644
13645 (define-public r-gsl
13646 (package
13647 (name "r-gsl")
13648 (version "2.1-7.1")
13649 (source
13650 (origin
13651 (method url-fetch)
13652 (uri (cran-uri "gsl" version))
13653 (sha256
13654 (base32
13655 "118rj9kjx9rzlynvhrly19qz3yxg8jzws35971ssgzrp5lwd367f"))))
13656 (build-system r-build-system)
13657 (inputs
13658 (list gsl))
13659 (home-page "https://cran.r-project.org/web/packages/gsl")
13660 (synopsis "Wrapper for the GNU Scientific Library")
13661 (description
13662 "This package provides an R wrapper for the special functions and quasi
13663 random number generators of the GNU Scientific Library.")
13664 (license license:gpl2+)))
13665
13666 (define-public r-adgoftest
13667 (package
13668 (name "r-adgoftest")
13669 (version "0.3")
13670 (source
13671 (origin
13672 (method url-fetch)
13673 (uri (cran-uri "ADGofTest" version))
13674 (sha256
13675 (base32
13676 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
13677 (properties `((upstream-name . "ADGofTest")))
13678 (build-system r-build-system)
13679 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
13680 (synopsis "Anderson-Darling GoF test")
13681 (description
13682 "This package provides an implementation of the Anderson-Darling GoF test
13683 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
13684 Anderson-Darling Distribution\".")
13685 ;; Any version of the GPL.
13686 (license license:gpl3+)))
13687
13688 (define-public r-admisc
13689 (package
13690 (name "r-admisc")
13691 (version "0.27")
13692 (source
13693 (origin
13694 (method url-fetch)
13695 (uri (cran-uri "admisc" version))
13696 (sha256
13697 (base32 "07hfrhv3pcldsffnyfzpa1q3x32gxr1386r8fik1nhql2w46mm13"))))
13698 (properties `((upstream-name . "admisc")))
13699 (build-system r-build-system)
13700 (home-page "https://github.com/dusadrian/admisc")
13701 (synopsis "Adrian Dusa's miscellaneous")
13702 (description
13703 "This package contains miscellaneous functions used to interpret and
13704 translate, factorize and negate Sum of Products expressions, for both binary
13705 and multi-value crisp sets, and to extract information (set names, set values)
13706 from those expressions. Other functions perform various other checks if
13707 possibly numeric (even if all numbers reside in a character vector) and coerce
13708 to numeric, or check if the numbers are whole. It also offers, among many
13709 others, a highly flexible recoding routine and a more flexible alternative to
13710 the base function @code{with()}.")
13711 (license license:gpl3+)))
13712
13713 (define-public r-sodium
13714 (package
13715 (name "r-sodium")
13716 (version "1.2.0")
13717 (source
13718 (origin
13719 (method url-fetch)
13720 (uri (cran-uri "sodium" version))
13721 (sha256
13722 (base32
13723 "0x4jb3cf1nv1spz1jc9xp8hly2b4a7nj48xr4s33jnfcpdjkmn5q"))))
13724 (properties `((upstream-name . "sodium")))
13725 (build-system r-build-system)
13726 (inputs
13727 (list libsodium))
13728 (native-inputs
13729 (list pkg-config r-knitr))
13730 (home-page "https://github.com/jeroen/sodium")
13731 (synopsis "R bindings to the libsodium crypto library")
13732 (description
13733 "This package provides bindings to libsodium: a library for encryption,
13734 decryption, signatures, password hashing and more. Sodium uses curve25519, a
13735 Diffie-Hellman function by Daniel Bernstein, which has become very popular
13736 after it was discovered that the NSA had backdoored Dual EC DRBG.")
13737 (license license:expat)))
13738
13739 (define-public r-softimpute
13740 (package
13741 (name "r-softimpute")
13742 (version "1.4-1")
13743 (source
13744 (origin
13745 (method url-fetch)
13746 (uri (cran-uri "softImpute" version))
13747 (sha256
13748 (base32
13749 "1v2a4d688ij5zcvkzpra9yx40xckdfnllnfnyq2450zf3n1kjk7a"))))
13750 (properties `((upstream-name . "softImpute")))
13751 (build-system r-build-system)
13752 (propagated-inputs
13753 (list r-matrix))
13754 (native-inputs
13755 (list gfortran r-knitr))
13756 (home-page "https://cran.r-project.org/web/packages/softImpute")
13757 (synopsis "Matrix completion via iterative soft-thresholded SVD")
13758 (description
13759 "This package provides iterative methods for matrix completion that use
13760 nuclear-norm regularization. The package includes procedures for centering
13761 and scaling rows, columns or both, and for computing low-rank @dfn{single
13762 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
13763 components).")
13764 (license license:gpl2)))
13765
13766 (define-public r-fftwtools
13767 (package
13768 (name "r-fftwtools")
13769 (version "0.9-11")
13770 (source
13771 (origin
13772 (method url-fetch)
13773 (uri (cran-uri "fftwtools" version))
13774 (sha256
13775 (base32
13776 "0zrchp4l0jdbir2gibjf00x225y9giqk80zvqmr2yyvc12lwkw7i"))))
13777 (build-system r-build-system)
13778 (inputs (list fftw))
13779 (native-inputs
13780 (list pkg-config))
13781 (home-page "https://github.com/krahim/fftwtools")
13782 (synopsis "Wrapper for FFTW3")
13783 (description
13784 "This package provides a wrapper for several FFTW functions. It provides
13785 access to the two-dimensional FFT, the multivariate FFT, and the
13786 one-dimensional real to complex FFT using the FFTW3 library. The package
13787 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
13788 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
13789 The FFT functions have a parameter that allows them to not return the
13790 redundant complex conjugate when the input is real data.")
13791 (license license:gpl2+)))
13792
13793 (define-public r-tiff
13794 (package
13795 (name "r-tiff")
13796 (version "0.1-11")
13797 (source
13798 (origin
13799 (method url-fetch)
13800 (uri (cran-uri "tiff" version))
13801 (sha256
13802 (base32
13803 "0xgc7vyndxxahfhc2qqzmwi56bnfyl0pn72l820jz5sd24aymhxq"))))
13804 (build-system r-build-system)
13805 (inputs
13806 (list libtiff libjpeg-turbo zlib))
13807 (native-inputs
13808 (list pkg-config))
13809 (home-page "https://www.rforge.net/tiff/")
13810 (synopsis "Read and write TIFF images")
13811 (description
13812 "This package provides an easy and simple way to read, write and display
13813 bitmap images stored in the TIFF format. It can read and write both files and
13814 in-memory raw vectors.")
13815 ;; Either of these two license versions.
13816 (license (list license:gpl2 license:gpl3))))
13817
13818 (define-public r-nlp
13819 (package
13820 (name "r-nlp")
13821 (version "0.2-1")
13822 (source
13823 (origin
13824 (method url-fetch)
13825 (uri (cran-uri "NLP" version))
13826 (sha256
13827 (base32
13828 "1dpj04fmld2lnhg072ahgjbhmciqqy9h1lrz0wf32mr7mm9s9sh5"))))
13829 (properties `((upstream-name . "NLP")))
13830 (build-system r-build-system)
13831 (home-page "https://cran.r-project.org/web/packages/NLP/")
13832 (synopsis "Natural language processing infrastructure")
13833 (description
13834 "This package provides basic classes and methods for Natural Language
13835 Processing.")
13836 (license license:gpl3)))
13837
13838 (define-public r-tm
13839 (package
13840 (name "r-tm")
13841 (version "0.7-8")
13842 (source
13843 (origin
13844 (method url-fetch)
13845 (uri (cran-uri "tm" version))
13846 (sha256
13847 (base32
13848 "0mk2lsplynms15nw92vbdgsafg4bw1m0ik31gch1mnsnv61idsxi"))))
13849 (properties `((upstream-name . "tm")))
13850 (build-system r-build-system)
13851 (propagated-inputs
13852 (list r-bh r-nlp r-rcpp r-slam r-xml2))
13853 (home-page "http://tm.r-forge.r-project.org/")
13854 (synopsis "Text mining package")
13855 (description
13856 "This package provides a framework for text mining applications within R.")
13857 (license license:gpl3)))
13858
13859 (define-public r-waveslim
13860 (package
13861 (name "r-waveslim")
13862 (version "1.8.2")
13863 (source
13864 (origin
13865 (method url-fetch)
13866 (uri (cran-uri "waveslim" version))
13867 (sha256
13868 (base32
13869 "0ibivnhz0l06sss5rrrcvyiwg3qpbyk3qn4vx4pp90kj09x4yg0k"))))
13870 (build-system r-build-system)
13871 (native-inputs
13872 (list gfortran))
13873 (home-page "http://waveslim.blogspot.com")
13874 (synopsis "Basic wavelet routines for signal processing")
13875 (description
13876 "This package provides basic wavelet routines for time series (1D),
13877 image (2D) and array (3D) analysis. The code provided here is based on
13878 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
13879 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
13880 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
13881 pairs (Selesnick 2001, 2002).")
13882 (license license:bsd-3)))
13883
13884 (define-public r-wordcloud
13885 (package
13886 (name "r-wordcloud")
13887 (version "2.6")
13888 (source
13889 (origin
13890 (method url-fetch)
13891 (uri (cran-uri "wordcloud" version))
13892 (sha256
13893 (base32
13894 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
13895 (build-system r-build-system)
13896 (propagated-inputs
13897 (list r-rcolorbrewer r-rcpp
13898 ;; The "tm" package is only "suggested" according to CRAN, but the
13899 ;; wordcloud package cannot be loaded without it.
13900 r-tm))
13901 (home-page "https://cran.r-project.org/web/packages/wordcloud")
13902 (synopsis "Word clouds")
13903 (description
13904 "This package provides functionality to create pretty word clouds,
13905 visualize differences and similarity between documents, and avoid
13906 over-plotting in scatter plots with text.")
13907 (license license:lgpl2.1)))
13908
13909 (define-public r-colorramps
13910 (package
13911 (name "r-colorramps")
13912 (version "2.3.1")
13913 (source
13914 (origin
13915 (method url-fetch)
13916 (uri (cran-uri "colorRamps" version))
13917 (sha256
13918 (base32
13919 "12jnkj50yh2hc5l7j56lrrrmn58akrj9dwj98vzf42iq4h42kwb1"))))
13920 (properties `((upstream-name . "colorRamps")))
13921 (build-system r-build-system)
13922 (home-page "https://cran.r-project.org/web/packages/colorRamps")
13923 (synopsis "Build color tables")
13924 (description "This package provides features to build gradient color
13925 maps.")
13926 ;; Any version of the GPL
13927 (license license:gpl3+)))
13928
13929 (define-public r-tidytree
13930 (package
13931 (name "r-tidytree")
13932 (version "0.3.9")
13933 (source
13934 (origin
13935 (method url-fetch)
13936 (uri (cran-uri "tidytree" version))
13937 (sha256
13938 (base32 "1prfv2jy6z4zp4gyi9krzbysipsbnjrkxcccflm4nwsd9i7mshqj"))))
13939 (build-system r-build-system)
13940 (propagated-inputs
13941 (list r-ape
13942 r-dplyr
13943 r-lazyeval
13944 r-magrittr
13945 r-pillar
13946 r-rlang
13947 r-tibble
13948 r-tidyr
13949 r-tidyselect
13950 r-yulab-utils))
13951 (native-inputs
13952 (list r-knitr))
13953 (home-page "https://github.com/GuangchuangYu/tidytree")
13954 (synopsis "Tidy tool for phylogenetic tree data manipulation")
13955 (description
13956 "Phylogenetic trees generally contain multiple components including nodes,
13957 edges, branches and associated data. This package provides an approach to
13958 convert tree objects to tidy data frames. It also provides tidy interfaces to
13959 manipulate tree data.")
13960 (license license:artistic2.0)))
13961
13962 (define-public r-rvcheck
13963 (package
13964 (name "r-rvcheck")
13965 (version "0.2.1")
13966 (source
13967 (origin
13968 (method url-fetch)
13969 (uri (cran-uri "rvcheck" version))
13970 (sha256
13971 (base32 "09khjklvzbafd7r55496by01a9g3y291d87hpy43w44dmz9fzn9a"))))
13972 (build-system r-build-system)
13973 (propagated-inputs
13974 (list r-biocmanager r-yulab-utils))
13975 (home-page "https://cran.r-project.org/web/packages/rvcheck")
13976 (synopsis "R package version check")
13977 (description
13978 "This package provides tools to check the latest release version of R and
13979 R packages (on CRAN, Bioconductor or Github).")
13980 (license license:artistic2.0)))
13981
13982 (define-public r-docopt
13983 (package
13984 (name "r-docopt")
13985 (version "0.7.1")
13986 (source
13987 (origin
13988 (method url-fetch)
13989 (uri (cran-uri "docopt" version))
13990 (sha256
13991 (base32
13992 "1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
13993 (build-system r-build-system)
13994 (home-page "https://github.com/docopt/docopt.R")
13995 (synopsis "Command-line interface specification language")
13996 (description
13997 "This package enables you to define a command-line interface by just
13998 giving it a description in the specific format.")
13999 (license license:expat)))
14000
14001 (define-public r-sparsesvd
14002 (package
14003 (name "r-sparsesvd")
14004 (version "0.2")
14005 (source
14006 (origin
14007 (method url-fetch)
14008 (uri (cran-uri "sparsesvd" version))
14009 (sha256
14010 (base32
14011 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
14012 (build-system r-build-system)
14013 (propagated-inputs (list r-matrix))
14014 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
14015 (synopsis "Sparse truncated singular value decomposition")
14016 (description
14017 "This package provides a Wrapper around the SVDLIBC library
14018 for (truncated) singular value decomposition of a sparse matrix. Currently,
14019 only sparse real matrices in Matrix package format are supported.")
14020 ;; SVDLIBC is released under BSD-2. The R interface is released under
14021 ;; BSD-3.
14022 (license (list license:bsd-3 license:bsd-2))))
14023
14024 (define-public r-speedglm
14025 (package
14026 (name "r-speedglm")
14027 (version "0.3-4")
14028 (source
14029 (origin
14030 (method url-fetch)
14031 (uri (cran-uri "speedglm" version))
14032 (sha256
14033 (base32
14034 "1kj662nfkfhvx37jrbvxd4dyjclz5cm3xh50z7s5rbzapiyxn4hs"))))
14035 (build-system r-build-system)
14036 (propagated-inputs
14037 (list r-mass r-matrix))
14038 (home-page "https://cran.r-project.org/web/packages/speedglm")
14039 (synopsis "Fit linear and generalized linear models to large data sets")
14040 (description
14041 "This package provides tools for fitting linear models and generalized
14042 linear models to large data sets by updating algorithms.")
14043 ;; Any version of the GPL
14044 (license license:gpl2+)))
14045
14046 (define-public r-densityclust
14047 (package
14048 (name "r-densityclust")
14049 (version "0.3.2")
14050 (source
14051 (origin
14052 (method url-fetch)
14053 (uri (cran-uri "densityClust" version))
14054 (sha256
14055 (base32
14056 "05x2fi1zdnkrg2nimf8k904j3lpyw0f7nmk6ax5p7x7a98wb2iqs"))))
14057 (properties `((upstream-name . "densityClust")))
14058 (build-system r-build-system)
14059 (propagated-inputs
14060 (list r-fnn
14061 r-ggplot2
14062 r-ggrepel
14063 r-gridextra
14064 r-rcolorbrewer
14065 r-rcpp
14066 r-rtsne))
14067 (home-page "https://cran.r-project.org/web/packages/densityClust")
14068 (synopsis "Clustering by fast search and find of density peaks")
14069 (description
14070 "This package provides an improved implementation (based on k-nearest
14071 neighbors) of the density peak clustering algorithm, originally described by
14072 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
14073 large datasets (> 100,000 samples) very efficiently.")
14074 (license license:gpl2+)))
14075
14076 (define-public r-combinat
14077 (package
14078 (name "r-combinat")
14079 (version "0.0-8")
14080 (source
14081 (origin
14082 (method url-fetch)
14083 (uri (cran-uri "combinat" version))
14084 (sha256
14085 (base32
14086 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
14087 (build-system r-build-system)
14088 (home-page "https://cran.r-project.org/web/packages/combinat")
14089 (synopsis "Combinatorics utilities")
14090 (description "This package provides assorted routines for combinatorics.")
14091 (license license:gpl2)))
14092
14093 (define-public r-qlcmatrix
14094 (package
14095 (name "r-qlcmatrix")
14096 (version "0.9.7")
14097 (source
14098 (origin
14099 (method url-fetch)
14100 (uri (cran-uri "qlcMatrix" version))
14101 (sha256
14102 (base32
14103 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
14104 (properties `((upstream-name . "qlcMatrix")))
14105 (build-system r-build-system)
14106 (propagated-inputs
14107 (list r-docopt r-matrix r-slam r-sparsesvd))
14108 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
14109 (synopsis "Sparse matrix functions for quantitative language comparison")
14110 (description
14111 "This package provides an extension of the functionality of the Matrix
14112 package for using sparse matrices. Some of the functions are very general,
14113 while other are highly specific for the special data format used for
14114 @dfn{quantitative language comparison} (QLC).")
14115 (license license:gpl3)))
14116
14117 (define-public r-ddrtree
14118 (package
14119 (name "r-ddrtree")
14120 (version "0.1.5")
14121 (source
14122 (origin
14123 (method url-fetch)
14124 (uri (cran-uri "DDRTree" version))
14125 (sha256
14126 (base32
14127 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
14128 (properties `((upstream-name . "DDRTree")))
14129 (build-system r-build-system)
14130 (propagated-inputs
14131 (list r-bh r-irlba r-rcpp r-rcppeigen))
14132 (home-page "https://cran.r-project.org/web/packages/DDRTree")
14133 (synopsis "Learning principal graphs with DDRTree")
14134 (description
14135 "This package provides an implementation of the framework of
14136 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
14137 dimensional space while constructs a principal tree which passes through the
14138 middle of the data simultaneously. DDRTree shows superiority to
14139 alternatives (Wishbone, DPT) for inferring the ordering as well as the
14140 intrinsic structure of single cell genomics data. In general, it could be
14141 used to reconstruct the temporal progression as well as the bifurcation
14142 structure of any data type.")
14143 (license license:asl2.0)))
14144
14145 (define-public r-corpcor
14146 (package
14147 (name "r-corpcor")
14148 (version "1.6.10")
14149 (source
14150 (origin
14151 (method url-fetch)
14152 (uri (cran-uri "corpcor" version))
14153 (sha256
14154 (base32
14155 "028fw61n61i79fhnaqx7gmdifdpbvp3yiaq9vvfrbv4k7i84r83i"))))
14156 (build-system r-build-system)
14157 (home-page "http://strimmerlab.org/software/corpcor/")
14158 (synopsis "Efficient estimation of covariance and (partial) correlation")
14159 (description
14160 "This package implements a James-Stein-type shrinkage estimator for the
14161 covariance matrix, with separate shrinkage for variances and correlations.
14162 Furthermore, functions are available for fast singular value decomposition,
14163 for computing the pseudoinverse, and for checking the rank and positive
14164 definiteness of a matrix.")
14165 (license license:gpl3+)))
14166
14167 (define-public r-rspectra
14168 (package
14169 (name "r-rspectra")
14170 (version "0.16-0")
14171 (source
14172 (origin
14173 (method url-fetch)
14174 (uri (cran-uri "RSpectra" version))
14175 (sha256
14176 (base32
14177 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
14178 (properties `((upstream-name . "RSpectra")))
14179 (build-system r-build-system)
14180 (propagated-inputs
14181 (list r-matrix r-rcpp r-rcppeigen))
14182 (home-page "https://github.com/yixuan/RSpectra")
14183 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
14184 (description
14185 "This package provides an R interface to the Spectra library for
14186 large-scale eigenvalue and SVD problems. It is typically used to compute a
14187 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
14188 which is usually more efficient than @code{eigen()} if k << n.")
14189 ;; MPL 2 or later.
14190 (license license:mpl2.0)))
14191
14192 (define-public r-vbsr
14193 (package
14194 (name "r-vbsr")
14195 (version "0.0.5")
14196 (source
14197 (origin
14198 (method url-fetch)
14199 (uri (cran-uri "vbsr" version))
14200 (sha256
14201 (base32
14202 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
14203 (build-system r-build-system)
14204 (home-page "https://cran.r-project.org/web/packages/vbsr")
14205 (synopsis "Variational Bayes spike regression regularized linear models")
14206 (description
14207 "This package provides an efficient algorithm for solving ultra-sparse
14208 regularized regression models using a variational Bayes algorithm with a spike
14209 prior. The algorithm is solved on a path, with coordinate updates, and is
14210 capable of generating very sparse models. Very general model
14211 diagnostics for controlling type-1 errors are also provided.")
14212 (license license:gpl2)))
14213
14214 (define-public r-flare
14215 (package
14216 (name "r-flare")
14217 (version "1.7.0")
14218 (source
14219 (origin
14220 (method url-fetch)
14221 (uri (cran-uri "flare" version))
14222 (sha256
14223 (base32
14224 "0f992dmgnr6s8g3386i9bjfyf08q8srgw7sjz2yx7snj8znq7251"))))
14225 (build-system r-build-system)
14226 (propagated-inputs
14227 (list r-igraph r-lattice r-mass r-matrix))
14228 (home-page "https://cran.r-project.org/web/packages/flare")
14229 (synopsis "Family of Lasso regression implementations")
14230 (description
14231 "This package provides implementations of a family of Lasso variants
14232 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
14233 high dimensional sparse linear models.")
14234 (license license:gpl2)))
14235
14236 (define-public r-lassopv
14237 (package
14238 (name "r-lassopv")
14239 (version "0.2.0")
14240 (source
14241 (origin
14242 (method url-fetch)
14243 (uri (cran-uri "lassopv" version))
14244 (sha256
14245 (base32
14246 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
14247 (build-system r-build-system)
14248 (propagated-inputs (list r-lars))
14249 (home-page "https://github.com/lingfeiwang/lassopv")
14250 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
14251 (description
14252 "This package enables you to estimate the p-values for predictors x
14253 against target variable y in Lasso regression, using the regularization
14254 strength when each predictor enters the active set of regularization path for
14255 the first time as the statistic.")
14256 (license license:gpl3)))
14257
14258 (define-public r-splitstackshape
14259 (package
14260 (name "r-splitstackshape")
14261 (version "1.4.8")
14262 (source
14263 (origin
14264 (method url-fetch)
14265 (uri (cran-uri "splitstackshape" version))
14266 (sha256
14267 (base32
14268 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
14269 (build-system r-build-system)
14270 (propagated-inputs
14271 (list r-data-table))
14272 (home-page "https://github.com/mrdwab/splitstackshape")
14273 (synopsis "Stack and reshape datasets after splitting concatenated values")
14274 (description
14275 "Online data collection tools like Google Forms often export
14276 multiple-response questions with data concatenated in cells. The
14277 @code{concat.split} (cSplit) family of functions provided by this package
14278 splits such data into separate cells. This package also includes functions to
14279 stack groups of columns and to reshape wide data, even when the data are
14280 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
14281 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
14282 handle.")
14283 (license license:gpl3)))
14284
14285 (define-public r-tfmpvalue
14286 (package
14287 (name "r-tfmpvalue")
14288 (version "0.0.8")
14289 (source
14290 (origin
14291 (method url-fetch)
14292 (uri (cran-uri "TFMPvalue" version))
14293 (sha256
14294 (base32
14295 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
14296 (properties `((upstream-name . "TFMPvalue")))
14297 (build-system r-build-system)
14298 (propagated-inputs (list r-rcpp))
14299 (home-page "https://github.com/ge11232002/TFMPvalue")
14300 (synopsis "P-value computation for position weight matrices")
14301 (description
14302 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
14303 identification from sequence/alignments, we are interested in the significance
14304 of certain match scores. TFMPvalue provides the accurate calculation of a
14305 p-value with a score threshold for position weight matrices, or the score with
14306 a given p-value. It is an interface to code originally made available by
14307 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
14308 Touzet and Varre (2007).")
14309 (license license:gpl2)))
14310
14311 (define-public r-rncl
14312 (package
14313 (name "r-rncl")
14314 (version "0.8.6")
14315 (source (origin
14316 (method url-fetch)
14317 (uri (cran-uri "rncl" version))
14318 (sha256
14319 (base32
14320 "1ywgwqn82z8h6zpcxxq4hgngdpfa6dj0lr7bfq4cwfml9z075jgw"))))
14321 (build-system r-build-system)
14322 (propagated-inputs
14323 (list r-progress r-rcpp))
14324 (home-page "https://github.com/fmichonneau/rncl")
14325 (synopsis "Interface to the Nexus class library")
14326 (description "This package provides an interface to the Nexus class
14327 library which allows parsing of NEXUS, Newick and other phylogenetic tree
14328 file formats. It provides elements of the file that can be used to build
14329 phylogenetic objects such as @code{ape}'s @code{phylo} or @code{phylobase}'s
14330 @code{phylo4(d)}. This functionality is demonstrated with
14331 @code{read_newick_phylo()} and @code{read_nexus_phylo()}.")
14332 (license license:bsd-2)))
14333
14334 (define-public r-phylobase
14335 (package
14336 (name "r-phylobase")
14337 (version "0.8.10")
14338 (source (origin
14339 (method url-fetch)
14340 (uri (cran-uri "phylobase" version))
14341 (sha256
14342 (base32
14343 "0jzr1gdvmi4l640hwwzh9bxqmpja69bn3ygnaqx37awvyh7khi2s"))))
14344 (build-system r-build-system)
14345 (propagated-inputs
14346 (list r-ade4 r-ape r-rcpp r-rncl r-rnexml))
14347 (native-inputs
14348 (list r-knitr))
14349 (home-page "https://github.com/fmichonneau/phylobase")
14350 (synopsis "Base package for phylogenetic structures and comparative data")
14351 (description "This package provides a base @code{S4} class for comparative
14352 methods, incorporating one or more trees and trait data.")
14353 (license license:gpl2+)))
14354
14355 (define-public r-rnexml
14356 (package
14357 (name "r-rnexml")
14358 (version "2.4.6")
14359 (source (origin
14360 (method url-fetch)
14361 (uri (cran-uri "RNeXML" version))
14362 (sha256
14363 (base32
14364 "0k56brcg80mvx35hgc5gj8arwba4k7q0075g38qp0qgq9d1b87cs"))))
14365 (build-system r-build-system)
14366 (propagated-inputs
14367 (list r-ape
14368 r-dplyr
14369 r-httr
14370 r-lazyeval
14371 r-plyr
14372 r-reshape2
14373 r-rlang
14374 r-stringi
14375 r-stringr
14376 r-tidyr
14377 r-uuid
14378 r-xml
14379 r-xml2))
14380 (native-inputs
14381 (list r-knitr))
14382 (home-page "https://docs.ropensci.org/RNeXML/")
14383 (synopsis "Semantically rich I/O for the NeXML Format")
14384 (description "This package provides access to phyloinformatic data in
14385 NeXML format. The package should add new functionality to R such as the
14386 possibility to manipulate NeXML objects in more various and refined way
14387 and compatibility with @code{ape} objects.")
14388 (license license:bsd-3)))
14389
14390 (define-public r-rnifti
14391 (package
14392 (name "r-rnifti")
14393 (version "1.4.0")
14394 (source
14395 (origin
14396 (method url-fetch)
14397 (uri (cran-uri "RNifti" version))
14398 (sha256
14399 (base32
14400 "0kkj9dby85iwnlqb7zwrh1xidlvqip7i1mbgckb5qg4b0a3zgibc"))))
14401 (properties `((upstream-name . "RNifti")))
14402 (build-system r-build-system)
14403 (inputs (list zlib))
14404 (propagated-inputs (list r-rcpp))
14405 (home-page "https://github.com/jonclayden/RNifti")
14406 (synopsis "Fast R and C++ access to NIfTI images")
14407 (description
14408 "This package provides very fast read and write access to images stored
14409 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
14410 compiled C and interpreted R code. It also provides a C/C++ API that can be
14411 used by other packages.")
14412 (license license:gpl2)))
14413
14414 (define-public r-shades
14415 (package
14416 (name "r-shades")
14417 (version "1.4.0")
14418 (source
14419 (origin
14420 (method url-fetch)
14421 (uri (cran-uri "shades" version))
14422 (sha256
14423 (base32
14424 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
14425 (build-system r-build-system)
14426 (home-page "https://github.com/jonclayden/shades")
14427 (synopsis "Simple color manipulation")
14428 (description
14429 "This package provides functions for easily manipulating colors,
14430 creating color scales and calculating color distances.")
14431 (license license:bsd-3)))
14432
14433 (define-public r-ore
14434 (package
14435 (name "r-ore")
14436 (version "1.7.1.1")
14437 (source
14438 (origin
14439 (method url-fetch)
14440 (uri (cran-uri "ore" version))
14441 (sha256
14442 (base32 "0rs5r5h11x4l4nsbl4xqzbl4ahajd5374fq05abcmfjnjr9j64w5"))))
14443 (build-system r-build-system)
14444 (home-page "https://github.com/jonclayden/ore")
14445 (synopsis "R interface to the Onigmo regular expression library")
14446 (description
14447 "This package provides an alternative to R's built-in functionality for
14448 handling regular expressions, based on the Onigmo library. It offers
14449 first-class compiled regex objects, partial matching and function-based
14450 substitutions, amongst other features.")
14451 (license license:bsd-3)))
14452
14453 (define-public r-reportr
14454 (package
14455 (name "r-reportr")
14456 (version "1.3.0")
14457 (source
14458 (origin
14459 (method url-fetch)
14460 (uri (cran-uri "reportr" version))
14461 (sha256
14462 (base32
14463 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
14464 (build-system r-build-system)
14465 (propagated-inputs (list r-ore))
14466 (home-page "https://github.com/jonclayden/reportr")
14467 (synopsis "General message and error reporting system")
14468 (description
14469 "This package provides a system for reporting messages, which offers
14470 certain useful features over the standard R system, such as the incorporation
14471 of output consolidation, message filtering, assertions, expression
14472 substitution, automatic generation of stack traces for debugging, and
14473 conditional reporting based on the current \"output level\".")
14474 (license license:gpl2)))
14475
14476 (define-public r-tractor-base
14477 (package
14478 (name "r-tractor-base")
14479 (version "3.3.3.1")
14480 (source
14481 (origin
14482 (method url-fetch)
14483 (uri (cran-uri "tractor.base" version))
14484 (sha256
14485 (base32
14486 "0w5jw7pf77npkgig7667yikpbwv4dfk1dcq63qm88l409ga2f95p"))))
14487 (properties `((upstream-name . "tractor.base")))
14488 (build-system r-build-system)
14489 (propagated-inputs
14490 (list r-ore r-reportr r-rnifti r-shades))
14491 (home-page "https://www.tractor-mri.org.uk")
14492 (synopsis "Read, manipulate and visualize magnetic resonance images")
14493 (description
14494 "This package provides functions for working with magnetic resonance
14495 images. It supports reading and writing of popular file formats (DICOM,
14496 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
14497 visualization; flexible image manipulation; metadata and sparse image
14498 handling.")
14499 (license license:gpl2)))
14500
14501 (define-public r-grimport
14502 (package
14503 (name "r-grimport")
14504 (version "0.9-5")
14505 (source
14506 (origin
14507 (method url-fetch)
14508 (uri (cran-uri "grImport" version))
14509 (sha256
14510 (base32
14511 "0pbzc45wgp0cpycnw0bzn65ckdszzay0zrp7c7ssxdkifp8bai3a"))))
14512 (properties `((upstream-name . "grImport")))
14513 (build-system r-build-system)
14514 (inputs
14515 (list ghostscript))
14516 (propagated-inputs
14517 (list r-xml))
14518 (home-page "https://cran.r-project.org/web/packages/grImport")
14519 (synopsis "Convert, import, and draw PostScript pictures")
14520 (description
14521 "This package provides functions for converting, importing, and drawing
14522 PostScript pictures in R plots.")
14523 (license license:gpl2+)))
14524
14525 (define-public r-grimport2
14526 (package
14527 (name "r-grimport2")
14528 (version "0.2-0")
14529 (source
14530 (origin
14531 (method url-fetch)
14532 (uri (cran-uri "grImport2" version))
14533 (sha256
14534 (base32
14535 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
14536 (properties `((upstream-name . "grImport2")))
14537 (build-system r-build-system)
14538 (propagated-inputs
14539 (list r-base64enc r-jpeg r-png r-xml))
14540 (home-page "https://cran.r-project.org/web/packages/grImport2/")
14541 (synopsis "Import SVG graphics")
14542 (description
14543 "This package provides functions for importing external vector images and
14544 drawing them as part of R plots. This package is different from the
14545 @code{grImport} package because, where that package imports PostScript format
14546 images, this package imports SVG format images. Furthermore, this package
14547 imports a specific subset of SVG, so external images must be preprocessed
14548 using a package like @code{rsvg} to produce SVG that this package can import.
14549 SVG features that are not supported by R graphics, such as gradient fills, can
14550 be imported and then exported via the @code{gridSVG} package.")
14551 (license license:gpl2+)))
14552
14553 (define-public r-kohonen
14554 (package
14555 (name "r-kohonen")
14556 (version "3.0.11")
14557 (source
14558 (origin
14559 (method url-fetch)
14560 (uri (cran-uri "kohonen" version))
14561 (sha256
14562 (base32
14563 "1bk3j0n8w4fhffv89rgyn4n21c0wcx6lr8jv4wbagpxprl585381"))))
14564 (build-system r-build-system)
14565 (propagated-inputs
14566 (list r-rcpp))
14567 (home-page "https://cran.r-project.org/web/packages/kohonen")
14568 (synopsis "Supervised and unsupervised self-organising maps")
14569 (description
14570 "This package provides functions to train @dfn{self-organising
14571 maps} (SOMs). Also interrogation of the maps and prediction using trained
14572 maps are supported. The name of the package refers to Teuvo Kohonen, the
14573 inventor of the SOM.")
14574 (license license:gpl2+)))
14575
14576 (define-public r-nnls
14577 (package
14578 (name "r-nnls")
14579 (version "1.4")
14580 (source
14581 (origin
14582 (method url-fetch)
14583 (uri (cran-uri "nnls" version))
14584 (sha256
14585 (base32
14586 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
14587 (build-system r-build-system)
14588 (native-inputs (list gfortran))
14589 (home-page "https://cran.r-project.org/web/packages/nnls")
14590 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
14591 (description
14592 "This package provides an R interface to the Lawson-Hanson implementation
14593 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
14594 the combination of non-negative and non-positive constraints.")
14595 (license license:gpl2+)))
14596
14597 (define-public r-iso
14598 (package
14599 (name "r-iso")
14600 (version "0.0-18.1")
14601 (source
14602 (origin
14603 (method url-fetch)
14604 (uri (cran-uri "Iso" version))
14605 (sha256
14606 (base32
14607 "0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
14608 (properties `((upstream-name . "Iso")))
14609 (build-system r-build-system)
14610 (native-inputs (list gfortran))
14611 (home-page "https://www.stat.auckland.ac.nz/~rolf/")
14612 (synopsis "Functions to perform isotonic regression")
14613 (description
14614 "This package provides support for linear order and unimodal
14615 order (univariate) isotonic regression and bivariate isotonic regression with
14616 linear order on both variables.")
14617 (license license:gpl2+)))
14618
14619 (define-public r-chemometricswithr
14620 (package
14621 (name "r-chemometricswithr")
14622 (version "0.1.13")
14623 (source
14624 (origin
14625 (method url-fetch)
14626 (uri (cran-uri "ChemometricsWithR" version))
14627 (sha256
14628 (base32
14629 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
14630 (properties
14631 `((upstream-name . "ChemometricsWithR")))
14632 (build-system r-build-system)
14633 (propagated-inputs
14634 (list r-devtools r-kohonen r-mass r-pls))
14635 (home-page "https://github.com/rwehrens/CWR")
14636 (synopsis "Chemometrics with R")
14637 (description
14638 "This package provides functions and scripts used in the book
14639 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
14640 Life Sciences\" by Ron Wehrens, Springer (2011).")
14641 (license license:gpl2+)))
14642
14643 (define-public r-als
14644 (package
14645 (name "r-als")
14646 (version "0.0.6")
14647 (source
14648 (origin
14649 (method url-fetch)
14650 (uri (cran-uri "ALS" version))
14651 (sha256
14652 (base32
14653 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
14654 (properties `((upstream-name . "ALS")))
14655 (build-system r-build-system)
14656 (propagated-inputs
14657 (list r-iso r-nnls))
14658 (home-page "https://cran.r-project.org/web/packages/ALS")
14659 (synopsis "Multivariate curve resolution alternating least squares")
14660 (description
14661 "Alternating least squares is often used to resolve components
14662 contributing to data with a bilinear structure; the basic technique may be
14663 extended to alternating constrained least squares. This package provides an
14664 implementation of @dfn{multivariate curve resolution alternating least
14665 squares} (MCR-ALS).
14666
14667 Commonly applied constraints include unimodality, non-negativity, and
14668 normalization of components. Several data matrices may be decomposed
14669 simultaneously by assuming that one of the two matrices in the bilinear
14670 decomposition is shared between datasets.")
14671 (license license:gpl2+)))
14672
14673 (define-public r-strucchange
14674 (package
14675 (name "r-strucchange")
14676 (version "1.5-2")
14677 (source
14678 (origin
14679 (method url-fetch)
14680 (uri (cran-uri "strucchange" version))
14681 (sha256
14682 (base32
14683 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
14684 (build-system r-build-system)
14685 (propagated-inputs
14686 (list r-sandwich r-zoo))
14687 (home-page "https://cran.r-project.org/web/packages/strucchange")
14688 (synopsis "Testing, monitoring, and dating structural changes")
14689 (description
14690 "This package provides tools for testing, monitoring and dating
14691 structural changes in (linear) regression models. It features tests/methods
14692 from the generalized fluctuation test framework as well as from the F
14693 test (Chow test) framework. This includes methods to fit, plot and test
14694 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
14695 statistics, respectively. It is possible to monitor incoming data online
14696 using fluctuation processes. Finally, the breakpoints in regression models
14697 with structural changes can be estimated together with confidence intervals.
14698 Emphasis is always given to methods for visualizing the data.")
14699 ;; Either of these two GPL versions
14700 (license (list license:gpl2 license:gpl3))))
14701
14702 (define-public r-pixmap
14703 (package
14704 (name "r-pixmap")
14705 (version "0.4-12")
14706 (source
14707 (origin
14708 (method url-fetch)
14709 (uri (cran-uri "pixmap" version))
14710 (sha256
14711 (base32
14712 "1v1a1adsgh5jlvvi98j4nhb1h681s97ip76zdrga12rlsjaahfw9"))))
14713 (build-system r-build-system)
14714 (home-page "https://cran.r-project.org/web/packages/pixmap")
14715 (synopsis "Tools for bitmap images")
14716 (description
14717 "This package provides functions for importing, exporting, plotting and
14718 other manipulations of bitmapped images.")
14719 (license license:gpl2)))
14720
14721 (define-public r-rapidjsonr
14722 (package
14723 (name "r-rapidjsonr")
14724 (version "1.2.0")
14725 (source
14726 (origin
14727 (method url-fetch)
14728 (uri (cran-uri "rapidjsonr" version))
14729 (sha256
14730 (base32
14731 "07zdirhbzmvq3cp4xn8ngk1lgxbbabzays315zxbs3sxrz6lzjb2"))))
14732 (build-system r-build-system)
14733 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
14734 (synopsis "JSON parser")
14735 (description
14736 "This package provides JSON parsing capability through the Rapidjson
14737 library.")
14738 (license license:expat)))
14739
14740 (define-public r-ontologyindex
14741 (package
14742 (name "r-ontologyindex")
14743 (version "2.7")
14744 (source
14745 (origin
14746 (method url-fetch)
14747 (uri (cran-uri "ontologyIndex" version))
14748 (sha256
14749 (base32
14750 "0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k"))))
14751 (properties `((upstream-name . "ontologyIndex")))
14752 (build-system r-build-system)
14753 (native-inputs
14754 (list r-knitr))
14755 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
14756 (synopsis "Functions for processing ontologies in R")
14757 (description
14758 "This package provides functions for reading ontologies into R as lists
14759 and manipulating sets of ontological terms.")
14760 (license license:gpl2+)))
14761
14762 (define-public r-gargle
14763 (package
14764 (name "r-gargle")
14765 (version "1.2.0")
14766 (source
14767 (origin
14768 (method url-fetch)
14769 (uri (cran-uri "gargle" version))
14770 (sha256
14771 (base32
14772 "0fypj70c1fjmvs57birik76wfx8a2fs4gzicbb52k57i6clwlijd"))))
14773 (build-system r-build-system)
14774 (propagated-inputs
14775 (list r-cli
14776 r-fs
14777 r-glue
14778 r-httr
14779 r-jsonlite
14780 r-rappdirs
14781 r-rlang
14782 r-rstudioapi
14783 r-withr))
14784 (native-inputs
14785 (list r-knitr))
14786 (home-page "https://gargle.r-lib.org")
14787 (synopsis "Utilities for working with Google APIs")
14788 (description
14789 "This package provides utilities for working with Google APIs. This
14790 includes functions and classes for handling common credential types and for
14791 preparing, executing, and processing HTTP requests.")
14792 (license license:expat)))
14793
14794 (define-public r-bigrquery
14795 (package
14796 (name "r-bigrquery")
14797 (version "1.4.0")
14798 (source
14799 (origin
14800 (method url-fetch)
14801 (uri (cran-uri "bigrquery" version))
14802 (sha256
14803 (base32
14804 "02msq61l7vamzpvbhvalh3qil1aa7pr68pwpsivbb6pvz6p4zyns"))))
14805 (build-system r-build-system)
14806 (propagated-inputs
14807 (list r-assertthat
14808 r-bit64
14809 r-curl
14810 r-dbi
14811 r-gargle
14812 r-glue
14813 r-httr
14814 r-jsonlite
14815 r-lifecycle
14816 r-prettyunits
14817 r-progress
14818 r-rapidjsonr
14819 r-rcpp
14820 r-rlang
14821 r-tibble))
14822 (home-page "https://github.com/rstats-db/bigrquery")
14823 (synopsis "R interface to Google's BigQuery API")
14824 (description
14825 "This package provides an R interface to Google's BigQuery database.")
14826 (license license:gpl3)))
14827
14828 (define-public r-gmp
14829 (package
14830 (name "r-gmp")
14831 (version "0.6-5")
14832 (source
14833 (origin
14834 (method url-fetch)
14835 (uri (cran-uri "gmp" version))
14836 (sha256
14837 (base32
14838 "0llyd1wx606vpgvv7d61m0fv2a5yxsmisd38fhzanbjl2wynzrwa"))))
14839 (build-system r-build-system)
14840 (arguments
14841 '(#:phases
14842 (modify-phases %standard-phases
14843 (add-after 'unpack 'set-CC
14844 (lambda _ (setenv "CC" "gcc") #t)))))
14845 (inputs (list gmp))
14846 (home-page "https://cran.r-project.org/web/packages/gmp")
14847 (synopsis "Multiple precision arithmetic")
14848 (description
14849 "This package supports multiple precision arithmetic (big integers and
14850 rationals, prime number tests, matrix computation), \"arithmetic without
14851 limitations\" using the GNU Multiple Precision library.")
14852 ;; Any version of the GPL.
14853 (license license:gpl3+)))
14854
14855 (define-public r-rmpfr
14856 (package
14857 (name "r-rmpfr")
14858 (version "0.8-7")
14859 (source
14860 (origin
14861 (method url-fetch)
14862 (uri (cran-uri "Rmpfr" version))
14863 (sha256
14864 (base32
14865 "1ljpbxvm4agbxnab5dfffbpw5k964hy3gw57dzydq1gpbxwdphlk"))))
14866 (properties `((upstream-name . "Rmpfr")))
14867 (build-system r-build-system)
14868 (inputs
14869 (list mpfr gmp))
14870 (propagated-inputs
14871 (list r-gmp))
14872 (native-inputs
14873 (list pkg-config))
14874 (home-page "http://rmpfr.r-forge.r-project.org/")
14875 (synopsis "R bindings to the MPFR library")
14876 (description
14877 "This package supports arithmetic (via S4 classes and methods) for
14878 arbitrary precision floating point numbers, including transcendental
14879 functions. To this end, the package interfaces with the @dfn{Multiple
14880 Precision Floating-Point Reliable} (MPFR) library.")
14881 (license license:gpl2+)))
14882
14883 (define-public r-assertive-base
14884 (package
14885 (name "r-assertive-base")
14886 (version "0.0-9")
14887 (source
14888 (origin
14889 (method url-fetch)
14890 (uri (cran-uri "assertive.base" version))
14891 (sha256
14892 (base32
14893 "07m0ddz092bgbl2fn1yk932h0iajdcqkri632477wl5a1q5r3w2b"))))
14894 (properties
14895 `((upstream-name . "assertive.base")))
14896 (build-system r-build-system)
14897 (home-page "https://bitbucket.org/richierocks/assertive.base")
14898 (synopsis "Core of the assertive package")
14899 (description
14900 "This package provides a minimal set of predicates and assertions used by
14901 the assertive package. This is mainly for use by other package developers who
14902 want to include run-time testing features in their own packages.")
14903 (license license:gpl3+)))
14904
14905 (define-public r-assertive-properties
14906 (package
14907 (name "r-assertive-properties")
14908 (version "0.0-4")
14909 (source
14910 (origin
14911 (method url-fetch)
14912 (uri (cran-uri "assertive.properties" version))
14913 (sha256
14914 (base32
14915 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
14916 (properties
14917 `((upstream-name . "assertive.properties")))
14918 (build-system r-build-system)
14919 (propagated-inputs
14920 (list r-assertive-base))
14921 (home-page "https://bitbucket.org/richierocks/assertive.properties")
14922 (synopsis "Assertions to check properties of variables")
14923 (description
14924 "This package provides a set of predicates and assertions for checking
14925 the properties of variables, such as length, names and attributes. This is
14926 mainly for use by other package developers who want to include run-time
14927 testing features in their own packages.")
14928 (license license:gpl3+)))
14929
14930 (define-public r-assertive-numbers
14931 (package
14932 (name "r-assertive-numbers")
14933 (version "0.0-2")
14934 (source
14935 (origin
14936 (method url-fetch)
14937 (uri (cran-uri "assertive.numbers" version))
14938 (sha256
14939 (base32
14940 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
14941 (properties
14942 `((upstream-name . "assertive.numbers")))
14943 (build-system r-build-system)
14944 (propagated-inputs
14945 (list r-assertive-base))
14946 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
14947 (synopsis "Assertions to check properties of numbers")
14948 (description
14949 "This package provides a set of predicates and assertions for checking
14950 the properties of numbers. This is mainly for use by other package developers
14951 who want to include run-time testing features in their own packages.")
14952 (license license:gpl3+)))
14953
14954 (define-public r-assertive-sets
14955 (package
14956 (name "r-assertive-sets")
14957 (version "0.0-3")
14958 (source
14959 (origin
14960 (method url-fetch)
14961 (uri (cran-uri "assertive.sets" version))
14962 (sha256
14963 (base32
14964 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
14965 (properties
14966 `((upstream-name . "assertive.sets")))
14967 (build-system r-build-system)
14968 (propagated-inputs
14969 (list r-assertive-base))
14970 (home-page "https://bitbucket.org/richierocks/assertive.sets")
14971 (synopsis "Assertions to check properties of sets")
14972 (description
14973 "This package provides a set of predicates and assertions for checking
14974 the properties of sets. This is mainly for use by other package developers
14975 who want to include run-time testing features in their own packages.")
14976 (license license:gpl3+)))
14977
14978 (define-public r-assertive-matrices
14979 (package
14980 (name "r-assertive-matrices")
14981 (version "0.0-2")
14982 (source
14983 (origin
14984 (method url-fetch)
14985 (uri (cran-uri "assertive.matrices" version))
14986 (sha256
14987 (base32
14988 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
14989 (properties
14990 `((upstream-name . "assertive.matrices")))
14991 (build-system r-build-system)
14992 (propagated-inputs
14993 (list r-assertive-base))
14994 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
14995 (synopsis "Assertions to check properties of matrices")
14996 (description
14997 "This package provides a set of predicates and assertions for checking
14998 the properties of matrices. This is mainly for use by other package
14999 developers who want to include run-time testing features in their own
15000 packages.")
15001 (license license:gpl3+)))
15002
15003 (define-public r-assertive-models
15004 (package
15005 (name "r-assertive-models")
15006 (version "0.0-2")
15007 (source
15008 (origin
15009 (method url-fetch)
15010 (uri (cran-uri "assertive.models" version))
15011 (sha256
15012 (base32
15013 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
15014 (properties
15015 `((upstream-name . "assertive.models")))
15016 (build-system r-build-system)
15017 (propagated-inputs
15018 (list r-assertive-base))
15019 (home-page "https://bitbucket.org/richierocks/assertive.models")
15020 (synopsis "Assertions to check properties of models")
15021 (description
15022 "This package provides a set of predicates and assertions for checking
15023 the properties of models. This is mainly for use by other package developers
15024 who want to include run-time testing features in their own packages.")
15025 (license license:gpl3+)))
15026
15027 (define-public r-assertive-reflection
15028 (package
15029 (name "r-assertive-reflection")
15030 (version "0.0-5")
15031 (source
15032 (origin
15033 (method url-fetch)
15034 (uri (cran-uri "assertive.reflection" version))
15035 (sha256
15036 (base32
15037 "1g9lpwzy6r2xmyi2mlbcccnfgyzhzbmx5bsicf3vkffxrlkrpjn2"))))
15038 (properties
15039 `((upstream-name . "assertive.reflection")))
15040 (build-system r-build-system)
15041 (propagated-inputs
15042 (list r-assertive-base))
15043 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
15044 (synopsis "Assertions for checking the state of R")
15045 (description
15046 "This package provides a set of predicates and assertions for checking
15047 the state and capabilities of R, the operating system it is running on, and
15048 the IDE being used. This is mainly for use by other package developers who
15049 want to include run-time testing features in their own packages.")
15050 (license license:gpl3+)))
15051
15052 (define-public r-assertive-types
15053 (package
15054 (name "r-assertive-types")
15055 (version "0.0-3")
15056 (source
15057 (origin
15058 (method url-fetch)
15059 (uri (cran-uri "assertive.types" version))
15060 (sha256
15061 (base32
15062 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
15063 (properties
15064 `((upstream-name . "assertive.types")))
15065 (build-system r-build-system)
15066 (propagated-inputs
15067 (list r-assertive-base r-assertive-properties r-codetools))
15068 (home-page "https://bitbucket.org/richierocks/assertive.types")
15069 (synopsis "Assertions to check types of variables")
15070 (description
15071 "This package provides a set of predicates and assertions for checking
15072 the types of variables. This is mainly for use by other package developers
15073 who want to include run-time testing features in their own packages.")
15074 (license license:gpl3+)))
15075
15076 (define-public r-assertive-files
15077 (package
15078 (name "r-assertive-files")
15079 (version "0.0-2")
15080 (source
15081 (origin
15082 (method url-fetch)
15083 (uri (cran-uri "assertive.files" version))
15084 (sha256
15085 (base32
15086 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
15087 (properties
15088 `((upstream-name . "assertive.files")))
15089 (build-system r-build-system)
15090 (propagated-inputs
15091 (list r-assertive-base r-assertive-numbers))
15092 (home-page "https://bitbucket.org/richierocks/assertive.files")
15093 (synopsis "Assertions to check properties of files")
15094 (description
15095 "This package provides a set of predicates and assertions for checking
15096 the properties of files and connections. This is mainly for use by other
15097 package developers who want to include run-time testing features in their own
15098 packages.")
15099 (license license:gpl3+)))
15100
15101 (define-public r-assertive-code
15102 (package
15103 (name "r-assertive-code")
15104 (version "0.0-3")
15105 (source
15106 (origin
15107 (method url-fetch)
15108 (uri (cran-uri "assertive.code" version))
15109 (sha256
15110 (base32
15111 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
15112 (properties
15113 `((upstream-name . "assertive.code")))
15114 (build-system r-build-system)
15115 (propagated-inputs
15116 (list r-assertive-base r-assertive-properties r-assertive-types))
15117 (home-page "https://bitbucket.org/richierocks/assertive.code")
15118 (synopsis "Assertions to check properties of code")
15119 (description
15120 "This package provides a set of predicates and assertions for checking
15121 the properties of code. This is mainly for use by other package developers
15122 who want to include run-time testing features in their own packages.")
15123 (license license:gpl3+)))
15124
15125 (define-public r-assertive-datetimes
15126 (package
15127 (name "r-assertive-datetimes")
15128 (version "0.0-3")
15129 (source
15130 (origin
15131 (method url-fetch)
15132 (uri (cran-uri "assertive.datetimes" version))
15133 (sha256
15134 (base32
15135 "151d05z8n6dpl44pqsa1jfi0ijbigr3zfc43xlw53nd8ymi22kh1"))))
15136 (properties
15137 `((upstream-name . "assertive.datetimes")))
15138 (build-system r-build-system)
15139 (propagated-inputs
15140 (list r-assertive-base r-assertive-types))
15141 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
15142 (synopsis "Assertions to check properties of dates and times")
15143 (description
15144 "This package provides a set of predicates and assertions for checking
15145 the properties of dates and times. This is mainly for use by other package
15146 developers who want to include run-time testing features in their own
15147 packages.")
15148 (license license:gpl3+)))
15149
15150 (define-public r-assertive-strings
15151 (package
15152 (name "r-assertive-strings")
15153 (version "0.0-3")
15154 (source
15155 (origin
15156 (method url-fetch)
15157 (uri (cran-uri "assertive.strings" version))
15158 (sha256
15159 (base32
15160 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
15161 (properties
15162 `((upstream-name . "assertive.strings")))
15163 (build-system r-build-system)
15164 (propagated-inputs
15165 (list r-assertive-base r-assertive-types r-stringi))
15166 (home-page "https://bitbucket.org/richierocks/assertive.strings")
15167 (synopsis "Assertions to check properties of strings")
15168 (description
15169 "This package provides a set of predicates and assertions for checking
15170 the properties of strings. This is mainly for use by other package developers
15171 who want to include run-time testing features in their own packages.")
15172 (license license:gpl3+)))
15173
15174 (define-public r-assertive-data-us
15175 (package
15176 (name "r-assertive-data-us")
15177 (version "0.0-2")
15178 (source
15179 (origin
15180 (method url-fetch)
15181 (uri (cran-uri "assertive.data.us" version))
15182 (sha256
15183 (base32
15184 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
15185 (properties
15186 `((upstream-name . "assertive.data.us")))
15187 (build-system r-build-system)
15188 (propagated-inputs
15189 (list r-assertive-base r-assertive-strings))
15190 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
15191 (synopsis "Assertions to check properties of strings")
15192 (description
15193 "This package provides a set of predicates and assertions for checking
15194 the properties of US-specific complex data types. This is mainly for use by
15195 other package developers who want to include run-time testing features in
15196 their own packages.")
15197 (license license:gpl3+)))
15198
15199 (define-public r-assertive-data-uk
15200 (package
15201 (name "r-assertive-data-uk")
15202 (version "0.0-2")
15203 (source
15204 (origin
15205 (method url-fetch)
15206 (uri (cran-uri "assertive.data.uk" version))
15207 (sha256
15208 (base32
15209 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
15210 (properties
15211 `((upstream-name . "assertive.data.uk")))
15212 (build-system r-build-system)
15213 (propagated-inputs
15214 (list r-assertive-base r-assertive-strings))
15215 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
15216 (synopsis "Assertions to check properties of strings")
15217 (description
15218 "This package provides a set of predicates and assertions for checking
15219 the properties of UK-specific complex data types. This is mainly for use by
15220 other package developers who want to include run-time testing features in
15221 their own packages.")
15222 (license license:gpl3+)))
15223
15224 (define-public r-assertive-data
15225 (package
15226 (name "r-assertive-data")
15227 (version "0.0-3")
15228 (source
15229 (origin
15230 (method url-fetch)
15231 (uri (cran-uri "assertive.data" version))
15232 (sha256
15233 (base32
15234 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
15235 (properties
15236 `((upstream-name . "assertive.data")))
15237 (build-system r-build-system)
15238 (propagated-inputs
15239 (list r-assertive-base r-assertive-strings))
15240 (home-page "https://bitbucket.org/richierocks/assertive.data")
15241 (synopsis "Assertions to check properties of data")
15242 (description
15243 "This package provides a set of predicates and assertions for checking
15244 the properties of (country independent) complex data types. This is mainly
15245 for use by other package developers who want to include run-time testing
15246 features in their own packages.")
15247 (license license:gpl3+)))
15248
15249 (define-public r-assertive
15250 (package
15251 (name "r-assertive")
15252 (version "0.3-6")
15253 (source
15254 (origin
15255 (method url-fetch)
15256 (uri (cran-uri "assertive" version))
15257 (sha256
15258 (base32
15259 "02palil82idqhhshcdjsfsja9qkqnd0dczqzj5gbccy4hfg1c0y4"))))
15260 (build-system r-build-system)
15261 (propagated-inputs
15262 (list r-assertive-base
15263 r-assertive-code
15264 r-assertive-data
15265 r-assertive-data-uk
15266 r-assertive-data-us
15267 r-assertive-datetimes
15268 r-assertive-files
15269 r-assertive-matrices
15270 r-assertive-models
15271 r-assertive-numbers
15272 r-assertive-properties
15273 r-assertive-reflection
15274 r-assertive-sets
15275 r-assertive-strings
15276 r-assertive-types
15277 r-knitr))
15278 (native-inputs
15279 (list r-knitr))
15280 (home-page "https://bitbucket.org/richierocks/assertive")
15281 (synopsis "Readable check functions to ensure code integrity")
15282 (description
15283 "This package provides lots of predicates (@code{is_*} functions) to
15284 check the state of your variables, and assertions (@code{assert_*} functions)
15285 to throw errors if they aren't in the right form.")
15286 (license license:gpl3+)))
15287
15288 (define-public r-dotcall64
15289 (package
15290 (name "r-dotcall64")
15291 (version "1.0-1")
15292 (source
15293 (origin
15294 (method url-fetch)
15295 (uri (cran-uri "dotCall64" version))
15296 (sha256
15297 (base32
15298 "1im5k8jbviwj2i42mq1kmjskh80isa7jr9w8i0fknidrzzy2h2zi"))))
15299 (properties `((upstream-name . "dotCall64")))
15300 (build-system r-build-system)
15301 (native-inputs (list gfortran))
15302 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
15303 (synopsis "Enhanced foreign function interface supporting long vectors")
15304 (description
15305 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
15306 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
15307 supports long vectors, arguments of type 64-bit integer, and provides a
15308 mechanism to avoid unnecessary copies of read-only and write-only arguments.
15309 This makes it a convenient and fast interface to C/C++ and Fortran code.")
15310 (license license:gpl2+)))
15311
15312 (define-public r-spam
15313 (package
15314 (name "r-spam")
15315 (version "2.8-0")
15316 (source
15317 (origin
15318 (method url-fetch)
15319 (uri (cran-uri "spam" version))
15320 (sha256
15321 (base32 "1ann2a2ifr3z983fcg1c0pkgmbxz6a0ym5q1dmq1r382bd1pg0fr"))))
15322 (build-system r-build-system)
15323 (propagated-inputs
15324 (list r-dotcall64))
15325 (native-inputs
15326 (list gfortran r-knitr))
15327 (home-page "https://www.math.uzh.ch/pages/spam/")
15328 (synopsis "Sparse matrix algebra")
15329 (description
15330 "This package provides a set of functions for sparse matrix algebra.
15331 Differences with other sparse matrix packages are:
15332
15333 @enumerate
15334 @item it only supports (essentially) one sparse matrix format;
15335 @item it is based on transparent and simple structure(s);
15336 @item it is tailored for MCMC calculations within G(M)RF;
15337 @item and it is fast and scalable (with the extension package @code{spam64}).
15338 @end enumerate\n")
15339 ;; Either of these licenses
15340 (license (list license:bsd-3 license:lgpl2.0))))
15341
15342 (define-public r-fields
15343 (package
15344 (name "r-fields")
15345 (version "13.3")
15346 (source
15347 (origin
15348 (method url-fetch)
15349 (uri (cran-uri "fields" version))
15350 (sha256
15351 (base32 "1hs4k5a9hh0r5fsrnpnvs6wvf78xpjzj8a2j6643dsz73a5q6ln6"))))
15352 (build-system r-build-system)
15353 (propagated-inputs
15354 (list r-maps r-spam r-viridis))
15355 (native-inputs
15356 (list gfortran))
15357 (home-page "https://www.image.ucar.edu/fields")
15358 (synopsis "Tools for spatial data")
15359 (description
15360 "This is a package for curve, surface and function fitting with an
15361 emphasis on splines, spatial data and spatial statistics. The major methods
15362 include cubic, and thin plate splines, Kriging, and compactly supported
15363 covariance functions for large data sets.")
15364 (license license:gpl2+)))
15365
15366 (define-public r-spatialextremes
15367 (package
15368 (name "r-spatialextremes")
15369 (version "2.0-9")
15370 (source
15371 (origin
15372 (method url-fetch)
15373 (uri (cran-uri "SpatialExtremes" version))
15374 (sha256
15375 (base32
15376 "1mhn1c8n3bmgf0fjyac3wji4790zswzkqliqcv3n8kv9806crb0y"))))
15377 (properties
15378 `((upstream-name . "SpatialExtremes")))
15379 (build-system r-build-system)
15380 (propagated-inputs
15381 (list r-fields r-maps))
15382 (home-page "http://spatialextremes.r-forge.r-project.org/")
15383 (synopsis "Modelling spatial extremes")
15384 (description
15385 "This package provides tools for the statistical modelling of spatial
15386 extremes using max-stable processes, copula or Bayesian hierarchical models.
15387 More precisely, this package allows (conditional) simulations from various
15388 parametric max-stable models, analysis of the extremal spatial dependence, the
15389 fitting of such processes using composite likelihoods or least square (simple
15390 max-stable processes only), model checking and selection and prediction.")
15391 (license license:gpl2+)))
15392
15393 (define-public r-drc
15394 (package
15395 (name "r-drc")
15396 (version "3.0-1")
15397 (source
15398 (origin
15399 (method url-fetch)
15400 (uri (cran-uri "drc" version))
15401 (sha256
15402 (base32
15403 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
15404 (build-system r-build-system)
15405 (propagated-inputs
15406 (list r-car
15407 r-gtools
15408 r-mass
15409 r-multcomp
15410 r-plotrix
15411 r-scales))
15412 (home-page "https://cran.r-project.org/web/packages/drc")
15413 (synopsis "Analysis of dose-response curves")
15414 (description
15415 "This package provides a suite of flexible and versatile model fitting
15416 and after-fitting functions for the analysis of dose-response data.")
15417 (license license:gpl2+)))
15418
15419 (define-public r-rmeta
15420 (package
15421 (name "r-rmeta")
15422 (version "3.0")
15423 (source
15424 (origin
15425 (method url-fetch)
15426 (uri (cran-uri "rmeta" version))
15427 (sha256
15428 (base32
15429 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
15430 (build-system r-build-system)
15431 (home-page "https://cran.r-project.org/web/packages/rmeta")
15432 (synopsis "Tools for meta-analysis")
15433 (description
15434 "This package provides functions for simple fixed and random effects
15435 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
15436 draws standard summary plots, funnel plots, and computes summaries and tests
15437 for association and heterogeneity.")
15438 (license license:gpl2)))
15439
15440 (define-public r-bootstrap
15441 (package
15442 (name "r-bootstrap")
15443 (version "2019.6")
15444 (source
15445 (origin
15446 (method url-fetch)
15447 (uri (cran-uri "bootstrap" version))
15448 (sha256
15449 (base32
15450 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
15451 (build-system r-build-system)
15452 (native-inputs (list gfortran))
15453 (home-page "https://cran.r-project.org/web/packages/bootstrap")
15454 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
15455 (description
15456 "This package provides software and data for the book \"An Introduction
15457 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
15458 This package is primarily provided for projects already based on it, and for
15459 support of the book. New projects should preferentially use the recommended
15460 package \"boot\".")
15461 (license license:bsd-3)))
15462
15463 (define-public r-survivalroc
15464 (package
15465 (name "r-survivalroc")
15466 (version "1.0.3")
15467 (source
15468 (origin
15469 (method url-fetch)
15470 (uri (cran-uri "survivalROC" version))
15471 (sha256
15472 (base32
15473 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
15474 (properties `((upstream-name . "survivalROC")))
15475 (build-system r-build-system)
15476 (home-page "https://cran.r-project.org/web/packages/survivalROC")
15477 (synopsis "Time-dependent ROC curve estimation from censored survival data")
15478 (description
15479 "Compute time-dependent ROC curve from censored survival data using
15480 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
15481 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
15482 (license license:gpl2+)))
15483
15484 (define-public r-locfdr
15485 (package
15486 (name "r-locfdr")
15487 (version "1.1-8")
15488 (source (origin
15489 (method url-fetch)
15490 (uri (cran-uri "locfdr" version))
15491 (sha256
15492 (base32
15493 "1falkbp2xz07am8jlhwlvyqvxnli4nwl188kd0g58vdfjcjy3mj2"))))
15494 (build-system r-build-system)
15495 (home-page "https://cran.r-project.org/web/packages/locfdr/")
15496 (synopsis "Computes local false discovery rates")
15497 (description "This package can be used to compute local false
15498 discovery rates.")
15499 (license license:gpl2)))
15500
15501 (define-public r-longitudinal
15502 (package
15503 (name "r-longitudinal")
15504 (version "1.1.13")
15505 (source
15506 (origin
15507 (method url-fetch)
15508 (uri (cran-uri "longitudinal" version))
15509 (sha256
15510 (base32
15511 "046w3xbr535c5jyd68adv42a7limxp1mv57b5w6w673w707lmw2p"))))
15512 (build-system r-build-system)
15513 (propagated-inputs (list r-corpcor))
15514 (home-page "http://strimmerlab.org/software/longitudinal/")
15515 (synopsis "Analysis of multiple time course data")
15516 (description
15517 "This package contains general data structures and functions for
15518 longitudinal data with multiple variables, repeated measurements, and
15519 irregularly spaced time points. It also implements a shrinkage estimator of
15520 dynamical correlation and dynamical covariance.")
15521 (license license:gpl3+)))
15522
15523 (define-public r-genenet
15524 (package
15525 (name "r-genenet")
15526 (version "1.2.16")
15527 (source
15528 (origin
15529 (method url-fetch)
15530 (uri (cran-uri "GeneNet" version))
15531 (sha256
15532 (base32
15533 "1r1khga3nxxjghs4vnbymzp0cwb1q17zw2v3a94qz8fsrirq1sf1"))))
15534 (properties `((upstream-name . "GeneNet")))
15535 (build-system r-build-system)
15536 (propagated-inputs
15537 (list r-corpcor r-fdrtool r-longitudinal))
15538 (home-page "http://strimmerlab.org/software/genenet/")
15539 (synopsis "Modeling and inferring gene networks")
15540 (description
15541 "This package analyzes gene expression (time series) data with focus on
15542 the inference of gene networks. In particular, GeneNet implements the methods
15543 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
15544 for learning large-scale gene association networks (including assignment of
15545 putative directions).")
15546 (license license:gpl3+)))
15547
15548 (define-public r-rbamtools
15549 (package
15550 (name "r-rbamtools")
15551 (version "2.16.17")
15552 (source
15553 (origin
15554 (method url-fetch)
15555 (uri (cran-uri "rbamtools" version))
15556 (sha256
15557 (base32
15558 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
15559 (build-system r-build-system)
15560 (inputs (list zlib))
15561 (propagated-inputs
15562 (list r-refgenome))
15563 (home-page "https://cran.r-project.org/web/packages/rbamtools")
15564 (synopsis "Read and write BAM (binary alignment) files")
15565 (description
15566 "This package provides an R interface to functions of the SAMtools
15567 library.")
15568 (license license:artistic2.0)))
15569
15570 (define-public r-protviz
15571 (package
15572 (name "r-protviz")
15573 (version "0.7.3")
15574 (source
15575 (origin
15576 (method url-fetch)
15577 (uri (cran-uri "protViz" version))
15578 (sha256
15579 (base32
15580 "0f6jwzcqi0w37hvg3i5dlk0c3anpkqh54ibf94vaf17r8sykr4nw"))))
15581 (properties `((upstream-name . "protViz")))
15582 (build-system r-build-system)
15583 (propagated-inputs (list r-rcpp))
15584 (home-page "https://github.com/protViz/protViz/")
15585 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
15586 (description
15587 "This package helps with quality checks, visualizations and analysis of
15588 mass spectrometry data, coming from proteomics experiments. The package is
15589 developed, tested and used at the Functional Genomics Center Zurich, where it
15590 is used mainly for prototyping, teaching, and having fun with proteomics data.
15591 But it can also be used to do data analysis for small scale data sets.")
15592 (license license:gpl3)))
15593
15594 (define-public r-cmprsk
15595 (package
15596 (name "r-cmprsk")
15597 (version "2.2-11")
15598 (source
15599 (origin
15600 (method url-fetch)
15601 (uri (cran-uri "cmprsk" version))
15602 (sha256
15603 (base32 "050f24l5ab1ds9824c7yjahimf6pg8ih2k83jzpzfb0n5k5jfh44"))))
15604 (build-system r-build-system)
15605 (propagated-inputs
15606 (list r-survival))
15607 (native-inputs
15608 (list gfortran))
15609 (home-page "https://cran.r-project.org/web/packages/cmprsk")
15610 (synopsis "Subdistribution analysis of competing risks")
15611 (description
15612 "This package provides tool for estimation, testing and regression
15613 modeling of subdistribution functions in competing risks, as described in
15614 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
15615 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
15616 A proportional hazards model for the subdistribution of a competing risk,
15617 JASA, 94:496-509.")
15618 (license license:gpl2+)))
15619
15620 (define-public r-etm
15621 (package
15622 (name "r-etm")
15623 (version "1.1.1")
15624 (source
15625 (origin
15626 (method url-fetch)
15627 (uri (cran-uri "etm" version))
15628 (sha256
15629 (base32
15630 "1hvrplmdpjjpjji663rw0vjbbrzj2nvr04d1nkc8bf46p4ixyxgy"))))
15631 (build-system r-build-system)
15632 (propagated-inputs
15633 (list r-data-table r-lattice r-rcpp r-rcpparmadillo r-survival))
15634 (home-page "https://cran.r-project.org/web/packages/etm")
15635 (synopsis "Empirical transition matrix")
15636 (description
15637 "The @dfn{empirical transition matrix} (etm) package estimates
15638 the matrix of transition probabilities for any time-inhomogeneous multistate
15639 model with finite state space using the Aalen-Johansen estimator.")
15640 (license license:expat)))
15641
15642 (define-public r-epi
15643 (package
15644 (name "r-epi")
15645 (version "2.44")
15646 (source
15647 (origin
15648 (method url-fetch)
15649 (uri (cran-uri "Epi" version))
15650 (sha256
15651 (base32
15652 "1wcxr1f7irgfdwzz4vf67114yhxrhxxxnhy4hfaww0zy91vzxx10"))))
15653 (properties `((upstream-name . "Epi")))
15654 (build-system r-build-system)
15655 (propagated-inputs
15656 (list r-cmprsk
15657 r-data-table
15658 r-dplyr
15659 r-etm
15660 r-mass
15661 r-matrix
15662 r-mgcv
15663 r-numderiv
15664 r-plyr
15665 r-purrr
15666 r-survival
15667 r-zoo))
15668 (home-page "https://BendixCarstensen.com/Epi/")
15669 (synopsis "Statistical analysis in epidemiology")
15670 (description
15671 "This package provides functions for demographic and epidemiological
15672 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
15673 particular representation, manipulation and simulation of multistate data -
15674 the Lexis suite of functions, which includes interfaces to the @code{mstate},
15675 @code{etm} and @code{cmprsk} packages. It also contains functions for
15676 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
15677 data and some useful functions for tabulation and plotting, as well as a
15678 number of epidemiological data sets.")
15679 (license license:gpl2)))
15680
15681 (define-public r-ppls
15682 (package
15683 (name "r-ppls")
15684 (version "1.6-1.1")
15685 (source
15686 (origin
15687 (method url-fetch)
15688 (uri (cran-uri "ppls" version))
15689 (sha256
15690 (base32
15691 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
15692 (build-system r-build-system)
15693 (propagated-inputs (list r-mass))
15694 (home-page "https://cran.r-project.org/web/packages/ppls")
15695 (synopsis "Penalized partial least squares")
15696 (description
15697 "This package contains linear and nonlinear regression methods based on
15698 partial least squares and penalization techniques. Model parameters are
15699 selected via cross-validation, and confidence intervals ans tests for the
15700 regression coefficients can be conducted via jackknifing.")
15701 (license license:gpl2+)))
15702
15703 (define-public r-huge
15704 (package
15705 (name "r-huge")
15706 (version "1.3.5")
15707 (source
15708 (origin
15709 (method url-fetch)
15710 (uri (cran-uri "huge" version))
15711 (sha256
15712 (base32 "1sl457a1lndrx98y2j9a2smanawx2iqlhl82iand0g3p5xp8ch4j"))))
15713 (build-system r-build-system)
15714 (propagated-inputs
15715 (list r-igraph r-mass r-matrix r-rcpp r-rcppeigen))
15716 (home-page "https://cran.r-project.org/web/packages/huge")
15717 (synopsis "High-dimensional undirected graph estimation")
15718 (description
15719 "This package provides a general framework for high-dimensional
15720 undirected graph estimation. It integrates data preprocessing, neighborhood
15721 screening, graph estimation, and model selection techniques into a pipeline.")
15722 (license license:gpl2)))
15723
15724 (define-public r-parcor
15725 (package
15726 (name "r-parcor")
15727 (version "0.2-6")
15728 (source
15729 (origin
15730 (method url-fetch)
15731 (uri (cran-uri "parcor" version))
15732 (sha256
15733 (base32
15734 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
15735 (build-system r-build-system)
15736 (propagated-inputs
15737 (list r-epi r-genenet r-glmnet r-mass r-ppls))
15738 (home-page "https://cran.r-project.org/web/packages/parcor")
15739 (synopsis "Regularized estimation of partial correlation matrices")
15740 (description
15741 "This package estimates the matrix of partial correlations based on
15742 different regularized regression methods: lasso, adaptive lasso, PLS, and
15743 Ridge Regression. In addition, the package provides model selection for
15744 lasso, adaptive lasso and Ridge regression based on cross-validation.")
15745 (license license:gpl2+)))
15746
15747 (define-public r-mcmc
15748 (package
15749 (name "r-mcmc")
15750 (version "0.9-7")
15751 (source
15752 (origin
15753 (method url-fetch)
15754 (uri (cran-uri "mcmc" version))
15755 (sha256
15756 (base32
15757 "0q42m8ab7b6bxhns494ksjdss5f3c5m2jjfdlfj6fk1nz7ax7i5p"))))
15758 (build-system r-build-system)
15759 (home-page "https://www.stat.umn.edu/geyer/mcmc/")
15760 (synopsis "Markov chain Monte Carlo")
15761 (description
15762 "This package simulates continuous distributions of random vectors using
15763 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
15764 function that evaluates the log unnormalized density. Algorithms are random
15765 walk Metropolis algorithm (function @code{metrop}), simulated
15766 tempering (function @code{temper}), and morphometric random walk
15767 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
15768 by change of variable.")
15769 (license license:expat)))
15770
15771 (define-public r-listenv
15772 (package
15773 (name "r-listenv")
15774 (version "0.8.0")
15775 (source
15776 (origin
15777 (method url-fetch)
15778 (uri (cran-uri "listenv" version))
15779 (sha256
15780 (base32
15781 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
15782 (build-system r-build-system)
15783 (arguments
15784 `(#:phases
15785 (modify-phases %standard-phases
15786 (add-after 'unpack 'set-HOME
15787 (lambda _ (setenv "HOME" "/tmp"))))))
15788 (native-inputs
15789 (list r-r-rsp)) ; vignette builder
15790 (home-page "https://github.com/HenrikBengtsson/listenv")
15791 (synopsis "Environments behaving (almost) as lists")
15792 (description
15793 "This package implements list environments. List environments are
15794 environments that have list-like properties. For instance, the elements of a
15795 list environment are ordered and can be accessed and iterated over using index
15796 subsetting.")
15797 (license license:lgpl2.1+)))
15798
15799 (define-public r-globals
15800 (package
15801 (name "r-globals")
15802 (version "0.14.0")
15803 (source
15804 (origin
15805 (method url-fetch)
15806 (uri (cran-uri "globals" version))
15807 (sha256
15808 (base32
15809 "1wrjiiif6rpc268zz79pvpw33si6n6ffgxdnxmmcracwhb5vqg90"))))
15810 (build-system r-build-system)
15811 (propagated-inputs
15812 (list r-codetools))
15813 (home-page "https://github.com/HenrikBengtsson/globals")
15814 (synopsis "Identify global objects in R expressions")
15815 (description
15816 "This package provides tools to identify global (\"unknown\" or \"free\")
15817 objects in R expressions by code inspection using various strategies, e.g.
15818 conservative or liberal. The objective of this package is to make it as
15819 simple as possible to identify global objects for the purpose of exporting
15820 them in distributed compute environments.")
15821 (license license:lgpl2.1+)))
15822
15823 (define-public r-parallelly
15824 (package
15825 (name "r-parallelly")
15826 (version "1.31.0")
15827 (source
15828 (origin
15829 (method url-fetch)
15830 (uri (cran-uri "parallelly" version))
15831 (sha256
15832 (base32
15833 "0kjwxgxnlpjbxpr1dyzk3nyx9fwa6vwqr22bvsxz56xwxnirzdxx"))))
15834 (properties `((upstream-name . "parallelly")))
15835 (build-system r-build-system)
15836 (home-page "https://github.com/HenrikBengtsson/parallelly")
15837 (synopsis "Enhancements of the parallel package")
15838 (description
15839 "This package provides utility functions that enhance the @code{parallel}
15840 package and support the built-in parallel backends of the @code{future}
15841 package. For example, @code{availableCores} gives the number of CPU cores
15842 available to your R process as given by R options and environment variables,
15843 including those set by job schedulers on high-performance compute clusters.
15844 If none is set, it will fall back to @code{parallel::detectCores}. Another
15845 example is @code{makeClusterPSOCK}, which is backward compatible with
15846 @code{parallel::makePSOCKcluster} while doing a better job in setting up
15847 remote cluster workers without the need for configuring the firewall to do
15848 port-forwarding to your local computer.")
15849 (license license:lgpl2.1+)))
15850
15851 (define-public r-future
15852 (package
15853 (name "r-future")
15854 (version "1.24.0")
15855 (source
15856 (origin
15857 (method url-fetch)
15858 (uri (cran-uri "future" version))
15859 (sha256
15860 (base32
15861 "0xmj17fq9paww796490bmakv6pcvrzk15i8mzhxk1mp9l0mj32vv"))))
15862 (build-system r-build-system)
15863 (arguments
15864 `(#:phases
15865 (modify-phases %standard-phases
15866 (add-after 'unpack 'set-HOME
15867 (lambda _ (setenv "HOME" "/tmp"))))))
15868 (propagated-inputs
15869 (list r-digest r-globals r-listenv r-parallelly))
15870 (native-inputs
15871 (list r-r-rsp)) ; vignette builder
15872 (home-page "https://github.com/HenrikBengtsson/future")
15873 (synopsis "Unified parallel and distributed processing in R")
15874 (description
15875 "The purpose of this package is to provide a lightweight and unified
15876 Future API for sequential and parallel processing of R expression via futures.
15877 This package implements sequential, multicore, multisession, and cluster
15878 futures. With these, R expressions can be evaluated on the local machine, in
15879 parallel a set of local machines, or distributed on a mix of local and remote
15880 machines. Extensions to this package implement additional backends for
15881 processing futures via compute cluster schedulers etc. Because of its unified
15882 API, there is no need to modify any code in order to switch from sequential on
15883 the local machine to, say, distributed processing on a remote compute cluster.")
15884 (license license:lgpl2.1+)))
15885
15886 (define-public r-future-apply
15887 (package
15888 (name "r-future-apply")
15889 (version "1.8.1")
15890 (source
15891 (origin
15892 (method url-fetch)
15893 (uri (cran-uri "future.apply" version))
15894 (sha256
15895 (base32
15896 "1ix61bfbk43pwnjb0wk8lkfgdsy5zi8svk74gar5nrl90b5w6nqd"))))
15897 (properties `((upstream-name . "future.apply")))
15898 (build-system r-build-system)
15899 (arguments
15900 `(#:phases
15901 (modify-phases %standard-phases
15902 (add-after 'unpack 'set-HOME
15903 (lambda _ (setenv "HOME" "/tmp"))))))
15904 (propagated-inputs
15905 (list r-future r-globals))
15906 (native-inputs
15907 (list r-r-rsp)) ; vignette builder
15908 (home-page "https://github.com/HenrikBengtsson/future.apply")
15909 (synopsis "Apply function to elements in parallel using futures")
15910 (description
15911 "This package provides implementations of @code{apply()},
15912 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
15913 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
15914 can be resolved using any future-supported backend, e.g. parallel on the local
15915 machine or distributed on a compute cluster.")
15916 (license license:gpl2+)))
15917
15918 (define-public r-rsvd
15919 (package
15920 (name "r-rsvd")
15921 (version "1.0.5")
15922 (source
15923 (origin
15924 (method url-fetch)
15925 (uri (cran-uri "rsvd" version))
15926 (sha256
15927 (base32
15928 "07p2hjmpcwcsang8z9sjkpy94rydcin7m3hyvcgzgm5cd6w8c1p4"))))
15929 (build-system r-build-system)
15930 (propagated-inputs
15931 (list r-matrix))
15932 (home-page "https://github.com/erichson/rSVD")
15933 (synopsis "Randomized singular value decomposition")
15934 (description
15935 "Low-rank matrix decompositions are fundamental tools and widely used for
15936 data analysis, dimension reduction, and data compression. Classically, highly
15937 accurate deterministic matrix algorithms are used for this task. However, the
15938 emergence of large-scale data has severely challenged our computational
15939 ability to analyze big data. The concept of randomness has been demonstrated
15940 as an effective strategy to quickly produce approximate answers to familiar
15941 problems such as the @dfn{singular value decomposition} (SVD). This package
15942 provides several randomized matrix algorithms such as the randomized singular
15943 value decomposition (@code{rsvd}), randomized principal component
15944 analysis (@code{rpca}), randomized robust principal component
15945 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
15946 and the randomized CUR decomposition (@code{rcur}). In addition several plot
15947 functions are provided.")
15948 (license license:gpl3+)))
15949
15950 (define-public r-sloop
15951 (package
15952 (name "r-sloop")
15953 (version "1.0.1")
15954 (source
15955 (origin
15956 (method url-fetch)
15957 (uri (cran-uri "sloop" version))
15958 (sha256
15959 (base32
15960 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
15961 (build-system r-build-system)
15962 (propagated-inputs
15963 (list r-codetools r-crayon r-purrr r-rlang r-tibble))
15964 (home-page "https://github.com/r-lib/sloop")
15965 (synopsis "Helpers for object-oriented programming in R")
15966 (description
15967 "This package provides a collection of helper functions designed to
15968 help you to better understand object oriented programming in R, particularly
15969 using @code{S3}.")
15970 (license license:gpl3)))
15971
15972 (define-public r-capushe
15973 (package
15974 (name "r-capushe")
15975 (version "1.1.1")
15976 (source
15977 (origin
15978 (method url-fetch)
15979 (uri (cran-uri "capushe" version))
15980 (sha256
15981 (base32
15982 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
15983 (build-system r-build-system)
15984 (propagated-inputs (list r-mass))
15985 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
15986 (synopsis "Calibrating penalties using slope heuristics")
15987 (description
15988 "This package provides tools for the calibration of penalized criteria
15989 for model selection. The calibration methods available are based on the slope
15990 heuristics.")
15991 (license license:gpl2+)))
15992
15993 (define-public r-dorng
15994 (package
15995 (name "r-dorng")
15996 (version "1.8.2")
15997 (source
15998 (origin
15999 (method url-fetch)
16000 (uri (cran-uri "doRNG" version))
16001 (sha256
16002 (base32
16003 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
16004 (properties `((upstream-name . "doRNG")))
16005 (build-system r-build-system)
16006 (propagated-inputs
16007 (list r-foreach r-iterators r-rngtools))
16008 (home-page "https://renozao.github.io/doRNG/")
16009 (synopsis "Generic reproducible parallel backend for foreach loops")
16010 (description
16011 "This package provides functions to perform reproducible parallel
16012 @code{foreach} loops, using independent random streams as generated by
16013 L'Ecuyer's combined multiple-recursive generator. It enables to easily
16014 convert standard @code{%dopar%} loops into fully reproducible loops,
16015 independently of the number of workers, the task scheduling strategy, or the
16016 chosen parallel environment and associated foreach backend.")
16017 (license license:gpl2+)))
16018
16019 (define-public r-blockmodeling
16020 (package
16021 (name "r-blockmodeling")
16022 (version "1.0.5")
16023 (source
16024 (origin
16025 (method url-fetch)
16026 (uri (cran-uri "blockmodeling" version))
16027 (sha256
16028 (base32
16029 "1vc8gy4slsywcwxq532373i0dq73fhs5cac9mr6zz2pjaaxjghhq"))))
16030 (build-system r-build-system)
16031 (propagated-inputs
16032 (list r-matrix))
16033 (native-inputs (list gfortran))
16034 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
16035 (synopsis "Generalized and classical blockmodeling of valued networks")
16036 (description
16037 "This package is primarily meant as an implementation of generalized
16038 blockmodeling for valued networks. In addition, measures of similarity or
16039 dissimilarity based on structural equivalence and regular equivalence (REGE
16040 algorithms) can be computed and partitioned matrices can be plotted.")
16041 (license license:gpl2+)))
16042
16043 (define-public r-upsetr
16044 (package
16045 (name "r-upsetr")
16046 (version "1.4.0")
16047 (source
16048 (origin
16049 (method url-fetch)
16050 (uri (cran-uri "UpSetR" version))
16051 (sha256
16052 (base32
16053 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
16054 (properties `((upstream-name . "UpSetR")))
16055 (build-system r-build-system)
16056 (propagated-inputs
16057 (list r-ggplot2 r-gridextra r-plyr r-scales))
16058 (home-page "https://github.com/hms-dbmi/UpSetR")
16059 (synopsis "Visualize intersecting sets")
16060 (description
16061 "This package provides a more scalable alternative to Venn and Euler
16062 diagrams for visualizing intersecting sets. Create visualizations of
16063 intersecting sets using a novel matrix design, along with visualizations of
16064 several common set, element and attribute related tasks.")
16065 (license license:expat)))
16066
16067 ;; This package includes a JavaScript file, which is not minified. When
16068 ;; upgrading please check that there are no new minified JavaScript files.
16069 (define-public r-shinybs
16070 (package
16071 (name "r-shinybs")
16072 (version "0.61")
16073 (source
16074 (origin
16075 (method url-fetch)
16076 (uri (cran-uri "shinyBS" version))
16077 (sha256
16078 (base32
16079 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
16080 (properties `((upstream-name . "shinyBS")))
16081 (build-system r-build-system)
16082 ;; The tests spawn Shiny browser apps. They cannot be run
16083 ;; non-interactively.
16084 (arguments '(#:tests? #f))
16085 (propagated-inputs
16086 (list r-htmltools r-shiny))
16087 (home-page "https://ebailey78.github.io/shinyBS/")
16088 (synopsis "Twitter Bootstrap components for Shiny")
16089 (description
16090 "This package adds additional Twitter Bootstrap components to Shiny.")
16091 (license license:gpl3)))
16092
16093 (define-public r-shinyjqui
16094 (package
16095 (name "r-shinyjqui")
16096 (version "0.4.1")
16097 (source
16098 (origin
16099 (method url-fetch)
16100 (uri (cran-uri "shinyjqui" version))
16101 (sha256
16102 (base32
16103 "135gwz7syyb6pbn0lkvmq0v1c6r1zivavnqhi1rnzbbzlysi27v1"))
16104 (snippet
16105 '(for-each delete-file
16106 (list "inst/www/shinyjqui.min.js"
16107 "inst/www/jquery.ui.touch-punch.min.js")))))
16108 (properties `((upstream-name . "shinyjqui")))
16109 (build-system r-build-system)
16110 (arguments
16111 `(#:phases
16112 (modify-phases %standard-phases
16113 (add-after 'unpack 'process-javascript
16114 (lambda* (#:key inputs #:allow-other-keys)
16115 (with-directory-excursion "inst/www"
16116 (let ((mapping
16117 `((,(string-append (assoc-ref inputs "js-jquery.ui.touch-punch")
16118 "/jquery.ui.touch-punch.js")
16119 . "jquery.ui.touch-punch.min.js")
16120 ("shinyjqui.js"
16121 . "shinyjqui.min.js"))))
16122 (for-each (lambda (source target)
16123 (format #true "Processing ~a --> ~a~%"
16124 source target)
16125 (invoke "esbuild" source "--minify"
16126 (string-append "--outfile=" target)))
16127 (map car mapping)
16128 (map cdr mapping)))))))))
16129 (propagated-inputs
16130 (list r-htmltools r-htmlwidgets r-jsonlite r-rlang r-shiny))
16131 (native-inputs
16132 `(("r-knitr" ,r-knitr)
16133 ("esbuild" ,esbuild)
16134 ("js-jquery.ui.touch-punch"
16135 ,(origin
16136 (method git-fetch)
16137 (uri (git-reference
16138 (url "https://github.com/furf/jquery-ui-touch-punch")
16139 (commit "8f7559b6e65cdc3ee3648d5fe76d38c653f87ff5")))
16140 (sha256
16141 (base32
16142 "1lzywp2q9hwx6d5fqjla95vp7ra2lahr5dam7lsqjmch9d98r48q"))))))
16143 (home-page "https://github.com/yang-tang/shinyjqui")
16144 (synopsis "jQuery UI interactions and effects for Shiny")
16145 (description
16146 "This is an extension to Shiny that brings interactions and animation
16147 effects from the jQuery UI library.")
16148 (license license:expat)))
16149
16150 (define-public r-shinymanager
16151 (package
16152 (name "r-shinymanager")
16153 (version "1.0.400")
16154 (source
16155 (origin
16156 (method url-fetch)
16157 (uri (cran-uri "shinymanager" version))
16158 (sha256
16159 (base32 "1np2yp5pn8g9i4jhysfgprmdn13cpw4vaaagrd72rnk2r4hpmyx4"))))
16160 (properties `((upstream-name . "shinymanager")))
16161 (build-system r-build-system)
16162 (propagated-inputs
16163 (list r-billboarder
16164 r-dbi
16165 r-dt
16166 r-htmltools
16167 r-openssl
16168 r-r-utils
16169 r-r6
16170 r-rsqlite
16171 r-scrypt
16172 r-shiny))
16173 (native-inputs (list r-knitr))
16174 (home-page "https://github.com/datastorm-open/shinymanager")
16175 (synopsis "Authentication management for Shiny applications")
16176 (description
16177 "This package provides simple and secure authentification mechanism for
16178 single Shiny applications. Credentials are stored in an encrypted SQLite
16179 database.")
16180 (license license:gpl3)))
16181
16182 (define-public r-outliers
16183 (package
16184 (name "r-outliers")
16185 (version "0.15")
16186 (source
16187 (origin
16188 (method url-fetch)
16189 (uri (cran-uri "outliers" version))
16190 (sha256
16191 (base32
16192 "1yrmwvjjb0a6sbx940k9svf23cykcxz8rrwcgyic7lpgzbrdfcfc"))))
16193 (build-system r-build-system)
16194 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
16195 (synopsis "Tests for outliers")
16196 (description
16197 "This package provides a collection of some tests commonly used for
16198 identifying outliers.")
16199 (license license:gpl2+)))
16200
16201 (define-public r-bayesm
16202 (package
16203 (name "r-bayesm")
16204 (version "3.1-4")
16205 (source
16206 (origin
16207 (method url-fetch)
16208 (uri (cran-uri "bayesm" version))
16209 (sha256
16210 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
16211 (build-system r-build-system)
16212 (propagated-inputs
16213 (list r-rcpp r-rcpparmadillo))
16214 (home-page "http://www.perossi.org/home/bsm-1")
16215 (synopsis "Bayesian inference for marketing/micro-econometrics")
16216 (description
16217 "This package covers many important models used in marketing and
16218 micro-econometrics applications, including Bayes Regression (univariate or
16219 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
16220 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
16221 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
16222 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
16223 Estimation with normal base, Hierarchical Linear Models with normal prior and
16224 covariates, Hierarchical Linear Models with a mixture of normals prior and
16225 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
16226 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
16227 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
16228 analysis of choice-based conjoint data, Bayesian treatment of linear
16229 instrumental variables models, Analysis of Multivariate Ordinal survey data
16230 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
16231 Coefficient Logit Models.")
16232 (license license:gpl2+)))
16233
16234 (define-public r-tensora
16235 (package
16236 (name "r-tensora")
16237 (version "0.36.2")
16238 (source
16239 (origin
16240 (method url-fetch)
16241 (uri (cran-uri "tensorA" version))
16242 (sha256
16243 (base32
16244 "19wwh654qlja4z1n7afjpzsrrm53p8ddysa2vra5mdnkddb4g2cf"))))
16245 (properties `((upstream-name . "tensorA")))
16246 (build-system r-build-system)
16247 (home-page "http://www.stat.boogaart.de/tensorA")
16248 (synopsis "Advanced tensor arithmetic with named indices")
16249 (description
16250 "This package provides convenience functions for advanced linear algebra
16251 with tensors and computation with datasets of tensors on a higher level
16252 abstraction. It includes Einstein and Riemann summing conventions, dragging,
16253 co- and contravariate indices, and parallel computations on sequences of
16254 tensors.")
16255 (license license:gpl2+)))
16256
16257 (define-public r-rarpack
16258 (package
16259 (name "r-rarpack")
16260 (version "0.11-0")
16261 (source
16262 (origin
16263 (method url-fetch)
16264 (uri (cran-uri "rARPACK" version))
16265 (sha256
16266 (base32
16267 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
16268 (properties `((upstream-name . "rARPACK")))
16269 (build-system r-build-system)
16270 (propagated-inputs (list r-rspectra))
16271 (home-page "https://github.com/yixuan/rARPACK")
16272 (synopsis "Solvers for large scale eigenvalue and SVD problems")
16273 (description
16274 "This package was previously an R wrapper of the ARPACK library, and now
16275 a shell of the R package RSpectra, an R interface to the Spectra library for
16276 solving large scale eigenvalue/vector problems. The current version of
16277 rARPACK simply imports and exports the functions provided by RSpectra. New
16278 users of rARPACK are advised to switch to the RSpectra package.")
16279 (license license:bsd-3)))
16280
16281 (define-public r-compositions
16282 (package
16283 (name "r-compositions")
16284 (version "2.0-4")
16285 (source
16286 (origin
16287 (method url-fetch)
16288 (uri (cran-uri "compositions" version))
16289 (sha256
16290 (base32
16291 "1bqg0qqzsf92q0jb7hdjycr54bwv8rk7ajhvxgch5yslyqxpm73v"))))
16292 (build-system r-build-system)
16293 (propagated-inputs
16294 (list r-bayesm r-mass r-robustbase r-tensora))
16295 (native-inputs
16296 (list r-knitr))
16297 (home-page "http://www.stat.boogaart.de/compositions")
16298 (synopsis "Compositional data analysis")
16299 (description
16300 "This package provides functions for the consistent analysis of
16301 compositional data (e.g. portions of substances) and positive
16302 numbers (e.g. concentrations).")
16303 (license license:gpl2+)))
16304
16305 (define-public r-cobs
16306 (package
16307 (name "r-cobs")
16308 (version "1.3-4")
16309 (source
16310 (origin
16311 (method url-fetch)
16312 (uri (cran-uri "cobs" version))
16313 (sha256
16314 (base32
16315 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
16316 (build-system r-build-system)
16317 (propagated-inputs
16318 (list r-quantreg r-sparsem))
16319 (home-page "https://cran.r-project.org/web/packages/cobs")
16320 (synopsis "Constrained B-Splines (sparse matrix based)")
16321 (description
16322 "This package provides qualitatively constrained (regression) smoothing
16323 splines via linear programming and sparse matrices.")
16324 (license license:gpl2+)))
16325
16326 (define-public r-drimpute
16327 (package
16328 (name "r-drimpute")
16329 (version "1.0")
16330 (source
16331 (origin
16332 (method url-fetch)
16333 (uri (cran-uri "DrImpute" version))
16334 (sha256
16335 (base32
16336 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
16337 (properties `((upstream-name . "DrImpute")))
16338 (build-system r-build-system)
16339 (propagated-inputs
16340 (list r-rcpp r-rcpparmadillo))
16341 (home-page "https://github.com/ikwak2/DrImpute")
16342 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
16343 (description
16344 "This is an R package for imputing dropout events. Many statistical
16345 methods in cell type identification, visualization and lineage reconstruction
16346 do not account for dropout events. DrImpute can improve the performance of
16347 such software by imputing dropout events.")
16348 (license license:gpl3)))
16349
16350 (define-public r-gamlss-dist
16351 (package
16352 (name "r-gamlss-dist")
16353 (version "6.0-3")
16354 (source
16355 (origin
16356 (method url-fetch)
16357 (uri (cran-uri "gamlss.dist" version))
16358 (sha256
16359 (base32 "1gqjr419v8z2ygh0h1xz7bipnsbp820njzwq7z3r9f41rn1ym47c"))))
16360 (properties `((upstream-name . "gamlss.dist")))
16361 (build-system r-build-system)
16362 (propagated-inputs (list r-mass))
16363 (home-page "http://www.gamlss.org/")
16364 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
16365 (description
16366 "This package provides a set of distributions which can be used for
16367 modelling the response variables in Generalized Additive Models for Location
16368 Scale and Shape. The distributions can be continuous, discrete or mixed
16369 distributions. Extra distributions can be created, by transforming, any
16370 continuous distribution defined on the real line, to a distribution defined on
16371 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
16372 transformation, respectively.")
16373 ;; Either version of the GPL.
16374 (license (list license:gpl2 license:gpl3))))
16375
16376 ;; This package includes JavaScript files, which are not minified. When
16377 ;; upgrading please check that there are no new minified JavaScript files.
16378 (define-public r-shinyjs
16379 (package
16380 (name "r-shinyjs")
16381 (version "2.1.0")
16382 (source
16383 (origin
16384 (method url-fetch)
16385 (uri (cran-uri "shinyjs" version))
16386 (sha256
16387 (base32
16388 "1id9gsrkr28xl80a8794in17rxmmz06zqvd5hlns7mqz3fzhrhky"))))
16389 (build-system r-build-system)
16390 (propagated-inputs
16391 (list r-digest r-jsonlite r-shiny))
16392 (native-inputs
16393 (list r-knitr))
16394 (home-page "https://deanattali.com/shinyjs")
16395 (synopsis "Improve the user experience of your Shiny apps")
16396 (description
16397 "Perform common useful JavaScript operations in Shiny apps that will
16398 greatly improve your apps without having to know any JavaScript. Examples
16399 include: hiding an element, disabling an input, resetting an input back to its
16400 original value, delaying code execution by a few seconds, and many more useful
16401 functions for both the end user and the developer. Shinyjs can also be used
16402 to easily call your own custom JavaScript functions from R.")
16403 (license license:agpl3+)))
16404
16405 ;; This package includes minified JavaScript files. When upgrading please
16406 ;; check that there are no new minified JavaScript files.
16407 (define-public r-colourpicker
16408 (package
16409 (name "r-colourpicker")
16410 (version "1.1.1")
16411 (source
16412 (origin
16413 (method url-fetch)
16414 (uri (cran-uri "colourpicker" version))
16415 (sha256
16416 (base32
16417 "1q1wi3g403fbzp4ys3gsjbwdc86x770cx323qgi47ca8n219kl50"))))
16418 (build-system r-build-system)
16419 (arguments
16420 `(#:phases
16421 (modify-phases %standard-phases
16422 (add-after 'unpack 'process-javascript
16423 (lambda* (#:key inputs #:allow-other-keys)
16424 (with-directory-excursion "inst"
16425 (let ((mapping
16426 `((,(assoc-ref inputs "js-salvattore")
16427 . "examples/colourInput/www/salvattore.min.js")
16428 (,(assoc-ref inputs "js-jquery")
16429 . "htmlwidgets/lib/jquery/jquery.min.js")
16430 ("www/shared/colourpicker/js/colourpicker.js"
16431 . "www/shared/colourpicker/js/colourpicker.min.js"))))
16432 (for-each (lambda (source target)
16433 (format #true "Processing ~a --> ~a~%"
16434 source target)
16435 (delete-file target)
16436 (invoke "esbuild" source "--minify"
16437 (string-append "--outfile=" target)))
16438 (map car mapping)
16439 (map cdr mapping)))))))))
16440 (propagated-inputs
16441 (list r-ggplot2
16442 r-htmltools
16443 r-htmlwidgets
16444 r-jsonlite
16445 r-miniui
16446 r-shiny
16447 r-shinyjs))
16448 (native-inputs
16449 `(("esbuild" ,esbuild)
16450 ("js-jquery"
16451 ,(origin
16452 (method url-fetch)
16453 (uri "https://code.jquery.com/jquery-1.11.3.js")
16454 (sha256
16455 (base32
16456 "1v956yf5spw0156rni5z77hzqwmby7ajwdcd6mkhb6zvl36awr90"))))
16457 ("js-salvattore"
16458 ,(origin
16459 (method url-fetch)
16460 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
16461 (sha256
16462 (base32
16463 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
16464 (home-page "https://github.com/daattali/colourpicker")
16465 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
16466 (description
16467 "This package provides a color picker that can be used as an input in
16468 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
16469 custom color palettes, and many more options. A plot color helper tool is
16470 available as an RStudio Addin, which helps you pick colors to use in your
16471 plots. A more generic color picker RStudio Addin is also provided to let you
16472 select colors to use in your R code.")
16473 (license license:expat)))
16474
16475 (define-public r-ggextra
16476 (package
16477 (name "r-ggextra")
16478 (version "0.10.0")
16479 (source
16480 (origin
16481 (method url-fetch)
16482 (uri (cran-uri "ggExtra" version))
16483 (sha256
16484 (base32
16485 "1rd3qv6ah3zphr1jicjhgxms73vi496mjnxnsrcgl7z8nyxmas6w"))))
16486 (properties `((upstream-name . "ggExtra")))
16487 (build-system r-build-system)
16488 (propagated-inputs
16489 (list r-colourpicker
16490 r-ggplot2
16491 r-gtable
16492 r-miniui
16493 r-r6
16494 r-scales
16495 r-shiny
16496 r-shinyjs))
16497 (native-inputs
16498 (list r-knitr))
16499 (home-page "https://github.com/daattali/ggExtra")
16500 (synopsis "Marginal histograms for ggplot2 and other enhancements")
16501 (description
16502 "This package is a collection of functions and layers to enhance ggplot2.
16503 The flagship function is @code{ggMarginal()}, which can be used to add
16504 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
16505 (license license:expat)))
16506
16507 (define-public r-minpack-lm
16508 (package
16509 (name "r-minpack-lm")
16510 (version "1.2-1")
16511 (source
16512 (origin
16513 (method url-fetch)
16514 (uri (cran-uri "minpack.lm" version))
16515 (sha256
16516 (base32
16517 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
16518 (properties `((upstream-name . "minpack.lm")))
16519 (build-system r-build-system)
16520 (native-inputs (list gfortran))
16521 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
16522 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
16523 (description
16524 "The @code{nls.lm} function provides an R interface to @code{lmder} and
16525 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
16526 problems by a modification of the Levenberg-Marquardt algorithm, with support
16527 for lower and upper parameter bounds. The implementation can be used via
16528 @code{nls}-like calls using the @code{nlsLM} function.")
16529 (license license:gpl3)))
16530
16531 (define-public r-moments
16532 (package
16533 (name "r-moments")
16534 (version "0.14")
16535 (source
16536 (origin
16537 (method url-fetch)
16538 (uri (cran-uri "moments" version))
16539 (sha256
16540 (base32
16541 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
16542 (build-system r-build-system)
16543 (home-page "https://cran.r-project.org/web/packages/moments")
16544 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
16545 (description
16546 "This package provides functions to calculate: moments, Pearson's
16547 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
16548 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
16549 (license license:gpl2+)))
16550
16551 (define-public r-msir
16552 (package
16553 (name "r-msir")
16554 (version "1.3.3")
16555 (source
16556 (origin
16557 (method url-fetch)
16558 (uri (cran-uri "msir" version))
16559 (sha256
16560 (base32
16561 "1wm83m3cqd6llxb9p2jwim0wb81v84pgdmgcznygzaaq6kbn3n84"))))
16562 (build-system r-build-system)
16563 (propagated-inputs
16564 (list r-mclust))
16565 (native-inputs
16566 (list r-knitr))
16567 (home-page "https://cran.r-project.org/web/packages/msir")
16568 (synopsis "Model-based sliced inverse regression")
16569 (description
16570 "This is an R package for dimension reduction based on finite Gaussian
16571 mixture modeling of inverse regression.")
16572 (license license:gpl2+)))
16573
16574 (define-public r-pbivnorm
16575 (package
16576 (name "r-pbivnorm")
16577 (version "0.6.0")
16578 (source
16579 (origin
16580 (method url-fetch)
16581 (uri (cran-uri "pbivnorm" version))
16582 (sha256
16583 (base32
16584 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
16585 (build-system r-build-system)
16586 (native-inputs (list gfortran))
16587 (home-page "https://github.com/brentonk/pbivnorm")
16588 (synopsis "Vectorized bivariate normal CDF")
16589 (description
16590 "This package provides a vectorized R function for calculating
16591 probabilities from a standard bivariate normal CDF.")
16592 (license license:gpl2+)))
16593
16594 (define-public r-lavaan
16595 (package
16596 (name "r-lavaan")
16597 (version "0.6-11")
16598 (source
16599 (origin
16600 (method url-fetch)
16601 (uri (cran-uri "lavaan" version))
16602 (sha256
16603 (base32
16604 "026k32paf51lpy6zxm9m81zg9szx14j37dxdip6nba334jw97h9c"))))
16605 (build-system r-build-system)
16606 (propagated-inputs
16607 (list r-mass r-mnormt r-numderiv r-pbivnorm))
16608 (home-page "https://lavaan.ugent.be")
16609 (synopsis "Latent variable analysis")
16610 (description
16611 "This package provides tools to fit a variety of latent variable models,
16612 including confirmatory factor analysis, structural equation modeling and
16613 latent growth curve models.")
16614 (license license:gpl2+)))
16615
16616 (define-public r-nonnest2
16617 (package
16618 (name "r-nonnest2")
16619 (version "0.5-5")
16620 (source
16621 (origin
16622 (method url-fetch)
16623 (uri (cran-uri "nonnest2" version))
16624 (sha256
16625 (base32
16626 "1ddaqwx8i3ygwvxf11mc8xhgk4nkvnail99nr5szq8i168752zq2"))))
16627 (build-system r-build-system)
16628 (propagated-inputs
16629 (list r-compquadform r-lavaan r-mvtnorm r-sandwich))
16630 (native-inputs
16631 (list r-knitr))
16632 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
16633 (synopsis "Tests of non-nested models")
16634 (description
16635 "This package allows for testing of non-nested models. It includes tests
16636 of model distinguishability and of model fit that can be applied to both
16637 nested and non-nested models. The package also includes functionality to
16638 obtain confidence intervals associated with AIC and BIC.")
16639 ;; Either version of the GPL.
16640 (license (list license:gpl2 license:gpl3))))
16641
16642 (define-public r-penalized
16643 (package
16644 (name "r-penalized")
16645 (version "0.9-51")
16646 (source
16647 (origin
16648 (method url-fetch)
16649 (uri (cran-uri "penalized" version))
16650 (sha256
16651 (base32
16652 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
16653 (build-system r-build-system)
16654 (propagated-inputs
16655 (list r-rcpp r-rcpparmadillo r-survival))
16656 (home-page "https://cran.r-project.org/web/packages/penalized/")
16657 (synopsis "Penalized estimation in GLMs and in the Cox model")
16658 (description
16659 "This package provides tools for fitting possibly high dimensional
16660 penalized regression models. The penalty structure can be any combination of
16661 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
16662 constraint on the regression coefficients. The supported regression models
16663 are linear, logistic and Poisson regression and the Cox Proportional Hazards
16664 model. Cross-validation routines allow optimization of the tuning
16665 parameters.")
16666 (license license:gpl2+)))
16667
16668 (define-public r-zim
16669 (package
16670 (name "r-zim")
16671 (version "1.1.0")
16672 (source
16673 (origin
16674 (method url-fetch)
16675 (uri (cran-uri "ZIM" version))
16676 (sha256
16677 (base32
16678 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
16679 (properties `((upstream-name . "ZIM")))
16680 (build-system r-build-system)
16681 (propagated-inputs (list r-mass))
16682 (home-page "https://github.com/biostatstudio/ZIM")
16683 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
16684 (description
16685 "Analyze count time series with excess zeros. Two types of statistical
16686 models are supported: Markov regression and state-space models. They are also
16687 known as observation-driven and parameter-driven models respectively in the
16688 time series literature. The functions used for Markov regression or
16689 observation-driven models can also be used to fit ordinary regression models
16690 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
16691 negative binomial (ZINB) assumption. The package also contains miscellaneous
16692 functions to compute density, distribution, quantile, and generate random
16693 numbers from ZIP and ZINB distributions.")
16694 (license license:gpl3)))
16695
16696 (define-public r-nor1mix
16697 (package
16698 (name "r-nor1mix")
16699 (version "1.3-0")
16700 (source
16701 (origin
16702 (method url-fetch)
16703 (uri (cran-uri "nor1mix" version))
16704 (sha256
16705 (base32
16706 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
16707 (build-system r-build-system)
16708 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
16709 (synopsis "Normal (1-d) mixture models")
16710 (description
16711 "This package provides S3 classes and methods for one-dimensional normal
16712 mixture models, for, e.g., density estimation or clustering algorithms
16713 research and teaching; it provides the widely used Marron-Wand densities. It
16714 also provides tools for efficient random number generation and graphics.")
16715 (license license:gpl2+)))
16716
16717 (define-public r-beanplot
16718 (package
16719 (name "r-beanplot")
16720 (version "1.3.1")
16721 (source
16722 (origin
16723 (method url-fetch)
16724 (uri (cran-uri "beanplot" version))
16725 (sha256
16726 (base32
16727 "1b8mvlcsv5l9g08ag92hndsvk8jmgxvznhzgazc8y4296kp8l5a9"))))
16728 (build-system r-build-system)
16729 (home-page "https://cran.r-project.org/web/packages/beanplot/")
16730 (synopsis "Visualization via beanplots")
16731 (description
16732 "This package provides beanplots, an alternative to
16733 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
16734 graphs.")
16735 (license license:gpl2)))
16736
16737 (define-public r-pbdzmq
16738 (package
16739 (name "r-pbdzmq")
16740 (version "0.3-7")
16741 (source
16742 (origin
16743 (method url-fetch)
16744 (uri (cran-uri "pbdZMQ" version))
16745 (sha256
16746 (base32
16747 "020qy6fq8w8wq0j3bii14ahrlg8wzl0lrnndfr6scmrg9ghjnbfz"))))
16748 (properties `((upstream-name . "pbdZMQ")))
16749 (build-system r-build-system)
16750 (inputs
16751 (list zeromq zlib))
16752 (native-inputs
16753 (list pkg-config))
16754 (home-page "https://pbdr.org/")
16755 (synopsis "R interface to ZeroMQ")
16756 (description
16757 "ZeroMQ is a well-known library for high-performance asynchronous
16758 messaging in scalable, distributed applications. This package provides high
16759 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
16760 interactive client/server programming frameworks. A few wrapper functions
16761 compatible with @code{rzmq} are also provided.")
16762 (license license:gpl3)))
16763
16764 (define-public r-repr
16765 (package
16766 (name "r-repr")
16767 (version "1.1.4")
16768 (source
16769 (origin
16770 (method url-fetch)
16771 (uri (cran-uri "repr" version))
16772 (sha256
16773 (base32
16774 "0h3h14ybamcbwmm31ib66fx13v75vkzn4bn2v26n2h097sl9qybg"))))
16775 (build-system r-build-system)
16776 (propagated-inputs
16777 (list r-base64enc r-htmltools r-jsonlite r-pillar))
16778 (home-page "https://cran.r-project.org/web/packages/repr/")
16779 (synopsis "Serializable representations")
16780 (description
16781 "This package provides string and binary representations of objects for
16782 several formats and MIME types.")
16783 (license license:gpl3)))
16784
16785 (define-public r-irdisplay
16786 (package
16787 (name "r-irdisplay")
16788 (version "1.1")
16789 (source
16790 (origin
16791 (method url-fetch)
16792 (uri (cran-uri "IRdisplay" version))
16793 (sha256
16794 (base32
16795 "0awdiv4rr93y8jb1d64sm1iy37ywyniqm7w98yv6qm0zz47h7sw3"))))
16796 (properties `((upstream-name . "IRdisplay")))
16797 (build-system r-build-system)
16798 (propagated-inputs
16799 (list r-repr))
16800 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
16801 (synopsis "Jupyter display machinery")
16802 (description
16803 "This package provides an interface to the rich display capabilities of
16804 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
16805 running IRkernel session.")
16806 (license license:expat)))
16807
16808 (define-public r-irkernel
16809 (package
16810 (name "r-irkernel")
16811 (version "1.3")
16812 (source
16813 (origin
16814 (method url-fetch)
16815 (uri (cran-uri "IRkernel" version))
16816 (sha256
16817 (base32
16818 "00qrmsywpzw2hfp88020zjaijma7q4hqm9h2cz53rywdjzywnzss"))))
16819 (properties `((upstream-name . "IRkernel")))
16820 (build-system r-build-system)
16821 (arguments
16822 `(#:phases
16823 (modify-phases %standard-phases
16824 (add-after 'install 'install-kernelspec
16825 (lambda* (#:key outputs #:allow-other-keys)
16826 (let ((out (assoc-ref outputs "out")))
16827 (setenv "HOME" "/tmp")
16828 (invoke "jupyter" "kernelspec" "install"
16829 "--name" "ir"
16830 "--prefix" out
16831 (string-append out "/site-library/IRkernel/kernelspec"))
16832 ;; Record the absolute file name of the 'R' executable in
16833 ;; 'kernel.json'.
16834 (substitute* (string-append out "/share/jupyter"
16835 "/kernels/ir/kernel.json")
16836 (("\\[\"R\",")
16837 (string-append "[\"" (which "R") "\",")))
16838 #t))))))
16839 (inputs
16840 (list jupyter))
16841 (propagated-inputs
16842 (list r-crayon
16843 r-digest
16844 r-evaluate
16845 r-irdisplay
16846 r-jsonlite
16847 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
16848 r-minimal
16849 r-pbdzmq
16850 r-repr
16851 r-uuid))
16852 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
16853 (synopsis "Native R kernel for Jupyter")
16854 (description
16855 "The R kernel for the Jupyter environment executes R code which the
16856 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
16857 network.")
16858 (license license:expat)))
16859
16860 (define-public r-gmodels
16861 (package
16862 (name "r-gmodels")
16863 (version "2.18.1")
16864 (source
16865 (origin
16866 (method url-fetch)
16867 (uri (cran-uri "gmodels" version))
16868 (sha256
16869 (base32
16870 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
16871 (build-system r-build-system)
16872 (propagated-inputs
16873 (list r-gdata r-mass))
16874 (home-page "https://cran.r-project.org/web/packages/gmodels/")
16875 (synopsis "Various R programming tools for model fitting")
16876 (description
16877 "This package provides various R programming tools for model fitting.")
16878 (license license:gpl2)))
16879
16880 (define-public r-apcluster
16881 (package
16882 (name "r-apcluster")
16883 (version "1.4.9")
16884 (source
16885 (origin
16886 (method url-fetch)
16887 (uri (cran-uri "apcluster" version))
16888 (sha256
16889 (base32
16890 "0wnbb3kj9m7rfq63xr43jjf6n8jxm1r2wvvx6g0qkss0wvipbb1s"))))
16891 (build-system r-build-system)
16892 (propagated-inputs
16893 (list r-matrix r-rcpp))
16894 (native-inputs (list r-knitr))
16895 (home-page "https://cran.r-project.org/web/packages/apcluster/")
16896 (synopsis "Affinity propagation clustering")
16897 (description
16898 "This package implements affinity propagation clustering introduced by
16899 Frey and Dueck (2007). The package further provides leveraged affinity
16900 propagation and an algorithm for exemplar-based agglomerative clustering that
16901 can also be used to join clusters obtained from affinity propagation. Various
16902 plotting functions are available for analyzing clustering results.")
16903 (license license:gpl2+)))
16904
16905 (define-public r-rematch2
16906 (package
16907 (name "r-rematch2")
16908 (version "2.1.2")
16909 (source
16910 (origin
16911 (method url-fetch)
16912 (uri (cran-uri "rematch2" version))
16913 (sha256
16914 (base32
16915 "1fzpz8vhghw8ygwg6rsvfy3783pqk7ch029i5851lwypkplvz77y"))))
16916 (build-system r-build-system)
16917 (propagated-inputs
16918 (list r-tibble))
16919 (home-page "https://github.com/r-lib/rematch2")
16920 (synopsis "Tidy output from regular expression matching")
16921 (description
16922 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
16923 return the match results in tidy data frames.")
16924 (license license:expat)))
16925
16926 (define-public r-picante
16927 (package
16928 (name "r-picante")
16929 (version "1.8.2")
16930 (source
16931 (origin
16932 (method url-fetch)
16933 (uri (cran-uri "picante" version))
16934 (sha256
16935 (base32
16936 "19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
16937 (build-system r-build-system)
16938 (propagated-inputs
16939 (list r-ape r-nlme r-vegan))
16940 (home-page "https://cran.r-project.org/web/packages/picante/")
16941 (synopsis "Integrating phylogenies and ecology")
16942 (description
16943 "This package provides functions for phylocom integration, community
16944 analyses, null-models, traits and evolution. It implements numerous
16945 ecophylogenetic approaches including measures of community phylogenetic and
16946 trait diversity, phylogenetic signal, estimation of trait values for
16947 unobserved taxa, null models for community and phylogeny randomizations, and
16948 utility functions for data input/output and phylogeny plotting. A full
16949 description of package functionality and methods are provided by Kembel et
16950 al. (2010).")
16951 (license license:gpl2)))
16952
16953 (define-public r-reinforcelearn
16954 (package
16955 (name "r-reinforcelearn")
16956 (version "0.2.1")
16957 (source
16958 (origin
16959 (method url-fetch)
16960 (uri (cran-uri "reinforcelearn" version))
16961 (sha256
16962 (base32
16963 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
16964 (build-system r-build-system)
16965 (propagated-inputs
16966 (list r-checkmate r-nnet r-purrr r-r6))
16967 (home-page "https://markusdumke.github.io/reinforcelearn")
16968 (synopsis "Reinforcement learning")
16969 (description
16970 "This package implements reinforcement learning environments and
16971 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
16972 can be used with function approximation, eligibility traces (Singh & Sutton,
16973 1996) and experience replay (Mnih et al., 2013).")
16974 (license license:expat)))
16975
16976 (define-public r-lemon
16977 (package
16978 (name "r-lemon")
16979 (version "0.4.5")
16980 (source
16981 (origin
16982 (method url-fetch)
16983 (uri (cran-uri "lemon" version))
16984 (sha256
16985 (base32
16986 "1y3ljidhqdakxlya2npj2w0az820g8kw6gl1cfm4f0cxvzgd1ly4"))))
16987 (build-system r-build-system)
16988 (propagated-inputs
16989 (list r-ggplot2
16990 r-gridextra
16991 r-gtable
16992 r-knitr
16993 r-lattice
16994 r-plyr
16995 r-rlang
16996 r-scales))
16997 (native-inputs
16998 (list r-knitr))
16999 (home-page "https://github.com/stefanedwards/lemon")
17000 (synopsis "Freshen up your ggplot2 plots")
17001 (description
17002 "This package provides functions for working with legends and axis lines
17003 of ggplot2, facets that repeat axis lines on all panels, and some knitr
17004 extensions.")
17005 (license license:gpl3)))
17006
17007 (define-public r-wgaim
17008 (package
17009 (name "r-wgaim")
17010 (version "2.0-1")
17011 (source
17012 (origin
17013 (method url-fetch)
17014 (uri (cran-uri "wgaim" version))
17015 (sha256
17016 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
17017 (build-system r-build-system)
17018 (propagated-inputs
17019 (list r-ggplot2 r-qtl))
17020 (home-page "https://cran.r-project.org/web/packages/wgaim")
17021 (synopsis "Whole genome average interval mapping for QTL detection")
17022 (description
17023 "This package integrates sophisticated mixed modelling methods with a
17024 whole genome approach to detecting significant QTL in linkage maps.")
17025 (license license:gpl2+)))
17026
17027 (define-public r-bedr
17028 (package
17029 (name "r-bedr")
17030 (version "1.0.7")
17031 (source
17032 (origin
17033 (method url-fetch)
17034 (uri (cran-uri "bedr" version))
17035 (sha256
17036 (base32
17037 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
17038 (build-system r-build-system)
17039 (propagated-inputs
17040 (list r-data-table
17041 r-r-utils
17042 r-testthat
17043 r-venndiagram
17044 r-yaml
17045 bedops
17046 bedtools
17047 htslib)) ; for tabix
17048 (native-inputs
17049 (list r-knitr)) ; for vignettes
17050 (home-page "https://cran.r-project.org/web/packages/bedr")
17051 (synopsis "Genomic region processing")
17052 (description
17053 "This package is for genomic regions processing using command line tools
17054 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
17055 utilities to perform genome arithmetic e.g indexing, formatting and merging.
17056 The bedr package's API enhances access to these tools as well as offers
17057 additional utilities for genomic regions processing.")
17058 (license license:gpl2)))
17059
17060 (define-public r-sets
17061 (package
17062 (name "r-sets")
17063 (version "1.0-21")
17064 (source
17065 (origin
17066 (method url-fetch)
17067 (uri (cran-uri "sets" version))
17068 (sha256
17069 (base32
17070 "1h1a03b1850kh5hd3gxbspx2nxqxvk2gb0wm0s60b70qb6zg0csp"))))
17071 (properties `((upstream-name . "sets")))
17072 (build-system r-build-system)
17073 (home-page "https://cran.r-project.org/web/packages/sets")
17074 (synopsis "Sets, generalized sets, customizable sets and intervals")
17075 (description
17076 "This package provides data structures and basic operations for ordinary
17077 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
17078 customizable sets, and intervals.")
17079 (license license:gpl2)))
17080
17081 (define-public r-partitions
17082 (package
17083 (name "r-partitions")
17084 (version "1.9-22")
17085 (source
17086 (origin
17087 (method url-fetch)
17088 (uri (cran-uri "partitions" version))
17089 (sha256
17090 (base32
17091 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
17092 (build-system r-build-system)
17093 (propagated-inputs
17094 (list r-gmp r-polynom r-sets))
17095 (home-page "https://cran.r-project.org/web/packages/partitions")
17096 (synopsis "Additive partitions of integers")
17097 (description
17098 "This package provides tools to enumerates the partitions, unequal
17099 partitions, and restricted partitions of an integer; the three corresponding
17100 partition functions are also given.")
17101 ;; Any version of the GPL
17102 (license license:gpl2+)))
17103
17104 (define-public r-brobdingnag
17105 (package
17106 (name "r-brobdingnag")
17107 (version "1.2-7")
17108 (source
17109 (origin
17110 (method url-fetch)
17111 (uri (cran-uri "Brobdingnag" version))
17112 (sha256
17113 (base32
17114 "0hnp5nrpnscykvgrrbgp7987660hcbv92zc2q8lmpnin4ws399vk"))))
17115 (properties `((upstream-name . "Brobdingnag")))
17116 (build-system r-build-system)
17117 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
17118 (synopsis "Very large numbers in R")
17119 (description
17120 "This package handles very large numbers in R. Real numbers are held
17121 using their natural logarithms, plus a logical flag indicating sign. The
17122 package includes a vignette that gives a step-by-step introduction to using S4
17123 methods.")
17124 ;; Any version of the GPL
17125 (license license:gpl2+)))
17126
17127 (define-public r-untb
17128 (package
17129 (name "r-untb")
17130 (version "1.7-4")
17131 (source
17132 (origin
17133 (method url-fetch)
17134 (uri (cran-uri "untb" version))
17135 (sha256
17136 (base32
17137 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
17138 (build-system r-build-system)
17139 (propagated-inputs
17140 (list r-brobdingnag r-partitions r-polynom))
17141 (home-page "https://github.com/RobinHankin/untb.git")
17142 (synopsis "Ecological drift under the UNTB")
17143 (description
17144 "This package provides numerical simulations, and visualizations, of
17145 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
17146 (license license:gpl2+)))
17147
17148 (define-public r-stepwise
17149 (package
17150 (name "r-stepwise")
17151 (version "0.3")
17152 (source
17153 (origin
17154 (method url-fetch)
17155 (uri (cran-uri "stepwise" version))
17156 (sha256
17157 (base32
17158 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
17159 (build-system r-build-system)
17160 (home-page "https://stat.sfu.ca/statgen/research/stepwise.html")
17161 (synopsis "Stepwise detection of recombination breakpoints")
17162 (description
17163 "This package provides a stepwise approach to identifying recombination
17164 breakpoints in a genomic sequence alignment.")
17165 (license license:gpl2+)))
17166
17167 (define-public r-snpmaxsel
17168 (package
17169 (name "r-snpmaxsel")
17170 (version "1.0-3")
17171 (source
17172 (origin
17173 (method url-fetch)
17174 (uri (cran-uri "SNPmaxsel" version))
17175 (sha256
17176 (base32
17177 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
17178 (properties `((upstream-name . "SNPmaxsel")))
17179 (build-system r-build-system)
17180 (propagated-inputs
17181 (list r-combinat r-mvtnorm))
17182 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
17183 (synopsis "Maximally selected statistics for SNP data")
17184 (description
17185 "This package implements asymptotic methods related to maximally selected
17186 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
17187 data.")
17188 (license license:gpl2+)))
17189
17190 (define-public r-acsnminer
17191 (package
17192 (name "r-acsnminer")
17193 (version "0.16.8.25")
17194 (source (origin
17195 (method url-fetch)
17196 (uri (cran-uri "ACSNMineR" version))
17197 (sha256
17198 (base32
17199 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
17200 (properties `((upstream-name . "ACSNMineR")))
17201 (build-system r-build-system)
17202 (propagated-inputs
17203 (list r-ggplot2 r-gridextra))
17204 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
17205 (synopsis "Gene enrichment analysis")
17206 (description
17207 "This package provides tools to compute and represent gene set enrichment
17208 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
17209 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
17210 enrichment can be run with hypergeometric test or Fisher exact test, and can
17211 use multiple corrections. Visualization of data can be done either by
17212 barplots or heatmaps.")
17213 (license license:gpl2+)))
17214
17215 (define-public r-seqinr
17216 (package
17217 (name "r-seqinr")
17218 (version "4.2-8")
17219 (source
17220 (origin
17221 (method url-fetch)
17222 (uri (cran-uri "seqinr" version))
17223 (sha256
17224 (base32
17225 "1xz9spln6s9mcwpgcv1m4jymn4gnl1bb6vh90bphqcn0vvlk8jsq"))))
17226 (build-system r-build-system)
17227 (propagated-inputs
17228 (list r-ade4 r-segmented))
17229 (inputs
17230 (list zlib))
17231 (home-page "http://seqinr.r-forge.r-project.org/")
17232 (synopsis "Biological sequences retrieval and analysis")
17233 (description
17234 "This package provides tools for exploratory data analysis and data
17235 visualization of biological sequence (DNA and protein) data. It also includes
17236 utilities for sequence data management under the ACNUC system.")
17237 (license license:gpl2+)))
17238
17239 (define-public r-units
17240 (package
17241 (name "r-units")
17242 (version "0.8-0")
17243 (source
17244 (origin
17245 (method url-fetch)
17246 (uri (cran-uri "units" version))
17247 (sha256
17248 (base32
17249 "06mjprqi06xprj6185k5cmrrdl025x0pd1r6a4x3s74ciq9zwilw"))))
17250 (build-system r-build-system)
17251 (inputs
17252 (list udunits))
17253 (propagated-inputs
17254 (list r-rcpp))
17255 (native-inputs
17256 (list r-knitr))
17257 (home-page "https://github.com/r-quantities/units/")
17258 (synopsis "Measurement Units for R Vectors")
17259 (description
17260 "This package provides support for measurement units in R vectors,
17261 matrices and arrays: automatic propagation, conversion, derivation and
17262 simplification of units; raising errors in case of unit incompatibility. It
17263 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
17264 classes.")
17265 (license license:gpl2)))
17266
17267 (define-public r-udunits2
17268 (package
17269 (name "r-udunits2")
17270 (version "0.13.2.1")
17271 (source
17272 (origin
17273 (method url-fetch)
17274 (uri (cran-uri "udunits2" version))
17275 (sha256
17276 (base32
17277 "00prsy8m41v1camcsz94d7gm8qab2mdnwl3x0dyhz4r49b02jm4z"))))
17278 (properties `((upstream-name . "udunits2")))
17279 (build-system r-build-system)
17280 (inputs
17281 (list udunits))
17282 (home-page "https://cran.r-project.org/package=udunits2")
17283 (synopsis "Udunits-2 bindings for R")
17284 (description
17285 "This package provides simple bindings to Unidata's udunits library.")
17286 (license license:gpl2)))
17287
17288 (define-public r-classint
17289 (package
17290 (name "r-classint")
17291 (version "0.4-3")
17292 (source
17293 (origin
17294 (method url-fetch)
17295 (uri (cran-uri "classInt" version))
17296 (sha256
17297 (base32
17298 "1b1lqhpzxm6b8pza8l3s0cxy74mm9y45lcd3354i2v3bg8m7mply"))))
17299 (properties `((upstream-name . "classInt")))
17300 (build-system r-build-system)
17301 (propagated-inputs
17302 (list r-class r-e1071 r-kernsmooth))
17303 (native-inputs
17304 (list gfortran r-knitr))
17305 (home-page "https://github.com/r-spatial/classInt/")
17306 (synopsis "Choose univariate class intervals")
17307 (description
17308 "This package provides selected commonly used methods for choosing
17309 univariate class intervals for mapping or other graphics purposes.")
17310 (license license:gpl2+)))
17311
17312 (define-public r-spdata
17313 (package
17314 (name "r-spdata")
17315 (version "2.0.1")
17316 (source
17317 (origin
17318 (method url-fetch)
17319 (uri (cran-uri "spData" version))
17320 (sha256
17321 (base32
17322 "1z4hp5ivwzyvl8mkp98j2ng1cl1xksqbjxv85vdlqfqjwpia6df6"))))
17323 (properties `((upstream-name . "spData")))
17324 (build-system r-build-system)
17325 (propagated-inputs
17326 (list r-raster r-sp))
17327 (home-page "https://github.com/Nowosad/spData")
17328 (synopsis "Datasets for spatial analysis")
17329 (description
17330 "This a package containing diverse spatial datasets for demonstrating,
17331 benchmarking and teaching spatial data analysis. It includes R data of class
17332 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
17333 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
17334 of the datasets are designed to illustrate specific analysis techniques.
17335 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
17336 illustrate point pattern analysis techniques.")
17337 (license license:cc0)))
17338
17339 (define-public r-learnbayes
17340 (package
17341 (name "r-learnbayes")
17342 (version "2.15.1")
17343 (source
17344 (origin
17345 (method url-fetch)
17346 (uri (cran-uri "LearnBayes" version))
17347 (sha256
17348 (base32
17349 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
17350 (properties `((upstream-name . "LearnBayes")))
17351 (build-system r-build-system)
17352 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
17353 (synopsis "Functions for learning Bayesian inference")
17354 (description
17355 "This package provides a collection of functions helpful in learning the
17356 basic tenets of Bayesian statistical inference. It contains functions for
17357 summarizing basic one and two parameter posterior distributions and predictive
17358 distributions. It contains MCMC algorithms for summarizing posterior
17359 distributions defined by the user. It also contains functions for regression
17360 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
17361 sampling.")
17362 (license license:gpl2+)))
17363
17364 (define-public r-deldir
17365 (package
17366 (name "r-deldir")
17367 (version "1.0-6")
17368 (source
17369 (origin
17370 (method url-fetch)
17371 (uri (cran-uri "deldir" version))
17372 (sha256
17373 (base32
17374 "1igq0l2knsbhizncgydcsidgkvvlwwlkrifbcdyhnzk0bhrdixkd"))))
17375 (build-system r-build-system)
17376 (native-inputs (list gfortran))
17377 (home-page "https://cran.r-project.org/web/packages/deldir")
17378 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
17379 (description
17380 "This package provides tools for calculating the Delaunay triangulation
17381 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
17382 of a planar point set. It plots triangulations and tessellations in various
17383 ways, clips tessellations to sub-windows, calculates perimeters of
17384 tessellations, and summarizes information about the tiles of the
17385 tessellation.")
17386 (license license:gpl2+)))
17387
17388 (define-public r-wk
17389 (package
17390 (name "r-wk")
17391 (version "0.6.0")
17392 (source
17393 (origin
17394 (method url-fetch)
17395 (uri (cran-uri "wk" version))
17396 (sha256
17397 (base32
17398 "1xga4rrqsr190g55by39az4nimnn06bf5b6mcjgwqvba0lvjhb5g"))))
17399 (properties `((upstream-name . "wk")))
17400 (build-system r-build-system)
17401 (home-page "https://paleolimbot.github.io/wk/")
17402 (synopsis "Lightweight well-known geometry parsing")
17403 (description
17404 "This package provides a minimal R and C++ API for parsing well-known
17405 binary and well-known text representation of geometries to and from R-native
17406 formats. Well-known binary is compact and fast to parse; well-known text is
17407 human-readable and is useful for writing tests. These formats are only useful
17408 in R if the information they contain can be accessed in R, for which
17409 high-performance functions are provided here.")
17410 (license license:expat)))
17411
17412 (define-public r-s2
17413 (package
17414 (name "r-s2")
17415 (version "1.0.7")
17416 (source
17417 (origin
17418 (method url-fetch)
17419 (uri (cran-uri "s2" version))
17420 (sha256
17421 (base32
17422 "0gwydn6wdl675ydkcckrci6ylcx30qn8nfhmrp4qx4r9mv3c2410"))))
17423 (properties `((upstream-name . "s2")))
17424 (build-system r-build-system)
17425 (propagated-inputs
17426 (list r-rcpp r-wk))
17427 (inputs
17428 (list openssl))
17429 (native-inputs
17430 (list pkg-config))
17431 (home-page "https://r-spatial.github.io/s2/")
17432 (synopsis "Spherical geometry operators using the S2 geometry library")
17433 (description
17434 "This package provides R bindings for Google's s2 library for geometric
17435 calculations on the sphere. High-performance constructors and exporters
17436 provide high compatibility with existing spatial packages, transformers
17437 construct new geometries from existing geometries, predicates provide a means
17438 to select geometries based on spatial relationships, and accessors extract
17439 information about geometries.")
17440 (license license:asl2.0)))
17441
17442 (define-public r-sf
17443 (package
17444 (name "r-sf")
17445 (version "1.0-7")
17446 (source
17447 (origin
17448 (method url-fetch)
17449 (uri (cran-uri "sf" version))
17450 (sha256
17451 (base32
17452 "0lsl4rh4lbv386hxlsnnwsjb5x1n9d3z0ckjmxakmmrqjjmiywyh"))))
17453 (build-system r-build-system)
17454 (inputs
17455 (list gdal geos proj sqlite zlib))
17456 (propagated-inputs
17457 (list r-classint
17458 r-dbi
17459 r-magrittr
17460 r-rcpp
17461 r-s2
17462 r-units))
17463 (native-inputs
17464 (list pkg-config r-knitr))
17465 (home-page "https://github.com/r-spatial/sf/")
17466 (synopsis "Simple features for R")
17467 (description
17468 "This package provides support for simple features, a standardized way to
17469 encode spatial vector data. It binds to GDAL for reading and writing data, to
17470 GEOS for geometrical operations, and to PROJ for projection conversions and
17471 datum transformations.")
17472 ;; Either of these licenses
17473 (license (list license:gpl2 license:expat))))
17474
17475 (define-public r-spdep
17476 (package
17477 (name "r-spdep")
17478 (version "1.2-3")
17479 (source (origin
17480 (method url-fetch)
17481 (uri (cran-uri "spdep" version))
17482 (sha256
17483 (base32
17484 "0qd7qjblx49gp07pcf4qb2f93ab3p126pa77g6mq4z3jaa510hak"))
17485 (snippet
17486 '(for-each delete-file '("inst/doc/CO69.html"
17487 "inst/doc/CO69.R"
17488 "inst/doc/nb.html"
17489 "inst/doc/nb.R"
17490 "inst/doc/nb_sf.html"
17491 "inst/doc/nb_sf.R"
17492 "inst/doc/nb_sf.Rmd"
17493 "inst/doc/sids.html"
17494 "inst/doc/sids.R")))))
17495 (build-system r-build-system)
17496 (propagated-inputs
17497 (list r-boot
17498 r-deldir
17499 r-e1071
17500 r-s2
17501 r-sf
17502 r-sp
17503 r-spdata
17504 r-units))
17505 (native-inputs
17506 (list r-knitr))
17507 (home-page "https://github.com/r-spatial/spdep/")
17508 (synopsis "Spatial dependence: weighting schemes, statistics and models")
17509 (description
17510 "This package provides a collection of functions to create spatial
17511 weights matrix objects from polygon contiguities, from point patterns by
17512 distance and tessellations, for summarizing these objects, and for permitting
17513 their use in spatial data analysis, including regional aggregation by minimum
17514 spanning tree.")
17515 (license license:gpl2+)))
17516
17517 (define-public r-adegenet
17518 (package
17519 (name "r-adegenet")
17520 (version "2.1.5")
17521 (source
17522 (origin
17523 (method url-fetch)
17524 (uri (cran-uri "adegenet" version))
17525 (sha256
17526 (base32
17527 "1wjp31634n6z6wglf4z3ydrhhn5jmpwwckmp3n2b0v5f3p2fivp4"))))
17528 (build-system r-build-system)
17529 (propagated-inputs
17530 (list r-ade4
17531 r-ape
17532 r-boot
17533 r-dplyr
17534 r-ggplot2
17535 r-igraph
17536 r-mass
17537 r-reshape2
17538 r-seqinr
17539 r-shiny
17540 r-vegan))
17541 (home-page "https://github.com/thibautjombart/adegenet")
17542 (synopsis "Exploratory analysis of genetic and genomic data")
17543 (description
17544 "This package provides a toolset for the exploration of genetic and
17545 genomic data. Adegenet provides formal (S4) classes for storing and handling
17546 various genetic data, including genetic markers with varying ploidy and
17547 hierarchical population structure (@code{genind} class), alleles counts by
17548 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
17549 also implements original multivariate methods (DAPC, sPCA), graphics,
17550 statistical tests, simulation tools, distance and similarity measures, and
17551 several spatial methods. A range of both empirical and simulated datasets is
17552 also provided to illustrate various methods.")
17553 (license license:gpl2+)))
17554
17555 (define-public r-pegas
17556 (package
17557 (name "r-pegas")
17558 (version "1.1")
17559 (source
17560 (origin
17561 (method url-fetch)
17562 (uri (cran-uri "pegas" version))
17563 (sha256
17564 (base32 "0ngd0laqbs139ji9hm9kwsm9rm56agw2yyfcplxgqva936l93fl7"))))
17565 (build-system r-build-system)
17566 (propagated-inputs
17567 (list r-ape))
17568 (home-page "http://ape-package.ird.fr/pegas.html")
17569 (synopsis "Population and evolutionary genetics analysis system")
17570 (description
17571 "This package provides functions for reading, writing, plotting,
17572 analysing, and manipulating allelic and haplotypic data, including from VCF
17573 files, and for the analysis of population nucleotide sequences and
17574 micro-satellites including coalescent analyses, linkage disequilibrium,
17575 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
17576 minimum spanning tree and network, and median-joining networks.")
17577 (license license:gpl2+)))
17578
17579 (define-public r-rmetasim
17580 (package
17581 (name "r-rmetasim")
17582 (version "3.1.14")
17583 (source
17584 (origin
17585 (method url-fetch)
17586 (uri (cran-uri "rmetasim" version))
17587 (sha256
17588 (base32
17589 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
17590 (build-system r-build-system)
17591 (propagated-inputs
17592 (list r-ade4 r-adegenet r-gtools r-pegas))
17593 (home-page "https://cran.r-project.org/web/packages/rmetasim")
17594 (synopsis "Individual-based population genetic simulation environment")
17595 (description
17596 "This package provides an interface between R and the metasim simulation
17597 engine. The simulation environment is documented in: Strand, A.(2002),
17598 Metasim 1.0: an individual-based environment for simulating population
17599 genetics of complex population dynamics.")
17600 ;; Any GPL version
17601 (license license:gpl2+)))
17602
17603 (define-public r-genetics
17604 (package
17605 (name "r-genetics")
17606 (version "1.3.8.1.3")
17607 (source
17608 (origin
17609 (method url-fetch)
17610 (uri (cran-uri "genetics" version))
17611 (sha256
17612 (base32
17613 "0lljxvz7nc6y2z303icphar2niir0i407w5cyhy2pwspd9gwkwpy"))))
17614 (build-system r-build-system)
17615 (propagated-inputs
17616 (list r-combinat r-gdata r-gtools r-mass r-mvtnorm))
17617 (home-page "https://cran.r-project.org/web/packages/genetics/")
17618 (synopsis "Population genetics")
17619 (description
17620 "This package provides classes and methods for handling genetic data.
17621 It includes classes to represent genotypes and haplotypes at single markers up
17622 to multiple markers on multiple chromosomes. Function include allele
17623 frequencies, flagging homo/heterozygotes, flagging carriers of certain
17624 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
17625 and testing for linkage disequilibrium, ...")
17626 ;; Any GPL version.
17627 (license license:gpl2+)))
17628
17629 (define-public r-snp-plotter
17630 (package
17631 (name "r-snp-plotter")
17632 (version "0.5.1")
17633 (source
17634 (origin
17635 (method url-fetch)
17636 (uri (cran-uri "snp.plotter" version))
17637 (sha256
17638 (base32
17639 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
17640 (properties `((upstream-name . "snp.plotter")))
17641 (build-system r-build-system)
17642 (propagated-inputs (list r-genetics))
17643 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
17644 (synopsis "Plot p-values using single SNP and/or haplotype data")
17645 (description
17646 "This package helps you create plots of p-values using single SNP and/or
17647 haplotype data. Main features of the package include options to display a
17648 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
17649 datasets simultaneously. Plots can be created using global and/or individual
17650 haplotype p-values along with single SNP p-values. Images are created as
17651 either PDF/EPS files.")
17652 (license license:gpl2+)))
17653
17654 (define-public r-polspline
17655 (package
17656 (name "r-polspline")
17657 (version "1.1.19")
17658 (source
17659 (origin
17660 (method url-fetch)
17661 (uri (cran-uri "polspline" version))
17662 (sha256
17663 (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
17664 (build-system r-build-system)
17665 (native-inputs (list gfortran))
17666 (home-page "https://cran.r-project.org/web/packages/polspline/")
17667 (synopsis "Polynomial spline routines")
17668 (description
17669 "This package provides routines for the polynomial spline fitting
17670 routines hazard regression, hazard estimation with flexible tails, logspline,
17671 lspec, polyclass, and polymars.")
17672 (license license:gpl2+)))
17673
17674 (define-public r-rms
17675 (package
17676 (name "r-rms")
17677 (version "6.2-0")
17678 (source
17679 (origin
17680 (method url-fetch)
17681 (uri (cran-uri "rms" version))
17682 (sha256
17683 (base32 "1di4xvsx0rwkr77nfqiysbg4qf699199xqil70i39d4zwfzqrm8h"))))
17684 (build-system r-build-system)
17685 (propagated-inputs
17686 (list r-cluster
17687 r-digest
17688 r-ggplot2
17689 r-hmisc
17690 r-htmltable
17691 r-htmltools
17692 r-lattice
17693 r-mass
17694 r-multcomp
17695 r-nlme
17696 r-polspline
17697 r-quantreg
17698 r-rpart
17699 r-sparsem
17700 r-survival))
17701 (native-inputs (list gfortran))
17702 (home-page "http://biostat.mc.vanderbilt.edu/rms")
17703 (synopsis "Regression modeling strategies")
17704 (description
17705 "This is a package for regression modeling, testing, estimation,
17706 validation, graphics, prediction, and typesetting by storing enhanced model
17707 design attributes in the fit. The rms package is a collection of functions
17708 that assist with and streamline modeling. It also contains functions for
17709 binary and ordinal logistic regression models, ordinal models for continuous Y
17710 with a variety of distribution families, and the Buckley-James multiple
17711 regression model for right-censored responses, and implements penalized
17712 maximum likelihood estimation for logistic and ordinary linear models. The
17713 package works with almost any regression model, but it was especially written
17714 to work with binary or ordinal regression models, Cox regression, accelerated
17715 failure time models, ordinary linear models, the Buckley-James model,
17716 generalized least squares for serially or spatially correlated observations,
17717 generalized linear models, and quantile regression.")
17718 (license license:gpl2+)))
17719
17720 (define-public r-arsenal
17721 (package
17722 (name "r-arsenal")
17723 (version "3.6.3")
17724 (source
17725 (origin
17726 (method url-fetch)
17727 (uri (cran-uri "arsenal" version))
17728 (sha256
17729 (base32
17730 "0qvs3ld28djnjnggdhqjwq8sbv8zz322qahlvf7dnx35yqf6xkms"))))
17731 (properties `((upstream-name . "arsenal")))
17732 (build-system r-build-system)
17733 (propagated-inputs (list r-knitr))
17734 (native-inputs (list r-knitr))
17735 (home-page "https://github.com/mayoverse/arsenal")
17736 (synopsis "Functions for large-scale statistical summaries")
17737 (description
17738 "This package provides an arsenal of R functions for large-scale
17739 statistical summaries, which are streamlined to work within the latest
17740 reporting tools in R and RStudio and which use formulas and versatile
17741 summary statistics for summary tables and models. The primary functions
17742 include
17743
17744 @enumerate
17745 @item @code{tableby}, a Table-1-like summary of multiple variable types by the
17746 levels of one or more categorical variables;
17747 @item @code{paired}, a Table-1-like summary of multiple variable types paired
17748 across two time points;
17749 @item @code{modelsum}, which performs simple model fits on one or more
17750 endpoints for many variables (univariate or adjusted for covariates);
17751 @item @code{freqlist}, a powerful frequency table across many categorical
17752 variables;
17753 @item @code{comparedf}, a function for comparing @code{data.frames}; and
17754 @item @code{write2}, a function to output tables to a document.
17755 @end enumerate
17756 ")
17757 (license license:gpl2+)))
17758
17759 (define-public r-haplo-stats
17760 (package
17761 (name "r-haplo-stats")
17762 (version "1.8.7")
17763 (source
17764 (origin
17765 (method url-fetch)
17766 (uri (cran-uri "haplo.stats" version))
17767 (sha256
17768 (base32
17769 "1q2zn72j92bwhcdswk4qqfgzch56p9pcy2xhkd3safvqp3l9rzpw"))))
17770 (properties `((upstream-name . "haplo.stats")))
17771 (build-system r-build-system)
17772 (propagated-inputs
17773 (list r-arsenal r-rms))
17774 (native-inputs
17775 (list r-r-rsp)) ; for vignettes
17776 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
17777 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
17778 (description
17779 "This package provides routines for the analysis of indirectly measured
17780 haplotypes. The statistical methods assume that all subjects are unrelated
17781 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
17782 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
17783 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
17784 examples in the vignette.")
17785 (license license:gpl2+)))
17786
17787 (define-public r-bqtl
17788 (package
17789 (name "r-bqtl")
17790 (version "1.0-33")
17791 (source
17792 (origin
17793 (method url-fetch)
17794 (uri (cran-uri "bqtl" version))
17795 (sha256
17796 (base32
17797 "1sbzpi9z94f010lw2y1gmifjrvpmiqs4m26za7vr1xz72azrqvs9"))))
17798 (build-system r-build-system)
17799 (native-inputs (list gfortran))
17800 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
17801 (synopsis "Bayesian QTL mapping toolkit")
17802 (description
17803 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
17804 lines. It includes maximum likelihood and Bayesian tools.")
17805 (license license:gpl2+)))
17806
17807 (define-public r-ibdreg
17808 (package
17809 (name "r-ibdreg")
17810 (version "0.3.6")
17811 (source
17812 (origin
17813 (method url-fetch)
17814 (uri (cran-uri "ibdreg" version))
17815 (sha256
17816 (base32
17817 "1x8z0vr2cmdks12hxfm0wwxskb0cr669w5j5rpa2ln8q704yy41g"))))
17818 (build-system r-build-system)
17819 (home-page "https://www.mayo.edu/research/labs/\
17820 statistical-genetics-genetic-epidemiology/software")
17821 (synopsis "Regression methods for IBD linkage with covariates")
17822 (description
17823 "This package provides a method to test genetic linkage with covariates
17824 by regression methods with response IBD sharing for relative pairs. Account
17825 for correlations of IBD statistics and covariates for relative pairs within
17826 the same pedigree.")
17827 (license license:gpl2+)))
17828
17829 (define-public r-dlmap
17830 (package
17831 (name "r-dlmap")
17832 (version "1.13")
17833 (source
17834 (origin
17835 (method url-fetch)
17836 (uri (cran-uri "dlmap" version))
17837 (sha256
17838 (base32
17839 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
17840 (build-system r-build-system)
17841 (propagated-inputs
17842 (list r-ibdreg r-mgcv r-nlme r-qtl r-wgaim))
17843 (home-page "https://cran.r-project.org/web/packages/dlmap/")
17844 (synopsis "Detection localization mapping for QTL")
17845 (description
17846 "This is package for QTL mapping in a mixed model framework with separate
17847 detection and localization stages. The first stage detects the number of QTL
17848 on each chromosome based on the genetic variation due to grouped markers on
17849 the chromosome; the second stage uses this information to determine the most
17850 likely QTL positions. The mixed model can accommodate general fixed and
17851 random effects, including spatial effects in field trials and pedigree
17852 effects. It is applicable to backcrosses, doubled haploids, recombinant
17853 inbred lines, F2 intercrosses, and association mapping populations.")
17854 (license license:gpl2)))
17855
17856 (define-public r-hwde
17857 (package
17858 (name "r-hwde")
17859 (version "0.67")
17860 (source
17861 (origin
17862 (method url-fetch)
17863 (uri (cran-uri "hwde" version))
17864 (sha256
17865 (base32
17866 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
17867 (build-system r-build-system)
17868 (home-page "https://cran.r-project.org/web/packages/hwde/")
17869 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
17870 (description
17871 "This package fits models for genotypic disequilibria, as described in
17872 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
17873 terms are available that account for first order interactions between loci.
17874 It also implements, for a single locus in a single population, a conditional
17875 exact test for Hardy-Weinberg equilibrium.")
17876 (license license:gpl2+)))
17877
17878 (define-public r-tdthap
17879 (package
17880 (name "r-tdthap")
17881 (version "1.1-11")
17882 (source
17883 (origin
17884 (method url-fetch)
17885 (uri (cran-uri "tdthap" version))
17886 (sha256
17887 (base32
17888 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
17889 (build-system r-build-system)
17890 (home-page "https://cran.r-project.org/web/packages/tdthap/")
17891 (synopsis "TDT tests for extended haplotypes")
17892 (description
17893 "Functions and examples are provided for transmission/disequilibrium
17894 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
17895 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
17896 (license license:artistic2.0)))
17897
17898 (define-public r-sparql
17899 (package
17900 (name "r-sparql")
17901 (version "1.16")
17902 (source (origin
17903 (method url-fetch)
17904 (uri (cran-uri "SPARQL" version))
17905 (sha256
17906 (base32
17907 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
17908 (properties `((upstream-name . "SPARQL")))
17909 (build-system r-build-system)
17910 (propagated-inputs
17911 (list r-rcurl r-xml))
17912 (home-page "https://cran.r-project.org/web/packages/SPARQL")
17913 (synopsis "SPARQL client for R")
17914 (description "This package provides an interface to use SPARQL to pose
17915 SELECT or UPDATE queries to an end-point.")
17916 ;; The only license indication is found in the DESCRIPTION file,
17917 ;; which states GPL-3. So we cannot assume GPLv3+.
17918 (license license:gpl3)))
17919
17920 (define-public r-bookdown
17921 (package
17922 (name "r-bookdown")
17923 (version "0.25")
17924 (source (origin
17925 (method url-fetch)
17926 (uri (cran-uri "bookdown" version))
17927 (sha256
17928 (base32
17929 "0v5nlm3lbm0h5cvd9j2211yqk68rkm416aq8qp6r8klj69xm1bri"))))
17930 (build-system r-build-system)
17931 (propagated-inputs
17932 (list r-htmltools
17933 r-jquerylib
17934 r-knitr
17935 r-rmarkdown
17936 r-tinytex
17937 r-xfun
17938 r-yaml
17939 pandoc))
17940 ;; We cannot add knitr because this package depends on xfun, which is an
17941 ;; input to knitr.
17942 #;
17943 (native-inputs
17944 `(("r-knitr" ,r-knitr)))
17945 (home-page "https://github.com/rstudio/bookdown")
17946 (synopsis "Authoring books and technical documents with R markdown")
17947 (description "This package provides output formats and utilities for
17948 authoring books and technical documents with R Markdown.")
17949 (license license:gpl3)))
17950
17951 (define-public r-optparse
17952 (package
17953 (name "r-optparse")
17954 (version "1.7.1")
17955 (source
17956 (origin
17957 (method url-fetch)
17958 (uri (cran-uri "optparse" version))
17959 (sha256
17960 (base32
17961 "1rqz0y4r94y3mwbb9kyz97cjqpnprka96qbncvbnbmgg2d630kij"))))
17962 (build-system r-build-system)
17963 (propagated-inputs
17964 (list r-getopt))
17965 (native-inputs
17966 (list r-knitr))
17967 (home-page "https://github.com/trevorld/optparse")
17968 (synopsis "Command line option parser")
17969 (description
17970 "This package provides a command line parser inspired by Python's
17971 @code{optparse} library to be used with Rscript to write shebang scripts
17972 that accept short and long options.")
17973 (license license:gpl2+)))
17974
17975 (define-public r-kernlab
17976 (package
17977 (name "r-kernlab")
17978 (version "0.9-30")
17979 (source
17980 (origin
17981 (method url-fetch)
17982 (uri (cran-uri "kernlab" version))
17983 (sha256
17984 (base32 "10gfb542nbl1d5pfy6r7gcg3j1ikra9l18r6xjv8lzp5ka1kmz28"))))
17985 (build-system r-build-system)
17986 (home-page "https://cran.r-project.org/web/packages/kernlab")
17987 (synopsis "Kernel-based machine learning tools")
17988 (description
17989 "This package provides kernel-based machine learning methods for
17990 classification, regression, clustering, novelty detection, quantile regression
17991 and dimensionality reduction. Among other methods @code{kernlab} includes
17992 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
17993 and a QP solver.")
17994 (license license:gpl2)))
17995
17996 (define-public r-hierfstat
17997 (package
17998 (name "r-hierfstat")
17999 (version "0.5-10")
18000 (source
18001 (origin
18002 (method url-fetch)
18003 (uri (cran-uri "hierfstat" version))
18004 (sha256
18005 (base32
18006 "1p4vlna185sa3b5xjbysiqxcj9aa5s7dmxy41hg79vlqdivf874r"))))
18007 (build-system r-build-system)
18008 (propagated-inputs
18009 (list r-ade4 r-adegenet r-gaston r-gtools))
18010 (native-inputs
18011 (list r-knitr))
18012 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
18013 (synopsis "Estimation and tests of hierarchical F-statistics")
18014 (description
18015 "This package allows the estimation of hierarchical F-statistics from
18016 haploid or diploid genetic data with any numbers of levels in the hierarchy,
18017 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
18018 are also given to test via randomisations the significance of each F and
18019 variance components, using the likelihood-ratio statistics G.")
18020 (license license:gpl2+)))
18021
18022 (define-public r-hapassoc
18023 (package
18024 (name "r-hapassoc")
18025 (version "1.2-8")
18026 (source
18027 (origin
18028 (method url-fetch)
18029 (uri (cran-uri "hapassoc" version))
18030 (sha256
18031 (base32
18032 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
18033 (build-system r-build-system)
18034 (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html")
18035 (synopsis "Inference of trait associations with SNP haplotypes")
18036 (description
18037 "Hapassoc performs likelihood inference of trait associations with
18038 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
18039 functions are developed primarily for data collected in cohort or
18040 cross-sectional studies. They can accommodate uncertain haplotype phase and
18041 handle missing genotypes at some SNPs.")
18042 (license license:gpl2)))
18043
18044 (define-public r-sampling
18045 (package
18046 (name "r-sampling")
18047 (version "2.9")
18048 (source
18049 (origin
18050 (method url-fetch)
18051 (uri (cran-uri "sampling" version))
18052 (sha256
18053 (base32
18054 "11xis4vzn2ga8ml9xrgfgqzccvwbnabq35aidzdvpnvciybsanvz"))))
18055 (build-system r-build-system)
18056 (propagated-inputs
18057 (list r-lpsolve r-mass))
18058 (home-page "https://cran.r-project.org/web/packages/sampling/")
18059 (synopsis "Survey sampling")
18060 (description
18061 "This package provides functions for drawing and calibrating samples.")
18062 (license license:gpl2+)))
18063
18064 (define-public r-r2html
18065 (package
18066 (name "r-r2html")
18067 (version "2.3.2")
18068 (source
18069 (origin
18070 (method url-fetch)
18071 (uri (cran-uri "R2HTML" version))
18072 (sha256
18073 (base32
18074 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
18075 (properties `((upstream-name . "R2HTML")))
18076 (build-system r-build-system)
18077 (home-page "https://github.com/nalimilan/R2HTML")
18078 (synopsis "HTML export for R objects")
18079 (description
18080 "This package includes HTML functions and methods to write in an HTML
18081 file. Thus, making HTML reports is easy. It includes a function that allows
18082 redirection on the fly, which appears to be very useful for teaching purposes,
18083 as the student can keep a copy of the produced output to keep all that they
18084 did during the course. The package comes with a vignette describing how to
18085 write HTML reports for statistical analysis. Finally, a driver for Sweave
18086 parses HTML flat files containing R code and to automatically write
18087 the corresponding outputs (tables and graphs).")
18088 (license license:gpl2+)))
18089
18090 (define-public r-rjava
18091 (package
18092 (name "r-rjava")
18093 (version "1.0-6")
18094 (source
18095 (origin
18096 (method url-fetch)
18097 (uri (cran-uri "rJava" version))
18098 (sha256
18099 (base32
18100 "1ijqhvnb8ab38cp9pwdf7zq7xqqlm6x94gkrab2dd98p6d4x1472"))))
18101 (properties `((upstream-name . "rJava")))
18102 (build-system r-build-system)
18103 (arguments
18104 `(#:modules ((guix build utils)
18105 (guix build r-build-system)
18106 (ice-9 match))
18107 #:phases
18108 (modify-phases %standard-phases
18109 (add-after 'unpack 'set-JAVA_HOME
18110 (lambda* (#:key inputs #:allow-other-keys)
18111 (let ((jdk (assoc-ref inputs "jdk")))
18112 (setenv "JAVA_HOME" jdk)
18113 (setenv "JAVA" (which "java"))
18114 (setenv "JAR" (which "jar"))
18115 (setenv "JAVAC" (which "javac"))
18116 (setenv "JAVAH" (which "javah"))
18117 (setenv "JAVA_CPPFLAGS"
18118 (string-append "-I" jdk "/include "
18119 "-I" jdk "/include/linux"))
18120 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
18121 ((lib) (setenv "JAVA_LIBS" lib))
18122 (_ (error "Could not find libjvm.so"))))
18123 #t)))))
18124 (inputs
18125 `(("icu4c" ,icu4c)
18126 ("jdk" ,icedtea-8 "jdk")
18127 ("zlib" ,zlib)))
18128 (home-page "https://www.rforge.net/rJava/")
18129 (synopsis "Low-Level R to Java interface")
18130 (description
18131 "This package provides a low-level interface to the Java VM very much
18132 like .C/.Call and friends. It allows the creation of objects, calling methods
18133 and accessing fields.")
18134 (license license:gpl2)))
18135
18136 (define-public r-svmisc
18137 (package
18138 (name "r-svmisc")
18139 (version "1.2.3")
18140 (source
18141 (origin
18142 (method url-fetch)
18143 (uri (cran-uri "svMisc" version))
18144 (sha256
18145 (base32
18146 "1r3kih5bnr4plnzdn5f2gg3xl3krgyl7gkdlf58a2l8vk13j3m9d"))))
18147 (properties `((upstream-name . "svMisc")))
18148 (build-system r-build-system)
18149 (native-inputs
18150 (list r-knitr))
18151 (home-page "https://github.com/SciViews/svMisc")
18152 (synopsis "Miscellaneous functions for SciViews")
18153 (description
18154 "This package provides miscellaneous functions for SciViews or general
18155 use, including tools to manage a temporary environment attached to the search
18156 path for temporary variables you do not want to @code{save()} or
18157 @code{load()}; test the current platform; showing progress bars, etc.")
18158 (license license:gpl2)))
18159
18160 (define-public r-xyz
18161 (package
18162 (name "r-xyz")
18163 (version "0.2")
18164 (source
18165 (origin
18166 (method url-fetch)
18167 (uri (cran-uri "xyz" version))
18168 (sha256
18169 (base32
18170 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
18171 (build-system r-build-system)
18172 (propagated-inputs
18173 (list r-rcpp))
18174 (home-page "https://cran.r-project.org/web/packages/xyz/")
18175 (synopsis "Algorithm for fast interaction search in high-dimensional data")
18176 (description
18177 "High dimensional interaction search by brute force requires a quadratic
18178 computational cost in the number of variables. The xyz algorithm provably
18179 finds strong interactions in almost linear time. For details of the algorithm
18180 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
18181 interaction search in high-dimensional data.")
18182 ;; Any version of the GPL.
18183 (license license:gpl2+)))
18184
18185 (define-public r-rttf2pt1
18186 (package
18187 (name "r-rttf2pt1")
18188 (version "1.3.10")
18189 (source
18190 (origin
18191 (method url-fetch)
18192 (uri (cran-uri "Rttf2pt1" version))
18193 (sha256
18194 (base32
18195 "1fp1y0kxa5xg8w0dplm12wfm8h78az4k6ql1758wwhb3d17np241"))))
18196 (properties `((upstream-name . "Rttf2pt1")))
18197 (build-system r-build-system)
18198 (home-page "https://github.com/wch/Rttf2pt1")
18199 (synopsis "Font conversion utility")
18200 (description
18201 "This package contains the program @code{ttf2pt1}, for use with the
18202 @code{extrafont} package.")
18203 ;; Most of the files are covered under the Expat license. Some files are
18204 ;; covered under BSD-3. Deviations for individual files are recorded in
18205 ;; the LICENSE file.
18206 (license (list license:bsd-3 license:expat
18207 (license:non-copyleft "file://LICENSE")))))
18208
18209 (define-public r-extrafontdb
18210 (package
18211 (name "r-extrafontdb")
18212 (version "1.0")
18213 (source
18214 (origin
18215 (method url-fetch)
18216 (uri (cran-uri "extrafontdb" version))
18217 (sha256
18218 (base32
18219 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
18220 (build-system r-build-system)
18221 (home-page "https://github.com/wch/extrafontdb")
18222 (synopsis "Database for the extrafont package")
18223 (description
18224 "This package holds the database for the @code{extrafont} package.")
18225 (license license:gpl2)))
18226
18227 (define-public r-extrafont
18228 (package
18229 (name "r-extrafont")
18230 (version "0.17")
18231 (source
18232 (origin
18233 (method url-fetch)
18234 (uri (cran-uri "extrafont" version))
18235 (sha256
18236 (base32
18237 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
18238 (build-system r-build-system)
18239 (propagated-inputs
18240 (list r-extrafontdb r-rttf2pt1))
18241 (home-page "https://github.com/wch/extrafont")
18242 (synopsis "Tools for using fonts in R")
18243 (description
18244 "The extrafont package makes it easier to use fonts other than the basic
18245 PostScript fonts that R uses. Fonts that are imported into extrafont can be
18246 used with PDF or PostScript output files. There are two hurdles for using
18247 fonts in PDF (or Postscript) output files:
18248
18249 @enumerate
18250 @item Making R aware of the font and the dimensions of the characters.
18251 @item Embedding the fonts in the PDF file so that the PDF can be displayed
18252 properly on a device that doesn't have the font. This is usually needed if
18253 you want to print the PDF file or share it with others.
18254 @end enumerate
18255
18256 The extrafont package makes both of these things easier.")
18257 (license license:gpl2)))
18258
18259 (define-public r-xkcd
18260 (package
18261 (name "r-xkcd")
18262 (version "0.0.6")
18263 (source
18264 (origin
18265 (method url-fetch)
18266 (uri (cran-uri "xkcd" version))
18267 (sha256
18268 (base32
18269 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
18270 (build-system r-build-system)
18271 (propagated-inputs
18272 (list r-extrafont r-ggplot2 r-hmisc))
18273 (home-page "https://cran.r-project.org/web/packages/xkcd/")
18274 (synopsis "Plot ggplot2 graphics in the XKCD style")
18275 (description
18276 "This package provides the means to plot ggplot2 graphs in the style of
18277 the XKCD web comic.")
18278 (license license:gpl3)))
18279
18280 (define-public r-babelgene
18281 (package
18282 (name "r-babelgene")
18283 (version "22.3")
18284 (source
18285 (origin
18286 (method url-fetch)
18287 (uri (cran-uri "babelgene" version))
18288 (sha256
18289 (base32
18290 "1735h4s2vahv55pmq65zkgxq8d5x71i1is03rf17dric8yynjjhg"))))
18291 (properties `((upstream-name . "babelgene")))
18292 (build-system r-build-system)
18293 (propagated-inputs
18294 (list r-dplyr r-rlang))
18295 (native-inputs
18296 (list r-knitr))
18297 (home-page
18298 "https://igordot.github.io/babelgene/")
18299 (synopsis "Gene orthologs for model organisms in a Tidy data format")
18300 (description
18301 "Genomic analysis of model organisms often requires the use of databases
18302 based on human data or making comparisons to patient-derived resources. This
18303 requires converting genes between human and non-human analogues. The
18304 babelgene R package provides predicted gene orthologs/homologs for frequently
18305 studied model organisms in an R-friendly tidy/long format. The package
18306 integrates orthology assertion predictions sourced from multiple databases as
18307 compiled by the HGNC Comparison of Orthology Predictions (HCOP).")
18308 (license license:expat)))
18309
18310 (define-public r-msigdbr
18311 (package
18312 (name "r-msigdbr")
18313 (version "7.5.1")
18314 (source
18315 (origin
18316 (method url-fetch)
18317 (uri (cran-uri "msigdbr" version))
18318 (sha256
18319 (base32
18320 "1jna9bkq0a7r6f8nhxziyiw75kfhsyh1rv7sx5d4551mvxxlhc6w"))))
18321 (build-system r-build-system)
18322 (propagated-inputs
18323 (list r-babelgene
18324 r-dplyr
18325 r-magrittr
18326 r-rlang
18327 r-tibble
18328 r-tidyselect))
18329 (native-inputs
18330 (list r-knitr))
18331 (home-page "https://github.com/igordot/msigdbr")
18332 (synopsis "MSigDB gene sets for multiple organisms")
18333 (description
18334 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
18335 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
18336 software in a standard R data frame with key-value pairs. Included are the
18337 original human gene symbols and Entrez IDs as well as the equivalents for
18338 various frequently studied model organisms such as mouse, rat, pig, fly, and
18339 yeast.")
18340 ;; The package is covered under the Expat license, but the upstream MSigDB
18341 ;; files are made available under the Creative Commons Attribution 4.0
18342 ;; International license.
18343 (license (list license:expat license:cc-by4.0))))
18344
18345 (define-public r-gridgraphics
18346 (package
18347 (name "r-gridgraphics")
18348 (version "0.5-1")
18349 (source
18350 (origin
18351 (method url-fetch)
18352 (uri (cran-uri "gridGraphics" version))
18353 (sha256
18354 (base32
18355 "12yswy02j3h5wir7m5jnkhpjmb0sa4snn61vjd68i49qwsa6w219"))))
18356 (properties `((upstream-name . "gridGraphics")))
18357 (build-system r-build-system)
18358 (home-page "https://github.com/pmur002/gridgraphics")
18359 (synopsis "Redraw base graphics using @code{grid} graphics")
18360 (description
18361 "This package provides functions to convert a page of plots drawn with
18362 the @code{graphics} package into identical output drawn with the @code{grid}
18363 package. The result looks like the original @code{graphics}-based plot, but
18364 consists of @code{grid} grobs and viewports that can then be manipulated with
18365 @code{grid} functions (e.g., edit grobs and revisit viewports).")
18366 (license license:gpl2+)))
18367
18368 (define-public r-farver
18369 (package
18370 (name "r-farver")
18371 (version "2.1.0")
18372 (source
18373 (origin
18374 (method url-fetch)
18375 (uri (cran-uri "farver" version))
18376 (sha256
18377 (base32
18378 "1x6ffwxqbrwlylnk995jz2a6nz2y9z59jaq0ncpni7q40w367j75"))))
18379 (build-system r-build-system)
18380 (home-page "https://github.com/thomasp85/farver")
18381 (synopsis "Vectorized color conversion and comparison")
18382 (description
18383 "The encoding of color can be handled in many different ways, using
18384 different color spaces. As different color spaces have different uses,
18385 efficient conversion between these representations are important. This
18386 package provides a set of functions that gives access to very fast color space
18387 conversion and comparisons implemented in C++, and offers 100-fold speed
18388 improvements over the @code{convertColor} function in the @code{grDevices}
18389 package.")
18390 (license license:expat)))
18391
18392 (define-public r-yulab-utils
18393 (package
18394 (name "r-yulab-utils")
18395 (version "0.0.4")
18396 (source
18397 (origin
18398 (method url-fetch)
18399 (uri (cran-uri "yulab.utils" version))
18400 (sha256
18401 (base32
18402 "1bj93gnj7j4b7dgkbr5v22rsbwfcw5dvipl5irmidaakvrihd19q"))))
18403 (properties `((upstream-name . "yulab.utils")))
18404 (build-system r-build-system)
18405 (home-page "https://cran.r-project.org/package=yulab.utils")
18406 (synopsis "Supporting functions for packages maintained by YuLab-SMU")
18407 (description
18408 "Miscellaneous functions commonly used by YuLab-SMU, such as
18409 @code{install_zip_gh} to install R packages from Github ZIP files.")
18410 (license license:artistic2.0)))
18411
18412 (define-public r-ggplotify
18413 (package
18414 (name "r-ggplotify")
18415 (version "0.1.0")
18416 (source
18417 (origin
18418 (method url-fetch)
18419 (uri (cran-uri "ggplotify" version))
18420 (sha256
18421 (base32
18422 "12mk3fa8fdjxj7xxz21jkr7h91w5wdgwjqhszcz1qffwsgb773qp"))))
18423 (build-system r-build-system)
18424 (propagated-inputs
18425 (list r-ggplot2 r-gridgraphics r-yulab-utils))
18426 (native-inputs
18427 (list r-knitr))
18428 (home-page "https://github.com/GuangchuangYu/ggplotify")
18429 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
18430 (description
18431 "This package provides tools to convert plot function calls (using
18432 expression or formula) to @code{grob} or @code{ggplot} objects that are
18433 compatible with the @code{grid} and @code{ggplot2} environment. With this
18434 package, we are able to e.g. use @code{cowplot} to align plots produced by
18435 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
18436 converting them to @code{ggplot} objects.")
18437 (license license:artistic2.0)))
18438
18439 (define-public r-triebeard
18440 (package
18441 (name "r-triebeard")
18442 (version "0.3.0")
18443 (source
18444 (origin
18445 (method url-fetch)
18446 (uri (cran-uri "triebeard" version))
18447 (sha256
18448 (base32
18449 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
18450 (build-system r-build-system)
18451 (propagated-inputs (list r-rcpp))
18452 (home-page "https://github.com/Ironholds/triebeard/")
18453 (synopsis "Radix trees in Rcpp")
18454 (description
18455 "Radix trees, or tries, are key-value data structures optimized for
18456 efficient lookups, similar in purpose to hash tables. This package provides
18457 an implementation of radix trees for use in R programming and in developing
18458 packages with Rcpp.")
18459 (license license:expat)))
18460
18461 (define-public r-tweenr
18462 (package
18463 (name "r-tweenr")
18464 (version "1.0.2")
18465 (source
18466 (origin
18467 (method url-fetch)
18468 (uri (cran-uri "tweenr" version))
18469 (sha256
18470 (base32
18471 "17znizh4yabh2zs9mzyr0sl6p0pw49961i61br7cl1b7v9sza18q"))))
18472 (build-system r-build-system)
18473 (propagated-inputs
18474 (list r-farver r-magrittr r-rcpp r-rlang))
18475 (home-page "https://github.com/thomasp85/tweenr")
18476 (synopsis "Interpolate data for smooth animations")
18477 (description
18478 "In order to create smooth animation between states of data, tweening is
18479 necessary. This package provides a range of functions for creating tweened
18480 data that can be used as basis for animation. Furthermore it adds a number of
18481 vectorized interpolaters for common R data types such as numeric, date and
18482 color.")
18483 (license license:expat)))
18484
18485 (define-public r-polyclip
18486 (package
18487 (name "r-polyclip")
18488 (version "1.10-0")
18489 (source
18490 (origin
18491 (method url-fetch)
18492 (uri (cran-uri "polyclip" version))
18493 (sha256
18494 (base32
18495 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
18496 (build-system r-build-system)
18497 (native-inputs (list pkg-config))
18498 (home-page "http://www.angusj.com/delphi/clipper.php")
18499 (synopsis "Polygon clipping")
18500 (description
18501 "This package provides an R port of the library Clipper. It performs
18502 polygon clipping operations (intersection, union, set minus, set difference)
18503 for polygonal regions of arbitrary complexity, including holes. It computes
18504 offset polygons (spatial buffer zones, morphological dilations, Minkowski
18505 dilations) for polygonal regions and polygonal lines. It computes the
18506 Minkowski Sum of general polygons. There is a function for removing
18507 self-intersections from polygon data.")
18508 (license license:boost1.0)))
18509
18510 (define-public r-urltools
18511 (package
18512 (name "r-urltools")
18513 (version "1.7.3")
18514 (source
18515 (origin
18516 (method url-fetch)
18517 (uri (cran-uri "urltools" version))
18518 (sha256
18519 (base32
18520 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
18521 (build-system r-build-system)
18522 (propagated-inputs
18523 (list r-rcpp r-triebeard))
18524 (home-page "https://github.com/Ironholds/urltools/")
18525 (synopsis "Vectorized tools for URL handling and parsing")
18526 (description
18527 "This package provides a toolkit for all URL-handling needs, including
18528 encoding and decoding, parsing, parameter extraction and modification. All
18529 functions are designed to be both fast and entirely vectorized. It is
18530 intended to be useful for people dealing with web-related datasets, such as
18531 server-side logs, although may be useful for other situations involving large
18532 sets of URLs.")
18533 (license license:expat)))
18534
18535 (define-public r-ggforce
18536 (package
18537 (name "r-ggforce")
18538 (version "0.3.3")
18539 (source
18540 (origin
18541 (method url-fetch)
18542 (uri (cran-uri "ggforce" version))
18543 (sha256
18544 (base32
18545 "0bwzjbjl678xvc2ihm80dwn9pidwafqjdab3k299csys16s3na1a"))))
18546 (build-system r-build-system)
18547 (propagated-inputs
18548 (list r-ggplot2
18549 r-gtable
18550 r-mass
18551 r-polyclip
18552 r-rcpp
18553 r-rcppeigen
18554 r-rlang
18555 r-scales
18556 r-tidyselect
18557 r-tweenr
18558 r-withr))
18559 (home-page "https://ggforce.data-imaginist.com")
18560 (synopsis "Accelerating ggplot2")
18561 (description
18562 "The aim of the ggplot2 package is to aid in visual data investigations.
18563 This focus has led to a lack of facilities for composing specialized plots.
18564 This package aims to be a collection of mainly new statistics and geometries
18565 that fills this gap.")
18566 (license license:expat)))
18567
18568 (define-public r-europepmc
18569 (package
18570 (name "r-europepmc")
18571 (version "0.4.1")
18572 (source
18573 (origin
18574 (method url-fetch)
18575 (uri (cran-uri "europepmc" version))
18576 (sha256
18577 (base32
18578 "16japbndid34shqg8n0bmjrxn84xmhrylvz832zclcllm6i93fn1"))))
18579 (build-system r-build-system)
18580 (propagated-inputs
18581 (list r-dplyr
18582 r-httr
18583 r-jsonlite
18584 r-plyr
18585 r-progress
18586 r-purrr
18587 r-rlang
18588 r-tibble
18589 r-tidyr
18590 r-urltools
18591 r-xml2))
18592 (native-inputs
18593 (list r-knitr))
18594 (home-page "https://github.com/ropensci/europepmc/")
18595 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
18596 (description
18597 "This package provides an R Client for the
18598 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
18599 Service}. It gives access to both metadata on life science literature and
18600 open access full texts. Europe PMC indexes all PubMed content and other
18601 literature sources including Agricola, a bibliographic database of citations
18602 to the agricultural literature, or Biological Patents. In addition to
18603 bibliographic metadata, the client allows users to fetch citations and
18604 reference lists. Links between life-science literature and other EBI
18605 databases, including ENA, PDB or ChEMBL are also accessible.")
18606 (license license:gpl3)))
18607
18608 (define-public r-ggraph
18609 (package
18610 (name "r-ggraph")
18611 (version "2.0.5")
18612 (source
18613 (origin
18614 (method url-fetch)
18615 (uri (cran-uri "ggraph" version))
18616 (sha256
18617 (base32
18618 "0m4n8iw2b9jk8hcy5blg5w59zsqcpsbv27wbw598dvljpafx8sp3"))))
18619 (build-system r-build-system)
18620 (propagated-inputs
18621 (list r-digest
18622 r-dplyr
18623 r-ggforce
18624 r-ggplot2
18625 r-ggrepel
18626 r-graphlayouts
18627 r-gtable
18628 r-igraph
18629 r-mass
18630 r-rcpp
18631 r-rlang
18632 r-scales
18633 r-tidygraph
18634 r-viridis
18635 r-withr))
18636 (native-inputs
18637 (list r-knitr))
18638 (home-page "https://cran.r-project.org/web/packages/ggraph/")
18639 (synopsis "Implementation of grammar of graphics for graphs and networks")
18640 (description
18641 "The grammar of graphics as implemented in ggplot2 is a poor fit for
18642 graph and network visualizations due to its reliance on tabular data input.
18643 The ggraph package is an extension of the ggplot2 API tailored to graph
18644 visualizations and provides the same flexible approach to building up plots
18645 layer by layer.")
18646 (license license:gpl3)))
18647
18648 (define-public r-gkmsvm
18649 (package
18650 (name "r-gkmsvm")
18651 (version "0.81.0")
18652 (source
18653 (origin
18654 (method url-fetch)
18655 (uri (cran-uri "gkmSVM" version))
18656 (sha256
18657 (base32
18658 "119g5rhc7ffyviz04r04aj5z1g6abnj3ddd01g7db505sdr6lapj"))))
18659 (properties `((upstream-name . "gkmSVM")))
18660 (build-system r-build-system)
18661 (propagated-inputs
18662 (list r-kernlab r-rcpp r-rocr r-seqinr))
18663 (home-page "https://cran.r-project.org/web/packages/gkmSVM")
18664 (synopsis "Gapped-kmer support vector machine")
18665 (description
18666 "This R package provides tools for training gapped-kmer SVM classifiers
18667 for DNA and protein sequences. This package supports several sequence
18668 kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.")
18669 (license license:gpl2+)))
18670
18671 (define-public r-varselrf
18672 (package
18673 (name "r-varselrf")
18674 (version "0.7-8")
18675 (source
18676 (origin
18677 (method url-fetch)
18678 (uri (cran-uri "varSelRF" version))
18679 (sha256
18680 (base32
18681 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
18682 (properties `((upstream-name . "varSelRF")))
18683 (build-system r-build-system)
18684 (propagated-inputs
18685 (list r-randomforest))
18686 (home-page "https://www.ligarto.org/rdiaz/software/software")
18687 (synopsis "Variable selection using random forests")
18688 (description
18689 "This package provides tools for the variable selection from random
18690 forests using both backwards variable elimination (for the selection of small
18691 sets of non-redundant variables) and selection based on the importance
18692 spectrum (somewhat similar to scree plots; for the selection of large,
18693 potentially highly-correlated variables). The main applications are in
18694 high-dimensional data (e.g., microarray data, and other genomics and
18695 proteomics applications).")
18696 (license license:gpl2+)))
18697
18698 (define-public r-pamr
18699 (package
18700 (name "r-pamr")
18701 (version "1.56.1")
18702 (source
18703 (origin
18704 (method url-fetch)
18705 (uri (cran-uri "pamr" version))
18706 (sha256
18707 (base32
18708 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
18709 (build-system r-build-system)
18710 (propagated-inputs
18711 (list r-cluster r-survival))
18712 (native-inputs (list gfortran))
18713 (home-page "https://cran.r-project.org/web/packages/pamr/")
18714 (synopsis "Prediction Analysis for Microarrays")
18715 (description
18716 "This package provides some functions for sample classification in
18717 microarrays.")
18718 (license license:gpl2)))
18719
18720 (define-public r-rda
18721 (package
18722 (name "r-rda")
18723 (version "1.0.2-2.1")
18724 (source
18725 (origin
18726 (method url-fetch)
18727 (uri (cran-uri "rda" version))
18728 (sha256
18729 (base32
18730 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
18731 (build-system r-build-system)
18732 (home-page "https://cran.r-project.org/web/packages/rda/")
18733 (synopsis "Shrunken centroids regularized discriminant analysis")
18734 (description
18735 "This package provides tools for shrunken centroids regularized
18736 discriminant analysis for the purpose of classifying high dimensional data.")
18737 (license license:gpl2+)))
18738
18739 (define-public r-ggvis
18740 (package
18741 (name "r-ggvis")
18742 (version "0.4.7")
18743 (source
18744 (origin
18745 (method url-fetch)
18746 (uri (cran-uri "ggvis" version))
18747 (sha256
18748 (base32
18749 "1qv512pd4x5vmx15y9nvqmabbbw14h75fmi1sjbcg5yl25z0cswy"))))
18750 (build-system r-build-system)
18751 (propagated-inputs
18752 (list r-assertthat
18753 r-dplyr
18754 r-htmltools
18755 r-jsonlite
18756 r-magrittr
18757 r-rlang
18758 r-shiny))
18759 (home-page "https://ggvis.rstudio.com/")
18760 (synopsis "Interactive grammar of graphics")
18761 (description
18762 "This package is a data visualization package for R providing an
18763 implementation of an interactive grammar of graphics, taking the best parts of
18764 ggplot2, combining them with the reactive framework of Shiny and drawing web
18765 graphics using Vega.")
18766 (license license:gpl2)))
18767
18768 (define-public r-gbm
18769 (package
18770 (name "r-gbm")
18771 (version "2.1.8")
18772 (source
18773 (origin
18774 (method url-fetch)
18775 (uri (cran-uri "gbm" version))
18776 (sha256
18777 (base32
18778 "1h9f4ww9yc3nsvghgr2q7jjrlz29ibabxjbax1sk5wmqh2wy6pbx"))))
18779 (build-system r-build-system)
18780 (propagated-inputs
18781 (list r-lattice r-survival))
18782 (native-inputs
18783 (list r-knitr))
18784 (home-page "https://github.com/gbm-developers/gbm")
18785 (synopsis "Generalized boosted regression models")
18786 (description
18787 "This package is an implementation of extensions to Freund and Schapire's
18788 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
18789 regression methods for least squares, absolute loss, t-distribution loss,
18790 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
18791 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
18792 and Learning to Rank measures (LambdaMart).")
18793 (license license:gpl2+)))
18794
18795 (define-public r-threejs
18796 (package
18797 (name "r-threejs")
18798 (version "0.3.3")
18799 (source
18800 (origin
18801 (method url-fetch)
18802 (uri (cran-uri "threejs" version))
18803 (sha256
18804 (base32
18805 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
18806 (build-system r-build-system)
18807 (arguments
18808 `(#:modules ((guix build utils)
18809 (guix build r-build-system)
18810 (srfi srfi-1)
18811 (ice-9 popen))
18812 #:phases
18813 (modify-phases %standard-phases
18814 (add-after 'unpack 'process-javascript
18815 (lambda* (#:key inputs #:allow-other-keys)
18816 (with-directory-excursion "inst"
18817 (call-with-values
18818 (lambda ()
18819 (unzip2
18820 `((,(assoc-ref inputs "js-jquery")
18821 "htmlwidgets/lib/jquery/jquery.min.js")
18822 (,(assoc-ref inputs "js-threejs-111")
18823 "htmlwidgets/lib/threejs-111/three.min.js"))))
18824 (lambda (sources targets)
18825 (for-each (lambda (source target)
18826 (format #t "Processing ~a --> ~a~%"
18827 source target)
18828 (delete-file target)
18829 (let ((minified (open-pipe* OPEN_READ "uglifyjs" source)))
18830 (call-with-output-file target
18831 (lambda (port)
18832 (dump-port minified port)))))
18833 sources targets))))
18834 #t)))))
18835 (propagated-inputs
18836 (list r-base64enc r-crosstalk r-htmlwidgets r-igraph))
18837 (native-inputs
18838 `(("uglifyjs" ,node-uglify-js)
18839 ("js-jquery"
18840 ,(origin
18841 (method url-fetch)
18842 (uri "https://code.jquery.com/jquery-1.12.4.js")
18843 (sha256
18844 (base32
18845 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
18846 ("js-threejs-111"
18847 ,(origin
18848 (method url-fetch)
18849 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
18850 (sha256
18851 (base32
18852 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
18853 (home-page "https://bwlewis.github.io/rthreejs")
18854 (synopsis "Interactive 3D scatter plots, networks and globes")
18855 (description
18856 "Create interactive 3D scatter plots, network plots, and globes in R
18857 using the three.js visualization library.")
18858 (license license:expat)))
18859
18860 (define-public r-mlbench
18861 (package
18862 (name "r-mlbench")
18863 (version "2.1-3")
18864 (source
18865 (origin
18866 (method url-fetch)
18867 (uri (cran-uri "mlbench" version))
18868 (sha256
18869 (base32
18870 "157iqsld0wj8g8cbs7nh6p2x6kasmkhs3078hsmqac946gk2pydi"))))
18871 (build-system r-build-system)
18872 (home-page "https://cran.r-project.org/web/packages/mlbench/")
18873 (synopsis "Machine learning benchmark problems")
18874 (description
18875 "This package provides a collection of artificial and real-world machine
18876 learning benchmark problems, including, e.g., several data sets from the UCI
18877 repository.")
18878 (license license:gpl2)))
18879
18880 (define-public r-mpm
18881 (package
18882 (name "r-mpm")
18883 (version "1.0-23")
18884 (source
18885 (origin
18886 (method url-fetch)
18887 (uri (cran-uri "mpm" version))
18888 (sha256
18889 (base32
18890 "1jpv2ddmw7aarqbbyfys1yb840arw33319wnny3v2hk84hldmayj"))))
18891 (build-system r-build-system)
18892 (propagated-inputs
18893 (list r-kernsmooth r-mass))
18894 (home-page "http://mpm.r-forge.r-project.org")
18895 (synopsis "Multivariate projection methods")
18896 (description
18897 "This is a package for exploratory graphical analysis of multivariate
18898 data, specifically gene expression data with different projection methods:
18899 principal component analysis, correspondence analysis, spectral map
18900 analysis.")
18901 (license license:gpl2+)))
18902
18903 (define-public r-png
18904 (package
18905 (name "r-png")
18906 (version "0.1-7")
18907 (source (origin
18908 (method url-fetch)
18909 (uri (cran-uri "png" version))
18910 (sha256
18911 (base32
18912 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
18913 (build-system r-build-system)
18914 (inputs
18915 (list libpng zlib))
18916 (home-page "https://www.rforge.net/png/")
18917 (synopsis "Read and write PNG images")
18918 (description
18919 "This package provides an easy and simple way to read, write and display
18920 bitmap images stored in the PNG format. It can read and write both files and
18921 in-memory raw vectors.")
18922 ;; Any of these GPL versions.
18923 (license (list license:gpl2 license:gpl3))))
18924
18925 (define-public r-ggcorrplot
18926 (package
18927 (name "r-ggcorrplot")
18928 (version "0.1.3")
18929 (source
18930 (origin
18931 (method url-fetch)
18932 (uri (cran-uri "ggcorrplot" version))
18933 (sha256
18934 (base32
18935 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
18936 (build-system r-build-system)
18937 (propagated-inputs
18938 (list r-ggplot2 r-reshape2))
18939 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
18940 (synopsis "Visualization of a correlation matrix using ggplot2")
18941 (description
18942 "The ggcorrplot package can be used to visualize easily a correlation
18943 matrix using ggplot2. It provides a solution for reordering the correlation
18944 matrix and displays the significance level on the plot. It also includes a
18945 function for computing a matrix of correlation p-values.")
18946 (license license:gpl2)))
18947
18948 (define-public r-ggfun
18949 (package
18950 (name "r-ggfun")
18951 (version "0.0.6")
18952 (source
18953 (origin
18954 (method url-fetch)
18955 (uri (cran-uri "ggfun" version))
18956 (sha256
18957 (base32
18958 "06si42b60hp8wprs5nbks93qlb9s269k9kw7akcirizwc399x62r"))))
18959 (properties `((upstream-name . "ggfun")))
18960 (build-system r-build-system)
18961 (propagated-inputs
18962 (list r-ggplot2 r-rlang))
18963 (native-inputs (list r-knitr))
18964 (home-page "https://cran.r-project.org/package=ggfun")
18965 (synopsis "Miscellaneous functions for ggplot2")
18966 (description
18967 "This package provides useful functions to edit ggplot object (e.g.,
18968 setting fonts for theme and layers, adding rounded rectangle as background for
18969 each of the legends).")
18970 (license license:artistic2.0)))
18971
18972 (define-public r-gridtext
18973 (package
18974 (name "r-gridtext")
18975 (version "0.1.4")
18976 (source
18977 (origin
18978 (method url-fetch)
18979 (uri (cran-uri "gridtext" version))
18980 (sha256
18981 (base32
18982 "131kw7nkfwksviwfifd2kk7lyvhxzzzv1nnj8rahkr3dik3akk61"))))
18983 (properties `((upstream-name . "gridtext")))
18984 (build-system r-build-system)
18985 (propagated-inputs
18986 (list r-jpeg
18987 r-markdown
18988 r-png
18989 r-rcpp
18990 r-rcurl
18991 r-rlang
18992 r-stringr
18993 r-xml2))
18994 (home-page "https://wilkelab.org/gridtext/")
18995 (synopsis "Improved text rendering support for Grid graphics")
18996 (description
18997 "This package provides support for rendering of formatted text using Grid
18998 graphics. Text can be formatted via a minimal subset of Markdown, HTML, and
18999 inline CSS directives, and it can be rendered both with and without word
19000 wrap.")
19001 (license license:expat)))
19002
19003 (define-public r-ggtext
19004 (package
19005 (name "r-ggtext")
19006 (version "0.1.1")
19007 (source
19008 (origin
19009 (method url-fetch)
19010 (uri (cran-uri "ggtext" version))
19011 (sha256
19012 (base32
19013 "0n19dlcys8v7myfyckr6dnq0kx79k3sbh8nwx1jsx8pgzfbi8a2b"))))
19014 (properties `((upstream-name . "ggtext")))
19015 (build-system r-build-system)
19016 (propagated-inputs
19017 (list r-ggplot2 r-gridtext r-rlang r-scales))
19018 (native-inputs (list r-knitr))
19019 (home-page "https://wilkelab.org/ggtext/")
19020 (synopsis "Improved text rendering support for ggplot2")
19021 (description
19022 "This package provides a ggplot2 extension that enables the rendering of
19023 complex formatted plot labels (titles, subtitles, facet labels, axis labels,
19024 etc.). Text boxes with automatic word wrap are also supported.")
19025 (license license:gpl2)))
19026
19027 ;; This package includes minified JavaScript files. When upgrading please
19028 ;; check that there are no new minified JavaScript files.
19029 (define-public r-flexdashboard
19030 (package
19031 (name "r-flexdashboard")
19032 (version "0.5.2")
19033 (source
19034 (origin
19035 (method url-fetch)
19036 (uri (cran-uri "flexdashboard" version))
19037 (sha256
19038 (base32
19039 "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
19040 (modules '((guix build utils)))
19041 (snippet
19042 '(begin
19043 ;; Delete bundled minified JavaScript files
19044 (delete-file "inst/htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
19045 (delete-file "inst/www/sly/sly.min.js")
19046 (delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
19047 (delete-file "inst/www/prism/prism.js")
19048 #t))))
19049 (build-system r-build-system)
19050 (arguments
19051 `(#:modules ((guix build utils)
19052 (guix build r-build-system)
19053 (srfi srfi-1)
19054 (srfi srfi-26)
19055 (ice-9 popen)
19056 (ice-9 textual-ports))
19057 #:phases
19058 (modify-phases %standard-phases
19059 (add-after 'unpack 'process-javascript
19060 (lambda* (#:key inputs #:allow-other-keys)
19061 (with-directory-excursion "inst"
19062 ;; Concatenate all components of prism.js
19063 (let ((contents (string-join
19064 (map (lambda (name)
19065 (call-with-input-file
19066 (assoc-ref inputs name)
19067 get-string-all))
19068 (list "js-prism"
19069 "js-prism-r"
19070 "js-prism-line-numbers"))
19071 "\n")))
19072 (call-with-output-file "prism-src.js"
19073 (cut display contents <>)))
19074 (call-with-values
19075 (lambda ()
19076 (unzip2
19077 `(("www/stickytableheaders/jquery.stickytableheaders.js"
19078 "www/stickytableheaders/jquery.stickytableheaders.min.js")
19079 ("www/sly/sly.js"
19080 "www/sly/sly.min.js")
19081 ("prism-src.js"
19082 "www/prism/prism.js")
19083 (,(assoc-ref inputs "js-raphael")
19084 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
19085 (,(assoc-ref inputs "js-featherlight")
19086 "www/featherlight/featherlight.min.js"))))
19087 (lambda (sources targets)
19088 (for-each (lambda (source target)
19089 (format #t "Processing ~a --> ~a~%"
19090 source target)
19091 (let ((minified (open-pipe* OPEN_READ "uglifyjs" source)))
19092 (call-with-output-file target
19093 (lambda (port)
19094 (dump-port minified port)))))
19095 sources targets))))
19096 #t)))))
19097 (propagated-inputs
19098 (list r-htmltools
19099 r-htmlwidgets
19100 r-jsonlite
19101 r-knitr
19102 r-rmarkdown
19103 r-shiny))
19104 (native-inputs
19105 `(("uglifyjs" ,node-uglify-js)
19106 ("js-raphael"
19107 ,(origin
19108 (method url-fetch)
19109 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
19110 (sha256
19111 (base32
19112 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
19113 ("js-prism"
19114 ,(origin
19115 (method url-fetch)
19116 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
19117 (sha256
19118 (base32
19119 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
19120 ("js-prism-r"
19121 ,(origin
19122 (method url-fetch)
19123 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
19124 (sha256
19125 (base32
19126 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
19127 ("js-prism-line-numbers"
19128 ,(origin
19129 (method url-fetch)
19130 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
19131 (sha256
19132 (base32
19133 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
19134 ("js-featherlight"
19135 ,(origin
19136 (method url-fetch)
19137 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
19138 (sha256
19139 (base32
19140 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
19141 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
19142 (synopsis "R Markdown format for flexible dashboards")
19143 (description
19144 "This package provides an R Markdown format for converting an R Markdown
19145 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
19146 of its components to the containing web page.")
19147 (license license:expat)))
19148
19149 (define-public r-preseqr
19150 (package
19151 (name "r-preseqr")
19152 (version "4.0.0")
19153 (source
19154 (origin
19155 (method url-fetch)
19156 (uri (cran-uri "preseqR" version))
19157 (sha256
19158 (base32
19159 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
19160 (properties `((upstream-name . "preseqR")))
19161 (build-system r-build-system)
19162 (propagated-inputs
19163 (list r-polynom))
19164 (home-page "https://cran.r-project.org/web/packages/preseqR/")
19165 (synopsis "Predicting species accumulation curves")
19166 (description
19167 "This package can be used to predict the r-species accumulation
19168 curve (r-SAC), which is the number of species represented at least r times as
19169 a function of the sampling effort. When r = 1, the curve is known as the
19170 species accumulation curve, or the library complexity curve in high-throughput
19171 genomic sequencing. The package includes both parametric and nonparametric
19172 methods, as described by Deng C, et al. (2018).")
19173 (license license:gpl3)))
19174
19175 (define-public r-mapplots
19176 (package
19177 (name "r-mapplots")
19178 (version "1.5.1")
19179 (source
19180 (origin
19181 (method url-fetch)
19182 (uri (cran-uri "mapplots" version))
19183 (sha256
19184 (base32
19185 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
19186 (build-system r-build-system)
19187 (home-page "https://cran.r-project.org/web/packages/mapplots/")
19188 (synopsis "Data visualization on maps")
19189 (description
19190 "This package helps you create simple maps; add sub-plots like pie plots
19191 to a map or any other plot; format, plot and export gridded data. The package
19192 was developed for displaying fisheries data but most functions can be used for
19193 more generic data visualisation.")
19194 (license license:gpl2+)))
19195
19196 (define-public r-pmcmr
19197 (package
19198 (name "r-pmcmr")
19199 (version "4.4")
19200 (source
19201 (origin
19202 (method url-fetch)
19203 (uri (cran-uri "PMCMR" version))
19204 (sha256
19205 (base32
19206 "05n13pp5yff6pzk4ry07crddfaj3jlglrd1vkcnacyd8jpaxkd77"))))
19207 (properties `((upstream-name . "PMCMR")))
19208 (build-system r-build-system)
19209 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
19210 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
19211 (description
19212 "This is a deprecated package for calculating pairwise multiple
19213 comparisons of mean rank sums. This package is superseded by the novel
19214 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
19215 compatibility of dependent packages for some time.")
19216 (license license:gpl3+)))
19217
19218 (define-public r-downloader
19219 (package
19220 (name "r-downloader")
19221 (version "0.4")
19222 (source
19223 (origin
19224 (method url-fetch)
19225 (uri (cran-uri "downloader" version))
19226 (sha256
19227 (base32
19228 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
19229 (build-system r-build-system)
19230 (propagated-inputs
19231 (list r-digest))
19232 (home-page "https://github.com/wch/downloader")
19233 (synopsis "Download files over HTTP and HTTPS")
19234 (description
19235 "This package provides a wrapper for the @code{download.file} function,
19236 making it possible to download files over HTTPS across platforms. The
19237 @code{RCurl} package provides this functionality (and much more) but has
19238 external dependencies. This package has is implemented purely in R.")
19239 (license license:gpl2)))
19240
19241 (define-public r-aplot
19242 (package
19243 (name "r-aplot")
19244 (version "0.1.3")
19245 (source
19246 (origin
19247 (method url-fetch)
19248 (uri (cran-uri "aplot" version))
19249 (sha256
19250 (base32
19251 "10cqa35bh4lhpnybaalp3d69k392b25ba16dgbngqz0vikzp4czk"))))
19252 (properties `((upstream-name . "aplot")))
19253 (build-system r-build-system)
19254 (propagated-inputs
19255 (list r-ggfun
19256 r-ggplot2
19257 r-ggplotify
19258 r-magrittr
19259 r-patchwork
19260 r-yulab-utils))
19261 (home-page "https://github.com/YuLab-SMU/aplot")
19262 (synopsis "Decorate a ggplot with associated information")
19263 (description
19264 "Users may want to align plots with associated information that requires
19265 axes to be exactly matched in subplots, e.g. hierarchical clustering with a
19266 heatmap. This package provides utilities to align associated subplots to a
19267 main plot at different sides (left, right, top and bottom) with axes exactly
19268 matched.")
19269 (license license:artistic2.0)))
19270
19271 (define-public r-ggnewscale
19272 (package
19273 (name "r-ggnewscale")
19274 (version "0.4.7")
19275 (source
19276 (origin
19277 (method url-fetch)
19278 (uri (cran-uri "ggnewscale" version))
19279 (sha256
19280 (base32
19281 "108a7y6sqqvzyfk247lbmnacfpwdl405rf1b3fa62cgx8ycsq4kb"))))
19282 (properties `((upstream-name . "ggnewscale")))
19283 (build-system r-build-system)
19284 (propagated-inputs
19285 (list r-ggplot2))
19286 (home-page "https://cran.r-project.org/package=ggnewscale")
19287 (synopsis "Multiple fill and color scales in ggplot2")
19288 (description
19289 "This package lets you use multiple fill and color scales in ggplot2.")
19290 (license license:gpl3)))
19291
19292 (define-public r-ggpointdensity
19293 (package
19294 (name "r-ggpointdensity")
19295 (version "0.1.0")
19296 (source
19297 (origin
19298 (method url-fetch)
19299 (uri (cran-uri "ggpointdensity" version))
19300 (sha256
19301 (base32
19302 "0c9a14j3b0hvamqylhzldw2hjdxmfbllwahjkf3gg2rw337ld9iy"))))
19303 (properties
19304 `((upstream-name . "ggpointdensity")))
19305 (build-system r-build-system)
19306 (propagated-inputs
19307 (list r-ggplot2))
19308 (home-page "https://github.com/LKremer/ggpointdensity")
19309 (synopsis "Cross between a 2D density plot and a scatter plot")
19310 (description
19311 "This package provides a cross between a 2D density plot and a scatter
19312 plot, implemented as a ggplot2 @code{geom}. Points in the scatter plot are
19313 colored by the number of neighboring points. This is useful to visualize the
19314 2D-distribution of points in case of overplotting.")
19315 (license license:gpl3)))
19316
19317 (define-public r-arrow
19318 (package
19319 (name "r-arrow")
19320 (version "7.0.0")
19321 (source
19322 (origin
19323 (method url-fetch)
19324 (uri (cran-uri "arrow" version))
19325 (sha256
19326 (base32
19327 "1s9h2aw6iig45nz2rfk13qbp0qydx6cc4r6qs58f9cm9vgwsg76l"))))
19328 (properties `((upstream-name . "arrow")))
19329 (build-system r-build-system)
19330 (inputs
19331 (list `(,apache-arrow "lib") zlib))
19332 (propagated-inputs
19333 (list r-assertthat
19334 r-bit64
19335 r-cpp11
19336 r-purrr
19337 r-r6
19338 r-rlang
19339 r-tidyselect
19340 r-vctrs))
19341 (native-inputs
19342 (list pkg-config r-knitr))
19343 (home-page "https://github.com/apache/arrow/")
19344 (synopsis "R integration to Apache Arrow")
19345 (description
19346 "Apache Arrow is a cross-language development platform for in-memory
19347 data. It specifies a standardized language-independent columnar memory format
19348 for flat and hierarchical data, organized for efficient analytic operations on
19349 modern hardware. This package provides an R interface to the Arrow C++
19350 library.")
19351 (license license:asl2.0)))
19352
19353 (define-public r-rex
19354 (package
19355 (name "r-rex")
19356 (version "1.2.1")
19357 (source
19358 (origin
19359 (method url-fetch)
19360 (uri (cran-uri "rex" version))
19361 (sha256
19362 (base32
19363 "1mmzlc3j7xa0rbjxa369f4sr0iw3gq58g8fmjjxbsjvfq14ychmg"))))
19364 (build-system r-build-system)
19365 (propagated-inputs
19366 (list r-lazyeval))
19367 (native-inputs
19368 (list r-knitr))
19369 (home-page "https://github.com/kevinushey/rex")
19370 (synopsis "Friendly regular expressions")
19371 (description
19372 "This package provides a friendly interface for the construction of
19373 regular expressions. Regular expressions are a very powerful feature, however
19374 they are often difficult to interpret. Rex allows you to build complex
19375 regular expressions from human readable expressions")
19376 (license license:expat)))
19377
19378 (define-public r-mlapi
19379 (package
19380 (name "r-mlapi")
19381 (version "0.1.0")
19382 (source
19383 (origin
19384 (method url-fetch)
19385 (uri (cran-uri "mlapi" version))
19386 (sha256
19387 (base32
19388 "023vk5bp8cjcq88sapkl87kdxr92bay1dyxl6xirnyj699pyj51k"))))
19389 (properties `((upstream-name . "mlapi")))
19390 (build-system r-build-system)
19391 (propagated-inputs
19392 (list r-matrix r-r6))
19393 (native-inputs
19394 (list r-knitr))
19395 (home-page "https://cran.r-project.org/package=mlapi")
19396 (synopsis "Abstract classes for building scikit-learn like API")
19397 (description
19398 "This package provides R6 abstract classes for building machine learning
19399 models with a scikit-learn like API. Scikit-learn is a popular module for the
19400 Python programming language whose design became a de facto standard in
19401 industry for machine learning tasks.")
19402 (license license:expat)))
19403
19404 (define-public r-float
19405 (package
19406 (name "r-float")
19407 (version "0.3-0")
19408 (source
19409 (origin
19410 (method url-fetch)
19411 (uri (cran-uri "float" version))
19412 (sha256
19413 (base32
19414 "0m7bf3548vlgkk1c78jyrgj72ngwg0gsccap2iqinm3l3qrm4zbs"))))
19415 (properties `((upstream-name . "float")))
19416 (build-system r-build-system)
19417 (native-inputs
19418 (list gfortran))
19419 (home-page "https://github.com/wrathematics/float")
19420 (synopsis "32-bit floats")
19421 (description
19422 "R comes with a suite of utilities for linear algebra with
19423 \"numeric\" (double precision) vectors/matrices. However, sometimes single
19424 precision (or less!) is more than enough for a particular task. This package
19425 extends R's linear algebra facilities to include 32-bit float (single
19426 precision) data. Float vectors/matrices have half the precision of their
19427 \"numeric\"-type counterparts but are generally faster to numerically operate
19428 on, for a performance vs accuracy trade-off.")
19429 (license license:bsd-2)))
19430
19431 (define-public r-rsparse
19432 (package
19433 (name "r-rsparse")
19434 (version "0.5.0")
19435 (source
19436 (origin
19437 (method url-fetch)
19438 (uri (cran-uri "rsparse" version))
19439 (sha256
19440 (base32
19441 "0d05h47j29zipyxbkv9cwzv2dzj894z6hh9dqfhwswwjbv6ciwpq"))))
19442 (properties `((upstream-name . "rsparse")))
19443 (build-system r-build-system)
19444 (propagated-inputs
19445 (list r-data-table
19446 r-float
19447 r-lgr
19448 r-matrix
19449 r-matrixextra
19450 r-rcpp
19451 r-rcpparmadillo
19452 r-rhpcblasctl))
19453 (home-page "https://github.com/rexyai/rsparse")
19454 (synopsis "Statistical learning on sparse matrices")
19455 (description
19456 "This package implements many algorithms for statistical learning on
19457 sparse matrices: matrix factorizations, matrix completion, elastic net
19458 regressions, factorization machines. The rsparse package also enhances the
19459 Matrix package by providing methods for multithreaded <sparse, dense> matrix
19460 products and native slicing of the sparse matrices in @dfn{Compressed Sparse
19461 Row} (CSR) format.")
19462 (license license:gpl2+)))
19463
19464 (define-public r-text2vec
19465 (package
19466 (name "r-text2vec")
19467 (version "0.6")
19468 (source
19469 (origin
19470 (method url-fetch)
19471 (uri (cran-uri "text2vec" version))
19472 (sha256
19473 (base32
19474 "0r75cv77x2zm1z66s95hic71dpbqmybz39n48q6mz7gfd3m7312y"))))
19475 (properties `((upstream-name . "text2vec")))
19476 (build-system r-build-system)
19477 (propagated-inputs
19478 (list r-data-table
19479 r-digest
19480 r-lgr
19481 r-matrix
19482 r-mlapi
19483 r-r6
19484 r-rcpp
19485 r-rsparse
19486 r-stringi))
19487 (native-inputs
19488 (list r-knitr))
19489 (home-page "http://text2vec.org")
19490 (synopsis "Text mining framework for R")
19491 (description
19492 "This package provides fast and memory-friendly tools for text
19493 vectorization, topic modeling (LDA, LSA), word embeddings (GloVe),
19494 similarities. It provides a source-agnostic streaming API, which allows
19495 researchers to perform analysis of collections of documents which are larger
19496 than available RAM. All core functions are parallelized to benefit from
19497 multicore machines.")
19498 (license license:gpl2+)))
19499
19500 (define-public r-mcmcpack
19501 (package
19502 (name "r-mcmcpack")
19503 (version "1.6-2")
19504 (source
19505 (origin
19506 (method url-fetch)
19507 (uri (cran-uri "MCMCpack" version))
19508 (sha256
19509 (base32
19510 "18nyncvgb75q8flndni99ldr7ynqhillphkj7ydsmfv5w8b0zvqp"))))
19511 (properties `((upstream-name . "MCMCpack")))
19512 (build-system r-build-system)
19513 (propagated-inputs
19514 (list r-coda r-lattice r-mass r-mcmc r-quantreg))
19515 (home-page "https://cran.r-project.org/package=MCMCpack")
19516 (synopsis "Markov Chain Monte Carlo (MCMC) package")
19517 (description
19518 "This package contains functions to perform Bayesian inference using
19519 posterior simulation for a number of statistical models. Most simulation is
19520 done in compiled C++ written in the Scythe Statistical Library. All models
19521 return @code{coda} @code{mcmc} objects that can then be summarized using the
19522 @code{coda} package. Some useful utility functions such as density functions,
19523 pseudo-random number generators for statistical distributions, a general
19524 purpose Metropolis sampling algorithm, and tools for visualization are
19525 provided.")
19526 (license license:gpl3)))
19527
19528 (define-public r-xmlparsedata
19529 (package
19530 (name "r-xmlparsedata")
19531 (version "1.0.5")
19532 (source
19533 (origin
19534 (method url-fetch)
19535 (uri (cran-uri "xmlparsedata" version))
19536 (sha256
19537 (base32
19538 "1c6bnz3ng1qw7sfip8wq3a4dn36a4d6rbja0sadn0a4pbsmk8q3n"))))
19539 (properties `((upstream-name . "xmlparsedata")))
19540 (build-system r-build-system)
19541 (home-page "https://github.com/r-lib/xmlparsedata#readme")
19542 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
19543 (description
19544 "This package provides tools to convert the output of
19545 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
19546 @code{XPath}, and is easier to manipulate in general.")
19547 (license license:expat)))
19548
19549 (define-public r-cyclocomp
19550 (package
19551 (name "r-cyclocomp")
19552 (version "1.1.0")
19553 (source
19554 (origin
19555 (method url-fetch)
19556 (uri (cran-uri "cyclocomp" version))
19557 (sha256
19558 (base32
19559 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
19560 (properties `((upstream-name . "cyclocomp")))
19561 (build-system r-build-system)
19562 (propagated-inputs
19563 (list r-callr r-crayon r-desc r-remotes r-withr))
19564 (home-page "https://github.com/MangoTheCat/cyclocomp")
19565 (synopsis "Cyclomatic complexity of R code")
19566 (description
19567 "Cyclomatic complexity is a software metric, used to indicate the
19568 complexity of a program. It is a quantitative measure of the number of
19569 linearly independent paths through a program's source code. This package
19570 provides tools to compute this metric.")
19571 (license license:expat)))
19572
19573 (define-public r-lintr
19574 (package
19575 (name "r-lintr")
19576 (version "2.0.1")
19577 (source
19578 (origin
19579 (method url-fetch)
19580 (uri (cran-uri "lintr" version))
19581 (sha256
19582 (base32
19583 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
19584 (properties `((upstream-name . "lintr")))
19585 (build-system r-build-system)
19586 (propagated-inputs
19587 (list r-codetools
19588 r-crayon
19589 r-cyclocomp
19590 r-digest
19591 r-httr
19592 r-jsonlite
19593 r-knitr
19594 r-rex
19595 r-rstudioapi
19596 r-testthat
19597 r-xml2
19598 r-xmlparsedata))
19599 (home-page "https://github.com/jimhester/lintr")
19600 (synopsis "Linter for R code")
19601 (description "This package checks adherence to a given style, syntax
19602 errors and possible semantic issues. It supports on the fly checking of R
19603 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
19604 (license license:expat)))
19605
19606 (define-public r-sctransform
19607 (package
19608 (name "r-sctransform")
19609 (version "0.3.3")
19610 (source
19611 (origin
19612 (method url-fetch)
19613 (uri (cran-uri "sctransform" version))
19614 (sha256
19615 (base32
19616 "0aqbcarsvvzkh5h4i65f08y4b8dfcs3zi62hmvfy24gj81f15bw3"))))
19617 (build-system r-build-system)
19618 (propagated-inputs
19619 (list r-dplyr
19620 r-future
19621 r-future-apply
19622 r-ggplot2
19623 r-gridextra
19624 r-magrittr
19625 r-mass
19626 r-matrix
19627 r-matrixstats
19628 r-rcpp
19629 r-rcpparmadillo
19630 r-reshape2
19631 r-rlang))
19632 (home-page "https://github.com/ChristophH/sctransform")
19633 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
19634 (description
19635 "This package provides a normalization method for single-cell UMI count
19636 data using a variance stabilizing transformation. The transformation is based
19637 on a negative binomial regression model with regularized parameters. As part
19638 of the same regression framework, this package also provides functions for
19639 batch correction, and data correction.")
19640 (license license:gpl3)))
19641
19642 (define-public r-styler
19643 (package
19644 (name "r-styler")
19645 (version "1.7.0")
19646 (source
19647 (origin
19648 (method url-fetch)
19649 (uri (cran-uri "styler" version))
19650 (sha256
19651 (base32
19652 "1ki260ga0jrmayhdlx2sl788yp5kkmi4wyl32nmvvyb55sng6j9y"))))
19653 (build-system r-build-system)
19654 ;; This is needed by R.cache.
19655 (arguments
19656 `(#:phases
19657 (modify-phases %standard-phases
19658 (add-after 'unpack 'set-HOME
19659 (lambda _ (setenv "HOME" "/tmp"))))))
19660 (propagated-inputs
19661 (list r-cli
19662 r-magrittr
19663 r-purrr
19664 r-r-cache
19665 r-rematch2
19666 r-rlang
19667 r-rprojroot
19668 r-tibble
19669 r-withr))
19670 (native-inputs
19671 (list r-knitr))
19672 (home-page "https://github.com/r-lib/styler")
19673 (synopsis "Non-invasive pretty printing of R code")
19674 (description
19675 "This is a package for pretty-printing R code without changing the user's
19676 formatting intent.")
19677 (license license:gpl3)))
19678
19679 (define-public r-scrime
19680 (package
19681 (name "r-scrime")
19682 (version "1.3.5")
19683 (source
19684 (origin
19685 (method url-fetch)
19686 (uri (cran-uri "scrime" version))
19687 (sha256
19688 (base32
19689 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
19690 (build-system r-build-system)
19691 (home-page "https://cran.r-project.org/web/packages/scrime/")
19692 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
19693 (description
19694 "This package provides tools for the analysis of high-dimensional data
19695 developed/implemented at the group \"Statistical Complexity Reduction In
19696 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
19697 the functions can also be applied to other types of categorical data.")
19698 (license license:gpl2)))
19699
19700 (define-public r-pbmcapply
19701 (package
19702 (name "r-pbmcapply")
19703 (version "1.5.0")
19704 (source
19705 (origin
19706 (method url-fetch)
19707 (uri (cran-uri "pbmcapply" version))
19708 (sha256
19709 (base32
19710 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
19711 (build-system r-build-system)
19712 (home-page "https://github.com/kvnkuang/pbmcapply")
19713 (synopsis "Track the progress of apply procedures with a progress bar")
19714 (description
19715 "This light-weight package helps you track and visualize the progress of
19716 parallel versions of vectorized R functions of the @code{mc*apply} family.")
19717 (license license:expat)))
19718
19719 (define-public r-blme
19720 (package
19721 (name "r-blme")
19722 (version "1.0-5")
19723 (source
19724 (origin
19725 (method url-fetch)
19726 (uri (cran-uri "blme" version))
19727 (sha256
19728 (base32
19729 "0413j7gwr5yj14jamkizj55q7xii1a0kgazzj0ilqn2ascclz6k7"))))
19730 (build-system r-build-system)
19731 (propagated-inputs (list r-lme4))
19732 (home-page "https://github.com/vdorie/blme")
19733 (synopsis "Bayesian linear mixed-effects models")
19734 (description
19735 "This package provides tools for maximum a posteriori estimation for
19736 linear and generalized linear mixed-effects models in a Bayesian setting. It
19737 extends the lme4 package.")
19738 (license license:gpl2+)))
19739
19740 (define-public r-batchtools
19741 (package
19742 (name "r-batchtools")
19743 (version "0.9.15")
19744 (source
19745 (origin
19746 (method url-fetch)
19747 (uri (cran-uri "batchtools" version))
19748 (sha256
19749 (base32
19750 "0d2xy77hkzhcnyz8zxcv98i80fx6ripjw4rvyx4ww1d0vjjgqf52"))))
19751 (build-system r-build-system)
19752 (propagated-inputs
19753 (list r-backports
19754 r-base64url
19755 r-brew
19756 r-checkmate
19757 r-data-table
19758 r-digest
19759 r-fs
19760 r-progress
19761 r-r6
19762 r-rappdirs
19763 r-stringi
19764 r-withr))
19765 (native-inputs
19766 (list r-knitr))
19767 (home-page "https://github.com/mllg/batchtools")
19768 (synopsis "Tools for computation on batch systems")
19769 (description
19770 "As a successor of the packages BatchJobs and BatchExperiments, this
19771 package provides a parallel implementation of the Map function for high
19772 performance computing systems managed by various schedulers. A multicore and
19773 socket mode allow the parallelization on a local machines, and multiple
19774 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
19775 the package provides an abstraction mechanism to define large-scale computer
19776 experiments in a well-organized and reproducible way.")
19777 (license license:lgpl3)))
19778
19779 (define-public r-clue
19780 (package
19781 (name "r-clue")
19782 (version "0.3-60")
19783 (source
19784 (origin
19785 (method url-fetch)
19786 (uri (cran-uri "clue" version))
19787 (sha256
19788 (base32
19789 "0apgpdnn74mqg2bnr8yjyxgyvdl411h0r2b1r2xd67k21pyxs8bd"))))
19790 (build-system r-build-system)
19791 (propagated-inputs (list r-cluster))
19792 (home-page "https://cran.r-project.org/web/packages/clue/")
19793 (synopsis "Tools for analyzing cluster ensembles")
19794 (description "Cluster ensembles are collections of individual solutions to
19795 a given clustering problem which are useful or necessary to consider in a wide
19796 range of applications. This R package provides an extensible computational
19797 environment for creating and analyzing cluster ensembles, with basic data
19798 structures for representing partitions and hierarchies, and facilities for
19799 computing on them, including methods for measuring proximity and obtaining
19800 consensus and secondary clusterings.")
19801 (license license:gpl2)))
19802
19803 (define-public r-sitmo
19804 (package
19805 (name "r-sitmo")
19806 (version "2.0.2")
19807 (source
19808 (origin
19809 (method url-fetch)
19810 (uri (cran-uri "sitmo" version))
19811 (sha256
19812 (base32
19813 "1hm89zi38ldgbskyx1cn7gm87yqy7zrxli8q05a36y1ndvazi3j4"))))
19814 (build-system r-build-system)
19815 (propagated-inputs (list r-rcpp))
19816 (native-inputs
19817 (list r-knitr))
19818 (home-page "https://github.com/coatless/sitmo/")
19819 (synopsis "Parallel pseudo random number generator header files")
19820 (description
19821 "This package provides two high quality and fast PPRNGs that may be used
19822 in an OpenMP parallel environment. In addition, there is a generator for one
19823 dimensional low-discrepancy sequence.")
19824 (license license:expat)))
19825
19826 (define-public r-dqrng
19827 (package
19828 (name "r-dqrng")
19829 (version "0.3.0")
19830 (source
19831 (origin
19832 (method url-fetch)
19833 (uri (cran-uri "dqrng" version))
19834 (sha256
19835 (base32
19836 "1fwsldqcri2lccna4icbmmlqic3w4xyjm7rn0xmikrsw4kzapvjb"))))
19837 (build-system r-build-system)
19838 (propagated-inputs
19839 (list r-bh r-rcpp r-sitmo))
19840 (native-inputs
19841 (list r-knitr))
19842 (home-page "https://www.daqana.org/dqrng")
19843 (synopsis "Fast pseudo random number generators")
19844 (description
19845 "Several fast random number generators are provided as C++ header-only
19846 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
19847 Additionally, fast functions for generating random numbers according to a
19848 uniform, normal and exponential distribution are included. The latter two use
19849 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
19850 functions are exported to R and as a C++ interface and are enabled for use
19851 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
19852 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
19853 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
19854 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
19855 ;; whole is distributed under the terms of the AGPL 3.
19856 (license license:agpl3)))
19857
19858 (define-public r-ingredients
19859 (package
19860 (name "r-ingredients")
19861 (version "2.2.0")
19862 (source
19863 (origin
19864 (method url-fetch)
19865 (uri (cran-uri "ingredients" version))
19866 (sha256
19867 (base32
19868 "11bv4l4fn9kr7y2nfzrwnaya8fi9w3nwcm9vzlqb7dva83rkqbsc"))))
19869 (properties `((upstream-name . "ingredients")))
19870 (build-system r-build-system)
19871 (propagated-inputs
19872 (list r-ggplot2 r-gridextra r-scales))
19873 (native-inputs (list r-knitr))
19874 (home-page "https://ModelOriented.github.io/ingredients/")
19875 (synopsis "Effects and importances of model ingredients")
19876 (description
19877 "This is a collection of tools for assessment of feature importance and
19878 feature effects. Key functions are:
19879
19880 @itemize
19881 @item @code{feature_importance()} for assessment of global level feature
19882 importance,
19883 @item @code{ceteris_paribus()} for calculation of the what-if plots,
19884 @item @code{partial_dependence()} for partial dependence plots,
19885 @item @code{conditional_dependence()} for conditional dependence plots,
19886 @item @code{accumulated_dependence()} for accumulated local effects plots,
19887 @item @code{aggregate_profiles()} and @code{cluster_profiles()} for
19888 aggregation of ceteris paribus profiles,
19889 @item generic @code{print()} and @code{plot()} for better usability of
19890 selected explainers,
19891 @item generic @code{plotD3()} for interactive, D3 based explanations, and
19892 @item generic @code{describe()} for explanations in natural language.
19893 @end itemize\n")
19894 (license license:gpl3)))
19895
19896 (define-public r-ibreakdown
19897 (package
19898 (name "r-ibreakdown")
19899 (version "2.0.1")
19900 (source
19901 (origin
19902 (method url-fetch)
19903 (uri (cran-uri "iBreakDown" version))
19904 (sha256
19905 (base32
19906 "00jzrndb3ahsv6ihp2pvs732n9cc944m83vdinrl9v1pxd82prkh"))))
19907 (properties `((upstream-name . "iBreakDown")))
19908 (build-system r-build-system)
19909 (propagated-inputs (list r-ggplot2))
19910 (native-inputs (list r-knitr))
19911 (home-page "https://ModelOriented.github.io/iBreakDown/")
19912 (synopsis "Model agnostic instance level variable attributions")
19913 (description
19914 "This package provides a model agnostic tool for decomposition of
19915 predictions from black boxes. It supports additive attributions and
19916 attributions with interactions. The Break Down Table shows contributions of
19917 every variable to a final prediction. The Break Down Plot presents variable
19918 contributions in a concise graphical way. This package works for
19919 classification and regression models.")
19920 (license license:gpl3)))
19921
19922 (define-public r-dae
19923 (package
19924 (name "r-dae")
19925 (version "3.2-13")
19926 (source
19927 (origin
19928 (method url-fetch)
19929 (uri (cran-uri "dae" version))
19930 (sha256
19931 (base32
19932 "0mq94ah21p1glvsbvdmi2p7nlgz1bvq7w3rz2z3mdqq18kz6nkjw"))))
19933 (build-system r-build-system)
19934 (propagated-inputs
19935 (list r-ggplot2 r-plyr))
19936 (native-inputs
19937 (list r-r-rsp)) ; vignette builder
19938 (home-page "http://chris.brien.name")
19939 (synopsis "Functions useful in the design and ANOVA of experiments")
19940 (description
19941 "This package provides functions useful in the design and ANOVA of
19942 experiments. The content falls into the following groupings:
19943
19944 @enumerate
19945 @item data,
19946 @item factor manipulation functions,
19947 @item design functions,
19948 @item ANOVA functions,
19949 @item matrix functions,
19950 @item projector and canonical efficiency functions, and
19951 @item miscellaneous functions.
19952 @end enumerate
19953
19954 There is a vignette called @code{DesignNotes} describing how to use the design
19955 functions for randomizing and assessing designs. The ANOVA functions
19956 facilitate the extraction of information when the @code{Error} function has
19957 been used in the call to @code{aov}.")
19958 (license license:gpl2)))
19959
19960 (define-public r-dalex
19961 (package
19962 (name "r-dalex")
19963 (version "2.4.0")
19964 (source
19965 (origin
19966 (method url-fetch)
19967 (uri (cran-uri "DALEX" version))
19968 (sha256
19969 (base32
19970 "1s7r7k5ihdbj69r27vbcs3ghra9s4yqw7cyh2rkm2ry901zq3114"))))
19971 (properties `((upstream-name . "DALEX")))
19972 (build-system r-build-system)
19973 (propagated-inputs
19974 (list r-ggplot2 r-ibreakdown r-ingredients))
19975 (home-page "https://pbiecek.github.io/DALEX/")
19976 (synopsis "Descriptive machine learning explanations")
19977 (description
19978 "Machine Learning models are widely used and have various applications in
19979 classification or regression. Models created with boosting, bagging, stacking
19980 or similar techniques are often used due to their high performance, but such
19981 black-box models usually lack interpretability. The DALEX package contains
19982 various explainers that help to understand the link between input variables
19983 and model output.")
19984 ;; Any version of the GPL
19985 (license license:gpl3+)))
19986
19987 (define-public r-enrichr
19988 (package
19989 (name "r-enrichr")
19990 (version "3.0")
19991 (source
19992 (origin
19993 (method url-fetch)
19994 (uri (cran-uri "enrichR" version))
19995 (sha256
19996 (base32
19997 "0i3kfq4fkmx47n61zj5f87iv8ci6gbgy90a7s8dy9zbndzvbgya3"))))
19998 (properties `((upstream-name . "enrichR")))
19999 (build-system r-build-system)
20000 (propagated-inputs
20001 (list r-ggplot2 r-httr r-rjson))
20002 (native-inputs
20003 (list r-knitr))
20004 (home-page "https://cran.r-project.org/web/packages/enrichR/")
20005 (synopsis "R Interface to Enrichr database for analyzing gene sets")
20006 (description
20007 "This package provides an R interface to all Enrichr databases, a
20008 web-based tool for analyzing gene sets and returns any enrichment of common
20009 annotated biological functions.")
20010 (license license:gpl2+)))
20011
20012 (define-public r-plot3d
20013 (package
20014 (name "r-plot3d")
20015 (version "1.4")
20016 (source
20017 (origin
20018 (method url-fetch)
20019 (uri (cran-uri "plot3D" version))
20020 (sha256
20021 (base32
20022 "1h59zlsyzbjylaziwavppl9bjmnba4iiq34772y3dys6fqclajnh"))))
20023 (properties `((upstream-name . "plot3D")))
20024 (build-system r-build-system)
20025 (propagated-inputs (list r-misc3d))
20026 (home-page "https://cran.r-project.org/web/packages/plot3D")
20027 (synopsis "Plot multi-dimensional data")
20028 (description
20029 "This package provides functions for viewing 2D and 3D data, including
20030 perspective plots, slice plots, surface plots, scatter plots, etc. It
20031 includes data sets from oceanography.")
20032 (license license:gpl3+)))
20033
20034 (define-public r-ggfortify
20035 (package
20036 (name "r-ggfortify")
20037 (version "0.4.14")
20038 (source
20039 (origin
20040 (method url-fetch)
20041 (uri (cran-uri "ggfortify" version))
20042 (sha256
20043 (base32
20044 "038m74azpy43869ax1yi6wxbl1kr59iaxl8raiikjg749vcx6njw"))))
20045 (build-system r-build-system)
20046 (propagated-inputs
20047 (list r-dplyr
20048 r-ggplot2
20049 r-gridextra
20050 r-scales
20051 r-stringr
20052 r-tibble
20053 r-tidyr))
20054 (native-inputs
20055 (list r-knitr))
20056 (home-page "https://github.com/sinhrks/ggfortify")
20057 (synopsis "Data visualization tools for statistical analysis results")
20058 (description
20059 "This package provides unified plotting tools for statistics commonly
20060 used, such as GLM, time series, PCA families, clustering and survival
20061 analysis. The package offers a single plotting interface for these analysis
20062 results and plots in a unified style using the @code{ggplot2} package.")
20063 (license license:gpl2)))
20064
20065 (define-public r-refmanager
20066 (package
20067 (name "r-refmanager")
20068 (version "1.3.0")
20069 (source
20070 (origin
20071 (method url-fetch)
20072 (uri (cran-uri "RefManageR" version))
20073 (sha256
20074 (base32
20075 "1spzdp5ni52dybcaxqnhwdphh27wjyrsfy4hsxsplpg9rqwfqfps"))))
20076 (properties `((upstream-name . "RefManageR")))
20077 (build-system r-build-system)
20078 (propagated-inputs
20079 (list r-httr
20080 r-jsonlite
20081 r-lubridate
20082 r-plyr
20083 r-stringr
20084 r-xml2))
20085 (native-inputs
20086 (list r-knitr))
20087 (home-page "https://github.com/ropensci/RefManageR/")
20088 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
20089 (description
20090 "This package provides tools for importing and working with bibliographic
20091 references. It greatly enhances the @code{bibentry} class by providing a
20092 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
20093 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
20094 by various formats for name lists (author by last names, translator by full
20095 names, etc.). Entries can be updated, combined, sorted, printed in a number
20096 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
20097 into R and converted to @code{BibEntry} objects.")
20098 ;; Any of these licenses may be picked.
20099 (license (list license:gpl2 license:gpl3 license:bsd-3))))
20100
20101 (define-public r-citr
20102 (package
20103 (name "r-citr")
20104 (version "0.3.2")
20105 (source
20106 (origin
20107 (method url-fetch)
20108 (uri (cran-uri "citr" version))
20109 (sha256
20110 (base32
20111 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
20112 (build-system r-build-system)
20113 (propagated-inputs
20114 (list r-assertthat
20115 r-curl
20116 r-httr
20117 r-miniui
20118 r-refmanager
20119 r-rstudioapi
20120 r-shiny
20121 r-shinyjs
20122 r-yaml))
20123 (home-page "https://github.com/crsh/citr")
20124 (synopsis "RStudio add-in to insert Markdown citations")
20125 (description
20126 "This package provides functions and an RStudio add-in that search a
20127 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
20128 the current document.")
20129 (license license:expat)))
20130
20131 (define-public r-xgboost
20132 (package
20133 (name "r-xgboost")
20134 (version "1.5.2.1")
20135 (source
20136 (origin
20137 (method url-fetch)
20138 (uri (cran-uri "xgboost" version))
20139 (sha256
20140 (base32
20141 "13mi3rmpxhgm4qbm4xcqml9n5d1xyai2k1mi52i8x60jd5m8s319"))))
20142 (build-system r-build-system)
20143 (propagated-inputs
20144 (list r-data-table r-jsonlite r-matrix))
20145 (native-inputs
20146 (list r-knitr))
20147 (home-page "https://github.com/dmlc/xgboost")
20148 (synopsis "Extreme gradient boosting")
20149 (description
20150 "This package provides an R interface to Extreme Gradient Boosting, which
20151 is an efficient implementation of the gradient boosting framework from Chen
20152 and Guestrin (2016). The package includes efficient linear model solver and
20153 tree learning algorithms. The package can automatically do parallel
20154 computation on a single machine. It supports various objective functions,
20155 including regression, classification and ranking. The package is made to be
20156 extensible, so that users are also allowed to define their own objectives
20157 easily.")
20158 (license license:asl2.0)))
20159
20160 (define-public r-umap
20161 (package
20162 (name "r-umap")
20163 (version "0.2.8.0")
20164 (source
20165 (origin
20166 (method url-fetch)
20167 (uri (cran-uri "umap" version))
20168 (sha256
20169 (base32
20170 "0aiarnzc8gl932gi8fxd9f9rshaiwh9vj570l135fkiaja3q2wap"))))
20171 (build-system r-build-system)
20172 (propagated-inputs
20173 (list r-matrix r-openssl r-rcpp r-reticulate r-rspectra))
20174 (native-inputs
20175 (list r-knitr))
20176 (home-page "https://github.com/tkonopka/umap")
20177 (synopsis "Uniform manifold approximation and projection")
20178 (description
20179 "Uniform manifold approximation and projection is a technique for
20180 dimension reduction. This package provides an interface to the UMAP algorithm
20181 in R, including a translation of the original algorithm into R.")
20182 (license license:expat)))
20183
20184 (define-public r-uwot
20185 (package
20186 (name "r-uwot")
20187 (version "0.1.11")
20188 (source
20189 (origin
20190 (method url-fetch)
20191 (uri (cran-uri "uwot" version))
20192 (sha256
20193 (base32
20194 "06ylzxmdh8jipbrzgqaiivd2lnqmbcva41cyvc0iyals6vqr1ksg"))))
20195 (build-system r-build-system)
20196 (propagated-inputs
20197 (list r-dqrng
20198 r-fnn
20199 r-irlba
20200 r-matrix
20201 r-rcpp
20202 r-rcppannoy
20203 r-rcppprogress
20204 r-rspectra))
20205 (home-page "https://github.com/jlmelville/uwot")
20206 (synopsis "Uniform manifold approximation and projection")
20207 (description
20208 "This package provides an implementation of the Uniform Manifold
20209 Approximation and Projection dimensionality reduction by McInnes et
20210 al. (2018). It also provides means to transform new data and to carry out
20211 supervised dimensionality reduction. An implementation of the related
20212 LargeVis method of Tang et al. (2016) is also provided.")
20213 (license license:gpl3)))
20214
20215 (define-public r-kableextra
20216 (package
20217 (name "r-kableextra")
20218 (version "1.3.4")
20219 (source
20220 (origin
20221 (method url-fetch)
20222 (uri (cran-uri "kableExtra" version))
20223 (sha256
20224 (base32
20225 "1c5vzy95cbz36jwyssr927qicrayifinv861rvnmg4nghb1gl7q9"))))
20226 (properties `((upstream-name . "kableExtra")))
20227 (build-system r-build-system)
20228 (propagated-inputs
20229 (list r-digest
20230 r-glue
20231 r-htmltools
20232 r-knitr
20233 r-magrittr
20234 r-rmarkdown
20235 r-rstudioapi
20236 r-rvest
20237 r-scales
20238 r-stringr
20239 r-svglite
20240 r-viridislite
20241 r-webshot
20242 r-xml2))
20243 (native-inputs
20244 (list r-knitr))
20245 (home-page "https://haozhu233.github.io/kableExtra/")
20246 (synopsis "Construct complex tables with pipe syntax")
20247 (description
20248 "Build complex HTML or LaTeX tables using @code{kable()} from
20249 @code{knitr} and the piping syntax from @code{magrittr}. The function
20250 @code{kable()} is a light weight table generator coming from @code{knitr}.
20251 This package simplifies the way to manipulate the HTML or LaTeX codes
20252 generated by @code{kable()} and allows users to construct complex tables and
20253 customize styles using a readable syntax.")
20254 (license license:expat)))
20255
20256 (define-public r-glasso
20257 (package
20258 (name "r-glasso")
20259 (version "1.11")
20260 (source
20261 (origin
20262 (method url-fetch)
20263 (uri (cran-uri "glasso" version))
20264 (sha256
20265 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
20266 (build-system r-build-system)
20267 (native-inputs (list gfortran))
20268 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
20269 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
20270 (description
20271 "This is a package for estimation of a sparse inverse covariance matrix
20272 using a lasso (L1) penalty. Facilities are provided for estimates along a
20273 path of values for the regularization parameter.")
20274 (license license:gpl2)))
20275
20276 (define-public r-rhpcblasctl
20277 (package
20278 (name "r-rhpcblasctl")
20279 (version "0.21-247.1")
20280 (source
20281 (origin
20282 (method url-fetch)
20283 (uri (cran-uri "RhpcBLASctl" version))
20284 (sha256
20285 (base32
20286 "0scpr6jq25xx7wmqyc380ann4h536ll0g7wblikk25yqvpamzrav"))))
20287 (properties `((upstream-name . "RhpcBLASctl")))
20288 (build-system r-build-system)
20289 (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")
20290 (synopsis "Control the number of threads on BLAS")
20291 (description
20292 "This package allows you to control the number of threads the BLAS
20293 library uses. It is also possible to control the number of threads in
20294 OpenMP.")
20295 (license license:agpl3+)))
20296
20297 (define-public r-lda
20298 (package
20299 (name "r-lda")
20300 (version "1.4.2")
20301 (source
20302 (origin
20303 (method url-fetch)
20304 (uri (cran-uri "lda" version))
20305 (sha256
20306 (base32
20307 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
20308 (build-system r-build-system)
20309 (home-page "https://cran.r-project.org/web/packages/lda/")
20310 (synopsis "Collapsed Gibbs sampling methods for topic models")
20311 (description
20312 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
20313 related models. This includes (but is not limited to) sLDA, corrLDA, and the
20314 mixed-membership stochastic blockmodel. Inference for all of these models is
20315 implemented via a fast collapsed Gibbs sampler written in C. Utility
20316 functions for reading/writing data typically used in topic models, as well as
20317 tools for examining posterior distributions are also included.")
20318 ;; Any version of the LGPL
20319 (license license:lgpl3+)))
20320
20321 (define-public r-rann-l1
20322 (package
20323 (name "r-rann-l1")
20324 (version "2.5.2")
20325 (source
20326 (origin
20327 (method url-fetch)
20328 (uri (cran-uri "RANN.L1" version))
20329 (sha256
20330 (base32
20331 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
20332 (properties `((upstream-name . "RANN.L1")))
20333 (build-system r-build-system)
20334 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
20335 (synopsis "Fast nearest neighbour search using L1 metric")
20336 (description
20337 "This package provides tools to find the k nearest neighbours for every
20338 point in a given dataset in O(N log N) time using Arya and Mount's ANN
20339 library. There is support for approximate as well as exact searches, fixed
20340 radius searches and @code{bd} as well as @code{kd} trees. The distance is
20341 computed using the L1 (Manhattan, taxicab) metric.")
20342 (license license:gpl3+)))
20343
20344 (define-public r-leiden
20345 (package
20346 (name "r-leiden")
20347 (version "0.3.9")
20348 (source
20349 (origin
20350 (method url-fetch)
20351 (uri (cran-uri "leiden" version))
20352 (sha256
20353 (base32
20354 "03gaxpcab3a1av5lk8r5ll1s858gvyx5ndknci1sia96w1v44xc1"))))
20355 (properties `((upstream-name . "leiden")))
20356 (build-system r-build-system)
20357 (propagated-inputs
20358 (list r-igraph r-matrix r-reticulate))
20359 (native-inputs
20360 (list r-knitr))
20361 (home-page "https://github.com/TomKellyGenetics/leiden")
20362 (synopsis "R implementation of Leiden clustering algorithm")
20363 (description
20364 "This package implements the Python @code{leidenalg} module to be called
20365 in R. It enables clustering using the Leiden algorithm for partitioning a
20366 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
20367 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
20368 (license license:gpl3)))
20369
20370 (define-public r-patchwork
20371 (package
20372 (name "r-patchwork")
20373 (version "1.1.1")
20374 (source
20375 (origin
20376 (method url-fetch)
20377 (uri (cran-uri "patchwork" version))
20378 (sha256
20379 (base32
20380 "10glgkf58lcykcwda1hj6xdps02m3i247qynk6s2jmwljagps3fg"))))
20381 (build-system r-build-system)
20382 (propagated-inputs
20383 (list r-ggplot2 r-gtable))
20384 (native-inputs
20385 (list r-knitr))
20386 (home-page "https://github.com/thomasp85/patchwork")
20387 (synopsis "Compose ggplot2 plots")
20388 (description
20389 "The @code{ggplot2} package provides a strong API for sequentially
20390 building up a plot, but does not concern itself with composition of multiple
20391 plots. Patchwork is a package that expands the API to allow for arbitrarily
20392 complex composition of plots by providing mathematical operators for combining
20393 multiple plots.")
20394 (license license:expat)))
20395
20396 (define-public r-liger
20397 (package
20398 (name "r-liger")
20399 (version "0.4.2")
20400 (source
20401 (origin
20402 (method git-fetch)
20403 (uri (git-reference
20404 (url "https://github.com/MacoskoLab/liger")
20405 (commit (string-append "v" version))))
20406 (file-name (git-file-name name version))
20407 (sha256
20408 (base32
20409 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
20410 (modules '((guix build utils)))
20411 (snippet
20412 '(begin
20413 (delete-file "inst/java/ModularityOptimizer.jar")
20414 #t))))
20415 (build-system r-build-system)
20416 (arguments
20417 `(#:phases
20418 (modify-phases %standard-phases
20419 (add-after 'unpack 'build-java-part
20420 (lambda* (#:key inputs #:allow-other-keys)
20421 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
20422 (for-each (lambda (file) (invoke "javac" file))
20423 (find-files "." "\\.java$"))
20424 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
20425 (find-files "." "\\.class$"))
20426 #t)))))
20427 (propagated-inputs
20428 (list r-cowplot
20429 r-dosnow
20430 r-dplyr
20431 r-fnn
20432 r-foreach
20433 r-ggplot2
20434 r-ggrepel
20435 r-hmisc
20436 r-ica
20437 r-irlba
20438 r-matrix
20439 r-mclust
20440 r-patchwork
20441 r-plyr
20442 r-rann-l1
20443 r-rcpp
20444 r-rcpparmadillo
20445 r-riverplot
20446 r-rtsne
20447 r-snow))
20448 (native-inputs
20449 `(("jdk" ,icedtea "jdk")
20450 ;; See https://github.com/MacoskoLab/liger/issues/96
20451 ;; The optimizer is released under the Expat license.
20452 ("optimizer-src"
20453 ,(origin
20454 (method url-fetch)
20455 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
20456 (sha256
20457 (base32
20458 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
20459 ("unzip" ,unzip)
20460 ("r-knitr" ,r-knitr))) ; for vignettes
20461 (home-page "https://github.com/MacoskoLab/liger")
20462 (synopsis "Integrate and analyze multiple single-cell datasets")
20463 (description
20464 "LIGER is a package for integrating and analyzing multiple single-cell
20465 datasets, developed and maintained by the Macosko lab. It relies on
20466 integrative non-negative matrix factorization to identify shared and
20467 dataset-specific factors.")
20468 (license license:gpl3)))
20469
20470 (define-public r-harmony
20471 (package
20472 (name "r-harmony")
20473 (version "0.1")
20474 (source
20475 (origin
20476 (method git-fetch)
20477 (uri (git-reference
20478 (url "https://github.com/immunogenomics/harmony")
20479 (commit version)))
20480 (file-name (git-file-name name version))
20481 (sha256
20482 (base32
20483 "05r401q09rbr6fqhb9mbd95082cjdi3nag1cv6zn96xkr0f6imq9"))
20484 (modules '((guix build utils)))
20485 (snippet
20486 '(begin
20487 (for-each delete-file '("config.status" "configure"))
20488 #t))))
20489 (build-system r-build-system)
20490 (propagated-inputs
20491 (list r-cowplot
20492 r-dplyr
20493 r-ggplot2
20494 r-irlba
20495 r-matrix
20496 r-rcpp
20497 r-rcpparmadillo
20498 r-rcppprogress
20499 r-rlang
20500 r-tibble
20501 r-tidyr))
20502 (native-inputs
20503 (list autoconf))
20504 (home-page "https://github.com/immunogenomics/harmony")
20505 (synopsis "Integration of single cell sequencing data")
20506 (description
20507 "This package provides an implementation of the Harmony algorithm for
20508 single cell integration, described in Korsunsky et al
20509 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
20510 function and interfaces to external frameworks.")
20511 (license license:gpl3)))
20512
20513 (define-public r-covr
20514 (package
20515 (name "r-covr")
20516 (version "3.5.1")
20517 (source
20518 (origin
20519 (method url-fetch)
20520 (uri (cran-uri "covr" version))
20521 (sha256
20522 (base32 "0v5cv3cw2kpdr6wxmkbd3wclavr17zipypdcb10hhmpa4cvgqk55"))))
20523 (properties `((upstream-name . "covr")))
20524 (build-system r-build-system)
20525 (propagated-inputs
20526 (list r-crayon
20527 r-digest
20528 r-httr
20529 r-jsonlite
20530 r-rex
20531 r-withr
20532 r-yaml))
20533 (native-inputs
20534 (list r-knitr)) ; for vignettes
20535 (home-page "https://github.com/r-lib/covr")
20536 (synopsis "Test coverage for R packages")
20537 (description
20538 "Thisp package enables you to track and report code coverage for your
20539 package and (optionally) upload the results to a coverage service. Code
20540 coverage is a measure of the amount of code being exercised by a set of tests.
20541 It is an indirect measure of test quality and completeness. This package is
20542 compatible with any testing methodology or framework and tracks coverage of
20543 both R code and compiled C/C++/FORTRAN code.")
20544 (license license:gpl3)))
20545
20546 (define-public r-systemfonts
20547 (package
20548 (name "r-systemfonts")
20549 (version "1.0.4")
20550 (source
20551 (origin
20552 (method url-fetch)
20553 (uri (cran-uri "systemfonts" version))
20554 (sha256
20555 (base32
20556 "1h44bal845jp7ya8i7ff1kz1n3wklkb00jk6hb9lgwa2p5snqxpg"))))
20557 (properties `((upstream-name . "systemfonts")))
20558 (build-system r-build-system)
20559 (propagated-inputs
20560 (list r-cpp11))
20561 (inputs
20562 (list fontconfig freetype zlib))
20563 (native-inputs
20564 (list pkg-config r-knitr))
20565 (home-page "https://github.com/r-lib/systemfonts")
20566 (synopsis "System native font finding")
20567 (description
20568 "This package provides system native access to the font catalogue. As
20569 font handling varies between systems it is difficult to correctly locate
20570 installed fonts across different operating systems. The 'systemfonts' package
20571 provides bindings to the native libraries for finding font files that can then
20572 be used further by e.g. graphic devices.")
20573 (license license:expat)))
20574
20575 (define-public r-graphlayouts
20576 (package
20577 (name "r-graphlayouts")
20578 (version "0.8.0")
20579 (source
20580 (origin
20581 (method url-fetch)
20582 (uri (cran-uri "graphlayouts" version))
20583 (sha256
20584 (base32
20585 "1l7gkn0r1ijllv3w7cbwcbi0jggs7wlkq9b2lykprng4g1kjc96p"))))
20586 (properties `((upstream-name . "graphlayouts")))
20587 (build-system r-build-system)
20588 (propagated-inputs
20589 (list r-igraph r-rcpp r-rcpparmadillo))
20590 (home-page "https://github.com/schochastics/graphlayouts")
20591 (synopsis "Additional layout algorithms for network visualizations")
20592 (description
20593 "This package provides several layout algorithms to visualize networks
20594 which are not part of the igraph library. Most are based on the concept of
20595 stress majorization by Gansner et al. (2004)
20596 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms
20597 emphasize hidden group structures in networks or focus on specific nodes.")
20598 (license license:expat)))
20599
20600 (define-public r-terra
20601 (package
20602 (name "r-terra")
20603 (version "1.5-21")
20604 (source
20605 (origin
20606 (method url-fetch)
20607 (uri (cran-uri "terra" version))
20608 (sha256
20609 (base32
20610 "0gzl0ka19jjw0dmaghjk2sgwi78kkz4w3rlfkym62rdarhlfj7h9"))))
20611 (properties `((upstream-name . "terra")))
20612 (build-system r-build-system)
20613 (inputs
20614 (list gdal
20615 geos
20616 proj
20617 sqlite ; needed for proj
20618 zlib))
20619 (propagated-inputs
20620 (list r-rcpp))
20621 (native-inputs
20622 (list pkg-config))
20623 (home-page "https://rspatial.org/terra")
20624 (synopsis "Spatial data analysis")
20625 (description
20626 "This package provides methods for spatial data analysis, especially
20627 raster data. The included methods allow for low-level data manipulation as
20628 well as high-level global, local, zonal, and focal computation. The predict
20629 and interpolate methods facilitate the use of regression type (interpolation,
20630 machine learning) models for spatial prediction. Processing of very large
20631 files is supported.")
20632 (license license:gpl3+)))
20633
20634 (define-public r-tidygraph
20635 (package
20636 (name "r-tidygraph")
20637 (version "1.2.1")
20638 (source
20639 (origin
20640 (method url-fetch)
20641 (uri (cran-uri "tidygraph" version))
20642 (sha256
20643 (base32
20644 "0dmdff3bkg53xn0c51xd6k2d9c7l250x1lhl5z3libf533dw5g9g"))))
20645 (properties `((upstream-name . "tidygraph")))
20646 (build-system r-build-system)
20647 (propagated-inputs
20648 (list r-cli
20649 r-cpp11
20650 r-dplyr
20651 r-igraph
20652 r-magrittr
20653 r-pillar
20654 r-r6
20655 r-rlang
20656 r-tibble
20657 r-tidyr))
20658 (home-page "https://github.com/thomasp85/tidygraph")
20659 (synopsis "Tidy API for graph manipulation")
20660 (description
20661 "This package provides a graph implementation that can be thought of as
20662 two tidy data frames describing node and edge data respectively. It provides
20663 an approach to manipulate these two virtual data frames using the API defined
20664 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
20665 common graph algorithms.")
20666 (license license:expat)))
20667
20668 (define-public r-soupx
20669 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
20670 (revision "1"))
20671 (package
20672 (name "r-soupx")
20673 (version (git-version "0.3.1" revision commit))
20674 (source
20675 (origin
20676 (method git-fetch)
20677 (uri (git-reference
20678 (url "https://github.com/constantAmateur/SoupX")
20679 (commit commit)))
20680 (file-name (git-file-name name version))
20681 (sha256
20682 (base32
20683 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
20684 (properties `((upstream-name . "SoupX")))
20685 (build-system r-build-system)
20686 (propagated-inputs
20687 (list r-ggplot2 r-matrix r-seurat))
20688 (home-page "https://github.com/constantAmateur/SoupX")
20689 (synopsis "Single cell mRNA Soup eXterminator")
20690 (description
20691 "This package provides a package for quantifying, profiling and
20692 removing cell free mRNA contamination (the \"soup\") from droplet based single
20693 cell RNA-seq experiments.")
20694 (license license:gpl2))))
20695
20696 (define-public r-assertr
20697 (package
20698 (name "r-assertr")
20699 (version "2.8")
20700 (source
20701 (origin
20702 (method url-fetch)
20703 (uri (cran-uri "assertr" version))
20704 (sha256
20705 (base32
20706 "00764vv86r3bn4r85in4w637harffyw605fgq0dj6mrbrwcfb650"))))
20707 (build-system r-build-system)
20708 (propagated-inputs
20709 (list r-dplyr r-mass r-rlang))
20710 (native-inputs
20711 (list r-knitr)) ; needed for vignette
20712 (home-page "https://github.com/ropensci/assertr")
20713 (synopsis "Assertive programming for R analysis pipelines")
20714 (description
20715 "This package provides functionality to assert conditions that have to be
20716 met so that errors in data used in analysis pipelines can fail quickly. It is
20717 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
20718 in pipelines.")
20719 (license license:expat)))
20720
20721 (define-public r-parameters
20722 (package
20723 (name "r-parameters")
20724 (version "0.17.0")
20725 (source
20726 (origin
20727 (method url-fetch)
20728 (uri (cran-uri "parameters" version))
20729 (sha256
20730 (base32
20731 "0wrhs3rhr62441cghg4nsrlp6r41nf7x5nclzz71v5c0rfn8jh79"))))
20732 (properties `((upstream-name . "parameters")))
20733 (build-system r-build-system)
20734 (propagated-inputs
20735 (list r-bayestestr r-datawizard r-insight))
20736 (native-inputs
20737 (list r-knitr))
20738 (home-page "https://cran.r-project.org/web/packages/parameters")
20739 (synopsis "Processing of model parameters")
20740 (description
20741 "This package provides utilities for processing the parameters of various
20742 statistical models. Beyond computing p values, CIs, and other indices for a
20743 wide variety of models, this package implements features like standardization
20744 or bootstrapping of parameters and models, feature reduction (feature
20745 extraction and variable selection) as well as conversion between indices of
20746 effect size.")
20747 (license license:gpl3)))
20748
20749 (define-public r-rgdal
20750 (package
20751 (name "r-rgdal")
20752 (version "1.5-30")
20753 (source
20754 (origin
20755 (method url-fetch)
20756 (uri (cran-uri "rgdal" version))
20757 (sha256
20758 (base32 "1f4zshgkaifbfcgq61vqb7jw5w2cc128d98rq2465r8696q2p0s9"))))
20759 (properties `((upstream-name . "rgdal")))
20760 (build-system r-build-system)
20761 (inputs
20762 (list gdal proj zlib))
20763 (propagated-inputs
20764 (list r-sp))
20765 (native-inputs
20766 (list pkg-config r-knitr))
20767 (home-page "http://rgdal.r-forge.r-project.org")
20768 (synopsis "Bindings for the Geospatial Data Abstraction Library")
20769 (description
20770 "This package provides bindings to the Geospatial Data Abstraction
20771 Library (GDAL) and access to projection/transformation operations from the
20772 PROJ.4 library.")
20773 (license license:gpl2+)))
20774
20775 (define-public r-insol
20776 (package
20777 (name "r-insol")
20778 (version "1.2.2")
20779 (source
20780 (origin
20781 (method url-fetch)
20782 (uri (cran-uri "insol" version))
20783 (sha256
20784 (base32
20785 "166kgxgzbh55y2qqya6c2si22x0v7asi70im054g6xxwc5187kh3"))))
20786 (properties `((upstream-name . "insol")))
20787 (build-system r-build-system)
20788 (propagated-inputs
20789 (list r-raster))
20790 (native-inputs
20791 (list gfortran))
20792 (home-page "https://meteoexploration.com/R/insol/index.html")
20793 (synopsis "Tools for calculating solar radiation")
20794 (description
20795 "This package provides functions to compute insolation on tilted
20796 surfaces, computes atmospheric transmittance and related parameters such as:
20797 Earth radius vector, declination, sunset and sunrise, daylength, equation of
20798 time, vector in the direction of the sun, vector normal to surface, and some
20799 atmospheric physics.")
20800 (license license:gpl2+)))
20801
20802 (define-public r-lifecycle
20803 (package
20804 (name "r-lifecycle")
20805 (version "1.0.1")
20806 (source
20807 (origin
20808 (method url-fetch)
20809 (uri (cran-uri "lifecycle" version))
20810 (sha256
20811 (base32
20812 "183v1z1h037pvsgrj6vakpwhnhsr29hsw8p16k59dgpi00f6x9qx"))))
20813 (properties `((upstream-name . "lifecycle")))
20814 (build-system r-build-system)
20815 (propagated-inputs
20816 (list r-glue r-rlang))
20817 (native-inputs
20818 (list r-knitr)) ; for vignettes
20819 (home-page "https://github.com/r-lib/lifecycle")
20820 (synopsis "Manage the life cycle of your package functions")
20821 (description
20822 "Manage the life cycle of your exported functions with shared
20823 conventions, documentation badges, and non-invasive deprecation warnings. The
20824 lifecycle package defines four development stages (experimental, maturing,
20825 stable, and questioning) and three deprecation stages (soft-deprecated,
20826 deprecated, and defunct). It makes it easy to insert badges corresponding to
20827 these stages in your documentation. Usage of deprecated functions are
20828 signalled with increasing levels of non-invasive verbosity.")
20829 (license license:gpl3)))
20830
20831 (define-public r-assertable
20832 (package
20833 (name "r-assertable")
20834 (version "0.2.8")
20835 (source
20836 (origin
20837 (method url-fetch)
20838 (uri (cran-uri "assertable" version))
20839 (sha256
20840 (base32
20841 "1cciil1nzxd8gbj49w99jiv077lbpb59vx7bmb4p218aj2h5hqq4"))))
20842 (build-system r-build-system)
20843 (propagated-inputs
20844 (list r-data-table))
20845 (native-inputs
20846 (list r-knitr))
20847 (home-page "https://cran.r-project.org/web/packages/assertable/")
20848 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
20849 (description "This package provides simple, flexible assertions on
20850 data.frame or data.table objects with verbose output for vetting. While other
20851 assertion packages apply towards more general use-cases, @code{assertable} is
20852 tailored towards tabular data. It includes functions to check variable names
20853 and values, whether the dataset contains all combinations of a given set of
20854 unique identifiers, and whether it is a certain length. In addition,
20855 @code{assertable} includes utility functions to check the existence of target
20856 files and to efficiently import multiple tabular data files into one
20857 data.table.")
20858 (license license:gpl3)))
20859
20860 (define-public r-quadprog
20861 (package
20862 (name "r-quadprog")
20863 (version "1.5-8")
20864 (source
20865 (origin
20866 (method url-fetch)
20867 (uri (cran-uri "quadprog" version))
20868 (sha256
20869 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
20870 (build-system r-build-system)
20871 (native-inputs
20872 (list gfortran))
20873 (home-page "https://cran.r-project.org/web/packages/quadprog")
20874 (synopsis "Functions to solve quadratic programming problems")
20875 (description
20876 "This package contains routines and documentation for solving quadratic
20877 programming problems.")
20878 (license license:gpl3+)))
20879
20880 (define-public r-desolve
20881 (package
20882 (name "r-desolve")
20883 (version "1.31")
20884 (source
20885 (origin
20886 (method url-fetch)
20887 (uri (cran-uri "deSolve" version))
20888 (sha256
20889 (base32 "06gsh514msqdmri78969snhgh22d2bzmnkqfgh0s74aprfd93m8r"))))
20890 (properties `((upstream-name . "deSolve")))
20891 (build-system r-build-system)
20892 (native-inputs
20893 (list gfortran))
20894 (home-page "https://desolve.r-forge.r-project.org/")
20895 (synopsis "Solvers for initial value problems of differential equations")
20896 (description "This package provides functions that solve initial value
20897 problems of a system of first-order @dfn{ordinary differential
20898 equations} (ODE), of @dfn{partial differential equations} (PDE), of
20899 @dfn{differential algebraic equations} (DAE), and of delay differential
20900 equations. The functions provide an interface to the FORTRAN functions
20901 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
20902 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
20903 C-implementation of solvers of the Runge-Kutta family with fixed or variable
20904 time steps. The package contains routines designed for solving ODEs resulting
20905 from 1-D, 2-D and 3-D partial differential equations that have been converted
20906 to ODEs by numerical differencing.")
20907 (license license:gpl2+)))
20908
20909 (define-public r-pmcmrplus
20910 (package
20911 (name "r-pmcmrplus")
20912 (version "1.9.4")
20913 (source
20914 (origin
20915 (method url-fetch)
20916 (uri (cran-uri "PMCMRplus" version))
20917 (sha256
20918 (base32 "16m1pdrzjq9vnx5v7zv56mz9r1205rkw92883cxaqbvdpds6dhqy"))))
20919 (properties `((upstream-name . "PMCMRplus")))
20920 (build-system r-build-system)
20921 (inputs (list gmp))
20922 (propagated-inputs
20923 (list r-bwstest
20924 r-gmp
20925 r-ksamples
20926 r-mass
20927 r-multcompview
20928 r-mvtnorm
20929 r-rmpfr
20930 r-suppdists))
20931 (native-inputs (list gfortran r-knitr))
20932 (home-page "https://cran.r-project.org/package=PMCMRplus")
20933 (synopsis "Calculate pairwise multiple comparisons of mean rank sums extended")
20934 (description
20935 "This package provides multiple pairwise tests.")
20936 (license license:gpl3+)))
20937
20938 (define-public r-pracma
20939 (package
20940 (name "r-pracma")
20941 (version "2.3.8")
20942 (source (origin
20943 (method url-fetch)
20944 (uri (cran-uri "pracma" version))
20945 (sha256
20946 (base32 "0r17siivm37k4gp253v9mlg5m7cwqp85h9kk2hbp2wkf81ad80i3"))))
20947 (build-system r-build-system)
20948 (home-page "https://cran.r-project.org/web/packages/pracma/")
20949 (synopsis "Practical numerical math functions")
20950 (description "This package provides functions for numerical analysis and
20951 linear algebra, numerical optimization, differential equations, plus some
20952 special functions. It uses Matlab function names where appropriate to simplify
20953 porting.")
20954 (license license:gpl3+)))
20955
20956 (define-public r-subplex
20957 (package
20958 (name "r-subplex")
20959 (version "1.7")
20960 (source
20961 (origin
20962 (method url-fetch)
20963 (uri (cran-uri "subplex" version))
20964 (sha256
20965 (base32
20966 "11zqzydbj6ivgvlw1gv1r2yxra7misbc622g575p2vckhjjg9v6m"))))
20967 (build-system r-build-system)
20968 (native-inputs
20969 (list gfortran))
20970 (home-page "https://cran.r-project.org/web/packages/subplex")
20971 (synopsis "Unconstrained optimization using the subplex algorithm")
20972 (description
20973 "This package implements the Subplex optimization algorithm.
20974 It solves unconstrained optimization problems using a simplex method on
20975 subspaces. The method is well suited for optimizing objective functions that
20976 are noisy or are discontinuous at the solution.")
20977 (license license:gpl3+)))
20978
20979 (define-public r-txtplot
20980 (package
20981 (name "r-txtplot")
20982 (version "1.0-4")
20983 (source
20984 (origin
20985 (method url-fetch)
20986 (uri (cran-uri "txtplot" version))
20987 (sha256
20988 (base32
20989 "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
20990 (build-system r-build-system)
20991 (home-page "https://cran.r-project.org/web/packages/txtplot/")
20992 (synopsis "Text-based plotting")
20993 (description "This package provides functions to produce rudimentary ASCII
20994 graphics directly in the terminal window. This package provides a basic
20995 plotting function (and equivalents of curve, density, acf and barplot) as well
20996 as a boxplot function.")
20997 (license license:lgpl3+)))
20998
20999 (define-public r-bio3d
21000 (package
21001 (name "r-bio3d")
21002 (version "2.4-3")
21003 (source
21004 (origin
21005 (method url-fetch)
21006 (uri (cran-uri "bio3d" version))
21007 (sha256
21008 (base32
21009 "0x3apqxbk4lvvcnvvdsyjd9f6qh9f9qgml3ih69hl9ikj06iy0y6"))))
21010 (properties `((upstream-name . "bio3d")))
21011 (build-system r-build-system)
21012 (inputs (list zlib))
21013 (propagated-inputs (list r-rcpp))
21014 (native-inputs
21015 (list r-knitr))
21016 (home-page "http://thegrantlab.org/bio3d/")
21017 (synopsis "Biological structure analysis")
21018 (description
21019 "This package provides utilities to process, organize and explore protein
21020 structure, sequence and dynamics data. Features include the ability to read
21021 and write structure, sequence and dynamic trajectory data, perform sequence
21022 and structure database searches, data summaries, atom selection, alignment,
21023 superposition, rigid core identification, clustering, torsion analysis,
21024 distance matrix analysis, structure and sequence conservation analysis, normal
21025 mode analysis, principal component analysis of heterogeneous structure data,
21026 and correlation network analysis from normal mode and molecular dynamics data.
21027 In addition, various utility functions are provided to enable the statistical
21028 and graphical power of the R environment to work with biological sequence and
21029 structural data.")
21030 (license license:gpl2+)))
21031
21032 (define-public r-bios2cor
21033 (package
21034 (name "r-bios2cor")
21035 (version "2.2")
21036 (source
21037 (origin
21038 (method url-fetch)
21039 (uri (cran-uri "Bios2cor" version))
21040 (sha256
21041 (base32
21042 "1wkj9vr33m9jilidil9jpw5rzr3pf7gkimxdvch22ks4bgkx7l1w"))))
21043 (properties `((upstream-name . "Bios2cor")))
21044 (build-system r-build-system)
21045 (propagated-inputs
21046 (list r-bigmemory r-bio3d r-circular r-igraph))
21047 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
21048 (synopsis "From biological sequences and simulations to correlation analysis")
21049 (description
21050 "This package provides utilities for computation and analysis of
21051 correlation/covariation in multiple sequence alignments and in side chain
21052 motions during molecular dynamics simulations. Features include the
21053 computation of correlation/covariation scores using a variety of scoring
21054 functions between either sequence positions in alignments or side chain
21055 dihedral angles in molecular dynamics simulations and utilities to analyze the
21056 correlation/covariation matrix through a variety of tools including network
21057 representation and principal components analysis. In addition, several
21058 utility functions are based on the R graphical environment to provide friendly
21059 tools for help in data interpretation.")
21060 (license license:gpl2+)))
21061
21062 ;; This package includes minified JavaScript files. When upgrading please
21063 ;; check that there are no new minified JavaScript files.
21064 (define-public r-networkd3
21065 (package
21066 (name "r-networkd3")
21067 (version "0.4")
21068 (source
21069 (origin
21070 (method url-fetch)
21071 (uri (cran-uri "networkD3" version))
21072 (sha256
21073 (base32
21074 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
21075 (snippet
21076 '(begin
21077 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
21078 #t))))
21079 (properties `((upstream-name . "networkD3")))
21080 (build-system r-build-system)
21081 (arguments
21082 `(#:modules ((guix build utils)
21083 (guix build r-build-system)
21084 (srfi srfi-1)
21085 (ice-9 popen))
21086 #:phases
21087 (modify-phases %standard-phases
21088 (add-after 'unpack 'process-javascript
21089 (lambda* (#:key inputs #:allow-other-keys)
21090 (with-directory-excursion "inst/htmlwidgets/lib/"
21091 (call-with-values
21092 (lambda ()
21093 (unzip2
21094 `((,(assoc-ref inputs "d3.v4.js")
21095 "d3-4.5.0/d3.min.js"))))
21096 (lambda (sources targets)
21097 (for-each (lambda (source target)
21098 (format #t "Processing ~a --> ~a~%"
21099 source target)
21100 (let ((minified (open-pipe* OPEN_READ "uglifyjs" source)))
21101 (call-with-output-file target
21102 (lambda (port)
21103 (dump-port minified port)))))
21104 sources targets))))
21105 #t)))))
21106 (native-inputs
21107 `(("uglifyjs" ,node-uglify-js)
21108 ;; NOTE: Make sure that this version of d3 is still valid when
21109 ;; upgrading the package.
21110 ("d3.v4.js"
21111 ,(origin
21112 (method url-fetch)
21113 (uri "https://d3js.org/d3.v4.js")
21114 (sha256
21115 (base32
21116 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
21117 (propagated-inputs
21118 (list r-htmlwidgets r-igraph r-magrittr))
21119 (home-page "https://cran.r-project.org/package=networkD3")
21120 (synopsis "D3 JavaScript network graphs from R")
21121 (description
21122 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
21123 graphs from R.")
21124 (license license:gpl3+)))
21125
21126 (define-public r-aasea
21127 (package
21128 (name "r-aasea")
21129 (version "1.1.0")
21130 (source
21131 (origin
21132 (method url-fetch)
21133 (uri (cran-uri "aaSEA" version))
21134 (sha256
21135 (base32
21136 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
21137 (properties `((upstream-name . "aaSEA")))
21138 (build-system r-build-system)
21139 (propagated-inputs
21140 (list r-bios2cor
21141 r-dt
21142 r-hmisc
21143 r-magrittr
21144 r-networkd3
21145 r-plotly
21146 r-seqinr
21147 r-shiny
21148 r-shinydashboard))
21149 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
21150 (synopsis "Amino acid substitution effect analyzer")
21151 (description
21152 "Given a protein multiple sequence alignment, it is a daunting task to
21153 assess the effects of substitutions along sequence length. The aaSEA package
21154 is intended to help researchers to rapidly analyze property changes caused by
21155 single, multiple and correlated amino acid substitutions in proteins.")
21156 (license license:gpl3)))
21157
21158 (define-public r-abacus
21159 (package
21160 (name "r-abacus")
21161 (version "1.0.0")
21162 (source
21163 (origin
21164 (method url-fetch)
21165 (uri (cran-uri "ABACUS" version))
21166 (sha256
21167 (base32
21168 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
21169 (properties `((upstream-name . "ABACUS")))
21170 (build-system r-build-system)
21171 (propagated-inputs
21172 (list r-ggplot2 r-shiny))
21173 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
21174 (synopsis "Apps-based activities for communicating and understanding statistics")
21175 (description
21176 "This package provides a set of Shiny apps for effective communication
21177 and understanding in statistics. The current version includes properties of
21178 normal distribution, properties of sampling distribution, one-sample z and t
21179 tests, two samples independent (unpaired) t test and analysis of variance.")
21180 (license license:gpl3)))
21181
21182 (define-public r-abc-rap
21183 (package
21184 (name "r-abc-rap")
21185 (version "0.9.0")
21186 (source
21187 (origin
21188 (method url-fetch)
21189 (uri (cran-uri "ABC.RAP" version))
21190 (sha256
21191 (base32
21192 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
21193 (properties `((upstream-name . "ABC.RAP")))
21194 (build-system r-build-system)
21195 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
21196 (synopsis "Array-based CpG region analysis pipeline")
21197 (description
21198 "This package aims to identify candidate genes that are differentially
21199 methylated between cases and controls. It applies Student's t-test and delta
21200 beta analysis to identify candidate genes containing multiple CpG sites.")
21201 (license license:gpl3)))
21202
21203 (define-public r-abcadm
21204 (package
21205 (name "r-abcadm")
21206 (version "1.0")
21207 (source
21208 (origin
21209 (method url-fetch)
21210 (uri (cran-uri "abcADM" version))
21211 (sha256
21212 (base32
21213 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
21214 (properties `((upstream-name . "abcADM")))
21215 (build-system r-build-system)
21216 (propagated-inputs
21217 (list r-bh r-rcpp))
21218 (home-page "https://cran.r-project.org/web/packages/abcADM/")
21219 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
21220 (description
21221 "This package provides tools to estimate parameters of accumulated
21222 damage (load duration) models based on failure time data under a Bayesian
21223 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
21224 long-term reliability under stochastic load profiles.")
21225 (license license:gpl3)))
21226
21227 (define-public r-rglpk
21228 (package
21229 (name "r-rglpk")
21230 (version "0.6-4")
21231 (source
21232 (origin
21233 (method url-fetch)
21234 (uri (cran-uri "Rglpk" version))
21235 (sha256
21236 (base32
21237 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
21238 (properties `((upstream-name . "Rglpk")))
21239 (build-system r-build-system)
21240 (propagated-inputs
21241 (list r-slam))
21242 (inputs
21243 (list glpk))
21244 (home-page "https://r-forge.r-project.org/projects/rglp/")
21245 (synopsis "R interface to the GNU Linear Programming Kit")
21246 (description
21247 "This package provides an R interface to the GNU Linear Programming Kit,
21248 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
21249 integer linear programming} (MILP) and other related problems.")
21250 ;; Either license
21251 (license (list license:gpl2 license:gpl3))))
21252
21253 (define-public r-abcdefba
21254 (package
21255 (name "r-abcdefba")
21256 (version "0.4")
21257 (source
21258 (origin
21259 (method url-fetch)
21260 (uri (cran-uri "abcdeFBA" version))
21261 (sha256
21262 (base32
21263 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
21264 (properties `((upstream-name . "abcdeFBA")))
21265 (build-system r-build-system)
21266 (propagated-inputs
21267 (list r-corrplot r-lattice r-rgl r-rglpk))
21268 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
21269 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
21270 (description
21271 "This package provides functions for Constraint Based Simulation using
21272 Flux Balance Analysis and informative analysis of the data generated during
21273 simulation.")
21274 (license license:gpl2)))
21275
21276 (define-public r-abcrlda
21277 (package
21278 (name "r-abcrlda")
21279 (version "1.0.3")
21280 (source
21281 (origin
21282 (method url-fetch)
21283 (uri (cran-uri "abcrlda" version))
21284 (sha256
21285 (base32
21286 "04pcdnk2szfpc2ylcw5ds7y895ivy03bycal03kxw7cwylzxasks"))))
21287 (properties `((upstream-name . "abcrlda")))
21288 (build-system r-build-system)
21289 (home-page "https://ieeexplore.ieee.org/document/8720003/")
21290 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
21291 (description
21292 "This package offers methods to perform @dfn{asymptotically
21293 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
21294 cost-sensitive binary classification. The bias-correction is an estimate of
21295 the bias term added to regularized discriminant analysis that minimizes the
21296 overall risk.")
21297 (license license:gpl3)))
21298
21299 (define-public r-abemus
21300 (package
21301 (name "r-abemus")
21302 (version "1.0.1")
21303 (source
21304 (origin
21305 (method url-fetch)
21306 (uri (cran-uri "abemus" version))
21307 (sha256
21308 (base32
21309 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
21310 (properties `((upstream-name . "abemus")))
21311 (build-system r-build-system)
21312 (propagated-inputs
21313 (list r-data-table))
21314 (home-page "https://cran.r-project.org/web/packages/abemus/")
21315 (synopsis "Adaptive base error model in ultra-deep sequencing data")
21316 (description
21317 "This package provides an implementation of @dfn{Adaptive Base Error
21318 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
21319 platform-specific genetic knowledge and empirical signal to readily detect and
21320 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
21321 cell free DNA} (cfDNA).")
21322 (license license:gpl3)))
21323
21324 ;; This package includes minified JavaScript files. When upgrading please
21325 ;; check that there are no new minified JavaScript files.
21326 (define-public r-rintrojs
21327 (package
21328 (name "r-rintrojs")
21329 (version "0.3.0")
21330 (source
21331 (origin
21332 (method url-fetch)
21333 (uri (cran-uri "rintrojs" version))
21334 (sha256
21335 (base32
21336 "00l5mk80gj3xkbf3m1kip566ic98bhd88lh0bg69ybkpk4gifpyw"))
21337 (snippet
21338 '(delete-file "inst/javascript/introjs/intro.min.js"))))
21339 (properties `((upstream-name . "rintrojs")))
21340 (build-system r-build-system)
21341 (arguments
21342 `(#:phases
21343 (modify-phases %standard-phases
21344 (add-after 'unpack 'process-javascript
21345 (lambda* (#:key inputs #:allow-other-keys)
21346 (with-directory-excursion "inst/javascript/introjs/"
21347 (let ((source (assoc-ref inputs "intro.js"))
21348 (target "intro.min.js"))
21349 (format #true "Processing ~a --> ~a~%"
21350 source target)
21351 (invoke "esbuild" source "--minify"
21352 (string-append "--outfile=" target)))))))))
21353 (native-inputs
21354 `(("esbuild" ,esbuild)
21355 ("intro.js"
21356 ,(origin
21357 (method url-fetch)
21358 (uri "https://cdn.jsdelivr.net/npm/intro.js@3.2.1/intro.js")
21359 (sha256
21360 (base32
21361 "0vh5n7hqqyx2pdvlqq6xadfqibcn78h5961rwhpf817kpxfzv8v7"))))))
21362 (propagated-inputs
21363 (list r-jsonlite r-shiny))
21364 (home-page "https://github.com/carlganz/rintrojs")
21365 (synopsis "Wrapper for the Intro.js library")
21366 (description
21367 "This package provides a wrapper for the @url{http://www.introjs.com,
21368 Intro.js} library. This package makes it easy to include step-by-step
21369 introductions, and clickable hints in a Shiny application. It supports both
21370 static introductions in the UI, and programmatic introductions from the
21371 server-side.")
21372 ;; The intro.js library is licensed under Expat.
21373 (license (list license:agpl3+ license:expat))))
21374
21375 (define-public r-sysfonts
21376 (package
21377 (name "r-sysfonts")
21378 (version "0.8.8")
21379 (source
21380 (origin
21381 (method url-fetch)
21382 (uri (cran-uri "sysfonts" version))
21383 (sha256
21384 (base32
21385 "1fq5dn4l09sgrbznfz9cakf4vgc3761zwicvqaazh0s8mzbaicpn"))))
21386 (properties `((upstream-name . "sysfonts")))
21387 (build-system r-build-system)
21388 (inputs
21389 (list freetype libpng zlib))
21390 (native-inputs
21391 (list pkg-config))
21392 (home-page "https://github.com/yixuan/sysfonts")
21393 (synopsis "Loading fonts into R")
21394 (description
21395 "This is a package to simplify loading of system fonts and Google Fonts
21396 into R, in order to support other packages.")
21397 (license license:gpl2)))
21398
21399 (define-public r-showtextdb
21400 (package
21401 (name "r-showtextdb")
21402 (version "3.0")
21403 (source
21404 (origin
21405 (method url-fetch)
21406 (uri (cran-uri "showtextdb" version))
21407 (sha256
21408 (base32
21409 "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
21410 (properties `((upstream-name . "showtextdb")))
21411 (build-system r-build-system)
21412 (propagated-inputs
21413 (list r-sysfonts))
21414 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
21415 (synopsis "Font files for the 'showtext' package")
21416 (description
21417 "This package provides font files that can be used by the @code{showtext}
21418 package.")
21419 (license license:asl2.0)))
21420
21421 (define-public r-showtext
21422 (package
21423 (name "r-showtext")
21424 (version "0.9-5")
21425 (source
21426 (origin
21427 (method url-fetch)
21428 (uri (cran-uri "showtext" version))
21429 (sha256
21430 (base32
21431 "1larnqxn9nanbqiadm35ah5hh89xrzm4fdj9pfc93zzzhlfrvhb3"))))
21432 (properties `((upstream-name . "showtext")))
21433 (build-system r-build-system)
21434 (inputs
21435 (list freetype libpng zlib))
21436 (propagated-inputs
21437 (list r-showtextdb r-sysfonts))
21438 (native-inputs
21439 (list pkg-config r-knitr))
21440 (home-page "https://github.com/yixuan/showtext")
21441 (synopsis "Using fonts more easily in R graphs")
21442 (description
21443 "This package aims to make it easy to use various types of
21444 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
21445 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
21446 will be converted into polygons or raster images, hence after the plot has
21447 been created, it no longer relies on the font files. No external software
21448 such as Ghostscript is needed to use this package.")
21449 (license license:asl2.0)))
21450
21451 (define-public r-emojifont
21452 (package
21453 (name "r-emojifont")
21454 (version "0.5.5")
21455 (source
21456 (origin
21457 (method url-fetch)
21458 (uri (cran-uri "emojifont" version))
21459 (sha256
21460 (base32
21461 "1hhrwilv36hd9gs1kcl2zsi6519md0h9aixjrm6lfclxvz8r6k1i"))))
21462 (properties `((upstream-name . "emojifont")))
21463 (build-system r-build-system)
21464 (propagated-inputs
21465 (list r-ggplot2 r-proto r-showtext r-sysfonts))
21466 (native-inputs
21467 (list r-knitr))
21468 (home-page "https://guangchuangyu.github.io/emojifont")
21469 (synopsis "Emoji and Font Awesome in R graphics")
21470 (description
21471 "This package enables the use of emoji and the Font Awesome glyphs in
21472 both base and ggplot2 graphics.")
21473 (license license:artistic2.0)))
21474
21475 (define-public r-abstractr
21476 (package
21477 (name "r-abstractr")
21478 (version "0.1.0")
21479 (source
21480 (origin
21481 (method url-fetch)
21482 (uri (cran-uri "abstractr" version))
21483 (sha256
21484 (base32
21485 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
21486 (properties `((upstream-name . "abstractr")))
21487 (build-system r-build-system)
21488 (propagated-inputs
21489 (list r-colourpicker
21490 r-emojifont
21491 r-ggplot2
21492 r-gridextra
21493 r-rintrojs
21494 r-shiny
21495 r-shinythemes))
21496 (home-page "https://matt-kumar.shinyapps.io/portfolio")
21497 (synopsis "R-Shiny application for creating visual abstracts")
21498 (description
21499 "This package provides an R Shiny application to create visual abstracts
21500 for original research. A variety of user defined options and formatting are
21501 included.")
21502 (license license:gpl3)))
21503
21504 (define-public r-qgam
21505 (package
21506 (name "r-qgam")
21507 (version "1.3.4")
21508 (source
21509 (origin
21510 (method url-fetch)
21511 (uri (cran-uri "qgam" version))
21512 (sha256
21513 (base32
21514 "1jyamamdffaks89rspyhmg18b4iik0nb1j0vgqzvfnm890514cvn"))))
21515 (properties `((upstream-name . "qgam")))
21516 (build-system r-build-system)
21517 (propagated-inputs
21518 (list r-doparallel r-mgcv r-plyr r-shiny))
21519 (native-inputs (list r-knitr))
21520 (home-page "https://cran.r-project.org/web/packages/qgam/")
21521 (synopsis "Smooth additive quantile regression models")
21522 (description
21523 "This package provides smooth additive quantile regression models, fitted
21524 using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
21525 the smoothing parameters are estimated automatically by marginal loss
21526 minimization, while the regression coefficients are estimated using either
21527 PIRLS or Newton algorithm. The learning rate is determined so that the
21528 Bayesian credible intervals of the estimated effects have approximately the
21529 correct coverage. The main function is @code{qgam()} which is similar to
21530 @code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
21531 regression models.")
21532 (license license:gpl2+)))
21533
21534 (define-public r-abtest
21535 (package
21536 (name "r-abtest")
21537 (version "1.0.1")
21538 (source
21539 (origin
21540 (method url-fetch)
21541 (uri (cran-uri "abtest" version))
21542 (sha256
21543 (base32
21544 "0jz2ry5364p8h8xlk5a5sycn8xlpxd1iasfg99bcr4jqzd92jfqg"))))
21545 (properties `((upstream-name . "abtest")))
21546 (build-system r-build-system)
21547 (propagated-inputs
21548 (list r-matrix
21549 r-mvtnorm
21550 r-plotrix
21551 r-qgam
21552 r-rcolorbrewer
21553 r-rcpp
21554 r-sn
21555 r-truncnorm))
21556 (home-page "https://cran.r-project.org/web/packages/abtest/")
21557 (synopsis "Bayesian A/B testing")
21558 (description
21559 "This package provides functions for Bayesian A/B testing including prior
21560 elicitation options based on Kass and Vaidyanathan (1992)
21561 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
21562 (license license:gpl2+)))
21563
21564 (define-public r-reldist
21565 (package
21566 (name "r-reldist")
21567 (version "1.7-0")
21568 (source
21569 (origin
21570 (method url-fetch)
21571 (uri (cran-uri "reldist" version))
21572 (sha256
21573 (base32
21574 "0i04d6w3r6fzm4bykz6lnnh6dngmd61v5wlpli70r3fzdzhi7fji"))))
21575 (properties `((upstream-name . "reldist")))
21576 (build-system r-build-system)
21577 (propagated-inputs
21578 (list r-densestbayes r-hmisc r-mgcv))
21579 (home-page "http://www.stat.ucla.edu/~handcock/RelDist")
21580 (synopsis "Relative distribution methods")
21581 (description
21582 "This package provides tools for the comparison of distributions. This
21583 includes nonparametric estimation of the relative distribution PDF and CDF and
21584 numerical summaries as described in \"Relative Distribution Methods in the
21585 Social Sciences\" by Mark S. Handcock and Martina Morris, Springer-Verlag,
21586 1999, Springer-Verlag, ISBN 0387987789.")
21587 ;; See also https://cran.r-project.org/web/packages/reldist/LICENSE for
21588 ;; attribution requirements.
21589 (license license:gpl3)))
21590
21591 (define-public r-accept
21592 (package
21593 (name "r-accept")
21594 (version "0.9.0")
21595 (source
21596 (origin
21597 (method url-fetch)
21598 (uri (cran-uri "accept" version))
21599 (sha256
21600 (base32
21601 "13kx8fbnbpasjklgbq2rf4n73j2s8rvy5v77ywqhfzln24937qgh"))))
21602 (properties `((upstream-name . "accept")))
21603 (build-system r-build-system)
21604 (propagated-inputs
21605 (list r-dplyr r-reldist))
21606 (home-page "https://cran.r-project.org/web/packages/accept/")
21607 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
21608 (description
21609 "This package allows clinicians to predict the rate and severity of
21610 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
21611 Disease} (COPD) patients, based on the clinical prediction model published in
21612 Adibi et al. (2019) @url{doi:10.1101/651901}.")
21613 (license license:gpl3)))
21614
21615 (define-public r-smpracticals
21616 (package
21617 (name "r-smpracticals")
21618 (version "1.4-3")
21619 (source
21620 (origin
21621 (method url-fetch)
21622 (uri (cran-uri "SMPracticals" version))
21623 (sha256
21624 (base32
21625 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
21626 (properties `((upstream-name . "SMPracticals")))
21627 (build-system r-build-system)
21628 (propagated-inputs
21629 (list r-ellipse r-mass r-nlme r-survival))
21630 (home-page "http://statwww.epfl.ch/davison/SM/")
21631 (synopsis "Practicals for use with Davison (2003) Statistical Models")
21632 (description
21633 "This package contains the datasets and a few functions for use with the
21634 practicals outlined in Appendix A of the book Statistical Models (Davison,
21635 2003, Cambridge University Press). The practicals themselves can be found at
21636 @url{http://statwww.epfl.ch/davison/SM/}.")
21637 (license license:gpl2+)))
21638
21639 (define-public r-fgui
21640 (package
21641 (name "r-fgui")
21642 (version "1.0-8")
21643 (source
21644 (origin
21645 (method url-fetch)
21646 (uri (cran-uri "fgui" version))
21647 (sha256
21648 (base32
21649 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
21650 (properties `((upstream-name . "fgui")))
21651 (build-system r-build-system)
21652 (home-page
21653 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
21654 (synopsis "Create GUI for R functions")
21655 (description
21656 "Rapidly create a GUI for a function you created by automatically
21657 creating widgets for arguments of the function. This package automatically
21658 parses help routines for context-sensitive help to these arguments. The
21659 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
21660 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
21661 incorporated into the interface for greater customization for the more
21662 experienced.")
21663 ;; Any version of the GPL.
21664 (license (list license:gpl2+ license:gpl3+))))
21665
21666 (define-public r-tcltk2
21667 (package
21668 (name "r-tcltk2")
21669 (version "1.2-11")
21670 (source
21671 (origin
21672 (method url-fetch)
21673 (uri (cran-uri "tcltk2" version))
21674 (sha256
21675 (base32
21676 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
21677 (properties `((upstream-name . "tcltk2")))
21678 (build-system r-build-system)
21679 (inputs
21680 (list tcl tk))
21681 (home-page "https://www.sciviews.org/SciViews-R")
21682 (synopsis "Tcl/Tk additions")
21683 (description
21684 "This package provides a series of additional Tcl commands and Tk widgets
21685 with style and various functions to supplement the tcltk package")
21686 (license license:lgpl3)))
21687
21688 (define-public r-accrual
21689 (package
21690 (name "r-accrual")
21691 (version "1.3")
21692 (source
21693 (origin
21694 (method url-fetch)
21695 (uri (cran-uri "accrual" version))
21696 (sha256
21697 (base32
21698 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
21699 (properties `((upstream-name . "accrual")))
21700 (build-system r-build-system)
21701 (propagated-inputs
21702 (list r-fgui r-smpracticals r-tcltk2))
21703 (home-page "https://cran.r-project.org/web/packages/accrual/")
21704 (synopsis "Bayesian accrual prediction")
21705 (description
21706 "Subject recruitment for medical research is challenging. Slow patient
21707 accrual leads to delay in research. Accrual monitoring during the process of
21708 recruitment is critical. Researchers need reliable tools to manage the
21709 accrual rate. This package provides an implementation of a Bayesian method
21710 that integrates researcher's experience on previous trials and data from the
21711 current study, providing reliable prediction on accrual rate for clinical
21712 studies. It provides functions for Bayesian accrual prediction which can be
21713 easily used by statisticians and clinical researchers.")
21714 (license license:gpl2)))
21715
21716 (define-public r-accrued
21717 (package
21718 (name "r-accrued")
21719 (version "1.4.1")
21720 (source
21721 (origin
21722 (method url-fetch)
21723 (uri (cran-uri "accrued" version))
21724 (sha256
21725 (base32
21726 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
21727 (properties `((upstream-name . "accrued")))
21728 (build-system r-build-system)
21729 (home-page "https://cran.r-project.org/web/packages/accrued/")
21730 (synopsis "Data quality visualization tools for partially accruing data")
21731 (description
21732 "This is a package for visualizing data quality of partially accruing
21733 data.")
21734 (license license:gpl3)))
21735
21736 (define-public r-mda
21737 (package
21738 (name "r-mda")
21739 (version "0.5-2")
21740 (source
21741 (origin
21742 (method url-fetch)
21743 (uri (cran-uri "mda" version))
21744 (sha256
21745 (base32
21746 "1hq0zhhz9klmp4zcr1w8hyn7s1h9kfg57d2l2mfm7psx459j0krl"))))
21747 (properties `((upstream-name . "mda")))
21748 (build-system r-build-system)
21749 (propagated-inputs (list r-class))
21750 (native-inputs (list gfortran))
21751 (home-page "https://cran.r-project.org/web/packages/mda/")
21752 (synopsis "Mixture and flexible discriminant analysis")
21753 (description
21754 "This is a package for mixture and flexible discriminant analysis,
21755 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
21756 (license license:gpl2)))
21757
21758 (define-public r-elasticnet
21759 (package
21760 (name "r-elasticnet")
21761 (version "1.3")
21762 (source
21763 (origin
21764 (method url-fetch)
21765 (uri (cran-uri "elasticnet" version))
21766 (sha256
21767 (base32
21768 "0nxcw06d0cp2mbqzg2fm9yys5xm6xx7bfcfvr0avcs8afkvz29j8"))))
21769 (properties `((upstream-name . "elasticnet")))
21770 (build-system r-build-system)
21771 (propagated-inputs
21772 (list r-lars))
21773 (home-page "http://users.stat.umn.edu/~zouxx019/")
21774 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
21775 (description
21776 "This package provides functions for fitting the entire solution path of
21777 the Elastic-Net and also provides functions for estimating sparse Principal
21778 Components. The Lasso solution paths can be computed by the same function.")
21779 (license license:gpl2+)))
21780
21781 (define-public r-sparselda
21782 (package
21783 (name "r-sparselda")
21784 (version "0.1-9")
21785 (source
21786 (origin
21787 (method url-fetch)
21788 (uri (cran-uri "sparseLDA" version))
21789 (sha256
21790 (base32
21791 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
21792 (properties `((upstream-name . "sparseLDA")))
21793 (build-system r-build-system)
21794 (propagated-inputs
21795 (list r-elasticnet r-mass r-mda))
21796 (home-page "https://www.imm.dtu.dk/~lkhc/")
21797 (synopsis "Sparse discriminant analysis")
21798 (description
21799 "This package performs sparse linear discriminant analysis for Gaussians
21800 and mixture of Gaussian models.")
21801 (license license:gpl2+)))
21802
21803 (define-public r-accsda
21804 (package
21805 (name "r-accsda")
21806 (version "1.1.1")
21807 (source
21808 (origin
21809 (method url-fetch)
21810 (uri (cran-uri "accSDA" version))
21811 (sha256
21812 (base32
21813 "104xdz63mnibh6827xm0pfr9zbhbi2a7iw4m1x27xjqi7zqvbky6"))))
21814 (properties `((upstream-name . "accSDA")))
21815 (build-system r-build-system)
21816 (propagated-inputs
21817 (list r-ggplot2
21818 r-ggthemes
21819 r-gridextra
21820 r-mass))
21821 (home-page "https://github.com/gumeo/accSDA/wiki")
21822 (synopsis "Accelerated sparse discriminant analysis")
21823 (description
21824 "This package provides an implementation of sparse linear discriminant
21825 analysis, which is a supervised classification method for multiple classes.
21826 Various novel optimization approaches to this problem are implemented
21827 including @dfn{alternating direction method of multipliers} (ADMM),
21828 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
21829 Functions for performing cross validation are also supplied along with basic
21830 prediction and plotting functions. @dfn{Sparse zero variance
21831 discriminant} (SZVD) analysis is also included in the package.")
21832 (license license:gpl2+)))
21833
21834 (define-public r-ace2fastq
21835 (package
21836 (name "r-ace2fastq")
21837 (version "0.6.0")
21838 (source
21839 (origin
21840 (method url-fetch)
21841 (uri (cran-uri "ace2fastq" version))
21842 (sha256
21843 (base32
21844 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
21845 (properties `((upstream-name . "ace2fastq")))
21846 (build-system r-build-system)
21847 (propagated-inputs
21848 (list r-stringr))
21849 (home-page "https://github.com/c5sire/ace2fastq")
21850 (synopsis "ACE file to FASTQ converter")
21851 (description
21852 "The ACE file format is used in genomics to store contigs from sequencing
21853 machines. This tools converts it into FASTQ format. Both formats contain the
21854 sequence characters and their corresponding quality information. Unlike the
21855 FASTQ file, the ACE file stores the quality values numerically. The
21856 conversion algorithm uses the standard Sanger formula. The package
21857 facilitates insertion into pipelines, and content inspection.")
21858 (license license:gpl3)))
21859
21860 (define-public r-rngwell
21861 (package
21862 (name "r-rngwell")
21863 (version "0.10-7")
21864 (source
21865 (origin
21866 (method url-fetch)
21867 (uri (cran-uri "rngWELL" version))
21868 (sha256
21869 (base32
21870 "0f1dxxaimfb0fww8ym9ciqf6q760ai46wxldl37m5mfpd57ca00c"))))
21871 (properties `((upstream-name . "rngWELL")))
21872 (build-system r-build-system)
21873 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
21874 (synopsis "Toolbox for WELL random number generators")
21875 (description
21876 "This is a dedicated package to WELL pseudo random generators, which were
21877 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
21878 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
21879 (license license:bsd-3)))
21880
21881 (define-public r-rnmf
21882 (package
21883 (name "r-rnmf")
21884 (version "0.5.0")
21885 (source (origin
21886 (method url-fetch)
21887 (uri (cran-uri "rNMF" version))
21888 (sha256
21889 (base32
21890 "1nz6h0j5ywdh48m0swmhp34hbkycd7n13rclrxaw85qi9wc42597"))))
21891 (build-system r-build-system)
21892 (propagated-inputs
21893 (list r-knitr r-nnls))
21894 (home-page "https://cran.r-project.org/web/packages/rNMF/")
21895 (synopsis "Robust nonnegative matrix factorization")
21896 (description
21897 "This package provides an implementation of robust nonnegative matrix
21898 factorization (rNMF). The rNMF algorithm decomposes a nonnegative high
21899 dimension data matrix into the product of two low rank nonnegative matrices,
21900 while detecting and trimming outliers. The main function is @code{rnmf()}.
21901 The package also includes a visualization tool, @code{see()}, that arranges
21902 and prints vectorized images.")
21903 (license license:gpl2+)))
21904
21905 (define-public r-randtoolbox
21906 (package
21907 (name "r-randtoolbox")
21908 (version "1.31.1")
21909 (source
21910 (origin
21911 (method url-fetch)
21912 (uri (cran-uri "randtoolbox" version))
21913 (sha256
21914 (base32
21915 "1b9vjzqg014hxp1vfb62m01d7xim5vmpbyxzlbll49bqas0jx69h"))))
21916 (properties `((upstream-name . "randtoolbox")))
21917 (build-system r-build-system)
21918 (propagated-inputs
21919 (list r-rngwell))
21920 (native-inputs
21921 (list gfortran))
21922 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
21923 (synopsis "Toolbox for pseudo and quasi random number generation")
21924 (description
21925 "This package provides
21926
21927 @enumerate
21928 @item pseudo random generators, such as general linear
21929 congruential generators, multiple recursive generators and generalized
21930 feedback shift register (SF-Mersenne Twister algorithm and WELL
21931 generators)
21932
21933 @item quasi random generators, such as the Torus algorithm, the Sobol
21934 sequence, the Halton sequence (including the Van der Corput sequence), and
21935
21936 @item some generator tests: the gap test, the serial test, the poker test.
21937 @end enumerate
21938
21939 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
21940 (license license:bsd-3)))
21941
21942 (define-public r-lhs
21943 (package
21944 (name "r-lhs")
21945 (version "1.1.5")
21946 (source
21947 (origin
21948 (method url-fetch)
21949 (uri (cran-uri "lhs" version))
21950 (sha256
21951 (base32
21952 "0fb3bc3s5pbwg92qkjbg7v8ah36wm6qs05vf098hwjakr7f6yg3s"))))
21953 (properties `((upstream-name . "lhs")))
21954 (build-system r-build-system)
21955 (propagated-inputs (list r-rcpp))
21956 (native-inputs
21957 (list r-knitr))
21958 (home-page "https://github.com/bertcarnell/lhs")
21959 (synopsis "Latin Hypercube Samples")
21960 (description
21961 "This package provides a number of methods for creating and augmenting
21962 Latin Hypercube Samples.")
21963 (license license:gpl3)))
21964
21965 (define-public r-acebayes
21966 (package
21967 (name "r-acebayes")
21968 (version "1.10")
21969 (source
21970 (origin
21971 (method url-fetch)
21972 (uri (cran-uri "acebayes" version))
21973 (sha256
21974 (base32
21975 "11bffz430gdfdaxjx3simig66vhynmx6l1ylac4q2shcmj52nx73"))))
21976 (properties `((upstream-name . "acebayes")))
21977 (build-system r-build-system)
21978 (propagated-inputs
21979 (list r-compare r-lhs r-randtoolbox r-rcpp r-rcpparmadillo))
21980 (home-page "https://cran.r-project.org/web/packages/acebayes/")
21981 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
21982 (description
21983 "Finding an optimal Bayesian experimental design involves maximizing an
21984 objective function given by the expectation of some appropriately chosen
21985 utility function with respect to the joint distribution of unknown
21986 quantities (including responses). This objective function is usually not
21987 available in closed form and the design space can be continuous and of high
21988 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
21989 to maximise an approximation to the expectation of the utility function.")
21990 (license license:gpl2)))
21991
21992 (define-public r-acet
21993 (package
21994 (name "r-acet")
21995 (version "1.8.1")
21996 (source
21997 (origin
21998 (method url-fetch)
21999 (uri (cran-uri "ACEt" version))
22000 (sha256
22001 (base32
22002 "0b5lfpnppyk0237phr2aybhx29nhm8ngwk2qa1y4lshrvsw97wg4"))))
22003 (properties `((upstream-name . "ACEt")))
22004 (build-system r-build-system)
22005 (propagated-inputs
22006 (list r-bh r-mass r-rcpp r-rcpparmadillo))
22007 (home-page "https://cran.r-project.org/web/packages/ACEt/")
22008 (synopsis "Estimating dynamic heritability and twin model comparison")
22009 (description
22010 "This package supports twin models that are able to estimate the dynamic
22011 behaviour of the variance components in the classical twin models with respect
22012 to age using B-splines and P-splines.")
22013 (license license:gpl2+)))
22014
22015 (define-public r-acfmperiod
22016 (package
22017 (name "r-acfmperiod")
22018 (version "1.0.0")
22019 (source
22020 (origin
22021 (method url-fetch)
22022 (uri (cran-uri "acfMPeriod" version))
22023 (sha256
22024 (base32
22025 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
22026 (properties `((upstream-name . "acfMPeriod")))
22027 (build-system r-build-system)
22028 (propagated-inputs
22029 (list r-mass))
22030 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
22031 (synopsis "Estimation of the ACF from the M-periodogram")
22032 (description
22033 "This package support non-robust and robust computations of the sample
22034 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
22035 univariate and multivariate processes. The methodology consists in reversing
22036 the diagonalization procedure involving the periodogram or the
22037 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
22038 ACOVF or the ACF as discussed in Fuller (1995)
22039 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
22040 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
22041 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
22042 (license license:gpl2+)))
22043
22044 (define-public r-gamlss-data
22045 (package
22046 (name "r-gamlss-data")
22047 (version "6.0-2")
22048 (source
22049 (origin
22050 (method url-fetch)
22051 (uri (cran-uri "gamlss.data" version))
22052 (sha256
22053 (base32
22054 "07mpdl4h9rwmnpl9jmsn6ig8ji11an6pyjfsvg62h2alapwbdcyv"))))
22055 (properties `((upstream-name . "gamlss.data")))
22056 (build-system r-build-system)
22057 (home-page "http://www.gamlss.org/")
22058 (synopsis "GAMLSS data")
22059 (description
22060 "This package provides data used as examples to demonstrate GAMLSS
22061 models.")
22062 ;; Either version of the license
22063 (license (list license:gpl2 license:gpl3))))
22064
22065 (define-public r-gamlss
22066 (package
22067 (name "r-gamlss")
22068 (version "5.4-1")
22069 (source
22070 (origin
22071 (method url-fetch)
22072 (uri (cran-uri "gamlss" version))
22073 (sha256
22074 (base32
22075 "0fp9bmgykpqd950bk58dk423iy5r1fm3dy2gw0cwwmgivpq2lx0q"))))
22076 (properties `((upstream-name . "gamlss")))
22077 (build-system r-build-system)
22078 (propagated-inputs
22079 (list r-gamlss-data r-gamlss-dist r-mass r-nlme r-survival))
22080 (home-page "http://www.gamlss.org/")
22081 (synopsis "Generalized additive models for location scale and shape")
22082 (description
22083 "This package provides functions for fitting the generalized additive
22084 models for location scale and shape introduced by Rigby and
22085 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
22086 use a distributional regression approach where all the parameters of the
22087 conditional distribution of the response variable are modelled using
22088 explanatory variables.")
22089 ;; Either version of the license
22090 (license (list license:gpl2 license:gpl3))))
22091
22092 (define-public r-acid
22093 (package
22094 (name "r-acid")
22095 (version "1.1")
22096 (source
22097 (origin
22098 (method url-fetch)
22099 (uri (cran-uri "acid" version))
22100 (sha256
22101 (base32
22102 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
22103 (properties `((upstream-name . "acid")))
22104 (build-system r-build-system)
22105 (propagated-inputs
22106 (list r-gamlss r-gamlss-dist r-hmisc))
22107 (home-page "https://cran.r-project.org/web/packages/acid/")
22108 (synopsis "Analysing conditional income distributions")
22109 (description
22110 "This package provides functions for the analysis of income distributions
22111 for subgroups of the population as defined by a set of variables like age,
22112 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
22113 distribution as well as functions for moments, inequality measures, entropy
22114 measures and polarisation measures of income distributions. This package thus
22115 aides the analysis of income inequality by offering tools for the exploratory
22116 analysis of income distributions at the disaggregated level.")
22117 (license license:gpl3)))
22118
22119 (define-public r-acm4r
22120 (package
22121 (name "r-acm4r")
22122 (version "1.0")
22123 (source
22124 (origin
22125 (method url-fetch)
22126 (uri (cran-uri "acm4r" version))
22127 (sha256
22128 (base32
22129 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
22130 (properties `((upstream-name . "acm4r")))
22131 (build-system r-build-system)
22132 (propagated-inputs (list r-mass))
22133 (home-page "https://cran.r-project.org/web/packages/acm4r/")
22134 (synopsis "Align-and-count method comparisons of RFLP data")
22135 (description
22136 "This is a package to compare sequence fragment lengths or molecular
22137 weights from pairs of lanes. The number of matching bands in the
22138 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
22139 the align-and-count method.")
22140 ;; Any version of the GPL
22141 (license (list license:gpl2+ license:gpl3+))))
22142
22143 (define-public r-filelock
22144 (package
22145 (name "r-filelock")
22146 (version "1.0.2")
22147 (source
22148 (origin
22149 (method url-fetch)
22150 (uri (cran-uri "filelock" version))
22151 (sha256
22152 (base32
22153 "00ql5fw1hidpfnm0szaavf43ahmsnvdbi8i5lr1nrcc90yaiaadc"))))
22154 (properties `((upstream-name . "filelock")))
22155 (build-system r-build-system)
22156 (home-page "https://github.com/r-lib/filelock")
22157 (synopsis "Portable file locking")
22158 (description
22159 "This library lets you place an exclusive or shared lock on a file using
22160 the appropriate system call provided by the underlying operating system.")
22161 (license license:expat)))
22162
22163 (define-public r-filematrix
22164 (package
22165 (name "r-filematrix")
22166 (version "1.3")
22167 (source
22168 (origin
22169 (method url-fetch)
22170 (uri (cran-uri "filematrix" version))
22171 (sha256
22172 (base32
22173 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
22174 (properties `((upstream-name . "filematrix")))
22175 (build-system r-build-system)
22176 ;; These inputs are needed for vignettes
22177 (native-inputs
22178 (list r-knitr r-rmarkdown))
22179 (home-page "https://github.com/andreyshabalin/filematrix")
22180 (synopsis "File-backed matrix class with convenient read and write access")
22181 (description
22182 "This package provides an interface for working with large matrices
22183 stored in files, not in computer memory. It supports multiple non-character
22184 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
22185 byte real values). Access to parts of the matrix is done by indexing, exactly
22186 as with usual R matrices. It supports very large matrices; the package has
22187 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
22188 columns, ad allows for quick addition of extra columns to a filematrix.")
22189 (license license:lgpl3)))
22190
22191 (define-public r-acmeeqtl
22192 (package
22193 (name "r-acmeeqtl")
22194 (version "1.6")
22195 (source
22196 (origin
22197 (method url-fetch)
22198 (uri (cran-uri "ACMEeqtl" version))
22199 (sha256
22200 (base32
22201 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
22202 (properties `((upstream-name . "ACMEeqtl")))
22203 (build-system r-build-system)
22204 (propagated-inputs
22205 (list r-filematrix))
22206 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
22207 (synopsis "Estimation of interpretable eQTL effect sizes")
22208 (description
22209 "This package provides a non-linear model, termed ACME, that reflects a
22210 parsimonious biological model for allelic contributions of cis-acting eQTLs.
22211 With non-linear least-squares algorithm the maximum likelihood parameters can
22212 be estimated. The ACME model provides interpretable effect size estimates and
22213 p-values with well controlled Type-I error.")
22214 (license license:lgpl3)))
22215
22216 (define-public r-acmer
22217 (package
22218 (name "r-acmer")
22219 (version "1.1.0")
22220 (source
22221 (origin
22222 (method url-fetch)
22223 (uri (cran-uri "acmeR" version))
22224 (sha256
22225 (base32
22226 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
22227 (properties `((upstream-name . "acmeR")))
22228 (build-system r-build-system)
22229 (propagated-inputs (list r-foreign))
22230 (home-page "https://cran.r-project.org/web/packages/acmeR/")
22231 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
22232 (description
22233 "This package provides an implementation of the ACME estimator, described
22234 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
22235 Mortality at Wind Turbines. Unlike most other models, this estimator supports
22236 decreasing-hazard Weibull model for persistence; decreasing search proficiency
22237 as carcasses age; variable bleed-through at successive searches; and interval
22238 mortality estimates. The package provides, based on search data, functions
22239 for estimating the mortality inflation factor in Frequentist and Bayesian
22240 settings.")
22241 (license license:expat)))
22242
22243 (define-public r-r-huge
22244 (package
22245 (name "r-r-huge")
22246 (version "0.9.0")
22247 (source
22248 (origin
22249 (method url-fetch)
22250 (uri (cran-uri "R.huge" version))
22251 (sha256
22252 (base32
22253 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
22254 (properties `((upstream-name . "R.huge")))
22255 (build-system r-build-system)
22256 (propagated-inputs
22257 (list r-r-methodss3 r-r-oo r-r-utils))
22258 (home-page "https://github.com/HenrikBengtsson/R.huge")
22259 (synopsis "Methods for accessing huge amounts of data")
22260 (description
22261 "This is a deprecated package for accessing huge amounts of data.
22262 Cross-platform alternatives are the following packages: bigmemory (CRAN),
22263 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
22264 the @code{aroma.affymetrix} package.")
22265 (license license:lgpl2.1+)))
22266
22267 (define-public r-r-filesets
22268 (package
22269 (name "r-r-filesets")
22270 (version "2.14.0")
22271 (source
22272 (origin
22273 (method url-fetch)
22274 (uri (cran-uri "R.filesets" version))
22275 (sha256
22276 (base32
22277 "08xv8b3c81nf54viyr3w912al18483k5gfnjpg7bxbdfk70dfzbh"))))
22278 (properties `((upstream-name . "R.filesets")))
22279 (build-system r-build-system)
22280 (arguments
22281 '(#:phases
22282 (modify-phases %standard-phases
22283 (add-after 'unpack 'set-HOME
22284 (lambda _ (setenv "HOME" "/tmp"))))))
22285 (propagated-inputs
22286 (list r-digest r-r-cache r-r-methodss3 r-r-oo r-r-utils))
22287 (home-page "https://github.com/HenrikBengtsson/R.filesets")
22288 (synopsis "Easy handling of and access to files")
22289 (description
22290 "This package provides classes and methods to locate, setup, subset,
22291 navigate and iterate file sets, i.e. sets of files located in one or more
22292 directories on the file system. The API is designed such that these classes
22293 can be extended via inheritance to provide a richer API for special file
22294 formats. Moreover, a specific name format is defined such that filenames and
22295 directories can be considered to have full names which consists of a name
22296 followed by comma-separated tags. This adds additional flexibility to
22297 identify file sets and individual files.")
22298 (license license:lgpl2.1+)))
22299
22300 (define-public r-r-devices
22301 (package
22302 (name "r-r-devices")
22303 (version "2.17.0")
22304 (source
22305 (origin
22306 (method url-fetch)
22307 (uri (cran-uri "R.devices" version))
22308 (sha256
22309 (base32
22310 "1djz6vm1b7sjvx1q319dl47gbnz9kvipaxcz9i0spyp094lv3m62"))))
22311 (properties `((upstream-name . "R.devices")))
22312 (build-system r-build-system)
22313 (propagated-inputs
22314 (list r-base64enc r-r-methodss3 r-r-oo r-r-utils))
22315 (home-page "https://github.com/HenrikBengtsson/R.devices")
22316 (synopsis "Unified handling of graphics devices")
22317 (description
22318 "This package provides functions for creating plots and image files in a
22319 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
22320 Default device options as well as scales and aspect ratios are controlled in a
22321 uniform way across all device types. Switching output format requires minimal
22322 changes in code. This package is ideal for large-scale batch processing,
22323 because it will never leave open graphics devices or incomplete image files
22324 behind, even on errors or user interrupts.")
22325 (license license:lgpl2.1+)))
22326
22327 (define-public r-acnr
22328 (package
22329 (name "r-acnr")
22330 (version "1.0.0")
22331 (source
22332 (origin
22333 (method url-fetch)
22334 (uri (cran-uri "acnr" version))
22335 (sha256
22336 (base32
22337 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
22338 (properties `((upstream-name . "acnr")))
22339 (build-system r-build-system)
22340 (home-page "https://github.com/mpierrejean/acnr")
22341 (synopsis "Annotated copy-number regions")
22342 (description
22343 "This package provides SNP array data from different types of copy-number
22344 regions. These regions were identified manually by the authors of the package
22345 and may be used to generate realistic data sets with known truth.")
22346 (license license:lgpl2.1+)))
22347
22348 (define-public r-acopula
22349 (package
22350 (name "r-acopula")
22351 (version "0.9.3")
22352 (source
22353 (origin
22354 (method url-fetch)
22355 (uri (cran-uri "acopula" version))
22356 (sha256
22357 (base32
22358 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
22359 (properties `((upstream-name . "acopula")))
22360 (build-system r-build-system)
22361 (home-page "https://cran.r-project.org/web/packages/acopula/")
22362 (synopsis "Modelling dependence with multivariate Archimax copulas")
22363 (description
22364 "Archimax copulas are a mixture of Archimedean and EV copulas. This
22365 package provides definitions of several parametric families of generator and
22366 dependence function, computes CDF and PDF, estimates parameters, tests for
22367 goodness of fit, generates random sample and checks copula properties for
22368 custom constructs. In the 2-dimensional case explicit formulas for density
22369 are used, contrary to higher dimensions when all derivatives are linearly
22370 approximated. Several non-archimax families (normal, FGM, Plackett) are
22371 provided as well.")
22372 (license license:gpl2)))
22373
22374 (define-public r-tuner
22375 (package
22376 (name "r-tuner")
22377 (version "1.4.0")
22378 (source
22379 (origin
22380 (method url-fetch)
22381 (uri (cran-uri "tuneR" version))
22382 (sha256
22383 (base32
22384 "1sd0drxzbdy71bh35fccg9ajhpdhdpy0m9nja2lw82p1pzhyl7jn"))))
22385 (properties `((upstream-name . "tuneR")))
22386 (build-system r-build-system)
22387 (propagated-inputs (list r-signal))
22388 (home-page "https://cran.r-project.org/web/packages/tuneR/")
22389 (synopsis "Analysis of music and speech")
22390 (description
22391 "This is a package for the analysis of music and speech. Analyze music
22392 and speech, extract features like MFCCs, handle wave files and their
22393 representation in various ways, read MP3, read MIDI, perform steps of a
22394 transcription, ...")
22395 ;; Either of these versions.
22396 (license (list license:gpl2 license:gpl3))))
22397
22398 (define-public r-seewave
22399 (package
22400 (name "r-seewave")
22401 (version "2.2.0")
22402 (source
22403 (origin
22404 (method url-fetch)
22405 (uri (cran-uri "seewave" version))
22406 (sha256
22407 (base32
22408 "0bi1l47l3846c18k6h2vrv0xp9xh00n544a578jrndahzrj1hfwl"))))
22409 (properties `((upstream-name . "seewave")))
22410 (build-system r-build-system)
22411 (inputs
22412 (list libsndfile))
22413 (propagated-inputs
22414 (list r-tuner))
22415 (home-page "http://rug.mnhn.fr/seewave")
22416 (synopsis "Sound analysis and synthesis")
22417 (description
22418 "This package provides functions for analysing, manipulating, displaying,
22419 editing and synthesizing time waves (particularly sound). This package
22420 processes time analysis (oscillograms and envelopes), spectral content,
22421 resonance quality factor, entropy, cross correlation and autocorrelation,
22422 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
22423 and 3D spectrograms and many other analyses.")
22424 (license license:gpl2+)))
22425
22426 (define-public r-acousticndlcoder
22427 (package
22428 (name "r-acousticndlcoder")
22429 (version "1.0.2")
22430 (source
22431 (origin
22432 (method url-fetch)
22433 (uri (cran-uri "AcousticNDLCodeR" version))
22434 (sha256
22435 (base32
22436 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
22437 (properties
22438 `((upstream-name . "AcousticNDLCodeR")))
22439 (build-system r-build-system)
22440 (propagated-inputs
22441 (list r-seewave r-tuner r-zoo))
22442 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
22443 (synopsis "Coding sound files for use with NDL")
22444 (description
22445 "Make acoustic cues to use with the R package @code{ndl}.
22446 The package implements functions used in the PLoS ONE paper \"Words from
22447 spontaneous conversational speech can be recognized with human-like accuracy
22448 by an error-driven learning algorithm that discriminates between meanings
22449 straight from smart acoustic features, bypassing the phoneme as recognition
22450 unit.\" @url{doi:10.1371/journal.pone.0174623}")
22451 (license license:gpl2+)))
22452
22453 (define-public r-acp
22454 (package
22455 (name "r-acp")
22456 (version "2.1")
22457 (source
22458 (origin
22459 (method url-fetch)
22460 (uri (cran-uri "acp" version))
22461 (sha256
22462 (base32
22463 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
22464 (properties `((upstream-name . "acp")))
22465 (build-system r-build-system)
22466 (propagated-inputs
22467 (list r-quantmod r-tseries))
22468 (home-page "https://cran.r-project.org/web/packages/acp/")
22469 (synopsis "Autoregressive conditional Poisson")
22470 (description
22471 "This package supports the analysis of count data exhibiting
22472 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
22473 model (ACP(p,q)) proposed by Heinen (2003).")
22474 (license license:gpl2)))
22475
22476 (define-public r-ada
22477 (package
22478 (name "r-ada")
22479 (version "2.0-5")
22480 (source
22481 (origin
22482 (method url-fetch)
22483 (uri (cran-uri "ada" version))
22484 (sha256
22485 (base32
22486 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
22487 (properties `((upstream-name . "ada")))
22488 (build-system r-build-system)
22489 (propagated-inputs (list r-rpart))
22490 (home-page "https://cran.r-project.org/web/packages/ada/")
22491 (synopsis "Stochastic boosting")
22492 (description
22493 "This package provides a straightforward, well-documented, and broad
22494 boosting routine for classification, ideally suited for small to
22495 moderate-sized data sets. It performs discrete, real, and gentle boost under
22496 both exponential and logistic loss on a given data set.")
22497 ;; Any version of the GPL.
22498 (license (list license:gpl2+ license:gpl3+))))
22499
22500 (define-public r-genalg
22501 (package
22502 (name "r-genalg")
22503 (version "0.2.1")
22504 (source
22505 (origin
22506 (method url-fetch)
22507 (uri (cran-uri "genalg" version))
22508 (sha256
22509 (base32
22510 "1y4qz1s85zpd1r3259gr542arssf2vpd4drhy0wnq5q47ignrvna"))))
22511 (properties `((upstream-name . "genalg")))
22512 (build-system r-build-system)
22513 (home-page "https://github.com/egonw/genalg")
22514 (synopsis "R based genetic algorithm")
22515 (description
22516 "This package provides an R based genetic algorithm for binary and
22517 floating point chromosomes.")
22518 (license license:gpl2)))
22519
22520 (define-public r-kernelfactory
22521 (package
22522 (name "r-kernelfactory")
22523 (version "0.3.0")
22524 (source
22525 (origin
22526 (method url-fetch)
22527 (uri (cran-uri "kernelFactory" version))
22528 (sha256
22529 (base32
22530 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
22531 (properties `((upstream-name . "kernelFactory")))
22532 (build-system r-build-system)
22533 (propagated-inputs
22534 (list r-auc r-genalg r-kernlab r-randomforest))
22535 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
22536 (synopsis "Ensemble of kernel machines")
22537 (description
22538 "Kernel factory is an ensemble method where each base classifier (random
22539 forest) is fit on the kernel matrix of a subset of the training data.")
22540 (license license:gpl2+)))
22541
22542 (define-public r-dummies
22543 (package
22544 (name "r-dummies")
22545 (version "1.5.6")
22546 (source
22547 (origin
22548 (method url-fetch)
22549 (uri (cran-uri "dummies" version))
22550 (sha256
22551 (base32
22552 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
22553 (properties `((upstream-name . "dummies")))
22554 (build-system r-build-system)
22555 (home-page "https://decisionpatterns.com")
22556 (synopsis "Create dummy/indicator variables flexibly and efficiently")
22557 (description
22558 "This package lets you expand factors, characters and other eligible
22559 classes into dummy/indicator variables.")
22560 (license license:gpl2+)))
22561
22562 (define-public r-acrm
22563 (package
22564 (name "r-acrm")
22565 (version "0.1.1")
22566 (source
22567 (origin
22568 (method url-fetch)
22569 (uri (cran-uri "aCRM" version))
22570 (sha256
22571 (base32
22572 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
22573 (properties `((upstream-name . "aCRM")))
22574 (build-system r-build-system)
22575 (propagated-inputs
22576 (list r-ada r-dummies r-kernelfactory r-randomforest))
22577 (home-page "https://cran.r-project.org/web/packages/aCRM/")
22578 (synopsis "Convenience functions for analytical customer relationship management")
22579 (description
22580 "This package provides convenience functions for data preparation and
22581 modeling often used in @dfn{analytical customer relationship
22582 management} (aCRM).")
22583 (license license:gpl2+)))
22584
22585 (define-public r-tree
22586 (package
22587 (name "r-tree")
22588 (version "1.0-41")
22589 (source (origin
22590 (method url-fetch)
22591 (uri (cran-uri "tree" version))
22592 (sha256
22593 (base32
22594 "13jwdxx3na16mly176n01zdkaqn4a8x9fc43rq5xx5vx31drkkr1"))))
22595 (build-system r-build-system)
22596 (home-page "https://cran.r-project.org/web/packages/tree/")
22597 (synopsis "Classification and regression trees")
22598 (description "This package provides procedures to work with classification
22599 and regression trees.")
22600 (license license:gpl2+)))
22601
22602 (define-public r-treeclust
22603 (package
22604 (name "r-treeclust")
22605 (version "1.1-7")
22606 (source
22607 (origin
22608 (method url-fetch)
22609 (uri (cran-uri "treeClust" version))
22610 (sha256
22611 (base32
22612 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
22613 (properties `((upstream-name . "treeClust")))
22614 (build-system r-build-system)
22615 (propagated-inputs
22616 (list r-cluster r-rpart))
22617 (home-page "https://cran.r-project.org/web/packages/treeClust/")
22618 (synopsis "Cluster distances through trees")
22619 (description
22620 "This package provides tools to create a measure of inter-point
22621 dissimilarity useful for clustering mixed data, and, optionally, perform the
22622 clustering.")
22623 (license license:gpl2+)))
22624
22625 (define-public r-acrosstic
22626 (package
22627 (name "r-acrosstic")
22628 (version "1.0-3")
22629 (source
22630 (origin
22631 (method url-fetch)
22632 (uri (cran-uri "AcrossTic" version))
22633 (sha256
22634 (base32
22635 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
22636 (properties `((upstream-name . "AcrossTic")))
22637 (build-system r-build-system)
22638 (propagated-inputs
22639 (list r-lpsolve r-treeclust))
22640 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
22641 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
22642 (description
22643 "This is a package for constructing minimum-cost regular spanning
22644 subgraph as part of a non-parametric two-sample test for equality of
22645 distribution.")
22646 (license license:gpl2+)))
22647
22648 (define-public r-acrt
22649 (package
22650 (name "r-acrt")
22651 (version "1.0.1")
22652 (source
22653 (origin
22654 (method url-fetch)
22655 (uri (cran-uri "acrt" version))
22656 (sha256
22657 (base32
22658 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
22659 (properties `((upstream-name . "acrt")))
22660 (build-system r-build-system)
22661 (propagated-inputs
22662 (list r-rcpp r-rcppeigen r-sandwich))
22663 (home-page "https://cran.r-project.org/web/packages/acrt/")
22664 (synopsis "Autocorrelation robust testing")
22665 (description
22666 "This package provides functions for testing affine hypotheses on the
22667 regression coefficient vector in regression models with autocorrelated
22668 errors.")
22669 (license license:gpl2)))
22670
22671 (define-public r-acs
22672 (package
22673 (name "r-acs")
22674 (version "2.1.4")
22675 (source
22676 (origin
22677 (method url-fetch)
22678 (uri (cran-uri "acs" version))
22679 (sha256
22680 (base32
22681 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
22682 (properties `((upstream-name . "acs")))
22683 (build-system r-build-system)
22684 (propagated-inputs
22685 (list r-httr r-plyr r-rcpp r-stringr r-xml))
22686 (home-page "https://dusp.mit.edu/faculty/ezra-haber-glenn")
22687 (synopsis "Work with data from the US Census")
22688 (description
22689 "This package provides a general toolkit for downloading, managing,
22690 analyzing, and presenting data from the
22691 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
22692 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
22693 American Community Survey (ACS). Confidence intervals provided with ACS data
22694 are converted to standard errors to be bundled with estimates in complex
22695 @code{acs} objects. The package provides new methods to conduct standard
22696 operations on @code{acs} objects and present/plot data in statistically
22697 appropriate ways.")
22698 (license license:gpl3)))
22699
22700 (define-public r-acss-data
22701 (package
22702 (name "r-acss-data")
22703 (version "1.0")
22704 (source
22705 (origin
22706 (method url-fetch)
22707 (uri (cran-uri "acss.data" version))
22708 (sha256
22709 (base32
22710 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
22711 (properties `((upstream-name . "acss.data")))
22712 (build-system r-build-system)
22713 (home-page "http://complexitycalculator.com/methodology.html")
22714 (synopsis "Data for algorithmic complexity of short strings")
22715 (description
22716 "This is a data only package providing the algorithmic complexity of
22717 short strings, computed using the coding theorem method. For a given set of
22718 symbols in a string, all possible or a large number of random samples of
22719 Turing machines with a given number of states (e.g., 5) and number of symbols
22720 corresponding to the number of symbols in the strings were simulated until
22721 they reached a halting state or failed to end. This package contains data on
22722 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
22723 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
22724 distribution of the halting states.")
22725 (license license:gpl2+)))
22726
22727 (define-public r-acss
22728 (package
22729 (name "r-acss")
22730 (version "0.2-5")
22731 (source
22732 (origin
22733 (method url-fetch)
22734 (uri (cran-uri "acss" version))
22735 (sha256
22736 (base32
22737 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
22738 (properties `((upstream-name . "acss")))
22739 (build-system r-build-system)
22740 (propagated-inputs
22741 (list r-acss-data r-zoo))
22742 (home-page "http://complexitycalculator.com/methodology.html")
22743 (synopsis "Algorithmic complexity for short strings")
22744 (description
22745 "The main purpose of this package is to provide the algorithmic
22746 complexity for short strings, an approximation of the Kolmogorov Complexity of
22747 a short string using the coding theorem method. While the database containing
22748 the complexity is provided in the data only package @code{acss.data}, this
22749 package provides functions accessing the data such as @code{prob_random}
22750 returning the posterior probability that a given string was produced by a
22751 random process. In addition, two traditional (but problematic) measures of
22752 complexity are also provided: entropy and change complexity.")
22753 (license license:gpl2+)))
22754
22755 (define-public r-acswr
22756 (package
22757 (name "r-acswr")
22758 (version "1.0")
22759 (source
22760 (origin
22761 (method url-fetch)
22762 (uri (cran-uri "ACSWR" version))
22763 (sha256
22764 (base32
22765 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
22766 (properties `((upstream-name . "ACSWR")))
22767 (build-system r-build-system)
22768 (propagated-inputs
22769 (list r-mass))
22770 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
22771 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
22772 (description
22773 "This is a companion package for the book \"A Course in Statistics with
22774 R\" (ISBN 978-1-119-15272-9.)")
22775 (license license:gpl2)))
22776
22777 (define-public r-alabama
22778 (package
22779 (name "r-alabama")
22780 (version "2015.3-1")
22781 (source
22782 (origin
22783 (method url-fetch)
22784 (uri (cran-uri "alabama" version))
22785 (sha256
22786 (base32
22787 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
22788 (properties `((upstream-name . "alabama")))
22789 (build-system r-build-system)
22790 (propagated-inputs (list r-numderiv))
22791 (home-page "https://cran.r-project.org/web/packages/alabama/")
22792 (synopsis "Constrained nonlinear optimization")
22793 (description
22794 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
22795 Algorithm; it is used for optimizing smooth nonlinear objective functions with
22796 constraints. Linear or nonlinear equality and inequality constraints are
22797 allowed.")
22798 (license license:gpl2+)))
22799
22800 (define-public r-gdina
22801 (package
22802 (name "r-gdina")
22803 (version "2.8.8")
22804 (source
22805 (origin
22806 (method url-fetch)
22807 (uri (cran-uri "GDINA" version))
22808 (sha256
22809 (base32
22810 "1slq1npsq8s8aghnrpm6vvc6kxj4svz0kr2x0akblndrcr25wxjr"))))
22811 (properties `((upstream-name . "GDINA")))
22812 (build-system r-build-system)
22813 (propagated-inputs
22814 (list r-alabama
22815 r-ggplot2
22816 r-mass
22817 r-numderiv
22818 r-rcpp
22819 r-rcpparmadillo
22820 r-rsolnp
22821 r-shiny
22822 r-shinydashboard))
22823 (native-inputs
22824 (list r-knitr))
22825 (home-page "https://github.com/Wenchao-Ma/GDINA")
22826 (synopsis "Generalized DINA model framework")
22827 (description
22828 "This package provides a set of psychometric tools for cognitive
22829 diagnosis modeling based on the generalized deterministic inputs, noisy and
22830 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
22831 and its extensions, including the sequential G-DINA model by Ma and de la
22832 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
22833 polytomous G-DINA model by Chen and de la Torre
22834 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
22835 distribution can be independent, saturated, higher-order, loglinear smoothed
22836 or structured. Q-matrix validation, item and model fit statistics, model
22837 comparison at test and item level and differential item functioning can also
22838 be conducted. A graphical user interface is also provided.")
22839 (license license:gpl3)))
22840
22841 (define-public r-actcd
22842 (package
22843 (name "r-actcd")
22844 (version "1.2-0")
22845 (source
22846 (origin
22847 (method url-fetch)
22848 (uri (cran-uri "ACTCD" version))
22849 (sha256
22850 (base32
22851 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
22852 (properties `((upstream-name . "ACTCD")))
22853 (build-system r-build-system)
22854 (propagated-inputs
22855 (list r-gdina r-r-methodss3))
22856 (native-inputs
22857 (list gfortran))
22858 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
22859 (synopsis "Asymptotic classification theory for cognitive diagnosis")
22860 (description
22861 "This is a package supporting cluster analysis for cognitive diagnosis
22862 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
22863 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
22864 sum-scores, cluster analysis techniques can be used to classify examinees into
22865 latent classes based on their attribute patterns. In addition to the
22866 algorithms used to classify data, three labeling approaches are proposed to
22867 label clusters so that examinees' attribute profiles can be obtained.")
22868 (license license:gpl2+)))
22869
22870 (define-public r-ineq
22871 (package
22872 (name "r-ineq")
22873 (version "0.2-13")
22874 (source
22875 (origin
22876 (method url-fetch)
22877 (uri (cran-uri "ineq" version))
22878 (sha256
22879 (base32
22880 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
22881 (properties `((upstream-name . "ineq")))
22882 (build-system r-build-system)
22883 (home-page "https://cran.r-project.org/web/packages/ineq/")
22884 (synopsis "Measuring inequality, concentration, and poverty")
22885 (description
22886 "This package provides tools for measuring inequality, concentration, and
22887 poverty measures. It provides both empirical and theoretical Lorenz curves.")
22888 ;; Either of these two versions.
22889 (license (list license:gpl2 license:gpl3))))
22890
22891 (define-public r-actfrag
22892 (package
22893 (name "r-actfrag")
22894 (version "0.1.1")
22895 (source
22896 (origin
22897 (method url-fetch)
22898 (uri (cran-uri "ActFrag" version))
22899 (sha256
22900 (base32
22901 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
22902 (properties `((upstream-name . "ActFrag")))
22903 (build-system r-build-system)
22904 (propagated-inputs
22905 (list r-accelerometry r-dplyr r-ineq r-survival r-tidyr))
22906 (home-page "https://github.com/junruidi/ActFrag")
22907 (synopsis "Activity fragmentation metrics extraction")
22908 (description
22909 "This package provides functions to extract commonly used fragmentation
22910 metrics to quantify time accumulation strategies based on minute level
22911 actigraphy-measured activity counts data.")
22912 (license license:gpl3)))
22913
22914 (define-public r-ash
22915 (package
22916 (name "r-ash")
22917 (version "1.0-15")
22918 (source
22919 (origin
22920 (method url-fetch)
22921 (uri (cran-uri "ash" version))
22922 (sha256
22923 (base32
22924 "1ay2a2agdmiz7zzvn26mli0x0iwk09g5pp4yy1r23knhkp1pn2lb"))))
22925 (properties `((upstream-name . "ash")))
22926 (build-system r-build-system)
22927 (native-inputs (list gfortran))
22928 (home-page "https://cran.r-project.org/web/packages/ash/")
22929 (synopsis "David Scott's ASH routines")
22930 (description
22931 "This package provides David Scott's ASH routines ported from S-PLUS to
22932 R.")
22933 (license license:gpl2+)))
22934
22935 (define-public r-hdrcde
22936 (package
22937 (name "r-hdrcde")
22938 (version "3.4")
22939 (source
22940 (origin
22941 (method url-fetch)
22942 (uri (cran-uri "hdrcde" version))
22943 (sha256
22944 (base32
22945 "16qlk44cjvn2s0vzaf915df65ksdx20dbxhy7fpdqins46hccha3"))))
22946 (properties `((upstream-name . "hdrcde")))
22947 (build-system r-build-system)
22948 (propagated-inputs
22949 (list r-ash
22950 r-ggplot2
22951 r-kernsmooth
22952 r-ks
22953 r-locfit
22954 r-rcolorbrewer))
22955 (native-inputs (list gfortran))
22956 (home-page "http://pkg.robjhyndman.com/hdrcde")
22957 (synopsis "Highest density regions and conditional density estimation")
22958 (description
22959 "This is a package for the computation of highest density regions in one
22960 and two dimensions, kernel estimation of univariate density functions
22961 conditional on one covariate, and multimodal regression.")
22962 (license license:gpl3)))
22963
22964 (define-public r-rainbow
22965 (package
22966 (name "r-rainbow")
22967 (version "3.6")
22968 (source
22969 (origin
22970 (method url-fetch)
22971 (uri (cran-uri "rainbow" version))
22972 (sha256
22973 (base32
22974 "11vfcck17d2xjc049ci5i8l1nqv345anmd110gdz7654i1pj9lb3"))))
22975 (properties `((upstream-name . "rainbow")))
22976 (build-system r-build-system)
22977 (propagated-inputs
22978 (list r-cluster
22979 r-colorspace
22980 r-hdrcde
22981 r-ks
22982 r-mass
22983 r-pcapp))
22984 (home-page "https://cran.r-project.org/web/packages/rainbow/")
22985 (synopsis "Bagplots, boxplots and rainbow plots for functional data")
22986 (description
22987 "This is a package for visualizing functional data and identifying
22988 functional outliers with bagplots, boxplots and rainbow plots.")
22989 (license license:gpl3)))
22990
22991 (define-public r-fds
22992 (package
22993 (name "r-fds")
22994 (version "1.8")
22995 (source
22996 (origin
22997 (method url-fetch)
22998 (uri (cran-uri "fds" version))
22999 (sha256
23000 (base32
23001 "1284vncixrzrz9x6b52gslrbrbia07sd0xac7nwdqhp5f5v5wfi0"))))
23002 (properties `((upstream-name . "fds")))
23003 (build-system r-build-system)
23004 (propagated-inputs
23005 (list r-rainbow r-rcurl))
23006 (home-page "https://cran.r-project.org/web/packages/fds/")
23007 (synopsis "Functional data sets")
23008 (description "This package contains a list of functional time series,
23009 sliced functional time series, and functional data sets. Functional time
23010 series is a special type of functional data observed over time. Sliced
23011 functional time series is a special type of functional time series with a time
23012 variable observed over time.")
23013 (license license:gpl2+)))
23014
23015 (define-public r-fda
23016 (package
23017 (name "r-fda")
23018 (version "5.5.1")
23019 (source
23020 (origin
23021 (method url-fetch)
23022 (uri (cran-uri "fda" version))
23023 (sha256
23024 (base32
23025 "0fm2vswc8fdi2p1axby0hjwh8m6lc1zrdikrpiamilr6w9m2zanw"))))
23026 (properties `((upstream-name . "fda")))
23027 (build-system r-build-system)
23028 (propagated-inputs
23029 (list r-desolve r-fds r-matrix))
23030 (home-page "https://www.functionaldata.org")
23031 (synopsis "Functional data analysis")
23032 (description
23033 "These functions were developed to support functional data analysis as
23034 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
23035 Analysis. The package includes data sets and script files working many
23036 examples.")
23037 (license license:gpl2+)))
23038
23039 (define-public r-actigraphy
23040 (package
23041 (name "r-actigraphy")
23042 (version "1.4.0")
23043 (source
23044 (origin
23045 (method url-fetch)
23046 (uri (cran-uri "Actigraphy" version))
23047 (sha256
23048 (base32
23049 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
23050 (properties `((upstream-name . "Actigraphy")))
23051 (build-system r-build-system)
23052 (propagated-inputs
23053 (list r-fda))
23054 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
23055 (synopsis "Actigraphy data analysis")
23056 (description
23057 "This package provides tools for functional linear modeling and analysis
23058 of actigraphy data.")
23059 (license license:asl2.0)))
23060
23061 (define-public r-activedriver
23062 (package
23063 (name "r-activedriver")
23064 (version "1.0.0")
23065 (source
23066 (origin
23067 (method url-fetch)
23068 (uri (cran-uri "ActiveDriver" version))
23069 (sha256
23070 (base32
23071 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
23072 (properties `((upstream-name . "ActiveDriver")))
23073 (build-system r-build-system)
23074 (propagated-inputs
23075 (list r-mass))
23076 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
23077 (synopsis "Tools for finding cancer driver proteins")
23078 (description
23079 "This package provides a mutation analysis tool that discovers cancer
23080 driver genes with frequent mutations in protein signalling sites such as
23081 post-translational modifications (phosphorylation, ubiquitination, etc). The
23082 Poisson generalized linear regression model identifies genes where cancer
23083 mutations in signalling sites are more frequent than expected from the
23084 sequence of the entire gene. Integration of mutations with signalling
23085 information helps find new driver genes and propose candidate mechanisms to
23086 known drivers.")
23087 (license license:gpl2+)))
23088
23089 (define-public r-activitycounts
23090 (package
23091 (name "r-activitycounts")
23092 (version "0.1.2")
23093 (source
23094 (origin
23095 (method url-fetch)
23096 (uri (cran-uri "activityCounts" version))
23097 (sha256
23098 (base32
23099 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
23100 (properties
23101 `((upstream-name . "activityCounts")))
23102 (build-system r-build-system)
23103 (propagated-inputs
23104 (list r-lubridate r-magrittr r-seewave r-signal r-tibble))
23105 (home-page "https://github.com/walkabillylab/activityCounts")
23106 (synopsis "Generate ActiLife counts")
23107 (description
23108 "ActiLife generates activity counts from data collected by Actigraph
23109 accelerometers. Actigraph is one of the most common research-grade
23110 accelerometers. There is considerable research validating and developing
23111 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
23112 counts are proprietary and difficult to implement if researchers use different
23113 accelerometer brands. The code creates ActiLife counts from raw acceleration
23114 data for different accelerometer brands.")
23115 (license license:gpl3)))
23116
23117 (define-public r-activityindex
23118 (package
23119 (name "r-activityindex")
23120 (version "0.3.7")
23121 (source
23122 (origin
23123 (method url-fetch)
23124 (uri (cran-uri "ActivityIndex" version))
23125 (sha256
23126 (base32
23127 "1zj2b6x31a1kxl80rarmkrlm7ack4154mrkbqs3fpi48zpmjbgd5"))))
23128 (properties `((upstream-name . "ActivityIndex")))
23129 (build-system r-build-system)
23130 (propagated-inputs
23131 (list r-data-table r-matrixstats r-r-utils))
23132 (native-inputs
23133 (list r-knitr))
23134 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
23135 (synopsis "Activity Index calculation using raw accelerometry data")
23136 (description
23137 "This is a package to read raw accelerometry from GT3X+ accelerometry
23138 data and plain table data to calculate the Activity Index from Bai et
23139 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
23140 (license license:gpl3)))
23141
23142 (define-public r-activpal
23143 (package
23144 (name "r-activpal")
23145 (version "0.1.3")
23146 (source
23147 (origin
23148 (method url-fetch)
23149 (uri (cran-uri "activPAL" version))
23150 (sha256
23151 (base32
23152 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
23153 (properties `((upstream-name . "activPAL")))
23154 (build-system r-build-system)
23155 (propagated-inputs
23156 (list r-devtools
23157 r-dplyr
23158 r-ggplot2
23159 r-lubridate
23160 r-magrittr
23161 r-tidyr))
23162 (home-page "https://cran.r-project.org/web/packages/activPAL")
23163 (synopsis "Processing and chart generation from activPAL events files")
23164 (description
23165 "This package contains functions to generate pre-defined summary
23166 statistics from activPAL events files. The package also contains functions to
23167 produce informative graphics that visualize physical activity behaviour and
23168 trends. This includes generating graphs that align physical activity
23169 behaviour with additional time based observations described by other data
23170 sets, such as sleep diaries and continuous glucose monitoring data.")
23171 (license license:gpl3)))
23172
23173 (define-public r-activpalprocessing
23174 (package
23175 (name "r-activpalprocessing")
23176 (version "1.0.2")
23177 (source
23178 (origin
23179 (method url-fetch)
23180 (uri (cran-uri "activpalProcessing" version))
23181 (sha256
23182 (base32
23183 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
23184 (properties
23185 `((upstream-name . "activpalProcessing")))
23186 (build-system r-build-system)
23187 (propagated-inputs
23188 (list r-chron))
23189 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
23190 (synopsis "Process activPAL events files")
23191 (description
23192 "This package performs estimation of physical activity and sedentary
23193 behavior variables from activPAL events files.")
23194 ;; Either version of the GPL.
23195 (license (list license:gpl2 license:gpl3))))
23196
23197 (define-public r-actogrammr
23198 (package
23199 (name "r-actogrammr")
23200 (version "0.2.3")
23201 (source
23202 (origin
23203 (method url-fetch)
23204 (uri (cran-uri "actogrammr" version))
23205 (sha256
23206 (base32
23207 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
23208 (properties `((upstream-name . "actogrammr")))
23209 (build-system r-build-system)
23210 (propagated-inputs
23211 (list r-dplyr r-ggplot2 r-lubridate r-readr r-tidyr))
23212 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
23213 (synopsis "Read in activity data and plot actograms")
23214 (description
23215 "Read in activity measurements from standard file formats used by
23216 circadian rhythm researchers, currently only ClockLab format, and process and
23217 plot the data. The central type of plot is the actogram, as first described
23218 in \"Activity and distribution of certain wild mice in relation to biotic
23219 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
23220 (license license:gpl3)))
23221
23222 (define-public r-expint
23223 (package
23224 (name "r-expint")
23225 (version "0.1-7")
23226 (source
23227 (origin
23228 (method url-fetch)
23229 (uri (cran-uri "expint" version))
23230 (sha256
23231 (base32
23232 "01d0a7pc4qx7044a0cymnv5ld88r90vdvlqjbnzg9qlfbizdgyvw"))))
23233 (properties `((upstream-name . "expint")))
23234 (build-system r-build-system)
23235 (home-page "https://gitlab.com/vigou3/expint")
23236 (synopsis "Exponential integral and incomplete Gamma function")
23237 (description
23238 "This package provides the exponential integrals @code{E_1(x)},
23239 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
23240 function @code{G(a, x)} defined for negative values of its first argument.
23241 The package also gives easy access to the underlying C routines through an
23242 API; see the package vignette for details.")
23243 (license license:gpl2+)))
23244
23245 (define-public r-actuar
23246 (package
23247 (name "r-actuar")
23248 (version "3.2-2")
23249 (source
23250 (origin
23251 (method url-fetch)
23252 (uri (cran-uri "actuar" version))
23253 (sha256
23254 (base32
23255 "0dhpaivyga0jwvw1csagbx74biy9jfkw4a8sa871579njxl1x7p1"))))
23256 (properties `((upstream-name . "actuar")))
23257 (build-system r-build-system)
23258 (propagated-inputs (list r-expint))
23259 (home-page "https://gitlab.com/vigou3/actuar")
23260 (synopsis "Actuarial functions and heavy tailed distributions")
23261 (description
23262 "This package provides functions and data sets for actuarial science:
23263 modeling of loss distributions; risk theory and ruin theory; simulation of
23264 compound models, discrete mixtures and compound hierarchical models;
23265 credibility theory. It boasts support for many additional probability
23266 distributions to model insurance loss amounts and loss frequency: 19
23267 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
23268 distribution; zero-truncated and zero-modified extensions of the standard
23269 discrete distributions. It also supports phase-type distributions commonly
23270 used to compute ruin probabilities.")
23271 (license license:gpl2+)))
23272
23273 (define-public r-bmp
23274 (package
23275 (name "r-bmp")
23276 (version "0.3")
23277 (source
23278 (origin
23279 (method url-fetch)
23280 (uri (cran-uri "bmp" version))
23281 (sha256
23282 (base32
23283 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
23284 (properties `((upstream-name . "bmp")))
23285 (build-system r-build-system)
23286 (home-page "https://cran.r-project.org/web/packages/bmp/")
23287 (synopsis "Read Bitmap (BMP) images")
23288 (description
23289 "This package provides pure R tools to read BMP format images. It is
23290 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
23291 (license license:gpl2+)))
23292
23293 (define-public r-readbitmap
23294 (package
23295 (name "r-readbitmap")
23296 (version "0.1.5")
23297 (source
23298 (origin
23299 (method url-fetch)
23300 (uri (cran-uri "readbitmap" version))
23301 (sha256
23302 (base32
23303 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
23304 (properties `((upstream-name . "readbitmap")))
23305 (build-system r-build-system)
23306 (inputs
23307 (list libjpeg-turbo libpng))
23308 (propagated-inputs
23309 (list r-bmp r-jpeg r-png r-tiff))
23310 (home-page "https://github.com/jefferis/readbitmap")
23311 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
23312 (description
23313 "This package provides tools to identify and read BMP, JPEG, PNG, and
23314 TIFF format bitmap images. Identification defaults to the use of the magic
23315 number embedded in the file rather than the file extension.")
23316 (license license:gpl2+)))
23317
23318 (define-public r-imager
23319 (package
23320 (name "r-imager")
23321 (version "0.42.13")
23322 (source
23323 (origin
23324 (method url-fetch)
23325 (uri (cran-uri "imager" version))
23326 (sha256
23327 (base32
23328 "0zygnmxwbbmj5i2l2affzdz90xvsa7b5pbkzkhjbm40is69rh2nr"))))
23329 (properties `((upstream-name . "imager")))
23330 (build-system r-build-system)
23331 (inputs
23332 (list fftw libtiff libx11 zlib))
23333 (propagated-inputs
23334 (list r-downloader
23335 r-igraph
23336 r-jpeg
23337 r-magrittr
23338 r-png
23339 r-purrr
23340 r-rcpp
23341 r-readbitmap
23342 r-stringr))
23343 (native-inputs
23344 (list pkg-config r-knitr))
23345 (home-page "https://dahtah.github.io/imager/")
23346 (synopsis "Image processing library")
23347 (description
23348 "This is a package for fast image processing for images in up to 4
23349 dimensions (two spatial dimensions, one time/depth dimension, one color
23350 dimension). It provides most traditional image processing tools (filtering,
23351 morphology, transformations, etc.) as well as various functions for easily
23352 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
23353 simple, modern C++ library for image processing.")
23354 (license license:lgpl3)))
23355
23356 (define-public r-acuityview
23357 (package
23358 (name "r-acuityview")
23359 (version "0.1")
23360 (source
23361 (origin
23362 (method url-fetch)
23363 (uri (cran-uri "AcuityView" version))
23364 (sha256
23365 (base32
23366 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
23367 (properties `((upstream-name . "AcuityView")))
23368 (build-system r-build-system)
23369 (propagated-inputs
23370 (list r-fftwtools r-imager r-plotrix))
23371 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
23372 (synopsis "Display scenes as seen by an animal with less acute vision")
23373 (description
23374 "This package provides a simple method for representing a visual scene as
23375 it may be seen by an animal with less acute vision.")
23376 (license license:gpl2+)))
23377
23378 (define-public r-caret
23379 (package
23380 (name "r-caret")
23381 (version "6.0-91")
23382 (source
23383 (origin
23384 (method url-fetch)
23385 (uri (cran-uri "caret" version))
23386 (sha256
23387 (base32
23388 "1kbx51cf71z2x19a0jflwnhx5jd9wk9q9203kzdxlqw5izdjvmdz"))))
23389 (build-system r-build-system)
23390 (propagated-inputs
23391 (list r-e1071
23392 r-foreach
23393 r-ggplot2
23394 r-lattice
23395 r-modelmetrics
23396 r-nlme
23397 r-plyr
23398 r-proc
23399 r-recipes
23400 r-reshape2
23401 r-withr))
23402 (native-inputs
23403 (list r-knitr))
23404 (home-page "https://github.com/topepo/caret")
23405 (synopsis "Classification and regression training")
23406 (description
23407 "This package provides miscellaneous functions for training and plotting
23408 classification and regression models.")
23409 (license license:gpl2+)))
23410
23411 (define-public r-adabag
23412 (package
23413 (name "r-adabag")
23414 (version "4.2")
23415 (source
23416 (origin
23417 (method url-fetch)
23418 (uri (cran-uri "adabag" version))
23419 (sha256
23420 (base32
23421 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
23422 (properties `((upstream-name . "adabag")))
23423 (build-system r-build-system)
23424 (propagated-inputs
23425 (list r-caret r-doparallel r-foreach r-rpart))
23426 (home-page "https://cran.r-project.org/web/packages/adabag/")
23427 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
23428 (description
23429 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
23430 Breiman's Bagging algorithm using classification trees as individual
23431 classifiers. Once these classifiers have been trained, they can be used to
23432 predict on new data. Also, cross validation estimation of the error can be
23433 done.")
23434 (license license:gpl2+)))
23435
23436 (define-public r-adagio
23437 (package
23438 (name "r-adagio")
23439 (version "0.8.4")
23440 (source
23441 (origin
23442 (method url-fetch)
23443 (uri (cran-uri "adagio" version))
23444 (sha256
23445 (base32
23446 "0ihv05402iq003m0338f85pnqnlnrmx0pf1mg8cz9sgi5h98mbnl"))))
23447 (properties `((upstream-name . "adagio")))
23448 (build-system r-build-system)
23449 (propagated-inputs
23450 (list r-lpsolve))
23451 (home-page "https://cran.r-project.org/web/packages/adagio/")
23452 (synopsis "Discrete and global optimization routines")
23453 (description
23454 "This package provides methods and algorithms for discrete optimization,
23455 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
23456 Hooke-Jeeves minimization, and some (evolutionary) global optimization
23457 functions.")
23458 (license license:gpl3+)))
23459
23460 (define-public r-univoutl
23461 (package
23462 (name "r-univoutl")
23463 (version "0.3")
23464 (source
23465 (origin
23466 (method url-fetch)
23467 (uri (cran-uri "univOutl" version))
23468 (sha256
23469 (base32
23470 "1hhpxrpmp2wbrynx9xjndnp2sccirgky2x6ksd6yk6phmk0rbzjp"))))
23471 (properties `((upstream-name . "univOutl")))
23472 (build-system r-build-system)
23473 (propagated-inputs
23474 (list r-hmisc r-robustbase))
23475 (home-page "https://github.com/marcellodo/univOutl")
23476 (synopsis "Detection of univariate outliers")
23477 (description
23478 "This package provides well-known outlier detection techniques in the
23479 univariate case. Methods to deal with skewed distribution are included too.
23480 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
23481 historical data is implemented as well. When available, survey weights can be
23482 used in outliers detection.")
23483 (license license:gpl2+)))
23484
23485 (define-public r-tolerance
23486 (package
23487 (name "r-tolerance")
23488 (version "2.0.0")
23489 (source
23490 (origin
23491 (method url-fetch)
23492 (uri (cran-uri "tolerance" version))
23493 (sha256
23494 (base32
23495 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
23496 (properties `((upstream-name . "tolerance")))
23497 (build-system r-build-system)
23498 (propagated-inputs
23499 (list r-mass r-rgl))
23500 (home-page "https://cran.r-project.org/web/packages/tolerance/")
23501 (synopsis "Statistical tolerance intervals and regions")
23502 (description
23503 "This package provides functions for estimating tolerance
23504 limits (intervals) for various univariate distributions (binomial, Cauchy,
23505 discrete Pareto, exponential, two-parameter exponential, extreme value,
23506 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
23507 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
23508 Bayesian normal tolerance limits, multivariate normal tolerance regions,
23509 nonparametric tolerance intervals, tolerance bands for regression
23510 settings (linear regression, nonlinear regression, nonparametric regression,
23511 and multivariate regression), and analysis of variance tolerance intervals.
23512 Visualizations are also available for most of these settings.")
23513 (license license:gpl2+)))
23514
23515 ;; Keep this in sync with the liblantern package.
23516 (define-public r-torch
23517 (package
23518 (name "r-torch")
23519 (version "0.7.2")
23520 (source
23521 (origin
23522 (method url-fetch)
23523 (uri (cran-uri "torch" version))
23524 (sha256
23525 (base32 "163pvl3gyz7l2fmqhgg4k6pw4dmvfir71yp9l5ra2k4zc32lz166"))))
23526 (properties `((upstream-name . "torch")))
23527 (build-system r-build-system)
23528 (arguments
23529 (list
23530 #:phases
23531 #~(modify-phases %standard-phases
23532 (add-after 'install 'link-libraries
23533 (lambda* (#:key inputs #:allow-other-keys)
23534 (let ((deps (string-append #$output "/site-library/torch/deps")))
23535 (mkdir-p deps)
23536 (symlink
23537 (search-input-file
23538 inputs "/lib/python3.9/site-packages/torch/lib/libtorch.so")
23539 (string-append deps "/libtorch.so"))
23540 (symlink
23541 (search-input-file
23542 inputs "/lib/liblantern.so")
23543 (string-append deps "/liblantern.so"))))))))
23544 (inputs
23545 (list python-pytorch-for-r-torch
23546 liblantern))
23547 (propagated-inputs
23548 (list r-bit64
23549 r-callr
23550 r-cli
23551 r-coro
23552 r-ellipsis
23553 r-magrittr
23554 r-r6
23555 r-rcpp
23556 r-rlang
23557 r-withr))
23558 (native-inputs (list r-knitr))
23559 (home-page "https://torch.mlverse.org/docs")
23560 (synopsis "Tensors and neural networks with GPU acceleration")
23561 (description
23562 "This package provides functionality to define and train neural networks
23563 similar to PyTorch but written entirely in R using the libtorch library. It
23564 also supports low-level tensor operations and GPU acceleration.")
23565 (license license:expat)))
23566
23567 (define-public r-additivitytests
23568 (package
23569 (name "r-additivitytests")
23570 (version "1.1-4")
23571 (source
23572 (origin
23573 (method url-fetch)
23574 (uri (cran-uri "additivityTests" version))
23575 (sha256
23576 (base32
23577 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
23578 (properties
23579 `((upstream-name . "additivityTests")))
23580 (build-system r-build-system)
23581 (home-page "https://github.com/simecek/additivityTests")
23582 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
23583 (description
23584 "This package provides an implementation of the Tukey, Mandel,
23585 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
23586 (license license:gpl3)))
23587
23588 (define-public r-flexclust
23589 (package
23590 (name "r-flexclust")
23591 (version "1.4-1")
23592 (source
23593 (origin
23594 (method url-fetch)
23595 (uri (cran-uri "flexclust" version))
23596 (sha256
23597 (base32
23598 "13akk3w6a76jpws5v9108c3hdmb8i6gm0sc06lr2hqly0pgpfyfn"))))
23599 (properties `((upstream-name . "flexclust")))
23600 (build-system r-build-system)
23601 (propagated-inputs
23602 (list r-class r-lattice r-modeltools))
23603 (home-page "https://cran.r-project.org/web/packages/flexclust/")
23604 (synopsis "Flexible cluster algorithms")
23605 (description
23606 "The main function @code{kcca} implements a general framework for
23607 k-centroids cluster analysis supporting arbitrary distance measures and
23608 centroid computation. Further cluster methods include hard competitive
23609 learning, neural gas, and QT clustering. There are numerous visualization
23610 methods for cluster results (neighborhood graphs, convex cluster hulls,
23611 barcharts of centroids, ...), and bootstrap methods for the analysis of
23612 cluster stability.")
23613 (license license:gpl2)))
23614
23615 (define-public r-biclust
23616 (package
23617 (name "r-biclust")
23618 (version "2.0.3")
23619 (source
23620 (origin
23621 (method url-fetch)
23622 (uri (cran-uri "biclust" version))
23623 (sha256
23624 (base32
23625 "0lgyc2f04dhr65cwga78pradxsdzgjrpp8vphchqn60ab1z95dlp"))))
23626 (properties `((upstream-name . "biclust")))
23627 (build-system r-build-system)
23628 (propagated-inputs
23629 (list r-additivitytests
23630 r-colorspace
23631 r-flexclust
23632 r-ggplot2
23633 r-lattice
23634 r-mass
23635 r-tidyr))
23636 (home-page "https://cran.r-project.org/web/packages/biclust/")
23637 (synopsis "BiCluster algorithms")
23638 (description
23639 "The main function @code{biclust()} provides several algorithms to find
23640 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
23641 In addition, the package provides methods for data
23642 preprocessing (normalization and discretization), visualization, and
23643 validation of bicluster solutions.")
23644 (license license:gpl3)))
23645
23646 (define-public r-icge
23647 (package
23648 (name "r-icge")
23649 (version "0.4.1")
23650 (source
23651 (origin
23652 (method url-fetch)
23653 (uri (cran-uri "ICGE" version))
23654 (sha256
23655 (base32
23656 "0w6hbi3h98q6gsxqbb43p95v6xykgrasxcjivwm8hw9fly4avxyi"))))
23657 (properties `((upstream-name . "ICGE")))
23658 (build-system r-build-system)
23659 (propagated-inputs
23660 (list r-cluster r-fastcluster r-mass))
23661 (home-page "https://cran.r-project.org/web/packages/ICGE/")
23662 (synopsis "Cluster estimation and identification of atypical units")
23663 (description
23664 "ICGE is a package that helps to estimate the number of real clusters in
23665 data as well as to identify atypical units. The underlying methods are based
23666 on distances rather than on unit x variables.")
23667 (license license:gpl2+)))
23668
23669 (define-public r-depth
23670 (package
23671 (name "r-depth")
23672 (version "2.1-1.1")
23673 (source
23674 (origin
23675 (method url-fetch)
23676 (uri (cran-uri "depth" version))
23677 (sha256
23678 (base32
23679 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
23680 (properties `((upstream-name . "depth")))
23681 (build-system r-build-system)
23682 (propagated-inputs
23683 (list r-abind r-circular r-rgl))
23684 (native-inputs
23685 (list gfortran))
23686 (home-page "https://cran.r-project.org/web/packages/depth/")
23687 (synopsis "Nonparametric depth functions for multivariate analysis")
23688 (description
23689 "This package provides tools for depth functions methodology applied to
23690 multivariate analysis. Besides allowing calculation of depth values and
23691 depth-based location estimators, the package includes functions or drawing
23692 contour plots and perspective plots of depth functions. Euclidean and
23693 spherical depths are supported.")
23694 (license license:gpl2)))
23695
23696 (define-public r-archetypes
23697 (package
23698 (name "r-archetypes")
23699 (version "2.2-0.1")
23700 (source
23701 (origin
23702 (method url-fetch)
23703 (uri (cran-uri "archetypes" version))
23704 (sha256
23705 (base32
23706 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
23707 (properties `((upstream-name . "archetypes")))
23708 (build-system r-build-system)
23709 (propagated-inputs
23710 (list r-modeltools r-nnls))
23711 (home-page "https://cran.r-project.org/web/packages/archetypes")
23712 (synopsis "Archetypal analysis")
23713 (description
23714 "The main function @code{archetypes} implements a framework for
23715 archetypal analysis supporting arbitrary problem solving mechanisms for the
23716 different conceptual parts of the algorithm.")
23717 (license license:gpl2+)))
23718
23719 (define-public r-shapes
23720 (package
23721 (name "r-shapes")
23722 (version "1.2.6")
23723 (source
23724 (origin
23725 (method url-fetch)
23726 (uri (cran-uri "shapes" version))
23727 (sha256
23728 (base32
23729 "1p9fr95zk3q2v277c5ksb0nh26mcpzwjzjb2lmag51z6hck8cb66"))))
23730 (properties `((upstream-name . "shapes")))
23731 (build-system r-build-system)
23732 (propagated-inputs
23733 (list r-mass r-minpack-lm r-rgl r-scatterplot3d))
23734 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
23735 (synopsis "Statistical shape analysis")
23736 (description
23737 "This package provides routines for the statistical analysis of landmark
23738 shapes, including Procrustes analysis, graphical displays, principal
23739 components analysis, permutation and bootstrap tests, thin-plate spline
23740 transformation grids and comparing covariance matrices. See Dryden, I.L. and
23741 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
23742 Edition), John Wiley and Sons.")
23743 (license license:gpl2)))
23744
23745 (define-public r-anthropometry
23746 (package
23747 (name "r-anthropometry")
23748 (version "1.17")
23749 (source
23750 (origin
23751 (method url-fetch)
23752 (uri (cran-uri "Anthropometry" version))
23753 (sha256
23754 (base32
23755 "0vxjlzxv16bygw8n57f25msq5bd1dydg41my92ximah0nzzvbg41"))))
23756 (properties `((upstream-name . "Anthropometry")))
23757 (build-system r-build-system)
23758 (propagated-inputs
23759 (list r-archetypes
23760 r-biclust
23761 r-cluster
23762 r-depth
23763 r-fnn
23764 r-icge
23765 r-nnls
23766 r-rgl
23767 r-shapes))
23768 (native-inputs
23769 (list r-knitr))
23770 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
23771 (synopsis "Statistical methods for anthropometric data")
23772 (description
23773 "This package provides statistical methods especially developed to
23774 analyze anthropometric data. These methods are aimed at providing effective
23775 solutions to some commons problems related to Ergonomics and Anthropometry.
23776 They are based on clustering, the statistical concept of data depth,
23777 statistical shape analysis and archetypal analysis.")
23778 (license license:gpl2+)))
23779
23780 (define-public r-anndata
23781 (package
23782 (name "r-anndata")
23783 (version "0.7.5.3")
23784 (source
23785 (origin
23786 (method url-fetch)
23787 (uri (cran-uri "anndata" version))
23788 (sha256
23789 (base32 "115v7gdilayd18hd519vzkixp2s6rvvrd1inc1i6amn7d0spy8r1"))))
23790 (properties `((upstream-name . "anndata")))
23791 (build-system r-build-system)
23792 (propagated-inputs (list r-assertthat r-matrix r-r6 r-reticulate))
23793 (native-inputs (list r-knitr))
23794 (home-page "https://anndata.dynverse.org")
23795 (synopsis "Anndata for R")
23796 (description
23797 "This package provides a reticulate wrapper for the Python package
23798 @code{anndata}. It provides a scalable way of keeping track of data and
23799 learned annotations. It is used to read from and write to the h5ad file
23800 format.")
23801 (license license:expat)))
23802
23803 (define-public r-adamethods
23804 (package
23805 (name "r-adamethods")
23806 (version "1.2.1")
23807 (source
23808 (origin
23809 (method url-fetch)
23810 (uri (cran-uri "adamethods" version))
23811 (sha256
23812 (base32
23813 "150awbd3skb1mqca18bqjykhyycqw8crviw66s6qrcnmcsbk77pj"))))
23814 (properties `((upstream-name . "adamethods")))
23815 (build-system r-build-system)
23816 (propagated-inputs
23817 (list r-anthropometry
23818 r-archetypes
23819 r-fnn
23820 r-foreach
23821 r-nnls
23822 r-tolerance
23823 r-univoutl))
23824 (home-page "https://cran.r-project.org/web/packages/adamethods/")
23825 (synopsis "Archetypoid algorithms and anomaly detection")
23826 (description
23827 "This package is a collection of several algorithms to obtain
23828 archetypoids with small and large databases and with both classical
23829 multivariate data and functional data (univariate and multivariate). Some of
23830 these algorithms also detect anomalies (outliers).")
23831 (license license:gpl2+)))
23832
23833 (define-public r-idpmisc
23834 (package
23835 (name "r-idpmisc")
23836 (version "1.1.20")
23837 (source
23838 (origin
23839 (method url-fetch)
23840 (uri (cran-uri "IDPmisc" version))
23841 (sha256
23842 (base32
23843 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
23844 (properties `((upstream-name . "IDPmisc")))
23845 (build-system r-build-system)
23846 (propagated-inputs
23847 (list r-lattice))
23848 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
23849 (synopsis "Functions for data analyses and visualization")
23850 (description
23851 "This package provides different high-level graphics functions for
23852 displaying large datasets, displaying circular data in a very flexible way,
23853 finding local maxima, brewing color ramps, drawing nice arrows, zooming
23854 2D-plots, creating figures with differently colored margin and plot region.
23855 In addition, the package contains auxiliary functions for data manipulation
23856 like omitting observations with irregular values or selecting data by logical
23857 vectors, which include NAs. Other functions are especially useful in
23858 spectroscopy and analyses of environmental data: robust baseline fitting,
23859 finding peaks in spectra, converting humidity measures.")
23860 (license license:gpl3+)))
23861
23862 (define-public r-qqman
23863 (package
23864 (name "r-qqman")
23865 (version "0.1.8")
23866 (source
23867 (origin
23868 (method url-fetch)
23869 (uri (cran-uri "qqman" version))
23870 (sha256
23871 (base32
23872 "1a6qp5wv9bvwjchfw8x4jh48hkynlnfr21a8vqgnswldvwbq7njq"))))
23873 (properties `((upstream-name . "qqman")))
23874 (build-system r-build-system)
23875 (propagated-inputs
23876 (list r-calibrate))
23877 (native-inputs
23878 (list r-knitr))
23879 (home-page "https://cran.r-project.org/web/packages/qqman/")
23880 (synopsis "Q-Q and Manhattan plots for GWAS data")
23881 (description
23882 "This package allows you to create Q-Q and Manhattan plots for GWAS data
23883 from PLINK results.")
23884 (license license:gpl3)))
23885
23886 (define-public r-gghighlight
23887 (package
23888 (name "r-gghighlight")
23889 (version "0.3.2")
23890 (source
23891 (origin
23892 (method url-fetch)
23893 (uri (cran-uri "gghighlight" version))
23894 (sha256
23895 (base32 "0bxgn4srxz1qhawqa8ck57p8hg5ikwfa9ll03zmnn8fb19akwm2v"))))
23896 (properties `((upstream-name . "gghighlight")))
23897 (build-system r-build-system)
23898 (propagated-inputs
23899 (list r-dplyr r-ggplot2 r-ggrepel r-lifecycle r-purrr r-rlang r-tibble))
23900 (native-inputs (list r-knitr))
23901 (home-page "https://github.com/yutannihilation/gghighlight/")
23902 (synopsis "Highlight lines and points in ggplot2")
23903 (description "Suppose we have data that has so many series that it is hard
23904 to identify them by their colors as the differences are so subtle. With
23905 gghighlight we can highlight those lines that match certain criteria. The
23906 result is a usual @code{ggplot} object, so it is fully customizable and can be
23907 used with custom themes and facets.")
23908 (license license:expat)))
23909
23910 (define-public r-ggplot-multistats
23911 (package
23912 (name "r-ggplot-multistats")
23913 (version "1.0.0")
23914 (source
23915 (origin
23916 (method url-fetch)
23917 (uri (cran-uri "ggplot.multistats" version))
23918 (sha256
23919 (base32
23920 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
23921 (properties
23922 `((upstream-name . "ggplot.multistats")))
23923 (build-system r-build-system)
23924 (propagated-inputs
23925 (list r-ggplot2 r-hexbin r-rlang r-scales))
23926 (home-page "https://github.com/flying-sheep/ggplot.multistats")
23927 (synopsis "Multiple summary statistics for binned stats/geometries")
23928 (description
23929 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
23930 which functions similar to its singular form, but allows the use of multiple
23931 statistics per bin. Those statistics can be mapped to multiple bin
23932 aesthetics.")
23933 (license license:gpl3)))
23934
23935 (define-public r-knn-covertree
23936 (package
23937 (name "r-knn-covertree")
23938 (version "1.0")
23939 (source
23940 (origin
23941 (method url-fetch)
23942 (uri (cran-uri "knn.covertree" version))
23943 (sha256
23944 (base32
23945 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
23946 (properties `((upstream-name . "knn.covertree")))
23947 (build-system r-build-system)
23948 (propagated-inputs
23949 (list r-matrix r-rcpp r-rcppeigen))
23950 (home-page "https://github.com/flying-sheep/knn.covertree")
23951 (synopsis "Accurate kNN Implementation with multiple distance measures")
23952 (description
23953 "Similarly to the FNN package, this package allows calculation of the k
23954 nearest neighbors (kNN) of a data matrix. The implementation is based on
23955 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
23956 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
23957 (license license:agpl3+)))
23958
23959 (define-public r-poibin
23960 (package
23961 (name "r-poibin")
23962 (version "1.5")
23963 (source
23964 (origin
23965 (method url-fetch)
23966 (uri (cran-uri "poibin" version))
23967 (sha256
23968 (base32
23969 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
23970 (properties `((upstream-name . "poibin")))
23971 (build-system r-build-system)
23972 (home-page "https://cran.r-project.org/web/packages/poibin/")
23973 (synopsis "Poisson binomial distribution")
23974 (description
23975 "This package provides an implementation of both the exact and
23976 approximation methods for computing the @dfn{cumulative distribution
23977 function} (CDF) of the Poisson binomial distribution. It also provides the
23978 @dfn{probability mass function} (PMF), quantile function, and random number
23979 generation for the Poisson binomial distribution.")
23980 (license license:gpl2)))
23981
23982 (define-public r-diagram
23983 (package
23984 (name "r-diagram")
23985 (version "1.6.5")
23986 (source
23987 (origin
23988 (method url-fetch)
23989 (uri (cran-uri "diagram" version))
23990 (sha256
23991 (base32
23992 "1r3lyl0h7mk9cfg8smr3jydfkjdawaphnxibkxfjqa7029vkxh79"))))
23993 (properties `((upstream-name . "diagram")))
23994 (build-system r-build-system)
23995 (propagated-inputs
23996 (list r-shape))
23997 (home-page "https://cran.r-project.org/web/packages/diagram/")
23998 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
23999 (description
24000 "This package provides tools to visualize simple graphs (networks) based
24001 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
24002 electrical networks, etc. It also includes supporting material for the book
24003 \"A practical guide to ecological modelling - using R as a simulation
24004 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
24005 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
24006 Francesca Mazzia (2012).")
24007 (license license:gpl2+)))
24008
24009 (define-public r-lim
24010 (package
24011 (name "r-lim")
24012 (version "1.4.6")
24013 (source
24014 (origin
24015 (method url-fetch)
24016 (uri (cran-uri "LIM" version))
24017 (sha256
24018 (base32
24019 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
24020 (properties `((upstream-name . "LIM")))
24021 (build-system r-build-system)
24022 (propagated-inputs
24023 (list r-diagram r-limsolve))
24024 (home-page "https://cran.r-project.org/web/packages/LIM/")
24025 (synopsis "Linear inverse model examples and solution methods")
24026 (description
24027 "This package provides functions that read and solve linear inverse
24028 problems (food web problems, linear programming problems).")
24029 (license license:gpl2+)))
24030
24031 (define-public r-shinycssloaders
24032 (package
24033 (name "r-shinycssloaders")
24034 (version "1.0.0")
24035 (source
24036 (origin
24037 (method url-fetch)
24038 (uri (cran-uri "shinycssloaders" version))
24039 (sha256
24040 (base32
24041 "0r3xm273lhdhzbs2mkgw1m2kwb7z1dh1pzya8yxy5vacda1l2ikl"))))
24042 (properties
24043 `((upstream-name . "shinycssloaders")))
24044 (build-system r-build-system)
24045 (propagated-inputs
24046 (list r-digest r-glue r-shiny))
24047 (home-page "https://github.com/andrewsali/shinycssloaders")
24048 (synopsis "Add CSS loading animations to Shiny outputs")
24049 (description
24050 "This package provides tools to create a lightweight Shiny wrapper for
24051 the css-loaders created by Luke Hass
24052 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
24053 automatically show a loader when the output is (re)calculating.")
24054 (license license:gpl3)))
24055
24056 (define-public r-rsvg
24057 (package
24058 (name "r-rsvg")
24059 (version "2.2.0")
24060 (source
24061 (origin
24062 (method url-fetch)
24063 (uri (cran-uri "rsvg" version))
24064 (sha256
24065 (base32
24066 "05mvi1ijnxayyj1f4p8nb56pncmm7x0sbq0d87asv7c7kw765n1a"))))
24067 (properties `((upstream-name . "rsvg")))
24068 (build-system r-build-system)
24069 (inputs
24070 (list librsvg zlib))
24071 (native-inputs
24072 (list pkg-config r-knitr))
24073 (home-page "https://github.com/jeroen/rsvg#readme")
24074 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
24075 (description
24076 "This package allows you to render vector-based SVG images into
24077 high-quality custom-size bitmap arrays using the librsvg2 library. The
24078 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
24079 addition, the package can convert images directly to various formats such as
24080 PDF or PostScript.")
24081 (license license:expat)))
24082
24083 (define-public r-influencer
24084 (package
24085 (name "r-influencer")
24086 (version "0.1.0.1")
24087 (source
24088 (origin
24089 (method url-fetch)
24090 (uri (cran-uri "influenceR" version))
24091 (sha256
24092 (base32
24093 "0rj7rm236vn3v8302nwl12s0kvpv6xpdbm3q3gxk7vgwfl8nzi33"))))
24094 (properties `((upstream-name . "influenceR")))
24095 (build-system r-build-system)
24096 (propagated-inputs
24097 (list r-igraph r-matrix))
24098 (home-page "https://github.com/rcc-uchicago/influenceR")
24099 (synopsis "Tools to quantify structural importance of nodes in a network")
24100 (description
24101 "This package provides functionality to compute various node centrality
24102 measures on networks. Included are functions to compute betweenness
24103 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
24104 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
24105 algorithm to identify key players, and Valente's bridging metric. The
24106 betweenness, Key Players, and bridging implementations are parallelized with
24107 OpenMP.")
24108 (license license:gpl2)))
24109
24110 (define-public r-emplik
24111 (package
24112 (name "r-emplik")
24113 (version "1.1-1")
24114 (source
24115 (origin
24116 (method url-fetch)
24117 (uri (cran-uri "emplik" version))
24118 (sha256
24119 (base32
24120 "1kw8g8j075bsicdvgkjf4870rfv5c30gvmw6qkkaz3ki22x74w77"))))
24121 (properties `((upstream-name . "emplik")))
24122 (build-system r-build-system)
24123 (propagated-inputs
24124 (list r-quantreg))
24125 (home-page "https://www.ms.uky.edu/~mai/EmpLik.html")
24126 (synopsis "Empirical likelihood ratio for censored/truncated data")
24127 (description
24128 "This package provides empirical likelihood ratio tests for
24129 means/quantiles/hazards from possibly censored and/or truncated data. It also
24130 does regression.")
24131 (license license:gpl2+)))
24132
24133 (define-public r-imputeyn
24134 (package
24135 (name "r-imputeyn")
24136 (version "1.3")
24137 (source
24138 (origin
24139 (method url-fetch)
24140 (uri (cran-uri "imputeYn" version))
24141 (sha256
24142 (base32
24143 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
24144 (properties `((upstream-name . "imputeYn")))
24145 (build-system r-build-system)
24146 (propagated-inputs
24147 (list r-boot r-emplik r-mvtnorm r-quadprog r-survival))
24148 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
24149 (synopsis "Impute last largest censored observation under weighted least squares")
24150 (description
24151 "This package allows for the imputation of the last largest censored
24152 observantions. This method brings less bias and more efficient estimates for
24153 AFT models.")
24154 (license license:gpl2)))
24155
24156 (define-public r-adapenetclass
24157 (package
24158 (name "r-adapenetclass")
24159 (version "1.2")
24160 (source
24161 (origin
24162 (method url-fetch)
24163 (uri (cran-uri "AdapEnetClass" version))
24164 (sha256
24165 (base32
24166 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
24167 (properties `((upstream-name . "AdapEnetClass")))
24168 (build-system r-build-system)
24169 (propagated-inputs
24170 (list r-glmnet r-imputeyn r-lars r-quadprog))
24171 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
24172 (synopsis "Class of adaptive elastic net methods for censored data")
24173 (description
24174 "This package provides methods for variable selection for AFT models.")
24175 (license license:gpl2)))
24176
24177 (define-public r-flock
24178 (package
24179 (name "r-flock")
24180 (version "0.7")
24181 (source
24182 (origin
24183 (method url-fetch)
24184 (uri (cran-uri "flock" version))
24185 (sha256
24186 (base32
24187 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
24188 (properties `((upstream-name . "flock")))
24189 (build-system r-build-system)
24190 (propagated-inputs (list r-rcpp))
24191 (home-page "https://cran.r-project.org/web/packages/flock/")
24192 (synopsis "Process synchronization using file locks")
24193 (description
24194 "This package implements synchronization between R processes (spawned by
24195 using the @code{parallel} package for instance) using file locks. It supports
24196 both exclusive and shared locking.")
24197 (license license:asl2.0)))
24198
24199 (define-public r-archivist
24200 (package
24201 (name "r-archivist")
24202 (version "2.3.6")
24203 (source
24204 (origin
24205 (method url-fetch)
24206 (uri (cran-uri "archivist" version))
24207 (sha256
24208 (base32
24209 "0q1qysack30xzxdbvvi56rk7r85hsj4ghls9r70ki7bl3rqwr4c9"))))
24210 (properties `((upstream-name . "archivist")))
24211 (build-system r-build-system)
24212 (propagated-inputs
24213 (list r-dbi
24214 r-digest
24215 r-flock
24216 r-httr
24217 r-lubridate
24218 r-magrittr
24219 r-rcurl
24220 r-rsqlite))
24221 (native-inputs
24222 (list r-knitr))
24223 (home-page "https://pbiecek.github.io/archivist/")
24224 (synopsis "Tools for storing, restoring and searching for R objects")
24225 (description
24226 "Data exploration and modelling is a process in which a lot of data
24227 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
24228 statistical models, different versions of data sets and different versions of
24229 results. Archivist helps to store and manage artifacts created in R. It
24230 allows you to store selected artifacts as binary files together with their
24231 metadata and relations. Archivist allows sharing artifacts with others. It
24232 can look for already created artifacts by using its class, name, date of the
24233 creation or other properties. It also makes it easy to restore such
24234 artifacts.")
24235 (license license:gpl2)))
24236
24237 (define-public r-versions
24238 (package
24239 (name "r-versions")
24240 (version "0.3")
24241 (source
24242 (origin
24243 (method url-fetch)
24244 (uri (cran-uri "versions" version))
24245 (sha256
24246 (base32
24247 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
24248 (properties `((upstream-name . "versions")))
24249 (build-system r-build-system)
24250 (home-page "https://cran.r-project.org/web/packages/versions/")
24251 (synopsis "Query and install specific versions of CRAN packages")
24252 (description
24253 "This package allows you to install specified versions of R packages
24254 hosted on CRAN and provides functions to list available versions and the
24255 versions of currently installed packages.")
24256 (license license:bsd-3)))
24257
24258 (define-public r-adapr
24259 (package
24260 (name "r-adapr")
24261 (version "2.0.0")
24262 (source
24263 (origin
24264 (method url-fetch)
24265 (uri (cran-uri "adapr" version))
24266 (sha256
24267 (base32
24268 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
24269 (properties `((upstream-name . "adapr")))
24270 (build-system r-build-system)
24271 (propagated-inputs
24272 (list r-archivist
24273 r-devtools
24274 r-digest
24275 r-doparallel
24276 r-gdata
24277 r-ggplot2
24278 r-git2r
24279 r-igraph
24280 r-knitr
24281 r-plotly
24282 r-plyr
24283 r-rmarkdown
24284 r-shiny
24285 r-shinydashboard
24286 r-versions))
24287 (home-page "https://cran.r-project.org/web/packages/adapr/")
24288 (synopsis "Implementation of an accountable data analysis process")
24289 (description
24290 "This package tracks reading and writing within R scripts that are
24291 organized into a directed acyclic graph. It contains an interactive Shiny
24292 application @code{adaprApp()}. It uses Git and file hashes to track version
24293 histories of inputs and outputs.")
24294 (license license:lgpl2.0)))
24295
24296 (define-public r-adapsamp
24297 (package
24298 (name "r-adapsamp")
24299 (version "1.1.1")
24300 (source
24301 (origin
24302 (method url-fetch)
24303 (uri (cran-uri "AdapSamp" version))
24304 (sha256
24305 (base32
24306 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
24307 (properties `((upstream-name . "AdapSamp")))
24308 (build-system r-build-system)
24309 (propagated-inputs (list r-pracma))
24310 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
24311 (synopsis "Adaptive sampling algorithms")
24312 (description
24313 "For distributions whose probability density functions are log-concave,
24314 the adaptive rejection sampling algorithm can be used to build envelope
24315 functions for sampling. For others, the modified adaptive rejection sampling
24316 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
24317 adaptive slice sampling algorithm can be used. This R package mainly includes
24318 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
24319 @code{rASS()}. These functions can realize sampling based on the algorithms
24320 above.")
24321 (license license:gpl2)))
24322
24323 (define-public r-adaptalint
24324 (package
24325 (name "r-adaptalint")
24326 (version "0.2.4")
24327 (source
24328 (origin
24329 (method url-fetch)
24330 (uri (cran-uri "adaptalint" version))
24331 (sha256
24332 (base32
24333 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
24334 (properties `((upstream-name . "adaptalint")))
24335 (build-system r-build-system)
24336 (propagated-inputs
24337 (list r-dplyr r-lintr r-purrr))
24338 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
24339 (synopsis "Check R code style")
24340 (description
24341 "This package provides tools to infer the code style (which style rules
24342 are followed and which ones are not) from one package and use it to check
24343 another. This makes it easier to find and correct the most important problems
24344 first.")
24345 (license license:gpl3)))
24346
24347 (define-public r-fracdiff
24348 (package
24349 (name "r-fracdiff")
24350 (version "1.5-1")
24351 (source
24352 (origin
24353 (method url-fetch)
24354 (uri (cran-uri "fracdiff" version))
24355 (sha256
24356 (base32
24357 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
24358 (properties `((upstream-name . "fracdiff")))
24359 (build-system r-build-system)
24360 (home-page "https://github.com/mmaechler/fracdiff")
24361 (synopsis
24362 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
24363 (description
24364 "This package provides tools for the maximum likelihood estimation of the
24365 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
24366 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
24367 (license license:gpl2+)))
24368
24369 (define-public r-forecast
24370 (package
24371 (name "r-forecast")
24372 (version "8.16")
24373 (source
24374 (origin
24375 (method url-fetch)
24376 (uri (cran-uri "forecast" version))
24377 (sha256
24378 (base32
24379 "0zvn44k7npxai8kj0hgxaaqv1hgd8rxicnvj4cg7wfl8ba4yn0cz"))))
24380 (properties `((upstream-name . "forecast")))
24381 (build-system r-build-system)
24382 (propagated-inputs
24383 (list r-colorspace
24384 r-fracdiff
24385 r-ggplot2
24386 r-lmtest
24387 r-magrittr
24388 r-nnet
24389 r-rcpp
24390 r-rcpparmadillo
24391 r-timedate
24392 r-tseries
24393 r-urca
24394 r-zoo))
24395 (native-inputs
24396 (list r-knitr)) ; needed for vignettes
24397 (home-page "https://pkg.robjhyndman.com/forecast/")
24398 (synopsis "Forecasting functions for time series and linear models")
24399 (description
24400 "This package provides methods and tools for displaying and analysing
24401 univariate time series forecasts including exponential smoothing via state
24402 space models and automatic ARIMA modelling.")
24403 (license license:gpl3)))
24404
24405 (define-public r-formattable
24406 (package
24407 (name "r-formattable")
24408 (version "0.2.1")
24409 (source
24410 (origin
24411 (method url-fetch)
24412 (uri (cran-uri "formattable" version))
24413 (sha256
24414 (base32 "1vdxi0xmg019qyzjrp8bkjxciz245jcxsrkhfzd44ynqcwi4s3ag"))))
24415 (properties `((upstream-name . "formattable")))
24416 (build-system r-build-system)
24417 (propagated-inputs
24418 (list r-htmltools r-htmlwidgets r-lifecycle r-rmarkdown))
24419 (native-inputs
24420 (list r-knitr))
24421 (home-page "https://github.com/renkun-ken/formattable")
24422 (synopsis "Print vectors and data frames with text fromatting")
24423 (description
24424 "This R package provides functions to create formattable vectors and data
24425 frames. @emph{Formattable} vectors are printed with text formatting, and
24426 formattable data frames are printed with multiple types of formatting in HTML
24427 to improve the readability of data presented in tabular form rendered in web
24428 pages.")
24429 (license license:expat)))
24430
24431 (define-public r-xmisc
24432 (package
24433 (name "r-xmisc")
24434 (version "0.2.1")
24435 (source
24436 (origin
24437 (method url-fetch)
24438 (uri (cran-uri "Xmisc" version))
24439 (sha256
24440 (base32
24441 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
24442 (properties `((upstream-name . "Xmisc")))
24443 (build-system r-build-system)
24444 (home-page "https://cran.r-project.org/package=Xmisc")
24445 (synopsis
24446 "Xiaobei's miscellaneous classes and functions")
24447 (description
24448 "This package provides Xiaobei's miscellaneous classes and functions,
24449 which are useful when developing R packages for @dfn{object oriented
24450 programming} (OOP) using R Reference Class.")
24451 (license license:gpl2+)))
24452
24453 (define-public r-proxyc
24454 (package
24455 (name "r-proxyc")
24456 (version "0.2.4")
24457 (source
24458 (origin
24459 (method url-fetch)
24460 (uri (cran-uri "proxyC" version))
24461 (sha256
24462 (base32
24463 "1mcimswrx1cjjm7wsgkzfrgh3jpf4sncwfvdvg2f14fzfzy7afd6"))))
24464 (properties `((upstream-name . "proxyC")))
24465 (build-system r-build-system)
24466 (propagated-inputs
24467 (list r-matrix r-rcpp r-rcpparmadillo r-rcppparallel))
24468 (home-page "https://cran.r-project.org/package=proxyC")
24469 (synopsis "Compute proximity in large sparse matrices")
24470 (description
24471 "This package provides efficient tools to compute the proximity between
24472 rows or columns of large matrices. Functions are optimised for large sparse
24473 matrices using the Armadillo and Intel TBB libraries. Among several built-in
24474 similarity/distance measures, computation of correlation, cosine similarity
24475 and Euclidean distance is particularly fast.")
24476 (license license:gpl3)))
24477
24478 (define-public r-isocodes
24479 (package
24480 (name "r-isocodes")
24481 (version "2022.01.10")
24482 (source
24483 (origin
24484 (method url-fetch)
24485 (uri (cran-uri "ISOcodes" version))
24486 (sha256
24487 (base32
24488 "0gy7n5bgxnl4rawry0pg078bkks9lzsbsrwjq8q5cvxl4k3dwpdj"))))
24489 (properties `((upstream-name . "ISOcodes")))
24490 (build-system r-build-system)
24491 (home-page "https://cran.r-project.org/package=ISOcodes")
24492 (synopsis "Selected ISO codes")
24493 (description
24494 "This package provides ISO language, territory, currency, script and
24495 character codes. It provides ISO 639 language codes, ISO 3166 territory
24496 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
24497 character codes as well as the UN M.49 area codes.")
24498 (license license:gpl2)))
24499
24500 (define-public r-stopwords
24501 (package
24502 (name "r-stopwords")
24503 (version "2.3")
24504 (source
24505 (origin
24506 (method url-fetch)
24507 (uri (cran-uri "stopwords" version))
24508 (sha256
24509 (base32
24510 "1ci1cgxrcvlhhplximsfv0plvjdbcd5kv0nphxnpildsn5m1rv65"))))
24511 (properties `((upstream-name . "stopwords")))
24512 (build-system r-build-system)
24513 (propagated-inputs
24514 (list r-isocodes))
24515 (home-page "https://github.com/quanteda/stopwords")
24516 (synopsis "Multilingual stopword lists")
24517 (description
24518 "This package provides multiple sources of stopwords, for use in text
24519 analysis and natural language processing.")
24520 (license license:expat)))
24521
24522 (define-public r-spacyr
24523 (package
24524 (name "r-spacyr")
24525 (version "1.2.1")
24526 (source
24527 (origin
24528 (method url-fetch)
24529 (uri (cran-uri "spacyr" version))
24530 (sha256
24531 (base32
24532 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
24533 (properties `((upstream-name . "spacyr")))
24534 (build-system r-build-system)
24535 (propagated-inputs
24536 (list r-data-table r-reticulate))
24537 (home-page "https://spacyr.quanteda.io")
24538 (synopsis "R wrapper for the spaCy NLP library")
24539 (description
24540 "This package provides an R wrapper to the Python @dfn{natural language
24541 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
24542 (license license:gpl3)))
24543
24544 (define-public r-snowballc
24545 (package
24546 (name "r-snowballc")
24547 (version "0.7.0")
24548 (source
24549 (origin
24550 (method url-fetch)
24551 (uri (cran-uri "SnowballC" version))
24552 (sha256
24553 (base32
24554 "1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
24555 (properties `((upstream-name . "SnowballC")))
24556 (build-system r-build-system)
24557 (home-page "https://r-forge.r-project.org/projects/r-temis/")
24558 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
24559 (description
24560 "This package provides an R interface to the C @code{libstemmer} library
24561 that implements Porter's word stemming algorithm for collapsing words to a
24562 common root to aid comparison of vocabulary. Currently supported languages
24563 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
24564 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
24565 (license license:bsd-3)))
24566
24567 (define-public r-quanteda
24568 (package
24569 (name "r-quanteda")
24570 (version "3.2.1")
24571 (source
24572 (origin
24573 (method url-fetch)
24574 (uri (cran-uri "quanteda" version))
24575 (sha256
24576 (base32
24577 "102wlx6481fskgdr5wv467n29f666q0qg9kjm0ivqfg9xsbvza12"))))
24578 (properties `((upstream-name . "quanteda")))
24579 (build-system r-build-system)
24580 (propagated-inputs
24581 (list r-fastmatch
24582 r-magrittr
24583 r-matrix
24584 r-rcpp
24585 r-rcpparmadillo
24586 r-rcppparallel
24587 r-snowballc
24588 r-stopwords
24589 r-stringi
24590 r-xml2
24591 r-yaml))
24592 (native-inputs
24593 (list r-knitr))
24594 (home-page "https://quanteda.io")
24595 (synopsis "Quantitative analysis of textual data")
24596 (description
24597 "This package provides a fast, flexible, and comprehensive framework for
24598 quantitative text analysis in R. It provides functionality for corpus
24599 management, creating and manipulating tokens and ngrams, exploring keywords in
24600 context, forming and manipulating sparse matrices of documents by features and
24601 feature co-occurrences, analyzing keywords, computing feature similarities and
24602 distances, applying content dictionaries, applying supervised and unsupervised
24603 machine learning, visually representing text and text analyses, and more.")
24604 (license license:gpl3)))
24605
24606 (define-public r-topicmodels
24607 (package
24608 (name "r-topicmodels")
24609 (version "0.2-12")
24610 (source
24611 (origin
24612 (method url-fetch)
24613 (uri (cran-uri "topicmodels" version))
24614 (sha256
24615 (base32
24616 "1d6iizmn042b59q2y6qc82z19wq3xm0zvgkf8iqf8fdzh51kmn5g"))))
24617 (properties `((upstream-name . "topicmodels")))
24618 (build-system r-build-system)
24619 (inputs
24620 (list gsl))
24621 (propagated-inputs
24622 (list r-modeltools r-slam r-tm))
24623 (home-page "https://cran.r-project.org/package=topicmodels")
24624 (synopsis "Topic models")
24625 (description
24626 "This package provides an interface to the C code for @dfn{Latent
24627 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
24628 David M. Blei and co-authors and the C++ code for fitting LDA models using
24629 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
24630 (license license:gpl2)))
24631
24632 (define-public r-stm
24633 (package
24634 (name "r-stm")
24635 (version "1.3.6")
24636 (source
24637 (origin
24638 (method url-fetch)
24639 (uri (cran-uri "stm" version))
24640 (sha256
24641 (base32
24642 "0qwq4nin2n9fjd06852r8k7arvcgh46kcfb3lm21swgx6j8bgrhb"))))
24643 (properties `((upstream-name . "stm")))
24644 (build-system r-build-system)
24645 (propagated-inputs
24646 (list r-data-table
24647 r-glmnet
24648 r-lda
24649 r-matrix
24650 r-matrixstats
24651 r-quadprog
24652 r-quanteda
24653 r-rcpp
24654 r-rcpparmadillo
24655 r-slam
24656 r-stringr))
24657 (home-page "http://www.structuraltopicmodel.com/")
24658 (synopsis "Estimation of the Structural Topic Model")
24659 (description
24660 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
24661 topic models with document-level covariates. The package also includes tools
24662 for model selection, visualization, and estimation of topic-covariate
24663 regressions.")
24664 (license license:expat)))
24665
24666 (define-public r-polycor
24667 (package
24668 (name "r-polycor")
24669 (version "0.8-1")
24670 (source
24671 (origin
24672 (method url-fetch)
24673 (uri (cran-uri "polycor" version))
24674 (sha256
24675 (base32
24676 "0285rvx8238qp8dix0jq0cqq7ks8h6cjwsscbc7dx4n9nph56pzh"))))
24677 (properties `((upstream-name . "polycor")))
24678 (build-system r-build-system)
24679 (propagated-inputs
24680 (list r-admisc r-matrix r-mvtnorm))
24681 (home-page "https://r-forge.r-project.org/projects/polycor/")
24682 (synopsis "Polychoric and polyserial correlations")
24683 (description
24684 "This package provides tools to compute polychoric and polyserial
24685 correlations by quick \"two-step\" methods or ML, optionally with standard
24686 errors; tetrachoric and biserial correlations are special cases.")
24687 (license license:gpl2+)))
24688
24689 (define-public r-msm
24690 (package
24691 (name "r-msm")
24692 (version "1.6.9")
24693 (source
24694 (origin
24695 (method url-fetch)
24696 (uri (cran-uri "msm" version))
24697 (sha256
24698 (base32
24699 "08vhazswyxr3y1zb9y60mbg3bappzlizxml8s08p65mh82xxkz5f"))))
24700 (properties `((upstream-name . "msm")))
24701 (build-system r-build-system)
24702 (propagated-inputs
24703 (list r-expm r-mvtnorm r-survival))
24704 (home-page "https://github.com/chjackson/msm")
24705 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
24706 (description
24707 "This package provides functions for fitting continuous-time Markov and
24708 hidden Markov multi-state models to longitudinal data. It was designed for
24709 processes observed at arbitrary times in continuous time (panel data) but some
24710 other observation schemes are supported. Both Markov transition rates and the
24711 hidden Markov output process can be modelled in terms of covariates, which may
24712 be constant or piecewise-constant in time.")
24713 (license license:gpl2+)))
24714
24715 (define-public r-ltm
24716 (package
24717 (name "r-ltm")
24718 (version "1.2-0")
24719 (source
24720 (origin
24721 (method url-fetch)
24722 (uri (cran-uri "ltm" version))
24723 (sha256
24724 (base32
24725 "0vhgbk6j0z3limsrbjkjkpfn2whiaij5j4jf1gg66mjs9dlylap1"))))
24726 (properties `((upstream-name . "ltm")))
24727 (build-system r-build-system)
24728 (propagated-inputs
24729 (list r-mass r-msm r-polycor))
24730 (home-page "https://github.com/drizopoulos/ltm")
24731 (synopsis "Latent trait models under IRT")
24732 (description
24733 "This is a package supporting the analysis of multivariate dichotomous
24734 and polytomous data using latent trait models under the Item Response Theory
24735 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
24736 Three-Parameter, the Graded Response, and the Generalized Partial Credit
24737 Models.")
24738 (license license:gpl2+)))
24739
24740 (define-public r-mi
24741 (package
24742 (name "r-mi")
24743 (version "1.0")
24744 (source
24745 (origin
24746 (method url-fetch)
24747 (uri (cran-uri "mi" version))
24748 (sha256
24749 (base32
24750 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
24751 (properties `((upstream-name . "mi")))
24752 (build-system r-build-system)
24753 (propagated-inputs
24754 (list r-arm r-matrix))
24755 (home-page "http://www.stat.columbia.edu/~gelman/")
24756 (synopsis "Missing data imputation and model checking")
24757 (description
24758 "This package provides functions for data manipulation, imputing missing
24759 values in an approximate Bayesian framework, diagnostics of the models used to
24760 generate the imputations, confidence-building mechanisms to validate some of
24761 the assumptions of the imputation algorithm, and functions to analyze multiply
24762 imputed data sets with the appropriate degree of sampling uncertainty.")
24763 (license license:gpl2+)))
24764
24765 (define-public r-matrixcalc
24766 (package
24767 (name "r-matrixcalc")
24768 (version "1.0-5")
24769 (source
24770 (origin
24771 (method url-fetch)
24772 (uri (cran-uri "matrixcalc" version))
24773 (sha256
24774 (base32
24775 "1jkgl1v1q7cqpl1rf49qahdr9y0f33f0ldsbgby8xhfv0vpy21jr"))))
24776 (properties `((upstream-name . "matrixcalc")))
24777 (build-system r-build-system)
24778 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
24779 (synopsis "Collection of functions for matrix calculations")
24780 (description
24781 "This package provides a collection of functions to support matrix
24782 calculations for probability, econometric and numerical analysis. There are
24783 additional functions that are comparable to APL functions which are useful for
24784 actuarial models such as pension mathematics.")
24785 (license license:gpl2+)))
24786
24787 (define-public r-matrixextra
24788 (package
24789 (name "r-matrixextra")
24790 (version "0.1.9-1")
24791 (source
24792 (origin
24793 (method url-fetch)
24794 (uri (cran-uri "MatrixExtra" version))
24795 (sha256
24796 (base32 "098apgqlncgxspa8mi4bx2nk5fbk3880whqiwkvydsfsqrbv1sj0"))))
24797 (properties `((upstream-name . "MatrixExtra")))
24798 (build-system r-build-system)
24799 (propagated-inputs
24800 (list r-float r-matrix r-rcpp r-rhpcblasctl))
24801 (native-inputs
24802 (list r-knitr))
24803 (home-page "https://github.com/david-cortes/MatrixExtra")
24804 (synopsis "Extra methods for sparse matrices")
24805 (description
24806 "This package extends sparse matrix and vector classes from the Matrix
24807 package by providing:
24808
24809 @enumerate
24810 @item Methods and operators that work natively on CSR formats (compressed
24811 sparse row, a.k.a. @code{RsparseMatrix}) such as slicing/sub-setting,
24812 assignment, @code{rbind()}, mathematical operators for CSR and COO such as
24813 addition or @code{sqrt()}, and methods such as @code{diag()};
24814 @item Multi-threaded matrix multiplication and cross-product for many
24815 @code{<sparse, dense>} types, including the @code{float32} type from
24816 @code{float};
24817 @item Coercion methods between pairs of classes which are not present in
24818 @code{Matrix}, such as from @code{dgCMatrix} to @code{ngRMatrix}, as well as
24819 convenience conversion functions;
24820 @item Utility functions for sparse matrices such as sorting the indices or
24821 removing zero-valued entries;
24822 @item Fast transposes that work by outputting in the opposite storage format;
24823 @item Faster replacements for many @code{Matrix} methods for all sparse types,
24824 such as slicing and elementwise multiplication.
24825 @item Convenience functions for sparse objects, such as @code{mapSparse} or a
24826 shorter @code{show} method.
24827 @end enumerate
24828 ")
24829 (license license:gpl2+)))
24830
24831 (define-public r-sem
24832 (package
24833 (name "r-sem")
24834 (version "3.1-15")
24835 (source
24836 (origin
24837 (method url-fetch)
24838 (uri (cran-uri "sem" version))
24839 (sha256
24840 (base32
24841 "05hk72zxvyv6kkjhk5y6qw253c64108az7030z8j1sz8wq03n0md"))))
24842 (properties `((upstream-name . "sem")))
24843 (build-system r-build-system)
24844 (propagated-inputs
24845 (list r-boot r-mass r-mi))
24846 (home-page "https://cran.r-project.org/package=sem")
24847 (synopsis "Structural equation models")
24848 (description
24849 "This package provides functions for fitting general linear structural
24850 equation models (with observed and latent variables) using the RAM approach,
24851 and for fitting structural equations in observed-variable models by two-stage
24852 least squares.")
24853 (license license:gpl2+)))
24854
24855 (define-public r-semtools
24856 (package
24857 (name "r-semtools")
24858 (version "0.5-5")
24859 (source
24860 (origin
24861 (method url-fetch)
24862 (uri (cran-uri "semTools" version))
24863 (sha256
24864 (base32
24865 "1dpsn43ifvfy5v8w2fqdy54yclmy0d3qlzix67lflr2r7isq7y6x"))))
24866 (properties `((upstream-name . "semTools")))
24867 (build-system r-build-system)
24868 (propagated-inputs
24869 (list r-lavaan r-pbivnorm))
24870 (home-page "https://github.com/simsem/semTools/wiki")
24871 (synopsis "Useful tools for structural equation modeling")
24872 (description
24873 "This package provides useful tools for structural equation modeling.")
24874 (license license:gpl2+)))
24875
24876 (define-public r-regsem
24877 (package
24878 (name "r-regsem")
24879 (version "1.8.0")
24880 (source
24881 (origin
24882 (method url-fetch)
24883 (uri (cran-uri "regsem" version))
24884 (sha256
24885 (base32
24886 "1v33wkrsawcvaa06cijp8ybwi82a0x34y59hdknwdbywplnirzr8"))))
24887 (properties `((upstream-name . "regsem")))
24888 (build-system r-build-system)
24889 (propagated-inputs
24890 (list r-lavaan r-rcpp r-rcpparmadillo r-rsolnp))
24891 (native-inputs
24892 (list r-knitr))
24893 (home-page "https://cran.r-project.org/package=regsem")
24894 (synopsis "Regularized structural equation modeling")
24895 (description
24896 "This package uses both ridge and lasso penalties (and extensions) to
24897 penalize specific parameters in structural equation models. The package
24898 offers additional cost functions, cross validation, and other extensions
24899 beyond traditional structural equation models. It also contains a function to
24900 perform @dfn{exploratory mediation} (XMed).")
24901 (license license:gpl2+)))
24902
24903 (define-public r-stanheaders
24904 (package
24905 (name "r-stanheaders")
24906 (version "2.21.0-7")
24907 (source
24908 (origin
24909 (method url-fetch)
24910 (uri (cran-uri "StanHeaders" version))
24911 (sha256
24912 (base32
24913 "0srkyawyiykn3p5lw1z3zf18s4ax4iasv1ci3l1px40f9w36wm17"))))
24914 (properties `((upstream-name . "StanHeaders")))
24915 (build-system r-build-system)
24916 (inputs (list pandoc))
24917 (propagated-inputs
24918 (list r-rcppeigen r-rcppparallel))
24919 (native-inputs
24920 (list gfortran r-knitr)) ; for vignettes
24921 (home-page "https://mc-stan.org/")
24922 (synopsis "C++ header files for Stan")
24923 (description
24924 "The C++ header files of the Stan project are provided by this package.
24925 There is a shared object containing part of the @code{CVODES} library, but it
24926 is not accessible from R. @code{r-stanheaders} is only useful for developers
24927 who want to utilize the @code{LinkingTo} directive of their package's
24928 DESCRIPTION file to build on the Stan library without incurring unnecessary
24929 dependencies.
24930
24931 The Stan project develops a probabilistic programming language that implements
24932 full or approximate Bayesian statistical inference via Markov Chain Monte
24933 Carlo or variational methods and implements (optionally penalized) maximum
24934 likelihood estimation via optimization. The Stan library includes an advanced
24935 automatic differentiation scheme, templated statistical and linear algebra
24936 functions that can handle the automatically differentiable scalar types (and
24937 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
24938 package provides user-facing R functions to parse, compile, test, estimate,
24939 and analyze Stan models.")
24940 (license license:bsd-3)))
24941
24942 (define-public r-rpf
24943 (package
24944 (name "r-rpf")
24945 (version "1.0.11")
24946 (source
24947 (origin
24948 (method url-fetch)
24949 (uri (cran-uri "rpf" version))
24950 (sha256
24951 (base32
24952 "1yr1i7kswq57mcxv05lh7bvbicz1djqxcl6f13dlgsf3ww56gzg1"))))
24953 (properties `((upstream-name . "rpf")))
24954 (build-system r-build-system)
24955 (propagated-inputs
24956 (list r-lifecycle r-mvtnorm r-rcpp r-rcppeigen))
24957 (native-inputs
24958 (list r-knitr))
24959 (home-page "https://github.com/jpritikin/rpf")
24960 (synopsis "Response probability functions")
24961 (description
24962 "The purpose of this package is to factor out logic and math common to
24963 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
24964 core support code suitable for more specialized IRT packages to build upon.
24965 Complete access to optimized C functions is made available with
24966 @code{R_RegisterCCallable()}.")
24967 (license license:gpl3+)))
24968
24969 (define-public r-openmx
24970 (package
24971 (name "r-openmx")
24972 (version "2.20.6")
24973 (source
24974 (origin
24975 (method url-fetch)
24976 (uri (cran-uri "OpenMx" version))
24977 (sha256
24978 (base32
24979 "1v969100hllh0lwlxd2gv0k7krrsp9gc07iinx0nn04wkzh0rib5"))))
24980 (properties `((upstream-name . "OpenMx")))
24981 (build-system r-build-system)
24982 (propagated-inputs
24983 (list r-bh
24984 r-digest
24985 r-lifecycle
24986 r-mass
24987 r-matrix
24988 r-rcpp
24989 r-rcppeigen
24990 r-rcppparallel
24991 r-rpf
24992 r-stanheaders))
24993 (native-inputs (list r-knitr gfortran))
24994 (home-page "http://openmx.ssri.psu.edu")
24995 (synopsis "Extended structural equation modelling")
24996 (description
24997 "This package allows for the estimation of a wide variety of advanced
24998 multivariate statistical models. It consists of a library of functions and
24999 optimizers that allow you to quickly and flexibly define an SEM model and
25000 estimate parameters given observed data.")
25001 (license license:asl2.0)))
25002
25003 (define-public r-kutils
25004 (package
25005 (name "r-kutils")
25006 (version "1.70")
25007 (source
25008 (origin
25009 (method url-fetch)
25010 (uri (cran-uri "kutils" version))
25011 (sha256
25012 (base32
25013 "06jk66wbq3jmdf2jdhqns6r3yk36l2x7c907x977zv80sqxa1l37"))))
25014 (properties `((upstream-name . "kutils")))
25015 (build-system r-build-system)
25016 (propagated-inputs
25017 (list r-foreign r-openxlsx r-plyr r-runit r-xtable))
25018 (home-page "https://cran.r-project.org/package=kutils")
25019 (synopsis "Project management tools")
25020 (description
25021 "This package provides tools for data importation, recoding, and
25022 inspection. There are functions to create new project folders, R code
25023 templates, create uniquely named output directories, and to quickly obtain a
25024 visual summary for each variable in a data frame. The main feature here is
25025 the systematic implementation of the \"variable key\" framework for data
25026 importation and recoding.")
25027 (license license:gpl2)))
25028
25029 (define-public r-rockchalk
25030 (package
25031 (name "r-rockchalk")
25032 (version "1.8.151")
25033 (source
25034 (origin
25035 (method url-fetch)
25036 (uri (cran-uri "rockchalk" version))
25037 (sha256
25038 (base32
25039 "17mfaxn3gj0vac5wdmsjj2z2668cszbpvan7hnxp7ic9bvsm1w2y"))))
25040 (properties `((upstream-name . "rockchalk")))
25041 (build-system r-build-system)
25042 (propagated-inputs
25043 (list r-cardata r-kutils r-lme4 r-mass))
25044 (home-page "https://cran.r-project.org/package=rockchalk")
25045 (synopsis "Regression estimation and presentation")
25046 (description
25047 "This package provides a collection of functions for interpretation and
25048 presentation of regression analysis. These functions are used to produce the
25049 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
25050 includes regression diagnostics, regression tables, and plots of interactions
25051 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
25052 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
25053 fairly comprehensive overview.")
25054 (license license:gpl3+)))
25055
25056 (define-public r-lisreltor
25057 (package
25058 (name "r-lisreltor")
25059 (version "0.1.4")
25060 (source
25061 (origin
25062 (method url-fetch)
25063 (uri (cran-uri "lisrelToR" version))
25064 (sha256
25065 (base32
25066 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
25067 (properties `((upstream-name . "lisrelToR")))
25068 (build-system r-build-system)
25069 (home-page "https://cran.r-project.org/package=lisrelToR")
25070 (synopsis "Import output from LISREL into R")
25071 (description
25072 "This is an unofficial package aimed at automating the import of LISREL
25073 output in R.")
25074 (license license:gpl2)))
25075
25076 (define-public r-bdgraph
25077 (package
25078 (name "r-bdgraph")
25079 (version "2.65")
25080 (source
25081 (origin
25082 (method url-fetch)
25083 (uri (cran-uri "BDgraph" version))
25084 (sha256
25085 (base32
25086 "0rg3wi9xwsbj90gb60p3vzkfrf76hwh47nc6fwv6c21yzd3s7vm4"))))
25087 (properties `((upstream-name . "BDgraph")))
25088 (build-system r-build-system)
25089 (propagated-inputs
25090 (list r-igraph))
25091 (home-page "https://www.uva.nl/profile/a.mohammadi")
25092 (synopsis "Bayesian structure learning in graphical models")
25093 (description
25094 "This package provides statistical tools for Bayesian structure learning
25095 in undirected graphical models for continuous, discrete, and mixed data. It
25096 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
25097 on a continuous-time birth-death process.")
25098 (license license:gpl2+)))
25099
25100 (define-public r-d3network
25101 (package
25102 (name "r-d3network")
25103 (version "0.5.2.1")
25104 (source
25105 (origin
25106 (method url-fetch)
25107 (uri (cran-uri "d3Network" version))
25108 (sha256
25109 (base32
25110 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
25111 (properties `((upstream-name . "d3Network")))
25112 (build-system r-build-system)
25113 (propagated-inputs
25114 (list r-plyr r-rjson r-whisker))
25115 (home-page "http://christophergandrud.github.io/d3Network/")
25116 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
25117 (description
25118 "This package is intended to make it easy to create D3 JavaScript
25119 network, tree, dendrogram, and Sankey graphs from R using data frames.")
25120 (license license:gpl3+)))
25121
25122 (define-public r-qgraph
25123 (package
25124 (name "r-qgraph")
25125 (version "1.9.2")
25126 (source
25127 (origin
25128 (method url-fetch)
25129 (uri (cran-uri "qgraph" version))
25130 (sha256
25131 (base32
25132 "0r225b7rnsv6wz41ij0msmqr1xy0iqxh9dbsvjixbi1hvgv91wds"))))
25133 (properties `((upstream-name . "qgraph")))
25134 (build-system r-build-system)
25135 (propagated-inputs
25136 (list r-abind
25137 r-colorspace
25138 r-corpcor
25139 r-fdrtool
25140 r-ggplot2
25141 r-glasso
25142 r-gtools
25143 r-hmisc
25144 r-igraph
25145 r-jpeg
25146 r-lavaan
25147 r-matrix
25148 r-pbapply
25149 r-plyr
25150 r-png
25151 r-psych
25152 r-rcpp
25153 r-reshape2))
25154 (home-page "http://sachaepskamp.com/qgraph/")
25155 (synopsis "Weighted network visualization and analysis")
25156 (description
25157 "This package implements tools for weighted network visualization and
25158 analysis, as well as Gaussian graphical model computation. It contains graph
25159 plotting methods, and tools for psychometric data visualization and graphical
25160 model estimation. See Epskamp et al. (2012)
25161 @url{doi:10.18637/jss.v048.i04}.")
25162 (license license:gpl2)))
25163
25164 (define-public r-semplot
25165 (package
25166 (name "r-semplot")
25167 (version "1.1.5")
25168 (source
25169 (origin
25170 (method url-fetch)
25171 (uri (cran-uri "semPlot" version))
25172 (sha256
25173 (base32
25174 "0d7v9yqc9nhx3hdrp444w1ah66zai3lg5y778m85r7ngh1prxlvc"))))
25175 (properties `((upstream-name . "semPlot")))
25176 (build-system r-build-system)
25177 (propagated-inputs
25178 (list r-colorspace
25179 r-corpcor
25180 r-igraph
25181 r-lavaan
25182 r-lisreltor
25183 r-openmx
25184 r-plyr
25185 r-qgraph
25186 r-rockchalk
25187 r-sem
25188 r-xml))
25189 (home-page "https://github.com/SachaEpskamp/semPlot")
25190 (synopsis "Unified visualizations of structural equation models")
25191 (description
25192 "Structural equation modeling (SEM) has a long history of representing
25193 models graphically as path diagrams. The semPlot package for R fills the gap
25194 between advanced, but time-consuming, graphical software and the limited
25195 graphics produced automatically by SEM software. In addition, semPlot offers
25196 more functionality than drawing path diagrams: it can act as a common ground
25197 for importing SEM results into R. Any result usable as input to semPlot can
25198 also be represented in any of the three popular SEM frame-works, as well as
25199 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
25200 (license license:gpl2)))
25201
25202 (define-public r-cdm
25203 (package
25204 (name "r-cdm")
25205 (version "7.6-11")
25206 (source
25207 (origin
25208 (method url-fetch)
25209 (uri (cran-uri "CDM" version))
25210 (sha256
25211 (base32
25212 "0k3arkzz7nzswjcsr7fdmpfs94ilg8l265dyn49555fw3673cgqj"))))
25213 (properties `((upstream-name . "CDM")))
25214 (build-system r-build-system)
25215 (propagated-inputs
25216 (list r-mvtnorm r-polycor r-rcpp r-rcpparmadillo))
25217 (home-page
25218 "https://github.com/alexanderrobitzsch/CDM")
25219 (synopsis "Cognitive diagnosis modeling")
25220 (description
25221 "This package provides functions for cognitive diagnosis modeling and
25222 multidimensional item response modeling for dichotomous and polytomous item
25223 responses. It enables the estimation of the DINA and DINO model, the multiple
25224 group (polytomous) GDINA model, the multiple choice DINA model, the general
25225 diagnostic model (GDM), the structured latent class model (SLCA), and
25226 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
25227 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
25228 estimation and the package structure. For tutorials on how to use the CDM
25229 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
25230 well as Ravand and Robitzsch (2015).")
25231 (license license:gpl2+)))
25232
25233 (define-public r-tam
25234 (package
25235 (name "r-tam")
25236 (version "3.7-16")
25237 (source
25238 (origin
25239 (method url-fetch)
25240 (uri (cran-uri "TAM" version))
25241 (sha256
25242 (base32
25243 "1969xm1f7s183h0xnd4g1bxhjp80rl7kad29zwcig0fmw6bs2mpd"))))
25244 (properties `((upstream-name . "TAM")))
25245 (build-system r-build-system)
25246 (propagated-inputs
25247 (list r-cdm r-rcpp r-rcpparmadillo))
25248 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
25249 (synopsis "Test analysis modules")
25250 (description
25251 "This package includes tools for marginal maximum likelihood estimation
25252 and joint maximum likelihood estimation for unidimensional and
25253 multidimensional item response models. The package functionality covers the
25254 Rasch model, 2PL model, 3PL model, generalized partial credit model,
25255 multi-faceted Rasch model, nominal item response model, structured latent
25256 class model, mixture distribution IRT models, and located latent class models.
25257 Latent regression models and plausible value imputation are also supported.")
25258 (license license:gpl2+)))
25259
25260 (define-public r-erm
25261 (package
25262 (name "r-erm")
25263 (version "1.0-2")
25264 (source
25265 (origin
25266 (method url-fetch)
25267 (uri (cran-uri "eRm" version))
25268 (sha256
25269 (base32
25270 "0smym010kswc5vx90qr3x1vl16xj1x1i54rvrj006dc4agc1vmlk"))))
25271 (properties `((upstream-name . "eRm")))
25272 (build-system r-build-system)
25273 (propagated-inputs
25274 (list r-colorspace r-lattice r-mass r-matrix r-psych))
25275 (native-inputs (list gfortran))
25276 (home-page "https://cran.r-project.org/package=eRm")
25277 (synopsis "Extended Rasch modeling")
25278 (description
25279 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
25280 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
25281 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
25282 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
25283 data matrix. Additional features are the ML estimation of the person
25284 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
25285 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
25286 infit and outfit measures, ICC and other plots, automated stepwise item
25287 elimination, and a simulation module for various binary data matrices.")
25288 (license license:gpl3)))
25289
25290 (define-public r-irtoys
25291 (package
25292 (name "r-irtoys")
25293 (version "0.2.1")
25294 (source
25295 (origin
25296 (method url-fetch)
25297 (uri (cran-uri "irtoys" version))
25298 (sha256
25299 (base32
25300 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
25301 (properties `((upstream-name . "irtoys")))
25302 (build-system r-build-system)
25303 (propagated-inputs
25304 (list r-ltm r-sm))
25305 (home-page "https://cran.r-project.org/package=irtoys")
25306 (synopsis "Collection of functions related to Item Response Theory (IRT)")
25307 (description
25308 "This package provides a collection of functions useful in learning and
25309 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
25310 programs. It provides basic CTT analysis, a simple common interface to the
25311 estimation of item parameters in IRT models for binary responses with three
25312 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
25313 EAP, WLE, plausible values), item and person fit statistics, scaling
25314 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
25315 array of parametric and non-parametric (kernel) plots. It estimates and plots
25316 Haberman's interaction model when all items are dichotomously scored.")
25317 (license license:gpl2+)))
25318
25319 (define-public r-iheatmapr
25320 (package
25321 (name "r-iheatmapr")
25322 (version "0.5.1")
25323 (source
25324 (origin
25325 (method url-fetch)
25326 (uri (cran-uri "iheatmapr" version))
25327 (sha256
25328 (base32
25329 "1pwkwh7ljlpr6zyz6j8knpz3iw60xzkw8amc98x4pc2mw148jvzx"))))
25330 (properties `((upstream-name . "iheatmapr")))
25331 (build-system r-build-system)
25332 (propagated-inputs
25333 (list r-fastcluster
25334 r-ggdendro
25335 r-htmlwidgets
25336 r-jsonlite
25337 r-knitr
25338 r-magrittr
25339 r-rcolorbrewer
25340 r-scales))
25341 (native-inputs
25342 (list r-knitr))
25343 (home-page "https://docs.ropensci.org/iheatmapr")
25344 (synopsis "Interactive, Complex Heatmaps")
25345 (description
25346 "iheatmapr is an R package for building complex, interactive heatmaps
25347 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
25348 subplots along the rows or columns of the main heatmap add more information
25349 about each row or column. For example, a one column additional heatmap may
25350 indicate what group a particular row or column belongs to. Complex heatmaps
25351 may also include multiple side by side heatmaps which show different types of
25352 data for the same conditions. Interactivity can improve complex heatmaps by
25353 providing tooltips with information about each cell and enabling zooming into
25354 interesting features. iheatmapr uses the plotly library for interactivity.")
25355 (license license:expat)))
25356
25357 (define-public r-packrat
25358 (package
25359 (name "r-packrat")
25360 (version "0.7.0")
25361 (source
25362 (origin
25363 (method url-fetch)
25364 (uri (cran-uri "packrat" version))
25365 (sha256
25366 (base32
25367 "1hnwhdgqljqs3m7c4rjlyndyc0k85jpa4rbfymxkm3zjg3yy3g78"))))
25368 (properties `((upstream-name . "packrat")))
25369 (build-system r-build-system)
25370 (home-page "https://github.com/rstudio/packrat/")
25371 (synopsis "Dependency management R projects")
25372 (description
25373 "This package provides a dependency manager for R projects that allows
25374 you to manage the R packages your project depends on in an isolated, portable,
25375 and reproducible way.")
25376 (license license:gpl2)))
25377
25378 (define-public r-rsconnect
25379 (package
25380 (name "r-rsconnect")
25381 (version "0.8.25")
25382 (source
25383 (origin
25384 (method url-fetch)
25385 (uri (cran-uri "rsconnect" version))
25386 (sha256
25387 (base32
25388 "1kyr4v7vds2yw3xmkk2yr56ylz1h95944brylwvwmwj5yxvm419w"))))
25389 (properties `((upstream-name . "rsconnect")))
25390 (build-system r-build-system)
25391 (propagated-inputs
25392 (list r-curl
25393 r-digest
25394 r-jsonlite
25395 r-openssl
25396 r-packrat
25397 r-rstudioapi
25398 r-yaml))
25399 (home-page "https://github.com/rstudio/rsconnect")
25400 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
25401 (description
25402 "This package provides a programmatic deployment interface for RPubs,
25403 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
25404 documents, Shiny applications, Plumber APIs, plots, and static web content.")
25405 (license license:gpl2)))
25406
25407 ;; This package includes minified JavaScript files. When upgrading please
25408 ;; check that there are no new minified JavaScript files.
25409 (define-public r-dygraphs
25410 (package
25411 (name "r-dygraphs")
25412 (version "1.1.1.6")
25413 (source
25414 (origin
25415 (method url-fetch)
25416 (uri (cran-uri "dygraphs" version))
25417 (sha256
25418 (base32
25419 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
25420 (properties `((upstream-name . "dygraphs")))
25421 (build-system r-build-system)
25422 (arguments
25423 `(#:modules ((guix build utils)
25424 (guix build r-build-system)
25425 (srfi srfi-1)
25426 (ice-9 popen))
25427 #:phases
25428 (modify-phases %standard-phases
25429 (add-after 'unpack 'process-javascript
25430 (lambda* (#:key inputs #:allow-other-keys)
25431 (with-directory-excursion "inst/htmlwidgets/lib/"
25432 (call-with-values
25433 (lambda ()
25434 (unzip2
25435 `(("dygraphs/dygraph-combined-dev.js"
25436 "dygraph-combined.js")
25437 (,(assoc-ref inputs "js-jquery")
25438 "jquery/jquery.min.js")
25439 (,(assoc-ref inputs "js-fquarter")
25440 "fquarter/moment-fquarter.min.js"))))
25441 (lambda (sources targets)
25442 (for-each (lambda (source target)
25443 (format #t "Processing ~a --> ~a~%"
25444 source target)
25445 (let ((minified (open-pipe* OPEN_READ "uglifyjs" source)))
25446 (call-with-output-file target
25447 (lambda (port)
25448 (dump-port minified port)))))
25449 sources targets))))
25450 #t)))))
25451 (native-inputs
25452 `(("uglifyjs" ,node-uglify-js)
25453 ;; They actually use version 1.11.1, but this more recent version
25454 ;; should be just fine.
25455 ("js-jquery"
25456 ,(origin
25457 (method url-fetch)
25458 (uri "https://code.jquery.com/jquery-1.12.4.js")
25459 (sha256
25460 (base32
25461 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
25462 ("js-fquarter"
25463 ,(origin
25464 (method url-fetch)
25465 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
25466 "moment-fquarter/1.0.1/moment-fquarter.js"))
25467 (sha256
25468 (base32
25469 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
25470 (propagated-inputs
25471 (list r-htmltools r-htmlwidgets r-magrittr r-xts r-zoo))
25472 (home-page "https://github.com/rstudio/dygraphs")
25473 (synopsis "Interface to Dygraphs interactive time series charting library")
25474 (description
25475 "This package provides an R interface to the dygraphs JavaScript charting
25476 library (a copy of which is included in the package). It provides rich
25477 facilities for charting time-series data in R, including highly configurable
25478 series- and axis-display and interactive features like zoom/pan and
25479 series/point highlighting.")
25480 (license license:expat)))
25481
25482 (define-public r-shinystan
25483 (package
25484 (name "r-shinystan")
25485 (version "2.6.0")
25486 (source
25487 (origin
25488 (method url-fetch)
25489 (uri (cran-uri "shinystan" version))
25490 (sha256
25491 (base32
25492 "0afm703zriyqprz1zvypir80lq2ylfff3qvj5i7p9n365mm8b150"))))
25493 (properties `((upstream-name . "shinystan")))
25494 (build-system r-build-system)
25495 (propagated-inputs
25496 (list r-bayesplot
25497 r-colourpicker
25498 r-dt
25499 r-dygraphs
25500 r-ggplot2
25501 r-gridextra
25502 r-gtools
25503 r-markdown
25504 r-reshape2
25505 r-rstan
25506 r-shiny
25507 r-shinyjs
25508 r-shinythemes
25509 r-threejs
25510 r-xtable
25511 r-xts))
25512 (home-page "https://mc-stan.org/")
25513 (synopsis "Interactive visual and numerical analysis for Bayesian models")
25514 (description
25515 "This package provides a graphical user interface for interactive
25516 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
25517 for analyzing a posterior sample. The interface is powered by the Shiny web
25518 application framework and works with the output of MCMC programs written in
25519 any programming language (and has extended functionality for Stan models fit
25520 using the @code{rstan} and @code{rstanarm} packages).")
25521 (license license:gpl3+)))
25522
25523 (define-public r-rstantools
25524 (package
25525 (name "r-rstantools")
25526 (version "2.2.0")
25527 (source
25528 (origin
25529 (method url-fetch)
25530 (uri (cran-uri "rstantools" version))
25531 (sha256
25532 (base32
25533 "1dsfgi02hps878n3vimfdbzpm4gr5n3ccrmnc61ncrqcp6p0p0fb"))))
25534 (properties `((upstream-name . "rstantools")))
25535 (build-system r-build-system)
25536 (inputs (list pandoc))
25537 (propagated-inputs
25538 (list r-desc r-rcpp r-rcppparallel))
25539 (native-inputs
25540 (list r-knitr))
25541 (home-page "https://mc-stan.org/rstantools/")
25542 (synopsis "Tools for developing R packages interfacing with Stan")
25543 (description
25544 "This package provides various tools for developers of R packages
25545 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
25546 up the required package structure, S3 generics and default methods to unify
25547 function naming across Stan-based R packages, and vignettes with
25548 recommendations for developers.")
25549 (license license:gpl3+)))
25550
25551 (define-public r-loo
25552 (package
25553 (name "r-loo")
25554 (version "2.5.1")
25555 (source
25556 (origin
25557 (method url-fetch)
25558 (uri (cran-uri "loo" version))
25559 (sha256
25560 (base32 "1wa5hxk7lkr88mway6b7xd5arrkkl2ldl9rf0v1nqwp8lia2ysl6"))))
25561 (properties `((upstream-name . "loo")))
25562 (build-system r-build-system)
25563 (inputs
25564 (list pandoc))
25565 (propagated-inputs
25566 (list r-checkmate r-matrixstats))
25567 (native-inputs
25568 (list r-knitr))
25569 (home-page "https://mc-stan.org/loo/")
25570 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
25571 (description
25572 "This package provides an implementation of efficient approximate
25573 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
25574 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
25575 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
25576 procedure for regularizing importance weights. As a byproduct of the
25577 calculations, we also obtain approximate standard errors for estimated
25578 predictive errors and for the comparison of predictive errors between models.
25579 The package also provides methods for using stacking and other model weighting
25580 techniques to average Bayesian predictive distributions.")
25581 (license license:gpl3+)))
25582
25583 (define-public r-rstan
25584 (package
25585 (name "r-rstan")
25586 (version "2.21.5")
25587 (source
25588 (origin
25589 (method url-fetch)
25590 (uri (cran-uri "rstan" version))
25591 (sha256
25592 (base32
25593 "1smr5cjrqvpdnkmjpjp73p96sy581x15mwrn4fqd1p4d5mbgxr46"))))
25594 (properties `((upstream-name . "rstan")))
25595 (build-system r-build-system)
25596 (arguments
25597 `(#:phases
25598 (modify-phases %standard-phases
25599 (add-before 'install 'set-timezone
25600 ;; This package is picky about timezones.
25601 (lambda* (#:key inputs #:allow-other-keys)
25602 (setenv "TZ" "UTC+1")
25603 (setenv "TZDIR"
25604 (search-input-directory inputs
25605 "share/zoneinfo")))))))
25606 (native-inputs
25607 (list tzdata-for-tests pandoc r-knitr))
25608 (propagated-inputs
25609 (list r-bh
25610 r-ggplot2
25611 r-gridextra
25612 r-inline
25613 r-loo
25614 r-pkgbuild
25615 r-rcpp
25616 r-rcppeigen
25617 r-rcppparallel
25618 r-stanheaders))
25619 (home-page "https://discourse.mc-stan.org/")
25620 (synopsis "R interface to Stan")
25621 (description
25622 "User-facing R functions are provided to parse, compile, test, estimate,
25623 and analyze Stan models by accessing the header-only Stan library provided by
25624 the StanHeaders package. The Stan project develops a probabilistic
25625 programming language that implements full Bayesian statistical inference via
25626 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
25627 approximation, and (optionally penalized) maximum likelihood estimation via
25628 optimization. In all three cases, automatic differentiation is used to
25629 quickly and accurately evaluate gradients without burdening the user with the
25630 need to derive the partial derivatives.")
25631 (license license:gpl3+)))
25632
25633 (define-public r-rstanarm
25634 (package
25635 (name "r-rstanarm")
25636 (version "2.21.3")
25637 (source
25638 (origin
25639 (method url-fetch)
25640 (uri (cran-uri "rstanarm" version))
25641 (sha256
25642 (base32
25643 "19rj396q84maxnd9d2xcd5rblg3310xn7sqbd6k18kwf3dvd7wp9"))))
25644 (properties `((upstream-name . "rstanarm")))
25645 (build-system r-build-system)
25646 (inputs
25647 (list pandoc))
25648 (propagated-inputs
25649 (list r-bayesplot
25650 r-bh
25651 r-ggplot2
25652 r-lme4
25653 r-loo
25654 r-matrix
25655 r-nlme
25656 r-rcpp
25657 r-rcppeigen
25658 r-rcppparallel
25659 r-rstan
25660 r-rstantools
25661 r-shinystan
25662 r-stanheaders
25663 r-survival))
25664 (native-inputs
25665 (list r-knitr))
25666 (home-page "https://mc-stan.org/rstanarm/")
25667 (synopsis "Bayesian applied regression modeling via Stan")
25668 (description
25669 "This package estimates previously compiled regression models using the
25670 @code{rstan} package, which provides the R interface to the Stan C++ library
25671 for Bayesian estimation. Users specify models via the customary R syntax with
25672 a formula and @code{data.frame} plus some additional arguments for priors.")
25673 (license license:gpl3+)))
25674
25675 (define-public r-kendall
25676 (package
25677 (name "r-kendall")
25678 (version "2.2.1")
25679 (source
25680 (origin
25681 (method url-fetch)
25682 (uri (cran-uri "Kendall" version))
25683 (sha256
25684 (base32
25685 "1xmk95l4i3kj9jn0xh1chi2rj322k29jq14ra5pa7316gwf9vx2m"))))
25686 (properties `((upstream-name . "Kendall")))
25687 (build-system r-build-system)
25688 (propagated-inputs
25689 (list r-boot))
25690 (native-inputs
25691 (list gfortran))
25692 (home-page "https://cran.r-project.org/web/packages/Kendall/")
25693 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
25694 (description
25695 "This package computes the Kendall rank correlation and Mann-Kendall
25696 trend test.")
25697 (license license:gpl2+)))
25698
25699 (define-public r-keyring
25700 (package
25701 (name "r-keyring")
25702 (version "1.3.0")
25703 (source
25704 (origin
25705 (method url-fetch)
25706 (uri (cran-uri "keyring" version))
25707 (sha256
25708 (base32
25709 "1j8l6nmh4dr70kwybiais8yh687fdwrj134xynq68igw1b1rm8ga"))))
25710 (properties `((upstream-name . "keyring")))
25711 (build-system r-build-system)
25712 (propagated-inputs
25713 (list r-askpass
25714 r-assertthat
25715 r-filelock
25716 r-openssl
25717 r-r6
25718 r-rappdirs
25719 r-sodium
25720 r-yaml))
25721 (native-inputs (list pkg-config))
25722 (home-page "https://github.com/r-lib/keyring")
25723 (synopsis "Access the system credential store from R")
25724 (description
25725 "This package provides a platform-independent API to access the operating
25726 system's credential store. It currently supports Keychain on macOS,
25727 Credential Store on Windows, the Secret Service API on GNU/Linux, and a
25728 simple, platform independent store implemented with environment variables.
25729 Additional storage back-ends can be added easily.")
25730 (license license:expat)))
25731
25732 (define-public r-zyp
25733 (package
25734 (name "r-zyp")
25735 (version "0.10-1.1")
25736 (source
25737 (origin
25738 (method url-fetch)
25739 (uri (cran-uri "zyp" version))
25740 (sha256
25741 (base32
25742 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
25743 (properties `((upstream-name . "zyp")))
25744 (build-system r-build-system)
25745 (propagated-inputs
25746 (list r-kendall))
25747 (home-page "https://cran.r-project.org/web/packages/zyp/")
25748 (synopsis "Zhang + Yue-Pilon Trends Package")
25749 (description
25750 "This package contains an efficient implementation of Sen's slope
25751 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
25752 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
25753 climate data.")
25754 (license license:lgpl2.1)))
25755
25756 (define-public r-rlinsolve
25757 (package
25758 (name "r-rlinsolve")
25759 (version "0.3.2")
25760 (source
25761 (origin
25762 (method url-fetch)
25763 (uri (cran-uri "Rlinsolve" version))
25764 (sha256
25765 (base32
25766 "1xv500n1480qyakw0isanw1s5ywykhc207hqja4804s5s2m8zfjw"))))
25767 (properties `((upstream-name . "Rlinsolve")))
25768 (build-system r-build-system)
25769 (propagated-inputs
25770 (list r-matrix r-rcpp r-rcpparmadillo r-rdpack))
25771 (home-page "https://cran.r-project.org/web/packages/Rlinsolve/")
25772 (synopsis "Iterative solvers for (sparse) linear system of equations")
25773 (description
25774 "Solving a system of linear equations is one of the most fundamental
25775 computational problems for many fields of mathematical studies, such as
25776 regression problems from statistics or numerical partial differential
25777 equations. This package provides basic stationary iterative solvers such as
25778 Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods.
25779 Nonstationary, also known as Krylov subspace methods are also provided.
25780 Sparse matrix computation is also supported in that solving large and sparse
25781 linear systems can be manageable using the @code{Matrix} package along with
25782 @code{RcppArmadillo}.")
25783 (license license:gpl3+)))
25784
25785 (define-public r-zvcv
25786 (package
25787 (name "r-zvcv")
25788 (version "2.1.1")
25789 (source
25790 (origin
25791 (method url-fetch)
25792 (uri (cran-uri "ZVCV" version))
25793 (sha256
25794 (base32
25795 "0gc76j9i8fkm2v638nyzzb1qxl4zmapbspkkaffb8gi5qyjja448"))))
25796 (properties `((upstream-name . "ZVCV")))
25797 (build-system r-build-system)
25798 (propagated-inputs
25799 (list r-abind
25800 r-bh
25801 r-dplyr
25802 r-glmnet
25803 r-magrittr
25804 r-mvtnorm
25805 r-rcpp
25806 r-rcpparmadillo
25807 r-rlinsolve))
25808 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
25809 (synopsis "Zero-Variance Control Variates")
25810 (description
25811 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
25812 to reduce the variance of Monte Carlo estimators of expectations using the
25813 derivatives of the log target. Once the derivatives are available, the only
25814 additional computational effort is in solving a linear regression problem.
25815 This method has been extended to higher dimensions using regularisation. This
25816 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
25817 samples, derivatives and function evaluations are available. Additional
25818 functions for applying ZV-CV to two estimators for the normalising constant of
25819 the posterior distribution in Bayesian statistics are also supplied.")
25820 (license license:gpl2+)))
25821
25822 (define-public r-ztype
25823 (package
25824 (name "r-ztype")
25825 (version "0.1.0")
25826 (source
25827 (origin
25828 (method url-fetch)
25829 (uri (cran-uri "ztype" version))
25830 (sha256
25831 (base32
25832 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
25833 (properties `((upstream-name . "ztype")))
25834 (build-system r-build-system)
25835 (propagated-inputs
25836 (list r-assertthat
25837 r-dplyr
25838 r-ggplot2
25839 r-lubridate
25840 r-magrittr
25841 r-rvest
25842 r-stringr))
25843 (home-page "https://cran.r-project.org/web/packages/ztype/")
25844 (synopsis "Run a Ztype game loaded with R functions")
25845 (description
25846 "How fast can you type R functions on your keyboard? Find out by running
25847 a @code{zty.pe} game: export R functions as instructions to type to destroy
25848 opponents' vessels.")
25849 (license license:gpl3)))
25850
25851 (define-public r-zseq
25852 (package
25853 (name "r-zseq")
25854 (version "0.2.0")
25855 (source
25856 (origin
25857 (method url-fetch)
25858 (uri (cran-uri "Zseq" version))
25859 (sha256
25860 (base32
25861 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
25862 (properties `((upstream-name . "Zseq")))
25863 (build-system r-build-system)
25864 (propagated-inputs
25865 (list r-gmp))
25866 (home-page "https://cran.r-project.org/web/packages/Zseq/")
25867 (synopsis "Integer sequence generator")
25868 (description
25869 "This package generates well-known integer sequences. The @code{gmp}
25870 package is adopted for computing with arbitrarily large numbers. Every
25871 function has a hyperlink to its corresponding item in the @dfn{On-Line
25872 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
25873 (license license:gpl3+)))
25874
25875 (define-public r-isoband
25876 (package
25877 (name "r-isoband")
25878 (version "0.2.5")
25879 (source
25880 (origin
25881 (method url-fetch)
25882 (uri (cran-uri "isoband" version))
25883 (sha256
25884 (base32
25885 "19bbi0n0kz33xdgmdprcmc6raphd1hcm1w1brc16z5phcsh3zxa6"))))
25886 (properties `((upstream-name . "isoband")))
25887 (build-system r-build-system)
25888 (native-inputs
25889 (list r-knitr))
25890 (home-page "https://github.com/wilkelab/isoband")
25891 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
25892 (description
25893 "This package provides a fast C++ implementation to generate contour
25894 lines (isolines) and contour polygons (isobands) from regularly spaced grids
25895 containing elevation data.")
25896 (license license:expat)))
25897
25898 (define-public r-ppcor
25899 (package
25900 (name "r-ppcor")
25901 (version "1.1")
25902 (source
25903 (origin
25904 (method url-fetch)
25905 (uri (cran-uri "ppcor" version))
25906 (sha256
25907 (base32
25908 "1x9b2kb8s0bp92b17gby0jwzzr3i4cf3ap9c4nq7m8fav72g0y3a"))))
25909 (properties `((upstream-name . "ppcor")))
25910 (build-system r-build-system)
25911 (propagated-inputs
25912 (list r-mass))
25913 (home-page "https://cran.r-project.org/web/packages/ppcor/")
25914 (synopsis "Partial and semi-partial correlation")
25915 (description
25916 "This package provides users not only with a function to readily
25917 calculate the higher-order partial and semi-partial correlations but also with
25918 statistics and p-values of the correlation coefficients.")
25919 (license license:gpl2)))
25920
25921 (define-public r-hrbrthemes
25922 (package
25923 (name "r-hrbrthemes")
25924 (version "0.8.0")
25925 (source
25926 (origin
25927 (method url-fetch)
25928 (uri (cran-uri "hrbrthemes" version))
25929 (sha256
25930 (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
25931 (properties `((upstream-name . "hrbrthemes")))
25932 (build-system r-build-system)
25933 (propagated-inputs
25934 (list r-extrafont
25935 r-gdtools
25936 r-ggplot2
25937 r-htmltools
25938 r-knitr
25939 r-magrittr
25940 r-rmarkdown
25941 r-scales))
25942 (native-inputs
25943 (list r-knitr))
25944 (home-page "https://github.com/hrbrmstr/hrbrthemes/")
25945 (synopsis "Additional themes, theme components and utilities for @code{ggplot2}")
25946 (description
25947 "This package provides a compilation of extra @code{ggplot2} themes,
25948 scales and utilities, including a spell check function for plot label fields
25949 and an overall emphasis on typography.")
25950 (license license:expat)))
25951
25952 (define-public r-crochet
25953 (package
25954 (name "r-crochet")
25955 (version "2.3.0")
25956 (source
25957 (origin
25958 (method url-fetch)
25959 (uri (cran-uri "crochet" version))
25960 (sha256
25961 (base32
25962 "0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
25963 (build-system r-build-system)
25964 (native-inputs
25965 (list r-knitr))
25966 (home-page "https://github.com/agrueneberg/crochet")
25967 (synopsis "Implementation Helper for Matrix-Like Types")
25968 (description
25969 "Functions to help implement the extraction / subsetting / indexing
25970 function @code{[} and replacement function @code{[<-} of custom matrix-like
25971 types (based on S3, S4, etc.), modeled as closely to the base matrix class
25972 as possible (with tests to prove it).")
25973 (license license:expat)))
25974
25975 (define-public r-boa
25976 (package
25977 (name "r-boa")
25978 (version "1.1.8-2")
25979 (source
25980 (origin
25981 (method url-fetch)
25982 (uri (cran-uri "boa" version))
25983 (sha256
25984 (base32
25985 "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
25986 (properties `((upstream-name . "boa")))
25987 (build-system r-build-system)
25988 (home-page "https://www.jstatsoft.org/v21/i11")
25989 (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
25990 (description
25991 "This package provides a menu-driven program and library of functions for
25992 carrying out convergence diagnostics and statistical and graphical analysis of
25993 @dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
25994 (license license:gpl2+)))
25995
25996 (define-public r-httpcode
25997 (package
25998 (name "r-httpcode")
25999 (version "0.3.0")
26000 (source (origin
26001 (method url-fetch)
26002 (uri (cran-uri "httpcode" version))
26003 (sha256
26004 (base32
26005 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
26006 (build-system r-build-system)
26007 (home-page "https://github.com/sckott/httpcode")
26008 (synopsis "HTTP status code helper")
26009 (description "@code{httpcode} provides functionality for finding and
26010 explaining the meaning of @code{HTTP} status codes. Functions are included for
26011 searching for codes by full or partial number, by message, and to get
26012 appropriate dog and cat images for many status codes.")
26013 (license license:expat)))
26014
26015 (define-public r-latex2exp
26016 (package
26017 (name "r-latex2exp")
26018 (version "0.9.4")
26019 (source (origin
26020 (method url-fetch)
26021 (uri (cran-uri "latex2exp" version))
26022 (sha256
26023 (base32
26024 "0zbbrbgg524lpm733j8qsqk5ssg75c51s6dgzb18c6fk8byrx945"))))
26025 (build-system r-build-system)
26026 (propagated-inputs
26027 (list r-stringr r-magrittr))
26028 (native-inputs
26029 (list r-knitr))
26030 (home-page "https://github.com/stefano-meschiari/latex2exp/")
26031 (synopsis "Use LaTeX expressions in plots")
26032 (description "@code{latex2exp} parses and converts LaTeX math formulas to
26033 R's plotmath expressions, used to enter mathematical formulas and symbols to be
26034 rendered as text, axis labels, etc. throughout R's plotting system.")
26035 (license license:expat)))
26036
26037 (define-public r-oai
26038 (package
26039 (name "r-oai")
26040 (version "0.3.2")
26041 (source (origin
26042 (method url-fetch)
26043 (uri (cran-uri "oai" version))
26044 (sha256
26045 (base32
26046 "1zcbcxhw692s0y6izvwazyzhgx0iwsxsbcan2nk0mb7n11p7bypb"))))
26047 (build-system r-build-system)
26048 (propagated-inputs
26049 (list r-xml2 r-httr r-plyr r-stringr r-tibble))
26050 (native-inputs
26051 (list r-knitr))
26052 (home-page "https://github.com/ropensci/oai/")
26053 (synopsis "General purpose OAI-PMH services client")
26054 (description "@code{oai} provides a general purpose client to work with
26055 any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
26056 service. Functions are provided to work with the OAI-PMH verbs:
26057 @code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
26058 @code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
26059 (license license:expat)))
26060
26061 (define-public r-argon2
26062 (package
26063 (name "r-argon2")
26064 (version "0.4-0")
26065 (source
26066 (origin
26067 (method url-fetch)
26068 (uri (cran-uri "argon2" version))
26069 (sha256
26070 (base32
26071 "09hzl0wz0lw2v7g64rdv0lij2hq36zl37a6rmxwvinmjdzijcsyw"))))
26072 (properties `((upstream-name . "argon2")))
26073 (build-system r-build-system)
26074 (home-page "https://github.com/wrathematics/argon2")
26075 (synopsis "Secure password hashing based on the argon2 algorithm")
26076 (description
26077 "This package provides utilities for secure password hashing via the
26078 argon2 algorithm.")
26079 (license license:bsd-2)))
26080
26081 (define-public r-getpass
26082 (package
26083 (name "r-getpass")
26084 (version "0.2-2")
26085 (source
26086 (origin
26087 (method url-fetch)
26088 (uri (cran-uri "getPass" version))
26089 (sha256
26090 (base32
26091 "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
26092 (properties `((upstream-name . "getPass")))
26093 (build-system r-build-system)
26094 (propagated-inputs
26095 (list r-rstudioapi))
26096 (home-page "https://github.com/wrathematics/getPass")
26097 (synopsis "Masked user input")
26098 (description
26099 "This package provides a micro-package for reading \"passwords\", i.e.
26100 reading user input with masking, so that the input is not displayed as it is
26101 typed. Currently, RStudio, the command line (every OS), and any platform
26102 where tcltk is present are supported.")
26103 (license license:bsd-2)))
26104
26105 (define-public r-remoter
26106 (package
26107 (name "r-remoter")
26108 (version "0.4-0")
26109 (source
26110 (origin
26111 (method url-fetch)
26112 (uri (cran-uri "remoter" version))
26113 (sha256
26114 (base32
26115 "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
26116 (properties `((upstream-name . "remoter")))
26117 (build-system r-build-system)
26118 (propagated-inputs
26119 (list r-argon2 r-getpass r-pbdzmq r-png))
26120 (home-page "https://github.com/RBigData/remoter")
26121 (synopsis "Control a remote R session from a local one")
26122 (description
26123 "This package provides a set of utilities for client/server computing
26124 with R, controlling a remote R session (the server) from a local one (the
26125 client).")
26126 (license license:bsd-2)))
26127
26128 (define-public r-asd
26129 (package
26130 (name "r-asd")
26131 (version "2.2")
26132 (source
26133 (origin
26134 (method url-fetch)
26135 (uri (cran-uri "asd" version))
26136 (sha256
26137 (base32
26138 "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
26139 (properties `((upstream-name . "asd")))
26140 (build-system r-build-system)
26141 (propagated-inputs
26142 (list r-mvtnorm))
26143 (home-page "https://cran.r-project.org/web/packages/asd")
26144 (synopsis "Simulations for Adaptive Seamless Designs")
26145 (description
26146 "This package provdes means to run simulations for adaptive seamless
26147 designs with and without early outcomes for treatment selection and
26148 subpopulation type designs.")
26149 (license license:gpl3)))
26150
26151 (define-public r-nbconvertr
26152 (package
26153 (name "r-nbconvertr")
26154 (version "1.3.2")
26155 (source
26156 (origin
26157 (method url-fetch)
26158 (uri (cran-uri "nbconvertR" version))
26159 (sha256
26160 (base32
26161 "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
26162 (properties `((upstream-name . "nbconvertR")))
26163 (build-system r-build-system)
26164 (inputs
26165 (list python-nbconvert pandoc))
26166 (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
26167 (synopsis "Vignette engine wrapping Jupyter notebooks")
26168 (description
26169 "This package calls the Jupyter script @code{nbconvert} to create
26170 vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
26171 containing rich text, code, and its output. Code cells can be edited and
26172 evaluated interactively.")
26173 (license license:gpl3)))
26174
26175 (define-public r-bridgesampling
26176 (package
26177 (name "r-bridgesampling")
26178 (version "1.1-2")
26179 (source
26180 (origin
26181 (method url-fetch)
26182 (uri (cran-uri "bridgesampling" version))
26183 (sha256
26184 (base32
26185 "0sry1xwiv4y52k44hq6z8y2kysp5kxgl4dix3m94svg3ladd7v2l"))))
26186 (properties
26187 `((upstream-name . "bridgesampling")))
26188 (build-system r-build-system)
26189 (propagated-inputs
26190 (list r-brobdingnag
26191 r-coda
26192 r-matrix
26193 r-mvtnorm
26194 r-scales
26195 r-stringr))
26196 (native-inputs
26197 (list r-knitr))
26198 (home-page "https://github.com/quentingronau/bridgesampling")
26199 (synopsis "Bridge sampling for marginal likelihoods and Bayes factors")
26200 (description
26201 "This package provides functions for estimating marginal likelihoods,
26202 Bayes factors, posterior model probabilities, and normalizing constants in
26203 general, via different versions of bridge sampling.")
26204 (license license:gpl2+)))
26205
26206 (define-public r-tea
26207 (package
26208 (name "r-tea")
26209 (version "1.1")
26210 (source
26211 (origin
26212 (method url-fetch)
26213 (uri (cran-uri "tea" version))
26214 (sha256
26215 (base32
26216 "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
26217 (properties
26218 `((upstream-name . "tea")))
26219 (build-system r-build-system)
26220 (propagated-inputs
26221 (list r-matrix))
26222 (home-page "https://cran.r-project.org/web/packages/tea/")
26223 (synopsis "Threshold estimation approaches")
26224 (description
26225 "This package provides different approaches for selecting the threshold
26226 in generalized Pareto distributions. Most of them are based on minimizing the
26227 AMSE-criterion or at least by reducing the bias of the assumed GPD-model.
26228 Others are heuristically motivated by searching for stable sample paths, i.e.
26229 a nearly constant region of the tail index estimator with respect to k, which
26230 is the number of data in the tail. The third class is motivated by graphical
26231 inspection. In addition, a sequential testing procedure for GPD-GoF-tests
26232 is also implemented here.")
26233 (license license:gpl3)))
26234
26235 (define-public r-awsmethods
26236 (package
26237 (name "r-awsmethods")
26238 (version "1.1-1")
26239 (source
26240 (origin
26241 (method url-fetch)
26242 (uri (cran-uri "awsMethods" version))
26243 (sha256
26244 (base32
26245 "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh"))))
26246 (properties
26247 `((upstream-name . "awsMethods")))
26248 (build-system r-build-system)
26249 (home-page "http://www.wias-berlin.de/software/imaging/")
26250 (synopsis "Class and methods definitions")
26251 (description
26252 "This package defines the generic method @code{extract} and provides
26253 @code{openMP} support as needed in several packages like
26254 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
26255 (license license:gpl2+)))
26256
26257 (define-public r-aws
26258 (package
26259 (name "r-aws")
26260 (version "2.5-1")
26261 (source
26262 (origin
26263 (method url-fetch)
26264 (uri (cran-uri "aws" version))
26265 (sha256
26266 (base32
26267 "1fhm87iax6bkvd4vszvjbcqw3b2drs11rjxr7zf2w4sgc72svaz8"))))
26268 (properties
26269 `((upstream-name . "aws")))
26270 (build-system r-build-system)
26271 (propagated-inputs
26272 (list r-awsmethods r-gsl))
26273 (native-inputs
26274 (list gfortran))
26275 (home-page "https://cran.r-project.org/web/packages/aws/")
26276 (synopsis "Adaptive weights smoothing")
26277 (description
26278 "This package provides a collection of R-functions implementing adaptive
26279 smoothing procedures in 1D, 2D and 3D. This includes the
26280 Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
26281 Confidence Intervals} (ICI), variational approaches, and a non-local means
26282 filter.")
26283 (license license:gpl2+)))
26284
26285 (define-public r-sgloptim
26286 (package
26287 (name "r-sgloptim")
26288 (version "1.3.8")
26289 (source
26290 (origin
26291 (method url-fetch)
26292 (uri (cran-uri "sglOptim" version))
26293 (sha256
26294 (base32
26295 "15bkkvgp9v9vsp65wps48g3c2fa0fj1025hbrziywq14j7wayyjr"))))
26296 (properties
26297 `((upstream-name . "sglOptim")))
26298 (build-system r-build-system)
26299 (propagated-inputs
26300 (list r-bh
26301 r-doparallel
26302 r-foreach
26303 r-matrix
26304 r-rcpp
26305 r-rcpparmadillo
26306 r-rcppprogress))
26307 (native-inputs
26308 (list r-knitr))
26309 (home-page "https://github.com/nielsrhansen/sglOptim")
26310 (synopsis "Generic sparse group Lasso solver")
26311 (description
26312 "This package provides a fast generic solver for sparse group lasso
26313 optimization problems. The loss (objective) function must be defined in a C++
26314 module. The optimization problem is solved using a coordinate gradient
26315 descent algorithm. Convergence of the algorithm is established and the
26316 algorithm is applicable to a broad class of loss functions. Use of parallel
26317 computing for cross validation and subsampling is supported through the
26318 @code{foreach} and @code{doParallel} packages.")
26319 (license license:gpl2+)))
26320
26321 (define-public r-grouped
26322 (package
26323 (name "r-grouped")
26324 (version "0.6-0")
26325 (source
26326 (origin
26327 (method url-fetch)
26328 (uri (cran-uri "grouped" version))
26329 (sha256
26330 (base32
26331 "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
26332 (properties
26333 `((upstream-name . "grouped")))
26334 (build-system r-build-system)
26335 (propagated-inputs
26336 (list r-mass))
26337 (home-page "https://cran.r-project.org/web/packages/grouped/")
26338 (synopsis "Regression analysis of grouped and coarse data")
26339 (description
26340 "This package provides regression models for grouped and coarse data,
26341 under the coarsened at random assumption.")
26342 (license license:gpl2+)))
26343
26344 (define-public r-stam
26345 (package
26346 (name "r-stam")
26347 (version "0.0-1")
26348 (source
26349 (origin
26350 (method url-fetch)
26351 (uri (cran-uri "stam" version))
26352 (sha256
26353 (base32
26354 "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
26355 (properties
26356 `((upstream-name . "stam")))
26357 (build-system r-build-system)
26358 (propagated-inputs
26359 (list r-np r-sp))
26360 (home-page "https://cran.r-project.org/web/packages/stam")
26361 (synopsis "Spatio-temporal analysis and modelling")
26362 (description
26363 "This package provides various methods to conduct Spatio-Temporal
26364 Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
26365 Inferred Spatio-Temporal Modelling.")
26366 (license license:gpl2+)))
26367
26368 (define-public r-dcv
26369 (package
26370 (name "r-dcv")
26371 (version "0.1.1")
26372 (source
26373 (origin
26374 (method url-fetch)
26375 (uri (cran-uri "dcv" version))
26376 (sha256
26377 (base32
26378 "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
26379 (properties
26380 `((upstream-name . "dcv")))
26381 (build-system r-build-system)
26382 (propagated-inputs
26383 (list r-lmtest))
26384 (home-page "https://cran.r-project.org/web/packages/dcv/")
26385 (synopsis "Conventional cross-validation statistics for climate-growth model")
26386 (description
26387 "This package performs several conventional cross-validation statistical
26388 methods for climate-growth model in the climate reconstruction from tree
26389 rings, including Sign Test statistic, Reduction of Error statistic, Product
26390 Mean Test, Durbin-Watson statistic etc.")
26391 (license license:gpl2)))
26392
26393 (define-public r-rcdd
26394 (package
26395 (name "r-rcdd")
26396 (version "1.5")
26397 (source
26398 (origin
26399 (method url-fetch)
26400 (uri (cran-uri "rcdd" version))
26401 (sha256
26402 (base32
26403 "0zxx0qvv26ba30jkm8mvca4h59rqklay4jwazpcw7h9dzp4189jr"))))
26404 (properties
26405 `((upstream-name . "rcdd")))
26406 (build-system r-build-system)
26407 (inputs
26408 (list gmp))
26409 (home-page "https://www.stat.umn.edu/geyer/rcdd/")
26410 (synopsis "Computational geometry")
26411 (description
26412 "This package converts back and forth between two representations of a
26413 convex polytope: as solution of a set of linear equalities and inequalities
26414 and as convex hull of set of points and rays. Also does linear programming
26415 and redundant generator elimination. All functions can use exact
26416 infinite-precision rational arithmetic.")
26417 (license license:gpl2)))
26418
26419 (define-public r-rxnat
26420 (package
26421 (name "r-rxnat")
26422 (version "1.0.15")
26423 (source
26424 (origin
26425 (method url-fetch)
26426 (uri (cran-uri "Rxnat" version))
26427 (sha256
26428 (base32
26429 "0siylypjd8cgcmr2c443w8krg8sgr5gz4zapbinanp8vsfzivdv2"))))
26430 (properties
26431 `((upstream-name . "Rxnat")))
26432 (build-system r-build-system)
26433 (propagated-inputs
26434 (list r-httr r-rcurl r-tibble))
26435 (native-inputs
26436 (list r-knitr))
26437 (home-page "https://cran.r-project.org/web/packages/Rxnat/")
26438 (synopsis "Queries and extracts images from neuroimaging datasets")
26439 (description
26440 "This package allows communication with the Extensible Neuroimaging
26441 Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
26442 download images.")
26443 (license license:gpl2)))
26444
26445 (define-public r-rserve
26446 (package
26447 (name "r-rserve")
26448 (version "1.8-6")
26449 (source
26450 (origin
26451 (method url-fetch)
26452 (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
26453 version ".tar.gz"))
26454 (sha256
26455 (base32
26456 "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
26457 (build-system r-build-system)
26458 (arguments
26459 `(#:phases
26460 (modify-phases %standard-phases
26461 (add-before 'install 'install-server-binary
26462 ;; Makevars tries to install to R's store directory.
26463 (lambda* (#:key outputs #:allow-other-keys)
26464 (let* ((out (assoc-ref outputs "out"))
26465 (bin (string-append out "/bin")))
26466 (substitute* "src/Makevars.in"
26467 (("\\$\\(R_HOME\\)") out))
26468 (mkdir-p bin)))))))
26469 (propagated-inputs
26470 (list r-checkmate
26471 r-mime
26472 r-jsonlite
26473 r-knitr
26474 r-r6
26475 r-rcpp
26476 r-uuid))
26477 (inputs
26478 (list openssl zlib))
26479 (home-page "https://github.com/s-u/Rserve")
26480 (synopsis
26481 "Server providing access to R from many languages and systems")
26482 (description
26483 "Rserve acts as a socket server (TCP/IP or local sockets) which allows
26484 binary requests to be sent to R. Every connection has a separate workspace
26485 and working directory. Client-side implementations are available for popular
26486 languages such as C/C++ and Java, allowing any application to use facilities
26487 of R without the need of linking to R code. Rserve supports remote
26488 connection, user authentication and file transfer. A simple R client is
26489 included in this package as well.")
26490 (license license:gpl2)))
26491
26492 (define-public r-gamm4
26493 (package
26494 (name "r-gamm4")
26495 (version "0.2-6")
26496 (source
26497 (origin
26498 (method url-fetch)
26499 (uri (cran-uri "gamm4" version))
26500 (sha256
26501 (base32
26502 "128c725y9s07c1m9cvd9hgi9hldrymcs5divd8pw7bdjh9jvdiap"))))
26503 (properties `((upstream-name . "gamm4")))
26504 (build-system r-build-system)
26505 (propagated-inputs
26506 (list r-lme4 r-matrix r-mgcv))
26507 (home-page "https://cran.r-project.org/web/packages/gamm4/")
26508 (synopsis "Generalized additive mixed models using mgcv and lme4")
26509 (description
26510 "Estimate generalized additive mixed models via a version of function
26511 @code{gamm} from the @code{mgcv} package, using the @code{lme4} packagefor
26512 estimation.")
26513 (license license:gpl2+)))
26514
26515 (define-public r-optimx
26516 (package
26517 (name "r-optimx")
26518 (version "2021-10.12")
26519 (source
26520 (origin
26521 (method url-fetch)
26522 (uri (cran-uri "optimx" version))
26523 (sha256
26524 (base32
26525 "0hvrpfya767vp3anmb8ih516v4zz1sv4h193rn93kyjydf2lqf1r"))))
26526 (properties `((upstream-name . "optimx")))
26527 (build-system r-build-system)
26528 (propagated-inputs (list r-numderiv))
26529 (native-inputs (list r-knitr))
26530 (home-page "https://cran.r-project.org/web/packages/optimx/")
26531 (synopsis "Expanded replacement and extension of the optim function")
26532 (description
26533 "This package provides a replacement and extension of the @code{optim}
26534 function to call to several function minimization codes in R in a single
26535 statement. These methods handle smooth, possibly box constrained functions of
26536 several or many parameters. Note that the function @code{optimr} was prepared
26537 to simplify the incorporation of minimization codes going forward. This
26538 package also implements some utility codes and some extra solvers, including
26539 safeguarded Newton methods. Many methods previously separate are now included
26540 here.")
26541 (license license:gpl2)))
26542
26543 (define-public r-projpred
26544 (package
26545 (name "r-projpred")
26546 (version "2.1.1")
26547 (source
26548 (origin
26549 (method url-fetch)
26550 (uri (cran-uri "projpred" version))
26551 (sha256
26552 (base32
26553 "170pskvcsyk22xl4q8mklx8nw29miqzb42wajcab7bki8ap1ix46"))))
26554 (properties `((upstream-name . "projpred")))
26555 (build-system r-build-system)
26556 (propagated-inputs
26557 (list r-dplyr
26558 r-gamm4
26559 r-ggplot2
26560 r-lme4
26561 r-loo
26562 r-magrittr
26563 r-mgcv
26564 r-mvtnorm
26565 r-rcpp
26566 r-rcpparmadillo
26567 r-rlang
26568 r-rstantools))
26569 (native-inputs (list r-knitr))
26570 (home-page "https://mc-stan.org/projpred/")
26571 (synopsis "Projection predictive feature selection")
26572 (description
26573 "This package performs projection predictive feature selection for
26574 generalized linear models and generalized linear and additive multilevel
26575 models. The package is compatible with the @code{rstanarm} and @code{brms}
26576 packages, but other reference models can also be used. See the package
26577 vignette for more information and examples.")
26578 (license license:gpl3)))
26579
26580 (define-public r-distributional
26581 (package
26582 (name "r-distributional")
26583 (version "0.3.0")
26584 (source
26585 (origin
26586 (method url-fetch)
26587 (uri (cran-uri "distributional" version))
26588 (sha256
26589 (base32
26590 "1mji8xlhwrw8msih5wdpbzwv4g59kly0xkdklhn8yzb18rrnrczs"))))
26591 (properties
26592 `((upstream-name . "distributional")))
26593 (build-system r-build-system)
26594 (propagated-inputs
26595 (list r-digest
26596 r-ellipsis
26597 r-farver
26598 r-generics
26599 r-ggplot2
26600 r-lifecycle
26601 r-numderiv
26602 r-rlang
26603 r-scales
26604 r-vctrs))
26605 (home-page "https://pkg.mitchelloharawild.com/distributional/")
26606 (synopsis "Vectorized probability distributions")
26607 (description
26608 "This package provides vectorized distribution objects with tools for
26609 manipulating, visualizing, and using probability distributions. It was
26610 designed to allow model prediction outputs to return distributions rather than
26611 their parameters, allowing users to directly interact with predictive
26612 distributions in a data-oriented workflow. In addition to providing generic
26613 replacements for p/d/q/r functions, other useful statistics can be computed
26614 including means, variances, intervals, and highest density regions.")
26615 (license license:gpl3)))
26616
26617 (define-public r-posterior
26618 (package
26619 (name "r-posterior")
26620 (version "1.2.1")
26621 (source
26622 (origin
26623 (method url-fetch)
26624 (uri (cran-uri "posterior" version))
26625 (sha256
26626 (base32
26627 "1qdg22l868daqg2axr36szl1m9z0rfpgx8zmv1x1xwm1hmlf0mxp"))))
26628 (properties `((upstream-name . "posterior")))
26629 (build-system r-build-system)
26630 (propagated-inputs
26631 (list r-abind
26632 r-checkmate
26633 r-distributional
26634 r-matrixstats
26635 r-pillar
26636 r-rlang
26637 r-tensora
26638 r-tibble
26639 r-vctrs))
26640 (native-inputs
26641 (list r-knitr))
26642 (home-page "https://mc-stan.org/posterior/")
26643 (synopsis "Tools for working with posterior distributions")
26644 (description
26645 "This package provides useful tools for both users and developers of
26646 packages for fitting Bayesian models or working with output from Bayesian
26647 models. The primary goals of the package are to:
26648
26649 @enumerate
26650 @item Efficiently convert between many different useful formats of
26651 draws (samples) from posterior or prior distributions.
26652
26653 @item Provide consistent methods for operations commonly performed on draws,
26654 for example, subsetting, binding, or mutating draws.
26655
26656 @item Provide various summaries of draws in convenient formats.
26657
26658 @item Provide lightweight implementations of state of the art posterior
26659 inference diagnostics.
26660 @end enumerate
26661 ")
26662 (license license:bsd-3)))
26663
26664 (define-public r-brms
26665 (package
26666 (name "r-brms")
26667 (version "2.16.3")
26668 (source
26669 (origin
26670 (method url-fetch)
26671 (uri (cran-uri "brms" version))
26672 (sha256
26673 (base32
26674 "1q93z4cf3iy4rs6pgvph6z7hc8q05iwif76hcg8p4kr6nl82nc38"))))
26675 (properties `((upstream-name . "brms")))
26676 (build-system r-build-system)
26677 (propagated-inputs
26678 (list r-abind
26679 r-backports
26680 r-bayesplot
26681 r-bridgesampling
26682 r-coda
26683 r-future
26684 r-ggplot2
26685 r-glue
26686 r-loo
26687 r-matrix
26688 r-matrixstats
26689 r-mgcv
26690 r-nleqslv
26691 r-nlme
26692 r-posterior
26693 r-rcpp
26694 r-rstan
26695 r-rstantools
26696 r-shinystan))
26697 (native-inputs (list r-knitr))
26698 (home-page
26699 "https://github.com/paul-buerkner/brms")
26700 (synopsis
26701 "Bayesian Regression Models using 'Stan'")
26702 (description
26703 "Fit Bayesian generalized (non-)linear multivariate multilevel models
26704 using 'Stan' for full Bayesian inference. A wide range of distributions and
26705 link functions are supported, allowing users to fit -- among others -- linear,
26706 robust linear, count data, survival, response times, ordinal, zero-inflated,
26707 hurdle, and even self-defined mixture models all in a multilevel context.
26708 Further modeling options include non-linear and smooth terms, auto-correlation
26709 structures, censored data, meta-analytic standard errors, and quite a few
26710 more. In addition, all parameters of the response distribution can be
26711 predicted in order to perform distributional regression. Prior specifications
26712 are flexible and explicitly encourage users to apply prior distributions that
26713 actually reflect their beliefs. Model fit can easily be assessed and compared
26714 with posterior predictive checks and leave-one-out cross-validation.")
26715 (license license:gpl2)))
26716
26717 (define-public r-mstate
26718 (package
26719 (name "r-mstate")
26720 (version "0.3.2")
26721 (source
26722 (origin
26723 (method url-fetch)
26724 (uri (cran-uri "mstate" version))
26725 (sha256
26726 (base32
26727 "054dzrd5b0xjjjl7862q3aq1jwgrxbkqz7zpvbdirqsld3zksirw"))))
26728 (properties `((upstream-name . "mstate")))
26729 (build-system r-build-system)
26730 (propagated-inputs
26731 (list r-data-table
26732 r-lattice
26733 r-rcolorbrewer
26734 r-rlang
26735 r-survival
26736 r-viridislite))
26737 (native-inputs
26738 (list r-knitr))
26739 (home-page
26740 "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
26741 (synopsis
26742 "Data Preparation, Estimation and Prediction in Multi-State Models")
26743 (description
26744 "Contains functions for data preparation, descriptives, hazard estimation
26745 and prediction with Aalen-Johansen or simulation in competing risks and
26746 multi-state models.")
26747 (license license:gpl2+)))
26748
26749 (define-public r-scatterpie
26750 (package
26751 (name "r-scatterpie")
26752 (version "0.1.7")
26753 (source
26754 (origin
26755 (method url-fetch)
26756 (uri (cran-uri "scatterpie" version))
26757 (sha256
26758 (base32
26759 "1pmspv8a7k20zyd5xvmav2k9mnjrkfhdij3rr9k504zyki8hfy1z"))))
26760 (properties `((upstream-name . "scatterpie")))
26761 (build-system r-build-system)
26762 (propagated-inputs
26763 (list r-ggforce r-ggfun r-ggplot2 r-rlang r-tidyr))
26764 (native-inputs
26765 (list r-knitr))
26766 (home-page "https://cran.r-project.org/web/packages/scatterpie/")
26767 (synopsis "Scatter pie plot")
26768 (description
26769 "This package creates scatterpie plots, especially useful for plotting
26770 pies on a map.")
26771 (license license:artistic2.0)))
26772
26773 (define-public r-scrypt
26774 (package
26775 (name "r-scrypt")
26776 (version "0.1.3")
26777 (source
26778 (origin
26779 (method url-fetch)
26780 (uri (cran-uri "scrypt" version))
26781 (sha256
26782 (base32
26783 "14iblgbp9v2by8fjbrpsd59iknp5babcz7j3yv1yxxzcwyb6wrrm"))))
26784 (properties `((upstream-name . "scrypt")))
26785 (build-system r-build-system)
26786 (propagated-inputs
26787 (list r-rcpp))
26788 (home-page "https://github.com/rstudio/rscrypt")
26789 (synopsis "Key derivation functions for R based on Scrypt")
26790 (description
26791 "This package provides functions for working with the scrypt key
26792 derivation functions. Scrypt is a password-based key derivation function
26793 created by Colin Percival. The algorithm was specifically designed to make it
26794 costly to perform large-scale custom hardware attacks by requiring large
26795 amounts of memory.")
26796 (license license:bsd-2)))
26797
26798 (define-public r-boruta
26799 (package
26800 (name "r-boruta")
26801 (version "7.0.0")
26802 (source
26803 (origin
26804 (method url-fetch)
26805 (uri (cran-uri "Boruta" version))
26806 (sha256
26807 (base32
26808 "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
26809 (properties `((upstream-name . "Boruta")))
26810 (build-system r-build-system)
26811 (propagated-inputs (list r-ranger))
26812 (home-page "https://gitlab.com/mbq/Boruta/")
26813 (synopsis "Wrapper algorithm for all relevant feature selection")
26814 (description
26815 "This package provides an all relevant feature selection wrapper
26816 algorithm. It finds relevant features by comparing original attributes'
26817 importance with importance achievable at random, estimated using their
26818 permuted copies (shadows).")
26819 (license license:gpl2+)))
26820
26821 (define-public r-directlabels
26822 (package
26823 (name "r-directlabels")
26824 (version "2021.1.13")
26825 (source
26826 (origin
26827 (method url-fetch)
26828 (uri (cran-uri "directlabels" version))
26829 (sha256
26830 (base32
26831 "0415kh9k2qzdwi8zb32fh2icl5wf5335kyj11cyfdmfxji39zv2w"))))
26832 (build-system r-build-system)
26833 (propagated-inputs
26834 (list r-quadprog))
26835 (native-inputs
26836 (list r-knitr))
26837 (home-page "http://directlabels.r-forge.r-project.org/")
26838 (synopsis "Direct labels for multicolor plots")
26839 (description
26840 "This package provides an extensible framework for automatically placing
26841 direct labels onto multicolor plots. Label positions are described using
26842 positioning methods that can be re-used across several different plots. There
26843 are heuristics for examining @code{trellis} and @code{ggplot} objects and
26844 inferring an appropriate positioning method.")
26845 (license license:gpl3)))
26846
26847 (define-public r-lsd
26848 (package
26849 (name "r-lsd")
26850 (version "4.1-0")
26851 (source
26852 (origin
26853 (method url-fetch)
26854 (uri (cran-uri "LSD" version))
26855 (sha256
26856 (base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
26857 (properties `((upstream-name . "LSD")))
26858 (build-system r-build-system)
26859 (home-page "https://cran.r-project.org/web/packages/LSD/")
26860 (synopsis "Lots of superior depictions tool creates colorful plots")
26861 (description
26862 "This package creates lots of colorful plots in a multitude of variations.
26863 Try a demo of the LSD by running @code{demotour()}.")
26864 ;; Either version
26865 (license (list license:gpl2 license:gpl3))))
26866
26867 (define-public r-phylogram
26868 (package
26869 (name "r-phylogram")
26870 (version "2.1.0")
26871 (source
26872 (origin
26873 (method url-fetch)
26874 (uri (cran-uri "phylogram" version))
26875 (sha256
26876 (base32 "1p4h5pirc0m5pzc18q0jk3mcmb5n48gdf9abz03vml3a209xxl2v"))))
26877 (properties `((upstream-name . "phylogram")))
26878 (build-system r-build-system)
26879 (propagated-inputs (list r-ape))
26880 (home-page "https://github.com/ropensci/phylogram/")
26881 (synopsis "Dendrograms for evolutionary analysis")
26882 (description
26883 "The @code{r-phylogram} package is a tool for for developing phylogenetic
26884 trees as deeply-nested lists known as \"dendrogram\" objects. It provides
26885 functions for conversion between \"dendrogram\" and \"phylo\" class objects,
26886 as well as several tools for command-line tree manipulation and import/export
26887 via Newick parenthetic text. This improves accessibility to the comprehensive
26888 range of object-specific analytical and tree-visualization functions found
26889 across a wide array of bioinformatic R packages.")
26890 (license license:gpl3)))
26891
26892 (define-public r-kmer
26893 (package
26894 (name "r-kmer")
26895 (version "1.1.2")
26896 (source
26897 (origin
26898 (method url-fetch)
26899 (uri (cran-uri "kmer" version))
26900 (sha256
26901 (base32 "0jimn9r0abglwxdl1zqz0lxa99cmj6haydkxjzqfbpx9by80wnww"))))
26902 (properties `((upstream-name . "kmer")))
26903 (build-system r-build-system)
26904 (propagated-inputs
26905 (list r-openssl r-phylogram r-rcpp))
26906 (home-page "https://github.com/shaunpwilkinson/kmer/")
26907 (synopsis "Fast K-Mer counting and clustering for biological sequence analysis")
26908 (description
26909 "@code{r-kmer} is an R package for rapidly computing distance matrices
26910 and clustering large sequence datasets using fast alignment-free k-mer
26911 counting and recursive k-means partitioning.")
26912 (license license:gpl3)))
26913
26914 (define-public r-hardhat
26915 (package
26916 (name "r-hardhat")
26917 (version "0.2.0")
26918 (source
26919 (origin
26920 (method url-fetch)
26921 (uri (cran-uri "hardhat" version))
26922 (sha256
26923 (base32
26924 "0a4nq93cmps5xy8h0qsv6xyzrbsz9ka4iwkrvb8m8v10wq7wm5wl"))))
26925 (properties `((upstream-name . "hardhat")))
26926 (build-system r-build-system)
26927 (propagated-inputs
26928 (list r-glue r-rlang r-tibble r-vctrs))
26929 (native-inputs
26930 (list r-knitr))
26931 (home-page "https://github.com/tidymodels/hardhat")
26932 (synopsis "Construct modeling packages")
26933 (description
26934 "Building modeling packages is hard. A large amount of effort generally
26935 goes into providing an implementation for a new method that is efficient,
26936 fast, and correct, but often less emphasis is put on the user interface. A
26937 good interface requires specialized knowledge about S3 methods and formulas,
26938 which the average package developer might not have. The goal of
26939 @code{hardhat} is to reduce the burden around building new modeling packages
26940 by providing functionality for preprocessing, predicting, and validating
26941 input.")
26942 (license license:expat)))
26943
26944 (define-public r-lightgbm
26945 (package
26946 (name "r-lightgbm")
26947 (version "3.3.2")
26948 (source
26949 (origin
26950 (method url-fetch)
26951 (uri (cran-uri "lightgbm" version))
26952 (sha256
26953 (base32
26954 "12hbvm1va6sb5yny564jvhhzrkcq4j33rcdhqhwxaac2m08cpi8s"))))
26955 (properties `((upstream-name . "lightgbm")))
26956 (build-system r-build-system)
26957 (propagated-inputs
26958 (list r-data-table r-jsonlite r-matrix r-r6))
26959 (home-page "https://github.com/Microsoft/LightGBM")
26960 (synopsis "Light gradient boosting machine")
26961 (description
26962 "Tree based algorithms can be improved by introducing boosting
26963 frameworks. LightGBM is one such framework, based on Ke, Guolin et
26964 al. (2017). This package offers an R interface to work with it. It is
26965 designed to be distributed and efficient with the following goals:
26966
26967 @enumerate
26968 @item Faster training speed and higher efficiency;
26969 @item lower memory usage;
26970 @item better accuracy;
26971 @item parallel learning supported; and
26972 @item capable of handling large-scale data.
26973 @end enumerate
26974 ")
26975 (license license:expat)))
26976
26977 (define-public r-shapforxgboost
26978 (package
26979 (name "r-shapforxgboost")
26980 (version "0.1.1")
26981 (source
26982 (origin
26983 (method url-fetch)
26984 (uri (cran-uri "SHAPforxgboost" version))
26985 (sha256
26986 (base32
26987 "106nsf02b1w3yshb55lwnyw1rl1a60162v2wk8znjz3b4ln3mqj5"))))
26988 (properties
26989 `((upstream-name . "SHAPforxgboost")))
26990 (build-system r-build-system)
26991 (propagated-inputs
26992 (list r-bbmisc
26993 r-data-table
26994 r-ggextra
26995 r-ggforce
26996 r-ggplot2
26997 r-ggpubr
26998 r-rcolorbrewer
26999 r-xgboost))
27000 (native-inputs
27001 (list r-knitr))
27002 (home-page "https://github.com/liuyanguu/SHAPforxgboost")
27003 (synopsis "SHAP Plots for XGBoost")
27004 (description
27005 "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
27006 using @dfn{SHAP} (Shapley additive explanation) visualization plots for
27007 @code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
27008 and force plot. It relies on the @code{XGBoost} package to produce SHAP
27009 values.")
27010 (license license:expat)))
27011
27012 (define-public r-rismed
27013 (package
27014 (name "r-rismed")
27015 (version "2.3.0")
27016 (source
27017 (origin
27018 (method url-fetch)
27019 (uri (cran-uri "RISmed" version))
27020 (sha256
27021 (base32
27022 "0vpi88gzi9r85v6nhjz9jbw671zkrmyazwna2z881346wfyr3l8b"))))
27023 (properties `((upstream-name . "RISmed")))
27024 (build-system r-build-system)
27025 (propagated-inputs
27026 (list r-httr r-xml2))
27027 (home-page "https://cran.r-project.org/web/packages/RISmed")
27028 (synopsis "Download content from NCBI databases")
27029 (description
27030 "This package provides a set of tools to extract bibliographic
27031 content from the National Center for Biotechnology Information (NCBI)
27032 databases, including PubMed. The name RISmed is a portmanteau of
27033 RIS (for Research Information Systems, a common tag format for
27034 bibliographic data) and PubMed.")
27035 (license license:gpl2+)))
27036
27037 (define-public r-semver
27038 (package
27039 (name "r-semver")
27040 (version "0.2.0")
27041 (source
27042 (origin
27043 (method url-fetch)
27044 (uri (cran-uri "semver" version))
27045 (sha256
27046 (base32
27047 "10wpkyms2cix3bsin2q0qhkbl445pwwpa5gm2s4jjw1989namkxy"))))
27048 (properties `((upstream-name . "semver")))
27049 (build-system r-build-system)
27050 (propagated-inputs
27051 (list r-assertthat r-rcpp))
27052 (native-inputs (list r-knitr))
27053 (home-page "https://github.com/johndharrison/semver")
27054 (synopsis "Parser for Semantic Versioning 2.0.0")
27055 (description
27056 "This package provides tools and functions for parsing, rendering and
27057 operating on semantic version strings. Semantic versioning is a simple set of
27058 rules and requirements that dictate how version numbers are assigned and
27059 incremented as outlined at @url{http://semver.org}.")
27060 (license license:expat)))
27061
27062 (define-public r-binman
27063 (package
27064 (name "r-binman")
27065 (version "0.1.2")
27066 (source
27067 (origin
27068 (method url-fetch)
27069 (uri (cran-uri "binman" version))
27070 (sha256
27071 (base32
27072 "00l7m98h41r67gf0qxqis3vx63j7wylnk9vlgcyk41szkrz8ikkc"))))
27073 (properties `((upstream-name . "binman")))
27074 (build-system r-build-system)
27075 (propagated-inputs
27076 (list r-assertthat
27077 r-httr
27078 r-jsonlite
27079 r-rappdirs
27080 r-semver
27081 r-xml2
27082 r-yaml))
27083 (native-inputs (list r-knitr))
27084 (home-page "https://github.com/ropensci/binman")
27085 (synopsis "Binary download manager")
27086 (description
27087 "This package provides tools and functions for managing the download of
27088 binary files. Binary repositories are defined in the YAML format. Defining
27089 new pre-download, download and post-download templates allow additional
27090 repositories to be added.")
27091 (license license:expat)))
27092
27093 (define-public r-wdman
27094 (package
27095 (name "r-wdman")
27096 (version "0.2.5")
27097 (source
27098 (origin
27099 (method url-fetch)
27100 (uri (cran-uri "wdman" version))
27101 (sha256
27102 (base32
27103 "1yf41lsrr9dbf5n4f5hv9mlmzl736fhnp9gxkm2g9apws6gsig02"))))
27104 (properties `((upstream-name . "wdman")))
27105 (build-system r-build-system)
27106 (propagated-inputs
27107 (list r-assertthat r-binman r-processx r-semver r-yaml))
27108 (native-inputs (list r-knitr))
27109 (home-page "https://docs.ropensci.org/wdman/")
27110 (synopsis "Webdriver/Selenium binary manager")
27111 (description
27112 "There are a number of binary files associated with the
27113 Webdriver/Selenium project (see @url{http://www.seleniumhq.org/download/},
27114 @url{https://sites.google.com/a/chromium.org/chromedriver/},
27115 @url{https://github.com/mozilla/geckodriver},
27116 @url{http://phantomjs.org/download.html}, and
27117 @url{https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver} for
27118 more information). This package provides functions to download these binaries
27119 and to manage processes involving them.")
27120 (license license:expat)))
27121
27122 (define-public r-rselenium
27123 (package
27124 (name "r-rselenium")
27125 (version "1.7.7")
27126 (source
27127 (origin
27128 (method url-fetch)
27129 (uri (cran-uri "RSelenium" version))
27130 (sha256
27131 (base32
27132 "1xn5fdbzmq7b1f5fc9ls23g177bmnd8bn4p4d8aafr6z3jwkmfir"))))
27133 (properties `((upstream-name . "RSelenium")))
27134 (build-system r-build-system)
27135 (propagated-inputs
27136 (list r-binman
27137 r-catools
27138 r-httr
27139 r-openssl
27140 r-wdman
27141 r-xml))
27142 (native-inputs (list r-knitr))
27143 (home-page "https://docs.ropensci.org/RSelenium/")
27144 (synopsis "R bindings for Selenium WebDriver")
27145 (description
27146 "This package provides a set of R bindings for the Selenium 2.0
27147 WebDriver (see @url{https://selenium.dev/documentation/en/} for more
27148 information) using the @code{JsonWireProtocol} (see
27149 @url{https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol} for more
27150 information). Selenium 2.0 WebDriver allows driving a web browser natively as
27151 a user would either locally or on a remote machine using the Selenium server
27152 it marks a leap forward in terms of web browser automation. Selenium
27153 automates web browsers (commonly referred to as browsers). Using RSelenium
27154 you can automate browsers locally or remotely.")
27155 (license license:agpl3+)))
27156
27157 (define-public r-conquer
27158 (package
27159 (name "r-conquer")
27160 (version "1.3.0")
27161 (source
27162 (origin
27163 (method url-fetch)
27164 (uri (cran-uri "conquer" version))
27165 (sha256
27166 (base32
27167 "1ynmaf7lgqjb8grsifx5dzy29cd5kz4x3yh0abnl2vxdr4c4wddc"))))
27168 (properties `((upstream-name . "conquer")))
27169 (build-system r-build-system)
27170 (propagated-inputs
27171 (list r-matrix r-matrixstats r-rcpp r-rcpparmadillo))
27172 (home-page "https://github.com/XiaoouPan/conquer")
27173 (synopsis "Convolution-type smoothed quantile regression")
27174 (description
27175 "This package provides fast and accurate convolution-type smoothed
27176 quantile regression, implemented using Barzilai-Borwein gradient descent with
27177 a Huber regression warm start. Confidence intervals for regression
27178 coefficients are constructed using multiplier bootstrap.")
27179 (license license:gpl3)))
27180
27181 (define-public r-fastshap
27182 (package
27183 (name "r-fastshap")
27184 (version "0.0.7")
27185 (source
27186 (origin
27187 (method url-fetch)
27188 (uri (cran-uri "fastshap" version))
27189 (sha256
27190 (base32
27191 "0gxch67i3bj6m8nb94m5hswq058w6n1q9war4dy2qnimlv7cmhdv"))))
27192 (properties `((upstream-name . "fastshap")))
27193 (build-system r-build-system)
27194 (propagated-inputs
27195 (list r-abind
27196 r-ggplot2
27197 r-gridextra
27198 r-matrixstats
27199 r-plyr
27200 r-rcpp
27201 r-rcpparmadillo
27202 r-tibble))
27203 (home-page "https://github.com/bgreenwell/fastshap")
27204 (synopsis "Fast approximate Shapley values")
27205 (description
27206 "This package computes fast (relative to other implementations)
27207 approximate Shapley values for any supervised learning model. Shapley values
27208 help to explain the predictions from any black box model using ideas from game
27209 theory; see @url{Strumbel and Kononenko (2014),
27210 doi.org/10.1007/s10115-013-0679-x} for details.")
27211 (license license:gpl2+)))
27212
27213 (define-public r-memuse
27214 (package
27215 (name "r-memuse")
27216 (version "4.2-1")
27217 (source (origin
27218 (method url-fetch)
27219 (uri (cran-uri "memuse" version))
27220 (sha256
27221 (base32
27222 "1wvwnjaaiv2647561z2b55dss35033ildx4kk8hzxfzgsjmdpsgm"))))
27223 (properties `((upstream-name . "memuse")))
27224 (build-system r-build-system)
27225 (home-page "https://github.com/shinra-dev/memuse")
27226 (synopsis "Memory Estimation Utilities")
27227 (description
27228 "This package provides procedures to answer the following questions:
27229 How much ram do you need to store a 100,000 by 100,000 matrix? How much ram is
27230 your current R session using? How much ram do you even have?")
27231 (license license:bsd-2)))
27232
27233 (define-public r-metrics
27234 (package
27235 (name "r-metrics")
27236 (version "0.1.4")
27237 (source
27238 (origin
27239 (method url-fetch)
27240 (uri (cran-uri "Metrics" version))
27241 (sha256
27242 (base32
27243 "0fh8qbjlwzagh272lgwr4bxcqcjb1qpz53mgs8rzlvncax6nk5bk"))))
27244 (properties `((upstream-name . "Metrics")))
27245 (build-system r-build-system)
27246 (home-page "https://github.com/mfrasco/Metrics")
27247 (synopsis "Evaluation metrics for machine learning")
27248 (description
27249 "This package provides an implementation of evaluation metrics in R that
27250 are commonly used in supervised machine learning. It implements metrics for
27251 regression, time series, binary classification, classification, and
27252 information retrieval problems. It has zero dependencies and a consistent,
27253 simple interface for all functions.")
27254 (license license:bsd-3)))
27255
27256 (define-public r-iml
27257 (package
27258 (name "r-iml")
27259 (version "0.10.1")
27260 (source
27261 (origin
27262 (method url-fetch)
27263 (uri (cran-uri "iml" version))
27264 (sha256
27265 (base32
27266 "1wz6xqhvqkzj723nw7qrlwb1171wvvpxhv3pa8cq7vcbkiflq37r"))))
27267 (properties `((upstream-name . "iml")))
27268 (build-system r-build-system)
27269 (propagated-inputs
27270 (list r-checkmate
27271 r-data-table
27272 r-formula
27273 r-future
27274 r-future-apply
27275 r-ggplot2
27276 r-keras
27277 r-metrics
27278 r-prediction
27279 r-r6))
27280 (native-inputs (list r-knitr))
27281 (home-page "https://github.com/christophM/iml")
27282 (synopsis "Interpretable machine learning")
27283 (description
27284 "This package provides interpretability methods to analyze the behavior
27285 and predictions of any machine learning model. Implemented methods are:
27286
27287 @itemize
27288 @item Feature importance described by Fisher et al. (2018),
27289 @item accumulated local effects plots described by Apley (2018),
27290 @item partial dependence plots described by Friedman (2001),
27291 @item individual conditional expectation ('ice') plots described by Goldstein
27292 et al. (2013) @url{https://doi.org/10.1080/10618600.2014.907095},
27293 @item local models (variant of 'lime') described by Ribeiro et. al (2016),
27294 @item the Shapley Value described by Strumbelj et. al (2014)
27295 @url{https://doi.org/10.1007/s10115-013-0679-x},
27296 @item feature interactions described by Friedman et. al
27297 @url{https://doi.org/10.1214/07-AOAS148} and tree surrogate models.
27298 @end itemize
27299 ")
27300 (license license:expat)))
27301
27302 (define-public r-goftest
27303 (package
27304 (name "r-goftest")
27305 (version "1.2-3")
27306 (source
27307 (origin
27308 (method url-fetch)
27309 (uri (cran-uri "goftest" version))
27310 (sha256
27311 (base32
27312 "06bz6k7smr4jbvzmb73qc5fkf4my59w5gbl18wlmpkkymsv78prs"))))
27313 (properties `((upstream-name . "goftest")))
27314 (build-system r-build-system)
27315 (home-page "https://github.com/baddstats/goftest")
27316 (synopsis "Classical Goodness-of-Fit tests for univariate distributions")
27317 (description
27318 "This package provides Cramer-Von Mises and Anderson-Darling tests of
27319 goodness-of-fit for continuous univariate distributions, using efficient
27320 algorithms.")
27321 (license license:gpl2+)))
27322
27323 (define-public r-tensor
27324 (package
27325 (name "r-tensor")
27326 (version "1.5")
27327 (source
27328 (origin
27329 (method url-fetch)
27330 (uri (cran-uri "tensor" version))
27331 (sha256
27332 (base32
27333 "19mfsgr6vz4lgwidm80i4yw0y1dr3n8i6qz7g4n2xa0k74zc5pp1"))))
27334 (properties `((upstream-name . "tensor")))
27335 (build-system r-build-system)
27336 (home-page "https://cran.r-project.org/web/packages/tensor/")
27337 (synopsis "Tensor product of arrays")
27338 (description
27339 "The tensor product of two arrays is notionally an outer product of the
27340 arrays collapsed in specific extents by summing along the appropriate
27341 diagonals. This package allows you to compute the tensor product of arrays.")
27342 (license license:gpl2+)))
27343
27344 (define-public r-spatstat-utils
27345 (package
27346 (name "r-spatstat-utils")
27347 (version "2.3-0")
27348 (source
27349 (origin
27350 (method url-fetch)
27351 (uri (cran-uri "spatstat.utils" version))
27352 (sha256
27353 (base32
27354 "06nvn2ffyrskhzaavsy6lmdp0m8askkrp1fnwrhjsj01lbjnq2az"))))
27355 (properties
27356 `((upstream-name . "spatstat.utils")))
27357 (build-system r-build-system)
27358 (home-page "http://www.spatstat.org")
27359 (synopsis "Utility functions for spatstat")
27360 (description
27361 "This package contains utility functions for the @code{spatstat} package
27362 which may also be useful for other purposes.")
27363 (license license:gpl2+)))
27364
27365 (define-public r-spatstat-sparse
27366 (package
27367 (name "r-spatstat-sparse")
27368 (version "2.1-0")
27369 (source
27370 (origin
27371 (method url-fetch)
27372 (uri (cran-uri "spatstat.sparse" version))
27373 (sha256
27374 (base32
27375 "148fxbxss569w73xaqpzwpz9rfjdgznh2ngf06gvm33631222680"))))
27376 (properties
27377 `((upstream-name . "spatstat.sparse")))
27378 (build-system r-build-system)
27379 (propagated-inputs
27380 (list r-abind r-matrix r-spatstat-utils r-tensor))
27381 (home-page "http://spatstat.org/")
27382 (synopsis "Sparse three-dimensional arrays and linear algebra utilities")
27383 (description
27384 "This package defines sparse three-dimensional arrays and supports
27385 standard operations on them. The package also includes utility functions for
27386 matrix calculations that are common in statistics, such as quadratic forms.")
27387 (license license:gpl2+)))
27388
27389 (define-public r-spatstat-data
27390 (package
27391 (name "r-spatstat-data")
27392 (version "2.1-4")
27393 (source
27394 (origin
27395 (method url-fetch)
27396 (uri (cran-uri "spatstat.data" version))
27397 (sha256
27398 (base32
27399 "0bq9randa3lgkh2q932iss5cxazq743q6p8asiqqf0yi32b003jq"))))
27400 (properties `((upstream-name . "spatstat.data")))
27401 (build-system r-build-system)
27402 (propagated-inputs
27403 (list r-matrix r-spatstat-utils))
27404 (home-page "http://www.spatstat.org")
27405 (synopsis "Datasets for spatstat")
27406 (description
27407 "This package contains all the datasets for the @code{spatstat}
27408 package.")
27409 (license license:gpl2+)))
27410
27411 (define-public r-spatstat-geom
27412 (package
27413 (name "r-spatstat-geom")
27414 (version "2.4-0")
27415 (source
27416 (origin
27417 (method url-fetch)
27418 (uri (cran-uri "spatstat.geom" version))
27419 (sha256
27420 (base32
27421 "0rwysq9a0ylbsr53q5kfh7wjk5mcdji211sc3s8gwzz8ki09mf1j"))))
27422 (properties `((upstream-name . "spatstat.geom")))
27423 (build-system r-build-system)
27424 (propagated-inputs
27425 (list r-deldir r-polyclip r-spatstat-data r-spatstat-utils))
27426 (home-page "http://spatstat.org/")
27427 (synopsis "Geometrical functionality of the spatstat package")
27428 (description
27429 "This is a subset of the original spatstat package, containing the
27430 user-level code from spatstat which performs geometrical operations, except
27431 for the geometry of linear networks.")
27432 (license license:gpl2+)))
27433
27434 (define-public r-spatstat-core
27435 (package
27436 (name "r-spatstat-core")
27437 (version "2.4-2")
27438 (source
27439 (origin
27440 (method url-fetch)
27441 (uri (cran-uri "spatstat.core" version))
27442 (sha256
27443 (base32
27444 "0bhdxyw212yf9y9nsvbz4yy08ka3wr3hkjqpag0ys2s1p22c51b9"))))
27445 (properties `((upstream-name . "spatstat.core")))
27446 (build-system r-build-system)
27447 (propagated-inputs
27448 (list r-abind
27449 r-goftest
27450 r-matrix
27451 r-mgcv
27452 r-nlme
27453 r-rpart
27454 r-spatstat-data
27455 r-spatstat-geom
27456 r-spatstat-random
27457 r-spatstat-sparse
27458 r-spatstat-utils
27459 r-tensor))
27460 (home-page "http://spatstat.org/")
27461 (synopsis "Core functionality of the spatstat package")
27462 (description
27463 "This is a subset of the original spatstat package, containing all of the
27464 user-level code from spatstat, except for the code for linear networks.")
27465 (license license:gpl2+)))
27466
27467 (define-public r-spatstat-linnet
27468 (package
27469 (name "r-spatstat-linnet")
27470 (version "2.3-2")
27471 (source
27472 (origin
27473 (method url-fetch)
27474 (uri (cran-uri "spatstat.linnet" version))
27475 (sha256
27476 (base32
27477 "0y1py6x0xbw4ad3pjwcspi4ysgfh61f5fd79787zzgyyh2va8y4w"))))
27478 (properties
27479 `((upstream-name . "spatstat.linnet")))
27480 (build-system r-build-system)
27481 (propagated-inputs
27482 (list r-matrix
27483 r-spatstat-core
27484 r-spatstat-data
27485 r-spatstat-geom
27486 r-spatstat-random
27487 r-spatstat-sparse
27488 r-spatstat-utils))
27489 (home-page "http://spatstat.org/")
27490 (synopsis "Linear networks functionality of the spatstat package")
27491 (description
27492 "This is a subset of the spatstat package, containing its functionality
27493 for spatial data on a linear network.")
27494 (license license:gpl2+)))
27495
27496 (define-public r-spatstat-random
27497 (package
27498 (name "r-spatstat-random")
27499 (version "2.2-0")
27500 (source
27501 (origin
27502 (method url-fetch)
27503 (uri (cran-uri "spatstat.random" version))
27504 (sha256
27505 (base32 "0kb01s8k67ydcfqcnz3i55vpiksihh4xsg0w2p2bclxxkpdvpw25"))))
27506 (properties `((upstream-name . "spatstat.random")))
27507 (build-system r-build-system)
27508 (propagated-inputs (list r-spatstat-data r-spatstat-geom r-spatstat-utils))
27509 (home-page "http://spatstat.org/")
27510 (synopsis "Random Generation Functionality for the 'spatstat' Family")
27511 (description
27512 "This package provides functionality for random generation of spatial
27513 data in the spatstat family of packages. It generates random spatial patterns
27514 of points according to many simple rules (complete spatial randomness,
27515 Poisson, binomial, random grid, systematic, cell), randomised alteration of
27516 patterns (thinning, random shift, jittering), simulated realisations of random
27517 point processes (simple sequential inhibition, Matern inhibition models,
27518 Matern cluster process, Neyman-Scott cluster processes, log-Gaussian Cox
27519 processes, product shot noise cluster processes) and simulation of Gibbs point
27520 processes (Metropolis-Hastings birth-death-shift algorithm, alternating Gibbs
27521 sampler).")
27522 (license license:gpl2+)))
27523
27524 (define-public r-spatstat
27525 (package
27526 (name "r-spatstat")
27527 (version "2.3-4")
27528 (source
27529 (origin
27530 (method url-fetch)
27531 (uri (cran-uri "spatstat" version))
27532 (sha256
27533 (base32
27534 "1nlrp7660y68axlm4pczc5rxbdhbbac1ylh69azr4swj1gbzi82f"))))
27535 (properties `((upstream-name . "spatstat")))
27536 (build-system r-build-system)
27537 (propagated-inputs
27538 (list r-spatstat-core r-spatstat-data r-spatstat-geom
27539 r-spatstat-linnet r-spatstat-random r-spatstat-utils))
27540 (home-page "http://www.spatstat.org")
27541 (synopsis "Spatial Point Pattern analysis, model-fitting, simulation, tests")
27542 (description
27543 "This package provides a comprehensive toolbox for analysing Spatial
27544 Point Patterns. It is focused mainly on two-dimensional point patterns,
27545 including multitype/marked points, in any spatial region. It also supports
27546 three-dimensional point patterns, space-time point patterns in any number of
27547 dimensions, point patterns on a linear network, and patterns of other
27548 geometrical objects. It supports spatial covariate data such as pixel images
27549 and contains over 2000 functions for plotting spatial data, exploratory data
27550 analysis, model-fitting, simulation, spatial sampling, model diagnostics, and
27551 formal inference.")
27552 (license license:gpl2+)))
27553
27554 (define-public r-gaston
27555 (package
27556 (name "r-gaston")
27557 (version "1.5.7")
27558 (source
27559 (origin
27560 (method url-fetch)
27561 (uri (cran-uri "gaston" version))
27562 (sha256
27563 (base32
27564 "14z94dpln4dvgrv2w7w9ik7h6rpvbf02qhq1hqzx8c2cndzxr21i"))))
27565 (properties `((upstream-name . "gaston")))
27566 (build-system r-build-system)
27567 (inputs (list zlib))
27568 (propagated-inputs
27569 (list r-rcpp r-rcppeigen r-rcppparallel))
27570 (native-inputs (list r-knitr))
27571 (home-page "https://cran.r-project.org/web/packages/gaston/")
27572 (synopsis "Genetic data handling (QC, GRM, LD, PCA) and linear mixed models")
27573 (description
27574 "This is a package for the manipulation of genetic data (SNPs).
27575 Computation of @dfn{genetic relationship matrix} (GRM) and dominance matrix,
27576 @dfn{linkage disequilibrium} (LD), and heritability with efficient algorithms
27577 for linear mixed models (AIREML).")
27578 (license license:gpl3)))
27579
27580 (define-public r-cpp11
27581 (package
27582 (name "r-cpp11")
27583 (version "0.4.2")
27584 (source
27585 (origin
27586 (method url-fetch)
27587 (uri (cran-uri "cpp11" version))
27588 (sha256
27589 (base32
27590 "16cvjfkbc7c0ymdmbcqg9px6pjsqx6qhyfq5frqj739mhazy0g20"))))
27591 (properties `((upstream-name . "cpp11")))
27592 (build-system r-build-system)
27593 (native-inputs (list r-knitr))
27594 (home-page "https://github.com/r-lib/cpp11")
27595 (synopsis "C++11 Interface for R's C Interface")
27596 (description
27597 "This package provides a header only, C++11 interface to R's C interface.
27598 Compared to other approaches @code{cpp11} strives to be safe against long
27599 jumps from the C API as well as C++ exceptions, conform to normal R function
27600 semantics and supports interaction with @code{ALTREP} vectors.")
27601 (license license:expat)))
27602
27603 (define-public r-rcpptoml
27604 (package
27605 (name "r-rcpptoml")
27606 (version "0.1.7")
27607 (source
27608 (origin
27609 (method url-fetch)
27610 (uri (cran-uri "RcppTOML" version))
27611 (sha256
27612 (base32 "0h8517ipwqhqkhcfiyqmvsb585g01p0ra0azbpzyxip6pq6g029g"))))
27613 (properties `((upstream-name . "RcppTOML")))
27614 (build-system r-build-system)
27615 (propagated-inputs (list r-rcpp))
27616 (home-page "http://dirk.eddelbuettel.com/code/rcpp.toml.html")
27617 (synopsis "Rcpp bindings to TOML parser")
27618 (description
27619 "The TOML configuration format specifies an excellent format suitable for
27620 both human editing as well as the common uses of a machine-readable format.
27621 This package provides Rcpp bindings to a TOML parser.")
27622 (license license:gpl2+)))
27623
27624 (define-public r-rcppziggurat
27625 (package
27626 (name "r-rcppziggurat")
27627 (version "0.1.6")
27628 (source
27629 (origin
27630 (method url-fetch)
27631 (uri (cran-uri "RcppZiggurat" version))
27632 (sha256
27633 (base32
27634 "0wgd1v2p7zajnbrjf3hfi56p3pk3ld6iwkanbb04bjbnlif2ay4w"))))
27635 (properties `((upstream-name . "RcppZiggurat")))
27636 (build-system r-build-system)
27637 (propagated-inputs
27638 (list r-rcpp r-rcppgsl))
27639 (native-inputs (list r-knitr))
27640 (home-page "https://cran.r-project.org/web/packages/RcppZiggurat/")
27641 (synopsis "Rcpp integration of different \"Ziggurat\" normal RNG implementations")
27642 (description
27643 "The Ziggurat generator for normally distributed random numbers,
27644 originally proposed by Marsaglia and Tsang (2000,
27645 @url{https://doi.org/10.18637/jss.v005.i08}) has been improved upon a few
27646 times starting with Leong et al (2005,
27647 @url{https://doi.org/10.18637/jss.v012.i07}). This package provides an
27648 aggregation for comparing different implementations in order to provide a
27649 'faster but good enough' alternative for use with R and C++ code.")
27650 (license license:gpl2+)))
27651
27652 (define-public r-rfast
27653 (package
27654 (name "r-rfast")
27655 (version "2.0.6")
27656 (source
27657 (origin
27658 (method url-fetch)
27659 (uri (cran-uri "Rfast" version))
27660 (sha256
27661 (base32
27662 "0zxykq021h57mq0n6giqbx8ncjsdly0arhmaj3fcp3yfcxf4ns9l"))))
27663 (properties `((upstream-name . "Rfast")))
27664 (build-system r-build-system)
27665 (propagated-inputs
27666 (list r-rcpp r-rcpparmadillo r-rcppziggurat))
27667 (home-page "https://github.com/RfastOfficial/Rfast")
27668 (synopsis "Collection of efficient and fast R functions")
27669 (description
27670 "This package provides a collection of fast (utility) functions for data
27671 analysis. Column- and row- wise means, medians, variances, minimums,
27672 maximums, many t, F and G-square tests, many regressions (normal, logistic,
27673 Poisson), are some of the many fast functions.")
27674 (license license:gpl2+)))
27675
27676 (define-public r-rffc
27677 (package
27678 (name "r-rffc")
27679 (version "1.0")
27680 (source (origin
27681 (method url-fetch)
27682 (uri (string-append
27683 "https://download.r-forge.r-project.org/src/contrib/"
27684 "rfFC_" version ".tar.gz"))
27685 (sha256
27686 (base32
27687 "05x9wgzsmx4vb12lmcspymgmpb2xw8bwryb8ysg7vzg2nkh0ma3g"))))
27688 (build-system r-build-system)
27689 (propagated-inputs
27690 (list r-randomforest))
27691 (home-page "https://r-forge.r-project.org/projects/rffc/")
27692 (synopsis "Random Forest Feature Contributions")
27693 (description "This package provides functions for extracting feature
27694 contributions from a random forest model from package @code{randomForest}.
27695 Feature contributions provide detailed information about the relationship
27696 between data variables and the predicted value returned by random forest
27697 model.")
27698 (license license:gpl2)))
27699
27700 (define-public r-clusterr
27701 (package
27702 (name "r-clusterr")
27703 (version "1.2.6")
27704 (source
27705 (origin
27706 (method url-fetch)
27707 (uri (cran-uri "ClusterR" version))
27708 (sha256
27709 (base32
27710 "00mha8madcba83ix4fc04rb7sagfm0lxlh1wvs7dvjdrngps41jr"))))
27711 (properties `((upstream-name . "ClusterR")))
27712 (build-system r-build-system)
27713 (propagated-inputs
27714 (list r-ggplot2 r-gmp r-gtools r-rcpp r-rcpparmadillo))
27715 (native-inputs (list r-knitr))
27716 (home-page "https://github.com/mlampros/ClusterR")
27717 (synopsis "Clustering")
27718 (description
27719 "This package provides Gaussian mixture models, k-means,
27720 mini-batch-kmeans, k-medoids and affinity propagation clustering with the
27721 option to plot, validate, predict (new data) and estimate the optimal number
27722 of clusters. The package takes advantage of @code{RcppArmadillo} to speed up
27723 the computationally intensive parts of the functions. For more information,
27724 see
27725
27726 @enumerate
27727 @item \"Clustering in an Object-Oriented Environment\" by Anja Struyf, Mia
27728 Hubert, Peter Rousseeuw (1997), Journal of Statistical Software,
27729 @url{https://doi.org/10.18637/jss.v001.i04};
27730 @item \"Web-scale k-means clustering\" by D. Sculley (2010), ACM Digital
27731 Library, @url{https://doi.org/10.1145/1772690.1772862};
27732 @item \"Armadillo: a template-based C++ library
27733 for linear algebra\" by Sanderson et al (2016), The Journal of Open Source
27734 Software, @url{https://doi.org/10.21105/joss.00026};
27735 @item \"Clustering by Passing Messages Between Data Points\" by Brendan
27736 J. Frey and Delbert Dueck, Science 16 Feb 2007: Vol. 315, Issue 5814,
27737 pp. 972-976, @url{https://doi.org/10.1126/science.1136800}.
27738 @end enumerate
27739 ")
27740 (license license:gpl3)))
27741
27742 (define-public r-spectrum
27743 (package
27744 (name "r-spectrum")
27745 (version "1.1")
27746 (source
27747 (origin
27748 (method url-fetch)
27749 (uri (cran-uri "Spectrum" version))
27750 (sha256
27751 (base32
27752 "0n38d360azkck6vvhr771zsh0gbvd9qsf9ygg5r18vhz0pb1xcfw"))))
27753 (properties `((upstream-name . "Spectrum")))
27754 (build-system r-build-system)
27755 (propagated-inputs
27756 (list r-clusterr r-diptest r-ggplot2 r-rfast))
27757 (native-inputs (list r-knitr))
27758 (home-page "https://cran.r-project.org/web/packages/Spectrum/")
27759 (synopsis "Fast adaptive spectral clustering for single and multi-view data")
27760 (description
27761 "This package provides a self-tuning spectral clustering method for
27762 single or multi-view data. Spectrum uses a new type of adaptive density aware
27763 kernel that strengthens connections in the graph based on common nearest
27764 neighbours. It uses a tensor product graph data integration and diffusion
27765 procedure to integrate different data sources and reduce noise. Spectrum uses
27766 either the eigengap or multimodality gap heuristics to determine the number of
27767 clusters. The method is sufficiently flexible so that a wide range of
27768 Gaussian and non-Gaussian structures can be clustered with automatic selection
27769 of K.")
27770 (license license:agpl3+)))
27771
27772 (define-public r-nabor
27773 (package
27774 (name "r-nabor")
27775 (version "0.5.0")
27776 (source
27777 (origin
27778 (method url-fetch)
27779 (uri (cran-uri "nabor" version))
27780 (sha256
27781 (base32
27782 "1nj39cdfwrmhgsi3cq8imxv3n6xzc1v6dzdb2cf2hybjk368v4s7"))))
27783 (properties `((upstream-name . "nabor")))
27784 (build-system r-build-system)
27785 (propagated-inputs
27786 (list r-bh r-rcpp r-rcppeigen))
27787 (home-page "https://cran.r-project.org/web/packages/nabor/")
27788 (synopsis "Wrapper for K nearest neighbour library for low dimensions")
27789 (description
27790 "This package provides an R wrapper for libnabo, an exact or approximate
27791 k nearest neighbour library which is optimised for low dimensional
27792 spaces (e.g. 3D). @code{nabor} includes a @code{knn} function that is
27793 designed as a drop-in replacement for the RANN function @code{nn2}. In
27794 addition, objects which include the k-d tree search structure can be returned
27795 to speed up repeated queries of the same set of target points.")
27796 (license license:bsd-3)))
27797
27798 (define-public r-naturalsort
27799 (package
27800 (name "r-naturalsort")
27801 (version "0.1.3")
27802 (source (origin
27803 (method url-fetch)
27804 (uri (cran-uri "naturalsort" version))
27805 (sha256
27806 (base32
27807 "0mz801y9mzld9ypp3xmsjw2d8l9q97sdnv09wrci9xi3yg2sjf6d"))))
27808 (build-system r-build-system)
27809 (home-page "https://cran.r-project.org/web/packages/naturalsort/")
27810 (synopsis "Natural ordering")
27811 (description "This package provides functions related to human natural
27812 ordering. It handles adjacent digits in a character sequence as a number
27813 so that natural sort function arranges a character vector by their numbers,
27814 not digit characters.")
27815 (license license:bsd-3)))
27816
27817 (define-public r-visdat
27818 (package
27819 (name "r-visdat")
27820 (version "0.5.3")
27821 (source (origin
27822 (method url-fetch)
27823 (uri (cran-uri "visdat" version))
27824 (sha256
27825 (base32
27826 "1ikqp29nncbw1xlwyb9dqqgcdk9q0bs3wxhnhnjpb11vcjv7cz2j"))))
27827 (build-system r-build-system)
27828 (propagated-inputs
27829 (list r-dplyr
27830 r-ggplot2
27831 r-glue
27832 r-magrittr
27833 r-purrr
27834 r-readr
27835 r-tibble
27836 r-tidyr))
27837 (native-inputs
27838 (list r-knitr))
27839 (home-page "https://visdat.njtierney.com/")
27840 (synopsis "Preliminary Visualisation of Data")
27841 (description "This package provides procedures to create preliminary exploratory
27842 data visualisations of an entire dataset to identify problems or unexpected features
27843 using @code{ggplot2}.")
27844 (license license:expat)))
27845
27846 (define-public r-muhaz
27847 (package
27848 (name "r-muhaz")
27849 (version "1.2.6.4")
27850 (source
27851 (origin
27852 (method url-fetch)
27853 (uri (cran-uri "muhaz" version))
27854 (sha256
27855 (base32
27856 "1ddy8ayr4rdhzcipdvxdwd7z5g9hfp0ppacl7xf6f2612cn1185g"))))
27857 (properties `((upstream-name . "muhaz")))
27858 (build-system r-build-system)
27859 (propagated-inputs
27860 (list r-survival))
27861 (native-inputs
27862 (list gfortran))
27863 (home-page "https://cran.r-project.org/web/packages/muhaz/")
27864 (synopsis "Hazard function estimation in survival analysis")
27865 (description
27866 "This package produces a smooth estimate of the hazard function for
27867 censored data.")
27868 ;; Any version of the GPL.
27869 (license license:gpl3+)))
27870
27871 (define-public r-flexsurv
27872 (package
27873 (name "r-flexsurv")
27874 (version "2.1")
27875 (source
27876 (origin
27877 (method url-fetch)
27878 (uri (cran-uri "flexsurv" version))
27879 (sha256
27880 (base32
27881 "0kwij9nkdvnsn1kn12fj3hjkd2qpgw7bdda4qad7basq5p6divlp"))))
27882 (properties `((upstream-name . "flexsurv")))
27883 (build-system r-build-system)
27884 (propagated-inputs
27885 (list r-assertthat
27886 r-desolve
27887 r-dplyr
27888 r-generics
27889 r-magrittr
27890 r-matrix
27891 r-mstate
27892 r-muhaz
27893 r-mvtnorm
27894 r-numderiv
27895 r-purrr
27896 r-quadprog
27897 r-rcpp
27898 r-rlang
27899 r-rstpm2
27900 r-survival
27901 r-tibble
27902 r-tidyr
27903 r-tidyselect))
27904 (native-inputs
27905 (list r-knitr))
27906 (home-page "https://github.com/chjackson/flexsurv-dev")
27907 (synopsis "Flexible parametric survival and multi-state models")
27908 (description
27909 "This package provides flexible parametric models for time-to-event data,
27910 including the Royston-Parmar spline model, generalized gamma and generalized F
27911 distributions. Any user-defined parametric distribution can be fitted, given
27912 at least an R function defining the probability density or hazard. There are
27913 also tools for fitting and predicting from fully parametric multi-state
27914 models.")
27915 (license license:gpl2+)))
27916
27917 (define-public r-transphylo
27918 (package
27919 (name "r-transphylo")
27920 (version "1.4.5")
27921 (source
27922 (origin
27923 (method url-fetch)
27924 (uri (cran-uri "TransPhylo" version))
27925 (sha256
27926 (base32
27927 "0g92kwi1nlmpc8m4pc9kv9xhczryr2kn9icfr3js7da7vy8g50xy"))))
27928 (properties `((upstream-name . "TransPhylo")))
27929 (build-system r-build-system)
27930 (propagated-inputs
27931 (list r-ape r-rcpp))
27932 (native-inputs
27933 (list r-knitr))
27934 (home-page "https://cran.r-project.org/web/packages/TransPhylo/")
27935 (synopsis "Inference of transmission tree from a dated phylogeny")
27936 (description
27937 "This is a package to infer transmission trees from a dated phylogeny.
27938 It includes methods to simulate and analyze outbreaks. The methodology is
27939 described in @url{https://doi.org/10.1093/molbev/msu121,Didelot et al. (2014)}
27940 and @url{https://doi.org/10.1093/molbev/msw275,Didelot et al. (2017)}.")
27941 (license license:gpl2+)))
27942
27943 (define-public r-km-ci
27944 (package
27945 (name "r-km-ci")
27946 (version "0.5-6")
27947 (source
27948 (origin
27949 (method url-fetch)
27950 (uri (cran-uri "km.ci" version))
27951 (sha256
27952 (base32
27953 "18sc9vhbdgks8lhk2nfxkkayh8j4j227hl63fm5p04f7z4wm6wc1"))))
27954 (properties `((upstream-name . "km.ci")))
27955 (build-system r-build-system)
27956 (propagated-inputs
27957 (list r-survival))
27958 (home-page "https://cran.r-project.org/web/packages/km.ci/")
27959 (synopsis "Confidence intervals for the Kaplan-Meier estimator")
27960 (description
27961 "This package computes various @dfn{confidence intervals} (CI) for the
27962 Kaplan-Meier estimator, namely: Petos CI, Rothman CI, CIs based on Greenwoods
27963 variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by
27964 Nair and Hall and Wellner.")
27965 (license license:gpl2+)))
27966
27967 (define-public r-kmsurv
27968 (package
27969 (name "r-kmsurv")
27970 (version "0.1-5")
27971 (source
27972 (origin
27973 (method url-fetch)
27974 (uri (cran-uri "KMsurv" version))
27975 (sha256
27976 (base32
27977 "0hi5vvk584rl70gbrr75w9hc775xmbxnaig0dd6hlpi4071pnqjm"))))
27978 (properties `((upstream-name . "KMsurv")))
27979 (build-system r-build-system)
27980 (home-page "https://cran.r-project.org/web/packages/KMsurv/")
27981 (synopsis "Data sets from Klein and Moeschberger (1997), Survival Analysis")
27982 (description
27983 "This package provides data sets and functions for Klein and Moeschberger
27984 (1997), \"Survival Analysis, Techniques for Censored and Truncated Data\",
27985 Springer.")
27986 (license license:gpl3+)))
27987
27988 (define-public r-survmisc
27989 (package
27990 (name "r-survmisc")
27991 (version "0.5.6")
27992 (source
27993 (origin
27994 (method url-fetch)
27995 (uri (cran-uri "survMisc" version))
27996 (sha256
27997 (base32
27998 "014cf7sfndmib9jmj0p3h67sr750k2pvw7m865zwdpvlqddi44fr"))))
27999 (properties `((upstream-name . "survMisc")))
28000 (build-system r-build-system)
28001 (propagated-inputs
28002 (list r-data-table
28003 r-ggplot2
28004 r-gridextra
28005 r-km-ci
28006 r-kmsurv
28007 r-knitr
28008 r-survival
28009 r-xtable
28010 r-zoo))
28011 (native-inputs
28012 (list r-knitr))
28013 (home-page "https://cran.r-project.org/web/packages/survMisc/")
28014 (synopsis "Miscellaneous functions for survival data")
28015 (description
28016 "This package provides a collection of functions to help in the analysis
28017 of right-censored survival data. These extend the methods available in
28018 the @code{survival} package.")
28019 (license license:gpl2)))
28020
28021 (define-public r-exactranktests
28022 (package
28023 (name "r-exactranktests")
28024 (version "0.8-34")
28025 (source
28026 (origin
28027 (method url-fetch)
28028 (uri (cran-uri "exactRankTests" version))
28029 (sha256
28030 (base32
28031 "1i4mwz61mjlh1ai3dww2pjkicx9ww8c4mljnr8xlawh91479lva9"))))
28032 (properties
28033 `((upstream-name . "exactRankTests")))
28034 (build-system r-build-system)
28035 (home-page "https://cran.r-project.org/web/packages/exactRankTests/")
28036 (synopsis "Exact distributions for rank and permutation tests")
28037 (description
28038 "This package computes exact conditional p-values and quantiles using an
28039 implementation of the Shift-Algorithm by Streitberg & Roehmel.")
28040 (license license:gpl2+)))
28041
28042 (define-public r-maxstat
28043 (package
28044 (name "r-maxstat")
28045 (version "0.7-25")
28046 (source
28047 (origin
28048 (method url-fetch)
28049 (uri (cran-uri "maxstat" version))
28050 (sha256
28051 (base32
28052 "114z1rwxwvk05ijjhdppzm148n1h192fp0w12ky10zkrhf6kphbg"))))
28053 (properties `((upstream-name . "maxstat")))
28054 (build-system r-build-system)
28055 (propagated-inputs
28056 (list r-exactranktests r-mvtnorm))
28057 (home-page "https://cran.r-project.org/web/packages/maxstat/")
28058 (synopsis "Maximally selected rank statistics")
28059 (description
28060 "This package provides maximally selected rank statistics with several
28061 p-value approximations.")
28062 (license license:gpl2+)))
28063
28064 (define-public r-survminer
28065 (package
28066 (name "r-survminer")
28067 (version "0.4.9")
28068 (source
28069 (origin
28070 (method url-fetch)
28071 (uri (cran-uri "survminer" version))
28072 (sha256
28073 (base32
28074 "0byh0wxdbjfwdrzsnqv4xlmnik6lj0vkkzfxy7lssk8dv5zmj7nz"))))
28075 (properties `((upstream-name . "survminer")))
28076 (build-system r-build-system)
28077 (propagated-inputs
28078 (list r-broom
28079 r-dplyr
28080 r-ggplot2
28081 r-ggpubr
28082 r-ggtext
28083 r-gridextra
28084 r-magrittr
28085 r-maxstat
28086 r-purrr
28087 r-rlang
28088 r-scales
28089 r-survival
28090 r-survmisc
28091 r-tibble
28092 r-tidyr))
28093 (native-inputs
28094 (list r-knitr))
28095 (home-page "https://rpkgs.datanovia.com/survminer/index.html")
28096 (synopsis "Drawing survival curves using ggplot2")
28097 (description
28098 "This package contains the function @code{ggsurvplot()} for easily
28099 drawing beautiful and 'ready-to-publish' survival curves with the 'number at
28100 risk' table and 'censoring count plot'. Other functions are also available to
28101 plot adjusted curves for Cox model and to visually examine Cox model
28102 assumptions.")
28103 (license license:gpl2)))
28104
28105 (define-public r-forge
28106 (package
28107 (name "r-forge")
28108 (version "0.2.0")
28109 (source
28110 (origin
28111 (method url-fetch)
28112 (uri (cran-uri "forge" version))
28113 (sha256
28114 (base32
28115 "0pjfzsc35agkh0zfw2czwajkbsyn6liys5irl5bhz5r1vim3jmwa"))))
28116 (properties `((upstream-name . "forge")))
28117 (build-system r-build-system)
28118 (propagated-inputs
28119 (list r-magrittr r-rlang))
28120 (home-page "https://cran.r-project.org/web/packages/forge/")
28121 (synopsis "Cast values into shape")
28122 (description
28123 "This package provides helper functions with a consistent interface to
28124 coerce and verify the types and shapes of values for input checking.")
28125 (license license:asl2.0)))
28126
28127 (define-public r-config
28128 (package
28129 (name "r-config")
28130 (version "0.3.1")
28131 (source
28132 (origin
28133 (method url-fetch)
28134 (uri (cran-uri "config" version))
28135 (sha256
28136 (base32
28137 "0l2zp7v6qaz72dclcbjrlis633zlwp8rsi5azr7iw127iyz7i26l"))))
28138 (properties `((upstream-name . "config")))
28139 (build-system r-build-system)
28140 (propagated-inputs
28141 (list r-yaml))
28142 (native-inputs
28143 (list r-knitr))
28144 (home-page "https://github.com/rstudio/config")
28145 (synopsis "Manage environment specific configuration values")
28146 (description
28147 "This package lets you manage configuration values across multiple
28148 environments (e.g. development, test, production). It reads values using a
28149 function that determines the current environment and returns the appropriate
28150 value.")
28151 (license license:gpl3)))
28152
28153 (define-public r-adaptivesparsity
28154 (package
28155 (name "r-adaptivesparsity")
28156 (version "1.6")
28157 (source (origin
28158 (method url-fetch)
28159 (uri (cran-uri "AdaptiveSparsity" version))
28160 (sha256
28161 (base32
28162 "0imr5m8mll9j6n4icsv6z9rl5kbnwsp9wvzrg7n90nnmcxq2cz91"))))
28163 (properties
28164 `((upstream-name . "AdaptiveSparsity")))
28165 (build-system r-build-system)
28166 (arguments
28167 `(#:phases
28168 (modify-phases %standard-phases
28169 (add-after 'unpack 'link-against-armadillo
28170 (lambda _
28171 (substitute* "src/Makevars"
28172 (("PKG_LIBS=" prefix)
28173 (string-append prefix "-larmadillo")))
28174 #t)))))
28175 (propagated-inputs
28176 (list r-mass r-matrix r-rcpp r-rcpparmadillo))
28177 (inputs
28178 (list armadillo))
28179 (home-page "https://cran.r-project.org/web/packages/AdaptiveSparsity")
28180 (synopsis "Adaptive sparsity models")
28181 (description
28182 "This package implements the Figueiredo machine learning algorithm for
28183 adaptive sparsity and the Wong algorithm for adaptively sparse Gaussian
28184 geometric models.")
28185 (license license:lgpl3+)))
28186
28187 (define-public r-add2ggplot
28188 (package
28189 (name "r-add2ggplot")
28190 (version "0.3.0")
28191 (source
28192 (origin
28193 (method url-fetch)
28194 (uri (cran-uri "add2ggplot" version))
28195 (sha256
28196 (base32 "0c94i1cfp2pvplvxmfvvz2fyj026r1jnax05mrzrc7ppnqzy25y0"))))
28197 (properties `((upstream-name . "add2ggplot")))
28198 (build-system r-build-system)
28199 (propagated-inputs
28200 (list r-ggplot2 r-magick r-magrittr r-rcolorbrewer r-zeallot))
28201 (native-inputs (list r-knitr))
28202 (home-page "https://github.com/JiaxiangBU/add2ggplot")
28203 (synopsis "Extension for ggplot2")
28204 (description "This package provides tools to create themes and color
28205 palettes for the package ggplot2.")
28206 (license license:expat)))
28207
28208 (define-public r-diffusionmap
28209 (package
28210 (name "r-diffusionmap")
28211 (version "1.2.0")
28212 (source
28213 (origin
28214 (method url-fetch)
28215 (uri (cran-uri "diffusionMap" version))
28216 (sha256
28217 (base32
28218 "1rvk7069brlm1s9kqj4c31mwwr3mw4hmhay95cjjjfmw5xclff2j"))))
28219 (properties `((upstream-name . "diffusionMap")))
28220 (build-system r-build-system)
28221 (propagated-inputs
28222 (list r-igraph r-matrix r-scatterplot3d))
28223 (home-page "https://www.r-project.org")
28224 (synopsis "Diffusion map")
28225 (description "This package implements the diffusion map method of data
28226 parametrization, including creation and visualization of diffusion maps,
28227 clustering with diffusion K-means and regression using the adaptive regression
28228 model.")
28229 (license license:gpl2)))
28230
28231 (define-public r-igraph
28232 (package
28233 (name "r-igraph")
28234 (version "1.3.0")
28235 (source
28236 (origin
28237 (method url-fetch)
28238 (uri (cran-uri "igraph" version))
28239 (sha256
28240 (base32
28241 "09dzc8lslljvhj2q46075vxcmlgkvq2qs500zdqyy9g8scq6iqbi"))))
28242 (build-system r-build-system)
28243 (native-inputs
28244 (list gfortran))
28245 (inputs
28246 (list gmp glpk libxml2 zlib))
28247 (propagated-inputs
28248 (list r-magrittr r-matrix r-pkgconfig))
28249 (home-page "https://igraph.org")
28250 (synopsis "Network analysis and visualization")
28251 (description
28252 "This package provides routines for simple graphs and network analysis.
28253 It can handle large graphs very well and provides functions for generating
28254 random and regular graphs, graph visualization, centrality methods and much
28255 more.")
28256 (license license:gpl2+)))
28257
28258 (define-public r-workflows
28259 (package
28260 (name "r-workflows")
28261 (version "0.2.6")
28262 (source
28263 (origin
28264 (method url-fetch)
28265 (uri (cran-uri "workflows" version))
28266 (sha256
28267 (base32
28268 "0xhc1j25fjipw8hvcpdbvfm640kp0flwvifj5f7g4n6b3wb8cm6a"))))
28269 (properties `((upstream-name . "workflows")))
28270 (build-system r-build-system)
28271 (propagated-inputs
28272 (list r-cli
28273 r-generics
28274 r-glue
28275 r-hardhat
28276 r-lifecycle
28277 r-parsnip
28278 r-rlang
28279 r-tidyselect
28280 r-vctrs))
28281 (native-inputs
28282 (list r-knitr))
28283 (home-page "https://github.com/tidymodels/workflows")
28284 (synopsis "Modeling workflows")
28285 (description
28286 "A workflow is an object that can bundle together your pre-processing,
28287 modeling, and post-processing requests. For example, if you have a
28288 @code{recipe} and @code{parsnip} model, these can be combined into a
28289 workflow. The advantages are:
28290
28291 @enumerate
28292 @item You don’t have to keep track of separate objects in your workspace.
28293 @item The recipe prepping and model fitting can be executed using a single
28294 call to @code{fit()}.
28295 @item If you have custom tuning parameter settings, these can be defined using
28296 a simpler interface when combined with @code{tune}.
28297 @item In the future, workflows will be able to add post-processing operations,
28298 such as modifying the probability cutoff for two-class models.
28299 @end enumerate
28300 ")
28301 (license license:expat)))
28302
28303 (define-public r-lobstr
28304 (package
28305 (name "r-lobstr")
28306 (version "1.1.1")
28307 (source
28308 (origin
28309 (method url-fetch)
28310 (uri (cran-uri "lobstr" version))
28311 (sha256
28312 (base32
28313 "0vkif17825x33cz8r89j0qph4wj5l8fzfgl8nh2g7m2v140cxjdq"))))
28314 (properties `((upstream-name . "lobstr")))
28315 (build-system r-build-system)
28316 (propagated-inputs
28317 (list r-crayon r-rcpp r-rlang))
28318 (home-page "https://github.com/r-lib/lobstr")
28319 (synopsis "Visualize R data structures with trees")
28320 (description
28321 "This package provides a set of tools for inspecting and understanding R
28322 data structures inspired by @code{str}. It includes @code{ast} for
28323 visualizing abstract syntax trees, @code{ref} for showing shared references,
28324 @code{cst} for showing call stack trees, and @code{obj_size} for computing
28325 object sizes.")
28326 (license license:gpl3)))
28327
28328 (define-public r-gpfit
28329 (package
28330 (name "r-gpfit")
28331 (version "1.0-8")
28332 (source
28333 (origin
28334 (method url-fetch)
28335 (uri (cran-uri "GPfit" version))
28336 (sha256
28337 (base32
28338 "05mpiyi2vxv0wqp422n1mnxa8msc4daq40cwpnpngbcwqhlgqkby"))))
28339 (properties `((upstream-name . "GPfit")))
28340 (build-system r-build-system)
28341 (propagated-inputs
28342 (list r-lattice r-lhs))
28343 (home-page "https://cran.r-project.org/web/packages/GPfit/")
28344 (synopsis "Gaussian Processes modeling")
28345 (description
28346 "This package provides a computationally stable approach of fitting a
28347 @dfn{Gaussian Process} (GP) model to a deterministic simulator.")
28348 (license license:gpl2)))
28349
28350 (define-public r-yardstick
28351 (package
28352 (name "r-yardstick")
28353 (version "0.0.9")
28354 (source
28355 (origin
28356 (method url-fetch)
28357 (uri (cran-uri "yardstick" version))
28358 (sha256
28359 (base32
28360 "00hv4gk1ba4dab8i3dcq7lim4bll7l572rgc8km9x4ja8by95j8h"))))
28361 (properties `((upstream-name . "yardstick")))
28362 (build-system r-build-system)
28363 (propagated-inputs
28364 (list r-dplyr
28365 r-generics
28366 r-proc
28367 r-rlang
28368 r-tidyselect
28369 r-vctrs))
28370 (native-inputs
28371 (list r-knitr))
28372 (home-page "https://github.com/tidymodels/yardstick")
28373 (synopsis "Tidy characterizations of model performance")
28374 (description
28375 "This package provides tidy tools for quantifying how well a model fits
28376 to a data set such as confusion matrices, class probability curve summaries,
28377 and regression metrics (e.g., RMSE).")
28378 (license license:gpl2)))
28379
28380 (define-public r-warp
28381 (package
28382 (name "r-warp")
28383 (version "0.2.0")
28384 (source
28385 (origin
28386 (method url-fetch)
28387 (uri (cran-uri "warp" version))
28388 (sha256
28389 (base32
28390 "0s0acddc5h14245hi1faycxp0fyvw6nlgaz2df7da4fpyd2f638f"))))
28391 (properties `((upstream-name . "warp")))
28392 (build-system r-build-system)
28393 (native-inputs (list r-knitr))
28394 (home-page "https://github.com/DavisVaughan/warp")
28395 (synopsis "Group dates")
28396 (description
28397 "This package provides tooling to group dates by a variety of periods
28398 including: yearly, monthly, by second, by week of the month, and more. The
28399 groups are defined in such a way that they also represent the distance between
28400 dates in terms of the period. This extracts valuable information that can be
28401 used in further calculations that rely on a specific temporal spacing between
28402 observations.")
28403 (license license:expat)))
28404
28405 (define-public r-scico
28406 (package
28407 (name "r-scico")
28408 (version "1.3.0")
28409 (source
28410 (origin
28411 (method url-fetch)
28412 (uri (cran-uri "scico" version))
28413 (sha256
28414 (base32 "08grfbjd5s0vdw76ni37yjl2242rr8i2jy72sgpwgra282hpnji3"))))
28415 (properties `((upstream-name . "scico")))
28416 (build-system r-build-system)
28417 (propagated-inputs (list r-scales))
28418 (home-page "https://github.com/thomasp85/scico")
28419 (synopsis "Colour Palettes Based on the Scientific Colour-Maps")
28420 (description
28421 "This package provides colour choice in information visualisation. It
28422 important in order to avoid being mislead by inherent bias in the used colour
28423 palette. This package provides access to the perceptually uniform and
28424 colour-blindness friendly palettes developed by Fabio Crameri and released
28425 under the \"Scientific Colour-Maps\" moniker. The package contains 24
28426 different palettes and includes both diverging and sequential types.")
28427 (license license:expat)))
28428
28429 (define-public r-slider
28430 (package
28431 (name "r-slider")
28432 (version "0.2.2")
28433 (source
28434 (origin
28435 (method url-fetch)
28436 (uri (cran-uri "slider" version))
28437 (sha256
28438 (base32
28439 "1vxk2bc33svwcki2j8zr5jcxswh27i0fqgzjw2a5a1pp9dh3fmd3"))))
28440 (properties `((upstream-name . "slider")))
28441 (build-system r-build-system)
28442 (propagated-inputs
28443 (list r-ellipsis r-glue r-rlang r-vctrs r-warp))
28444 (native-inputs (list r-knitr))
28445 (home-page "https://github.com/DavisVaughan/slider")
28446 (synopsis "Sliding window functions")
28447 (description
28448 "This package provides type-stable rolling window functions over any R
28449 data type. Cumulative and expanding windows are also supported. For more
28450 advanced usage, an index can be used as a secondary vector that defines how
28451 sliding windows are to be created.")
28452 (license license:expat)))
28453
28454 (define-public r-rlist
28455 (package
28456 (name "r-rlist")
28457 (version "0.4.6.2")
28458 (source
28459 (origin
28460 (method url-fetch)
28461 (uri (cran-uri "rlist" version))
28462 (sha256
28463 (base32 "15q99rhbbjq8zd976yjmfnny45dd5fg2p2dv1sljg2kwi66nbppb"))))
28464 (properties `((upstream-name . "rlist")))
28465 (build-system r-build-system)
28466 (propagated-inputs (list r-data-table r-jsonlite r-xml r-yaml))
28467 (home-page "https://renkun-ken.github.io/rlist/")
28468 (synopsis "A Toolbox for Non-Tabular Data Manipulation")
28469 (description
28470 "This package provides a set of functions for data manipulation with
28471 list objects, including mapping, filtering, grouping, sorting, updating,
28472 searching, and other useful functions. Most functions are designed to be
28473 pipeline friendly so that data processing with lists can be chained.")
28474 (license license:expat)))
28475
28476 (define-public r-rsample
28477 (package
28478 (name "r-rsample")
28479 (version "0.1.1")
28480 (source
28481 (origin
28482 (method url-fetch)
28483 (uri (cran-uri "rsample" version))
28484 (sha256
28485 (base32
28486 "01xwhj4zfvxbv9cjb6mbz3aphxqc3cnjjx1xy2yx2wd94fbka42z"))))
28487 (properties `((upstream-name . "rsample")))
28488 (build-system r-build-system)
28489 (propagated-inputs
28490 (list r-dplyr
28491 r-ellipsis
28492 r-furrr
28493 r-generics
28494 r-lifecycle
28495 r-purrr
28496 r-rlang
28497 r-slider
28498 r-tibble
28499 r-tidyr
28500 r-tidyselect
28501 r-vctrs))
28502 (native-inputs
28503 (list r-knitr))
28504 (home-page "https://rsample.tidymodels.org")
28505 (synopsis "General resampling infrastructure")
28506 (description
28507 "This package provides classes and functions to create and summarize
28508 different types of resampling objects (e.g. bootstrap, cross-validation).")
28509 (license license:gpl2)))
28510
28511 (define-public r-dicedesign
28512 (package
28513 (name "r-dicedesign")
28514 (version "1.9")
28515 (source
28516 (origin
28517 (method url-fetch)
28518 (uri (cran-uri "DiceDesign" version))
28519 (sha256
28520 (base32
28521 "1a8ixa65xgyfri03cviic8qi2plbhdyz8m02bwif8w94w0q3ghlk"))))
28522 (properties `((upstream-name . "DiceDesign")))
28523 (build-system r-build-system)
28524 (home-page "http://dice.emse.fr/")
28525 (synopsis "Designs of computer experiments")
28526 (description
28527 "This package provides tools to create some specific @code{Space-Filling
28528 Design} (SFD) and to test their quality.")
28529 (license license:gpl3)))
28530
28531 (define-public r-dials
28532 (package
28533 (name "r-dials")
28534 (version "0.1.1")
28535 (source
28536 (origin
28537 (method url-fetch)
28538 (uri (cran-uri "dials" version))
28539 (sha256
28540 (base32
28541 "1h695g9vklqn0vd53j9k03s0989xjpjr11h5qhz3a0v6465fwm8a"))))
28542 (properties `((upstream-name . "dials")))
28543 (build-system r-build-system)
28544 (propagated-inputs
28545 (list r-dicedesign
28546 r-dplyr
28547 r-glue
28548 r-hardhat
28549 r-lifecycle
28550 r-purrr
28551 r-rlang
28552 r-scales
28553 r-tibble
28554 r-vctrs
28555 r-withr))
28556 (native-inputs (list r-knitr))
28557 (home-page "https://dials.tidymodels.org/")
28558 (synopsis "Tools for creating tuning parameter values")
28559 (description
28560 "Many models contain tuning parameters (i.e. parameters that cannot be
28561 directly estimated from the data). These tools can be used to define objects
28562 for creating, simulating, or validating values for such parameters.")
28563 (license license:gpl2)))
28564
28565 (define-public r-tune
28566 (package
28567 (name "r-tune")
28568 (version "0.2.0")
28569 (source
28570 (origin
28571 (method url-fetch)
28572 (uri (cran-uri "tune" version))
28573 (sha256
28574 (base32
28575 "05gxlsaqv6sjk11r5g4nkdd6hlb3bnfmc29cx4vln1blha37jx4i"))))
28576 (properties `((upstream-name . "tune")))
28577 (build-system r-build-system)
28578 (propagated-inputs
28579 (list r-cli
28580 r-dials
28581 r-dplyr
28582 r-foreach
28583 r-generics
28584 r-ggplot2
28585 r-glue
28586 r-gpfit
28587 r-hardhat
28588 r-lifecycle
28589 r-parsnip
28590 r-purrr
28591 r-recipes
28592 r-rlang
28593 r-rsample
28594 r-tibble
28595 r-tidyr
28596 r-vctrs
28597 r-withr
28598 r-workflows
28599 r-yardstick))
28600 (home-page "https://github.com/tidymodels/tune")
28601 (synopsis "Tidy tuning tools")
28602 (description
28603 "The ability to tune models is important. @code{tune} contains functions
28604 and classes to be used in conjunction with other @code{tidymodels} packages
28605 for finding reasonable values of hyper-parameters in models, pre-processing
28606 methods, and post-processing steps.")
28607 (license license:expat)))
28608
28609 (define-public r-workflowsets
28610 (package
28611 (name "r-workflowsets")
28612 (version "0.2.1")
28613 (source
28614 (origin
28615 (method url-fetch)
28616 (uri (cran-uri "workflowsets" version))
28617 (sha256
28618 (base32
28619 "0q42nhnw0mbivadcfb07v71fp39x8fcnjipvn5l5yhjzc56cfxi8"))))
28620 (properties `((upstream-name . "workflowsets")))
28621 (build-system r-build-system)
28622 (propagated-inputs
28623 (list r-cli
28624 r-dplyr
28625 r-hardhat
28626 r-generics
28627 r-ggplot2
28628 r-lifecycle
28629 r-prettyunits
28630 r-purrr
28631 r-rlang
28632 r-rsample
28633 r-tibble
28634 r-tidyr
28635 r-tune
28636 r-vctrs
28637 r-withr
28638 r-workflows))
28639 (native-inputs
28640 (list r-knitr))
28641 (home-page "https://github.com/tidymodels/workflowsets")
28642 (synopsis "Create a collection of tidymodels workflows")
28643 (description
28644 "A workflow is a combination of a model and preprocessors (e.g, a
28645 formula, recipe, etc.). In order to try different combinations of these, an
28646 object can be created that contains many workflows. There are functions to
28647 create workflows en masse as well as training them and visualizing the
28648 results.")
28649 (license license:expat)))
28650
28651 (define-public r-tidyposterior
28652 (package
28653 (name "r-tidyposterior")
28654 (version "0.1.0")
28655 (source
28656 (origin
28657 (method url-fetch)
28658 (uri (cran-uri "tidyposterior" version))
28659 (sha256
28660 (base32
28661 "1h1664sjrg6akph6nrk8ynn2kjiswv6gshy35gamam1h4axf6wah"))))
28662 (properties `((upstream-name . "tidyposterior")))
28663 (build-system r-build-system)
28664 (propagated-inputs
28665 (list r-dplyr
28666 r-generics
28667 r-ggplot2
28668 r-purrr
28669 r-rlang
28670 r-rsample
28671 r-rstanarm
28672 r-tibble
28673 r-tidyr
28674 r-tune
28675 r-vctrs
28676 r-workflowsets))
28677 (native-inputs
28678 (list r-knitr))
28679 (home-page "https://tidyposterior.tidymodels.org")
28680 (synopsis "Bayesian analysis to compare models using resampling statistics")
28681 (description
28682 "This package can be used to conduct post hoc analyses of resampling
28683 results generated by models. For example, if two models are evaluated with
28684 the @dfn{root mean squared error} (RMSE) using 10-fold cross-validation, there
28685 are 10 paired statistics. These can be used to make comparisons between
28686 models without involving a test set.")
28687 (license license:gpl2)))
28688
28689 (define-public r-tidypredict
28690 (package
28691 (name "r-tidypredict")
28692 (version "0.4.8")
28693 (source
28694 (origin
28695 (method url-fetch)
28696 (uri (cran-uri "tidypredict" version))
28697 (sha256
28698 (base32
28699 "0fff349pkksss8h1k2qza78l81ha6avx63pxziv6dfa8h62qmrdy"))))
28700 (properties `((upstream-name . "tidypredict")))
28701 (build-system r-build-system)
28702 (propagated-inputs
28703 (list r-dplyr
28704 r-generics
28705 r-knitr
28706 r-purrr
28707 r-rlang
28708 r-stringr
28709 r-tibble
28710 r-tidyr))
28711 (native-inputs
28712 (list r-knitr))
28713 (home-page "https://tidypredict.tidymodels.org")
28714 (synopsis "Run predictions inside the database")
28715 (description
28716 "This package parses a fitted R model object, and returns a formula in
28717 Tidy Eval code that calculates the predictions. It works with several
28718 database backends because it leverages @code{dplyr} and @code{dbplyr} for the
28719 final SQL translation of the algorithm. It currently supports @code{lm()},
28720 @code{glm()}, @code{randomForest()}, @code{ranger()}, @code{earth()},
28721 @code{xgb.Booster.complete()}, @code{cubist()}, and @code{ctree()} models.")
28722 (license license:gpl3)))
28723
28724 (define-public r-janeaustenr
28725 (package
28726 (name "r-janeaustenr")
28727 (version "0.1.5")
28728 (source
28729 (origin
28730 (method url-fetch)
28731 (uri (cran-uri "janeaustenr" version))
28732 (sha256
28733 (base32
28734 "1wyn4qc28a3sval8shmyi2d7s4nl3jh96s8pzq871brxcmrncbwr"))))
28735 (properties `((upstream-name . "janeaustenr")))
28736 (build-system r-build-system)
28737 (home-page "https://github.com/juliasilge/janeaustenr")
28738 (synopsis "Jane Austen's complete novels")
28739 (description
28740 "This package provides the full texts for Jane Austen's six completed
28741 novels, ready for text analysis. These novels are \"Sense and Sensibility\",
28742 \"Pride and Prejudice\", \"Mansfield Park\", \"Emma\", \"Northanger Abbey\",
28743 and \"Persuasion\".")
28744 (license license:expat)))
28745
28746 (define-public r-tokenizers
28747 (package
28748 (name "r-tokenizers")
28749 (version "0.2.1")
28750 (source
28751 (origin
28752 (method url-fetch)
28753 (uri (cran-uri "tokenizers" version))
28754 (sha256
28755 (base32
28756 "006xf1vdrmp9skhpss9ldhmk4cwqk512cjp1pxm2gxfybpf7qq98"))))
28757 (properties `((upstream-name . "tokenizers")))
28758 (build-system r-build-system)
28759 (propagated-inputs
28760 (list r-rcpp r-snowballc r-stringi))
28761 (native-inputs
28762 (list r-knitr))
28763 (home-page "https://lincolnmullen.com/software/tokenizers/")
28764 (synopsis "Fast, consistent tokenization of natural language text")
28765 (description
28766 "This is a package for converting natural language text into tokens.
28767 It includes tokenizers for shingled n-grams, skip n-grams, words, word stems,
28768 sentences, paragraphs, characters, shingled characters, lines, tweets, Penn
28769 Treebank, regular expressions, as well as functions for counting characters,
28770 words, and sentences, and a function for splitting longer texts into separate
28771 documents, each with the same number of words. The tokenizers have a
28772 consistent interface, and the package is built on the @code{stringi} and
28773 @code{Rcpp} packages for fast yet correct tokenization in UTF-8 encoding.")
28774 (license license:expat)))
28775
28776 (define-public r-hunspell
28777 (package
28778 (name "r-hunspell")
28779 (version "3.0.1")
28780 (source
28781 (origin
28782 (method url-fetch)
28783 (uri (cran-uri "hunspell" version))
28784 (sha256
28785 (base32
28786 "0ql6y05d4xxpm468rslb0wxdp1x9l3flxzmb5w6pjg617f8vpv8z"))))
28787 (properties `((upstream-name . "hunspell")))
28788 (build-system r-build-system)
28789 (propagated-inputs
28790 (list r-digest r-rcpp))
28791 (native-inputs
28792 (list r-knitr))
28793 (home-page "https://github.com/ropensci/hunspell#readme")
28794 (synopsis "High-performance stemmer, tokenizer, and spell checker")
28795 (description
28796 "This package provides a low-level spell checker and morphological
28797 analyzer based on the famous @code{hunspell} library. The package can analyze
28798 or check individual words as well as parse text, LaTeX, HTML or XML documents.
28799 For a more user-friendly interface use the @code{spelling} package which
28800 builds on this package to automate checking of files, documentation and
28801 vignettes in all common formats.")
28802 ;; The hunspell library itself is available under one of GPL2, LGPL2.1, or
28803 ;; MPL; in addition to these licenses the rest of the R wrapper is also
28804 ;; available under the Expat license.
28805 (license (list license:gpl2
28806 license:lgpl2.1
28807 license:mpl1.1
28808 license:expat))))
28809
28810 (define-public r-tidytext
28811 (package
28812 (name "r-tidytext")
28813 (version "0.3.2")
28814 (source
28815 (origin
28816 (method url-fetch)
28817 (uri (cran-uri "tidytext" version))
28818 (sha256
28819 (base32
28820 "0as7lscjl6ywk85almmb4f71vxmgkfds46g52ryggkg2isksvq3g"))))
28821 (properties `((upstream-name . "tidytext")))
28822 (build-system r-build-system)
28823 (propagated-inputs
28824 (list r-dplyr
28825 r-generics
28826 r-hunspell
28827 r-janeaustenr
28828 r-lifecycle
28829 r-matrix
28830 r-purrr
28831 r-rlang
28832 r-stringr
28833 r-tibble
28834 r-tokenizers
28835 r-vctrs))
28836 (native-inputs
28837 (list r-knitr))
28838 (home-page "https://github.com/juliasilge/tidytext")
28839 (synopsis "Text mining using dplyr, ggplot2, and other Tidy tools")
28840 (description
28841 "This is a package for text mining for word processing and sentiment
28842 analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.")
28843 (license license:expat)))
28844
28845 (define-public r-parsnip
28846 (package
28847 (name "r-parsnip")
28848 (version "0.2.1")
28849 (source
28850 (origin
28851 (method url-fetch)
28852 (uri (cran-uri "parsnip" version))
28853 (sha256
28854 (base32
28855 "195i4j38mljv9193yx8lmh65h85yhc52y9vc1mk8zvxi52ks1yln"))))
28856 (properties `((upstream-name . "parsnip")))
28857 (build-system r-build-system)
28858 (propagated-inputs
28859 (list r-cli
28860 r-dplyr
28861 r-generics
28862 r-ggplot2
28863 r-globals
28864 r-glue
28865 r-hardhat
28866 r-lifecycle
28867 r-magrittr
28868 r-prettyunits
28869 r-purrr
28870 r-rlang
28871 r-tibble
28872 r-tidyr
28873 r-vctrs
28874 r-withr))
28875 (native-inputs
28876 (list r-knitr))
28877 (home-page "https://parsnip.tidymodels.org")
28878 (synopsis "Common API to modeling and analysis functions")
28879 (description
28880 "This package provides a common interface to allow users to specify a
28881 model without having to remember the different argument names across different
28882 functions or computational engines (e.g. R, Spark, Stan, etc).")
28883 (license license:gpl2)))
28884
28885 (define-public r-infer
28886 (package
28887 (name "r-infer")
28888 (version "1.0.0")
28889 (source
28890 (origin
28891 (method url-fetch)
28892 (uri (cran-uri "infer" version))
28893 (sha256
28894 (base32
28895 "1qbpcn7jqbvgwnpiyylj021j8m33p58a204yd1pfkpzd3x2lbsm6"))))
28896 (properties `((upstream-name . "infer")))
28897 (build-system r-build-system)
28898 (propagated-inputs
28899 (list r-broom
28900 r-dplyr
28901 r-generics
28902 r-ggplot2
28903 r-glue
28904 r-magrittr
28905 r-patchwork
28906 r-purrr
28907 r-rlang
28908 r-tibble
28909 r-tidyr))
28910 (native-inputs
28911 (list r-knitr))
28912 (home-page "https://github.com/tidymodels/infer")
28913 (synopsis "Tidy statistical inference")
28914 (description
28915 "The objective of this package is to perform inference using an
28916 expressive statistical grammar that coheres with the Tidy design framework.")
28917 (license license:cc0)))
28918
28919 (define-public r-modeldata
28920 (package
28921 (name "r-modeldata")
28922 (version "0.1.1")
28923 (source
28924 (origin
28925 (method url-fetch)
28926 (uri (cran-uri "modeldata" version))
28927 (sha256
28928 (base32
28929 "0jgrwf9k8p9j3ywg3yv2wzwsx3snlwm3dd9vfqwhlr7j63jg3cm4"))))
28930 (properties `((upstream-name . "modeldata")))
28931 (build-system r-build-system)
28932 (home-page "https://modeldata.tidymodels.org")
28933 (synopsis "Data sets useful for modeling packages")
28934 (description
28935 "This package provides data sets used for demonstrating or testing
28936 model-related packages.")
28937 (license license:expat)))
28938
28939 (define-public r-conflicted
28940 (package
28941 (name "r-conflicted")
28942 (version "1.1.0")
28943 (source
28944 (origin
28945 (method url-fetch)
28946 (uri (cran-uri "conflicted" version))
28947 (sha256
28948 (base32
28949 "1qg9ar114r98wm0pnf65mss4v2ksq3924rlpm13mqp4s3p6j9yi4"))))
28950 (properties `((upstream-name . "conflicted")))
28951 (build-system r-build-system)
28952 (propagated-inputs
28953 (list r-memoise r-rlang))
28954 (home-page "https://github.com/r-lib/conflicted")
28955 (synopsis "Alternative conflict resolution strategy")
28956 (description
28957 "R's default conflict management system gives the most recently loaded
28958 package precedence. This can make it hard to detect conflicts, particularly
28959 when they arise because a package update creates ambiguity that did not
28960 previously exist. The @code{conflicted} package takes a different approach,
28961 making every conflict an error and forcing you to choose which function to
28962 use.")
28963 (license license:gpl3)))
28964
28965 (define-public r-tidymodels
28966 (package
28967 (name "r-tidymodels")
28968 (version "0.2.0")
28969 (source
28970 (origin
28971 (method url-fetch)
28972 (uri (cran-uri "tidymodels" version))
28973 (sha256
28974 (base32
28975 "1xkv4s4kn7k9137svb39zrm5302gxpxyp1jv5bb6z0xrvj5wwa4i"))))
28976 (properties `((upstream-name . "tidymodels")))
28977 (build-system r-build-system)
28978 (propagated-inputs
28979 (list r-broom
28980 r-cli
28981 r-conflicted
28982 r-dials
28983 r-dplyr
28984 r-ggplot2
28985 r-hardhat
28986 r-infer
28987 r-modeldata
28988 r-parsnip
28989 r-purrr
28990 r-recipes
28991 r-rlang
28992 r-rsample
28993 r-rstudioapi
28994 r-tibble
28995 r-tidyr
28996 r-tune
28997 r-workflows
28998 r-workflowsets
28999 r-yardstick))
29000 (native-inputs
29001 (list r-knitr))
29002 (home-page "https://github.com/tidymodels/tidymodels")
29003 (synopsis "Tidy collection for modeling and statistical analysis")
29004 (description
29005 "The tidy modeling \"verse\" is a collection of packages for modeling and
29006 statistical analysis that share the underlying design philosophy, grammar, and
29007 data structures of the tidyverse.")
29008 (license license:gpl3)))
29009
29010 (define-public r-lsa
29011 (package
29012 (name "r-lsa")
29013 (version "0.73.2")
29014 (source
29015 (origin
29016 (method url-fetch)
29017 (uri (cran-uri "lsa" version))
29018 (sha256
29019 (base32
29020 "1a33irqa6qvbc02z12rgbgv8kxq2gmahy7j5bg8b23lvvaxif06b"))))
29021 (properties `((upstream-name . "lsa")))
29022 (build-system r-build-system)
29023 (propagated-inputs
29024 (list r-snowballc))
29025 (home-page "https://cran.r-project.org/package=lsa")
29026 (synopsis "Latent semantic analysis")
29027 (description
29028 "The basic idea of latent semantic analysis (LSA) is, that text do have a
29029 higher order (=latent semantic) structure which, however, is obscured by word
29030 usage (e.g. through the use of synonyms or polysemy). By using conceptual
29031 indices that are derived statistically via a truncated singular value
29032 decomposition (a two-mode factor analysis) over a given document-term matrix,
29033 this variability problem can be overcome.")
29034 (license license:gpl2+)))
29035
29036 (define-public r-mlecens
29037 (package
29038 (name "r-mlecens")
29039 (version "0.1-5")
29040 (source
29041 (origin
29042 (method url-fetch)
29043 (uri (cran-uri "MLEcens" version))
29044 (sha256
29045 (base32
29046 "0cdl0y44clds4sg8hikhk354a5xrfbyfg8lxrbh1bfg410rkj186"))))
29047 (properties `((upstream-name . "MLEcens")))
29048 (build-system r-build-system)
29049 (home-page "http://stat.ethz.ch/~maathuis/")
29050 (synopsis "Computation of the MLE for bivariate (interval) censored data")
29051 (description
29052 "This package contains functions to compute the nonparametric
29053 @dfn{maximum likelihood estimator} (MLE) for the bivariate distribution of
29054 @code{(X,Y)}, when realizations of @code{(X,Y)} cannot be observed directly.
29055 To be more precise, we consider the situation where we observe a set of
29056 rectangles that are known to contain the unobservable realizations of (X,Y).
29057 We compute the MLE based on such a set of rectangles. The methods can also be
29058 used for univariate censored data (see data set @code{cosmesis}), and for
29059 censored data with competing risks (see data set @code{menopause}). The
29060 package also provides functions to visualize the observed data and the MLE.")
29061 (license license:gpl2+)))
29062
29063 (define-public r-metafor
29064 (package
29065 (name "r-metafor")
29066 (version "2.4-0")
29067 (source
29068 (origin
29069 (method url-fetch)
29070 (uri (cran-uri "metafor" version))
29071 (sha256
29072 (base32
29073 "1b599fxk7s0brkchmx698fr5k4g1kzkia2rnlvhg349ffs5nfjmn"))))
29074 (properties `((upstream-name . "metafor")))
29075 (build-system r-build-system)
29076 (propagated-inputs
29077 (list r-matrix r-nlme))
29078 (home-page "https://cran.r-project.org/web/packages/metafor/")
29079 (synopsis "Meta-analysis package for R")
29080 (description
29081 "This package provides a comprehensive collection of functions for
29082 conducting meta-analyses in R. The package includes functions to calculate
29083 various effect sizes or outcome measures, fit fixed-, random-, and
29084 mixed-effects models to such data, carry out moderator and meta-regression
29085 analyses, and create various types of meta-analytical plots (e.g., forest,
29086 funnel, radial, L'Abbe, Baujat, GOSH plots). For meta-analyses of binomial
29087 and person-time data, the package also provides functions that implement
29088 specialized methods, including the Mantel-Haenszel method, Peto's method, and
29089 a variety of suitable generalized linear (mixed-effects) models (i.e.
29090 mixed-effects logistic and Poisson regression models). Finally, the package
29091 provides functionality for fitting meta-analytic multivariate/multilevel
29092 models that account for non-independent sampling errors and/or true
29093 effects (e.g. due to the inclusion of multiple treatment studies, multiple
29094 endpoints, or other forms of clustering). Network meta-analyses and
29095 meta-analyses accounting for known correlation structures (e.g. due to
29096 phylogenetic relatedness) can also be conducted.")
29097 (license license:gpl2+)))
29098
29099 (define-public r-altmeta
29100 (package
29101 (name "r-altmeta")
29102 (version "3.3")
29103 (source
29104 (origin
29105 (method url-fetch)
29106 (uri (cran-uri "altmeta" version))
29107 (sha256
29108 (base32
29109 "1xq12hnzxh7kgv2i36xprg4lkvqfmxwz3sq4a1jlq2d5g3narvcm"))))
29110 (properties `((upstream-name . "altmeta")))
29111 (build-system r-build-system)
29112 (propagated-inputs
29113 (list r-coda r-lme4 r-matrix r-metafor r-rjags))
29114 (home-page "https://cran.r-project.org/web/packages/altmeta/")
29115 (synopsis "Alternative meta-analysis methods")
29116 (description
29117 "This package provides alternative statistical methods for meta-analysis,
29118 including:
29119
29120 @enumerate
29121 @item bivariate generalized linear mixed models for synthesizing odds ratios,
29122 relative risks, and risk differences
29123 @item heterogeneity tests and measures that are robust to outliers;
29124 @item measures, tests, and visualization tools for publication bias or
29125 small-study effects;
29126 @item meta-analysis of diagnostic tests for synthesizing sensitivities,
29127 specificities, etc.;
29128 @item meta-analysis methods for synthesizing proportions;
29129 @item models for multivariate meta-analysis.
29130 @end enumerate
29131 ")
29132 (license license:gpl2+)))
29133
29134 (define-public r-perm
29135 (package
29136 (name "r-perm")
29137 (version "1.0-0.2")
29138 (source
29139 (origin
29140 (method url-fetch)
29141 (uri (cran-uri "perm" version))
29142 (sha256
29143 (base32
29144 "182ac1y91yzb34zwdcmx5fdfr5z0cha0gx2bgk36gwxhgfc994kj"))))
29145 (properties `((upstream-name . "perm")))
29146 (build-system r-build-system)
29147 (home-page "https://cran.r-project.org/web/packages/perm/")
29148 (synopsis "Exact or asymptotic permutation tests")
29149 (description
29150 "This package provides several methods for performing permutation tests.
29151 It has three main functions, to perform linear permutation tests. These tests
29152 are tests where the test statistic is the sum of the product of a
29153 covariate (usually group indicator) and the scores.")
29154 ;; Any version of the GPL
29155 (license license:gpl2+)))
29156
29157 (define-public r-qtl
29158 (package
29159 (name "r-qtl")
29160 (version "1.50")
29161 (source
29162 (origin
29163 (method url-fetch)
29164 (uri (cran-uri "qtl" version))
29165 (sha256
29166 (base32
29167 "1mcy9wlp5lj5f3z4mf3n5li7x32vj67rmhjnzsp8fhfw0ipnaf1d"))))
29168 (build-system r-build-system)
29169 (home-page "https://rqtl.org/")
29170 (synopsis "R package for analyzing QTL experiments in genetics")
29171 (description "R/qtl is an extension library for the R statistics system.
29172 It is used to analyze experimental crosses for identifying genes contributing
29173 to variation in quantitative traits (so-called quantitative trait loci, QTLs).
29174
29175 Using a hidden Markov model, R/qtl estimates genetic maps, to identify
29176 genotyping errors, and to perform single-QTL and two-QTL, two-dimensional
29177 genome scans.")
29178 (license license:gpl3)))
29179
29180 (define-public r-qtl2
29181 (package
29182 (name "r-qtl2")
29183 (version "0.28")
29184 (source (origin
29185 (method url-fetch)
29186 (uri (cran-uri "qtl2" version))
29187 (sha256
29188 (base32 "0ppc6dzlq77mppxc6bczai9gi40jrbxd1466y2cn2s8a4ah1jg9y"))))
29189 (build-system r-build-system)
29190 (propagated-inputs
29191 (list r-data-table
29192 r-jsonlite
29193 r-rcpp
29194 r-rcppeigen
29195 r-rsqlite
29196 r-yaml))
29197 (home-page "https://kbroman.org/qtl2/")
29198 (synopsis "Quantitative Trait Locus Mapping in Experimental Crosses")
29199 (description
29200 "This package provides a set of tools to perform @dfn{Quantitative Trait
29201 Locus} (QTL) analysis in experimental crosses. It is a reimplementation of the
29202 @code{R/qtl} package to better handle high-dimensional data and complex cross
29203 designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.")
29204 (license license:gpl3)))
29205
29206 (define-public r-seqminer
29207 (package
29208 (name "r-seqminer")
29209 (version "8.4")
29210 (source
29211 (origin
29212 (method url-fetch)
29213 (uri (cran-uri "seqminer" version))
29214 (sha256
29215 (base32
29216 "1mbx1hw9dhgry7hhan43g6aiz2lyd5api7wxq3fwajyzjrc6p1g8"))))
29217 (build-system r-build-system)
29218 (inputs
29219 (list zlib))
29220 (home-page "http://seqminer.genomic.codes")
29221 (synopsis "Read nucleotide sequence data (VCF, BCF, and METAL formats)")
29222 (description
29223 "This package provides tools to integrate nucleotide sequencing
29224 data (variant call format, e.g. VCF or BCF) or meta-analysis results in R.")
29225 ;; Any version of the GPL is acceptable
29226 (license (list license:gpl2+ license:gpl3+))))
29227
29228 (define-public r-maldiquant
29229 (package
29230 (name "r-maldiquant")
29231 (version "1.21")
29232 (source
29233 (origin
29234 (method url-fetch)
29235 (uri (cran-uri "MALDIquant" version))
29236 (sha256
29237 (base32
29238 "1y1g3819ss06dry70kfhg2syddw71682qmzkcyppfsma6hhghw87"))))
29239 (properties `((upstream-name . "MALDIquant")))
29240 (build-system r-build-system)
29241 (native-inputs
29242 (list r-knitr))
29243 (home-page "https://cran.r-project.org/web/packages/MALDIquant")
29244 (synopsis "Quantitative analysis of mass spectrometry data")
29245 (description
29246 "This package provides a complete analysis pipeline for matrix-assisted
29247 laser desorption/ionization-time-of-flight (MALDI-TOF) and other
29248 two-dimensional mass spectrometry data. In addition to commonly used plotting
29249 and processing methods it includes distinctive features, namely baseline
29250 subtraction methods such as morphological filters (TopHat) or the
29251 statistics-sensitive non-linear iterative peak-clipping algorithm (SNIP), peak
29252 alignment using warping functions, handling of replicated measurements as well
29253 as allowing spectra with different resolutions.")
29254 (license license:gpl3+)))
29255
29256 (define-public r-scattermore
29257 (package
29258 (name "r-scattermore")
29259 (version "0.8")
29260 (source
29261 (origin
29262 (method url-fetch)
29263 (uri (cran-uri "scattermore" version))
29264 (sha256
29265 (base32
29266 "1rgqm7r1k7j3h2y4i6d1a2y8fzivfcbmr7dj9d367c0w4vc77pfv"))))
29267 (properties `((upstream-name . "scattermore")))
29268 (build-system r-build-system)
29269 (propagated-inputs
29270 (list r-ggplot2 r-scales))
29271 (home-page "https://github.com/exaexa/scattermore")
29272 (synopsis "Scatterplots with more points")
29273 (description
29274 "This package provides C-based tools for converting large scatterplot
29275 data to rasters. It speeds up plotting of data with millions of points.")
29276 (license license:gpl3+)))
29277
29278 (define-public r-seuratobject
29279 (package
29280 (name "r-seuratobject")
29281 (version "4.0.4")
29282 (source
29283 (origin
29284 (method url-fetch)
29285 (uri (cran-uri "SeuratObject" version))
29286 (sha256
29287 (base32
29288 "1308hjbs8br3gp9vwm65awgp6vimwgi2jyl1ryn96l84savn2ljq"))))
29289 (properties `((upstream-name . "SeuratObject")))
29290 (build-system r-build-system)
29291 (propagated-inputs
29292 (list r-matrix r-rcpp r-rcppeigen r-rlang))
29293 (home-page "https://satijalab.org/seurat")
29294 (synopsis "Data structures for single cell data")
29295 (description
29296 "This package defines S4 classes for single-cell genomic data and
29297 associated information, such as dimensionality reduction embeddings,
29298 nearest-neighbor graphs, and spatially-resolved coordinates. It provides data
29299 access methods and R-native hooks to ensure the Seurat object is familiar to
29300 other R users.")
29301 (license license:gpl3)))
29302
29303 (define-public r-seurat
29304 (package
29305 (name "r-seurat")
29306 (version "4.1.0")
29307 (source (origin
29308 (method url-fetch)
29309 (uri (cran-uri "Seurat" version))
29310 (sha256
29311 (base32
29312 "0p9i3fnkqa3vranr7c7ckzp1kq42d7p0gcfi9ml4kr334yd84195"))))
29313 (properties `((upstream-name . "Seurat")))
29314 (build-system r-build-system)
29315 (propagated-inputs
29316 (list r-cluster
29317 r-cowplot
29318 r-fitdistrplus
29319 r-future
29320 r-future-apply
29321 r-ggplot2
29322 r-ggrepel
29323 r-ggridges
29324 r-httr
29325 r-ica
29326 r-igraph
29327 r-irlba
29328 r-jsonlite
29329 r-kernsmooth
29330 r-leiden
29331 r-lmtest
29332 r-mass
29333 r-matrix
29334 r-matrixstats
29335 r-miniui
29336 r-patchwork
29337 r-pbapply
29338 r-plotly
29339 r-png
29340 r-rann
29341 r-rcolorbrewer
29342 r-rcpp
29343 r-rcppannoy
29344 r-rcppeigen
29345 r-rcppprogress
29346 r-reticulate
29347 r-rlang
29348 r-rocr
29349 r-rtsne
29350 r-scales
29351 r-scattermore
29352 r-sctransform
29353 r-seuratobject
29354 r-shiny
29355 r-spatstat-core
29356 r-spatstat-geom
29357 r-tibble
29358 r-uwot))
29359 (home-page "http://www.satijalab.org/seurat")
29360 (synopsis "Seurat is an R toolkit for single cell genomics")
29361 (description
29362 "This package is an R package designed for QC, analysis, and
29363 exploration of single cell RNA-seq data. It easily enables widely-used
29364 analytical techniques, including the identification of highly variable genes,
29365 dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering
29366 algorithms; density clustering, hierarchical clustering, k-means, and the
29367 discovery of differentially expressed genes and markers.")
29368 (license license:gpl3)))
29369
29370 (define-public r-seuratdisk
29371 (let ((commit "163f1aade5bac38ed1e9e9c912283a7e74781610")
29372 (revision "1"))
29373 (package
29374 (name "r-seuratdisk")
29375 (version (git-version "0.0.0.9019" revision commit))
29376 (source
29377 (origin
29378 (method git-fetch)
29379 (uri (git-reference
29380 (url "https://github.com/mojaveazure/seurat-disk")
29381 (commit commit)))
29382 (file-name (git-file-name name version))
29383 (sha256
29384 (base32 "1d1v8qi6kknzy5fj6bl8akwy74h5h143i00lyidsnqjbwp9n4qnw"))))
29385 (properties `((upstream-name . "SeuratDisk")))
29386 (build-system r-build-system)
29387 (propagated-inputs
29388 (list r-cli
29389 r-crayon
29390 r-hdf5r
29391 r-matrix
29392 r-r6
29393 r-rlang
29394 r-seurat
29395 r-seuratobject
29396 r-stringi
29397 r-withr))
29398 (native-inputs
29399 (list r-knitr))
29400 (home-page "https://github.com/mojaveazure/seurat-disk")
29401 (synopsis "Interfaces for HDF5-based single cell file formats")
29402 (description
29403 "The h5Seurat file format is specifically designed for the storage and
29404 analysis of multi-modal single-cell and spatially-resolved expression
29405 experiments, for example, from CITE-seq or 10X Visium technologies. It holds
29406 all molecular information and associated metadata, including (for example)
29407 nearest-neighbor graphs, dimensional reduction information, spatial
29408 coordinates and image data, and cluster labels. This package also supports
29409 rapid and on-disk conversion between h5Seurat and AnnData objects, with the
29410 goal of enhancing interoperability between Seurat and Scanpy.")
29411 (license license:gpl3))))
29412
29413 (define-public r-seuratdata
29414 (let ((commit "b59556b24d7d6728a5744c9c715dd5f7f32ed7a5")
29415 (revision "1"))
29416 (package
29417 (name "r-seuratdata")
29418 (version (git-version "0.2.1" revision commit))
29419 (source
29420 (origin
29421 (method git-fetch)
29422 (uri (git-reference
29423 (url "https://github.com/satijalab/seurat-data")
29424 (commit commit)))
29425 (file-name (git-file-name name version))
29426 (sha256
29427 (base32 "1xfdmdmgn4r0z6w4cxa98ic6xk8i6qz054r215dvqbjs1vydsbf9"))))
29428 (properties `((upstream-name . "SeuratData")))
29429 (build-system r-build-system)
29430 (arguments
29431 `(#:phases
29432 (modify-phases %standard-phases
29433 ;; When there is no HOME directory, this package will fail to load
29434 ;; the included list of packages.
29435 (add-after 'unpack 'set-HOME
29436 (lambda _ (setenv "HOME" "/tmp"))))))
29437 (propagated-inputs
29438 (list r-cli r-crayon r-rappdirs))
29439 (home-page "https://github.com/satijalab/seurat-data")
29440 (synopsis "Install and manage Seurat datasets")
29441 (description
29442 "Single cell RNA sequencing datasets can be large, consisting of
29443 matrices that contain expression data for several thousand features across
29444 several thousand cells. This package is designed to easily install, manage,
29445 and learn about various single-cell datasets, provided Seurat objects and
29446 distributed as independent packages.")
29447 (license license:gpl3))))
29448
29449 (define-public r-phangorn
29450 (package
29451 (name "r-phangorn")
29452 (version "2.8.1")
29453 (source
29454 (origin
29455 (method url-fetch)
29456 (uri (cran-uri "phangorn" version))
29457 (sha256
29458 (base32
29459 "0xfwi7adl1pcfcwk72fj7lkwfm0wiip96ij7m4252xr9mq818ivd"))))
29460 (build-system r-build-system)
29461 (propagated-inputs
29462 (list r-ape
29463 r-fastmatch
29464 r-igraph
29465 r-matrix
29466 r-quadprog
29467 r-rcpp))
29468 (native-inputs
29469 (list r-knitr))
29470 (home-page "https://github.com/KlausVigo/phangorn")
29471 (synopsis "Phylogenetic analysis in R")
29472 (description
29473 "Phangorn is a package for phylogenetic analysis in R. It supports
29474 estimation of phylogenetic trees and networks using Maximum Likelihood,
29475 Maximum Parsimony, distance methods and Hadamard conjugation.")
29476 (license license:gpl2+)))
29477
29478 (define-public r-diversitree
29479 (package
29480 (name "r-diversitree")
29481 (version "0.9-16")
29482 (source
29483 (origin
29484 (method url-fetch)
29485 (uri (cran-uri "diversitree" version))
29486 (sha256
29487 (base32
29488 "0rzrk7xsn4gy271pbcw3azndhx0c06bmsgrg6libjmlfnmq6j8sc"))))
29489 (build-system r-build-system)
29490 (native-inputs
29491 (list gfortran))
29492 (inputs (list fftw gsl))
29493 (propagated-inputs
29494 (list r-ape r-desolve r-rcpp r-subplex))
29495 (home-page "https://www.zoology.ubc.ca/prog/diversitree")
29496 (synopsis "Comparative 'phylogenetic' analyses of diversification")
29497 (description "This package contains a number of comparative \"phylogenetic\"
29498 methods, mostly focusing on analysing diversification and character evolution.
29499 Contains implementations of \"BiSSE\" (Binary State Speciation and Extinction)
29500 and its unresolved tree extensions, \"MuSSE\" (Multiple State Speciation and
29501 Extinction), \"QuaSSE\", \"GeoSSE\", and \"BiSSE-ness\" Other included methods
29502 include Markov models of discrete and continuous trait evolution and constant
29503 rate speciation and extinction.")
29504 (license license:gpl2+)))
29505
29506 (define-public r-calculus
29507 (package
29508 (name "r-calculus")
29509 (version "0.3.3")
29510 (source
29511 (origin
29512 (method url-fetch)
29513 (uri (cran-uri "calculus" version))
29514 (sha256
29515 (base32
29516 "1fhvr0l2mqik3d95v0vanafxmiab147g5a87q956g2i945wc5f22"))))
29517 (properties `((upstream-name . "calculus")))
29518 (build-system r-build-system)
29519 (propagated-inputs
29520 (list r-rcpp))
29521 (native-inputs
29522 (list r-knitr))
29523 (home-page "https://github.com/eguidotti/calculus")
29524 (synopsis "High dimensional numerical and symbolic calculus")
29525 (description
29526 "Efficient C++ optimized functions for numerical and symbolic calculus.
29527 It includes basic symbolic arithmetic, tensor calculus, Einstein summing
29528 convention, fast computation of the Levi-Civita symbol and generalized
29529 Kronecker delta, Taylor series expansion, multivariate Hermite polynomials,
29530 accurate high-order derivatives, differential operators (Gradient, Jacobian,
29531 Hessian, Divergence, Curl, Laplacian) and numerical integration in arbitrary
29532 orthogonal coordinate systems: cartesian, polar, spherical, cylindrical,
29533 parabolic or user defined by custom scale factors.")
29534 (license license:gpl3)))
29535
29536 (define-public r-decon
29537 (package
29538 (name "r-decon")
29539 (version "1.3-4")
29540 (source
29541 (origin
29542 (method url-fetch)
29543 (uri (cran-uri "decon" version))
29544 (sha256
29545 (base32
29546 "036cv56wf42q2p3d5h15hbrp5rc29xxy20qwv4k1qzhkq6hmw0qs"))))
29547 (properties `((upstream-name . "decon")))
29548 (build-system r-build-system)
29549 (native-inputs
29550 (list gfortran))
29551 (home-page
29552 "https://cran.r-project.org/web/packages/decon/")
29553 (synopsis "Deconvolution Estimation in Measurement Error Models")
29554 (description
29555 "This package contains a collection of functions to deal with
29556 nonparametric measurement error problems using deconvolution
29557 kernel methods. We focus two measurement error models in the
29558 package: (1) an additive measurement error model, where the
29559 goal is to estimate the density or distribution function from
29560 contaminated data; (2) nonparametric regression model with
29561 errors-in-variables. The R functions allow the measurement errors
29562 to be either homoscedastic or heteroscedastic. To make the
29563 deconvolution estimators computationally more efficient in R,
29564 we adapt the \"Fast Fourier Transform\" (FFT) algorithm for
29565 density estimation with error-free data to the deconvolution
29566 kernel estimation. Several methods for the selection of the
29567 data-driven smoothing parameter are also provided in the package.
29568 See details in: Wang, X.F. and Wang, B. (2011). Deconvolution
29569 estimation in measurement error models: The R package decon.
29570 Journal of Statistical Software, 39(10), 1-24.")
29571 (license license:gpl3+)))
29572
29573 (define-public r-densestbayes
29574 (package
29575 (name "r-densestbayes")
29576 (version "1.0-2.1")
29577 (source
29578 (origin
29579 (method url-fetch)
29580 (uri (cran-uri "densEstBayes" version))
29581 (sha256
29582 (base32 "1pzmgn65lv91zg1588qhwczy9f2zgciknlc4l072mvh2i7hncw2b"))))
29583 (properties `((upstream-name . "densEstBayes")))
29584 (build-system r-build-system)
29585 (propagated-inputs
29586 (list r-bh
29587 r-mass
29588 r-nlme
29589 r-rcpp
29590 r-rcpparmadillo
29591 r-rcppeigen
29592 r-rcppparallel
29593 r-rstan
29594 r-rstantools
29595 r-stanheaders))
29596 (home-page "https://cran.r-project.org/package=densEstBayes")
29597 (synopsis "Density estimation via Bayesian inference engines")
29598 (description
29599 "Bayesian density estimates for univariate continuous random samples are
29600 provided using the Bayesian inference engine paradigm. The engine options
29601 are: Hamiltonian Monte Carlo, the no U-turn sampler, semiparametric mean field
29602 variational Bayes and slice sampling. The methodology is described in Wand
29603 and Yu (2020), arXiv:2009.06182.")
29604 (license license:gpl2+)))
29605
29606 (define-public r-locpol
29607 (package
29608 (name "r-locpol")
29609 (version "0.7-0")
29610 (source
29611 (origin
29612 (method url-fetch)
29613 (uri (cran-uri "locpol" version))
29614 (sha256
29615 (base32
29616 "1p915n0l09kbwkly627074jslxl01yssp1rf0c7sygvsw6sgy5lm"))))
29617 (properties `((upstream-name . "locpol")))
29618 (build-system r-build-system)
29619 (home-page
29620 "https://cran.r-project.org/web/packages/locpol/")
29621 (synopsis "Kernel Local Polynomial Regression")
29622 (description
29623 "Computes local polynomial estimators for the regression and
29624 also density. It comprises several different utilities to handle
29625 kernel estimators.")
29626 (license license:gpl2+)))
29627
29628 (define-public r-lpme
29629 (package
29630 (name "r-lpme")
29631 (version "1.1.2")
29632 (source
29633 (origin
29634 (method url-fetch)
29635 (uri (cran-uri "lpme" version))
29636 (sha256
29637 (base32
29638 "1b0w5ji8hjayni1sh5id193cmanf6n11p16fijkxln4sv4lks4aw"))))
29639 (properties `((upstream-name . "lpme")))
29640 (build-system r-build-system)
29641 (propagated-inputs
29642 (list r-decon r-flexmix r-locpol r-rcpp r-rcpparmadillo))
29643 (home-page
29644 "https://cran.r-project.org/web/packages/lpme/")
29645 (synopsis "Nonparametric Estimation of Measurement Error Models")
29646 (description
29647 "Provide nonparametric methods for mean regression model,
29648 modal regression and conditional density estimation in the
29649 presence/absence of measurement error. Bandwidth selection is
29650 also provided for each method.")
29651 (license license:gpl2+)))
29652
29653 (define-public r-aws-signature
29654 (package
29655 (name "r-aws-signature")
29656 (version "0.6.0")
29657 (source
29658 (origin
29659 (method url-fetch)
29660 (uri (cran-uri "aws.signature" version))
29661 (sha256
29662 (base32
29663 "15llpcnrdq4y6jsn7079yjmgbr5d1wgy2ymsm3jj3gkrd5l4zzpp"))))
29664 (properties `((upstream-name . "aws.signature")))
29665 (build-system r-build-system)
29666 (propagated-inputs
29667 (list r-base64enc r-digest))
29668 (home-page "https://github.com/cloudyr/aws.signature")
29669 (synopsis "Amazon Web Services Request Signatures")
29670 (description
29671 "This package generates version 2 and 4 request signatures for Amazon Web
29672 Services (AWS) and provides a mechanism for retrieving credentials from
29673 environment variables, AWS credentials files, and EC2 instance metadata. For
29674 use on EC2 instances, the package 'aws.ec2metadata' is suggested.")
29675 (license license:gpl2+)))
29676
29677 (define-public r-aws-s3
29678 (package
29679 (name "r-aws-s3")
29680 (version "0.3.21")
29681 (source
29682 (origin
29683 (method url-fetch)
29684 (uri (cran-uri "aws.s3" version))
29685 (sha256
29686 (base32
29687 "132cczq0ml7lpp2yl6l4p99dn1zihrncnpa6wyad4m9mnr50a8dx"))))
29688 (properties `((upstream-name . "aws.s3")))
29689 (build-system r-build-system)
29690 (propagated-inputs
29691 (list r-aws-signature
29692 r-base64enc
29693 r-curl
29694 r-digest
29695 r-httr
29696 r-xml2))
29697 (home-page "https://github.com/cloudyr/aws.s3")
29698 (synopsis "AWS S3 Client Package")
29699 (description
29700 "This package provides a simple client package for the Amazon Web
29701 Services (AWS) Simple Storage Service (S3) REST API.")
29702 (license license:gpl2+)))
29703
29704 (define-public r-lgr
29705 (package
29706 (name "r-lgr")
29707 (version "0.4.3")
29708 (source (origin
29709 (method url-fetch)
29710 (uri (cran-uri "lgr" version))
29711 (sha256
29712 (base32
29713 "18s92qyakhvp336kk2777ydypwfrfwfz6a1gqkq812zy3kcb4mcc"))))
29714 (build-system r-build-system)
29715 (propagated-inputs
29716 (list r-r6))
29717 (native-inputs
29718 (list r-knitr))
29719 (home-page "https://s-fleck.github.io/lgr/")
29720 (synopsis "Fully featured logging framework")
29721 (description "This package offers a flexible, feature-rich yet
29722 light-weight logging framework based on @code{R6} classes. It supports
29723 hierarchical loggers, custom log levels, arbitrary data fields in log events,
29724 logging to plaintext, JSON, (rotating) files, memory buffers, and databases, as
29725 well as email and push notifications.")
29726 (license license:expat)))
29727
29728 (define-public r-mhg
29729 (package
29730 (name "r-mhg")
29731 (version "1.1")
29732 (source
29733 (origin
29734 (method url-fetch)
29735 (uri (cran-uri "mHG" version))
29736 (sha256
29737 (base32
29738 "1rz5ncrvvv9h9grls15apa63v2nh9j87fmp4mwjjil37jx6a5zki"))))
29739 (properties `((upstream-name . "mHG")))
29740 (build-system r-build-system)
29741 (home-page "https://cran.r-project.org/package=mHG")
29742 (synopsis "Minimum-hypergeometric test")
29743 (description
29744 "This package runs a minimum-hypergeometric (mHG) test as described in
29745 \"Discovering Motifs in Ranked Lists of DNA Sequences\" by Eran Eden.")
29746 (license license:gpl2)))
29747
29748 (define-public r-mlr3measures
29749 (package
29750 (name "r-mlr3measures")
29751 (version "0.4.1")
29752 (source (origin
29753 (method url-fetch)
29754 (uri (cran-uri "mlr3measures" version))
29755 (sha256
29756 (base32
29757 "1kbw3xd7c9x65v9zzs8i5skmrvl0mf2wsbyssmiif0lvrbzfhcmb"))))
29758 (build-system r-build-system)
29759 (propagated-inputs
29760 (list r-checkmate r-prroc))
29761 (home-page "https://mlr3measures.mlr-org.com/")
29762 (synopsis "Performance measures for mlr3")
29763 (description "This package implements multiple performance measures for
29764 supervised learning. It includes over 40 measures for regression and
29765 classification. Additionally, meta information about the performance measures
29766 can be queried, e.g. what the best and worst possible performances scores
29767 are.")
29768 (license license:lgpl3)))
29769
29770 (define-public r-mlr3misc
29771 (package
29772 (name "r-mlr3misc")
29773 (version "0.10.0")
29774 (source (origin
29775 (method url-fetch)
29776 (uri (cran-uri "mlr3misc" version))
29777 (sha256
29778 (base32
29779 "1wnzyij1x67smkb3gjb9gpp7iy5andfl0s1c78xx4wylhycc6m11"))))
29780 (build-system r-build-system)
29781 (propagated-inputs
29782 (list r-backports r-checkmate r-data-table r-digest r-r6))
29783 (home-page "https://mlr3misc.mlr-org.com/")
29784 (synopsis "Helper functions for mlr3")
29785 (description "@code{mlr3misc} provides frequently used helper functions
29786 and assertions used in @code{mlr3} and its companion packages. It comes with
29787 helper functions for functional programming, for printing, to work with
29788 @code{data.table}, as well as some generally useful @code{R6} classes. This
29789 package also supersedes the package @code{BBmisc}.")
29790 (license license:lgpl3)))
29791
29792 (define-public r-mlr3pipelines
29793 (package
29794 (name "r-mlr3pipelines")
29795 (version "0.4.0")
29796 (source (origin
29797 (method url-fetch)
29798 (uri (cran-uri "mlr3pipelines" version))
29799 (sha256
29800 (base32
29801 "0913f67c1r9bi68gxh1prsp0vch21bl6plahnvjrlbq8rrs1sr6p"))))
29802 (build-system r-build-system)
29803 (propagated-inputs
29804 (list r-backports
29805 r-checkmate
29806 r-data-table
29807 r-digest
29808 r-lgr
29809 r-mlr3
29810 r-mlr3misc
29811 r-paradox
29812 r-r6
29813 r-withr))
29814 (home-page "https://mlr3pipelines.mlr-org.com/")
29815 (synopsis "Preprocessing Operators and Pipelines for @code{mlr3}")
29816 (description "@code{mlr3pipelines} enriches @code{mlr3} with a diverse
29817 set of pipelining operators (PipeOps) that can be composed into graphs.
29818 Operations exist for data preprocessing, model fitting, and ensemble learning.
29819 Graphs can themselves be treated as @code{mlr3} Learners and can therefore be
29820 resampled, benchmarked, and tuned.")
29821 (license license:lgpl3)))
29822
29823 (define-public r-mlr3ordinal
29824 (let ((commit "9febac983b11b7b1f477e5cf0212e5999cd2ed44")
29825 (revision "0"))
29826 (package
29827 (name "r-mlr3ordinal")
29828 (version (git-version "0.1.0-9000" revision commit))
29829 (source (origin
29830 (method git-fetch)
29831 (uri (git-reference
29832 (url "https://github.com/mlr-org/mlr3ordinal")
29833 (commit commit)))
29834 (file-name (git-file-name name version))
29835 (sha256
29836 (base32
29837 "1icfhz1pjm0mlsn2y60gsrbk31b2p7xmpx3xsg7639rcgdb5f9gl"))))
29838 (build-system r-build-system)
29839 (propagated-inputs
29840 (list r-checkmate
29841 r-data-table
29842 r-mlr3
29843 r-mlr3misc
29844 r-mlr3pipelines
29845 r-nloptr
29846 r-ordinal
29847 r-paradox
29848 r-r6))
29849 (home-page "https://mlr3ordinal.mlr-org.com/")
29850 (synopsis "Ordinal Regression for mlr3")
29851 (description "This package extends @code{mlr3} with support for
29852 performing ordinal regression.")
29853 (license license:expat))))
29854
29855 (define-public r-paradox
29856 (package
29857 (name "r-paradox")
29858 (version "0.8.0")
29859 (source (origin
29860 (method url-fetch)
29861 (uri (cran-uri "paradox" version))
29862 (sha256
29863 (base32
29864 "1jfzbpqi1rp3r8hnk37dqwggp48ha5bnilmdz7dwzfdaskssycxa"))))
29865 (build-system r-build-system)
29866 (propagated-inputs
29867 (list r-backports r-checkmate r-data-table r-mlr3misc r-r6))
29868 (home-page "https://paradox.mlr-org.com/")
29869 (synopsis "Define and work with parameter spaces for complex algorithms")
29870 (description "With this package it is possible to define parameter spaces,
29871 constraints and dependencies for arbitrary algorithms, and to program on such
29872 spaces. It also includes statistical designs and random samplers. Objects are
29873 implemented as @code{R6} classes.")
29874 (license license:lgpl3)))
29875
29876 (define-public r-mlr3
29877 (package
29878 (name "r-mlr3")
29879 (version "0.13.3")
29880 (source (origin
29881 (method url-fetch)
29882 (uri (cran-uri "mlr3" version))
29883 (sha256
29884 (base32
29885 "010kl51zsgpc0qv63g1fg9kiw9m0wzqskcr14f1j8b9zi1lwi0bf"))))
29886 (build-system r-build-system)
29887 (propagated-inputs
29888 (list r-r6
29889 r-backports
29890 r-checkmate
29891 r-data-table
29892 r-evaluate
29893 r-future
29894 r-future-apply
29895 r-lgr
29896 r-mlbench
29897 r-mlr3measures
29898 r-mlr3misc
29899 r-palmerpenguins
29900 r-paradox
29901 r-parallelly
29902 r-uuid))
29903 (home-page "https://mlr3.mlr-org.com/")
29904 (synopsis "Machine Learning in R - Next Generation")
29905 (description "@code{mlr3} enables efficient, object-oriented programming
29906 on the building blocks of machine learning. It provides @code{R6} objects for
29907 tasks, learners, resamplings, and measures. The package is geared towards
29908 scalability and larger datasets by supporting parallelization and out-of-memory
29909 data-backends like databases. While @code{mlr3} focuses on the core
29910 computational operations, add-on packages provide additional functionality.")
29911 (license license:lgpl3)))
29912
29913 (define-public r-mlr3learners
29914 (package
29915 (name "r-mlr3learners")
29916 (version "0.5.2")
29917 (source (origin
29918 (method url-fetch)
29919 (uri (cran-uri "mlr3learners" version))
29920 (sha256
29921 (base32
29922 "1d9hcrnj622ynrzg0ii0fkhz2n66ip46yln21jq1pwpwkqwqzv35"))))
29923 (build-system r-build-system)
29924 (propagated-inputs
29925 (list r-checkmate
29926 r-data-table
29927 r-mlr3
29928 r-mlr3misc
29929 r-paradox
29930 r-r6))
29931 (home-page "https://mlr3learners.mlr-org.com/")
29932 (synopsis "Recommended Learners for @code{mlr3}")
29933 (description "@code{mlr3learners} extends @code{mlr3} and @code{mlr3proba}
29934 with interfaces to essential machine learning packages on CRAN. This includes,
29935 but is not limited to: (penalized) linear and logistic regression, linear and
29936 quadratic discriminant analysis, k-nearest neighbors, naive Bayes, support
29937 vector machines, and gradient boosting.")
29938 (license license:lgpl3)))
29939
29940 (define-public r-bbotk
29941 (package
29942 (name "r-bbotk")
29943 (version "0.5.2")
29944 (source
29945 (origin
29946 (method url-fetch)
29947 (uri (cran-uri "bbotk" version))
29948 (sha256
29949 (base32
29950 "0k1vlh14mfbcgdw2yfhab7shkrqm4d2h6af12mybr9gks26xmw82"))))
29951 (properties `((upstream-name . "bbotk")))
29952 (build-system r-build-system)
29953 (propagated-inputs
29954 (list r-checkmate
29955 r-data-table
29956 r-lgr
29957 r-mlr3misc
29958 r-paradox
29959 r-r6))
29960 (native-inputs
29961 (list r-knitr))
29962 (home-page "https://bbotk.mlr-org.com")
29963 (synopsis "Black-Box Optimization Toolkit")
29964 (description "This package provides a common framework for optimization of
29965 black-box functions for other packages, e.g. @code{mlr3}. It offers various
29966 optimization methods e.g. grid search, random search and generalized simulated
29967 annealing.")
29968 (license license:lgpl3)))
29969
29970 (define-public r-mlr3tuning
29971 (package
29972 (name "r-mlr3tuning")
29973 (version "0.13.0")
29974 (source (origin
29975 (method url-fetch)
29976 (uri (cran-uri "mlr3tuning" version))
29977 (sha256
29978 (base32
29979 "0czlpi8bshn8cjq7pa1cyy7lpv35g4hv2nbyhc59zrcykzfv8afm"))))
29980 (build-system r-build-system)
29981 (propagated-inputs
29982 (list r-bbotk
29983 r-checkmate
29984 r-data-table
29985 r-lgr
29986 r-mlr3
29987 r-mlr3misc
29988 r-paradox
29989 r-r6))
29990 (home-page "https://mlr3tuning.mlr-org.com/")
29991 (synopsis "Tuning for @code{mlr3}")
29992 (description "@code{mlr3tuning} implements methods for hyperparameter
29993 tuning, e.g. Grid Search, Random Search, or Simulated Annealing. Various
29994 termination criteria can be set and combined. The class @code{AutoTuner} provides a
29995 convenient way to perform nested resampling in combination with @code{mlr3}.")
29996 (license license:lgpl3)))
29997
29998 (define-public r-fontliberation
29999 (package
30000 (name "r-fontliberation")
30001 (version "0.1.0")
30002 (source
30003 (origin
30004 (method url-fetch)
30005 (uri (cran-uri "fontLiberation" version))
30006 (sha256
30007 (base32
30008 "1w1rl0g4ayyp8lwppmz9yzj9cizg7i50g07216jkm1q5w0is9pmc"))))
30009 (properties
30010 `((upstream-name . "fontLiberation")))
30011 (build-system r-build-system)
30012 (home-page "https://cran.r-project.org/package=fontLiberation")
30013 (synopsis "Liberation fonts")
30014 (description
30015 "This package provides a placeholder for the Liberation fontset intended
30016 for the fontquiver package. This fontset covers the 12 combinations of
30017 families (sans, serif, mono) and faces (plain, bold, italic, bold italic)
30018 supported in R graphics devices.")
30019 (license license:silofl1.1)))
30020
30021 (define-public r-fontbitstreamvera
30022 (package
30023 (name "r-fontbitstreamvera")
30024 (version "0.1.1")
30025 (source
30026 (origin
30027 (method url-fetch)
30028 (uri (cran-uri "fontBitstreamVera" version))
30029 (sha256
30030 (base32
30031 "0nipdlmhjv1wr3aidcl97nk6mppdkd65krgwqnhdsnv0jpfv761j"))))
30032 (properties
30033 `((upstream-name . "fontBitstreamVera")))
30034 (build-system r-build-system)
30035 (home-page "https://cran.r-project.org/package=fontBitstreamVera")
30036 (synopsis "Fonts for fontquiver")
30037 (description
30038 "This package is a placeholder for the Bitstream Vera font. It is
30039 intended for the fontquiver package.")
30040 (license
30041 (license:fsdg-compatible
30042 "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts"
30043 "The Font Software may be sold as part of a larger software package but
30044 no copy of one or more of the Font Software typefaces may be sold by
30045 itself."))))
30046
30047 (define-public r-fontquiver
30048 (package
30049 (name "r-fontquiver")
30050 (version "0.2.1")
30051 (source
30052 (origin
30053 (method url-fetch)
30054 (uri (cran-uri "fontquiver" version))
30055 (sha256
30056 (base32
30057 "0qv3i9hch7cygl9983s3w68wfh5qvym2jkm52pp06p6mq8a1i1wm"))))
30058 (properties `((upstream-name . "fontquiver")))
30059 (build-system r-build-system)
30060 (propagated-inputs
30061 (list r-fontbitstreamvera r-fontliberation))
30062 (home-page "https://cran.r-project.org/package=fontquiver")
30063 (synopsis "Set of installed fonts")
30064 (description
30065 "This package provides a set of fonts. This is useful when you want to
30066 avoid system fonts to make sure your outputs are reproducible.")
30067 (license license:gpl3)))
30068
30069 (define-public r-freetypeharfbuzz
30070 (package
30071 (name "r-freetypeharfbuzz")
30072 (version "0.2.6")
30073 (source
30074 (origin
30075 (method url-fetch)
30076 (uri (cran-uri "freetypeharfbuzz" version))
30077 (sha256
30078 (base32
30079 "0r3icgnq3jk4fm6z92cmhzdmflbk5df8zsmjg0dzpc4y48xafnk7"))))
30080 (properties
30081 `((upstream-name . "freetypeharfbuzz")))
30082 (build-system r-build-system)
30083 (arguments
30084 `(#:phases
30085 (modify-phases %standard-phases
30086 (add-after 'unpack 'prepare-static-libraries
30087 (lambda* (#:key inputs #:allow-other-keys)
30088 (mkdir-p "src/target/include")
30089 (let ((freetype (assoc-ref inputs "static-freetype"))
30090 (harfbuzz (assoc-ref inputs "static-harfbuzz")))
30091 (substitute* "src/Makevars.in"
30092 (("include @MK_FILE@") "") ; do not build static libs
30093 (("^HB_STATIC_LIB =.*")
30094 (string-append "HB_STATIC_LIB = " harfbuzz "/lib/libharfbuzz.a\n"))
30095 (("^FT_STATIC_LIB =.*")
30096 (string-append "FT_STATIC_LIB = " freetype "/lib/libfreetype.a\n")))
30097 (copy-recursively (string-append freetype "/include")
30098 "src/target/include")
30099 (copy-recursively (string-append harfbuzz "/include")
30100 "src/target/include")))))))
30101 (propagated-inputs
30102 (list r-fontquiver))
30103 ;; This may defeat the purpose of this package as our versions of freetype
30104 ;; and harfbuzz obviously differ from the tarballs offered by this
30105 ;; project. On the other hand, Guix arguably does a better job at
30106 ;; "ensur[ing] deterministic computation".
30107 (native-inputs
30108 `(("static-freetype"
30109 ,(package
30110 (inherit (static-package freetype))
30111 (arguments
30112 `(#:configure-flags
30113 (list "--enable-static=yes"
30114 "--with-pic=yes"
30115 "--without-zlib"
30116 "--without-bzip2"
30117 "--without-png"
30118 "--without-harfbuzz")))))
30119 ("static-harfbuzz"
30120 ,(package
30121 (inherit (static-package harfbuzz))
30122 (arguments
30123 `(#:tests? #false ; fail because shared library is disabled
30124 #:configure-flags
30125 (list "--enable-static=yes"
30126 "--enable-shared=no"
30127 "--with-pic=yes"
30128 "--with-freetype=yes"
30129 "--without-icu"
30130 "--without-cairo"
30131 "--without-fontconfig"
30132 "--without-glib")))))))
30133 (inputs
30134 (list zlib))
30135 (home-page "https://cran.r-project.org/package=freetypeharfbuzz")
30136 (synopsis "Deterministic computation of text box metrics")
30137 (description
30138 "Unlike other tools that dynamically link to the Cairo stack,
30139 freetypeharfbuzz is statically linked to specific versions of the FreeType and
30140 harfbuzz libraries. This ensures deterministic computation of text box
30141 extents for situations where reproducible results are crucial (for instance
30142 unit tests of graphics).")
30143 (license license:gpl3)))
30144
30145 (define-public r-vdiffr
30146 (package
30147 (name "r-vdiffr")
30148 (version "1.0.4")
30149 (source
30150 (origin
30151 (method url-fetch)
30152 (uri (cran-uri "vdiffr" version))
30153 (sha256
30154 (base32
30155 "1z8nn8yh6jfzb9r7ylmigwh1p30lrclqm6khmp323qqphzmzfdwy"))))
30156 (properties `((upstream-name . "vdiffr")))
30157 (build-system r-build-system)
30158 (inputs
30159 (list libpng zlib))
30160 (propagated-inputs
30161 (list r-cpp11
30162 r-diffobj
30163 r-glue
30164 r-htmltools
30165 r-lifecycle
30166 r-rlang
30167 r-testthat
30168 r-xml2))
30169 (home-page "https://github.com/r-lib/vdiffr")
30170 (synopsis "Visual regression testing and graphical diffing")
30171 (description
30172 "This package is an extension to the testthat package that makes it easy
30173 to add graphical unit tests. It provides a Shiny application to manage the
30174 test cases.")
30175 (license license:gpl3)))
30176
30177 (define-public r-highlight
30178 (package
30179 (name "r-highlight")
30180 (version "0.5.0")
30181 (source
30182 (origin
30183 (method url-fetch)
30184 (uri (cran-uri "highlight" version))
30185 (sha256
30186 (base32
30187 "1shar4y07wyixg0ichdrn2xhgwkl3mv2pxkalqzisc69w605b3hf"))))
30188 (properties `((upstream-name . "highlight")))
30189 (build-system r-build-system)
30190 (home-page "https://github.com/hadley/highlight")
30191 (synopsis "Syntax highlighter for R code")
30192 (description
30193 "This package provides a syntax highlighter for R code based on the
30194 results of the R parser. It supports rendering in HTML and LaTeX markup. It
30195 includes a custom Sweave driver performing syntax highlighting of R code
30196 chunks.")
30197 (license license:gpl3+)))
30198
30199 (define-public r-clustree
30200 (package
30201 (name "r-clustree")
30202 (version "0.4.4")
30203 (source
30204 (origin
30205 (method url-fetch)
30206 (uri (cran-uri "clustree" version))
30207 (sha256
30208 (base32
30209 "0vwmicajl7c0rmjdmf4f857fii0xrxz25vjkn888svlsikw00qbs"))))
30210 (properties `((upstream-name . "clustree")))
30211 (build-system r-build-system)
30212 (propagated-inputs
30213 (list r-checkmate
30214 r-dplyr
30215 r-ggplot2
30216 r-ggraph
30217 r-ggrepel
30218 r-igraph
30219 r-rlang
30220 r-tidygraph
30221 r-viridis))
30222 (native-inputs
30223 (list r-knitr))
30224 (home-page "https://github.com/lazappi/clustree")
30225 (synopsis "Visualize clusterings at different resolutions")
30226 (description
30227 "Deciding what resolution to use can be a difficult question when
30228 approaching a clustering analysis. One way to approach this problem is to
30229 look at how samples move as the number of clusters increases. This package
30230 allows you to produce clustering trees, a visualization for interrogating
30231 clusterings as resolution increases.")
30232 (license license:gpl3)))
30233
30234 (define-public r-textshaping
30235 (package
30236 (name "r-textshaping")
30237 (version "0.3.6")
30238 (source
30239 (origin
30240 (method url-fetch)
30241 (uri (cran-uri "textshaping" version))
30242 (sha256
30243 (base32
30244 "1niaj1dh09rqrg9hrh98ddnc0f2nkyq9iizv24lcwm9gjs3w1ql0"))))
30245 (properties `((upstream-name . "textshaping")))
30246 (build-system r-build-system)
30247 (inputs
30248 (list freetype fribidi harfbuzz zlib))
30249 (propagated-inputs
30250 (list r-cpp11 r-systemfonts))
30251 (native-inputs
30252 (list pkg-config r-knitr))
30253 (home-page "https://github.com/r-lib/textshaping")
30254 (synopsis "Bindings to the HarfBuzz and Fribidi libraries for text shaping")
30255 (description
30256 "This package provides access to the text shaping functionality in the
30257 HarfBuzz library and the bidirectional algorithm in the Fribidi library. This
30258 is a low-level utility package mainly for graphic devices that expands upon
30259 the font tool-set provided by the @code{systemfonts} package.")
30260 (license license:expat)))
30261
30262 (define-public r-ragg
30263 (package
30264 (name "r-ragg")
30265 (version "1.2.2")
30266 (source
30267 (origin
30268 (method url-fetch)
30269 (uri (cran-uri "ragg" version))
30270 (sha256
30271 (base32
30272 "1q43pwmljsqgrikkh2g1n7bpz9c8py5dnj44cfg3y2br7b4m2q9v"))))
30273 (properties `((upstream-name . "ragg")))
30274 (build-system r-build-system)
30275 (inputs
30276 (list freetype libjpeg-turbo libpng libtiff zlib))
30277 (propagated-inputs
30278 (list r-systemfonts r-textshaping))
30279 (native-inputs
30280 (list pkg-config))
30281 (home-page "https://ragg.r-lib.org")
30282 (synopsis "Graphic devices based on AGG")
30283 (description
30284 "Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D
30285 drawing library. The ragg package provides a set of graphic devices based on
30286 AGG to use as alternative to the raster devices provided through the
30287 @code{grDevices} package.")
30288 (license license:expat)))
30289
30290 (define-public r-downlit
30291 (package
30292 (name "r-downlit")
30293 (version "0.4.0")
30294 (source
30295 (origin
30296 (method url-fetch)
30297 (uri (cran-uri "downlit" version))
30298 (sha256
30299 (base32
30300 "10zvrqdpwavdy97h3q26bqh3k63z61fmc04w9vwsnvmnv8hnh3vl"))))
30301 (properties `((upstream-name . "downlit")))
30302 (build-system r-build-system)
30303 (propagated-inputs
30304 (list r-brio
30305 r-desc
30306 r-digest
30307 r-evaluate
30308 r-fansi
30309 r-memoise
30310 r-rlang
30311 r-vctrs
30312 r-yaml))
30313 (home-page "https://downlit.r-lib.org/")
30314 (synopsis "Syntax highlighting and automatic linking")
30315 (description
30316 "This package provides syntax highlighting of R code, specifically
30317 designed for the needs of RMarkdown packages like @code{pkgdown},
30318 @code{hugodown}, and @code{bookdown}. It includes linking of function calls
30319 to their documentation on the web, and automatic translation of ANSI escapes
30320 in output to the equivalent HTML.")
30321 (license license:expat)))
30322
30323 (define-public r-pkgdown
30324 (package
30325 (name "r-pkgdown")
30326 (version "2.0.2")
30327 (source
30328 (origin
30329 (method url-fetch)
30330 (uri (cran-uri "pkgdown" version))
30331 (sha256
30332 (base32
30333 "11grx7a2rz6b4kwspm7c8crjav677c22hysnp4bkwh5g8kr5nm2h"))))
30334 (properties `((upstream-name . "pkgdown")))
30335 (build-system r-build-system)
30336 (inputs (list pandoc))
30337 (propagated-inputs
30338 (list r-bslib
30339 r-callr
30340 r-crayon
30341 r-desc
30342 r-digest
30343 r-downlit
30344 r-fs
30345 r-httr
30346 r-jsonlite
30347 r-magrittr
30348 r-memoise
30349 r-purrr
30350 r-ragg
30351 r-rlang
30352 r-rmarkdown
30353 r-tibble
30354 r-whisker
30355 r-withr
30356 r-xml2
30357 r-yaml))
30358 (native-inputs
30359 (list r-knitr))
30360 (home-page "https://pkgdown.r-lib.org")
30361 (synopsis "Make static HTML documentation for an R package")
30362 (description
30363 "The goal of this package is to generate an attractive and useful website
30364 from a source package. @code{pkgdown} converts your documentation, vignettes,
30365 README file, and more to HTML making it easy to share information about your
30366 package online.")
30367 (license license:expat)))
30368
30369 (define-public r-prereg
30370 (package
30371 (name "r-prereg")
30372 (version "0.6.0")
30373 (source
30374 (origin
30375 (method url-fetch)
30376 (uri (cran-uri "prereg" version))
30377 (sha256
30378 (base32
30379 "039nrl5cirsx1ysh214dr6xnn1h6h3f90im6k9dgmzfksxdqigpw"))))
30380 (properties `((upstream-name . "prereg")))
30381 (build-system r-build-system)
30382 (propagated-inputs
30383 (list r-rmarkdown))
30384 (home-page "https://github.com/crsh/prereg")
30385 (synopsis
30386 "R Markdown Templates to preregister Scientific Studies")
30387 (description
30388 "This package provides a collection of templates to author
30389 preregistration documents for scientific studies in PDF format.")
30390 (license license:gpl3)))
30391
30392 (define-public r-ez
30393 (package
30394 (name "r-ez")
30395 (version "4.4-0")
30396 (source
30397 (origin
30398 (method url-fetch)
30399 (uri (cran-uri "ez" version))
30400 (sha256
30401 (base32
30402 "0a58s94x576dfz7wcbivrr2hmdh5x1vy16zwkqp9fmdzqx38pagq"))))
30403 (properties `((upstream-name . "ez")))
30404 (build-system r-build-system)
30405 (propagated-inputs
30406 (list r-car
30407 r-ggplot2
30408 r-lme4
30409 r-mass
30410 r-matrix
30411 r-mgcv
30412 r-plyr
30413 r-reshape2
30414 r-scales
30415 r-stringr))
30416 (home-page "https://github.com/mike-lawrence/ez")
30417 (synopsis "Easy Analysis and Visualization of Factorial Experiments")
30418 (description
30419 "Facilitates easy analysis of factorial experiments, including purely
30420 within-Ss designs (a.k.a. \"repeated measures\"), purely between-Ss designs,
30421 and mixed within-and-between-Ss designs. The functions in this package aim to
30422 provide simple, intuitive and consistent specification of data analysis and
30423 visualization. Visualization functions also include design visualization for
30424 pre-analysis data auditing, and correlation matrix visualization. Finally,
30425 this package includes functions for non-parametric analysis, including
30426 permutation tests and bootstrap resampling. The bootstrap function obtains
30427 predictions either by cell means or by more advanced/powerful mixed effects
30428 models, yielding predictions and confidence intervals that may be easily
30429 visualized at any level of the experiment's design.")
30430 (license license:gpl2+)))
30431
30432 (define-public r-qdapregex
30433 (package
30434 (name "r-qdapregex")
30435 (version "0.7.2")
30436 (source
30437 (origin
30438 (method url-fetch)
30439 (uri (cran-uri "qdapRegex" version))
30440 (sha256
30441 (base32
30442 "1xa8q1way3gjadrjh3mv3xr4c6b4h16nd2c6lgl969difplpfz9p"))))
30443 (properties `((upstream-name . "qdapRegex")))
30444 (build-system r-build-system)
30445 (propagated-inputs (list r-stringi))
30446 (home-page
30447 "https://trinker.github.com/qdapRegex/")
30448 (synopsis
30449 "Regular Expression Removal, Extraction, and Replacement Tools")
30450 (description
30451 "This package provides a collection of regular expression tools
30452 associated with the @code{qdap} package that may be useful outside of the
30453 context of discourse analysis. Tools include removal/extraction/replacement of
30454 abbreviations, dates, dollar amounts, email addresses, hash tags, numbers,
30455 percentages, citations, person tags, phone numbers, times, and zip codes.")
30456 (license license:gpl2)))
30457
30458 (define-public r-mgsub
30459 (package
30460 (name "r-mgsub")
30461 (version "1.7.3")
30462 (source
30463 (origin
30464 (method url-fetch)
30465 (uri (cran-uri "mgsub" version))
30466 (sha256
30467 (base32
30468 "1mci6x65h94qiz9cwikx2inbrwkykv43zbs8abfbx416zrh2bbn9"))))
30469 (properties `((upstream-name . "mgsub")))
30470 (build-system r-build-system)
30471 (native-inputs (list r-knitr))
30472 (home-page
30473 "https://cran.r-project.org/package=mgsub")
30474 (synopsis
30475 "Safe, Multiple, Simultaneous String Substitution")
30476 (description
30477 "Designed to enable simultaneous substitution in strings in a safe
30478 fashion. Safe means it does not rely on placeholders (which can cause errors
30479 in same length matches).")
30480 (license license:expat)))
30481
30482 (define-public r-textshape
30483 (package
30484 (name "r-textshape")
30485 (version "1.7.3")
30486 (source
30487 (origin
30488 (method url-fetch)
30489 (uri (cran-uri "textshape" version))
30490 (sha256
30491 (base32
30492 "0k9injxykgj2qprc7dygd7gafvcbh3r9x84qzaa1al21pk0dz7ds"))))
30493 (properties `((upstream-name . "textshape")))
30494 (build-system r-build-system)
30495 (propagated-inputs
30496 (list r-data-table r-slam r-stringi))
30497 (home-page "https://github.com/trinker/textshape")
30498 (synopsis "Tools for Reshaping Text")
30499 (description
30500 "Tools that can be used to reshape and restructure text data.")
30501 (license license:gpl2)))
30502
30503 (define-public r-syuzhet
30504 (package
30505 (name "r-syuzhet")
30506 (version "1.0.6")
30507 (source
30508 (origin
30509 (method url-fetch)
30510 (uri (cran-uri "syuzhet" version))
30511 (sha256
30512 (base32
30513 "16iccqdbw02iw82nah6kwz3gwfghi864j2y698n4b9dyc386ijzv"))))
30514 (properties `((upstream-name . "syuzhet")))
30515 (build-system r-build-system)
30516 (propagated-inputs
30517 (list r-dplyr
30518 r-dtt
30519 r-nlp
30520 r-rlang
30521 r-textshape
30522 r-tidyr
30523 r-zoo))
30524 (native-inputs (list r-knitr))
30525 (home-page "https://github.com/mjockers/syuzhet")
30526 (synopsis
30527 "Extracts Sentiment and Sentiment-Derived Plot Arcs from Text")
30528 (description
30529 "Extracts sentiment and sentiment-derived plot arcs from text using a
30530 variety of sentiment dictionaries conveniently packaged for consumption by R
30531 users. Implemented dictionaries include @dfn{syuzhet} (default) developed in the
30532 Nebraska Literary Lab, @dfn{afinn} developed by Finn Arup Nielsen, @dfn{bing}
30533 developed by Minqing Hu and Bing Liu, and @dfn{nrc} developed by Mohammad, Saif
30534 M. and Turney, Peter D. Applicable references are available in
30535 @file{README.md} and in the documentation for the @code{get_sentiment}
30536 function. The package also provides a hack for implementing Stanford's coreNLP
30537 sentiment parser. The package provides several methods for plot arc
30538 normalization.")
30539 (license license:gpl3)))
30540
30541 (define-public r-lexicon
30542 (package
30543 (name "r-lexicon")
30544 (version "1.2.1")
30545 (source
30546 (origin
30547 (method url-fetch)
30548 (uri (cran-uri "lexicon" version))
30549 (sha256
30550 (base32
30551 "0x7rscsh6par2lj11sby7bmz41cxn63iiw51lgh29z09cg8j606c"))))
30552 (properties `((upstream-name . "lexicon")))
30553 (build-system r-build-system)
30554 (propagated-inputs
30555 (list r-data-table r-syuzhet))
30556 (home-page "https://github.com/trinker/lexicon")
30557 (synopsis "Lexicons for Text Analysis")
30558 (description
30559 "This package provides a collection of lexical hash tables, dictionaries,
30560 and word lists.")
30561 (license license:gpl3)))
30562
30563 (define-public r-english
30564 (package
30565 (name "r-english")
30566 (version "1.2-6")
30567 (source
30568 (origin
30569 (method url-fetch)
30570 (uri (cran-uri "english" version))
30571 (sha256
30572 (base32
30573 "1g3nmy5p8wj3ix1vp1qmkmy3dyqisrw0md8cjrx4klqkp0wqlms9"))))
30574 (properties `((upstream-name . "english")))
30575 (build-system r-build-system)
30576 (native-inputs (list r-knitr))
30577 (home-page
30578 "https://cran.r-project.org/package=english")
30579 (synopsis "Translate Integers into English")
30580 (description
30581 "Allow numbers to be presented in an English language version, one, two,
30582 three, ... Ordinals are also available, first, second, third, ... and
30583 indefinite article choice, \"a\" or \"an\".")
30584 (license license:gpl2)))
30585
30586 (define-public r-textclean
30587 (package
30588 (name "r-textclean")
30589 (version "0.9.3")
30590 (source
30591 (origin
30592 (method url-fetch)
30593 (uri (cran-uri "textclean" version))
30594 (sha256
30595 (base32
30596 "0kgjh6c4f14qkjc4fds7q7rpf4nkma3p0igm54fplmm3p853nvrz"))))
30597 (properties `((upstream-name . "textclean")))
30598 (build-system r-build-system)
30599 (propagated-inputs
30600 (list r-data-table
30601 r-english
30602 r-glue
30603 r-lexicon
30604 r-mgsub
30605 r-qdapregex
30606 r-stringi
30607 r-textshape))
30608 (home-page
30609 "https://github.com/trinker/textclean")
30610 (synopsis "Text Cleaning Tools")
30611 (description
30612 "Tools to clean and process text. Tools are geared at checking for
30613 substrings that are not optimal for analysis and replacing or removing them
30614 (normalizing) with more analysis friendly substrings (see Sproat, Black, Chen,
30615 Kumar, Ostendorf, & Richards (2001) @url{doi:10.1006/csla.2001.0169}) or
30616 extracting them into new variables. For example, emoticons are often used in
30617 text but not always easily handled by analysis algorithms. The
30618 @code{replace_emoticon()} function replaces emoticons with word equivalents.")
30619 (license license:gpl2)))
30620
30621 (define-public r-striprtf
30622 (package
30623 (name "r-striprtf")
30624 (version "0.5.3")
30625 (source
30626 (origin
30627 (method url-fetch)
30628 (uri (cran-uri "striprtf" version))
30629 (sha256
30630 (base32
30631 "0dqcsh3fb8j0mmmxvxjl77rryhmrjm7a3scqvk2xkgxk4xq6q316"))))
30632 (properties `((upstream-name . "striprtf")))
30633 (build-system r-build-system)
30634 (propagated-inputs
30635 (list r-magrittr r-rcpp r-stringr))
30636 (home-page "https://github.com/kota7/striprtf")
30637 (synopsis "Extract Text from RTF File")
30638 (description
30639 "Extracts plain text from @dfn{Rich Text Format} (RTF) file.")
30640 (license license:expat)))
30641
30642 (define-public r-ndjson
30643 (package
30644 (name "r-ndjson")
30645 (version "0.8.0")
30646 (source
30647 (origin
30648 (method url-fetch)
30649 (uri (cran-uri "ndjson" version))
30650 (sha256
30651 (base32
30652 "0lvzbgfi1sg4kya1mvv67z14qk3vz9q57x22qh57xq8ampdkg812"))
30653 (modules '((guix build utils)))
30654 (snippet
30655 '(begin
30656 ;; unvendor gzstream
30657 (for-each delete-file '("src/gzstream.cpp" "src/gzstream.h"))
30658 #t))))
30659 (properties `((upstream-name . "ndjson")))
30660 (build-system r-build-system)
30661 (arguments
30662 '(#:phases
30663 (modify-phases %standard-phases
30664 (add-after 'unpack 'use-system-gzstream
30665 (lambda* (#:key inputs #:allow-other-keys)
30666 (substitute* "src/Makevars"
30667 (("PKG_LIBS = " all)
30668 (string-append all "-lgzstream ")))
30669 #t)))))
30670 (inputs (list zlib gzstream))
30671 (propagated-inputs
30672 (list r-data-table r-rcpp r-tibble))
30673 (home-page "https://gitlab.com/hrbrmstr/ndjson")
30674 (synopsis
30675 "Wicked-Fast @dfn{Streaming JSON} (ndjson) Reader")
30676 (description
30677 "@dfn{Streaming JSON} (ndjson) has one JSON record per-line and many
30678 modern ndjson files contain large numbers of records. These constructs may not
30679 be columnar in nature, but it is often useful to read in these files and
30680 \"flatten\" the structure out to enable working with the data in an R
30681 @code{data.frame}-like context. Functions are provided that make it possible
30682 to read in plain ndjson files or compressed (@code{gz}) ndjson files and either
30683 validate the format of the records or create \"flat\" @code{data.table}
30684 structures from them.")
30685 (license license:expat)))
30686
30687 (define-public r-streamr
30688 (package
30689 (name "r-streamr")
30690 (version "0.4.5")
30691 (source
30692 (origin
30693 (method url-fetch)
30694 (uri (cran-uri "streamR" version))
30695 (sha256
30696 (base32
30697 "1clx3b0j2515r1nmnl6ki7qw5n54q3x2jvqv3zrc00kq71mlj7ix"))))
30698 (properties `((upstream-name . "streamR")))
30699 (build-system r-build-system)
30700 (propagated-inputs
30701 (list r-ndjson r-rcurl r-rjson))
30702 (home-page
30703 "https://cran.r-project.org/package=streamR")
30704 (synopsis
30705 "Access to Twitter Streaming API via R")
30706 (description
30707 "This package provides functions to access Twitter's filter, sample, and
30708 user streams, and to parse the output into data frames.")
30709 (license license:gpl2)))
30710
30711 (define-public r-readods
30712 (package
30713 (name "r-readods")
30714 (version "1.7.0")
30715 (source
30716 (origin
30717 (method url-fetch)
30718 (uri (cran-uri "readODS" version))
30719 (sha256
30720 (base32
30721 "1hi217ab7hp15jsbzi5ak57cqf8jn2rv78bnn74q72gn9mrfra7n"))))
30722 (properties `((upstream-name . "readODS")))
30723 (build-system r-build-system)
30724 (propagated-inputs
30725 (list r-cellranger r-readr r-stringi r-xml2))
30726 (native-inputs (list r-knitr))
30727 (home-page
30728 "https://cran.r-project.org/package=readODS")
30729 (synopsis "Read and Write ODS Files")
30730 (description
30731 "Import @dfn{OpenDocument Spreadsheet} (ODS) into R as a data frame.
30732 Also support writing data frame into ODS file.")
30733 (license license:gpl3)))
30734
30735 (define-public r-qpdf
30736 (package
30737 (name "r-qpdf")
30738 (version "1.1")
30739 (source
30740 (origin
30741 (method url-fetch)
30742 (uri (cran-uri "qpdf" version))
30743 (sha256
30744 (base32
30745 "03lnfncw8qd1fwfyqh1mjvnsjr3b63wxbah0wp5g7z7gba90dwbi"))
30746 (modules '((guix build utils)))
30747 (snippet
30748 '(begin
30749 ;; unvendor libqpdf
30750 (delete-file-recursively "src/libqpdf")
30751 (delete-file-recursively "src/include/qpdf")
30752 #t))))
30753 (properties `((upstream-name . "qpdf")))
30754 (build-system r-build-system)
30755 (arguments
30756 '(#:phases
30757 (modify-phases %standard-phases
30758 (add-after 'unpack 'configure
30759 (lambda _
30760 (setenv "EXTERNAL_QPDF" "1")
30761 #t)))))
30762 (inputs
30763 (list zlib qpdf))
30764 (propagated-inputs
30765 (list r-askpass r-curl r-rcpp))
30766 (native-inputs (list pkg-config))
30767 (home-page "https://github.com/ropensci/qpdf")
30768 (synopsis
30769 "Split, Combine and Compress PDF Files")
30770 (description
30771 "Content-preserving transformations transformations of PDF files such as
30772 split, combine, and compress. This package interfaces directly to the
30773 @code{qpdf} C++ API and does not require any command line utilities. Note that
30774 @code{qpdf} does not read actual content from PDF files: to extract text and
30775 data you need the @code{pdftools} package.")
30776 (license license:asl2.0)))
30777
30778 (define-public r-pdftools
30779 (package
30780 (name "r-pdftools")
30781 (version "3.1.1")
30782 (source
30783 (origin
30784 (method url-fetch)
30785 (uri (cran-uri "pdftools" version))
30786 (sha256
30787 (base32
30788 "1lflqf2ypdm4w033vyjykmsy8cl34sp42fzkfgfdhvl2d0xjhl96"))))
30789 (properties `((upstream-name . "pdftools")))
30790 (build-system r-build-system)
30791 (inputs (list zlib poppler))
30792 (propagated-inputs (list r-qpdf r-rcpp))
30793 (native-inputs (list pkg-config))
30794 (home-page "https://docs.ropensci.org/pdftools/")
30795 (synopsis "Text Extraction, Rendering and Converting of PDF Documents")
30796 (description
30797 "This package provides utilities based on @code{libpoppler} for
30798 extracting text, fonts, attachments and metadata from a PDF file. It also
30799 supports high quality rendering of PDF documents into PNG, JPEG, TIFF format,
30800 or into raw bitmap vectors for further processing in R.")
30801 (license license:expat)))
30802
30803 (define-public r-antiword
30804 (package
30805 (name "r-antiword")
30806 (version "1.3.1")
30807 (source
30808 (origin
30809 (method url-fetch)
30810 (uri (cran-uri "antiword" version))
30811 (sha256
30812 (base32
30813 "123v8zlczwh6fr1v3x7dl3885xlmddq1bqlcxih8zh07w0hlk1k2"))
30814 (modules '((guix build utils)))
30815 (snippet
30816 '(begin
30817 ;; unvendor libantiword
30818 (delete-file-recursively "src")
30819 #t))))
30820 (properties `((upstream-name . "antiword")))
30821 (build-system r-build-system)
30822 (arguments
30823 '(#:phases
30824 (modify-phases %standard-phases
30825 (add-after 'unpack 'use-system-antiword
30826 (lambda* (#:key inputs #:allow-other-keys)
30827 (substitute* "R/antiword.R"
30828 (("system.file\\(\"bin\", package = \"antiword\"\\)")
30829 (string-append "\"" (assoc-ref inputs "antiword") "/bin\"")))
30830 #t)))))
30831 (inputs (list antiword))
30832 (propagated-inputs (list r-sys))
30833 (home-page
30834 "https://github.com/ropensci/antiword#readme")
30835 (synopsis
30836 "Extract Text from Microsoft Word Documents")
30837 (description
30838 "Wraps the @code{AntiWord} utility to extract text from Microsoft Word
30839 documents. The utility only supports the old @code{doc} format, not the new
30840 xml based @code{docx} format. Use the @code{xml2} package to read the
30841 latter.")
30842 (license license:gpl2)))
30843
30844 (define-public r-readtext
30845 (package
30846 (name "r-readtext")
30847 (version "0.81")
30848 (source
30849 (origin
30850 (method url-fetch)
30851 (uri (cran-uri "readtext" version))
30852 (sha256
30853 (base32
30854 "0k782h5hns5v5h8a6qyfqck2hc15nq0awg8bsp196q4zviv5jw3c"))))
30855 (properties `((upstream-name . "readtext")))
30856 (build-system r-build-system)
30857 (propagated-inputs
30858 (list r-antiword
30859 r-data-table
30860 r-digest
30861 r-httr
30862 r-jsonlite
30863 r-pdftools
30864 r-readods
30865 r-readxl
30866 r-streamr
30867 r-stringi
30868 r-striprtf
30869 r-tibble
30870 r-xml2))
30871 (native-inputs (list r-knitr))
30872 (home-page
30873 "https://github.com/quanteda/readtext")
30874 (synopsis
30875 "Import and Handling for Plain and Formatted Text Files")
30876 (description
30877 "This package provides functions for importing and handling text files
30878 and formatted text files with additional meta-data, such including @code{.csv},
30879 @code{.tab}, @code{.json}, @code{.xml}, @code{.html}, @code{.pdf}, @code{.doc},
30880 @code{.docx}, @code{.rtf}, @code{.xls}, @code{.xlsx}, and others.")
30881 (license license:gpl3)))
30882
30883 (define-public r-packcircles
30884 (package
30885 (name "r-packcircles")
30886 (version "0.3.4")
30887 (source
30888 (origin
30889 (method url-fetch)
30890 (uri (cran-uri "packcircles" version))
30891 (sha256
30892 (base32
30893 "05pv5c4k4njkr0xw6i6ksiy34hcyx2lbiqpv5gxw81yrkm0rxfyk"))))
30894 (properties `((upstream-name . "packcircles")))
30895 (build-system r-build-system)
30896 (propagated-inputs (list r-rcpp))
30897 (native-inputs (list r-knitr))
30898 (home-page
30899 "https://github.com/mbedward/packcircles")
30900 (synopsis "Circle Packing")
30901 (description
30902 "Algorithms to find arrangements of non-overlapping circles.")
30903 (license license:expat)))
30904
30905 ;; Cannot unbundle liblwgeom, because PostGIS does not support building it on
30906 ;; its own.
30907 (define-public r-lwgeom
30908 (package
30909 (name "r-lwgeom")
30910 (version "0.2-8")
30911 (source
30912 (origin
30913 (method url-fetch)
30914 (uri (cran-uri "lwgeom" version))
30915 (sha256
30916 (base32
30917 "0d4b1djwrzla91mmyya2m1250mb44fzmq3d36w5mk81d4bg952pl"))))
30918 (properties `((upstream-name . "lwgeom")))
30919 (build-system r-build-system)
30920 (inputs
30921 (list geos proj sqlite zlib))
30922 (propagated-inputs
30923 (list r-rcpp r-sf r-units))
30924 (native-inputs (list pkg-config))
30925 (home-page "https://github.com/r-spatial/lwgeom/")
30926 (synopsis "Bindings to Selected 'liblwgeom' Functions for Simple Features")
30927 (description
30928 "Access to selected functions found in
30929 @url{https://github.com/postgis/postgis/tree/master/liblwgeom,liblwgeom}, the
30930 light-weight geometry library used by @url{http://postgis.net/,PostGIS}.")
30931 (license license:gpl2)))
30932
30933 (define-public r-stars
30934 (package
30935 (name "r-stars")
30936 (version "0.5-5")
30937 (source
30938 (origin
30939 (method url-fetch)
30940 (uri (cran-uri "stars" version))
30941 (sha256
30942 (base32
30943 "0hcbzr8c7wk30qjwrvx6bflzwkjpms79pavaxawnq1h8kry5fngk"))))
30944 (properties `((upstream-name . "stars")))
30945 (build-system r-build-system)
30946 (propagated-inputs
30947 (list r-abind
30948 r-classint
30949 r-lwgeom
30950 r-rlang
30951 r-sf
30952 r-units))
30953 (native-inputs (list r-knitr))
30954 (home-page "https://r-spatial.github.io/stars/")
30955 (synopsis
30956 "Spatiotemporal Arrays, Raster and Vector Data Cubes")
30957 (description
30958 "Reading, manipulating, writing and plotting spatiotemporal arrays
30959 (raster and vector data cubes) in @code{R}, using @code{GDAL} bindings provided
30960 by @code{sf}, and @code{NetCDF} bindings by @code{ncmeta} and @code{RNetCDF}.")
30961 (license license:asl2.0)))
30962
30963 (define-public r-tmaptools
30964 (package
30965 (name "r-tmaptools")
30966 (version "3.1-1")
30967 (source
30968 (origin
30969 (method url-fetch)
30970 (uri (cran-uri "tmaptools" version))
30971 (sha256
30972 (base32
30973 "0bal3czrdr93qig8s5cf5szld5vjbbks67rismfhlkmlgw6wp2gx"))))
30974 (properties `((upstream-name . "tmaptools")))
30975 (build-system r-build-system)
30976 (propagated-inputs
30977 (list r-dichromat
30978 r-lwgeom
30979 r-magrittr
30980 r-rcolorbrewer
30981 r-sf
30982 r-stars
30983 r-units
30984 r-viridislite
30985 r-xml))
30986 (home-page
30987 "https://github.com/mtennekes/tmaptools")
30988 (synopsis "Thematic Map Tools")
30989 (description
30990 "Set of tools for reading and processing spatial data. The aim is to
30991 supply the workflow to create thematic maps. This package also facilitates
30992 @code{tmap}, the package for visualizing thematic maps.")
30993 (license license:gpl3)))
30994
30995 (define-public r-rworldmap
30996 (package
30997 (name "r-rworldmap")
30998 (version "1.3-6")
30999 (source
31000 (origin
31001 (method url-fetch)
31002 (uri (cran-uri "rworldmap" version))
31003 (sha256
31004 (base32
31005 "1q1h0n9qr0m5pdx10swrh9ddsvdj8kv5nqngrf3lnx9rg9iwivjk"))))
31006 (properties `((upstream-name . "rworldmap")))
31007 (build-system r-build-system)
31008 (propagated-inputs
31009 (list r-fields r-maptools r-sp))
31010 (home-page
31011 "https://github.com/AndySouth/rworldmap/")
31012 (synopsis "Mapping Global Data")
31013 (description
31014 "Enables mapping of country level and gridded user datasets.")
31015 (license license:gpl2+)))
31016
31017 (define-public r-rtweet
31018 (package
31019 (name "r-rtweet")
31020 (version "0.7.0")
31021 (source
31022 (origin
31023 (method url-fetch)
31024 (uri (cran-uri "rtweet" version))
31025 (sha256
31026 (base32
31027 "05pbvxm2vmf6935b9s6663k3aifnkr3m52wh2jvnplmrwyrfpn9n"))))
31028 (properties `((upstream-name . "rtweet")))
31029 (build-system r-build-system)
31030 (propagated-inputs
31031 (list r-httpuv
31032 r-httr
31033 r-jsonlite
31034 r-magrittr
31035 r-progress
31036 r-rcpp
31037 r-tibble))
31038 (native-inputs (list r-knitr))
31039 (home-page
31040 "https://docs.ropensci.org/rtweet/")
31041 (synopsis "Collecting Twitter Data")
31042 (description
31043 "An implementation of calls designed to collect and organize Twitter data
31044 via @url{https://developer.twitter.com/en/docs,Twitter's REST and stream
31045 Application Program Interfaces (API)}.")
31046 (license license:expat)))
31047
31048 (define-public r-intervals
31049 (package
31050 (name "r-intervals")
31051 (version "0.15.2")
31052 (source
31053 (origin
31054 (method url-fetch)
31055 (uri (cran-uri "intervals" version))
31056 (sha256
31057 (base32
31058 "0mvwfwc03ifb30a3dzbmkv9adwqb8ajxhcw24d8xip8px063plhb"))))
31059 (properties `((upstream-name . "intervals")))
31060 (build-system r-build-system)
31061 (home-page "https://github.com/edzer/intervals")
31062 (synopsis
31063 "Tools for Working with Points and Intervals")
31064 (description
31065 "Tools for working with and comparing sets of points and intervals.")
31066 (license license:artistic2.0)))
31067
31068 (define-public r-eyelinker
31069 (package
31070 (name "r-eyelinker")
31071 (version "0.2.1")
31072 (source
31073 (origin
31074 (method url-fetch)
31075 (uri (cran-uri "eyelinker" version))
31076 (sha256
31077 (base32
31078 "0wijd45p6j2qal6wnj7zywks8p9v3m9cmyp7axmk44mrjdjx2i71"))))
31079 (properties `((upstream-name . "eyelinker")))
31080 (build-system r-build-system)
31081 (propagated-inputs
31082 (list r-intervals r-readr r-stringi r-stringr r-tibble))
31083 (native-inputs (list r-knitr))
31084 (home-page
31085 "https://github.com/a-hurst/eyelinker")
31086 (synopsis
31087 "Import ASC Files from EyeLink Eye Trackers")
31088 (description
31089 "Imports plain-text ASC data files from EyeLink eye trackers into
31090 (relatively) tidy data frames for analysis and visualization.")
31091 (license license:gpl3)))
31092
31093 (define-public r-btm
31094 (package
31095 (name "r-btm")
31096 (version "0.3.6")
31097 (source
31098 (origin
31099 (method url-fetch)
31100 (uri (cran-uri "BTM" version))
31101 (sha256
31102 (base32
31103 "0ab0wr8nbwn1w1j9hpwfz52lm1sw0qk93713y9k0hpm3pw9dq4jr"))))
31104 (properties `((upstream-name . "BTM")))
31105 (build-system r-build-system)
31106 (propagated-inputs (list r-rcpp))
31107 (home-page "https://github.com/bnosac/BTM")
31108 (synopsis "Biterm Topic Models for Short Text")
31109 (description
31110 "Biterm Topic Models find topics in collections of short texts. It is a
31111 word co-occurrence based topic model that learns topics by modeling word-word
31112 co-occurrences patterns which are called biterms. This in contrast to
31113 traditional topic models like Latent Dirichlet Allocation and Probabilistic
31114 Latent Semantic Analysis which are word-document co-occurrence topic models. A
31115 biterm consists of two words co-occurring in the same short text window. This
31116 context window can for example be a twitter message, a short answer on a
31117 survey, a sentence of a text or a document identifier. The techniques are
31118 explained in detail in the paper 'A Biterm Topic Model For Short Text' by
31119 Xiaohui Yan, Jiafeng Guo, Yanyan Lan, Xueqi Cheng (2013)
31120 @url{https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/\
31121 BTM-WWW13.pdf}.")
31122 (license license:asl2.0)))
31123
31124 (define-public r-delaporte
31125 (package
31126 (name "r-delaporte")
31127 (version "8.0.2")
31128 (source
31129 (origin
31130 (method url-fetch)
31131 (uri (cran-uri "Delaporte" version))
31132 (sha256
31133 (base32
31134 "10xsmms2jfw7x4hmgpd35dv4n4azpjzmfid6585kg6qfh2zg23g5"))))
31135 (properties `((upstream-name . "Delaporte")))
31136 (build-system r-build-system)
31137 (native-inputs (list gfortran))
31138 (home-page "https://github.com/aadler/Delaporte")
31139 (synopsis "Statistical functions for the Delaporte distribution")
31140 (description
31141 "This package provides probability mass, distribution, quantile,
31142 random-variate generation, and method-of-moments parameter-estimation
31143 functions for the Delaporte distribution with parameterization based on
31144 Vose (2008). The Delaporte is a discrete probability distribution which can
31145 be considered the convolution of a negative binomial distribution with a
31146 Poisson distribution. Alternatively, it can be considered a counting
31147 distribution with both Poisson and negative binomial components. It has been
31148 studied in actuarial science as a frequency distribution which has more
31149 variability than the Poisson, but less than the negative binomial.")
31150 (license license:bsd-2)))
31151
31152 (define-public r-rjsonio
31153 (package
31154 (name "r-rjsonio")
31155 (version "1.3-1.6")
31156 (source
31157 (origin
31158 (method url-fetch)
31159 (uri (cran-uri "RJSONIO" version))
31160 (sha256
31161 (base32
31162 "17x0ayk7daprbc8w2hvb2jl9mfnw4dic9yc3sr5adcjqfzmcklc2"))))
31163 (properties `((upstream-name . "RJSONIO")))
31164 (build-system r-build-system)
31165 (home-page "https://cran.r-project.org/package=RJSONIO")
31166 (synopsis "Serialize R objects to JSON")
31167 (description
31168 "This is a package that allows conversion to and from data in JavaScript
31169 Object Notation (JSON) format. This allows R objects to be inserted into
31170 Javascript/ECMAScript/ActionScript code and allows R programmers to read and
31171 convert JSON content to R objects. This is an alternative to the @code{rjson}
31172 package.")
31173 (license license:bsd-3)))
31174
31175 (define-public r-revgeo
31176 (package
31177 (name "r-revgeo")
31178 (version "0.15")
31179 (source
31180 (origin
31181 (method url-fetch)
31182 (uri (cran-uri "revgeo" version))
31183 (sha256
31184 (base32
31185 "1ns7d1817475lriss6wwgvdm6lj760p40yxqaifla13c2xb73a55"))))
31186 (properties `((upstream-name . "revgeo")))
31187 (build-system r-build-system)
31188 (propagated-inputs
31189 (list r-rcurl r-rjsonio))
31190 (home-page "https://cran.r-project.org/package=revgeo")
31191 (synopsis "Reverse geocoding")
31192 (description
31193 "The @code{revgeo} procedure allows you to use the Photon geocoder for
31194 OpenStreetMap, Google Maps, and Bing to reverse geocode coordinate pairs with
31195 minimal hassle.")
31196 (license license:gpl3+)))
31197
31198 (define-public r-qpcr
31199 (package
31200 (name "r-qpcr")
31201 (version "1.4-1")
31202 (source
31203 (origin
31204 (method url-fetch)
31205 (uri (cran-uri "qpcR" version))
31206 (sha256
31207 (base32
31208 "1r01q7jv3w59yx1gc0qw91rq7rvdhqsi8y57sqqkmwyqfw2x2vsv"))))
31209 (properties `((upstream-name . "qpcR")))
31210 (build-system r-build-system)
31211 (propagated-inputs
31212 (list r-mass r-matrix r-minpack-lm r-rgl r-robustbase))
31213 (home-page "https://cran.r-project.org/package=qpcR")
31214 (synopsis "Modelling and analysis of real-time PCR data")
31215 (description
31216 "This is a package for model fitting, optimal model selection and
31217 calculation of various features that are essential in the analysis of
31218 quantitative real-time polymerase chain reaction (qPCR).")
31219 (license license:gpl2+)))
31220
31221 (define-public r-textplot
31222 (package
31223 (name "r-textplot")
31224 (version "0.2.1")
31225 (source
31226 (origin
31227 (method url-fetch)
31228 (uri (cran-uri "textplot" version))
31229 (sha256
31230 (base32
31231 "10nxh9axhy6kyp6f3rz7smq08yl35ydx9jx47bs7i0bmcl2kwxvl"))))
31232 (properties `((upstream-name . "textplot")))
31233 (build-system r-build-system)
31234 (propagated-inputs
31235 (list r-data-table r-lattice r-matrix))
31236 (native-inputs (list r-knitr))
31237 (home-page "https://github.com/bnosac/textplot")
31238 (synopsis "Text Plots")
31239 (description
31240 "Visualise complex relations in texts. This is done by providing
31241 functionalities for displaying text co-occurrence networks, text correlation
31242 networks, dependency relationships as well as text clustering. Feel free to
31243 join the effort of providing interesting text visualisations.")
31244 (license license:gpl2)))
31245
31246 (define-public r-gsa
31247 (package
31248 (name "r-gsa")
31249 (version "1.03.2")
31250 (source
31251 (origin
31252 (method url-fetch)
31253 (uri (cran-uri "GSA" version))
31254 (sha256
31255 (base32
31256 "1f1mrxxdbdlnibgav6nsvbpniz2x3km2svc0hf43spb4zicn0z8p"))))
31257 (properties `((upstream-name . "GSA")))
31258 (build-system r-build-system)
31259 (home-page "https://statweb.stanford.edu/~tibs/GSA/")
31260 (synopsis "Gene set analysis")
31261 (description "This package lets you determine the significance of
31262 pre-defined sets of genes with respect to an outcome variable, such as a group
31263 indicator, a quantitative variable or a survival time.")
31264 ;; Any version of the LGPL
31265 (license license:lgpl3+)))
31266
31267 (define-public r-randomforestsrc
31268 (package
31269 (name "r-randomforestsrc")
31270 (version "2.9.3")
31271 (source
31272 (origin
31273 (method url-fetch)
31274 (uri (cran-uri "randomForestSRC" version))
31275 (sha256
31276 (base32
31277 "05ifvj49jv0n5p6k46milpgj9r10sc5aw23fypyyibdgwpwvwixw"))))
31278 (properties
31279 `((upstream-name . "randomForestSRC")))
31280 (build-system r-build-system)
31281 (home-page "https://cran.r-project.org/web/packages/randomForestSRC/")
31282 (synopsis "Random forests for survival, regression, and classification")
31283 (description
31284 "This package implements fast OpenMP parallel computing of Breiman's
31285 random forests for survival, competing risks, regression and classification
31286 based on Ishwaran and Kogalur's popular random survival forests (RSF) package.
31287 It handles missing data and now includes multivariate, unsupervised forests,
31288 quantile regression and solutions for class imbalanced data. It provides a
31289 fast interface using subsampling and confidence regions for variable
31290 importance.")
31291 (license license:gpl3+)))
31292
31293 (define-public r-contfrac
31294 (package
31295 (name "r-contfrac")
31296 (version "1.1-12")
31297 (source
31298 (origin
31299 (method url-fetch)
31300 (uri (cran-uri "contfrac" version))
31301 (sha256
31302 (base32
31303 "0sq5c7ny235yrkv2xc4insgxby6rvzc1qsj8h301cd2if3lwbgwm"))))
31304 (properties `((upstream-name . "contfrac")))
31305 (build-system r-build-system)
31306 (home-page
31307 "https://github.com/RobinHankin/contfrac")
31308 (synopsis "Continued Fractions")
31309 (description
31310 "Various utilities for evaluating continued fractions.")
31311 (license license:gpl2)))
31312
31313 (define-public r-elliptic
31314 (package
31315 (name "r-elliptic")
31316 (version "1.4-0")
31317 (source
31318 (origin
31319 (method url-fetch)
31320 (uri (cran-uri "elliptic" version))
31321 (sha256
31322 (base32
31323 "1dhba0yfxjd5rlqsxp5a7s2hclfkla9wigsr39dlma67l6qjjmxn"))))
31324 (properties `((upstream-name . "elliptic")))
31325 (build-system r-build-system)
31326 (inputs (list pari-gp))
31327 (propagated-inputs (list r-mass))
31328 (home-page
31329 "https://github.com/RobinHankin/elliptic")
31330 (synopsis
31331 "Weierstrass and Jacobi Elliptic Functions")
31332 (description
31333 "A suite of elliptic and related functions including Weierstrass and
31334 Jacobi forms. Also includes various tools for manipulating and visualizing
31335 complex functions.")
31336 (license license:gpl2)))
31337
31338 (define-public r-hypergeo
31339 (package
31340 (name "r-hypergeo")
31341 (version "1.2-13")
31342 (source
31343 (origin
31344 (method url-fetch)
31345 (uri (cran-uri "hypergeo" version))
31346 (sha256
31347 (base32
31348 "13jdiy216znwhr91iqnh03mvkmyscw439syb3h4i67dd78sphnvd"))))
31349 (properties `((upstream-name . "hypergeo")))
31350 (build-system r-build-system)
31351 (propagated-inputs
31352 (list r-contfrac r-desolve r-elliptic))
31353 (home-page
31354 "https://cran.r-project.org/web/packages/hypergeo/")
31355 (synopsis "The Gauss Hypergeometric Function")
31356 (description
31357 "The Gaussian hypergeometric function for complex numbers.")
31358 (license license:gpl2)))
31359
31360 (define-public r-gganimate
31361 (package
31362 (name "r-gganimate")
31363 (version "1.0.7")
31364 (source
31365 (origin
31366 (method url-fetch)
31367 (uri (cran-uri "gganimate" version))
31368 (sha256
31369 (base32
31370 "046v6j92xxgaghsnh88dy5h8x040qsfa8csvhp4dmsfmrrf0dz0f"))))
31371 (properties `((upstream-name . "gganimate")))
31372 (build-system r-build-system)
31373 (arguments
31374 `(#:phases
31375 (modify-phases %standard-phases
31376 (add-after 'unpack 'absolute-paths
31377 (lambda* (#:key inputs #:allow-other-keys)
31378 (substitute* "R/renderers.R"
31379 (("'ffmpeg'")
31380 (string-append "'" (assoc-ref inputs "ffmpeg") "/bin/ffmpeg'"))))))))
31381 (inputs
31382 ;; For video output.
31383 (list ffmpeg))
31384 (propagated-inputs
31385 (list r-ggplot2
31386 r-glue
31387 r-plyr
31388 r-progress
31389 r-rlang
31390 r-scales
31391 r-stringi
31392 r-tweenr
31393 ;; For GIF/SVG output. gifski is faster, but depends on Rust.
31394 r-magick
31395 ;; For HTML output.
31396 r-base64enc
31397 r-htmltools))
31398 (native-inputs (list r-knitr))
31399 (home-page "https://gganimate.com")
31400 (synopsis "Grammar of Animated Graphics")
31401 (description
31402 "This package extends the grammar of graphics as implemented by
31403 @code{ggplot2} to include the description of animation. It does this by
31404 providing a range of new grammar classes that can be added to the plot object
31405 in order to customise how it should change with time.")
31406 (license license:expat)))
31407
31408 ;; This library bundles ‘date’ from (gnu packages calendar). We cannot unbundle
31409 ;; it, because its C++ libtz.so is built with different compiler flags than
31410 ;; ours.
31411 (define-public r-tzdb
31412 (package
31413 (name "r-tzdb")
31414 (version "0.3.0")
31415 (source
31416 (origin
31417 (method url-fetch)
31418 (uri (cran-uri "tzdb" version))
31419 (sha256
31420 (base32
31421 "0f3h4zaf9f4l371k6nc1mq6z2f9aj1vaf2inni8jnsds3zng16b0"))))
31422 (properties `((upstream-name . "tzdb")))
31423 (build-system r-build-system)
31424 (propagated-inputs (list r-cpp11))
31425 (home-page "https://github.com/r-lib/tzdb")
31426 (synopsis "Time Zone Database Information")
31427 (description
31428 "This package provides an up-to-date copy of the Internet Assigned
31429 Numbers Authority (IANA) Time Zone Database. It is updated periodically to
31430 reflect changes made by political bodies to time zone boundaries, UTC offsets,
31431 and daylight saving time rules. Additionally, this package provides a C++
31432 interface for working with the @code{date} library. @code{date} provides
31433 comprehensive support for working with dates and date-times, which this package
31434 exposes to make it easier for other R packages to utilize. Headers are
31435 provided for calendar specific calculations, along with a limited interface for
31436 time zone manipulations.")
31437 (license license:expat)))
31438
31439 (define-public r-vroom
31440 (package
31441 (name "r-vroom")
31442 (version "1.5.7")
31443 (source
31444 (origin
31445 (method url-fetch)
31446 (uri (cran-uri "vroom" version))
31447 (sha256
31448 (base32
31449 "1plz20x6s01gkkcac51lhx4r2s024pgh778ri7y25hkiiwacp1yh"))))
31450 (properties `((upstream-name . "vroom")))
31451 (build-system r-build-system)
31452 (propagated-inputs
31453 (list r-bit64
31454 r-cli
31455 r-cpp11
31456 r-crayon
31457 r-glue
31458 r-hms
31459 r-lifecycle
31460 r-progress
31461 r-rlang
31462 r-tibble
31463 r-tidyselect
31464 r-tzdb
31465 r-vctrs
31466 r-withr))
31467 (native-inputs (list r-knitr))
31468 (home-page "https://vroom.r-lib.org")
31469 (synopsis
31470 "Read and Write Rectangular Text Data")
31471 (description
31472 "This package reads and writes data files like @acronym{CSV},
31473 @acronym{TSV} and @acronym{FWF}. When reading it uses a quick initial indexing
31474 step, then reads the values lazily, so only the data you actually use needs to
31475 be read. The writer formats the data in parallel and writes to disk
31476 asynchronously from formatting.")
31477 (license license:expat)))
31478
31479 (define-public r-rmisc
31480 (package
31481 (name "r-rmisc")
31482 (version "1.5")
31483 (source (origin
31484 (method url-fetch)
31485 (uri (cran-uri "Rmisc" version))
31486 (sha256
31487 (base32
31488 "1ijjhfy3v91fspid77rrkc5dkcb2lav37wc3f4k5lwrn24wzy5y8"))))
31489 (build-system r-build-system)
31490 (propagated-inputs
31491 (list r-plyr r-rcpp r-lattice))
31492 (home-page "https://cran.r-project.org/web/packages/Rmisc/")
31493 (synopsis "Ryan Miscellaneous")
31494 (description "The Rmisc library contains functions for data analysis and
31495 utility operations.")
31496 (license license:gpl3)))
31497
31498 (define-public r-webutils
31499 (package
31500 (name "r-webutils")
31501 (version "1.1")
31502 (source
31503 (origin
31504 (method url-fetch)
31505 (uri (cran-uri "webutils" version))
31506 (sha256
31507 (base32 "16a6ds0fnb6y8i1r9ba1hf1ydb53am57s070b3hi5jmrs84b9qik"))))
31508 (properties `((upstream-name . "webutils")))
31509 (build-system r-build-system)
31510 (propagated-inputs
31511 (list r-curl r-jsonlite))
31512 (home-page "https://github.com/jeroen/webutils")
31513 (synopsis "Utility functions for developing web applications")
31514 (description
31515 "This package parses HTTP request data in @code{application/json},
31516 @code{multipart/form-data}, or @code{application/x-www-form-urlencoded}
31517 format. It includes an example of hosting and parsing HTML form data in R
31518 using either @code{httpuv} or @code{Rhttpd}.")
31519 (license license:expat)))
31520
31521 (define-public r-protolite
31522 (package
31523 (name "r-protolite")
31524 (version "2.1.1")
31525 (source
31526 (origin
31527 (method url-fetch)
31528 (uri (cran-uri "protolite" version))
31529 (sha256
31530 (base32 "0g1r3lzmvx1w44qzqzdvxfn21zmz11srlp6cr76kd7pd5wzjv82p"))))
31531 (properties `((upstream-name . "protolite")))
31532 (build-system r-build-system)
31533 (inputs
31534 (list protobuf))
31535 (propagated-inputs
31536 (list r-jsonlite r-rcpp))
31537 (native-inputs
31538 (list protobuf pkg-config))
31539 (home-page "https://github.com/jeroen/protolite")
31540 (synopsis "Highly optimized protocol buffer serializers")
31541 (description
31542 "This package provides pure C++ implementations for reading and writing
31543 several common data formats based on Google protocol-buffers. It currently
31544 supports @code{rexp.proto} for serialized R objects, @code{geobuf.proto} for
31545 binary geojson, and @code{mvt.proto} for vector tiles. This package uses the
31546 auto-generated C++ code by protobuf-compiler, hence the entire serialization
31547 is optimized at compile time. The @code{RProtoBuf} package on the other hand
31548 uses the protobuf runtime library to provide a general-purpose toolkit for
31549 reading and writing arbitrary protocol-buffer data in R.")
31550 (license license:expat)))
31551
31552 (define-public r-opencpu
31553 (package
31554 (name "r-opencpu")
31555 (version "2.2.7")
31556 (source
31557 (origin
31558 (method url-fetch)
31559 (uri (cran-uri "opencpu" version))
31560 (sha256
31561 (base32 "06jpmk95hm39ib5c75xw0mdrdv9x9zz1qil3m8ysb6pp1xx47jz0"))))
31562 (properties `((upstream-name . "opencpu")))
31563 (build-system r-build-system)
31564 (inputs
31565 (list pandoc))
31566 (propagated-inputs
31567 (list r-brew
31568 r-curl
31569 r-evaluate
31570 r-httpuv
31571 r-jsonlite
31572 r-knitr
31573 r-mime
31574 r-openssl
31575 r-protolite
31576 r-rappdirs
31577 r-remotes
31578 r-sys
31579 r-webutils
31580 r-zip))
31581 (native-inputs
31582 (list r-knitr))
31583 (home-page "https://www.opencpu.org")
31584 (synopsis "API for embedded scientific computing")
31585 (description
31586 "This package provides a system for embedded scientific computing and
31587 reproducible research with R. The OpenCPU server exposes a simple but
31588 powerful HTTP API for RPC and data interchange with R. This provides a
31589 reliable and scalable foundation for statistical services or building R web
31590 applications. The OpenCPU server runs either as a single-user development
31591 server within the interactive R session, or as a multi-user stack based on
31592 Apache2.")
31593 (license license:asl2.0)))
31594
31595 (define-public r-exactextractr
31596 (package
31597 (name "r-exactextractr")
31598 (version "0.8.1")
31599 (source
31600 (origin
31601 (method url-fetch)
31602 (uri (cran-uri "exactextractr" version))
31603 (sha256
31604 (base32
31605 "11s58vc63r9kah815a18ihb0x2nmnjnpngybw3yr2d6715sz89nc"))))
31606 (properties `((upstream-name . "exactextractr")))
31607 (build-system r-build-system)
31608 (inputs (list geos))
31609 (propagated-inputs
31610 (list r-raster r-rcpp r-sf))
31611 (native-inputs
31612 (list r-knitr))
31613 (home-page "https://isciences.gitlab.io/exactextractr/")
31614 (synopsis "Fast extraction from raster datasets using polygons")
31615 (description
31616 "This package provides a replacement for the @code{extract} function from
31617 the @code{raster} package that is suitable for extracting raster values using
31618 @code{sf} polygons.")
31619 (license license:asl2.0)))
31620
31621 (define-public r-stringfish
31622 (package
31623 (name "r-stringfish")
31624 (version "0.15.5")
31625 (source
31626 (origin
31627 (method url-fetch)
31628 (uri (cran-uri "stringfish" version))
31629 (sha256
31630 (base32
31631 "0ac17wl0fcpmipbvhhg5nyccg055671fnlxvnjd5l3kilx313wlx"))))
31632 (properties `((upstream-name . "stringfish")))
31633 (build-system r-build-system)
31634 (propagated-inputs
31635 (list r-rcpp r-rcppparallel))
31636 (native-inputs
31637 (list pkg-config r-knitr))
31638 (home-page "https://github.com/traversc/stringfish")
31639 (synopsis "Alternative string implementation")
31640 (description
31641 "This package provides an extendable, performant and multithreaded
31642 @code{alt-string} implementation backed by C++ vectors and strings.")
31643 (license license:gpl3)))
31644
31645 (define-public r-rapiserialize
31646 (package
31647 (name "r-rapiserialize")
31648 (version "0.1.0")
31649 (source
31650 (origin
31651 (method url-fetch)
31652 (uri (cran-uri "RApiSerialize" version))
31653 (sha256
31654 (base32
31655 "0gm2j8kh40imhncwwx1sx9kmraaxcxycvgwls53lcyy2ap344k9j"))))
31656 (properties `((upstream-name . "RApiSerialize")))
31657 (build-system r-build-system)
31658 (home-page
31659 "https://cran.r-project.org/package=RApiSerialize")
31660 (synopsis "R API serialization")
31661 (description
31662 "This package provides other packages with access to the internal R
31663 serialization code. Access to this code is provided at the C function level
31664 by using the registration of native function mechanism. Client packages
31665 simply include a single header file RApiSerializeAPI.h provided by this
31666 package.")
31667 (license license:gpl2+)))
31668
31669 (define-public r-qs
31670 (package
31671 (name "r-qs")
31672 (version "0.25.3")
31673 (source
31674 (origin
31675 (method url-fetch)
31676 (uri (cran-uri "qs" version))
31677 (sha256
31678 (base32
31679 "0sxy497v5arjv6lwxng7chkbzrn703waqmgsxv77i7y12ahzdbai"))))
31680 (properties `((upstream-name . "qs")))
31681 (build-system r-build-system)
31682 (inputs (list zlib))
31683 (propagated-inputs
31684 (list r-rapiserialize r-rcpp r-stringfish))
31685 (native-inputs
31686 (list pkg-config r-knitr))
31687 (home-page "https://github.com/traversc/qs")
31688 (synopsis "Quick serialization of R objects")
31689 (description
31690 "This package provides functions for quickly writing and reading any R
31691 object to and from disk.")
31692 (license license:gpl3)))
31693
31694 (define-public r-rgeos
31695 (package
31696 (name "r-rgeos")
31697 (version "0.5-9")
31698 (source
31699 (origin
31700 (method url-fetch)
31701 (uri (cran-uri "rgeos" version))
31702 (sha256
31703 (base32
31704 "1m73y0nwrdwsjrl48c4fg1kdqnh79835brnmxv9ak01ndbzcp45b"))))
31705 (properties `((upstream-name . "rgeos")))
31706 (build-system r-build-system)
31707 (inputs
31708 (list geos))
31709 (propagated-inputs
31710 (list r-sp))
31711 (home-page "https://cran.r-project.org/package=rgeos")
31712 (synopsis "Interface to Geometry Engine (GEOS)")
31713 (description
31714 "This package provides an R interface to Geometry Engine (GEOS) using the
31715 C API for topology operations on geometries.")
31716 (license license:gpl2+)))
31717
31718 (define-public r-tfruns
31719 (package
31720 (name "r-tfruns")
31721 (version "1.5.0")
31722 (source
31723 (origin
31724 (method url-fetch)
31725 (uri (cran-uri "tfruns" version))
31726 (sha256
31727 (base32
31728 "04lfckg1if3kfwcl4s4fcc9aw04crwk4m1qr55ag22j2x2jlb2l9"))))
31729 (properties `((upstream-name . "tfruns")))
31730 (build-system r-build-system)
31731 (propagated-inputs
31732 (list r-base64enc
31733 r-config
31734 r-jsonlite
31735 r-magrittr
31736 r-reticulate
31737 r-rlang
31738 r-rstudioapi
31739 r-tidyselect
31740 r-whisker
31741 r-yaml))
31742 (native-inputs (list r-knitr))
31743 (home-page "https://github.com/rstudio/tfruns")
31744 (synopsis "Training run tools for TensorFlow")
31745 (description
31746 "Create and manage unique directories for each TensorFlow training run.
31747 This package provides a unique, time stamped directory for each run along with
31748 functions to retrieve the directory of the latest run or latest several
31749 runs.")
31750 (license license:asl2.0)))
31751
31752 (define-public r-tfautograph
31753 (package
31754 (name "r-tfautograph")
31755 (version "0.3.2")
31756 (source
31757 (origin
31758 (method url-fetch)
31759 (uri (cran-uri "tfautograph" version))
31760 (sha256
31761 (base32
31762 "0fmaq1ggjyxgf2ss7qb8jk74sfwc3s1vc123pd5glclxcy1ib0j2"))))
31763 (properties `((upstream-name . "tfautograph")))
31764 (build-system r-build-system)
31765 (inputs (list tensorflow))
31766 (propagated-inputs
31767 (list r-backports r-reticulate))
31768 (home-page "https://t-kalinowski.github.io/tfautograph/")
31769 (synopsis "Autograph R for Tensorflow")
31770 (description
31771 "This package lets you translate R control flow expressions into
31772 Tensorflow graphs.")
31773 (license license:gpl3)))
31774
31775 (define-public r-tensorflow
31776 (package
31777 (name "r-tensorflow")
31778 (version "2.8.0")
31779 (source
31780 (origin
31781 (method url-fetch)
31782 (uri (cran-uri "tensorflow" version))
31783 (sha256
31784 (base32
31785 "19ayjvlxmgjais0kx6fj9an1h1i8mh4c9dhah7dj6390p53pgz93"))))
31786 (properties `((upstream-name . "tensorflow")))
31787 (build-system r-build-system)
31788 (inputs (list tensorflow))
31789 (propagated-inputs
31790 (list r-config
31791 r-processx
31792 r-reticulate
31793 r-rstudioapi
31794 r-tfautograph
31795 r-tfruns
31796 r-yaml))
31797 (home-page "https://github.com/rstudio/tensorflow")
31798 (synopsis "R interface to TensorFlow")
31799 (description
31800 "R interface to TensorFlow a library for numerical computation using data
31801 flow graphs. Nodes in the graph represent mathematical operations, while the
31802 graph edges represent the multidimensional data arrays (tensors) communicated
31803 between them.")
31804 (license license:asl2.0)))
31805
31806 (define-public r-keras
31807 (package
31808 (name "r-keras")
31809 (version "2.8.0")
31810 (source
31811 (origin
31812 (method url-fetch)
31813 (uri (cran-uri "keras" version))
31814 (sha256
31815 (base32
31816 "10zvy4lmhb2sbn0gsm12pf95pxj9bmi8241ap1n6170xsld9phcf"))))
31817 (properties `((upstream-name . "keras")))
31818 (build-system r-build-system)
31819 (propagated-inputs
31820 (list r-ellipsis
31821 r-generics
31822 r-glue
31823 r-magrittr
31824 r-r6
31825 r-reticulate
31826 r-rlang
31827 r-tensorflow
31828 r-tfruns
31829 r-zeallot))
31830 (native-inputs (list r-knitr))
31831 (home-page "https://keras.rstudio.com")
31832 (synopsis "R Interface to 'Keras'")
31833 (description
31834 "This package provides an interface to Keras, a high-level neural
31835 networks API. Keras was developed with a focus on enabling fast
31836 experimentation, supports both convolution based networks and recurrent
31837 networks (as well as combinations of the two), and runs seamlessly on both CPU
31838 and GPU devices.")
31839 (license license:expat)))
31840
31841 (define-public r-zzlite
31842 (package
31843 (name "r-zzlite")
31844 (version "0.1.2")
31845 (source
31846 (origin
31847 (method url-fetch)
31848 (uri (cran-uri "zzlite" version))
31849 (sha256
31850 (base32
31851 "0vi1slx2s4r5zf82lazqv0c3m12xq73wlgsbz6af4y00h0bkr3ps"))))
31852 (properties `((upstream-name . "zzlite")))
31853 (build-system r-build-system)
31854 (propagated-inputs
31855 (list r-httr r-jsonlite))
31856 (native-inputs
31857 (list r-knitr))
31858 (home-page "https://cran.r-project.org/package=zzlite")
31859 (synopsis "Wrapper for the Zamzar file conversion API")
31860 (description
31861 "This package provides a minor collection of HTTP wrappers for the Zamzar
31862 file conversion API. The wrappers makes it easy to utilize the API and thus
31863 convert between more than 100 different file formats (ranging from audio
31864 files, images, movie formats, etc., etc.) through an R session.")
31865 (license license:gpl3)))
31866
31867 (define-public r-ztree
31868 (package
31869 (name "r-ztree")
31870 (version "1.0.7")
31871 (source
31872 (origin
31873 (method url-fetch)
31874 (uri (cran-uri "zTree" version))
31875 (sha256
31876 (base32
31877 "005zk6wpchpss6865ki35yawgf668pn70163ah97rnfkhfaswm6y"))))
31878 (properties `((upstream-name . "zTree")))
31879 (build-system r-build-system)
31880 (propagated-inputs
31881 (list r-plyr))
31882 (home-page "https://cran.r-project.org/package=zTree")
31883 (synopsis "Functions to import data from z-Tree into R")
31884 (description
31885 "This package provides tools for reading @code{.xls} and @code{.sbj}
31886 files which are written by the proprietary program z-Tree for developing and
31887 carrying out economic experiments.")
31888 (license license:gpl3)))
31889
31890 (define-public r-distributionutils
31891 (package
31892 (name "r-distributionutils")
31893 (version "0.6-0")
31894 (source
31895 (origin
31896 (method url-fetch)
31897 (uri (cran-uri "DistributionUtils" version))
31898 (sha256
31899 (base32
31900 "08vq54pyqxlqsj6q6gsg5ikqa0z3x842j52ld5dxaq272p6xchvl"))))
31901 (properties
31902 `((upstream-name . "DistributionUtils")))
31903 (build-system r-build-system)
31904 (native-inputs
31905 (list gfortran))
31906 (home-page "https://cran.r-project.org/package=DistributionUtils")
31907 (synopsis "Distribution utilities")
31908 (description
31909 "This package provides utilities for dealing with distributions.
31910 Functionality includes sample skewness and kurtosis, log-histogram, tail
31911 plots, moments by integration, changing the point about which a moment is
31912 calculated, functions for testing distributions using inversion tests and the
31913 Massart inequality. Also included is an implementation of the incomplete
31914 Bessel K function.")
31915 (license license:gpl2+)))
31916
31917 (define-public r-ztpln
31918 (package
31919 (name "r-ztpln")
31920 (version "0.1.2")
31921 (source
31922 (origin
31923 (method url-fetch)
31924 (uri (cran-uri "ztpln" version))
31925 (sha256
31926 (base32
31927 "1b22m72a8117yrgq5k1gzsrbx6yrsrj7bpd49lh7x3vbaz56c0wr"))))
31928 (properties `((upstream-name . "ztpln")))
31929 (build-system r-build-system)
31930 (propagated-inputs
31931 (list r-distributionutils r-mixtools r-rcpp r-rcppeigen
31932 r-rcppnumerical))
31933 (native-inputs
31934 (list r-knitr))
31935 (home-page "https://github.com/mattocci27/ztpln")
31936 (synopsis "Zero-truncated Poisson lognormal distribution")
31937 (description
31938 "This package provides functions for obtaining the density, random
31939 variates and maximum likelihood estimates of the Zero-truncated Poisson
31940 lognormal distribution and their mixture distribution.")
31941 (license license:expat)))
31942
31943 (define-public r-zscorer
31944 (package
31945 (name "r-zscorer")
31946 (version "0.3.1")
31947 (source
31948 (origin
31949 (method url-fetch)
31950 (uri (cran-uri "zscorer" version))
31951 (sha256
31952 (base32
31953 "0aijhs0fyird5gq68x4dxchb02mxa7ijk10k9zjhngghxbjj7iqn"))))
31954 (properties `((upstream-name . "zscorer")))
31955 (build-system r-build-system)
31956 (propagated-inputs
31957 (list r-shiny))
31958 (native-inputs
31959 (list r-knitr))
31960 (home-page "https://github.com/nutriverse/zscorer")
31961 (synopsis "Child Anthropometry z-Score Calculator")
31962 (description
31963 "This package provides a tool for calculating z-scores and centiles for
31964 weight-for-age, length/height-for-age, weight-for-length/height, BMI-for-age,
31965 head circumference-for-age, age circumference-for-age, subscapular
31966 skinfold-for-age, triceps skinfold-for-age based on the WHO Child Growth
31967 Standards.")
31968 (license license:agpl3+)))
31969
31970 (define-public r-zra
31971 (package
31972 (name "r-zra")
31973 (version "0.2")
31974 (source
31975 (origin
31976 (method url-fetch)
31977 (uri (cran-uri "ZRA" version))
31978 (sha256
31979 (base32
31980 "1sx1q5yf68hhlb5j1hicpj594rmgajqr25llg7ax416j0m2rnagi"))))
31981 (properties `((upstream-name . "ZRA")))
31982 (build-system r-build-system)
31983 (propagated-inputs
31984 (list r-dygraphs r-forecast))
31985 (home-page "https://cran.r-project.org/package=ZRA")
31986 (synopsis "Dynamic plots for time series forecasting")
31987 (description
31988 "This package combines a forecast of a time series, using the function @code{forecast},
31989 with the dynamic plots from @code{dygraphs}.")
31990 (license license:gpl2+)))
31991
31992 (define-public r-rfigshare
31993 (package
31994 (name "r-rfigshare")
31995 (version "0.3.7")
31996 (source
31997 (origin
31998 (method url-fetch)
31999 (uri (cran-uri "rfigshare" version))
32000 (sha256
32001 (base32
32002 "1qgzn0mpjy4czy0pnbi395fxxx84arkg8r7rk8aidmd34584gjiq"))))
32003 (properties `((upstream-name . "rfigshare")))
32004 (build-system r-build-system)
32005 (propagated-inputs
32006 (list r-ggplot2
32007 r-httpuv
32008 r-httr
32009 r-plyr
32010 r-rjsonio
32011 r-xml
32012 r-yaml))
32013 (home-page "https://github.com/ropensci/rfigshare")
32014 (synopsis "R Interface to figshare")
32015 (description
32016 "This package provides an interface to figshare, a scientific repository
32017 to archive and assign DOIs to data, software, figures, and more.")
32018 (license license:cc0)))
32019
32020 (define-public r-dismo
32021 (package
32022 (name "r-dismo")
32023 (version "1.3-5")
32024 (source
32025 (origin
32026 (method url-fetch)
32027 (uri (cran-uri "dismo" version))
32028 (sha256
32029 (base32
32030 "1rqf6h4imbqvs7hjd1k4my6154wg0qnmnp5byan403rcshr1jbl1"))))
32031 (properties `((upstream-name . "dismo")))
32032 (build-system r-build-system)
32033 (propagated-inputs
32034 (list r-raster r-rcpp r-sp r-terra))
32035 (home-page "https://rspatial.org/raster/sdm/")
32036 (synopsis "Species distribution modeling")
32037 (description
32038 "This package provides methods for species distribution modeling, i.e.,
32039 predicting the environmental similarity of any site to that of the locations
32040 of known occurrences of a species.")
32041 (license license:gpl3+)))
32042
32043 (define-public r-zoon
32044 (package
32045 (name "r-zoon")
32046 (version "0.6.5")
32047 (source
32048 (origin
32049 (method url-fetch)
32050 (uri (cran-uri "zoon" version))
32051 (sha256
32052 (base32
32053 "02y29vr2yn8al69km8faiqrwjrc1r3hsvw3dg8lwjr65cxw1krip"))))
32054 (properties `((upstream-name . "zoon")))
32055 (build-system r-build-system)
32056 (propagated-inputs
32057 (list r-dismo
32058 r-plyr
32059 r-randomforest
32060 r-raster
32061 r-rcurl
32062 r-rfigshare
32063 r-rgdal
32064 r-roxygen2
32065 r-rworldmap
32066 r-sp
32067 r-testthat))
32068 (native-inputs
32069 (list r-knitr))
32070 (home-page "https://github.com/zoonproject/zoon")
32071 (synopsis "Reproducible, accessible and shareable species distribution modelling")
32072 (description
32073 "This package reads user submitted modules from an online repository,
32074 runs full species distribution modelling workflows and returns output that is
32075 fully reproducible.")
32076 (license license:bsd-3)))
32077
32078 (define-public r-paws-common
32079 (package
32080 (name "r-paws-common")
32081 (version "0.3.17")
32082 (source
32083 (origin
32084 (method url-fetch)
32085 (uri (cran-uri "paws.common" version))
32086 (sha256
32087 (base32
32088 "1dg18hwnrjd6m1vjcxfs2vm1zxciivf4vzhq0z76dmmiqz2yjm28"))))
32089 (properties `((upstream-name . "paws.common")))
32090 (build-system r-build-system)
32091 (propagated-inputs
32092 (list r-base64enc r-digest r-httr r-jsonlite r-xml2))
32093 (home-page "https://cran.r-project.org/package=paws.common")
32094 (synopsis "Paws low-level Amazon Web Services API")
32095 (description
32096 "This package provides functions for making low-level API requests to
32097 Amazon Web Services. The functions handle building, signing, and sending
32098 requests, and receiving responses. They are designed to help build
32099 higher-level interfaces to individual services, such as Simple Storage
32100 Service (S3).")
32101 (license license:asl2.0)))
32102
32103 (define-public r-paws-customer-engagement
32104 (package
32105 (name "r-paws-customer-engagement")
32106 (version "0.1.12")
32107 (source
32108 (origin
32109 (method url-fetch)
32110 (uri (cran-uri "paws.customer.engagement" version))
32111 (sha256
32112 (base32
32113 "0ac6hzn4ilfjhzdmc9x80999fl18cz16mky31qd3y09m93w2xkdj"))))
32114 (properties
32115 `((upstream-name . "paws.customer.engagement")))
32116 (build-system r-build-system)
32117 (propagated-inputs
32118 (list r-paws-common))
32119 (home-page "https://github.com/paws-r/paws")
32120 (synopsis "Amazon Web Services customer engagement services")
32121 (description
32122 "This package provides an interface to Amazon Web Services customer
32123 engagement services, including Simple Email Service, Connect contact center
32124 service, and more.")
32125 (license license:asl2.0)))
32126
32127 (define-public r-paws-cost-management
32128 (package
32129 (name "r-paws-cost-management")
32130 (version "0.1.12")
32131 (source
32132 (origin
32133 (method url-fetch)
32134 (uri (cran-uri "paws.cost.management" version))
32135 (sha256
32136 (base32
32137 "0in4f8ygw5g2v6vl3lz2y0v51llglh8b1ymbd04d54xxlgn83knh"))))
32138 (properties
32139 `((upstream-name . "paws.cost.management")))
32140 (build-system r-build-system)
32141 (propagated-inputs
32142 (list r-paws-common))
32143 (home-page "https://github.com/paws-r/paws")
32144 (synopsis "Amazon Web Services cost management services")
32145 (description
32146 "This package provides an interface to Amazon Web Services cost
32147 management services, including cost and usage reports, budgets, pricing, and
32148 more.")
32149 (license license:asl2.0)))
32150
32151 (define-public r-paws-developer-tools
32152 (package
32153 (name "r-paws-developer-tools")
32154 (version "0.1.12")
32155 (source
32156 (origin
32157 (method url-fetch)
32158 (uri (cran-uri "paws.developer.tools" version))
32159 (sha256
32160 (base32 "16gb8g8s67al7qdd95fbigxqkih9a9p7slkyf3cga42wb6miiby2"))))
32161 (properties `((upstream-name . "paws.developer.tools")))
32162 (build-system r-build-system)
32163 (propagated-inputs
32164 (list r-paws-common))
32165 (home-page "https://github.com/paws-r/paws")
32166 (synopsis "Amazon Web Services developer tools services")
32167 (description
32168 "This package provides an interface to Amazon Web Services developer
32169 tools services, including version control, continuous integration and
32170 deployment, and more.")
32171 (license license:asl2.0)))
32172
32173 (define-public r-paws-end-user-computing
32174 (package
32175 (name "r-paws-end-user-computing")
32176 (version "0.1.12")
32177 (source
32178 (origin
32179 (method url-fetch)
32180 (uri (cran-uri "paws.end.user.computing" version))
32181 (sha256
32182 (base32 "1xxsz86nx128sizym9np8vldzkbym0p3i6vcy94kq1y0cylaicv3"))))
32183 (properties `((upstream-name . "paws.end.user.computing")))
32184 (build-system r-build-system)
32185 (propagated-inputs
32186 (list r-paws-common))
32187 (home-page "https://github.com/paws-r/paws")
32188 (synopsis "Amazon Web Services end user computing services")
32189 (description
32190 "This package provides an interface to Amazon Web Services end user
32191 computing services, including collaborative document editing, mobile intranet,
32192 and more.")
32193 (license license:asl2.0)))
32194
32195 (define-public r-paws-application-integration
32196 (package
32197 (name "r-paws-application-integration")
32198 (version "0.1.12")
32199 (source
32200 (origin
32201 (method url-fetch)
32202 (uri (cran-uri "paws.application.integration" version))
32203 (sha256
32204 (base32
32205 "0llyd9hc679pad1ih0rcc38q5xxpzinhwrl8cvrkgsjgbc3agq42"))))
32206 (properties
32207 `((upstream-name . "paws.application.integration")))
32208 (build-system r-build-system)
32209 (propagated-inputs
32210 (list r-paws-common))
32211 (home-page "https://github.com/paws-r/paws")
32212 (synopsis "Amazon Web Services application integration services")
32213 (description
32214 "This package provides an interface to Amazon Web Services application
32215 integration services, including Simple Queue Service (SQS) message queue,
32216 Simple Notification Service (SNS) publish/subscribe messaging, and more.")
32217 (license license:asl2.0)))
32218
32219 (define-public r-paws-security-identity
32220 (package
32221 (name "r-paws-security-identity")
32222 (version "0.1.12")
32223 (source
32224 (origin
32225 (method url-fetch)
32226 (uri (cran-uri "paws.security.identity" version))
32227 (sha256
32228 (base32
32229 "092lz2ipn5iqr593x7ra8c0bj64yf6315mdc3llgwrjyb4vfxif9"))))
32230 (properties
32231 `((upstream-name . "paws.security.identity")))
32232 (build-system r-build-system)
32233 (propagated-inputs
32234 (list r-paws-common))
32235 (home-page "https://github.com/paws-r/paws")
32236 (synopsis "Amazon Web Services security, identity, and compliance services")
32237 (description
32238 "This package provides an interface to Amazon Web Services security,
32239 identity, and compliance services, including the Identity and Access
32240 Management (IAM) service for managing access to services and resources, and
32241 more.")
32242 (license license:asl2.0)))
32243
32244 (define-public r-paws-analytics
32245 (package
32246 (name "r-paws-analytics")
32247 (version "0.1.12")
32248 (source
32249 (origin
32250 (method url-fetch)
32251 (uri (cran-uri "paws.analytics" version))
32252 (sha256
32253 (base32
32254 "04gnaxmj21l312xkrsd9bisi0bz9h6h5fyhwlqylcxi077z1yb2g"))))
32255 (properties
32256 `((upstream-name . "paws.analytics")))
32257 (build-system r-build-system)
32258 (propagated-inputs
32259 (list r-paws-common))
32260 (home-page "https://github.com/paws-r/paws")
32261 (synopsis "Amazon Web Services analytics services")
32262 (description
32263 "This package provides an interface to Amazon Web Services analytics
32264 services, including Elastic MapReduce Hadoop and Spark big data service,
32265 Elasticsearch search engine, and more.")
32266 (license license:asl2.0)))
32267
32268 (define-public r-paws-machine-learning
32269 (package
32270 (name "r-paws-machine-learning")
32271 (version "0.1.12")
32272 (source
32273 (origin
32274 (method url-fetch)
32275 (uri (cran-uri "paws.machine.learning" version))
32276 (sha256
32277 (base32
32278 "01w2y5952pk50xjbzby2pc51xrkrzjpfxbmii1b10cl2xgzfkxsa"))))
32279 (properties
32280 `((upstream-name . "paws.machine.learning")))
32281 (build-system r-build-system)
32282 (propagated-inputs
32283 (list r-paws-common))
32284 (home-page "https://github.com/paws-r/paws")
32285 (synopsis "Amazon Web Services machine learning services")
32286 (description
32287 "This package provides an interface to Amazon Web Services machine
32288 learning services, including SageMaker managed machine learning service,
32289 natural language processing, speech recognition, translation, and more.")
32290 (license license:asl2.0)))
32291
32292 (define-public r-paws-management
32293 (package
32294 (name "r-paws-management")
32295 (version "0.1.12")
32296 (source
32297 (origin
32298 (method url-fetch)
32299 (uri (cran-uri "paws.management" version))
32300 (sha256
32301 (base32
32302 "09k7wg0jlj40zs2yb3vldffpkdcjg7ap98n7c5lxr5plpca08swg"))))
32303 (properties
32304 `((upstream-name . "paws.management")))
32305 (build-system r-build-system)
32306 (propagated-inputs
32307 (list r-paws-common))
32308 (home-page "https://github.com/paws-r/paws")
32309 (synopsis "Amazon Web Services management and governance services")
32310 (description
32311 "This package provides an interface to Amazon Web Services management and
32312 governance services, including CloudWatch application and infrastructure
32313 monitoring, Auto Scaling for automatically scaling resources, and more.")
32314 (license license:asl2.0)))
32315
32316 (define-public r-paws-networking
32317 (package
32318 (name "r-paws-networking")
32319 (version "0.1.12")
32320 (source
32321 (origin
32322 (method url-fetch)
32323 (uri (cran-uri "paws.networking" version))
32324 (sha256
32325 (base32
32326 "02hxaa5nlj70mdggh379ij3fn09xm8h5ldzsyf45c342prpl6zwj"))))
32327 (properties
32328 `((upstream-name . "paws.networking")))
32329 (build-system r-build-system)
32330 (propagated-inputs
32331 (list r-paws-common))
32332 (home-page "https://github.com/paws-r/paws")
32333 (synopsis "Amazon Web Services networking and content delivery services")
32334 (description
32335 "This package provides an interface to Amazon Web Services networking and
32336 content delivery services, including Route 53 Domain Name System service,
32337 CloudFront content delivery, load balancing, and more.")
32338 (license license:asl2.0)))
32339
32340 (define-public r-paws-database
32341 (package
32342 (name "r-paws-database")
32343 (version "0.1.12")
32344 (source
32345 (origin
32346 (method url-fetch)
32347 (uri (cran-uri "paws.database" version))
32348 (sha256
32349 (base32
32350 "08jpwz95fw3f68j0wxh2lg57nn60khflldab0ryhkkbcw1iy0qyz"))))
32351 (properties `((upstream-name . "paws.database")))
32352 (build-system r-build-system)
32353 (propagated-inputs
32354 (list r-paws-common))
32355 (home-page "https://github.com/paws-r/paws")
32356 (synopsis
32357 "Amazon Web Services Database Services")
32358 (description
32359 "This package provides an interface to Amazon Web Services database
32360 services, including Relational Database Service (RDS), DynamoDB NoSQL
32361 database, and more.")
32362 (license license:asl2.0)))
32363
32364 (define-public r-paws-storage
32365 (package
32366 (name "r-paws-storage")
32367 (version "0.1.12")
32368 (source
32369 (origin
32370 (method url-fetch)
32371 (uri (cran-uri "paws.storage" version))
32372 (sha256
32373 (base32
32374 "06m887vpqp5d6k3zxdlga599dsv8v3rladk7xqaxqnld1f17am04"))))
32375 (properties `((upstream-name . "paws.storage")))
32376 (build-system r-build-system)
32377 (propagated-inputs
32378 (list r-paws-common))
32379 (home-page "https://github.com/paws-r/paws")
32380 (synopsis "Amazon Web Services storage services")
32381 (description
32382 "This package provides an interface to Amazon Web Services storage
32383 services, including Simple Storage Service (S3).")
32384 (license license:asl2.0)))
32385
32386 (define-public r-paws-compute
32387 (package
32388 (name "r-paws-compute")
32389 (version "0.1.12")
32390 (source
32391 (origin
32392 (method url-fetch)
32393 (uri (cran-uri "paws.compute" version))
32394 (sha256
32395 (base32
32396 "1km6fng6il5fcjlrbbndahsw2dr2ql83hwac9wlpd67zm3wy9lky"))))
32397 (properties `((upstream-name . "paws.compute")))
32398 (build-system r-build-system)
32399 (propagated-inputs
32400 (list r-paws-common))
32401 (home-page "https://github.com/paws-r/paws")
32402 (synopsis "Amazon Web Services compute services")
32403 (description
32404 "This package provides an interface to Amazon Web Services compute
32405 services, including Elastic Compute Cloud (EC2), Lambda
32406 functions-as-a-service, containers, batch processing, and more.")
32407 (license license:asl2.0)))
32408
32409 (define-public r-paws
32410 (package
32411 (name "r-paws")
32412 (version "0.1.12")
32413 (source
32414 (origin
32415 (method url-fetch)
32416 (uri (cran-uri "paws" version))
32417 (sha256
32418 (base32
32419 "0kn1z045r106fwqcaz52hb02bhrcblh479cajfjiq480s1iljcw6"))))
32420 (properties `((upstream-name . "paws")))
32421 (build-system r-build-system)
32422 (propagated-inputs
32423 (list r-paws-analytics
32424 r-paws-application-integration
32425 r-paws-compute
32426 r-paws-cost-management
32427 r-paws-customer-engagement
32428 r-paws-database
32429 r-paws-developer-tools
32430 r-paws-end-user-computing
32431 r-paws-machine-learning
32432 r-paws-management
32433 r-paws-networking
32434 r-paws-security-identity
32435 r-paws-storage))
32436 (home-page "https://github.com/paws-r/paws")
32437 (synopsis "Amazon Web Services software development kit")
32438 (description
32439 "This package provides an interface to Amazon Web Services, including
32440 storage, database, and compute services, such as Simple Storage Service (S3),
32441 DynamoDB NoSQL database, and Lambda functions-as-a-service.")
32442 (license license:asl2.0)))
32443
32444 (define-public r-zoomgroupstats
32445 (package
32446 (name "r-zoomgroupstats")
32447 (version "0.1.0")
32448 (source
32449 (origin
32450 (method url-fetch)
32451 (uri (cran-uri "zoomGroupStats" version))
32452 (sha256
32453 (base32
32454 "0gndiq92cy6gi7f833hdjvqii3cn83wz5rjvygcvjl3dw4pwv966"))))
32455 (properties
32456 `((upstream-name . "zoomGroupStats")))
32457 (build-system r-build-system)
32458 (propagated-inputs
32459 (list r-data-table
32460 r-dplyr
32461 r-lubridate
32462 r-magick
32463 r-openxlsx
32464 r-paws
32465 r-pbapply
32466 r-stringr
32467 r-syuzhet))
32468 (native-inputs (list r-knitr))
32469 (home-page "http://zoomgroupstats.org")
32470 (synopsis "Analyze text, audio, and video from Zoom meetings")
32471 (description
32472 "This package provides utilities for processing and analyzing the files
32473 that are exported from a recorded Zoom meeting. This includes analyzing data
32474 captured through video cameras and microphones, the text-based chat, and
32475 meta-data. You can analyze aspects of the conversation among meeting
32476 participants and their emotional expressions throughout the meeting.")
32477 (license license:expat)))
32478
32479 (define-public r-zoom
32480 (package
32481 (name "r-zoom")
32482 (version "2.0.4")
32483 (source
32484 (origin
32485 (method url-fetch)
32486 (uri (cran-uri "zoom" version))
32487 (sha256
32488 (base32
32489 "03f5rxfr6ncf1j6vpn7pip21q7ylj4bx0a5xphqb6x6i33lxf1g5"))))
32490 (properties `((upstream-name . "zoom")))
32491 (build-system r-build-system)
32492 (home-page "https://github.com/cbarbu/R-package-zoom")
32493 (synopsis "Spatial data visualization tool")
32494 (description
32495 "This package provides @code{zm}, a utility that allows you to
32496 zoom/navigate any plot when called with any active plot.")
32497 (license license:gpl3+)))
32498
32499 (define-public r-zoolog
32500 (package
32501 (name "r-zoolog")
32502 (version "0.4.1")
32503 (source
32504 (origin
32505 (method url-fetch)
32506 (uri (cran-uri "zoolog" version))
32507 (sha256
32508 (base32
32509 "1wxxxscw4ji4p4599vdw6vcrkqm0g75x1gh13m4758lb51wav9ks"))))
32510 (properties `((upstream-name . "zoolog")))
32511 (build-system r-build-system)
32512 (propagated-inputs
32513 (list r-rdpack r-stringi))
32514 (native-inputs
32515 (list r-knitr))
32516 (home-page "https://josempozo.github.io/zoolog/")
32517 (synopsis "Zooarchaeological analysis with log-ratios")
32518 (description
32519 "This package includes functions and reference data to generate and
32520 manipulate log-ratios (also known as @dfn{log size index} (LSI) values) from
32521 measurements obtained on zooarchaeological material. Log ratios are used to
32522 compare the relative (rather than the absolute) dimensions of animals from
32523 archaeological contexts. The zoolog package is also able to seamlessly
32524 integrate data and references with heterogeneous nomenclature, which is
32525 internally managed by a zoolog thesaurus.")
32526 (license license:gpl3)))
32527
32528 (define-public r-filehash
32529 (package
32530 (name "r-filehash")
32531 (version "2.4-3")
32532 (source
32533 (origin
32534 (method url-fetch)
32535 (uri (cran-uri "filehash" version))
32536 (sha256
32537 (base32
32538 "1ga17smgjd4qsnf5a7qk0giwhpc5969ylqj520favs1k6b4y557k"))))
32539 (properties `((upstream-name . "filehash")))
32540 (build-system r-build-system)
32541 (home-page "http://github.com/rdpeng/filehash")
32542 (synopsis "Simple key-value database")
32543 (description
32544 "This package implements a simple key-value style database where
32545 character string keys are associated with data values that are stored on the
32546 disk. A simple interface is provided for inserting, retrieving, and deleting
32547 data from the database. Utilities are provided that allow filehash databases
32548 to be treated much like environments and lists are already used in R. These
32549 utilities are provided to encourage interactive and exploratory analysis on
32550 large datasets.")
32551 (license license:gpl2+)))
32552
32553 (define-public r-mlearning
32554 (package
32555 (name "r-mlearning")
32556 (version "1.0-0")
32557 (source
32558 (origin
32559 (method url-fetch)
32560 (uri (cran-uri "mlearning" version))
32561 (sha256
32562 (base32
32563 "0r8xfaxw83s2r27b8x5qd0k4r5ayxpkafzn9b1a0jvsr87i6520r"))))
32564 (properties `((upstream-name . "mlearning")))
32565 (build-system r-build-system)
32566 (propagated-inputs
32567 (list r-class
32568 r-e1071
32569 r-ipred
32570 r-mass
32571 r-nnet
32572 r-randomforest))
32573 (home-page "http://www.sciviews.org/zooimage")
32574 (synopsis "Machine learning algorithms with unified interface")
32575 (description
32576 "This package provides a unified interface to various machine learning
32577 algorithms. Confusion matrices are provided too.")
32578 (license license:gpl2+)))
32579
32580 (define-public r-zooimage
32581 (package
32582 (name "r-zooimage")
32583 (version "5.5.2")
32584 (source
32585 (origin
32586 (method url-fetch)
32587 (uri (cran-uri "zooimage" version))
32588 (sha256
32589 (base32
32590 "0ck8w0zb9l1n9xvjwqshq9q9l8pigy3yslq2hnfbgcwk17kk9mp8"))))
32591 (properties `((upstream-name . "zooimage")))
32592 (build-system r-build-system)
32593 (propagated-inputs
32594 (list r-digest
32595 r-dt
32596 r-filehash
32597 r-jpeg
32598 r-mass
32599 r-mda
32600 r-mlearning
32601 r-png
32602 r-shiny
32603 r-svdialogs
32604 r-svmisc
32605 r-tiff))
32606 (home-page "http://www.sciviews.org/zooimage")
32607 (synopsis "Analysis of numerical plankton images")
32608 (description
32609 "This package provides a solution for analyzing digital images of
32610 plankton. In combination with ImageJ, an image analysis system, it processes
32611 digital images, measures individuals, trains for automatic classification of
32612 taxa, and finally, measures plankton samples (abundances, total and partial
32613 size spectra or biomasses, etc.).")
32614 (license license:gpl2+)))
32615
32616 (define-public r-zooarch
32617 (package
32618 (name "r-zooarch")
32619 (version "1.2")
32620 (source
32621 (origin
32622 (method url-fetch)
32623 (uri (cran-uri "zooaRch" version))
32624 (sha256
32625 (base32
32626 "0grc378xppv0303sf4flfqz5002vq5a23nzbq4bsff41rww7dihc"))))
32627 (properties `((upstream-name . "zooaRch")))
32628 (build-system r-build-system)
32629 (propagated-inputs (list r-ggplot2))
32630 (native-inputs (list r-knitr))
32631 (home-page
32632 "https://cran.r-project.org/package=zooaRch")
32633 (synopsis
32634 "Analytical Tools for Zooarchaeological Data")
32635 (description
32636 "The analysis and inference of faunal remains recovered from
32637 archaeological sites concerns the field of zooarchaeology. The zooaRch
32638 package provides analytical tools to make inferences on zooarchaeological
32639 data. Functions in this package allow users to read, manipulate, visualize,
32640 and analyze zooarchaeological data.")
32641 (license license:gpl2+)))
32642
32643 (define-public r-zonebuilder
32644 (package
32645 (name "r-zonebuilder")
32646 (version "0.0.2")
32647 (source
32648 (origin
32649 (method url-fetch)
32650 (uri (cran-uri "zonebuilder" version))
32651 (sha256
32652 (base32
32653 "0mxf3dz0d6bi5wwjilqivdxhy5ypnq5svky8zygha0clv45l4dmn"))))
32654 (properties `((upstream-name . "zonebuilder")))
32655 (build-system r-build-system)
32656 (propagated-inputs
32657 (list r-rcolorbrewer r-sf))
32658 (native-inputs
32659 (list r-knitr))
32660 (home-page "https://github.com/zonebuilders/zonebuilder")
32661 (synopsis "Create and explore geographic zoning systems")
32662 (description
32663 "This package provides functions, documentation and example data to help
32664 divide geographic space into discrete polygons (zones). The functions are
32665 motivated by research into the merits of different zoning systems. A flexible
32666 @code{ClockBoard} zoning system is provided, which breaks-up space by
32667 concentric rings and radial lines emanating from a central point.")
32668 (license license:gpl3)))
32669
32670 (define-public r-zonator
32671 (package
32672 (name "r-zonator")
32673 (version "0.6.0")
32674 (source
32675 (origin
32676 (method url-fetch)
32677 (uri (cran-uri "zonator" version))
32678 (sha256
32679 (base32
32680 "1plxchpd4ypp36phl13pi9yvlrqi3lk83lv5rldrhdqynhcgfw2k"))))
32681 (properties `((upstream-name . "zonator")))
32682 (build-system r-build-system)
32683 (propagated-inputs
32684 (list r-ggplot2 r-raster r-rcolorbrewer r-reshape2 r-rgdal))
32685 (native-inputs (list r-knitr))
32686 (home-page "https://cbig.github.io/zonator/")
32687 (synopsis "Utilities for Zonation spatial conservation prioritization")
32688 (description
32689 "Create new analysis setups and deal with results of Zonation
32690 conservation prioritization software.")
32691 (license license:bsd-2)))
32692
32693 (define-public r-mmwrweek
32694 (package
32695 (name "r-mmwrweek")
32696 (version "0.1.3")
32697 (source
32698 (origin
32699 (method url-fetch)
32700 (uri (cran-uri "MMWRweek" version))
32701 (sha256
32702 (base32
32703 "1l1ks44v52iggw9nhs56lfj6804yab5b17k8fzrc6h1kvj3vda0s"))))
32704 (properties `((upstream-name . "MMWRweek")))
32705 (build-system r-build-system)
32706 (home-page "http://wwwn.cdc.gov/nndss/document/MMWR_Week_overview.pdf")
32707 (synopsis "Convert dates to MMWR day, week, and year")
32708 (description
32709 "The first day of any MMWR week is Sunday. MMWR week numbering is
32710 sequential beginning with 1 and incrementing with each week to a maximum of 52
32711 or 53. MMWR week #1 of an MMWR year is the first week of the year that has at
32712 least four days in the calendar year. This package provides functionality to
32713 convert dates to MMWR day, week, and year and the reverse.")
32714 (license license:gpl2+)))
32715
32716 (define-public r-cccd
32717 (package
32718 (name "r-cccd")
32719 (version "1.6")
32720 (source
32721 (origin
32722 (method url-fetch)
32723 (uri (cran-uri "cccd" version))
32724 (sha256
32725 (base32 "0cxh19jqappc6zq9nz3m40ybdmsp12mf7yvflsz96wks3ly2ld4y"))))
32726 (properties `((upstream-name . "cccd")))
32727 (build-system r-build-system)
32728 (propagated-inputs (list r-deldir r-fnn r-igraph r-proxy))
32729 (home-page "https://cran.r-project.org/package=cccd")
32730 (synopsis "Class cover catch digraphs")
32731 (description
32732 "This package provides tools to create Class Cover Catch Digraphs,
32733 neighborhood graphs, and relatives.")
32734 (license license:gpl2+)))
32735
32736 (define-public r-crul
32737 (package
32738 (name "r-crul")
32739 (version "1.2.0")
32740 (source
32741 (origin
32742 (method url-fetch)
32743 (uri (cran-uri "crul" version))
32744 (sha256
32745 (base32
32746 "133g0skz4lifl8hm8pqdryd2m2drbrm6mdfzbbsrw8fg46di86my"))))
32747 (properties `((upstream-name . "crul")))
32748 (build-system r-build-system)
32749 (propagated-inputs
32750 (list r-curl
32751 r-httpcode
32752 r-jsonlite
32753 r-mime
32754 r-r6
32755 r-urltools))
32756 (native-inputs (list r-knitr))
32757 (home-page "https://github.com/ropensci/crul")
32758 (synopsis "HTTP client")
32759 (description
32760 "This package provides a simple HTTP client, with tools for making HTTP
32761 requests, and mocking HTTP requests. The package is built on R6, and takes
32762 inspiration from Ruby's @code{faraday} gem.")
32763 (license license:expat)))
32764
32765 (define-public r-gistr
32766 (package
32767 (name "r-gistr")
32768 (version "0.9.0")
32769 (source
32770 (origin
32771 (method url-fetch)
32772 (uri (cran-uri "gistr" version))
32773 (sha256
32774 (base32
32775 "0ac9ikrdg6i8xvlma0gizvsdva46408lk7hvsgkqirhy2ljy02hp"))))
32776 (properties `((upstream-name . "gistr")))
32777 (build-system r-build-system)
32778 (propagated-inputs
32779 (list r-assertthat
32780 r-crul
32781 r-dplyr
32782 r-httr
32783 r-jsonlite
32784 r-knitr
32785 r-magrittr
32786 r-rmarkdown))
32787 (native-inputs (list r-knitr))
32788 (home-page "https://github.com/ropensci/gistr")
32789 (synopsis "Work with Gists in browser")
32790 (description
32791 "This package allows the user to create new Github gists, update gists
32792 with new files, rename files, delete files, get and delete gists, star and
32793 un-star them, fork them, open a gist in your default browser, get an embed
32794 code for a gist, list gist commits, and get rate limit information when
32795 authenticated.")
32796 (license license:expat)))
32797
32798 (define-public r-rbokeh
32799 (package
32800 (name "r-rbokeh")
32801 (version "0.5.2")
32802 (source
32803 (origin
32804 (method url-fetch)
32805 (uri (cran-uri "rbokeh" version))
32806 (sha256
32807 (base32
32808 "1h2fpzqf17pw9d09r1g1iyxsj5qma4fsk8vnar7f1z4fjyypvi6q"))
32809 (snippet
32810 '(for-each delete-file '("inst/htmlwidgets/lib/bokehjs/bokeh-widgets.min.js"
32811 "inst/htmlwidgets/lib/bokehjs/bokeh.min.js")))))
32812 (properties `((upstream-name . "rbokeh")))
32813 (build-system r-build-system)
32814 (arguments
32815 `(#:phases
32816 (modify-phases %standard-phases
32817 (add-after 'unpack 'process-javascript
32818 (lambda* (#:key inputs #:allow-other-keys)
32819 (with-directory-excursion "inst/htmlwidgets/lib/bokehjs"
32820 (let ((mapping
32821 `((,(assoc-ref inputs "js-bokeh-widgets")
32822 . "bokeh-widgets.min.js")
32823 (,(assoc-ref inputs "js-bokeh")
32824 . "bokeh.min.js"))))
32825 (for-each (lambda (source target)
32826 (format #true "Processing ~a --> ~a~%"
32827 source target)
32828 (invoke "esbuild" source "--minify"
32829 (string-append "--outfile=" target)))
32830 (map car mapping)
32831 (map cdr mapping)))))))))
32832 (propagated-inputs
32833 (list r-digest
32834 r-gistr
32835 r-hexbin
32836 r-htmlwidgets
32837 r-jsonlite
32838 r-lazyeval
32839 r-magrittr
32840 r-maps
32841 r-pryr
32842 r-scales))
32843 ;; Version 0.12.15 is mentioned in lib/htmlwidgets/rbokeh.yaml.
32844 (native-inputs
32845 `(("esbuild" ,esbuild)
32846 ("js-bokeh-widgets"
32847 ,(origin
32848 (method url-fetch)
32849 (uri "https://unpkg.com/bokehjs@0.12.15/build/js/bokeh-widgets.js")
32850 (sha256
32851 (base32
32852 "07v9lrkfcbdznpb10qqwi4m660zp65g85vlnfw7kn83zmkxkhhxy"))))
32853 ("js-bokeh"
32854 ,(origin
32855 (method url-fetch)
32856 (uri "https://unpkg.com/bokehjs@0.12.15/build/js/bokeh.js")
32857 (sha256
32858 (base32
32859 "1pq0059aad7d2jv50nv9449p3w0gbkxkl0mhblc76m5d9qjqav2q"))))
32860 ("r-knitr" ,r-knitr)))
32861 (home-page "https://cran.r-project.org/web/packages/rbokeh/")
32862 (synopsis "R interface for the Bokeh visualization library")
32863 (description
32864 "This package provides a native R plotting library that provides a
32865 flexible declarative interface for creating interactive web-based graphics,
32866 backed by the @url{https://bokeh.pydata.org/, Bokeh visualization library}.")
32867 (license license:expat)))
32868
32869 (define-public r-fauxpas
32870 (package
32871 (name "r-fauxpas")
32872 (version "0.5.0")
32873 (source
32874 (origin
32875 (method url-fetch)
32876 (uri (cran-uri "fauxpas" version))
32877 (sha256
32878 (base32
32879 "129fzqb7wsskbn50s8x0marr4wm8jrns6hiycqcsk166k3dnyyy8"))))
32880 (properties `((upstream-name . "fauxpas")))
32881 (build-system r-build-system)
32882 (propagated-inputs
32883 (list r-httpcode r-r6 r-whisker))
32884 (native-inputs
32885 (list r-knitr))
32886 (home-page "https://docs.ropensci.org/fauxpas")
32887 (synopsis "HTTP error helpers")
32888 (description
32889 "This package provides HTTP error helpers. Methods are included for
32890 general purpose HTTP error handling, as well as individual methods for every
32891 HTTP status code, both via status code numbers as well as their descriptive
32892 names. It supports the ability to adjust behavior to stop, message or
32893 warning. It includes the ability to use a custom whisker template to have any
32894 configuration of status code, short description, and verbose message.")
32895 (license license:expat)))
32896
32897 (define-public r-webmockr
32898 (package
32899 (name "r-webmockr")
32900 (version "0.8.0")
32901 (source
32902 (origin
32903 (method url-fetch)
32904 (uri (cran-uri "webmockr" version))
32905 (sha256
32906 (base32
32907 "0j40srwi0yasmllb9wsww4m6zkiyzqd549cis4dxd7c7p24hak8j"))))
32908 (properties `((upstream-name . "webmockr")))
32909 (build-system r-build-system)
32910 (propagated-inputs
32911 (list r-base64enc
32912 r-crul
32913 r-curl
32914 r-fauxpas
32915 r-jsonlite
32916 r-magrittr
32917 r-r6
32918 r-urltools))
32919 (home-page "https://github.com/ropensci/webmockr")
32920 (synopsis "Stubbing and setting expectations on HTTP Requests")
32921 (description
32922 "This is a package for stubbing and setting expectations on HTTP
32923 requests. It includes tools for stubbing HTTP requests, including expected
32924 request conditions and response conditions. You can match on HTTP method,
32925 query parameters, request body, headers and more. It can be used for unit
32926 tests or outside of a testing context.")
32927 (license license:expat)))
32928
32929 (define-public r-iotools
32930 (package
32931 (name "r-iotools")
32932 (version "0.3-2")
32933 (source
32934 (origin
32935 (method url-fetch)
32936 (uri (cran-uri "iotools" version))
32937 (sha256
32938 (base32 "07q0z0kszm1xx5hfhisfliyrcsxd8dc5mx0a2bwwnv5l1xzmix17"))))
32939 (properties `((upstream-name . "iotools")))
32940 (build-system r-build-system)
32941 (home-page "https://www.rforge.net/iotools")
32942 (synopsis "I/O tools for streaming")
32943 (description "This package provides basic I/O tools for streaming and data
32944 parsing.")
32945 ;; GPL 2 or GPL 3.
32946 (license license:gpl3)))
32947
32948 (define-public r-wordspace
32949 (package
32950 (name "r-wordspace")
32951 (version "0.2-7")
32952 (source
32953 (origin
32954 (method url-fetch)
32955 (uri (cran-uri "wordspace" version))
32956 (sha256
32957 (base32 "0hrjv5mag7gwl4wj7np248sdyns5i623wl37b11hlgalhbmlypyf"))))
32958 (properties `((upstream-name . "wordspace")))
32959 (build-system r-build-system)
32960 (propagated-inputs
32961 (list r-cluster r-iotools r-mass r-matrix r-rcpp r-sparsesvd))
32962 (native-inputs (list r-knitr))
32963 (home-page "https://wordspace.r-forge.r-project.org/")
32964 (synopsis "Distributional semantic models in R")
32965 (description
32966 "The wordspace package turns R into an interactive laboratory for
32967 empirical research on @dfn{distributional semantic models} (DSM). It consists
32968 of a small set of carefully designed functions, most of which
32969
32970 @itemize
32971 @item encapsulate non-trivial R operations in a user-friendly manner or
32972 @item provide efficient and memory-lean C implementations of key operations.
32973 @end itemize
32974 ")
32975 (license license:gpl3)))
32976
32977 (define-public r-maxlik
32978 (package
32979 (name "r-maxlik")
32980 (version "1.5-2")
32981 (source
32982 (origin
32983 (method url-fetch)
32984 (uri (cran-uri "maxLik" version))
32985 (sha256
32986 (base32 "0pdigfpyiqacj2ydhpn5w1h89dz1ydk0syzs25lsgdi40sz0bvkw"))))
32987 (properties `((upstream-name . "maxLik")))
32988 (build-system r-build-system)
32989 (propagated-inputs (list r-generics r-misctools r-sandwich))
32990 (home-page "https://cran.r-project.org/package=maxLik")
32991 (synopsis "Maximum Likelihood Estimation and related tools")
32992 (description
32993 "This package provides functions for @dfn{Maximum Likelihood} (ML) estimation,
32994 non-linear optimization, and related tools. It includes a unified way to call
32995 different optimizers, and classes and methods to handle the results from the
32996 Maximum Likelihood viewpoint. It also includes a number of convenience tools
32997 for testing and developing your own models.")
32998 (license license:gpl2+)))
32999
33000 (define-public r-misctools
33001 (package
33002 (name "r-misctools")
33003 (version "0.6-26")
33004 (source
33005 (origin
33006 (method url-fetch)
33007 (uri (cran-uri "miscTools" version))
33008 (sha256
33009 (base32 "16pwfxpyl0zv3hjxx2kjchkg7p6kbj0s2rrpskj7rkhjr9imlg5y"))))
33010 (properties `((upstream-name . "miscTools")))
33011 (build-system r-build-system)
33012 (propagated-inputs (list r-digest))
33013 (home-page "http://www.micEcon.org")
33014 (synopsis "Miscellaneous tools and utilities")
33015 (description
33016 "This package provides miscellaneous small tools and utilities. Many of
33017 them facilitate the work with matrices, e.g. inserting rows or columns,
33018 creating symmetric matrices, or checking for semidefiniteness. Other tools
33019 facilitate the work with regression models, e.g. extracting the standard
33020 errors, obtaining the number of (estimated) parameters, or calculating
33021 R-squared values.")
33022 (license license:gpl2+)))
33023
33024 (define-public r-mockery
33025 (package
33026 (name "r-mockery")
33027 (version "0.4.3")
33028 (source
33029 (origin
33030 (method url-fetch)
33031 (uri (cran-uri "mockery" version))
33032 (sha256
33033 (base32
33034 "0sj77m9vgn4bzb8c8nq93xb9lm8ih8rcb7sfccripraibibg3jcz"))))
33035 (properties `((upstream-name . "mockery")))
33036 (build-system r-build-system)
33037 (propagated-inputs
33038 (list r-testthat))
33039 (native-inputs
33040 (list r-knitr))
33041 (home-page "https://github.com/jfiksel/mockery")
33042 (synopsis "Mocking library for R")
33043 (description
33044 "The two main functionalities of this package are creating mock
33045 objects (functions) and selectively intercepting calls to a given function
33046 that originate in some other function. It can be used with any testing
33047 framework available for R. Mock objects can be injected with either this
33048 package's own @code{stub} function or a similar @code{with_mock} facility
33049 present in the @code{testthat} package.")
33050 (license license:expat)))
33051
33052 (define-public r-zoltr
33053 (package
33054 (name "r-zoltr")
33055 (version "0.5.1")
33056 (source
33057 (origin
33058 (method url-fetch)
33059 (uri (cran-uri "zoltr" version))
33060 (sha256
33061 (base32
33062 "12zh7y3pwidclscgvd0b0iaqq9j5y8mc8xd6pz4vs0jy5qs3ahar"))))
33063 (properties `((upstream-name . "zoltr")))
33064 (build-system r-build-system)
33065 (propagated-inputs
33066 (list r-base64url
33067 r-dplyr
33068 r-httr
33069 r-jsonlite
33070 r-magrittr
33071 r-mmwrweek
33072 r-mockery
33073 r-readr
33074 r-rlang
33075 r-webmockr))
33076 (native-inputs (list r-knitr))
33077 (home-page "https://github.com/reichlab/zoltr")
33078 (synopsis "Interface to the Zoltar forecast repository API")
33079 (description
33080 "Zoltar is a website that provides a repository of model forecast results
33081 in a standardized format and a central location. It supports storing,
33082 retrieving, comparing, and analyzing time series forecasts for prediction
33083 challenges of interest to the modeling community. This package provides
33084 functions for working with the Zoltar API, including connecting and
33085 authenticating, getting information about projects, models, and forecasts,
33086 deleting and uploading forecast data, and downloading scores.")
33087 (license license:gpl3)))
33088
33089 (define-public r-zoib
33090 (package
33091 (name "r-zoib")
33092 (version "1.5.5")
33093 (source
33094 (origin
33095 (method url-fetch)
33096 (uri (cran-uri "zoib" version))
33097 (sha256
33098 (base32
33099 "0inm7f2pc68ksqxvq12xp9jc99vj7ydylvs24ip12nksbj5k1n8f"))))
33100 (properties `((upstream-name . "zoib")))
33101 (build-system r-build-system)
33102 (propagated-inputs
33103 (list r-abind r-coda r-formula r-rjags))
33104 (home-page "https://www.r-project.org")
33105 (synopsis "Bayesian inference for beta regression")
33106 (description
33107 "This package lets you fit beta regression and zero-or-one inflated beta
33108 regression and obtain Bayesian inference of the model via the Markov Chain
33109 Monte Carlo approach implemented in JAGS.")
33110 (license license:gpl3+)))
33111
33112 (define-public r-logger
33113 (package
33114 (name "r-logger")
33115 (version "0.2.2")
33116 (source
33117 (origin
33118 (method url-fetch)
33119 (uri (cran-uri "logger" version))
33120 (sha256
33121 (base32 "08kym5i5fvbf5xhh9qdszp4jdgyc7j7zpnwzy68wabqz73aff6sg"))))
33122 (properties `((upstream-name . "logger")))
33123 (build-system r-build-system)
33124 (native-inputs (list r-knitr))
33125 (home-page "https://daroczig.github.io/logger/")
33126 (synopsis "Lightweight and flexible logging utility")
33127 (description
33128 "Inspired by the the @code{futile.logger} R package and @code{logging}
33129 Python module, this utility provides a flexible and extensible way of
33130 formatting and delivering log messages with low overhead.")
33131 (license license:agpl3+)))
33132
33133 (define-public r-fasterize
33134 (package
33135 (name "r-fasterize")
33136 (version "1.0.3")
33137 (source
33138 (origin
33139 (method url-fetch)
33140 (uri (cran-uri "fasterize" version))
33141 (sha256
33142 (base32 "10bzl77c1b9jhcn1xp467qzp2n8c7s3wpxn53qjh1nwvbri5kd32"))))
33143 (properties `((upstream-name . "fasterize")))
33144 (build-system r-build-system)
33145 (propagated-inputs
33146 (list r-raster r-rcpp r-rcpparmadillo r-sp))
33147 (native-inputs (list r-knitr))
33148 (home-page "https://github.com/ecohealthalliance/fasterize")
33149 (synopsis "Fast Polygon to Raster Conversion")
33150 (description
33151 "This package provides a drop-in replacement for @code{rasterize} from
33152 the @code{raster} package that takes sf-type objects, and is much faster.
33153 There is support for the main options provided by the @code{rasterize}
33154 function, including setting the field used and background value, and
33155 options for aggregating multi-layer rasters.")
33156 (license license:expat)))
33157
33158 (define-public r-bien
33159 (package
33160 (name "r-bien")
33161 (version "1.2.5")
33162 (source
33163 (origin
33164 (method url-fetch)
33165 (uri (cran-uri "BIEN" version))
33166 (sha256
33167 (base32 "0s98n6zbf48vssd3h63k6kashcxv1kawcb026n0ngsfpc5dv6i48"))))
33168 (properties `((upstream-name . "BIEN")))
33169 (build-system r-build-system)
33170 (native-inputs
33171 (list r-knitr))
33172 (propagated-inputs
33173 (list r-ape
33174 r-dbi
33175 r-doparallel
33176 r-fasterize
33177 r-foreach
33178 r-raster
33179 r-rgdal
33180 r-rgeos
33181 r-rpostgresql
33182 r-sf
33183 r-sp))
33184 (home-page "https://cran.r-project.org/package=BIEN")
33185 (synopsis "Tools for accessing the BIEN database")
33186 (description
33187 "This package provides tools for accessing the Botanical Information and
33188 Ecology Network (BIEN) database. The BIEN database contains cleaned and
33189 standardized botanical data including occurrence, trait, plot and taxonomic
33190 data. This package provides functions that query the BIEN database by
33191 constructing and executing optimized SQL queries.")
33192 (license license:expat)))
33193
33194 (define-public r-varhandle
33195 (package
33196 (name "r-varhandle")
33197 (version "2.0.5")
33198 (source
33199 (origin
33200 (method url-fetch)
33201 (uri (cran-uri "varhandle" version))
33202 (sha256
33203 (base32 "1l42d0s6fbjjc9l28a2m3myxkrx2c0p0b9yj8wjjjgilw19yc3lv"))))
33204 (properties `((upstream-name . "varhandle")))
33205 (build-system r-build-system)
33206 (home-page "https://bitbucket.org/mehrad_mahmoudian/varhandle")
33207 (synopsis "Functions for robust variable handling")
33208 (description
33209 "This package contains some functions to help users (especially data
33210 explorers) to make more sense of their variables and take the most out of
33211 variables and hardware resources. Functions in this package are supposed to
33212 be efficient and easy to use.")
33213 (license license:gpl2+)))
33214
33215 (define-public r-ggh4x
33216 (package
33217 (name "r-ggh4x")
33218 (version "0.2.1")
33219 (source
33220 (origin
33221 (method url-fetch)
33222 (uri (cran-uri "ggh4x" version))
33223 (sha256
33224 (base32
33225 "1r49yfm5fqv5s7jb92ad6rf8hd9plcry6f500czjhnhhrp16cqfp"))))
33226 (properties `((upstream-name . "ggh4x")))
33227 (build-system r-build-system)
33228 (propagated-inputs
33229 (list r-ggplot2 r-gtable r-rlang r-scales r-vctrs))
33230 (native-inputs
33231 (list r-knitr))
33232 (home-page "https://github.com/teunbrand/ggh4x")
33233 (synopsis "Extension for ggplot2")
33234 (description "This package is a @code{ggplot2} extension. It provides some
33235 utility functions that do not entirely fit within the grammar of graphics
33236 concept. The package extends @code{ggpplots} facets through customisation, by
33237 setting individual scales per panel, resizing panels and providing nested
33238 facets. It also allows multiple colour, fill scales per plot and hosts a
33239 smaller collection of stats, geoms and axis guides.")
33240 (license license:expat)))
33241
33242 (define-public r-zoeppritz
33243 (package
33244 (name "r-zoeppritz")
33245 (version "1.0-8")
33246 (source (origin
33247 (method url-fetch)
33248 (uri (cran-uri "zoeppritz" version))
33249 (sha256
33250 (base32
33251 "1711szx9zz17q6pfinyzlyrw7m9772c8ywlixqar2l165bkjalgm"))))
33252 (properties `((upstream-name . "zoeppritz")))
33253 (build-system r-build-system)
33254 (home-page "https://cran.r-project.org/package=zoeppritz")
33255 (synopsis "Seismic reflection and scattering coefficients for waves")
33256 (description
33257 "The @code{r-zoeppritz} package calculates and plots scattering matrix
33258 coefficients or scattering amplitudes, for seismological P and S-waves at an
33259 interface.")
33260 (license license:gpl2+)))