gnu: r-deldir: Update to 0.1-28.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
3 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
4 ;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
5 ;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <roel@gnu.org>
6 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
7 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
8 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
9 ;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
10 ;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
11 ;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
12 ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
13 ;;; Copyright © 2018, 2020 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
14 ;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
15 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
16 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
17 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
18 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
19 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
20 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
21 ;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
22 ;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
23 ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
24 ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
25 ;;; Copyright © 2020 Peter Lo <peterloleungyau@gmail.com>
26 ;;; Copyright © 2020 Rafael Luque Leiva <rafael.luque@osoco.es>
27 ;;;
28 ;;; This file is part of GNU Guix.
29 ;;;
30 ;;; GNU Guix is free software; you can redistribute it and/or modify it
31 ;;; under the terms of the GNU General Public License as published by
32 ;;; the Free Software Foundation; either version 3 of the License, or (at
33 ;;; your option) any later version.
34 ;;;
35 ;;; GNU Guix is distributed in the hope that it will be useful, but
36 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
37 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38 ;;; GNU General Public License for more details.
39 ;;;
40 ;;; You should have received a copy of the GNU General Public License
41 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
42
43 (define-module (gnu packages cran)
44 #:use-module ((guix licenses) #:prefix license:)
45 #:use-module (guix packages)
46 #:use-module (guix download)
47 #:use-module (guix git-download)
48 #:use-module (guix utils)
49 #:use-module (guix build-system r)
50 #:use-module (gnu packages algebra)
51 #:use-module (gnu packages autotools)
52 #:use-module (gnu packages base)
53 #:use-module (gnu packages bioinformatics)
54 #:use-module (gnu packages c)
55 #:use-module (gnu packages compression)
56 #:use-module (gnu packages curl)
57 #:use-module (gnu packages databases)
58 #:use-module (gnu packages fontutils)
59 #:use-module (gnu packages gcc)
60 #:use-module (gnu packages geo)
61 #:use-module (gnu packages ghostscript)
62 #:use-module (gnu packages gl)
63 #:use-module (gnu packages gnome)
64 #:use-module (gnu packages graph)
65 #:use-module (gnu packages gtk)
66 #:use-module (gnu packages haskell-xyz)
67 #:use-module (gnu packages icu4c)
68 #:use-module (gnu packages image)
69 #:use-module (gnu packages imagemagick)
70 #:use-module (gnu packages java)
71 #:use-module (gnu packages javascript)
72 #:use-module (gnu packages lisp-xyz)
73 #:use-module (gnu packages machine-learning)
74 #:use-module (gnu packages maths)
75 #:use-module (gnu packages mpi)
76 #:use-module (gnu packages multiprecision)
77 #:use-module (gnu packages networking)
78 #:use-module (gnu packages node)
79 #:use-module (gnu packages pcre)
80 #:use-module (gnu packages perl)
81 #:use-module (gnu packages pkg-config)
82 #:use-module (gnu packages pulseaudio) ;libsndfile
83 #:use-module (gnu packages python)
84 #:use-module (gnu packages python-xyz)
85 #:use-module (gnu packages statistics)
86 #:use-module (gnu packages tcl)
87 #:use-module (gnu packages tls)
88 #:use-module (gnu packages web)
89 #:use-module (gnu packages xorg))
90
91 (define-public r-rticles
92 (package
93 (name "r-rticles")
94 (version "0.14")
95 (source
96 (origin
97 (method url-fetch)
98 (uri (cran-uri "rticles" version))
99 (sha256
100 (base32
101 "1377fib4asazhhki4aajvld0wa35vd3zjvyl3lf2hjm2qk3vyak7"))))
102 (properties `((upstream-name . "rticles")))
103 (build-system r-build-system)
104 (propagated-inputs
105 `(("r-knitr" ,r-knitr)
106 ("r-rmarkdown" ,r-rmarkdown)
107 ("r-tinytex" ,r-tinytex)
108 ("r-xfun" ,r-xfun)
109 ("r-yaml" ,r-yaml)))
110 (home-page "https://github.com/rstudio/rticles")
111 (synopsis "Article formats for R Markdown")
112 (description
113 "This package provides a suite of custom R Markdown formats and templates
114 for authoring journal articles and conference submissions.")
115 (license license:gpl3)))
116
117 (define-public r-bezier
118 (package
119 (name "r-bezier")
120 (version "1.1.2")
121 (source (origin
122 (method url-fetch)
123 (uri (cran-uri "bezier" version))
124 (sha256
125 (base32
126 "1vw5128v8h973xwa1fdm9cw2jvrldj87nd55lddlp3qsz3ag4br6"))))
127 (build-system r-build-system)
128 (home-page "https://cran.r-project.org/web/packages/bezier/")
129 (synopsis "Bezier curve and spline toolkit")
130 (description
131 "This package is a toolkit for working with Bezier curves and splines.
132 The package provides functions for point generation, arc length estimation,
133 degree elevation and curve fitting.")
134 (license license:gpl2+)))
135
136 (define-public r-v8
137 (package
138 (name "r-v8")
139 (version "3.2.0")
140 (source
141 (origin
142 (method url-fetch)
143 (uri (cran-uri "V8" version))
144 (sha256
145 (base32
146 "0z0dwa538lkggawiwrlplz698xznzlgv9fwhdslm7g7gdxyf0xgm"))))
147 (properties `((upstream-name . "V8")))
148 (build-system r-build-system)
149 (arguments
150 `(#:phases
151 (modify-phases %standard-phases
152 (add-after 'unpack 'find-v8
153 (lambda* (#:key inputs #:allow-other-keys)
154 (substitute* "configure"
155 (("^PKG_LIBS=.*")
156 (string-append "PKG_LIBS="
157 (assoc-ref inputs "node")
158 "/lib/libnode.so.64\n")))
159 (setenv "INCLUDE_DIR"
160 (string-append
161 (assoc-ref inputs "node")
162 "/include/node"))
163 (setenv "LIB_DIR"
164 (string-append
165 (assoc-ref inputs "node") "/lib"))
166 #t)))))
167 (inputs
168 `(("node" ,libnode)))
169 (propagated-inputs
170 `(("r-curl" ,r-curl)
171 ("r-jsonlite" ,r-jsonlite)
172 ("r-rcpp" ,r-rcpp)))
173 (native-inputs
174 `(("r-knitr" ,r-knitr)))
175 (home-page "https://jeroen.cran.dev/V8")
176 (synopsis "Embedded JavaScript and WebAssembly engine for R")
177 (description
178 "This package provides an R interface to V8: Google's JavaScript and
179 WebAssembly engine.")
180 (license license:expat)))
181
182 (define-public r-dot
183 (package
184 (name "r-dot")
185 (version "0.1")
186 (source
187 (origin
188 (method url-fetch)
189 (uri (cran-uri "DOT" version))
190 (sha256
191 (base32
192 "0qh5n57cp9c2n5yn59q4wggz82943pwfanp3kx869aba2x3sj30i"))))
193 (properties `((upstream-name . "DOT")))
194 (build-system r-build-system)
195 (propagated-inputs
196 `(("r-v8" ,r-v8)))
197 (home-page "http://haghish.com/dot")
198 (synopsis "Render and Export DOT Graphs in R")
199 (description
200 "This package provides tools to render DOT diagram markup language in R
201 and also provides the possibility to export the graphs in PostScript and
202 SVG (Scalable Vector Graphics) formats. In addition, it supports literate
203 programming packages such as @code{knitr} and @code{rmarkdown}.")
204 (license license:expat)))
205
206 (define-public r-clipr
207 (package
208 (name "r-clipr")
209 (version "0.7.0")
210 (source
211 (origin
212 (method url-fetch)
213 (uri (cran-uri "clipr" version))
214 (sha256
215 (base32
216 "1qn2p13d0c1bpqss6mv9hk60980rzhznfqpyaf5x0fy65svy9903"))))
217 (build-system r-build-system)
218 (home-page "https://github.com/mdlincoln/clipr")
219 (synopsis "Read and write from the system clipboard")
220 (description
221 "This package provides simple utility functions to read from and write to
222 the system clipboards.")
223 (license license:gpl3)))
224
225 (define-public r-zoo
226 (package
227 (name "r-zoo")
228 (version "1.8-8")
229 (source (origin
230 (method url-fetch)
231 (uri (cran-uri "zoo" version))
232 (sha256
233 (base32
234 "1rrw431jwaxd9xljp73f15rhcxvwc0xlyrmr0ghi5fj7a03c932f"))))
235 (build-system r-build-system)
236 (propagated-inputs
237 `(("r-lattice" ,r-lattice)))
238 (home-page "http://zoo.R-Forge.R-project.org/")
239 (synopsis "S3 infrastructure for regular and irregular time series")
240 (description "This package contains an S3 class with methods for totally
241 ordered indexed observations. It is particularly aimed at irregular time
242 series of numeric vectors/matrices and factors.")
243 (license license:gpl2+)))
244
245 (define-public r-ggpmisc
246 (package
247 (name "r-ggpmisc")
248 (version "0.3.5")
249 (source (origin
250 (method url-fetch)
251 (uri (cran-uri "ggpmisc" version))
252 (sha256
253 (base32
254 "0ma2d3a3v8n85sghxr9anl6vgbs8gi82i1dllw99n81gsm59wgin"))))
255 (build-system r-build-system)
256 (propagated-inputs
257 `(("r-broom" ,r-broom)
258 ("r-dplyr" ,r-dplyr)
259 ("r-ggplot2" ,r-ggplot2)
260 ("r-gridextra" ,r-gridextra)
261 ("r-lubridate" ,r-lubridate)
262 ("r-magrittr" ,r-magrittr)
263 ("r-mass" ,r-mass)
264 ("r-plyr" ,r-plyr)
265 ("r-polynom" ,r-polynom)
266 ("r-rlang" ,r-rlang)
267 ("r-scales" ,r-scales)
268 ("r-splus2r" ,r-splus2r)
269 ("r-stringr" ,r-stringr)
270 ("r-tibble" ,r-tibble)
271 ("r-xts" ,r-xts)
272 ("r-zoo" ,r-zoo)))
273 (native-inputs
274 `(("r-knitr" ,r-knitr)))
275 (home-page "https://www.r4photobiology.info/")
276 (synopsis "Miscellaneous Extensions to @code{ggplot2}")
277 (description "This package provides extensions to @code{ggplot2},
278 respecting the grammar of its graphics paradigm.")
279 (license license:gpl2+)))
280
281 (define-public r-gprofiler
282 (package
283 (name "r-gprofiler")
284 (version "0.7.0")
285 (source
286 (origin
287 (method url-fetch)
288 (uri (cran-uri "gProfileR" version))
289 (sha256
290 (base32
291 "1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
292 (properties `((upstream-name . "gProfileR")))
293 (build-system r-build-system)
294 (propagated-inputs
295 `(("r-plyr" ,r-plyr)
296 ("r-rcurl" ,r-rcurl)))
297 (home-page "https://cran.r-project.org/web/packages/gProfileR/")
298 (synopsis "Interface to the g:Profiler toolkit")
299 (description
300 "This package provides tools for functional enrichment analysis,
301 gene identifier conversion and mapping homologous genes across related
302 organisms via the @code{g:Profiler} toolkit.")
303 (license license:gpl2+)))
304
305 (define-public r-gprofiler2
306 (package
307 (name "r-gprofiler2")
308 (version "0.1.9")
309 (source
310 (origin
311 (method url-fetch)
312 (uri (cran-uri "gprofiler2" version))
313 (sha256
314 (base32
315 "112hmmvdwg8xz90w1bsbzc55y4xi9jj4dqy0q4bsgp49x58r92rb"))))
316 (properties `((upstream-name . "gprofiler2")))
317 (build-system r-build-system)
318 (propagated-inputs
319 `(("r-crosstalk" ,r-crosstalk)
320 ("r-dplyr" ,r-dplyr)
321 ("r-ggplot2" ,r-ggplot2)
322 ("r-gridextra" ,r-gridextra)
323 ("r-jsonlite" ,r-jsonlite)
324 ("r-plotly" ,r-plotly)
325 ("r-rcurl" ,r-rcurl)
326 ("r-tidyr" ,r-tidyr)
327 ("r-viridislite" ,r-viridislite)))
328 (native-inputs `(("r-knitr" ,r-knitr)))
329 (home-page "https://cran.r-project.org/web/packages/gprofiler2/")
330 (synopsis "Interface to the g:Profiler toolset")
331 (description
332 "This package provides a toolset for functional enrichment analysis and
333 visualization, gene/protein/SNP identifier conversion and mapping orthologous
334 genes across species via @url{https://biit.cs.ut.ee/gprofiler,g:Profiler}.
335 The main tools are:
336
337 @enumerate
338 @item @code{g:GOSt}, functional enrichment analysis and visualization of gene
339 lists;
340 @item @code{g:Convert}, gene/protein/transcript identifier conversion across
341 various namespaces;
342 @item @code{g:Orth}, orthology search across species;
343 @item @code{g:SNPense}, mapping SNP rs identifiers to chromosome positions,
344 genes and variant effects.
345 @end enumerate
346
347 This package is an R interface corresponding to the 2019 update of
348 @code{g:Profiler} and provides access to versions @code{e94_eg41_p11} and
349 higher.")
350 (license license:gpl2+)))
351
352 (define-public r-oenb
353 (package
354 (name "r-oenb")
355 (version "0.0.1")
356 (source
357 (origin
358 (method url-fetch)
359 (uri (cran-uri "oenb" version))
360 (sha256
361 (base32
362 "1x1jlqp6r27c4gb7wafzpmh5rq6yq61a2d395r5lsmv2g5jb4biz"))))
363 (properties `((upstream-name . "oenb")))
364 (build-system r-build-system)
365 (propagated-inputs
366 `(("r-dplyr" ,r-dplyr)
367 ("r-xml" ,r-xml)))
368 (native-inputs `(("r-knitr" ,r-knitr)))
369 (home-page "https://github.com/franzmohr/oenb")
370 (synopsis "Tools for the OeNB Data Web Service")
371 (description
372 "Tools to access data from the data web service of the
373 @acronym{OeNB, Oesterreichische Nationalbank},
374 @url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
375 (license license:gpl2+)))
376
377 (define-public r-scales
378 (package
379 (name "r-scales")
380 (version "1.1.1")
381 (source
382 (origin
383 (method url-fetch)
384 (uri (cran-uri "scales" version))
385 (sha256
386 (base32 "019ps0njjc0rzrjygqiyn8b9vp0c3c0jd56h1yi19wzi49jvdcj0"))))
387 (build-system r-build-system)
388 (propagated-inputs
389 `(("r-farver" ,r-farver)
390 ("r-labeling" ,r-labeling)
391 ("r-lifecycle" ,r-lifecycle)
392 ("r-munsell" ,r-munsell)
393 ("r-rcolorbrewer" ,r-rcolorbrewer)
394 ("r-r6" ,r-r6)
395 ("r-viridislite" ,r-viridislite)))
396 (home-page "https://github.com/hadley/scales")
397 (synopsis "Scale functions for visualization")
398 (description
399 "This package provides graphical scales that map data to aesthetics, and
400 provides methods for automatically determining breaks and labels for axes and
401 legends.")
402 (license license:expat)))
403
404 (define-public r-pheatmap
405 (package
406 (name "r-pheatmap")
407 (version "1.0.12")
408 (source
409 (origin
410 (method url-fetch)
411 (uri (cran-uri "pheatmap" version))
412 (sha256
413 (base32
414 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
415 (build-system r-build-system)
416 (propagated-inputs
417 `(("r-gtable" ,r-gtable)
418 ("r-rcolorbrewer" ,r-rcolorbrewer)
419 ("r-scales" ,r-scales)))
420 (home-page "https://cran.r-project.org/web/packages/pheatmap")
421 (synopsis "Pretty heatmaps")
422 (description
423 "This package provides an implementation of heatmaps that offers more
424 control over dimensions and appearance.")
425 (license license:gpl2+)))
426
427 (define-public r-ecp
428 (package
429 (name "r-ecp")
430 (version "3.1.2")
431 (source (origin
432 (method url-fetch)
433 (uri (cran-uri "ecp" version))
434 (sha256
435 (base32
436 "11f9p869xr0zg779i46gmflxlq4xclk9wxbab0nj2fan26pn4sfy"))))
437 (build-system r-build-system)
438 (propagated-inputs
439 `(("r-rcpp" ,r-rcpp)))
440 (home-page "https://cran.r-project.org/web/packages/ecp/")
441 (synopsis "Multiple change-point analysis of multivariate data")
442 (description
443 "This package implements various procedures for finding multiple
444 change-points. Two methods make use of dynamic programming and pruning, with
445 no distributional assumptions other than the existence of certain absolute
446 moments in one method. Hierarchical and exact search methods are included.
447 All methods return the set of estimated change-points as well as other summary
448 information.")
449 (license license:gpl2+)))
450
451 (define-public r-ellipsis
452 (package
453 (name "r-ellipsis")
454 (version "0.3.1")
455 (source
456 (origin
457 (method url-fetch)
458 (uri (cran-uri "ellipsis" version))
459 (sha256
460 (base32
461 "1nvmkcca57d9067rcggw1gby80ibx5hplk2myz0cs9zwilaib2jg"))))
462 (build-system r-build-system)
463 (propagated-inputs
464 `(("r-rlang" ,r-rlang)))
465 (home-page "https://github.com/hadley/ellipsis")
466 (synopsis "Tools for working with additional arguments")
467 (description
468 "In S3 generics, it's useful to take @code{...} so that methods can have
469 additional arguments. But this flexibility comes at a cost: misspelled
470 arguments will be silently ignored. The @code{ellipsis} package is an
471 experiment that allows a generic to warn if any arguments passed in @code{...}
472 are not used.")
473 (license license:gpl3)))
474
475 (define-public r-grr
476 (package
477 (name "r-grr")
478 (version "0.9.5")
479 (source
480 (origin
481 (method url-fetch)
482 (uri (cran-uri "grr" version))
483 (sha256
484 (base32
485 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
486 (build-system r-build-system)
487 (home-page "https://cran.r-project.org/web/packages/grr")
488 (synopsis "Alternative implementations of base R functions")
489 (description
490 "This package provides alternative implementations of some base R
491 functions, including @code{sort}, @code{order}, and @code{match}. The
492 functions are simplified but can be faster or have other advantages.")
493 (license license:gpl3)))
494
495 (define-public r-matrix-utils
496 (package
497 (name "r-matrix-utils")
498 (version "0.9.8")
499 (source
500 (origin
501 (method url-fetch)
502 (uri (cran-uri "Matrix.utils" version))
503 (sha256
504 (base32
505 "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb"))))
506 (properties `((upstream-name . "Matrix.utils")))
507 (build-system r-build-system)
508 (propagated-inputs
509 `(("r-grr" ,r-grr)
510 ("r-matrix" ,r-matrix)))
511 (home-page "https://github.com/cvarrichio/Matrix.utils")
512 (synopsis
513 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
514 (description
515 "This package implements data manipulation methods such as @code{cast},
516 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
517 objects.")
518 (license license:gpl3)))
519
520 (define-public r-sys
521 (package
522 (name "r-sys")
523 (version "3.4")
524 (source
525 (origin
526 (method url-fetch)
527 (uri (cran-uri "sys" version))
528 (sha256
529 (base32
530 "11q4zmx62w44p1j34frwmrsp23mc7l4n354i0zyziw92yax8zy0p"))))
531 (build-system r-build-system)
532 (home-page "https://github.com/jeroen/sys")
533 (synopsis "Powerful and reliable tools for running system commands in R")
534 (description
535 "This package provides drop-in replacements for the base @code{system2()}
536 function with fine control and consistent behavior across platforms. It
537 supports clean interruption, timeout, background tasks, and streaming STDIN /
538 STDOUT / STDERR over binary or text connections. The package also provides
539 functions for evaluating expressions inside a temporary fork. Such
540 evaluations have no side effects on the main R process, and support reliable
541 interrupts and timeouts. This provides the basis for a sandboxing
542 mechanism.")
543 (license license:expat)))
544
545 (define-public r-askpass
546 (package
547 (name "r-askpass")
548 (version "1.1")
549 (source
550 (origin
551 (method url-fetch)
552 (uri (cran-uri "askpass" version))
553 (sha256
554 (base32
555 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
556 (build-system r-build-system)
557 (propagated-inputs `(("r-sys" ,r-sys)))
558 (home-page "https://github.com/jeroen/askpass")
559 (synopsis "Safe password entry for R")
560 (description
561 "This package provides cross-platform utilities for prompting the user
562 for credentials or a passphrase, for example to authenticate with a server or
563 read a protected key.")
564 (license license:expat)))
565
566 (define-public r-vegan
567 (package
568 (name "r-vegan")
569 (version "2.5-6")
570 (source
571 (origin
572 (method url-fetch)
573 (uri (cran-uri "vegan" version))
574 (sha256
575 (base32
576 "0g60rgn1i7wqf9pf5m1yki1m45gcp7i5hmjic0ci0f6vng70mh5k"))))
577 (build-system r-build-system)
578 (native-inputs
579 `(("gfortran" ,gfortran)))
580 (propagated-inputs
581 `(("r-cluster" ,r-cluster)
582 ("r-knitr" ,r-knitr) ; needed for vignettes
583 ("r-lattice" ,r-lattice)
584 ("r-mass" ,r-mass)
585 ("r-mgcv" ,r-mgcv)
586 ("r-permute" ,r-permute)))
587 (home-page "https://cran.r-project.org/web/packages/vegan")
588 (synopsis "Functions for community ecology")
589 (description
590 "The vegan package provides tools for descriptive community ecology. It
591 has most basic functions of diversity analysis, community ordination and
592 dissimilarity analysis. Most of its multivariate tools can be used for other
593 data types as well.")
594 (license license:gpl2+)))
595
596 (define-public r-tidyverse
597 (package
598 (name "r-tidyverse")
599 (version "1.3.0")
600 (source
601 (origin
602 (method url-fetch)
603 (uri (cran-uri "tidyverse" version))
604 (sha256
605 (base32
606 "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
607 (build-system r-build-system)
608 (propagated-inputs
609 `(("r-broom" ,r-broom)
610 ("r-cli" ,r-cli)
611 ("r-crayon" ,r-crayon)
612 ("r-dbplyr" ,r-dbplyr)
613 ("r-dplyr" ,r-dplyr)
614 ("r-forcats" ,r-forcats)
615 ("r-ggplot2" ,r-ggplot2)
616 ("r-haven" ,r-haven)
617 ("r-hms" ,r-hms)
618 ("r-httr" ,r-httr)
619 ("r-jsonlite" ,r-jsonlite)
620 ("r-lubridate" ,r-lubridate)
621 ("r-magrittr" ,r-magrittr)
622 ("r-modelr" ,r-modelr)
623 ("r-pillar" ,r-pillar)
624 ("r-purrr" ,r-purrr)
625 ("r-readr" ,r-readr)
626 ("r-readxl" ,r-readxl)
627 ("r-reprex" ,r-reprex)
628 ("r-rlang" ,r-rlang)
629 ("r-rstudioapi" ,r-rstudioapi)
630 ("r-rvest" ,r-rvest)
631 ("r-stringr" ,r-stringr)
632 ("r-tibble" ,r-tibble)
633 ("r-tidyr" ,r-tidyr)
634 ("r-xml2" ,r-xml2)))
635 (home-page "https://tidyverse.tidyverse.org")
636 (synopsis "Install and load packages from the \"Tidyverse\"")
637 (description
638 "The @code{tidyverse} is a set of packages that work in harmony because
639 they share common data representations and API design. This package is
640 designed to make it easy to install and load multiple tidyverse packages in a
641 single step.")
642 (license license:gpl3)))
643
644 (define-public r-rvest
645 (package
646 (name "r-rvest")
647 (version "0.3.6")
648 (source
649 (origin
650 (method url-fetch)
651 (uri (cran-uri "rvest" version))
652 (sha256
653 (base32 "1yh2p429a0zr8pqmlw5rzf6m797j20j5w6xwxlqq0wrdbnif6bka"))))
654 (build-system r-build-system)
655 (propagated-inputs
656 `(("r-httr" ,r-httr)
657 ("r-magrittr" ,r-magrittr)
658 ("r-selectr" ,r-selectr)
659 ("r-xml2" ,r-xml2)))
660 (native-inputs
661 `(("r-knitr" ,r-knitr)))
662 (home-page "https://github.com/hadley/rvest")
663 (synopsis "Simple web scraping for R")
664 (description
665 "@code{r-rvest} helps you scrape information from web pages. It is
666 designed to work with @code{magrittr} to make it easy to express common web
667 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
668 (license license:gpl3)))
669
670 (define-public r-selectr
671 (package
672 (name "r-selectr")
673 (version "0.4-2")
674 (source
675 (origin
676 (method url-fetch)
677 (uri (cran-uri "selectr" version))
678 (sha256
679 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
680 (build-system r-build-system)
681 (propagated-inputs
682 `(("r-stringr" ,r-stringr)
683 ("r-r6" ,r-r6)))
684 (home-page "https://sjp.co.nz/projects/selectr/")
685 (synopsis "Translate CSS selectors to XPath expressions")
686 (description
687 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
688 expression. This allows you to use CSS selectors when working with the XML
689 package as it can only evaluate XPath expressions. Also provided are
690 convenience functions useful for using CSS selectors on XML nodes. This
691 package is a port of the Python package @code{cssselect}.")
692 (license license:bsd-3)))
693
694 (define-public r-reprex
695 (package
696 (name "r-reprex")
697 (version "0.3.0")
698 (source
699 (origin
700 (method url-fetch)
701 (uri (cran-uri "reprex" version))
702 (sha256
703 (base32
704 "0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
705 (build-system r-build-system)
706 (propagated-inputs
707 `(("r-callr" ,r-callr)
708 ("r-clipr" ,r-clipr)
709 ("r-fs" ,r-fs)
710 ("r-rlang" ,r-rlang)
711 ("r-rmarkdown" ,r-rmarkdown)
712 ("r-whisker" ,r-whisker)
713 ("r-withr" ,r-withr)))
714 (home-page "https://github.com/tidyverse/reprex")
715 (synopsis "Prepare reproducible R code examples for sharing")
716 (description
717 "This package provides a convenience wrapper that uses the
718 @code{rmarkdown} package to render small snippets of code to target formats
719 that include both code and output. The goal is to encourage the sharing of
720 small, reproducible, and runnable examples on code-oriented websites or email.
721 @code{reprex} also extracts clean, runnable R code from various common formats,
722 such as copy/paste from an R session.")
723 (license license:expat)))
724
725 (define-public r-reordercluster
726 (package
727 (name "r-reordercluster")
728 (version "1.0")
729 (source (origin
730 (method url-fetch)
731 (uri (cran-uri "ReorderCluster" version))
732 (sha256
733 (base32
734 "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
735 (build-system r-build-system)
736 (propagated-inputs
737 `(("r-gplots" ,r-gplots)
738 ("r-rcpp" ,r-rcpp)))
739 (home-page "https://cran.r-project.org/web/packages/ReorderCluster")
740 (synopsis "Reordering the dendrogram according to the class labels")
741 (description "This package provides tools for performing the leaf reordering
742 for the dendrogram that preserves the hierarchical clustering result and at the
743 same time tries to group instances from the same class together.")
744 (license license:gpl3+)))
745
746 (define-public r-callr
747 (package
748 (name "r-callr")
749 (version "3.4.3")
750 (source
751 (origin
752 (method url-fetch)
753 (uri (cran-uri "callr" version))
754 (sha256
755 (base32
756 "1dc20gdawy9mhnc452qlshv2p4krs6c2gymvpv365mn141zjgdq1"))))
757 (build-system r-build-system)
758 (propagated-inputs
759 `(("r-r6" ,r-r6)
760 ("r-processx" ,r-processx)))
761 (home-page "https://github.com/r-lib/callr#readme")
762 (synopsis "Call R from R")
763 (description
764 "It is sometimes useful to perform a computation in a separate R process,
765 without affecting the current R process at all. This package does exactly
766 that.")
767 (license license:expat)))
768
769 (define-public r-readxl
770 (package
771 (name "r-readxl")
772 (version "1.3.1")
773 (source
774 (origin
775 (method url-fetch)
776 (uri (cran-uri "readxl" version))
777 (sha256
778 (base32
779 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
780 (build-system r-build-system)
781 (propagated-inputs
782 `(("r-cellranger" ,r-cellranger)
783 ("r-progress" ,r-progress)
784 ("r-rcpp" ,r-rcpp)
785 ("r-tibble" ,r-tibble)))
786 (home-page "https://readxl.tidyverse.org")
787 (synopsis "Read Excel files")
788 (description
789 "This package lets you import Excel files into R. It supports
790 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
791 the embedded @code{RapidXML} C++ library.")
792 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
793 ;; 'rapidxml' which is Boost.
794 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
795
796 (define-public r-modelr
797 (package
798 (name "r-modelr")
799 (version "0.1.8")
800 (source
801 (origin
802 (method url-fetch)
803 (uri (cran-uri "modelr" version))
804 (sha256
805 (base32
806 "1i31nff7bqibk6r4hhd4j1vzwbyaf8493v0bjaagn36njmysfnw2"))))
807 (build-system r-build-system)
808 (propagated-inputs
809 `(("r-broom" ,r-broom)
810 ("r-magrittr" ,r-magrittr)
811 ("r-purrr" ,r-purrr)
812 ("r-rlang" ,r-rlang)
813 ("r-tibble" ,r-tibble)
814 ("r-tidyr" ,r-tidyr)
815 ("r-tidyselect" ,r-tidyselect)
816 ("r-vctrs" ,r-vctrs)))
817 (home-page "https://github.com/tidyverse/modelr")
818 (synopsis "Helper functions for modelling in pipelines")
819 (description
820 "Functions for modelling that help you seamlessly integrate modelling
821 into a pipeline of data manipulation and visualisation.")
822 (license license:gpl3)))
823
824 (define-public r-httpuv
825 (package
826 (name "r-httpuv")
827 (version "1.5.4")
828 (source (origin
829 (method url-fetch)
830 (uri (cran-uri "httpuv" version))
831 (sha256
832 (base32
833 "066rprqvz9qln6xd85x1yh1wbbmzd157xjl8zq1zbgr8l6347inm"))))
834 (build-system r-build-system)
835 (propagated-inputs
836 `(("r-bh" ,r-bh)
837 ("r-later" ,r-later)
838 ("r-promises" ,r-promises)
839 ("r-r6" ,r-r6)
840 ("r-rcpp" ,r-rcpp)))
841 (home-page "https://github.com/rstudio/httpuv")
842 (synopsis "HTTP and WebSocket server library for R")
843 (description
844 "The httpuv package provides low-level socket and protocol support for
845 handling HTTP and WebSocket requests directly from within R. It is primarily
846 intended as a building block for other packages, rather than making it
847 particularly easy to create complete web applications using httpuv alone.")
848 ;; This package includes third-party code that was originally released
849 ;; under various non-copyleft licenses. Full licensing information can be
850 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
851 (license license:gpl3+)))
852
853 (define-public r-jsonlite
854 (package
855 (name "r-jsonlite")
856 (version "1.7.0")
857 (source (origin
858 (method url-fetch)
859 (uri (cran-uri "jsonlite" version))
860 (sha256
861 (base32
862 "1izfrk5yahsz6s69wanfspn72qdffjglbr5305akj72ig9fnladq"))))
863 (build-system r-build-system)
864 (native-inputs
865 `(("r-knitr" ,r-knitr)))
866 (home-page "https://arxiv.org/abs/1403.2805")
867 (synopsis "Robust, high performance JSON parser and generator for R")
868 (description
869 "The jsonlite package provides a fast JSON parser and generator optimized
870 for statistical data and the web. It offers flexible, robust, high
871 performance tools for working with JSON in R and is particularly powerful for
872 building pipelines and interacting with a web API. In addition to converting
873 JSON data from/to R objects, jsonlite contains functions to stream, validate,
874 and prettify JSON data. The unit tests included with the package verify that
875 all edge cases are encoded and decoded consistently for use with dynamic data
876 in systems and applications.")
877 (license license:expat)))
878
879 (define-public r-servr
880 (package
881 (name "r-servr")
882 (version "0.18")
883 (source (origin
884 (method url-fetch)
885 (uri (cran-uri "servr" version))
886 (sha256
887 (base32
888 "0xfbf1a1w34hbsx4jrdr4rqf22v7gf1p37ngknglv1dyxih7ipja"))))
889 (build-system r-build-system)
890 (propagated-inputs
891 `(("r-httpuv" ,r-httpuv)
892 ("r-jsonlite" ,r-jsonlite)
893 ("r-mime" ,r-mime)
894 ("r-xfun" ,r-xfun)))
895 (home-page "https://github.com/yihui/servr")
896 (synopsis "Simple HTTP server to serve static files or dynamic documents")
897 (description
898 "Servr provides an HTTP server in R to serve static files, or dynamic
899 documents that can be converted to HTML files (e.g., R Markdown) under a given
900 directory.")
901 (license license:expat)))
902
903 (define-public r-htmltools
904 (package
905 (name "r-htmltools")
906 (version "0.5.0")
907 (source (origin
908 (method url-fetch)
909 (uri (cran-uri "htmltools" version))
910 (sha256
911 (base32
912 "07fjznax5sin563ddnzlb7iwc8b39wzf7ymjn66pbmxgskijq2pz"))))
913 (build-system r-build-system)
914 (propagated-inputs
915 `(("r-base64enc" ,r-base64enc)
916 ("r-digest" ,r-digest)
917 ("r-rlang" ,r-rlang)))
918 (home-page "https://cran.r-project.org/web/packages/htmltools")
919 (synopsis "R tools for HTML")
920 (description
921 "This package provides tools for HTML generation and output in R.")
922 (license license:expat)))
923
924 (define-public r-htmlwidgets
925 (package
926 (name "r-htmlwidgets")
927 (version "1.5.1")
928 (source (origin
929 (method url-fetch)
930 (uri (cran-uri "htmlwidgets" version))
931 (sha256
932 (base32
933 "10fp306l1nybkah6jrlrqwwdb6zvklbddp8i3w9v9naj8la5jbnl"))))
934 (build-system r-build-system)
935 (propagated-inputs
936 `(("r-htmltools" ,r-htmltools)
937 ("r-jsonlite" ,r-jsonlite)
938 ("r-yaml" ,r-yaml)))
939 (home-page "https://github.com/ramnathv/htmlwidgets")
940 (synopsis "HTML Widgets for R")
941 (description
942 "HTML widgets is a framework for creating HTML widgets that render in
943 various contexts including the R console, R Markdown documents, and Shiny web
944 applications.")
945 (license license:expat)))
946
947 (define-public r-htmltable
948 (package
949 (name "r-htmltable")
950 (version "2.0.1")
951 (source
952 (origin
953 (method url-fetch)
954 (uri (cran-uri "htmlTable" version))
955 (sha256
956 (base32 "0ma52kajzxfg9w811d6ldhghzn9xhyr8bh7k5v265k82bzx7rac6"))))
957 (properties `((upstream-name . "htmlTable")))
958 (build-system r-build-system)
959 (propagated-inputs
960 `(("r-checkmate" ,r-checkmate)
961 ("r-htmltools" ,r-htmltools)
962 ("r-htmlwidgets" ,r-htmlwidgets)
963 ("r-knitr" ,r-knitr)
964 ("r-magrittr" ,r-magrittr)
965 ("r-rstudioapi" ,r-rstudioapi)
966 ("r-stringr" ,r-stringr)))
967 (native-inputs
968 `(("r-knitr" ,r-knitr)))
969 (home-page "http://gforge.se/packages/")
970 (synopsis "Advanced tables for Markdown/HTML")
971 (description
972 "This package provides functions to build tables with advanced layout
973 elements such as row spanners, column spanners, table spanners, zebra
974 striping, and more. While allowing advanced layout, the underlying
975 CSS-structure is simple in order to maximize compatibility with word
976 processors such as LibreOffice. The package also contains a few text
977 formatting functions that help outputting text compatible with HTML or
978 LaTeX.")
979 (license license:gpl3+)))
980
981 (define-public r-curl
982 (package
983 (name "r-curl")
984 (version "4.3")
985 (source (origin
986 (method url-fetch)
987 (uri (cran-uri "curl" version))
988 (sha256
989 (base32
990 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
991 (build-system r-build-system)
992 (arguments
993 `(#:phases
994 (modify-phases %standard-phases
995 ;; The environment variable CURL_CA_BUNDLE is only respected when
996 ;; running Windows, so we disable the platform checks.
997 ;; This can be removed once the libcurl has been patched.
998 (add-after 'unpack 'allow-CURL_CA_BUNDLE
999 (lambda _
1000 (substitute* "R/onload.R"
1001 (("if \\(!grepl\\(\"mingw\".*")
1002 "if (FALSE)\n"))
1003 (substitute* "src/handle.c"
1004 (("/\\* Only set" m)
1005 (string-append "\
1006 const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
1007 if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
1008 " m)))
1009 #t)))))
1010 (inputs
1011 `(("libcurl" ,curl)
1012 ("zlib" ,zlib)))
1013 (native-inputs
1014 `(("pkg-config" ,pkg-config)))
1015 (home-page "https://github.com/jeroenooms/curl")
1016 (synopsis "HTTP client for R")
1017 (description
1018 "The @code{curl()} and @code{curl_download()} functions provide highly
1019 configurable drop-in replacements for base @code{url()} and
1020 @code{download.file()} with better performance, support for encryption, gzip
1021 compression, authentication, and other @code{libcurl} goodies. The core of
1022 the package implements a framework for performing fully customized requests
1023 where data can be processed either in memory, on disk, or streaming via the
1024 callback or connection interfaces.")
1025 (license license:expat)))
1026
1027 (define-public r-hwriter
1028 (package
1029 (name "r-hwriter")
1030 (version "1.3.2")
1031 (source
1032 (origin
1033 (method url-fetch)
1034 (uri (cran-uri "hwriter" version))
1035 (sha256
1036 (base32
1037 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
1038 (build-system r-build-system)
1039 (home-page "https://cran.r-project.org/web/packages/hwriter")
1040 (synopsis "Output R objects in HTML format")
1041 (description
1042 "This package provides easy-to-use and versatile functions to output R
1043 objects in HTML format.")
1044 (license license:lgpl2.1+)))
1045
1046 (define-public r-rjson
1047 (package
1048 (name "r-rjson")
1049 (version "0.2.20")
1050 (source
1051 (origin
1052 (method url-fetch)
1053 (uri (cran-uri "rjson" version))
1054 (sha256
1055 (base32
1056 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
1057 (build-system r-build-system)
1058 (home-page "https://cran.r-project.org/web/packages/rjson")
1059 (synopsis "JSON library for R")
1060 (description
1061 "This package provides functions to convert R objects into JSON objects
1062 and vice-versa.")
1063 (license license:gpl2+)))
1064
1065 (define-public r-fastmap
1066 (package
1067 (name "r-fastmap")
1068 (version "1.0.1")
1069 (source
1070 (origin
1071 (method url-fetch)
1072 (uri (cran-uri "fastmap" version))
1073 (sha256
1074 (base32
1075 "1v7sp56xiha0bh78g3w92k52p9vkp7ryzpw0z66nyddxzrfv0y27"))))
1076 (properties `((upstream-name . "fastmap")))
1077 (build-system r-build-system)
1078 (home-page "https://r-lib.github.io/fastmap/")
1079 (synopsis "Fast implementation of a key-value store")
1080 (description
1081 "This package provides a fast implementation of a key-value store.
1082 Environments are commonly used as key-value stores, but every time a new key
1083 is used, it is added to R's global symbol table, causing a small amount of
1084 memory leakage. This can be problematic in cases where many different keys
1085 are used. Fastmap avoids this memory leak issue by implementing the map using
1086 data structures in C++.")
1087 (license license:expat)))
1088
1089 (define-public r-shiny
1090 (package
1091 (name "r-shiny")
1092 (version "1.4.0.2")
1093 (source
1094 (origin
1095 (method git-fetch)
1096 (uri (git-reference
1097 (url "https://github.com/rstudio/shiny")
1098 (commit (string-append "v" version))))
1099 (file-name (git-file-name name version))
1100 (sha256
1101 (base32
1102 "005wgcxq7f2q9g6wvfk29n2nms262w0abpz93sfvx79yv6qxppzs"))))
1103 (build-system r-build-system)
1104 (arguments
1105 `(#:modules ((guix build r-build-system)
1106 (guix build minify-build-system)
1107 (guix build utils)
1108 (ice-9 match))
1109 #:imported-modules (,@%r-build-system-modules
1110 (guix build minify-build-system))
1111 #:phases
1112 (modify-phases (@ (guix build r-build-system) %standard-phases)
1113 (add-after 'unpack 'replace-bundled-minified-JavaScript
1114 (lambda* (#:key inputs #:allow-other-keys)
1115 (let ((replace-file (lambda (old new)
1116 (format #t "replacing ~a with ~a\n" old new)
1117 (delete-file old)
1118 (symlink new old))))
1119 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
1120 ;; contain just data. They are not minified code, so we don't
1121 ;; replace them.
1122 (with-directory-excursion "inst/www/shared"
1123 (replace-file "bootstrap/shim/respond.min.js"
1124 (string-append (assoc-ref inputs "js-respond")
1125 "/share/javascript/respond.min.js"))
1126 (replace-file "bootstrap/shim/html5shiv.min.js"
1127 (string-append (assoc-ref inputs "js-html5shiv")
1128 "/share/javascript/html5shiv.min.js"))
1129 (replace-file "json2-min.js"
1130 (string-append (assoc-ref inputs "js-json2")
1131 "/share/javascript/json2-min.js"))
1132 (replace-file "strftime/strftime-min.js"
1133 (string-append (assoc-ref inputs "js-strftime")
1134 "/share/javascript/strftime.min.js"))
1135 (replace-file "highlight/highlight.pack.js"
1136 (string-append (assoc-ref inputs "js-highlight")
1137 "/share/javascript/highlight.min.js"))
1138 (replace-file "datatables/js/jquery.dataTables.min.js"
1139 (string-append (assoc-ref inputs "js-datatables")
1140 "/share/javascript/jquery.dataTables.min.js"))
1141 (replace-file "selectize/js/selectize.min.js"
1142 (string-append (assoc-ref inputs "js-selectize")
1143 "/share/javascript/selectize.min.js"))
1144 (replace-file "selectize/js/es5-shim.min.js"
1145 (string-append (assoc-ref inputs "js-es5-shim")
1146 "/share/javascript/es5-shim.min.js"))
1147 (for-each (match-lambda
1148 ((source . target)
1149 (delete-file target)
1150 (minify source #:target target)))
1151 '(("jqueryui/jquery-ui.js" .
1152 "jqueryui/jquery-ui.min.js")
1153 ("datepicker/js/bootstrap-datepicker.js" .
1154 "datepicker/js/bootstrap-datepicker.min.js")
1155 ("ionrangeslider/js/ion.rangeSlider.js" .
1156 "ionrangeslider/js/ion.rangeSlider.min.js")
1157 ("bootstrap/js/bootstrap.js" .
1158 "bootstrap/js/bootstrap.min.js")
1159 ("shiny.js" .
1160 "shiny.min.js")
1161 ("jquery.js" .
1162 "jquery.min.js")
1163 ("legacy/jquery.js" .
1164 "legacy/jquery.min.js")
1165 ("showdown/src/showdown.js" .
1166 "showdown/compressed/showdown.js")))))
1167 #t)))))
1168 (propagated-inputs
1169 `(("r-crayon" ,r-crayon)
1170 ("r-digest" ,r-digest)
1171 ("r-fastmap" ,r-fastmap)
1172 ("r-htmltools" ,r-htmltools)
1173 ("r-httpuv" ,r-httpuv)
1174 ("r-jsonlite" ,r-jsonlite)
1175 ("r-later" ,r-later)
1176 ("r-mime" ,r-mime)
1177 ("r-promises" ,r-promises)
1178 ("r-r6" ,r-r6)
1179 ("r-rlang" ,r-rlang)
1180 ("r-sourcetools" ,r-sourcetools)
1181 ("r-withr" ,r-withr)
1182 ("r-xtable" ,r-xtable)))
1183 (inputs
1184 `(("js-datatables" ,js-datatables)
1185 ("js-html5shiv" ,js-html5shiv)
1186 ("js-json2" ,js-json2)
1187 ("js-respond" ,js-respond)
1188 ("js-selectize" ,js-selectize)
1189 ("js-strftime" ,js-strftime)
1190 ("js-highlight" ,js-highlight)
1191 ("js-es5-shim" ,js-es5-shim)))
1192 (native-inputs
1193 `(("uglify-js" ,uglify-js)
1194 ("gfortran" ,gfortran)))
1195 (home-page "http://shiny.rstudio.com")
1196 (synopsis "Easy interactive web applications with R")
1197 (description
1198 "Makes it incredibly easy to build interactive web applications
1199 with R. Automatic \"reactive\" binding between inputs and outputs and
1200 extensive prebuilt widgets make it possible to build beautiful,
1201 responsive, and powerful applications with minimal effort.")
1202 (license license:artistic2.0)))
1203
1204 ;; This package includes minified JavaScript files. When upgrading please
1205 ;; check that there are no new minified JavaScript files.
1206 (define-public r-shinytree
1207 (package
1208 (name "r-shinytree")
1209 (version "0.2.7")
1210 (source
1211 (origin
1212 (method url-fetch)
1213 (uri (cran-uri "shinyTree" version))
1214 (sha256
1215 (base32
1216 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
1217 (modules '((guix build utils)))
1218 (snippet
1219 '(begin
1220 ;; Delete minified JavaScript
1221 (for-each delete-file
1222 '("inst/www/jsTree-3.3.7/libs/require.js"
1223 "inst/www/jsTree-3.3.7/libs/jquery.js"
1224 "inst/www/jsTree-3.3.7/jstree.min.js"))
1225 #t))))
1226 (properties `((upstream-name . "shinyTree")))
1227 (build-system r-build-system)
1228 (arguments
1229 `(#:modules ((guix build utils)
1230 (guix build r-build-system)
1231 (srfi srfi-1)
1232 (ice-9 popen))
1233 #:phases
1234 (modify-phases %standard-phases
1235 (add-after 'unpack 'replace-minified-javascript
1236 (lambda* (#:key inputs #:allow-other-keys)
1237 (with-directory-excursion "inst/www/jsTree-3.3.7/"
1238 (symlink (string-append (assoc-ref inputs "js-requirejs")
1239 "/share/javascript/require.min.js")
1240 "libs/require.js")
1241 (call-with-values
1242 (lambda ()
1243 (unzip2
1244 `((,(assoc-ref inputs "js-jquery")
1245 "libs/jquery.js")
1246 ("jstree.js"
1247 "jstree.min.js"))))
1248 (lambda (sources targets)
1249 (for-each (lambda (source target)
1250 (format #t "Processing ~a --> ~a~%"
1251 source target)
1252 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1253 (call-with-output-file target
1254 (lambda (port)
1255 (dump-port minified port)))))
1256 sources targets))))
1257 #t)))))
1258 (propagated-inputs
1259 `(("r-htmlwidgets" ,r-htmlwidgets)
1260 ("r-jsonlite" ,r-jsonlite)
1261 ("r-promises" ,r-promises)
1262 ("r-shiny" ,r-shiny)
1263 ("r-stringr" ,r-stringr)))
1264 (inputs
1265 `(("js-requirejs" ,js-requirejs)))
1266 (native-inputs
1267 `(("uglify-js" ,uglify-js)
1268 ("js-jquery"
1269 ,(origin
1270 (method url-fetch)
1271 (uri "https://code.jquery.com/jquery-3.3.1.js")
1272 (sha256
1273 (base32
1274 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
1275 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
1276 (synopsis "jsTree bindings for Shiny")
1277 (description
1278 "This package exposes R bindings to jsTree, a JavaScript library that
1279 supports interactive trees, to enable rich, editable trees in Shiny.")
1280 (license license:expat)))
1281
1282 (define-public r-shinydashboard
1283 (package
1284 (name "r-shinydashboard")
1285 (version "0.7.1")
1286 (source (origin
1287 (method url-fetch)
1288 (uri (cran-uri "shinydashboard" version))
1289 (sha256
1290 (base32
1291 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
1292 (build-system r-build-system)
1293 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
1294 ;; Regenerate it from the included sources.
1295 (arguments
1296 `(#:modules ((guix build utils)
1297 (guix build r-build-system)
1298 (ice-9 popen))
1299 #:phases
1300 (modify-phases %standard-phases
1301 (add-after 'unpack 'generate-minified-javascript
1302 (lambda _
1303 (with-directory-excursion "inst/AdminLTE"
1304 (delete-file "app.min.js")
1305 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
1306 (call-with-output-file "app.min.js"
1307 (lambda (port)
1308 (dump-port minified port))))))))))
1309 (propagated-inputs
1310 `(("r-htmltools" ,r-htmltools)
1311 ("r-promises" ,r-promises)
1312 ("r-shiny" ,r-shiny)))
1313 (native-inputs
1314 `(("uglify-js" ,uglify-js)))
1315 (home-page "https://rstudio.github.io/shinydashboard/")
1316 (synopsis "Create dashboards with shiny")
1317 (description "This package provides an extension to the Shiny web
1318 application framework for R, making it easy to create attractive dashboards.")
1319 ;; This package includes software that was released under the Expat
1320 ;; license, but the whole package is released under GPL version 2 or
1321 ;; later.
1322 (license license:gpl2+)))
1323
1324 (define-public r-shinyfiles
1325 (package
1326 (name "r-shinyfiles")
1327 (version "0.8.0")
1328 (source
1329 (origin
1330 (method url-fetch)
1331 (uri (cran-uri "shinyFiles" version))
1332 (sha256
1333 (base32 "0gwyx37f2r86cldsyknws9pafpj8g5mg3mchlyl9ymgnk5f4b88w"))))
1334 (properties `((upstream-name . "shinyFiles")))
1335 (build-system r-build-system)
1336 (propagated-inputs
1337 `(("r-fs" ,r-fs)
1338 ("r-htmltools" ,r-htmltools)
1339 ("r-jsonlite" ,r-jsonlite)
1340 ("r-shiny" ,r-shiny)
1341 ("r-tibble" ,r-tibble)))
1342 (home-page "https://github.com/thomasp85/shinyFiles")
1343 (synopsis "Server-side file system viewer for Shiny")
1344 (description
1345 "This package provides functionality for client-side navigation of the
1346 server side file system in shiny apps. In case the app is running locally
1347 this gives the user direct access to the file system without the need to
1348 \"download\" files to a temporary location. Both file and folder selection as
1349 well as file saving is available.")
1350 (license license:gpl2+)))
1351
1352 (define-public r-shinythemes
1353 (package
1354 (name "r-shinythemes")
1355 (version "1.1.2")
1356 (source
1357 (origin
1358 (method url-fetch)
1359 (uri (cran-uri "shinythemes" version))
1360 (sha256
1361 (base32
1362 "12miz44n2zxfswnia7p8dirxj3miw0aqn4pkx2111ikz67ax84rf"))))
1363 (properties `((upstream-name . "shinythemes")))
1364 (build-system r-build-system)
1365 (propagated-inputs `(("r-shiny" ,r-shiny)))
1366 (home-page "https://rstudio.github.io/shinythemes/")
1367 (synopsis "Themes for Shiny")
1368 (description
1369 "This package provides themes for use with Shiny. It includes several
1370 Bootstrap themes, which are packaged for use with Shiny applications.")
1371 ;; The package is released under version 3 of the GPL, but it includes
1372 ;; source files that are covered by the Expat license. It also includes
1373 ;; fonts under SIL or the ASL.
1374 (license (list license:gpl3 license:expat
1375 license:silofl1.1 license:asl2.0))))
1376
1377 ;; The package sources include minified variants of d3.js and non-minified
1378 ;; source code of d3-jetpack.
1379 (define-public r-d3r
1380 (package
1381 (name "r-d3r")
1382 (version "0.9.0")
1383 (source
1384 (origin
1385 (method url-fetch)
1386 (uri (cran-uri "d3r" version))
1387 (sha256
1388 (base32
1389 "0vd1qk8yr18xdfkv5ybhqvf0mmccpi721wqa7c881nzm9nnlzc4y"))))
1390 (build-system r-build-system)
1391 (arguments
1392 `(#:modules ((guix build utils)
1393 (guix build r-build-system)
1394 (srfi srfi-1)
1395 (ice-9 popen))
1396 #:phases
1397 (modify-phases %standard-phases
1398 (add-after 'unpack 'process-javascript
1399 (lambda* (#:key inputs #:allow-other-keys)
1400 (with-directory-excursion "inst/www/d3/"
1401 (call-with-values
1402 (lambda ()
1403 (unzip2
1404 `((,(assoc-ref inputs "d3.v3.js")
1405 "v3/dist/d3.min.js")
1406 (,(assoc-ref inputs "d3.v4.js")
1407 "v4/dist/d3.min.js")
1408 (,(assoc-ref inputs "d3.v5.js")
1409 "v5/dist/d3.min.js"))))
1410 (lambda (sources targets)
1411 (for-each (lambda (source target)
1412 (format #t "Processing ~a --> ~a~%"
1413 source target)
1414 (delete-file target)
1415 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1416 (call-with-output-file target
1417 (lambda (port)
1418 (dump-port minified port)))))
1419 sources targets))))
1420 #t)))))
1421 (propagated-inputs
1422 `(("r-dplyr" ,r-dplyr)
1423 ("r-htmltools" ,r-htmltools)
1424 ("r-rlang" ,r-rlang)
1425 ("r-tidyr" ,r-tidyr)))
1426 (native-inputs
1427 `(("uglify-js" ,uglify-js)
1428 ("d3.v3.js"
1429 ,(origin
1430 (method url-fetch)
1431 (uri "https://d3js.org/d3.v3.js")
1432 (sha256
1433 (base32
1434 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1435 ("d3.v4.js"
1436 ,(origin
1437 (method url-fetch)
1438 (uri "https://d3js.org/d3.v4.js")
1439 (sha256
1440 (base32
1441 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1442 ("d3.v5.js"
1443 ,(origin
1444 (method url-fetch)
1445 (uri "https://d3js.org/d3.v5.js")
1446 (sha256
1447 (base32
1448 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))))
1449 (home-page "https://github.com/timelyportfolio/d3r")
1450 (synopsis "d3.js utilities for R")
1451 (description
1452 "This package provides a suite of functions to help ease the use of the
1453 d3.js visualization library in R. These helpers include
1454 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1455 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1456 R objects into the JSON format that the d3.js library expects.")
1457 (license license:bsd-3)))
1458
1459 ;; We use the latest commit here because the last release was in 2016 while
1460 ;; the latest commit was in 2018.
1461 (define-public r-sankeyd3
1462 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1463 (revision "1"))
1464 (package
1465 (name "r-sankeyd3")
1466 (version (git-version "0.3.2" revision commit))
1467 (source
1468 (origin
1469 (method git-fetch)
1470 (uri (git-reference
1471 (url "https://github.com/fbreitwieser/sankeyD3")
1472 (commit commit)))
1473 (file-name (git-file-name name version))
1474 (sha256
1475 (base32
1476 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1477 (build-system r-build-system)
1478 (propagated-inputs
1479 `(("r-d3r" ,r-d3r)
1480 ("r-htmlwidgets" ,r-htmlwidgets)
1481 ("r-shiny" ,r-shiny)
1482 ("r-magrittr" ,r-magrittr)))
1483 (home-page "https://github.com/fbreitwieser/sankeyD3")
1484 (synopsis "Sankey network graphs from R")
1485 (description
1486 "This package provides an R library to generate Sankey network graphs
1487 in R and Shiny via the D3 visualization library.")
1488 ;; The R code is licensed under GPLv3+. It includes the non-minified
1489 ;; JavaScript source code of d3-sankey, which is released under the
1490 ;; 3-clause BSD license.
1491 (license (list license:gpl3+ license:bsd-3)))))
1492
1493 (define-public r-crosstalk
1494 (package
1495 (name "r-crosstalk")
1496 (version "1.1.0.1")
1497 (source
1498 (origin
1499 (method url-fetch)
1500 (uri (cran-uri "crosstalk" version))
1501 (sha256
1502 (base32
1503 "03ihj7cimkklrbad9zic78xsrfcisygmgy859hqnx0hiph80p9rn"))))
1504 (build-system r-build-system)
1505 (propagated-inputs
1506 `(("r-htmltools" ,r-htmltools)
1507 ("r-jsonlite" ,r-jsonlite)
1508 ("r-lazyeval" ,r-lazyeval)
1509 ("r-r6" ,r-r6)))
1510 (home-page "https://rstudio.github.io/crosstalk/")
1511 (synopsis "Inter-widget interactivity for HTML widgets")
1512 (description
1513 "This package provides building blocks for allowing HTML widgets to
1514 communicate with each other, with Shiny or without (i.e. static @code{.html}
1515 files). It currently supports linked brushing and filtering.")
1516 (license license:expat)))
1517
1518 (define-public r-rook
1519 (package
1520 (name "r-rook")
1521 (version "1.1-1")
1522 (source
1523 (origin
1524 (method url-fetch)
1525 (uri (cran-uri "Rook" version))
1526 (sha256
1527 (base32
1528 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
1529 (properties `((upstream-name . "Rook")))
1530 (build-system r-build-system)
1531 (propagated-inputs `(("r-brew" ,r-brew)))
1532 (home-page "https://cran.r-project.org/web/packages/Rook")
1533 (synopsis "Web server interface for R")
1534 (description
1535 "This package contains the Rook specification and convenience software
1536 for building and running Rook applications. A Rook application is an R
1537 reference class object that implements a @code{call} method or an R closure
1538 that takes exactly one argument, an environment, and returns a list with three
1539 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
1540 (license license:gpl2)))
1541
1542 (define-public r-miniui
1543 (package
1544 (name "r-miniui")
1545 (version "0.1.1.1")
1546 (source
1547 (origin
1548 (method url-fetch)
1549 (uri (cran-uri "miniUI" version))
1550 (sha256
1551 (base32
1552 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
1553 (properties `((upstream-name . "miniUI")))
1554 (build-system r-build-system)
1555 (propagated-inputs
1556 `(("r-htmltools" ,r-htmltools)
1557 ("r-shiny" ,r-shiny)))
1558 (home-page "https://cran.r-project.org/web/packages/miniUI/")
1559 (synopsis "Shiny UI widgets for small screens")
1560 (description
1561 "This package provides UI widget and layout functions for writing Shiny apps that
1562 work well on small screens.")
1563 (license license:gpl3)))
1564
1565 (define-public r-feather
1566 (package
1567 (name "r-feather")
1568 (version "0.3.5")
1569 (source
1570 (origin
1571 (method url-fetch)
1572 (uri (cran-uri "feather" version))
1573 (sha256
1574 (base32
1575 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
1576 (build-system r-build-system)
1577 (propagated-inputs
1578 `(("r-hms" ,r-hms)
1579 ("r-rcpp" ,r-rcpp)
1580 ("r-tibble" ,r-tibble)))
1581 (home-page "https://github.com/wesm/feather")
1582 (synopsis "R Bindings to the Feather API")
1583 (description "Read and write feather files, a lightweight binary columnar
1584 data store designed for maximum speed.")
1585 (license license:asl2.0)))
1586
1587 (define-public r-maps
1588 (package
1589 (name "r-maps")
1590 (version "3.3.0")
1591 (source
1592 (origin
1593 (method url-fetch)
1594 (uri (cran-uri "maps" version))
1595 (sha256
1596 (base32
1597 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
1598 (build-system r-build-system)
1599 (home-page "https://cran.r-project.org/web/packages/maps")
1600 (synopsis "Draw geographical maps")
1601 (description "This package provides an R module for display of maps.
1602 Projection code and larger maps are in separate packages (@code{mapproj} and
1603 @code{mapdata}).")
1604 (license license:gpl2)))
1605
1606 (define-public r-mapproj
1607 (package
1608 (name "r-mapproj")
1609 (version "1.2.7")
1610 (source
1611 (origin
1612 (method url-fetch)
1613 (uri (cran-uri "mapproj" version))
1614 (sha256
1615 (base32
1616 "0nscsfq8md6ri9258xz57c3dj81wdl6kdwf4a9qcrwwbn20i427h"))))
1617 (build-system r-build-system)
1618 (propagated-inputs `(("r-maps" ,r-maps)))
1619 (home-page "https://cran.r-project.org/web/packages/mapproj")
1620 (synopsis "Map projection in R")
1621 (description "This package converts latitude/longitude into projected
1622 coordinates.")
1623 (license (list license:gpl2 ; The R interface
1624 (license:non-copyleft ; The C code
1625 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
1626 "Lucent Public License Version 1.02")))))
1627
1628 (define-public r-rgooglemaps
1629 (package
1630 (name "r-rgooglemaps")
1631 (version "1.4.5.3")
1632 (source
1633 (origin
1634 (method url-fetch)
1635 (uri (cran-uri "RgoogleMaps" version))
1636 (sha256
1637 (base32
1638 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
1639 (properties `((upstream-name . "RgoogleMaps")))
1640 (build-system r-build-system)
1641 (propagated-inputs
1642 `(("r-png" ,r-png)
1643 ("r-sp" ,r-sp)))
1644 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
1645 (synopsis "Use Google Maps in R")
1646 (description "This package serves two purposes:
1647 @enumerate
1648 @item Provide a comfortable R interface to query the Google server for static
1649 maps, and
1650 @item Use the map as a background image to overlay plots within R. This
1651 requires proper coordinate scaling.
1652 @end enumerate\n")
1653 (license license:gpl2+)))
1654
1655 (define-public r-geosphere
1656 (package
1657 (name "r-geosphere")
1658 (version "1.5-10")
1659 (source
1660 (origin
1661 (method url-fetch)
1662 (uri (cran-uri "geosphere" version))
1663 (sha256
1664 (base32
1665 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
1666 (build-system r-build-system)
1667 (propagated-inputs `(("r-sp" ,r-sp)))
1668 (home-page "https://cran.r-project.org/web/packages/geosphere")
1669 (synopsis "Spherical trigonometry")
1670 (description "This package computes spherical trigonometry for geographic
1671 applications. That is, compute distances and related measures for angular
1672 (longitude/latitude) locations.")
1673 (license license:gpl3+)))
1674
1675 (define-public r-jpeg
1676 (package
1677 (name "r-jpeg")
1678 (version "0.1-8.1")
1679 (source
1680 (origin
1681 (method url-fetch)
1682 (uri (cran-uri "jpeg" version))
1683 (sha256
1684 (base32
1685 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
1686 (build-system r-build-system)
1687 (inputs `(("libjpeg" ,libjpeg-turbo)))
1688 (home-page "https://www.rforge.net/jpeg/")
1689 (synopsis "Read and write JPEG images with R")
1690 (description "This package provides a way to read, write and display
1691 bitmap images stored in the JPEG format with R. It can read and write both
1692 files and in-memory raw vectors.")
1693 (license license:gpl2+)))
1694
1695 (define-public r-ggmap
1696 (package
1697 (name "r-ggmap")
1698 (version "3.0.0")
1699 (source
1700 (origin
1701 (method url-fetch)
1702 (uri (cran-uri "ggmap" version))
1703 (sha256
1704 (base32
1705 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
1706 (build-system r-build-system)
1707 (propagated-inputs
1708 `(("r-bitops" ,r-bitops)
1709 ("r-digest" ,r-digest)
1710 ("r-dplyr" ,r-dplyr)
1711 ("r-ggplot2" ,r-ggplot2)
1712 ("r-glue" ,r-glue)
1713 ("r-httr" ,r-httr)
1714 ("r-jpeg" ,r-jpeg)
1715 ("r-magrittr" ,r-magrittr)
1716 ("r-plyr" ,r-plyr)
1717 ("r-png" ,r-png)
1718 ("r-purrr" ,r-purrr)
1719 ("r-rgooglemaps" ,r-rgooglemaps)
1720 ("r-rjson" ,r-rjson)
1721 ("r-scales" ,r-scales)
1722 ("r-stringr" ,r-stringr)
1723 ("r-tibble" ,r-tibble)
1724 ("r-tidyr" ,r-tidyr)))
1725 (home-page "https://github.com/dkahle/ggmap")
1726 (synopsis "Spatial visualization with ggplot2")
1727 (description "This package provides a collection of functions to visualize
1728 spatial data and models on top of static maps from various online sources (e.g
1729 Google Maps and Stamen Maps). It includes tools common to those tasks,
1730 including functions for geolocation and routing.")
1731 (license license:gpl2)))
1732
1733 (define-public r-haven
1734 (package
1735 (name "r-haven")
1736 (version "2.3.1")
1737 (source
1738 (origin
1739 (method url-fetch)
1740 (uri (cran-uri "haven" version))
1741 (sha256
1742 (base32
1743 "03cypgqhdkrfbfpl1yx2wb7flczrbak1w654wkicmd5ajwr9zvkf"))))
1744 (build-system r-build-system)
1745 (inputs
1746 `(("zlib" ,zlib)))
1747 (native-inputs
1748 `(("r-knitr" ,r-knitr)))
1749 (propagated-inputs
1750 `(("r-forcats" ,r-forcats)
1751 ("r-hms" ,r-hms)
1752 ("r-rcpp" ,r-rcpp)
1753 ("r-rlang" ,r-rlang)
1754 ("r-readr" ,r-readr)
1755 ("r-tibble" ,r-tibble)
1756 ("r-tidyselect" ,r-tidyselect)
1757 ("r-vctrs" ,r-vctrs)))
1758 (home-page "https://haven.tidyverse.org")
1759 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
1760 (description
1761 "This package lets you mport foreign statistical formats into R via the
1762 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
1763 (license license:expat)))
1764
1765 (define-public r-amap
1766 (package
1767 (name "r-amap")
1768 (version "0.8-18")
1769 (source (origin
1770 (method url-fetch)
1771 (uri (cran-uri "amap" version))
1772 (sha256
1773 (base32
1774 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
1775 (build-system r-build-system)
1776 (native-inputs
1777 `(("gfortran" ,gfortran)))
1778 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
1779 (synopsis "Another multidimensional analysis package")
1780 (description "This package provides tools for clustering and principal
1781 component analysis (with robust methods, and parallelized functions).")
1782 (license license:gpl2+)))
1783
1784 (define-public r-ape
1785 (package
1786 (name "r-ape")
1787 (version "5.4")
1788 (source
1789 (origin
1790 (method url-fetch)
1791 (uri (cran-uri "ape" version))
1792 (sha256
1793 (base32
1794 "0f74x9vx9sxpns2hlq4w2x80cd2gw42isfgncvs9pqbjf4hiyqnr"))))
1795 (build-system r-build-system)
1796 (propagated-inputs
1797 `(("r-lattice" ,r-lattice)
1798 ("r-nlme" ,r-nlme)
1799 ("r-rcpp" ,r-rcpp)))
1800 (home-page "http://ape-package.ird.fr/")
1801 (synopsis "Analyses of phylogenetics and evolution")
1802 (description
1803 "This package provides functions for reading, writing, plotting, and
1804 manipulating phylogenetic trees, analyses of comparative data in a
1805 phylogenetic framework, ancestral character analyses, analyses of
1806 diversification and macroevolution, computing distances from DNA sequences,
1807 and several other tools.")
1808 (license license:gpl2+)))
1809
1810 (define-public r-abbyyr
1811 (package
1812 (name "r-abbyyr")
1813 (version "0.5.5")
1814 (source
1815 (origin
1816 (method url-fetch)
1817 (uri (cran-uri "abbyyR" version))
1818 (sha256
1819 (base32
1820 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
1821 (properties `((upstream-name . "abbyyR")))
1822 (build-system r-build-system)
1823 (propagated-inputs
1824 `(("r-curl" ,r-curl)
1825 ("r-httr" ,r-httr)
1826 ("r-plyr" ,r-plyr)
1827 ("r-progress" ,r-progress)
1828 ("r-readr" ,r-readr)
1829 ("r-xml" ,r-xml)))
1830 (home-page "https://github.com/soodoku/abbyyR")
1831 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
1832 (description
1833 "This package provides tools to get text from images of text using Abbyy
1834 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
1835 OCR images, barcodes, forms, documents with machine readable zones, e.g.
1836 passports and get the results in a variety of formats including plain text and
1837 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
1838 (license license:expat)))
1839
1840 (define-public r-colorspace
1841 (package
1842 (name "r-colorspace")
1843 (version "1.4-1")
1844 (source
1845 (origin
1846 (method url-fetch)
1847 (uri (cran-uri "colorspace" version))
1848 (sha256
1849 (base32 "0wyny3ah2d74hqv80s6imrarpna09gq3j9rjnz6zx2qg0lx72gb9"))))
1850 (build-system r-build-system)
1851 (home-page "https://cran.r-project.org/web/packages/colorspace")
1852 (synopsis "Color space manipulation")
1853 (description
1854 "This package carries out a mapping between assorted color spaces
1855 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
1856 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
1857 colors are provided.")
1858 (license license:bsd-3)))
1859
1860 (define-public r-glue
1861 (package
1862 (name "r-glue")
1863 (version "1.4.1")
1864 (source
1865 (origin
1866 (method url-fetch)
1867 (uri (cran-uri "glue" version))
1868 (sha256
1869 (base32
1870 "1j1va4vi3g9sl0cyjdwxvh5lvh10x8k9qvnsr9zyxddcbk9qgdpq"))))
1871 (build-system r-build-system)
1872 ;; knitr depends on glue, so we can't add knitr here to build the
1873 ;; vignettes.
1874 #;
1875 (native-inputs
1876 `(("r-knitr" ,r-knitr)))
1877 (home-page "https://github.com/tidyverse/glue")
1878 (synopsis "Interpreted string literals")
1879 (description
1880 "This package provides an implementation of interpreted string literals,
1881 inspired by Python's Literal String Interpolation (PEP-0498) and
1882 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
1883 (license license:expat)))
1884
1885 (define-public r-pastecs
1886 (package
1887 (name "r-pastecs")
1888 (version "1.3.21")
1889 (source (origin
1890 (method url-fetch)
1891 (uri (cran-uri "pastecs" version))
1892 (sha256
1893 (base32
1894 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
1895 (build-system r-build-system)
1896 (propagated-inputs
1897 `(("r-boot" ,r-boot)))
1898 (home-page "http://www.sciviews.org/pastecs")
1899 (synopsis "Analysis of space-time ecological series")
1900 (description
1901 "This package provides functions for regulation, decomposition and analysis
1902 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
1903 initiative to bring PASSTEC 2000 functionalities to R.")
1904 (license license:gpl2+)))
1905
1906 (define-public r-plogr
1907 (package
1908 (name "r-plogr")
1909 (version "0.2.0")
1910 (source
1911 (origin
1912 (method url-fetch)
1913 (uri (cran-uri "plogr" version))
1914 (sha256
1915 (base32
1916 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
1917 (build-system r-build-system)
1918 (home-page "https://github.com/krlmlr/plogr")
1919 (synopsis "R bindings for the plog C++ logging library")
1920 (description
1921 "This package provides the header files for a stripped-down version of
1922 the plog header-only C++ logging library, and a method to log to R's standard
1923 error stream.")
1924 (license license:expat)))
1925
1926 (define-public r-pls
1927 (package
1928 (name "r-pls")
1929 (version "2.7-3")
1930 (source
1931 (origin
1932 (method url-fetch)
1933 (uri (cran-uri "pls" version))
1934 (sha256
1935 (base32 "0b3ls12w19wc4xkhnsgmb333y9lyzwq3syjc3k8zs1agnw59c7cg"))))
1936 (build-system r-build-system)
1937 (home-page "https://mevik.net/work/software/pls.html")
1938 (synopsis "Partial Least Squares and Principal Component Regression")
1939 (description
1940 "The pls package implements multivariate regression methods: Partial Least
1941 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
1942 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
1943
1944 @itemize
1945 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
1946 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
1947 @item multi-response models (or @dfn{PLS2})
1948 @item flexible cross-validation
1949 @item Jackknife variance estimates of regression coefficients
1950 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
1951 (R)MSEP, R², and correlation loadings
1952 @item formula interface, modelled after @code{lm()}, with methods for predict,
1953 print, summary, plot, update, etc.
1954 @item extraction functions for coefficients, scores, and loadings
1955 @item MSEP, RMSEP, and R² estimates
1956 @item multiplicative scatter correction (@dfn{MSC})
1957 @end itemize\n")
1958 (license license:gpl2)))
1959
1960 (define-public r-ps
1961 (package
1962 (name "r-ps")
1963 (version "1.3.4")
1964 (source
1965 (origin
1966 (method url-fetch)
1967 (uri (cran-uri "ps" version))
1968 (sha256
1969 (base32 "1cxfhnff22fbsr9vynhql0rhhrqfxvkb6kv11h2m740r9scwcs44"))))
1970 (build-system r-build-system)
1971 (home-page "https://ps.r-lib.org")
1972 (synopsis "List, query, and manipulate system processes")
1973 (description
1974 "The ps package implements an API to list, query, and manipulate system
1975 processes. Most of its code is based on the @code{psutil} Python package.")
1976 (license license:bsd-3)))
1977
1978 (define-public r-pkgbuild
1979 (package
1980 (name "r-pkgbuild")
1981 (version "1.1.0")
1982 (source
1983 (origin
1984 (method url-fetch)
1985 (uri (cran-uri "pkgbuild" version))
1986 (sha256
1987 (base32 "1gdbrjq4kiwm45c6pb23mp327qyjvslhyf72ca4zhlzwc5vgp6xk"))))
1988 (build-system r-build-system)
1989 (propagated-inputs
1990 `(("r-callr" ,r-callr)
1991 ("r-cli" ,r-cli)
1992 ("r-crayon" ,r-crayon)
1993 ("r-desc" ,r-desc)
1994 ("r-prettyunits" ,r-prettyunits)
1995 ("r-r6" ,r-r6)
1996 ("r-rprojroot" ,r-rprojroot)
1997 ("r-withr" ,r-withr)))
1998 (home-page "https://github.com/r-pkgs/pkgbuild")
1999 (synopsis "Find tools needed to build R packages")
2000 (description
2001 "This package provides functions used to build R packages. It locates
2002 compilers needed to build R packages on various platforms and ensures the PATH
2003 is configured appropriately so R can use them.")
2004 (license license:gpl3)))
2005
2006 (define-public r-pkgload
2007 (package
2008 (name "r-pkgload")
2009 (version "1.1.0")
2010 (source
2011 (origin
2012 (method url-fetch)
2013 (uri (cran-uri "pkgload" version))
2014 (sha256
2015 (base32
2016 "03bv8xq4s6s7m34y1kjs99jzlb95vwrfi76mbnhmzcx2pc6ld78q"))))
2017 (build-system r-build-system)
2018 (propagated-inputs
2019 `(("r-cli" ,r-cli)
2020 ("r-crayon" ,r-crayon)
2021 ("r-desc" ,r-desc)
2022 ("r-pkgbuild" ,r-pkgbuild)
2023 ("r-rlang" ,r-rlang)
2024 ("r-rprojroot" ,r-rprojroot)
2025 ("r-rstudioapi" ,r-rstudioapi)
2026 ("r-withr" ,r-withr)))
2027 (home-page "https://github.com/r-lib/pkgload")
2028 (synopsis "Simulate package installation and attach")
2029 (description
2030 "This package simulates the process of installing a package and then
2031 attaching it. This is a key part of the @code{devtools} package as it allows
2032 you to rapidly iterate while developing a package.")
2033 (license license:gpl3)))
2034
2035 (define-public r-rcpp
2036 (package
2037 (name "r-rcpp")
2038 (version "1.0.5")
2039 (source
2040 (origin
2041 (method url-fetch)
2042 (uri (cran-uri "Rcpp" version))
2043 (sha256
2044 (base32 "012wbj446k1wz6bp6bpf6h77ypvcsw69xvnax6qf6vyc7dj2qimq"))))
2045 (build-system r-build-system)
2046 (home-page "http://www.rcpp.org")
2047 (synopsis "Seamless R and C++ integration")
2048 (description
2049 "The Rcpp package provides R functions as well as C++ classes which offer
2050 a seamless integration of R and C++. Many R data types and objects can be
2051 mapped back and forth to C++ equivalents which facilitates both writing of new
2052 code as well as easier integration of third-party libraries. Documentation
2053 about Rcpp is provided by several vignettes included in this package, via the
2054 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
2055 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
2056 @code{citation(\"Rcpp\")} for details on these last two.")
2057 (license license:gpl2+)))
2058
2059 (define-public r-bindr
2060 (package
2061 (name "r-bindr")
2062 (version "0.1.1")
2063 (source
2064 (origin
2065 (method url-fetch)
2066 (uri (cran-uri "bindr" version))
2067 (sha256
2068 (base32
2069 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
2070 (build-system r-build-system)
2071 (home-page "https://github.com/krlmlr/bindr")
2072 (synopsis "Parametrized active bindings")
2073 (description
2074 "This package provides a simple interface for creating active bindings
2075 where the bound function accepts additional arguments.")
2076 (license license:expat)))
2077
2078 (define-public r-bindrcpp
2079 (package
2080 (name "r-bindrcpp")
2081 (version "0.2.2")
2082 (source
2083 (origin
2084 (method url-fetch)
2085 (uri (cran-uri "bindrcpp" version))
2086 (sha256
2087 (base32
2088 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
2089 (build-system r-build-system)
2090 (propagated-inputs
2091 `(("r-bindr" ,r-bindr)
2092 ("r-plogr" ,r-plogr)
2093 ("r-rcpp" ,r-rcpp)))
2094 (home-page "https://github.com/krlmlr/bindrcpp")
2095 (synopsis "Rcpp interface to active bindings")
2096 (description
2097 "This package provides an easy way to fill an environment with active
2098 bindings that call a C++ function.")
2099 (license license:expat)))
2100
2101 (define-public r-auc
2102 (package
2103 (name "r-auc")
2104 (version "0.3.0")
2105 (source
2106 (origin
2107 (method url-fetch)
2108 (uri (cran-uri "AUC" version))
2109 (sha256
2110 (base32
2111 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
2112 (properties `((upstream-name . "AUC")))
2113 (build-system r-build-system)
2114 (home-page "https://cran.r-project.org/web/packages/AUC")
2115 (synopsis "Compute the area under the curve of selected measures")
2116 (description
2117 "This package includes functions to compute the area under the curve of
2118 selected measures: the area under the sensitivity curve (AUSEC), the area
2119 under the specificity curve (AUSPC), the area under the accuracy
2120 curve (AUACC), and the area under the receiver operating characteristic
2121 curve (AUROC). The curves can also be visualized. Support for partial areas
2122 is provided.")
2123 (license license:gpl2+)))
2124
2125 (define-public r-calibrate
2126 (package
2127 (name "r-calibrate")
2128 (version "1.7.7")
2129 (source
2130 (origin
2131 (method url-fetch)
2132 (uri (cran-uri "calibrate" version))
2133 (sha256
2134 (base32 "19kgrnsyq67iqv1biyssqi30a6v2836ql20nabpy2m692ns0jfvi"))))
2135 (build-system r-build-system)
2136 (propagated-inputs
2137 `(("r-mass" ,r-mass)))
2138 (home-page "https://cran.r-project.org/web/packages/calibrate")
2139 (synopsis "Calibration of scatterplot and biplot axes")
2140 (description
2141 "This is a package for drawing calibrated scales with tick marks
2142 on (non-orthogonal) variable vectors in scatterplots and biplots.")
2143 (license license:gpl2)))
2144
2145 (define-public r-shape
2146 (package
2147 (name "r-shape")
2148 (version "1.4.4")
2149 (source
2150 (origin
2151 (method url-fetch)
2152 (uri (cran-uri "shape" version))
2153 (sha256
2154 (base32
2155 "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
2156 (build-system r-build-system)
2157 (home-page "https://cran.r-project.org/web/packages/shape")
2158 (synopsis "Functions for plotting graphical shapes")
2159 (description
2160 "This package provides functions for plotting graphical shapes such as
2161 ellipses, circles, cylinders, arrows, ...")
2162 (license license:gpl3+)))
2163
2164 (define-public r-globaloptions
2165 (package
2166 (name "r-globaloptions")
2167 (version "0.1.2")
2168 (source
2169 (origin
2170 (method url-fetch)
2171 (uri (cran-uri "GlobalOptions" version))
2172 (sha256
2173 (base32 "0gkm77w6db9ajyncy1xdcivplap06a51zi99m009kylccschd2a7"))))
2174 (properties `((upstream-name . "GlobalOptions")))
2175 (build-system r-build-system)
2176 (native-inputs
2177 `(("r-knitr" ,r-knitr)))
2178 (home-page "https://github.com/jokergoo/GlobalOptions")
2179 (synopsis "Generate functions to get or set global options")
2180 (description
2181 "This package provides more controls on the option values such as
2182 validation and filtering on the values, making options invisible or private.")
2183 (license license:gpl2+)))
2184
2185 (define-public r-circlize
2186 (package
2187 (name "r-circlize")
2188 (version "0.4.10")
2189 (source
2190 (origin
2191 (method url-fetch)
2192 (uri (cran-uri "circlize" version))
2193 (sha256
2194 (base32
2195 "1xb1jq3mg4kw1513zv1i09vhn7rj7f8vp0bnms2qml74s47wxsgk"))))
2196 (build-system r-build-system)
2197 (propagated-inputs
2198 `(("r-colorspace" ,r-colorspace)
2199 ("r-globaloptions" ,r-globaloptions)
2200 ("r-shape" ,r-shape)))
2201 (native-inputs
2202 `(("r-knitr" ,r-knitr)))
2203 (home-page "https://github.com/jokergoo/circlize")
2204 (synopsis "Circular visualization")
2205 (description
2206 "Circular layout is an efficient way to visualise huge amounts of
2207 information. This package provides an implementation of circular layout
2208 generation in R as well as an enhancement of available software. Its
2209 flexibility is based on the usage of low-level graphics functions such that
2210 self-defined high-level graphics can be easily implemented by users for
2211 specific purposes. Together with the seamless connection between the powerful
2212 computational and visual environment in R, it gives users more convenience and
2213 freedom to design figures for better understanding complex patterns behind
2214 multi-dimensional data.")
2215 (license license:gpl2+)))
2216
2217 (define-public r-powerlaw
2218 (package
2219 (name "r-powerlaw")
2220 (version "0.70.6")
2221 (source
2222 (origin
2223 (method url-fetch)
2224 (uri (cran-uri "poweRlaw" version))
2225 (sha256
2226 (base32 "14d1myxllvm1grnfiszzzxaiqpb2jpmsi19wq70r8r2wki293h7g"))))
2227 (properties `((upstream-name . "poweRlaw")))
2228 (build-system r-build-system)
2229 (propagated-inputs
2230 `(("r-pracma" ,r-pracma)))
2231 (native-inputs
2232 `(("r-knitr" ,r-knitr)))
2233 (home-page "https://github.com/csgillespie/poweRlaw")
2234 (synopsis "Tools for the analysis of heavy tailed distributions")
2235 (description
2236 "This package provides an implementation of maximum likelihood estimators
2237 for a variety of heavy tailed distributions, including both the discrete and
2238 continuous power law distributions. Additionally, a goodness-of-fit based
2239 approach is used to estimate the lower cut-off for the scaling region.")
2240 ;; Any of these GPL versions.
2241 (license (list license:gpl2 license:gpl3))))
2242
2243 (define-public r-compare
2244 (package
2245 (name "r-compare")
2246 (version "0.2-6")
2247 (source
2248 (origin
2249 (method url-fetch)
2250 (uri (cran-uri "compare" version))
2251 (sha256
2252 (base32
2253 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
2254 (build-system r-build-system)
2255 (home-page "https://cran.r-project.org/web/packages/compare")
2256 (synopsis "Comparing objects for differences")
2257 (description
2258 "This package provides functions to compare a model object to a
2259 comparison object. If the objects are not identical, the functions can be
2260 instructed to explore various modifications of the objects (e.g., sorting
2261 rows, dropping names) to see if the modified versions are identical.")
2262 (license license:gpl2+)))
2263
2264 (define-public r-dendextend
2265 (package
2266 (name "r-dendextend")
2267 (version "1.13.4")
2268 (source
2269 (origin
2270 (method url-fetch)
2271 (uri (cran-uri "dendextend" version))
2272 (sha256
2273 (base32
2274 "1pjbz6sb4pgh3d5pm53vmf3q8y6lq3hrgjd6547xxs3m63sb8mn4"))))
2275 (build-system r-build-system)
2276 (propagated-inputs
2277 `(("r-ggplot2" ,r-ggplot2)
2278 ("r-magrittr" ,r-magrittr)
2279 ("r-viridis" ,r-viridis)))
2280 (home-page "https://cran.r-project.org/web/packages/dendextend")
2281 (synopsis "Extending 'dendrogram' functionality in R")
2282 (description
2283 "This package offers a set of functions for extending @code{dendrogram}
2284 objects in R, letting you visualize and compare trees of hierarchical
2285 clusterings. You can adjust a tree's graphical parameters (the color, size,
2286 type, etc of its branches, nodes and labels) and visually and statistically
2287 compare different dendrograms to one another.")
2288 ;; Any of these versions
2289 (license (list license:gpl2 license:gpl3))))
2290
2291 (define-public r-getoptlong
2292 (package
2293 (name "r-getoptlong")
2294 (version "1.0.2")
2295 (source
2296 (origin
2297 (method url-fetch)
2298 (uri (cran-uri "GetoptLong" version))
2299 (sha256
2300 (base32
2301 "1p89v2qzqfxyrmqzkv245716n9i4bllnq77a6gw811mgdhxbd51l"))))
2302 (properties `((upstream-name . "GetoptLong")))
2303 (build-system r-build-system)
2304 (inputs
2305 `(("perl" ,perl)))
2306 (propagated-inputs
2307 `(("r-crayon" ,r-crayon)
2308 ("r-globaloptions" ,r-globaloptions)
2309 ("r-rjson" ,r-rjson)))
2310 (native-inputs
2311 `(("r-knitr" ,r-knitr)))
2312 (home-page "https://github.com/jokergoo/GetoptLong")
2313 (synopsis "Parsing command-line arguments and variable interpolation")
2314 (description
2315 "This is yet another command-line argument parser which wraps the
2316 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
2317 use in R. It also provides a simple way for variable interpolation in R.")
2318 (license license:gpl2+)))
2319
2320 (define-public r-fastmatch
2321 (package
2322 (name "r-fastmatch")
2323 (version "1.1-0")
2324 (source
2325 (origin
2326 (method url-fetch)
2327 (uri (cran-uri "fastmatch" version))
2328 (sha256
2329 (base32
2330 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
2331 (build-system r-build-system)
2332 (home-page "https://www.rforge.net/fastmatch")
2333 (synopsis "Fast match function")
2334 (description
2335 "This package provides a fast @code{match} replacement for cases that
2336 require repeated look-ups. It is slightly faster that R's built-in
2337 @code{match} function on first match against a table, but extremely fast on
2338 any subsequent lookup as it keeps the hash table in memory.")
2339 (license license:gpl2)))
2340
2341 (define-public r-ff
2342 (package
2343 (name "r-ff")
2344 (version "4.0.2")
2345 (source
2346 (origin
2347 (method url-fetch)
2348 (uri (cran-uri "ff" version))
2349 (sha256
2350 (base32
2351 "1qbfmhk4v76q145yalqaiaffklvkfs615b5m0imxyjyjcvx1nbn0"))))
2352 (build-system r-build-system)
2353 (propagated-inputs `(("r-bit" ,r-bit)))
2354 (home-page "http://ff.r-forge.r-project.org/")
2355 (synopsis "Memory-efficient storage of large data on disk and access functions")
2356 (description
2357 "This package provides data structures that are stored on disk but
2358 behave (almost) as if they were in RAM by transparently mapping only a section
2359 in main memory.")
2360 ;; error Architecture not supported.
2361 (supported-systems (delete "aarch64-linux" %supported-systems))
2362 (license license:gpl2)))
2363
2364 (define-public r-ffbase
2365 (package
2366 (name "r-ffbase")
2367 (version "0.12.8")
2368 (source
2369 (origin
2370 (method url-fetch)
2371 (uri (cran-uri "ffbase" version))
2372 (sha256
2373 (base32
2374 "0mjk7dkq1ginqqfvngzny747ggf9a8fd7kblq96n5ys1jrwjyqhq"))))
2375 (build-system r-build-system)
2376 (propagated-inputs
2377 `(("r-bit" ,r-bit)
2378 ("r-fastmatch" ,r-fastmatch)
2379 ("r-ff" ,r-ff)))
2380 (home-page "https://github.com/edwindj/ffbase")
2381 (synopsis "Basic statistical functions for package 'ff'")
2382 (description
2383 "This package extends the out of memory vectors of @code{ff} with
2384 statistical functions and other utilities to ease their usage.")
2385 (license license:gpl3)))
2386
2387 (define-public r-prettyunits
2388 (package
2389 (name "r-prettyunits")
2390 (version "1.1.1")
2391 (source
2392 (origin
2393 (method url-fetch)
2394 (uri (cran-uri "prettyunits" version))
2395 (sha256
2396 (base32
2397 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
2398 (build-system r-build-system)
2399 (home-page "https://github.com/gaborcsardi/prettyunits")
2400 (synopsis "Pretty, human readable formatting of quantities")
2401 (description
2402 "This package provides tools for pretty, human readable formatting of
2403 quantities.")
2404 (license license:expat)))
2405
2406 (define-public r-reshape
2407 (package
2408 (name "r-reshape")
2409 (version "0.8.8")
2410 (source
2411 (origin
2412 (method url-fetch)
2413 (uri (cran-uri "reshape" version))
2414 (sha256
2415 (base32
2416 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
2417 (build-system r-build-system)
2418 (propagated-inputs
2419 `(("r-plyr" ,r-plyr)
2420 ("r-rcpp" ,r-rcpp)))
2421 (home-page "http://had.co.nz/reshape")
2422 (synopsis "Flexibly reshape data")
2423 (description
2424 "Flexibly restructure and aggregate data using just two functions:
2425 @code{melt} and @code{cast}. This package provides them.")
2426 (license license:expat)))
2427
2428 (define-public r-progress
2429 (package
2430 (name "r-progress")
2431 (version "1.2.2")
2432 (source
2433 (origin
2434 (method url-fetch)
2435 (uri (cran-uri "progress" version))
2436 (sha256
2437 (base32
2438 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
2439 (build-system r-build-system)
2440 (propagated-inputs
2441 `(("r-crayon" ,r-crayon)
2442 ("r-hms" ,r-hms)
2443 ("r-prettyunits" ,r-prettyunits)
2444 ("r-r6" ,r-r6)))
2445 (home-page "https://github.com/gaborcsardi/progress")
2446 (synopsis "Terminal progress bars")
2447 (description
2448 "This package provides configurable progress bars. They may include
2449 percentage, elapsed time, and/or the estimated completion time. They work in
2450 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
2451 package also provides a C++ API, that works with or without Rcpp.")
2452 (license license:expat)))
2453
2454 (define-public r-ggally
2455 (package
2456 (name "r-ggally")
2457 (version "2.0.0")
2458 (source
2459 (origin
2460 (method url-fetch)
2461 (uri (cran-uri "GGally" version))
2462 (sha256
2463 (base32
2464 "1gkmpzh1yvwvypkw0nwqv3gsf6za3220wig3rfv8g23kss60rl1s"))))
2465 (properties `((upstream-name . "GGally")))
2466 (build-system r-build-system)
2467 (inputs
2468 `(("libressl" ,libressl)))
2469 (propagated-inputs
2470 `(("r-ggplot2" ,r-ggplot2)
2471 ("r-gtable" ,r-gtable)
2472 ("r-lifecycle" ,r-lifecycle)
2473 ("r-plyr" ,r-plyr)
2474 ("r-progress" ,r-progress)
2475 ("r-rcolorbrewer" ,r-rcolorbrewer)
2476 ("r-reshape" ,r-reshape)
2477 ("r-rlang" ,r-rlang)
2478 ("r-scales" ,r-scales)))
2479 (home-page "https://ggobi.github.io/ggally")
2480 (synopsis "Extension to ggplot2")
2481 (description
2482 "The R package ggplot2 is a plotting system based on the grammar of
2483 graphics. GGally extends ggplot2 by adding several functions to reduce the
2484 complexity of combining geometric objects with transformed data. Some of
2485 these functions include a pairwise plot matrix, a two group pairwise plot
2486 matrix, a parallel coordinates plot, a survival plot, and several functions to
2487 plot networks.")
2488 (license license:gpl2+)))
2489
2490 (define-public r-proxy
2491 (package
2492 (name "r-proxy")
2493 (version "0.4-24")
2494 (source
2495 (origin
2496 (method url-fetch)
2497 (uri (cran-uri "proxy" version))
2498 (sha256
2499 (base32
2500 "0z4wdnpv5x135nssxnmkkba7fivd5xgbpaabqjkl2na76vq9pzwc"))))
2501 (build-system r-build-system)
2502 (home-page "https://cran.r-project.org/web/packages/proxy")
2503 (synopsis "Distance and similarity measures")
2504 (description
2505 "This package provides an extensible framework for the efficient
2506 calculation of auto- and cross-proximities, along with implementations of the
2507 most popular ones.")
2508 (license license:gpl2)))
2509
2510 (define-public r-sp
2511 (package
2512 (name "r-sp")
2513 (version "1.4-2")
2514 (source
2515 (origin
2516 (method url-fetch)
2517 (uri (cran-uri "sp" version))
2518 (sha256
2519 (base32 "02jxsd30apzjbdbssirysq70d4svdwzn931jhxr0ladl72g9bqvk"))))
2520 (build-system r-build-system)
2521 (propagated-inputs
2522 `(("r-lattice" ,r-lattice)))
2523 (home-page "https://cran.r-project.org/web/packages/sp")
2524 (synopsis "Classes and methods for spatial data")
2525 (description
2526 "This package provides classes and methods for spatial data; the classes
2527 document where the spatial location information resides, for 2D or 3D data.
2528 Utility functions are provided, e.g. for plotting data as maps, spatial
2529 selection, as well as methods for retrieving coordinates, for subsetting,
2530 print, summary, etc.")
2531 (license license:gpl2+)))
2532
2533 (define-public r-rmtstat
2534 (package
2535 (name "r-rmtstat")
2536 (version "0.3")
2537 (source
2538 (origin
2539 (method url-fetch)
2540 (uri (cran-uri "RMTstat" version))
2541 (sha256
2542 (base32
2543 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
2544 (properties `((upstream-name . "RMTstat")))
2545 (build-system r-build-system)
2546 (home-page "https://cran.r-project.org/web/packages/RMTstat")
2547 (synopsis "Distributions, statistics and tests derived from random matrix theory")
2548 (description
2549 "This package provides functions for working with the Tracy-Widom laws
2550 and other distributions related to the eigenvalues of large Wishart
2551 matrices.")
2552 (license license:bsd-3)))
2553
2554 (define-public r-rmpi
2555 (package
2556 (name "r-rmpi")
2557 (version "0.6-9")
2558 (source (origin
2559 (method url-fetch)
2560 (uri (cran-uri "Rmpi" version))
2561 (sha256
2562 (base32
2563 "1rhycla98hxgnnxlxxldr1x51djak7c2jjvlrv3jcsvgwp1ymqdj"))))
2564 (properties `((upstream-name . "Rmpi")))
2565 (build-system r-build-system)
2566 (arguments
2567 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
2568 #:phases (modify-phases %standard-phases
2569 (add-before 'install 'mpi-setup
2570 ,%openmpi-setup))))
2571 (inputs
2572 `(("openmpi" ,openmpi)))
2573 (native-inputs
2574 `(("pkg-config" ,pkg-config)))
2575 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
2576 (synopsis "R interface to message-passing interface (MPI)")
2577 (description
2578 "This package provides an interface (wrapper) to MPI APIs. It also
2579 provides an interactive R manager and worker environment.")
2580 (license license:gpl2+)))
2581
2582 (define-public r-lmoments
2583 (package
2584 (name "r-lmoments")
2585 (version "1.3-1")
2586 (source
2587 (origin
2588 (method url-fetch)
2589 (uri (cran-uri "Lmoments" version))
2590 (sha256
2591 (base32
2592 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
2593 (properties `((upstream-name . "Lmoments")))
2594 (build-system r-build-system)
2595 (propagated-inputs
2596 `(("r-rcpp" ,r-rcpp)
2597 ("r-rcpparmadillo" ,r-rcpparmadillo)))
2598 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
2599 (synopsis "L-moments and quantile mixtures")
2600 (description
2601 "This package contains functions to estimate L-moments and trimmed
2602 L-moments from the data. It also contains functions to estimate the
2603 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
2604 quantile mixture from L-moments and trimmed L-moments.")
2605 (license license:gpl2)))
2606
2607 (define-public r-distillery
2608 (package
2609 (name "r-distillery")
2610 (version "1.1")
2611 (source
2612 (origin
2613 (method url-fetch)
2614 (uri (cran-uri "distillery" version))
2615 (sha256
2616 (base32
2617 "15qhvhg6wmvlxrvvw70sk8pv76z5pd04vyasgczvxa0599ih7bzh"))))
2618 (build-system r-build-system)
2619 (home-page "https://ral.ucar.edu/staff/ericg/")
2620 (synopsis "Functions for confidence intervals and object information")
2621 (description
2622 "This package provides some very simple method functions for confidence
2623 interval calculation and to distill pertinent information from a potentially
2624 complex object; primarily used in common with the packages extRemes and
2625 SpatialVx.")
2626 (license license:gpl2+)))
2627
2628 (define-public r-extremes
2629 (package
2630 (name "r-extremes")
2631 (version "2.0-12")
2632 (source
2633 (origin
2634 (method url-fetch)
2635 (uri (cran-uri "extRemes" version))
2636 (sha256
2637 (base32
2638 "0wldzvj1h93jksq31dw9zgnr1wrqwmfr9qwmg7qk7nznsn2yy1h2"))))
2639 (properties `((upstream-name . "extRemes")))
2640 (build-system r-build-system)
2641 (propagated-inputs
2642 `(("r-distillery" ,r-distillery)
2643 ("r-lmoments" ,r-lmoments)))
2644 (home-page "https://www.assessment.ucar.edu/toolkit/")
2645 (synopsis "Extreme value analysis")
2646 (description
2647 "ExtRemes is a suite of functions for carrying out analyses on the
2648 extreme values of a process of interest; be they block maxima over long blocks
2649 or excesses over a high threshold.")
2650 (license license:gpl2+)))
2651
2652 (define-public r-lmtest
2653 (package
2654 (name "r-lmtest")
2655 (version "0.9-37")
2656 (source
2657 (origin
2658 (method url-fetch)
2659 (uri (cran-uri "lmtest" version))
2660 (sha256
2661 (base32
2662 "02nasm0j2vwkhz11dxqixs23msy1s3yj0jps6949fmgh9gwjkjfx"))))
2663 (build-system r-build-system)
2664 (propagated-inputs
2665 `(("r-zoo" ,r-zoo)))
2666 (native-inputs
2667 `(("gfortran" ,gfortran)))
2668 (home-page "https://cran.r-project.org/web/packages/lmtest")
2669 (synopsis "Testing linear regression models")
2670 (description
2671 "This package provides a collection of tests, data sets, and examples for
2672 diagnostic checking in linear regression models. Furthermore, some generic
2673 tools for inference in parametric models are provided.")
2674 ;; Either version is okay
2675 (license (list license:gpl2 license:gpl3))))
2676
2677 (define-public r-idr
2678 (package
2679 (name "r-idr")
2680 (version "1.2")
2681 (source (origin
2682 (method url-fetch)
2683 (uri (cran-uri "idr" version))
2684 (sha256
2685 (base32
2686 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
2687 (build-system r-build-system)
2688 (home-page "https://cran.r-project.org/web/packages/idr/")
2689 (synopsis "Irreproducible discovery rate")
2690 (description
2691 "This is a package for estimating the copula mixture model and plotting
2692 correspondence curves in \"Measuring reproducibility of high-throughput
2693 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
2694 by Li, Brown, Huang, and Bickel")
2695 (license license:gpl2+)))
2696
2697 (define-public r-inline
2698 (package
2699 (name "r-inline")
2700 (version "0.3.15")
2701 (source (origin
2702 (method url-fetch)
2703 (uri (cran-uri "inline" version))
2704 (sha256
2705 (base32
2706 "0s4wssvpan189fijahknxq5s22ww9bzmdlmyhnra748r7khky17z"))))
2707 (build-system r-build-system)
2708 (home-page "https://cran.r-project.org/web/packages/inline")
2709 (synopsis "Functions to inline C, C++, Fortran function calls from R")
2710 (description
2711 "This package provides functionality to dynamically define R functions
2712 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
2713 @code{.Call} calling conventions.")
2714 ;; Any version of the LGPL.
2715 (license license:lgpl3+)))
2716
2717 (define-public r-inum
2718 (package
2719 (name "r-inum")
2720 (version "1.0-1")
2721 (source (origin
2722 (method url-fetch)
2723 (uri (cran-uri "inum" version))
2724 (sha256
2725 (base32
2726 "16d09391l65w557dkzhhx1aqn1ljamcmjj3yh42pwq037k0r8brw"))))
2727 (build-system r-build-system)
2728 (propagated-inputs
2729 `(("r-libcoin" ,r-libcoin)))
2730 (home-page "https://cran.r-project.org/web/packages/inum/")
2731 (synopsis "Interval and enum-type representation of vectors")
2732 (description
2733 "This package provides an enum-type representation of vectors and
2734 representation of intervals, including a method of coercing variables
2735 in data frames.")
2736 (license license:gpl2)))
2737
2738 (define-public r-bdsmatrix
2739 (package
2740 (name "r-bdsmatrix")
2741 (version "1.3-4")
2742 (source
2743 (origin
2744 (method url-fetch)
2745 (uri (cran-uri "bdsmatrix" version))
2746 (sha256
2747 (base32
2748 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
2749 (properties `((upstream-name . "bdsmatrix")))
2750 (build-system r-build-system)
2751 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
2752 (synopsis "Routines for block diagonal symmetric matrices")
2753 (description
2754 "This package provides procedures to work with block diagonal symmetric
2755 matrices, a special case of sparse matrices.")
2756 (license license:lgpl2.0)))
2757
2758 (define-public r-bbmle
2759 (package
2760 (name "r-bbmle")
2761 (version "1.0.23.1")
2762 (source
2763 (origin
2764 (method url-fetch)
2765 (uri (cran-uri "bbmle" version))
2766 (sha256
2767 (base32
2768 "0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
2769 (build-system r-build-system)
2770 (propagated-inputs
2771 `(("r-bdsmatrix" ,r-bdsmatrix)
2772 ("r-lattice" ,r-lattice)
2773 ("r-mass" ,r-mass)
2774 ("r-matrix" ,r-matrix)
2775 ("r-mvtnorm" ,r-mvtnorm)
2776 ("r-numderiv" ,r-numderiv)))
2777 (home-page "https://cran.r-project.org/web/packages/bbmle")
2778 (synopsis "Tools for General Maximum Likelihood Estimation")
2779 (description
2780 "This package provides methods and functions for fitting maximum
2781 likelihood models in R. This package modifies and extends the @code{mle}
2782 classes in the @code{stats4} package.")
2783 ;; Any version of the GPL
2784 (license license:gpl2+)))
2785
2786 (define-public r-emdbook
2787 (package
2788 (name "r-emdbook")
2789 (version "1.3.12")
2790 (source
2791 (origin
2792 (method url-fetch)
2793 (uri (cran-uri "emdbook" version))
2794 (sha256
2795 (base32
2796 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
2797 (build-system r-build-system)
2798 (propagated-inputs
2799 `(("r-bbmle" ,r-bbmle)
2800 ("r-coda" ,r-coda)
2801 ("r-lattice" ,r-lattice)
2802 ("r-mass" ,r-mass)
2803 ("r-plyr" ,r-plyr)))
2804 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
2805 (synopsis "Support functions and data for \"Ecological Models and Data\"")
2806 (description
2807 "This package provides auxiliary functions and data sets for \"Ecological
2808 Models and Data\", a book presenting maximum likelihood estimation and related
2809 topics for ecologists (ISBN 978-0-691-12522-0).")
2810 ;; Any GPL version
2811 (license (list license:gpl2 license:gpl3))))
2812
2813 (define-public r-lpsolve
2814 (package
2815 (name "r-lpsolve")
2816 (version "5.6.15")
2817 (source
2818 (origin
2819 (method url-fetch)
2820 (uri (cran-uri "lpSolve" version))
2821 (sha256
2822 (base32
2823 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
2824 (properties `((upstream-name . "lpSolve")))
2825 (build-system r-build-system)
2826 (home-page "https://cran.r-project.org/web/packages/lpSolve")
2827 (synopsis "R interface to Lp_solve to solve linear/integer programs")
2828 (description
2829 "Lp_solve is software for solving linear, integer and mixed integer
2830 programs. This implementation supplies a \"wrapper\" function in C and some R
2831 functions that solve general linear/integer problems, assignment problems, and
2832 transportation problems.")
2833 (license license:lgpl2.0)))
2834
2835 (define-public r-limsolve
2836 (package
2837 (name "r-limsolve")
2838 (version "1.5.6")
2839 (source
2840 (origin
2841 (method url-fetch)
2842 (uri (cran-uri "limSolve" version))
2843 (sha256
2844 (base32
2845 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
2846 (properties `((upstream-name . "limSolve")))
2847 (build-system r-build-system)
2848 (propagated-inputs
2849 `(("r-lpsolve" ,r-lpsolve)
2850 ("r-mass" ,r-mass)
2851 ("r-quadprog" ,r-quadprog)))
2852 (native-inputs `(("gfortran" ,gfortran)))
2853 (home-page "https://cran.r-project.org/web/packages/limSolve")
2854 (synopsis "Solving linear inverse models")
2855 (description
2856 "This package provides functions that:
2857
2858 @enumerate
2859 @item find the minimum/maximum of a linear or quadratic function,
2860 @item sample an underdetermined or overdetermined system,
2861 @item solve a linear system Ax=B for the unknown x.
2862 @end enumerate
2863
2864 It includes banded and tridiagonal linear systems. The package calls Fortran
2865 functions from LINPACK.")
2866 ;; Any GPL version.
2867 (license (list license:gpl2+ license:gpl3+))))
2868
2869 (define-public r-fitdistrplus
2870 (package
2871 (name "r-fitdistrplus")
2872 (version "1.1-1")
2873 (source
2874 (origin
2875 (method url-fetch)
2876 (uri (cran-uri "fitdistrplus" version))
2877 (sha256
2878 (base32
2879 "1rnfnwmxa495fql7q0h9018cnwygwhj8gfh6ryz1vbf474570vjl"))))
2880 (build-system r-build-system)
2881 (propagated-inputs
2882 `(("r-mass" ,r-mass)
2883 ("r-survival" ,r-survival)))
2884 (native-inputs
2885 `(("r-knitr" ,r-knitr)))
2886 (home-page "http://riskassessment.r-forge.r-project.org")
2887 (synopsis "Fitting a parametric distribution from data")
2888 (description
2889 "This package extends the @code{fitdistr} function of the MASS package
2890 with several functions to help the fit of a parametric distribution to
2891 non-censored or censored data. Censored data may contain left-censored,
2892 right-censored and interval-censored values, with several lower and upper
2893 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
2894 provides moment matching (MME), quantile matching (QME) and maximum
2895 goodness-of-fit estimation (MGE) methods (available only for non-censored
2896 data). Weighted versions of MLE, MME and QME are available.")
2897 (license license:gpl2+)))
2898
2899 (define-public r-energy
2900 (package
2901 (name "r-energy")
2902 (version "1.7-7")
2903 (source
2904 (origin
2905 (method url-fetch)
2906 (uri (cran-uri "energy" version))
2907 (sha256
2908 (base32
2909 "13wnx5nwk7nsv7vf5sxhz4y0rxrnzm76ldgywk1bxrz67srqzf37"))))
2910 (build-system r-build-system)
2911 (propagated-inputs
2912 `(("r-boot" ,r-boot)
2913 ("r-rcpp" ,r-rcpp)))
2914 (home-page "https://cran.r-project.org/web/packages/energy")
2915 (synopsis "Multivariate inference via the energy of data")
2916 (description
2917 "This package provides e-statistics (energy) tests and statistics for
2918 multivariate and univariate inference, including distance correlation,
2919 one-sample, two-sample, and multi-sample tests for comparing multivariate
2920 distributions, are implemented. Measuring and testing multivariate
2921 independence based on distance correlation, partial distance correlation,
2922 multivariate goodness-of-fit tests, clustering based on energy distance,
2923 testing for multivariate normality, distance components (disco) for
2924 non-parametric analysis of structured data, and other energy
2925 statistics/methods are implemented.")
2926 (license license:gpl2+)))
2927
2928 (define-public r-suppdists
2929 (package
2930 (name "r-suppdists")
2931 (version "1.1-9.5")
2932 (source
2933 (origin
2934 (method url-fetch)
2935 (uri (cran-uri "SuppDists" version))
2936 (sha256
2937 (base32
2938 "01j6p94m1g363nph2158fq2rmd6z3h5dvcv6aidh2d6syw131xak"))))
2939 (properties `((upstream-name . "SuppDists")))
2940 (build-system r-build-system)
2941 (home-page "https://cran.r-project.org/web/packages/SuppDists")
2942 (synopsis "Supplementary distributions")
2943 (description
2944 "This package provides ten distributions supplementing those built into
2945 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
2946 Spearman's rho, maximum F ratio, the Pearson product moment correlation
2947 coefficient, Johnson distributions, normal scores and generalized
2948 hypergeometric distributions. In addition two random number generators of
2949 George Marsaglia are included.")
2950 (license license:gpl2+)))
2951
2952 (define-public r-ksamples
2953 (package
2954 (name "r-ksamples")
2955 (version "1.2-9")
2956 (source
2957 (origin
2958 (method url-fetch)
2959 (uri (cran-uri "kSamples" version))
2960 (sha256
2961 (base32
2962 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
2963 (properties `((upstream-name . "kSamples")))
2964 (build-system r-build-system)
2965 (propagated-inputs
2966 `(("r-suppdists" ,r-suppdists)))
2967 (home-page "https://cran.r-project.org/web/packages/kSamples")
2968 (synopsis "K-Sample rank tests and their combinations")
2969 (description
2970 "This package provides tools to compares k samples using the
2971 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
2972 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
2973 test. It computes asymptotic, simulated or (limited) exact P-values, all
2974 valid under randomization, with or without ties, or conditionally under random
2975 sampling from populations, given the observed tie pattern. Except for Steel's
2976 test and the JT test it also combines these tests across several blocks of
2977 samples.")
2978 (license license:gpl2+)))
2979
2980 (define-public r-cvst
2981 (package
2982 (name "r-cvst")
2983 (version "0.2-2")
2984 (source
2985 (origin
2986 (method url-fetch)
2987 (uri (cran-uri "CVST" version))
2988 (sha256
2989 (base32
2990 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
2991 (properties `((upstream-name . "CVST")))
2992 (build-system r-build-system)
2993 (propagated-inputs
2994 `(("r-kernlab" ,r-kernlab)
2995 ("r-matrix" ,r-matrix)))
2996 (home-page "https://cran.r-project.org/web/packages/CVST")
2997 (synopsis "Fast cross-validation via sequential testing")
2998 (description
2999 "This package implements the fast cross-validation via sequential
3000 testing (CVST) procedure. CVST is an improved cross-validation procedure
3001 which uses non-parametric testing coupled with sequential analysis to
3002 determine the best parameter set on linearly increasing subsets of the data.
3003 Additionally to the CVST the package contains an implementation of the
3004 ordinary k-fold cross-validation with a flexible and powerful set of helper
3005 objects and methods to handle the overall model selection process. The
3006 implementations of the Cochran's Q test with permutations and the sequential
3007 testing framework of Wald are generic and can therefore also be used in other
3008 contexts.")
3009 (license license:gpl2+)))
3010
3011 (define-public r-squarem
3012 (package
3013 (name "r-squarem")
3014 (version "2020.3")
3015 (source
3016 (origin
3017 (method url-fetch)
3018 (uri (cran-uri "SQUAREM" version))
3019 (sha256
3020 (base32
3021 "17l05i87vwvcsk79fbg52zrx04zdlwiiyl3ga8qafs7mqx0j976q"))))
3022 (properties `((upstream-name . "SQUAREM")))
3023 (build-system r-build-system)
3024 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
3025 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
3026 (description
3027 "This package provides algorithms for accelerating the convergence of
3028 slow, monotone sequences from smooth, contraction mapping such as the EM
3029 algorithm. It can be used to accelerate any smooth, linearly convergent
3030 acceleration scheme. A tutorial style introduction to this package is
3031 available in a vignette.")
3032 (license license:gpl2+)))
3033
3034 (define-public r-lava
3035 (package
3036 (name "r-lava")
3037 (version "1.6.7")
3038 (source
3039 (origin
3040 (method url-fetch)
3041 (uri (cran-uri "lava" version))
3042 (sha256
3043 (base32
3044 "0ffzxbb8pvfh1m6j61az4ga37snyhylq2941fyc76w7w9i2sixv3"))))
3045 (build-system r-build-system)
3046 (propagated-inputs
3047 `(("r-numderiv" ,r-numderiv)
3048 ("r-squarem" ,r-squarem)
3049 ("r-survival" ,r-survival)))
3050 (home-page "https://github.com/kkholst/lava")
3051 (synopsis "Latent variable models")
3052 (description
3053 "This package provides tools for the estimation and simulation of latent
3054 variable models.")
3055 (license license:gpl3)))
3056
3057 (define-public r-drr
3058 (package
3059 (name "r-drr")
3060 (version "0.0.4")
3061 (source
3062 (origin
3063 (method url-fetch)
3064 (uri (cran-uri "DRR" version))
3065 (sha256
3066 (base32
3067 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
3068 (properties `((upstream-name . "DRR")))
3069 (build-system r-build-system)
3070 (propagated-inputs
3071 `(("r-cvst" ,r-cvst)
3072 ("r-kernlab" ,r-kernlab)
3073 ("r-matrix" ,r-matrix)))
3074 (home-page "https://cran.r-project.org/web/packages/DRR")
3075 (synopsis "Dimensionality reduction via regression")
3076 (description
3077 "This package provides an implementation of dimensionality reduction via
3078 regression using Kernel Ridge Regression.")
3079 (license license:gpl3)))
3080
3081 (define-public r-prodlim
3082 (package
3083 (name "r-prodlim")
3084 (version "2019.11.13")
3085 (source
3086 (origin
3087 (method url-fetch)
3088 (uri (cran-uri "prodlim" version))
3089 (sha256
3090 (base32
3091 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
3092 (build-system r-build-system)
3093 (propagated-inputs
3094 `(("r-kernsmooth" ,r-kernsmooth)
3095 ("r-lava" ,r-lava)
3096 ("r-rcpp" ,r-rcpp)
3097 ("r-survival" ,r-survival)))
3098 (home-page "https://cran.r-project.org/web/packages/prodlim")
3099 (synopsis "Product-limit estimation for censored event history analysis")
3100 (description
3101 "This package provides a fast and user-friendly implementation of
3102 nonparametric estimators for censored event history (survival) analysis with
3103 the Kaplan-Meier and Aalen-Johansen methods.")
3104 (license license:gpl2+)))
3105
3106 (define-public r-dimred
3107 (package
3108 (name "r-dimred")
3109 (version "0.2.3")
3110 (source
3111 (origin
3112 (method url-fetch)
3113 (uri (cran-uri "dimRed" version))
3114 (sha256
3115 (base32
3116 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
3117 (properties `((upstream-name . "dimRed")))
3118 (build-system r-build-system)
3119 (propagated-inputs
3120 `(("r-drr" ,r-drr)
3121 ("r-magrittr" ,r-magrittr)))
3122 (home-page "https://github.com/gdkrmr/dimRed")
3123 (synopsis "Framework for dimensionality reduction")
3124 (description
3125 "This package provides a collection of dimensionality reduction
3126 techniques from R packages and provides a common interface for calling the
3127 methods.")
3128 (license license:gpl3)))
3129
3130 (define-public r-timedate
3131 (package
3132 (name "r-timedate")
3133 (version "3043.102")
3134 (source
3135 (origin
3136 (method url-fetch)
3137 (uri (cran-uri "timeDate" version))
3138 (sha256
3139 (base32
3140 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
3141 (properties `((upstream-name . "timeDate")))
3142 (build-system r-build-system)
3143 (home-page "https://www.rmetrics.org")
3144 (synopsis "Chronological and calendar objects")
3145 (description
3146 "This package provides an environment for teaching \"Financial
3147 Engineering and Computational Finance\" and for managing chronological and
3148 calendar objects.")
3149 (license license:gpl2+)))
3150
3151 (define-public r-magic
3152 (package
3153 (name "r-magic")
3154 (version "1.5-9")
3155 (source
3156 (origin
3157 (method url-fetch)
3158 (uri (cran-uri "magic" version))
3159 (sha256
3160 (base32
3161 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
3162 (build-system r-build-system)
3163 (propagated-inputs
3164 `(("r-abind" ,r-abind)))
3165 (home-page "https://github.com/RobinHankin/magic.git")
3166 (synopsis "Create and investigate magic squares")
3167 (description
3168 "This package provides a collection of efficient, vectorized algorithms
3169 for the creation and investigation of magic squares and hypercubes, including
3170 a variety of functions for the manipulation and analysis of arbitrarily
3171 dimensioned arrays.")
3172 (license license:gpl2)))
3173
3174 (define-public r-rmysql
3175 (package
3176 (name "r-rmysql")
3177 (version "0.10.20")
3178 (source
3179 (origin
3180 (method url-fetch)
3181 (uri (cran-uri "RMySQL" version))
3182 (sha256
3183 (base32
3184 "0lv9m6zpm8dgv7yixr6xhw379vbq45d7n7gkrmjrppdj8vcih77i"))))
3185 (properties `((upstream-name . "RMySQL")))
3186 (build-system r-build-system)
3187 (inputs
3188 `(("mariadb" ,mariadb "lib")
3189 ("mariadb-dev" ,mariadb "dev")
3190 ("zlib" ,zlib)))
3191 (propagated-inputs
3192 `(("r-dbi" ,r-dbi)))
3193 (home-page "https://github.com/r-dbi/RMySQL")
3194 (synopsis "Database interface and MySQL driver for R")
3195 (description
3196 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
3197 package contains an old implementation based on legacy code from S-PLUS which
3198 is being phased out. A modern MySQL client based on Rcpp is available from
3199 the RMariaDB package.")
3200 (license license:gpl2)))
3201
3202 (define-public r-rpostgresql
3203 (package
3204 (name "r-rpostgresql")
3205 (version "0.6-2")
3206 (source
3207 (origin
3208 (method url-fetch)
3209 (uri (cran-uri "RPostgreSQL" version))
3210 (sha256
3211 (base32
3212 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
3213 (properties `((upstream-name . "RPostgreSQL")))
3214 (build-system r-build-system)
3215 (inputs
3216 `(("postgresql" ,postgresql)))
3217 (propagated-inputs
3218 `(("r-dbi" ,r-dbi)))
3219 (home-page "https://github.com/tomoakin/RPostgreSQL")
3220 (synopsis "R interface to the PostgreSQL database system")
3221 (description
3222 "This package provides a Database Interface (DBI) compliant driver for R
3223 to access PostgreSQL database systems.")
3224 ;; The whole package is released under GPL version 2. It includes code
3225 ;; under the PostgreSQL license.
3226 (license license:gpl2)))
3227
3228 (define-public r-linprog
3229 (package
3230 (name "r-linprog")
3231 (version "0.9-2")
3232 (source
3233 (origin
3234 (method url-fetch)
3235 (uri (cran-uri "linprog" version))
3236 (sha256
3237 (base32
3238 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
3239 (build-system r-build-system)
3240 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
3241 (home-page "http://linprog.r-forge.r-project.org/")
3242 (synopsis "Linear programming and optimization")
3243 (description
3244 "This package can be used to solve Linear Programming / Linear
3245 Optimization problems by using the simplex algorithm.")
3246 (license license:gpl2+)))
3247
3248 (define-public r-geometry
3249 (package
3250 (name "r-geometry")
3251 (version "0.4.5")
3252 (source
3253 (origin
3254 (method url-fetch)
3255 (uri (cran-uri "geometry" version))
3256 (sha256
3257 (base32
3258 "1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
3259 (build-system r-build-system)
3260 (propagated-inputs
3261 `(("r-magic" ,r-magic)
3262 ("r-linprog" ,r-linprog)
3263 ("r-lpsolve" ,r-lpsolve)
3264 ("r-rcpp" ,r-rcpp)
3265 ("r-rcppprogress" ,r-rcppprogress)))
3266 (home-page "http://geometry.r-forge.r-project.org/")
3267 (synopsis "Mesh generation and surface tesselation")
3268 (description
3269 "This package makes the qhull library available in R, in a similar manner
3270 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
3271 intersections about a point, Voronoi diagrams, furthest-site Delaunay
3272 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
3273 and higher dimensions. It implements the Quickhull algorithm for computing
3274 the convex hull. Qhull does not support constrained Delaunay triangulations,
3275 or mesh generation of non-convex objects, but the package does include some R
3276 functions that allow for this. Currently the package only gives access to
3277 Delaunay triangulation and convex hull computation.")
3278 ;; The Qhull sources are included and are distributed under a custom
3279 ;; non-copyleft license. The R sources are released under GPL version 2.
3280 (license (list license:gpl2
3281 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
3282
3283 (define-public r-ddalpha
3284 (package
3285 (name "r-ddalpha")
3286 (version "1.3.11")
3287 (source
3288 (origin
3289 (method url-fetch)
3290 (uri (cran-uri "ddalpha" version))
3291 (sha256
3292 (base32
3293 "1sdnb47r534nh138zk3a6b2mgi74nvshc7p5m304vjs9jlx4l2y3"))))
3294 (build-system r-build-system)
3295 (propagated-inputs
3296 `(("r-bh" ,r-bh)
3297 ("r-class" ,r-class)
3298 ("r-geometry" ,r-geometry)
3299 ("r-mass" ,r-mass)
3300 ("r-rcpp" ,r-rcpp)
3301 ("r-robustbase" ,r-robustbase)
3302 ("r-sfsmisc" ,r-sfsmisc)))
3303 (native-inputs
3304 `(("gfortran" ,gfortran)))
3305 (home-page "https://cran.r-project.org/web/packages/ddalpha")
3306 (synopsis "Depth-Based classification and calculation of data depth")
3307 (description
3308 "This package contains procedures for depth-based supervised learning,
3309 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
3310 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
3311 statistical depth function to a compact low-dimensional space, where the final
3312 classification is done. It also offers an extension to functional data and
3313 routines for calculating certain notions of statistical depth functions. 50
3314 multivariate and 5 functional classification problems are included.")
3315 (license license:gpl2)))
3316
3317 (define-public r-gower
3318 (package
3319 (name "r-gower")
3320 (version "0.2.2")
3321 (source
3322 (origin
3323 (method url-fetch)
3324 (uri (cran-uri "gower" version))
3325 (sha256
3326 (base32
3327 "0c9n921wn4hhlvjq96r4nkk96s5788376cbldr7y7bwz348200iz"))))
3328 (build-system r-build-system)
3329 (home-page "https://github.com/markvanderloo/gower")
3330 (synopsis "Gower's distance")
3331 (description
3332 "This package provides tools to compute Gower's distance (or similarity)
3333 coefficient between records, and to compute the top-n matches between records.
3334 Core algorithms are executed in parallel on systems supporting OpenMP.")
3335 (license license:gpl3)))
3336
3337 (define-public r-rcpproll
3338 (package
3339 (name "r-rcpproll")
3340 (version "0.3.0")
3341 (source
3342 (origin
3343 (method url-fetch)
3344 (uri (cran-uri "RcppRoll" version))
3345 (sha256
3346 (base32
3347 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
3348 (properties `((upstream-name . "RcppRoll")))
3349 (build-system r-build-system)
3350 (propagated-inputs
3351 `(("r-rcpp" ,r-rcpp)))
3352 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
3353 (synopsis "Efficient rolling and windowed operations")
3354 (description
3355 "This package provides fast and efficient routines for common rolling /
3356 windowed operations. Routines for the efficient computation of windowed mean,
3357 median, sum, product, minimum, maximum, standard deviation and variance are
3358 provided.")
3359 (license license:gpl2+)))
3360
3361 (define-public r-ipred
3362 (package
3363 (name "r-ipred")
3364 (version "0.9-9")
3365 (source
3366 (origin
3367 (method url-fetch)
3368 (uri (cran-uri "ipred" version))
3369 (sha256
3370 (base32
3371 "0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d"))))
3372 (build-system r-build-system)
3373 (propagated-inputs
3374 `(("r-class" ,r-class)
3375 ("r-mass" ,r-mass)
3376 ("r-nnet" ,r-nnet)
3377 ("r-prodlim" ,r-prodlim)
3378 ("r-rpart" ,r-rpart)
3379 ("r-survival" ,r-survival)))
3380 (home-page "https://cran.r-project.org/web/packages/ipred")
3381 (synopsis "Improved predictors")
3382 (description
3383 "This package provides improved predictive models by indirect
3384 classification and bagging for classification, regression and survival
3385 problems as well as resampling based estimators of prediction error.")
3386 (license license:gpl2+)))
3387
3388 (define-public r-psych
3389 (package
3390 (name "r-psych")
3391 (version "2.0.7")
3392 (source
3393 (origin
3394 (method url-fetch)
3395 (uri (cran-uri "psych" version))
3396 (sha256
3397 (base32
3398 "13z26yk9nrgviyakkij3jc7mja8wy7al9ripab07mvy21kli79bc"))))
3399 (build-system r-build-system)
3400 (propagated-inputs
3401 `(("r-lattice" ,r-lattice)
3402 ("r-mnormt" ,r-mnormt)
3403 ("r-nlme" ,r-nlme)))
3404 (home-page "https://cran.r-project.org/web/packages/psych/")
3405 (synopsis "Procedures for psychological, psychometric, and personality research")
3406 (description
3407 "This package provides a general purpose toolbox for personality,
3408 psychometric theory and experimental psychology. Functions are primarily for
3409 multivariate analysis and scale construction using factor analysis, principal
3410 component analysis, cluster analysis and reliability analysis, although others
3411 provide basic descriptive statistics. Item Response Theory is done using
3412 factor analysis of tetrachoric and polychoric correlations. Functions for
3413 analyzing data at multiple levels include within and between group statistics,
3414 including correlations and factor analysis. Functions for simulating and
3415 testing particular item and test structures are included. Several functions
3416 serve as a useful front end for structural equation modeling. Graphical
3417 displays of path diagrams, factor analysis and structural equation models are
3418 created using basic graphics.")
3419 (license license:gpl2+)))
3420
3421 (define-public r-generics
3422 (package
3423 (name "r-generics")
3424 (version "0.0.2")
3425 (source
3426 (origin
3427 (method url-fetch)
3428 (uri (cran-uri "generics" version))
3429 (sha256
3430 (base32
3431 "0xk1xhpy7gpv3pvaygzhpfdxj72zmb38pb4nscfyg2ff36vx3cvi"))))
3432 (build-system r-build-system)
3433 (home-page "https://github.com/r-lib/generics")
3434 (synopsis "Common S3 generics not provided by base R methods")
3435 (description
3436 "In order to reduce potential package dependencies and conflicts,
3437 generics provides a number of commonly used S3 generics that are not provided
3438 by base R methods related to model fitting.")
3439 (license license:gpl2)))
3440
3441 (define-public r-broom
3442 (package
3443 (name "r-broom")
3444 (version "0.7.0")
3445 (source
3446 (origin
3447 (method url-fetch)
3448 (uri (cran-uri "broom" version))
3449 (sha256
3450 (base32
3451 "0bq8w1ckrladzck2g0mgiyjdrzi06kbqalk5q3pfvj1607fdv3d5"))))
3452 (build-system r-build-system)
3453 (propagated-inputs
3454 `(("r-backports" ,r-backports)
3455 ("r-dplyr" ,r-dplyr)
3456 ("r-ellipsis" ,r-ellipsis)
3457 ("r-generics" ,r-generics)
3458 ("r-glue" ,r-glue)
3459 ("r-purrr" ,r-purrr)
3460 ("r-rlang" ,r-rlang)
3461 ("r-stringr" ,r-stringr)
3462 ("r-tibble" ,r-tibble)
3463 ("r-tidyr" ,r-tidyr)))
3464 (native-inputs
3465 `(("r-knitr" ,r-knitr)))
3466 (home-page "https://github.com/tidyverse/broom")
3467 (synopsis "Convert statistical analysis objects into tidy data frames")
3468 (description
3469 "This package provides tools to convert statistical analysis objects from
3470 R into tidy data frames, so that they can more easily be combined, reshaped
3471 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
3472 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
3473 summarizes a model's statistical findings such as coefficients of a
3474 regression; @code{augment}, which adds columns to the original data such as
3475 predictions, residuals and cluster assignments; and @code{glance}, which
3476 provides a one-row summary of model-level statistics.")
3477 (license license:expat)))
3478
3479 (define-public r-recipes
3480 (package
3481 (name "r-recipes")
3482 (version "0.1.13")
3483 (source
3484 (origin
3485 (method url-fetch)
3486 (uri (cran-uri "recipes" version))
3487 (sha256
3488 (base32
3489 "1d3pmprkiz60w7lq5q4lpl5zlwf7fg7qghf7sq6xs1294w54gzbs"))))
3490 (build-system r-build-system)
3491 (propagated-inputs
3492 `(("r-dplyr" ,r-dplyr)
3493 ("r-generics" ,r-generics)
3494 ("r-glue" ,r-glue)
3495 ("r-gower" ,r-gower)
3496 ("r-ipred" ,r-ipred)
3497 ("r-lifecycle" ,r-lifecycle)
3498 ("r-lubridate" ,r-lubridate)
3499 ("r-magrittr" ,r-magrittr)
3500 ("r-matrix" ,r-matrix)
3501 ("r-purrr" ,r-purrr)
3502 ("r-rlang" ,r-rlang)
3503 ("r-tibble" ,r-tibble)
3504 ("r-tidyr" ,r-tidyr)
3505 ("r-tidyselect" ,r-tidyselect)
3506 ("r-timedate" ,r-timedate)
3507 ("r-withr" ,r-withr)))
3508 (native-inputs
3509 `(("r-knitr" ,r-knitr)))
3510 (home-page "https://github.com/topepo/recipes")
3511 (synopsis "Preprocessing tools to create design matrices")
3512 (description
3513 "Recipes is an extensible framework to create and preprocess design
3514 matrices. Recipes consist of one or more data manipulation and analysis
3515 \"steps\". Statistical parameters for the steps can be estimated from an
3516 initial data set and then applied to other data sets. The resulting design
3517 matrices can then be used as inputs into statistical or machine learning
3518 models.")
3519 (license license:gpl2)))
3520
3521 (define-public r-pdist
3522 (package
3523 (name "r-pdist")
3524 (version "1.2")
3525 (source
3526 (origin
3527 (method url-fetch)
3528 (uri (cran-uri "pdist" version))
3529 (sha256
3530 (base32
3531 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
3532 (build-system r-build-system)
3533 (home-page "https://github.com/jeffwong/pdist")
3534 (synopsis "Partitioned distance function")
3535 (description
3536 "Pdist computes the euclidean distance between rows of a matrix X and
3537 rows of another matrix Y. Previously, this could be done by binding the two
3538 matrices together and calling @code{dist}, but this creates unnecessary
3539 computation by computing the distances between a row of X and another row of
3540 X, and likewise for Y. Pdist strictly computes distances across the two
3541 matrices, not within the same matrix, making computations significantly faster
3542 for certain use cases.")
3543 (license license:gpl3+)))
3544
3545 (define-public r-ggrepel
3546 (package
3547 (name "r-ggrepel")
3548 (version "0.8.2")
3549 (source
3550 (origin
3551 (method url-fetch)
3552 (uri (cran-uri "ggrepel" version))
3553 (sha256
3554 (base32
3555 "1qaifn3dazdqbqlii210xhw7yf142iw7g9p2axmmxbz90p0by08d"))))
3556 (build-system r-build-system)
3557 (propagated-inputs
3558 `(("r-ggplot2" ,r-ggplot2)
3559 ("r-rcpp" ,r-rcpp)
3560 ("r-scales" ,r-scales)))
3561 (native-inputs
3562 `(("r-knitr" ,r-knitr))) ; for vignettes
3563 (home-page "https://github.com/slowkow/ggrepel")
3564 (synopsis "Repulsive text and label geometries for ggplot2")
3565 (description
3566 "This package provides text and label geometries for ggplot2 that help to
3567 avoid overlapping text labels. Labels repel away from each other and away
3568 from the data points.")
3569 (license license:gpl3)))
3570
3571 (define-public r-corrplot
3572 (package
3573 (name "r-corrplot")
3574 (version "0.84")
3575 (source
3576 (origin
3577 (method url-fetch)
3578 (uri (cran-uri "corrplot" version))
3579 (sha256
3580 (base32
3581 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
3582 (build-system r-build-system)
3583 (home-page "https://github.com/taiyun/corrplot")
3584 (synopsis "Visualization of a correlation matrix")
3585 (description
3586 "This package provides a graphical display of a correlation matrix or
3587 general matrix. It also contains some algorithms to do matrix reordering. In
3588 addition, corrplot is good at details, including choosing color, text labels,
3589 color labels, layout, etc.")
3590 ;; Any version of the GPL
3591 (license license:gpl2+)))
3592
3593 (define-public r-stringdist
3594 (package
3595 (name "r-stringdist")
3596 (version "0.9.6")
3597 (source
3598 (origin
3599 (method url-fetch)
3600 (uri (cran-uri "stringdist" version))
3601 (sha256
3602 (base32 "0nb3iwpl4f3xxirns1frwvarpyrl4i5f74h8r6h80cg0a4mpdgcb"))))
3603 (build-system r-build-system)
3604 (home-page "https://github.com/markvanderloo/stringdist")
3605 (synopsis "Approximate string matching and string distance functions")
3606 (description
3607 "This package implements an approximate string matching version of R's
3608 native @code{match} function. It can calculate various string distances based
3609 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment),
3610 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
3611 Jaro-Winkler). An implementation of soundex is provided as well. Distances
3612 can be computed between character vectors while taking proper care of encoding
3613 or between integer vectors representing generic sequences.")
3614 (license license:gpl3+)))
3615
3616 (define-public r-ucminf
3617 (package
3618 (name "r-ucminf")
3619 (version "1.1-4")
3620 (source
3621 (origin
3622 (method url-fetch)
3623 (uri (cran-uri "ucminf" version))
3624 (sha256
3625 (base32
3626 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
3627 (build-system r-build-system)
3628 (native-inputs `(("gfortran" ,gfortran)))
3629 (home-page "https://cran.r-project.org/web/packages/ucminf/")
3630 (synopsis "General-purpose unconstrained non-linear optimization")
3631 (description
3632 "This package provides an implementation of an algorithm for
3633 general-purpose unconstrained non-linear optimization. The algorithm is of
3634 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
3635 search with a trust region type monitoring of the input to the line search
3636 algorithm. The interface of @code{ucminf} is designed for easy interchange
3637 with the package @code{optim}.")
3638 (license license:gpl2+)))
3639
3640 (define-public r-ordinal
3641 (package
3642 (name "r-ordinal")
3643 (version "2019.12-10")
3644 (source
3645 (origin
3646 (method url-fetch)
3647 (uri (cran-uri "ordinal" version))
3648 (sha256
3649 (base32
3650 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
3651 (build-system r-build-system)
3652 (propagated-inputs
3653 `(("r-mass" ,r-mass)
3654 ("r-matrix" ,r-matrix)
3655 ("r-numderiv" ,r-numderiv)
3656 ("r-ucminf" ,r-ucminf)))
3657 (home-page "https://github.com/runehaubo/ordinal")
3658 (synopsis "Regression models for ordinal data")
3659 (description
3660 "This package provides an implementation of cumulative link (mixed)
3661 models also known as ordered regression models, proportional odds models,
3662 proportional hazards models for grouped survival times and ordered models.
3663 Estimation is via maximum likelihood and mixed models are fitted with the
3664 Laplace approximation and adaptive Gauss-Hermite quadrature.")
3665 (license license:gpl2+)))
3666
3667 (define-public r-jomo
3668 (package
3669 (name "r-jomo")
3670 (version "2.7-1")
3671 (source
3672 (origin
3673 (method url-fetch)
3674 (uri (cran-uri "jomo" version))
3675 (sha256
3676 (base32
3677 "0cdy9m4ylarkk9d0v1s61k2d877l4bbxly8a4jwhfy43fdvskz1w"))))
3678 (build-system r-build-system)
3679 (propagated-inputs
3680 `(("r-lme4" ,r-lme4)
3681 ("r-mass" ,r-mass)
3682 ("r-ordinal" ,r-ordinal)
3683 ("r-survival" ,r-survival)))
3684 (home-page "https://cran.r-project.org/web/packages/jomo/")
3685 (synopsis "Multilevel Joint Modelling Multiple Imputation")
3686 (description
3687 "Similarly to Schafer's package pan, jomo is a package for multilevel
3688 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
3689 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
3690 possibility of handling binary and categorical data through latent normal
3691 variables, the option to use cluster-specific covariance matrices and to
3692 impute compatibly with the substantive model.")
3693 (license license:gpl2)))
3694
3695 (define-public r-pan
3696 (package
3697 (name "r-pan")
3698 (version "1.6")
3699 (source
3700 (origin
3701 (method url-fetch)
3702 (uri (cran-uri "pan" version))
3703 (sha256
3704 (base32
3705 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
3706 (build-system r-build-system)
3707 (native-inputs `(("gfortran" ,gfortran)))
3708 (home-page "https://cran.r-project.org/web/packages/pan/")
3709 (synopsis "Multiple imputation for multivariate panel or clustered data")
3710 (description
3711 "This package implements multiple imputation for multivariate panel or
3712 clustered data.")
3713 (license license:gpl3)))
3714
3715 (define-public r-mitml
3716 (package
3717 (name "r-mitml")
3718 (version "0.3-7")
3719 (source
3720 (origin
3721 (method url-fetch)
3722 (uri (cran-uri "mitml" version))
3723 (sha256
3724 (base32
3725 "0yqyxkyi1kmv5k63wxj5kkg5g8igk1axk2csb4xhj6wz0p89dxy6"))))
3726 (build-system r-build-system)
3727 (propagated-inputs
3728 `(("r-haven" ,r-haven)
3729 ("r-jomo" ,r-jomo)
3730 ("r-pan" ,r-pan)))
3731 (home-page "https://cran.r-project.org/web/packages/mitml/")
3732 (synopsis "Tools for multiple imputation in multilevel modeling")
3733 (description
3734 "This package provides tools for multiple imputation of missing data in
3735 multilevel modeling. It includes a user-friendly interface to the packages
3736 pan and jomo, and several functions for visualization, data management and the
3737 analysis of multiply imputed data sets.")
3738 (license license:gpl2+)))
3739
3740 (define-public r-mice
3741 (package
3742 (name "r-mice")
3743 (version "3.11.0")
3744 (source
3745 (origin
3746 (method url-fetch)
3747 (uri (cran-uri "mice" version))
3748 (sha256
3749 (base32
3750 "1gawccw32l00rcriyxys0mzbxh44x04rziy0cbycc3i1qm39d4fq"))))
3751 (build-system r-build-system)
3752 (propagated-inputs
3753 `(("r-broom" ,r-broom)
3754 ("r-dplyr" ,r-dplyr)
3755 ("r-generics" ,r-generics)
3756 ("r-lattice" ,r-lattice)
3757 ("r-rcpp" ,r-rcpp)
3758 ("r-tidyr" ,r-tidyr)))
3759 (home-page "https://cran.r-project.org/web/packages/mice/")
3760 (synopsis "Multivariate imputation by chained equations")
3761 (description
3762 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
3763 implemented by the MICE algorithm as described in @url{Van Buuren and
3764 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
3765 variable has its own imputation model. Built-in imputation models are
3766 provided for continuous data (predictive mean matching, normal), binary
3767 data (logistic regression), unordered categorical data (polytomous logistic
3768 regression) and ordered categorical data (proportional odds). MICE can also
3769 impute continuous two-level data (normal model, pan, second-level variables).
3770 Passive imputation can be used to maintain consistency between variables.
3771 Various diagnostic plots are available to inspect the quality of the
3772 imputations.")
3773 ;; Any of these two versions.
3774 (license (list license:gpl2 license:gpl3))))
3775
3776 (define-public r-truncnorm
3777 (package
3778 (name "r-truncnorm")
3779 (version "1.0-8")
3780 (source
3781 (origin
3782 (method url-fetch)
3783 (uri (cran-uri "truncnorm" version))
3784 (sha256
3785 (base32
3786 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
3787 (build-system r-build-system)
3788 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
3789 (synopsis "Truncated normal distribution")
3790 (description "This package provides functions for the truncated normal
3791 distribution with mean equal to @code{mean} and standard deviation equal to
3792 @code{sd}. It includes density, distribution, quantile, and expected value
3793 functions, as well as a random generation function.")
3794 (license license:gpl2)))
3795
3796 (define-public r-rsolnp
3797 (package
3798 (name "r-rsolnp")
3799 (version "1.16")
3800 (source
3801 (origin
3802 (method url-fetch)
3803 (uri (cran-uri "Rsolnp" version))
3804 (sha256
3805 (base32
3806 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
3807 (properties `((upstream-name . "Rsolnp")))
3808 (build-system r-build-system)
3809 (propagated-inputs
3810 `(("r-truncnorm" ,r-truncnorm)))
3811 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
3812 (synopsis "General non-linear optimization")
3813 (description "The Rsolnp package implements a general non-linear augmented
3814 Lagrange multiplier method solver, a @dfn{sequential quadratic
3815 programming} (SQP) based solver).")
3816 ;; Any version of the GPL.
3817 (license license:gpl2+)))
3818
3819 (define-public r-hardyweinberg
3820 (package
3821 (name "r-hardyweinberg")
3822 (version "1.6.3")
3823 (source
3824 (origin
3825 (method url-fetch)
3826 (uri (cran-uri "HardyWeinberg" version))
3827 (sha256
3828 (base32
3829 "1irz44q6nf95h37av868f47aakwv3jgwgw217xfsfw0afkm7s25f"))))
3830 (properties `((upstream-name . "HardyWeinberg")))
3831 (build-system r-build-system)
3832 (propagated-inputs
3833 `(("r-mice" ,r-mice)
3834 ("r-rcpp" ,r-rcpp)
3835 ("r-rsolnp" ,r-rsolnp)))
3836 (home-page "https://cran.r-project.org/package=HardyWeinberg")
3837 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
3838 (description
3839 "This package contains tools for exploring Hardy-Weinberg equilibrium for
3840 diallelic genetic marker data. All classical tests (chi-square, exact,
3841 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
3842 included in the package, as well as functions for power computation and for
3843 the simulation of marker data under equilibrium and disequilibrium. Routines
3844 for dealing with markers on the X-chromosome are included. Functions for
3845 testing equilibrium in the presence of missing data by using multiple
3846 imputation are also provided. Implements several graphics for exploring the
3847 equilibrium status of a large set of diallelic markers: ternary plots with
3848 acceptance regions, log-ratio plots and Q-Q plots.")
3849 (license license:gpl2+)))
3850
3851 (define-public r-sm
3852 (package
3853 (name "r-sm")
3854 (version "2.2-5.6")
3855 (source
3856 (origin
3857 (method url-fetch)
3858 (uri (cran-uri "sm" version))
3859 (sha256
3860 (base32
3861 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
3862 (build-system r-build-system)
3863 (native-inputs `(("gfortran" ,gfortran)))
3864 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
3865 (synopsis "Smoothing methods for nonparametric regression and density estimation")
3866 (description
3867 "This is software accompanying the book 'Applied Smoothing Techniques for
3868 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
3869 University Press. It provides smoothing methods for nonparametric regression
3870 and density estimation")
3871 (license license:gpl2+)))
3872
3873 (define-public r-venndiagram
3874 (package
3875 (name "r-venndiagram")
3876 (version "1.6.20")
3877 (source (origin
3878 (method url-fetch)
3879 (uri (cran-uri "VennDiagram" version))
3880 (sha256
3881 (base32
3882 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
3883 (properties `((upstream-name . "VennDiagram")))
3884 (build-system r-build-system)
3885 (propagated-inputs
3886 `(("r-futile-logger" ,r-futile-logger)))
3887 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
3888 (synopsis "Generate High-Resolution Venn and Euler Plots")
3889 (description
3890 "This package provides a set of functions to generate high-resolution
3891 Venn and Euler plots. It includes handling for several special cases,
3892 including two-case scaling, and extensive customization of plot shape and
3893 structure.")
3894 (license license:gpl2+)))
3895
3896 (define-public r-vioplot
3897 (package
3898 (name "r-vioplot")
3899 (version "0.3.5")
3900 (source
3901 (origin
3902 (method url-fetch)
3903 (uri (cran-uri "vioplot" version))
3904 (sha256
3905 (base32
3906 "0aiy615kn9lpr2cs757g3pklg81n01yhqh0wrwv111fn3cy86r0v"))))
3907 (build-system r-build-system)
3908 (propagated-inputs
3909 `(("r-sm" ,r-sm)
3910 ("r-zoo" ,r-zoo)))
3911 (native-inputs
3912 `(("r-knitr" ,r-knitr)))
3913 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
3914 (synopsis "Violin plot")
3915 (description
3916 "This package provides a violin plot, which is a combination of a box
3917 plot and a kernel density plot.")
3918 (license license:bsd-3)))
3919
3920 (define-public r-rsofia
3921 (package
3922 (name "r-rsofia")
3923 (version "1.1")
3924 (source (origin
3925 (method url-fetch)
3926 ;; This package has been removed from CRAN, so we can
3927 ;; only fetch it from the archives.
3928 (uri (string-append "https://cran.r-project.org/src/"
3929 "contrib/Archive/RSofia/RSofia_"
3930 version ".tar.gz"))
3931 (sha256
3932 (base32
3933 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
3934 (properties `((upstream-name . "RSofia")))
3935 (build-system r-build-system)
3936 (propagated-inputs
3937 `(("r-rcpp" ,r-rcpp)))
3938 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
3939 (synopsis "Port of sofia-ml to R")
3940 (description "This package is a port of sofia-ml to R. Sofia-ml is a
3941 suite of fast incremental algorithms for machine learning that can be used for
3942 training models for classification or ranking.")
3943 (license license:asl2.0)))
3944
3945 (define-public r-xts
3946 (package
3947 (name "r-xts")
3948 (version "0.12-0")
3949 (source
3950 (origin
3951 (method url-fetch)
3952 (uri (cran-uri "xts" version))
3953 (sha256
3954 (base32
3955 "0q4cc8ynp7ndmgll1jj3lxyl6wmgg89ad3wq09kjc2ngszdfc4fz"))))
3956 (build-system r-build-system)
3957 (propagated-inputs `(("r-zoo" ,r-zoo)))
3958 (home-page "https://github.com/joshuaulrich/xts")
3959 (synopsis "Extensible time series")
3960 (description
3961 "This package provides for uniform handling of R's different time-based
3962 data classes by extending @code{zoo}, maximizing native format information
3963 preservation and allowing for user-level customization and extension, while
3964 simplifying cross-class interoperability.")
3965 (license license:gpl2+)))
3966
3967 (define-public r-performanceanalytics
3968 (package
3969 (name "r-performanceanalytics")
3970 (version "2.0.4")
3971 (source
3972 (origin
3973 (method url-fetch)
3974 (uri (cran-uri "PerformanceAnalytics" version))
3975 (sha256
3976 (base32
3977 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
3978 (properties
3979 `((upstream-name . "PerformanceAnalytics")))
3980 (build-system r-build-system)
3981 (propagated-inputs
3982 `(("r-quadprog" ,r-quadprog)
3983 ("r-xts" ,r-xts)
3984 ("r-zoo" ,r-zoo)))
3985 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
3986 (synopsis "Econometric tools for performance and risk analysis")
3987 (description "This is a collection of econometric functions for
3988 performance and risk analysis. This package aims to aid practitioners and
3989 researchers in utilizing the latest research in analysis of non-normal return
3990 streams. In general, it is most tested on return (rather than price) data on
3991 a regular scale, but most functions will work with irregular return data as
3992 well, and increasing numbers of functions will work with P&L or price data
3993 where possible.")
3994 ;; Either version may be picked.
3995 (license (list license:gpl2 license:gpl3))))
3996
3997 (define-public r-laeken
3998 (package
3999 (name "r-laeken")
4000 (version "0.5.1")
4001 (source
4002 (origin
4003 (method url-fetch)
4004 (uri (cran-uri "laeken" version))
4005 (sha256
4006 (base32
4007 "199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
4008 (build-system r-build-system)
4009 (propagated-inputs
4010 `(("r-boot" ,r-boot)
4011 ("r-mass" ,r-mass)))
4012 (home-page "https://cran.r-project.org/web/packages/laeken/")
4013 (synopsis "Estimation of indicators on social exclusion and poverty")
4014 (description "This package provides tools for the estimation of indicators
4015 on social exclusion and poverty, as well as an implementation of Pareto tail
4016 modeling for empirical income distributions.")
4017 (license license:gpl2+)))
4018
4019 (define-public r-vcd
4020 (package
4021 (name "r-vcd")
4022 (version "1.4-7")
4023 (source
4024 (origin
4025 (method url-fetch)
4026 (uri (cran-uri "vcd" version))
4027 (sha256
4028 (base32
4029 "16aj688nhlcvdxzfsqh4s375v8f8vl8997dl8h1xg29b42nv52gc"))))
4030 (build-system r-build-system)
4031 (propagated-inputs
4032 `(("r-colorspace" ,r-colorspace)
4033 ("r-lmtest" ,r-lmtest)
4034 ("r-mass" ,r-mass)))
4035 (home-page "https://cran.r-project.org/web/packages/vcd/")
4036 (synopsis "Visualizing categorical data")
4037 (description "This package provides visualization techniques, data sets,
4038 summary and inference procedures aimed particularly at categorical data.
4039 Special emphasis is given to highly extensible grid graphics. The package was
4040 originally inspired by the book \"Visualizing Categorical Data\" by Michael
4041 Friendly and is now the main support package for a new book, \"Discrete Data
4042 Analysis with R\" by Michael Friendly and David Meyer (2015).")
4043 (license license:gpl2)))
4044
4045 (define-public r-ica
4046 (package
4047 (name "r-ica")
4048 (version "1.0-2")
4049 (source
4050 (origin
4051 (method url-fetch)
4052 (uri (cran-uri "ica" version))
4053 (sha256
4054 (base32
4055 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
4056 (build-system r-build-system)
4057 (home-page "https://cran.r-project.org/web/packages/ica/")
4058 (synopsis "Independent component analysis")
4059 (description "This package provides tools for @dfn{Independent Component
4060 Analysis} (ICA) using various algorithms: FastICA,
4061 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
4062 of Eigenmatrices} (JADE).")
4063 (license license:gpl2+)))
4064
4065 (define-public r-dtw
4066 (package
4067 (name "r-dtw")
4068 (version "1.21-3")
4069 (source
4070 (origin
4071 (method url-fetch)
4072 (uri (cran-uri "dtw" version))
4073 (sha256
4074 (base32
4075 "02hyhx1sy5h3vzh9zixy18a7d47df4k5d0wyflcvlcbsbcl6p90s"))))
4076 (build-system r-build-system)
4077 (propagated-inputs `(("r-proxy" ,r-proxy)))
4078 (home-page "http://dtw.r-forge.r-project.org/")
4079 (synopsis "Dynamic Time Warping Algorithms")
4080 (description "This package provides a comprehensive implementation of
4081 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
4082 optimal (least cumulative distance) alignment between points of two time
4083 series. Common DTW variants covered include local (slope) and global (window)
4084 constraints, subsequence matches, arbitrary distance definitions,
4085 normalizations, minimum variance matching, and so on.")
4086 (license license:gpl2+)))
4087
4088 (define-public r-sdmtools
4089 (package
4090 (name "r-sdmtools")
4091 (version "1.1-221.2")
4092 (source
4093 (origin
4094 (method url-fetch)
4095 (uri (cran-uri "SDMTools" version))
4096 (sha256
4097 (base32
4098 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
4099 (properties `((upstream-name . "SDMTools")))
4100 (build-system r-build-system)
4101 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
4102 (home-page "https://www.rforge.net/SDMTools/")
4103 (synopsis "Species distribution modelling tools")
4104 (description "This package provides a set of tools for post processing
4105 the outcomes of species distribution modeling exercises. It includes novel
4106 methods for comparing models and tracking changes in distributions through
4107 time. It further includes methods for visualizing outcomes, selecting
4108 thresholds, calculating measures of accuracy and landscape fragmentation
4109 statistics, etc.")
4110 (license license:gpl3+)))
4111
4112 (define-public r-scatterplot3d
4113 (package
4114 (name "r-scatterplot3d")
4115 (version "0.3-41")
4116 (source
4117 (origin
4118 (method url-fetch)
4119 (uri (cran-uri "scatterplot3d" version))
4120 (sha256
4121 (base32
4122 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
4123 (build-system r-build-system)
4124 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
4125 (synopsis "3D scatter plot")
4126 (description "This package provides an implementation of scatter plots for
4127 plotting. a three dimensional point cloud.")
4128 (license license:gpl2)))
4129
4130 (define-public r-ggridges
4131 (package
4132 (name "r-ggridges")
4133 (version "0.5.2")
4134 (source
4135 (origin
4136 (method url-fetch)
4137 (uri (cran-uri "ggridges" version))
4138 (sha256
4139 (base32
4140 "03pz257aw0mkh5k75rby9givkc1ky3n5scvhjhjiz9vry9fpffmh"))))
4141 (build-system r-build-system)
4142 (propagated-inputs
4143 `(("r-ggplot2" ,r-ggplot2)
4144 ("r-plyr" ,r-plyr)
4145 ("r-scales" ,r-scales)
4146 ("r-withr" ,r-withr)))
4147 (home-page "https://github.com/clauswilke/ggridges")
4148 (synopsis "Ridgeline plots in ggplot2")
4149 (description
4150 "Ridgeline plots provide a convenient way of visualizing changes in
4151 distributions over time or space. This package enables the creation of such
4152 plots in @code{ggplot2}.")
4153 (license license:gpl2)))
4154
4155 (define-public r-ggjoy
4156 (package
4157 (name "r-ggjoy")
4158 (version "0.4.1")
4159 (source
4160 (origin
4161 (method url-fetch)
4162 (uri (cran-uri "ggjoy" version))
4163 (sha256
4164 (base32
4165 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
4166 (build-system r-build-system)
4167 (propagated-inputs
4168 `(("r-ggplot2" ,r-ggplot2)
4169 ("r-ggridges" ,r-ggridges)))
4170 (home-page "https://github.com/clauswilke/ggjoy")
4171 (synopsis "Joyplots in ggplot2")
4172 (description "Joyplots provide a convenient way of visualizing changes in
4173 distributions over time or space. This package enables the creation of such
4174 plots in @code{ggplot2}.")
4175 (license license:gpl2)))
4176
4177 (define-public r-cli
4178 (package
4179 (name "r-cli")
4180 (version "2.0.2")
4181 (source
4182 (origin
4183 (method url-fetch)
4184 (uri (cran-uri "cli" version))
4185 (sha256
4186 (base32
4187 "1dhkah6jvr96k4h4agcc2rfls75bpjb0j58fzaz3dc0fp3jk8229"))))
4188 (build-system r-build-system)
4189 (propagated-inputs
4190 `(("r-assertthat" ,r-assertthat)
4191 ("r-crayon" ,r-crayon)
4192 ("r-fansi" ,r-fansi)
4193 ("r-glue" ,r-glue)))
4194 (home-page "https://github.com/r-lib/cli#readme")
4195 (synopsis "Helpers for developing command line interfaces")
4196 (description "This package provides a suite of tools designed to build
4197 attractive command line interfaces (CLIs). It includes tools for drawing
4198 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
4199 (license license:expat)))
4200
4201 (define-public r-argparser
4202 (package
4203 (name "r-argparser")
4204 (version "0.6")
4205 (source
4206 (origin
4207 (method url-fetch)
4208 (uri (cran-uri "argparser" version))
4209 (sha256
4210 (base32
4211 "1pxiz9jlhlnpzqn1lz349r07i7glw708w202x6dlnxp112fg7k4x"))))
4212 (build-system r-build-system)
4213 (home-page "https://bitbucket.org/djhshih/argparser")
4214 (synopsis "Command-line argument parser")
4215 (description
4216 "This package provides a cross-platform command-line argument parser
4217 written purely in R with no external dependencies. It is useful with the
4218 Rscript front-end and facilitates turning an R script into an executable
4219 script.")
4220 (license license:gpl3+)))
4221
4222 (define-public r-debugme
4223 (package
4224 (name "r-debugme")
4225 (version "1.1.0")
4226 (source
4227 (origin
4228 (method url-fetch)
4229 (uri (cran-uri "debugme" version))
4230 (sha256
4231 (base32
4232 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
4233 (build-system r-build-system)
4234 (propagated-inputs `(("r-crayon" ,r-crayon)))
4235 (home-page "https://github.com/r-lib/debugme#readme")
4236 (synopsis "Debug R packages")
4237 (description
4238 "This package allows the user to specify debug messages as special string
4239 constants, and control debugging of packages via environment variables.")
4240 (license license:expat)))
4241
4242 (define-public r-processx
4243 (package
4244 (name "r-processx")
4245 (version "3.4.3")
4246 (source
4247 (origin
4248 (method url-fetch)
4249 (uri (cran-uri "processx" version))
4250 (sha256
4251 (base32 "07dhzijqnj2zkm3qrk4ppsv8wscn8ysdsjbidlg9zrbj1wcg4izj"))))
4252 (build-system r-build-system)
4253 (propagated-inputs
4254 `(("r-ps" ,r-ps)
4255 ("r-r6" ,r-r6)))
4256 (home-page "https://github.com/r-lib/processx3")
4257 (synopsis "Execute and control system processes")
4258 (description
4259 "This package provides portable tools to run system processes in the
4260 background. It can check if a background process is running; wait on a
4261 background process to finish; get the exit status of finished processes; kill
4262 background processes and their children; restart processes. It can read the
4263 standard output and error of the processes, using non-blocking connections.
4264 @code{processx} can poll a process for standard output or error, with a
4265 timeout. It can also poll several processes at once.")
4266 (license license:expat)))
4267
4268 (define-public r-tsp
4269 (package
4270 (name "r-tsp")
4271 (version "1.1-10")
4272 (source
4273 (origin
4274 (method url-fetch)
4275 (uri (cran-uri "TSP" version))
4276 (sha256
4277 (base32
4278 "0z1v6m0vqjzxc4az3zyjaayygx0jr3mdmc56jjd421iqh0b9z5s4"))))
4279 (properties `((upstream-name . "TSP")))
4280 (build-system r-build-system)
4281 (propagated-inputs `(("r-foreach" ,r-foreach)))
4282 (home-page "https://cran.r-project.org/web/packages/TSP/")
4283 (synopsis "Traveling salesperson problem (TSP)")
4284 (description "This package provides basic infrastructure and some
4285 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
4286 traveling salesman problem).")
4287 (license license:gpl3)))
4288
4289 (define-public r-qap
4290 (package
4291 (name "r-qap")
4292 (version "0.1-1")
4293 (source
4294 (origin
4295 (method url-fetch)
4296 (uri (cran-uri "qap" version))
4297 (sha256
4298 (base32
4299 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
4300 (build-system r-build-system)
4301 (native-inputs `(("gfortran" ,gfortran)))
4302 (home-page "https://cran.r-project.org/web/packages/qap/")
4303 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
4304 (description "This package implements heuristics for the @dfn{quadratic
4305 assignment problem} (QAP). Currently only a simulated annealing heuristic is
4306 available.")
4307 (license license:gpl3)))
4308
4309 (define-public r-gclus
4310 (package
4311 (name "r-gclus")
4312 (version "1.3.2")
4313 (source
4314 (origin
4315 (method url-fetch)
4316 (uri (cran-uri "gclus" version))
4317 (sha256
4318 (base32
4319 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
4320 (build-system r-build-system)
4321 (propagated-inputs `(("r-cluster" ,r-cluster)))
4322 (home-page "https://cran.r-project.org/web/packages/gclus/")
4323 (synopsis "Clustering graphics")
4324 (description "This package orders panels in scatterplot matrices and
4325 parallel coordinate displays by some merit index. It contains various indices
4326 of merit, ordering functions, and enhanced versions of @code{pairs} and
4327 @code{parcoord} which color panels according to their merit level.")
4328 (license license:gpl2+)))
4329
4330 (define-public r-webshot
4331 (package
4332 (name "r-webshot")
4333 (version "0.5.2")
4334 (source
4335 (origin
4336 (method url-fetch)
4337 (uri (cran-uri "webshot" version))
4338 (sha256
4339 (base32
4340 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
4341 (build-system r-build-system)
4342 (propagated-inputs
4343 `(("r-callr" ,r-callr)
4344 ("r-jsonlite" ,r-jsonlite)
4345 ("r-magrittr" ,r-magrittr)))
4346 (home-page "https://github.com/wch/webshot/")
4347 (synopsis "Take screenshots of web pages")
4348 (description
4349 "Webshot makes it easy to take screenshots of web pages from within R.
4350 It can also run Shiny applications locally and take screenshots of the
4351 application; and it can render and screenshot static as well as interactive R
4352 Markdown documents.")
4353 (license license:gpl2)))
4354
4355 (define-public r-seriation
4356 (package
4357 (name "r-seriation")
4358 (version "1.2-8")
4359 (source
4360 (origin
4361 (method url-fetch)
4362 (uri (cran-uri "seriation" version))
4363 (sha256
4364 (base32
4365 "1zbdxq0s5rc5v307b69fw9k52m0654ls7pf22lh35ggirig6lwsk"))))
4366 (build-system r-build-system)
4367 (propagated-inputs
4368 `(("r-cluster" ,r-cluster)
4369 ("r-colorspace" ,r-colorspace)
4370 ("r-dendextend" ,r-dendextend)
4371 ("r-gclus" ,r-gclus)
4372 ("r-gplots" ,r-gplots)
4373 ("r-mass" ,r-mass)
4374 ("r-qap" ,r-qap)
4375 ("r-registry" ,r-registry)
4376 ("r-tsp" ,r-tsp)))
4377 (native-inputs `(("gfortran" ,gfortran)))
4378 (home-page "https://s2.smu.edu/IDA/seriation/")
4379 (synopsis "Infrastructure for ordering objects using seriation")
4380 (description
4381 "This package provides infrastructure for seriation with an
4382 implementation of several seriation/sequencing techniques to reorder matrices,
4383 dissimilarity matrices, and dendrograms. It also provides (optimally)
4384 reordered heatmaps, color images and clustering visualizations like
4385 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
4386 iVAT).")
4387 (license license:gpl3)))
4388
4389 (define-public r-xfun
4390 (package
4391 (name "r-xfun")
4392 (version "0.16")
4393 (source
4394 (origin
4395 (method url-fetch)
4396 (uri (cran-uri "xfun" version))
4397 (sha256
4398 (base32 "1x7b71xhbl44fyccz69l24nbgyxawm2km90s4h1l3zr5z2vly0sg"))))
4399 (build-system r-build-system)
4400 ;; knitr itself depends on xfun
4401 #;
4402 (native-inputs
4403 `(("r-knitr" ,r-knitr)))
4404 (home-page "https://github.com/yihui/xfun")
4405 (synopsis "Miscellaneous functions")
4406 (description
4407 "This package provides miscellaneous functions commonly used in other
4408 packages maintained by Yihui Xie.")
4409 (license license:expat)))
4410
4411 (define-public r-utf8
4412 (package
4413 (name "r-utf8")
4414 (version "1.1.4")
4415 (source
4416 (origin
4417 (method url-fetch)
4418 (uri (cran-uri "utf8" version))
4419 (sha256
4420 (base32
4421 "0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
4422 (build-system r-build-system)
4423 (home-page "https://github.com/patperry/r-utf8")
4424 (synopsis "Unicode text processing")
4425 (description
4426 "This package provides tools to process and print UTF-8 encoded
4427 international text (Unicode). Input, validate, normalize, encode, format, and
4428 display.")
4429 (license license:asl2.0)))
4430
4431 (define-public r-zeallot
4432 (package
4433 (name "r-zeallot")
4434 (version "0.1.0")
4435 (source
4436 (origin
4437 (method url-fetch)
4438 (uri (cran-uri "zeallot" version))
4439 (sha256
4440 (base32
4441 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
4442 (build-system r-build-system)
4443 (home-page "https://github.com/nteetor/zeallot")
4444 (synopsis "Multiple, unpacking, and destructuring assignment")
4445 (description
4446 "This package provides a @code{%<-%} operator to perform multiple,
4447 unpacking, and destructuring assignment in R. The operator unpacks the
4448 right-hand side of an assignment into multiple values and assigns these values
4449 to variables on the left-hand side of the assignment.")
4450 (license license:expat)))
4451
4452 (define-public r-vctrs
4453 (package
4454 (name "r-vctrs")
4455 (version "0.3.2")
4456 (source
4457 (origin
4458 (method url-fetch)
4459 (uri (cran-uri "vctrs" version))
4460 (sha256
4461 (base32
4462 "05s8v3ms4jaim44c7m4y0dnv8mysj9b26cdfyrfgcjpllayrjib2"))))
4463 (build-system r-build-system)
4464 (propagated-inputs
4465 `(("r-digest" ,r-digest)
4466 ("r-ellipsis" ,r-ellipsis)
4467 ("r-glue" ,r-glue)
4468 ("r-rlang" ,r-rlang)))
4469 (native-inputs
4470 `(("r-knitr" ,r-knitr)))
4471 (home-page "https://github.com/r-lib/vctrs")
4472 (synopsis "Vector helpers")
4473 (description
4474 "There are three main goals to the @code{vctrs} package:
4475
4476 @enumerate
4477 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
4478 @code{length()} and @code{class()}. These definitions are paired with a
4479 framework for type-coercion and size-recycling.
4480 @item To define type- and size-stability as desirable function properties, use
4481 them to analyse existing base function, and to propose better alternatives.
4482 This work has been particularly motivated by thinking about the ideal
4483 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
4484 @item To provide a new @code{vctr} base class that makes it easy to create new
4485 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
4486 a few new @code{vctrs} generics, making implementation considerably simpler
4487 and more robust.
4488 @end enumerate\n")
4489 (license license:gpl3)))
4490
4491 (define-public r-pillar
4492 (package
4493 (name "r-pillar")
4494 (version "1.4.6")
4495 (source
4496 (origin
4497 (method url-fetch)
4498 (uri (cran-uri "pillar" version))
4499 (sha256
4500 (base32
4501 "01ck8ziqzjc9ibbj3g88siz1iw263dgl8jx6ryw2v50rjrr3y7fj"))))
4502 (build-system r-build-system)
4503 (propagated-inputs
4504 `(("r-cli" ,r-cli)
4505 ("r-crayon" ,r-crayon)
4506 ("r-ellipsis" ,r-ellipsis)
4507 ("r-fansi" ,r-fansi)
4508 ("r-lifecycle" ,r-lifecycle)
4509 ("r-rlang" ,r-rlang)
4510 ("r-utf8" ,r-utf8)
4511 ("r-vctrs" ,r-vctrs)))
4512 (home-page "https://github.com/r-lib/pillar")
4513 (synopsis "Coloured formatting for columns")
4514 (description
4515 "This package provides a @code{pillar} generic designed for formatting
4516 columns of data using the full range of colours provided by modern
4517 terminals.")
4518 (license license:gpl3)))
4519
4520 (define-public r-uuid
4521 (package
4522 (name "r-uuid")
4523 (version "0.1-4")
4524 (source
4525 (origin
4526 (method url-fetch)
4527 (uri (cran-uri "uuid" version))
4528 (sha256
4529 (base32
4530 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
4531 (build-system r-build-system)
4532 (home-page "https://www.rforge.net/uuid")
4533 (synopsis "Tools for generating and handling of UUIDs")
4534 (description
4535 "This package provides tools for generating and handling of
4536 @dfn{Universally Unique Identifiers} (UUIDs).")
4537 (license license:expat)))
4538
4539 (define-public r-tinytex
4540 (package
4541 (name "r-tinytex")
4542 (version "0.25")
4543 (source
4544 (origin
4545 (method url-fetch)
4546 (uri (cran-uri "tinytex" version))
4547 (sha256
4548 (base32
4549 "0zbhzxxjlkdj9byxyab477p7cnws5y87nyg989lkzarxdc7dglza"))))
4550 (build-system r-build-system)
4551 (propagated-inputs
4552 `(("r-xfun" ,r-xfun)))
4553 (home-page "https://github.com/yihui/tinytex")
4554 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
4555 (description
4556 "This package provides helper functions to install and maintain the LaTeX
4557 distribution named TinyTeX, a lightweight, cross-platform, portable, and
4558 easy-to-maintain version of TeX Live. This package also contains helper
4559 functions to compile LaTeX documents, and install missing LaTeX packages
4560 automatically.")
4561 (license license:expat)))
4562
4563 (define-public r-network
4564 (package
4565 (name "r-network")
4566 (version "1.16.0")
4567 (source
4568 (origin
4569 (method url-fetch)
4570 (uri (cran-uri "network" version))
4571 (sha256
4572 (base32
4573 "0dnf1wl3za2lhx2lwd8smhlijl1cfhckgr8zz9piiirrfi2m2kx2"))))
4574 (build-system r-build-system)
4575 (propagated-inputs
4576 `(("r-magrittr" ,r-magrittr)
4577 ("r-tibble" ,r-tibble)))
4578 (home-page "https://statnet.org/")
4579 (synopsis "Classes for relational data")
4580 (description
4581 "This package provides tools to create and modify network objects. The
4582 @code{network} class can represent a range of relational data types, and
4583 supports arbitrary vertex/edge/graph attributes.")
4584 (license license:gpl2+)))
4585
4586 (define-public r-statnet-common
4587 (package
4588 (name "r-statnet-common")
4589 (version "4.3.0")
4590 (source
4591 (origin
4592 (method url-fetch)
4593 (uri (cran-uri "statnet.common" version))
4594 (sha256
4595 (base32
4596 "0ng90i0wm9wlyhjbnmnylc1bbqw396p1dr7f402dyry9x9ck6jl3"))))
4597 (properties
4598 `((upstream-name . "statnet.common")))
4599 (build-system r-build-system)
4600 (propagated-inputs
4601 `(("r-coda" ,r-coda)))
4602 (home-page "https://statnet.org")
4603 (synopsis "R scripts and utilities used by the Statnet software")
4604 (description "This package provides non-statistical utilities used by the
4605 software developed by the Statnet Project.")
4606 (license license:gpl3)))
4607
4608 (define-public r-statcheck
4609 (package
4610 (name "r-statcheck")
4611 (version "1.3.0")
4612 (source
4613 (origin
4614 (method url-fetch)
4615 (uri (cran-uri "statcheck" version))
4616 (sha256
4617 (base32
4618 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
4619 (build-system r-build-system)
4620 (propagated-inputs
4621 `(("r-ggplot2" ,r-ggplot2)
4622 ("r-plyr" ,r-plyr)
4623 ("r-rmarkdown" ,r-rmarkdown)))
4624 (home-page "https://cran.r-project.org/web/packages/statcheck/")
4625 (synopsis "Extract statistics from articles and recompute p-values")
4626 (description "This package can automatically extract statistical
4627 null-hypothesis significant testing (NHST) results from articles and recompute
4628 the p-values based on the reported test statistic and degrees of freedom to
4629 detect possible inconsistencies.")
4630 (license license:gpl2)))
4631
4632 (define-public r-sna
4633 (package
4634 (name "r-sna")
4635 (version "2.5")
4636 (source
4637 (origin
4638 (method url-fetch)
4639 (uri (cran-uri "sna" version))
4640 (sha256
4641 (base32
4642 "1j3i6300m686qqfmyvadim377cd3mplzgj6mandygw8brg50id8k"))))
4643 (build-system r-build-system)
4644 (propagated-inputs
4645 `(("r-network" ,r-network)
4646 ("r-statnet-common" ,r-statnet-common)))
4647 (home-page "https://statnet.org")
4648 (synopsis "Tools for social network analysis")
4649 (description
4650 "This package provides a range of tools for social network analysis,
4651 including node and graph-level indices, structural distance and covariance
4652 methods, structural equivalence detection, network regression, random graph
4653 generation, and 2D/3D network visualization.")
4654 (license license:gpl2+)))
4655
4656 (define-public r-tfisher
4657 (package
4658 (name "r-tfisher")
4659 (version "0.2.0")
4660 (source
4661 (origin
4662 (method url-fetch)
4663 (uri (cran-uri "TFisher" version))
4664 (sha256
4665 (base32
4666 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
4667 (properties `((upstream-name . "TFisher")))
4668 (build-system r-build-system)
4669 (propagated-inputs
4670 `(("r-matrix" ,r-matrix)
4671 ("r-mvtnorm" ,r-mvtnorm)
4672 ("r-sn" ,r-sn)))
4673 (home-page "https://cran.r-project.org/web/packages/TFisher/")
4674 (synopsis "Optimal thresholding Fisher's p-value combination method")
4675 (description
4676 "This package provides the @dfn{cumulative distribution function} (CDF),
4677 quantile, and statistical power calculator for a collection of thresholding
4678 Fisher's p-value combination methods, including Fisher's p-value combination
4679 method, truncated product method and, in particular, soft-thresholding
4680 Fisher's p-value combination method which is proven to be optimal in some
4681 context of signal detection. The p-value calculator for the omnibus version
4682 of these tests are also included.")
4683 (license license:gpl2)))
4684
4685 (define-public r-ttr
4686 (package
4687 (name "r-ttr")
4688 (version "0.24.0")
4689 (source
4690 (origin
4691 (method url-fetch)
4692 (uri (cran-uri "TTR" version))
4693 (sha256
4694 (base32
4695 "0dcmfr98bxhdhszsdr1yjhvy4kplnfm88fh8sdzrkjank1qsxia2"))))
4696 (properties `((upstream-name . "TTR")))
4697 (build-system r-build-system)
4698 (propagated-inputs
4699 `(("r-curl" ,r-curl)
4700 ("r-xts" ,r-xts)
4701 ("r-zoo" ,r-zoo)))
4702 (home-page "https://github.com/joshuaulrich/TTR")
4703 (synopsis "Technical trading rules")
4704 (description
4705 "This package provides functions and data to construct technical trading
4706 rules with R.")
4707 (license license:gpl2)))
4708
4709 (define-public r-leaps
4710 (package
4711 (name "r-leaps")
4712 (version "3.1")
4713 (source
4714 (origin
4715 (method url-fetch)
4716 (uri (cran-uri "leaps" version))
4717 (sha256
4718 (base32
4719 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
4720 (build-system r-build-system)
4721 (native-inputs `(("gfortran" ,gfortran)))
4722 (home-page "https://cran.r-project.org/web/packages/leaps/")
4723 (synopsis "Regression subset selection")
4724 (description
4725 "This package provides tools for regression subset selection, including
4726 exhaustive search.")
4727 (license license:gpl2+)))
4728
4729 (define-public r-splus2r
4730 (package
4731 (name "r-splus2r")
4732 (version "1.2-2")
4733 (source
4734 (origin
4735 (method url-fetch)
4736 (uri (cran-uri "splus2R" version))
4737 (sha256
4738 (base32
4739 "0xrbj8vxy0pc6hl7m8abv71d3hjw47cl51s7j7priadyqczkq6sz"))))
4740 (properties `((upstream-name . "splus2R")))
4741 (build-system r-build-system)
4742 (native-inputs `(("gfortran" ,gfortran)))
4743 (home-page "https://cran.r-project.org/web/packages/splus2R/")
4744 (synopsis "Supplemental S-PLUS functionality in R")
4745 (description
4746 "Currently there are many functions in S-PLUS that are missing in R. To
4747 facilitate the conversion of S-PLUS packages to R packages, this package
4748 provides some missing S-PLUS functionality in R.")
4749 (license license:gpl2)))
4750
4751 (define-public r-ifultools
4752 (package
4753 (name "r-ifultools")
4754 (version "2.0-5")
4755 (source
4756 (origin
4757 (method url-fetch)
4758 (uri (cran-uri "ifultools" version))
4759 (sha256
4760 (base32
4761 "040kvbczcmmbaiaz0k0pdq9af541pjj6iwzh1a3w4szh9w6b5a3j"))))
4762 (build-system r-build-system)
4763 (propagated-inputs
4764 `(("r-mass" ,r-mass)
4765 ("r-splus2r" ,r-splus2r)))
4766 (home-page "https://cran.r-project.org/web/packages/ifultools/")
4767 (synopsis "Insightful research tools")
4768 (description "This package provides C code used by the wmtsa, fractal, and
4769 sapa R packages.")
4770 (license license:gpl2)))
4771
4772 (define-public r-sapa
4773 (package
4774 (name "r-sapa")
4775 (version "2.0-2")
4776 (source
4777 (origin
4778 (method url-fetch)
4779 (uri (cran-uri "sapa" version))
4780 (sha256
4781 (base32
4782 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
4783 (build-system r-build-system)
4784 (propagated-inputs
4785 `(("r-ifultools" ,r-ifultools)
4786 ("r-splus2r" ,r-splus2r)))
4787 (home-page "https://cran.r-project.org/web/packages/sapa/")
4788 (synopsis "Spectral analysis for physical applications")
4789 (description "This package provides software for the book Spectral
4790 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
4791 Cambridge University Press, 1993.")
4792 (license license:gpl2)))
4793
4794 (define-public r-aggregation
4795 (package
4796 (name "r-aggregation")
4797 (version "1.0.1")
4798 (source
4799 (origin
4800 (method url-fetch)
4801 (uri (cran-uri "aggregation" version))
4802 (sha256
4803 (base32
4804 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
4805 (build-system r-build-system)
4806 (home-page "https://cran.r-project.org/web/packages/aggregation/")
4807 (synopsis "Methods for p-value aggregation")
4808 (description
4809 "This package contains functionality for performing the following methods
4810 of p-value aggregation: Fisher's method, the Lancaster method (weighted
4811 Fisher's method), and Sidak correction.")
4812 (license license:gpl3)))
4813
4814 (define-public r-quantmod
4815 (package
4816 (name "r-quantmod")
4817 (version "0.4.17")
4818 (source
4819 (origin
4820 (method url-fetch)
4821 (uri (cran-uri "quantmod" version))
4822 (sha256
4823 (base32
4824 "1ss441rwlr88kz212m0wgx0hwgwi41rhy1jncg2lgqzqfvr5dzqa"))))
4825 (build-system r-build-system)
4826 (propagated-inputs
4827 `(("r-curl" ,r-curl)
4828 ("r-ttr" ,r-ttr)
4829 ("r-xts" ,r-xts)
4830 ("r-zoo" ,r-zoo)))
4831 (home-page "https://cran.r-project.org/web/packages/quantmod/")
4832 (synopsis "Quantitative financial modelling framework")
4833 (description "This package provides a quantitative financial modelling
4834 framework to allow users to specify, build, trade, and analyse quantitative
4835 financial trading strategies.")
4836 (license license:gpl3)))
4837
4838 (define-public r-tseries
4839 (package
4840 (name "r-tseries")
4841 (version "0.10-47")
4842 (source
4843 (origin
4844 (method url-fetch)
4845 (uri (cran-uri "tseries" version))
4846 (sha256
4847 (base32
4848 "0yzvc9djp3angvxdxqi60wi726y76ablsb71q88ycvw0avgpf8r0"))))
4849 (build-system r-build-system)
4850 (propagated-inputs
4851 `(("r-quadprog" ,r-quadprog)
4852 ("r-quantmod" ,r-quantmod)
4853 ("r-zoo" ,r-zoo)))
4854 (native-inputs
4855 `(("gfortran" ,gfortran)))
4856 (home-page "https://cran.r-project.org/web/packages/tseries/")
4857 (synopsis "Time series analysis and computational finance")
4858 (description
4859 "This package provides functions relating to time series analysis and
4860 computational finance.")
4861 (license license:gpl2)))
4862
4863 (define-public r-wmtsa
4864 (package
4865 (name "r-wmtsa")
4866 (version "2.0-3")
4867 (source
4868 (origin
4869 (method url-fetch)
4870 (uri (cran-uri "wmtsa" version))
4871 (sha256
4872 (base32
4873 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
4874 (build-system r-build-system)
4875 (propagated-inputs
4876 `(("r-ifultools" ,r-ifultools)
4877 ("r-mass" ,r-mass)
4878 ("r-splus2r" ,r-splus2r)))
4879 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
4880 (synopsis "Wavelet methods for time series analysis")
4881 (description
4882 "This package provides software to accompany the book \"Wavelet Methods
4883 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
4884 University Press, 2000.")
4885 (license license:gpl2)))
4886
4887 (define-public r-tsa
4888 (package
4889 (name "r-tsa")
4890 (version "1.2")
4891 (source
4892 (origin
4893 (method url-fetch)
4894 (uri (cran-uri "TSA" version))
4895 (sha256
4896 (base32
4897 "0gjfqibwdznz0nka95k4fjm935svxjpnqfywwz403crn2lh30h6q"))))
4898 (properties `((upstream-name . "TSA")))
4899 (build-system r-build-system)
4900 (propagated-inputs
4901 `(("r-leaps" ,r-leaps)
4902 ("r-locfit" ,r-locfit)
4903 ("r-mgcv" ,r-mgcv)))
4904 (home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
4905 (synopsis "Time series analysis")
4906 (description
4907 "This package contains R functions and datasets detailed in the book
4908 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
4909 Cryer and Kung-Sik Chan.")
4910 (license license:gpl2+)))
4911
4912 (define-public r-extradistr
4913 (package
4914 (name "r-extradistr")
4915 (version "1.8.11")
4916 (source
4917 (origin
4918 (method url-fetch)
4919 (uri (cran-uri "extraDistr" version))
4920 (sha256
4921 (base32
4922 "1vvqv1d4hxa025gmm8cbiph63qsqy87l3ri5idd524gyz3chbcl3"))))
4923 (properties `((upstream-name . "extraDistr")))
4924 (build-system r-build-system)
4925 (propagated-inputs
4926 `(("r-rcpp" ,r-rcpp)))
4927 (home-page "https://github.com/twolodzko/extraDistr")
4928 (synopsis "Additional univariate and multivariate distributions")
4929 (description
4930 "This package implements density, distribution functions, quantile
4931 functions and random generation functions for a large number of univariate and
4932 multivariate distributions.")
4933 (license license:gpl2)))
4934
4935 (define-public r-fractal
4936 (package
4937 (name "r-fractal")
4938 (version "2.0-4")
4939 (source
4940 (origin
4941 (method url-fetch)
4942 (uri (cran-uri "fractal" version))
4943 (sha256
4944 (base32
4945 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
4946 (build-system r-build-system)
4947 (propagated-inputs
4948 `(("r-ifultools" ,r-ifultools)
4949 ("r-mass" ,r-mass)
4950 ("r-sapa" ,r-sapa)
4951 ("r-scatterplot3d" ,r-scatterplot3d)
4952 ("r-splus2r" ,r-splus2r)
4953 ("r-wmtsa" ,r-wmtsa)))
4954 (home-page "https://cran.r-project.org/web/packages/fractal/")
4955 (synopsis "Fractal time series modeling and analysis")
4956 (description
4957 "This package provides tools for stochastic fractal and deterministic
4958 chaotic time series analysis.")
4959 (license license:gpl2)))
4960
4961 (define-public r-urca
4962 (package
4963 (name "r-urca")
4964 (version "1.3-0")
4965 (source
4966 (origin
4967 (method url-fetch)
4968 (uri (cran-uri "urca" version))
4969 (sha256
4970 (base32
4971 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
4972 (build-system r-build-system)
4973 (propagated-inputs `(("r-nlme" ,r-nlme)))
4974 (native-inputs `(("gfortran" ,gfortran)))
4975 (home-page "https://cran.r-project.org/web/packages/urca/")
4976 (synopsis "Unit root and cointegration tests for time series data")
4977 (description
4978 "This package provides unit root and cointegration tests encountered in
4979 applied econometric analysis.")
4980 (license license:gpl2+)))
4981
4982 (define-public r-cubature
4983 (package
4984 (name "r-cubature")
4985 (version "2.0.4.1")
4986 (source
4987 (origin
4988 (method url-fetch)
4989 (uri (cran-uri "cubature" version))
4990 (sha256
4991 (base32
4992 "006la36gxdikvmdnq4ny7ik7r30id4z3b3fqsl57dpqwkpsbsgrq"))))
4993 (build-system r-build-system)
4994 (propagated-inputs
4995 `(("r-rcpp" ,r-rcpp)))
4996 (native-inputs
4997 `(("r-knitr" ,r-knitr)))
4998 (home-page "https://github.com/bnaras/cubature")
4999 (synopsis "Adaptive multivariate integration over hypercubes")
5000 (description
5001 "This package is an R wrapper around the cubature C library for adaptive
5002 multivariate integration over hypercubes. This version provides both
5003 @code{hcubature} and @code{pcubature} routines in addition to a vector
5004 interface.")
5005 ;; The included cubature C library is released under GPLv2+, but the
5006 ;; wrapper declares the license to be GPLv3+.
5007 (license (list license:gpl2+ license:gpl3+))))
5008
5009 (define-public r-trend
5010 (package
5011 (name "r-trend")
5012 (version "1.1.2")
5013 (source
5014 (origin
5015 (method url-fetch)
5016 (uri (cran-uri "trend" version))
5017 (sha256
5018 (base32
5019 "09b6ycyfgs4xlhx6kn6qm5rl2acp58hzhv8qclzn3kb1wjjyvxy5"))))
5020 (build-system r-build-system)
5021 (propagated-inputs
5022 `(("r-extradistr" ,r-extradistr)))
5023 (native-inputs
5024 `(("gfortran" ,gfortran)))
5025 (home-page "https://cran.r-project.org/web/packages/trend/")
5026 (synopsis "Non-parametric trend tests and change-point detection")
5027 (description
5028 "The analysis of environmental data often requires the detection of
5029 trends and change-points. This package includes tests for trend
5030 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
5031 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
5032 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
5033 correlation trend test), change-point detection (Lanzante's test procedures,
5034 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
5035 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
5036 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
5037 sample Robust Rank-Order Distributional Test.")
5038 (license license:gpl3)))
5039
5040 (define-public r-expm
5041 (package
5042 (name "r-expm")
5043 (version "0.999-5")
5044 (source
5045 (origin
5046 (method url-fetch)
5047 (uri (cran-uri "expm" version))
5048 (sha256
5049 (base32
5050 "0y98ya8rhy891nysjlzzy7kcm13dsz8gvxwzvbkmcp1xx0vicxc7"))))
5051 (build-system r-build-system)
5052 (propagated-inputs `(("r-matrix" ,r-matrix)))
5053 (native-inputs `(("gfortran" ,gfortran)))
5054 (home-page "https://r-forge.r-project.org/projects/expm/")
5055 (synopsis "Tools for matrix exponentials and related quantities")
5056 (description
5057 "This package provides tools for the computation of the matrix
5058 exponential, logarithm, square root, and related quantities.")
5059 (license license:gpl2+)))
5060
5061 (define-public r-complexplus
5062 (package
5063 (name "r-complexplus")
5064 (version "2.1")
5065 (source
5066 (origin
5067 (method url-fetch)
5068 (uri (cran-uri "complexplus" version))
5069 (sha256
5070 (base32
5071 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
5072 (build-system r-build-system)
5073 (propagated-inputs
5074 `(("r-expm" ,r-expm)
5075 ("r-matrix" ,r-matrix)))
5076 (home-page "https://cran.r-project.org/web/packages/complexplus/")
5077 (synopsis "Functions of complex or real variables")
5078 (description
5079 "This package extends several functions to the complex domain, including
5080 the matrix exponential and logarithm, and the determinant.")
5081 (license license:gpl2)))
5082
5083 (define-public r-phontools
5084 (package
5085 (name "r-phontools")
5086 (version "0.2-2.1")
5087 (source
5088 (origin
5089 (method url-fetch)
5090 (uri (cran-uri "phonTools" version))
5091 (sha256
5092 (base32
5093 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
5094 (properties `((upstream-name . "phonTools")))
5095 (build-system r-build-system)
5096 (home-page "http://www.santiagobarreda.com/rscripts.html")
5097 (synopsis "Tools for phonetic and acoustic analyses")
5098 (description
5099 "This package contains tools for the organization, display, and analysis
5100 of the sorts of data frequently encountered in phonetics research and
5101 experimentation, including the easy creation of IPA vowel plots, and the
5102 creation and manipulation of WAVE audio files.")
5103 (license license:bsd-2)))
5104
5105 (define-public r-np
5106 (package
5107 (name "r-np")
5108 (version "0.60-10")
5109 (source
5110 (origin
5111 (method url-fetch)
5112 (uri (cran-uri "np" version))
5113 (sha256
5114 (base32
5115 "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
5116 (build-system r-build-system)
5117 (propagated-inputs
5118 `(("r-boot" ,r-boot)
5119 ("r-cubature" ,r-cubature)
5120 ("r-quadprog" ,r-quadprog)
5121 ("r-quantreg" ,r-quantreg)))
5122 (home-page "https://github.com/JeffreyRacine/R-Package-np")
5123 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
5124 (description "This package provides non-parametric (and semi-parametric)
5125 kernel methods that seamlessly handle a mix of continuous, unordered, and
5126 ordered factor data types.")
5127 ;; Any version of the GPL.
5128 (license license:gpl3+)))
5129
5130 (define-public r-powerplus
5131 (package
5132 (name "r-powerplus")
5133 (version "3.1")
5134 (source
5135 (origin
5136 (method url-fetch)
5137 (uri (cran-uri "powerplus" version))
5138 (sha256
5139 (base32
5140 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
5141 (build-system r-build-system)
5142 (propagated-inputs
5143 `(("r-complexplus" ,r-complexplus)
5144 ("r-expm" ,r-expm)
5145 ("r-mass" ,r-mass)
5146 ("r-matrix" ,r-matrix)
5147 ("r-phontools" ,r-phontools)))
5148 (home-page "https://cran.r-project.org/web/packages/powerplus/")
5149 (synopsis "Exponentiation operations")
5150 (description
5151 "This package provides tools for the computation of matrix and scalar
5152 exponentiation.")
5153 (license license:gpl2)))
5154
5155 (define-public r-egg
5156 (package
5157 (name "r-egg")
5158 (version "0.4.5")
5159 (source
5160 (origin
5161 (method url-fetch)
5162 (uri (cran-uri "egg" version))
5163 (sha256
5164 (base32
5165 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
5166 (properties `((upstream-name . "egg")))
5167 (build-system r-build-system)
5168 (propagated-inputs
5169 `(("r-ggplot2" ,r-ggplot2)
5170 ("r-gridextra" ,r-gridextra)
5171 ("r-gtable" ,r-gtable)))
5172 (home-page "https://cran.r-project.org/web/packages/egg")
5173 (synopsis "Extensions for ggplot2")
5174 (description
5175 "This package provides miscellaneous functions to help customize ggplot2
5176 objects. High-level functions are provided to post-process ggplot2 layouts
5177 and allow alignment between plot panels, as well as setting panel sizes to
5178 fixed values. Other functions include a custom @code{geom}, and helper
5179 functions to enforce symmetric scales or add tags to facetted plots.")
5180 (license license:gpl3)))
5181
5182 (define-public r-heatmaply
5183 (package
5184 (name "r-heatmaply")
5185 (version "1.1.0")
5186 (source
5187 (origin
5188 (method url-fetch)
5189 (uri (cran-uri "heatmaply" version))
5190 (sha256
5191 (base32
5192 "133q8ir45vhfxs2lnd96k97g21ihg2arfhp349kmk339pk32fcxz"))))
5193 (build-system r-build-system)
5194 (propagated-inputs
5195 `(("r-assertthat" ,r-assertthat)
5196 ("r-colorspace" ,r-colorspace)
5197 ("r-dendextend" ,r-dendextend)
5198 ("r-egg" ,r-egg)
5199 ("r-ggplot2" ,r-ggplot2)
5200 ("r-htmlwidgets" ,r-htmlwidgets)
5201 ("r-magrittr" ,r-magrittr)
5202 ("r-plotly" ,r-plotly)
5203 ("r-rcolorbrewer" ,r-rcolorbrewer)
5204 ("r-reshape2" ,r-reshape2)
5205 ("r-scales" ,r-scales)
5206 ("r-seriation" ,r-seriation)
5207 ("r-viridis" ,r-viridis)
5208 ("r-webshot" ,r-webshot)))
5209 (native-inputs
5210 `(("r-knitr" ,r-knitr)))
5211 (home-page "https://cran.r-project.org/package=heatmaply")
5212 (synopsis "Interactive cluster heat maps using plotly")
5213 (description
5214 "This package enables you to create interactive cluster heatmaps that can
5215 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
5216 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
5217 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
5218 a popular graphical method for visualizing high-dimensional data, in which a
5219 table of numbers is encoded as a grid of colored cells. The rows and columns
5220 of the matrix are ordered to highlight patterns and are often accompanied by
5221 dendrograms.")
5222 ;; Either version of the license.
5223 (license (list license:gpl2 license:gpl3))))
5224
5225 (define-public r-h5
5226 (package
5227 (name "r-h5")
5228 (version "0.9.9")
5229 (source
5230 (origin
5231 (method url-fetch)
5232 (uri (cran-uri "h5" version))
5233 (sha256
5234 (base32
5235 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
5236 (build-system r-build-system)
5237 (inputs
5238 `(("zlib" ,zlib)
5239 ("hdf5" ,hdf5)))
5240 (native-inputs
5241 `(("which" ,which)))
5242 (propagated-inputs
5243 `(("r-rcpp" ,r-rcpp)))
5244 (home-page "https://github.com/mannau/h5")
5245 (synopsis "Interface to the HDF5 Library")
5246 (description
5247 "This package provides an S4 interface to the HDF5 library supporting
5248 fast storage and retrieval of R-objects like vectors, matrices and arrays to
5249 binary files in a language independent format. The HDF5 format can therefore
5250 be used as an alternative to R's save/load mechanism. Since h5 is able to
5251 access only subsets of stored data it can also handle data sets which do not
5252 fit into memory.")
5253 (license license:bsd-2)))
5254
5255 (define-public r-cgdsr
5256 (package
5257 (name "r-cgdsr")
5258 (version "1.3.0")
5259 (source
5260 (origin
5261 (method url-fetch)
5262 (uri (cran-uri "cgdsr" version))
5263 (sha256
5264 (base32
5265 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
5266 (build-system r-build-system)
5267 (propagated-inputs
5268 `(("r-httr" ,r-httr)
5269 ("r-r-methodss3" ,r-r-methodss3)
5270 ("r-r-oo" ,r-r-oo)))
5271 (home-page "https://github.com/cBioPortal/cgdsr")
5272 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
5273 (description
5274 "This package provides a basic set of R functions for querying the Cancer
5275 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
5276 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
5277 (license license:lgpl3)))
5278
5279 (define-public r-import
5280 (package
5281 (name "r-import")
5282 (version "1.1.0")
5283 (source
5284 (origin
5285 (method url-fetch)
5286 (uri (cran-uri "import" version))
5287 (sha256
5288 (base32
5289 "0blf9539rbfwcmw8zsb4k58slb4pdnc075v34vmyjw752fznhcji"))))
5290 (build-system r-build-system)
5291 (home-page "https://github.com/smbache/import")
5292 (synopsis "Import mechanism for R")
5293 (description
5294 "This is an alternative mechanism for importing objects from packages.
5295 The syntax allows for importing multiple objects from a package with a single
5296 command in an expressive way. The import package bridges some of the gap
5297 between using @code{library} (or @code{require}) and direct (single-object)
5298 imports. Furthermore the imported objects are not placed in the current
5299 environment. It is also possible to import objects from stand-alone @code{.R}
5300 files.")
5301 (license license:expat)))
5302
5303 (define-public r-shinyace
5304 (package
5305 (name "r-shinyace")
5306 (version "0.4.1")
5307 (source
5308 (origin
5309 (method url-fetch)
5310 (uri (cran-uri "shinyAce" version))
5311 (sha256
5312 (base32
5313 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
5314 (properties `((upstream-name . "shinyAce")))
5315 (build-system r-build-system)
5316 (propagated-inputs
5317 `(("r-shiny" ,r-shiny)
5318 ("r-jsonlite" ,r-jsonlite)))
5319 (home-page "https://cran.r-project.org/web/packages/shinyAce/")
5320 (synopsis "Ace editor bindings for Shiny")
5321 (description
5322 "This package provides Ace editor bindings to enable a rich text editing
5323 environment within Shiny.")
5324 (license license:expat)))
5325
5326 (define-public r-randomizr
5327 (package
5328 (name "r-randomizr")
5329 (version "0.20.0")
5330 (source
5331 (origin
5332 (method url-fetch)
5333 (uri (cran-uri "randomizr" version))
5334 (sha256
5335 (base32
5336 "0dljyfldnardaps3fq6vi5wcs9x6qfaq5apapa78c51lnaa6fn9h"))))
5337 (properties `((upstream-name . "randomizr")))
5338 (build-system r-build-system)
5339 (native-inputs
5340 `(("r-knitr" ,r-knitr)))
5341 (home-page "https://declaredesign.org/r/randomizr/")
5342 (synopsis "Tools for common forms of random assignment and sampling")
5343 (description
5344 "This package provides tools for generating random assignments for common
5345 experimental designs and random samples for common sampling designs.")
5346 (license license:expat)))
5347
5348 (define-public r-base64url
5349 (package
5350 (name "r-base64url")
5351 (version "1.4")
5352 (source
5353 (origin
5354 (method url-fetch)
5355 (uri (cran-uri "base64url" version))
5356 (sha256
5357 (base32
5358 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
5359 (build-system r-build-system)
5360 (propagated-inputs
5361 `(("r-backports" ,r-backports)))
5362 (home-page "https://github.com/mllg/base64url")
5363 (synopsis "Fast and URL-safe base64 encoder and decoder")
5364 (description
5365 "This package provides a URL-safe base64 encoder and decoder. In
5366 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
5367 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
5368 encoder does not fill the string with trailing @code{=}. The resulting
5369 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
5370 and thus are safe to use in URLs or for file names. The package also comes
5371 with a simple base32 encoder/decoder suited for case insensitive file
5372 systems.")
5373 (license license:gpl3)))
5374
5375 (define-public r-radiant-data
5376 (package
5377 (name "r-radiant-data")
5378 (version "1.3.10")
5379 (source
5380 (origin
5381 (method url-fetch)
5382 (uri (cran-uri "radiant.data" version))
5383 (sha256
5384 (base32
5385 "09a3wn3gl1zjq5zsc5zaxyq71dg5qnpk57bmwd6qy8w99g2clm8c"))
5386 (modules '((guix build utils)))
5387 (snippet
5388 '(begin
5389 ;; Delete files that are under CC-NC-SA.
5390 (delete-file-recursively "inst/app/tools/help")
5391 #t))))
5392 (properties `((upstream-name . "radiant.data")))
5393 (build-system r-build-system)
5394 (propagated-inputs
5395 `(("r-base64enc" ,r-base64enc)
5396 ("r-broom" ,r-broom)
5397 ("r-car" ,r-car)
5398 ("r-curl" ,r-curl)
5399 ("r-dplyr" ,r-dplyr)
5400 ("r-dt" ,r-dt)
5401 ("r-glue" ,r-glue)
5402 ("r-ggplot2" ,r-ggplot2)
5403 ("r-import" ,r-import)
5404 ("r-jsonlite" ,r-jsonlite)
5405 ("r-knitr" ,r-knitr)
5406 ("r-lubridate" ,r-lubridate)
5407 ("r-magrittr" ,r-magrittr)
5408 ("r-markdown" ,r-markdown)
5409 ("r-mass" ,r-mass)
5410 ("r-patchwork" ,r-patchwork)
5411 ("r-plotly" ,r-plotly)
5412 ("r-psych" ,r-psych)
5413 ("r-randomizr" ,r-randomizr)
5414 ("r-readr" ,r-readr)
5415 ("r-readxl" ,r-readxl)
5416 ("r-rlang" ,r-rlang)
5417 ("r-rmarkdown" ,r-rmarkdown)
5418 ("r-rstudioapi" ,r-rstudioapi)
5419 ("r-scales" ,r-scales)
5420 ("r-shiny" ,r-shiny)
5421 ("r-shinyfiles" ,r-shinyfiles)
5422 ("r-shinyace" ,r-shinyace)
5423 ("r-stringi" ,r-stringi)
5424 ("r-tibble" ,r-tibble)
5425 ("r-tidyr" ,r-tidyr)
5426 ("r-writexl" ,r-writexl)))
5427 (home-page "https://github.com/radiant-rstats/radiant.data")
5428 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
5429 (description
5430 "The Radiant Data menu includes interfaces for loading, saving, viewing,
5431 visualizing, summarizing, transforming, and combining data. It also contains
5432 functionality to generate reproducible reports of the analyses conducted in
5433 the application.")
5434 (license license:agpl3)))
5435
5436 (define-public r-algdesign
5437 (package
5438 (name "r-algdesign")
5439 (version "1.2.0")
5440 (source
5441 (origin
5442 (method url-fetch)
5443 (uri (cran-uri "AlgDesign" version))
5444 (sha256
5445 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
5446 (properties `((upstream-name . "AlgDesign")))
5447 (build-system r-build-system)
5448 (home-page "https://github.com/jvbraun/AlgDesign")
5449 (synopsis "Algorithmic experimental design")
5450 (description
5451 "This package provides tools to calculate exact and approximate theory
5452 experimental designs for D, A, and I criteria. Very large designs may be
5453 created. Experimental designs may be blocked or blocked designs created from
5454 a candidate list, using several criteria. The blocking can be done when whole
5455 and within plot factors interact.")
5456 (license license:gpl2+)))
5457
5458 (define-public r-signal
5459 (package
5460 (name "r-signal")
5461 (version "0.7-6")
5462 (source
5463 (origin
5464 (method url-fetch)
5465 (uri (cran-uri "signal" version))
5466 (sha256
5467 (base32
5468 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
5469 (build-system r-build-system)
5470 (propagated-inputs `(("r-mass" ,r-mass)))
5471 (native-inputs `(("gfortran" ,gfortran)))
5472 (home-page "https://cran.r-project.org/web/packages/signal/")
5473 (synopsis "Signal processing")
5474 (description
5475 "This package provides a set of signal processing functions originally
5476 written for Matlab and GNU Octave. It includes filter generation utilities,
5477 filtering functions, resampling routines, and visualization of filter models.
5478 It also includes interpolation functions.")
5479 (license license:gpl2)))
5480
5481 (define-public r-gsubfn
5482 (package
5483 (name "r-gsubfn")
5484 (version "0.7")
5485 (source
5486 (origin
5487 (method url-fetch)
5488 (uri (cran-uri "gsubfn" version))
5489 (sha256
5490 (base32
5491 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
5492 (build-system r-build-system)
5493 (propagated-inputs `(("r-proto" ,r-proto)))
5494 (home-page "https://code.google.com/archive/p/gsubfn/")
5495 (synopsis "Utilities for strings and function arguments.")
5496 (description
5497 "This package provides @code{gsubfn} which is like @code{gsub} but can
5498 take a replacement function or certain other objects instead of the
5499 replacement string. Matches and back references are input to the replacement
5500 function and replaced by the function output. @code{gsubfn} can be used to
5501 split strings based on content rather than delimiters and for quasi-perl-style
5502 string interpolation. The package also has facilities for translating
5503 formulas to functions and allowing such formulas in function calls instead of
5504 functions.")
5505 (license license:gpl2+)))
5506
5507 (define-public r-sqldf
5508 (package
5509 (name "r-sqldf")
5510 (version "0.4-11")
5511 (source
5512 (origin
5513 (method url-fetch)
5514 (uri (cran-uri "sqldf" version))
5515 (sha256
5516 (base32
5517 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
5518 (build-system r-build-system)
5519 (propagated-inputs
5520 `(("r-chron" ,r-chron)
5521 ("r-dbi" ,r-dbi)
5522 ("r-gsubfn" ,r-gsubfn)
5523 ("r-proto" ,r-proto)
5524 ("r-rsqlite" ,r-rsqlite)))
5525 (home-page "https://github.com/ggrothendieck/sqldf")
5526 (synopsis "Manipulate R data frames using SQL")
5527 (description
5528 "The @code{sqldf} function is typically passed a single argument which is
5529 an SQL select statement where the table names are ordinary R data frame names.
5530 @code{sqldf} transparently sets up a database, imports the data frames into
5531 that database, performs the SQL statement and returns the result using a
5532 heuristic to determine which class to assign to each column of the returned
5533 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
5534 used to read filtered files into R even if the original files are larger than
5535 R itself can handle.")
5536 (license license:gpl2)))
5537
5538 (define-public r-abind
5539 (package
5540 (name "r-abind")
5541 (version "1.4-5")
5542 (source
5543 (origin
5544 (method url-fetch)
5545 (uri (cran-uri "abind" version))
5546 (sha256
5547 (base32
5548 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
5549 (build-system r-build-system)
5550 (home-page "https://cran.r-project.org/web/packages/abind/")
5551 (synopsis "Combine multidimensional arrays")
5552 (description
5553 "This package provides tools to combine multidimensional arrays into a
5554 single array. This is a generalization of @code{cbind} and @code{rbind}. It
5555 works with vectors, matrices, and higher-dimensional arrays. It also provides
5556 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
5557 extracting and replacing data in arrays.")
5558 (license license:lgpl2.0+)))
5559
5560 (define-public r-prroc
5561 (package
5562 (name "r-prroc")
5563 (version "1.3.1")
5564 (source
5565 (origin
5566 (method url-fetch)
5567 (uri (cran-uri "PRROC" version))
5568 (sha256
5569 (base32
5570 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
5571 (properties `((upstream-name . "PRROC")))
5572 (build-system r-build-system)
5573 (home-page "https://cran.r-project.org/web/packages/PRROC/")
5574 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
5575 (description
5576 "This package computes the areas under the @dfn{precision-recall} (PR)
5577 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
5578 contrast to other implementations, the interpolation between points of the PR
5579 curve is done by a non-linear piecewise function. In addition to the areas
5580 under the curves, the curves themselves can also be computed and plotted by a
5581 specific S3-method.")
5582 (license license:gpl3)))
5583
5584 (define-public r-vim
5585 (package
5586 (name "r-vim")
5587 (version "6.0.0")
5588 (source
5589 (origin
5590 (method url-fetch)
5591 (uri (cran-uri "VIM" version))
5592 (sha256
5593 (base32
5594 "0ddhca4v912q82rjpf1qld6i6g2c381g0v5b4hbnygr3lm6a7wiv"))))
5595 (properties `((upstream-name . "VIM")))
5596 (build-system r-build-system)
5597 (propagated-inputs
5598 `(("r-car" ,r-car)
5599 ("r-colorspace" ,r-colorspace)
5600 ("r-data-table" ,r-data-table)
5601 ("r-e1071" ,r-e1071)
5602 ("r-laeken" ,r-laeken)
5603 ("r-magrittr" ,r-magrittr)
5604 ("r-mass" ,r-mass)
5605 ("r-nnet" ,r-nnet)
5606 ("r-ranger" ,r-ranger)
5607 ("r-rcpp" ,r-rcpp)
5608 ("r-robustbase" ,r-robustbase)
5609 ("r-sp" ,r-sp)
5610 ("r-vcd" ,r-vcd)))
5611 (native-inputs
5612 `(("r-knitr" ,r-knitr)))
5613 (home-page "https://github.com/alexkowa/VIM")
5614 (synopsis "Visualization and imputation of missing values")
5615 (description
5616 "This package provides tools for the visualization of missing and/or
5617 imputed values are introduced, which can be used for exploring the data and
5618 the structure of the missing and/or imputed values. Depending on this
5619 structure of the missing values, the corresponding methods may help to
5620 identify the mechanism generating the missing values and allows to explore the
5621 data including missing values. In addition, the quality of imputation can be
5622 visually explored using various univariate, bivariate, multiple and
5623 multivariate plot methods.")
5624 (license license:gpl2+)))
5625
5626 (define-public r-fnn
5627 (package
5628 (name "r-fnn")
5629 (version "1.1.3")
5630 (source
5631 (origin
5632 (method url-fetch)
5633 (uri (cran-uri "FNN" version))
5634 (sha256
5635 (base32
5636 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
5637 (properties `((upstream-name . "FNN")))
5638 (build-system r-build-system)
5639 (home-page "https://cran.r-project.org/web/packages/FNN")
5640 (synopsis "Fast nearest neighbor search algorithms and applications")
5641 (description
5642 "This package provides cover-tree and kd-tree fast k-nearest neighbor
5643 search algorithms. Related applications including KNN classification,
5644 regression and information measures are implemented.")
5645 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
5646 ;; later can be used.
5647 (license license:gpl2+)))
5648
5649 (define-public r-smoother
5650 (package
5651 (name "r-smoother")
5652 (version "1.1")
5653 (source
5654 (origin
5655 (method url-fetch)
5656 (uri (cran-uri "smoother" version))
5657 (sha256
5658 (base32
5659 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
5660 (build-system r-build-system)
5661 (propagated-inputs
5662 `(("r-ttr" ,r-ttr)))
5663 (home-page "https://cran.r-project.org/web/packages/smoother")
5664 (synopsis "Functions relating to the smoothing of numerical data")
5665 (description
5666 "This package provides a collection of methods for smoothing numerical
5667 data, commencing with a port of the Matlab gaussian window smoothing function.
5668 In addition, several functions typically used in smoothing of financial data
5669 are included.")
5670 (license license:gpl2)))
5671
5672 (define-public r-riverplot
5673 (package
5674 (name "r-riverplot")
5675 (version "0.6")
5676 (source
5677 (origin
5678 (method url-fetch)
5679 (uri (cran-uri "riverplot" version))
5680 (sha256
5681 (base32
5682 "0q1icpny8nkxyjhawyjzwrw8qlz0ayn2xyrsqrm4vkxyv6c9xk8z"))))
5683 (build-system r-build-system)
5684 (home-page "https://logfc.wordpress.com")
5685 (synopsis "Sankey or ribbon plots")
5686 (description
5687 "Sankey plots are a type of diagram that is convenient to illustrate how
5688 flow of information, resources etc. separates and joins, much like observing
5689 how rivers split and merge. For example, they can be used to compare
5690 different clusterings. This package provides an implementation of Sankey
5691 plots for R.")
5692 (license license:gpl2+)))
5693
5694 (define-public r-dyn
5695 (package
5696 (name "r-dyn")
5697 (version "0.2-9.6")
5698 (source
5699 (origin
5700 (method url-fetch)
5701 (uri (cran-uri "dyn" version))
5702 (sha256
5703 (base32
5704 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
5705 (build-system r-build-system)
5706 (propagated-inputs
5707 `(("r-zoo" ,r-zoo)))
5708 (home-page "https://cran.r-project.org/web/packages/dyn")
5709 (synopsis "Time series regression")
5710 (description
5711 "This package provides the dyn class interfaces @code{ts}, @code{irts},
5712 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
5713 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
5714 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
5715 @code{randomForest::randomForest()} and other regression functions, allowing
5716 those functions to be used with time series including specifications that may
5717 contain lags, diffs and missing values.")
5718 ;; Any GPL version.
5719 (license license:gpl2+)))
5720
5721 (define-public r-catdap
5722 (package
5723 (name "r-catdap")
5724 (version "1.3.5")
5725 (source
5726 (origin
5727 (method url-fetch)
5728 (uri (cran-uri "catdap" version))
5729 (sha256
5730 (base32
5731 "0fyhl69z2lznymvpzxra9qvcg85ggzkfjy68c6mzdmf1ja44d2k5"))))
5732 (build-system r-build-system)
5733 (native-inputs
5734 `(("gfortran" ,gfortran)))
5735 (home-page "https://cran.r-project.org/web/packages/catdap/")
5736 (synopsis "Tools for categorical data analysis")
5737 (description
5738 "This package provides functions for analyzing multivariate data.
5739 Dependencies of the distribution of the specified variable (response
5740 variable) to other variables (explanatory variables) are derived and
5741 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
5742 (license license:gpl2+)))
5743
5744 (define-public r-arules
5745 (package
5746 (name "r-arules")
5747 (version "1.6-6")
5748 (source
5749 (origin
5750 (method url-fetch)
5751 (uri (cran-uri "arules" version))
5752 (sha256
5753 (base32
5754 "1pk3jjizn2m5rwi7qkdkbq9f07acgpy0qdzzqmx0agg47cwahlkm"))))
5755 (build-system r-build-system)
5756 (propagated-inputs
5757 `(("r-matrix" ,r-matrix)))
5758 (home-page "https://github.com/mhahsler/arules")
5759 (synopsis "Mining association rules and frequent itemsets")
5760 (description
5761 "This package provides an infrastructure for representing, manipulating
5762 and analyzing transaction data and patterns (frequent itemsets and association rules).
5763 It also provides C implementations of the association mining algorithms Apriori
5764 and Eclat.")
5765 (license license:gpl3)))
5766
5767 (define-public r-parsedate
5768 (package
5769 (name "r-parsedate")
5770 (version "1.2.0")
5771 (source
5772 (origin
5773 (method url-fetch)
5774 (uri (cran-uri "parsedate" version))
5775 (sha256
5776 (base32
5777 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
5778 (build-system r-build-system)
5779 (propagated-inputs
5780 `(("r-rematch2" ,r-rematch2)))
5781 (home-page "https://github.com/gaborcsardi/parsedate")
5782 (synopsis
5783 "Recognize and parse dates in various formats")
5784 (description
5785 "This package provides three functions for dealing with dates:
5786 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
5787 time formats, @code{parse_date} parses dates in unspecified formats,
5788 and @code{format_iso_8601} formats a date in ISO 8601 format.")
5789 (license license:gpl2)))
5790
5791 (define-public r-abc-data
5792 (package
5793 (name "r-abc-data")
5794 (version "1.0")
5795 (source
5796 (origin
5797 (method url-fetch)
5798 (uri (cran-uri "abc.data" version))
5799 (sha256
5800 (base32
5801 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
5802 (properties `((upstream-name . "abc.data")))
5803 (build-system r-build-system)
5804 (home-page "https://cran.r-project.org/web/packages/abc.data/")
5805 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
5806 (description
5807 "This package contains data which are used by functions of the abc
5808 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
5809 algorithms for performing parameter estimation, model selection, and
5810 goodness-of-fit.")
5811 (license license:gpl3+)))
5812
5813 (define-public r-abc
5814 (package
5815 (name "r-abc")
5816 (version "2.1")
5817 (source
5818 (origin
5819 (method url-fetch)
5820 (uri (cran-uri "abc" version))
5821 (sha256
5822 (base32
5823 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
5824 (build-system r-build-system)
5825 (propagated-inputs
5826 `(("r-abc-data" ,r-abc-data)
5827 ("r-locfit" ,r-locfit)
5828 ("r-mass" ,r-mass)
5829 ("r-nnet" ,r-nnet)
5830 ("r-quantreg" ,r-quantreg)))
5831 (home-page "https://cran.r-project.org/web/packages/abc/")
5832 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
5833 (description
5834 "This package implements several @dfn{Approximate Bayesian
5835 Computation} (ABC) algorithms for performing parameter estimation, model
5836 selection, and goodness-of-fit. Cross-validation tools are also available for
5837 measuring the accuracy of ABC estimates, and to calculate the
5838 misclassification probabilities of different models.")
5839 (license license:gpl3+)))
5840
5841 (define-public r-zip
5842 (package
5843 (name "r-zip")
5844 (version "2.1.0")
5845 (source
5846 (origin
5847 (method url-fetch)
5848 (uri (cran-uri "zip" version))
5849 (sha256
5850 (base32
5851 "1dfsagb7bx35x4zx6f5xk2sk057fbyhskkpw3w72b805cjw920da"))))
5852 (build-system r-build-system)
5853 (home-page "https://github.com/gaborcsardi/zip")
5854 (synopsis "Cross-platform Zip compression")
5855 (description
5856 "This package provides a cross-platform Zip compression library for R.
5857 It is a replacement for the @code{zip} function, that does not require any
5858 additional external tools on any platform.")
5859 (license license:cc0)))
5860
5861 (define-public r-openxlsx
5862 (package
5863 (name "r-openxlsx")
5864 (version "4.1.5")
5865 (source
5866 (origin
5867 (method url-fetch)
5868 (uri (cran-uri "openxlsx" version))
5869 (sha256
5870 (base32
5871 "0wkpa3wsd8rs0pib7cp67iv0s6jn99frcrw7clypqxmvvdwyb9kq"))))
5872 (build-system r-build-system)
5873 (propagated-inputs
5874 `(("r-rcpp" ,r-rcpp)
5875 ("r-stringi" ,r-stringi)
5876 ("r-zip" ,r-zip)))
5877 (native-inputs
5878 `(("r-knitr" ,r-knitr)))
5879 (home-page "https://github.com/awalker89/openxlsx")
5880 (synopsis "Read, write and edit XLSX files")
5881 (description
5882 "This package simplifies the creation of Excel @code{.xlsx} files by
5883 providing a high level interface to writing, styling and editing worksheets.
5884 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
5885 and @code{XLConnect} packages with the added benefit of removing the
5886 dependency on Java.")
5887 (license license:gpl3)))
5888
5889 (define-public r-rio
5890 (package
5891 (name "r-rio")
5892 (version "0.5.16")
5893 (source
5894 (origin
5895 (method url-fetch)
5896 (uri (cran-uri "rio" version))
5897 (sha256
5898 (base32
5899 "0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
5900 (build-system r-build-system)
5901 (propagated-inputs
5902 `(("r-curl" ,r-curl)
5903 ("r-data-table" ,r-data-table)
5904 ("r-foreign" ,r-foreign)
5905 ("r-haven" ,r-haven)
5906 ("r-openxlsx" ,r-openxlsx)
5907 ("r-readxl" ,r-readxl)
5908 ("r-tibble" ,r-tibble)))
5909 (home-page "https://github.com/leeper/rio")
5910 (synopsis "Swiss-army knife for data I/O")
5911 (description
5912 "This package provides streamlined data import and export infrastructure
5913 by making assumptions that the user is probably willing to make: @code{import}
5914 and @code{export} determine the data structure from the file extension,
5915 reasonable defaults are used for data import and export (e.g.,
5916 @code{stringsAsFactors=FALSE}), web-based import is natively
5917 supported (including from SSL/HTTPS), compressed files can be read directly
5918 without explicit decompression, and fast import packages are used where
5919 appropriate. An additional convenience function, @code{convert}, provides a
5920 simple method for converting between file types.")
5921 (license license:gpl2)))
5922
5923 (define-public r-maptools
5924 (package
5925 (name "r-maptools")
5926 (version "1.0-1")
5927 (source
5928 (origin
5929 (method url-fetch)
5930 (uri (cran-uri "maptools" version))
5931 (sha256
5932 (base32
5933 "0fs1y3cbymcq4f76wd27h5a7ihdmxii3ca8x29x32xgxhmasni4l"))))
5934 (build-system r-build-system)
5935 (propagated-inputs
5936 `(("r-foreign" ,r-foreign)
5937 ("r-lattice" ,r-lattice)
5938 ("r-sp" ,r-sp)))
5939 (home-page "https://r-forge.r-project.org/projects/maptools/")
5940 (synopsis "Tools for reading and handling spatial objects")
5941 (description
5942 "This package provides a set of tools for manipulating and reading
5943 geographic data, in particular ESRI Shapefiles. It includes binary access to
5944 GSHHG shoreline files. The package also provides interface wrappers for
5945 exchanging spatial objects with other R packages.")
5946 ;; The C source files from shapelib are released under the Expat license.
5947 ;; The R code is released under GPL version 2 or later.
5948 (license (list license:gpl2+
5949 license:expat))))
5950
5951 (define-public r-later
5952 (package
5953 (name "r-later")
5954 (version "1.1.0.1")
5955 (source
5956 (origin
5957 (method url-fetch)
5958 (uri (cran-uri "later" version))
5959 (sha256
5960 (base32
5961 "1k9n2j7zxw9gfclnx8zfqp6w64c5d6apn7g02yhkajkpmszagfki"))))
5962 (build-system r-build-system)
5963 (propagated-inputs
5964 `(("r-bh" ,r-bh)
5965 ("r-rcpp" ,r-rcpp)
5966 ("r-rlang" ,r-rlang)))
5967 (native-inputs
5968 `(("r-knitr" ,r-knitr)))
5969 (home-page "https://github.com/r-lib/later")
5970 (synopsis "Utilities for delaying function execution")
5971 (description
5972 "This package provides tools to execute arbitrary R or C functions some
5973 time after the current time, after the R execution stack has emptied.")
5974 (license license:gpl2+)))
5975
5976 (define-public r-promises
5977 (package
5978 (name "r-promises")
5979 (version "1.1.1")
5980 (source
5981 (origin
5982 (method url-fetch)
5983 (uri (cran-uri "promises" version))
5984 (sha256
5985 (base32
5986 "002qkhcn3ri6a3w5fizjvdvrjgvqiw8i7rl9jglcnqik5kmwc61p"))))
5987 (build-system r-build-system)
5988 (propagated-inputs
5989 `(("r-later" ,r-later)
5990 ("r-magrittr" ,r-magrittr)
5991 ("r-r6" ,r-r6)
5992 ("r-rcpp" ,r-rcpp)
5993 ("r-rlang" ,r-rlang)))
5994 (native-inputs
5995 `(("r-knitr" ,r-knitr)))
5996 (home-page "https://rstudio.github.io/promises")
5997 (synopsis "Abstractions for promise-based asynchronous programming")
5998 (description
5999 "This package provides fundamental abstractions for doing asynchronous
6000 programming in R using promises. Asynchronous programming is useful for
6001 allowing a single R process to orchestrate multiple tasks in the background
6002 while also attending to something else. Semantics are similar to JavaScript
6003 promises, but with a syntax that is idiomatic R.")
6004 (license license:expat)))
6005
6006 (define-public r-dosnow
6007 (package
6008 (name "r-dosnow")
6009 (version "1.0.18")
6010 (source
6011 (origin
6012 (method url-fetch)
6013 (uri (cran-uri "doSNOW" version))
6014 (sha256
6015 (base32
6016 "0rj72z5505cprh6wykhhiz08l9bmd966srqh2qypwivf321bvrvh"))))
6017 (properties `((upstream-name . "doSNOW")))
6018 (build-system r-build-system)
6019 (propagated-inputs
6020 `(("r-foreach" ,r-foreach)
6021 ("r-iterators" ,r-iterators)
6022 ("r-snow" ,r-snow)))
6023 (home-page "https://cran.r-project.org/web/packages/doSNOW")
6024 (synopsis "Foreach parallel adaptor for the snow package")
6025 (description
6026 "This package provides a parallel backend for the @code{%dopar%} function
6027 using the @code{snow} package.")
6028 (license license:gpl2)))
6029
6030 (define-public r-snowfall
6031 (package
6032 (name "r-snowfall")
6033 (version "1.84-6.1")
6034 (source (origin
6035 (method url-fetch)
6036 (uri (cran-uri "snowfall" version))
6037 (sha256
6038 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
6039 (build-system r-build-system)
6040 (propagated-inputs
6041 `(("r-snow" ,r-snow)))
6042 (home-page "https://cran.r-project.org/web/packages/snowfall/")
6043 (synopsis "Easier cluster computing")
6044 (description "This package is a usability wrapper around snow for easier
6045 development of parallel R programs. This package offers e.g. extended error
6046 checks, and additional functions. All functions work in sequential mode, too,
6047 if no cluster is present or wished. The package is also designed as connector
6048 to the cluster management tool @code{sfCluster}, but can also used without
6049 it.")
6050 (license license:gpl2+)))
6051
6052 (define-public r-rappdirs
6053 (package
6054 (name "r-rappdirs")
6055 (version "0.3.1")
6056 (source
6057 (origin
6058 (method url-fetch)
6059 (uri (cran-uri "rappdirs" version))
6060 (sha256
6061 (base32
6062 "0ji6sg3bdn5gazkq14xmmcq7jnbsyxw4lzmmbgv6526j2vn93n1g"))))
6063 (build-system r-build-system)
6064 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
6065 (synopsis "Determine where to save data, caches, and logs")
6066 (description
6067 "This package provides an easy way to determine which directories on the
6068 user's computer should be used to save data, caches and logs. It is a port of
6069 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
6070 (license license:expat)))
6071
6072 (define-public r-renv
6073 (package
6074 (name "r-renv")
6075 (version "0.11.0")
6076 (source
6077 (origin
6078 (method url-fetch)
6079 (uri (cran-uri "renv" version))
6080 (sha256
6081 (base32
6082 "0dd63jr240pg95a6p058s5kcclfmscihdy89v212msihmwvylwh3"))))
6083 (properties `((upstream-name . "renv")))
6084 (build-system r-build-system)
6085 (native-inputs
6086 `(("r-knitr" ,r-knitr)))
6087 (home-page "https://rstudio.github.io/renv")
6088 (synopsis "Project environments")
6089 (description
6090 "This package provides a dependency management toolkit for R. Using
6091 renv, you can create and manage project-local R libraries, save the state of
6092 these libraries to a lockfile, and later restore your library as required.
6093 Together, these tools can help make your projects more isolated, portable, and
6094 reproducible.")
6095 (license license:expat)))
6096
6097 (define-public r-learnr
6098 (package
6099 (name "r-learnr")
6100 (version "0.10.1")
6101 (source
6102 (origin
6103 (method url-fetch)
6104 (uri (cran-uri "learnr" version))
6105 (sha256
6106 (base32
6107 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
6108 (build-system r-build-system)
6109 (propagated-inputs
6110 `(("r-checkmate" ,r-checkmate)
6111 ("r-ellipsis" ,r-ellipsis)
6112 ("r-evaluate" ,r-evaluate)
6113 ("r-htmltools" ,r-htmltools)
6114 ("r-htmlwidgets" ,r-htmlwidgets)
6115 ("r-jsonlite" ,r-jsonlite)
6116 ("r-knitr" ,r-knitr)
6117 ("r-markdown" ,r-markdown)
6118 ("r-rappdirs" ,r-rappdirs)
6119 ("r-renv" ,r-renv)
6120 ("r-rmarkdown" ,r-rmarkdown)
6121 ("r-rprojroot" ,r-rprojroot)
6122 ("r-shiny" ,r-shiny)
6123 ("r-withr" ,r-withr)))
6124 (home-page "https://rstudio.github.io/learnr/")
6125 (synopsis "Interactive tutorials for R")
6126 (description
6127 "This package provides tools to create interactive tutorials using R
6128 Markdown. Use a combination of narrative, figures, videos, exercises, and
6129 quizzes to create self-paced tutorials for learning about R and R packages.")
6130 (license license:asl2.0)))
6131
6132 (define-public r-analytics
6133 (package
6134 (name "r-analytics")
6135 (version "3.0")
6136 (source
6137 (origin
6138 (method url-fetch)
6139 (uri (cran-uri "analytics" version))
6140 (sha256
6141 (base32
6142 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
6143 (build-system r-build-system)
6144 (propagated-inputs
6145 `(("r-car" ,r-car)
6146 ("r-cluster" ,r-cluster)
6147 ("r-fractal" ,r-fractal)
6148 ("r-lmtest" ,r-lmtest)
6149 ("r-mass" ,r-mass)
6150 ("r-np" ,r-np)
6151 ("r-powerplus" ,r-powerplus)
6152 ("r-robust" ,r-robust)
6153 ("r-trend" ,r-trend)
6154 ("r-tsa" ,r-tsa)
6155 ("r-urca" ,r-urca)
6156 ("r-vim" ,r-vim)))
6157 (home-page "https://cran.r-project.org/web/packages/analytics/")
6158 (synopsis "Collection of data analysis tools")
6159 (description
6160 "This package is a collection of data analysis tools. It includes tools
6161 for regression outlier detection in a fitted linear model, stationary
6162 bootstrap using a truncated geometric distribution, a comprehensive test for
6163 weak stationarity, column means by group, weighted biplots, and a heuristic to
6164 obtain a better initial configuration in non-metric MDS.")
6165 (license license:gpl2)))
6166
6167 (define-public r-reticulate
6168 (package
6169 (name "r-reticulate")
6170 (version "1.16")
6171 (source
6172 (origin
6173 (method url-fetch)
6174 (uri (cran-uri "reticulate" version))
6175 (sha256
6176 (base32
6177 "0ddx3xrlw55d8d3w7pxap618w2c5pd1n2jw4xsa185s8mf1zifkl"))))
6178 (build-system r-build-system)
6179 (inputs `(("python" ,python)))
6180 (propagated-inputs
6181 `(("r-rappdirs" ,r-rappdirs)
6182 ("r-jsonlite" ,r-jsonlite)
6183 ("r-matrix" ,r-matrix)
6184 ("r-rcpp" ,r-rcpp)))
6185 (native-inputs
6186 `(("r-knitr" ,r-knitr)))
6187 (home-page "https://github.com/rstudio/reticulate")
6188 (synopsis "R interface to Python")
6189 (description
6190 "This package provides an interface from R to Python modules, classes,
6191 and functions. When calling into Python, R data types are automatically
6192 converted to their equivalent Python types. When values are returned from
6193 Python to R they are converted back to R types.")
6194 (license license:asl2.0)))
6195
6196 (define-public r-bibtex
6197 (package
6198 (name "r-bibtex")
6199 (version "0.4.2.2")
6200 (source
6201 (origin
6202 (method url-fetch)
6203 (uri (cran-uri "bibtex" version))
6204 (sha256
6205 (base32
6206 "140hkjzdp3033cvji861rd06z1ixgpnn4n5amygqsmhnixk8ff07"))))
6207 (build-system r-build-system)
6208 (propagated-inputs `(("r-stringr" ,r-stringr)))
6209 (home-page "https://github.com/romainfrancois/bibtex")
6210 (synopsis "Bibtex parser")
6211 (description "This package provides a utility for R to parse a bibtex
6212 file.")
6213 (license license:gpl2+)))
6214
6215 (define-public r-ggseqlogo
6216 (package
6217 (name "r-ggseqlogo")
6218 (version "0.1")
6219 (source
6220 (origin
6221 (method url-fetch)
6222 (uri (cran-uri "ggseqlogo" version))
6223 (sha256
6224 (base32
6225 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
6226 (build-system r-build-system)
6227 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
6228 (home-page "https://github.com/omarwagih/ggseqlogo")
6229 (synopsis "ggplot2 extension for drawing genetic sequence logos")
6230 (description
6231 "The range of functions provided by this package makes it possible to
6232 draw highly versatile genomic sequence logos. Features include, but are not
6233 limited to, modifying colour schemes and fonts used to draw the logo,
6234 generating multiple logo plots, and aiding the visualisation with annotations.
6235 Sequence logos can easily be combined with other ggplot2 plots.")
6236 ;; Unspecified version of the LGPL.
6237 (license license:lgpl3+)))
6238
6239 (define-public r-ggsci
6240 (package
6241 (name "r-ggsci")
6242 (version "2.9")
6243 (source
6244 (origin
6245 (method url-fetch)
6246 (uri (cran-uri "ggsci" version))
6247 (sha256
6248 (base32
6249 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
6250 (build-system r-build-system)
6251 (propagated-inputs
6252 `(("r-ggplot2" ,r-ggplot2)
6253 ("r-scales" ,r-scales)))
6254 (home-page "https://nanx.me/ggsci/")
6255 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
6256 (description
6257 "This package provides a collection of ggplot2 color palettes inspired by
6258 plots in scientific journals, data visualization libraries, science fiction
6259 movies, and TV shows.")
6260 (license license:gpl3)))
6261
6262 (define-public r-ggsignif
6263 (package
6264 (name "r-ggsignif")
6265 (version "0.6.0")
6266 (source
6267 (origin
6268 (method url-fetch)
6269 (uri (cran-uri "ggsignif" version))
6270 (sha256
6271 (base32
6272 "17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
6273 (build-system r-build-system)
6274 (native-inputs
6275 `(("r-knitr" ,r-knitr)))
6276 (propagated-inputs
6277 `(("r-ggplot2" ,r-ggplot2)))
6278 (home-page "https://github.com/const-ae/ggsignif")
6279 (synopsis "Significance brackets for ggplot2")
6280 (description
6281 "Enrich your ggplots with group-wise comparisons. This package provides
6282 an easy way to indicate if two groups are significantly different. Commonly
6283 this is shown by a bracket on top connecting the groups of interest which
6284 itself is annotated with the level of significance. The package provides a
6285 single layer that takes the groups for comparison and the test as arguments
6286 and adds the annotation to the plot.")
6287 (license license:gpl3)))
6288
6289 (define-public r-rstatix
6290 (package
6291 (name "r-rstatix")
6292 (version "0.6.0")
6293 (source
6294 (origin
6295 (method url-fetch)
6296 (uri (cran-uri "rstatix" version))
6297 (sha256
6298 (base32
6299 "0nwwvxwr4z3j4n9z8cnvwghppc836g47n0ia98chk272qwh8xcpb"))))
6300 (properties `((upstream-name . "rstatix")))
6301 (build-system r-build-system)
6302 (propagated-inputs
6303 `(("r-broom" ,r-broom)
6304 ("r-car" ,r-car)
6305 ("r-corrplot" ,r-corrplot)
6306 ("r-dplyr" ,r-dplyr)
6307 ("r-generics" ,r-generics)
6308 ("r-magrittr" ,r-magrittr)
6309 ("r-purrr" ,r-purrr)
6310 ("r-rlang" ,r-rlang)
6311 ("r-tibble" ,r-tibble)
6312 ("r-tidyr" ,r-tidyr)
6313 ("r-tidyselect" ,r-tidyselect)))
6314 (home-page "https://rpkgs.datanovia.com/rstatix/")
6315 (synopsis "Pipe-friendly framework for basic statistical tests")
6316 (description
6317 "This package provides a simple and intuitive pipe-friendly framework,
6318 coherent with the @code{tidyverse} design philosophy, for performing basic
6319 statistical tests, including t-test, Wilcoxon test, ANOVA, Kruskal-Wallis and
6320 correlation analyses. The output of each test is automatically transformed
6321 into a tidy data frame to facilitate visualization. Additional functions are
6322 available for reshaping, reordering, manipulating and visualizing correlation
6323 matrix.")
6324 (license license:gpl2)))
6325
6326 (define-public r-ggpubr
6327 (package
6328 (name "r-ggpubr")
6329 (version "0.4.0")
6330 (source
6331 (origin
6332 (method url-fetch)
6333 (uri (cran-uri "ggpubr" version))
6334 (sha256
6335 (base32
6336 "0x86lmghr25k8w90yrp360dn42dhp5cjvjpdiv2s2gxfn701xcmb"))))
6337 (build-system r-build-system)
6338 (propagated-inputs
6339 `(("r-cowplot" ,r-cowplot)
6340 ("r-dplyr" ,r-dplyr)
6341 ("r-ggplot2" ,r-ggplot2)
6342 ("r-ggrepel" ,r-ggrepel)
6343 ("r-ggsci" ,r-ggsci)
6344 ("r-ggsignif" ,r-ggsignif)
6345 ("r-glue" ,r-glue)
6346 ("r-gridextra" ,r-gridextra)
6347 ("r-magrittr" ,r-magrittr)
6348 ("r-polynom" ,r-polynom)
6349 ("r-purrr" ,r-purrr)
6350 ("r-rlang" ,r-rlang)
6351 ("r-scales" ,r-scales)
6352 ("r-rstatix" ,r-rstatix)
6353 ("r-tibble" ,r-tibble)
6354 ("r-tidyr" ,r-tidyr)))
6355 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
6356 (synopsis "ggplot2-based publication-ready plots")
6357 (description
6358 "The ggplot2 package is an excellent and flexible package for elegant
6359 data visualization in R. However the default generated plots require some
6360 formatting before we can send them for publication. The ggpubr package
6361 provides some easy-to-use functions for creating and customizing ggplot2-based
6362 publication-ready plots.")
6363 (license license:gpl2)))
6364
6365 (define-public r-ellipse
6366 (package
6367 (name "r-ellipse")
6368 (version "0.4.2")
6369 (source
6370 (origin
6371 (method url-fetch)
6372 (uri (cran-uri "ellipse" version))
6373 (sha256
6374 (base32
6375 "1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
6376 (build-system r-build-system)
6377 (home-page "https://cran.r-project.org/web/packages/ellipse/")
6378 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
6379 (description
6380 "This package contains various routines for drawing ellipses and
6381 ellipse-like confidence regions, implementing the plots described in Murdoch
6382 and Chow (1996), A graphical display of large correlation matrices, The
6383 American Statistician 50, 178-180. There are also routines implementing the
6384 profile plots described in Bates and Watts (1988), Nonlinear Regression
6385 Analysis and its Applications.")
6386 (license license:gpl2+)))
6387
6388 (define-public r-flashclust
6389 (package
6390 (name "r-flashclust")
6391 (version "1.01-2")
6392 (source
6393 (origin
6394 (method url-fetch)
6395 (uri (cran-uri "flashClust" version))
6396 (sha256
6397 (base32
6398 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
6399 (properties `((upstream-name . "flashClust")))
6400 (build-system r-build-system)
6401 (native-inputs `(("gfortran" ,gfortran)))
6402 (home-page "https://cran.r-project.org/web/packages/flashClust/")
6403 (synopsis "Implementation of optimal hierarchical clustering")
6404 (description
6405 "This package provides a fast implementation of hierarchical
6406 clustering.")
6407 (license license:gpl2+)))
6408
6409 (define-public r-factominer
6410 (package
6411 (name "r-factominer")
6412 (version "2.3")
6413 (source
6414 (origin
6415 (method url-fetch)
6416 (uri (cran-uri "FactoMineR" version))
6417 (sha256
6418 (base32
6419 "0ldgf3daksh6lpblhqys67m4mxqx3q9s9n5plfam6dwshfik0ky6"))))
6420 (properties `((upstream-name . "FactoMineR")))
6421 (build-system r-build-system)
6422 (propagated-inputs
6423 `(("r-car" ,r-car)
6424 ("r-cluster" ,r-cluster)
6425 ("r-ellipse" ,r-ellipse)
6426 ("r-flashclust" ,r-flashclust)
6427 ("r-ggplot2" ,r-ggplot2)
6428 ("r-ggrepel" ,r-ggrepel)
6429 ("r-lattice" ,r-lattice)
6430 ("r-leaps" ,r-leaps)
6431 ("r-mass" ,r-mass)
6432 ("r-scatterplot3d" ,r-scatterplot3d)))
6433 (home-page "http://factominer.free.fr")
6434 (synopsis "Multivariate exploratory data analysis and data mining")
6435 (description
6436 "This package provides exploratory data analysis methods to summarize,
6437 visualize and describe datasets. The main principal component methods are
6438 available, those with the largest potential in terms of applications:
6439 principal component analysis (PCA) when variables are quantitative,
6440 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
6441 variables are categorical, Multiple Factor Analysis when variables are
6442 structured in groups, etc. and hierarchical cluster analysis.")
6443 (license license:gpl2+)))
6444
6445 (define-public r-factoextra
6446 (package
6447 (name "r-factoextra")
6448 (version "1.0.7")
6449 (source
6450 (origin
6451 (method url-fetch)
6452 (uri (cran-uri "factoextra" version))
6453 (sha256
6454 (base32
6455 "1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
6456 (build-system r-build-system)
6457 (propagated-inputs
6458 `(("r-abind" ,r-abind)
6459 ("r-cluster" ,r-cluster)
6460 ("r-dendextend" ,r-dendextend)
6461 ("r-factominer" ,r-factominer)
6462 ("r-ggplot2" ,r-ggplot2)
6463 ("r-ggpubr" ,r-ggpubr)
6464 ("r-ggrepel" ,r-ggrepel)
6465 ("r-reshape2" ,r-reshape2)
6466 ("r-tidyr" ,r-tidyr)))
6467 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
6468 (synopsis "Extract and visualize the results of multivariate data analyses")
6469 (description
6470 "This package provides some easy-to-use functions to extract and
6471 visualize the output of multivariate data analyses, including
6472 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
6473 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
6474 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
6475 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
6476 packages. It contains also functions for simplifying some clustering analysis
6477 steps and provides ggplot2-based elegant data visualization.")
6478 (license license:gpl2)))
6479
6480 (define-public r-fansi
6481 (package
6482 (name "r-fansi")
6483 (version "0.4.1")
6484 (source
6485 (origin
6486 (method url-fetch)
6487 (uri (cran-uri "fansi" version))
6488 (sha256
6489 (base32
6490 "028ywjy538psnmdnddvy5jr3idzffr4hikzr4x97x0m30g4fws9w"))))
6491 (build-system r-build-system)
6492 (native-inputs
6493 `(("r-knitr" ,r-knitr))) ; for vignettes
6494 (home-page "https://github.com/brodieG/fansi")
6495 (synopsis "ANSI control sequence aware string functions")
6496 (description
6497 "This package provides counterparts to R string manipulation functions
6498 that account for the effects of ANSI text formatting control sequences.")
6499 (license license:gpl2+)))
6500
6501 (define-public r-nbclust
6502 (package
6503 (name "r-nbclust")
6504 (version "3.0")
6505 (source
6506 (origin
6507 (method url-fetch)
6508 (uri (cran-uri "NbClust" version))
6509 (sha256
6510 (base32
6511 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
6512 (properties `((upstream-name . "NbClust")))
6513 (build-system r-build-system)
6514 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
6515 (synopsis "Determine the best number of clusters in a data set")
6516 (description
6517 "NbClust provides 30 indexes for determining the optimal number of
6518 clusters in a data set and offers the best clustering scheme from different
6519 results to the user.")
6520 (license license:gpl2)))
6521
6522 (define-public r-hdf5r
6523 (package
6524 (name "r-hdf5r")
6525 (version "1.3.2")
6526 (source
6527 (origin
6528 (method url-fetch)
6529 (uri (cran-uri "hdf5r" version))
6530 (sha256
6531 (base32
6532 "0c2p06k9bp9rf0fyavnxw5d8jr2bbgx3gjblahz581cpvsfksj9i"))))
6533 (build-system r-build-system)
6534 (inputs
6535 `(("hdf5" ,hdf5)
6536 ("zlib" ,zlib)))
6537 (propagated-inputs
6538 `(("r-bit64" ,r-bit64)
6539 ("r-r6" ,r-r6)))
6540 (native-inputs
6541 `(("r-knitr" ,r-knitr)))
6542 (home-page "https://hhoeflin.github.io/hdf5r")
6543 (synopsis "Interface to the HDF5 binary data format")
6544 (description
6545 "HDF5 is a data model, library and file format for storing and managing
6546 large amounts of data. This package provides a nearly feature complete,
6547 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
6548 functionality is added so that HDF5 objects behave very similar to their
6549 corresponding R counterparts.")
6550 (license license:asl2.0)))
6551
6552 (define-public r-itertools
6553 (package
6554 (name "r-itertools")
6555 (version "0.1-3")
6556 (source
6557 (origin
6558 (method url-fetch)
6559 (uri (cran-uri "itertools" version))
6560 (sha256
6561 (base32
6562 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
6563 (build-system r-build-system)
6564 (propagated-inputs
6565 `(("r-iterators" ,r-iterators)))
6566 (home-page "https://cran.r-project.org/web/packages/itertools/")
6567 (synopsis "Iterator tools")
6568 (description
6569 "This package provides various tools for creating iterators, many
6570 patterned after functions in the Python @code{itertools} module, and others
6571 patterned after functions in the snow package.")
6572 (license license:gpl2)))
6573
6574 (define-public r-polynom
6575 (package
6576 (name "r-polynom")
6577 (version "1.4-0")
6578 (source
6579 (origin
6580 (method url-fetch)
6581 (uri (cran-uri "polynom" version))
6582 (sha256
6583 (base32
6584 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
6585 (build-system r-build-system)
6586 (home-page "https://cran.r-project.org/web/packages/polynom/")
6587 (synopsis "Functions for univariate polynomial manipulations")
6588 (description
6589 "This package provides a collection of functions to implement a class for
6590 univariate polynomial manipulations.")
6591 (license license:gpl2)))
6592
6593 (define-public r-gbrd
6594 (package
6595 (name "r-gbrd")
6596 (version "0.4-11")
6597 (source
6598 (origin
6599 (method url-fetch)
6600 (uri (cran-uri "gbRd" version))
6601 (sha256
6602 (base32
6603 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
6604 (properties `((upstream-name . "gbRd")))
6605 (build-system r-build-system)
6606 (home-page "https://cran.r-project.org/web/packages/gbRd/")
6607 (synopsis "Utilities for processing Rd objects and files")
6608 (description
6609 "This package provides utilities for processing Rd objects and files.
6610 Extract argument descriptions and other parts of the help pages of
6611 functions.")
6612 (license license:gpl2+)))
6613
6614 (define-public r-rjags
6615 (package
6616 (name "r-rjags")
6617 (version "4-10")
6618 (source
6619 (origin
6620 (method url-fetch)
6621 (uri (cran-uri "rjags" version))
6622 (sha256
6623 (base32
6624 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
6625 (build-system r-build-system)
6626 (propagated-inputs
6627 `(("r-coda" ,r-coda)))
6628 (inputs
6629 `(("jags" ,jags)))
6630 (native-inputs
6631 `(("pkg-config" ,pkg-config)))
6632 (home-page "http://mcmc-jags.sourceforge.net")
6633 (synopsis "Bayesian graphical models using MCMC")
6634 (description
6635 "This package provides an R interface to the JAGS MCMC library. JAGS is
6636 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
6637 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
6638 (license license:gpl2)))
6639
6640 (define-public r-rdpack
6641 (package
6642 (name "r-rdpack")
6643 (version "1.0.0")
6644 (source
6645 (origin
6646 (method url-fetch)
6647 (uri (cran-uri "Rdpack" version))
6648 (sha256
6649 (base32
6650 "069yh9h57z3gjl5ih1r6wyiwmgmfzkpjxrpxg8mfq7y6zr1mynsw"))))
6651 (properties `((upstream-name . "Rdpack")))
6652 (build-system r-build-system)
6653 (propagated-inputs
6654 `(("r-bibtex" ,r-bibtex)
6655 ("r-gbrd" ,r-gbrd)))
6656 (home-page "https://github.com/GeoBosh/Rdpack")
6657 (synopsis "Update and manipulate Rd documentation objects")
6658 (description
6659 "This package provides functions for manipulation of R documentation
6660 objects, including functions @code{reprompt()} and @code{ereprompt()} for
6661 updating Rd documentation for functions, methods and classes; it also includes
6662 Rd macros for citations and import of references from bibtex files for use in
6663 Rd files and roxygen2 comments, as well as many functions for manipulation of
6664 references and Rd files.")
6665 (license license:gpl2+)))
6666
6667 (define-public r-officer
6668 (package
6669 (name "r-officer")
6670 (version "0.3.12")
6671 (source
6672 (origin
6673 (method url-fetch)
6674 (uri (cran-uri "officer" version))
6675 (sha256
6676 (base32
6677 "1wk9h6bz77s5j6lgksmlrmi1vyaa35c766gq6hgb1dp0dz0x342x"))))
6678 (build-system r-build-system)
6679 (propagated-inputs
6680 `(("r-magrittr" ,r-magrittr)
6681 ("r-r6" ,r-r6)
6682 ("r-uuid" ,r-uuid)
6683 ("r-xml2" ,r-xml2)
6684 ("r-zip" ,r-zip)))
6685 (native-inputs
6686 `(("r-knitr" ,r-knitr)))
6687 (home-page "https://davidgohel.github.io/officer")
6688 (synopsis "Manipulation of Word and PowerPoint documents")
6689 (description
6690 "This package provides tools to access and manipulate Word and PowerPoint
6691 documents from R. The package focuses on tabular and graphical reporting from
6692 R; it also provides two functions that let users get document content into
6693 data objects. A set of functions lets add and remove images, tables and
6694 paragraphs of text in new or existing documents. When working with PowerPoint
6695 presentations, slides can be added or removed; shapes inside slides can also
6696 be added or removed. When working with Word documents, a cursor can be used
6697 to help insert or delete content at a specific location in the document.")
6698 (license license:gpl3)))
6699
6700 (define-public r-profilemodel
6701 (package
6702 (name "r-profilemodel")
6703 (version "0.6.0")
6704 (source
6705 (origin
6706 (method url-fetch)
6707 (uri (cran-uri "profileModel" version))
6708 (sha256
6709 (base32
6710 "0yq8hy43h62hlz8bbf9ila4a3xcwizi1if27b78xc5y857ncwad8"))))
6711 (properties `((upstream-name . "profileModel")))
6712 (build-system r-build-system)
6713 (home-page "https://github.com/ikosmidis/profileModel")
6714 (synopsis "Profiling inference functions for various model classes")
6715 (description
6716 "This package provides tools that can be used to calculate, evaluate,
6717 plot and use for inference the profiles of *arbitrary* inference functions for
6718 arbitrary @code{glm}-like fitted models with linear predictors. More information
6719 on the methods that are implemented can be found in Kosmidis (2008)
6720 @url{https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf}.")
6721 (license license:gpl2+)))
6722
6723 (define-public r-brglm
6724 (package
6725 (name "r-brglm")
6726 (version "0.6.2")
6727 (source
6728 (origin
6729 (method url-fetch)
6730 (uri (cran-uri "brglm" version))
6731 (sha256
6732 (base32
6733 "0c9ngscc6zlfm90fqyggnj04qfkhp5qgf5q3wnfpxwyc8cm47by2"))))
6734 (properties `((upstream-name . "brglm")))
6735 (build-system r-build-system)
6736 (propagated-inputs
6737 `(("r-profilemodel" ,r-profilemodel)))
6738 (home-page "https://github.com/ikosmidis/brglm")
6739 (synopsis "Bias reduction in binomial-response generalized linear models")
6740 (description
6741 "Fit generalized linear models with binomial responses using either an
6742 adjusted-score approach to bias reduction or maximum penalized likelihood
6743 where penalization is by Jeffreys invariant prior. These procedures return
6744 estimates with improved frequentist properties (bias, mean squared error) that
6745 are always finite even in cases where the maximum likelihood estimates are
6746 infinite (data separation). Fitting takes place by fitting generalized linear
6747 models on iteratively updated pseudo-data. The interface is essentially the
6748 same as @code{glm}. More flexibility is provided by the fact that custom
6749 pseudo-data representations can be specified and used for model fitting.
6750 Functions are provided for the construction of confidence intervals for the
6751 reduced-bias estimates.")
6752 (license license:gpl2+)))
6753
6754 (define-public r-entropy
6755 (package
6756 (name "r-entropy")
6757 (version "1.2.1")
6758 (source
6759 (origin
6760 (method url-fetch)
6761 (uri (cran-uri "entropy" version))
6762 (sha256
6763 (base32
6764 "10vg4818q5g54pv2nn9x5i7pvky5nsv96syy47pz2mgqp1273cpd"))))
6765 (properties `((upstream-name . "entropy")))
6766 (build-system r-build-system)
6767 (home-page "https://www.strimmerlab.org/software/entropy/")
6768 (synopsis "Estimation of entropy, mutual information and related quantities")
6769 (description
6770 "This package implements various estimators of entropy, such as the
6771 shrinkage estimator by Hausser and Strimmer, the maximum likelihood and the
6772 Millow-Madow estimator, various Bayesian estimators, and the Chao-Shen
6773 estimator. It also offers an R interface to the NSB estimator. Furthermore,
6774 it provides functions for estimating Kullback-Leibler divergence, chi-squared,
6775 mutual information, and chi-squared statistic of independence. In addition
6776 there are functions for discretizing continuous random variables.")
6777 (license license:gpl3+)))
6778
6779 (define-public r-abn
6780 (package
6781 (name "r-abn")
6782 (version "2.2.2")
6783 (source
6784 (origin
6785 (method url-fetch)
6786 (uri (cran-uri "abn" version))
6787 (sha256
6788 (base32
6789 "1wwnzv5yir8cyl0f0arxagbsg9ndgs0799m42wbjkpr8cg9sfdhc"))))
6790 (build-system r-build-system)
6791 (inputs
6792 `(("gsl" ,gsl)))
6793 (propagated-inputs
6794 `(("r-boot" ,r-boot)
6795 ("r-brglm" ,r-brglm)
6796 ("r-entropy" ,r-entropy)
6797 ("r-lme4" ,r-lme4)
6798 ("r-mass" ,r-mass)
6799 ("r-moments" ,r-moments)
6800 ("r-nnet" ,r-nnet)
6801 ("r-rcpp" ,r-rcpp)
6802 ("r-rcpparmadillo" ,r-rcpparmadillo)
6803 ("r-rjags" ,r-rjags)))
6804 (home-page "https://r-bayesian-networks.org/")
6805 (synopsis "Modelling multivariate data with additive bayesian networks")
6806 (description
6807 "Bayesian network analysis is a form of probabilistic graphical models
6808 which derives from empirical data a directed acyclic graph, DAG, describing
6809 the dependency structure between random variables. An additive Bayesian
6810 network model consists of a form of a DAG where each node comprises a
6811 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
6812 equivalent to Bayesian multivariate regression using graphical modelling, they
6813 generalises the usual multivariable regression, GLM, to multiple dependent
6814 variables. This package provides routines to help determine optimal Bayesian
6815 network models for a given data set, where these models are used to identify
6816 statistical dependencies in messy, complex data.")
6817 (license license:gpl2+)))
6818
6819 (define-public r-acd
6820 (package
6821 (name "r-acd")
6822 (version "1.5.3")
6823 (source
6824 (origin
6825 (method url-fetch)
6826 (uri (cran-uri "ACD" version))
6827 (sha256
6828 (base32
6829 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
6830 (properties `((upstream-name . "ACD")))
6831 (build-system r-build-system)
6832 (home-page "https://cran.r-project.org/web/packages/ACD/")
6833 (synopsis "Categorical data analysis with complete or missing responses")
6834 (description
6835 "This package provides tools for categorical data analysis with complete
6836 or missing responses.")
6837 (license license:gpl2+)))
6838
6839 (define-public r-acdm
6840 (package
6841 (name "r-acdm")
6842 (version "1.0.4")
6843 (source
6844 (origin
6845 (method url-fetch)
6846 (uri (cran-uri "ACDm" version))
6847 (sha256
6848 (base32
6849 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
6850 (properties `((upstream-name . "ACDm")))
6851 (build-system r-build-system)
6852 (propagated-inputs
6853 `(("r-dplyr" ,r-dplyr)
6854 ("r-ggplot2" ,r-ggplot2)
6855 ("r-plyr" ,r-plyr)
6856 ("r-rsolnp" ,r-rsolnp)
6857 ("r-zoo" ,r-zoo)))
6858 (home-page "https://cran.r-project.org/web/packages/ACDm/")
6859 (synopsis "Tools for Autoregressive Conditional Duration Models")
6860 (description
6861 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
6862 and Russell, 1998) models. It creates trade, price or volume durations from
6863 transactions (tic) data, performs diurnal adjustments, fits various ACD models
6864 and tests them.")
6865 (license license:gpl2+)))
6866
6867 (define-public r-overlap
6868 (package
6869 (name "r-overlap")
6870 (version "0.3.3")
6871 (source
6872 (origin
6873 (method url-fetch)
6874 (uri (cran-uri "overlap" version))
6875 (sha256
6876 (base32
6877 "17cnr4qin1qy0df4k491267acna12gpbbps6w3gi8nccqxfrb1pd"))))
6878 (build-system r-build-system)
6879 (home-page "https://cran.r-project.org/web/packages/overlap/")
6880 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
6881 (description
6882 "This package provides functions to fit kernel density functions to data
6883 on temporal activity patterns of animals; estimate coefficients of overlapping
6884 of densities for two species; and calculate bootstrap estimates of confidence
6885 intervals.")
6886 (license license:gpl3+)))
6887
6888 (define-public r-snakecase
6889 (package
6890 (name "r-snakecase")
6891 (version "0.11.0")
6892 (source
6893 (origin
6894 (method url-fetch)
6895 (uri (cran-uri "snakecase" version))
6896 (sha256
6897 (base32
6898 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
6899 (build-system r-build-system)
6900 (propagated-inputs
6901 `(("r-stringi" ,r-stringi)
6902 ("r-stringr" ,r-stringr)))
6903 (home-page "https://github.com/Tazinho/snakecase")
6904 (synopsis "Convert strings into any case")
6905 (description
6906 "This package provides a consistent, flexible and easy to use tool to
6907 parse and convert strings into cases like snake or camel among others.")
6908 (license license:gpl3)))
6909
6910 (define-public r-prediction
6911 (package
6912 (name "r-prediction")
6913 (version "0.3.14")
6914 (source
6915 (origin
6916 (method url-fetch)
6917 (uri (cran-uri "prediction" version))
6918 (sha256
6919 (base32
6920 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
6921 (build-system r-build-system)
6922 (propagated-inputs
6923 `(("r-data-table" ,r-data-table)))
6924 (home-page "https://github.com/leeper/prediction")
6925 (synopsis "Tidy, type-safe prediction methods")
6926 (description
6927 "This package provides the @code{prediction()} function, a type-safe
6928 alternative to @code{predict()} that always returns a data frame. The package
6929 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
6930 from the @code{stats} package, as well as numerous other model classes from
6931 other add-on packages.")
6932 (license license:expat)))
6933
6934 (define-public r-insight
6935 (package
6936 (name "r-insight")
6937 (version "0.9.0")
6938 (source
6939 (origin
6940 (method url-fetch)
6941 (uri (cran-uri "insight" version))
6942 (sha256
6943 (base32
6944 "1ajc8c5mi3ma5411lmlqp2ihkk5n0h8a1c0r3j07wk33p31c1qvl"))))
6945 (build-system r-build-system)
6946 (native-inputs
6947 `(("r-knitr" ,r-knitr)))
6948 (home-page "https://easystats.github.io/insight/")
6949 (synopsis "Easy access to model information for various model objects")
6950 (description
6951 "This package provides a tool to provide an easy, intuitive and
6952 consistent access to information contained in various R models, like model
6953 formulas, model terms, information about random effects, data that was used to
6954 fit the model or data from response variables. The package mainly revolves
6955 around two types of functions: Functions that find (the names of) information,
6956 starting with @code{find_}, and functions that get the underlying data,
6957 starting with @code{get_}. The package has a consistent syntax and works with
6958 many different model objects, where otherwise functions to access these
6959 information are missing.")
6960 (license license:gpl3)))
6961
6962 (define-public r-sjlabelled
6963 (package
6964 (name "r-sjlabelled")
6965 (version "1.1.6")
6966 (source
6967 (origin
6968 (method url-fetch)
6969 (uri (cran-uri "sjlabelled" version))
6970 (sha256
6971 (base32
6972 "0xvb0yi7c7wiiqjbnbisyb2cjinm11i373jacfv1yzyc9cznzyzq"))))
6973 (build-system r-build-system)
6974 (propagated-inputs
6975 `(("r-insight" ,r-insight)))
6976 (native-inputs
6977 `(("r-knitr" ,r-knitr)))
6978 (home-page "https://github.com/strengejacke/sjlabelled")
6979 (synopsis "Labelled data utility functions")
6980 (description
6981 "This package provides a collection of functions dealing with labelled
6982 data, like reading and writing data between R and other statistical software
6983 packages. This includes easy ways to get, set or change value and variable
6984 label attributes, to convert labelled vectors into factors or numeric (and
6985 vice versa), or to deal with multiple declared missing values.")
6986 (license license:gpl3)))
6987
6988 (define-public r-sjmisc
6989 (package
6990 (name "r-sjmisc")
6991 (version "2.8.5")
6992 (source
6993 (origin
6994 (method url-fetch)
6995 (uri (cran-uri "sjmisc" version))
6996 (sha256
6997 (base32
6998 "0xl0s56d13bia89ai619rcr0fzbvc2k8f7hjxik4qp0g4v87zzlk"))))
6999 (build-system r-build-system)
7000 (propagated-inputs
7001 `(("r-dplyr" ,r-dplyr)
7002 ("r-insight" ,r-insight)
7003 ("r-magrittr" ,r-magrittr)
7004 ("r-purrr" ,r-purrr)
7005 ("r-rlang" ,r-rlang)
7006 ("r-sjlabelled" ,r-sjlabelled)
7007 ("r-tidyselect" ,r-tidyselect)))
7008 (native-inputs
7009 `(("r-knitr" ,r-knitr)))
7010 (home-page "https://github.com/strengejacke/sjmisc")
7011 (synopsis "Data and variable transformation functions")
7012 (description
7013 "This package is a collection of miscellaneous utility functions,
7014 supporting data transformation tasks like recoding, dichotomizing or grouping
7015 variables, setting and replacing missing values. The data transformation
7016 functions also support labelled data, and all integrate seamlessly into a
7017 tidyverse workflow.")
7018 (license license:gpl3)))
7019
7020 (define-public r-nortest
7021 (package
7022 (name "r-nortest")
7023 (version "1.0-4")
7024 (source
7025 (origin
7026 (method url-fetch)
7027 (uri (cran-uri "nortest" version))
7028 (sha256
7029 (base32
7030 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
7031 (build-system r-build-system)
7032 (home-page "https://cran.r-project.org/web/packages/nortest/")
7033 (synopsis "Tests for normality")
7034 (description
7035 "This package provides five omnibus tests for testing the composite
7036 hypothesis of normality.")
7037 (license license:gpl2+)))
7038
7039 (define-public r-moonbook
7040 (package
7041 (name "r-moonbook")
7042 (version "0.2.3")
7043 (source
7044 (origin
7045 (method url-fetch)
7046 (uri (cran-uri "moonBook" version))
7047 (sha256
7048 (base32
7049 "0hys56mwbm776ff7dibi8wzyf69qiais9rs1jazv79lk6h56s9s6"))))
7050 (properties `((upstream-name . "moonBook")))
7051 (build-system r-build-system)
7052 (propagated-inputs
7053 `(("r-magrittr" ,r-magrittr)
7054 ("r-nortest" ,r-nortest)
7055 ("r-purrr" ,r-purrr)
7056 ("r-sjmisc" ,r-sjmisc)
7057 ("r-stringr" ,r-stringr)
7058 ("r-survival" ,r-survival)))
7059 (home-page "https://github.com/cardiomoon/moonBook")
7060 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
7061 (description
7062 "This package provides several analysis-related functions for the book
7063 entitled \"R statistics and graph for medical articles\" (written in Korean),
7064 version 1, by Keon-Woong Moon with Korean demographic data with several plot
7065 functions.")
7066 (license license:gpl2)))
7067
7068 (define-public r-flextable
7069 (package
7070 (name "r-flextable")
7071 (version "0.5.10")
7072 (source
7073 (origin
7074 (method url-fetch)
7075 (uri (cran-uri "flextable" version))
7076 (sha256
7077 (base32
7078 "1j7yvjiavar21ywck6nyz0p6bd66fnj99bq8lljdz4rrl3314yb8"))))
7079 (build-system r-build-system)
7080 (propagated-inputs
7081 `(("r-base64enc" ,r-base64enc)
7082 ("r-data-table" ,r-data-table)
7083 ("r-gdtools" ,r-gdtools)
7084 ("r-htmltools" ,r-htmltools)
7085 ("r-knitr" ,r-knitr)
7086 ("r-officer" ,r-officer)
7087 ("r-rlang" ,r-rlang)
7088 ("r-rmarkdown" ,r-rmarkdown)
7089 ("r-uuid" ,r-uuid)
7090 ("r-xml2" ,r-xml2)))
7091 (home-page "https://davidgohel.github.io/flextable")
7092 (synopsis "Functions for tabular reporting")
7093 (description
7094 "This package provides tools to create pretty tables for HTML documents
7095 and other formats. Functions are provided to let users create tables, modify
7096 and format their content. It extends the @code{officer} package and can be
7097 used within R markdown documents when rendering to HTML and to Word
7098 documents.")
7099 (license license:gpl3)))
7100
7101 (define-public r-writexl
7102 (package
7103 (name "r-writexl")
7104 (version "1.3")
7105 (source
7106 (origin
7107 (method url-fetch)
7108 (uri (cran-uri "writexl" version))
7109 (sha256
7110 (base32
7111 "0lah0r2pd996s0vdbi614j3h52dbxmifha6f19v53p2b7fr32wjd"))))
7112 (build-system r-build-system)
7113 (inputs `(("zlib" ,zlib)))
7114 (home-page "https://github.com/ropensci/writexl")
7115 (synopsis "Export data frames to xlsx format")
7116 (description
7117 "This package provides a data frame to xlsx exporter based on
7118 libxlsxwriter.")
7119 (license license:bsd-2)))
7120
7121 (define-public r-biasedurn
7122 (package
7123 (name "r-biasedurn")
7124 (version "1.07")
7125 (source
7126 (origin
7127 (method url-fetch)
7128 (uri (cran-uri "BiasedUrn" version))
7129 (sha256
7130 (base32
7131 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
7132 (properties `((upstream-name . "BiasedUrn")))
7133 (build-system r-build-system)
7134 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
7135 (synopsis "Biased Urn model distributions")
7136 (description
7137 "This package provides statistical models of biased sampling in the form
7138 of univariate and multivariate noncentral hypergeometric distributions,
7139 including Wallenius' noncentral hypergeometric distribution and Fisher's
7140 noncentral hypergeometric distribution (also called extended hypergeometric
7141 distribution).")
7142 (license license:gpl3)))
7143
7144 (define-public r-goplot
7145 (package
7146 (name "r-goplot")
7147 (version "1.0.2")
7148 (source
7149 (origin
7150 (method url-fetch)
7151 (uri (cran-uri "GOplot" version))
7152 (sha256
7153 (base32
7154 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
7155 (properties `((upstream-name . "GOplot")))
7156 (build-system r-build-system)
7157 (propagated-inputs
7158 `(("r-ggdendro" ,r-ggdendro)
7159 ("r-ggplot2" ,r-ggplot2)
7160 ("r-gridextra" ,r-gridextra)
7161 ("r-rcolorbrewer" ,r-rcolorbrewer)))
7162 (home-page "https://github.com/wencke/wencke.github.io")
7163 (synopsis "Visualization of functional analysis data")
7164 (description
7165 "This package provides an implementation of multilayered visualizations
7166 for enhanced graphical representation of functional analysis data. It
7167 combines and integrates omics data derived from expression and functional
7168 annotation enrichment analyses. Its plotting functions have been developed
7169 with an hierarchical structure in mind: starting from a general overview to
7170 identify the most enriched categories (modified bar plot, bubble plot) to a
7171 more detailed one displaying different types of relevant information for the
7172 molecules in a given set of categories (circle plot, chord plot, cluster plot,
7173 Venn diagram, heatmap).")
7174 (license license:gpl2)))
7175
7176 (define-public r-getopt
7177 (package
7178 (name "r-getopt")
7179 (version "1.20.3")
7180 (source
7181 (origin
7182 (method url-fetch)
7183 (uri (cran-uri "getopt" version))
7184 (sha256
7185 (base32
7186 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
7187 (build-system r-build-system)
7188 (home-page "https://github.com/trevorld/getopt")
7189 (synopsis "Command-line option processor for R")
7190 (description
7191 "This package is designed to be used with Rscript to write shebang
7192 scripts that accept short and long options. Many users will prefer to
7193 use the packages @code{optparse} or @code{argparse} which add extra
7194 features like automatically generated help options and usage texts,
7195 support for default values, positional argument support, etc.")
7196 (license license:gpl2+)))
7197
7198 (define-public r-findpython
7199 (package
7200 (name "r-findpython")
7201 (version "1.0.5")
7202 (source
7203 (origin
7204 (method url-fetch)
7205 (uri (cran-uri "findpython" version))
7206 (sha256
7207 (base32
7208 "0icifm4z6hhpmcjrg75a875iph0ci890ss02kdv3725pijc236iy"))))
7209 (build-system r-build-system)
7210 (home-page "https://github.com/trevorld/findpython")
7211 (synopsis "Functions to find an acceptable Python binary")
7212 (description
7213 "This package was designed to find an acceptable Python binary that
7214 matches version and feature constraints.")
7215 (license license:expat)))
7216
7217 ;; This in not the same as "r-argparser"
7218 (define-public r-argparse
7219 (package
7220 (name "r-argparse")
7221 (version "2.0.1")
7222 (source
7223 (origin
7224 (method url-fetch)
7225 (uri (cran-uri "argparse" version))
7226 (sha256
7227 (base32
7228 "1as7h6z7kzgv0fqzpnp76qbm96b4jcd37azd58b7rz0l1n94764l"))))
7229 (build-system r-build-system)
7230 (inputs `(("python" ,python)))
7231 (propagated-inputs
7232 `(("r-findpython" ,r-findpython)
7233 ("r-jsonlite" ,r-jsonlite)
7234 ("r-r6" ,r-r6)))
7235 (home-page "https://github.com/trevorld/argparse")
7236 (synopsis "Command line optional and positional argument parser")
7237 (description
7238 "This package provides a command line parser to be used with Rscript to
7239 write shebang scripts that gracefully accept positional and optional arguments
7240 and automatically generate usage notices.")
7241 (license license:gpl2+)))
7242
7243 (define-public r-hash
7244 (package
7245 (name "r-hash")
7246 (version "2.2.6.1")
7247 (source
7248 (origin
7249 (method url-fetch)
7250 (uri (cran-uri "hash" version))
7251 (sha256
7252 (base32
7253 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
7254 (build-system r-build-system)
7255 (home-page "https://cran.r-project.org/web/packages/hash/")
7256 (synopsis "Implementation of hash/associated arrays/dictionaries")
7257 (description
7258 "This package implements a data structure similar to hashes in Perl and
7259 dictionaries in Python but with a purposefully R flavor. For objects of
7260 appreciable size, access using hashes outperforms native named lists and
7261 vectors.")
7262 (license license:gpl2+)))
7263
7264 (define-public r-orddom
7265 (package
7266 (name "r-orddom")
7267 (version "3.1")
7268 (source
7269 (origin
7270 (method url-fetch)
7271 (uri (cran-uri "orddom" version))
7272 (sha256
7273 (base32
7274 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
7275 (build-system r-build-system)
7276 (propagated-inputs `(("r-psych" ,r-psych)))
7277 (home-page "https://cran.r-project.org/web/packages/orddom/")
7278 (synopsis "Ordinal dominance statistics")
7279 (description
7280 "This package provides tools to compute ordinal, statistics and effect
7281 sizes as an alternative to mean comparison: Cliff's delta or success rate
7282 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
7283 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
7284 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
7285 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
7286 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
7287 Group (Non-)Overlap considerations.")
7288 (license license:gpl2)))
7289
7290 (define-public r-deriv
7291 (package
7292 (name "r-deriv")
7293 (version "4.0")
7294 (source
7295 (origin
7296 (method url-fetch)
7297 (uri (cran-uri "Deriv" version))
7298 (sha256
7299 (base32
7300 "03mlfy8jzzzbh2l18gnmw0a71n9savx4cw72yhkxq93v2xj8fy3n"))))
7301 (properties `((upstream-name . "Deriv")))
7302 (build-system r-build-system)
7303 (home-page "https://cran.r-project.org/web/packages/Deriv")
7304 (synopsis "Symbolic differentiation")
7305 (description
7306 "This package provides an R-based solution for symbolic differentiation.
7307 It admits user-defined functions as well as function substitution in arguments
7308 of functions to be differentiated. Some symbolic simplification is part of
7309 the work.")
7310 (license license:gpl3+)))
7311
7312 (define-public r-doby
7313 (package
7314 (name "r-doby")
7315 (version "4.6.7")
7316 (source
7317 (origin
7318 (method url-fetch)
7319 (uri (cran-uri "doBy" version))
7320 (sha256
7321 (base32
7322 "16vg1aa272sfzyqxfb63fyis9hv6g5m3nmxxa6mk1gy0irqnl3jk"))))
7323 (properties `((upstream-name . "doBy")))
7324 (build-system r-build-system)
7325 (propagated-inputs
7326 `(("r-broom" ,r-broom)
7327 ("r-deriv" ,r-deriv)
7328 ("r-dplyr" ,r-dplyr)
7329 ("r-ggplot2" ,r-ggplot2)
7330 ("r-magrittr" ,r-magrittr)
7331 ("r-mass" ,r-mass)
7332 ("r-matrix" ,r-matrix)
7333 ("r-pbkrtest" ,r-pbkrtest)
7334 ("r-tibble" ,r-tibble)))
7335 (native-inputs
7336 `(("r-knitr" ,r-knitr)))
7337 (home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
7338 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
7339 (description
7340 "This package contains:
7341
7342 @itemize
7343 @item facilities for working with grouped data: @code{do}
7344 something to data stratified @code{by} some variables.
7345 @item implementations of least-squares means, general linear contrasts, and
7346 @item miscellaneous other utilities.
7347 @end itemize\n")
7348 (license license:gpl2+)))
7349
7350 (define-public r-refgenome
7351 (package
7352 (name "r-refgenome")
7353 (version "1.7.7")
7354 (source
7355 (origin
7356 (method url-fetch)
7357 (uri (cran-uri "refGenome" version))
7358 (sha256
7359 (base32
7360 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
7361 (properties `((upstream-name . "refGenome")))
7362 (build-system r-build-system)
7363 (propagated-inputs
7364 `(("r-dbi" ,r-dbi)
7365 ("r-doby" ,r-doby)
7366 ("r-rsqlite" ,r-rsqlite)))
7367 (home-page "https://cran.r-project.org/web/packages/refGenome/")
7368 (synopsis
7369 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
7370 (description
7371 "This package contains functionality for importing and managing of
7372 downloaded genome annotation data from the Ensembl genome browser (European
7373 Bioinformatics Institute) and from the UCSC genome browser (University of
7374 California, Santa Cruz) and annotation routines for genomic positions and
7375 splice site positions.")
7376 (license license:gpl2)))
7377
7378 (define-public r-basix
7379 (package
7380 (name "r-basix")
7381 (version "1.1")
7382 (source
7383 (origin
7384 (method url-fetch)
7385 (uri (cran-uri "BASIX" version))
7386 (sha256
7387 (base32
7388 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
7389 (properties `((upstream-name . "BASIX")))
7390 (build-system r-build-system)
7391 (home-page "https://cran.r-project.org/web/packages/BASIX/")
7392 (synopsis "Efficient C/C++ toolset for R")
7393 (description
7394 "BASIX provides some efficient C/C++ implementations of native R
7395 procedures to speed up calculations in R.")
7396 (license license:gpl2)))
7397
7398 (define-public r-blockfest
7399 (package
7400 (name "r-blockfest")
7401 (version "1.6")
7402 (source
7403 (origin
7404 (method url-fetch)
7405 (uri (cran-uri "BlockFeST" version))
7406 (sha256
7407 (base32
7408 "0hj7a5as7nxbgjac7lbj6qfwffx3g8x8phpf9a55f1c9cdzi73a5"))))
7409 (properties `((upstream-name . "BlockFeST")))
7410 (build-system r-build-system)
7411 (propagated-inputs `(("r-basix" ,r-basix)))
7412 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
7413 (synopsis "Bayesian calculation of region-specific fixation index")
7414 (description
7415 "This package provides an R implementation of an extension of the
7416 BayeScan software for codominant markers, adding the option to group
7417 individual SNPs into pre-defined blocks. A typical application of this new
7418 approach is the identification of genomic regions, genes, or gene sets
7419 containing one or more SNPs that evolved under directional selection.")
7420 (license license:gpl2)))
7421
7422 (define-public r-proc
7423 (package
7424 (name "r-proc")
7425 (version "1.16.2")
7426 (source
7427 (origin
7428 (method url-fetch)
7429 (uri (cran-uri "pROC" version))
7430 (sha256
7431 (base32
7432 "0apwa5zzqh74pjnvf5a1s5qf6i9r5h44jdllfrwymkd2v479d2xn"))))
7433 (properties `((upstream-name . "pROC")))
7434 (build-system r-build-system)
7435 (propagated-inputs
7436 `(("r-plyr" ,r-plyr)
7437 ("r-rcpp" ,r-rcpp)))
7438 (home-page "https://web.expasy.org/pROC/")
7439 (synopsis "Display and analyze ROC curves")
7440 (description
7441 "This package provides tools for visualizing, smoothing and comparing
7442 receiver operating characteristic (ROC curves). The area under the
7443 curve (AUC) can be compared with statistical tests based on U-statistics or
7444 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
7445 (license license:gpl3+)))
7446
7447 (define-public r-rootsolve
7448 (package
7449 (name "r-rootsolve")
7450 (version "1.8.2.1")
7451 (source
7452 (origin
7453 (method url-fetch)
7454 (uri (cran-uri "rootSolve" version))
7455 (sha256
7456 (base32
7457 "0c9hhgq1pgqdg80a6n2ssfbj5nyaf97y4iiya7j7l6b34qc53128"))))
7458 (properties `((upstream-name . "rootSolve")))
7459 (build-system r-build-system)
7460 (native-inputs `(("gfortran" ,gfortran)))
7461 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
7462 (synopsis "Tools for the analysis of ordinary differential equations")
7463 (description
7464 "This package provides routines to find the root of nonlinear functions,
7465 and to perform steady-state and equilibrium analysis of @dfn{ordinary
7466 differential equations} (ODE). It includes routines that:
7467
7468 @enumerate
7469 @item generate gradient and jacobian matrices (full and banded),
7470 @item find roots of non-linear equations by the Newton-Raphson method,
7471 @item estimate steady-state conditions of a system of (differential) equations
7472 in full, banded or sparse form, using the Newton-Raphson method, or by
7473 dynamically running,
7474 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
7475 and 3-D partial differential equations, that have been converted to ordinary
7476 differential equations by numerical differencing (using the method-of-lines
7477 approach).
7478 @end enumerate\n")
7479 (license license:gpl2+)))
7480
7481 (define-public r-abcanalysis
7482 (package
7483 (name "r-abcanalysis")
7484 (version "1.2.1")
7485 (source
7486 (origin
7487 (method url-fetch)
7488 (uri (cran-uri "ABCanalysis" version))
7489 (sha256
7490 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
7491 (properties `((upstream-name . "ABCanalysis")))
7492 (build-system r-build-system)
7493 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
7494 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
7495 (synopsis "Computed ABC Analysis")
7496 (description
7497 "Multivariate data sets often differ in several factors or derived statistical
7498 parameters, which have to be selected for a valid interpretation. Basing this
7499 selection on traditional statistical limits leads occasionally to the perception
7500 of losing information from a data set. This package provides tools to calculate
7501 these limits on the basis of the mathematical properties of the distribution of
7502 the analyzed items.")
7503 (license license:gpl3)))
7504
7505 (define-public r-slam
7506 (package
7507 (name "r-slam")
7508 (version "0.1-47")
7509 (source
7510 (origin
7511 (method url-fetch)
7512 (uri (cran-uri "slam" version))
7513 (sha256
7514 (base32 "12fggw2c7hz3bpvsaqm24g3r6lbpq6jgli24g7x5j859iak5cqv9"))))
7515 (build-system r-build-system)
7516 (home-page "https://cran.r-project.org/web/packages/slam/")
7517 (synopsis "Sparse lightweight arrays and matrices")
7518 (description
7519 "This package contains data structures and algorithms for sparse arrays and matrices,
7520 based on index arrays and simple triplet representations, respectively.")
7521 (license license:gpl2)))
7522
7523 (define-public r-manipulatewidget
7524 (package
7525 (name "r-manipulatewidget")
7526 (version "0.10.1")
7527 (source
7528 (origin
7529 (method url-fetch)
7530 (uri (cran-uri "manipulateWidget" version))
7531 (sha256
7532 (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
7533 (properties
7534 `((upstream-name . "manipulateWidget")))
7535 (build-system r-build-system)
7536 (propagated-inputs
7537 `(("r-base64enc" ,r-base64enc)
7538 ("r-codetools" ,r-codetools)
7539 ("r-htmltools" ,r-htmltools)
7540 ("r-htmlwidgets" ,r-htmlwidgets)
7541 ("r-knitr" ,r-knitr)
7542 ("r-miniui" ,r-miniui)
7543 ("r-shiny" ,r-shiny)
7544 ("r-webshot" ,r-webshot)))
7545 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
7546 (synopsis "Add even more interactivity to interactive charts")
7547 (description
7548 "This package lets you create in just a few lines of R code a nice user interface to
7549 modify the data or the graphical parameters of one or multiple interactive
7550 charts. It is useful to quickly explore visually some data or for package
7551 developers to generate user interfaces easy to maintain.")
7552 (license license:gpl2+)))
7553
7554 (define-public r-a3
7555 (package
7556 (name "r-a3")
7557 (version "1.0.0")
7558 (source
7559 (origin
7560 (method url-fetch)
7561 (uri (cran-uri "A3" version))
7562 (sha256
7563 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
7564 (properties `((upstream-name . "A3")))
7565 (build-system r-build-system)
7566 (propagated-inputs
7567 `(("r-pbapply" ,r-pbapply)
7568 ("r-xtable" ,r-xtable)))
7569 (home-page "https://cran.r-project.org/web/packages/A3/")
7570 (synopsis "Error metrics for predictive models")
7571 (description
7572 "This package supplies tools for tabulating and analyzing the results of predictive
7573 models. The methods employed are applicable to virtually any predictive model
7574 and make comparisons between different methodologies straightforward.")
7575 (license license:gpl2+)))
7576
7577 (define-public r-infotheo
7578 (package
7579 (name "r-infotheo")
7580 (version "1.2.0")
7581 (source
7582 (origin
7583 (method url-fetch)
7584 (uri (cran-uri "infotheo" version))
7585 (sha256
7586 (base32
7587 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
7588 (build-system r-build-system)
7589 (home-page "http://homepage.meyerp.com/software")
7590 (synopsis "Information-theoretic measures")
7591 (description
7592 "This package implements various measures of information theory based on
7593 several entropy estimators.")
7594 (license license:gpl3+)))
7595
7596 (define-public r-abcoptim
7597 (package
7598 (name "r-abcoptim")
7599 (version "0.15.0")
7600 (source
7601 (origin
7602 (method url-fetch)
7603 (uri (cran-uri "ABCoptim" version))
7604 (sha256
7605 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
7606 (properties `((upstream-name . "ABCoptim")))
7607 (build-system r-build-system)
7608 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
7609 (home-page "https://github.com/gvegayon/ABCoptim/")
7610 (synopsis "Optimization of Artificial Bee Colony algorithm")
7611 (description
7612 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
7613 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
7614 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
7615 algorithms, and uses only common control parameters such as colony size and
7616 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
7617 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
7618 This version is a work-in-progress and is written in R code.")
7619 (license license:expat)))
7620
7621 (define-public r-abcp2
7622 (package
7623 (name "r-abcp2")
7624 (version "1.2")
7625 (source
7626 (origin
7627 (method url-fetch)
7628 (uri (cran-uri "ABCp2" version))
7629 (sha256
7630 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
7631 (properties `((upstream-name . "ABCp2")))
7632 (build-system r-build-system)
7633 (propagated-inputs `(("r-mass" ,r-mass)))
7634 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
7635 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
7636 (description
7637 "This package tests the goodness of fit of a distribution of offspring to the Normal,
7638 Poisson, and Gamma distribution and estimates the proportional paternity of the
7639 second male (P2) based on the best fit distribution.")
7640 (license license:gpl2)))
7641
7642 (define-public r-abcrf
7643 (package
7644 (name "r-abcrf")
7645 (version "1.8.1")
7646 (source
7647 (origin
7648 (method url-fetch)
7649 (uri (cran-uri "abcrf" version))
7650 (sha256
7651 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
7652 (build-system r-build-system)
7653 (propagated-inputs
7654 `(("r-doparallel" ,r-doparallel)
7655 ("r-foreach" ,r-foreach)
7656 ("r-mass" ,r-mass)
7657 ("r-matrixstats" ,r-matrixstats)
7658 ("r-ranger" ,r-ranger)
7659 ("r-rcpp" ,r-rcpp)
7660 ("r-rcpparmadillo" ,r-rcpparmadillo)
7661 ("r-readr" ,r-readr)
7662 ("r-stringr" ,r-stringr)))
7663 (home-page "https://cran.r-project.org/web/packages/abcrf/")
7664 (synopsis "Approximate bayesian computation via random forests")
7665 (description
7666 "This package performs approximate bayesian computation (ABC) model choice and
7667 parameter inference via random forests. This machine learning tool named random
7668 forests (RF) can conduct selection among the highly complex models covered by
7669 ABC algorithms.")
7670 (license license:gpl2+)))
7671
7672 (define-public r-abctools
7673 (package
7674 (name "r-abctools")
7675 (version "1.1.3")
7676 (source
7677 (origin
7678 (method url-fetch)
7679 (uri (cran-uri "abctools" version))
7680 (sha256
7681 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
7682 (build-system r-build-system)
7683 (propagated-inputs
7684 `(("r-abc" ,r-abc)
7685 ("r-abind" ,r-abind)
7686 ("r-hmisc" ,r-hmisc)
7687 ("r-plyr" ,r-plyr)))
7688 (home-page "https://github.com/dennisprangle/abctools/")
7689 (synopsis "Tools for ABC analyses")
7690 (description
7691 "This @code{r-abctools} package provides tools for approximate Bayesian computation
7692 including summary statistic selection and assessing coverage. This includes
7693 recent dimension reduction algorithms to tune the choice of summary statistics,
7694 and coverage methods to tune the choice of threshold.")
7695 (license license:gpl2+)))
7696
7697 (define-public r-ggstance
7698 (package
7699 (name "r-ggstance")
7700 (version "0.3.4")
7701 (source
7702 (origin
7703 (method url-fetch)
7704 (uri (cran-uri "ggstance" version))
7705 (sha256
7706 (base32 "0aqz3dn02cgij018a4sglqwrwr9dzzj12l8xr1064q7hfd4f64m1"))))
7707 (build-system r-build-system)
7708 (propagated-inputs
7709 `(("r-ggplot2" ,r-ggplot2)
7710 ("r-plyr" ,r-plyr)
7711 ("r-rlang" ,r-rlang)
7712 ("r-withr" ,r-withr)))
7713 (home-page "https://cran.r-project.org/web/packages/ggstance/")
7714 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
7715 (description
7716 "This package is a @code{r-ggplot2} extension that provides flipped components:
7717 @enumerate
7718 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
7719 @item vertical versions of @code{r-ggplot2} positions.
7720 @end enumerate")
7721 (license license:gpl3)))
7722
7723 (define-public r-mosaiccore
7724 (package
7725 (name "r-mosaiccore")
7726 (version "0.6.0")
7727 (source
7728 (origin
7729 (method url-fetch)
7730 (uri (cran-uri "mosaicCore" version))
7731 (sha256
7732 (base32 "1klw97h6lchw1cpcl8s637ikcl428cckmjq0czi7mibh9q9mw72z"))))
7733 (properties `((upstream-name . "mosaicCore")))
7734 (build-system r-build-system)
7735 (propagated-inputs
7736 `(("r-dplyr" ,r-dplyr)
7737 ("r-lazyeval" ,r-lazyeval)
7738 ("r-mass" ,r-mass)
7739 ("r-rlang" ,r-rlang)
7740 ("r-tidyr" ,r-tidyr)))
7741 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
7742 (synopsis "Common utilities for mosaic family packages")
7743 (description
7744 "Common utilities used in other Mosaic family packages are collected here.")
7745 (license license:gpl2+)))
7746
7747 (define-public r-ggformula
7748 (package
7749 (name "r-ggformula")
7750 (version "0.9.4")
7751 (source
7752 (origin
7753 (method url-fetch)
7754 (uri (cran-uri "ggformula" version))
7755 (sha256
7756 (base32 "04vdhg1bbc1psrx9ggaphz7cx4fw5xsmhkqpqfcg2w4ba2bjy46f"))))
7757 (build-system r-build-system)
7758 (propagated-inputs
7759 `(("r-ggforce" ,r-ggforce)
7760 ("r-ggplot2" ,r-ggplot2)
7761 ("r-ggstance" ,r-ggstance)
7762 ("r-magrittr" ,r-magrittr)
7763 ("r-mosaiccore" ,r-mosaiccore)
7764 ("r-rlang" ,r-rlang)
7765 ("r-stringr" ,r-stringr)
7766 ("r-tibble" ,r-tibble)))
7767 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
7768 (synopsis "Formula interface for the @code{r-ggplot2}")
7769 (description
7770 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
7771 gf_density(), and so on, bring the formula interface to ggplot(). This captures
7772 and extends the excellent simplicity of the lattice-graphics formula interface,
7773 while providing the intuitive capabilities of @code{r-ggplot2}.")
7774 (license license:expat)))
7775
7776 (define-public r-mosaicdata
7777 (package
7778 (name "r-mosaicdata")
7779 (version "0.18.0")
7780 (source
7781 (origin
7782 (method url-fetch)
7783 (uri (cran-uri "mosaicData" version))
7784 (sha256
7785 (base32 "0cx5dg26ha7nzkdyghkbbd6ikncj60qv1538az77lfgn2jylvkbz"))))
7786 (properties `((upstream-name . "mosaicData")))
7787 (build-system r-build-system)
7788 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
7789 (synopsis "Data sets for project Mosaic")
7790 (description
7791 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
7792 used to teach mathematics, statistics, computation and modeling.")
7793 (license license:gpl2+)))
7794
7795 (define-public r-raster
7796 (package
7797 (name "r-raster")
7798 (version "3.3-13")
7799 (source
7800 (origin
7801 (method url-fetch)
7802 (uri (cran-uri "raster" version))
7803 (sha256
7804 (base32
7805 "1s6457rq94qvm3s2lqscs2c2gn5kzcpxa13i8nhlgb1klx5kams7"))))
7806 (build-system r-build-system)
7807 (propagated-inputs
7808 `(("r-rcpp" ,r-rcpp)
7809 ("r-sp" ,r-sp)))
7810 (home-page "https://www.rspatial.org/")
7811 (synopsis "Geographic data analysis and modeling")
7812 (description
7813 "The package implements basic and high-level functions for reading,
7814 writing, manipulating, analyzing and modeling of gridded spatial data.
7815 Processing of very large files is supported.")
7816 (license license:gpl3+)))
7817
7818 (define-public r-mosaic
7819 (package
7820 (name "r-mosaic")
7821 (version "1.4.0")
7822 (source
7823 (origin
7824 (method url-fetch)
7825 (uri (cran-uri "mosaic" version))
7826 (sha256
7827 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
7828 (build-system r-build-system)
7829 (propagated-inputs
7830 `(("r-broom" ,r-broom)
7831 ("r-dplyr" ,r-dplyr)
7832 ("r-ggdendro" ,r-ggdendro)
7833 ("r-ggformula" ,r-ggformula)
7834 ("r-ggplot2" ,r-ggplot2)
7835 ("r-ggrepel" ,r-ggrepel)
7836 ("r-glue" ,r-glue)
7837 ("r-gridextra" ,r-gridextra)
7838 ("r-lattice" ,r-lattice)
7839 ("r-latticeextra" ,r-latticeextra)
7840 ("r-lazyeval" ,r-lazyeval)
7841 ("r-mass" ,r-mass)
7842 ("r-matrix" ,r-matrix)
7843 ("r-mosaiccore" ,r-mosaiccore)
7844 ("r-mosaicdata" ,r-mosaicdata)
7845 ("r-readr" ,r-readr)
7846 ("r-tidyr" ,r-tidyr)))
7847 (native-inputs
7848 `(("r-knitr" ,r-knitr)))
7849 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
7850 (synopsis "Mathematics, statistics, and computation teaching utilities")
7851 (description
7852 "This package contain data sets and utilities from
7853 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
7854 statistics, computation and modeling. Project MOSAIC is a community of
7855 educators working to tie together aspects of quantitative work that students
7856 in science, technology, engineering and mathematics will need in their
7857 professional lives, but which are usually taught in isolation, if at all.")
7858 (license license:gpl2+)))
7859
7860 (define-public r-abd
7861 (package
7862 (name "r-abd")
7863 (version "0.2-8")
7864 (source
7865 (origin
7866 (method url-fetch)
7867 (uri (cran-uri "abd" version))
7868 (sha256
7869 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
7870 (build-system r-build-system)
7871 (propagated-inputs
7872 `(("r-lattice" ,r-lattice)
7873 ("r-mosaic" ,r-mosaic)
7874 ("r-nlme" ,r-nlme)))
7875 (home-page "https://cran.r-project.org/web/packages/abd/")
7876 (synopsis "Analysis of biological data")
7877 (description
7878 "The @code{r-abd} package contains data sets and sample code for the Analysis of
7879 biological data by Michael Whitlock and Dolph Schluter.")
7880 (license license:gpl2)))
7881
7882 (define-public r-svgui
7883 (package
7884 (name "r-svgui")
7885 (version "1.0.0")
7886 (source
7887 (origin
7888 (method url-fetch)
7889 (uri (cran-uri "svGUI" version))
7890 (sha256
7891 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
7892 (properties `((upstream-name . "svGUI")))
7893 (build-system r-build-system)
7894 (home-page "https://github.com/SciViews/svGUI/")
7895 (synopsis "Functions for managing GUI clients in R")
7896 (description
7897 "The SciViews @code{svGUI} package eases the management of Graphical User
7898 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
7899 centralizes info about GUI elements currently used, and it dispatches GUI
7900 calls to the particular toolkits in use in function of the context.")
7901 (license license:gpl2)))
7902
7903 (define-public r-svdialogs
7904 (package
7905 (name "r-svdialogs")
7906 (version "1.0.0")
7907 (source
7908 (origin
7909 (method url-fetch)
7910 (uri (cran-uri "svDialogs" version))
7911 (sha256
7912 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
7913 (properties `((upstream-name . "svDialogs")))
7914 (build-system r-build-system)
7915 (inputs
7916 `(("yad" ,yad)
7917 ("zenity" ,zenity)))
7918 (propagated-inputs
7919 `(("r-rstudioapi" ,r-rstudioapi)
7920 ("r-svgui" ,r-svgui)))
7921 (home-page "https://github.com/SciViews/svDialogs/")
7922 (synopsis "Portable dialog boxes")
7923 (description
7924 "This package helps to construct standard dialog boxes for your GUI, including
7925 message boxes, input boxes, list, file or directory selection, and others. In
7926 case R cannot display GUI dialog boxes, a simpler command line version of these
7927 interactive elements is also provided as a fallback solution.")
7928 (license license:gpl2)))
7929
7930 (define-public r-abe
7931 (package
7932 (name "r-abe")
7933 (version "3.0.1")
7934 (source
7935 (origin
7936 (method url-fetch)
7937 (uri (cran-uri "abe" version))
7938 (sha256
7939 (base32
7940 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
7941 (build-system r-build-system)
7942 (home-page "https://cran.r-project.org/web/packages/abe/")
7943 (synopsis "Augmented backward elimination")
7944 (description
7945 "This package performs augmented backward elimination and checks the
7946 stability of the obtained model. Augmented backward elimination combines
7947 significance or information based criteria with the change in estimate to
7948 either select the optimal model for prediction purposes or to serve as a tool
7949 to obtain a practically sound, highly interpretable model.")
7950 (license license:gpl2+)))
7951
7952 (define-public r-abf2
7953 (package
7954 (name "r-abf2")
7955 (version "0.7-1")
7956 (source
7957 (origin
7958 (method url-fetch)
7959 (uri (cran-uri "abf2" version))
7960 (sha256
7961 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
7962 (build-system r-build-system)
7963 (home-page "https://cran.r-project.org/web/packages/abf2/")
7964 (synopsis "Load gap-free axon @code{r-abf2} files")
7965 (description
7966 "This package loads electrophysiology data from ABF2 files, as created by
7967 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
7968 mode are currently supported.")
7969 (license license:artistic2.0)))
7970
7971 (define-public r-abhgenotyper
7972 (package
7973 (name "r-abhgenotyper")
7974 (version "1.0.1")
7975 (source
7976 (origin
7977 (method url-fetch)
7978 (uri (cran-uri "ABHgenotypeR" version))
7979 (sha256
7980 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
7981 (properties `((upstream-name . "ABHgenotypeR")))
7982 (build-system r-build-system)
7983 (propagated-inputs
7984 `(("r-ggplot2" ,r-ggplot2)
7985 ("r-reshape2" ,r-reshape2)))
7986 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
7987 (synopsis "Visualize and manipulate ABH genotypes")
7988 (description
7989 "The @code{r-abhgenotyper} package provides simple imputation,
7990 error-correction and plotting capacities for genotype data. The package is
7991 supposed to serve as an intermediate but independent analysis tool between the
7992 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
7993 not found in either TASSEL or @code{r-qtl} in addition to visualization of
7994 genotypes as \"graphical genotypes\".")
7995 (license license:gpl3)))
7996
7997 (define-public r-furrr
7998 (package
7999 (name "r-furrr")
8000 (version "0.1.0")
8001 (source
8002 (origin
8003 (method url-fetch)
8004 (uri (cran-uri "furrr" version))
8005 (sha256
8006 (base32
8007 "1ld9aa9hydna94hgm6p91zjbfv1dz1vsgchjlpknkg6irbvkfafx"))))
8008 (build-system r-build-system)
8009 (propagated-inputs
8010 `(("r-future" ,r-future)
8011 ("r-globals" ,r-globals)
8012 ("r-purrr" ,r-purrr)
8013 ("r-rlang" ,r-rlang)))
8014 (home-page "https://github.com/DavisVaughan/furrr")
8015 (synopsis "Apply mapping functions in parallel using futures")
8016 (description
8017 "This package provides implementations of the family of @code{map()}
8018 functions from the @code{purrr} package that can be resolved using any
8019 @code{future}-supported backend, e.g. parallel on the local machine or
8020 distributed on a compute cluster.")
8021 (license license:lgpl2.1+)))
8022
8023 (define-public r-abjutils
8024 (package
8025 (name "r-abjutils")
8026 (version "0.2.3")
8027 (source
8028 (origin
8029 (method url-fetch)
8030 (uri (cran-uri "abjutils" version))
8031 (sha256
8032 (base32 "0n4zps65y3zg0gfzlv97w91si52a9izkncirskbkj5x9hk0nhxcv"))))
8033 (build-system r-build-system)
8034 (propagated-inputs
8035 `(("r-devtools" ,r-devtools)
8036 ("r-dplyr" ,r-dplyr)
8037 ("r-furrr" ,r-furrr)
8038 ("r-future" ,r-future)
8039 ("r-glue" ,r-glue)
8040 ("r-httr" ,r-httr)
8041 ("r-magrittr" ,r-magrittr)
8042 ("r-progress" ,r-progress)
8043 ("r-purrr" ,r-purrr)
8044 ("r-readr" ,r-readr)
8045 ("r-rlang" ,r-rlang)
8046 ("r-rstudioapi" ,r-rstudioapi)
8047 ("r-scales" ,r-scales)
8048 ("r-stringi" ,r-stringi)
8049 ("r-stringr" ,r-stringr)
8050 ("r-tibble" ,r-tibble)
8051 ("r-tidyr" ,r-tidyr)))
8052 (home-page "https://github.com/abjur/abjutils/")
8053 (synopsis "Collection of tools for jurimetrical analysis")
8054 (description
8055 "This package implements general purpose tools, such as functions for
8056 sampling and basic manipulation of Brazilian lawsuits identification number.
8057 It also implements functions for text cleaning, such as accentuation
8058 removal.")
8059 (license license:expat)))
8060
8061 (define-public r-abnormality
8062 (package
8063 (name "r-abnormality")
8064 (version "0.1.0")
8065 (source
8066 (origin
8067 (method url-fetch)
8068 (uri (cran-uri "abnormality" version))
8069 (sha256
8070 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
8071 (build-system r-build-system)
8072 (propagated-inputs
8073 `(("r-mass" ,r-mass)
8074 ("r-matrix" ,r-matrix)))
8075 (home-page "https://cran.r-project.org/web/packages/abnormality/")
8076 (synopsis "Measure a subject's abnormality with respect to a reference population")
8077 (description
8078 "This package contains functions to implement the methodology and
8079 considerations laid out by Marks et al. in the article \"Measuring abnormality
8080 in high dimensional spaces: applications in biomechanical gait analysis\".
8081 Using high-dimensional datasets to measure a subject's overall level of
8082 abnormality as compared to a reference population is often needed in outcomes
8083 research.")
8084 (license license:expat)))
8085
8086 (define-public r-abodoutlier
8087 (package
8088 (name "r-abodoutlier")
8089 (version "0.1")
8090 (source
8091 (origin
8092 (method url-fetch)
8093 (uri (cran-uri "abodOutlier" version))
8094 (sha256
8095 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
8096 (properties `((upstream-name . "abodOutlier")))
8097 (build-system r-build-system)
8098 (propagated-inputs
8099 `(("r-cluster" ,r-cluster)))
8100 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
8101 (synopsis "Angle-based outlier detection")
8102 (description
8103 "This package performs angle-based outlier detection on a given data
8104 frame. It offers three methods to process data:
8105 @enumerate
8106 @item full but slow implementation using all the data that has cubic
8107 complexity;
8108 @item a fully randomized method;
8109 @item a method using k-nearest neighbours.
8110 @end enumerate
8111 These algorithms are well suited for high dimensional data outlier
8112 detection.")
8113 (license license:expat)))
8114
8115 (define-public r-abps
8116 (package
8117 (name "r-abps")
8118 (version "0.3")
8119 (source
8120 (origin
8121 (method url-fetch)
8122 (uri (cran-uri "ABPS" version))
8123 (sha256
8124 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
8125 (properties `((upstream-name . "ABPS")))
8126 (build-system r-build-system)
8127 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
8128 (home-page "https://cran.r-project.org/web/packages/ABPS/")
8129 (synopsis "Abnormal blood profile score to detect blood doping")
8130 (description
8131 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
8132 The ABPS is a part of the Athlete biological passport program of the World
8133 anti-doping agency, which combines several blood parameters into a single
8134 score in order to detect blood doping. The package also contains functions to
8135 calculate other scores used in anti-doping programs, such as the ratio of
8136 hemoglobin to reticulocytes (OFF-score), as well as example data.")
8137 (license license:gpl2+)))
8138
8139 (define-public r-parmigene
8140 (package
8141 (name "r-parmigene")
8142 (version "1.1.0")
8143 (source
8144 (origin
8145 (method url-fetch)
8146 (uri (cran-uri "parmigene" version))
8147 (sha256
8148 (base32
8149 "067rqxqyzy1fsjj0s1g7af4527whwdhzjzc5b8a8n7683na59ns4"))))
8150 (build-system r-build-system)
8151 (home-page "https://cran.r-project.org/web/packages/parmigene/")
8152 (synopsis "Mutual information estimation for gene network reconstruction")
8153 (description
8154 "This package provides a parallel estimation of the mutual information
8155 based on entropy estimates from k-nearest neighbors distances and algorithms
8156 for the reconstruction of gene regulatory networks.")
8157 (license license:agpl3+)))
8158
8159 (define-public r-pscl
8160 (package
8161 (name "r-pscl")
8162 (version "1.5.5")
8163 (source
8164 (origin
8165 (method url-fetch)
8166 (uri (cran-uri "pscl" version))
8167 (sha256
8168 (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
8169 (build-system r-build-system)
8170 (propagated-inputs
8171 `(("r-mass" ,r-mass)))
8172 (home-page "https://github.com/atahk/pscl/")
8173 (synopsis "Political science computational laboratory")
8174 (description
8175 "The @code{pscl} is an R package providing classes and methods for:
8176 @enumerate
8177 @item Bayesian analysis of roll call data (item-response models);
8178 @item elementary Bayesian statistics;
8179 @item maximum likelihood estimation of zero-inflated and hurdle models for count
8180 data;
8181 @item utility functions.
8182 @end enumerate")
8183 (license license:gpl2)))
8184
8185 (define-public r-accelmissing
8186 (package
8187 (name "r-accelmissing")
8188 (version "1.4")
8189 (source
8190 (origin
8191 (method url-fetch)
8192 (uri (cran-uri "accelmissing" version))
8193 (sha256
8194 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
8195 (build-system r-build-system)
8196 (propagated-inputs
8197 `(("r-mice" ,r-mice)
8198 ("r-pscl" ,r-pscl)))
8199 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
8200 (synopsis "Missing value imputation for accelerometer data")
8201 (description
8202 "This package provides a statistical method to impute the missing values in
8203 accelerometer data. The methodology includes both parametric and
8204 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
8205 model. It also provides multiple functions to preprocess the accelerometer data
8206 previous to the missing data imputation. These include detecting the wearing
8207 and the non-wearing time, selecting valid days and subjects, and creating plots.")
8208 (license license:gpl2+)))
8209
8210 (define-public r-mhsmm
8211 (package
8212 (name "r-mhsmm")
8213 (version "0.4.16")
8214 (source
8215 (origin
8216 (method url-fetch)
8217 (uri (cran-uri "mhsmm" version))
8218 (sha256
8219 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
8220 (build-system r-build-system)
8221 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
8222 (home-page "https://github.com/jaredo/mhsmm/")
8223 (synopsis "Inference for hidden Markov and semi-Markov models")
8224 (description
8225 "The @code{r-mhsmm} package implements estimation and prediction methods for
8226 hidden Markov and semi-Markov models for multiple observation sequences. Such
8227 techniques are of interest when observed data is thought to be dependent on some
8228 unobserved (or hidden) state. Also, this package is suitable for equidistant
8229 time series data, with multivariate and/or missing data. Allows user defined
8230 emission distributions.")
8231 (license license:gpl2+)))
8232
8233 (define-public r-nleqslv
8234 (package
8235 (name "r-nleqslv")
8236 (version "3.3.2")
8237 (source
8238 (origin
8239 (method url-fetch)
8240 (uri (cran-uri "nleqslv" version))
8241 (sha256
8242 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
8243 (build-system r-build-system)
8244 (native-inputs `(("gfortran" ,gfortran)))
8245 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
8246 (synopsis "Solve systems of nonlinear equations")
8247 (description
8248 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
8249 Broyden or a Newton method with a choice of global strategies such as line
8250 search and trust region. There are options for using a numerical or user
8251 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
8252 singular or ill-conditioned Jacobian.")
8253 (license license:gpl2+)))
8254
8255 (define-public r-physicalactivity
8256 (package
8257 (name "r-physicalactivity")
8258 (version "0.2-2")
8259 (source
8260 (origin
8261 (method url-fetch)
8262 (uri (cran-uri "PhysicalActivity" version))
8263 (sha256
8264 (base32 "14z6plgwyr46vs9m997rvlz8sdglfs9g087an8668zqkzzs2w4ln"))))
8265 (properties
8266 `((upstream-name . "PhysicalActivity")))
8267 (build-system r-build-system)
8268 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
8269 (synopsis "Procesing accelerometer data for physical activity measurement")
8270 (description
8271 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
8272 for classification of monitor wear and nonwear time intervals in accelerometer
8273 data collected to assess physical activity. The package also contains functions
8274 for making plots of accelerometer data and obtaining the summary of various
8275 information including daily monitor wear time and the mean monitor wear time
8276 during valid days. The revised package version 0.2-1 improved the functions
8277 regarding speed, robustness and add better support for time zones and daylight
8278 saving. In addition, several functions were added:
8279 @enumerate
8280 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
8281 @item the @code{markPAI} can categorize physical activity intensity level based
8282 on user-defined cut-points of accelerometer counts.
8283 @end enumerate
8284 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
8285 @code{queryActigraph} functions.")
8286 (license license:gpl3+)))
8287
8288 (define-public r-acc
8289 (package
8290 (name "r-acc")
8291 (version "1.3.3")
8292 (source
8293 (origin
8294 (method url-fetch)
8295 (uri (cran-uri "acc" version))
8296 (sha256
8297 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
8298 (build-system r-build-system)
8299 (propagated-inputs
8300 `(("r-circlize" ,r-circlize)
8301 ("r-dbi" ,r-dbi)
8302 ("r-ggplot2" ,r-ggplot2)
8303 ("r-iterators" ,r-iterators)
8304 ("r-mhsmm" ,r-mhsmm)
8305 ("r-nleqslv" ,r-nleqslv)
8306 ("r-physicalactivity" ,r-physicalactivity)
8307 ("r-plyr" ,r-plyr)
8308 ("r-r-utils" ,r-r-utils)
8309 ("r-rcpp" ,r-rcpp)
8310 ("r-rcpparmadillo" ,r-rcpparmadillo)
8311 ("r-rsqlite" ,r-rsqlite)
8312 ("r-zoo" ,r-zoo)))
8313 (home-page "https://cran.r-project.org/web/packages/acc/")
8314 (synopsis "Exploring accelerometer data")
8315 (description
8316 "This package processes accelerometer data from uni-axial and tri-axial devices
8317 and generates data summaries. Also, includes functions to plot, analyze, and
8318 simulate accelerometer data.")
8319 (license license:gpl2+)))
8320
8321 (define-public r-rbenchmark
8322 (package
8323 (name "r-rbenchmark")
8324 (version "1.0.0")
8325 (source
8326 (origin
8327 (method url-fetch)
8328 (uri (cran-uri "rbenchmark" version))
8329 (sha256
8330 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
8331 (build-system r-build-system)
8332 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
8333 (synopsis "Benchmarking routine for R")
8334 (description
8335 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
8336 and is intended to facilitate benchmarking of arbitrary R code. The library
8337 consists of just one function, benchmark, which is a simple wrapper around
8338 system.time. Given a specification of the benchmarking process (counts of
8339 replications, evaluation environment) and an arbitrary number of expressions,
8340 benchmark evaluates each of the expressions in the specified environment,
8341 replicating the evaluation as many times as specified, and returning the results
8342 conveniently wrapped into a data frame.")
8343 (license license:gpl2+)))
8344
8345 (define-public r-mitools
8346 (package
8347 (name "r-mitools")
8348 (version "2.4")
8349 (source
8350 (origin
8351 (method url-fetch)
8352 (uri (cran-uri "mitools" version))
8353 (sha256
8354 (base32
8355 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
8356 (build-system r-build-system)
8357 (propagated-inputs `(("r-dbi" ,r-dbi)))
8358 (home-page "https://cran.r-project.org/web/packages/mitools/")
8359 (synopsis "Tools for multiple imputation of missing data")
8360 (description
8361 "This package provides tools to perform analyses and combine results from
8362 multiple-imputation datasets.")
8363 (license license:gpl2)))
8364
8365 (define-public r-magick
8366 (package
8367 (name "r-magick")
8368 (version "2.4.0")
8369 (source
8370 (origin
8371 (method url-fetch)
8372 (uri (cran-uri "magick" version))
8373 (sha256
8374 (base32
8375 "1y1p2blkg0h6061ay7mdwssxbswgrc25raffp6d8d9cqhdmsa72s"))))
8376 (build-system r-build-system)
8377 (inputs
8378 `(("imagemagick" ,imagemagick)
8379 ("zlib" ,zlib)))
8380 (propagated-inputs
8381 `(("r-curl" ,r-curl)
8382 ("r-magrittr" ,r-magrittr)
8383 ("r-rcpp" ,r-rcpp)))
8384 (native-inputs
8385 `(("pkg-config" ,pkg-config)
8386 ("r-knitr" ,r-knitr)))
8387 (home-page "https://github.com/ropensci/magick")
8388 (synopsis "Advanced graphics and image-processing in R")
8389 (description
8390 "This package provides bindings to ImageMagick, a comprehensive image
8391 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
8392 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
8393 operations are vectorized via the Magick++ STL meaning they operate either on
8394 a single frame or a series of frames for working with layers, collages, or
8395 animation. In RStudio, images are automatically previewed when printed to the
8396 console, resulting in an interactive editing environment.")
8397 (license license:expat)))
8398
8399 (define-public r-survey
8400 (package
8401 (name "r-survey")
8402 (version "4.0")
8403 (source
8404 (origin
8405 (method url-fetch)
8406 (uri (cran-uri "survey" version))
8407 (sha256
8408 (base32
8409 "1q9x0s86s72gl43zj49gypg6jj2b78xjvxr4lmy5147s9h7z8lxh"))))
8410 (build-system r-build-system)
8411 (propagated-inputs
8412 `(("r-lattice" ,r-lattice)
8413 ("r-matrix" ,r-matrix)
8414 ("r-minqa" ,r-minqa)
8415 ("r-mitools" ,r-mitools)
8416 ("r-numderiv" ,r-numderiv)
8417 ("r-survival" ,r-survival)))
8418 (home-page "http://r-survey.r-forge.r-project.org/survey/")
8419 (synopsis "Analysis of complex survey samples")
8420 (description
8421 "This package provides tools for the analysis of complex survey samples.
8422 The provided features include: summary statistics, two-sample tests, rank
8423 tests, generalised linear models, cumulative link models, Cox models,
8424 loglinear models, and general maximum pseudolikelihood estimation for
8425 multistage stratified, cluster-sampled, unequally weighted survey samples;
8426 variances by Taylor series linearisation or replicate weights;
8427 post-stratification, calibration, and raking; two-phase subsampling designs;
8428 graphics; PPS sampling without replacement; principal components, and factor
8429 analysis.")
8430 ;; Either version of the GPL.
8431 (license (list license:gpl2 license:gpl3))))
8432
8433 (define-public r-gee
8434 (package
8435 (name "r-gee")
8436 (version "4.13-20")
8437 (source
8438 (origin
8439 (method url-fetch)
8440 (uri (cran-uri "gee" version))
8441 (sha256
8442 (base32
8443 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
8444 (properties `((upstream-name . "gee")))
8445 (build-system r-build-system)
8446 (native-inputs
8447 `(("gfortran" ,gfortran)))
8448 (home-page "https://cran.r-project.org/web/packages/gee/")
8449 (synopsis "Generalized estimation equation solver")
8450 (description
8451 "This package provides a solver for generalized estimation equations.")
8452 (license license:gpl2)))
8453
8454 (define-public r-tab
8455 (package
8456 (name "r-tab")
8457 (version "4.1.1")
8458 (source
8459 (origin
8460 (method url-fetch)
8461 (uri (cran-uri "tab" version))
8462 (sha256
8463 (base32
8464 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
8465 (properties `((upstream-name . "tab")))
8466 (build-system r-build-system)
8467 (propagated-inputs
8468 `(("r-dplyr" ,r-dplyr)
8469 ("r-gee" ,r-gee)
8470 ("r-knitr" ,r-knitr)
8471 ("r-mass" ,r-mass)
8472 ("r-survey" ,r-survey)
8473 ("r-survival" ,r-survival)
8474 ("r-xtable" ,r-xtable)))
8475 (home-page "https://cran.r-project.org/web/packages/tab/")
8476 (synopsis "Create summary tables for statistical reports")
8477 (description
8478 "This package contains functions for creating various types of summary
8479 tables, e.g. comparing characteristics across levels of a categorical variable
8480 and summarizing fitted generalized linear models, generalized estimating
8481 equations, and Cox proportional hazards models. Functions are available to
8482 handle data from simple random samples as well as complex surveys.")
8483 (license license:gpl3+)))
8484
8485 (define-public r-dvmisc
8486 (package
8487 (name "r-dvmisc")
8488 (version "1.1.4")
8489 (source
8490 (origin
8491 (method url-fetch)
8492 (uri (cran-uri "dvmisc" version))
8493 (sha256
8494 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
8495 (build-system r-build-system)
8496 (propagated-inputs
8497 `(("r-cubature" ,r-cubature)
8498 ("r-data-table" ,r-data-table)
8499 ("r-dplyr" ,r-dplyr)
8500 ("r-ggplot2" ,r-ggplot2)
8501 ("r-mass" ,r-mass)
8502 ("r-mvtnorm" ,r-mvtnorm)
8503 ("r-pracma" ,r-pracma)
8504 ("r-rbenchmark" ,r-rbenchmark)
8505 ("r-rcpp" ,r-rcpp)
8506 ("r-survey" ,r-survey)
8507 ("r-tab" ,r-tab)))
8508 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
8509 (synopsis "Faster computation of common statistics and miscellaneous functions")
8510 (description
8511 "This package implements faster versions of base R functions (e.g. mean, standard
8512 deviation, covariance, weighted mean), mostly written in C++, along with
8513 miscellaneous functions for various purposes (e.g. create the histogram with
8514 fitted probability density function or probability mass function curve, create
8515 the body mass index groups, assess the linearity assumption in logistic
8516 regression).")
8517 (license license:gpl2)))
8518
8519 (define-public r-accelerometry
8520 (package
8521 (name "r-accelerometry")
8522 (version "3.1.2")
8523 (source
8524 (origin
8525 (method url-fetch)
8526 (uri (cran-uri "accelerometry" version))
8527 (sha256
8528 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
8529 (build-system r-build-system)
8530 (propagated-inputs
8531 `(("r-dvmisc" ,r-dvmisc)
8532 ("r-rcpp" ,r-rcpp)))
8533 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
8534 (synopsis "Functions for processing accelerometer data")
8535 (description
8536 "This package provides a collection of functions that perform operations on
8537 time-series accelerometer data, such as identify the non-wear time, flag minutes
8538 that are part of an activity bout, and find the maximum 10-minute average count
8539 value. The functions are generally very flexible, allowing for a variety of
8540 algorithms to be implemented.")
8541 (license license:gpl3)))
8542
8543 (define-public r-absim
8544 (package
8545 (name "r-absim")
8546 (version "0.2.6")
8547 (source
8548 (origin
8549 (method url-fetch)
8550 (uri (cran-uri "AbSim" version))
8551 (sha256
8552 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
8553 (properties `((upstream-name . "AbSim")))
8554 (build-system r-build-system)
8555 (propagated-inputs
8556 `(("r-ape" ,r-ape)
8557 ("r-powerlaw" ,r-powerlaw)))
8558 (home-page "https://cran.r-project.org/web/packages/AbSim/")
8559 (synopsis "Time resolved simulations of antibody repertoires")
8560 (description
8561 "This package provides simulation methods for the evolution of antibody repertoires.
8562 The heavy and light chain variable region of both human and C57BL/6 mice can
8563 be simulated in a time-dependent fashion. Both single lineages using one set of
8564 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
8565 with an initial V-D-J recombination event, starting the first phylogenetic tree.
8566 Upon completion, the main loop of the algorithm begins, with each iteration
8567 representing one simulated time step. Various mutation events are possible at
8568 each time step, contributing to a diverse final repertoire.")
8569 (license license:gpl2)))
8570
8571 (define-public r-quic
8572 (package
8573 (name "r-quic")
8574 (version "1.1")
8575 (source
8576 (origin
8577 (method url-fetch)
8578 (uri (cran-uri "QUIC" version))
8579 (sha256
8580 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
8581 (properties `((upstream-name . "QUIC")))
8582 (build-system r-build-system)
8583 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
8584 (synopsis "Regularized sparse inverse covariance matrix estimation")
8585 (description
8586 "This package implements the regularized Gaussian maximum likelihood
8587 estimation of the inverse of a covariance matrix. It uses Newton's method and
8588 coordinate descent to solve the regularized inverse covariance matrix
8589 estimation problem.")
8590 ;; The project home page states that the release is under GPLv3 or later.
8591 ;; The CRAN page only says GPL-3.
8592 (license license:gpl3+)))
8593
8594 (define-public r-abundant
8595 (package
8596 (name "r-abundant")
8597 (version "1.1")
8598 (source
8599 (origin
8600 (method url-fetch)
8601 (uri (cran-uri "abundant" version))
8602 (sha256
8603 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
8604 (build-system r-build-system)
8605 (propagated-inputs
8606 `(("r-quic" ,r-quic)))
8607 (home-page "https://cran.r-project.org/web/packages/abundant/")
8608 (synopsis "Abundant regression and high-dimensional principal fitted components")
8609 (description
8610 "This package provides tools to fit and predict with the high-dimensional
8611 principal fitted components model. This model is described by Cook, Forzani,
8612 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
8613 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
8614 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
8615 (license license:gpl2+)))
8616
8617 (define-public r-ac3net
8618 (package
8619 (name "r-ac3net")
8620 (version "1.2.2")
8621 (source
8622 (origin
8623 (method url-fetch)
8624 (uri (cran-uri "Ac3net" version))
8625 (sha256
8626 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
8627 (properties `((upstream-name . "Ac3net")))
8628 (build-system r-build-system)
8629 (propagated-inputs
8630 `(("r-data-table" ,r-data-table)))
8631 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
8632 (synopsis "Inferring directional conservative causal core gene networks")
8633 (description "This package infers directional Conservative causal core
8634 (gene) networks (C3NET). This is a version of the algorithm C3NET with
8635 directional network.")
8636 (license license:gpl3+)))
8637
8638 (define-public r-aca
8639 (package
8640 (name "r-aca")
8641 (version "1.1")
8642 (source
8643 (origin
8644 (method url-fetch)
8645 (uri (cran-uri "ACA" version))
8646 (sha256
8647 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
8648 (properties `((upstream-name . "ACA")))
8649 (build-system r-build-system)
8650 (home-page "https://cran.r-project.org/web/packages/ACA/")
8651 (synopsis "Abrupt change-point or aberration detection in point series")
8652 (description
8653 "This package offers an interactive function for the detection of breakpoints in
8654 series.")
8655 ;; Any version of the GPL
8656 (license (list license:gpl2+ license:gpl3+))))
8657
8658 (define-public r-acceptancesampling
8659 (package
8660 (name "r-acceptancesampling")
8661 (version "1.0-6")
8662 (source
8663 (origin
8664 (method url-fetch)
8665 (uri (cran-uri "AcceptanceSampling" version))
8666 (sha256
8667 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
8668 (properties
8669 `((upstream-name . "AcceptanceSampling")))
8670 (build-system r-build-system)
8671 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
8672 (synopsis "Creation and evaluation of acceptance sampling plans")
8673 (description
8674 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
8675 acceptance sampling plans. Acceptance sampling is a methodology commonly used
8676 in quality control and improvement. International standards of acceptance
8677 sampling provide sampling plans for specific circumstances. The aim of this
8678 package is to provide an easy-to-use interface to visualize single, double or
8679 multiple sampling plans. In addition, methods have been provided to enable the
8680 user to assess sampling plans against pre-specified levels of performance, as
8681 measured by the probability of acceptance for a given level of quality in the
8682 lot.")
8683 (license license:gpl3+)))
8684
8685 (define-public r-acclma
8686 (package
8687 (name "r-acclma")
8688 (version "1.0")
8689 (source
8690 (origin
8691 (method url-fetch)
8692 (uri (cran-uri "ACCLMA" version))
8693 (sha256
8694 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
8695 (properties `((upstream-name . "ACCLMA")))
8696 (build-system r-build-system)
8697 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
8698 (synopsis "ACC & LMA graph plotting")
8699 (description
8700 "This package contains a function that imports data from a @acronym{CSV,
8701 Comma-Separated Values} file, or uses manually entered data from the format (x,
8702 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
8703 Curve} vs @acronym{LOI, Line of Independence} graph and
8704 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
8705 function is @code{plotLMA} (source file, header) that takes a data set and plots the
8706 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
8707 string) was passed, a manual data entry window is opened. The header parameter
8708 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
8709 a header row or not. The dataset should contain only one independent variable
8710 (x) and one dependent variable (y) and can contain a weight for each
8711 observation.")
8712 (license license:gpl2)))
8713
8714 (define-public r-aspi
8715 (package
8716 (name "r-aspi")
8717 (version "0.2.0")
8718 (source
8719 (origin
8720 (method url-fetch)
8721 (uri (cran-uri "aspi" version))
8722 (sha256
8723 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
8724 (build-system r-build-system)
8725 (home-page
8726 "https://cran.r-project.org/web/packages/aspi/")
8727 (synopsis
8728 "Analysis of symmetry of parasitic infections")
8729 (description
8730 "This package provides tools for the analysis and visualization of bilateral
8731 asymmetry in parasitic infections.")
8732 (license license:gpl3+)))
8733
8734 (define-public r-sandwich
8735 (package
8736 (name "r-sandwich")
8737 (version "2.5-1")
8738 (source
8739 (origin
8740 (method url-fetch)
8741 (uri (cran-uri "sandwich" version))
8742 (sha256
8743 (base32
8744 "1mk685b9wq7k566pbml52rj96i5h6b3vf215k9picgmq296nzvyv"))))
8745 (build-system r-build-system)
8746 (propagated-inputs
8747 `(("r-zoo" ,r-zoo)))
8748 (home-page "https://cran.r-project.org/web/packages/sandwich/")
8749 (synopsis "Robust Covariance Matrix Estimators")
8750 (description
8751 "This package provides model-robust standard error estimators for
8752 cross-sectional, time series, clustered, panel, and longitudinal data.")
8753 ;; Either version of the license.
8754 (license (list license:gpl2 license:gpl3))))
8755
8756 (define-public r-th-data
8757 (package
8758 (name "r-th-data")
8759 (version "1.0-10")
8760 (source
8761 (origin
8762 (method url-fetch)
8763 (uri (cran-uri "TH.data" version))
8764 (sha256
8765 (base32
8766 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
8767 (properties `((upstream-name . "TH.data")))
8768 (build-system r-build-system)
8769 (propagated-inputs
8770 `(("r-mass" ,r-mass)
8771 ("r-survival" ,r-survival)))
8772 (home-page "https://cran.r-project.org/web/packages/TH.data/")
8773 (synopsis "Shared data sets")
8774 (description
8775 "This package contains supporting data sets that are used in other
8776 packages maintained by Torsten Hothorn.")
8777 (license license:gpl3)))
8778
8779 (define-public r-multcomp
8780 (package
8781 (name "r-multcomp")
8782 (version "1.4-13")
8783 (source
8784 (origin
8785 (method url-fetch)
8786 (uri (cran-uri "multcomp" version))
8787 (sha256
8788 (base32
8789 "1nszi22rcc551yc75h9cdfkdqsxw1rz30vadazmpyzihp1bh63yk"))))
8790 (build-system r-build-system)
8791 (propagated-inputs
8792 `(("r-codetools" ,r-codetools)
8793 ("r-mvtnorm" ,r-mvtnorm)
8794 ("r-sandwich" ,r-sandwich)
8795 ("r-survival" ,r-survival)
8796 ("r-th-data" ,r-th-data)))
8797 (home-page "https://cran.r-project.org/web/packages/multcomp/")
8798 (synopsis "Simultaneous inference in general parametric models")
8799 (description
8800 "Simultaneous tests and confidence intervals for general linear
8801 hypotheses in parametric models, including linear, generalized linear, linear
8802 mixed effects, and survival models. The package includes demos reproducing
8803 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
8804 Hothorn, Westfall, 2010, CRC Press).")
8805 (license license:gpl2)))
8806
8807 (define-public r-emmeans
8808 (package
8809 (name "r-emmeans")
8810 (version "1.4.8")
8811 (source
8812 (origin
8813 (method url-fetch)
8814 (uri (cran-uri "emmeans" version))
8815 (sha256
8816 (base32
8817 "0h884qn4cip03w0h5psrz5y9zkm2wppklrhdz2chm2xk13zqnq5k"))))
8818 (build-system r-build-system)
8819 (propagated-inputs
8820 `(("r-estimability" ,r-estimability)
8821 ("r-mvtnorm" ,r-mvtnorm)
8822 ("r-numderiv" ,r-numderiv)
8823 ("r-plyr" ,r-plyr)
8824 ("r-xtable" ,r-xtable)))
8825 (native-inputs
8826 `(("r-knitr" ,r-knitr)))
8827 (home-page "https://github.com/rvlenth/emmeans")
8828 (synopsis "Estimated marginal means, aka least-squares means")
8829 (description
8830 "This package provides tools to obtain @dfn{estimated marginal
8831 means} (EMMs) for many linear, generalized linear, and mixed models. It can
8832 be used to compute contrasts or linear functions of EMMs, trends, and
8833 comparisons of slopes.")
8834 ;; Either version of the license.
8835 (license (list license:gpl2 license:gpl3))))
8836
8837 (define-public r-pwr
8838 (package
8839 (name "r-pwr")
8840 (version "1.3-0")
8841 (source
8842 (origin
8843 (method url-fetch)
8844 (uri (cran-uri "pwr" version))
8845 (sha256
8846 (base32
8847 "1kfzy73v3z6ipc3kdfkcjrp4b4p5k54nwk796gqi36srm93hgc2v"))))
8848 (build-system r-build-system)
8849 (native-inputs
8850 `(("r-knitr" ,r-knitr)))
8851 (home-page "https://github.com/heliosdrm/pwr")
8852 (synopsis "Basic functions for power analysis")
8853 (description
8854 "This package provides power analysis functions along the lines of
8855 Cohen (1988).")
8856 (license license:gpl3+)))
8857
8858 (define-public r-libcoin
8859 (package
8860 (name "r-libcoin")
8861 (version "1.0-5")
8862 (source
8863 (origin
8864 (method url-fetch)
8865 (uri (cran-uri "libcoin" version))
8866 (sha256
8867 (base32
8868 "1cm9x1dlg9f7fh7n5nw3x4a7rl88c7ylrlc8x3rx4mq5w1j42x0a"))))
8869 (build-system r-build-system)
8870 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
8871 (home-page "https://cran.r-project.org/web/packages/libcoin")
8872 (synopsis "Linear test statistics for permutation inference")
8873 (description
8874 "This package provides basic infrastructure for linear test statistics
8875 and permutation inference in the framework of Strasser and Weber (1999).")
8876 (license license:gpl2)))
8877
8878 (define-public r-coin
8879 (package
8880 (name "r-coin")
8881 (version "1.3-1")
8882 (source
8883 (origin
8884 (method url-fetch)
8885 (uri (cran-uri "coin" version))
8886 (sha256
8887 (base32
8888 "0qi03fyqw42a2vnqcia5l2m1mzyarj2q1iblknx9n19bdsd53qjx"))))
8889 (build-system r-build-system)
8890 (propagated-inputs
8891 `(("r-libcoin" ,r-libcoin)
8892 ("r-matrixstats" ,r-matrixstats)
8893 ("r-modeltools" ,r-modeltools)
8894 ("r-multcomp" ,r-multcomp)
8895 ("r-mvtnorm" ,r-mvtnorm)
8896 ("r-survival" ,r-survival)))
8897 (home-page "http://coin.r-forge.r-project.org")
8898 (synopsis "Conditional inference procedures in a permutation test framework")
8899 (description
8900 "This package provides conditional inference procedures for the general
8901 independence problem including two-sample, K-sample (non-parametric ANOVA),
8902 correlation, censored, ordered and multivariate problems.")
8903 (license license:gpl2)))
8904
8905 (define-public r-bayesplot
8906 (package
8907 (name "r-bayesplot")
8908 (version "1.7.2")
8909 (source
8910 (origin
8911 (method url-fetch)
8912 (uri (cran-uri "bayesplot" version))
8913 (sha256
8914 (base32
8915 "0aqy4bfjq1fmds0vpacsmqih528cp8wk4v4w0balzkph6zqzpwcl"))))
8916 (build-system r-build-system)
8917 (inputs
8918 `(("pandoc" ,ghc-pandoc)
8919 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
8920 (native-inputs
8921 `(("r-knitr" ,r-knitr)))
8922 (propagated-inputs
8923 `(("r-dplyr" ,r-dplyr)
8924 ("r-ggplot2" ,r-ggplot2)
8925 ("r-ggridges" ,r-ggridges)
8926 ("r-glue" ,r-glue)
8927 ("r-reshape2" ,r-reshape2)
8928 ("r-rlang" ,r-rlang)
8929 ("r-tibble" ,r-tibble)
8930 ("r-tidyselect" ,r-tidyselect)))
8931 (home-page "https://mc-stan.org/bayesplot")
8932 (synopsis "Plotting for Bayesian models")
8933 (description
8934 "This package provides plotting functions for posterior analysis, model
8935 checking, and MCMC diagnostics. The package is designed not only to provide
8936 convenient functionality for users, but also a common set of functions that
8937 can be easily used by developers working on a variety of R packages for
8938 Bayesian modeling.")
8939 (license license:gpl3+)))
8940
8941 (define-public r-tmb
8942 (package
8943 (name "r-tmb")
8944 (version "1.7.18")
8945 (source
8946 (origin
8947 (method url-fetch)
8948 (uri (cran-uri "TMB" version))
8949 (sha256
8950 (base32
8951 "0dbps92sni9rnynj31z9zhg6l0vbczxhzlw7gnhpxjlzfnsglp3y"))))
8952 (properties `((upstream-name . "TMB")))
8953 (build-system r-build-system)
8954 (propagated-inputs
8955 `(("r-matrix" ,r-matrix)
8956 ("r-rcppeigen" ,r-rcppeigen)))
8957 (home-page "http://tmb-project.org")
8958 (synopsis "Template model builder: a general random effect tool")
8959 (description
8960 "With this tool, a user should be able to quickly implement complex
8961 random effect models through simple C++ templates. The package combines
8962 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
8963 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
8964 from R) to obtain an efficient implementation of the applied Laplace
8965 approximation with exact derivatives. Key features are: Automatic sparseness
8966 detection, parallelism through BLAS and parallel user templates.")
8967 (license license:gpl2)))
8968
8969 (define-public r-sjstats
8970 (package
8971 (name "r-sjstats")
8972 (version "0.18.0")
8973 (source
8974 (origin
8975 (method url-fetch)
8976 (uri (cran-uri "sjstats" version))
8977 (sha256
8978 (base32 "17b1fcrhgjw66qa8zk2jj1bvz3vp5bnjn3p4y1wsg5ng5nxq8jz0"))))
8979 (build-system r-build-system)
8980 (propagated-inputs
8981 `(("r-bayestestr" ,r-bayestestr)
8982 ("r-broom" ,r-broom)
8983 ("r-dplyr" ,r-dplyr)
8984 ("r-effectsize" ,r-effectsize)
8985 ("r-emmeans" ,r-emmeans)
8986 ("r-insight" ,r-insight)
8987 ("r-lme4" ,r-lme4)
8988 ("r-magrittr" ,r-magrittr)
8989 ("r-mass" ,r-mass)
8990 ("r-modelr" ,r-modelr)
8991 ("r-parameters" ,r-parameters)
8992 ("r-performance" ,r-performance)
8993 ("r-purrr" ,r-purrr)
8994 ("r-rlang" ,r-rlang)
8995 ("r-sjlabelled" ,r-sjlabelled)
8996 ("r-sjmisc" ,r-sjmisc)
8997 ("r-tidyr" ,r-tidyr)))
8998 (home-page "https://github.com/strengejacke/sjstats")
8999 (synopsis "Functions for common statistical computations")
9000 (description
9001 "This package provides a collection of convenient functions for common
9002 statistical computations, which are not directly provided by R's @code{base}
9003 or @code{stats} packages. This package aims at providing, first, shortcuts
9004 for statistical measures, which otherwise could only be calculated with
9005 additional effort. Second, these shortcut functions are generic, and can be
9006 applied not only to vectors, but also to other objects as well. The focus of
9007 most functions lies on summary statistics or fit measures for regression
9008 models, including generalized linear models, mixed effects models and Bayesian
9009 models.")
9010 (license license:gpl3)))
9011
9012 (define-public r-glmmtmb
9013 (package
9014 (name "r-glmmtmb")
9015 (version "1.0.2.1")
9016 (source
9017 (origin
9018 (method url-fetch)
9019 (uri (cran-uri "glmmTMB" version))
9020 (sha256
9021 (base32
9022 "1a35hxcxz1cdm3zd5s7fyjaw2qs00hkacgr7h9130amygc1262ab"))))
9023 (properties `((upstream-name . "glmmTMB")))
9024 (build-system r-build-system)
9025 (propagated-inputs
9026 `(("r-lme4" ,r-lme4)
9027 ("r-matrix" ,r-matrix)
9028 ("r-nlme" ,r-nlme)
9029 ("r-rcppeigen" ,r-rcppeigen)
9030 ("r-tmb" ,r-tmb)))
9031 (native-inputs
9032 `(("r-knitr" ,r-knitr))) ; for vignettes
9033 (home-page "https://github.com/glmmTMB")
9034 (synopsis "Generalized linear mixed models")
9035 (description
9036 "Fit linear and generalized linear mixed models with various extensions,
9037 including zero-inflation. The models are fitted using maximum likelihood
9038 estimation via the Template Model Builder. Random effects are assumed to be
9039 Gaussian on the scale of the linear predictor and are integrated out using the
9040 Laplace approximation. Gradients are calculated using automatic
9041 differentiation.")
9042 (license license:agpl3+)))
9043
9044 (define-public r-bayestestr
9045 (package
9046 (name "r-bayestestr")
9047 (version "0.7.2")
9048 (source
9049 (origin
9050 (method url-fetch)
9051 (uri (cran-uri "bayestestR" version))
9052 (sha256
9053 (base32
9054 "1c82bpxg2ha93rna4sy9pdp422dnk6b378dcg8x04clfg0y0lsi2"))))
9055 (properties `((upstream-name . "bayestestR")))
9056 (build-system r-build-system)
9057 (propagated-inputs
9058 `(("r-insight" ,r-insight)))
9059 (native-inputs
9060 `(("r-knitr" ,r-knitr)))
9061 (home-page "https://github.com/easystats/bayestestR")
9062 (synopsis "Describe Bayesian models and posterior distributions")
9063 (description
9064 "This package provides utilities to understand and describe posterior
9065 distributions and Bayesian models. It includes point-estimates such as
9066 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
9067 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
9068 ROPE percentage and pd).")
9069 (license license:gpl3)))
9070
9071 (define-public r-performance
9072 (package
9073 (name "r-performance")
9074 (version "0.4.8")
9075 (source
9076 (origin
9077 (method url-fetch)
9078 (uri (cran-uri "performance" version))
9079 (sha256
9080 (base32
9081 "1gl3m1pw0wrj9m9cgd0vzbj9swfwjg4aa40gpliplb9y7dcmgi4l"))))
9082 (build-system r-build-system)
9083 (propagated-inputs
9084 `(("r-bayestestr" ,r-bayestestr)
9085 ("r-insight" ,r-insight)))
9086 (home-page "https://easystats.github.io/performance/")
9087 (synopsis "Assessment of regression models performance")
9088 (description
9089 "This package provides utilities for computing measures to assess model
9090 quality, which are not directly provided by R's @code{base} or @code{stats}
9091 packages. These include e.g. measures like r-squared, intraclass correlation
9092 coefficient, root mean squared error or functions to check models for
9093 overdispersion, singularity or zero-inflation and more. Functions apply to a
9094 large variety of regression models, including generalized linear models, mixed
9095 effects models and Bayesian models.")
9096 (license license:gpl3)))
9097
9098 (define-public r-ggeffects
9099 (package
9100 (name "r-ggeffects")
9101 (version "0.15.1")
9102 (source
9103 (origin
9104 (method url-fetch)
9105 (uri (cran-uri "ggeffects" version))
9106 (sha256
9107 (base32
9108 "12z58casz0yl1w7nfs64bz4miz0mmc300ap3rz4d2cc4z0rg0r47"))))
9109 (build-system r-build-system)
9110 (propagated-inputs
9111 `(("r-insight" ,r-insight)
9112 ("r-mass" ,r-mass)
9113 ("r-sjlabelled" ,r-sjlabelled)))
9114 (native-inputs
9115 `(("r-knitr" ,r-knitr)))
9116 (home-page "https://github.com/strengejacke/ggeffects")
9117 (synopsis "Create tidy data frames of marginal effects for ggplot")
9118 (description
9119 "This package provides tools to compute marginal effects from statistical
9120 models and return the result as tidy data frames. These data frames are ready
9121 to use with the @code{ggplot2} package. Marginal effects can be calculated
9122 for many different models. Interaction terms, splines and polynomial terms
9123 are also supported. The two main functions are @code{ggpredict()} and
9124 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
9125 results using @code{ggplot2}.")
9126 (license license:gpl3)))
9127
9128 (define-public r-effectsize
9129 (package
9130 (name "r-effectsize")
9131 (version "0.3.2")
9132 (source
9133 (origin
9134 (method url-fetch)
9135 (uri (cran-uri "effectsize" version))
9136 (sha256
9137 (base32
9138 "0h9f260gb8707pcssf8dq7dakpq1ggkxr5kpbrbl8sn8h3qbvws9"))))
9139 (properties `((upstream-name . "effectsize")))
9140 (build-system r-build-system)
9141 (propagated-inputs
9142 `(("r-bayestestr" ,r-bayestestr)
9143 ("r-insight" ,r-insight)
9144 ("r-parameters" ,r-parameters)))
9145 (native-inputs
9146 `(("r-knitr" ,r-knitr)))
9147 (home-page "https://github.com/easystats/effectsize")
9148 (synopsis "Indices of effect size and standardized parameters")
9149 (description
9150 "This package provides utilities to work with indices of effect size and
9151 standardized parameters for a wide variety of models, allowing computation and
9152 conversion of indices such as Cohen's d, r, odds, etc.")
9153 (license license:gpl3)))
9154
9155 (define-public r-sjplot
9156 (package
9157 (name "r-sjplot")
9158 (version "2.8.4")
9159 (source
9160 (origin
9161 (method url-fetch)
9162 (uri (cran-uri "sjPlot" version))
9163 (sha256
9164 (base32 "0b7k0mshkk8k26w11xbxkb5v0klhq279zn2xdz83cn8k791xkqyd"))))
9165 (properties `((upstream-name . "sjPlot")))
9166 (build-system r-build-system)
9167 (propagated-inputs
9168 `(("r-bayestestr" ,r-bayestestr)
9169 ("r-dplyr" ,r-dplyr)
9170 ("r-effectsize" ,r-effectsize)
9171 ("r-ggeffects" ,r-ggeffects)
9172 ("r-ggplot2" ,r-ggplot2)
9173 ("r-insight" ,r-insight)
9174 ("r-knitr" ,r-knitr)
9175 ("r-mass" ,r-mass)
9176 ("r-parameters" ,r-parameters)
9177 ("r-performance" ,r-performance)
9178 ("r-purrr" ,r-purrr)
9179 ("r-rlang" ,r-rlang)
9180 ("r-scales" ,r-scales)
9181 ("r-sjlabelled" ,r-sjlabelled)
9182 ("r-sjmisc" ,r-sjmisc)
9183 ("r-sjstats" ,r-sjstats)
9184 ("r-tidyr" ,r-tidyr)))
9185 (native-inputs
9186 `(("r-knitr" ,r-knitr)))
9187 (home-page "https://strengejacke.github.io/sjPlot/")
9188 (synopsis "Data visualization for statistics in social science")
9189 (description
9190 "This package represents a collection of plotting and table output
9191 functions for data visualization. Results of various statistical
9192 analyses (that are commonly used in social sciences) can be visualized using
9193 this package, including simple and cross tabulated frequencies, histograms,
9194 box plots, (generalized) linear models, mixed effects models, principal
9195 component analysis and correlation matrices, cluster analyses, scatter plots,
9196 stacked scales, effects plots of regression models (including interaction
9197 terms) and much more. This package supports labelled data.")
9198 (license license:gpl3)))
9199
9200 (define-public r-ini
9201 (package
9202 (name "r-ini")
9203 (version "0.3.1")
9204 (source
9205 (origin
9206 (method url-fetch)
9207 (uri (cran-uri "ini" version))
9208 (sha256
9209 (base32
9210 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
9211 (build-system r-build-system)
9212 (home-page "https://github.com/dvdscripter/ini")
9213 (synopsis "Read and write configuration files")
9214 (description
9215 "This package provides tools to parse simple @code{.ini} configuration
9216 files to an structured list. Users can manipulate this resulting list with
9217 @code{lapply()} functions. This same structured list can be used to write
9218 back to file after modifications.")
9219 (license license:gpl3)))
9220
9221 (define-public r-gh
9222 (package
9223 (name "r-gh")
9224 (version "1.1.0")
9225 (source
9226 (origin
9227 (method url-fetch)
9228 (uri (cran-uri "gh" version))
9229 (sha256
9230 (base32
9231 "1bc9bn1078s664hc806dh0y1ncxif77q479rfmxfir9z7hwaz7yy"))))
9232 (build-system r-build-system)
9233 (propagated-inputs
9234 `(("r-cli" ,r-cli)
9235 ("r-httr" ,r-httr)
9236 ("r-ini" ,r-ini)
9237 ("r-jsonlite" ,r-jsonlite)))
9238 (home-page "https://github.com/r-lib/gh#readme")
9239 (synopsis "Access the GitHub API via R")
9240 (description
9241 "This package provides a minimal R client to access the GitHub API.")
9242 (license license:expat)))
9243
9244 (define-public r-fs
9245 (package
9246 (name "r-fs")
9247 (version "1.5.0")
9248 (source
9249 (origin
9250 (method url-fetch)
9251 (uri (cran-uri "fs" version))
9252 (sha256
9253 (base32
9254 "15rqc3ljmcmgfvadj1j1kq7kvibagxic8sgplhlcdqqxax9idprn"))))
9255 (build-system r-build-system)
9256 (native-inputs
9257 `(("r-knitr" ,r-knitr)))
9258 (home-page "https://fs.r-lib.org")
9259 (synopsis "Cross-platform file system operations based on libuv")
9260 (description
9261 "This package provides a cross-platform interface to file system
9262 operations, built on top of the libuv C library.")
9263 (license license:gpl3)))
9264
9265 (define-public r-clisymbols
9266 (package
9267 (name "r-clisymbols")
9268 (version "1.2.0")
9269 (source
9270 (origin
9271 (method url-fetch)
9272 (uri (cran-uri "clisymbols" version))
9273 (sha256
9274 (base32
9275 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
9276 (build-system r-build-system)
9277 (home-page "https://github.com/gaborcsardi/clisymbols")
9278 (synopsis "Unicode symbols at the R prompt")
9279 (description
9280 "This package provides a small subset of Unicode symbols, that are useful
9281 when building command line applications. They fall back to alternatives on
9282 terminals that do not support Unicode.")
9283 (license license:expat)))
9284
9285 (define-public r-usethis
9286 (package
9287 (name "r-usethis")
9288 (version "1.6.1")
9289 (source
9290 (origin
9291 (method url-fetch)
9292 (uri (cran-uri "usethis" version))
9293 (sha256
9294 (base32
9295 "0vwxsnq615mwc706a4a71gyy0hmvnllbh249gzm7vl3ym5cr0cv0"))))
9296 (build-system r-build-system)
9297 (propagated-inputs
9298 `(("r-cli" ,r-cli)
9299 ("r-clipr" ,r-clipr)
9300 ("r-crayon" ,r-crayon)
9301 ("r-curl" ,r-curl)
9302 ("r-desc" ,r-desc)
9303 ("r-fs" ,r-fs)
9304 ("r-gh" ,r-gh)
9305 ("r-git2r" ,r-git2r)
9306 ("r-glue" ,r-glue)
9307 ("r-purrr" ,r-purrr)
9308 ("r-rematch2" ,r-rematch2)
9309 ("r-rlang" ,r-rlang)
9310 ("r-rprojroot" ,r-rprojroot)
9311 ("r-rstudioapi" ,r-rstudioapi)
9312 ("r-whisker" ,r-whisker)
9313 ("r-withr" ,r-withr)
9314 ("r-yaml" ,r-yaml)))
9315 (home-page "https://github.com/r-lib/usethis")
9316 (synopsis "Automate R package and project setup")
9317 (description
9318 "This package helps you to automate R package and project setup tasks
9319 that are otherwise performed manually. This includes setting up unit testing,
9320 test coverage, continuous integration, Git, GitHub integration, licenses,
9321 Rcpp, RStudio projects, and more.")
9322 (license license:gpl3)))
9323
9324 (define-public r-sessioninfo
9325 (package
9326 (name "r-sessioninfo")
9327 (version "1.1.1")
9328 (source
9329 (origin
9330 (method url-fetch)
9331 (uri (cran-uri "sessioninfo" version))
9332 (sha256
9333 (base32
9334 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
9335 (build-system r-build-system)
9336 (propagated-inputs
9337 `(("r-cli" ,r-cli)
9338 ("r-withr" ,r-withr)))
9339 (home-page "https://github.com/r-lib/sessioninfo#readme")
9340 (synopsis "R session information")
9341 (description
9342 "This package provides tools to query and print information about the
9343 current R session. It is similar to @code{utils::sessionInfo()}, but includes
9344 more information about packages, and where they were installed from.")
9345 (license license:gpl2)))
9346
9347 (define-public r-remotes
9348 (package
9349 (name "r-remotes")
9350 (version "2.2.0")
9351 (source
9352 (origin
9353 (method url-fetch)
9354 (uri (cran-uri "remotes" version))
9355 (sha256
9356 (base32
9357 "1f1kdw9j1wald3fs8b3n68x1kljy07j60g3aw1aarx26ikyk9whj"))))
9358 (build-system r-build-system)
9359 (native-inputs
9360 `(("r-knitr" ,r-knitr)))
9361 (home-page "https://github.com/r-lib/remotes#readme")
9362 (synopsis "R package installation from remote repositories")
9363 (description
9364 "Download and install R packages stored in GitHub, BitBucket, or plain
9365 subversion or git repositories. This package is a lightweight replacement of
9366 the @code{install_*} functions in the @code{devtools} package. Indeed most of
9367 the code was copied over from @code{devtools}.")
9368 (license license:gpl2+)))
9369
9370 (define-public r-xopen
9371 (package
9372 (name "r-xopen")
9373 (version "1.0.0")
9374 (source
9375 (origin
9376 (method url-fetch)
9377 (uri (cran-uri "xopen" version))
9378 (sha256
9379 (base32
9380 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
9381 (build-system r-build-system)
9382 (propagated-inputs
9383 `(("r-processx" ,r-processx)))
9384 (home-page "https://github.com/r-lib/xopen#readme")
9385 (synopsis "Open system files, URLs, anything")
9386 (description
9387 "This package provides a cross-platform solution to open files,
9388 directories or URLs with their associated programs.")
9389 (license license:expat)))
9390
9391 (define-public r-rcmdcheck
9392 (package
9393 (name "r-rcmdcheck")
9394 (version "1.3.3")
9395 (source
9396 (origin
9397 (method url-fetch)
9398 (uri (cran-uri "rcmdcheck" version))
9399 (sha256
9400 (base32
9401 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
9402 (build-system r-build-system)
9403 (propagated-inputs
9404 `(("r-callr" ,r-callr)
9405 ("r-cli" ,r-cli)
9406 ("r-crayon" ,r-crayon)
9407 ("r-desc" ,r-desc)
9408 ("r-digest" ,r-digest)
9409 ("r-pkgbuild" ,r-pkgbuild)
9410 ("r-prettyunits" ,r-prettyunits)
9411 ("r-r6" ,r-r6)
9412 ("r-rprojroot" ,r-rprojroot)
9413 ("r-sessioninfo" ,r-sessioninfo)
9414 ("r-withr" ,r-withr)
9415 ("r-xopen" ,r-xopen)))
9416 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
9417 (synopsis "Run R CMD check from R and capture results")
9418 (description
9419 "Run @code{R CMD check} from R programmatically, and capture the results
9420 of the individual checks.")
9421 (license license:expat)))
9422
9423 (define-public r-rapportools
9424 (package
9425 (name "r-rapportools")
9426 (version "1.0")
9427 (source
9428 (origin
9429 (method url-fetch)
9430 (uri (cran-uri "rapportools" version))
9431 (sha256
9432 (base32
9433 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
9434 (build-system r-build-system)
9435 (propagated-inputs
9436 `(("r-pander" ,r-pander)
9437 ("r-plyr" ,r-plyr)
9438 ("r-reshape" ,r-reshape)))
9439 (home-page "https://cran.r-project.org/web/packages/rapportools/")
9440 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
9441 (description
9442 "This package provides helper functions that act as wrappers to more
9443 advanced statistical methods with the advantage of having sane defaults for
9444 quick reporting.")
9445 (license license:agpl3+)))
9446
9447 (define-public r-pander
9448 (package
9449 (name "r-pander")
9450 (version "0.6.3")
9451 (source
9452 (origin
9453 (method url-fetch)
9454 (uri (cran-uri "pander" version))
9455 (sha256
9456 (base32
9457 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
9458 (build-system r-build-system)
9459 (propagated-inputs
9460 `(("r-digest" ,r-digest)
9461 ("r-rcpp" ,r-rcpp)))
9462 (home-page "https://rapporter.github.io/pander")
9463 (synopsis "Render R objects into Pandoc's markdown")
9464 (description
9465 "The main aim of the pander R package is to provide a minimal and easy
9466 tool for rendering R objects into Pandoc's markdown. The package is also
9467 capable of exporting/converting complex Pandoc documents (reports) in various
9468 ways.")
9469 ;; This package is licensed under either the AGPLv3+ or the very rarely
9470 ;; used OSL 3.0.
9471 (license license:agpl3+)))
9472
9473 (define-public r-summarytools
9474 (package
9475 (name "r-summarytools")
9476 (version "0.9.6")
9477 (source
9478 (origin
9479 (method url-fetch)
9480 (uri (cran-uri "summarytools" version))
9481 (sha256
9482 (base32
9483 "03pcb2ild1rb9f15yq8b68p9bg10z5wk2x7ahgyzkwdh5f81vbq2"))))
9484 (build-system r-build-system)
9485 (propagated-inputs
9486 `(("r-base64enc" ,r-base64enc)
9487 ("r-checkmate" ,r-checkmate)
9488 ("r-dplyr" ,r-dplyr)
9489 ("r-htmltools" ,r-htmltools)
9490 ("r-lubridate" ,r-lubridate)
9491 ("r-magick" ,r-magick)
9492 ("r-matrixstats" ,r-matrixstats)
9493 ("r-pander" ,r-pander)
9494 ("r-pryr" ,r-pryr)
9495 ("r-rapportools" ,r-rapportools)
9496 ("r-tibble" ,r-tibble)
9497 ("r-tidyr" ,r-tidyr)))
9498 (home-page "https://github.com/dcomtois/summarytools")
9499 (synopsis "Tools to quickly and neatly summarize data")
9500 (description
9501 "This package provides tools for data frame summaries, cross-tabulations,
9502 weight-enabled frequency tables and common univariate statistics in concise
9503 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
9504 good point-of-entry for exploring data, both for experienced and new R
9505 users.")
9506 (license license:gpl2)))
9507
9508 (define-public r-lsei
9509 (package
9510 (name "r-lsei")
9511 (version "1.2-0.1")
9512 (source
9513 (origin
9514 (method url-fetch)
9515 (uri (cran-uri "lsei" version))
9516 (sha256
9517 (base32
9518 "1rvzdb33x9ykl5qfwxkps1iylxqzlf1qla3l88420nbq7pxp7m87"))))
9519 (build-system r-build-system)
9520 (native-inputs
9521 `(("gfortran" ,gfortran)))
9522 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
9523 (synopsis "Solve regression problems under equality/inequality constraints")
9524 (description
9525 "It contains functions that solve least squares linear regression
9526 problems under linear equality/inequality constraints. Functions for solving
9527 quadratic programming problems are also available, which transform such
9528 problems into least squares ones first.")
9529 (license license:gpl2+)))
9530
9531 (define-public r-npsurv
9532 (package
9533 (name "r-npsurv")
9534 (version "0.4-0.1")
9535 (source
9536 (origin
9537 (method url-fetch)
9538 (uri (cran-uri "npsurv" version))
9539 (sha256
9540 (base32
9541 "09nxibp93bp9v8qcx0gnazk7fkvyh0fq9vlgxl639m6ndr7fwp88"))))
9542 (build-system r-build-system)
9543 (propagated-inputs
9544 `(("r-lsei" ,r-lsei)))
9545 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
9546 (synopsis "Nonparametric survival analysis")
9547 (description
9548 "This package contains functions for non-parametric survival analysis of
9549 exact and interval-censored observations.")
9550 (license license:gpl2+)))
9551
9552 (define-public r-clusteval
9553 (package
9554 (name "r-clusteval")
9555 (version "0.1")
9556 (source
9557 (origin
9558 (method url-fetch)
9559 (uri (cran-uri "clusteval" version))
9560 (sha256
9561 (base32
9562 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
9563 (build-system r-build-system)
9564 (propagated-inputs
9565 `(("r-mvtnorm" ,r-mvtnorm)
9566 ("r-rcpp" ,r-rcpp)))
9567 (home-page "https://cran.r-project.org/web/packages/clusteval/")
9568 (synopsis "Evaluation of clustering algorithms")
9569 (description
9570 "This R package provides a suite of tools to evaluate clustering
9571 algorithms, clusterings, and individual clusters.")
9572 (license license:expat)))
9573
9574 (define-public r-tweedie
9575 (package
9576 (name "r-tweedie")
9577 (version "2.3.2")
9578 (source
9579 (origin
9580 (method url-fetch)
9581 (uri (cran-uri "tweedie" version))
9582 (sha256
9583 (base32
9584 "10fv998qjxsyx0h94fi0xbh6xbf24nwgh254n9zfnmix9vk2cqls"))))
9585 (build-system r-build-system)
9586 (native-inputs `(("gfortran" ,gfortran)))
9587 (home-page "https://cran.r-project.org/web/packages/tweedie/")
9588 (synopsis "Evaluation of Tweedie exponential family models")
9589 (description
9590 "Maximum likelihood computations for Tweedie families, including the
9591 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
9592 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
9593 and related methods.")
9594 (license license:gpl2+)))
9595
9596 (define-public r-rcppgsl
9597 (package
9598 (name "r-rcppgsl")
9599 (version "0.3.8")
9600 (source
9601 (origin
9602 (method url-fetch)
9603 (uri (cran-uri "RcppGSL" version))
9604 (sha256
9605 (base32 "17nlayy6gvwb3v6l5aiqm84i75yf4dfi3zclxrgpqwf3j9v09yvz"))))
9606 (properties `((upstream-name . "RcppGSL")))
9607 (build-system r-build-system)
9608 (propagated-inputs
9609 `(("r-rcpp" ,r-rcpp)
9610 ("gsl" ,gsl)))
9611 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
9612 (synopsis "Rcpp integration for GSL vectors and matrices")
9613 (description
9614 "The GNU Scientific Library (or GSL) is a collection of numerical
9615 routines for scientific computing. It is particularly useful for C and C++
9616 programs as it provides a standard C interface to a wide range of mathematical
9617 routines. There are over 1000 functions in total with an extensive test
9618 suite. The RcppGSL package provides an easy-to-use interface between GSL data
9619 structures and R using concepts from Rcpp which is itself a package that eases
9620 the interfaces between R and C++.")
9621 (license license:gpl2+)))
9622
9623 (define-public r-mvabund
9624 (package
9625 (name "r-mvabund")
9626 (version "4.1.3")
9627 (source
9628 (origin
9629 (method url-fetch)
9630 (uri (cran-uri "mvabund" version))
9631 (sha256
9632 (base32
9633 "1z58h4dk3mc2hfnfvc7pghk471cbp7ah2s1z2ria5igw4s80962b"))))
9634 (build-system r-build-system)
9635 (propagated-inputs
9636 `(("r-mass" ,r-mass)
9637 ("r-rcpp" ,r-rcpp)
9638 ("r-rcppgsl" ,r-rcppgsl)
9639 ("r-statmod" ,r-statmod)
9640 ("r-tweedie" ,r-tweedie)))
9641 (home-page "https://cran.r-project.org/web/packages/mvabund/")
9642 (synopsis "Statistical methods for analysing multivariate abundance data")
9643 (description
9644 "This package provides a set of tools for displaying, modeling and
9645 analysing multivariate abundance data in community ecology.")
9646 (license license:lgpl2.1+)))
9647
9648 (define-public r-afex
9649 (package
9650 (name "r-afex")
9651 (version "0.27-2")
9652 (source
9653 (origin
9654 (method url-fetch)
9655 (uri (cran-uri "afex" version))
9656 (sha256
9657 (base32
9658 "0qsmcddy4449qjj3ajmqvdiqdkhkswmz5dqf150wxwq897p3bvf2"))))
9659 (build-system r-build-system)
9660 (propagated-inputs
9661 `(("r-car" ,r-car)
9662 ("r-lme4" ,r-lme4)
9663 ("r-lmertest" ,r-lmertest)
9664 ("r-pbkrtest" ,r-pbkrtest)
9665 ("r-reshape2" ,r-reshape2)))
9666 (native-inputs
9667 `(("r-knitr" ,r-knitr)))
9668 (home-page "https://afex.singmann.science/")
9669 (synopsis "Analysis of factorial experiments")
9670 (description
9671 "This package provides convenience functions for analyzing factorial
9672 experiments using ANOVA or mixed models.")
9673 (license license:gpl2+)))
9674
9675 (define-public r-lmertest
9676 (package
9677 (name "r-lmertest")
9678 (version "3.1-2")
9679 (source
9680 (origin
9681 (method url-fetch)
9682 (uri (cran-uri "lmerTest" version))
9683 (sha256
9684 (base32
9685 "1qkdxx5sri65zgpb9gw4nkfkdam51kgy4hxclk5c40yk7y3p0n1q"))))
9686 (properties `((upstream-name . "lmerTest")))
9687 (build-system r-build-system)
9688 (propagated-inputs
9689 `(("r-ggplot2" ,r-ggplot2)
9690 ("r-lme4" ,r-lme4)
9691 ("r-mass" ,r-mass)
9692 ("r-numderiv" ,r-numderiv)))
9693 (home-page "https://github.com/runehaubo/lmerTestR")
9694 (synopsis "Tests in linear mixed effects models")
9695 (description
9696 "This package provides p-values in type I, II or III anova and summary
9697 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
9698 method. A Kenward-Roger method is also available via the @code{pbkrtest}
9699 package. Model selection methods include step, drop1 and anova-like tables
9700 for random effects (ranova). Methods for Least-Square means (LS-means) and
9701 tests of linear contrasts of fixed effects are also available.")
9702 (license license:gpl2+)))
9703
9704 (define-public r-r2glmm
9705 (package
9706 (name "r-r2glmm")
9707 (version "0.1.2")
9708 (source
9709 (origin
9710 (method url-fetch)
9711 (uri (cran-uri "r2glmm" version))
9712 (sha256
9713 (base32
9714 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
9715 (build-system r-build-system)
9716 (propagated-inputs
9717 `(("r-afex" ,r-afex)
9718 ("r-data-table" ,r-data-table)
9719 ("r-dplyr" ,r-dplyr)
9720 ("r-ggplot2" ,r-ggplot2)
9721 ("r-gridextra" ,r-gridextra)
9722 ("r-lmertest" ,r-lmertest)
9723 ("r-mass" ,r-mass)
9724 ("r-matrix" ,r-matrix)
9725 ("r-mgcv" ,r-mgcv)
9726 ("r-pbkrtest" ,r-pbkrtest)))
9727 (home-page "https://github.com/bcjaeger/r2glmm")
9728 (synopsis "Compute R squared for mixed (multilevel) models")
9729 (description
9730 "This package computes model and semi partial R squared with confidence
9731 limits for the linear and generalized linear mixed model (LMM and GLMM). The
9732 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
9733 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
9734 al. (2016)).")
9735 (license license:gpl2)))
9736
9737 (define-public r-weights
9738 (package
9739 (name "r-weights")
9740 (version "1.0.1")
9741 (source
9742 (origin
9743 (method url-fetch)
9744 (uri (cran-uri "weights" version))
9745 (sha256
9746 (base32
9747 "1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
9748 (build-system r-build-system)
9749 (propagated-inputs
9750 `(("r-gdata" ,r-gdata)
9751 ("r-hmisc" ,r-hmisc)
9752 ("r-mice" ,r-mice)))
9753 (home-page
9754 "https://cran.r-project.org/web/packages/weights/")
9755 (synopsis "Weighting and weighted statistics")
9756 (description "This package Provides a variety of functions for producing
9757 simple weighted statistics, such as weighted Pearson's correlations, partial
9758 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
9759 includes some software for quickly recoding survey data and plotting point
9760 estimates from interaction terms in regressions (and multiply imputed
9761 regressions). NOTE: Weighted partial correlation calculations pulled to
9762 address a bug.")
9763 (license license:gpl2+)))
9764
9765 (define-public r-rcppannoy
9766 (package
9767 (name "r-rcppannoy")
9768 (version "0.0.16")
9769 (source
9770 (origin
9771 (method url-fetch)
9772 (uri (cran-uri "RcppAnnoy" version))
9773 (sha256
9774 (base32
9775 "0bfa35lp6vc4b0h3ymvdx50br233q8vvyjml34ngi81rj0imz3fr"))))
9776 (properties `((upstream-name . "RcppAnnoy")))
9777 (build-system r-build-system)
9778 (propagated-inputs
9779 `(("r-rcpp" ,r-rcpp)))
9780 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
9781 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
9782 (description
9783 "Annoy is a small C++ library for Approximate Nearest Neighbors written
9784 for efficient memory usage as well an ability to load from and save to disk.
9785 This package provides an R interface.")
9786 ;; Annoy is released under ASL 2.0, but this wrapper is released under
9787 ;; GPLv2+.
9788 (license (list license:gpl2+ license:asl2.0))))
9789
9790 (define-public r-rcpphnsw
9791 (package
9792 (name "r-rcpphnsw")
9793 (version "0.2.0")
9794 (source
9795 (origin
9796 (method url-fetch)
9797 (uri (cran-uri "RcppHNSW" version))
9798 (sha256
9799 (base32
9800 "0gqdkw7vkcm544rz45g0hplg836ygzbfwk9gh9wr0817icvdb3qv"))))
9801 (properties `((upstream-name . "RcppHNSW")))
9802 (build-system r-build-system)
9803 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9804 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
9805 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
9806 (description
9807 "Hnswlib is a C++ library for approximate nearest neighbors. This
9808 package provides a minimal R interface by relying on the Rcpp package.")
9809 ;; hnswlib is released under Version 2.0 of the Apache License.
9810 (license (list license:gpl3 license:asl2.0))))
9811
9812 (define-public r-rcppparallel
9813 (package
9814 (name "r-rcppparallel")
9815 (version "5.0.2")
9816 (source
9817 (origin
9818 (method url-fetch)
9819 (uri (cran-uri "RcppParallel" version))
9820 (sha256
9821 (base32
9822 "10bg4fw38m64dhy543rwq2nnjjc9y24iggk343xslrb3ij8018lc"))))
9823 (properties `((upstream-name . "RcppParallel")))
9824 (build-system r-build-system)
9825 (home-page "https://rcppcore.github.io/RcppParallel/")
9826 (synopsis "Parallel programming tools for Rcpp")
9827 (description
9828 "This package provides high level functions for parallel programming with
9829 Rcpp. For example, the @code{parallelFor()} function can be used to convert
9830 the work of a standard serial @code{for} loop into a parallel one and the
9831 @code{parallelReduce()} function can be used for accumulating aggregates or
9832 other values.")
9833 (license license:gpl2)))
9834
9835 (define-public r-ncdf4
9836 (package
9837 (name "r-ncdf4")
9838 (version "1.17")
9839 (source
9840 (origin
9841 (method url-fetch)
9842 (uri (cran-uri "ncdf4" version))
9843 (sha256
9844 (base32
9845 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
9846 (build-system r-build-system)
9847 (inputs
9848 `(("netcdf" ,netcdf)
9849 ("zlib" ,zlib)))
9850 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
9851 (synopsis "R interface to Unidata netCDF format data files")
9852 (description
9853 "This package provides a high-level R interface to data files written
9854 using Unidata's netCDF library (version 4 or earlier), which are binary data
9855 files that are portable across platforms and include metadata information in
9856 addition to the data sets. Using this package, netCDF files can be opened and
9857 data sets read in easily. It is also easy to create new netCDF dimensions,
9858 variables, and files, in either version 3 or 4 format, and manipulate existing
9859 netCDF files.")
9860 (license license:gpl3+)))
9861
9862 (define-public r-biocmanager
9863 (package
9864 (name "r-biocmanager")
9865 (version "1.30.10")
9866 (source
9867 (origin
9868 (method url-fetch)
9869 (uri (cran-uri "BiocManager" version))
9870 (sha256
9871 (base32 "03n9s2vf7vgpgb5alpxwamf9xfkn32cbzngwyn6spq1bnh9a9dzk"))))
9872 (properties `((upstream-name . "BiocManager")))
9873 (build-system r-build-system)
9874 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
9875 (synopsis "Access the Bioconductor project package repository")
9876 (description
9877 "This package provides a convenient tool to install and update
9878 Bioconductor packages.")
9879 (license license:artistic2.0)))
9880
9881 (define-public r-rgl
9882 (package
9883 (name "r-rgl")
9884 (version "0.100.54")
9885 (source
9886 (origin
9887 (method url-fetch)
9888 (uri (cran-uri "rgl" version))
9889 (sha256
9890 (base32
9891 "1mgs2d8igmcdzzymfwbqdrypmaidd4pra5n5gnhsn9pm6pqzidqp"))))
9892 (build-system r-build-system)
9893 (native-inputs
9894 `(("pkg-config" ,pkg-config)))
9895 (inputs
9896 `(("freetype" ,freetype)
9897 ("libpng" ,libpng)
9898 ("glu" ,glu)
9899 ("libx11" ,libx11)
9900 ("ghc-pandoc" ,ghc-pandoc)
9901 ("zlib" ,zlib)))
9902 (propagated-inputs
9903 `(("r-crosstalk" ,r-crosstalk)
9904 ("r-htmltools" ,r-htmltools)
9905 ("r-htmlwidgets" ,r-htmlwidgets)
9906 ("r-jsonlite" ,r-jsonlite)
9907 ("r-knitr" ,r-knitr)
9908 ("r-magrittr" ,r-magrittr)
9909 ("r-manipulatewidget" ,r-manipulatewidget)
9910 ("r-shiny" ,r-shiny)))
9911 (home-page "https://r-forge.r-project.org/projects/rgl/")
9912 (synopsis "3D visualization using OpenGL")
9913 (description
9914 "This package provides medium to high level functions for 3D interactive graphics,
9915 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
9916 as functions for constructing representations of geometric
9917 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
9918 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
9919 image formats, including PNG, Postscript, SVG, PGF.")
9920 ;; Any version of the GPL.
9921 (license (list license:gpl2+ license:gpl3+))))
9922
9923 (define-public r-multicool
9924 (package
9925 (name "r-multicool")
9926 (version "0.1-11")
9927 (source
9928 (origin
9929 (method url-fetch)
9930 (uri (cran-uri "multicool" version))
9931 (sha256
9932 (base32
9933 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
9934 (build-system r-build-system)
9935 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9936 (home-page "https://cran.r-project.org/web/packages/multicool/")
9937 (synopsis "Permutations of multisets in cool-lex order")
9938 (description
9939 "This package provides a set of tools to permute multisets without loops
9940 or hash tables and to generate integer partitions. Cool-lex order is similar
9941 to colexicographical order.")
9942 (license license:gpl2)))
9943
9944 (define-public r-misc3d
9945 (package
9946 (name "r-misc3d")
9947 (version "0.8-4")
9948 (source
9949 (origin
9950 (method url-fetch)
9951 (uri (cran-uri "misc3d" version))
9952 (sha256
9953 (base32
9954 "0qjzpw3h09qi2gfz52b7nhzd95p7yyxsd03fldc9wzzn6wi3vpkm"))))
9955 (build-system r-build-system)
9956 (home-page "https://cran.r-project.org/web/packages/misc3d/")
9957 (synopsis "Miscellaneous 3D Plots")
9958 (description
9959 "This package provides a collection of miscellaneous 3d plots, including
9960 isosurfaces.")
9961 ;; Any version of the GPL.
9962 (license (list license:gpl2+ license:gpl3+))))
9963
9964 (define-public r-ks
9965 (package
9966 (name "r-ks")
9967 (version "1.11.7")
9968 (source
9969 (origin
9970 (method url-fetch)
9971 (uri (cran-uri "ks" version))
9972 (sha256
9973 (base32 "1f6jvxy0hmngyvnvrknzbmhl42njk0vqyycvydm4qnp8cqirqvba"))))
9974 (build-system r-build-system)
9975 (propagated-inputs
9976 `(("r-fnn" ,r-fnn)
9977 ("r-kernlab" ,r-kernlab)
9978 ("r-kernsmooth" ,r-kernsmooth)
9979 ("r-matrix" ,r-matrix)
9980 ("r-mclust" ,r-mclust)
9981 ("r-mgcv" ,r-mgcv)
9982 ("r-multicool" ,r-multicool)
9983 ("r-mvtnorm" ,r-mvtnorm)))
9984 (home-page "http://www.mvstat.net/tduong/")
9985 (synopsis "Kernel smoothing")
9986 (description
9987 "This package provides kernel smoothers for univariate and multivariate
9988 data, including density functions, density derivatives, cumulative
9989 distributions, modal clustering, discriminant analysis, and two-sample
9990 hypothesis testing.")
9991 ;; Either version of the GPL.
9992 (license (list license:gpl2 license:gpl3))))
9993
9994 (define-public r-feature
9995 (package
9996 (name "r-feature")
9997 (version "1.2.13")
9998 (source
9999 (origin
10000 (method url-fetch)
10001 (uri (cran-uri "feature" version))
10002 (sha256
10003 (base32
10004 "07hkw0bv38naj2hdsx4xxrm2dngi6w3rbvgr7s50bjic8hlgy1ra"))))
10005 (build-system r-build-system)
10006 (propagated-inputs
10007 `(("r-ks" ,r-ks)
10008 ("r-misc3d" ,r-misc3d)
10009 ("r-rgl" ,r-rgl)))
10010 (home-page "http://www.mvstat.net/tduong/")
10011 (synopsis "Inferential feature significance for kernel density estimation")
10012 (description
10013 "The feature package contains functions to display and compute kernel
10014 density estimates, significant gradient and significant curvature regions.
10015 Significant gradient and/or curvature regions often correspond to significant
10016 features (e.g. local modes).")
10017 ;; Either version of the GPL.
10018 (license (list license:gpl2 license:gpl3))))
10019
10020 (define-public r-arm
10021 (package
10022 (name "r-arm")
10023 (version "1.11-2")
10024 (source
10025 (origin
10026 (method url-fetch)
10027 (uri (cran-uri "arm" version))
10028 (sha256
10029 (base32
10030 "1grb27vayr2vhyalzfqbhx6p278r7c3l4pzi5nrz3dmnyqrbx1c3"))))
10031 (build-system r-build-system)
10032 (propagated-inputs
10033 `(("r-abind" ,r-abind)
10034 ("r-coda" ,r-coda)
10035 ("r-hmisc" ,r-hmisc)
10036 ("r-lme4" ,r-lme4)
10037 ("r-mass" ,r-mass)
10038 ("r-matrix" ,r-matrix)
10039 ("r-nlme" ,r-nlme)))
10040 (home-page "https://cran.r-project.org/web/packages/arm/")
10041 (synopsis "Data analysis using regression and multilevel/hierarchical models")
10042 (description
10043 "This package provides functions to accompany A. Gelman and J. Hill,
10044 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
10045 University Press, 2007.")
10046 (license license:gpl3+)))
10047
10048 (define-public r-circular
10049 (package
10050 (name "r-circular")
10051 (version "0.4-93")
10052 (source
10053 (origin
10054 (method url-fetch)
10055 (uri (cran-uri "circular" version))
10056 (sha256
10057 (base32
10058 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
10059 (build-system r-build-system)
10060 (propagated-inputs
10061 `(("r-boot" ,r-boot)
10062 ("r-mvtnorm" ,r-mvtnorm)))
10063 (native-inputs
10064 `(("gfortran" ,gfortran)))
10065 (home-page "https://cran.r-project.org/web/packages/circular/")
10066 (synopsis "Circular statistics")
10067 (description
10068 "This package provides tools for circular statistics, from \"Topics in
10069 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
10070 Scientific.")
10071 (license license:gpl2+)))
10072
10073 (define-public r-activity
10074 (package
10075 (name "r-activity")
10076 (version "1.3")
10077 (source
10078 (origin
10079 (method url-fetch)
10080 (uri (cran-uri "activity" version))
10081 (sha256
10082 (base32
10083 "12imqj366dp6pam5gap6ji56p5wf1073xz5g4iikfxf5l8snxw92"))))
10084 (build-system r-build-system)
10085 (propagated-inputs
10086 `(("r-circular" ,r-circular)
10087 ("r-insol" ,r-insol)
10088 ("r-pbapply" ,r-pbapply)))
10089 (home-page "https://cran.r-project.org/web/packages/activity/")
10090 (synopsis "Animal activity statistics")
10091 (description
10092 "This package provides functions to fit kernel density functions to
10093 animal activity time data; plot activity distributions; quantify overall
10094 levels of activity; statistically compare activity metrics through
10095 bootstrapping; and evaluate variation in linear variables with time (or other
10096 circular variables).")
10097 (license license:gpl3)))
10098
10099 (define-public r-ouch
10100 (package
10101 (name "r-ouch")
10102 (version "2.14-1")
10103 (source
10104 (origin
10105 (method url-fetch)
10106 (uri (cran-uri "ouch" version))
10107 (sha256
10108 (base32
10109 "0ddf9bw5lhj8vb0ja78jf99i0smq4rgmm842k4a4ygap41vdyn2b"))))
10110 (build-system r-build-system)
10111 (propagated-inputs `(("r-subplex" ,r-subplex)))
10112 (home-page "https://kingaa.github.io/ouch/")
10113 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
10114 (description
10115 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
10116 for evolution along a phylogenetic tree.")
10117 (license license:gpl2+)))
10118
10119 (define-public r-fmsb
10120 (package
10121 (name "r-fmsb")
10122 (version "0.7.0")
10123 (source
10124 (origin
10125 (method url-fetch)
10126 (uri (cran-uri "fmsb" version))
10127 (sha256
10128 (base32
10129 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
10130 (build-system r-build-system)
10131 (home-page "http://minato.sip21c.org/msb/")
10132 (synopsis "Functions for medical statistics book with demographic data")
10133 (description
10134 "This package provides several utility functions for the book entitled
10135 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
10136 Japan, 2007) with Japanese demographic data and some demographic analysis
10137 related functions.")
10138 (license license:gpl2+)))
10139
10140 (define-public r-stabledist
10141 (package
10142 (name "r-stabledist")
10143 (version "0.7-1")
10144 (source
10145 (origin
10146 (method url-fetch)
10147 (uri (cran-uri "stabledist" version))
10148 (sha256
10149 (base32
10150 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
10151 (build-system r-build-system)
10152 (home-page "https://www.rmetrics.org")
10153 (synopsis "Stable distribution functions")
10154 (description
10155 "This package provides density, probability and quantile functions, and
10156 random number generation for (skew) stable distributions, using the
10157 parametrizations of Nolan.")
10158 (license license:gpl2+)))
10159
10160 (define-public r-gsl
10161 (package
10162 (name "r-gsl")
10163 (version "2.1-6")
10164 (source
10165 (origin
10166 (method url-fetch)
10167 (uri (cran-uri "gsl" version))
10168 (sha256
10169 (base32
10170 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
10171 (build-system r-build-system)
10172 (inputs
10173 `(("gsl" ,gsl)))
10174 (home-page "https://cran.r-project.org/web/packages/gsl")
10175 (synopsis "Wrapper for the GNU Scientific Library")
10176 (description
10177 "This package provides an R wrapper for the special functions and quasi
10178 random number generators of the GNU Scientific Library.")
10179 (license license:gpl2+)))
10180
10181 (define-public r-adgoftest
10182 (package
10183 (name "r-adgoftest")
10184 (version "0.3")
10185 (source
10186 (origin
10187 (method url-fetch)
10188 (uri (cran-uri "ADGofTest" version))
10189 (sha256
10190 (base32
10191 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
10192 (properties `((upstream-name . "ADGofTest")))
10193 (build-system r-build-system)
10194 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
10195 (synopsis "Anderson-Darling GoF test")
10196 (description
10197 "This package provides an implementation of the Anderson-Darling GoF test
10198 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
10199 Anderson-Darling Distribution\".")
10200 ;; Any version of the GPL.
10201 (license license:gpl3+)))
10202
10203 (define-public r-softimpute
10204 (package
10205 (name "r-softimpute")
10206 (version "1.4")
10207 (source
10208 (origin
10209 (method url-fetch)
10210 (uri (cran-uri "softImpute" version))
10211 (sha256
10212 (base32
10213 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
10214 (properties `((upstream-name . "softImpute")))
10215 (build-system r-build-system)
10216 (propagated-inputs
10217 `(("r-matrix" ,r-matrix)))
10218 (native-inputs
10219 `(("gfortran" ,gfortran)))
10220 (home-page "https://cran.r-project.org/web/packages/softImpute")
10221 (synopsis "Matrix completion via iterative soft-thresholded SVD")
10222 (description
10223 "This package provides iterative methods for matrix completion that use
10224 nuclear-norm regularization. The package includes procedures for centering
10225 and scaling rows, columns or both, and for computing low-rank @dfn{single
10226 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
10227 components).")
10228 (license license:gpl2)))
10229
10230 (define-public r-fftwtools
10231 (package
10232 (name "r-fftwtools")
10233 (version "0.9-8")
10234 (source
10235 (origin
10236 (method url-fetch)
10237 (uri (cran-uri "fftwtools" version))
10238 (sha256
10239 (base32
10240 "1nqvpzda281rxi1cmwajxxsn3sc3gz7scv8bvs5jm34kf36whha6"))))
10241 (build-system r-build-system)
10242 (inputs `(("fftw" ,fftw)))
10243 (home-page "https://github.com/krahim/fftwtools")
10244 (synopsis "Wrapper for FFTW3")
10245 (description
10246 "This package provides a wrapper for several FFTW functions. It provides
10247 access to the two-dimensional FFT, the multivariate FFT, and the
10248 one-dimensional real to complex FFT using the FFTW3 library. The package
10249 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
10250 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
10251 The FFT functions have a parameter that allows them to not return the
10252 redundant complex conjugate when the input is real data.")
10253 (license license:gpl2+)))
10254
10255 (define-public r-tiff
10256 (package
10257 (name "r-tiff")
10258 (version "0.1-5")
10259 (source
10260 (origin
10261 (method url-fetch)
10262 (uri (cran-uri "tiff" version))
10263 (sha256
10264 (base32
10265 "0asf2bws3x3yd3g3ixvk0f86b0mdf882pl8xrqlxrkbgjalyc54m"))))
10266 (build-system r-build-system)
10267 (inputs
10268 `(("libtiff" ,libtiff)
10269 ("libjpeg" ,libjpeg-turbo)
10270 ("zlib" ,zlib)))
10271 (home-page "https://www.rforge.net/tiff/")
10272 (synopsis "Read and write TIFF images")
10273 (description
10274 "This package provides an easy and simple way to read, write and display
10275 bitmap images stored in the TIFF format. It can read and write both files and
10276 in-memory raw vectors.")
10277 ;; Either of these two license versions.
10278 (license (list license:gpl2 license:gpl3))))
10279
10280 (define-public r-nlp
10281 (package
10282 (name "r-nlp")
10283 (version "0.2-0")
10284 (source
10285 (origin
10286 (method url-fetch)
10287 (uri (cran-uri "NLP" version))
10288 (sha256
10289 (base32
10290 "0xbhkrnxcbf322jfw31xcn4y2gnk5y7ccq1bz4h3prf44h0whr7w"))))
10291 (properties `((upstream-name . "NLP")))
10292 (build-system r-build-system)
10293 (home-page "https://cran.r-project.org/web/packages/NLP/")
10294 (synopsis "Natural language processing infrastructure")
10295 (description
10296 "This package provides basic classes and methods for Natural Language
10297 Processing.")
10298 (license license:gpl3)))
10299
10300 (define-public r-tm
10301 (package
10302 (name "r-tm")
10303 (version "0.7-7")
10304 (source
10305 (origin
10306 (method url-fetch)
10307 (uri (cran-uri "tm" version))
10308 (sha256
10309 (base32
10310 "0pyics8j7a4wkh5gzin46l0qars5vgbb1886xqpdqjs1z0gy9nyh"))))
10311 (properties `((upstream-name . "tm")))
10312 (build-system r-build-system)
10313 (propagated-inputs
10314 `(("r-bh" ,r-bh)
10315 ("r-nlp" ,r-nlp)
10316 ("r-rcpp" ,r-rcpp)
10317 ("r-slam" ,r-slam)
10318 ("r-xml2" ,r-xml2)))
10319 (home-page "http://tm.r-forge.r-project.org/")
10320 (synopsis "Text mining package")
10321 (description
10322 "This package provides a framework for text mining applications within R.")
10323 (license license:gpl3)))
10324
10325 (define-public r-waveslim
10326 (package
10327 (name "r-waveslim")
10328 (version "1.8.2")
10329 (source
10330 (origin
10331 (method url-fetch)
10332 (uri (cran-uri "waveslim" version))
10333 (sha256
10334 (base32
10335 "0ibivnhz0l06sss5rrrcvyiwg3qpbyk3qn4vx4pp90kj09x4yg0k"))))
10336 (build-system r-build-system)
10337 (native-inputs
10338 `(("gfortran" ,gfortran)))
10339 (home-page "http://waveslim.blogspot.com")
10340 (synopsis "Basic wavelet routines for signal processing")
10341 (description
10342 "This package provides basic wavelet routines for time series (1D),
10343 image (2D) and array (3D) analysis. The code provided here is based on
10344 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
10345 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
10346 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
10347 pairs (Selesnick 2001, 2002).")
10348 (license license:bsd-3)))
10349
10350 (define-public r-wordcloud
10351 (package
10352 (name "r-wordcloud")
10353 (version "2.6")
10354 (source
10355 (origin
10356 (method url-fetch)
10357 (uri (cran-uri "wordcloud" version))
10358 (sha256
10359 (base32
10360 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
10361 (build-system r-build-system)
10362 (propagated-inputs
10363 `(("r-rcolorbrewer" ,r-rcolorbrewer)
10364 ("r-rcpp" ,r-rcpp)
10365 ;; The "tm" package is only "suggested" according to CRAN, but the
10366 ;; wordcloud package cannot be loaded without it.
10367 ("r-tm" ,r-tm)))
10368 (home-page "https://cran.r-project.org/web/packages/wordcloud")
10369 (synopsis "Word clouds")
10370 (description
10371 "This package provides functionality to create pretty word clouds,
10372 visualize differences and similarity between documents, and avoid
10373 over-plotting in scatter plots with text.")
10374 (license license:lgpl2.1)))
10375
10376 (define-public r-colorramps
10377 (package
10378 (name "r-colorramps")
10379 (version "2.3")
10380 (source
10381 (origin
10382 (method url-fetch)
10383 (uri (cran-uri "colorRamps" version))
10384 (sha256
10385 (base32
10386 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
10387 (properties `((upstream-name . "colorRamps")))
10388 (build-system r-build-system)
10389 (home-page "https://cran.r-project.org/web/packages/colorRamps")
10390 (synopsis "Build color tables")
10391 (description "This package provides features to build gradient color
10392 maps.")
10393 ;; Any version of the GPL
10394 (license license:gpl3+)))
10395
10396 (define-public r-tidytree
10397 (package
10398 (name "r-tidytree")
10399 (version "0.3.3")
10400 (source
10401 (origin
10402 (method url-fetch)
10403 (uri (cran-uri "tidytree" version))
10404 (sha256
10405 (base32 "05b53dap0f784kl6s1wgck6m7brwmy6ifqp7v5l06s1spfspagl6"))))
10406 (build-system r-build-system)
10407 (propagated-inputs
10408 `(("r-ape" ,r-ape)
10409 ("r-dplyr" ,r-dplyr)
10410 ("r-lazyeval" ,r-lazyeval)
10411 ("r-magrittr" ,r-magrittr)
10412 ("r-rlang" ,r-rlang)
10413 ("r-tibble" ,r-tibble)))
10414 (native-inputs
10415 `(("r-knitr" ,r-knitr)))
10416 (home-page "https://github.com/GuangchuangYu/tidytree")
10417 (synopsis "Tidy tool for phylogenetic tree data manipulation")
10418 (description
10419 "Phylogenetic trees generally contain multiple components including nodes,
10420 edges, branches and associated data. This package provides an approach to
10421 convert tree objects to tidy data frames. It also provides tidy interfaces to
10422 manipulate tree data.")
10423 (license license:artistic2.0)))
10424
10425 (define-public r-rvcheck
10426 (package
10427 (name "r-rvcheck")
10428 (version "0.1.8")
10429 (source
10430 (origin
10431 (method url-fetch)
10432 (uri (cran-uri "rvcheck" version))
10433 (sha256
10434 (base32 "0627bc8qmhxmd63yh6f90qni3qw1zwdpxjln2qbychzmzd4am9ac"))))
10435 (build-system r-build-system)
10436 (propagated-inputs
10437 `(("r-biocmanager" ,r-biocmanager)
10438 ("r-rlang" ,r-rlang)))
10439 (home-page "https://cran.r-project.org/web/packages/rvcheck")
10440 (synopsis "R package version check")
10441 (description
10442 "This package provides tools to check the latest release version of R and
10443 R packages (on CRAN, Bioconductor or Github).")
10444 (license license:artistic2.0)))
10445
10446 (define-public r-docopt
10447 (package
10448 (name "r-docopt")
10449 (version "0.7.1")
10450 (source
10451 (origin
10452 (method url-fetch)
10453 (uri (cran-uri "docopt" version))
10454 (sha256
10455 (base32
10456 "1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
10457 (build-system r-build-system)
10458 (home-page "https://github.com/docopt/docopt.R")
10459 (synopsis "Command-line interface specification language")
10460 (description
10461 "This package enables you to define a command-line interface by just
10462 giving it a description in the specific format.")
10463 (license license:expat)))
10464
10465 (define-public r-sparsesvd
10466 (package
10467 (name "r-sparsesvd")
10468 (version "0.2")
10469 (source
10470 (origin
10471 (method url-fetch)
10472 (uri (cran-uri "sparsesvd" version))
10473 (sha256
10474 (base32
10475 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
10476 (build-system r-build-system)
10477 (propagated-inputs `(("r-matrix" ,r-matrix)))
10478 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
10479 (synopsis "Sparse truncated singular value decomposition")
10480 (description
10481 "This package provides a Wrapper around the SVDLIBC library
10482 for (truncated) singular value decomposition of a sparse matrix. Currently,
10483 only sparse real matrices in Matrix package format are supported.")
10484 ;; SVDLIBC is released under BSD-2. The R interface is released under
10485 ;; BSD-3.
10486 (license (list license:bsd-3 license:bsd-2))))
10487
10488 (define-public r-speedglm
10489 (package
10490 (name "r-speedglm")
10491 (version "0.3-2")
10492 (source
10493 (origin
10494 (method url-fetch)
10495 (uri (cran-uri "speedglm" version))
10496 (sha256
10497 (base32
10498 "1b25zimk0z7ad62yacqdg0zk0qs0jja4i918ym942xfw4j1z3jjz"))))
10499 (build-system r-build-system)
10500 (propagated-inputs
10501 `(("r-mass" ,r-mass)
10502 ("r-matrix" ,r-matrix)))
10503 (home-page "https://cran.r-project.org/web/packages/speedglm")
10504 (synopsis "Fit linear and generalized linear models to large data sets")
10505 (description
10506 "This package provides tools for fitting linear models and generalized
10507 linear models to large data sets by updating algorithms.")
10508 ;; Any version of the GPL
10509 (license license:gpl2+)))
10510
10511 (define-public r-densityclust
10512 (package
10513 (name "r-densityclust")
10514 (version "0.3")
10515 (source
10516 (origin
10517 (method url-fetch)
10518 (uri (cran-uri "densityClust" version))
10519 (sha256
10520 (base32
10521 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
10522 (properties `((upstream-name . "densityClust")))
10523 (build-system r-build-system)
10524 (propagated-inputs
10525 `(("r-fnn" ,r-fnn)
10526 ("r-ggplot2" ,r-ggplot2)
10527 ("r-ggrepel" ,r-ggrepel)
10528 ("r-gridextra" ,r-gridextra)
10529 ("r-rcolorbrewer" ,r-rcolorbrewer)
10530 ("r-rcpp" ,r-rcpp)
10531 ("r-rtsne" ,r-rtsne)))
10532 (home-page "https://cran.r-project.org/web/packages/densityClust")
10533 (synopsis "Clustering by fast search and find of density peaks")
10534 (description
10535 "This package provides an improved implementation (based on k-nearest
10536 neighbors) of the density peak clustering algorithm, originally described by
10537 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
10538 large datasets (> 100,000 samples) very efficiently.")
10539 (license license:gpl2+)))
10540
10541 (define-public r-combinat
10542 (package
10543 (name "r-combinat")
10544 (version "0.0-8")
10545 (source
10546 (origin
10547 (method url-fetch)
10548 (uri (cran-uri "combinat" version))
10549 (sha256
10550 (base32
10551 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
10552 (build-system r-build-system)
10553 (home-page "https://cran.r-project.org/web/packages/combinat")
10554 (synopsis "Combinatorics utilities")
10555 (description "This package provides assorted routines for combinatorics.")
10556 (license license:gpl2)))
10557
10558 (define-public r-qlcmatrix
10559 (package
10560 (name "r-qlcmatrix")
10561 (version "0.9.7")
10562 (source
10563 (origin
10564 (method url-fetch)
10565 (uri (cran-uri "qlcMatrix" version))
10566 (sha256
10567 (base32
10568 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
10569 (properties `((upstream-name . "qlcMatrix")))
10570 (build-system r-build-system)
10571 (propagated-inputs
10572 `(("r-docopt" ,r-docopt)
10573 ("r-matrix" ,r-matrix)
10574 ("r-slam" ,r-slam)
10575 ("r-sparsesvd" ,r-sparsesvd)))
10576 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
10577 (synopsis "Sparse matrix functions for quantitative language comparison")
10578 (description
10579 "This package provides an extension of the functionality of the Matrix
10580 package for using sparse matrices. Some of the functions are very general,
10581 while other are highly specific for the special data format used for
10582 @dfn{quantitative language comparison} (QLC).")
10583 (license license:gpl3)))
10584
10585 (define-public r-ddrtree
10586 (package
10587 (name "r-ddrtree")
10588 (version "0.1.5")
10589 (source
10590 (origin
10591 (method url-fetch)
10592 (uri (cran-uri "DDRTree" version))
10593 (sha256
10594 (base32
10595 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
10596 (properties `((upstream-name . "DDRTree")))
10597 (build-system r-build-system)
10598 (propagated-inputs
10599 `(("r-bh" ,r-bh)
10600 ("r-irlba" ,r-irlba)
10601 ("r-rcpp" ,r-rcpp)
10602 ("r-rcppeigen" ,r-rcppeigen)))
10603 (home-page "https://cran.r-project.org/web/packages/DDRTree")
10604 (synopsis "Learning principal graphs with DDRTree")
10605 (description
10606 "This package provides an implementation of the framework of
10607 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
10608 dimensional space while constructs a principal tree which passes through the
10609 middle of the data simultaneously. DDRTree shows superiority to
10610 alternatives (Wishbone, DPT) for inferring the ordering as well as the
10611 intrinsic structure of single cell genomics data. In general, it could be
10612 used to reconstruct the temporal progression as well as the bifurcation
10613 structure of any data type.")
10614 (license license:asl2.0)))
10615
10616 (define-public r-corpcor
10617 (package
10618 (name "r-corpcor")
10619 (version "1.6.9")
10620 (source
10621 (origin
10622 (method url-fetch)
10623 (uri (cran-uri "corpcor" version))
10624 (sha256
10625 (base32
10626 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
10627 (build-system r-build-system)
10628 (home-page "http://strimmerlab.org/software/corpcor/")
10629 (synopsis "Efficient estimation of covariance and (partial) correlation")
10630 (description
10631 "This package implements a James-Stein-type shrinkage estimator for the
10632 covariance matrix, with separate shrinkage for variances and correlations.
10633 Furthermore, functions are available for fast singular value decomposition,
10634 for computing the pseudoinverse, and for checking the rank and positive
10635 definiteness of a matrix.")
10636 (license license:gpl3+)))
10637
10638 (define-public r-rspectra
10639 (package
10640 (name "r-rspectra")
10641 (version "0.16-0")
10642 (source
10643 (origin
10644 (method url-fetch)
10645 (uri (cran-uri "RSpectra" version))
10646 (sha256
10647 (base32
10648 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
10649 (properties `((upstream-name . "RSpectra")))
10650 (build-system r-build-system)
10651 (propagated-inputs
10652 `(("r-matrix" ,r-matrix)
10653 ("r-rcpp" ,r-rcpp)
10654 ("r-rcppeigen" ,r-rcppeigen)))
10655 (home-page "https://github.com/yixuan/RSpectra")
10656 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
10657 (description
10658 "This package provides an R interface to the Spectra library for
10659 large-scale eigenvalue and SVD problems. It is typically used to compute a
10660 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
10661 which is usually more efficient than @code{eigen()} if k << n.")
10662 ;; MPL 2 or later.
10663 (license license:mpl2.0)))
10664
10665 (define-public r-vbsr
10666 (package
10667 (name "r-vbsr")
10668 (version "0.0.5")
10669 (source
10670 (origin
10671 (method url-fetch)
10672 (uri (cran-uri "vbsr" version))
10673 (sha256
10674 (base32
10675 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
10676 (build-system r-build-system)
10677 (home-page "https://cran.r-project.org/web/packages/vbsr")
10678 (synopsis "Variational Bayes spike regression regularized linear models")
10679 (description
10680 "This package provides an efficient algorithm for solving ultra-sparse
10681 regularized regression models using a variational Bayes algorithm with a spike
10682 prior. The algorithm is solved on a path, with coordinate updates, and is
10683 capable of generating very sparse models. Very general model
10684 diagnostics for controlling type-1 errors are also provided.")
10685 (license license:gpl2)))
10686
10687 (define-public r-flare
10688 (package
10689 (name "r-flare")
10690 (version "1.6.0.2")
10691 (source
10692 (origin
10693 (method url-fetch)
10694 (uri (cran-uri "flare" version))
10695 (sha256
10696 (base32
10697 "1ybrsx1djqldw0l5l1iz4pfh6xxb8ckkg1ric7wnsr51wm9ljlh5"))))
10698 (build-system r-build-system)
10699 (propagated-inputs
10700 `(("r-igraph" ,r-igraph)
10701 ("r-lattice" ,r-lattice)
10702 ("r-mass" ,r-mass)
10703 ("r-matrix" ,r-matrix)))
10704 (home-page "https://cran.r-project.org/web/packages/flare")
10705 (synopsis "Family of Lasso regression implementations")
10706 (description
10707 "This package provides implementations of a family of Lasso variants
10708 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
10709 high dimensional sparse linear models.")
10710 (license license:gpl2)))
10711
10712 (define-public r-lassopv
10713 (package
10714 (name "r-lassopv")
10715 (version "0.2.0")
10716 (source
10717 (origin
10718 (method url-fetch)
10719 (uri (cran-uri "lassopv" version))
10720 (sha256
10721 (base32
10722 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
10723 (build-system r-build-system)
10724 (propagated-inputs `(("r-lars" ,r-lars)))
10725 (home-page "https://github.com/lingfeiwang/lassopv")
10726 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
10727 (description
10728 "This package enables you to estimate the p-values for predictors x
10729 against target variable y in Lasso regression, using the regularization
10730 strength when each predictor enters the active set of regularization path for
10731 the first time as the statistic.")
10732 (license license:gpl3)))
10733
10734 (define-public r-splitstackshape
10735 (package
10736 (name "r-splitstackshape")
10737 (version "1.4.8")
10738 (source
10739 (origin
10740 (method url-fetch)
10741 (uri (cran-uri "splitstackshape" version))
10742 (sha256
10743 (base32
10744 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
10745 (build-system r-build-system)
10746 (propagated-inputs
10747 `(("r-data-table" ,r-data-table)))
10748 (home-page "https://github.com/mrdwab/splitstackshape")
10749 (synopsis "Stack and reshape datasets after splitting concatenated values")
10750 (description
10751 "Online data collection tools like Google Forms often export
10752 multiple-response questions with data concatenated in cells. The
10753 @code{concat.split} (cSplit) family of functions provided by this package
10754 splits such data into separate cells. This package also includes functions to
10755 stack groups of columns and to reshape wide data, even when the data are
10756 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
10757 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
10758 handle.")
10759 (license license:gpl3)))
10760
10761 (define-public r-tfmpvalue
10762 (package
10763 (name "r-tfmpvalue")
10764 (version "0.0.8")
10765 (source
10766 (origin
10767 (method url-fetch)
10768 (uri (cran-uri "TFMPvalue" version))
10769 (sha256
10770 (base32
10771 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
10772 (properties `((upstream-name . "TFMPvalue")))
10773 (build-system r-build-system)
10774 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10775 (home-page "https://github.com/ge11232002/TFMPvalue")
10776 (synopsis "P-value computation for position weight matrices")
10777 (description
10778 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
10779 identification from sequence/alignments, we are interested in the significance
10780 of certain match scores. TFMPvalue provides the accurate calculation of a
10781 p-value with a score threshold for position weight matrices, or the score with
10782 a given p-value. It is an interface to code originally made available by
10783 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
10784 Touzet and Varre (2007).")
10785 (license license:gpl2)))
10786
10787 (define-public r-rnifti
10788 (package
10789 (name "r-rnifti")
10790 (version "1.1.0")
10791 (source
10792 (origin
10793 (method url-fetch)
10794 (uri (cran-uri "RNifti" version))
10795 (sha256
10796 (base32
10797 "1z8ninp3aq18w0slcfn8r2fp48cdz8l0k0namsrnvgyp8lzcpqpn"))))
10798 (properties `((upstream-name . "RNifti")))
10799 (build-system r-build-system)
10800 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10801 (home-page "https://github.com/jonclayden/RNifti")
10802 (synopsis "Fast R and C++ access to NIfTI images")
10803 (description
10804 "This package provides very fast read and write access to images stored
10805 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
10806 compiled C and interpreted R code. It also provides a C/C++ API that can be
10807 used by other packages.")
10808 (license license:gpl2)))
10809
10810 (define-public r-shades
10811 (package
10812 (name "r-shades")
10813 (version "1.4.0")
10814 (source
10815 (origin
10816 (method url-fetch)
10817 (uri (cran-uri "shades" version))
10818 (sha256
10819 (base32
10820 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
10821 (build-system r-build-system)
10822 (home-page "https://github.com/jonclayden/shades")
10823 (synopsis "Simple color manipulation")
10824 (description
10825 "This package provides functions for easily manipulating colors,
10826 creating color scales and calculating color distances.")
10827 (license license:bsd-3)))
10828
10829 (define-public r-ore
10830 (package
10831 (name "r-ore")
10832 (version "1.6.3")
10833 (source
10834 (origin
10835 (method url-fetch)
10836 (uri (cran-uri "ore" version))
10837 (sha256
10838 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
10839 (build-system r-build-system)
10840 (home-page "https://github.com/jonclayden/ore")
10841 (synopsis "R interface to the Onigmo regular expression library")
10842 (description
10843 "This package provides an alternative to R's built-in functionality for
10844 handling regular expressions, based on the Onigmo library. It offers
10845 first-class compiled regex objects, partial matching and function-based
10846 substitutions, amongst other features.")
10847 (license license:bsd-3)))
10848
10849 (define-public r-reportr
10850 (package
10851 (name "r-reportr")
10852 (version "1.3.0")
10853 (source
10854 (origin
10855 (method url-fetch)
10856 (uri (cran-uri "reportr" version))
10857 (sha256
10858 (base32
10859 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
10860 (build-system r-build-system)
10861 (propagated-inputs `(("r-ore" ,r-ore)))
10862 (home-page "https://github.com/jonclayden/reportr")
10863 (synopsis "General message and error reporting system")
10864 (description
10865 "This package provides a system for reporting messages, which offers
10866 certain useful features over the standard R system, such as the incorporation
10867 of output consolidation, message filtering, assertions, expression
10868 substitution, automatic generation of stack traces for debugging, and
10869 conditional reporting based on the current \"output level\".")
10870 (license license:gpl2)))
10871
10872 (define-public r-tractor-base
10873 (package
10874 (name "r-tractor-base")
10875 (version "3.3.2")
10876 (source
10877 (origin
10878 (method url-fetch)
10879 (uri (cran-uri "tractor.base" version))
10880 (sha256
10881 (base32
10882 "0y5gm0y4chl30f5qqq8qiiw4j8g32s4i9xrvyp3cwg902kf2p86i"))))
10883 (properties `((upstream-name . "tractor.base")))
10884 (build-system r-build-system)
10885 (propagated-inputs
10886 `(("r-ore" ,r-ore)
10887 ("r-reportr" ,r-reportr)
10888 ("r-rnifti" ,r-rnifti)
10889 ("r-shades" ,r-shades)))
10890 (home-page "https://www.tractor-mri.org.uk")
10891 (synopsis "Read, manipulate and visualize magnetic resonance images")
10892 (description
10893 "This package provides functions for working with magnetic resonance
10894 images. It supports reading and writing of popular file formats (DICOM,
10895 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
10896 visualization; flexible image manipulation; metadata and sparse image
10897 handling.")
10898 (license license:gpl2)))
10899
10900 (define-public r-grimport
10901 (package
10902 (name "r-grimport")
10903 (version "0.9-3")
10904 (source
10905 (origin
10906 (method url-fetch)
10907 (uri (cran-uri "grImport" version))
10908 (sha256
10909 (base32
10910 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
10911 (properties `((upstream-name . "grImport")))
10912 (build-system r-build-system)
10913 (inputs
10914 `(("ghostscript" ,ghostscript)))
10915 (propagated-inputs
10916 `(("r-xml" ,r-xml)))
10917 (home-page "https://cran.r-project.org/web/packages/grImport")
10918 (synopsis "Convert, import, and draw PostScript pictures")
10919 (description
10920 "This package provides functions for converting, importing, and drawing
10921 PostScript pictures in R plots.")
10922 (license license:gpl2+)))
10923
10924 (define-public r-grimport2
10925 (package
10926 (name "r-grimport2")
10927 (version "0.2-0")
10928 (source
10929 (origin
10930 (method url-fetch)
10931 (uri (cran-uri "grImport2" version))
10932 (sha256
10933 (base32
10934 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
10935 (properties `((upstream-name . "grImport2")))
10936 (build-system r-build-system)
10937 (propagated-inputs
10938 `(("r-base64enc" ,r-base64enc)
10939 ("r-jpeg" ,r-jpeg)
10940 ("r-png" ,r-png)
10941 ("r-xml" ,r-xml)))
10942 (home-page "https://cran.r-project.org/web/packages/grImport2/")
10943 (synopsis "Import SVG graphics")
10944 (description
10945 "This package provides functions for importing external vector images and
10946 drawing them as part of R plots. This package is different from the
10947 @code{grImport} package because, where that package imports PostScript format
10948 images, this package imports SVG format images. Furthermore, this package
10949 imports a specific subset of SVG, so external images must be preprocessed
10950 using a package like @code{rsvg} to produce SVG that this package can import.
10951 SVG features that are not supported by R graphics, such as gradient fills, can
10952 be imported and then exported via the @code{gridSVG} package.")
10953 (license license:gpl2+)))
10954
10955 (define-public r-kohonen
10956 (package
10957 (name "r-kohonen")
10958 (version "3.0.10")
10959 (source
10960 (origin
10961 (method url-fetch)
10962 (uri (cran-uri "kohonen" version))
10963 (sha256
10964 (base32
10965 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
10966 (build-system r-build-system)
10967 (propagated-inputs
10968 `(("r-rcpp" ,r-rcpp)))
10969 (home-page "https://cran.r-project.org/web/packages/kohonen")
10970 (synopsis "Supervised and unsupervised self-organising maps")
10971 (description
10972 "This package provides functions to train @dfn{self-organising
10973 maps} (SOMs). Also interrogation of the maps and prediction using trained
10974 maps are supported. The name of the package refers to Teuvo Kohonen, the
10975 inventor of the SOM.")
10976 (license license:gpl2+)))
10977
10978 (define-public r-nnls
10979 (package
10980 (name "r-nnls")
10981 (version "1.4")
10982 (source
10983 (origin
10984 (method url-fetch)
10985 (uri (cran-uri "nnls" version))
10986 (sha256
10987 (base32
10988 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
10989 (build-system r-build-system)
10990 (native-inputs `(("gfortran" ,gfortran)))
10991 (home-page "https://cran.r-project.org/web/packages/nnls")
10992 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
10993 (description
10994 "This package provides an R interface to the Lawson-Hanson implementation
10995 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
10996 the combination of non-negative and non-positive constraints.")
10997 (license license:gpl2+)))
10998
10999 (define-public r-iso
11000 (package
11001 (name "r-iso")
11002 (version "0.0-18.1")
11003 (source
11004 (origin
11005 (method url-fetch)
11006 (uri (cran-uri "Iso" version))
11007 (sha256
11008 (base32
11009 "0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
11010 (properties `((upstream-name . "Iso")))
11011 (build-system r-build-system)
11012 (native-inputs `(("gfortran" ,gfortran)))
11013 (home-page "https://www.stat.auckland.ac.nz/~rolf/")
11014 (synopsis "Functions to perform isotonic regression")
11015 (description
11016 "This package provides support for linear order and unimodal
11017 order (univariate) isotonic regression and bivariate isotonic regression with
11018 linear order on both variables.")
11019 (license license:gpl2+)))
11020
11021 (define-public r-chemometricswithr
11022 (package
11023 (name "r-chemometricswithr")
11024 (version "0.1.13")
11025 (source
11026 (origin
11027 (method url-fetch)
11028 (uri (cran-uri "ChemometricsWithR" version))
11029 (sha256
11030 (base32
11031 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
11032 (properties
11033 `((upstream-name . "ChemometricsWithR")))
11034 (build-system r-build-system)
11035 (propagated-inputs
11036 `(("r-devtools" ,r-devtools)
11037 ("r-kohonen" ,r-kohonen)
11038 ("r-mass" ,r-mass)
11039 ("r-pls" ,r-pls)))
11040 (home-page "https://github.com/rwehrens/CWR")
11041 (synopsis "Chemometrics with R")
11042 (description
11043 "This package provides functions and scripts used in the book
11044 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
11045 Life Sciences\" by Ron Wehrens, Springer (2011).")
11046 (license license:gpl2+)))
11047
11048 (define-public r-als
11049 (package
11050 (name "r-als")
11051 (version "0.0.6")
11052 (source
11053 (origin
11054 (method url-fetch)
11055 (uri (cran-uri "ALS" version))
11056 (sha256
11057 (base32
11058 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
11059 (properties `((upstream-name . "ALS")))
11060 (build-system r-build-system)
11061 (propagated-inputs
11062 `(("r-iso" ,r-iso)
11063 ("r-nnls" ,r-nnls)))
11064 (home-page "https://cran.r-project.org/web/packages/ALS")
11065 (synopsis "Multivariate curve resolution alternating least squares")
11066 (description
11067 "Alternating least squares is often used to resolve components
11068 contributing to data with a bilinear structure; the basic technique may be
11069 extended to alternating constrained least squares. This package provides an
11070 implementation of @dfn{multivariate curve resolution alternating least
11071 squares} (MCR-ALS).
11072
11073 Commonly applied constraints include unimodality, non-negativity, and
11074 normalization of components. Several data matrices may be decomposed
11075 simultaneously by assuming that one of the two matrices in the bilinear
11076 decomposition is shared between datasets.")
11077 (license license:gpl2+)))
11078
11079 (define-public r-strucchange
11080 (package
11081 (name "r-strucchange")
11082 (version "1.5-2")
11083 (source
11084 (origin
11085 (method url-fetch)
11086 (uri (cran-uri "strucchange" version))
11087 (sha256
11088 (base32
11089 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
11090 (build-system r-build-system)
11091 (propagated-inputs
11092 `(("r-sandwich" ,r-sandwich)
11093 ("r-zoo" ,r-zoo)))
11094 (home-page "https://cran.r-project.org/web/packages/strucchange")
11095 (synopsis "Testing, monitoring, and dating structural changes")
11096 (description
11097 "This package provides tools for testing, monitoring and dating
11098 structural changes in (linear) regression models. It features tests/methods
11099 from the generalized fluctuation test framework as well as from the F
11100 test (Chow test) framework. This includes methods to fit, plot and test
11101 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
11102 statistics, respectively. It is possible to monitor incoming data online
11103 using fluctuation processes. Finally, the breakpoints in regression models
11104 with structural changes can be estimated together with confidence intervals.
11105 Emphasis is always given to methods for visualizing the data.")
11106 ;; Either of these two GPL versions
11107 (license (list license:gpl2 license:gpl3))))
11108
11109 (define-public r-pixmap
11110 (package
11111 (name "r-pixmap")
11112 (version "0.4-11")
11113 (source
11114 (origin
11115 (method url-fetch)
11116 (uri (cran-uri "pixmap" version))
11117 (sha256
11118 (base32
11119 "04klxp6jndw1bp6z40v20fbmdmdpfca2g0czmmmgbkark9s1183g"))))
11120 (build-system r-build-system)
11121 (home-page "https://cran.r-project.org/web/packages/pixmap")
11122 (synopsis "Tools for bitmap images")
11123 (description
11124 "This package provides functions for importing, exporting, plotting and
11125 other manipulations of bitmapped images.")
11126 (license license:gpl2)))
11127
11128 (define-public r-rapidjsonr
11129 (package
11130 (name "r-rapidjsonr")
11131 (version "1.2.0")
11132 (source
11133 (origin
11134 (method url-fetch)
11135 (uri (cran-uri "rapidjsonr" version))
11136 (sha256
11137 (base32
11138 "07zdirhbzmvq3cp4xn8ngk1lgxbbabzays315zxbs3sxrz6lzjb2"))))
11139 (build-system r-build-system)
11140 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
11141 (synopsis "JSON parser")
11142 (description
11143 "This package provides JSON parsing capability through the Rapidjson
11144 library.")
11145 (license license:expat)))
11146
11147 (define-public r-ontologyindex
11148 (package
11149 (name "r-ontologyindex")
11150 (version "2.5")
11151 (source
11152 (origin
11153 (method url-fetch)
11154 (uri (cran-uri "ontologyIndex" version))
11155 (sha256
11156 (base32
11157 "127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry"))))
11158 (properties `((upstream-name . "ontologyIndex")))
11159 (build-system r-build-system)
11160 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
11161 (synopsis "Functions for processing ontologies in R")
11162 (description
11163 "This package provides functions for reading ontologies into R as lists
11164 and manipulating sets of ontological terms.")
11165 (license license:gpl2+)))
11166
11167 (define-public r-gargle
11168 (package
11169 (name "r-gargle")
11170 (version "0.5.0")
11171 (source
11172 (origin
11173 (method url-fetch)
11174 (uri (cran-uri "gargle" version))
11175 (sha256
11176 (base32
11177 "1fykmiv3x8c9ai31r9wr7qcca51h6kqn9cgwbxvxfj15fhwskh4n"))))
11178 (build-system r-build-system)
11179 (propagated-inputs
11180 `(("r-fs" ,r-fs)
11181 ("r-glue" ,r-glue)
11182 ("r-httr" ,r-httr)
11183 ("r-jsonlite" ,r-jsonlite)
11184 ("r-rlang" ,r-rlang)
11185 ("r-withr" ,r-withr)))
11186 (native-inputs
11187 `(("r-knitr" ,r-knitr)))
11188 (home-page "https://gargle.r-lib.org")
11189 (synopsis "Utilities for working with Google APIs")
11190 (description
11191 "This package provides utilities for working with Google APIs. This
11192 includes functions and classes for handling common credential types and for
11193 preparing, executing, and processing HTTP requests.")
11194 (license license:expat)))
11195
11196 (define-public r-bigrquery
11197 (package
11198 (name "r-bigrquery")
11199 (version "1.3.1")
11200 (source
11201 (origin
11202 (method url-fetch)
11203 (uri (cran-uri "bigrquery" version))
11204 (sha256
11205 (base32
11206 "0mq03sqv5lkyn3dlxvyd6lqqwnryfdaqh05pjvngzp194fxmd9cy"))))
11207 (build-system r-build-system)
11208 (propagated-inputs
11209 `(("r-assertthat" ,r-assertthat)
11210 ("r-bit64" ,r-bit64)
11211 ("r-curl" ,r-curl)
11212 ("r-dbi" ,r-dbi)
11213 ("r-gargle" ,r-gargle)
11214 ("r-glue" ,r-glue)
11215 ("r-httr" ,r-httr)
11216 ("r-jsonlite" ,r-jsonlite)
11217 ("r-prettyunits" ,r-prettyunits)
11218 ("r-progress" ,r-progress)
11219 ("r-rapidjsonr" ,r-rapidjsonr)
11220 ("r-rcpp" ,r-rcpp)
11221 ("r-rlang" ,r-rlang)
11222 ("r-tibble" ,r-tibble)))
11223 (home-page "https://github.com/rstats-db/bigrquery")
11224 (synopsis "R interface to Google's BigQuery API")
11225 (description
11226 "This package provides an R interface to Google's BigQuery database.")
11227 (license license:gpl3)))
11228
11229 (define-public r-gmp
11230 (package
11231 (name "r-gmp")
11232 (version "0.6-0")
11233 (source
11234 (origin
11235 (method url-fetch)
11236 (uri (cran-uri "gmp" version))
11237 (sha256
11238 (base32
11239 "1c9vpr6j6h5f6dm9l535nscl66rvr8sba5az2kswjhmzwb9xpjxc"))))
11240 (build-system r-build-system)
11241 (arguments
11242 '(#:phases
11243 (modify-phases %standard-phases
11244 (add-after 'unpack 'set-CC
11245 (lambda _ (setenv "CC" "gcc") #t)))))
11246 (inputs `(("gmp" ,gmp)))
11247 (home-page "https://cran.r-project.org/web/packages/gmp")
11248 (synopsis "Multiple precision arithmetic")
11249 (description
11250 "This package supports multiple precision arithmetic (big integers and
11251 rationals, prime number tests, matrix computation), \"arithmetic without
11252 limitations\" using the GNU Multiple Precision library.")
11253 ;; Any version of the GPL.
11254 (license license:gpl3+)))
11255
11256 (define-public r-rmpfr
11257 (package
11258 (name "r-rmpfr")
11259 (version "0.8-1")
11260 (source
11261 (origin
11262 (method url-fetch)
11263 (uri (cran-uri "Rmpfr" version))
11264 (sha256
11265 (base32
11266 "09kw7hyca8xc09r2d88qj81cclar8acaq5q9q5rw9f49iffda0rr"))))
11267 (properties `((upstream-name . "Rmpfr")))
11268 (build-system r-build-system)
11269 (inputs
11270 `(("mpfr" ,mpfr)
11271 ("gmp" ,gmp)))
11272 (propagated-inputs
11273 `(("r-gmp" ,r-gmp)))
11274 (native-inputs
11275 `(("pkg-config" ,pkg-config)))
11276 (home-page "http://rmpfr.r-forge.r-project.org/")
11277 (synopsis "R bindings to the MPFR library")
11278 (description
11279 "This package supports arithmetic (via S4 classes and methods) for
11280 arbitrary precision floating point numbers, including transcendental
11281 functions. To this end, the package interfaces with the @dfn{Multiple
11282 Precision Floating-Point Reliable} (MPFR) library.")
11283 (license license:gpl2+)))
11284
11285 (define-public r-assertive-base
11286 (package
11287 (name "r-assertive-base")
11288 (version "0.0-7")
11289 (source
11290 (origin
11291 (method url-fetch)
11292 (uri (cran-uri "assertive.base" version))
11293 (sha256
11294 (base32
11295 "1xs3ysvj0z57c58jw57pckq2rynia6ks4rmjmc02alczhk54wbgh"))))
11296 (properties
11297 `((upstream-name . "assertive.base")))
11298 (build-system r-build-system)
11299 (home-page "https://bitbucket.org/richierocks/assertive.base")
11300 (synopsis "Core of the assertive package")
11301 (description
11302 "This package provides a minimal set of predicates and assertions used by
11303 the assertive package. This is mainly for use by other package developers who
11304 want to include run-time testing features in their own packages.")
11305 (license license:gpl3+)))
11306
11307 (define-public r-assertive-properties
11308 (package
11309 (name "r-assertive-properties")
11310 (version "0.0-4")
11311 (source
11312 (origin
11313 (method url-fetch)
11314 (uri (cran-uri "assertive.properties" version))
11315 (sha256
11316 (base32
11317 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
11318 (properties
11319 `((upstream-name . "assertive.properties")))
11320 (build-system r-build-system)
11321 (propagated-inputs
11322 `(("r-assertive-base" ,r-assertive-base)))
11323 (home-page "https://bitbucket.org/richierocks/assertive.properties")
11324 (synopsis "Assertions to check properties of variables")
11325 (description
11326 "This package provides a set of predicates and assertions for checking
11327 the properties of variables, such as length, names and attributes. This is
11328 mainly for use by other package developers who want to include run-time
11329 testing features in their own packages.")
11330 (license license:gpl3+)))
11331
11332 (define-public r-assertive-numbers
11333 (package
11334 (name "r-assertive-numbers")
11335 (version "0.0-2")
11336 (source
11337 (origin
11338 (method url-fetch)
11339 (uri (cran-uri "assertive.numbers" version))
11340 (sha256
11341 (base32
11342 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
11343 (properties
11344 `((upstream-name . "assertive.numbers")))
11345 (build-system r-build-system)
11346 (propagated-inputs
11347 `(("r-assertive-base" ,r-assertive-base)))
11348 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
11349 (synopsis "Assertions to check properties of numbers")
11350 (description
11351 "This package provides a set of predicates and assertions for checking
11352 the properties of numbers. This is mainly for use by other package developers
11353 who want to include run-time testing features in their own packages.")
11354 (license license:gpl3+)))
11355
11356 (define-public r-assertive-sets
11357 (package
11358 (name "r-assertive-sets")
11359 (version "0.0-3")
11360 (source
11361 (origin
11362 (method url-fetch)
11363 (uri (cran-uri "assertive.sets" version))
11364 (sha256
11365 (base32
11366 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
11367 (properties
11368 `((upstream-name . "assertive.sets")))
11369 (build-system r-build-system)
11370 (propagated-inputs
11371 `(("r-assertive-base" ,r-assertive-base)))
11372 (home-page "https://bitbucket.org/richierocks/assertive.sets")
11373 (synopsis "Assertions to check properties of sets")
11374 (description
11375 "This package provides a set of predicates and assertions for checking
11376 the properties of sets. This is mainly for use by other package developers
11377 who want to include run-time testing features in their own packages.")
11378 (license license:gpl3+)))
11379
11380 (define-public r-assertive-matrices
11381 (package
11382 (name "r-assertive-matrices")
11383 (version "0.0-2")
11384 (source
11385 (origin
11386 (method url-fetch)
11387 (uri (cran-uri "assertive.matrices" version))
11388 (sha256
11389 (base32
11390 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
11391 (properties
11392 `((upstream-name . "assertive.matrices")))
11393 (build-system r-build-system)
11394 (propagated-inputs
11395 `(("r-assertive-base" ,r-assertive-base)))
11396 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
11397 (synopsis "Assertions to check properties of matrices")
11398 (description
11399 "This package provides a set of predicates and assertions for checking
11400 the properties of matrices. This is mainly for use by other package
11401 developers who want to include run-time testing features in their own
11402 packages.")
11403 (license license:gpl3+)))
11404
11405 (define-public r-assertive-models
11406 (package
11407 (name "r-assertive-models")
11408 (version "0.0-2")
11409 (source
11410 (origin
11411 (method url-fetch)
11412 (uri (cran-uri "assertive.models" version))
11413 (sha256
11414 (base32
11415 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
11416 (properties
11417 `((upstream-name . "assertive.models")))
11418 (build-system r-build-system)
11419 (propagated-inputs
11420 `(("r-assertive-base" ,r-assertive-base)))
11421 (home-page "https://bitbucket.org/richierocks/assertive.models")
11422 (synopsis "Assertions to check properties of models")
11423 (description
11424 "This package provides a set of predicates and assertions for checking
11425 the properties of models. This is mainly for use by other package developers
11426 who want to include run-time testing features in their own packages.")
11427 (license license:gpl3+)))
11428
11429 (define-public r-assertive-reflection
11430 (package
11431 (name "r-assertive-reflection")
11432 (version "0.0-5")
11433 (source
11434 (origin
11435 (method url-fetch)
11436 (uri (cran-uri "assertive.reflection" version))
11437 (sha256
11438 (base32
11439 "1g9lpwzy6r2xmyi2mlbcccnfgyzhzbmx5bsicf3vkffxrlkrpjn2"))))
11440 (properties
11441 `((upstream-name . "assertive.reflection")))
11442 (build-system r-build-system)
11443 (propagated-inputs
11444 `(("r-assertive-base" ,r-assertive-base)))
11445 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
11446 (synopsis "Assertions for checking the state of R")
11447 (description
11448 "This package provides a set of predicates and assertions for checking
11449 the state and capabilities of R, the operating system it is running on, and
11450 the IDE being used. This is mainly for use by other package developers who
11451 want to include run-time testing features in their own packages.")
11452 (license license:gpl3+)))
11453
11454 (define-public r-assertive-types
11455 (package
11456 (name "r-assertive-types")
11457 (version "0.0-3")
11458 (source
11459 (origin
11460 (method url-fetch)
11461 (uri (cran-uri "assertive.types" version))
11462 (sha256
11463 (base32
11464 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
11465 (properties
11466 `((upstream-name . "assertive.types")))
11467 (build-system r-build-system)
11468 (propagated-inputs
11469 `(("r-assertive-base" ,r-assertive-base)
11470 ("r-assertive-properties" ,r-assertive-properties)
11471 ("r-codetools" ,r-codetools)))
11472 (home-page "https://bitbucket.org/richierocks/assertive.types")
11473 (synopsis "Assertions to check types of variables")
11474 (description
11475 "This package provides a set of predicates and assertions for checking
11476 the types of variables. This is mainly for use by other package developers
11477 who want to include run-time testing features in their own packages.")
11478 (license license:gpl3+)))
11479
11480 (define-public r-assertive-files
11481 (package
11482 (name "r-assertive-files")
11483 (version "0.0-2")
11484 (source
11485 (origin
11486 (method url-fetch)
11487 (uri (cran-uri "assertive.files" version))
11488 (sha256
11489 (base32
11490 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
11491 (properties
11492 `((upstream-name . "assertive.files")))
11493 (build-system r-build-system)
11494 (propagated-inputs
11495 `(("r-assertive-base" ,r-assertive-base)
11496 ("r-assertive-numbers" ,r-assertive-numbers)))
11497 (home-page "https://bitbucket.org/richierocks/assertive.files")
11498 (synopsis "Assertions to check properties of files")
11499 (description
11500 "This package provides a set of predicates and assertions for checking
11501 the properties of files and connections. This is mainly for use by other
11502 package developers who want to include run-time testing features in their own
11503 packages.")
11504 (license license:gpl3+)))
11505
11506 (define-public r-assertive-code
11507 (package
11508 (name "r-assertive-code")
11509 (version "0.0-3")
11510 (source
11511 (origin
11512 (method url-fetch)
11513 (uri (cran-uri "assertive.code" version))
11514 (sha256
11515 (base32
11516 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
11517 (properties
11518 `((upstream-name . "assertive.code")))
11519 (build-system r-build-system)
11520 (propagated-inputs
11521 `(("r-assertive-base" ,r-assertive-base)
11522 ("r-assertive-properties" ,r-assertive-properties)
11523 ("r-assertive-types" ,r-assertive-types)))
11524 (home-page "https://bitbucket.org/richierocks/assertive.code")
11525 (synopsis "Assertions to check properties of code")
11526 (description
11527 "This package provides a set of predicates and assertions for checking
11528 the properties of code. This is mainly for use by other package developers
11529 who want to include run-time testing features in their own packages.")
11530 (license license:gpl3+)))
11531
11532 (define-public r-assertive-datetimes
11533 (package
11534 (name "r-assertive-datetimes")
11535 (version "0.0-3")
11536 (source
11537 (origin
11538 (method url-fetch)
11539 (uri (cran-uri "assertive.datetimes" version))
11540 (sha256
11541 (base32
11542 "151d05z8n6dpl44pqsa1jfi0ijbigr3zfc43xlw53nd8ymi22kh1"))))
11543 (properties
11544 `((upstream-name . "assertive.datetimes")))
11545 (build-system r-build-system)
11546 (propagated-inputs
11547 `(("r-assertive-base" ,r-assertive-base)
11548 ("r-assertive-types" ,r-assertive-types)))
11549 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
11550 (synopsis "Assertions to check properties of dates and times")
11551 (description
11552 "This package provides a set of predicates and assertions for checking
11553 the properties of dates and times. This is mainly for use by other package
11554 developers who want to include run-time testing features in their own
11555 packages.")
11556 (license license:gpl3+)))
11557
11558 (define-public r-assertive-strings
11559 (package
11560 (name "r-assertive-strings")
11561 (version "0.0-3")
11562 (source
11563 (origin
11564 (method url-fetch)
11565 (uri (cran-uri "assertive.strings" version))
11566 (sha256
11567 (base32
11568 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
11569 (properties
11570 `((upstream-name . "assertive.strings")))
11571 (build-system r-build-system)
11572 (propagated-inputs
11573 `(("r-assertive-base" ,r-assertive-base)
11574 ("r-assertive-types" ,r-assertive-types)
11575 ("r-stringi" ,r-stringi)))
11576 (home-page "https://bitbucket.org/richierocks/assertive.strings")
11577 (synopsis "Assertions to check properties of strings")
11578 (description
11579 "This package provides a set of predicates and assertions for checking
11580 the properties of strings. This is mainly for use by other package developers
11581 who want to include run-time testing features in their own packages.")
11582 (license license:gpl3+)))
11583
11584 (define-public r-assertive-data-us
11585 (package
11586 (name "r-assertive-data-us")
11587 (version "0.0-2")
11588 (source
11589 (origin
11590 (method url-fetch)
11591 (uri (cran-uri "assertive.data.us" version))
11592 (sha256
11593 (base32
11594 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
11595 (properties
11596 `((upstream-name . "assertive.data.us")))
11597 (build-system r-build-system)
11598 (propagated-inputs
11599 `(("r-assertive-base" ,r-assertive-base)
11600 ("r-assertive-strings" ,r-assertive-strings)))
11601 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
11602 (synopsis "Assertions to check properties of strings")
11603 (description
11604 "This package provides a set of predicates and assertions for checking
11605 the properties of US-specific complex data types. This is mainly for use by
11606 other package developers who want to include run-time testing features in
11607 their own packages.")
11608 (license license:gpl3+)))
11609
11610 (define-public r-assertive-data-uk
11611 (package
11612 (name "r-assertive-data-uk")
11613 (version "0.0-2")
11614 (source
11615 (origin
11616 (method url-fetch)
11617 (uri (cran-uri "assertive.data.uk" version))
11618 (sha256
11619 (base32
11620 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
11621 (properties
11622 `((upstream-name . "assertive.data.uk")))
11623 (build-system r-build-system)
11624 (propagated-inputs
11625 `(("r-assertive-base" ,r-assertive-base)
11626 ("r-assertive-strings" ,r-assertive-strings)))
11627 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
11628 (synopsis "Assertions to check properties of strings")
11629 (description
11630 "This package provides a set of predicates and assertions for checking
11631 the properties of UK-specific complex data types. This is mainly for use by
11632 other package developers who want to include run-time testing features in
11633 their own packages.")
11634 (license license:gpl3+)))
11635
11636 (define-public r-assertive-data
11637 (package
11638 (name "r-assertive-data")
11639 (version "0.0-3")
11640 (source
11641 (origin
11642 (method url-fetch)
11643 (uri (cran-uri "assertive.data" version))
11644 (sha256
11645 (base32
11646 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
11647 (properties
11648 `((upstream-name . "assertive.data")))
11649 (build-system r-build-system)
11650 (propagated-inputs
11651 `(("r-assertive-base" ,r-assertive-base)
11652 ("r-assertive-strings" ,r-assertive-strings)))
11653 (home-page "https://bitbucket.org/richierocks/assertive.data")
11654 (synopsis "Assertions to check properties of data")
11655 (description
11656 "This package provides a set of predicates and assertions for checking
11657 the properties of (country independent) complex data types. This is mainly
11658 for use by other package developers who want to include run-time testing
11659 features in their own packages.")
11660 (license license:gpl3+)))
11661
11662 (define-public r-assertive
11663 (package
11664 (name "r-assertive")
11665 (version "0.3-6")
11666 (source
11667 (origin
11668 (method url-fetch)
11669 (uri (cran-uri "assertive" version))
11670 (sha256
11671 (base32
11672 "02palil82idqhhshcdjsfsja9qkqnd0dczqzj5gbccy4hfg1c0y4"))))
11673 (build-system r-build-system)
11674 (propagated-inputs
11675 `(("r-assertive-base" ,r-assertive-base)
11676 ("r-assertive-code" ,r-assertive-code)
11677 ("r-assertive-data" ,r-assertive-data)
11678 ("r-assertive-data-uk" ,r-assertive-data-uk)
11679 ("r-assertive-data-us" ,r-assertive-data-us)
11680 ("r-assertive-datetimes" ,r-assertive-datetimes)
11681 ("r-assertive-files" ,r-assertive-files)
11682 ("r-assertive-matrices" ,r-assertive-matrices)
11683 ("r-assertive-models" ,r-assertive-models)
11684 ("r-assertive-numbers" ,r-assertive-numbers)
11685 ("r-assertive-properties" ,r-assertive-properties)
11686 ("r-assertive-reflection" ,r-assertive-reflection)
11687 ("r-assertive-sets" ,r-assertive-sets)
11688 ("r-assertive-strings" ,r-assertive-strings)
11689 ("r-assertive-types" ,r-assertive-types)
11690 ("r-knitr" ,r-knitr)))
11691 (native-inputs
11692 `(("r-knitr" ,r-knitr)))
11693 (home-page "https://bitbucket.org/richierocks/assertive")
11694 (synopsis "Readable check functions to ensure code integrity")
11695 (description
11696 "This package provides lots of predicates (@code{is_*} functions) to
11697 check the state of your variables, and assertions (@code{assert_*} functions)
11698 to throw errors if they aren't in the right form.")
11699 (license license:gpl3+)))
11700
11701 (define-public r-dotcall64
11702 (package
11703 (name "r-dotcall64")
11704 (version "1.0-0")
11705 (source
11706 (origin
11707 (method url-fetch)
11708 (uri (cran-uri "dotCall64" version))
11709 (sha256
11710 (base32
11711 "1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
11712 (properties `((upstream-name . "dotCall64")))
11713 (build-system r-build-system)
11714 (native-inputs `(("gfortran" ,gfortran)))
11715 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
11716 (synopsis "Enhanced foreign function interface supporting long vectors")
11717 (description
11718 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
11719 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
11720 supports long vectors, arguments of type 64-bit integer, and provides a
11721 mechanism to avoid unnecessary copies of read-only and write-only arguments.
11722 This makes it a convenient and fast interface to C/C++ and Fortran code.")
11723 (license license:gpl2+)))
11724
11725 (define-public r-spam
11726 (package
11727 (name "r-spam")
11728 (version "2.5-1")
11729 (source
11730 (origin
11731 (method url-fetch)
11732 (uri (cran-uri "spam" version))
11733 (sha256
11734 (base32 "0ry0a76cljlmilrzcriiizcidxyhq1i7i9bqhvl1qda81ld8hifi"))))
11735 (build-system r-build-system)
11736 (propagated-inputs
11737 `(("r-dotcall64" ,r-dotcall64)))
11738 (native-inputs `(("gfortran" ,gfortran)))
11739 (home-page "https://www.math.uzh.ch/pages/spam/")
11740 (synopsis "Sparse matrix algebra")
11741 (description
11742 "This package provides a set of functions for sparse matrix algebra.
11743 Differences with other sparse matrix packages are:
11744
11745 @enumerate
11746 @item it only supports (essentially) one sparse matrix format;
11747 @item it is based on transparent and simple structure(s);
11748 @item it is tailored for MCMC calculations within G(M)RF;
11749 @item and it is fast and scalable (with the extension package @code{spam64}).
11750 @end enumerate\n")
11751 ;; Either of these licenses
11752 (license (list license:bsd-3 license:lgpl2.0))))
11753
11754 (define-public r-fields
11755 (package
11756 (name "r-fields")
11757 (version "10.3")
11758 (source
11759 (origin
11760 (method url-fetch)
11761 (uri (cran-uri "fields" version))
11762 (sha256
11763 (base32 "12k97vfjlz5h8vynirnvik1nyj1iw25n8xl7awmx9mpd6wvgy2s9"))))
11764 (build-system r-build-system)
11765 (propagated-inputs
11766 `(("r-maps" ,r-maps)
11767 ("r-spam" ,r-spam)))
11768 (native-inputs
11769 `(("gfortran" ,gfortran)))
11770 (home-page "https://www.image.ucar.edu/fields")
11771 (synopsis "Tools for spatial data")
11772 (description
11773 "This is a package for curve, surface and function fitting with an
11774 emphasis on splines, spatial data and spatial statistics. The major methods
11775 include cubic, and thin plate splines, Kriging, and compactly supported
11776 covariance functions for large data sets.")
11777 (license license:gpl2+)))
11778
11779 (define-public r-spatialextremes
11780 (package
11781 (name "r-spatialextremes")
11782 (version "2.0-8")
11783 (source
11784 (origin
11785 (method url-fetch)
11786 (uri (cran-uri "SpatialExtremes" version))
11787 (sha256
11788 (base32
11789 "0r2byz5xxc46zqnigdax28q7446ibmzmsmi10lmm2hdks3ml6sl3"))))
11790 (properties
11791 `((upstream-name . "SpatialExtremes")))
11792 (build-system r-build-system)
11793 (propagated-inputs
11794 `(("r-fields" ,r-fields)
11795 ("r-maps" ,r-maps)))
11796 (home-page "http://spatialextremes.r-forge.r-project.org/")
11797 (synopsis "Modelling spatial extremes")
11798 (description
11799 "This package provides tools for the statistical modelling of spatial
11800 extremes using max-stable processes, copula or Bayesian hierarchical models.
11801 More precisely, this package allows (conditional) simulations from various
11802 parametric max-stable models, analysis of the extremal spatial dependence, the
11803 fitting of such processes using composite likelihoods or least square (simple
11804 max-stable processes only), model checking and selection and prediction.")
11805 (license license:gpl2+)))
11806
11807 (define-public r-drc
11808 (package
11809 (name "r-drc")
11810 (version "3.0-1")
11811 (source
11812 (origin
11813 (method url-fetch)
11814 (uri (cran-uri "drc" version))
11815 (sha256
11816 (base32
11817 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
11818 (build-system r-build-system)
11819 (propagated-inputs
11820 `(("r-car" ,r-car)
11821 ("r-gtools" ,r-gtools)
11822 ("r-mass" ,r-mass)
11823 ("r-multcomp" ,r-multcomp)
11824 ("r-plotrix" ,r-plotrix)
11825 ("r-scales" ,r-scales)))
11826 (home-page "https://cran.r-project.org/web/packages/drc")
11827 (synopsis "Analysis of dose-response curves")
11828 (description
11829 "This package provides a suite of flexible and versatile model fitting
11830 and after-fitting functions for the analysis of dose-response data.")
11831 (license license:gpl2+)))
11832
11833 (define-public r-rmeta
11834 (package
11835 (name "r-rmeta")
11836 (version "3.0")
11837 (source
11838 (origin
11839 (method url-fetch)
11840 (uri (cran-uri "rmeta" version))
11841 (sha256
11842 (base32
11843 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
11844 (build-system r-build-system)
11845 (home-page "https://cran.r-project.org/web/packages/rmeta")
11846 (synopsis "Tools for meta-analysis")
11847 (description
11848 "This package provides functions for simple fixed and random effects
11849 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
11850 draws standard summary plots, funnel plots, and computes summaries and tests
11851 for association and heterogeneity.")
11852 (license license:gpl2)))
11853
11854 (define-public r-bootstrap
11855 (package
11856 (name "r-bootstrap")
11857 (version "2019.6")
11858 (source
11859 (origin
11860 (method url-fetch)
11861 (uri (cran-uri "bootstrap" version))
11862 (sha256
11863 (base32
11864 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
11865 (build-system r-build-system)
11866 (native-inputs `(("gfortran" ,gfortran)))
11867 (home-page "https://cran.r-project.org/web/packages/bootstrap")
11868 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
11869 (description
11870 "This package provides software and data for the book \"An Introduction
11871 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
11872 This package is primarily provided for projects already based on it, and for
11873 support of the book. New projects should preferentially use the recommended
11874 package \"boot\".")
11875 (license license:bsd-3)))
11876
11877 (define-public r-survivalroc
11878 (package
11879 (name "r-survivalroc")
11880 (version "1.0.3")
11881 (source
11882 (origin
11883 (method url-fetch)
11884 (uri (cran-uri "survivalROC" version))
11885 (sha256
11886 (base32
11887 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
11888 (properties `((upstream-name . "survivalROC")))
11889 (build-system r-build-system)
11890 (home-page "https://cran.r-project.org/web/packages/survivalROC")
11891 (synopsis "Time-dependent ROC curve estimation from censored survival data")
11892 (description
11893 "Compute time-dependent ROC curve from censored survival data using
11894 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
11895 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
11896 (license license:gpl2+)))
11897
11898 (define-public r-longitudinal
11899 (package
11900 (name "r-longitudinal")
11901 (version "1.1.12")
11902 (source
11903 (origin
11904 (method url-fetch)
11905 (uri (cran-uri "longitudinal" version))
11906 (sha256
11907 (base32
11908 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
11909 (build-system r-build-system)
11910 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
11911 (home-page "http://strimmerlab.org/software/longitudinal/")
11912 (synopsis "Analysis of multiple time course data")
11913 (description
11914 "This package contains general data structures and functions for
11915 longitudinal data with multiple variables, repeated measurements, and
11916 irregularly spaced time points. It also implements a shrinkage estimator of
11917 dynamical correlation and dynamical covariance.")
11918 (license license:gpl3+)))
11919
11920 (define-public r-genenet
11921 (package
11922 (name "r-genenet")
11923 (version "1.2.15")
11924 (source
11925 (origin
11926 (method url-fetch)
11927 (uri (cran-uri "GeneNet" version))
11928 (sha256
11929 (base32
11930 "11ba6ahsk3x9alvcw8bai2bpg84ki1m8nadrjjdhjg65svhw8njm"))))
11931 (properties `((upstream-name . "GeneNet")))
11932 (build-system r-build-system)
11933 (propagated-inputs
11934 `(("r-corpcor" ,r-corpcor)
11935 ("r-fdrtool" ,r-fdrtool)
11936 ("r-longitudinal" ,r-longitudinal)))
11937 (home-page "http://strimmerlab.org/software/genenet/")
11938 (synopsis "Modeling and inferring gene networks")
11939 (description
11940 "This package analyzes gene expression (time series) data with focus on
11941 the inference of gene networks. In particular, GeneNet implements the methods
11942 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
11943 for learning large-scale gene association networks (including assignment of
11944 putative directions).")
11945 (license license:gpl3+)))
11946
11947 (define-public r-rbamtools
11948 (package
11949 (name "r-rbamtools")
11950 (version "2.16.17")
11951 (source
11952 (origin
11953 (method url-fetch)
11954 (uri (cran-uri "rbamtools" version))
11955 (sha256
11956 (base32
11957 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
11958 (build-system r-build-system)
11959 (inputs `(("zlib" ,zlib)))
11960 (propagated-inputs
11961 `(("r-refgenome" ,r-refgenome)))
11962 (home-page "https://cran.r-project.org/web/packages/rbamtools")
11963 (synopsis "Read and write BAM (binary alignment) files")
11964 (description
11965 "This package provides an R interface to functions of the SAMtools
11966 library.")
11967 (license license:artistic2.0)))
11968
11969 (define-public r-protviz
11970 (package
11971 (name "r-protviz")
11972 (version "0.6.8")
11973 (source
11974 (origin
11975 (method url-fetch)
11976 (uri (cran-uri "protViz" version))
11977 (sha256
11978 (base32
11979 "0rn8fjg7791a4j2k1kk1jwx40xz20bfaavvflmhyzpl398vmmy3a"))))
11980 (properties `((upstream-name . "protViz")))
11981 (build-system r-build-system)
11982 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11983 (home-page "https://github.com/protViz/protViz/")
11984 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
11985 (description
11986 "This package helps with quality checks, visualizations and analysis of
11987 mass spectrometry data, coming from proteomics experiments. The package is
11988 developed, tested and used at the Functional Genomics Center Zurich, where it
11989 is used mainly for prototyping, teaching, and having fun with proteomics data.
11990 But it can also be used to do data analysis for small scale data sets.")
11991 (license license:gpl3)))
11992
11993 (define-public r-cmprsk
11994 (package
11995 (name "r-cmprsk")
11996 (version "2.2-10")
11997 (source
11998 (origin
11999 (method url-fetch)
12000 (uri (cran-uri "cmprsk" version))
12001 (sha256
12002 (base32 "1xnx2zanw548prxsw2zw5cddkkg6kj97jgyzw67achq5mnsvfbg8"))))
12003 (build-system r-build-system)
12004 (propagated-inputs
12005 `(("r-survival" ,r-survival)))
12006 (native-inputs
12007 `(("gfortran" ,gfortran)))
12008 (home-page "https://cran.r-project.org/web/packages/cmprsk")
12009 (synopsis "Subdistribution analysis of competing risks")
12010 (description
12011 "This package provides tool for estimation, testing and regression
12012 modeling of subdistribution functions in competing risks, as described in
12013 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
12014 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
12015 A proportional hazards model for the subdistribution of a competing risk,
12016 JASA, 94:496-509.")
12017 (license license:gpl2+)))
12018
12019 (define-public r-etm
12020 (package
12021 (name "r-etm")
12022 (version "1.1")
12023 (source
12024 (origin
12025 (method url-fetch)
12026 (uri (cran-uri "etm" version))
12027 (sha256
12028 (base32
12029 "02yvh473l5qajaymhsxwb235a9r7q3nsig9a9mrfca68xih8yvgd"))))
12030 (build-system r-build-system)
12031 (propagated-inputs
12032 `(("r-data-table" ,r-data-table)
12033 ("r-lattice" ,r-lattice)
12034 ("r-rcpp" ,r-rcpp)
12035 ("r-rcpparmadillo" ,r-rcpparmadillo)
12036 ("r-survival" ,r-survival)))
12037 (home-page "https://cran.r-project.org/web/packages/etm")
12038 (synopsis "Empirical transition matrix")
12039 (description
12040 "The @dfn{empirical transition matrix} (etm) package estimates
12041 the matrix of transition probabilities for any time-inhomogeneous multistate
12042 model with finite state space using the Aalen-Johansen estimator.")
12043 (license license:expat)))
12044
12045 (define-public r-epi
12046 (package
12047 (name "r-epi")
12048 (version "2.41")
12049 (source
12050 (origin
12051 (method url-fetch)
12052 (uri (cran-uri "Epi" version))
12053 (sha256
12054 (base32
12055 "09miba6zk63bwc79n3030kgzlvy3whkq968pgqyghxnsjfh5ckp5"))))
12056 (properties `((upstream-name . "Epi")))
12057 (build-system r-build-system)
12058 (propagated-inputs
12059 `(("r-cmprsk" ,r-cmprsk)
12060 ("r-data-table" ,r-data-table)
12061 ("r-etm" ,r-etm)
12062 ("r-mass" ,r-mass)
12063 ("r-matrix" ,r-matrix)
12064 ("r-mgcv" ,r-mgcv)
12065 ("r-numderiv" ,r-numderiv)
12066 ("r-plyr" ,r-plyr)
12067 ("r-survival" ,r-survival)
12068 ("r-zoo" ,r-zoo)))
12069 (home-page "https://BendixCarstensen.com/Epi/")
12070 (synopsis "Statistical analysis in epidemiology")
12071 (description
12072 "This package provides functions for demographic and epidemiological
12073 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
12074 particular representation, manipulation and simulation of multistate data -
12075 the Lexis suite of functions, which includes interfaces to the @code{mstate},
12076 @code{etm} and @code{cmprsk} packages. It also contains functions for
12077 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
12078 data and some useful functions for tabulation and plotting, as well as a
12079 number of epidemiological data sets.")
12080 (license license:gpl2)))
12081
12082 (define-public r-ppls
12083 (package
12084 (name "r-ppls")
12085 (version "1.6-1.1")
12086 (source
12087 (origin
12088 (method url-fetch)
12089 (uri (cran-uri "ppls" version))
12090 (sha256
12091 (base32
12092 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
12093 (build-system r-build-system)
12094 (propagated-inputs `(("r-mass" ,r-mass)))
12095 (home-page "https://cran.r-project.org/web/packages/ppls")
12096 (synopsis "Penalized partial least squares")
12097 (description
12098 "This package contains linear and nonlinear regression methods based on
12099 partial least squares and penalization techniques. Model parameters are
12100 selected via cross-validation, and confidence intervals ans tests for the
12101 regression coefficients can be conducted via jackknifing.")
12102 (license license:gpl2+)))
12103
12104 (define-public r-huge
12105 (package
12106 (name "r-huge")
12107 (version "1.3.4.1")
12108 (source
12109 (origin
12110 (method url-fetch)
12111 (uri (cran-uri "huge" version))
12112 (sha256
12113 (base32 "11m80dnaxqw5v006q6kvhndl2y5ih5553fcqg4jcaljd8sp9xvvq"))))
12114 (build-system r-build-system)
12115 (propagated-inputs
12116 `(("r-igraph" ,r-igraph)
12117 ("r-mass" ,r-mass)
12118 ("r-matrix" ,r-matrix)
12119 ("r-rcpp" ,r-rcpp)
12120 ("r-rcppeigen" ,r-rcppeigen)))
12121 (home-page "https://cran.r-project.org/web/packages/huge")
12122 (synopsis "High-dimensional undirected graph estimation")
12123 (description
12124 "This package provides a general framework for high-dimensional
12125 undirected graph estimation. It integrates data preprocessing, neighborhood
12126 screening, graph estimation, and model selection techniques into a pipeline.")
12127 (license license:gpl2)))
12128
12129 (define-public r-parcor
12130 (package
12131 (name "r-parcor")
12132 (version "0.2-6")
12133 (source
12134 (origin
12135 (method url-fetch)
12136 (uri (cran-uri "parcor" version))
12137 (sha256
12138 (base32
12139 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
12140 (build-system r-build-system)
12141 (propagated-inputs
12142 `(("r-epi" ,r-epi)
12143 ("r-genenet" ,r-genenet)
12144 ("r-glmnet" ,r-glmnet)
12145 ("r-mass" ,r-mass)
12146 ("r-ppls" ,r-ppls)))
12147 (home-page "https://cran.r-project.org/web/packages/parcor")
12148 (synopsis "Regularized estimation of partial correlation matrices")
12149 (description
12150 "This package estimates the matrix of partial correlations based on
12151 different regularized regression methods: lasso, adaptive lasso, PLS, and
12152 Ridge Regression. In addition, the package provides model selection for
12153 lasso, adaptive lasso and Ridge regression based on cross-validation.")
12154 (license license:gpl2+)))
12155
12156 (define-public r-mcmc
12157 (package
12158 (name "r-mcmc")
12159 (version "0.9-7")
12160 (source
12161 (origin
12162 (method url-fetch)
12163 (uri (cran-uri "mcmc" version))
12164 (sha256
12165 (base32
12166 "0q42m8ab7b6bxhns494ksjdss5f3c5m2jjfdlfj6fk1nz7ax7i5p"))))
12167 (build-system r-build-system)
12168 (home-page "https://www.stat.umn.edu/geyer/mcmc/")
12169 (synopsis "Markov chain Monte Carlo")
12170 (description
12171 "This package simulates continuous distributions of random vectors using
12172 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
12173 function that evaluates the log unnormalized density. Algorithms are random
12174 walk Metropolis algorithm (function @code{metrop}), simulated
12175 tempering (function @code{temper}), and morphometric random walk
12176 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
12177 by change of variable.")
12178 (license license:expat)))
12179
12180 (define-public r-listenv
12181 (package
12182 (name "r-listenv")
12183 (version "0.8.0")
12184 (source
12185 (origin
12186 (method url-fetch)
12187 (uri (cran-uri "listenv" version))
12188 (sha256
12189 (base32
12190 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
12191 (build-system r-build-system)
12192 (native-inputs
12193 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
12194 (home-page "https://github.com/HenrikBengtsson/listenv")
12195 (synopsis "Environments behaving (almost) as lists")
12196 (description
12197 "This package implements list environments. List environments are
12198 environments that have list-like properties. For instance, the elements of a
12199 list environment are ordered and can be accessed and iterated over using index
12200 subsetting.")
12201 (license license:lgpl2.1+)))
12202
12203 (define-public r-globals
12204 (package
12205 (name "r-globals")
12206 (version "0.12.5")
12207 (source
12208 (origin
12209 (method url-fetch)
12210 (uri (cran-uri "globals" version))
12211 (sha256
12212 (base32
12213 "1ha8iasgijp4q3v2b0b17y1wh7cd3nvzd9b03w49qm2bidkaf68m"))))
12214 (build-system r-build-system)
12215 (propagated-inputs
12216 `(("r-codetools" ,r-codetools)))
12217 (home-page "https://github.com/HenrikBengtsson/globals")
12218 (synopsis "Identify global objects in R expressions")
12219 (description
12220 "This package provides tools to identify global (\"unknown\" or \"free\")
12221 objects in R expressions by code inspection using various strategies, e.g.
12222 conservative or liberal. The objective of this package is to make it as
12223 simple as possible to identify global objects for the purpose of exporting
12224 them in distributed compute environments.")
12225 (license license:lgpl2.1+)))
12226
12227 (define-public r-future
12228 (package
12229 (name "r-future")
12230 (version "1.18.0")
12231 (source
12232 (origin
12233 (method url-fetch)
12234 (uri (cran-uri "future" version))
12235 (sha256
12236 (base32
12237 "01fp8kgjf0k6c83q1w3dy9z90g72cc9d0004d1qw6n1j65nwxg4f"))))
12238 (build-system r-build-system)
12239 (propagated-inputs
12240 `(("r-digest" ,r-digest)
12241 ("r-globals" ,r-globals)
12242 ("r-listenv" ,r-listenv)))
12243 (native-inputs
12244 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
12245 (home-page "https://github.com/HenrikBengtsson/future")
12246 (synopsis "Unified parallel and distributed processing in R")
12247 (description
12248 "The purpose of this package is to provide a lightweight and unified
12249 Future API for sequential and parallel processing of R expression via futures.
12250 This package implements sequential, multicore, multisession, and cluster
12251 futures. With these, R expressions can be evaluated on the local machine, in
12252 parallel a set of local machines, or distributed on a mix of local and remote
12253 machines. Extensions to this package implement additional backends for
12254 processing futures via compute cluster schedulers etc. Because of its unified
12255 API, there is no need to modify any code in order to switch from sequential on
12256 the local machine to, say, distributed processing on a remote compute cluster.")
12257 (license license:lgpl2.1+)))
12258
12259 (define-public r-future-apply
12260 (package
12261 (name "r-future-apply")
12262 (version "1.6.0")
12263 (source
12264 (origin
12265 (method url-fetch)
12266 (uri (cran-uri "future.apply" version))
12267 (sha256
12268 (base32
12269 "1zbfycjfvxnrigm6l2fd2zgnw96g0apiw426c73gkv3xv7bdy6ms"))))
12270 (properties `((upstream-name . "future.apply")))
12271 (build-system r-build-system)
12272 (propagated-inputs
12273 `(("r-future" ,r-future)
12274 ("r-globals" ,r-globals)))
12275 (native-inputs
12276 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
12277 (home-page "https://github.com/HenrikBengtsson/future.apply")
12278 (synopsis "Apply function to elements in parallel using futures")
12279 (description
12280 "This package provides implementations of @code{apply()},
12281 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
12282 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
12283 can be resolved using any future-supported backend, e.g. parallel on the local
12284 machine or distributed on a compute cluster.")
12285 (license license:gpl2+)))
12286
12287 (define-public r-rsvd
12288 (package
12289 (name "r-rsvd")
12290 (version "1.0.3")
12291 (source
12292 (origin
12293 (method url-fetch)
12294 (uri (cran-uri "rsvd" version))
12295 (sha256
12296 (base32
12297 "1fvrw46fl5xb2akaa4mp8nja4h7nn4bdhnjdrk22fsdfqc7hwmhk"))))
12298 (build-system r-build-system)
12299 (propagated-inputs
12300 `(("r-matrix" ,r-matrix)))
12301 (home-page "https://github.com/erichson/rSVD")
12302 (synopsis "Randomized singular value decomposition")
12303 (description
12304 "Low-rank matrix decompositions are fundamental tools and widely used for
12305 data analysis, dimension reduction, and data compression. Classically, highly
12306 accurate deterministic matrix algorithms are used for this task. However, the
12307 emergence of large-scale data has severely challenged our computational
12308 ability to analyze big data. The concept of randomness has been demonstrated
12309 as an effective strategy to quickly produce approximate answers to familiar
12310 problems such as the @dfn{singular value decomposition} (SVD). This package
12311 provides several randomized matrix algorithms such as the randomized singular
12312 value decomposition (@code{rsvd}), randomized principal component
12313 analysis (@code{rpca}), randomized robust principal component
12314 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
12315 and the randomized CUR decomposition (@code{rcur}). In addition several plot
12316 functions are provided.")
12317 (license license:gpl3+)))
12318
12319 (define-public r-sloop
12320 (package
12321 (name "r-sloop")
12322 (version "1.0.1")
12323 (source
12324 (origin
12325 (method url-fetch)
12326 (uri (cran-uri "sloop" version))
12327 (sha256
12328 (base32
12329 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
12330 (build-system r-build-system)
12331 (propagated-inputs
12332 `(("r-codetools" ,r-codetools)
12333 ("r-crayon" ,r-crayon)
12334 ("r-purrr" ,r-purrr)
12335 ("r-rlang" ,r-rlang)
12336 ("r-tibble" ,r-tibble)))
12337 (home-page "https://github.com/r-lib/sloop")
12338 (synopsis "Helpers for object-oriented programming in R")
12339 (description
12340 "This package provides a collection of helper functions designed to
12341 help you to better understand object oriented programming in R, particularly
12342 using @code{S3}.")
12343 (license license:gpl3)))
12344
12345 (define-public r-capushe
12346 (package
12347 (name "r-capushe")
12348 (version "1.1.1")
12349 (source
12350 (origin
12351 (method url-fetch)
12352 (uri (cran-uri "capushe" version))
12353 (sha256
12354 (base32
12355 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
12356 (build-system r-build-system)
12357 (propagated-inputs `(("r-mass" ,r-mass)))
12358 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
12359 (synopsis "Calibrating penalties using slope heuristics")
12360 (description
12361 "This package provides tools for the calibration of penalized criteria
12362 for model selection. The calibration methods available are based on the slope
12363 heuristics.")
12364 (license license:gpl2+)))
12365
12366 (define-public r-dorng
12367 (package
12368 (name "r-dorng")
12369 (version "1.8.2")
12370 (source
12371 (origin
12372 (method url-fetch)
12373 (uri (cran-uri "doRNG" version))
12374 (sha256
12375 (base32
12376 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
12377 (properties `((upstream-name . "doRNG")))
12378 (build-system r-build-system)
12379 (propagated-inputs
12380 `(("r-foreach" ,r-foreach)
12381 ("r-iterators" ,r-iterators)
12382 ("r-rngtools" ,r-rngtools)))
12383 (home-page "https://renozao.github.io/doRNG/")
12384 (synopsis "Generic reproducible parallel backend for foreach loops")
12385 (description
12386 "This package provides functions to perform reproducible parallel
12387 @code{foreach} loops, using independent random streams as generated by
12388 L'Ecuyer's combined multiple-recursive generator. It enables to easily
12389 convert standard @code{%dopar%} loops into fully reproducible loops,
12390 independently of the number of workers, the task scheduling strategy, or the
12391 chosen parallel environment and associated foreach backend.")
12392 (license license:gpl2+)))
12393
12394 (define-public r-blockmodeling
12395 (package
12396 (name "r-blockmodeling")
12397 (version "1.0.0")
12398 (source
12399 (origin
12400 (method url-fetch)
12401 (uri (cran-uri "blockmodeling" version))
12402 (sha256
12403 (base32
12404 "1z4w2kq0id0gb5d0lqcdaw3clplhzywarkpvvx3drivdypzl237i"))))
12405 (build-system r-build-system)
12406 (propagated-inputs
12407 `(("r-matrix" ,r-matrix)))
12408 (native-inputs `(("gfortran" ,gfortran)))
12409 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
12410 (synopsis "Generalized and classical blockmodeling of valued networks")
12411 (description
12412 "This package is primarily meant as an implementation of generalized
12413 blockmodeling for valued networks. In addition, measures of similarity or
12414 dissimilarity based on structural equivalence and regular equivalence (REGE
12415 algorithms) can be computed and partitioned matrices can be plotted.")
12416 (license license:gpl2+)))
12417
12418 (define-public r-upsetr
12419 (package
12420 (name "r-upsetr")
12421 (version "1.4.0")
12422 (source
12423 (origin
12424 (method url-fetch)
12425 (uri (cran-uri "UpSetR" version))
12426 (sha256
12427 (base32
12428 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
12429 (properties `((upstream-name . "UpSetR")))
12430 (build-system r-build-system)
12431 (propagated-inputs
12432 `(("r-ggplot2" ,r-ggplot2)
12433 ("r-gridextra" ,r-gridextra)
12434 ("r-plyr" ,r-plyr)
12435 ("r-scales" ,r-scales)))
12436 (home-page "https://github.com/hms-dbmi/UpSetR")
12437 (synopsis "Visualize intersecting sets")
12438 (description
12439 "This package provides a more scalable alternative to Venn and Euler
12440 diagrams for visualizing intersecting sets. Create visualizations of
12441 intersecting sets using a novel matrix design, along with visualizations of
12442 several common set, element and attribute related tasks.")
12443 (license license:expat)))
12444
12445 ;; This package includes a JavaScript file, which is not minified. When
12446 ;; upgrading please check that there are no new minified JavaScript files.
12447 (define-public r-shinybs
12448 (package
12449 (name "r-shinybs")
12450 (version "0.61")
12451 (source
12452 (origin
12453 (method url-fetch)
12454 (uri (cran-uri "shinyBS" version))
12455 (sha256
12456 (base32
12457 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
12458 (properties `((upstream-name . "shinyBS")))
12459 (build-system r-build-system)
12460 ;; The tests spawn Shiny browser apps. They cannot be run
12461 ;; non-interactively.
12462 (arguments '(#:tests? #f))
12463 (propagated-inputs
12464 `(("r-htmltools" ,r-htmltools)
12465 ("r-shiny" ,r-shiny)))
12466 (home-page "https://ebailey78.github.io/shinyBS/")
12467 (synopsis "Twitter Bootstrap components for Shiny")
12468 (description
12469 "This package adds additional Twitter Bootstrap components to Shiny.")
12470 (license license:gpl3)))
12471
12472 (define-public r-outliers
12473 (package
12474 (name "r-outliers")
12475 (version "0.14")
12476 (source
12477 (origin
12478 (method url-fetch)
12479 (uri (cran-uri "outliers" version))
12480 (sha256
12481 (base32
12482 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
12483 (build-system r-build-system)
12484 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
12485 (synopsis "Tests for outliers")
12486 (description
12487 "This package provides a collection of some tests commonly used for
12488 identifying outliers.")
12489 (license license:gpl2+)))
12490
12491 (define-public r-bayesm
12492 (package
12493 (name "r-bayesm")
12494 (version "3.1-4")
12495 (source
12496 (origin
12497 (method url-fetch)
12498 (uri (cran-uri "bayesm" version))
12499 (sha256
12500 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
12501 (build-system r-build-system)
12502 (propagated-inputs
12503 `(("r-rcpp" ,r-rcpp)
12504 ("r-rcpparmadillo" ,r-rcpparmadillo)))
12505 (home-page "http://www.perossi.org/home/bsm-1")
12506 (synopsis "Bayesian inference for marketing/micro-econometrics")
12507 (description
12508 "This package covers many important models used in marketing and
12509 micro-econometrics applications, including Bayes Regression (univariate or
12510 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
12511 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
12512 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
12513 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
12514 Estimation with normal base, Hierarchical Linear Models with normal prior and
12515 covariates, Hierarchical Linear Models with a mixture of normals prior and
12516 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
12517 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
12518 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
12519 analysis of choice-based conjoint data, Bayesian treatment of linear
12520 instrumental variables models, Analysis of Multivariate Ordinal survey data
12521 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
12522 Coefficient Logit Models.")
12523 (license license:gpl2+)))
12524
12525 (define-public r-tensora
12526 (package
12527 (name "r-tensora")
12528 (version "0.36.1")
12529 (source
12530 (origin
12531 (method url-fetch)
12532 (uri (cran-uri "tensorA" version))
12533 (sha256
12534 (base32
12535 "176hjy3bvg3in62r97wxbhq187sjz6c1gwy9x6spaxl6k4my3zy7"))))
12536 (properties `((upstream-name . "tensorA")))
12537 (build-system r-build-system)
12538 (home-page "http://www.stat.boogaart.de/tensorA")
12539 (synopsis "Advanced tensor arithmetic with named indices")
12540 (description
12541 "This package provides convenience functions for advanced linear algebra
12542 with tensors and computation with datasets of tensors on a higher level
12543 abstraction. It includes Einstein and Riemann summing conventions, dragging,
12544 co- and contravariate indices, and parallel computations on sequences of
12545 tensors.")
12546 (license license:gpl2+)))
12547
12548 (define-public r-rarpack
12549 (package
12550 (name "r-rarpack")
12551 (version "0.11-0")
12552 (source
12553 (origin
12554 (method url-fetch)
12555 (uri (cran-uri "rARPACK" version))
12556 (sha256
12557 (base32
12558 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
12559 (properties `((upstream-name . "rARPACK")))
12560 (build-system r-build-system)
12561 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
12562 (home-page "https://github.com/yixuan/rARPACK")
12563 (synopsis "Solvers for large scale eigenvalue and SVD problems")
12564 (description
12565 "This package was previously an R wrapper of the ARPACK library, and now
12566 a shell of the R package RSpectra, an R interface to the Spectra library for
12567 solving large scale eigenvalue/vector problems. The current version of
12568 rARPACK simply imports and exports the functions provided by RSpectra. New
12569 users of rARPACK are advised to switch to the RSpectra package.")
12570 (license license:bsd-3)))
12571
12572 (define-public r-compositions
12573 (package
12574 (name "r-compositions")
12575 (version "2.0-0")
12576 (source
12577 (origin
12578 (method url-fetch)
12579 (uri (cran-uri "compositions" version))
12580 (sha256
12581 (base32
12582 "0xsx4n699q2r4pk2jrvifi3wi49lih7d1j3j6qgqqd31brg53jqr"))))
12583 (build-system r-build-system)
12584 (propagated-inputs
12585 `(("r-bayesm" ,r-bayesm)
12586 ("r-mass" ,r-mass)
12587 ("r-robustbase" ,r-robustbase)
12588 ("r-tensora" ,r-tensora)))
12589 (native-inputs
12590 `(("r-knitr" ,r-knitr)))
12591 (home-page "http://www.stat.boogaart.de/compositions")
12592 (synopsis "Compositional data analysis")
12593 (description
12594 "This package provides functions for the consistent analysis of
12595 compositional data (e.g. portions of substances) and positive
12596 numbers (e.g. concentrations).")
12597 (license license:gpl2+)))
12598
12599 (define-public r-cobs
12600 (package
12601 (name "r-cobs")
12602 (version "1.3-4")
12603 (source
12604 (origin
12605 (method url-fetch)
12606 (uri (cran-uri "cobs" version))
12607 (sha256
12608 (base32
12609 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
12610 (build-system r-build-system)
12611 (propagated-inputs
12612 `(("r-quantreg" ,r-quantreg)
12613 ("r-sparsem" ,r-sparsem)))
12614 (home-page "https://cran.r-project.org/web/packages/cobs")
12615 (synopsis "Constrained B-Splines (sparse matrix based)")
12616 (description
12617 "This package provides qualitatively constrained (regression) smoothing
12618 splines via linear programming and sparse matrices.")
12619 (license license:gpl2+)))
12620
12621 (define-public r-drimpute
12622 (package
12623 (name "r-drimpute")
12624 (version "1.0")
12625 (source
12626 (origin
12627 (method url-fetch)
12628 (uri (cran-uri "DrImpute" version))
12629 (sha256
12630 (base32
12631 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
12632 (properties `((upstream-name . "DrImpute")))
12633 (build-system r-build-system)
12634 (propagated-inputs
12635 `(("r-rcpp" ,r-rcpp)
12636 ("r-rcpparmadillo" ,r-rcpparmadillo)))
12637 (home-page "https://github.com/ikwak2/DrImpute")
12638 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
12639 (description
12640 "This is an R package for imputing dropout events. Many statistical
12641 methods in cell type identification, visualization and lineage reconstruction
12642 do not account for dropout events. DrImpute can improve the performance of
12643 such software by imputing dropout events.")
12644 (license license:gpl3)))
12645
12646 (define-public r-gamlss-dist
12647 (package
12648 (name "r-gamlss-dist")
12649 (version "5.1-7")
12650 (source
12651 (origin
12652 (method url-fetch)
12653 (uri (cran-uri "gamlss.dist" version))
12654 (sha256
12655 (base32 "0nzgq3rnziy0i2zxn88hqy3pakpyin2m2csk9j3zg39si66c6wcq"))))
12656 (properties `((upstream-name . "gamlss.dist")))
12657 (build-system r-build-system)
12658 (propagated-inputs `(("r-mass" ,r-mass)))
12659 (home-page "http://www.gamlss.org/")
12660 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
12661 (description
12662 "This package provides a set of distributions which can be used for
12663 modelling the response variables in Generalized Additive Models for Location
12664 Scale and Shape. The distributions can be continuous, discrete or mixed
12665 distributions. Extra distributions can be created, by transforming, any
12666 continuous distribution defined on the real line, to a distribution defined on
12667 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
12668 transformation, respectively.")
12669 ;; Either version of the GPL.
12670 (license (list license:gpl2 license:gpl3))))
12671
12672 ;; This package includes JavaScript files, which are not minified. When
12673 ;; upgrading please check that there are no new minified JavaScript files.
12674 (define-public r-shinyjs
12675 (package
12676 (name "r-shinyjs")
12677 (version "1.1")
12678 (source
12679 (origin
12680 (method url-fetch)
12681 (uri (cran-uri "shinyjs" version))
12682 (sha256
12683 (base32
12684 "14k8y313ppj23m9rhlk8jc94x6sbn3qrsnx6xrijiyv8m8dii1l9"))))
12685 (build-system r-build-system)
12686 (propagated-inputs
12687 `(("r-digest" ,r-digest)
12688 ("r-htmltools" ,r-htmltools)
12689 ("r-jsonlite" ,r-jsonlite)
12690 ("r-shiny" ,r-shiny)))
12691 (home-page "https://deanattali.com/shinyjs")
12692 (synopsis "Improve the user experience of your Shiny apps")
12693 (description
12694 "Perform common useful JavaScript operations in Shiny apps that will
12695 greatly improve your apps without having to know any JavaScript. Examples
12696 include: hiding an element, disabling an input, resetting an input back to its
12697 original value, delaying code execution by a few seconds, and many more useful
12698 functions for both the end user and the developer. Shinyjs can also be used
12699 to easily call your own custom JavaScript functions from R.")
12700 (license license:agpl3+)))
12701
12702 ;; This package includes minified JavaScript files. When upgrading please
12703 ;; check that there are no new minified JavaScript files.
12704 (define-public r-colourpicker
12705 (package
12706 (name "r-colourpicker")
12707 (version "1.0")
12708 (source
12709 (origin
12710 (method url-fetch)
12711 (uri (cran-uri "colourpicker" version))
12712 (sha256
12713 (base32
12714 "0z3v2083g7kwdp21x9s2n1crfh24agpdq3yxkcdzc2awn2pwpnpi"))))
12715 (build-system r-build-system)
12716 (arguments
12717 `(#:modules ((guix build utils)
12718 (guix build r-build-system)
12719 (srfi srfi-1)
12720 (ice-9 popen))
12721 #:phases
12722 (modify-phases %standard-phases
12723 (add-after 'unpack 'process-javascript
12724 (lambda* (#:key inputs #:allow-other-keys)
12725 (with-directory-excursion "inst"
12726 (call-with-values
12727 (lambda ()
12728 (unzip2
12729 `((,(assoc-ref inputs "js-salvattore")
12730 "examples/colourInput/www/salvattore.min.js")
12731 (,(assoc-ref inputs "js-jquery")
12732 "htmlwidgets/lib/jquery/jquery.min.js")
12733 ("www/shared/colourpicker/js/colourpicker.js"
12734 "www/shared/colourpicker/js/colourpicker.min.js"))))
12735 (lambda (sources targets)
12736 (for-each (lambda (source target)
12737 (format #t "Processing ~a --> ~a~%"
12738 source target)
12739 (delete-file target)
12740 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
12741 (call-with-output-file target
12742 (lambda (port)
12743 (dump-port minified port)))))
12744 sources targets))))
12745 #t)))))
12746 (propagated-inputs
12747 `(("r-ggplot2" ,r-ggplot2)
12748 ("r-htmltools" ,r-htmltools)
12749 ("r-htmlwidgets" ,r-htmlwidgets)
12750 ("r-jsonlite" ,r-jsonlite)
12751 ("r-miniui" ,r-miniui)
12752 ("r-shiny" ,r-shiny)
12753 ("r-shinyjs" ,r-shinyjs)))
12754 (native-inputs
12755 `(("uglify-js" ,uglify-js)
12756 ("js-jquery"
12757 ,(origin
12758 (method url-fetch)
12759 (uri "https://code.jquery.com/jquery-3.3.1.js")
12760 (sha256
12761 (base32
12762 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
12763 ("js-salvattore"
12764 ,(origin
12765 (method url-fetch)
12766 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
12767 (sha256
12768 (base32
12769 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
12770 (home-page "https://github.com/daattali/colourpicker")
12771 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
12772 (description
12773 "This package provides a color picker that can be used as an input in
12774 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
12775 custom color palettes, and many more options. A plot color helper tool is
12776 available as an RStudio Addin, which helps you pick colors to use in your
12777 plots. A more generic color picker RStudio Addin is also provided to let you
12778 select colors to use in your R code.")
12779 (license license:expat)))
12780
12781 (define-public r-ggextra
12782 (package
12783 (name "r-ggextra")
12784 (version "0.9")
12785 (source
12786 (origin
12787 (method url-fetch)
12788 (uri (cran-uri "ggExtra" version))
12789 (sha256
12790 (base32
12791 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
12792 (properties `((upstream-name . "ggExtra")))
12793 (build-system r-build-system)
12794 (propagated-inputs
12795 `(("r-colourpicker" ,r-colourpicker)
12796 ("r-ggplot2" ,r-ggplot2)
12797 ("r-gtable" ,r-gtable)
12798 ("r-miniui" ,r-miniui)
12799 ("r-r6" ,r-r6)
12800 ("r-scales" ,r-scales)
12801 ("r-shiny" ,r-shiny)
12802 ("r-shinyjs" ,r-shinyjs)))
12803 (native-inputs
12804 `(("r-knitr" ,r-knitr)))
12805 (home-page "https://github.com/daattali/ggExtra")
12806 (synopsis "Marginal histograms for ggplot2 and other enhancements")
12807 (description
12808 "This package is a collection of functions and layers to enhance ggplot2.
12809 The flagship function is @code{ggMarginal()}, which can be used to add
12810 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
12811 (license license:expat)))
12812
12813 (define-public r-minpack-lm
12814 (package
12815 (name "r-minpack-lm")
12816 (version "1.2-1")
12817 (source
12818 (origin
12819 (method url-fetch)
12820 (uri (cran-uri "minpack.lm" version))
12821 (sha256
12822 (base32
12823 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
12824 (properties `((upstream-name . "minpack.lm")))
12825 (build-system r-build-system)
12826 (native-inputs `(("gfortran" ,gfortran)))
12827 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
12828 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
12829 (description
12830 "The @code{nls.lm} function provides an R interface to @code{lmder} and
12831 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
12832 problems by a modification of the Levenberg-Marquardt algorithm, with support
12833 for lower and upper parameter bounds. The implementation can be used via
12834 @code{nls}-like calls using the @code{nlsLM} function.")
12835 (license license:gpl3)))
12836
12837 (define-public r-moments
12838 (package
12839 (name "r-moments")
12840 (version "0.14")
12841 (source
12842 (origin
12843 (method url-fetch)
12844 (uri (cran-uri "moments" version))
12845 (sha256
12846 (base32
12847 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
12848 (build-system r-build-system)
12849 (home-page "https://cran.r-project.org/web/packages/moments")
12850 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
12851 (description
12852 "This package provides functions to calculate: moments, Pearson's
12853 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
12854 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
12855 (license license:gpl2+)))
12856
12857 (define-public r-msir
12858 (package
12859 (name "r-msir")
12860 (version "1.3.2")
12861 (source
12862 (origin
12863 (method url-fetch)
12864 (uri (cran-uri "msir" version))
12865 (sha256
12866 (base32
12867 "0pvc3q162vqq3k39nni732x05zzfz4y9y2zf56d83185ypszv9kb"))))
12868 (build-system r-build-system)
12869 (propagated-inputs
12870 `(("r-mclust" ,r-mclust)))
12871 (home-page "https://cran.r-project.org/web/packages/msir")
12872 (synopsis "Model-based sliced inverse regression")
12873 (description
12874 "This is an R package for dimension reduction based on finite Gaussian
12875 mixture modeling of inverse regression.")
12876 (license license:gpl2+)))
12877
12878 (define-public r-pbivnorm
12879 (package
12880 (name "r-pbivnorm")
12881 (version "0.6.0")
12882 (source
12883 (origin
12884 (method url-fetch)
12885 (uri (cran-uri "pbivnorm" version))
12886 (sha256
12887 (base32
12888 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
12889 (build-system r-build-system)
12890 (native-inputs `(("gfortran" ,gfortran)))
12891 (home-page "https://github.com/brentonk/pbivnorm")
12892 (synopsis "Vectorized bivariate normal CDF")
12893 (description
12894 "This package provides a vectorized R function for calculating
12895 probabilities from a standard bivariate normal CDF.")
12896 (license license:gpl2+)))
12897
12898 (define-public r-lavaan
12899 (package
12900 (name "r-lavaan")
12901 (version "0.6-7")
12902 (source
12903 (origin
12904 (method url-fetch)
12905 (uri (cran-uri "lavaan" version))
12906 (sha256
12907 (base32
12908 "0ks62wrwghbm1brzmqvr92h5n1295dpc87m1g3xrfx0mkdaqdcdk"))))
12909 (build-system r-build-system)
12910 (propagated-inputs
12911 `(("r-mass" ,r-mass)
12912 ("r-mnormt" ,r-mnormt)
12913 ("r-numderiv" ,r-numderiv)
12914 ("r-pbivnorm" ,r-pbivnorm)))
12915 (home-page "http://lavaan.ugent.be")
12916 (synopsis "Latent variable analysis")
12917 (description
12918 "This package provides tools to fit a variety of latent variable models,
12919 including confirmatory factor analysis, structural equation modeling and
12920 latent growth curve models.")
12921 (license license:gpl2+)))
12922
12923 (define-public r-nonnest2
12924 (package
12925 (name "r-nonnest2")
12926 (version "0.5-5")
12927 (source
12928 (origin
12929 (method url-fetch)
12930 (uri (cran-uri "nonnest2" version))
12931 (sha256
12932 (base32
12933 "1ddaqwx8i3ygwvxf11mc8xhgk4nkvnail99nr5szq8i168752zq2"))))
12934 (build-system r-build-system)
12935 (propagated-inputs
12936 `(("r-compquadform" ,r-compquadform)
12937 ("r-lavaan" ,r-lavaan)
12938 ("r-mvtnorm" ,r-mvtnorm)
12939 ("r-sandwich" ,r-sandwich)))
12940 (native-inputs
12941 `(("r-knitr" ,r-knitr)))
12942 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
12943 (synopsis "Tests of non-nested models")
12944 (description
12945 "This package allows for testing of non-nested models. It includes tests
12946 of model distinguishability and of model fit that can be applied to both
12947 nested and non-nested models. The package also includes functionality to
12948 obtain confidence intervals associated with AIC and BIC.")
12949 ;; Either version of the GPL.
12950 (license (list license:gpl2 license:gpl3))))
12951
12952 (define-public r-penalized
12953 (package
12954 (name "r-penalized")
12955 (version "0.9-51")
12956 (source
12957 (origin
12958 (method url-fetch)
12959 (uri (cran-uri "penalized" version))
12960 (sha256
12961 (base32
12962 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
12963 (build-system r-build-system)
12964 (propagated-inputs
12965 `(("r-rcpp" ,r-rcpp)
12966 ("r-rcpparmadillo" ,r-rcpparmadillo)
12967 ("r-survival" ,r-survival)))
12968 (home-page "https://cran.r-project.org/web/packages/penalized/")
12969 (synopsis "Penalized estimation in GLMs and in the Cox model")
12970 (description
12971 "This package provides tools for fitting possibly high dimensional
12972 penalized regression models. The penalty structure can be any combination of
12973 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
12974 constraint on the regression coefficients. The supported regression models
12975 are linear, logistic and Poisson regression and the Cox Proportional Hazards
12976 model. Cross-validation routines allow optimization of the tuning
12977 parameters.")
12978 (license license:gpl2+)))
12979
12980 (define-public r-zim
12981 (package
12982 (name "r-zim")
12983 (version "1.1.0")
12984 (source
12985 (origin
12986 (method url-fetch)
12987 (uri (cran-uri "ZIM" version))
12988 (sha256
12989 (base32
12990 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
12991 (properties `((upstream-name . "ZIM")))
12992 (build-system r-build-system)
12993 (propagated-inputs `(("r-mass" ,r-mass)))
12994 (home-page "https://github.com/biostatstudio/ZIM")
12995 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
12996 (description
12997 "Analyze count time series with excess zeros. Two types of statistical
12998 models are supported: Markov regression and state-space models. They are also
12999 known as observation-driven and parameter-driven models respectively in the
13000 time series literature. The functions used for Markov regression or
13001 observation-driven models can also be used to fit ordinary regression models
13002 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
13003 negative binomial (ZINB) assumption. The package also contains miscellaneous
13004 functions to compute density, distribution, quantile, and generate random
13005 numbers from ZIP and ZINB distributions.")
13006 (license license:gpl3)))
13007
13008 (define-public r-nor1mix
13009 (package
13010 (name "r-nor1mix")
13011 (version "1.3-0")
13012 (source
13013 (origin
13014 (method url-fetch)
13015 (uri (cran-uri "nor1mix" version))
13016 (sha256
13017 (base32
13018 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
13019 (build-system r-build-system)
13020 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
13021 (synopsis "Normal (1-d) mixture models")
13022 (description
13023 "This package provides S3 classes and methods for one-dimensional normal
13024 mixture models, for, e.g., density estimation or clustering algorithms
13025 research and teaching; it provides the widely used Marron-Wand densities. It
13026 also provides tools for efficient random number generation and graphics.")
13027 (license license:gpl2+)))
13028
13029 (define-public r-beanplot
13030 (package
13031 (name "r-beanplot")
13032 (version "1.2")
13033 (source
13034 (origin
13035 (method url-fetch)
13036 (uri (cran-uri "beanplot" version))
13037 (sha256
13038 (base32
13039 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
13040 (build-system r-build-system)
13041 (home-page "https://cran.r-project.org/web/packages/beanplot/")
13042 (synopsis "Visualization via beanplots")
13043 (description
13044 "This package provides beanplots, an alternative to
13045 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
13046 graphs.")
13047 (license license:gpl2)))
13048
13049 (define-public r-pbdzmq
13050 (package
13051 (name "r-pbdzmq")
13052 (version "0.3-3")
13053 (source
13054 (origin
13055 (method url-fetch)
13056 (uri (cran-uri "pbdZMQ" version))
13057 (sha256
13058 (base32
13059 "1jkfcfhspvqra7vbllrvkz3jx8j7d0ang6zzcdjgpb7200sc29mf"))))
13060 (properties `((upstream-name . "pbdZMQ")))
13061 (build-system r-build-system)
13062 (inputs
13063 `(("zeromq" ,zeromq)
13064 ("zlib" ,zlib)))
13065 (native-inputs
13066 `(("pkg-config" ,pkg-config)))
13067 (home-page "https://pbdr.org/")
13068 (synopsis "R interface to ZeroMQ")
13069 (description
13070 "ZeroMQ is a well-known library for high-performance asynchronous
13071 messaging in scalable, distributed applications. This package provides high
13072 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
13073 interactive client/server programming frameworks. A few wrapper functions
13074 compatible with @code{rzmq} are also provided.")
13075 (license license:gpl3)))
13076
13077 (define-public r-repr
13078 (package
13079 (name "r-repr")
13080 (version "1.1.0")
13081 (source
13082 (origin
13083 (method url-fetch)
13084 (uri (cran-uri "repr" version))
13085 (sha256
13086 (base32
13087 "15jz780w4nd9qjd1g3gq8f5lkh60p2v3ig3hm5kl1rg3z4cf0gvl"))))
13088 (build-system r-build-system)
13089 (propagated-inputs
13090 `(("r-base64enc" ,r-base64enc)
13091 ("r-htmltools" ,r-htmltools)
13092 ("r-jsonlite" ,r-jsonlite)
13093 ("r-pillar" ,r-pillar)))
13094 (home-page "https://cran.r-project.org/web/packages/repr/")
13095 (synopsis "Serializable representations")
13096 (description
13097 "This package provides string and binary representations of objects for
13098 several formats and MIME types.")
13099 (license license:gpl3)))
13100
13101 (define-public r-irdisplay
13102 (package
13103 (name "r-irdisplay")
13104 (version "0.7.0")
13105 (source
13106 (origin
13107 (method url-fetch)
13108 (uri (cran-uri "IRdisplay" version))
13109 (sha256
13110 (base32
13111 "12chk53nf4zckgc4yl7gbvd7m5dvli52inp5b3f0zvcjvfncksli"))))
13112 (properties `((upstream-name . "IRdisplay")))
13113 (build-system r-build-system)
13114 (propagated-inputs
13115 `(("r-repr" ,r-repr)))
13116 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
13117 (synopsis "Jupyter display machinery")
13118 (description
13119 "This package provides an interface to the rich display capabilities of
13120 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
13121 running IRkernel session.")
13122 (license license:expat)))
13123
13124 (define-public r-irkernel
13125 (package
13126 (name "r-irkernel")
13127 (version "1.1.1")
13128 (source
13129 (origin
13130 (method url-fetch)
13131 (uri (cran-uri "IRkernel" version))
13132 (sha256
13133 (base32
13134 "1y06v3difaiihxfm2abm88nnjzvkla4p346cm1nxmga4iwb2k8gm"))))
13135 (properties `((upstream-name . "IRkernel")))
13136 (build-system r-build-system)
13137 (arguments
13138 `(#:phases
13139 (modify-phases %standard-phases
13140 (add-after 'install 'install-kernelspec
13141 (lambda* (#:key outputs #:allow-other-keys)
13142 (let ((out (assoc-ref outputs "out")))
13143 (setenv "HOME" "/tmp")
13144 (invoke "jupyter" "kernelspec" "install"
13145 "--name" "ir"
13146 "--prefix" out
13147 (string-append out "/site-library/IRkernel/kernelspec"))
13148 ;; Record the absolute file name of the 'R' executable in
13149 ;; 'kernel.json'.
13150 (substitute* (string-append out "/share/jupyter"
13151 "/kernels/ir/kernel.json")
13152 (("\\[\"R\",")
13153 (string-append "[\"" (which "R") "\",")))
13154 #t))))))
13155 (inputs
13156 `(("jupyter" ,jupyter)))
13157 (propagated-inputs
13158 `(("r-crayon" ,r-crayon)
13159 ("r-digest" ,r-digest)
13160 ("r-evaluate" ,r-evaluate)
13161 ("r-irdisplay" ,r-irdisplay)
13162 ("r-jsonlite" ,r-jsonlite)
13163 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
13164 ("r-minimal" ,r-minimal)
13165 ("r-pbdzmq" ,r-pbdzmq)
13166 ("r-repr" ,r-repr)
13167 ("r-uuid" ,r-uuid)))
13168 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
13169 (synopsis "Native R kernel for Jupyter")
13170 (description
13171 "The R kernel for the Jupyter environment executes R code which the
13172 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
13173 network.")
13174 (license license:expat)))
13175
13176 (define-public r-gmodels
13177 (package
13178 (name "r-gmodels")
13179 (version "2.18.1")
13180 (source
13181 (origin
13182 (method url-fetch)
13183 (uri (cran-uri "gmodels" version))
13184 (sha256
13185 (base32
13186 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
13187 (build-system r-build-system)
13188 (propagated-inputs
13189 `(("r-gdata" ,r-gdata)
13190 ("r-mass" ,r-mass)))
13191 (home-page "https://cran.r-project.org/web/packages/gmodels/")
13192 (synopsis "Various R programming tools for model fitting")
13193 (description
13194 "This package provides various R programming tools for model fitting.")
13195 (license license:gpl2)))
13196
13197 (define-public r-apcluster
13198 (package
13199 (name "r-apcluster")
13200 (version "1.4.8")
13201 (source
13202 (origin
13203 (method url-fetch)
13204 (uri (cran-uri "apcluster" version))
13205 (sha256
13206 (base32
13207 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
13208 (build-system r-build-system)
13209 (propagated-inputs
13210 `(("r-matrix" ,r-matrix)
13211 ("r-rcpp" ,r-rcpp)))
13212 (home-page "https://cran.r-project.org/web/packages/apcluster/")
13213 (synopsis "Affinity propagation clustering")
13214 (description
13215 "This package implements affinity propagation clustering introduced by
13216 Frey and Dueck (2007). The package further provides leveraged affinity
13217 propagation and an algorithm for exemplar-based agglomerative clustering that
13218 can also be used to join clusters obtained from affinity propagation. Various
13219 plotting functions are available for analyzing clustering results.")
13220 (license license:gpl2+)))
13221
13222 (define-public r-valr
13223 (package
13224 (name "r-valr")
13225 (version "0.6.1")
13226 (source
13227 (origin
13228 (method url-fetch)
13229 (uri (cran-uri "valr" version))
13230 (sha256
13231 (base32
13232 "1qxw6h63i2vfb2w6q453zzwk0ypma3xdwwpj15i06669vzgyy3bb"))))
13233 (build-system r-build-system)
13234 (propagated-inputs
13235 `(("r-broom" ,r-broom)
13236 ("r-dplyr" ,r-dplyr)
13237 ("r-ggplot2" ,r-ggplot2)
13238 ("r-rcpp" ,r-rcpp)
13239 ("r-readr" ,r-readr)
13240 ("r-rlang" ,r-rlang)
13241 ("r-stringr" ,r-stringr)
13242 ("r-tibble" ,r-tibble)))
13243 (native-inputs
13244 `(("r-knitr" ,r-knitr)))
13245 (home-page "https://github.com/rnabioco/valr")
13246 (synopsis "Genome interval arithmetic in R")
13247 (description
13248 "This package enables you to read and manipulate genome intervals and
13249 signals. It provides functionality similar to command-line tool suites within
13250 R, enabling interactive analysis and visualization of genome-scale data.")
13251 (license license:expat)))
13252
13253 (define-public r-rematch2
13254 (package
13255 (name "r-rematch2")
13256 (version "2.1.2")
13257 (source
13258 (origin
13259 (method url-fetch)
13260 (uri (cran-uri "rematch2" version))
13261 (sha256
13262 (base32
13263 "1fzpz8vhghw8ygwg6rsvfy3783pqk7ch029i5851lwypkplvz77y"))))
13264 (build-system r-build-system)
13265 (propagated-inputs
13266 `(("r-tibble" ,r-tibble)))
13267 (home-page "https://github.com/r-lib/rematch2")
13268 (synopsis "Tidy output from regular expression matching")
13269 (description
13270 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
13271 return the match results in tidy data frames.")
13272 (license license:expat)))
13273
13274 (define-public r-picante
13275 (package
13276 (name "r-picante")
13277 (version "1.8.2")
13278 (source
13279 (origin
13280 (method url-fetch)
13281 (uri (cran-uri "picante" version))
13282 (sha256
13283 (base32
13284 "19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
13285 (build-system r-build-system)
13286 (propagated-inputs
13287 `(("r-ape" ,r-ape)
13288 ("r-nlme" ,r-nlme)
13289 ("r-vegan" ,r-vegan)))
13290 (home-page "https://cran.r-project.org/web/packages/picante/")
13291 (synopsis "Integrating phylogenies and ecology")
13292 (description
13293 "This package provides functions for phylocom integration, community
13294 analyses, null-models, traits and evolution. It implements numerous
13295 ecophylogenetic approaches including measures of community phylogenetic and
13296 trait diversity, phylogenetic signal, estimation of trait values for
13297 unobserved taxa, null models for community and phylogeny randomizations, and
13298 utility functions for data input/output and phylogeny plotting. A full
13299 description of package functionality and methods are provided by Kembel et
13300 al. (2010).")
13301 (license license:gpl2)))
13302
13303 (define-public r-reinforcelearn
13304 (package
13305 (name "r-reinforcelearn")
13306 (version "0.2.1")
13307 (source
13308 (origin
13309 (method url-fetch)
13310 (uri (cran-uri "reinforcelearn" version))
13311 (sha256
13312 (base32
13313 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
13314 (build-system r-build-system)
13315 (propagated-inputs
13316 `(("r-checkmate" ,r-checkmate)
13317 ("r-nnet" ,r-nnet)
13318 ("r-purrr" ,r-purrr)
13319 ("r-r6" ,r-r6)))
13320 (home-page "https://markusdumke.github.io/reinforcelearn")
13321 (synopsis "Reinforcement learning")
13322 (description
13323 "This package implements reinforcement learning environments and
13324 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
13325 can be used with function approximation, eligibility traces (Singh & Sutton,
13326 1996) and experience replay (Mnih et al., 2013).")
13327 (license license:expat)))
13328
13329 (define-public r-lemon
13330 (package
13331 (name "r-lemon")
13332 (version "0.4.5")
13333 (source
13334 (origin
13335 (method url-fetch)
13336 (uri (cran-uri "lemon" version))
13337 (sha256
13338 (base32
13339 "1y3ljidhqdakxlya2npj2w0az820g8kw6gl1cfm4f0cxvzgd1ly4"))))
13340 (build-system r-build-system)
13341 (propagated-inputs
13342 `(("r-ggplot2" ,r-ggplot2)
13343 ("r-gridextra" ,r-gridextra)
13344 ("r-gtable" ,r-gtable)
13345 ("r-knitr" ,r-knitr)
13346 ("r-lattice" ,r-lattice)
13347 ("r-plyr" ,r-plyr)
13348 ("r-rlang" ,r-rlang)
13349 ("r-scales" ,r-scales)))
13350 (native-inputs
13351 `(("r-knitr" ,r-knitr)))
13352 (home-page "https://github.com/stefanedwards/lemon")
13353 (synopsis "Freshen up your ggplot2 plots")
13354 (description
13355 "This package provides functions for working with legends and axis lines
13356 of ggplot2, facets that repeat axis lines on all panels, and some knitr
13357 extensions.")
13358 (license license:gpl3)))
13359
13360 (define-public r-wgaim
13361 (package
13362 (name "r-wgaim")
13363 (version "2.0-1")
13364 (source
13365 (origin
13366 (method url-fetch)
13367 (uri (cran-uri "wgaim" version))
13368 (sha256
13369 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
13370 (build-system r-build-system)
13371 (propagated-inputs
13372 `(("r-ggplot2" ,r-ggplot2)
13373 ("r-qtl" ,r-qtl)))
13374 (home-page "https://cran.r-project.org/web/packages/wgaim")
13375 (synopsis "Whole genome average interval mapping for QTL detection")
13376 (description
13377 "This package integrates sophisticated mixed modelling methods with a
13378 whole genome approach to detecting significant QTL in linkage maps.")
13379 (license license:gpl2+)))
13380
13381 (define-public r-bedr
13382 (package
13383 (name "r-bedr")
13384 (version "1.0.7")
13385 (source
13386 (origin
13387 (method url-fetch)
13388 (uri (cran-uri "bedr" version))
13389 (sha256
13390 (base32
13391 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
13392 (build-system r-build-system)
13393 (propagated-inputs
13394 `(("r-data-table" ,r-data-table)
13395 ("r-r-utils" ,r-r-utils)
13396 ("r-testthat" ,r-testthat)
13397 ("r-venndiagram" ,r-venndiagram)
13398 ("r-yaml" ,r-yaml)
13399 ("bedops" ,bedops)
13400 ("bedtools" ,bedtools)
13401 ("htslib" ,htslib))) ; for tabix
13402 (native-inputs
13403 `(("r-knitr" ,r-knitr))) ; for vignettes
13404 (home-page "https://cran.r-project.org/web/packages/bedr")
13405 (synopsis "Genomic region processing")
13406 (description
13407 "This package is for genomic regions processing using command line tools
13408 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
13409 utilities to perform genome arithmetic e.g indexing, formatting and merging.
13410 The bedr package's API enhances access to these tools as well as offers
13411 additional utilities for genomic regions processing.")
13412 (license license:gpl2)))
13413
13414 (define-public r-sets
13415 (package
13416 (name "r-sets")
13417 (version "1.0-18")
13418 (source
13419 (origin
13420 (method url-fetch)
13421 (uri (cran-uri "sets" version))
13422 (sha256
13423 (base32
13424 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
13425 (properties `((upstream-name . "sets")))
13426 (build-system r-build-system)
13427 (home-page "https://cran.r-project.org/web/packages/sets")
13428 (synopsis "Sets, generalized sets, customizable sets and intervals")
13429 (description
13430 "This package provides data structures and basic operations for ordinary
13431 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
13432 customizable sets, and intervals.")
13433 (license license:gpl2)))
13434
13435 (define-public r-partitions
13436 (package
13437 (name "r-partitions")
13438 (version "1.9-22")
13439 (source
13440 (origin
13441 (method url-fetch)
13442 (uri (cran-uri "partitions" version))
13443 (sha256
13444 (base32
13445 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
13446 (build-system r-build-system)
13447 (propagated-inputs
13448 `(("r-gmp" ,r-gmp)
13449 ("r-polynom" ,r-polynom)
13450 ("r-sets" ,r-sets)))
13451 (home-page "https://cran.r-project.org/web/packages/partitions")
13452 (synopsis "Additive partitions of integers")
13453 (description
13454 "This package provides tools to enumerates the partitions, unequal
13455 partitions, and restricted partitions of an integer; the three corresponding
13456 partition functions are also given.")
13457 ;; Any version of the GPL
13458 (license license:gpl2+)))
13459
13460 (define-public r-brobdingnag
13461 (package
13462 (name "r-brobdingnag")
13463 (version "1.2-6")
13464 (source
13465 (origin
13466 (method url-fetch)
13467 (uri (cran-uri "Brobdingnag" version))
13468 (sha256
13469 (base32
13470 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
13471 (properties `((upstream-name . "Brobdingnag")))
13472 (build-system r-build-system)
13473 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
13474 (synopsis "Very large numbers in R")
13475 (description
13476 "This package handles very large numbers in R. Real numbers are held
13477 using their natural logarithms, plus a logical flag indicating sign. The
13478 package includes a vignette that gives a step-by-step introduction to using S4
13479 methods.")
13480 ;; Any version of the GPL
13481 (license license:gpl2+)))
13482
13483 (define-public r-untb
13484 (package
13485 (name "r-untb")
13486 (version "1.7-4")
13487 (source
13488 (origin
13489 (method url-fetch)
13490 (uri (cran-uri "untb" version))
13491 (sha256
13492 (base32
13493 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
13494 (build-system r-build-system)
13495 (propagated-inputs
13496 `(("r-brobdingnag" ,r-brobdingnag)
13497 ("r-partitions" ,r-partitions)
13498 ("r-polynom" ,r-polynom)))
13499 (home-page "https://github.com/RobinHankin/untb.git")
13500 (synopsis "Ecological drift under the UNTB")
13501 (description
13502 "This package provides numerical simulations, and visualizations, of
13503 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
13504 (license license:gpl2+)))
13505
13506 (define-public r-stepwise
13507 (package
13508 (name "r-stepwise")
13509 (version "0.3")
13510 (source
13511 (origin
13512 (method url-fetch)
13513 (uri (cran-uri "stepwise" version))
13514 (sha256
13515 (base32
13516 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
13517 (build-system r-build-system)
13518 (home-page "https://stat.sfu.ca/statgen/research/stepwise.html")
13519 (synopsis "Stepwise detection of recombination breakpoints")
13520 (description
13521 "This package provides a stepwise approach to identifying recombination
13522 breakpoints in a genomic sequence alignment.")
13523 (license license:gpl2+)))
13524
13525 (define-public r-snpmaxsel
13526 (package
13527 (name "r-snpmaxsel")
13528 (version "1.0-3")
13529 (source
13530 (origin
13531 (method url-fetch)
13532 (uri (cran-uri "SNPmaxsel" version))
13533 (sha256
13534 (base32
13535 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
13536 (properties `((upstream-name . "SNPmaxsel")))
13537 (build-system r-build-system)
13538 (propagated-inputs
13539 `(("r-combinat" ,r-combinat)
13540 ("r-mvtnorm" ,r-mvtnorm)))
13541 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
13542 (synopsis "Maximally selected statistics for SNP data")
13543 (description
13544 "This package implements asymptotic methods related to maximally selected
13545 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
13546 data.")
13547 (license license:gpl2+)))
13548
13549 (define-public r-acsnminer
13550 (package
13551 (name "r-acsnminer")
13552 (version "0.16.8.25")
13553 (source (origin
13554 (method url-fetch)
13555 (uri (cran-uri "ACSNMineR" version))
13556 (sha256
13557 (base32
13558 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
13559 (properties `((upstream-name . "ACSNMineR")))
13560 (build-system r-build-system)
13561 (propagated-inputs
13562 `(("r-ggplot2" ,r-ggplot2)
13563 ("r-gridextra" ,r-gridextra)))
13564 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
13565 (synopsis "Gene enrichment analysis")
13566 (description
13567 "This package provides tools to compute and represent gene set enrichment
13568 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
13569 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
13570 enrichment can be run with hypergeometric test or Fisher exact test, and can
13571 use multiple corrections. Visualization of data can be done either by
13572 barplots or heatmaps.")
13573 (license license:gpl2+)))
13574
13575 (define-public r-seqinr
13576 (package
13577 (name "r-seqinr")
13578 (version "3.6-1")
13579 (source
13580 (origin
13581 (method url-fetch)
13582 (uri (cran-uri "seqinr" version))
13583 (sha256
13584 (base32
13585 "0j30za6kji6y3v09cvcydiacnp65pv6ig8aw7cydl47l5s9chky4"))))
13586 (build-system r-build-system)
13587 (propagated-inputs
13588 `(("r-ade4" ,r-ade4)
13589 ("r-segmented" ,r-segmented)))
13590 (inputs
13591 `(("zlib" ,zlib)))
13592 (home-page "http://seqinr.r-forge.r-project.org/")
13593 (synopsis "Biological sequences retrieval and analysis")
13594 (description
13595 "This package provides tools for exploratory data analysis and data
13596 visualization of biological sequence (DNA and protein) data. It also includes
13597 utilities for sequence data management under the ACNUC system.")
13598 (license license:gpl2+)))
13599
13600 (define-public r-units
13601 (package
13602 (name "r-units")
13603 (version "0.6-7")
13604 (source
13605 (origin
13606 (method url-fetch)
13607 (uri (cran-uri "units" version))
13608 (sha256
13609 (base32
13610 "1rdpbkiqcabz00fqzzs98v89v4cgvcd4pb00pwxzkq6vmwmscwrz"))))
13611 (build-system r-build-system)
13612 (inputs
13613 `(("udunits" ,udunits)))
13614 (propagated-inputs
13615 `(("r-rcpp" ,r-rcpp)))
13616 (native-inputs
13617 `(("r-knitr" ,r-knitr)))
13618 (home-page "https://github.com/r-quantities/units/")
13619 (synopsis "Measurement Units for R Vectors")
13620 (description
13621 "This package provides support for measurement units in R vectors,
13622 matrices and arrays: automatic propagation, conversion, derivation and
13623 simplification of units; raising errors in case of unit incompatibility. It
13624 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
13625 classes.")
13626 (license license:gpl2)))
13627
13628 (define-public r-classint
13629 (package
13630 (name "r-classint")
13631 (version "0.4-3")
13632 (source
13633 (origin
13634 (method url-fetch)
13635 (uri (cran-uri "classInt" version))
13636 (sha256
13637 (base32
13638 "1b1lqhpzxm6b8pza8l3s0cxy74mm9y45lcd3354i2v3bg8m7mply"))))
13639 (properties `((upstream-name . "classInt")))
13640 (build-system r-build-system)
13641 (propagated-inputs
13642 `(("r-class" ,r-class)
13643 ("r-e1071" ,r-e1071)
13644 ("r-kernsmooth" ,r-kernsmooth)))
13645 (native-inputs
13646 `(("gfortran" ,gfortran)
13647 ("r-knitr" ,r-knitr)))
13648 (home-page "https://github.com/r-spatial/classInt/")
13649 (synopsis "Choose univariate class intervals")
13650 (description
13651 "This package provides selected commonly used methods for choosing
13652 univariate class intervals for mapping or other graphics purposes.")
13653 (license license:gpl2+)))
13654
13655 (define-public r-spdata
13656 (package
13657 (name "r-spdata")
13658 (version "0.3.8")
13659 (source
13660 (origin
13661 (method url-fetch)
13662 (uri (cran-uri "spData" version))
13663 (sha256
13664 (base32
13665 "1mlsqy9cbilfc80cbdlbgsngvzdkrd9yjdkxnw2b1gzxnj6jcqbs"))))
13666 (properties `((upstream-name . "spData")))
13667 (build-system r-build-system)
13668 (propagated-inputs
13669 `(("r-raster" ,r-raster)
13670 ("r-sp" ,r-sp)))
13671 (home-page "https://github.com/Nowosad/spData")
13672 (synopsis "Datasets for spatial analysis")
13673 (description
13674 "This a package containing diverse spatial datasets for demonstrating,
13675 benchmarking and teaching spatial data analysis. It includes R data of class
13676 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
13677 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
13678 of the datasets are designed to illustrate specific analysis techniques.
13679 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
13680 illustrate point pattern analysis techniques.")
13681 (license license:cc0)))
13682
13683 (define-public r-learnbayes
13684 (package
13685 (name "r-learnbayes")
13686 (version "2.15.1")
13687 (source
13688 (origin
13689 (method url-fetch)
13690 (uri (cran-uri "LearnBayes" version))
13691 (sha256
13692 (base32
13693 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
13694 (properties `((upstream-name . "LearnBayes")))
13695 (build-system r-build-system)
13696 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
13697 (synopsis "Functions for learning Bayesian inference")
13698 (description
13699 "This package provides a collection of functions helpful in learning the
13700 basic tenets of Bayesian statistical inference. It contains functions for
13701 summarizing basic one and two parameter posterior distributions and predictive
13702 distributions. It contains MCMC algorithms for summarizing posterior
13703 distributions defined by the user. It also contains functions for regression
13704 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
13705 sampling.")
13706 (license license:gpl2+)))
13707
13708 (define-public r-deldir
13709 (package
13710 (name "r-deldir")
13711 (version "0.1-28")
13712 (source
13713 (origin
13714 (method url-fetch)
13715 (uri (cran-uri "deldir" version))
13716 (sha256
13717 (base32
13718 "12ys8jdcrgzhf9m2yirlqfars397qb0q0pbypahmfa66lgr6wdx5"))))
13719 (build-system r-build-system)
13720 (native-inputs `(("gfortran" ,gfortran)))
13721 (home-page "https://cran.r-project.org/web/packages/deldir")
13722 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
13723 (description
13724 "This package provides tools for calculating the Delaunay triangulation
13725 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
13726 of a planar point set. It plots triangulations and tessellations in various
13727 ways, clips tessellations to sub-windows, calculates perimeters of
13728 tessellations, and summarizes information about the tiles of the
13729 tessellation.")
13730 (license license:gpl2+)))
13731
13732 (define-public r-sf
13733 (package
13734 (name "r-sf")
13735 (version "0.9-4")
13736 (source
13737 (origin
13738 (method url-fetch)
13739 (uri (cran-uri "sf" version))
13740 (sha256
13741 (base32
13742 "1xgmnz01pxvpg2ins1h65mlcrafqihlljcjlag8spq9ii7d5i7mx"))))
13743 (build-system r-build-system)
13744 (inputs
13745 `(("gdal" ,gdal)
13746 ("geos" ,geos)
13747 ("proj" ,proj.4)
13748 ("zlib" ,zlib)))
13749 (propagated-inputs
13750 `(("r-classint" ,r-classint)
13751 ("r-dbi" ,r-dbi)
13752 ("r-magrittr" ,r-magrittr)
13753 ("r-rcpp" ,r-rcpp)
13754 ("r-units" ,r-units)))
13755 (native-inputs
13756 `(("pkg-config" ,pkg-config)
13757 ("r-knitr" ,r-knitr)))
13758 (home-page "https://github.com/r-spatial/sf/")
13759 (synopsis "Simple features for R")
13760 (description
13761 "This package provides support for simple features, a standardized way to
13762 encode spatial vector data. It binds to GDAL for reading and writing data, to
13763 GEOS for geometrical operations, and to PROJ for projection conversions and
13764 datum transformations.")
13765 ;; Either of these licenses
13766 (license (list license:gpl2 license:expat))))
13767
13768 (define-public r-spdep
13769 (package
13770 (name "r-spdep")
13771 (version "1.1-5")
13772 (source
13773 (origin
13774 (method url-fetch)
13775 (uri (cran-uri "spdep" version))
13776 (sha256
13777 (base32
13778 "0pbd7wrg5v44p2yxsjp774lpyzap3madir5mn5p3ix7ibk7ldjs7"))))
13779 (build-system r-build-system)
13780 (propagated-inputs
13781 `(("r-boot" ,r-boot)
13782 ("r-coda" ,r-coda)
13783 ("r-deldir" ,r-deldir)
13784 ("r-expm" ,r-expm)
13785 ("r-gmodels" ,r-gmodels)
13786 ("r-learnbayes" ,r-learnbayes)
13787 ("r-mass" ,r-mass)
13788 ("r-matrix" ,r-matrix)
13789 ("r-nlme" ,r-nlme)
13790 ("r-sf" ,r-sf)
13791 ("r-sp" ,r-sp)
13792 ("r-spdata" ,r-spdata)))
13793 (native-inputs
13794 `(("r-knitr" ,r-knitr)))
13795 (home-page "https://github.com/r-spatial/spdep/")
13796 (synopsis "Spatial dependence: weighting schemes, statistics and models")
13797 (description
13798 "This package provides a collection of functions to create spatial
13799 weights matrix objects from polygon contiguities, from point patterns by
13800 distance and tessellations, for summarizing these objects, and for permitting
13801 their use in spatial data analysis, including regional aggregation by minimum
13802 spanning tree.")
13803 (license license:gpl2+)))
13804
13805 (define-public r-adegenet
13806 (package
13807 (name "r-adegenet")
13808 (version "2.1.3")
13809 (source
13810 (origin
13811 (method url-fetch)
13812 (uri (cran-uri "adegenet" version))
13813 (sha256
13814 (base32
13815 "1ipnawi0qfd4rfwj37igvh36x1a9d8x4n7xynn1jcr12rd713407"))))
13816 (build-system r-build-system)
13817 (propagated-inputs
13818 `(("r-ade4" ,r-ade4)
13819 ("r-ape" ,r-ape)
13820 ("r-boot" ,r-boot)
13821 ("r-dplyr" ,r-dplyr)
13822 ("r-ggplot2" ,r-ggplot2)
13823 ("r-igraph" ,r-igraph)
13824 ("r-mass" ,r-mass)
13825 ("r-reshape2" ,r-reshape2)
13826 ("r-seqinr" ,r-seqinr)
13827 ("r-shiny" ,r-shiny)
13828 ("r-spdep" ,r-spdep)
13829 ("r-vegan" ,r-vegan)))
13830 (home-page "https://github.com/thibautjombart/adegenet")
13831 (synopsis "Exploratory analysis of genetic and genomic data")
13832 (description
13833 "This package provides a toolset for the exploration of genetic and
13834 genomic data. Adegenet provides formal (S4) classes for storing and handling
13835 various genetic data, including genetic markers with varying ploidy and
13836 hierarchical population structure (@code{genind} class), alleles counts by
13837 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
13838 also implements original multivariate methods (DAPC, sPCA), graphics,
13839 statistical tests, simulation tools, distance and similarity measures, and
13840 several spatial methods. A range of both empirical and simulated datasets is
13841 also provided to illustrate various methods.")
13842 (license license:gpl2+)))
13843
13844 (define-public r-pegas
13845 (package
13846 (name "r-pegas")
13847 (version "0.13")
13848 (source
13849 (origin
13850 (method url-fetch)
13851 (uri (cran-uri "pegas" version))
13852 (sha256
13853 (base32 "002i7s4g0nhnq0v05gs0yssqiyhpq2f7rw2rhn31hsbgxc86frvy"))))
13854 (build-system r-build-system)
13855 (propagated-inputs
13856 `(("r-adegenet" ,r-adegenet)
13857 ("r-ape" ,r-ape)))
13858 (home-page "http://ape-package.ird.fr/pegas.html")
13859 (synopsis "Population and evolutionary genetics analysis system")
13860 (description
13861 "This package provides functions for reading, writing, plotting,
13862 analysing, and manipulating allelic and haplotypic data, including from VCF
13863 files, and for the analysis of population nucleotide sequences and
13864 micro-satellites including coalescent analyses, linkage disequilibrium,
13865 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
13866 minimum spanning tree and network, and median-joining networks.")
13867 (license license:gpl2+)))
13868
13869 (define-public r-rmetasim
13870 (package
13871 (name "r-rmetasim")
13872 (version "3.1.14")
13873 (source
13874 (origin
13875 (method url-fetch)
13876 (uri (cran-uri "rmetasim" version))
13877 (sha256
13878 (base32
13879 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
13880 (build-system r-build-system)
13881 (propagated-inputs
13882 `(("r-ade4" ,r-ade4)
13883 ("r-adegenet" ,r-adegenet)
13884 ("r-gtools" ,r-gtools)
13885 ("r-pegas" ,r-pegas)))
13886 (home-page "https://cran.r-project.org/web/packages/rmetasim")
13887 (synopsis "Individual-based population genetic simulation environment")
13888 (description
13889 "This package provides an interface between R and the metasim simulation
13890 engine. The simulation environment is documented in: Strand, A.(2002),
13891 Metasim 1.0: an individual-based environment for simulating population
13892 genetics of complex population dynamics.")
13893 ;; Any GPL version
13894 (license license:gpl2+)))
13895
13896 (define-public r-genetics
13897 (package
13898 (name "r-genetics")
13899 (version "1.3.8.1.2")
13900 (source
13901 (origin
13902 (method url-fetch)
13903 (uri (cran-uri "genetics" version))
13904 (sha256
13905 (base32
13906 "1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
13907 (build-system r-build-system)
13908 (propagated-inputs
13909 `(("r-combinat" ,r-combinat)
13910 ("r-gdata" ,r-gdata)
13911 ("r-gtools" ,r-gtools)
13912 ("r-mass" ,r-mass)
13913 ("r-mvtnorm" ,r-mvtnorm)))
13914 (home-page "https://cran.r-project.org/web/packages/genetics/")
13915 (synopsis "Population genetics")
13916 (description
13917 "This package provides classes and methods for handling genetic data.
13918 It includes classes to represent genotypes and haplotypes at single markers up
13919 to multiple markers on multiple chromosomes. Function include allele
13920 frequencies, flagging homo/heterozygotes, flagging carriers of certain
13921 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
13922 and testing for linkage disequilibrium, ...")
13923 ;; Any GPL version.
13924 (license license:gpl2+)))
13925
13926 (define-public r-snp-plotter
13927 (package
13928 (name "r-snp-plotter")
13929 (version "0.5.1")
13930 (source
13931 (origin
13932 (method url-fetch)
13933 (uri (cran-uri "snp.plotter" version))
13934 (sha256
13935 (base32
13936 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
13937 (properties `((upstream-name . "snp.plotter")))
13938 (build-system r-build-system)
13939 (propagated-inputs `(("r-genetics" ,r-genetics)))
13940 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
13941 (synopsis "Plot p-values using single SNP and/or haplotype data")
13942 (description
13943 "This package helps you create plots of p-values using single SNP and/or
13944 haplotype data. Main features of the package include options to display a
13945 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
13946 datasets simultaneously. Plots can be created using global and/or individual
13947 haplotype p-values along with single SNP p-values. Images are created as
13948 either PDF/EPS files.")
13949 (license license:gpl2+)))
13950
13951 (define-public r-polspline
13952 (package
13953 (name "r-polspline")
13954 (version "1.1.19")
13955 (source
13956 (origin
13957 (method url-fetch)
13958 (uri (cran-uri "polspline" version))
13959 (sha256
13960 (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
13961 (build-system r-build-system)
13962 (native-inputs `(("gfortran" ,gfortran)))
13963 (home-page "https://cran.r-project.org/web/packages/polspline/")
13964 (synopsis "Polynomial spline routines")
13965 (description
13966 "This package provides routines for the polynomial spline fitting
13967 routines hazard regression, hazard estimation with flexible tails, logspline,
13968 lspec, polyclass, and polymars.")
13969 (license license:gpl2+)))
13970
13971 (define-public r-rms
13972 (package
13973 (name "r-rms")
13974 (version "6.0-0")
13975 (source
13976 (origin
13977 (method url-fetch)
13978 (uri (cran-uri "rms" version))
13979 (sha256
13980 (base32 "0m88m63d19qz03x8v56h4rrblln3d2943spi1v4wxxnbcdk22np9"))))
13981 (build-system r-build-system)
13982 (propagated-inputs
13983 `(("r-cluster" ,r-cluster)
13984 ("r-digest" ,r-digest)
13985 ("r-ggplot2" ,r-ggplot2)
13986 ("r-hmisc" ,r-hmisc)
13987 ("r-htmltable" ,r-htmltable)
13988 ("r-htmltools" ,r-htmltools)
13989 ("r-lattice" ,r-lattice)
13990 ("r-mass" ,r-mass)
13991 ("r-multcomp" ,r-multcomp)
13992 ("r-nlme" ,r-nlme)
13993 ("r-polspline" ,r-polspline)
13994 ("r-quantreg" ,r-quantreg)
13995 ("r-rpart" ,r-rpart)
13996 ("r-sparsem" ,r-sparsem)
13997 ("r-survival" ,r-survival)))
13998 (native-inputs `(("gfortran" ,gfortran)))
13999 (home-page "http://biostat.mc.vanderbilt.edu/rms")
14000 (synopsis "Regression modeling strategies")
14001 (description
14002 "This is a package for regression modeling, testing, estimation,
14003 validation, graphics, prediction, and typesetting by storing enhanced model
14004 design attributes in the fit. The rms package is a collection of functions
14005 that assist with and streamline modeling. It also contains functions for
14006 binary and ordinal logistic regression models, ordinal models for continuous Y
14007 with a variety of distribution families, and the Buckley-James multiple
14008 regression model for right-censored responses, and implements penalized
14009 maximum likelihood estimation for logistic and ordinary linear models. The
14010 package works with almost any regression model, but it was especially written
14011 to work with binary or ordinal regression models, Cox regression, accelerated
14012 failure time models, ordinary linear models, the Buckley-James model,
14013 generalized least squares for serially or spatially correlated observations,
14014 generalized linear models, and quantile regression.")
14015 (license license:gpl2+)))
14016
14017 (define-public r-haplo-stats
14018 (package
14019 (name "r-haplo-stats")
14020 (version "1.7.9")
14021 (source
14022 (origin
14023 (method url-fetch)
14024 (uri (cran-uri "haplo.stats" version))
14025 (sha256
14026 (base32
14027 "19kxascqq5qz0zdxx0w837ji207y1z2ggxkl4vmlbay03k2dw2mx"))))
14028 (properties `((upstream-name . "haplo.stats")))
14029 (build-system r-build-system)
14030 (propagated-inputs
14031 `(("r-rms" ,r-rms)))
14032 (native-inputs
14033 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
14034 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
14035 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
14036 (description
14037 "This package provides routines for the analysis of indirectly measured
14038 haplotypes. The statistical methods assume that all subjects are unrelated
14039 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
14040 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
14041 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
14042 examples in the vignette.")
14043 (license license:gpl2+)))
14044
14045 (define-public r-bqtl
14046 (package
14047 (name "r-bqtl")
14048 (version "1.0-32")
14049 (source
14050 (origin
14051 (method url-fetch)
14052 (uri (cran-uri "bqtl" version))
14053 (sha256
14054 (base32
14055 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
14056 (build-system r-build-system)
14057 (native-inputs `(("gfortran" ,gfortran)))
14058 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
14059 (synopsis "Bayesian QTL mapping toolkit")
14060 (description
14061 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
14062 lines. It includes maximum likelihood and Bayesian tools.")
14063 (license license:gpl2+)))
14064
14065 (define-public r-ibdreg
14066 (package
14067 (name "r-ibdreg")
14068 (version "0.2.5")
14069 (source
14070 (origin
14071 (method url-fetch)
14072 (uri (cran-uri "ibdreg" version))
14073 (sha256
14074 (base32
14075 "1kaa5q1byi30wzr0mw4w2cv1ssxprzcwf91wrpqwkgcsdy7dkh2g"))))
14076 (build-system r-build-system)
14077 (home-page "https://www.mayo.edu/research/labs/\
14078 statistical-genetics-genetic-epidemiology/software")
14079 (synopsis "Regression methods for IBD linkage with covariates")
14080 (description
14081 "This package provides a method to test genetic linkage with covariates
14082 by regression methods with response IBD sharing for relative pairs. Account
14083 for correlations of IBD statistics and covariates for relative pairs within
14084 the same pedigree.")
14085 (license license:gpl2+)))
14086
14087 (define-public r-dlmap
14088 (package
14089 (name "r-dlmap")
14090 (version "1.13")
14091 (source
14092 (origin
14093 (method url-fetch)
14094 (uri (cran-uri "dlmap" version))
14095 (sha256
14096 (base32
14097 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
14098 (build-system r-build-system)
14099 (propagated-inputs
14100 `(("r-ibdreg" ,r-ibdreg)
14101 ("r-mgcv" ,r-mgcv)
14102 ("r-nlme" ,r-nlme)
14103 ("r-qtl" ,r-qtl)
14104 ("r-wgaim" ,r-wgaim)))
14105 (home-page "https://cran.r-project.org/web/packages/dlmap/")
14106 (synopsis "Detection localization mapping for QTL")
14107 (description
14108 "This is package for QTL mapping in a mixed model framework with separate
14109 detection and localization stages. The first stage detects the number of QTL
14110 on each chromosome based on the genetic variation due to grouped markers on
14111 the chromosome; the second stage uses this information to determine the most
14112 likely QTL positions. The mixed model can accommodate general fixed and
14113 random effects, including spatial effects in field trials and pedigree
14114 effects. It is applicable to backcrosses, doubled haploids, recombinant
14115 inbred lines, F2 intercrosses, and association mapping populations.")
14116 (license license:gpl2)))
14117
14118 (define-public r-ldheatmap
14119 (package
14120 (name "r-ldheatmap")
14121 (version "0.99-8")
14122 (source
14123 (origin
14124 (method url-fetch)
14125 (uri (cran-uri "LDheatmap" version))
14126 (sha256
14127 (base32
14128 "1x3da3rbhyqb2ddngi48qv7vzb6vc347n9qhryr70qgcc1xvqj4z"))))
14129 (properties `((upstream-name . "LDheatmap")))
14130 (build-system r-build-system)
14131 (propagated-inputs
14132 `(("r-genetics" ,r-genetics)
14133 ("r-rcpp" ,r-rcpp)
14134 ("r-snpstats" ,r-snpstats)))
14135 (home-page "https://stat.sfu.ca/statgen/research/ldheatmap.html")
14136 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
14137 (description
14138 "This package provides tools to produce a graphical display, as a heat
14139 map, of measures of pairwise linkage disequilibria between SNPs. Users may
14140 optionally include the physical locations or genetic map distances of each SNP
14141 on the plot.")
14142 (license license:gpl3)))
14143
14144 (define-public r-hwde
14145 (package
14146 (name "r-hwde")
14147 (version "0.67")
14148 (source
14149 (origin
14150 (method url-fetch)
14151 (uri (cran-uri "hwde" version))
14152 (sha256
14153 (base32
14154 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
14155 (build-system r-build-system)
14156 (home-page "https://cran.r-project.org/web/packages/hwde/")
14157 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
14158 (description
14159 "This package fits models for genotypic disequilibria, as described in
14160 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
14161 terms are available that account for first order interactions between loci.
14162 It also implements, for a single locus in a single population, a conditional
14163 exact test for Hardy-Weinberg equilibrium.")
14164 (license license:gpl2+)))
14165
14166 (define-public r-tdthap
14167 (package
14168 (name "r-tdthap")
14169 (version "1.1-11")
14170 (source
14171 (origin
14172 (method url-fetch)
14173 (uri (cran-uri "tdthap" version))
14174 (sha256
14175 (base32
14176 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
14177 (build-system r-build-system)
14178 (home-page "https://cran.r-project.org/web/packages/tdthap/")
14179 (synopsis "TDT tests for extended haplotypes")
14180 (description
14181 "Functions and examples are provided for transmission/disequilibrium
14182 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
14183 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
14184 (license license:artistic2.0)))
14185
14186 (define-public r-sparql
14187 (package
14188 (name "r-sparql")
14189 (version "1.16")
14190 (source (origin
14191 (method url-fetch)
14192 (uri (cran-uri "SPARQL" version))
14193 (sha256
14194 (base32
14195 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
14196 (properties `((upstream-name . "SPARQL")))
14197 (build-system r-build-system)
14198 (propagated-inputs
14199 `(("r-rcurl" ,r-rcurl)
14200 ("r-xml" ,r-xml)))
14201 (home-page "https://cran.r-project.org/web/packages/SPARQL")
14202 (synopsis "SPARQL client for R")
14203 (description "This package provides an interface to use SPARQL to pose
14204 SELECT or UPDATE queries to an end-point.")
14205 ;; The only license indication is found in the DESCRIPTION file,
14206 ;; which states GPL-3. So we cannot assume GPLv3+.
14207 (license license:gpl3)))
14208
14209 (define-public r-bookdown
14210 (package
14211 (name "r-bookdown")
14212 (version "0.20")
14213 (source (origin
14214 (method url-fetch)
14215 (uri (cran-uri "bookdown" version))
14216 (sha256
14217 (base32
14218 "0gnshkp1aj7f29sjkhzxn890hz39nwaqdln61x8apmrc658nacdg"))))
14219 (build-system r-build-system)
14220 (propagated-inputs
14221 `(("r-htmltools" ,r-htmltools)
14222 ("r-knitr" ,r-knitr)
14223 ("r-rmarkdown" ,r-rmarkdown)
14224 ("r-tinytex" ,r-tinytex)
14225 ("r-xfun" ,r-xfun)
14226 ("pandoc" ,ghc-pandoc)))
14227 (home-page "https://github.com/rstudio/bookdown")
14228 (synopsis "Authoring books and technical documents with R markdown")
14229 (description "This package provides output formats and utilities for
14230 authoring books and technical documents with R Markdown.")
14231 (license license:gpl3)))
14232
14233 (define-public r-optparse
14234 (package
14235 (name "r-optparse")
14236 (version "1.6.6")
14237 (source
14238 (origin
14239 (method url-fetch)
14240 (uri (cran-uri "optparse" version))
14241 (sha256
14242 (base32
14243 "1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
14244 (build-system r-build-system)
14245 (propagated-inputs
14246 `(("r-getopt" ,r-getopt)))
14247 (native-inputs
14248 `(("r-knitr" ,r-knitr)))
14249 (home-page "https://github.com/trevorld/optparse")
14250 (synopsis "Command line option parser")
14251 (description
14252 "This package provides a command line parser inspired by Python's
14253 @code{optparse} library to be used with Rscript to write shebang scripts
14254 that accept short and long options.")
14255 (license license:gpl2+)))
14256
14257 (define-public r-wgcna
14258 (package
14259 (name "r-wgcna")
14260 (version "1.69")
14261 (source
14262 (origin
14263 (method url-fetch)
14264 (uri (cran-uri "WGCNA" version))
14265 (sha256
14266 (base32
14267 "022hkprnrafvggi8pkjffkvk1qlnibmbbxxrni00wkrdbga5589f"))))
14268 (properties `((upstream-name . "WGCNA")))
14269 (build-system r-build-system)
14270 (propagated-inputs
14271 `(("r-annotationdbi" ,r-annotationdbi)
14272 ("r-doparallel" ,r-doparallel)
14273 ("r-dynamictreecut" ,r-dynamictreecut)
14274 ("r-fastcluster" ,r-fastcluster)
14275 ("r-foreach" ,r-foreach)
14276 ("r-go-db" ,r-go-db)
14277 ("r-hmisc" ,r-hmisc)
14278 ("r-impute" ,r-impute)
14279 ("r-rcpp" ,r-rcpp)
14280 ("r-survival" ,r-survival)
14281 ("r-matrixstats" ,r-matrixstats)
14282 ("r-preprocesscore" ,r-preprocesscore)))
14283 (home-page
14284 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
14285 (synopsis "Weighted correlation network analysis")
14286 (description
14287 "This package provides functions necessary to perform Weighted
14288 Correlation Network Analysis on high-dimensional data. It includes functions
14289 for rudimentary data cleaning, construction and summarization of correlation
14290 networks, module identification and functions for relating both variables and
14291 modules to sample traits. It also includes a number of utility functions for
14292 data manipulation and visualization.")
14293 (license license:gpl2+)))
14294
14295 (define-public r-kernlab
14296 (package
14297 (name "r-kernlab")
14298 (version "0.9-29")
14299 (source
14300 (origin
14301 (method url-fetch)
14302 (uri (cran-uri "kernlab" version))
14303 (sha256
14304 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
14305 (build-system r-build-system)
14306 (home-page "https://cran.r-project.org/web/packages/kernlab")
14307 (synopsis "Kernel-based machine learning tools")
14308 (description
14309 "This package provides kernel-based machine learning methods for
14310 classification, regression, clustering, novelty detection, quantile regression
14311 and dimensionality reduction. Among other methods @code{kernlab} includes
14312 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
14313 and a QP solver.")
14314 (license license:gpl2)))
14315
14316 (define-public r-hierfstat
14317 (package
14318 (name "r-hierfstat")
14319 (version "0.04-22")
14320 (source
14321 (origin
14322 (method url-fetch)
14323 (uri (cran-uri "hierfstat" version))
14324 (sha256
14325 (base32
14326 "1fav2v2996v5kb1ffa6v5wxfm921syxg6as034vd3j4jfhdibyfx"))))
14327 (build-system r-build-system)
14328 (propagated-inputs
14329 `(("r-ade4" ,r-ade4)
14330 ("r-adegenet" ,r-adegenet)
14331 ("r-gtools" ,r-gtools)))
14332 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
14333 (synopsis "Estimation and tests of hierarchical F-statistics")
14334 (description
14335 "This package allows the estimation of hierarchical F-statistics from
14336 haploid or diploid genetic data with any numbers of levels in the hierarchy,
14337 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
14338 are also given to test via randomisations the significance of each F and
14339 variance components, using the likelihood-ratio statistics G.")
14340 (license license:gpl2+)))
14341
14342 (define-public r-hapassoc
14343 (package
14344 (name "r-hapassoc")
14345 (version "1.2-8")
14346 (source
14347 (origin
14348 (method url-fetch)
14349 (uri (cran-uri "hapassoc" version))
14350 (sha256
14351 (base32
14352 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
14353 (build-system r-build-system)
14354 (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html")
14355 (synopsis "Inference of trait associations with SNP haplotypes")
14356 (description
14357 "Hapassoc performs likelihood inference of trait associations with
14358 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
14359 functions are developed primarily for data collected in cohort or
14360 cross-sectional studies. They can accommodate uncertain haplotype phase and
14361 handle missing genotypes at some SNPs.")
14362 (license license:gpl2)))
14363
14364 (define-public r-sampling
14365 (package
14366 (name "r-sampling")
14367 (version "2.8")
14368 (source
14369 (origin
14370 (method url-fetch)
14371 (uri (cran-uri "sampling" version))
14372 (sha256
14373 (base32
14374 "06pj7dan0mknpsblmlnk7am78qrnwgnql5vvx7vmbfvib7rj6s9m"))))
14375 (build-system r-build-system)
14376 (propagated-inputs
14377 `(("r-lpsolve" ,r-lpsolve)
14378 ("r-mass" ,r-mass)))
14379 (home-page "https://cran.r-project.org/web/packages/sampling/")
14380 (synopsis "Survey sampling")
14381 (description
14382 "This package provides functions for drawing and calibrating samples.")
14383 (license license:gpl2+)))
14384
14385 (define-public r-r2html
14386 (package
14387 (name "r-r2html")
14388 (version "2.3.2")
14389 (source
14390 (origin
14391 (method url-fetch)
14392 (uri (cran-uri "R2HTML" version))
14393 (sha256
14394 (base32
14395 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
14396 (properties `((upstream-name . "R2HTML")))
14397 (build-system r-build-system)
14398 (home-page "https://github.com/nalimilan/R2HTML")
14399 (synopsis "HTML export for R objects")
14400 (description
14401 "This package includes HTML functions and methods to write in an HTML
14402 file. Thus, making HTML reports is easy. It includes a function that allows
14403 redirection on the fly, which appears to be very useful for teaching purposes,
14404 as the student can keep a copy of the produced output to keep all that they
14405 did during the course. The package comes with a vignette describing how to
14406 write HTML reports for statistical analysis. Finally, a driver for Sweave
14407 parses HTML flat files containing R code and to automatically write
14408 the corresponding outputs (tables and graphs).")
14409 (license license:gpl2+)))
14410
14411 (define-public r-rjava
14412 (package
14413 (name "r-rjava")
14414 (version "0.9-13")
14415 (source
14416 (origin
14417 (method url-fetch)
14418 (uri (cran-uri "rJava" version))
14419 (sha256
14420 (base32
14421 "1x3mihyqzr61j52rwaqciw43mkjzmhib4s6qf57v6xj40ksqh5jv"))))
14422 (properties `((upstream-name . "rJava")))
14423 (build-system r-build-system)
14424 (arguments
14425 `(#:modules ((guix build utils)
14426 (guix build r-build-system)
14427 (ice-9 match))
14428 #:phases
14429 (modify-phases %standard-phases
14430 (add-after 'unpack 'set-JAVA_HOME
14431 (lambda* (#:key inputs #:allow-other-keys)
14432 (let ((jdk (assoc-ref inputs "jdk")))
14433 (setenv "JAVA_HOME" jdk)
14434 (setenv "JAVA" (which "java"))
14435 (setenv "JAR" (which "jar"))
14436 (setenv "JAVAC" (which "javac"))
14437 (setenv "JAVAH" (which "javah"))
14438 (setenv "JAVA_CPPFLAGS"
14439 (string-append "-I" jdk "/include "
14440 "-I" jdk "/include/linux"))
14441 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
14442 ((lib) (setenv "JAVA_LIBS" lib))
14443 (_ (error "Could not find libjvm.so"))))
14444 #t)))))
14445 (inputs
14446 `(("icu4c" ,icu4c)
14447 ("jdk" ,icedtea-8 "jdk")
14448 ("pcre" ,pcre)
14449 ("zlib" ,zlib)))
14450 (home-page "https://www.rforge.net/rJava/")
14451 (synopsis "Low-Level R to Java interface")
14452 (description
14453 "This package provides a low-level interface to the Java VM very much
14454 like .C/.Call and friends. It allows the creation of objects, calling methods
14455 and accessing fields.")
14456 (license license:gpl2)))
14457
14458 (define-public r-svmisc
14459 (package
14460 (name "r-svmisc")
14461 (version "1.1.0")
14462 (source
14463 (origin
14464 (method url-fetch)
14465 (uri (cran-uri "svMisc" version))
14466 (sha256
14467 (base32
14468 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
14469 (properties `((upstream-name . "svMisc")))
14470 (build-system r-build-system)
14471 (home-page "https://github.com/SciViews/svMisc")
14472 (synopsis "Miscellaneous functions for SciViews")
14473 (description
14474 "This package provides miscellaneous functions for SciViews or general
14475 use, including tools to manage a temporary environment attached to the search
14476 path for temporary variables you do not want to @code{save()} or
14477 @code{load()}; test the current platform; showing progress bars, etc.")
14478 (license license:gpl2)))
14479
14480 (define-public r-xyz
14481 (package
14482 (name "r-xyz")
14483 (version "0.2")
14484 (source
14485 (origin
14486 (method url-fetch)
14487 (uri (cran-uri "xyz" version))
14488 (sha256
14489 (base32
14490 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
14491 (build-system r-build-system)
14492 (propagated-inputs
14493 `(("r-rcpp" ,r-rcpp)))
14494 (home-page "https://cran.r-project.org/web/packages/xyz/")
14495 (synopsis "Algorithm for fast interaction search in high-dimensional data")
14496 (description
14497 "High dimensional interaction search by brute force requires a quadratic
14498 computational cost in the number of variables. The xyz algorithm provably
14499 finds strong interactions in almost linear time. For details of the algorithm
14500 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
14501 interaction search in high-dimensional data.")
14502 ;; Any version of the GPL.
14503 (license license:gpl2+)))
14504
14505 (define-public r-rttf2pt1
14506 (package
14507 (name "r-rttf2pt1")
14508 (version "1.3.8")
14509 (source
14510 (origin
14511 (method url-fetch)
14512 (uri (cran-uri "Rttf2pt1" version))
14513 (sha256
14514 (base32
14515 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
14516 (properties `((upstream-name . "Rttf2pt1")))
14517 (build-system r-build-system)
14518 (home-page "https://github.com/wch/Rttf2pt1")
14519 (synopsis "Font conversion utility")
14520 (description
14521 "This package contains the program @code{ttf2pt1}, for use with the
14522 @code{extrafont} package.")
14523 ;; Most of the files are covered under the Expat license. Some files are
14524 ;; covered under BSD-3. Deviations for individual files are recorded in
14525 ;; the LICENSE file.
14526 (license (list license:bsd-3 license:expat
14527 (license:non-copyleft "file://LICENSE")))))
14528
14529 (define-public r-extrafontdb
14530 (package
14531 (name "r-extrafontdb")
14532 (version "1.0")
14533 (source
14534 (origin
14535 (method url-fetch)
14536 (uri (cran-uri "extrafontdb" version))
14537 (sha256
14538 (base32
14539 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
14540 (build-system r-build-system)
14541 (home-page "https://github.com/wch/extrafontdb")
14542 (synopsis "Database for the extrafont package")
14543 (description
14544 "This package holds the database for the @code{extrafont} package.")
14545 (license license:gpl2)))
14546
14547 (define-public r-extrafont
14548 (package
14549 (name "r-extrafont")
14550 (version "0.17")
14551 (source
14552 (origin
14553 (method url-fetch)
14554 (uri (cran-uri "extrafont" version))
14555 (sha256
14556 (base32
14557 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
14558 (build-system r-build-system)
14559 (propagated-inputs
14560 `(("r-extrafontdb" ,r-extrafontdb)
14561 ("r-rttf2pt1" ,r-rttf2pt1)))
14562 (home-page "https://github.com/wch/extrafont")
14563 (synopsis "Tools for using fonts in R")
14564 (description
14565 "The extrafont package makes it easier to use fonts other than the basic
14566 PostScript fonts that R uses. Fonts that are imported into extrafont can be
14567 used with PDF or PostScript output files. There are two hurdles for using
14568 fonts in PDF (or Postscript) output files:
14569
14570 @enumerate
14571 @item Making R aware of the font and the dimensions of the characters.
14572 @item Embedding the fonts in the PDF file so that the PDF can be displayed
14573 properly on a device that doesn't have the font. This is usually needed if
14574 you want to print the PDF file or share it with others.
14575 @end enumerate
14576
14577 The extrafont package makes both of these things easier.")
14578 (license license:gpl2)))
14579
14580 (define-public r-xkcd
14581 (package
14582 (name "r-xkcd")
14583 (version "0.0.6")
14584 (source
14585 (origin
14586 (method url-fetch)
14587 (uri (cran-uri "xkcd" version))
14588 (sha256
14589 (base32
14590 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
14591 (build-system r-build-system)
14592 (propagated-inputs
14593 `(("r-extrafont" ,r-extrafont)
14594 ("r-ggplot2" ,r-ggplot2)
14595 ("r-hmisc" ,r-hmisc)))
14596 (home-page "https://cran.r-project.org/web/packages/xkcd/")
14597 (synopsis "Plot ggplot2 graphics in the XKCD style")
14598 (description
14599 "This package provides the means to plot ggplot2 graphs in the style of
14600 the XKCD web comic.")
14601 (license license:gpl3)))
14602
14603 (define-public r-msigdbr
14604 (package
14605 (name "r-msigdbr")
14606 (version "7.1.1")
14607 (source
14608 (origin
14609 (method url-fetch)
14610 (uri (cran-uri "msigdbr" version))
14611 (sha256
14612 (base32
14613 "0jvi49qa7616s58p0rx66pcw7h12rc8kgcg9225jk7pc3934hnzh"))))
14614 (build-system r-build-system)
14615 (propagated-inputs
14616 `(("r-dplyr" ,r-dplyr)
14617 ("r-magrittr" ,r-magrittr)
14618 ("r-rlang" ,r-rlang)
14619 ("r-tibble" ,r-tibble)))
14620 (native-inputs
14621 `(("r-knitr" ,r-knitr)))
14622 (home-page "https://github.com/igordot/msigdbr")
14623 (synopsis "MSigDB gene sets for multiple organisms")
14624 (description
14625 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
14626 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
14627 software in a standard R data frame with key-value pairs. Included are the
14628 original human gene symbols and Entrez IDs as well as the equivalents for
14629 various frequently studied model organisms such as mouse, rat, pig, fly, and
14630 yeast.")
14631 ;; The package is covered under the Expat license, but the upstream MSigDB
14632 ;; files are made available under the Creative Commons Attribution 4.0
14633 ;; International license.
14634 (license (list license:expat license:cc-by4.0))))
14635
14636 (define-public r-gridgraphics
14637 (package
14638 (name "r-gridgraphics")
14639 (version "0.5-0")
14640 (source
14641 (origin
14642 (method url-fetch)
14643 (uri (cran-uri "gridGraphics" version))
14644 (sha256
14645 (base32
14646 "0rlyc3xk8kfrfzbfd8n4javq3yxqd7lsfmi4q5n6s61srnrl6c1r"))))
14647 (properties `((upstream-name . "gridGraphics")))
14648 (build-system r-build-system)
14649 (home-page "https://github.com/pmur002/gridgraphics")
14650 (synopsis "Redraw base graphics using @code{grid} graphics")
14651 (description
14652 "This package provides functions to convert a page of plots drawn with
14653 the @code{graphics} package into identical output drawn with the @code{grid}
14654 package. The result looks like the original @code{graphics}-based plot, but
14655 consists of @code{grid} grobs and viewports that can then be manipulated with
14656 @code{grid} functions (e.g., edit grobs and revisit viewports).")
14657 (license license:gpl2+)))
14658
14659 (define-public r-farver
14660 (package
14661 (name "r-farver")
14662 (version "2.0.3")
14663 (source
14664 (origin
14665 (method url-fetch)
14666 (uri (cran-uri "farver" version))
14667 (sha256
14668 (base32
14669 "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
14670 (build-system r-build-system)
14671 (home-page "https://github.com/thomasp85/farver")
14672 (synopsis "Vectorized color conversion and comparison")
14673 (description
14674 "The encoding of color can be handled in many different ways, using
14675 different color spaces. As different color spaces have different uses,
14676 efficient conversion between these representations are important. This
14677 package provides a set of functions that gives access to very fast color space
14678 conversion and comparisons implemented in C++, and offers 100-fold speed
14679 improvements over the @code{convertColor} function in the @code{grDevices}
14680 package.")
14681 (license license:expat)))
14682
14683 (define-public r-ggplotify
14684 (package
14685 (name "r-ggplotify")
14686 (version "0.0.5")
14687 (source
14688 (origin
14689 (method url-fetch)
14690 (uri (cran-uri "ggplotify" version))
14691 (sha256
14692 (base32
14693 "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
14694 (build-system r-build-system)
14695 (propagated-inputs
14696 `(("r-ggplot2" ,r-ggplot2)
14697 ("r-gridgraphics" ,r-gridgraphics)
14698 ("r-rvcheck" ,r-rvcheck)))
14699 (native-inputs
14700 `(("r-knitr" ,r-knitr)))
14701 (home-page "https://github.com/GuangchuangYu/ggplotify")
14702 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
14703 (description
14704 "This package provides tools to convert plot function calls (using
14705 expression or formula) to @code{grob} or @code{ggplot} objects that are
14706 compatible with the @code{grid} and @code{ggplot2} environment. With this
14707 package, we are able to e.g. use @code{cowplot} to align plots produced by
14708 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
14709 converting them to @code{ggplot} objects.")
14710 (license license:artistic2.0)))
14711
14712 (define-public r-triebeard
14713 (package
14714 (name "r-triebeard")
14715 (version "0.3.0")
14716 (source
14717 (origin
14718 (method url-fetch)
14719 (uri (cran-uri "triebeard" version))
14720 (sha256
14721 (base32
14722 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
14723 (build-system r-build-system)
14724 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
14725 (home-page "https://github.com/Ironholds/triebeard/")
14726 (synopsis "Radix trees in Rcpp")
14727 (description
14728 "Radix trees, or tries, are key-value data structures optimized for
14729 efficient lookups, similar in purpose to hash tables. This package provides
14730 an implementation of radix trees for use in R programming and in developing
14731 packages with Rcpp.")
14732 (license license:expat)))
14733
14734 (define-public r-tweenr
14735 (package
14736 (name "r-tweenr")
14737 (version "1.0.1")
14738 (source
14739 (origin
14740 (method url-fetch)
14741 (uri (cran-uri "tweenr" version))
14742 (sha256
14743 (base32
14744 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
14745 (build-system r-build-system)
14746 (propagated-inputs
14747 `(("r-farver" ,r-farver)
14748 ("r-magrittr" ,r-magrittr)
14749 ("r-rcpp" ,r-rcpp)
14750 ("r-rlang" ,r-rlang)))
14751 (home-page "https://github.com/thomasp85/tweenr")
14752 (synopsis "Interpolate data for smooth animations")
14753 (description
14754 "In order to create smooth animation between states of data, tweening is
14755 necessary. This package provides a range of functions for creating tweened
14756 data that can be used as basis for animation. Furthermore it adds a number of
14757 vectorized interpolaters for common R data types such as numeric, date and
14758 color.")
14759 (license license:expat)))
14760
14761 (define-public r-polyclip
14762 (package
14763 (name "r-polyclip")
14764 (version "1.10-0")
14765 (source
14766 (origin
14767 (method url-fetch)
14768 (uri (cran-uri "polyclip" version))
14769 (sha256
14770 (base32
14771 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
14772 (build-system r-build-system)
14773 (native-inputs `(("pkg-config" ,pkg-config)))
14774 (home-page "http://www.angusj.com/delphi/clipper.php")
14775 (synopsis "Polygon clipping")
14776 (description
14777 "This package provides an R port of the library Clipper. It performs
14778 polygon clipping operations (intersection, union, set minus, set difference)
14779 for polygonal regions of arbitrary complexity, including holes. It computes
14780 offset polygons (spatial buffer zones, morphological dilations, Minkowski
14781 dilations) for polygonal regions and polygonal lines. It computes the
14782 Minkowski Sum of general polygons. There is a function for removing
14783 self-intersections from polygon data.")
14784 (license license:boost1.0)))
14785
14786 (define-public r-urltools
14787 (package
14788 (name "r-urltools")
14789 (version "1.7.3")
14790 (source
14791 (origin
14792 (method url-fetch)
14793 (uri (cran-uri "urltools" version))
14794 (sha256
14795 (base32
14796 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
14797 (build-system r-build-system)
14798 (propagated-inputs
14799 `(("r-rcpp" ,r-rcpp)
14800 ("r-triebeard" ,r-triebeard)))
14801 (home-page "https://github.com/Ironholds/urltools/")
14802 (synopsis "Vectorized tools for URL handling and parsing")
14803 (description
14804 "This package provides a toolkit for all URL-handling needs, including
14805 encoding and decoding, parsing, parameter extraction and modification. All
14806 functions are designed to be both fast and entirely vectorized. It is
14807 intended to be useful for people dealing with web-related datasets, such as
14808 server-side logs, although may be useful for other situations involving large
14809 sets of URLs.")
14810 (license license:expat)))
14811
14812 (define-public r-ggforce
14813 (package
14814 (name "r-ggforce")
14815 (version "0.3.2")
14816 (source
14817 (origin
14818 (method url-fetch)
14819 (uri (cran-uri "ggforce" version))
14820 (sha256
14821 (base32
14822 "1lplxyq5bgx90dgaimhynpcywag1gp6vlsy7q52ay1nfc35qmkjc"))))
14823 (build-system r-build-system)
14824 (propagated-inputs
14825 `(("r-ggplot2" ,r-ggplot2)
14826 ("r-gtable" ,r-gtable)
14827 ("r-mass" ,r-mass)
14828 ("r-polyclip" ,r-polyclip)
14829 ("r-rcpp" ,r-rcpp)
14830 ("r-rcppeigen" ,r-rcppeigen)
14831 ("r-rlang" ,r-rlang)
14832 ("r-scales" ,r-scales)
14833 ("r-tidyselect" ,r-tidyselect)
14834 ("r-tweenr" ,r-tweenr)
14835 ("r-withr" ,r-withr)))
14836 (home-page "https://ggforce.data-imaginist.com")
14837 (synopsis "Accelerating ggplot2")
14838 (description
14839 "The aim of the ggplot2 package is to aid in visual data investigations.
14840 This focus has led to a lack of facilities for composing specialized plots.
14841 Thi package aims to be a collection of mainly new statistics and geometries
14842 that fills this gap.")
14843 (license license:expat)))
14844
14845 (define-public r-europepmc
14846 (package
14847 (name "r-europepmc")
14848 (version "0.4")
14849 (source
14850 (origin
14851 (method url-fetch)
14852 (uri (cran-uri "europepmc" version))
14853 (sha256
14854 (base32
14855 "174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
14856 (build-system r-build-system)
14857 (propagated-inputs
14858 `(("r-dplyr" ,r-dplyr)
14859 ("r-httr" ,r-httr)
14860 ("r-jsonlite" ,r-jsonlite)
14861 ("r-plyr" ,r-plyr)
14862 ("r-progress" ,r-progress)
14863 ("r-purrr" ,r-purrr)
14864 ("r-rlang" ,r-rlang)
14865 ("r-tibble" ,r-tibble)
14866 ("r-tidyr" ,r-tidyr)
14867 ("r-urltools" ,r-urltools)
14868 ("r-xml2" ,r-xml2)))
14869 (native-inputs
14870 `(("r-knitr" ,r-knitr)))
14871 (home-page "https://github.com/ropensci/europepmc/")
14872 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
14873 (description
14874 "This package provides an R Client for the
14875 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
14876 Service}. It gives access to both metadata on life science literature and
14877 open access full texts. Europe PMC indexes all PubMed content and other
14878 literature sources including Agricola, a bibliographic database of citations
14879 to the agricultural literature, or Biological Patents. In addition to
14880 bibliographic metadata, the client allows users to fetch citations and
14881 reference lists. Links between life-science literature and other EBI
14882 databases, including ENA, PDB or ChEMBL are also accessible.")
14883 (license license:gpl3)))
14884
14885 (define-public r-ggraph
14886 (package
14887 (name "r-ggraph")
14888 (version "2.0.3")
14889 (source
14890 (origin
14891 (method url-fetch)
14892 (uri (cran-uri "ggraph" version))
14893 (sha256
14894 (base32
14895 "1pz06j0za4p6dc3fqjzcw8bpym70bmnfcvpv1q34r74rnwzjdyvq"))))
14896 (build-system r-build-system)
14897 (propagated-inputs
14898 `(("r-digest" ,r-digest)
14899 ("r-dplyr" ,r-dplyr)
14900 ("r-ggforce" ,r-ggforce)
14901 ("r-ggplot2" ,r-ggplot2)
14902 ("r-ggrepel" ,r-ggrepel)
14903 ("r-graphlayouts" ,r-graphlayouts)
14904 ("r-gtable" ,r-gtable)
14905 ("r-igraph" ,r-igraph)
14906 ("r-mass" ,r-mass)
14907 ("r-rcpp" ,r-rcpp)
14908 ("r-rlang" ,r-rlang)
14909 ("r-scales" ,r-scales)
14910 ("r-tidygraph" ,r-tidygraph)
14911 ("r-viridis" ,r-viridis)))
14912 (native-inputs
14913 `(("r-knitr" ,r-knitr)))
14914 (home-page "https://cran.r-project.org/web/packages/ggraph/")
14915 (synopsis "Implementation of grammar of graphics for graphs and networks")
14916 (description
14917 "The grammar of graphics as implemented in ggplot2 is a poor fit for
14918 graph and network visualizations due to its reliance on tabular data input.
14919 The ggraph package is an extension of the ggplot2 API tailored to graph
14920 visualizations and provides the same flexible approach to building up plots
14921 layer by layer.")
14922 (license license:gpl3)))
14923
14924 (define-public r-varselrf
14925 (package
14926 (name "r-varselrf")
14927 (version "0.7-8")
14928 (source
14929 (origin
14930 (method url-fetch)
14931 (uri (cran-uri "varSelRF" version))
14932 (sha256
14933 (base32
14934 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
14935 (properties `((upstream-name . "varSelRF")))
14936 (build-system r-build-system)
14937 (propagated-inputs
14938 `(("r-randomforest" ,r-randomforest)))
14939 (home-page "https://www.ligarto.org/rdiaz/software/software")
14940 (synopsis "Variable selection using random forests")
14941 (description
14942 "This package provides tools for the variable selection from random
14943 forests using both backwards variable elimination (for the selection of small
14944 sets of non-redundant variables) and selection based on the importance
14945 spectrum (somewhat similar to scree plots; for the selection of large,
14946 potentially highly-correlated variables). The main applications are in
14947 high-dimensional data (e.g., microarray data, and other genomics and
14948 proteomics applications).")
14949 (license license:gpl2+)))
14950
14951 (define-public r-pamr
14952 (package
14953 (name "r-pamr")
14954 (version "1.56.1")
14955 (source
14956 (origin
14957 (method url-fetch)
14958 (uri (cran-uri "pamr" version))
14959 (sha256
14960 (base32
14961 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
14962 (build-system r-build-system)
14963 (propagated-inputs
14964 `(("r-cluster" ,r-cluster)
14965 ("r-survival" ,r-survival)))
14966 (native-inputs `(("gfortran" ,gfortran)))
14967 (home-page "https://cran.r-project.org/web/packages/pamr/")
14968 (synopsis "Prediction Analysis for Microarrays")
14969 (description
14970 "This package provides some functions for sample classification in
14971 microarrays.")
14972 (license license:gpl2)))
14973
14974 (define-public r-rda
14975 (package
14976 (name "r-rda")
14977 (version "1.0.2-2.1")
14978 (source
14979 (origin
14980 (method url-fetch)
14981 (uri (cran-uri "rda" version))
14982 (sha256
14983 (base32
14984 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
14985 (build-system r-build-system)
14986 (home-page "https://cran.r-project.org/web/packages/rda/")
14987 (synopsis "Shrunken centroids regularized discriminant analysis")
14988 (description
14989 "This package provides tools for shrunken centroids regularized
14990 discriminant analysis for the purpose of classifying high dimensional data.")
14991 (license license:gpl2+)))
14992
14993 (define-public r-ggvis
14994 (package
14995 (name "r-ggvis")
14996 (version "0.4.5")
14997 (source
14998 (origin
14999 (method url-fetch)
15000 (uri (cran-uri "ggvis" version))
15001 (sha256
15002 (base32
15003 "091i9f17912j8qcyxppjgwzjnyqj7769ixs9d2gjg6f2clskqdw2"))))
15004 (build-system r-build-system)
15005 (propagated-inputs
15006 `(("r-assertthat" ,r-assertthat)
15007 ("r-dplyr" ,r-dplyr)
15008 ("r-htmltools" ,r-htmltools)
15009 ("r-jsonlite" ,r-jsonlite)
15010 ("r-lazyeval" ,r-lazyeval)
15011 ("r-magrittr" ,r-magrittr)
15012 ("r-shiny" ,r-shiny)))
15013 (home-page "https://ggvis.rstudio.com/")
15014 (synopsis "Interactive grammar of graphics")
15015 (description
15016 "This package is a data visualization package for R providing an
15017 implementation of an interactive grammar of graphics, taking the best parts of
15018 ggplot2, combining them with the reactive framework of Shiny and drawing web
15019 graphics using Vega.")
15020 (license license:gpl2)))
15021
15022 (define-public r-gbm
15023 (package
15024 (name "r-gbm")
15025 (version "2.1.5")
15026 (source
15027 (origin
15028 (method url-fetch)
15029 (uri (cran-uri "gbm" version))
15030 (sha256
15031 (base32
15032 "0vs6ljaqhwwpgr8wlbhmm4v147rd82kl16rpaijqiylxcc8dxyq6"))))
15033 (build-system r-build-system)
15034 (propagated-inputs
15035 `(("r-gridextra" ,r-gridextra)
15036 ("r-lattice" ,r-lattice)
15037 ("r-survival" ,r-survival)))
15038 (home-page "https://github.com/gbm-developers/gbm")
15039 (synopsis "Generalized boosted regression models")
15040 (description
15041 "This package is an implementation of extensions to Freund and Schapire's
15042 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
15043 regression methods for least squares, absolute loss, t-distribution loss,
15044 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
15045 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
15046 and Learning to Rank measures (LambdaMart).")
15047 (license license:gpl2+)))
15048
15049 (define-public r-threejs
15050 (package
15051 (name "r-threejs")
15052 (version "0.3.3")
15053 (source
15054 (origin
15055 (method url-fetch)
15056 (uri (cran-uri "threejs" version))
15057 (sha256
15058 (base32
15059 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
15060 (build-system r-build-system)
15061 (arguments
15062 `(#:modules ((guix build utils)
15063 (guix build r-build-system)
15064 (srfi srfi-1)
15065 (ice-9 popen))
15066 #:phases
15067 (modify-phases %standard-phases
15068 (add-after 'unpack 'process-javascript
15069 (lambda* (#:key inputs #:allow-other-keys)
15070 (with-directory-excursion "inst"
15071 (call-with-values
15072 (lambda ()
15073 (unzip2
15074 `((,(assoc-ref inputs "js-jquery")
15075 "htmlwidgets/lib/jquery/jquery.min.js")
15076 (,(assoc-ref inputs "js-threejs-111")
15077 "htmlwidgets/lib/threejs-111/three.min.js"))))
15078 (lambda (sources targets)
15079 (for-each (lambda (source target)
15080 (format #t "Processing ~a --> ~a~%"
15081 source target)
15082 (delete-file target)
15083 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
15084 (call-with-output-file target
15085 (lambda (port)
15086 (dump-port minified port)))))
15087 sources targets))))
15088 #t)))))
15089 (propagated-inputs
15090 `(("r-base64enc" ,r-base64enc)
15091 ("r-crosstalk" ,r-crosstalk)
15092 ("r-htmlwidgets" ,r-htmlwidgets)
15093 ("r-igraph" ,r-igraph)))
15094 (native-inputs
15095 `(("uglify-js" ,uglify-js)
15096 ("js-jquery"
15097 ,(origin
15098 (method url-fetch)
15099 (uri "https://code.jquery.com/jquery-1.12.4.js")
15100 (sha256
15101 (base32
15102 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
15103 ("js-threejs-111"
15104 ,(origin
15105 (method url-fetch)
15106 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
15107 (sha256
15108 (base32
15109 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
15110 (home-page "https://bwlewis.github.io/rthreejs")
15111 (synopsis "Interactive 3D scatter plots, networks and globes")
15112 (description
15113 "Create interactive 3D scatter plots, network plots, and globes in R
15114 using the three.js visualization library.")
15115 (license license:expat)))
15116
15117 (define-public r-mlbench
15118 (package
15119 (name "r-mlbench")
15120 (version "2.1-1")
15121 (source
15122 (origin
15123 (method url-fetch)
15124 (uri (cran-uri "mlbench" version))
15125 (sha256
15126 (base32
15127 "1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
15128 (build-system r-build-system)
15129 (home-page "https://cran.r-project.org/web/packages/mlbench/")
15130 (synopsis "Machine learning benchmark problems")
15131 (description
15132 "This package provides a collection of artificial and real-world machine
15133 learning benchmark problems, including, e.g., several data sets from the UCI
15134 repository.")
15135 (license license:gpl2)))
15136
15137 (define-public r-mpm
15138 (package
15139 (name "r-mpm")
15140 (version "1.0-22")
15141 (source
15142 (origin
15143 (method url-fetch)
15144 (uri (cran-uri "mpm" version))
15145 (sha256
15146 (base32
15147 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
15148 (build-system r-build-system)
15149 (propagated-inputs
15150 `(("r-kernsmooth" ,r-kernsmooth)
15151 ("r-mass" ,r-mass)))
15152 (home-page "http://mpm.r-forge.r-project.org")
15153 (synopsis "Multivariate projection methods")
15154 (description
15155 "This is a package for exploratory graphical analysis of multivariate
15156 data, specifically gene expression data with different projection methods:
15157 principal component analysis, correspondence analysis, spectral map
15158 analysis.")
15159 (license license:gpl2+)))
15160
15161 (define-public r-png
15162 (package
15163 (name "r-png")
15164 (version "0.1-7")
15165 (source (origin
15166 (method url-fetch)
15167 (uri (cran-uri "png" version))
15168 (sha256
15169 (base32
15170 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
15171 (build-system r-build-system)
15172 (inputs
15173 `(("libpng" ,libpng)
15174 ("zlib" ,zlib)))
15175 (home-page "https://www.rforge.net/png/")
15176 (synopsis "Read and write PNG images")
15177 (description
15178 "This package provides an easy and simple way to read, write and display
15179 bitmap images stored in the PNG format. It can read and write both files and
15180 in-memory raw vectors.")
15181 ;; Any of these GPL versions.
15182 (license (list license:gpl2 license:gpl3))))
15183
15184 (define-public r-ggcorrplot
15185 (package
15186 (name "r-ggcorrplot")
15187 (version "0.1.3")
15188 (source
15189 (origin
15190 (method url-fetch)
15191 (uri (cran-uri "ggcorrplot" version))
15192 (sha256
15193 (base32
15194 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
15195 (build-system r-build-system)
15196 (propagated-inputs
15197 `(("r-ggplot2" ,r-ggplot2)
15198 ("r-reshape2" ,r-reshape2)))
15199 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
15200 (synopsis "Visualization of a correlation matrix using ggplot2")
15201 (description
15202 "The ggcorrplot package can be used to visualize easily a correlation
15203 matrix using ggplot2. It provides a solution for reordering the correlation
15204 matrix and displays the significance level on the plot. It also includes a
15205 function for computing a matrix of correlation p-values.")
15206 (license license:gpl2)))
15207
15208 ;; This package includes minified JavaScript files. When upgrading please
15209 ;; check that there are no new minified JavaScript files.
15210 (define-public r-flexdashboard
15211 (package
15212 (name "r-flexdashboard")
15213 (version "0.5.2")
15214 (source
15215 (origin
15216 (method url-fetch)
15217 (uri (cran-uri "flexdashboard" version))
15218 (sha256
15219 (base32
15220 "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
15221 (modules '((guix build utils)))
15222 (snippet
15223 '(begin
15224 ;; Delete bundled minified JavaScript files
15225 (delete-file "inst/htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
15226 (delete-file "inst/www/sly/sly.min.js")
15227 (delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
15228 (delete-file "inst/www/prism/prism.js")
15229 #t))))
15230 (build-system r-build-system)
15231 (arguments
15232 `(#:modules ((guix build utils)
15233 (guix build r-build-system)
15234 (srfi srfi-1)
15235 (srfi srfi-26)
15236 (ice-9 popen)
15237 (ice-9 textual-ports))
15238 #:phases
15239 (modify-phases %standard-phases
15240 (add-after 'unpack 'process-javascript
15241 (lambda* (#:key inputs #:allow-other-keys)
15242 (with-directory-excursion "inst"
15243 ;; Concatenate all components of prism.js
15244 (let ((contents (string-join
15245 (map (lambda (name)
15246 (call-with-input-file
15247 (assoc-ref inputs name)
15248 get-string-all))
15249 (list "js-prism"
15250 "js-prism-r"
15251 "js-prism-line-numbers"))
15252 "\n")))
15253 (call-with-output-file "prism-src.js"
15254 (cut display contents <>)))
15255 (call-with-values
15256 (lambda ()
15257 (unzip2
15258 `(("www/stickytableheaders/jquery.stickytableheaders.js"
15259 "www/stickytableheaders/jquery.stickytableheaders.min.js")
15260 ("www/sly/sly.js"
15261 "www/sly/sly.min.js")
15262 ("prism-src.js"
15263 "www/prism/prism.js")
15264 (,(assoc-ref inputs "js-raphael")
15265 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
15266 (,(assoc-ref inputs "js-featherlight")
15267 "www/featherlight/featherlight.min.js"))))
15268 (lambda (sources targets)
15269 (for-each (lambda (source target)
15270 (format #t "Processing ~a --> ~a~%"
15271 source target)
15272 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
15273 (call-with-output-file target
15274 (lambda (port)
15275 (dump-port minified port)))))
15276 sources targets))))
15277 #t)))))
15278 (propagated-inputs
15279 `(("r-htmltools" ,r-htmltools)
15280 ("r-htmlwidgets" ,r-htmlwidgets)
15281 ("r-jsonlite" ,r-jsonlite)
15282 ("r-knitr" ,r-knitr)
15283 ("r-rmarkdown" ,r-rmarkdown)
15284 ("r-shiny" ,r-shiny)))
15285 (native-inputs
15286 `(("uglify-js" ,uglify-js)
15287 ("js-raphael"
15288 ,(origin
15289 (method url-fetch)
15290 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
15291 (sha256
15292 (base32
15293 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
15294 ("js-prism"
15295 ,(origin
15296 (method url-fetch)
15297 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
15298 (sha256
15299 (base32
15300 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
15301 ("js-prism-r"
15302 ,(origin
15303 (method url-fetch)
15304 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
15305 (sha256
15306 (base32
15307 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
15308 ("js-prism-line-numbers"
15309 ,(origin
15310 (method url-fetch)
15311 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
15312 (sha256
15313 (base32
15314 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
15315 ("js-featherlight"
15316 ,(origin
15317 (method url-fetch)
15318 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
15319 (sha256
15320 (base32
15321 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
15322 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
15323 (synopsis "R Markdown format for flexible dashboards")
15324 (description
15325 "This package provides an R Markdown format for converting an R Markdown
15326 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
15327 of its components to the containing web page.")
15328 (license license:expat)))
15329
15330 (define-public r-preseqr
15331 (package
15332 (name "r-preseqr")
15333 (version "4.0.0")
15334 (source
15335 (origin
15336 (method url-fetch)
15337 (uri (cran-uri "preseqR" version))
15338 (sha256
15339 (base32
15340 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
15341 (properties `((upstream-name . "preseqR")))
15342 (build-system r-build-system)
15343 (propagated-inputs
15344 `(("r-polynom" ,r-polynom)))
15345 (home-page "https://cran.r-project.org/web/packages/preseqR/")
15346 (synopsis "Predicting species accumulation curves")
15347 (description
15348 "This package can be used to predict the r-species accumulation
15349 curve (r-SAC), which is the number of species represented at least r times as
15350 a function of the sampling effort. When r = 1, the curve is known as the
15351 species accumulation curve, or the library complexity curve in high-throughput
15352 genomic sequencing. The package includes both parametric and nonparametric
15353 methods, as described by Deng C, et al. (2018).")
15354 (license license:gpl3)))
15355
15356 (define-public r-mapplots
15357 (package
15358 (name "r-mapplots")
15359 (version "1.5.1")
15360 (source
15361 (origin
15362 (method url-fetch)
15363 (uri (cran-uri "mapplots" version))
15364 (sha256
15365 (base32
15366 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
15367 (build-system r-build-system)
15368 (home-page "https://cran.r-project.org/web/packages/mapplots/")
15369 (synopsis "Data visualization on maps")
15370 (description
15371 "This package helps you create simple maps; add sub-plots like pie plots
15372 to a map or any other plot; format, plot and export gridded data. The package
15373 was developed for displaying fisheries data but most functions can be used for
15374 more generic data visualisation.")
15375 (license license:gpl2+)))
15376
15377 (define-public r-pmcmr
15378 (package
15379 (name "r-pmcmr")
15380 (version "4.3")
15381 (source
15382 (origin
15383 (method url-fetch)
15384 (uri (cran-uri "PMCMR" version))
15385 (sha256
15386 (base32
15387 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
15388 (properties `((upstream-name . "PMCMR")))
15389 (build-system r-build-system)
15390 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
15391 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
15392 (description
15393 "This is a deprecated package for calculating pairwise multiple
15394 comparisons of mean rank sums. This package is superseded by the novel
15395 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
15396 compatibility of dependent packages for some time.")
15397 (license license:gpl3+)))
15398
15399 (define-public r-downloader
15400 (package
15401 (name "r-downloader")
15402 (version "0.4")
15403 (source
15404 (origin
15405 (method url-fetch)
15406 (uri (cran-uri "downloader" version))
15407 (sha256
15408 (base32
15409 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
15410 (build-system r-build-system)
15411 (propagated-inputs
15412 `(("r-digest" ,r-digest)))
15413 (home-page "https://github.com/wch/downloader")
15414 (synopsis "Download files over HTTP and HTTPS")
15415 (description
15416 "This package provides a wrapper for the @code{download.file} function,
15417 making it possible to download files over HTTPS across platforms. The
15418 @code{RCurl} package provides this functionality (and much more) but has
15419 external dependencies. This package has is implemented purely in R.")
15420 (license license:gpl2)))
15421
15422 (define-public r-rex
15423 (package
15424 (name "r-rex")
15425 (version "1.2.0")
15426 (source
15427 (origin
15428 (method url-fetch)
15429 (uri (cran-uri "rex" version))
15430 (sha256
15431 (base32
15432 "0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
15433 (build-system r-build-system)
15434 (propagated-inputs
15435 `(("r-lazyeval" ,r-lazyeval)))
15436 (native-inputs
15437 `(("r-knitr" ,r-knitr)))
15438 (home-page "https://github.com/kevinushey/rex")
15439 (synopsis "Friendly regular expressions")
15440 (description
15441 "This package provides a friendly interface for the construction of
15442 regular expressions. Regular expressions are a very powerful feature, however
15443 they are often difficult to interpret. Rex allows you to build complex
15444 regular expressions from human readable expressions")
15445 (license license:expat)))
15446
15447 (define-public r-xmlparsedata
15448 (package
15449 (name "r-xmlparsedata")
15450 (version "1.0.3")
15451 (source
15452 (origin
15453 (method url-fetch)
15454 (uri (cran-uri "xmlparsedata" version))
15455 (sha256
15456 (base32
15457 "0gjr3l5z5dp276lchr2649as1rkj56d2mlvbr66yg393zzw50lsh"))))
15458 (properties `((upstream-name . "xmlparsedata")))
15459 (build-system r-build-system)
15460 (home-page "https://github.com/r-lib/xmlparsedata#readme")
15461 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
15462 (description
15463 "This package provides tools to convert the output of
15464 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
15465 @code{XPath}, and is easier to manipulate in general.")
15466 (license license:expat)))
15467
15468 (define-public r-cyclocomp
15469 (package
15470 (name "r-cyclocomp")
15471 (version "1.1.0")
15472 (source
15473 (origin
15474 (method url-fetch)
15475 (uri (cran-uri "cyclocomp" version))
15476 (sha256
15477 (base32
15478 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
15479 (properties `((upstream-name . "cyclocomp")))
15480 (build-system r-build-system)
15481 (propagated-inputs
15482 `(("r-callr" ,r-callr)
15483 ("r-crayon" ,r-crayon)
15484 ("r-desc" ,r-desc)
15485 ("r-remotes" ,r-remotes)
15486 ("r-withr" ,r-withr)))
15487 (home-page "https://github.com/MangoTheCat/cyclocomp")
15488 (synopsis "Cyclomatic complexity of R code")
15489 (description
15490 "Cyclomatic complexity is a software metric, used to indicate the
15491 complexity of a program. It is a quantitative measure of the number of
15492 linearly independent paths through a program's source code. This package
15493 provides tools to compute this metric.")
15494 (license license:expat)))
15495
15496 (define-public r-lintr
15497 (package
15498 (name "r-lintr")
15499 (version "2.0.1")
15500 (source
15501 (origin
15502 (method url-fetch)
15503 (uri (cran-uri "lintr" version))
15504 (sha256
15505 (base32
15506 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
15507 (properties `((upstream-name . "lintr")))
15508 (build-system r-build-system)
15509 (propagated-inputs
15510 `(("r-codetools" ,r-codetools)
15511 ("r-crayon" ,r-crayon)
15512 ("r-cyclocomp" ,r-cyclocomp)
15513 ("r-digest" ,r-digest)
15514 ("r-httr" ,r-httr)
15515 ("r-jsonlite" ,r-jsonlite)
15516 ("r-knitr" ,r-knitr)
15517 ("r-rex" ,r-rex)
15518 ("r-rstudioapi" ,r-rstudioapi)
15519 ("r-testthat" ,r-testthat)
15520 ("r-xml2" ,r-xml2)
15521 ("r-xmlparsedata" ,r-xmlparsedata)))
15522 (home-page "https://github.com/jimhester/lintr")
15523 (synopsis "Linter for R code")
15524 (description "This package checks adherence to a given style, syntax
15525 errors and possible semantic issues. It supports on the fly checking of R
15526 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
15527 (license license:expat)))
15528
15529 (define-public r-sctransform
15530 (package
15531 (name "r-sctransform")
15532 (version "0.2.1")
15533 (source
15534 (origin
15535 (method url-fetch)
15536 (uri (cran-uri "sctransform" version))
15537 (sha256
15538 (base32
15539 "07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn"))))
15540 (build-system r-build-system)
15541 (propagated-inputs
15542 `(("r-future-apply" ,r-future-apply)
15543 ("r-ggplot2" ,r-ggplot2)
15544 ("r-gridextra" ,r-gridextra)
15545 ("r-mass" ,r-mass)
15546 ("r-matrix" ,r-matrix)
15547 ("r-rcpp" ,r-rcpp)
15548 ("r-rcppeigen" ,r-rcppeigen)
15549 ("r-reshape2" ,r-reshape2)))
15550 (home-page "https://github.com/ChristophH/sctransform")
15551 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
15552 (description
15553 "This package provides a normalization method for single-cell UMI count
15554 data using a variance stabilizing transformation. The transformation is based
15555 on a negative binomial regression model with regularized parameters. As part
15556 of the same regression framework, this package also provides functions for
15557 batch correction, and data correction.")
15558 (license license:gpl3)))
15559
15560 (define-public r-styler
15561 (package
15562 (name "r-styler")
15563 (version "1.3.2")
15564 (source
15565 (origin
15566 (method url-fetch)
15567 (uri (cran-uri "styler" version))
15568 (sha256
15569 (base32
15570 "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
15571 (build-system r-build-system)
15572 (propagated-inputs
15573 `(("r-backports" ,r-backports)
15574 ("r-cli" ,r-cli)
15575 ("r-magrittr" ,r-magrittr)
15576 ("r-purrr" ,r-purrr)
15577 ("r-r-cache" ,r-r-cache)
15578 ("r-rematch2" ,r-rematch2)
15579 ("r-rlang" ,r-rlang)
15580 ("r-rprojroot" ,r-rprojroot)
15581 ("r-tibble" ,r-tibble)
15582 ("r-withr" ,r-withr)
15583 ("r-xfun" ,r-xfun)))
15584 (home-page "https://github.com/r-lib/styler")
15585 (synopsis "Non-invasive pretty printing of R code")
15586 (description
15587 "This is a package for pretty-printing R code without changing the user's
15588 formatting intent.")
15589 (license license:gpl3)))
15590
15591 (define-public r-scrime
15592 (package
15593 (name "r-scrime")
15594 (version "1.3.5")
15595 (source
15596 (origin
15597 (method url-fetch)
15598 (uri (cran-uri "scrime" version))
15599 (sha256
15600 (base32
15601 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
15602 (build-system r-build-system)
15603 (home-page "https://cran.r-project.org/web/packages/scrime/")
15604 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
15605 (description
15606 "This package provides tools for the analysis of high-dimensional data
15607 developed/implemented at the group \"Statistical Complexity Reduction In
15608 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
15609 the functions can also be applied to other types of categorical data.")
15610 (license license:gpl2)))
15611
15612 (define-public r-pbmcapply
15613 (package
15614 (name "r-pbmcapply")
15615 (version "1.5.0")
15616 (source
15617 (origin
15618 (method url-fetch)
15619 (uri (cran-uri "pbmcapply" version))
15620 (sha256
15621 (base32
15622 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
15623 (build-system r-build-system)
15624 (home-page "https://github.com/kvnkuang/pbmcapply")
15625 (synopsis "Track the progress of apply procedures with a progress bar")
15626 (description
15627 "This light-weight package helps you track and visualize the progress of
15628 parallel versions of vectorized R functions of the @code{mc*apply} family.")
15629 (license license:expat)))
15630
15631 (define-public r-blme
15632 (package
15633 (name "r-blme")
15634 (version "1.0-4")
15635 (source
15636 (origin
15637 (method url-fetch)
15638 (uri (cran-uri "blme" version))
15639 (sha256
15640 (base32
15641 "1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
15642 (build-system r-build-system)
15643 (propagated-inputs `(("r-lme4" ,r-lme4)))
15644 (home-page "https://github.com/vdorie/blme")
15645 (synopsis "Bayesian linear mixed-effects models")
15646 (description
15647 "This package provides tools for maximum a posteriori estimation for
15648 linear and generalized linear mixed-effects models in a Bayesian setting. It
15649 extends the lme4 package.")
15650 (license license:gpl2+)))
15651
15652 (define-public r-batchtools
15653 (package
15654 (name "r-batchtools")
15655 (version "0.9.13")
15656 (source
15657 (origin
15658 (method url-fetch)
15659 (uri (cran-uri "batchtools" version))
15660 (sha256
15661 (base32
15662 "02bwfinwgn5nl638997javig61jmr0ci0qybmprz13jnvmam1yns"))))
15663 (build-system r-build-system)
15664 (propagated-inputs
15665 `(("r-backports" ,r-backports)
15666 ("r-base64url" ,r-base64url)
15667 ("r-brew" ,r-brew)
15668 ("r-checkmate" ,r-checkmate)
15669 ("r-data-table" ,r-data-table)
15670 ("r-digest" ,r-digest)
15671 ("r-fs" ,r-fs)
15672 ("r-progress" ,r-progress)
15673 ("r-r6" ,r-r6)
15674 ("r-rappdirs" ,r-rappdirs)
15675 ("r-stringi" ,r-stringi)
15676 ("r-withr" ,r-withr)))
15677 (native-inputs
15678 `(("r-knitr" ,r-knitr)))
15679 (home-page "https://github.com/mllg/batchtools")
15680 (synopsis "Tools for computation on batch systems")
15681 (description
15682 "As a successor of the packages BatchJobs and BatchExperiments, this
15683 package provides a parallel implementation of the Map function for high
15684 performance computing systems managed by various schedulers. A multicore and
15685 socket mode allow the parallelization on a local machines, and multiple
15686 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
15687 the package provides an abstraction mechanism to define large-scale computer
15688 experiments in a well-organized and reproducible way.")
15689 (license license:lgpl3)))
15690
15691 (define-public r-clue
15692 (package
15693 (name "r-clue")
15694 (version "0.3-57")
15695 (source
15696 (origin
15697 (method url-fetch)
15698 (uri (cran-uri "clue" version))
15699 (sha256
15700 (base32
15701 "05rdcahawxlxci3fjxihjvvh33wqpxw50sx015165ab4nh3rsdkf"))))
15702 (build-system r-build-system)
15703 (propagated-inputs `(("r-cluster" ,r-cluster)))
15704 (home-page "https://cran.r-project.org/web/packages/clue/")
15705 (synopsis "Tools for analyzing cluster ensembles")
15706 (description "Cluster ensembles are collections of individual solutions to
15707 a given clustering problem which are useful or necessary to consider in a wide
15708 range of applications. This R package provides an extensible computational
15709 environment for creating and analyzing cluster ensembles, with basic data
15710 structures for representing partitions and hierarchies, and facilities for
15711 computing on them, including methods for measuring proximity and obtaining
15712 consensus and secondary clusterings.")
15713 (license license:gpl2)))
15714
15715 (define-public r-sitmo
15716 (package
15717 (name "r-sitmo")
15718 (version "2.0.1")
15719 (source
15720 (origin
15721 (method url-fetch)
15722 (uri (cran-uri "sitmo" version))
15723 (sha256
15724 (base32
15725 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
15726 (build-system r-build-system)
15727 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
15728 (home-page "https://github.com/coatless/sitmo/")
15729 (synopsis "Parallel pseudo random number generator header files")
15730 (description
15731 "This package provides two high quality and fast PPRNGs that may be used
15732 in an OpenMP parallel environment. In addition, there is a generator for one
15733 dimensional low-discrepancy sequence.")
15734 (license license:expat)))
15735
15736 (define-public r-dqrng
15737 (package
15738 (name "r-dqrng")
15739 (version "0.2.1")
15740 (source
15741 (origin
15742 (method url-fetch)
15743 (uri (cran-uri "dqrng" version))
15744 (sha256
15745 (base32
15746 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
15747 (build-system r-build-system)
15748 (propagated-inputs
15749 `(("r-bh" ,r-bh)
15750 ("r-rcpp" ,r-rcpp)
15751 ("r-sitmo" ,r-sitmo)))
15752 (home-page "https://www.daqana.org/dqrng")
15753 (synopsis "Fast pseudo random number generators")
15754 (description
15755 "Several fast random number generators are provided as C++ header-only
15756 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
15757 Additionally, fast functions for generating random numbers according to a
15758 uniform, normal and exponential distribution are included. The latter two use
15759 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
15760 functions are exported to R and as a C++ interface and are enabled for use
15761 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
15762 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
15763 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
15764 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
15765 ;; whole is distributed under the terms of the AGPL 3.
15766 (license license:agpl3)))
15767
15768 (define-public r-ingredients
15769 (package
15770 (name "r-ingredients")
15771 (version "1.3.0")
15772 (source
15773 (origin
15774 (method url-fetch)
15775 (uri (cran-uri "ingredients" version))
15776 (sha256
15777 (base32
15778 "1mp1rgi3nnr8mjddpbyi24zvqcbihz0d8np2j13cbjc089n6jci8"))))
15779 (properties `((upstream-name . "ingredients")))
15780 (build-system r-build-system)
15781 (propagated-inputs
15782 `(("r-ggplot2" ,r-ggplot2)
15783 ("r-gridextra" ,r-gridextra)
15784 ("r-scales" ,r-scales)))
15785 (native-inputs `(("r-knitr" ,r-knitr)))
15786 (home-page "https://ModelOriented.github.io/ingredients/")
15787 (synopsis "Effects and importances of model ingredients")
15788 (description
15789 "This is a collection of tools for assessment of feature importance and
15790 feature effects. Key functions are:
15791
15792 @itemize
15793 @item @code{feature_importance()} for assessment of global level feature
15794 importance,
15795 @item @code{ceteris_paribus()} for calculation of the what-if plots,
15796 @item @code{partial_dependence()} for partial dependence plots,
15797 @item @code{conditional_dependence()} for conditional dependence plots,
15798 @item @code{accumulated_dependence()} for accumulated local effects plots,
15799 @item @code{aggregate_profiles()} and @code{cluster_profiles()} for
15800 aggregation of ceteris paribus profiles,
15801 @item generic @code{print()} and @code{plot()} for better usability of
15802 selected explainers,
15803 @item generic @code{plotD3()} for interactive, D3 based explanations, and
15804 @item generic @code{describe()} for explanations in natural language.
15805 @end itemize\n")
15806 (license license:gpl3)))
15807
15808 (define-public r-ibreakdown
15809 (package
15810 (name "r-ibreakdown")
15811 (version "1.2.0")
15812 (source
15813 (origin
15814 (method url-fetch)
15815 (uri (cran-uri "iBreakDown" version))
15816 (sha256
15817 (base32
15818 "0y4zjpyn8j76jrs5phjzs5lfq3lqjspmrwcksqv9wq0rbdgh14vk"))))
15819 (properties `((upstream-name . "iBreakDown")))
15820 (build-system r-build-system)
15821 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
15822 (native-inputs `(("r-knitr" ,r-knitr)))
15823 (home-page "https://ModelOriented.github.io/iBreakDown/")
15824 (synopsis "Model agnostic instance level variable attributions")
15825 (description
15826 "This package provides a model agnostic tool for decomposition of
15827 predictions from black boxes. It supports additive attributions and
15828 attributions with interactions. The Break Down Table shows contributions of
15829 every variable to a final prediction. The Break Down Plot presents variable
15830 contributions in a concise graphical way. This package works for
15831 classification and regression models.")
15832 (license license:gpl3)))
15833
15834 (define-public r-dae
15835 (package
15836 (name "r-dae")
15837 (version "3.1-27")
15838 (source
15839 (origin
15840 (method url-fetch)
15841 (uri (cran-uri "dae" version))
15842 (sha256
15843 (base32
15844 "14q3cxhcz0zqjdkas0dl71k2bp5qwvb60gha47s78hdr38r46kml"))))
15845 (build-system r-build-system)
15846 (propagated-inputs
15847 `(("r-ggplot2" ,r-ggplot2)
15848 ("r-plyr" ,r-plyr)))
15849 (native-inputs
15850 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
15851 (home-page "http://chris.brien.name")
15852 (synopsis "Functions useful in the design and ANOVA of experiments")
15853 (description
15854 "This package provides functions useful in the design and ANOVA of
15855 experiments. The content falls into the following groupings:
15856
15857 @enumerate
15858 @item data,
15859 @item factor manipulation functions,
15860 @item design functions,
15861 @item ANOVA functions,
15862 @item matrix functions,
15863 @item projector and canonical efficiency functions, and
15864 @item miscellaneous functions.
15865 @end enumerate
15866
15867 There is a vignette called @code{DesignNotes} describing how to use the design
15868 functions for randomizing and assessing designs. The ANOVA functions
15869 facilitate the extraction of information when the @code{Error} function has
15870 been used in the call to @code{aov}.")
15871 (license license:gpl2)))
15872
15873 (define-public r-dalex
15874 (package
15875 (name "r-dalex")
15876 (version "1.3.0")
15877 (source
15878 (origin
15879 (method url-fetch)
15880 (uri (cran-uri "DALEX" version))
15881 (sha256
15882 (base32
15883 "1azbnykaddsfp2qmxmhpjz76zg78msxv6n2jqkq4gwbgqa5vdfd2"))))
15884 (properties `((upstream-name . "DALEX")))
15885 (build-system r-build-system)
15886 (propagated-inputs
15887 `(("r-ggplot2" ,r-ggplot2)
15888 ("r-ibreakdown" ,r-ibreakdown)
15889 ("r-ingredients" ,r-ingredients)))
15890 (home-page "https://pbiecek.github.io/DALEX/")
15891 (synopsis "Descriptive machine learning explanations")
15892 (description
15893 "Machine Learning models are widely used and have various applications in
15894 classification or regression. Models created with boosting, bagging, stacking
15895 or similar techniques are often used due to their high performance, but such
15896 black-box models usually lack interpretability. The DALEX package contains
15897 various explainers that help to understand the link between input variables
15898 and model output.")
15899 ;; Any version of the GPL
15900 (license license:gpl3+)))
15901
15902 (define-public r-enrichr
15903 (package
15904 (name "r-enrichr")
15905 (version "2.1")
15906 (source
15907 (origin
15908 (method url-fetch)
15909 (uri (cran-uri "enrichR" version))
15910 (sha256
15911 (base32
15912 "0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
15913 (properties `((upstream-name . "enrichR")))
15914 (build-system r-build-system)
15915 (propagated-inputs
15916 `(("r-httr" ,r-httr)
15917 ("r-rjson" ,r-rjson)))
15918 (home-page "https://cran.r-project.org/web/packages/enrichR/")
15919 (synopsis "R Interface to Enrichr database for analyzing gene sets")
15920 (description
15921 "This package provides an R interface to all Enrichr databases, a
15922 web-based tool for analyzing gene sets and returns any enrichment of common
15923 annotated biological functions.")
15924 (license license:gpl2+)))
15925
15926 (define-public r-plot3d
15927 (package
15928 (name "r-plot3d")
15929 (version "1.3")
15930 (source
15931 (origin
15932 (method url-fetch)
15933 (uri (cran-uri "plot3D" version))
15934 (sha256
15935 (base32
15936 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
15937 (properties `((upstream-name . "plot3D")))
15938 (build-system r-build-system)
15939 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
15940 (home-page "https://cran.r-project.org/web/packages/plot3D")
15941 (synopsis "Plot multi-dimensional data")
15942 (description
15943 "This package provides functions for viewing 2D and 3D data, including
15944 perspective plots, slice plots, surface plots, scatter plots, etc. It
15945 includes data sets from oceanography.")
15946 (license license:gpl3+)))
15947
15948 (define-public r-ggfortify
15949 (package
15950 (name "r-ggfortify")
15951 (version "0.4.10")
15952 (source
15953 (origin
15954 (method url-fetch)
15955 (uri (cran-uri "ggfortify" version))
15956 (sha256
15957 (base32
15958 "0wmcwp63h90v3f00ixszvis4z28im621jickvc0wgi6qvjvnayq0"))))
15959 (build-system r-build-system)
15960 (propagated-inputs
15961 `(("r-dplyr" ,r-dplyr)
15962 ("r-ggplot2" ,r-ggplot2)
15963 ("r-gridextra" ,r-gridextra)
15964 ("r-scales" ,r-scales)
15965 ("r-stringr" ,r-stringr)
15966 ("r-tibble" ,r-tibble)
15967 ("r-tidyr" ,r-tidyr)))
15968 (native-inputs
15969 `(("r-knitr" ,r-knitr)))
15970 (home-page "https://github.com/sinhrks/ggfortify")
15971 (synopsis "Data visualization tools for statistical analysis results")
15972 (description
15973 "This package provides unified plotting tools for statistics commonly
15974 used, such as GLM, time series, PCA families, clustering and survival
15975 analysis. The package offers a single plotting interface for these analysis
15976 results and plots in a unified style using the @code{ggplot2} package.")
15977 (license license:gpl2)))
15978
15979 (define-public r-refmanager
15980 (package
15981 (name "r-refmanager")
15982 (version "1.2.12")
15983 (source
15984 (origin
15985 (method url-fetch)
15986 (uri (cran-uri "RefManageR" version))
15987 (sha256
15988 (base32
15989 "1hfxa1qacfryk36mpaqdhdgws5jwxiyy489ikd3wa18bp1wz8dkp"))))
15990 (properties `((upstream-name . "RefManageR")))
15991 (build-system r-build-system)
15992 (propagated-inputs
15993 `(("r-bibtex" ,r-bibtex)
15994 ("r-httr" ,r-httr)
15995 ("r-jsonlite" ,r-jsonlite)
15996 ("r-lubridate" ,r-lubridate)
15997 ("r-plyr" ,r-plyr)
15998 ("r-stringr" ,r-stringr)
15999 ("r-xml2" ,r-xml2)))
16000 (home-page "https://github.com/ropensci/RefManageR/")
16001 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
16002 (description
16003 "This package provides tools for importing and working with bibliographic
16004 references. It greatly enhances the @code{bibentry} class by providing a
16005 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
16006 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
16007 by various formats for name lists (author by last names, translator by full
16008 names, etc.). Entries can be updated, combined, sorted, printed in a number
16009 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
16010 into R and converted to @code{BibEntry} objects.")
16011 ;; Any of these licenses may be picked.
16012 (license (list license:gpl2 license:gpl3 license:bsd-3))))
16013
16014 (define-public r-citr
16015 (package
16016 (name "r-citr")
16017 (version "0.3.2")
16018 (source
16019 (origin
16020 (method url-fetch)
16021 (uri (cran-uri "citr" version))
16022 (sha256
16023 (base32
16024 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
16025 (build-system r-build-system)
16026 (propagated-inputs
16027 `(("r-assertthat" ,r-assertthat)
16028 ("r-curl" ,r-curl)
16029 ("r-httr" ,r-httr)
16030 ("r-miniui" ,r-miniui)
16031 ("r-refmanager" ,r-refmanager)
16032 ("r-rstudioapi" ,r-rstudioapi)
16033 ("r-shiny" ,r-shiny)
16034 ("r-shinyjs" ,r-shinyjs)
16035 ("r-yaml" ,r-yaml)))
16036 (home-page "https://github.com/crsh/citr")
16037 (synopsis "RStudio add-in to insert Markdown citations")
16038 (description
16039 "This package provides functions and an RStudio add-in that search a
16040 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
16041 the current document.")
16042 (license license:expat)))
16043
16044 (define-public r-xgboost
16045 (package
16046 (name "r-xgboost")
16047 (version "1.1.1.1")
16048 (source
16049 (origin
16050 (method url-fetch)
16051 (uri (cran-uri "xgboost" version))
16052 (sha256
16053 (base32
16054 "13njhcxljhbcs37ni6r5174fk8kx9b5p7rlw1an1ak3w92jn56cq"))))
16055 (build-system r-build-system)
16056 (propagated-inputs
16057 `(("r-data-table" ,r-data-table)
16058 ("r-magrittr" ,r-magrittr)
16059 ("r-matrix" ,r-matrix)
16060 ("r-stringi" ,r-stringi)))
16061 (native-inputs
16062 `(("r-knitr" ,r-knitr)))
16063 (home-page "https://github.com/dmlc/xgboost")
16064 (synopsis "Extreme gradient boosting")
16065 (description
16066 "This package provides an R interface to Extreme Gradient Boosting, which
16067 is an efficient implementation of the gradient boosting framework from Chen
16068 and Guestrin (2016). The package includes efficient linear model solver and
16069 tree learning algorithms. The package can automatically do parallel
16070 computation on a single machine. It supports various objective functions,
16071 including regression, classification and ranking. The package is made to be
16072 extensible, so that users are also allowed to define their own objectives
16073 easily.")
16074 (license license:asl2.0)))
16075
16076 (define-public r-umap
16077 (package
16078 (name "r-umap")
16079 (version "0.2.6.0")
16080 (source
16081 (origin
16082 (method url-fetch)
16083 (uri (cran-uri "umap" version))
16084 (sha256
16085 (base32
16086 "0zajn2sk705sckljxl5vz4q2sxpsqim2grmjq2jwwc8ysr1h2s9f"))))
16087 (build-system r-build-system)
16088 (propagated-inputs
16089 `(("r-openssl" ,r-openssl)
16090 ("r-rcpp" ,r-rcpp)
16091 ("r-reticulate" ,r-reticulate)
16092 ("r-rspectra" ,r-rspectra)))
16093 (native-inputs
16094 `(("r-knitr" ,r-knitr)))
16095 (home-page "https://github.com/tkonopka/umap")
16096 (synopsis "Uniform manifold approximation and projection")
16097 (description
16098 "Uniform manifold approximation and projection is a technique for
16099 dimension reduction. This package provides an interface to the UMAP algorithm
16100 in R, including a translation of the original algorithm into R.")
16101 (license license:expat)))
16102
16103 (define-public r-uwot
16104 (package
16105 (name "r-uwot")
16106 (version "0.1.8")
16107 (source
16108 (origin
16109 (method url-fetch)
16110 (uri (cran-uri "uwot" version))
16111 (sha256
16112 (base32
16113 "1jzh8r1h6f7pw7pb1fr32vn6ai9g10s56ahkq0vi77iznihy1rpd"))))
16114 (build-system r-build-system)
16115 (propagated-inputs
16116 `(("r-dqrng" ,r-dqrng)
16117 ("r-fnn" ,r-fnn)
16118 ("r-irlba" ,r-irlba)
16119 ("r-matrix" ,r-matrix)
16120 ("r-rcpp" ,r-rcpp)
16121 ("r-rcppannoy" ,r-rcppannoy)
16122 ("r-rcppprogress" ,r-rcppprogress)
16123 ("r-rspectra" ,r-rspectra)))
16124 (home-page "https://github.com/jlmelville/uwot")
16125 (synopsis "Uniform manifold approximation and projection")
16126 (description
16127 "This package provides an implementation of the Uniform Manifold
16128 Approximation and Projection dimensionality reduction by McInnes et
16129 al. (2018). It also provides means to transform new data and to carry out
16130 supervised dimensionality reduction. An implementation of the related
16131 LargeVis method of Tang et al. (2016) is also provided.")
16132 (license license:gpl3)))
16133
16134 (define-public r-kableextra
16135 (package
16136 (name "r-kableextra")
16137 (version "1.1.0")
16138 (source
16139 (origin
16140 (method url-fetch)
16141 (uri (cran-uri "kableExtra" version))
16142 (sha256
16143 (base32
16144 "1nicvw06xsf3a1f5c10mih07b76m2v5s5h165vmz0qx6n1a3492i"))))
16145 (properties `((upstream-name . "kableExtra")))
16146 (build-system r-build-system)
16147 (propagated-inputs
16148 `(("r-digest" ,r-digest)
16149 ("r-glue" ,r-glue)
16150 ("r-htmltools" ,r-htmltools)
16151 ("r-knitr" ,r-knitr)
16152 ("r-magrittr" ,r-magrittr)
16153 ("r-readr" ,r-readr)
16154 ("r-rmarkdown" ,r-rmarkdown)
16155 ("r-rstudioapi" ,r-rstudioapi)
16156 ("r-rvest" ,r-rvest)
16157 ("r-scales" ,r-scales)
16158 ("r-stringr" ,r-stringr)
16159 ("r-viridislite" ,r-viridislite)
16160 ("r-webshot" ,r-webshot)
16161 ("r-xml2" ,r-xml2)))
16162 (home-page "https://haozhu233.github.io/kableExtra/")
16163 (synopsis "Construct complex tables with pipe syntax")
16164 (description
16165 "Build complex HTML or LaTeX tables using @code{kable()} from
16166 @code{knitr} and the piping syntax from @code{magrittr}. The function
16167 @code{kable()} is a light weight table generator coming from @code{knitr}.
16168 This package simplifies the way to manipulate the HTML or LaTeX codes
16169 generated by @code{kable()} and allows users to construct complex tables and
16170 customize styles using a readable syntax.")
16171 (license license:expat)))
16172
16173 (define-public r-glasso
16174 (package
16175 (name "r-glasso")
16176 (version "1.11")
16177 (source
16178 (origin
16179 (method url-fetch)
16180 (uri (cran-uri "glasso" version))
16181 (sha256
16182 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
16183 (build-system r-build-system)
16184 (native-inputs `(("gfortran" ,gfortran)))
16185 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
16186 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
16187 (description
16188 "This is a package for estimation of a sparse inverse covariance matrix
16189 using a lasso (L1) penalty. Facilities are provided for estimates along a
16190 path of values for the regularization parameter.")
16191 (license license:gpl2)))
16192
16193 (define-public r-rhpcblasctl
16194 (package
16195 (name "r-rhpcblasctl")
16196 (version "0.20-137")
16197 (source
16198 (origin
16199 (method url-fetch)
16200 (uri (cran-uri "RhpcBLASctl" version))
16201 (sha256
16202 (base32
16203 "0vv144sgjhf7fazk633i16fc06g9k43syyxj1g34pi9gsgdcn0nv"))))
16204 (properties `((upstream-name . "RhpcBLASctl")))
16205 (build-system r-build-system)
16206 (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")
16207 (synopsis "Control the number of threads on BLAS")
16208 (description
16209 "This package allows you to control the number of threads the BLAS
16210 library uses. It is also possible to control the number of threads in
16211 OpenMP.")
16212 (license license:agpl3+)))
16213
16214 (define-public r-lda
16215 (package
16216 (name "r-lda")
16217 (version "1.4.2")
16218 (source
16219 (origin
16220 (method url-fetch)
16221 (uri (cran-uri "lda" version))
16222 (sha256
16223 (base32
16224 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
16225 (build-system r-build-system)
16226 (home-page "https://cran.r-project.org/web/packages/lda/")
16227 (synopsis "Collapsed Gibbs sampling methods for topic models")
16228 (description
16229 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
16230 related models. This includes (but is not limited to) sLDA, corrLDA, and the
16231 mixed-membership stochastic blockmodel. Inference for all of these models is
16232 implemented via a fast collapsed Gibbs sampler written in C. Utility
16233 functions for reading/writing data typically used in topic models, as well as
16234 tools for examining posterior distributions are also included.")
16235 ;; Any version of the LGPL
16236 (license license:lgpl3+)))
16237
16238 (define-public r-rann-l1
16239 (package
16240 (name "r-rann-l1")
16241 (version "2.5.2")
16242 (source
16243 (origin
16244 (method url-fetch)
16245 (uri (cran-uri "RANN.L1" version))
16246 (sha256
16247 (base32
16248 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
16249 (properties `((upstream-name . "RANN.L1")))
16250 (build-system r-build-system)
16251 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
16252 (synopsis "Fast nearest neighbour search using L1 metric")
16253 (description
16254 "This package provides tools to find the k nearest neighbours for every
16255 point in a given dataset in O(N log N) time using Arya and Mount's ANN
16256 library. There is support for approximate as well as exact searches, fixed
16257 radius searches and @code{bd} as well as @code{kd} trees. The distance is
16258 computed using the L1 (Manhattan, taxicab) metric.")
16259 (license license:gpl3+)))
16260
16261 (define-public r-leiden
16262 (package
16263 (name "r-leiden")
16264 (version "0.3.3")
16265 (source
16266 (origin
16267 (method url-fetch)
16268 (uri (cran-uri "leiden" version))
16269 (sha256
16270 (base32
16271 "1hh6bmbz6cpqwl4i94gxylgv9x92zbqdg81r8r4ymfy8c70f3df2"))))
16272 (properties `((upstream-name . "leiden")))
16273 (build-system r-build-system)
16274 (propagated-inputs
16275 `(("r-igraph" ,r-igraph)
16276 ("r-matrix" ,r-matrix)
16277 ("r-reticulate" ,r-reticulate)))
16278 (home-page "https://github.com/TomKellyGenetics/leiden")
16279 (synopsis "R implementation of Leiden clustering algorithm")
16280 (description
16281 "This package implements the Python @code{leidenalg} module to be called
16282 in R. It enables clustering using the Leiden algorithm for partitioning a
16283 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
16284 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
16285 (license license:gpl3)))
16286
16287 (define-public r-patchwork
16288 (package
16289 (name "r-patchwork")
16290 (version "1.0.1")
16291 (source
16292 (origin
16293 (method url-fetch)
16294 (uri (cran-uri "patchwork" version))
16295 (sha256
16296 (base32
16297 "0wm93a40idrkzn5hpnykhznvh7hdbfqw0dkzzn0zk83qlwyc9g02"))))
16298 (build-system r-build-system)
16299 (propagated-inputs
16300 `(("r-ggplot2" ,r-ggplot2)
16301 ("r-gtable" ,r-gtable)))
16302 (native-inputs
16303 `(("r-knitr" ,r-knitr)))
16304 (home-page "https://github.com/thomasp85/patchwork")
16305 (synopsis "Compose ggplot2 plots")
16306 (description
16307 "The @code{ggplot2} package provides a strong API for sequentially
16308 building up a plot, but does not concern itself with composition of multiple
16309 plots. Patchwork is a package that expands the API to allow for arbitrarily
16310 complex composition of plots by providing mathmatical operators for combining
16311 multiple plots.")
16312 (license license:expat)))
16313
16314 (define-public r-liger
16315 (package
16316 (name "r-liger")
16317 (version "0.4.2")
16318 (source
16319 (origin
16320 (method git-fetch)
16321 (uri (git-reference
16322 (url "https://github.com/MacoskoLab/liger")
16323 (commit (string-append "v" version))))
16324 (file-name (git-file-name name version))
16325 (sha256
16326 (base32
16327 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
16328 (modules '((guix build utils)))
16329 (snippet
16330 '(begin
16331 (delete-file "inst/java/ModularityOptimizer.jar")
16332 #t))))
16333 (build-system r-build-system)
16334 (arguments
16335 `(#:phases
16336 (modify-phases %standard-phases
16337 (add-after 'unpack 'build-java-part
16338 (lambda* (#:key inputs #:allow-other-keys)
16339 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
16340 (for-each (lambda (file) (invoke "javac" file))
16341 (find-files "." "\\.java$"))
16342 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
16343 (find-files "." "\\.class$"))
16344 #t)))))
16345 (propagated-inputs
16346 `(("r-cowplot" ,r-cowplot)
16347 ("r-dosnow" ,r-dosnow)
16348 ("r-dplyr" ,r-dplyr)
16349 ("r-fnn" ,r-fnn)
16350 ("r-foreach" ,r-foreach)
16351 ("r-ggplot2" ,r-ggplot2)
16352 ("r-ggrepel" ,r-ggrepel)
16353 ("r-hmisc" ,r-hmisc)
16354 ("r-ica" ,r-ica)
16355 ("r-irlba" ,r-irlba)
16356 ("r-matrix" ,r-matrix)
16357 ("r-mclust" ,r-mclust)
16358 ("r-patchwork" ,r-patchwork)
16359 ("r-plyr" ,r-plyr)
16360 ("r-rann-l1" ,r-rann-l1)
16361 ("r-rcpp" ,r-rcpp)
16362 ("r-rcpparmadillo" ,r-rcpparmadillo)
16363 ("r-riverplot" ,r-riverplot)
16364 ("r-rtsne" ,r-rtsne)
16365 ("r-snow" ,r-snow)))
16366 (native-inputs
16367 `(("jdk" ,icedtea "jdk")
16368 ;; See https://github.com/MacoskoLab/liger/issues/96
16369 ;; The optimizer is released under the Expat license.
16370 ("optimizer-src"
16371 ,(origin
16372 (method url-fetch)
16373 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
16374 (sha256
16375 (base32
16376 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
16377 ("unzip" ,unzip)
16378 ("r-knitr" ,r-knitr))) ; for vignettes
16379 (home-page "https://github.com/MacoskoLab/liger")
16380 (synopsis "Integrate and analyze multiple single-cell datasets")
16381 (description
16382 "LIGER is a package for integrating and analyzing multiple single-cell
16383 datasets, developed and maintained by the Macosko lab. It relies on
16384 integrative non-negative matrix factorization to identify shared and
16385 dataset-specific factors.")
16386 (license license:gpl3)))
16387
16388 (define-public r-harmony
16389 (package
16390 (name "r-harmony")
16391 (version "0.1")
16392 (source
16393 (origin
16394 (method git-fetch)
16395 (uri (git-reference
16396 (url "https://github.com/immunogenomics/harmony")
16397 (commit version)))
16398 (file-name (git-file-name name version))
16399 (sha256
16400 (base32
16401 "05r401q09rbr6fqhb9mbd95082cjdi3nag1cv6zn96xkr0f6imq9"))
16402 (modules '((guix build utils)))
16403 (snippet
16404 '(begin
16405 (for-each delete-file '("config.status" "configure"))
16406 #t))))
16407 (build-system r-build-system)
16408 (propagated-inputs
16409 `(("r-cowplot" ,r-cowplot)
16410 ("r-dplyr" ,r-dplyr)
16411 ("r-ggplot2" ,r-ggplot2)
16412 ("r-irlba" ,r-irlba)
16413 ("r-matrix" ,r-matrix)
16414 ("r-rcpp" ,r-rcpp)
16415 ("r-rcpparmadillo" ,r-rcpparmadillo)
16416 ("r-rcppprogress" ,r-rcppprogress)
16417 ("r-rlang" ,r-rlang)
16418 ("r-tibble" ,r-tibble)
16419 ("r-tidyr" ,r-tidyr)))
16420 (native-inputs
16421 `(("autoconf" ,autoconf)))
16422 (home-page "https://github.com/immunogenomics/harmony")
16423 (synopsis "Integration of single cell sequencing data")
16424 (description
16425 "This package provides an implementation of the Harmony algorithm for
16426 single cell integration, described in Korsunsky et al
16427 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
16428 function and interfaces to external frameworks.")
16429 (license license:gpl3)))
16430
16431 (define-public r-covr
16432 (package
16433 (name "r-covr")
16434 (version "3.5.0")
16435 (source
16436 (origin
16437 (method url-fetch)
16438 (uri (cran-uri "covr" version))
16439 (sha256
16440 (base32 "1pvr95h7jg9hqq1qq1cccy323pkxldrwafl08151cc410499k4fb"))))
16441 (properties `((upstream-name . "covr")))
16442 (build-system r-build-system)
16443 (propagated-inputs
16444 `(("r-crayon" ,r-crayon)
16445 ("r-digest" ,r-digest)
16446 ("r-httr" ,r-httr)
16447 ("r-jsonlite" ,r-jsonlite)
16448 ("r-rex" ,r-rex)
16449 ("r-withr" ,r-withr)
16450 ("r-yaml" ,r-yaml)))
16451 (native-inputs
16452 `(("r-knitr" ,r-knitr))) ; for vignettes
16453 (home-page "https://github.com/r-lib/covr")
16454 (synopsis "Test coverage for R packages")
16455 (description
16456 "Thisp package enables you to track and report code coverage for your
16457 package and (optionally) upload the results to a coverage service. Code
16458 coverage is a measure of the amount of code being exercised by a set of tests.
16459 It is an indirect measure of test quality and completeness. This package is
16460 compatible with any testing methodology or framework and tracks coverage of
16461 both R code and compiled C/C++/FORTRAN code.")
16462 (license license:gpl3)))
16463
16464 (define-public r-systemfonts
16465 (package
16466 (name "r-systemfonts")
16467 (version "0.2.3")
16468 (source
16469 (origin
16470 (method url-fetch)
16471 (uri (cran-uri "systemfonts" version))
16472 (sha256
16473 (base32
16474 "0wf62mfam5zlrck0wrdbyi4hi7pn5j0739rihgp8sj2cjypm2lnb"))))
16475 (properties `((upstream-name . "systemfonts")))
16476 (build-system r-build-system)
16477 (inputs
16478 `(("fontconfig" ,fontconfig)
16479 ("zlib" ,zlib)))
16480 (native-inputs
16481 `(("pkg-config" ,pkg-config)
16482 ("r-knitr" ,r-knitr)))
16483 (home-page "https://github.com/r-lib/systemfonts")
16484 (synopsis "System native font finding")
16485 (description
16486 "This package provides system native access to the font catalogue. As
16487 font handling varies between systems it is difficult to correctly locate
16488 installed fonts across different operating systems. The 'systemfonts' package
16489 provides bindings to the native libraries for finding font files that can then
16490 be used further by e.g. graphic devices.")
16491 (license license:expat)))
16492
16493 (define-public r-graphlayouts
16494 (package
16495 (name "r-graphlayouts")
16496 (version "0.7.0")
16497 (source
16498 (origin
16499 (method url-fetch)
16500 (uri (cran-uri "graphlayouts" version))
16501 (sha256
16502 (base32
16503 "17lc75k8i3c696hfj44zj7j1a5sb0nap8spc5r98v7vd6xh4nii0"))))
16504 (properties `((upstream-name . "graphlayouts")))
16505 (build-system r-build-system)
16506 (propagated-inputs
16507 `(("r-igraph" ,r-igraph)
16508 ("r-rcpp" ,r-rcpp)
16509 ("r-rcpparmadillo" ,r-rcpparmadillo)))
16510 (home-page "https://github.com/schochastics/graphlayouts")
16511 (synopsis "Additional layout algorithms for network visualizations")
16512 (description
16513 "This package provides several layout algorithms to visualize networks
16514 which are not part of the igraph library. Most are based on the concept of
16515 stress majorization by Gansner et al. (2004)
16516 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms
16517 emphasize hidden group structures in networks or focus on specific nodes.")
16518 (license license:expat)))
16519
16520 (define-public r-tidygraph
16521 (package
16522 (name "r-tidygraph")
16523 (version "1.2.0")
16524 (source
16525 (origin
16526 (method url-fetch)
16527 (uri (cran-uri "tidygraph" version))
16528 (sha256
16529 (base32
16530 "17qjns33zcj82jcsl7bn7i4zxcm7ric50zyf7agi0i01zi16qz85"))))
16531 (properties `((upstream-name . "tidygraph")))
16532 (build-system r-build-system)
16533 (propagated-inputs
16534 `(("r-dplyr" ,r-dplyr)
16535 ("r-igraph" ,r-igraph)
16536 ("r-magrittr" ,r-magrittr)
16537 ("r-pillar" ,r-pillar)
16538 ("r-r6" ,r-r6)
16539 ("r-rcpp" ,r-rcpp)
16540 ("r-rlang" ,r-rlang)
16541 ("r-tibble" ,r-tibble)
16542 ("r-tidyr" ,r-tidyr)))
16543 (home-page "https://github.com/thomasp85/tidygraph")
16544 (synopsis "Tidy API for graph manipulation")
16545 (description
16546 "This package provides a graph implementation that can be thought of as
16547 two tidy data frames describing node and edge data respectively. It provides
16548 an approach to manipulate these two virtual data frames using the API defined
16549 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
16550 common graph algorithms.")
16551 (license license:expat)))
16552
16553 (define-public r-soupx
16554 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
16555 (revision "1"))
16556 (package
16557 (name "r-soupx")
16558 (version (git-version "0.3.1" revision commit))
16559 (source
16560 (origin
16561 (method git-fetch)
16562 (uri (git-reference
16563 (url "https://github.com/constantAmateur/SoupX")
16564 (commit commit)))
16565 (file-name (git-file-name name version))
16566 (sha256
16567 (base32
16568 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
16569 (properties `((upstream-name . "SoupX")))
16570 (build-system r-build-system)
16571 (propagated-inputs
16572 `(("r-ggplot2" ,r-ggplot2)
16573 ("r-matrix" ,r-matrix)
16574 ("r-seurat" ,r-seurat)))
16575 (home-page "https://github.com/constantAmateur/SoupX")
16576 (synopsis "Single cell mRNA Soup eXterminator")
16577 (description
16578 "This package provides a package for quantifying, profiling and
16579 removing cell free mRNA contamination (the \"soup\") from droplet based single
16580 cell RNA-seq experiments.")
16581 (license license:gpl2))))
16582
16583 (define-public r-assertr
16584 (package
16585 (name "r-assertr")
16586 (version "2.7")
16587 (source
16588 (origin
16589 (method url-fetch)
16590 (uri (cran-uri "assertr" version))
16591 (sha256
16592 (base32
16593 "1x868pd4dac1c7b1q5390wqh2f6s50km8nqcpim3nxcj2l4qkqdb"))))
16594 (build-system r-build-system)
16595 (propagated-inputs
16596 `(("r-dplyr" ,r-dplyr)
16597 ("r-mass" ,r-mass)
16598 ("r-rlang" ,r-rlang)))
16599 (native-inputs
16600 `(("r-knitr" ,r-knitr))) ; needed for vignette
16601 (home-page "https://github.com/ropensci/assertr")
16602 (synopsis "Assertive programming for R analysis pipelines")
16603 (description
16604 "This package provides functionality to assert conditions that have to be
16605 met so that errors in data used in analysis pipelines can fail quickly. It is
16606 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
16607 in pipelines.")
16608 (license license:expat)))
16609
16610 (define-public r-parameters
16611 (package
16612 (name "r-parameters")
16613 (version "0.8.0")
16614 (source
16615 (origin
16616 (method url-fetch)
16617 (uri (cran-uri "parameters" version))
16618 (sha256
16619 (base32
16620 "1cmb2hc6f4qdx9aj586zhllckzs6s5sznbqrywvgmhp6a2saaqax"))))
16621 (properties `((upstream-name . "parameters")))
16622 (build-system r-build-system)
16623 (propagated-inputs
16624 `(("r-bayestestr" ,r-bayestestr)
16625 ("r-insight" ,r-insight)))
16626 (native-inputs
16627 `(("r-knitr" ,r-knitr)))
16628 (home-page "https://cran.r-project.org/web/packages/parameters")
16629 (synopsis "Processing of model parameters")
16630 (description
16631 "This package provides utilities for processing the parameters of various
16632 statistical models. Beyond computing p values, CIs, and other indices for a
16633 wide variety of models, this package implements features like standardization
16634 or bootstrapping of parameters and models, feature reduction (feature
16635 extraction and variable selection) as well as conversion between indices of
16636 effect size.")
16637 (license license:gpl3)))
16638
16639 (define-public r-rgdal
16640 (package
16641 (name "r-rgdal")
16642 (version "1.5-12")
16643 (source
16644 (origin
16645 (method url-fetch)
16646 (uri (cran-uri "rgdal" version))
16647 (sha256
16648 (base32 "0jvb5ykp539mi0hqs05w4w8wz45blc4nvkhs70aqmzyx27hadfiq"))))
16649 (properties `((upstream-name . "rgdal")))
16650 (build-system r-build-system)
16651 (inputs
16652 `(("gdal" ,gdal)
16653 ("proj.4" ,proj.4)
16654 ("zlib" ,zlib)))
16655 (propagated-inputs
16656 `(("r-sp" ,r-sp)))
16657 (native-inputs
16658 `(("pkg-config" ,pkg-config)
16659 ("r-knitr" ,r-knitr)))
16660 (home-page "http://rgdal.r-forge.r-project.org")
16661 (synopsis "Bindings for the Geospatial Data Abstraction Library")
16662 (description
16663 "This package provides bindings to the Geospatial Data Abstraction
16664 Library (GDAL) and access to projection/transformation operations from the
16665 PROJ.4 library.")
16666 (license license:gpl2+)))
16667
16668 (define-public r-insol
16669 (package
16670 (name "r-insol")
16671 (version "1.2.1")
16672 (source
16673 (origin
16674 (method url-fetch)
16675 (uri (cran-uri "insol" version))
16676 (sha256
16677 (base32
16678 "1d2vqmbp94ff80mfkmq4a8y12r6ryym8hh1568ip9qbn7snc64v1"))))
16679 (properties `((upstream-name . "insol")))
16680 (build-system r-build-system)
16681 (propagated-inputs
16682 `(("r-raster" ,r-raster)))
16683 (native-inputs
16684 `(("gfortran" ,gfortran)))
16685 (home-page "https://meteoexploration.com/R/insol/index.html")
16686 (synopsis "Tools for calculating solar radiation")
16687 (description
16688 "This package provides functions to compute insolation on tilted
16689 surfaces, computes atmospheric transmittance and related parameters such as:
16690 Earth radius vector, declination, sunset and sunrise, daylength, equation of
16691 time, vector in the direction of the sun, vector normal to surface, and some
16692 atmospheric physics.")
16693 (license license:gpl2+)))
16694
16695 (define-public r-lifecycle
16696 (package
16697 (name "r-lifecycle")
16698 (version "0.2.0")
16699 (source
16700 (origin
16701 (method url-fetch)
16702 (uri (cran-uri "lifecycle" version))
16703 (sha256
16704 (base32
16705 "0912865c6675fsblrfdk6s568krsj1x8qbk1kipy7m05xs6nwx19"))))
16706 (properties `((upstream-name . "lifecycle")))
16707 (build-system r-build-system)
16708 (propagated-inputs
16709 `(("r-glue" ,r-glue)
16710 ("r-rlang" ,r-rlang)))
16711 (native-inputs
16712 `(("r-knitr" ,r-knitr))) ; for vignettes
16713 (home-page "https://github.com/r-lib/lifecycle")
16714 (synopsis "Manage the life cycle of your package functions")
16715 (description
16716 "Manage the life cycle of your exported functions with shared
16717 conventions, documentation badges, and non-invasive deprecation warnings. The
16718 lifecycle package defines four development stages (experimental, maturing,
16719 stable, and questioning) and three deprecation stages (soft-deprecated,
16720 deprecated, and defunct). It makes it easy to insert badges corresponding to
16721 these stages in your documentation. Usage of deprecated functions are
16722 signalled with increasing levels of non-invasive verbosity.")
16723 (license license:gpl3)))
16724
16725 (define-public r-assertable
16726 (package
16727 (name "r-assertable")
16728 (version "0.2.7")
16729 (source
16730 (origin
16731 (method url-fetch)
16732 (uri (cran-uri "assertable" version))
16733 (sha256
16734 (base32
16735 "1npks9rcrnchmd0silq6qrvqkmdkp9fwjkyyvvp1lqjclyxk6vkk"))))
16736 (build-system r-build-system)
16737 (propagated-inputs
16738 `(("r-data-table" ,r-data-table)))
16739 (home-page "https://cran.r-project.org/web/packages/assertable/")
16740 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
16741 (description "This package provides simple, flexible assertions on
16742 data.frame or data.table objects with verbose output for vetting. While other
16743 assertion packages apply towards more general use-cases, @code{assertable} is
16744 tailored towards tabular data. It includes functions to check variable names
16745 and values, whether the dataset contains all combinations of a given set of
16746 unique identifiers, and whether it is a certain length. In addition,
16747 @code{assertable} includes utility functions to check the existence of target
16748 files and to efficiently import multiple tabular data files into one
16749 data.table.")
16750 (license license:gpl3)))
16751
16752 (define-public r-quadprog
16753 (package
16754 (name "r-quadprog")
16755 (version "1.5-8")
16756 (source
16757 (origin
16758 (method url-fetch)
16759 (uri (cran-uri "quadprog" version))
16760 (sha256
16761 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
16762 (build-system r-build-system)
16763 (native-inputs
16764 `(("gfortran" ,gfortran)))
16765 (home-page "https://cran.r-project.org/web/packages/quadprog")
16766 (synopsis "Functions to solve quadratic programming problems")
16767 (description
16768 "This package contains routines and documentation for solving quadratic
16769 programming problems.")
16770 (license license:gpl3+)))
16771
16772 (define-public r-desolve
16773 (package
16774 (name "r-desolve")
16775 (version "1.28")
16776 (source
16777 (origin
16778 (method url-fetch)
16779 (uri (cran-uri "deSolve" version))
16780 (sha256
16781 (base32 "0jasvdzig0pzhzspmy20089az19r91xjfb9q6h8gj7c4mr6fymac"))))
16782 (properties `((upstream-name . "deSolve")))
16783 (build-system r-build-system)
16784 (native-inputs
16785 `(("gfortran" ,gfortran)))
16786 (home-page "https://desolve.r-forge.r-project.org/")
16787 (synopsis "Solvers for initial value problems of differential equations")
16788 (description "This package provides functions that solve initial value
16789 problems of a system of first-order @dfn{ordinary differential
16790 equations} (ODE), of @dfn{partial differential equations} (PDE), of
16791 @dfn{differential algebraic equations} (DAE), and of delay differential
16792 equations. The functions provide an interface to the FORTRAN functions
16793 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
16794 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
16795 C-implementation of solvers of the Runge-Kutta family with fixed or variable
16796 time steps. The package contains routines designed for solving ODEs resulting
16797 from 1-D, 2-D and 3-D partial differential equations that have been converted
16798 to ODEs by numerical differencing.")
16799 (license license:gpl2+)))
16800
16801 (define-public r-pracma
16802 (package
16803 (name "r-pracma")
16804 (version "2.2.9")
16805 (source (origin
16806 (method url-fetch)
16807 (uri (cran-uri "pracma" version))
16808 (sha256
16809 (base32 "07mzhzz73wsjjw1q05l024gcd13hwnzsxf873q9dyhw6x3shzshc"))))
16810 (build-system r-build-system)
16811 (home-page "https://cran.r-project.org/web/packages/pracma/")
16812 (synopsis "Practical numerical math functions")
16813 (description "This package provides functions for numerical analysis and
16814 linear algebra, numerical optimization, differential equations, plus some
16815 special functions. It uses Matlab function names where appropriate to simplify
16816 porting.")
16817 (license license:gpl3+)))
16818
16819 (define-public r-subplex
16820 (package
16821 (name "r-subplex")
16822 (version "1.6")
16823 (source
16824 (origin
16825 (method url-fetch)
16826 (uri (cran-uri "subplex" version))
16827 (sha256
16828 (base32
16829 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
16830 (build-system r-build-system)
16831 (native-inputs
16832 `(("gfortran" ,gfortran)))
16833 (home-page "https://cran.r-project.org/web/packages/subplex")
16834 (synopsis "Unconstrained optimization using the subplex algorithm")
16835 (description
16836 "This package implements the Subplex optimization algorithm.
16837 It solves unconstrained optimization problems using a simplex method on
16838 subspaces. The method is well suited for optimizing objective functions that
16839 are noisy or are discontinuous at the solution.")
16840 (license license:gpl3+)))
16841
16842 (define-public r-txtplot
16843 (package
16844 (name "r-txtplot")
16845 (version "1.0-4")
16846 (source
16847 (origin
16848 (method url-fetch)
16849 (uri (cran-uri "txtplot" version))
16850 (sha256
16851 (base32
16852 "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
16853 (build-system r-build-system)
16854 (home-page "https://cran.r-project.org/web/packages/txtplot/")
16855 (synopsis "Text-based plotting")
16856 (description "This package provides functions to produce rudimentary ASCII
16857 graphics directly in the terminal window. This package provides a basic
16858 plotting function (and equivalents of curve, density, acf and barplot) as well
16859 as a boxplot function.")
16860 (license license:lgpl3+)))
16861
16862 (define-public r-bio3d
16863 (package
16864 (name "r-bio3d")
16865 (version "2.4-1")
16866 (source
16867 (origin
16868 (method url-fetch)
16869 (uri (cran-uri "bio3d" version))
16870 (sha256
16871 (base32
16872 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
16873 (properties `((upstream-name . "bio3d")))
16874 (build-system r-build-system)
16875 (inputs `(("zlib" ,zlib)))
16876 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16877 (home-page "http://thegrantlab.org/bio3d/")
16878 (synopsis "Biological structure analysis")
16879 (description
16880 "This package provides utilities to process, organize and explore protein
16881 structure, sequence and dynamics data. Features include the ability to read
16882 and write structure, sequence and dynamic trajectory data, perform sequence
16883 and structure database searches, data summaries, atom selection, alignment,
16884 superposition, rigid core identification, clustering, torsion analysis,
16885 distance matrix analysis, structure and sequence conservation analysis, normal
16886 mode analysis, principal component analysis of heterogeneous structure data,
16887 and correlation network analysis from normal mode and molecular dynamics data.
16888 In addition, various utility functions are provided to enable the statistical
16889 and graphical power of the R environment to work with biological sequence and
16890 structural data.")
16891 (license license:gpl2+)))
16892
16893 (define-public r-bios2cor
16894 (package
16895 (name "r-bios2cor")
16896 (version "2.1")
16897 (source
16898 (origin
16899 (method url-fetch)
16900 (uri (cran-uri "Bios2cor" version))
16901 (sha256
16902 (base32
16903 "04wk1cjrrxhpv1kdhd67r1qvjv268xxi0z0r105wy912110z9m6x"))))
16904 (properties `((upstream-name . "Bios2cor")))
16905 (build-system r-build-system)
16906 (propagated-inputs
16907 `(("r-bigmemory" ,r-bigmemory)
16908 ("r-bio3d" ,r-bio3d)
16909 ("r-circular" ,r-circular)
16910 ("r-igraph" ,r-igraph)))
16911 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
16912 (synopsis "From biological sequences and simulations to correlation analysis")
16913 (description
16914 "This package provides utilities for computation and analysis of
16915 correlation/covariation in multiple sequence alignments and in side chain
16916 motions during molecular dynamics simulations. Features include the
16917 computation of correlation/covariation scores using a variety of scoring
16918 functions between either sequence positions in alignments or side chain
16919 dihedral angles in molecular dynamics simulations and utilities to analyze the
16920 correlation/covariation matrix through a variety of tools including network
16921 representation and principal components analysis. In addition, several
16922 utility functions are based on the R graphical environment to provide friendly
16923 tools for help in data interpretation.")
16924 (license license:gpl2+)))
16925
16926 ;; This package includes minified JavaScript files. When upgrading please
16927 ;; check that there are no new minified JavaScript files.
16928 (define-public r-networkd3
16929 (package
16930 (name "r-networkd3")
16931 (version "0.4")
16932 (source
16933 (origin
16934 (method url-fetch)
16935 (uri (cran-uri "networkD3" version))
16936 (sha256
16937 (base32
16938 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
16939 (snippet
16940 '(begin
16941 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
16942 #t))))
16943 (properties `((upstream-name . "networkD3")))
16944 (build-system r-build-system)
16945 (arguments
16946 `(#:modules ((guix build utils)
16947 (guix build r-build-system)
16948 (srfi srfi-1)
16949 (ice-9 popen))
16950 #:phases
16951 (modify-phases %standard-phases
16952 (add-after 'unpack 'process-javascript
16953 (lambda* (#:key inputs #:allow-other-keys)
16954 (with-directory-excursion "inst/htmlwidgets/lib/"
16955 (call-with-values
16956 (lambda ()
16957 (unzip2
16958 `((,(assoc-ref inputs "d3.v4.js")
16959 "d3-4.5.0/d3.min.js"))))
16960 (lambda (sources targets)
16961 (for-each (lambda (source target)
16962 (format #t "Processing ~a --> ~a~%"
16963 source target)
16964 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16965 (call-with-output-file target
16966 (lambda (port)
16967 (dump-port minified port)))))
16968 sources targets))))
16969 #t)))))
16970 (native-inputs
16971 `(("uglify-js" ,uglify-js)
16972 ;; NOTE: Make sure that this version of d3 is still valid when
16973 ;; upgrading the package.
16974 ("d3.v4.js"
16975 ,(origin
16976 (method url-fetch)
16977 (uri "https://d3js.org/d3.v4.js")
16978 (sha256
16979 (base32
16980 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
16981 (propagated-inputs
16982 `(("r-htmlwidgets" ,r-htmlwidgets)
16983 ("r-igraph" ,r-igraph)
16984 ("r-magrittr" ,r-magrittr)))
16985 (home-page "https://cran.r-project.org/package=networkD3")
16986 (synopsis "D3 JavaScript network graphs from R")
16987 (description
16988 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
16989 graphs from R.")
16990 (license license:gpl3+)))
16991
16992 (define-public r-aasea
16993 (package
16994 (name "r-aasea")
16995 (version "1.1.0")
16996 (source
16997 (origin
16998 (method url-fetch)
16999 (uri (cran-uri "aaSEA" version))
17000 (sha256
17001 (base32
17002 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
17003 (properties `((upstream-name . "aaSEA")))
17004 (build-system r-build-system)
17005 (propagated-inputs
17006 `(("r-bios2cor" ,r-bios2cor)
17007 ("r-dt" ,r-dt)
17008 ("r-hmisc" ,r-hmisc)
17009 ("r-magrittr" ,r-magrittr)
17010 ("r-networkd3" ,r-networkd3)
17011 ("r-plotly" ,r-plotly)
17012 ("r-seqinr" ,r-seqinr)
17013 ("r-shiny" ,r-shiny)
17014 ("r-shinydashboard" ,r-shinydashboard)))
17015 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
17016 (synopsis "Amino acid substitution effect analyzer")
17017 (description
17018 "Given a protein multiple sequence alignment, it is a daunting task to
17019 assess the effects of substitutions along sequence length. The aaSEA package
17020 is intended to help researchers to rapidly analyze property changes caused by
17021 single, multiple and correlated amino acid substitutions in proteins.")
17022 (license license:gpl3)))
17023
17024 (define-public r-abacus
17025 (package
17026 (name "r-abacus")
17027 (version "1.0.0")
17028 (source
17029 (origin
17030 (method url-fetch)
17031 (uri (cran-uri "ABACUS" version))
17032 (sha256
17033 (base32
17034 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
17035 (properties `((upstream-name . "ABACUS")))
17036 (build-system r-build-system)
17037 (propagated-inputs
17038 `(("r-ggplot2" ,r-ggplot2)
17039 ("r-shiny" ,r-shiny)))
17040 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
17041 (synopsis "Apps-based activities for communicating and understanding statistics")
17042 (description
17043 "This package provides a set of Shiny apps for effective communication
17044 and understanding in statistics. The current version includes properties of
17045 normal distribution, properties of sampling distribution, one-sample z and t
17046 tests, two samples independent (unpaired) t test and analysis of variance.")
17047 (license license:gpl3)))
17048
17049 (define-public r-abc-rap
17050 (package
17051 (name "r-abc-rap")
17052 (version "0.9.0")
17053 (source
17054 (origin
17055 (method url-fetch)
17056 (uri (cran-uri "ABC.RAP" version))
17057 (sha256
17058 (base32
17059 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
17060 (properties `((upstream-name . "ABC.RAP")))
17061 (build-system r-build-system)
17062 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
17063 (synopsis "Array-based CpG region analysis pipeline")
17064 (description
17065 "This package aims to identify candidate genes that are differentially
17066 methylated between cases and controls. It applies Student's t-test and delta
17067 beta analysis to identify candidate genes containing multiple CpG sites.")
17068 (license license:gpl3)))
17069
17070 (define-public r-abcadm
17071 (package
17072 (name "r-abcadm")
17073 (version "1.0")
17074 (source
17075 (origin
17076 (method url-fetch)
17077 (uri (cran-uri "abcADM" version))
17078 (sha256
17079 (base32
17080 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
17081 (properties `((upstream-name . "abcADM")))
17082 (build-system r-build-system)
17083 (propagated-inputs
17084 `(("r-bh" ,r-bh)
17085 ("r-rcpp" ,r-rcpp)))
17086 (home-page "https://cran.r-project.org/web/packages/abcADM/")
17087 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
17088 (description
17089 "This package provides tools to estimate parameters of accumulated
17090 damage (load duration) models based on failure time data under a Bayesian
17091 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
17092 long-term reliability under stochastic load profiles.")
17093 (license license:gpl3)))
17094
17095 (define-public r-rglpk
17096 (package
17097 (name "r-rglpk")
17098 (version "0.6-4")
17099 (source
17100 (origin
17101 (method url-fetch)
17102 (uri (cran-uri "Rglpk" version))
17103 (sha256
17104 (base32
17105 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
17106 (properties `((upstream-name . "Rglpk")))
17107 (build-system r-build-system)
17108 (propagated-inputs
17109 `(("r-slam" ,r-slam)))
17110 (inputs
17111 `(("glpk" ,glpk)))
17112 (home-page "https://r-forge.r-project.org/projects/rglp/")
17113 (synopsis "R interface to the GNU Linear Programming Kit")
17114 (description
17115 "This package provides an R interface to the GNU Linear Programming Kit,
17116 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
17117 integer linear programming} (MILP) and other related problems.")
17118 ;; Either license
17119 (license (list license:gpl2 license:gpl3))))
17120
17121 (define-public r-abcdefba
17122 (package
17123 (name "r-abcdefba")
17124 (version "0.4")
17125 (source
17126 (origin
17127 (method url-fetch)
17128 (uri (cran-uri "abcdeFBA" version))
17129 (sha256
17130 (base32
17131 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
17132 (properties `((upstream-name . "abcdeFBA")))
17133 (build-system r-build-system)
17134 (propagated-inputs
17135 `(("r-corrplot" ,r-corrplot)
17136 ("r-lattice" ,r-lattice)
17137 ("r-rgl" ,r-rgl)
17138 ("r-rglpk" ,r-rglpk)))
17139 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
17140 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
17141 (description
17142 "This package provides functions for Constraint Based Simulation using
17143 Flux Balance Analysis and informative analysis of the data generated during
17144 simulation.")
17145 (license license:gpl2)))
17146
17147 (define-public r-abcrlda
17148 (package
17149 (name "r-abcrlda")
17150 (version "1.0.3")
17151 (source
17152 (origin
17153 (method url-fetch)
17154 (uri (cran-uri "abcrlda" version))
17155 (sha256
17156 (base32
17157 "04pcdnk2szfpc2ylcw5ds7y895ivy03bycal03kxw7cwylzxasks"))))
17158 (properties `((upstream-name . "abcrlda")))
17159 (build-system r-build-system)
17160 (home-page "https://ieeexplore.ieee.org/document/8720003/")
17161 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
17162 (description
17163 "This package offers methods to perform @dfn{asymptotically
17164 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
17165 cost-sensitive binary classification. The bias-correction is an estimate of
17166 the bias term added to regularized discriminant analysis that minimizes the
17167 overall risk.")
17168 (license license:gpl3)))
17169
17170 (define-public r-abemus
17171 (package
17172 (name "r-abemus")
17173 (version "1.0.1")
17174 (source
17175 (origin
17176 (method url-fetch)
17177 (uri (cran-uri "abemus" version))
17178 (sha256
17179 (base32
17180 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
17181 (properties `((upstream-name . "abemus")))
17182 (build-system r-build-system)
17183 (propagated-inputs
17184 `(("r-data-table" ,r-data-table)))
17185 (home-page "https://cran.r-project.org/web/packages/abemus/")
17186 (synopsis "Adaptive base error model in ultra-deep sequencing data")
17187 (description
17188 "This package provides an implementation of @dfn{Adaptive Base Error
17189 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
17190 platform-specific genetic knowledge and empirical signal to readily detect and
17191 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
17192 cell free DNA} (cfDNA).")
17193 (license license:gpl3)))
17194
17195 ;; This package includes minified JavaScript files. When upgrading please
17196 ;; check that there are no new minified JavaScript files.
17197 (define-public r-rintrojs
17198 (package
17199 (name "r-rintrojs")
17200 (version "0.2.2")
17201 (source
17202 (origin
17203 (method url-fetch)
17204 (uri (cran-uri "rintrojs" version))
17205 (sha256
17206 (base32
17207 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
17208 (properties `((upstream-name . "rintrojs")))
17209 (build-system r-build-system)
17210 (arguments
17211 `(#:modules ((guix build utils)
17212 (guix build r-build-system)
17213 (srfi srfi-1)
17214 (ice-9 popen))
17215 #:phases
17216 (modify-phases %standard-phases
17217 (add-after 'unpack 'process-javascript
17218 (lambda* (#:key inputs #:allow-other-keys)
17219 (with-directory-excursion "inst/javascript/introjs/"
17220 (call-with-values
17221 (lambda ()
17222 (unzip2
17223 `((,(assoc-ref inputs "intro.js")
17224 "intro.min.js"))))
17225 (lambda (sources targets)
17226 (for-each (lambda (source target)
17227 (format #t "Processing ~a --> ~a~%"
17228 source target)
17229 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
17230 (call-with-output-file target
17231 (lambda (port)
17232 (dump-port minified port)))))
17233 sources targets))))
17234 #t)))))
17235 (native-inputs
17236 `(("uglify-js" ,uglify-js)
17237 ("intro.js"
17238 ,(origin
17239 (method url-fetch)
17240 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
17241 (sha256
17242 (base32
17243 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
17244 (propagated-inputs
17245 `(("r-jsonlite" ,r-jsonlite)
17246 ("r-shiny" ,r-shiny)))
17247 (home-page "https://github.com/carlganz/rintrojs")
17248 (synopsis "Wrapper for the Intro.js library")
17249 (description
17250 "This package provides a wrapper for the @url{http://www.introjs.com,
17251 Intro.js} library. This package makes it easy to include step-by-step
17252 introductions, and clickable hints in a Shiny application. It supports both
17253 static introductions in the UI, and programmatic introductions from the
17254 server-side.")
17255 (license license:agpl3+)))
17256
17257 (define-public r-sysfonts
17258 (package
17259 (name "r-sysfonts")
17260 (version "0.8.1")
17261 (source
17262 (origin
17263 (method url-fetch)
17264 (uri (cran-uri "sysfonts" version))
17265 (sha256
17266 (base32
17267 "1xp40hchjfif80a6jj210ghrjcvjjf66vqcssdy7a1j53nl1n994"))))
17268 (properties `((upstream-name . "sysfonts")))
17269 (build-system r-build-system)
17270 (inputs
17271 `(("freetype" ,freetype)
17272 ("libpng" ,libpng)
17273 ("zlib" ,zlib)))
17274 (native-inputs
17275 `(("pkg-config" ,pkg-config)))
17276 (home-page "https://github.com/yixuan/sysfonts")
17277 (synopsis "Loading fonts into R")
17278 (description
17279 "This is a package to simplify loading of system fonts and Google Fonts
17280 into R, in order to support other packages.")
17281 (license license:gpl2)))
17282
17283 (define-public r-showtextdb
17284 (package
17285 (name "r-showtextdb")
17286 (version "3.0")
17287 (source
17288 (origin
17289 (method url-fetch)
17290 (uri (cran-uri "showtextdb" version))
17291 (sha256
17292 (base32
17293 "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
17294 (properties `((upstream-name . "showtextdb")))
17295 (build-system r-build-system)
17296 (propagated-inputs
17297 `(("r-sysfonts" ,r-sysfonts)))
17298 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
17299 (synopsis "Font files for the 'showtext' package")
17300 (description
17301 "This package provides font files that can be used by the @code{showtext}
17302 package.")
17303 (license license:asl2.0)))
17304
17305 (define-public r-showtext
17306 (package
17307 (name "r-showtext")
17308 (version "0.8-1")
17309 (source
17310 (origin
17311 (method url-fetch)
17312 (uri (cran-uri "showtext" version))
17313 (sha256
17314 (base32
17315 "1n1cd9f4zrv45k5953akclqh1jh7fy122dqkgmbfi5h122v6p2h0"))))
17316 (properties `((upstream-name . "showtext")))
17317 (build-system r-build-system)
17318 (inputs
17319 `(("freetype" ,freetype)
17320 ("libpng" ,libpng)
17321 ("zlib" ,zlib)))
17322 (propagated-inputs
17323 `(("r-showtextdb" ,r-showtextdb)
17324 ("r-sysfonts" ,r-sysfonts)))
17325 (native-inputs
17326 `(("pkg-config" ,pkg-config)
17327 ("r-knitr" ,r-knitr)))
17328 (home-page "https://github.com/yixuan/showtext")
17329 (synopsis "Using fonts more easily in R graphs")
17330 (description
17331 "This package aims to make it easy to use various types of
17332 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
17333 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
17334 will be converted into polygons or raster images, hence after the plot has
17335 been created, it no longer relies on the font files. No external software
17336 such as Ghostscript is needed to use this package.")
17337 (license license:asl2.0)))
17338
17339 (define-public r-emojifont
17340 (package
17341 (name "r-emojifont")
17342 (version "0.5.3")
17343 (source
17344 (origin
17345 (method url-fetch)
17346 (uri (cran-uri "emojifont" version))
17347 (sha256
17348 (base32
17349 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
17350 (properties `((upstream-name . "emojifont")))
17351 (build-system r-build-system)
17352 (propagated-inputs
17353 `(("r-ggplot2" ,r-ggplot2)
17354 ("r-proto" ,r-proto)
17355 ("r-showtext" ,r-showtext)
17356 ("r-sysfonts" ,r-sysfonts)))
17357 (home-page "https://guangchuangyu.github.io/emojifont")
17358 (synopsis "Emoji and Font Awesome in R graphics")
17359 (description
17360 "This package enables the use of emoji and the Font Awesome glyphs in
17361 both base and ggplot2 graphics.")
17362 (license license:artistic2.0)))
17363
17364 (define-public r-abstractr
17365 (package
17366 (name "r-abstractr")
17367 (version "0.1.0")
17368 (source
17369 (origin
17370 (method url-fetch)
17371 (uri (cran-uri "abstractr" version))
17372 (sha256
17373 (base32
17374 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
17375 (properties `((upstream-name . "abstractr")))
17376 (build-system r-build-system)
17377 (propagated-inputs
17378 `(("r-colourpicker" ,r-colourpicker)
17379 ("r-emojifont" ,r-emojifont)
17380 ("r-ggplot2" ,r-ggplot2)
17381 ("r-gridextra" ,r-gridextra)
17382 ("r-rintrojs" ,r-rintrojs)
17383 ("r-shiny" ,r-shiny)
17384 ("r-shinythemes" ,r-shinythemes)))
17385 (home-page "https://matt-kumar.shinyapps.io/portfolio")
17386 (synopsis "R-Shiny application for creating visual abstracts")
17387 (description
17388 "This package provides an R Shiny application to create visual abstracts
17389 for original research. A variety of user defined options and formatting are
17390 included.")
17391 (license license:gpl3)))
17392
17393 (define-public r-qgam
17394 (package
17395 (name "r-qgam")
17396 (version "1.3.2")
17397 (source
17398 (origin
17399 (method url-fetch)
17400 (uri (cran-uri "qgam" version))
17401 (sha256
17402 (base32
17403 "0lks2cj0p7irp1i01756v1l7i26d7alax1fbkc20qd6wpz840fi7"))))
17404 (properties `((upstream-name . "qgam")))
17405 (build-system r-build-system)
17406 (propagated-inputs
17407 `(("r-doparallel" ,r-doparallel)
17408 ("r-mgcv" ,r-mgcv)
17409 ("r-plyr" ,r-plyr)
17410 ("r-shiny" ,r-shiny)))
17411 (native-inputs `(("r-knitr" ,r-knitr)))
17412 (home-page "https://cran.r-project.org/web/packages/qgam/")
17413 (synopsis "Smooth additive quantile regression models")
17414 (description
17415 "This package provides smooth additive quantile regression models, fitted
17416 using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
17417 the smoothing parameters are estimated automatically by marginal loss
17418 minimization, while the regression coefficients are estimated using either
17419 PIRLS or Newton algorithm. The learning rate is determined so that the
17420 Bayesian credible intervals of the estimated effects have approximately the
17421 correct coverage. The main function is @code{qgam()} which is similar to
17422 @code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
17423 regression models.")
17424 (license license:gpl2+)))
17425
17426 (define-public r-abtest
17427 (package
17428 (name "r-abtest")
17429 (version "0.2.1")
17430 (source
17431 (origin
17432 (method url-fetch)
17433 (uri (cran-uri "abtest" version))
17434 (sha256
17435 (base32
17436 "1zfd13d7dplawk24dbdr1ka8cbdp5w6sxb0zlm7k4dhvn6ksi8h0"))))
17437 (properties `((upstream-name . "abtest")))
17438 (build-system r-build-system)
17439 (propagated-inputs
17440 `(("r-matrix" ,r-matrix)
17441 ("r-mvtnorm" ,r-mvtnorm)
17442 ("r-plotrix" ,r-plotrix)
17443 ("r-qgam" ,r-qgam)
17444 ("r-rcolorbrewer" ,r-rcolorbrewer)
17445 ("r-rcpp" ,r-rcpp)
17446 ("r-sn" ,r-sn)
17447 ("r-truncnorm" ,r-truncnorm)))
17448 (home-page "https://cran.r-project.org/web/packages/abtest/")
17449 (synopsis "Bayesian A/B testing")
17450 (description
17451 "This package provides functions for Bayesian A/B testing including prior
17452 elicitation options based on Kass and Vaidyanathan (1992)
17453 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
17454 (license license:gpl2+)))
17455
17456 (define-public r-accept
17457 (package
17458 (name "r-accept")
17459 (version "0.7.1")
17460 (source
17461 (origin
17462 (method url-fetch)
17463 (uri (cran-uri "accept" version))
17464 (sha256
17465 (base32
17466 "0pn8q0jsi0nb2mm2kv6sjczflflshhy55y7nqqnk70yx9f6wm83y"))))
17467 (properties `((upstream-name . "accept")))
17468 (build-system r-build-system)
17469 (propagated-inputs
17470 `(("r-dplyr" ,r-dplyr)
17471 ("r-extrafont" ,r-extrafont)
17472 ("r-mass" ,r-mass)
17473 ("r-plotly" ,r-plotly)
17474 ("r-stringr" ,r-stringr)
17475 ("r-viridis" ,r-viridis)))
17476 (home-page "https://cran.r-project.org/web/packages/accept/")
17477 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
17478 (description
17479 "This package allows clinicians to predict the rate and severity of
17480 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
17481 Disease} (COPD) patients, based on the clinical prediction model published in
17482 Adibi et al. (2019) @url{doi:10.1101/651901}.")
17483 (license license:gpl3)))
17484
17485 (define-public r-smpracticals
17486 (package
17487 (name "r-smpracticals")
17488 (version "1.4-3")
17489 (source
17490 (origin
17491 (method url-fetch)
17492 (uri (cran-uri "SMPracticals" version))
17493 (sha256
17494 (base32
17495 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
17496 (properties `((upstream-name . "SMPracticals")))
17497 (build-system r-build-system)
17498 (propagated-inputs
17499 `(("r-ellipse" ,r-ellipse)
17500 ("r-mass" ,r-mass)
17501 ("r-nlme" ,r-nlme)
17502 ("r-survival" ,r-survival)))
17503 (home-page "http://statwww.epfl.ch/davison/SM/")
17504 (synopsis "Practicals for use with Davison (2003) Statistical Models")
17505 (description
17506 "This package contains the datasets and a few functions for use with the
17507 practicals outlined in Appendix A of the book Statistical Models (Davison,
17508 2003, Cambridge University Press). The practicals themselves can be found at
17509 @url{http://statwww.epfl.ch/davison/SM/}.")
17510 (license license:gpl2+)))
17511
17512 (define-public r-fgui
17513 (package
17514 (name "r-fgui")
17515 (version "1.0-8")
17516 (source
17517 (origin
17518 (method url-fetch)
17519 (uri (cran-uri "fgui" version))
17520 (sha256
17521 (base32
17522 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
17523 (properties `((upstream-name . "fgui")))
17524 (build-system r-build-system)
17525 (home-page
17526 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
17527 (synopsis "Create GUI for R functions")
17528 (description
17529 "Rapidly create a GUI for a function you created by automatically
17530 creating widgets for arguments of the function. This package automatically
17531 parses help routines for context-sensitive help to these arguments. The
17532 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
17533 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
17534 incorporated into the interface for greater customization for the more
17535 experienced.")
17536 ;; Any version of the GPL.
17537 (license (list license:gpl2+ license:gpl3+))))
17538
17539 (define-public r-tcltk2
17540 (package
17541 (name "r-tcltk2")
17542 (version "1.2-11")
17543 (source
17544 (origin
17545 (method url-fetch)
17546 (uri (cran-uri "tcltk2" version))
17547 (sha256
17548 (base32
17549 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
17550 (properties `((upstream-name . "tcltk2")))
17551 (build-system r-build-system)
17552 (inputs
17553 `(("tcl" ,tcl)
17554 ("tk" ,tk)))
17555 (home-page "https://www.sciviews.org/SciViews-R")
17556 (synopsis "Tcl/Tk additions")
17557 (description
17558 "This package provides a series of additional Tcl commands and Tk widgets
17559 with style and various functions to supplement the tcltk package")
17560 (license license:lgpl3)))
17561
17562 (define-public r-accrual
17563 (package
17564 (name "r-accrual")
17565 (version "1.3")
17566 (source
17567 (origin
17568 (method url-fetch)
17569 (uri (cran-uri "accrual" version))
17570 (sha256
17571 (base32
17572 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
17573 (properties `((upstream-name . "accrual")))
17574 (build-system r-build-system)
17575 (propagated-inputs
17576 `(("r-fgui" ,r-fgui)
17577 ("r-smpracticals" ,r-smpracticals)
17578 ("r-tcltk2" ,r-tcltk2)))
17579 (home-page "https://cran.r-project.org/web/packages/accrual/")
17580 (synopsis "Bayesian accrual prediction")
17581 (description
17582 "Subject recruitment for medical research is challenging. Slow patient
17583 accrual leads to delay in research. Accrual monitoring during the process of
17584 recruitment is critical. Researchers need reliable tools to manage the
17585 accrual rate. This package provides an implementation of a Bayesian method
17586 that integrates researcher's experience on previous trials and data from the
17587 current study, providing reliable prediction on accrual rate for clinical
17588 studies. It provides functions for Bayesian accrual prediction which can be
17589 easily used by statisticians and clinical researchers.")
17590 (license license:gpl2)))
17591
17592 (define-public r-accrued
17593 (package
17594 (name "r-accrued")
17595 (version "1.4.1")
17596 (source
17597 (origin
17598 (method url-fetch)
17599 (uri (cran-uri "accrued" version))
17600 (sha256
17601 (base32
17602 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
17603 (properties `((upstream-name . "accrued")))
17604 (build-system r-build-system)
17605 (home-page "https://cran.r-project.org/web/packages/accrued/")
17606 (synopsis "Data quality visualization tools for partially accruing data")
17607 (description
17608 "This is a package for visualizing data quality of partially accruing
17609 data.")
17610 (license license:gpl3)))
17611
17612 (define-public r-mda
17613 (package
17614 (name "r-mda")
17615 (version "0.5-2")
17616 (source
17617 (origin
17618 (method url-fetch)
17619 (uri (cran-uri "mda" version))
17620 (sha256
17621 (base32
17622 "1hq0zhhz9klmp4zcr1w8hyn7s1h9kfg57d2l2mfm7psx459j0krl"))))
17623 (properties `((upstream-name . "mda")))
17624 (build-system r-build-system)
17625 (propagated-inputs `(("r-class" ,r-class)))
17626 (native-inputs `(("gfortran" ,gfortran)))
17627 (home-page "https://cran.r-project.org/web/packages/mda/")
17628 (synopsis "Mixture and flexible discriminant analysis")
17629 (description
17630 "This is a package for mixture and flexible discriminant analysis,
17631 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
17632 (license license:gpl2)))
17633
17634 (define-public r-elasticnet
17635 (package
17636 (name "r-elasticnet")
17637 (version "1.3")
17638 (source
17639 (origin
17640 (method url-fetch)
17641 (uri (cran-uri "elasticnet" version))
17642 (sha256
17643 (base32
17644 "0nxcw06d0cp2mbqzg2fm9yys5xm6xx7bfcfvr0avcs8afkvz29j8"))))
17645 (properties `((upstream-name . "elasticnet")))
17646 (build-system r-build-system)
17647 (propagated-inputs
17648 `(("r-lars" ,r-lars)))
17649 (home-page "http://users.stat.umn.edu/~zouxx019/")
17650 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
17651 (description
17652 "This package provides functions for fitting the entire solution path of
17653 the Elastic-Net and also provides functions for estimating sparse Principal
17654 Components. The Lasso solution paths can be computed by the same function.")
17655 (license license:gpl2+)))
17656
17657 (define-public r-sparselda
17658 (package
17659 (name "r-sparselda")
17660 (version "0.1-9")
17661 (source
17662 (origin
17663 (method url-fetch)
17664 (uri (cran-uri "sparseLDA" version))
17665 (sha256
17666 (base32
17667 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
17668 (properties `((upstream-name . "sparseLDA")))
17669 (build-system r-build-system)
17670 (propagated-inputs
17671 `(("r-elasticnet" ,r-elasticnet)
17672 ("r-mass" ,r-mass)
17673 ("r-mda" ,r-mda)))
17674 (home-page "https://www.imm.dtu.dk/~lkhc/")
17675 (synopsis "Sparse discriminant analysis")
17676 (description
17677 "This package performs sparse linear discriminant analysis for Gaussians
17678 and mixture of Gaussian models.")
17679 (license license:gpl2+)))
17680
17681 (define-public r-accsda
17682 (package
17683 (name "r-accsda")
17684 (version "1.0.0")
17685 (source
17686 (origin
17687 (method url-fetch)
17688 (uri (cran-uri "accSDA" version))
17689 (sha256
17690 (base32
17691 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
17692 (properties `((upstream-name . "accSDA")))
17693 (build-system r-build-system)
17694 (propagated-inputs
17695 `(("r-ggplot2" ,r-ggplot2)
17696 ("r-ggthemes" ,r-ggthemes)
17697 ("r-gridextra" ,r-gridextra)
17698 ("r-mass" ,r-mass)
17699 ("r-rarpack" ,r-rarpack)
17700 ("r-sparselda" ,r-sparselda)))
17701 (home-page "https://github.com/gumeo/accSDA/wiki")
17702 (synopsis "Accelerated sparse discriminant analysis")
17703 (description
17704 "This package provides an implementation of sparse linear discriminant
17705 analysis, which is a supervised classification method for multiple classes.
17706 Various novel optimization approaches to this problem are implemented
17707 including @dfn{alternating direction method of multipliers} (ADMM),
17708 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
17709 Functions for performing cross validation are also supplied along with basic
17710 prediction and plotting functions. @dfn{Sparse zero variance
17711 discriminant} (SZVD) analysis is also included in the package.")
17712 (license license:gpl2+)))
17713
17714 (define-public r-ace2fastq
17715 (package
17716 (name "r-ace2fastq")
17717 (version "0.6.0")
17718 (source
17719 (origin
17720 (method url-fetch)
17721 (uri (cran-uri "ace2fastq" version))
17722 (sha256
17723 (base32
17724 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
17725 (properties `((upstream-name . "ace2fastq")))
17726 (build-system r-build-system)
17727 (propagated-inputs
17728 `(("r-stringr" ,r-stringr)))
17729 (home-page "https://github.com/c5sire/ace2fastq")
17730 (synopsis "ACE file to FASTQ converter")
17731 (description
17732 "The ACE file format is used in genomics to store contigs from sequencing
17733 machines. This tools converts it into FASTQ format. Both formats contain the
17734 sequence characters and their corresponding quality information. Unlike the
17735 FASTQ file, the ACE file stores the quality values numerically. The
17736 conversion algorithm uses the standard Sanger formula. The package
17737 facilitates insertion into pipelines, and content inspection.")
17738 (license license:gpl3)))
17739
17740 (define-public r-rngwell
17741 (package
17742 (name "r-rngwell")
17743 (version "0.10-6")
17744 (source
17745 (origin
17746 (method url-fetch)
17747 (uri (cran-uri "rngWELL" version))
17748 (sha256
17749 (base32
17750 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
17751 (properties `((upstream-name . "rngWELL")))
17752 (build-system r-build-system)
17753 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
17754 (synopsis "Toolbox for WELL random number generators")
17755 (description
17756 "This is a dedicated package to WELL pseudo random generators, which were
17757 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
17758 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
17759 (license license:bsd-3)))
17760
17761 (define-public r-randtoolbox
17762 (package
17763 (name "r-randtoolbox")
17764 (version "1.30.1")
17765 (source
17766 (origin
17767 (method url-fetch)
17768 (uri (cran-uri "randtoolbox" version))
17769 (sha256
17770 (base32
17771 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
17772 (properties `((upstream-name . "randtoolbox")))
17773 (build-system r-build-system)
17774 (propagated-inputs
17775 `(("r-rngwell" ,r-rngwell)))
17776 (native-inputs
17777 `(("gfortran" ,gfortran)))
17778 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
17779 (synopsis "Toolbox for pseudo and quasi random number generation")
17780 (description
17781 "This package provides
17782
17783 @enumerate
17784 @item pseudo random generators, such as general linear
17785 congruential generators, multiple recursive generators and generalized
17786 feedback shift register (SF-Mersenne Twister algorithm and WELL
17787 generators)
17788
17789 @item quasi random generators, such as the Torus algorithm, the Sobol
17790 sequence, the Halton sequence (including the Van der Corput sequence), and
17791
17792 @item some generator tests: the gap test, the serial test, the poker test.
17793 @end enumerate
17794
17795 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
17796 (license license:bsd-3)))
17797
17798 (define-public r-lhs
17799 (package
17800 (name "r-lhs")
17801 (version "1.0.2")
17802 (source
17803 (origin
17804 (method url-fetch)
17805 (uri (cran-uri "lhs" version))
17806 (sha256
17807 (base32
17808 "0n0i1hr9gmc0hfcs2cvpjvdfgm6k26rhcq3q22r8ic0gfj953572"))))
17809 (properties `((upstream-name . "lhs")))
17810 (build-system r-build-system)
17811 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17812 (native-inputs
17813 `(("r-knitr" ,r-knitr)))
17814 (home-page "https://github.com/bertcarnell/lhs")
17815 (synopsis "Latin Hypercube Samples")
17816 (description
17817 "This package provides a number of methods for creating and augmenting
17818 Latin Hypercube Samples.")
17819 (license license:gpl3)))
17820
17821 (define-public r-acebayes
17822 (package
17823 (name "r-acebayes")
17824 (version "1.9")
17825 (source
17826 (origin
17827 (method url-fetch)
17828 (uri (cran-uri "acebayes" version))
17829 (sha256
17830 (base32
17831 "1imfwm1vpbb24vfmfn1nljhmaz8429mwjihw34892p387s8h7xz2"))))
17832 (properties `((upstream-name . "acebayes")))
17833 (build-system r-build-system)
17834 (propagated-inputs
17835 `(("r-compare" ,r-compare)
17836 ("r-lhs" ,r-lhs)
17837 ("r-randtoolbox" ,r-randtoolbox)
17838 ("r-rcpp" ,r-rcpp)
17839 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17840 (home-page "https://cran.r-project.org/web/packages/acebayes/")
17841 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
17842 (description
17843 "Finding an optimal Bayesian experimental design involves maximizing an
17844 objective function given by the expectation of some appropriately chosen
17845 utility function with respect to the joint distribution of unknown
17846 quantities (including responses). This objective function is usually not
17847 available in closed form and the design space can be continuous and of high
17848 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
17849 to maximise an approximation to the expectation of the utility function.")
17850 (license license:gpl2)))
17851
17852 (define-public r-acet
17853 (package
17854 (name "r-acet")
17855 (version "1.8.0")
17856 (source
17857 (origin
17858 (method url-fetch)
17859 (uri (cran-uri "ACEt" version))
17860 (sha256
17861 (base32
17862 "0626d6kg485xjya164wagrr5z223jvi93ywbwpdns7fkm03c0dlq"))))
17863 (properties `((upstream-name . "ACEt")))
17864 (build-system r-build-system)
17865 (propagated-inputs
17866 `(("r-bh" ,r-bh)
17867 ("r-mass" ,r-mass)
17868 ("r-rcpp" ,r-rcpp)
17869 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17870 (home-page "https://cran.r-project.org/web/packages/ACEt/")
17871 (synopsis "Estimating dynamic heritability and twin model comparison")
17872 (description
17873 "This package supports twin models that are able to estimate the dynamic
17874 behaviour of the variance components in the classical twin models with respect
17875 to age using B-splines and P-splines.")
17876 (license license:gpl2+)))
17877
17878 (define-public r-acfmperiod
17879 (package
17880 (name "r-acfmperiod")
17881 (version "1.0.0")
17882 (source
17883 (origin
17884 (method url-fetch)
17885 (uri (cran-uri "acfMPeriod" version))
17886 (sha256
17887 (base32
17888 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
17889 (properties `((upstream-name . "acfMPeriod")))
17890 (build-system r-build-system)
17891 (propagated-inputs
17892 `(("r-mass" ,r-mass)))
17893 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
17894 (synopsis "Estimation of the ACF from the M-periodogram")
17895 (description
17896 "This package support non-robust and robust computations of the sample
17897 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
17898 univariate and multivariate processes. The methodology consists in reversing
17899 the diagonalization procedure involving the periodogram or the
17900 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
17901 ACOVF or the ACF as discussed in Fuller (1995)
17902 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
17903 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
17904 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
17905 (license license:gpl2+)))
17906
17907 (define-public r-gamlss-data
17908 (package
17909 (name "r-gamlss-data")
17910 (version "5.1-4")
17911 (source
17912 (origin
17913 (method url-fetch)
17914 (uri (cran-uri "gamlss.data" version))
17915 (sha256
17916 (base32
17917 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
17918 (properties `((upstream-name . "gamlss.data")))
17919 (build-system r-build-system)
17920 (home-page "http://www.gamlss.org/")
17921 (synopsis "GAMLSS data")
17922 (description
17923 "This package provides data used as examples to demonstrate GAMLSS
17924 models.")
17925 ;; Either version of the license
17926 (license (list license:gpl2 license:gpl3))))
17927
17928 (define-public r-gamlss
17929 (package
17930 (name "r-gamlss")
17931 (version "5.1-7")
17932 (source
17933 (origin
17934 (method url-fetch)
17935 (uri (cran-uri "gamlss" version))
17936 (sha256
17937 (base32
17938 "0ywqwsp4k6jgnicp1gdsglji61l5cnackl52700v8kmkk83bq4c8"))))
17939 (properties `((upstream-name . "gamlss")))
17940 (build-system r-build-system)
17941 (propagated-inputs
17942 `(("r-gamlss-data" ,r-gamlss-data)
17943 ("r-gamlss-dist" ,r-gamlss-dist)
17944 ("r-mass" ,r-mass)
17945 ("r-nlme" ,r-nlme)
17946 ("r-survival" ,r-survival)))
17947 (home-page "http://www.gamlss.org/")
17948 (synopsis "Generalized additive models for location scale and shape")
17949 (description
17950 "This package provides functions for fitting the generalized additive
17951 models for location scale and shape introduced by Rigby and
17952 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
17953 use a distributional regression approach where all the parameters of the
17954 conditional distribution of the response variable are modelled using
17955 explanatory variables.")
17956 ;; Either version of the license
17957 (license (list license:gpl2 license:gpl3))))
17958
17959 (define-public r-acid
17960 (package
17961 (name "r-acid")
17962 (version "1.1")
17963 (source
17964 (origin
17965 (method url-fetch)
17966 (uri (cran-uri "acid" version))
17967 (sha256
17968 (base32
17969 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
17970 (properties `((upstream-name . "acid")))
17971 (build-system r-build-system)
17972 (propagated-inputs
17973 `(("r-gamlss" ,r-gamlss)
17974 ("r-gamlss-dist" ,r-gamlss-dist)
17975 ("r-hmisc" ,r-hmisc)))
17976 (home-page "https://cran.r-project.org/web/packages/acid/")
17977 (synopsis "Analysing conditional income distributions")
17978 (description
17979 "This package provides functions for the analysis of income distributions
17980 for subgroups of the population as defined by a set of variables like age,
17981 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
17982 distribution as well as functions for moments, inequality measures, entropy
17983 measures and polarisation measures of income distributions. This package thus
17984 aides the analysis of income inequality by offering tools for the exploratory
17985 analysis of income distributions at the disaggregated level.")
17986 (license license:gpl3)))
17987
17988 (define-public r-acm4r
17989 (package
17990 (name "r-acm4r")
17991 (version "1.0")
17992 (source
17993 (origin
17994 (method url-fetch)
17995 (uri (cran-uri "acm4r" version))
17996 (sha256
17997 (base32
17998 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
17999 (properties `((upstream-name . "acm4r")))
18000 (build-system r-build-system)
18001 (propagated-inputs `(("r-mass" ,r-mass)))
18002 (home-page "https://cran.r-project.org/web/packages/acm4r/")
18003 (synopsis "Align-and-count method comparisons of RFLP data")
18004 (description
18005 "This is a package to compare sequence fragment lengths or molecular
18006 weights from pairs of lanes. The number of matching bands in the
18007 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
18008 the align-and-count method.")
18009 ;; Any version of the GPL
18010 (license (list license:gpl2+ license:gpl3+))))
18011
18012 (define-public r-filematrix
18013 (package
18014 (name "r-filematrix")
18015 (version "1.3")
18016 (source
18017 (origin
18018 (method url-fetch)
18019 (uri (cran-uri "filematrix" version))
18020 (sha256
18021 (base32
18022 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
18023 (properties `((upstream-name . "filematrix")))
18024 (build-system r-build-system)
18025 ;; These inputs are needed for vignettes
18026 (native-inputs
18027 `(("r-knitr" ,r-knitr)
18028 ("r-rmarkdown" ,r-rmarkdown)
18029 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
18030 (home-page "https://github.com/andreyshabalin/filematrix")
18031 (synopsis "File-backed matrix class with convenient read and write access")
18032 (description
18033 "This package provides an interface for working with large matrices
18034 stored in files, not in computer memory. It supports multiple non-character
18035 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
18036 byte real values). Access to parts of the matrix is done by indexing, exactly
18037 as with usual R matrices. It supports very large matrices; the package has
18038 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
18039 columns, ad allows for quick addition of extra columns to a filematrix.")
18040 (license license:lgpl3)))
18041
18042 (define-public r-acmeeqtl
18043 (package
18044 (name "r-acmeeqtl")
18045 (version "1.6")
18046 (source
18047 (origin
18048 (method url-fetch)
18049 (uri (cran-uri "ACMEeqtl" version))
18050 (sha256
18051 (base32
18052 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
18053 (properties `((upstream-name . "ACMEeqtl")))
18054 (build-system r-build-system)
18055 (propagated-inputs
18056 `(("r-filematrix" ,r-filematrix)))
18057 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
18058 (synopsis "Estimation of interpretable eQTL effect sizes")
18059 (description
18060 "This package provides a non-linear model, termed ACME, that reflects a
18061 parsimonious biological model for allelic contributions of cis-acting eQTLs.
18062 With non-linear least-squares algorithm the maximum likelihood parameters can
18063 be estimated. The ACME model provides interpretable effect size estimates and
18064 p-values with well controlled Type-I error.")
18065 (license license:lgpl3)))
18066
18067 (define-public r-acmer
18068 (package
18069 (name "r-acmer")
18070 (version "1.1.0")
18071 (source
18072 (origin
18073 (method url-fetch)
18074 (uri (cran-uri "acmeR" version))
18075 (sha256
18076 (base32
18077 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
18078 (properties `((upstream-name . "acmeR")))
18079 (build-system r-build-system)
18080 (propagated-inputs `(("r-foreign" ,r-foreign)))
18081 (home-page "https://cran.r-project.org/web/packages/acmeR/")
18082 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
18083 (description
18084 "This package provides an implementation of the ACME estimator, described
18085 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
18086 Mortality at Wind Turbines. Unlike most other models, this estimator supports
18087 decreasing-hazard Weibull model for persistence; decreasing search proficiency
18088 as carcasses age; variable bleed-through at successive searches; and interval
18089 mortality estimates. The package provides, based on search data, functions
18090 for estimating the mortality inflation factor in Frequentist and Bayesian
18091 settings.")
18092 (license license:expat)))
18093
18094 (define-public r-r-huge
18095 (package
18096 (name "r-r-huge")
18097 (version "0.9.0")
18098 (source
18099 (origin
18100 (method url-fetch)
18101 (uri (cran-uri "R.huge" version))
18102 (sha256
18103 (base32
18104 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
18105 (properties `((upstream-name . "R.huge")))
18106 (build-system r-build-system)
18107 (propagated-inputs
18108 `(("r-r-methodss3" ,r-r-methodss3)
18109 ("r-r-oo" ,r-r-oo)
18110 ("r-r-utils" ,r-r-utils)))
18111 (home-page "https://github.com/HenrikBengtsson/R.huge")
18112 (synopsis "Methods for accessing huge amounts of data")
18113 (description
18114 "This is a deprecated package for accessing huge amounts of data.
18115 Cross-platform alternatives are the following packages: bigmemory (CRAN),
18116 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
18117 the @code{aroma.affymetrix} package.")
18118 (license license:lgpl2.1+)))
18119
18120 (define-public r-r-filesets
18121 (package
18122 (name "r-r-filesets")
18123 (version "2.13.0")
18124 (source
18125 (origin
18126 (method url-fetch)
18127 (uri (cran-uri "R.filesets" version))
18128 (sha256
18129 (base32
18130 "124rygq0bl9n4akxcm868nl30cyk3rz0iprb98zlpk62gci9f5fg"))))
18131 (properties `((upstream-name . "R.filesets")))
18132 (build-system r-build-system)
18133 (propagated-inputs
18134 `(("r-digest" ,r-digest)
18135 ("r-r-cache" ,r-r-cache)
18136 ("r-r-methodss3" ,r-r-methodss3)
18137 ("r-r-oo" ,r-r-oo)
18138 ("r-r-utils" ,r-r-utils)))
18139 (home-page "https://github.com/HenrikBengtsson/R.filesets")
18140 (synopsis "Easy handling of and access to files")
18141 (description
18142 "This package provides classes and methods to locate, setup, subset,
18143 navigate and iterate file sets, i.e. sets of files located in one or more
18144 directories on the file system. The API is designed such that these classes
18145 can be extended via inheritance to provide a richer API for special file
18146 formats. Moreover, a specific name format is defined such that filenames and
18147 directories can be considered to have full names which consists of a name
18148 followed by comma-separated tags. This adds additional flexibility to
18149 identify file sets and individual files.")
18150 (license license:lgpl2.1+)))
18151
18152 (define-public r-r-devices
18153 (package
18154 (name "r-r-devices")
18155 (version "2.16.1")
18156 (source
18157 (origin
18158 (method url-fetch)
18159 (uri (cran-uri "R.devices" version))
18160 (sha256
18161 (base32
18162 "15zlnq3g27whq26fbcy5zfl5hiddm256h4rga4frblg6wqlbkvdd"))))
18163 (properties `((upstream-name . "R.devices")))
18164 (build-system r-build-system)
18165 (propagated-inputs
18166 `(("r-base64enc" ,r-base64enc)
18167 ("r-r-methodss3" ,r-r-methodss3)
18168 ("r-r-oo" ,r-r-oo)
18169 ("r-r-utils" ,r-r-utils)))
18170 (home-page "https://github.com/HenrikBengtsson/R.devices")
18171 (synopsis "Unified handling of graphics devices")
18172 (description
18173 "This package provides functions for creating plots and image files in a
18174 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
18175 Default device options as well as scales and aspect ratios are controlled in a
18176 uniform way across all device types. Switching output format requires minimal
18177 changes in code. This package is ideal for large-scale batch processing,
18178 because it will never leave open graphics devices or incomplete image files
18179 behind, even on errors or user interrupts.")
18180 (license license:lgpl2.1+)))
18181
18182 (define-public r-acnr
18183 (package
18184 (name "r-acnr")
18185 (version "1.0.0")
18186 (source
18187 (origin
18188 (method url-fetch)
18189 (uri (cran-uri "acnr" version))
18190 (sha256
18191 (base32
18192 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
18193 (properties `((upstream-name . "acnr")))
18194 (build-system r-build-system)
18195 (home-page "https://github.com/mpierrejean/acnr")
18196 (synopsis "Annotated copy-number regions")
18197 (description
18198 "This package provides SNP array data from different types of copy-number
18199 regions. These regions were identified manually by the authors of the package
18200 and may be used to generate realistic data sets with known truth.")
18201 (license license:lgpl2.1+)))
18202
18203 (define-public r-acopula
18204 (package
18205 (name "r-acopula")
18206 (version "0.9.3")
18207 (source
18208 (origin
18209 (method url-fetch)
18210 (uri (cran-uri "acopula" version))
18211 (sha256
18212 (base32
18213 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
18214 (properties `((upstream-name . "acopula")))
18215 (build-system r-build-system)
18216 (home-page "https://cran.r-project.org/web/packages/acopula/")
18217 (synopsis "Modelling dependence with multivariate Archimax copulas")
18218 (description
18219 "Archimax copulas are a mixture of Archimedean and EV copulas. This
18220 package provides definitions of several parametric families of generator and
18221 dependence function, computes CDF and PDF, estimates parameters, tests for
18222 goodness of fit, generates random sample and checks copula properties for
18223 custom constructs. In the 2-dimensional case explicit formulas for density
18224 are used, contrary to higher dimensions when all derivatives are linearly
18225 approximated. Several non-archimax families (normal, FGM, Plackett) are
18226 provided as well.")
18227 (license license:gpl2)))
18228
18229 (define-public r-tuner
18230 (package
18231 (name "r-tuner")
18232 (version "1.3.3")
18233 (source
18234 (origin
18235 (method url-fetch)
18236 (uri (cran-uri "tuneR" version))
18237 (sha256
18238 (base32
18239 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
18240 (properties `((upstream-name . "tuneR")))
18241 (build-system r-build-system)
18242 (propagated-inputs `(("r-signal" ,r-signal)))
18243 (home-page "https://cran.r-project.org/web/packages/tuneR/")
18244 (synopsis "Analysis of music and speech")
18245 (description
18246 "This is a package for the analysis of music and speech. Analyze music
18247 and speech, extract features like MFCCs, handle wave files and their
18248 representation in various ways, read MP3, read MIDI, perform steps of a
18249 transcription, ...")
18250 ;; Either of these versions.
18251 (license (list license:gpl2 license:gpl3))))
18252
18253 (define-public r-seewave
18254 (package
18255 (name "r-seewave")
18256 (version "2.1.6")
18257 (source
18258 (origin
18259 (method url-fetch)
18260 (uri (cran-uri "seewave" version))
18261 (sha256
18262 (base32
18263 "123h3q0gps0vy9sikr7gjphnv9m3l4h4mykiydjllmrpaw1s1844"))))
18264 (properties `((upstream-name . "seewave")))
18265 (build-system r-build-system)
18266 (inputs
18267 `(("libsndfile" ,libsndfile)))
18268 (propagated-inputs
18269 `(("r-tuner" ,r-tuner)))
18270 (home-page "http://rug.mnhn.fr/seewave")
18271 (synopsis "Sound analysis and synthesis")
18272 (description
18273 "This package provides functions for analysing, manipulating, displaying,
18274 editing and synthesizing time waves (particularly sound). This package
18275 processes time analysis (oscillograms and envelopes), spectral content,
18276 resonance quality factor, entropy, cross correlation and autocorrelation,
18277 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
18278 and 3D spectrograms and many other analyses.")
18279 (license license:gpl2+)))
18280
18281 (define-public r-acousticndlcoder
18282 (package
18283 (name "r-acousticndlcoder")
18284 (version "1.0.2")
18285 (source
18286 (origin
18287 (method url-fetch)
18288 (uri (cran-uri "AcousticNDLCodeR" version))
18289 (sha256
18290 (base32
18291 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
18292 (properties
18293 `((upstream-name . "AcousticNDLCodeR")))
18294 (build-system r-build-system)
18295 (propagated-inputs
18296 `(("r-seewave" ,r-seewave)
18297 ("r-tuner" ,r-tuner)
18298 ("r-zoo" ,r-zoo)))
18299 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
18300 (synopsis "Coding sound files for use with NDL")
18301 (description
18302 "Make acoustic cues to use with the R package @code{ndl}.
18303 The package implements functions used in the PLoS ONE paper \"Words from
18304 spontaneous conversational speech can be recognized with human-like accuracy
18305 by an error-driven learning algorithm that discriminates between meanings
18306 straight from smart acoustic features, bypassing the phoneme as recognition
18307 unit.\" @url{doi:10.1371/journal.pone.0174623}")
18308 (license license:gpl2+)))
18309
18310 (define-public r-acp
18311 (package
18312 (name "r-acp")
18313 (version "2.1")
18314 (source
18315 (origin
18316 (method url-fetch)
18317 (uri (cran-uri "acp" version))
18318 (sha256
18319 (base32
18320 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
18321 (properties `((upstream-name . "acp")))
18322 (build-system r-build-system)
18323 (propagated-inputs
18324 `(("r-quantmod" ,r-quantmod)
18325 ("r-tseries" ,r-tseries)))
18326 (home-page "https://cran.r-project.org/web/packages/acp/")
18327 (synopsis "Autoregressive conditional Poisson")
18328 (description
18329 "This package supports the analysis of count data exhibiting
18330 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
18331 model (ACP(p,q)) proposed by Heinen (2003).")
18332 (license license:gpl2)))
18333
18334 (define-public r-ada
18335 (package
18336 (name "r-ada")
18337 (version "2.0-5")
18338 (source
18339 (origin
18340 (method url-fetch)
18341 (uri (cran-uri "ada" version))
18342 (sha256
18343 (base32
18344 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
18345 (properties `((upstream-name . "ada")))
18346 (build-system r-build-system)
18347 (propagated-inputs `(("r-rpart" ,r-rpart)))
18348 (home-page "https://cran.r-project.org/web/packages/ada/")
18349 (synopsis "Stochastic boosting")
18350 (description
18351 "This package provides a straightforward, well-documented, and broad
18352 boosting routine for classification, ideally suited for small to
18353 moderate-sized data sets. It performs discrete, real, and gentle boost under
18354 both exponential and logistic loss on a given data set.")
18355 ;; Any version of the GPL.
18356 (license (list license:gpl2+ license:gpl3+))))
18357
18358 (define-public r-genalg
18359 (package
18360 (name "r-genalg")
18361 (version "0.2.0")
18362 (source
18363 (origin
18364 (method url-fetch)
18365 (uri (cran-uri "genalg" version))
18366 (sha256
18367 (base32
18368 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
18369 (properties `((upstream-name . "genalg")))
18370 (build-system r-build-system)
18371 (home-page "https://github.com/egonw/genalg")
18372 (synopsis "R based genetic algorithm")
18373 (description
18374 "This package provides an R based genetic algorithm for binary and
18375 floating point chromosomes.")
18376 (license license:gpl2)))
18377
18378 (define-public r-kernelfactory
18379 (package
18380 (name "r-kernelfactory")
18381 (version "0.3.0")
18382 (source
18383 (origin
18384 (method url-fetch)
18385 (uri (cran-uri "kernelFactory" version))
18386 (sha256
18387 (base32
18388 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
18389 (properties `((upstream-name . "kernelFactory")))
18390 (build-system r-build-system)
18391 (propagated-inputs
18392 `(("r-auc" ,r-auc)
18393 ("r-genalg" ,r-genalg)
18394 ("r-kernlab" ,r-kernlab)
18395 ("r-randomforest" ,r-randomforest)))
18396 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
18397 (synopsis "Ensemble of kernel machines")
18398 (description
18399 "Kernel factory is an ensemble method where each base classifier (random
18400 forest) is fit on the kernel matrix of a subset of the training data.")
18401 (license license:gpl2+)))
18402
18403 (define-public r-dummies
18404 (package
18405 (name "r-dummies")
18406 (version "1.5.6")
18407 (source
18408 (origin
18409 (method url-fetch)
18410 (uri (cran-uri "dummies" version))
18411 (sha256
18412 (base32
18413 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
18414 (properties `((upstream-name . "dummies")))
18415 (build-system r-build-system)
18416 (home-page "https://decisionpatterns.com")
18417 (synopsis "Create dummy/indicator variables flexibly and efficiently")
18418 (description
18419 "This package lets you expand factors, characters and other eligible
18420 classes into dummy/indicator variables.")
18421 (license license:gpl2+)))
18422
18423 (define-public r-acrm
18424 (package
18425 (name "r-acrm")
18426 (version "0.1.1")
18427 (source
18428 (origin
18429 (method url-fetch)
18430 (uri (cran-uri "aCRM" version))
18431 (sha256
18432 (base32
18433 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
18434 (properties `((upstream-name . "aCRM")))
18435 (build-system r-build-system)
18436 (propagated-inputs
18437 `(("r-ada" ,r-ada)
18438 ("r-dummies" ,r-dummies)
18439 ("r-kernelfactory" ,r-kernelfactory)
18440 ("r-randomforest" ,r-randomforest)))
18441 (home-page "https://cran.r-project.org/web/packages/aCRM/")
18442 (synopsis "Convenience functions for analytical customer relationship management")
18443 (description
18444 "This package provides convenience functions for data preparation and
18445 modeling often used in @dfn{analytical customer relationship
18446 management} (aCRM).")
18447 (license license:gpl2+)))
18448
18449 (define-public r-treeclust
18450 (package
18451 (name "r-treeclust")
18452 (version "1.1-7")
18453 (source
18454 (origin
18455 (method url-fetch)
18456 (uri (cran-uri "treeClust" version))
18457 (sha256
18458 (base32
18459 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
18460 (properties `((upstream-name . "treeClust")))
18461 (build-system r-build-system)
18462 (propagated-inputs
18463 `(("r-cluster" ,r-cluster)
18464 ("r-rpart" ,r-rpart)))
18465 (home-page "https://cran.r-project.org/web/packages/treeClust/")
18466 (synopsis "Cluster distances through trees")
18467 (description
18468 "This package provides tools to create a measure of inter-point
18469 dissimilarity useful for clustering mixed data, and, optionally, perform the
18470 clustering.")
18471 (license license:gpl2+)))
18472
18473 (define-public r-acrosstic
18474 (package
18475 (name "r-acrosstic")
18476 (version "1.0-3")
18477 (source
18478 (origin
18479 (method url-fetch)
18480 (uri (cran-uri "AcrossTic" version))
18481 (sha256
18482 (base32
18483 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
18484 (properties `((upstream-name . "AcrossTic")))
18485 (build-system r-build-system)
18486 (propagated-inputs
18487 `(("r-lpsolve" ,r-lpsolve)
18488 ("r-treeclust" ,r-treeclust)))
18489 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
18490 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
18491 (description
18492 "This is a package for constructing minimum-cost regular spanning
18493 subgraph as part of a non-parametric two-sample test for equality of
18494 distribution.")
18495 (license license:gpl2+)))
18496
18497 (define-public r-acrt
18498 (package
18499 (name "r-acrt")
18500 (version "1.0.1")
18501 (source
18502 (origin
18503 (method url-fetch)
18504 (uri (cran-uri "acrt" version))
18505 (sha256
18506 (base32
18507 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
18508 (properties `((upstream-name . "acrt")))
18509 (build-system r-build-system)
18510 (propagated-inputs
18511 `(("r-rcpp" ,r-rcpp)
18512 ("r-rcppeigen" ,r-rcppeigen)
18513 ("r-sandwich" ,r-sandwich)))
18514 (home-page "https://cran.r-project.org/web/packages/acrt/")
18515 (synopsis "Autocorrelation robust testing")
18516 (description
18517 "This package provides functions for testing affine hypotheses on the
18518 regression coefficient vector in regression models with autocorrelated
18519 errors.")
18520 (license license:gpl2)))
18521
18522 (define-public r-acs
18523 (package
18524 (name "r-acs")
18525 (version "2.1.4")
18526 (source
18527 (origin
18528 (method url-fetch)
18529 (uri (cran-uri "acs" version))
18530 (sha256
18531 (base32
18532 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
18533 (properties `((upstream-name . "acs")))
18534 (build-system r-build-system)
18535 (propagated-inputs
18536 `(("r-httr" ,r-httr)
18537 ("r-plyr" ,r-plyr)
18538 ("r-rcpp" ,r-rcpp)
18539 ("r-stringr" ,r-stringr)
18540 ("r-xml" ,r-xml)))
18541 (home-page "https://dusp.mit.edu/faculty/ezra-haber-glenn")
18542 (synopsis "Work with data from the US Census")
18543 (description
18544 "This package provides a general toolkit for downloading, managing,
18545 analyzing, and presenting data from the
18546 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
18547 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
18548 American Community Survey (ACS). Confidence intervals provided with ACS data
18549 are converted to standard errors to be bundled with estimates in complex
18550 @code{acs} objects. The package provides new methods to conduct standard
18551 operations on @code{acs} objects and present/plot data in statistically
18552 appropriate ways.")
18553 (license license:gpl3)))
18554
18555 (define-public r-acss-data
18556 (package
18557 (name "r-acss-data")
18558 (version "1.0")
18559 (source
18560 (origin
18561 (method url-fetch)
18562 (uri (cran-uri "acss.data" version))
18563 (sha256
18564 (base32
18565 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
18566 (properties `((upstream-name . "acss.data")))
18567 (build-system r-build-system)
18568 (home-page "http://complexitycalculator.com/methodology.html")
18569 (synopsis "Data for algorithmic complexity of short strings")
18570 (description
18571 "This is a data only package providing the algorithmic complexity of
18572 short strings, computed using the coding theorem method. For a given set of
18573 symbols in a string, all possible or a large number of random samples of
18574 Turing machines with a given number of states (e.g., 5) and number of symbols
18575 corresponding to the number of symbols in the strings were simulated until
18576 they reached a halting state or failed to end. This package contains data on
18577 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
18578 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
18579 distribution of the halting states.")
18580 (license license:gpl2+)))
18581
18582 (define-public r-acss
18583 (package
18584 (name "r-acss")
18585 (version "0.2-5")
18586 (source
18587 (origin
18588 (method url-fetch)
18589 (uri (cran-uri "acss" version))
18590 (sha256
18591 (base32
18592 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
18593 (properties `((upstream-name . "acss")))
18594 (build-system r-build-system)
18595 (propagated-inputs
18596 `(("r-acss-data" ,r-acss-data)
18597 ("r-zoo" ,r-zoo)))
18598 (home-page "http://complexitycalculator.com/methodology.html")
18599 (synopsis "Algorithmic complexity for short strings")
18600 (description
18601 "The main purpose of this package is to provide the algorithmic
18602 complexity for short strings, an approximation of the Kolmogorov Complexity of
18603 a short string using the coding theorem method. While the database containing
18604 the complexity is provided in the data only package @code{acss.data}, this
18605 package provides functions accessing the data such as @code{prob_random}
18606 returning the posterior probability that a given string was produced by a
18607 random process. In addition, two traditional (but problematic) measures of
18608 complexity are also provided: entropy and change complexity.")
18609 (license license:gpl2+)))
18610
18611 (define-public r-acswr
18612 (package
18613 (name "r-acswr")
18614 (version "1.0")
18615 (source
18616 (origin
18617 (method url-fetch)
18618 (uri (cran-uri "ACSWR" version))
18619 (sha256
18620 (base32
18621 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
18622 (properties `((upstream-name . "ACSWR")))
18623 (build-system r-build-system)
18624 (propagated-inputs
18625 `(("r-mass" ,r-mass)))
18626 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
18627 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
18628 (description
18629 "This is a companion package for the book \"A Course in Statistics with
18630 R\" (ISBN 978-1-119-15272-9.)")
18631 (license license:gpl2)))
18632
18633 (define-public r-alabama
18634 (package
18635 (name "r-alabama")
18636 (version "2015.3-1")
18637 (source
18638 (origin
18639 (method url-fetch)
18640 (uri (cran-uri "alabama" version))
18641 (sha256
18642 (base32
18643 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
18644 (properties `((upstream-name . "alabama")))
18645 (build-system r-build-system)
18646 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
18647 (home-page "https://cran.r-project.org/web/packages/alabama/")
18648 (synopsis "Constrained nonlinear optimization")
18649 (description
18650 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
18651 Algorithm; it is used for optimizing smooth nonlinear objective functions with
18652 constraints. Linear or nonlinear equality and inequality constraints are
18653 allowed.")
18654 (license license:gpl2+)))
18655
18656 (define-public r-gdina
18657 (package
18658 (name "r-gdina")
18659 (version "2.8.0")
18660 (source
18661 (origin
18662 (method url-fetch)
18663 (uri (cran-uri "GDINA" version))
18664 (sha256
18665 (base32
18666 "0chxnhp37xfd78gafkgwqrmc0jf3pvpdyrkc438kl0l53fb7dld7"))))
18667 (properties `((upstream-name . "GDINA")))
18668 (build-system r-build-system)
18669 (propagated-inputs
18670 `(("r-alabama" ,r-alabama)
18671 ("r-ggplot2" ,r-ggplot2)
18672 ("r-mass" ,r-mass)
18673 ("r-nloptr" ,r-nloptr)
18674 ("r-numderiv" ,r-numderiv)
18675 ("r-rcpp" ,r-rcpp)
18676 ("r-rcpparmadillo" ,r-rcpparmadillo)
18677 ("r-rsolnp" ,r-rsolnp)
18678 ("r-shiny" ,r-shiny)
18679 ("r-shinydashboard" ,r-shinydashboard)))
18680 (native-inputs
18681 `(("r-knitr" ,r-knitr)))
18682 (home-page "https://github.com/Wenchao-Ma/GDINA")
18683 (synopsis "Generalized DINA model framework")
18684 (description
18685 "This package provides a set of psychometric tools for cognitive
18686 diagnosis modeling based on the generalized deterministic inputs, noisy and
18687 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
18688 and its extensions, including the sequential G-DINA model by Ma and de la
18689 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
18690 polytomous G-DINA model by Chen and de la Torre
18691 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
18692 distribution can be independent, saturated, higher-order, loglinear smoothed
18693 or structured. Q-matrix validation, item and model fit statistics, model
18694 comparison at test and item level and differential item functioning can also
18695 be conducted. A graphical user interface is also provided.")
18696 (license license:gpl3)))
18697
18698 (define-public r-actcd
18699 (package
18700 (name "r-actcd")
18701 (version "1.2-0")
18702 (source
18703 (origin
18704 (method url-fetch)
18705 (uri (cran-uri "ACTCD" version))
18706 (sha256
18707 (base32
18708 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
18709 (properties `((upstream-name . "ACTCD")))
18710 (build-system r-build-system)
18711 (propagated-inputs
18712 `(("r-gdina" ,r-gdina)
18713 ("r-r-methodss3" ,r-r-methodss3)))
18714 (native-inputs
18715 `(("gfortran" ,gfortran)))
18716 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
18717 (synopsis "Asymptotic classification theory for cognitive diagnosis")
18718 (description
18719 "This is a package supporting cluster analysis for cognitive diagnosis
18720 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
18721 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
18722 sum-scores, cluster analysis techniques can be used to classify examinees into
18723 latent classes based on their attribute patterns. In addition to the
18724 algorithms used to classify data, three labeling approaches are proposed to
18725 label clusters so that examinees' attribute profiles can be obtained.")
18726 (license license:gpl2+)))
18727
18728 (define-public r-ineq
18729 (package
18730 (name "r-ineq")
18731 (version "0.2-13")
18732 (source
18733 (origin
18734 (method url-fetch)
18735 (uri (cran-uri "ineq" version))
18736 (sha256
18737 (base32
18738 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
18739 (properties `((upstream-name . "ineq")))
18740 (build-system r-build-system)
18741 (home-page "https://cran.r-project.org/web/packages/ineq/")
18742 (synopsis "Measuring inequality, concentration, and poverty")
18743 (description
18744 "This package provides tools for measuring inequality, concentration, and
18745 poverty measures. It provides both empirical and theoretical Lorenz curves.")
18746 ;; Either of these two versions.
18747 (license (list license:gpl2 license:gpl3))))
18748
18749 (define-public r-actfrag
18750 (package
18751 (name "r-actfrag")
18752 (version "0.1.1")
18753 (source
18754 (origin
18755 (method url-fetch)
18756 (uri (cran-uri "ActFrag" version))
18757 (sha256
18758 (base32
18759 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
18760 (properties `((upstream-name . "ActFrag")))
18761 (build-system r-build-system)
18762 (propagated-inputs
18763 `(("r-accelerometry" ,r-accelerometry)
18764 ("r-dplyr" ,r-dplyr)
18765 ("r-ineq" ,r-ineq)
18766 ("r-survival" ,r-survival)
18767 ("r-tidyr" ,r-tidyr)))
18768 (home-page "https://github.com/junruidi/ActFrag")
18769 (synopsis "Activity fragmentation metrics extraction")
18770 (description
18771 "This package provides functions to extract commonly used fragmentation
18772 metrics to quantify time accumulation strategies based on minute level
18773 actigraphy-measured activity counts data.")
18774 (license license:gpl3)))
18775
18776 (define-public r-fda
18777 (package
18778 (name "r-fda")
18779 (version "5.1.4")
18780 (source
18781 (origin
18782 (method url-fetch)
18783 (uri (cran-uri "fda" version))
18784 (sha256
18785 (base32
18786 "0js4ggl3aiwsqk6npwz72yhcznkb63smddds24ngf6a0p8yp5p2x"))))
18787 (properties `((upstream-name . "fda")))
18788 (build-system r-build-system)
18789 (propagated-inputs
18790 `(("r-matrix" ,r-matrix)))
18791 (home-page "https://www.functionaldata.org")
18792 (synopsis "Functional data analysis")
18793 (description
18794 "These functions were developed to support functional data analysis as
18795 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
18796 Analysis. The package includes data sets and script files working many
18797 examples.")
18798 (license license:gpl2+)))
18799
18800 (define-public r-actigraphy
18801 (package
18802 (name "r-actigraphy")
18803 (version "1.4.0")
18804 (source
18805 (origin
18806 (method url-fetch)
18807 (uri (cran-uri "Actigraphy" version))
18808 (sha256
18809 (base32
18810 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
18811 (properties `((upstream-name . "Actigraphy")))
18812 (build-system r-build-system)
18813 (propagated-inputs
18814 `(("r-fda" ,r-fda)))
18815 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
18816 (synopsis "Actigraphy data analysis")
18817 (description
18818 "This package provides tools for functional linear modeling and analysis
18819 of actigraphy data.")
18820 (license license:asl2.0)))
18821
18822 (define-public r-activedriver
18823 (package
18824 (name "r-activedriver")
18825 (version "1.0.0")
18826 (source
18827 (origin
18828 (method url-fetch)
18829 (uri (cran-uri "ActiveDriver" version))
18830 (sha256
18831 (base32
18832 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
18833 (properties `((upstream-name . "ActiveDriver")))
18834 (build-system r-build-system)
18835 (propagated-inputs
18836 `(("r-mass" ,r-mass)))
18837 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
18838 (synopsis "Tools for finding cancer driver proteins")
18839 (description
18840 "This package provides a mutation analysis tool that discovers cancer
18841 driver genes with frequent mutations in protein signalling sites such as
18842 post-translational modifications (phosphorylation, ubiquitination, etc). The
18843 Poisson generalized linear regression model identifies genes where cancer
18844 mutations in signalling sites are more frequent than expected from the
18845 sequence of the entire gene. Integration of mutations with signalling
18846 information helps find new driver genes and propose candidate mechanisms to
18847 known drivers.")
18848 (license license:gpl2+)))
18849
18850 (define-public r-activitycounts
18851 (package
18852 (name "r-activitycounts")
18853 (version "0.1.2")
18854 (source
18855 (origin
18856 (method url-fetch)
18857 (uri (cran-uri "activityCounts" version))
18858 (sha256
18859 (base32
18860 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
18861 (properties
18862 `((upstream-name . "activityCounts")))
18863 (build-system r-build-system)
18864 (propagated-inputs
18865 `(("r-lubridate" ,r-lubridate)
18866 ("r-magrittr" ,r-magrittr)
18867 ("r-seewave" ,r-seewave)
18868 ("r-signal" ,r-signal)
18869 ("r-tibble" ,r-tibble)))
18870 (home-page "https://github.com/walkabillylab/activityCounts")
18871 (synopsis "Generate ActiLife counts")
18872 (description
18873 "ActiLife generates activity counts from data collected by Actigraph
18874 accelerometers. Actigraph is one of the most common research-grade
18875 accelerometers. There is considerable research validating and developing
18876 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
18877 counts are proprietary and difficult to implement if researchers use different
18878 accelerometer brands. The code creates ActiLife counts from raw acceleration
18879 data for different accelerometer brands.")
18880 (license license:gpl3)))
18881
18882 (define-public r-activityindex
18883 (package
18884 (name "r-activityindex")
18885 (version "0.3.6")
18886 (source
18887 (origin
18888 (method url-fetch)
18889 (uri (cran-uri "ActivityIndex" version))
18890 (sha256
18891 (base32
18892 "14k6d78s15j7kb7jhixf4msrdjdl28d0r264cbvy41p8dkq7ysvk"))))
18893 (properties `((upstream-name . "ActivityIndex")))
18894 (build-system r-build-system)
18895 (propagated-inputs
18896 `(("r-data-table" ,r-data-table)
18897 ("r-matrixstats" ,r-matrixstats)
18898 ("r-r-utils" ,r-r-utils)))
18899 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
18900 (synopsis "Activity Index calculation using raw accelerometry data")
18901 (description
18902 "This is a package to read raw accelerometry from GT3X+ accelerometry
18903 data and plain table data to calculate the Activity Index from Bai et
18904 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
18905 (license license:gpl3)))
18906
18907 (define-public r-activpal
18908 (package
18909 (name "r-activpal")
18910 (version "0.1.3")
18911 (source
18912 (origin
18913 (method url-fetch)
18914 (uri (cran-uri "activPAL" version))
18915 (sha256
18916 (base32
18917 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
18918 (properties `((upstream-name . "activPAL")))
18919 (build-system r-build-system)
18920 (propagated-inputs
18921 `(("r-devtools" ,r-devtools)
18922 ("r-dplyr" ,r-dplyr)
18923 ("r-ggplot2" ,r-ggplot2)
18924 ("r-lubridate" ,r-lubridate)
18925 ("r-magrittr" ,r-magrittr)
18926 ("r-tidyr" ,r-tidyr)))
18927 (home-page "https://cran.r-project.org/web/packages/activPAL")
18928 (synopsis "Processing and chart generation from activPAL events files")
18929 (description
18930 "This package contains functions to generate pre-defined summary
18931 statistics from activPAL events files. The package also contains functions to
18932 produce informative graphics that visualize physical activity behaviour and
18933 trends. This includes generating graphs that align physical activity
18934 behaviour with additional time based observations described by other data
18935 sets, such as sleep diaries and continuous glucose monitoring data.")
18936 (license license:gpl3)))
18937
18938 (define-public r-activpalprocessing
18939 (package
18940 (name "r-activpalprocessing")
18941 (version "1.0.2")
18942 (source
18943 (origin
18944 (method url-fetch)
18945 (uri (cran-uri "activpalProcessing" version))
18946 (sha256
18947 (base32
18948 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
18949 (properties
18950 `((upstream-name . "activpalProcessing")))
18951 (build-system r-build-system)
18952 (propagated-inputs
18953 `(("r-chron" ,r-chron)))
18954 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
18955 (synopsis "Process activPAL events files")
18956 (description
18957 "This package performs estimation of physical activity and sedentary
18958 behavior variables from activPAL events files.")
18959 ;; Either version of the GPL.
18960 (license (list license:gpl2 license:gpl3))))
18961
18962 (define-public r-actogrammr
18963 (package
18964 (name "r-actogrammr")
18965 (version "0.2.3")
18966 (source
18967 (origin
18968 (method url-fetch)
18969 (uri (cran-uri "actogrammr" version))
18970 (sha256
18971 (base32
18972 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
18973 (properties `((upstream-name . "actogrammr")))
18974 (build-system r-build-system)
18975 (propagated-inputs
18976 `(("r-dplyr" ,r-dplyr)
18977 ("r-ggplot2" ,r-ggplot2)
18978 ("r-lubridate" ,r-lubridate)
18979 ("r-readr" ,r-readr)
18980 ("r-tidyr" ,r-tidyr)))
18981 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
18982 (synopsis "Read in activity data and plot actograms")
18983 (description
18984 "Read in activity measurements from standard file formats used by
18985 circadian rhythm researchers, currently only ClockLab format, and process and
18986 plot the data. The central type of plot is the actogram, as first described
18987 in \"Activity and distribution of certain wild mice in relation to biotic
18988 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
18989 (license license:gpl3)))
18990
18991 (define-public r-expint
18992 (package
18993 (name "r-expint")
18994 (version "0.1-6")
18995 (source
18996 (origin
18997 (method url-fetch)
18998 (uri (cran-uri "expint" version))
18999 (sha256
19000 (base32
19001 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
19002 (properties `((upstream-name . "expint")))
19003 (build-system r-build-system)
19004 (home-page "https://gitlab.com/vigou3/expint")
19005 (synopsis "Exponential integral and incomplete Gamma function")
19006 (description
19007 "This package provides the exponential integrals @code{E_1(x)},
19008 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
19009 function @code{G(a, x)} defined for negative values of its first argument.
19010 The package also gives easy access to the underlying C routines through an
19011 API; see the package vignette for details.")
19012 (license license:gpl2+)))
19013
19014 (define-public r-actuar
19015 (package
19016 (name "r-actuar")
19017 (version "3.0-0")
19018 (source
19019 (origin
19020 (method url-fetch)
19021 (uri (cran-uri "actuar" version))
19022 (sha256
19023 (base32
19024 "0dkp1sczldzy7kj70qvh1q59jhsq1brjybmxdz43jnx63y45llpz"))))
19025 (properties `((upstream-name . "actuar")))
19026 (build-system r-build-system)
19027 (propagated-inputs `(("r-expint" ,r-expint)))
19028 (home-page "https://gitlab.com/vigou3/actuar")
19029 (synopsis "Actuarial functions and heavy tailed distributions")
19030 (description
19031 "This package provides functions and data sets for actuarial science:
19032 modeling of loss distributions; risk theory and ruin theory; simulation of
19033 compound models, discrete mixtures and compound hierarchical models;
19034 credibility theory. It boasts support for many additional probability
19035 distributions to model insurance loss amounts and loss frequency: 19
19036 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
19037 distribution; zero-truncated and zero-modified extensions of the standard
19038 discrete distributions. It also supports phase-type distributions commonly
19039 used to compute ruin probabilities.")
19040 (license license:gpl2+)))
19041
19042 (define-public r-bmp
19043 (package
19044 (name "r-bmp")
19045 (version "0.3")
19046 (source
19047 (origin
19048 (method url-fetch)
19049 (uri (cran-uri "bmp" version))
19050 (sha256
19051 (base32
19052 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
19053 (properties `((upstream-name . "bmp")))
19054 (build-system r-build-system)
19055 (home-page "https://cran.r-project.org/web/packages/bmp/")
19056 (synopsis "Read Bitmap (BMP) images")
19057 (description
19058 "This package provides pure R tools to read BMP format images. It is
19059 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
19060 (license license:gpl2+)))
19061
19062 (define-public r-readbitmap
19063 (package
19064 (name "r-readbitmap")
19065 (version "0.1.5")
19066 (source
19067 (origin
19068 (method url-fetch)
19069 (uri (cran-uri "readbitmap" version))
19070 (sha256
19071 (base32
19072 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
19073 (properties `((upstream-name . "readbitmap")))
19074 (build-system r-build-system)
19075 (inputs
19076 `(("libjpeg" ,libjpeg-turbo)
19077 ("libpng" ,libpng)))
19078 (propagated-inputs
19079 `(("r-bmp" ,r-bmp)
19080 ("r-jpeg" ,r-jpeg)
19081 ("r-png" ,r-png)
19082 ("r-tiff" ,r-tiff)))
19083 (home-page "https://github.com/jefferis/readbitmap")
19084 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
19085 (description
19086 "This package provides tools to identify and read BMP, JPEG, PNG, and
19087 TIFF format bitmap images. Identification defaults to the use of the magic
19088 number embedded in the file rather than the file extension.")
19089 (license license:gpl2+)))
19090
19091 (define-public r-imager
19092 (package
19093 (name "r-imager")
19094 (version "0.42.3")
19095 (source
19096 (origin
19097 (method url-fetch)
19098 (uri (cran-uri "imager" version))
19099 (sha256
19100 (base32
19101 "1wxvbv803222gjrf1ys6a349xlnmmdw3kqgi93piq9gq7lahihvg"))))
19102 (properties `((upstream-name . "imager")))
19103 (build-system r-build-system)
19104 (inputs
19105 `(("fftw" ,fftw)
19106 ("libtiff" ,libtiff)
19107 ("libx11" ,libx11)
19108 ("zlib" ,zlib)))
19109 (propagated-inputs
19110 `(("r-downloader" ,r-downloader)
19111 ("r-igraph" ,r-igraph)
19112 ("r-jpeg" ,r-jpeg)
19113 ("r-magrittr" ,r-magrittr)
19114 ("r-png" ,r-png)
19115 ("r-purrr" ,r-purrr)
19116 ("r-rcpp" ,r-rcpp)
19117 ("r-readbitmap" ,r-readbitmap)
19118 ("r-stringr" ,r-stringr)))
19119 (native-inputs
19120 `(("pkg-config" ,pkg-config)
19121 ("r-knitr" ,r-knitr)))
19122 (home-page "https://dahtah.github.io/imager/")
19123 (synopsis "Image processing library")
19124 (description
19125 "This is a package for fast image processing for images in up to 4
19126 dimensions (two spatial dimensions, one time/depth dimension, one color
19127 dimension). It provides most traditional image processing tools (filtering,
19128 morphology, transformations, etc.) as well as various functions for easily
19129 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
19130 simple, modern C++ library for image processing.")
19131 (license license:lgpl3)))
19132
19133 (define-public r-acuityview
19134 (package
19135 (name "r-acuityview")
19136 (version "0.1")
19137 (source
19138 (origin
19139 (method url-fetch)
19140 (uri (cran-uri "AcuityView" version))
19141 (sha256
19142 (base32
19143 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
19144 (properties `((upstream-name . "AcuityView")))
19145 (build-system r-build-system)
19146 (propagated-inputs
19147 `(("r-fftwtools" ,r-fftwtools)
19148 ("r-imager" ,r-imager)
19149 ("r-plotrix" ,r-plotrix)))
19150 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
19151 (synopsis "Display scenes as seen by an animal with less acute vision")
19152 (description
19153 "This package provides a simple method for representing a visual scene as
19154 it may be seen by an animal with less acute vision.")
19155 (license license:gpl2+)))
19156
19157 (define-public r-caret
19158 (package
19159 (name "r-caret")
19160 (version "6.0-86")
19161 (source
19162 (origin
19163 (method url-fetch)
19164 (uri (cran-uri "caret" version))
19165 (sha256
19166 (base32
19167 "0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
19168 (build-system r-build-system)
19169 (propagated-inputs
19170 `(("r-foreach" ,r-foreach)
19171 ("r-ggplot2" ,r-ggplot2)
19172 ("r-lattice" ,r-lattice)
19173 ("r-modelmetrics" ,r-modelmetrics)
19174 ("r-nlme" ,r-nlme)
19175 ("r-plyr" ,r-plyr)
19176 ("r-proc" ,r-proc)
19177 ("r-recipes" ,r-recipes)
19178 ("r-reshape2" ,r-reshape2)
19179 ("r-withr" ,r-withr)))
19180 (native-inputs
19181 `(("r-knitr" ,r-knitr)))
19182 (home-page "https://github.com/topepo/caret")
19183 (synopsis "Classification and regression training")
19184 (description
19185 "This package provides miscellaneous functions for training and plotting
19186 classification and regression models.")
19187 (license license:gpl2+)))
19188
19189 (define-public r-adabag
19190 (package
19191 (name "r-adabag")
19192 (version "4.2")
19193 (source
19194 (origin
19195 (method url-fetch)
19196 (uri (cran-uri "adabag" version))
19197 (sha256
19198 (base32
19199 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
19200 (properties `((upstream-name . "adabag")))
19201 (build-system r-build-system)
19202 (propagated-inputs
19203 `(("r-caret" ,r-caret)
19204 ("r-doparallel" ,r-doparallel)
19205 ("r-foreach" ,r-foreach)
19206 ("r-rpart" ,r-rpart)))
19207 (home-page "https://cran.r-project.org/web/packages/adabag/")
19208 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
19209 (description
19210 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
19211 Breiman's Bagging algorithm using classification trees as individual
19212 classifiers. Once these classifiers have been trained, they can be used to
19213 predict on new data. Also, cross validation estimation of the error can be
19214 done.")
19215 (license license:gpl2+)))
19216
19217 (define-public r-adagio
19218 (package
19219 (name "r-adagio")
19220 (version "0.7.1")
19221 (source
19222 (origin
19223 (method url-fetch)
19224 (uri (cran-uri "adagio" version))
19225 (sha256
19226 (base32
19227 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
19228 (properties `((upstream-name . "adagio")))
19229 (build-system r-build-system)
19230 (native-inputs `(("gfortran" ,gfortran)))
19231 (home-page "https://cran.r-project.org/web/packages/adagio/")
19232 (synopsis "Discrete and global optimization routines")
19233 (description
19234 "This package provides methods and algorithms for discrete optimization,
19235 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
19236 Hooke-Jeeves minimization, and some (evolutionary) global optimization
19237 functions.")
19238 (license license:gpl3+)))
19239
19240 (define-public r-univoutl
19241 (package
19242 (name "r-univoutl")
19243 (version "0.2")
19244 (source
19245 (origin
19246 (method url-fetch)
19247 (uri (cran-uri "univOutl" version))
19248 (sha256
19249 (base32
19250 "0rlc3w7cx2hfxacpjs9kmjzv5p8v9wxnlpxi3rh276wiy5zdr91v"))))
19251 (properties `((upstream-name . "univOutl")))
19252 (build-system r-build-system)
19253 (propagated-inputs
19254 `(("r-hmisc" ,r-hmisc)
19255 ("r-robustbase" ,r-robustbase)))
19256 (home-page "https://github.com/marcellodo/univOutl")
19257 (synopsis "Detection of univariate outliers")
19258 (description
19259 "This package provides well-known outlier detection techniques in the
19260 univariate case. Methods to deal with skewed distribution are included too.
19261 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
19262 historical data is implemented as well. When available, survey weights can be
19263 used in outliers detection.")
19264 (license license:gpl2+)))
19265
19266 (define-public r-tolerance
19267 (package
19268 (name "r-tolerance")
19269 (version "2.0.0")
19270 (source
19271 (origin
19272 (method url-fetch)
19273 (uri (cran-uri "tolerance" version))
19274 (sha256
19275 (base32
19276 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
19277 (properties `((upstream-name . "tolerance")))
19278 (build-system r-build-system)
19279 (propagated-inputs
19280 `(("r-mass" ,r-mass)
19281 ("r-rgl" ,r-rgl)))
19282 (home-page "https://cran.r-project.org/web/packages/tolerance/")
19283 (synopsis "Statistical tolerance intervals and regions")
19284 (description
19285 "This package provides functions for estimating tolerance
19286 limits (intervals) for various univariate distributions (binomial, Cauchy,
19287 discrete Pareto, exponential, two-parameter exponential, extreme value,
19288 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
19289 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
19290 Bayesian normal tolerance limits, multivariate normal tolerance regions,
19291 nonparametric tolerance intervals, tolerance bands for regression
19292 settings (linear regression, nonlinear regression, nonparametric regression,
19293 and multivariate regression), and analysis of variance tolerance intervals.
19294 Visualizations are also available for most of these settings.")
19295 (license license:gpl2+)))
19296
19297 (define-public r-additivitytests
19298 (package
19299 (name "r-additivitytests")
19300 (version "1.1-4")
19301 (source
19302 (origin
19303 (method url-fetch)
19304 (uri (cran-uri "additivityTests" version))
19305 (sha256
19306 (base32
19307 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
19308 (properties
19309 `((upstream-name . "additivityTests")))
19310 (build-system r-build-system)
19311 (home-page "https://github.com/simecek/additivityTests")
19312 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
19313 (description
19314 "This package provides an implementation of the Tukey, Mandel,
19315 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
19316 (license license:gpl3)))
19317
19318 (define-public r-flexclust
19319 (package
19320 (name "r-flexclust")
19321 (version "1.4-0")
19322 (source
19323 (origin
19324 (method url-fetch)
19325 (uri (cran-uri "flexclust" version))
19326 (sha256
19327 (base32
19328 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
19329 (properties `((upstream-name . "flexclust")))
19330 (build-system r-build-system)
19331 (propagated-inputs
19332 `(("r-class" ,r-class)
19333 ("r-lattice" ,r-lattice)
19334 ("r-modeltools" ,r-modeltools)))
19335 (home-page "https://cran.r-project.org/web/packages/flexclust/")
19336 (synopsis "Flexible cluster algorithms")
19337 (description
19338 "The main function @code{kcca} implements a general framework for
19339 k-centroids cluster analysis supporting arbitrary distance measures and
19340 centroid computation. Further cluster methods include hard competitive
19341 learning, neural gas, and QT clustering. There are numerous visualization
19342 methods for cluster results (neighborhood graphs, convex cluster hulls,
19343 barcharts of centroids, ...), and bootstrap methods for the analysis of
19344 cluster stability.")
19345 (license license:gpl2)))
19346
19347 (define-public r-biclust
19348 (package
19349 (name "r-biclust")
19350 (version "2.0.2")
19351 (source
19352 (origin
19353 (method url-fetch)
19354 (uri (cran-uri "biclust" version))
19355 (sha256
19356 (base32
19357 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
19358 (properties `((upstream-name . "biclust")))
19359 (build-system r-build-system)
19360 (propagated-inputs
19361 `(("r-additivitytests" ,r-additivitytests)
19362 ("r-colorspace" ,r-colorspace)
19363 ("r-flexclust" ,r-flexclust)
19364 ("r-ggplot2" ,r-ggplot2)
19365 ("r-lattice" ,r-lattice)
19366 ("r-mass" ,r-mass)
19367 ("r-tidyr" ,r-tidyr)))
19368 (home-page "https://cran.r-project.org/web/packages/biclust/")
19369 (synopsis "BiCluster algorithms")
19370 (description
19371 "The main function @code{biclust()} provides several algorithms to find
19372 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
19373 In addition, the package provides methods for data
19374 preprocessing (normalization and discretization), visualization, and
19375 validation of bicluster solutions.")
19376 (license license:gpl3)))
19377
19378 (define-public r-icge
19379 (package
19380 (name "r-icge")
19381 (version "0.3")
19382 (source
19383 (origin
19384 (method url-fetch)
19385 (uri (cran-uri "ICGE" version))
19386 (sha256
19387 (base32
19388 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
19389 (properties `((upstream-name . "ICGE")))
19390 (build-system r-build-system)
19391 (propagated-inputs
19392 `(("r-cluster" ,r-cluster)
19393 ("r-mass" ,r-mass)))
19394 (home-page "https://cran.r-project.org/web/packages/ICGE/")
19395 (synopsis "Cluster estimation and identification of atypical units")
19396 (description
19397 "ICGE is a package that helps to estimate the number of real clusters in
19398 data as well as to identify atypical units. The underlying methods are based
19399 on distances rather than on unit x variables.")
19400 (license license:gpl2+)))
19401
19402 (define-public r-depth
19403 (package
19404 (name "r-depth")
19405 (version "2.1-1.1")
19406 (source
19407 (origin
19408 (method url-fetch)
19409 (uri (cran-uri "depth" version))
19410 (sha256
19411 (base32
19412 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
19413 (properties `((upstream-name . "depth")))
19414 (build-system r-build-system)
19415 (propagated-inputs
19416 `(("r-abind" ,r-abind)
19417 ("r-circular" ,r-circular)
19418 ("r-rgl" ,r-rgl)))
19419 (native-inputs
19420 `(("gfortran" ,gfortran)))
19421 (home-page "https://cran.r-project.org/web/packages/depth/")
19422 (synopsis "Nonparametric depth functions for multivariate analysis")
19423 (description
19424 "This package provides tools for depth functions methodology applied to
19425 multivariate analysis. Besides allowing calculation of depth values and
19426 depth-based location estimators, the package includes functions or drawing
19427 contour plots and perspective plots of depth functions. Euclidian and
19428 spherical depths are supported.")
19429 (license license:gpl2)))
19430
19431 (define-public r-archetypes
19432 (package
19433 (name "r-archetypes")
19434 (version "2.2-0.1")
19435 (source
19436 (origin
19437 (method url-fetch)
19438 (uri (cran-uri "archetypes" version))
19439 (sha256
19440 (base32
19441 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
19442 (properties `((upstream-name . "archetypes")))
19443 (build-system r-build-system)
19444 (propagated-inputs
19445 `(("r-modeltools" ,r-modeltools)
19446 ("r-nnls" ,r-nnls)))
19447 (home-page "https://cran.r-project.org/web/packages/archetypes")
19448 (synopsis "Archetypal analysis")
19449 (description
19450 "The main function @code{archetypes} implements a framework for
19451 archetypal analysis supporting arbitrary problem solving mechanisms for the
19452 different conceptual parts of the algorithm.")
19453 (license license:gpl2+)))
19454
19455 (define-public r-shapes
19456 (package
19457 (name "r-shapes")
19458 (version "1.2.5")
19459 (source
19460 (origin
19461 (method url-fetch)
19462 (uri (cran-uri "shapes" version))
19463 (sha256
19464 (base32
19465 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
19466 (properties `((upstream-name . "shapes")))
19467 (build-system r-build-system)
19468 (propagated-inputs
19469 `(("r-mass" ,r-mass)
19470 ("r-minpack-lm" ,r-minpack-lm)
19471 ("r-rgl" ,r-rgl)
19472 ("r-scatterplot3d" ,r-scatterplot3d)))
19473 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
19474 (synopsis "Statistical shape analysis")
19475 (description
19476 "This package provides routines for the statistical analysis of landmark
19477 shapes, including Procrustes analysis, graphical displays, principal
19478 components analysis, permutation and bootstrap tests, thin-plate spline
19479 transformation grids and comparing covariance matrices. See Dryden, I.L. and
19480 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
19481 Edition), John Wiley and Sons.")
19482 (license license:gpl2)))
19483
19484 (define-public r-anthropometry
19485 (package
19486 (name "r-anthropometry")
19487 (version "1.14")
19488 (source
19489 (origin
19490 (method url-fetch)
19491 (uri (cran-uri "Anthropometry" version))
19492 (sha256
19493 (base32
19494 "0y52g15pcgs4b68sfczn6nnpdqsialsb4mq3wb9a2gba7qdcf76y"))))
19495 (properties `((upstream-name . "Anthropometry")))
19496 (build-system r-build-system)
19497 (propagated-inputs
19498 `(("r-archetypes" ,r-archetypes)
19499 ("r-biclust" ,r-biclust)
19500 ("r-cluster" ,r-cluster)
19501 ("r-depth" ,r-depth)
19502 ("r-fnn" ,r-fnn)
19503 ("r-icge" ,r-icge)
19504 ("r-nnls" ,r-nnls)
19505 ("r-rgl" ,r-rgl)
19506 ("r-shapes" ,r-shapes)))
19507 (native-inputs
19508 `(("r-knitr" ,r-knitr)))
19509 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
19510 (synopsis "Statistical methods for anthropometric data")
19511 (description
19512 "This package provides statistical methods especially developed to
19513 analyze anthropometric data. These methods are aimed at providing effective
19514 solutions to some commons problems related to Ergonomics and Anthropometry.
19515 They are based on clustering, the statistical concept of data depth,
19516 statistical shape analysis and archetypal analysis.")
19517 (license license:gpl2+)))
19518
19519 (define-public r-adamethods
19520 (package
19521 (name "r-adamethods")
19522 (version "1.2")
19523 (source
19524 (origin
19525 (method url-fetch)
19526 (uri (cran-uri "adamethods" version))
19527 (sha256
19528 (base32
19529 "0mp73zh5x6h18gv29v981kb9n632kb58lvlcxwr6vcvrx393nrxh"))))
19530 (properties `((upstream-name . "adamethods")))
19531 (build-system r-build-system)
19532 (propagated-inputs
19533 `(("r-anthropometry" ,r-anthropometry)
19534 ("r-archetypes" ,r-archetypes)
19535 ("r-fnn" ,r-fnn)
19536 ("r-foreach" ,r-foreach)
19537 ("r-nnls" ,r-nnls)
19538 ("r-tolerance" ,r-tolerance)
19539 ("r-univoutl" ,r-univoutl)))
19540 (home-page "https://cran.r-project.org/web/packages/adamethods/")
19541 (synopsis "Archetypoid algorithms and anomaly detection")
19542 (description
19543 "This package is a collection of several algorithms to obtain
19544 archetypoids with small and large databases and with both classical
19545 multivariate data and functional data (univariate and multivariate). Some of
19546 these algorithms also allow to detect anomalies (outliers).")
19547 (license license:gpl2+)))
19548
19549 (define-public r-idpmisc
19550 (package
19551 (name "r-idpmisc")
19552 (version "1.1.20")
19553 (source
19554 (origin
19555 (method url-fetch)
19556 (uri (cran-uri "IDPmisc" version))
19557 (sha256
19558 (base32
19559 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
19560 (properties `((upstream-name . "IDPmisc")))
19561 (build-system r-build-system)
19562 (propagated-inputs
19563 `(("r-lattice" ,r-lattice)))
19564 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
19565 (synopsis "Functions for data analyses and visualization")
19566 (description
19567 "This package provides different high-level graphics functions for
19568 displaying large datasets, displaying circular data in a very flexible way,
19569 finding local maxima, brewing color ramps, drawing nice arrows, zooming
19570 2D-plots, creating figures with differently colored margin and plot region.
19571 In addition, the package contains auxiliary functions for data manipulation
19572 like omitting observations with irregular values or selecting data by logical
19573 vectors, which include NAs. Other functions are especially useful in
19574 spectroscopy and analyses of environmental data: robust baseline fitting,
19575 finding peaks in spectra, converting humidity measures.")
19576 (license license:gpl3+)))
19577
19578 (define-public r-qqman
19579 (package
19580 (name "r-qqman")
19581 (version "0.1.4")
19582 (source
19583 (origin
19584 (method url-fetch)
19585 (uri (cran-uri "qqman" version))
19586 (sha256
19587 (base32
19588 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
19589 (properties `((upstream-name . "qqman")))
19590 (build-system r-build-system)
19591 (propagated-inputs
19592 `(("r-calibrate" ,r-calibrate)))
19593 (home-page "https://cran.r-project.org/web/packages/qqman/")
19594 (synopsis "Q-Q and Manhattan plots for GWAS data")
19595 (description
19596 "This package allows you to create Q-Q and Manhattan plots for GWAS data
19597 from PLINK results.")
19598 (license license:gpl3)))
19599
19600 (define-public r-ggplot-multistats
19601 (package
19602 (name "r-ggplot-multistats")
19603 (version "1.0.0")
19604 (source
19605 (origin
19606 (method url-fetch)
19607 (uri (cran-uri "ggplot.multistats" version))
19608 (sha256
19609 (base32
19610 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
19611 (properties
19612 `((upstream-name . "ggplot.multistats")))
19613 (build-system r-build-system)
19614 (propagated-inputs
19615 `(("r-ggplot2" ,r-ggplot2)
19616 ("r-hexbin" ,r-hexbin)
19617 ("r-rlang" ,r-rlang)
19618 ("r-scales" ,r-scales)))
19619 (home-page "https://github.com/flying-sheep/ggplot.multistats")
19620 (synopsis "Multiple summary statistics for binned stats/geometries")
19621 (description
19622 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
19623 which functions similar to its singular form, but allows the use of multiple
19624 statistics per bin. Those statistics can be mapped to multiple bin
19625 aesthetics.")
19626 (license license:gpl3)))
19627
19628 (define-public r-knn-covertree
19629 (package
19630 (name "r-knn-covertree")
19631 (version "1.0")
19632 (source
19633 (origin
19634 (method url-fetch)
19635 (uri (cran-uri "knn.covertree" version))
19636 (sha256
19637 (base32
19638 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
19639 (properties `((upstream-name . "knn.covertree")))
19640 (build-system r-build-system)
19641 (propagated-inputs
19642 `(("r-matrix" ,r-matrix)
19643 ("r-rcpp" ,r-rcpp)
19644 ("r-rcppeigen" ,r-rcppeigen)))
19645 (home-page "https://github.com/flying-sheep/knn.covertree")
19646 (synopsis "Accurate kNN Implementation with multiple distance measures")
19647 (description
19648 "Similarly to the FNN package, this package allows calculation of the k
19649 nearest neighbors (kNN) of a data matrix. The implementation is based on
19650 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
19651 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
19652 (license license:agpl3+)))
19653
19654 (define-public r-poibin
19655 (package
19656 (name "r-poibin")
19657 (version "1.5")
19658 (source
19659 (origin
19660 (method url-fetch)
19661 (uri (cran-uri "poibin" version))
19662 (sha256
19663 (base32
19664 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
19665 (properties `((upstream-name . "poibin")))
19666 (build-system r-build-system)
19667 (home-page "https://cran.r-project.org/web/packages/poibin/")
19668 (synopsis "Poisson binomial distribution")
19669 (description
19670 "This package provides an implementation of both the exact and
19671 approximation methods for computing the @dfn{cumulative distribution
19672 function} (CDF) of the Poisson binomial distribution. It also provides the
19673 @dfn{probability mass function} (PMF), quantile function, and random number
19674 generation for the Poisson binomial distribution.")
19675 (license license:gpl2)))
19676
19677 (define-public r-diagram
19678 (package
19679 (name "r-diagram")
19680 (version "1.6.4")
19681 (source
19682 (origin
19683 (method url-fetch)
19684 (uri (cran-uri "diagram" version))
19685 (sha256
19686 (base32
19687 "0f6ffprn5k0ir1s7m9s7izc64aa17r3gnygagz5bihrlsvawaavw"))))
19688 (properties `((upstream-name . "diagram")))
19689 (build-system r-build-system)
19690 (propagated-inputs
19691 `(("r-shape" ,r-shape)))
19692 (home-page "https://cran.r-project.org/web/packages/diagram/")
19693 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
19694 (description
19695 "This package provides tools to visualize simple graphs (networks) based
19696 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
19697 electrical networks, etc. It also includes supporting material for the book
19698 \"A practical guide to ecological modelling - using R as a simulation
19699 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
19700 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
19701 Francesca Mazzia (2012).")
19702 (license license:gpl2+)))
19703
19704 (define-public r-lim
19705 (package
19706 (name "r-lim")
19707 (version "1.4.6")
19708 (source
19709 (origin
19710 (method url-fetch)
19711 (uri (cran-uri "LIM" version))
19712 (sha256
19713 (base32
19714 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
19715 (properties `((upstream-name . "LIM")))
19716 (build-system r-build-system)
19717 (propagated-inputs
19718 `(("r-diagram" ,r-diagram)
19719 ("r-limsolve" ,r-limsolve)))
19720 (home-page "https://cran.r-project.org/web/packages/LIM/")
19721 (synopsis "Linear inverse model examples and solution methods")
19722 (description
19723 "This package provides functions that read and solve linear inverse
19724 problems (food web problems, linear programming problems).")
19725 (license license:gpl2+)))
19726
19727 (define-public r-shinycssloaders
19728 (package
19729 (name "r-shinycssloaders")
19730 (version "0.3")
19731 (source
19732 (origin
19733 (method url-fetch)
19734 (uri (cran-uri "shinycssloaders" version))
19735 (sha256
19736 (base32
19737 "1gzq1lhcnhqd145ys3ixf0l13l560fiqr2sc3m2nrijwxlgcw54d"))))
19738 (properties
19739 `((upstream-name . "shinycssloaders")))
19740 (build-system r-build-system)
19741 (propagated-inputs
19742 `(("r-digest" ,r-digest)
19743 ("r-glue" ,r-glue)
19744 ("r-shiny" ,r-shiny)))
19745 (home-page "https://github.com/andrewsali/shinycssloaders")
19746 (synopsis "Add CSS loading animations to Shiny outputs")
19747 (description
19748 "This package provides tools to create a lightweight Shiny wrapper for
19749 the css-loaders created by Luke Hass
19750 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
19751 automatically show a loader when the output is (re)calculating.")
19752 (license license:gpl3)))
19753
19754 (define-public r-rsvg
19755 (package
19756 (name "r-rsvg")
19757 (version "2.1")
19758 (source
19759 (origin
19760 (method url-fetch)
19761 (uri (cran-uri "rsvg" version))
19762 (sha256
19763 (base32
19764 "0bxnwa9sbzx6jlxrzh3ymjq81vkxil2qx7kk7wp13a0cql7dhxcn"))))
19765 (properties `((upstream-name . "rsvg")))
19766 (build-system r-build-system)
19767 (inputs
19768 `(("librsvg" ,librsvg)
19769 ("zlib" ,zlib)))
19770 (native-inputs
19771 `(("pkg-config" ,pkg-config)
19772 ("r-knitr" ,r-knitr)))
19773 (home-page "https://github.com/jeroen/rsvg#readme")
19774 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
19775 (description
19776 "This package allows you to render vector-based SVG images into
19777 high-quality custom-size bitmap arrays using the librsvg2 library. The
19778 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
19779 addition, the package can convert images directly to various formats such as
19780 PDF or PostScript.")
19781 (license license:expat)))
19782
19783 (define-public r-influencer
19784 (package
19785 (name "r-influencer")
19786 (version "0.1.0")
19787 (source
19788 (origin
19789 (method url-fetch)
19790 (uri (cran-uri "influenceR" version))
19791 (sha256
19792 (base32
19793 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
19794 (properties `((upstream-name . "influenceR")))
19795 (build-system r-build-system)
19796 (propagated-inputs
19797 `(("r-igraph" ,r-igraph)
19798 ("r-matrix" ,r-matrix)))
19799 (home-page "https://github.com/rcc-uchicago/influenceR")
19800 (synopsis "Tools to quantify structural importance of nodes in a network")
19801 (description
19802 "This package provides functionality to compute various node centrality
19803 measures on networks. Included are functions to compute betweenness
19804 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
19805 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
19806 algorithm to identify key players, and Valente's bridging metric. The
19807 betweenness, Key Players, and bridging implementations are parallelized with
19808 OpenMP.")
19809 (license license:gpl2)))
19810
19811 (define-public r-emplik
19812 (package
19813 (name "r-emplik")
19814 (version "1.1-1")
19815 (source
19816 (origin
19817 (method url-fetch)
19818 (uri (cran-uri "emplik" version))
19819 (sha256
19820 (base32
19821 "1kw8g8j075bsicdvgkjf4870rfv5c30gvmw6qkkaz3ki22x74w77"))))
19822 (properties `((upstream-name . "emplik")))
19823 (build-system r-build-system)
19824 (propagated-inputs
19825 `(("r-quantreg" ,r-quantreg)))
19826 (home-page "https://www.ms.uky.edu/~mai/EmpLik.html")
19827 (synopsis "Empirical likelihood ratio for censored/truncated data")
19828 (description
19829 "This package provides empirical likelihood ratio tests for
19830 means/quantiles/hazards from possibly censored and/or truncated data. It also
19831 does regression.")
19832 (license license:gpl2+)))
19833
19834 (define-public r-imputeyn
19835 (package
19836 (name "r-imputeyn")
19837 (version "1.3")
19838 (source
19839 (origin
19840 (method url-fetch)
19841 (uri (cran-uri "imputeYn" version))
19842 (sha256
19843 (base32
19844 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
19845 (properties `((upstream-name . "imputeYn")))
19846 (build-system r-build-system)
19847 (propagated-inputs
19848 `(("r-boot" ,r-boot)
19849 ("r-emplik" ,r-emplik)
19850 ("r-mvtnorm" ,r-mvtnorm)
19851 ("r-quadprog" ,r-quadprog)
19852 ("r-survival" ,r-survival)))
19853 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
19854 (synopsis "Impute last largest censored observation under weighted least squares")
19855 (description
19856 "This package allows for the imputation of the last largest censored
19857 observantions. This method brings less bias and more efficient estimates for
19858 AFT models.")
19859 (license license:gpl2)))
19860
19861 (define-public r-adapenetclass
19862 (package
19863 (name "r-adapenetclass")
19864 (version "1.2")
19865 (source
19866 (origin
19867 (method url-fetch)
19868 (uri (cran-uri "AdapEnetClass" version))
19869 (sha256
19870 (base32
19871 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
19872 (properties `((upstream-name . "AdapEnetClass")))
19873 (build-system r-build-system)
19874 (propagated-inputs
19875 `(("r-glmnet" ,r-glmnet)
19876 ("r-imputeyn" ,r-imputeyn)
19877 ("r-lars" ,r-lars)
19878 ("r-quadprog" ,r-quadprog)))
19879 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
19880 (synopsis "Class of adaptive elastic net methods for censored data")
19881 (description
19882 "This package provides methods for variable selection for AFT models.")
19883 (license license:gpl2)))
19884
19885 (define-public r-flock
19886 (package
19887 (name "r-flock")
19888 (version "0.7")
19889 (source
19890 (origin
19891 (method url-fetch)
19892 (uri (cran-uri "flock" version))
19893 (sha256
19894 (base32
19895 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
19896 (properties `((upstream-name . "flock")))
19897 (build-system r-build-system)
19898 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
19899 (home-page "https://cran.r-project.org/web/packages/flock/")
19900 (synopsis "Process synchronization using file locks")
19901 (description
19902 "This package implements synchronization between R processes (spawned by
19903 using the @code{parallel} package for instance) using file locks. It supports
19904 both exclusive and shared locking.")
19905 (license license:asl2.0)))
19906
19907 (define-public r-archivist
19908 (package
19909 (name "r-archivist")
19910 (version "2.3.4")
19911 (source
19912 (origin
19913 (method url-fetch)
19914 (uri (cran-uri "archivist" version))
19915 (sha256
19916 (base32
19917 "1i11hrcq1910jgd6diw6h3sxx624v57zjianm49pqvb2dvd0b8y7"))))
19918 (properties `((upstream-name . "archivist")))
19919 (build-system r-build-system)
19920 (propagated-inputs
19921 `(("r-dbi" ,r-dbi)
19922 ("r-digest" ,r-digest)
19923 ("r-flock" ,r-flock)
19924 ("r-httr" ,r-httr)
19925 ("r-lubridate" ,r-lubridate)
19926 ("r-magrittr" ,r-magrittr)
19927 ("r-rcurl" ,r-rcurl)
19928 ("r-rsqlite" ,r-rsqlite)))
19929 (home-page "https://pbiecek.github.io/archivist/")
19930 (synopsis "Tools for storing, restoring and searching for R objects")
19931 (description
19932 "Data exploration and modelling is a process in which a lot of data
19933 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
19934 statistical models, different versions of data sets and different versions of
19935 results. Archivist helps to store and manage artifacts created in R. It
19936 allows you to store selected artifacts as binary files together with their
19937 metadata and relations. Archivist allows sharing artifacts with others. It
19938 can look for already created artifacts by using its class, name, date of the
19939 creation or other properties. It also makes it easy to restore such
19940 artifacts.")
19941 (license license:gpl2)))
19942
19943 (define-public r-versions
19944 (package
19945 (name "r-versions")
19946 (version "0.3")
19947 (source
19948 (origin
19949 (method url-fetch)
19950 (uri (cran-uri "versions" version))
19951 (sha256
19952 (base32
19953 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
19954 (properties `((upstream-name . "versions")))
19955 (build-system r-build-system)
19956 (home-page "https://cran.r-project.org/web/packages/versions/")
19957 (synopsis "Query and install specific versions of CRAN packages")
19958 (description
19959 "This package allows you to install specified versions of R packages
19960 hosted on CRAN and provides functions to list available versions and the
19961 versions of currently installed packages.")
19962 (license license:bsd-3)))
19963
19964 (define-public r-adapr
19965 (package
19966 (name "r-adapr")
19967 (version "2.0.0")
19968 (source
19969 (origin
19970 (method url-fetch)
19971 (uri (cran-uri "adapr" version))
19972 (sha256
19973 (base32
19974 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
19975 (properties `((upstream-name . "adapr")))
19976 (build-system r-build-system)
19977 (propagated-inputs
19978 `(("r-archivist" ,r-archivist)
19979 ("r-devtools" ,r-devtools)
19980 ("r-digest" ,r-digest)
19981 ("r-doparallel" ,r-doparallel)
19982 ("r-gdata" ,r-gdata)
19983 ("r-ggplot2" ,r-ggplot2)
19984 ("r-git2r" ,r-git2r)
19985 ("r-igraph" ,r-igraph)
19986 ("r-knitr" ,r-knitr)
19987 ("r-plotly" ,r-plotly)
19988 ("r-plyr" ,r-plyr)
19989 ("r-rmarkdown" ,r-rmarkdown)
19990 ("r-shiny" ,r-shiny)
19991 ("r-shinydashboard" ,r-shinydashboard)
19992 ("r-versions" ,r-versions)))
19993 (home-page "https://cran.r-project.org/web/packages/adapr/")
19994 (synopsis "Implementation of an accountable data analysis process")
19995 (description
19996 "This package tracks reading and writing within R scripts that are
19997 organized into a directed acyclic graph. It contains an interactive Shiny
19998 application @code{adaprApp()}. It uses Git and file hashes to track version
19999 histories of inputs and outputs.")
20000 (license license:lgpl2.0)))
20001
20002 (define-public r-adapsamp
20003 (package
20004 (name "r-adapsamp")
20005 (version "1.1.1")
20006 (source
20007 (origin
20008 (method url-fetch)
20009 (uri (cran-uri "AdapSamp" version))
20010 (sha256
20011 (base32
20012 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
20013 (properties `((upstream-name . "AdapSamp")))
20014 (build-system r-build-system)
20015 (propagated-inputs `(("r-pracma" ,r-pracma)))
20016 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
20017 (synopsis "Adaptive sampling algorithms")
20018 (description
20019 "For distributions whose probability density functions are log-concave,
20020 the adaptive rejection sampling algorithm can be used to build envelope
20021 functions for sampling. For others, the modified adaptive rejection sampling
20022 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
20023 adaptive slice sampling algorithm can be used. This R package mainly includes
20024 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
20025 @code{rASS()}. These functions can realize sampling based on the algorithms
20026 above.")
20027 (license license:gpl2)))
20028
20029 (define-public r-adaptalint
20030 (package
20031 (name "r-adaptalint")
20032 (version "0.2.4")
20033 (source
20034 (origin
20035 (method url-fetch)
20036 (uri (cran-uri "adaptalint" version))
20037 (sha256
20038 (base32
20039 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
20040 (properties `((upstream-name . "adaptalint")))
20041 (build-system r-build-system)
20042 (propagated-inputs
20043 `(("r-dplyr" ,r-dplyr)
20044 ("r-lintr" ,r-lintr)
20045 ("r-purrr" ,r-purrr)))
20046 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
20047 (synopsis "Check R code style")
20048 (description
20049 "This package provides tools to infer the code style (which style rules
20050 are followed and which ones are not) from one package and use it to check
20051 another. This makes it easier to find and correct the most important problems
20052 first.")
20053 (license license:gpl3)))
20054
20055 (define-public r-fracdiff
20056 (package
20057 (name "r-fracdiff")
20058 (version "1.5-1")
20059 (source
20060 (origin
20061 (method url-fetch)
20062 (uri (cran-uri "fracdiff" version))
20063 (sha256
20064 (base32
20065 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
20066 (properties `((upstream-name . "fracdiff")))
20067 (build-system r-build-system)
20068 (home-page "https://github.com/mmaechler/fracdiff")
20069 (synopsis
20070 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
20071 (description
20072 "This package provides tools for the maximum likelihood estimation of the
20073 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
20074 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
20075 (license license:gpl2+)))
20076
20077 (define-public r-forecast
20078 (package
20079 (name "r-forecast")
20080 (version "8.12")
20081 (source
20082 (origin
20083 (method url-fetch)
20084 (uri (cran-uri "forecast" version))
20085 (sha256
20086 (base32
20087 "1ycj5z4wd5a16nlcjy07dqm8jkih240xa02cn4wvysnnhkapyq7b"))))
20088 (properties `((upstream-name . "forecast")))
20089 (build-system r-build-system)
20090 (propagated-inputs
20091 `(("r-colorspace" ,r-colorspace)
20092 ("r-fracdiff" ,r-fracdiff)
20093 ("r-ggplot2" ,r-ggplot2)
20094 ("r-lmtest" ,r-lmtest)
20095 ("r-magrittr" ,r-magrittr)
20096 ("r-nnet" ,r-nnet)
20097 ("r-rcpp" ,r-rcpp)
20098 ("r-rcpparmadillo" ,r-rcpparmadillo)
20099 ("r-timedate" ,r-timedate)
20100 ("r-tseries" ,r-tseries)
20101 ("r-urca" ,r-urca)
20102 ("r-zoo" ,r-zoo)))
20103 (native-inputs
20104 `(("r-knitr" ,r-knitr))) ; needed for vignettes
20105 (home-page "https://pkg.robjhyndman.com/forecast/")
20106 (synopsis "Forecasting functions for time series and linear models")
20107 (description
20108 "This package provides methods and tools for displaying and analysing
20109 univariate time series forecasts including exponential smoothing via state
20110 space models and automatic ARIMA modelling.")
20111 (license license:gpl3)))
20112
20113 (define-public r-xmisc
20114 (package
20115 (name "r-xmisc")
20116 (version "0.2.1")
20117 (source
20118 (origin
20119 (method url-fetch)
20120 (uri (cran-uri "Xmisc" version))
20121 (sha256
20122 (base32
20123 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
20124 (properties `((upstream-name . "Xmisc")))
20125 (build-system r-build-system)
20126 (home-page "https://cran.r-project.org/package=Xmisc")
20127 (synopsis
20128 "Xiaobei's miscellaneous classes and functions")
20129 (description
20130 "This package provides Xiaobei's miscellaneous classes and functions,
20131 which are useful when developing R packages for @dfn{object oriented
20132 programming} (OOP) using R Reference Class.")
20133 (license license:gpl2+)))
20134
20135 (define-public r-proxyc
20136 (package
20137 (name "r-proxyc")
20138 (version "0.1.5")
20139 (source
20140 (origin
20141 (method url-fetch)
20142 (uri (cran-uri "proxyC" version))
20143 (sha256
20144 (base32
20145 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
20146 (properties `((upstream-name . "proxyC")))
20147 (build-system r-build-system)
20148 (propagated-inputs
20149 `(("r-matrix" ,r-matrix)
20150 ("r-rcpp" ,r-rcpp)
20151 ("r-rcpparmadillo" ,r-rcpparmadillo)
20152 ("r-rcppparallel" ,r-rcppparallel)))
20153 (home-page "https://cran.r-project.org/package=proxyC")
20154 (synopsis "Compute proximity in large sparse matrices")
20155 (description
20156 "This package provides efficient tools to compute the proximity between
20157 rows or columns of large matrices. Functions are optimised for large sparse
20158 matrices using the Armadillo and Intel TBB libraries. Among several built-in
20159 similarity/distance measures, computation of correlation, cosine similarity
20160 and Euclidean distance is particularly fast.")
20161 (license license:gpl3)))
20162
20163 (define-public r-isocodes
20164 (package
20165 (name "r-isocodes")
20166 (version "2020.03.16")
20167 (source
20168 (origin
20169 (method url-fetch)
20170 (uri (cran-uri "ISOcodes" version))
20171 (sha256
20172 (base32
20173 "1hz1sj57qkkkrgn8slsz2n4jv1fkyp40503j9rg30lxy4gmb83hn"))))
20174 (properties `((upstream-name . "ISOcodes")))
20175 (build-system r-build-system)
20176 (home-page "https://cran.r-project.org/package=ISOcodes")
20177 (synopsis "Selected ISO codes")
20178 (description
20179 "This package provides ISO language, territory, currency, script and
20180 character codes. It provides ISO 639 language codes, ISO 3166 territory
20181 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
20182 character codes as well as the UN M.49 area codes.")
20183 (license license:gpl2)))
20184
20185 (define-public r-stopwords
20186 (package
20187 (name "r-stopwords")
20188 (version "2.0")
20189 (source
20190 (origin
20191 (method url-fetch)
20192 (uri (cran-uri "stopwords" version))
20193 (sha256
20194 (base32
20195 "155g00ansyqfpp1mzd2q6mn0k214xinf78nww2368h24kz761jjw"))))
20196 (properties `((upstream-name . "stopwords")))
20197 (build-system r-build-system)
20198 (propagated-inputs
20199 `(("r-desc" ,r-desc)
20200 ("r-isocodes" ,r-isocodes)
20201 ("r-usethis" ,r-usethis)))
20202 (home-page "https://github.com/quanteda/stopwords")
20203 (synopsis "Multilingual stopword lists")
20204 (description
20205 "This package provides multiple sources of stopwords, for use in text
20206 analysis and natural language processing.")
20207 (license license:expat)))
20208
20209 (define-public r-spacyr
20210 (package
20211 (name "r-spacyr")
20212 (version "1.2.1")
20213 (source
20214 (origin
20215 (method url-fetch)
20216 (uri (cran-uri "spacyr" version))
20217 (sha256
20218 (base32
20219 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
20220 (properties `((upstream-name . "spacyr")))
20221 (build-system r-build-system)
20222 (propagated-inputs
20223 `(("r-data-table" ,r-data-table)
20224 ("r-reticulate" ,r-reticulate)))
20225 (home-page "https://spacyr.quanteda.io")
20226 (synopsis "R wrapper for the spaCy NLP library")
20227 (description
20228 "This package provides an R wrapper to the Python @dfn{natural language
20229 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
20230 (license license:gpl3)))
20231
20232 (define-public r-snowballc
20233 (package
20234 (name "r-snowballc")
20235 (version "0.7.0")
20236 (source
20237 (origin
20238 (method url-fetch)
20239 (uri (cran-uri "SnowballC" version))
20240 (sha256
20241 (base32
20242 "1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
20243 (properties `((upstream-name . "SnowballC")))
20244 (build-system r-build-system)
20245 (home-page "https://r-forge.r-project.org/projects/r-temis/")
20246 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
20247 (description
20248 "This package provides an R interface to the C @code{libstemmer} library
20249 that implements Porter's word stemming algorithm for collapsing words to a
20250 common root to aid comparison of vocabulary. Currently supported languages
20251 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
20252 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
20253 (license license:bsd-3)))
20254
20255 (define-public r-quanteda
20256 (package
20257 (name "r-quanteda")
20258 (version "2.1.0")
20259 (source
20260 (origin
20261 (method url-fetch)
20262 (uri (cran-uri "quanteda" version))
20263 (sha256
20264 (base32
20265 "0qxvm75g6r0d1clj8b19gjqwkfrqypapf4zysb8nyfbmn33h8xc7"))))
20266 (properties `((upstream-name . "quanteda")))
20267 (build-system r-build-system)
20268 (propagated-inputs
20269 `(("r-data-table" ,r-data-table)
20270 ("r-digest" ,r-digest)
20271 ("r-extrafont" ,r-extrafont)
20272 ("r-fastmatch" ,r-fastmatch)
20273 ("r-ggplot2" ,r-ggplot2)
20274 ("r-ggrepel" ,r-ggrepel)
20275 ("r-jsonlite" ,r-jsonlite)
20276 ("r-magrittr" ,r-magrittr)
20277 ("r-matrix" ,r-matrix)
20278 ("r-network" ,r-network)
20279 ("r-proxyc" ,r-proxyc)
20280 ("r-rcpp" ,r-rcpp)
20281 ("r-rcpparmadillo" ,r-rcpparmadillo)
20282 ("r-rcppparallel" ,r-rcppparallel)
20283 ("r-sna" ,r-sna)
20284 ("r-snowballc" ,r-snowballc)
20285 ("r-stopwords" ,r-stopwords)
20286 ("r-stringi" ,r-stringi)
20287 ("r-xml2" ,r-xml2)
20288 ("r-yaml" ,r-yaml)))
20289 (native-inputs
20290 `(("r-knitr" ,r-knitr)))
20291 (home-page "https://quanteda.io")
20292 (synopsis "Quantitative analysis of textual data")
20293 (description
20294 "This package provides a fast, flexible, and comprehensive framework for
20295 quantitative text analysis in R. It provides functionality for corpus
20296 management, creating and manipulating tokens and ngrams, exploring keywords in
20297 context, forming and manipulating sparse matrices of documents by features and
20298 feature co-occurrences, analyzing keywords, computing feature similarities and
20299 distances, applying content dictionaries, applying supervised and unsupervised
20300 machine learning, visually representing text and text analyses, and more.")
20301 (license license:gpl3)))
20302
20303 (define-public r-topicmodels
20304 (package
20305 (name "r-topicmodels")
20306 (version "0.2-11")
20307 (source
20308 (origin
20309 (method url-fetch)
20310 (uri (cran-uri "topicmodels" version))
20311 (sha256
20312 (base32
20313 "0jmp6wva99y0w40cfw7b0faylndhjam097x36ilc4vmyczcv89lw"))))
20314 (properties `((upstream-name . "topicmodels")))
20315 (build-system r-build-system)
20316 (native-inputs
20317 `(("gsl" ,gsl)))
20318 (propagated-inputs
20319 `(("r-modeltools" ,r-modeltools)
20320 ("r-slam" ,r-slam)
20321 ("r-tm" ,r-tm)))
20322 (home-page "https://cran.r-project.org/package=topicmodels")
20323 (synopsis "Topic models")
20324 (description
20325 "This package provides an interface to the C code for @dfn{Latent
20326 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
20327 David M. Blei and co-authors and the C++ code for fitting LDA models using
20328 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
20329 (license license:gpl2)))
20330
20331 (define-public r-stm
20332 (package
20333 (name "r-stm")
20334 (version "1.3.5")
20335 (source
20336 (origin
20337 (method url-fetch)
20338 (uri (cran-uri "stm" version))
20339 (sha256
20340 (base32
20341 "1yyfxaxqc6yq0yq68zhdnhpwpvsyp71dlmivn7zxixfmp932s6cn"))))
20342 (properties `((upstream-name . "stm")))
20343 (build-system r-build-system)
20344 (propagated-inputs
20345 `(("r-data-table" ,r-data-table)
20346 ("r-glmnet" ,r-glmnet)
20347 ("r-lda" ,r-lda)
20348 ("r-matrix" ,r-matrix)
20349 ("r-matrixstats" ,r-matrixstats)
20350 ("r-quadprog" ,r-quadprog)
20351 ("r-quanteda" ,r-quanteda)
20352 ("r-rcpp" ,r-rcpp)
20353 ("r-rcpparmadillo" ,r-rcpparmadillo)
20354 ("r-slam" ,r-slam)
20355 ("r-stringr" ,r-stringr)))
20356 (home-page "http://www.structuraltopicmodel.com/")
20357 (synopsis "Estimation of the Structural Topic Model")
20358 (description
20359 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
20360 topic models with document-level covariates. The package also includes tools
20361 for model selection, visualization, and estimation of topic-covariate
20362 regressions.")
20363 (license license:expat)))
20364
20365 (define-public r-polycor
20366 (package
20367 (name "r-polycor")
20368 (version "0.7-10")
20369 (source
20370 (origin
20371 (method url-fetch)
20372 (uri (cran-uri "polycor" version))
20373 (sha256
20374 (base32
20375 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
20376 (properties `((upstream-name . "polycor")))
20377 (build-system r-build-system)
20378 (propagated-inputs
20379 `(("r-matrix" ,r-matrix)
20380 ("r-mvtnorm" ,r-mvtnorm)))
20381 (home-page "https://r-forge.r-project.org/projects/polycor/")
20382 (synopsis "Polychoric and polyserial correlations")
20383 (description
20384 "This package provides tools to compute polychoric and polyserial
20385 correlations by quick \"two-step\" methods or ML, optionally with standard
20386 errors; tetrachoric and biserial correlations are special cases.")
20387 (license license:gpl2+)))
20388
20389 (define-public r-msm
20390 (package
20391 (name "r-msm")
20392 (version "1.6.8")
20393 (source
20394 (origin
20395 (method url-fetch)
20396 (uri (cran-uri "msm" version))
20397 (sha256
20398 (base32
20399 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
20400 (properties `((upstream-name . "msm")))
20401 (build-system r-build-system)
20402 (propagated-inputs
20403 `(("r-expm" ,r-expm)
20404 ("r-mvtnorm" ,r-mvtnorm)
20405 ("r-survival" ,r-survival)))
20406 (home-page "https://github.com/chjackson/msm")
20407 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
20408 (description
20409 "This package provides functions for fitting continuous-time Markov and
20410 hidden Markov multi-state models to longitudinal data. It was designed for
20411 processes observed at arbitrary times in continuous time (panel data) but some
20412 other observation schemes are supported. Both Markov transition rates and the
20413 hidden Markov output process can be modelled in terms of covariates, which may
20414 be constant or piecewise-constant in time.")
20415 (license license:gpl2+)))
20416
20417 (define-public r-ltm
20418 (package
20419 (name "r-ltm")
20420 (version "1.1-1")
20421 (source
20422 (origin
20423 (method url-fetch)
20424 (uri (cran-uri "ltm" version))
20425 (sha256
20426 (base32
20427 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
20428 (properties `((upstream-name . "ltm")))
20429 (build-system r-build-system)
20430 (propagated-inputs
20431 `(("r-mass" ,r-mass)
20432 ("r-msm" ,r-msm)
20433 ("r-polycor" ,r-polycor)))
20434 (home-page "https://github.com/drizopoulos/ltm")
20435 (synopsis "Latent trait models under IRT")
20436 (description
20437 "This is a package supporting the analysis of multivariate dichotomous
20438 and polytomous data using latent trait models under the Item Response Theory
20439 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
20440 Three-Parameter, the Graded Response, and the Generalized Partial Credit
20441 Models.")
20442 (license license:gpl2+)))
20443
20444 (define-public r-mi
20445 (package
20446 (name "r-mi")
20447 (version "1.0")
20448 (source
20449 (origin
20450 (method url-fetch)
20451 (uri (cran-uri "mi" version))
20452 (sha256
20453 (base32
20454 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
20455 (properties `((upstream-name . "mi")))
20456 (build-system r-build-system)
20457 (propagated-inputs
20458 `(("r-arm" ,r-arm)
20459 ("r-matrix" ,r-matrix)))
20460 (home-page "http://www.stat.columbia.edu/~gelman/")
20461 (synopsis "Missing data imputation and model checking")
20462 (description
20463 "This package provides functions for data manipulation, imputing missing
20464 values in an approximate Bayesian framework, diagnostics of the models used to
20465 generate the imputations, confidence-building mechanisms to validate some of
20466 the assumptions of the imputation algorithm, and functions to analyze multiply
20467 imputed data sets with the appropriate degree of sampling uncertainty.")
20468 (license license:gpl2+)))
20469
20470 (define-public r-matrixcalc
20471 (package
20472 (name "r-matrixcalc")
20473 (version "1.0-3")
20474 (source
20475 (origin
20476 (method url-fetch)
20477 (uri (cran-uri "matrixcalc" version))
20478 (sha256
20479 (base32
20480 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
20481 (properties `((upstream-name . "matrixcalc")))
20482 (build-system r-build-system)
20483 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
20484 (synopsis "Collection of functions for matrix calculations")
20485 (description
20486 "This package provides a collection of functions to support matrix
20487 calculations for probability, econometric and numerical analysis. There are
20488 additional functions that are comparable to APL functions which are useful for
20489 actuarial models such as pension mathematics.")
20490 (license license:gpl2+)))
20491
20492 (define-public r-sem
20493 (package
20494 (name "r-sem")
20495 (version "3.1-11")
20496 (source
20497 (origin
20498 (method url-fetch)
20499 (uri (cran-uri "sem" version))
20500 (sha256
20501 (base32
20502 "03j3ig6fy34pi6nwfq9w8f5m555lilw5skr1vn6ay4yvjmvavc9k"))))
20503 (properties `((upstream-name . "sem")))
20504 (build-system r-build-system)
20505 (propagated-inputs
20506 `(("r-boot" ,r-boot)
20507 ("r-mass" ,r-mass)
20508 ("r-matrixcalc" ,r-matrixcalc)
20509 ("r-mi" ,r-mi)))
20510 (home-page "https://cran.r-project.org/package=sem")
20511 (synopsis "Structural equation models")
20512 (description
20513 "This package provides functions for fitting general linear structural
20514 equation models (with observed and latent variables) using the RAM approach,
20515 and for fitting structural equations in observed-variable models by two-stage
20516 least squares.")
20517 (license license:gpl2+)))
20518
20519 (define-public r-semtools
20520 (package
20521 (name "r-semtools")
20522 (version "0.5-3")
20523 (source
20524 (origin
20525 (method url-fetch)
20526 (uri (cran-uri "semTools" version))
20527 (sha256
20528 (base32
20529 "0k3w10fnq0l89inhxvnypyrfhlrm921mfn0kwyyfpndvbqizky1d"))))
20530 (properties `((upstream-name . "semTools")))
20531 (build-system r-build-system)
20532 (propagated-inputs
20533 `(("r-lavaan" ,r-lavaan)))
20534 (home-page "https://github.com/simsem/semTools/wiki")
20535 (synopsis "Useful tools for structural equation modeling")
20536 (description
20537 "This package provides useful tools for structural equation modeling.")
20538 (license license:gpl2+)))
20539
20540 (define-public r-regsem
20541 (package
20542 (name "r-regsem")
20543 (version "1.5.2")
20544 (source
20545 (origin
20546 (method url-fetch)
20547 (uri (cran-uri "regsem" version))
20548 (sha256
20549 (base32
20550 "0ch057010xfsw0nqcsarzakdbiplvxaldyqlbbacspqs65ax1yk7"))))
20551 (properties `((upstream-name . "regsem")))
20552 (build-system r-build-system)
20553 (propagated-inputs
20554 `(("r-lavaan" ,r-lavaan)
20555 ("r-rcpp" ,r-rcpp)
20556 ("r-rcpparmadillo" ,r-rcpparmadillo)
20557 ("r-rsolnp" ,r-rsolnp)))
20558 (home-page "https://cran.r-project.org/package=regsem")
20559 (synopsis "Regularized structural equation modeling")
20560 (description
20561 "This package uses both ridge and lasso penalties (and extensions) to
20562 penalize specific parameters in structural equation models. The package
20563 offers additional cost functions, cross validation, and other extensions
20564 beyond traditional structural equation models. It also contains a function to
20565 perform @dfn{exploratory mediation} (XMed).")
20566 (license license:gpl2+)))
20567
20568 (define-public r-stanheaders
20569 (package
20570 (name "r-stanheaders")
20571 (version "2.21.0-5")
20572 (source
20573 (origin
20574 (method url-fetch)
20575 (uri (cran-uri "StanHeaders" version))
20576 (sha256
20577 (base32
20578 "1zyph2x47x9a5baj5d79a1lzj7gajirisajvkrcngrjvw8bq7810"))))
20579 (properties `((upstream-name . "StanHeaders")))
20580 (build-system r-build-system)
20581 (inputs `(("pandoc" ,ghc-pandoc)))
20582 (propagated-inputs
20583 `(("r-rcppeigen" ,r-rcppeigen)
20584 ("r-rcppparallel" ,r-rcppparallel)))
20585 (native-inputs
20586 `(("gfortran" ,gfortran)
20587 ("r-knitr" ,r-knitr))) ; for vignettes
20588 (home-page "https://mc-stan.org/")
20589 (synopsis "C++ header files for Stan")
20590 (description
20591 "The C++ header files of the Stan project are provided by this package.
20592 There is a shared object containing part of the @code{CVODES} library, but it
20593 is not accessible from R. @code{r-stanheaders} is only useful for developers
20594 who want to utilize the @code{LinkingTo} directive of their package's
20595 DESCRIPTION file to build on the Stan library without incurring unnecessary
20596 dependencies.
20597
20598 The Stan project develops a probabilistic programming language that implements
20599 full or approximate Bayesian statistical inference via Markov Chain Monte
20600 Carlo or variational methods and implements (optionally penalized) maximum
20601 likelihood estimation via optimization. The Stan library includes an advanced
20602 automatic differentiation scheme, templated statistical and linear algebra
20603 functions that can handle the automatically differentiable scalar types (and
20604 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
20605 package provides user-facing R functions to parse, compile, test, estimate,
20606 and analyze Stan models.")
20607 (license license:bsd-3)))
20608
20609 (define-public r-rpf
20610 (package
20611 (name "r-rpf")
20612 (version "1.0.4")
20613 (source
20614 (origin
20615 (method url-fetch)
20616 (uri (cran-uri "rpf" version))
20617 (sha256
20618 (base32
20619 "17crcgsbcsh0c00n7bgdqfnd7n1vzz7drfxjs7d18253yl5x44pl"))))
20620 (properties `((upstream-name . "rpf")))
20621 (build-system r-build-system)
20622 (propagated-inputs
20623 `(("r-lifecycle" ,r-lifecycle)
20624 ("r-mvtnorm" ,r-mvtnorm)
20625 ("r-rcpp" ,r-rcpp)
20626 ("r-rcppeigen" ,r-rcppeigen)))
20627 (native-inputs
20628 `(("r-knitr" ,r-knitr)))
20629 (home-page "https://github.com/jpritikin/rpf")
20630 (synopsis "Response probability functions")
20631 (description
20632 "The purpose of this package is to factor out logic and math common to
20633 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
20634 core support code suitable for more specialized IRT packages to build upon.
20635 Complete access to optimized C functions is made available with
20636 @code{R_RegisterCCallable()}.")
20637 (license license:gpl3+)))
20638
20639 (define-public r-openmx
20640 (package
20641 (name "r-openmx")
20642 (version "2.17.4")
20643 (source
20644 (origin
20645 (method url-fetch)
20646 (uri (cran-uri "OpenMx" version))
20647 (sha256
20648 (base32
20649 "07y4w7xdb63p5kkrj6sdx1kabbsgbbj7nw9hc690jy84r15aryal"))))
20650 (properties `((upstream-name . "OpenMx")))
20651 (build-system r-build-system)
20652 (propagated-inputs
20653 `(("r-bh" ,r-bh)
20654 ("r-digest" ,r-digest)
20655 ("r-mass" ,r-mass)
20656 ("r-matrix" ,r-matrix)
20657 ("r-rcpp" ,r-rcpp)
20658 ("r-rcppeigen" ,r-rcppeigen)
20659 ("r-rpf" ,r-rpf)
20660 ("r-stanheaders" ,r-stanheaders)))
20661 (native-inputs `(("gfortran" ,gfortran)))
20662 (home-page "http://openmx.ssri.psu.edu")
20663 (synopsis "Extended structural equation modelling")
20664 (description
20665 "This package allows for the estimation of a wide variety of advanced
20666 multivariate statistical models. It consists of a library of functions and
20667 optimizers that allow you to quickly and flexibly define an SEM model and
20668 estimate parameters given observed data.")
20669 (license license:asl2.0)))
20670
20671 (define-public r-kutils
20672 (package
20673 (name "r-kutils")
20674 (version "1.70")
20675 (source
20676 (origin
20677 (method url-fetch)
20678 (uri (cran-uri "kutils" version))
20679 (sha256
20680 (base32
20681 "06jk66wbq3jmdf2jdhqns6r3yk36l2x7c907x977zv80sqxa1l37"))))
20682 (properties `((upstream-name . "kutils")))
20683 (build-system r-build-system)
20684 (propagated-inputs
20685 `(("r-foreign" ,r-foreign)
20686 ("r-openxlsx" ,r-openxlsx)
20687 ("r-plyr" ,r-plyr)
20688 ("r-runit" ,r-runit)
20689 ("r-xtable" ,r-xtable)))
20690 (home-page "https://cran.r-project.org/package=kutils")
20691 (synopsis "Project management tools")
20692 (description
20693 "This package provides tools for data importation, recoding, and
20694 inspection. There are functions to create new project folders, R code
20695 templates, create uniquely named output directories, and to quickly obtain a
20696 visual summary for each variable in a data frame. The main feature here is
20697 the systematic implementation of the \"variable key\" framework for data
20698 importation and recoding.")
20699 (license license:gpl2)))
20700
20701 (define-public r-rockchalk
20702 (package
20703 (name "r-rockchalk")
20704 (version "1.8.144")
20705 (source
20706 (origin
20707 (method url-fetch)
20708 (uri (cran-uri "rockchalk" version))
20709 (sha256
20710 (base32
20711 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
20712 (properties `((upstream-name . "rockchalk")))
20713 (build-system r-build-system)
20714 (propagated-inputs
20715 `(("r-cardata" ,r-cardata)
20716 ("r-kutils" ,r-kutils)
20717 ("r-lme4" ,r-lme4)
20718 ("r-mass" ,r-mass)))
20719 (home-page "https://cran.r-project.org/package=rockchalk")
20720 (synopsis "Regression estimation and presentation")
20721 (description
20722 "This package provides a collection of functions for interpretation and
20723 presentation of regression analysis. These functions are used to produce the
20724 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
20725 includes regression diagnostics, regression tables, and plots of interactions
20726 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
20727 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
20728 fairly comprehensive overview.")
20729 (license license:gpl3+)))
20730
20731 (define-public r-lisreltor
20732 (package
20733 (name "r-lisreltor")
20734 (version "0.1.4")
20735 (source
20736 (origin
20737 (method url-fetch)
20738 (uri (cran-uri "lisrelToR" version))
20739 (sha256
20740 (base32
20741 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
20742 (properties `((upstream-name . "lisrelToR")))
20743 (build-system r-build-system)
20744 (home-page "https://cran.r-project.org/package=lisrelToR")
20745 (synopsis "Import output from LISREL into R")
20746 (description
20747 "This is an unofficial package aimed at automating the import of LISREL
20748 output in R.")
20749 (license license:gpl2)))
20750
20751 (define-public r-bdgraph
20752 (package
20753 (name "r-bdgraph")
20754 (version "2.62")
20755 (source
20756 (origin
20757 (method url-fetch)
20758 (uri (cran-uri "BDgraph" version))
20759 (sha256
20760 (base32
20761 "1b1vfar940swvn3pcil848qsp8ji50fjjll8jjzp6y2adx0f8pby"))))
20762 (properties `((upstream-name . "BDgraph")))
20763 (build-system r-build-system)
20764 (propagated-inputs
20765 `(("r-igraph" ,r-igraph)))
20766 (home-page "https://www.uva.nl/profile/a.mohammadi")
20767 (synopsis "Bayesian structure learning in graphical models")
20768 (description
20769 "This package provides statistical tools for Bayesian structure learning
20770 in undirected graphical models for continuous, discrete, and mixed data. It
20771 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
20772 on a continuous-time birth-death process.")
20773 (license license:gpl2+)))
20774
20775 (define-public r-d3network
20776 (package
20777 (name "r-d3network")
20778 (version "0.5.2.1")
20779 (source
20780 (origin
20781 (method url-fetch)
20782 (uri (cran-uri "d3Network" version))
20783 (sha256
20784 (base32
20785 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
20786 (properties `((upstream-name . "d3Network")))
20787 (build-system r-build-system)
20788 (propagated-inputs
20789 `(("r-plyr" ,r-plyr)
20790 ("r-rjson" ,r-rjson)
20791 ("r-whisker" ,r-whisker)))
20792 (home-page "http://christophergandrud.github.io/d3Network/")
20793 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
20794 (description
20795 "This package is intended to make it easy to create D3 JavaScript
20796 network, tree, dendrogram, and Sankey graphs from R using data frames.")
20797 (license license:gpl3+)))
20798
20799 (define-public r-qgraph
20800 (package
20801 (name "r-qgraph")
20802 (version "1.6.5")
20803 (source
20804 (origin
20805 (method url-fetch)
20806 (uri (cran-uri "qgraph" version))
20807 (sha256
20808 (base32
20809 "0pwys9irxvp0ap158drplyypkplbmwqinv0fmlsblk7q875cr592"))))
20810 (properties `((upstream-name . "qgraph")))
20811 (build-system r-build-system)
20812 (propagated-inputs
20813 `(("r-abind" ,r-abind)
20814 ("r-bdgraph" ,r-bdgraph)
20815 ("r-colorspace" ,r-colorspace)
20816 ("r-corpcor" ,r-corpcor)
20817 ("r-d3network" ,r-d3network)
20818 ("r-dplyr" ,r-dplyr)
20819 ("r-fdrtool" ,r-fdrtool)
20820 ("r-ggplot2" ,r-ggplot2)
20821 ("r-ggraph" ,r-ggraph)
20822 ("r-glasso" ,r-glasso)
20823 ("r-gtools" ,r-gtools)
20824 ("r-hmisc" ,r-hmisc)
20825 ("r-huge" ,r-huge)
20826 ("r-igraph" ,r-igraph)
20827 ("r-jpeg" ,r-jpeg)
20828 ("r-lavaan" ,r-lavaan)
20829 ("r-matrix" ,r-matrix)
20830 ("r-pbapply" ,r-pbapply)
20831 ("r-plyr" ,r-plyr)
20832 ("r-png" ,r-png)
20833 ("r-psych" ,r-psych)
20834 ("r-rcpp" ,r-rcpp)
20835 ("r-reshape2" ,r-reshape2)
20836 ("r-tidygraph" ,r-tidygraph)))
20837 (home-page "http://sachaepskamp.com/qgraph/")
20838 (synopsis "Weighted network visualization and analysis")
20839 (description
20840 "This package implements tools for weighted network visualization and
20841 analysis, as well as Gaussian graphical model computation. It contains graph
20842 plotting methods, and tools for psychometric data visualization and graphical
20843 model estimation. See Epskamp et al. (2012)
20844 @url{doi:10.18637/jss.v048.i04}.")
20845 (license license:gpl2)))
20846
20847 (define-public r-semplot
20848 (package
20849 (name "r-semplot")
20850 (version "1.1.2")
20851 (source
20852 (origin
20853 (method url-fetch)
20854 (uri (cran-uri "semPlot" version))
20855 (sha256
20856 (base32
20857 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
20858 (properties `((upstream-name . "semPlot")))
20859 (build-system r-build-system)
20860 (propagated-inputs
20861 `(("r-colorspace" ,r-colorspace)
20862 ("r-corpcor" ,r-corpcor)
20863 ("r-igraph" ,r-igraph)
20864 ("r-lavaan" ,r-lavaan)
20865 ("r-lisreltor" ,r-lisreltor)
20866 ("r-openmx" ,r-openmx)
20867 ("r-plyr" ,r-plyr)
20868 ("r-qgraph" ,r-qgraph)
20869 ("r-regsem" ,r-regsem)
20870 ("r-rockchalk" ,r-rockchalk)
20871 ("r-sem" ,r-sem)
20872 ("r-xml" ,r-xml)))
20873 (home-page "https://github.com/SachaEpskamp/semPlot")
20874 (synopsis "Unified visualizations of structural equation models")
20875 (description
20876 "Structural equation modeling (SEM) has a long history of representing
20877 models graphically as path diagrams. The semPlot package for R fills the gap
20878 between advanced, but time-consuming, graphical software and the limited
20879 graphics produced automatically by SEM software. In addition, semPlot offers
20880 more functionality than drawing path diagrams: it can act as a common ground
20881 for importing SEM results into R. Any result usable as input to semPlot can
20882 also be represented in any of the three popular SEM frame-works, as well as
20883 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
20884 (license license:gpl2)))
20885
20886 (define-public r-cdm
20887 (package
20888 (name "r-cdm")
20889 (version "7.5-15")
20890 (source
20891 (origin
20892 (method url-fetch)
20893 (uri (cran-uri "CDM" version))
20894 (sha256
20895 (base32
20896 "159ny2dz0rf1r3k1mqlfwambffc8rx425sggf5bn51nybpzanq3l"))))
20897 (properties `((upstream-name . "CDM")))
20898 (build-system r-build-system)
20899 (propagated-inputs
20900 `(("r-mvtnorm" ,r-mvtnorm)
20901 ("r-polycor" ,r-polycor)
20902 ("r-rcpp" ,r-rcpp)
20903 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20904 (home-page
20905 "https://github.com/alexanderrobitzsch/CDM")
20906 (synopsis "Cognitive diagnosis modeling")
20907 (description
20908 "This package provides functions for cognitive diagnosis modeling and
20909 multidimensional item response modeling for dichotomous and polytomous item
20910 responses. It enables the estimation of the DINA and DINO model, the multiple
20911 group (polytomous) GDINA model, the multiple choice DINA model, the general
20912 diagnostic model (GDM), the structured latent class model (SLCA), and
20913 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
20914 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
20915 estimation and the package structure. For tutorials on how to use the CDM
20916 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
20917 well as Ravand and Robitzsch (2015).")
20918 (license license:gpl2+)))
20919
20920 (define-public r-tam
20921 (package
20922 (name "r-tam")
20923 (version "3.5-19")
20924 (source
20925 (origin
20926 (method url-fetch)
20927 (uri (cran-uri "TAM" version))
20928 (sha256
20929 (base32
20930 "1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
20931 (properties `((upstream-name . "TAM")))
20932 (build-system r-build-system)
20933 (propagated-inputs
20934 `(("r-cdm" ,r-cdm)
20935 ("r-rcpp" ,r-rcpp)
20936 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20937 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
20938 (synopsis "Test analysis modules")
20939 (description
20940 "This package includes tools for marginal maximum likelihood estimation
20941 and joint maximum likelihood estimation for unidimensional and
20942 multidimensional item response models. The package functionality covers the
20943 Rasch model, 2PL model, 3PL model, generalized partial credit model,
20944 multi-faceted Rasch model, nominal item response model, structured latent
20945 class model, mixture distribution IRT models, and located latent class models.
20946 Latent regression models and plausible value imputation are also supported.")
20947 (license license:gpl2+)))
20948
20949 (define-public r-erm
20950 (package
20951 (name "r-erm")
20952 (version "1.0-1")
20953 (source
20954 (origin
20955 (method url-fetch)
20956 (uri (cran-uri "eRm" version))
20957 (sha256
20958 (base32
20959 "0njqzznnhnkvalmhiq5yq1w7gwp2myki5cv61w42ydvd27hdyyg9"))))
20960 (properties `((upstream-name . "eRm")))
20961 (build-system r-build-system)
20962 (propagated-inputs
20963 `(("r-colorspace" ,r-colorspace)
20964 ("r-lattice" ,r-lattice)
20965 ("r-mass" ,r-mass)
20966 ("r-matrix" ,r-matrix)
20967 ("r-psych" ,r-psych)))
20968 (native-inputs `(("gfortran" ,gfortran)))
20969 (home-page "https://cran.r-project.org/package=eRm")
20970 (synopsis "Extended Rasch modeling")
20971 (description
20972 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
20973 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
20974 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
20975 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
20976 data matrix. Additional features are the ML estimation of the person
20977 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
20978 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
20979 infit and outfit measures, ICC and other plots, automated stepwise item
20980 elimination, and a simulation module for various binary data matrices.")
20981 (license license:gpl3)))
20982
20983 (define-public r-irtoys
20984 (package
20985 (name "r-irtoys")
20986 (version "0.2.1")
20987 (source
20988 (origin
20989 (method url-fetch)
20990 (uri (cran-uri "irtoys" version))
20991 (sha256
20992 (base32
20993 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
20994 (properties `((upstream-name . "irtoys")))
20995 (build-system r-build-system)
20996 (propagated-inputs
20997 `(("r-ltm" ,r-ltm)
20998 ("r-sm" ,r-sm)))
20999 (home-page "https://cran.r-project.org/package=irtoys")
21000 (synopsis "Collection of functions related to Item Response Theory (IRT)")
21001 (description
21002 "This package provides a collection of functions useful in learning and
21003 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
21004 programs. It provides basic CTT analysis, a simple common interface to the
21005 estimation of item parameters in IRT models for binary responses with three
21006 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
21007 EAP, WLE, plausible values), item and person fit statistics, scaling
21008 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
21009 array of parametric and non-parametric (kernel) plots. It estimates and plots
21010 Haberman's interaction model when all items are dichotomously scored.")
21011 (license license:gpl2+)))
21012
21013 (define-public r-iheatmapr
21014 (package
21015 (name "r-iheatmapr")
21016 (version "0.5.0")
21017 (source
21018 (origin
21019 (method url-fetch)
21020 (uri (cran-uri "iheatmapr" version))
21021 (sha256
21022 (base32
21023 "0s2lc088rq2siy2wzmg1y6nss68rs33mf7w2izqqmg6kbx6d7y9h"))))
21024 (properties `((upstream-name . "iheatmapr")))
21025 (build-system r-build-system)
21026 (propagated-inputs
21027 `(("r-fastcluster" ,r-fastcluster)
21028 ("r-ggdendro" ,r-ggdendro)
21029 ("r-htmlwidgets" ,r-htmlwidgets)
21030 ("r-jsonlite" ,r-jsonlite)
21031 ("r-knitr" ,r-knitr)
21032 ("r-magrittr" ,r-magrittr)
21033 ("r-rcolorbrewer" ,r-rcolorbrewer)
21034 ("r-scales" ,r-scales)))
21035 (native-inputs
21036 `(("r-knitr" ,r-knitr)))
21037 (home-page "https://docs.ropensci.org/iheatmapr")
21038 (synopsis "Interactive, Complex Heatmaps")
21039 (description
21040 "iheatmapr is an R package for building complex, interactive heatmaps
21041 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
21042 subplots along the rows or columns of the main heatmap add more information
21043 about each row or column. For example, a one column additional heatmap may
21044 indicate what group a particular row or column belongs to. Complex heatmaps
21045 may also include multiple side by side heatmaps which show different types of
21046 data for the same conditions. Interactivity can improve complex heatmaps by
21047 providing tooltips with information about each cell and enabling zooming into
21048 interesting features. iheatmapr uses the plotly library for interactivity.")
21049 (license license:expat)))
21050
21051 (define-public r-packrat
21052 (package
21053 (name "r-packrat")
21054 (version "0.5.0")
21055 (source
21056 (origin
21057 (method url-fetch)
21058 (uri (cran-uri "packrat" version))
21059 (sha256
21060 (base32
21061 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
21062 (properties `((upstream-name . "packrat")))
21063 (build-system r-build-system)
21064 (home-page "https://github.com/rstudio/packrat/")
21065 (synopsis "Dependency management R projects")
21066 (description
21067 "This package provides a dependency manager for R projects that allows
21068 you to manage the R packages your project depends on in an isolated, portable,
21069 and reproducible way.")
21070 (license license:gpl2)))
21071
21072 (define-public r-rsconnect
21073 (package
21074 (name "r-rsconnect")
21075 (version "0.8.16")
21076 (source
21077 (origin
21078 (method url-fetch)
21079 (uri (cran-uri "rsconnect" version))
21080 (sha256
21081 (base32
21082 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
21083 (properties `((upstream-name . "rsconnect")))
21084 (build-system r-build-system)
21085 (propagated-inputs
21086 `(("r-curl" ,r-curl)
21087 ("r-digest" ,r-digest)
21088 ("r-jsonlite" ,r-jsonlite)
21089 ("r-openssl" ,r-openssl)
21090 ("r-packrat" ,r-packrat)
21091 ("r-rstudioapi" ,r-rstudioapi)
21092 ("r-yaml" ,r-yaml)))
21093 (home-page "https://github.com/rstudio/rsconnect")
21094 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
21095 (description
21096 "This package provides a programmatic deployment interface for RPubs,
21097 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
21098 documents, Shiny applications, Plumber APIs, plots, and static web content.")
21099 (license license:gpl2)))
21100
21101 ;; This package includes minified JavaScript files. When upgrading please
21102 ;; check that there are no new minified JavaScript files.
21103 (define-public r-dygraphs
21104 (package
21105 (name "r-dygraphs")
21106 (version "1.1.1.6")
21107 (source
21108 (origin
21109 (method url-fetch)
21110 (uri (cran-uri "dygraphs" version))
21111 (sha256
21112 (base32
21113 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
21114 (properties `((upstream-name . "dygraphs")))
21115 (build-system r-build-system)
21116 (arguments
21117 `(#:modules ((guix build utils)
21118 (guix build r-build-system)
21119 (srfi srfi-1)
21120 (ice-9 popen))
21121 #:phases
21122 (modify-phases %standard-phases
21123 (add-after 'unpack 'process-javascript
21124 (lambda* (#:key inputs #:allow-other-keys)
21125 (with-directory-excursion "inst/htmlwidgets/lib/"
21126 (call-with-values
21127 (lambda ()
21128 (unzip2
21129 `(("dygraphs/dygraph-combined-dev.js"
21130 "dygraph-combined.js")
21131 (,(assoc-ref inputs "js-jquery")
21132 "jquery/jquery.min.js")
21133 (,(assoc-ref inputs "js-fquarter")
21134 "fquarter/moment-fquarter.min.js"))))
21135 (lambda (sources targets)
21136 (for-each (lambda (source target)
21137 (format #t "Processing ~a --> ~a~%"
21138 source target)
21139 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
21140 (call-with-output-file target
21141 (lambda (port)
21142 (dump-port minified port)))))
21143 sources targets))))
21144 #t)))))
21145 (native-inputs
21146 `(("uglify-js" ,uglify-js)
21147 ;; They actually use version 1.11.1, but this more recent version
21148 ;; should be just fine.
21149 ("js-jquery"
21150 ,(origin
21151 (method url-fetch)
21152 (uri "https://code.jquery.com/jquery-1.12.4.js")
21153 (sha256
21154 (base32
21155 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
21156 ("js-fquarter"
21157 ,(origin
21158 (method url-fetch)
21159 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
21160 "moment-fquarter/1.0.1/moment-fquarter.js"))
21161 (sha256
21162 (base32
21163 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
21164 (propagated-inputs
21165 `(("r-htmltools" ,r-htmltools)
21166 ("r-htmlwidgets" ,r-htmlwidgets)
21167 ("r-magrittr" ,r-magrittr)
21168 ("r-xts" ,r-xts)
21169 ("r-zoo" ,r-zoo)))
21170 (home-page "https://github.com/rstudio/dygraphs")
21171 (synopsis "Interface to Dygraphs interactive time series charting library")
21172 (description
21173 "This package provides an R interface to the dygraphs JavaScript charting
21174 library (a copy of which is included in the package). It provides rich
21175 facilities for charting time-series data in R, including highly configurable
21176 series- and axis-display and interactive features like zoom/pan and
21177 series/point highlighting.")
21178 (license license:expat)))
21179
21180 (define-public r-shinystan
21181 (package
21182 (name "r-shinystan")
21183 (version "2.5.0")
21184 (source
21185 (origin
21186 (method url-fetch)
21187 (uri (cran-uri "shinystan" version))
21188 (sha256
21189 (base32
21190 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
21191 (properties `((upstream-name . "shinystan")))
21192 (build-system r-build-system)
21193 (propagated-inputs
21194 `(("r-bayesplot" ,r-bayesplot)
21195 ("r-colourpicker" ,r-colourpicker)
21196 ("r-dt" ,r-dt)
21197 ("r-dygraphs" ,r-dygraphs)
21198 ("r-ggplot2" ,r-ggplot2)
21199 ("r-gridextra" ,r-gridextra)
21200 ("r-gtools" ,r-gtools)
21201 ("r-markdown" ,r-markdown)
21202 ("r-reshape2" ,r-reshape2)
21203 ("r-rsconnect" ,r-rsconnect)
21204 ("r-rstan" ,r-rstan)
21205 ("r-shiny" ,r-shiny)
21206 ("r-shinyjs" ,r-shinyjs)
21207 ("r-shinythemes" ,r-shinythemes)
21208 ("r-threejs" ,r-threejs)
21209 ("r-xtable" ,r-xtable)
21210 ("r-xts" ,r-xts)))
21211 (home-page "https://mc-stan.org/")
21212 (synopsis "Interactive visual and numerical analysis for Bayesian models")
21213 (description
21214 "This package provides a graphical user interface for interactive
21215 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
21216 for analyzing a posterior sample. The interface is powered by the Shiny web
21217 application framework and works with the output of MCMC programs written in
21218 any programming language (and has extended functionality for Stan models fit
21219 using the @code{rstan} and @code{rstanarm} packages).")
21220 (license license:gpl3+)))
21221
21222 (define-public r-rstantools
21223 (package
21224 (name "r-rstantools")
21225 (version "2.1.1")
21226 (source
21227 (origin
21228 (method url-fetch)
21229 (uri (cran-uri "rstantools" version))
21230 (sha256
21231 (base32
21232 "0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
21233 (properties `((upstream-name . "rstantools")))
21234 (build-system r-build-system)
21235 (inputs `(("pandoc" ,ghc-pandoc)))
21236 (propagated-inputs
21237 `(("r-desc" ,r-desc)
21238 ("r-rcpp" ,r-rcpp)
21239 ("r-rcppparallel" ,r-rcppparallel)))
21240 (native-inputs
21241 `(("r-knitr" ,r-knitr)))
21242 (home-page "https://mc-stan.org/rstantools/")
21243 (synopsis "Tools for developing R packages interfacing with Stan")
21244 (description
21245 "This package provides various tools for developers of R packages
21246 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
21247 up the required package structure, S3 generics and default methods to unify
21248 function naming across Stan-based R packages, and vignettes with
21249 recommendations for developers.")
21250 (license license:gpl3+)))
21251
21252 (define-public r-loo
21253 (package
21254 (name "r-loo")
21255 (version "2.3.1")
21256 (source
21257 (origin
21258 (method url-fetch)
21259 (uri (cran-uri "loo" version))
21260 (sha256
21261 (base32 "12z0k8lhz0rxygs5lc7076nw6qhk0pda8nxf65hkinfrf4dy53fr"))))
21262 (properties `((upstream-name . "loo")))
21263 (build-system r-build-system)
21264 (inputs
21265 `(("pandoc" ,ghc-pandoc)
21266 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
21267 (propagated-inputs
21268 `(("r-checkmate" ,r-checkmate)
21269 ("r-matrixstats" ,r-matrixstats)))
21270 (native-inputs
21271 `(("r-knitr" ,r-knitr)))
21272 (home-page "https://mc-stan.org/loo/")
21273 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
21274 (description
21275 "This package provides an implementation of efficient approximate
21276 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
21277 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
21278 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
21279 procedure for regularizing importance weights. As a byproduct of the
21280 calculations, we also obtain approximate standard errors for estimated
21281 predictive errors and for the comparison of predictive errors between models.
21282 The package also provides methods for using stacking and other model weighting
21283 techniques to average Bayesian predictive distributions.")
21284 (license license:gpl3+)))
21285
21286 (define-public r-rstan
21287 (package
21288 (name "r-rstan")
21289 (version "2.21.1")
21290 (source
21291 (origin
21292 (method url-fetch)
21293 (uri (cran-uri "rstan" version))
21294 (sha256
21295 (base32
21296 "0fxxh2jmrgfp98195qkqli1r9ni457vnjdvqm5l91j6aagkbk8zz"))))
21297 (properties `((upstream-name . "rstan")))
21298 (build-system r-build-system)
21299 (arguments
21300 `(#:phases
21301 (modify-phases %standard-phases
21302 (add-before 'install 'set-timezone
21303 ;; This package is picky about timezones.
21304 (lambda* (#:key inputs #:allow-other-keys)
21305 (setenv "TZ" "UTC+1")
21306 (setenv "TZDIR"
21307 (string-append (assoc-ref inputs "tzdata")
21308 "/share/zoneinfo"))
21309 #t)))))
21310 (native-inputs
21311 `(("tzdata" ,tzdata-for-tests)
21312 ("pandoc" ,ghc-pandoc)
21313 ("r-knitr" ,r-knitr)))
21314 (propagated-inputs
21315 `(("r-bh" ,r-bh)
21316 ("r-ggplot2" ,r-ggplot2)
21317 ("r-gridextra" ,r-gridextra)
21318 ("r-inline" ,r-inline)
21319 ("r-loo" ,r-loo)
21320 ("r-pkgbuild" ,r-pkgbuild)
21321 ("r-rcpp" ,r-rcpp)
21322 ("r-rcppeigen" ,r-rcppeigen)
21323 ("r-rcppparallel" ,r-rcppparallel)
21324 ("r-stanheaders" ,r-stanheaders)
21325 ("r-v8" ,r-v8)))
21326 (home-page "https://discourse.mc-stan.org/")
21327 (synopsis "R interface to Stan")
21328 (description
21329 "User-facing R functions are provided to parse, compile, test, estimate,
21330 and analyze Stan models by accessing the header-only Stan library provided by
21331 the StanHeaders package. The Stan project develops a probabilistic
21332 programming language that implements full Bayesian statistical inference via
21333 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
21334 approximation, and (optionally penalized) maximum likelihood estimation via
21335 optimization. In all three cases, automatic differentiation is used to
21336 quickly and accurately evaluate gradients without burdening the user with the
21337 need to derive the partial derivatives.")
21338 (license license:gpl3+)))
21339
21340 (define-public r-rstanarm
21341 (package
21342 (name "r-rstanarm")
21343 (version "2.19.3")
21344 (source
21345 (origin
21346 (method url-fetch)
21347 (uri (cran-uri "rstanarm" version))
21348 (sha256
21349 (base32
21350 "0gxjq8bdlvdd8kn3dhp12xlymdab036r7n12lzmd3xlkl4cnxq3s"))))
21351 (properties `((upstream-name . "rstanarm")))
21352 (build-system r-build-system)
21353 (inputs
21354 `(("pandoc" ,ghc-pandoc)
21355 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
21356 (propagated-inputs
21357 `(("r-bayesplot" ,r-bayesplot)
21358 ("r-bh" ,r-bh)
21359 ("r-ggplot2" ,r-ggplot2)
21360 ("r-lme4" ,r-lme4)
21361 ("r-loo" ,r-loo)
21362 ("r-matrix" ,r-matrix)
21363 ("r-nlme" ,r-nlme)
21364 ("r-rcpp" ,r-rcpp)
21365 ("r-rcppeigen" ,r-rcppeigen)
21366 ("r-rcppparallel" ,r-rcppparallel)
21367 ("r-rstan" ,r-rstan)
21368 ("r-rstantools" ,r-rstantools)
21369 ("r-shinystan" ,r-shinystan)
21370 ("r-stanheaders" ,r-stanheaders)
21371 ("r-survival" ,r-survival)))
21372 (home-page "https://mc-stan.org/rstanarm/")
21373 (synopsis "Bayesian applied regression modeling via Stan")
21374 (description
21375 "This package estimates previously compiled regression models using the
21376 @code{rstan} package, which provides the R interface to the Stan C++ library
21377 for Bayesian estimation. Users specify models via the customary R syntax with
21378 a formula and @code{data.frame} plus some additional arguments for priors.")
21379 (license license:gpl3+)))
21380
21381 (define-public r-kendall
21382 (package
21383 (name "r-kendall")
21384 (version "2.2")
21385 (source
21386 (origin
21387 (method url-fetch)
21388 (uri (cran-uri "Kendall" version))
21389 (sha256
21390 (base32
21391 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
21392 (properties `((upstream-name . "Kendall")))
21393 (build-system r-build-system)
21394 (propagated-inputs
21395 `(("r-boot" ,r-boot)))
21396 (native-inputs
21397 `(("gfortran" ,gfortran)))
21398 (home-page "https://cran.r-project.org/web/packages/Kendall/")
21399 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
21400 (description
21401 "This package computes the Kendall rank correlation and Mann-Kendall
21402 trend test.")
21403 (license license:gpl2+)))
21404
21405 (define-public r-zyp
21406 (package
21407 (name "r-zyp")
21408 (version "0.10-1.1")
21409 (source
21410 (origin
21411 (method url-fetch)
21412 (uri (cran-uri "zyp" version))
21413 (sha256
21414 (base32
21415 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
21416 (properties `((upstream-name . "zyp")))
21417 (build-system r-build-system)
21418 (propagated-inputs
21419 `(("r-kendall" ,r-kendall)))
21420 (home-page "https://cran.r-project.org/web/packages/zyp/")
21421 (synopsis "Zhang + Yue-Pilon Trends Package")
21422 (description
21423 "This package contains an efficient implementation of Sen's slope
21424 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
21425 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
21426 climate data.")
21427 (license license:lgpl2.1)))
21428
21429 (define-public r-rlinsolve
21430 (package
21431 (name "r-rlinsolve")
21432 (version "0.3.1")
21433 (source
21434 (origin
21435 (method url-fetch)
21436 (uri (cran-uri "Rlinsolve" version))
21437 (sha256
21438 (base32
21439 "1x02xxbkchcwwfa2123n9yqfzinfi0zba8zxhp977czzwysy75cc"))))
21440 (properties `((upstream-name . "Rlinsolve")))
21441 (build-system r-build-system)
21442 (propagated-inputs
21443 `(("r-matrix" ,r-matrix)
21444 ("r-rcpp" ,r-rcpp)
21445 ("r-rcpparmadillo" ,r-rcpparmadillo)
21446 ("r-rdpack" ,r-rdpack)))
21447 (home-page "https://cran.r-project.org/web/packages/Rlinsolve/")
21448 (synopsis "Iterative solvers for (sparse) linear system of equations")
21449 (description
21450 "Solving a system of linear equations is one of the most fundamental
21451 computational problems for many fields of mathematical studies, such as
21452 regression problems from statistics or numerical partial differential
21453 equations. This package provides basic stationary iterative solvers such as
21454 Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods.
21455 Nonstationary, also known as Krylov subspace methods are also provided.
21456 Sparse matrix computation is also supported in that solving large and sparse
21457 linear systems can be manageable using the @code{Matrix} package along with
21458 @code{RcppArmadillo}.")
21459 (license license:gpl3+)))
21460
21461 (define-public r-zvcv
21462 (package
21463 (name "r-zvcv")
21464 (version "2.1.0")
21465 (source
21466 (origin
21467 (method url-fetch)
21468 (uri (cran-uri "ZVCV" version))
21469 (sha256
21470 (base32
21471 "0np6h6x74kz1x13wmbkkm1wq43d8bnn2khzjc80prqdi6n0m9v8r"))))
21472 (properties `((upstream-name . "ZVCV")))
21473 (build-system r-build-system)
21474 (propagated-inputs
21475 `(("r-abind" ,r-abind)
21476 ("r-bh" ,r-bh)
21477 ("r-dplyr" ,r-dplyr)
21478 ("r-glmnet" ,r-glmnet)
21479 ("r-magrittr" ,r-magrittr)
21480 ("r-mvtnorm" ,r-mvtnorm)
21481 ("r-rcpp" ,r-rcpp)
21482 ("r-rcpparmadillo" ,r-rcpparmadillo)
21483 ("r-rlinsolve" ,r-rlinsolve)))
21484 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
21485 (synopsis "Zero-Variance Control Variates")
21486 (description
21487 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
21488 to reduce the variance of Monte Carlo estimators of expectations using the
21489 derivatives of the log target. Once the derivatives are available, the only
21490 additional computational effort is in solving a linear regression problem.
21491 This method has been extended to higher dimensions using regularisation. This
21492 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
21493 samples, derivatives and function evaluations are available. Additional
21494 functions for applying ZV-CV to two estimators for the normalising constant of
21495 the posterior distribution in Bayesian statistics are also supplied.")
21496 (license license:gpl2+)))
21497
21498 (define-public r-ztype
21499 (package
21500 (name "r-ztype")
21501 (version "0.1.0")
21502 (source
21503 (origin
21504 (method url-fetch)
21505 (uri (cran-uri "ztype" version))
21506 (sha256
21507 (base32
21508 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
21509 (properties `((upstream-name . "ztype")))
21510 (build-system r-build-system)
21511 (propagated-inputs
21512 `(("r-assertthat" ,r-assertthat)
21513 ("r-dplyr" ,r-dplyr)
21514 ("r-ggplot2" ,r-ggplot2)
21515 ("r-lubridate" ,r-lubridate)
21516 ("r-magrittr" ,r-magrittr)
21517 ("r-rvest" ,r-rvest)
21518 ("r-stringr" ,r-stringr)))
21519 (home-page "https://cran.r-project.org/web/packages/ztype/")
21520 (synopsis "Run a Ztype game loaded with R functions")
21521 (description
21522 "How fast can you type R functions on your keyboard? Find out by running
21523 a @code{zty.pe} game: export R functions as instructions to type to destroy
21524 opponents' vessels.")
21525 (license license:gpl3)))
21526
21527 (define-public r-zseq
21528 (package
21529 (name "r-zseq")
21530 (version "0.2.0")
21531 (source
21532 (origin
21533 (method url-fetch)
21534 (uri (cran-uri "Zseq" version))
21535 (sha256
21536 (base32
21537 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
21538 (properties `((upstream-name . "Zseq")))
21539 (build-system r-build-system)
21540 (propagated-inputs
21541 `(("r-gmp" ,r-gmp)))
21542 (home-page "https://cran.r-project.org/web/packages/Zseq/")
21543 (synopsis "Integer sequence generator")
21544 (description
21545 "This package generates well-known integer sequences. The @code{gmp}
21546 package is adopted for computing with arbitrarily large numbers. Every
21547 function has a hyperlink to its corresponding item in the @dfn{On-Line
21548 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
21549 (license license:gpl3+)))
21550
21551 (define-public r-isoband
21552 (package
21553 (name "r-isoband")
21554 (version "0.2.2")
21555 (source
21556 (origin
21557 (method url-fetch)
21558 (uri (cran-uri "isoband" version))
21559 (sha256
21560 (base32
21561 "044fg014gb6v6v11gm7ivfipz45iqw9cpahjhaacw6kyahyb66zx"))))
21562 (properties `((upstream-name . "isoband")))
21563 (build-system r-build-system)
21564 (propagated-inputs
21565 `(("r-testthat" ,r-testthat)))
21566 (native-inputs
21567 `(("r-knitr" ,r-knitr)))
21568 (home-page "https://github.com/wilkelab/isoband")
21569 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
21570 (description
21571 "This package provides a fast C++ implementation to generate contour
21572 lines (isolines) and contour polygons (isobands) from regularly spaced grids
21573 containing elevation data.")
21574 (license license:expat)))
21575
21576 (define-public r-ppcor
21577 (package
21578 (name "r-ppcor")
21579 (version "1.1")
21580 (source
21581 (origin
21582 (method url-fetch)
21583 (uri (cran-uri "ppcor" version))
21584 (sha256
21585 (base32
21586 "1x9b2kb8s0bp92b17gby0jwzzr3i4cf3ap9c4nq7m8fav72g0y3a"))))
21587 (properties `((upstream-name . "ppcor")))
21588 (build-system r-build-system)
21589 (propagated-inputs
21590 `(("r-mass" ,r-mass)))
21591 (home-page "https://cran.r-project.org/web/packages/ppcor/")
21592 (synopsis "Partial and semi-partial correlation")
21593 (description
21594 "This package provides users not only with a function to readily
21595 calculate the higher-order partial and semi-partial correlations but also with
21596 statistics and p-values of the correlation coefficients.")
21597 (license license:gpl2)))
21598
21599 (define-public r-hrbrthemes
21600 (package
21601 (name "r-hrbrthemes")
21602 (version "0.8.0")
21603 (source
21604 (origin
21605 (method url-fetch)
21606 (uri (cran-uri "hrbrthemes" version))
21607 (sha256
21608 (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
21609 (properties `((upstream-name . "hrbrthemes")))
21610 (build-system r-build-system)
21611 (propagated-inputs
21612 `(("r-extrafont" ,r-extrafont)
21613 ("r-gdtools" ,r-gdtools)
21614 ("r-ggplot2" ,r-ggplot2)
21615 ("r-htmltools" ,r-htmltools)
21616 ("r-knitr" ,r-knitr)
21617 ("r-magrittr" ,r-magrittr)
21618 ("r-rmarkdown" ,r-rmarkdown)
21619 ("r-scales" ,r-scales)))
21620 (native-inputs
21621 `(("r-knitr" ,r-knitr)))
21622 (home-page "https://github.com/hrbrmstr/hrbrthemes/")
21623 (synopsis "Additional themes, theme components and utilities for @code{ggplot2}")
21624 (description
21625 "This package provides a compilation of extra @code{ggplot2} themes,
21626 scales and utilities, including a spell check function for plot label fields
21627 and an overall emphasis on typography.")
21628 (license license:expat)))
21629
21630 (define-public r-crochet
21631 (package
21632 (name "r-crochet")
21633 (version "2.3.0")
21634 (source
21635 (origin
21636 (method url-fetch)
21637 (uri (cran-uri "crochet" version))
21638 (sha256
21639 (base32
21640 "0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
21641 (build-system r-build-system)
21642 (native-inputs
21643 `(("r-knitr" ,r-knitr)))
21644 (home-page "https://github.com/agrueneberg/crochet")
21645 (synopsis "Implementation Helper for Matrix-Like Types")
21646 (description
21647 "Functions to help implement the extraction / subsetting / indexing
21648 function @code{[} and replacement function @code{[<-} of custom matrix-like
21649 types (based on S3, S4, etc.), modeled as closely to the base matrix class
21650 as possible (with tests to prove it).")
21651 (license license:expat)))
21652
21653 (define-public r-boa
21654 (package
21655 (name "r-boa")
21656 (version "1.1.8-2")
21657 (source
21658 (origin
21659 (method url-fetch)
21660 (uri (cran-uri "boa" version))
21661 (sha256
21662 (base32
21663 "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
21664 (properties `((upstream-name . "boa")))
21665 (build-system r-build-system)
21666 (home-page "http://www.jstatsoft.org/v21/i11")
21667 (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
21668 (description
21669 "This package provides a menu-driven program and library of functions for
21670 carrying out convergence diagnostics and statistical and graphical analysis of
21671 @dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
21672 (license license:gpl2+)))
21673
21674 (define-public r-httpcode
21675 (package
21676 (name "r-httpcode")
21677 (version "0.3.0")
21678 (source (origin
21679 (method url-fetch)
21680 (uri (cran-uri "httpcode" version))
21681 (sha256
21682 (base32
21683 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
21684 (build-system r-build-system)
21685 (home-page "https://github.com/sckott/httpcode")
21686 (synopsis "HTTP status code helper")
21687 (description "@code{httpcode} provides functionality for finding and
21688 explaining the meaning of @code{HTTP} status codes. Functions are included for
21689 searching for codes by full or partial number, by message, and to get
21690 appropriate dog and cat images for many status codes.")
21691 (license license:expat)))
21692
21693 (define-public r-latex2exp
21694 (package
21695 (name "r-latex2exp")
21696 (version "0.4.0")
21697 (source (origin
21698 (method url-fetch)
21699 (uri (cran-uri "latex2exp" version))
21700 (sha256
21701 (base32
21702 "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
21703 (build-system r-build-system)
21704 (propagated-inputs
21705 `(("r-stringr" ,r-stringr)
21706 ("r-magrittr", r-magrittr)))
21707 (home-page "https://github.com/stefano-meschiari/latex2exp/")
21708 (synopsis "Use LaTeX expressions in plots")
21709 (description "@code{latex2exp} parses and converts LaTeX math formulas to
21710 R's plotmath expressions, used to enter mathematical formulas and symbols to be
21711 rendered as text, axis labels, etc. throughout R's plotting system.")
21712 (license license:expat)))
21713
21714 (define-public r-oai
21715 (package
21716 (name "r-oai")
21717 (version "0.3.0")
21718 (source (origin
21719 (method url-fetch)
21720 (uri (cran-uri "oai" version))
21721 (sha256
21722 (base32
21723 "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
21724 (build-system r-build-system)
21725 (propagated-inputs
21726 `(("r-xml2" ,r-xml2)
21727 ("r-httr" ,r-httr)
21728 ("r-plyr" ,r-plyr)
21729 ("r-stringr" ,r-stringr)
21730 ("r-tibble" ,r-tibble)))
21731 (home-page "https://github.com/ropensci/oai/")
21732 (synopsis "General purpose OAI-PMH services client")
21733 (description "@code{oai} provides a general purpose client to work with
21734 any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
21735 service. Functions are provided to work with the OAI-PMH verbs:
21736 @code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
21737 @code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
21738 (license license:expat)))
21739
21740 (define-public r-argon2
21741 (package
21742 (name "r-argon2")
21743 (version "0.2-0")
21744 (source
21745 (origin
21746 (method url-fetch)
21747 (uri (cran-uri "argon2" version))
21748 (sha256
21749 (base32
21750 "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
21751 (properties `((upstream-name . "argon2")))
21752 (build-system r-build-system)
21753 (home-page "https://github.com/wrathematics/argon2")
21754 (synopsis "Secure password hashing based on the argon2 algorithm")
21755 (description
21756 "This package provides utilities for secure password hashing via the
21757 argon2 algorithm.")
21758 (license license:bsd-2)))
21759
21760 (define-public r-getpass
21761 (package
21762 (name "r-getpass")
21763 (version "0.2-2")
21764 (source
21765 (origin
21766 (method url-fetch)
21767 (uri (cran-uri "getPass" version))
21768 (sha256
21769 (base32
21770 "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
21771 (properties `((upstream-name . "getPass")))
21772 (build-system r-build-system)
21773 (propagated-inputs
21774 `(("r-rstudioapi" ,r-rstudioapi)))
21775 (home-page "https://github.com/wrathematics/getPass")
21776 (synopsis "Masked user input")
21777 (description
21778 "This package provides a micro-package for reading \"passwords\", i.e.
21779 reading user input with masking, so that the input is not displayed as it is
21780 typed. Currently, RStudio, the command line (every OS), and any platform
21781 where tcltk is present are supported.")
21782 (license license:bsd-2)))
21783
21784 (define-public r-remoter
21785 (package
21786 (name "r-remoter")
21787 (version "0.4-0")
21788 (source
21789 (origin
21790 (method url-fetch)
21791 (uri (cran-uri "remoter" version))
21792 (sha256
21793 (base32
21794 "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
21795 (properties `((upstream-name . "remoter")))
21796 (build-system r-build-system)
21797 (propagated-inputs
21798 `(("r-argon2" ,r-argon2)
21799 ("r-getpass" ,r-getpass)
21800 ("r-pbdzmq" ,r-pbdzmq)
21801 ("r-png" ,r-png)))
21802 (home-page "https://github.com/RBigData/remoter")
21803 (synopsis "Control a remote R session from a local one")
21804 (description
21805 "This package provides a set of utilities for client/server computing
21806 with R, controlling a remote R session (the server) from a local one (the
21807 client).")
21808 (license license:bsd-2)))
21809
21810 (define-public r-asd
21811 (package
21812 (name "r-asd")
21813 (version "2.2")
21814 (source
21815 (origin
21816 (method url-fetch)
21817 (uri (cran-uri "asd" version))
21818 (sha256
21819 (base32
21820 "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
21821 (properties `((upstream-name . "asd")))
21822 (build-system r-build-system)
21823 (propagated-inputs
21824 `(("r-mvtnorm" ,r-mvtnorm)))
21825 (home-page "https://cran.r-project.org/web/packages/asd")
21826 (synopsis "Simulations for Adaptive Seamless Designs")
21827 (description
21828 "This package provdes means to run simulations for adaptive seamless
21829 designs with and without early outcomes for treatment selection and
21830 subpopulation type designs.")
21831 (license license:gpl3)))
21832
21833 (define-public r-nbconvertr
21834 (package
21835 (name "r-nbconvertr")
21836 (version "1.3.2")
21837 (source
21838 (origin
21839 (method url-fetch)
21840 (uri (cran-uri "nbconvertR" version))
21841 (sha256
21842 (base32
21843 "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
21844 (properties `((upstream-name . "nbconvertR")))
21845 (build-system r-build-system)
21846 (inputs
21847 `(("jupyter" ,python-nbconvert)
21848 ("pandoc" ,ghc-pandoc)))
21849 (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
21850 (synopsis "Vignette engine wrapping Jupyter notebooks")
21851 (description
21852 "This package calls the Jupyter script @code{nbconvert} to create
21853 vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
21854 containing rich text, code, and its output. Code cells can be edited and
21855 evaluated interactively.")
21856 (license license:gpl3)))
21857
21858 (define-public r-bridgesampling
21859 (package
21860 (name "r-bridgesampling")
21861 (version "1.0-0")
21862 (source
21863 (origin
21864 (method url-fetch)
21865 (uri (cran-uri "bridgesampling" version))
21866 (sha256
21867 (base32
21868 "1awhvv0v42w2q6llqi1wqpaiv5zx74cqzigdsvphy2jfp8ajw64y"))))
21869 (properties
21870 `((upstream-name . "bridgesampling")))
21871 (build-system r-build-system)
21872 (propagated-inputs
21873 `(("r-brobdingnag" ,r-brobdingnag)
21874 ("r-coda" ,r-coda)
21875 ("r-matrix" ,r-matrix)
21876 ("r-mvtnorm" ,r-mvtnorm)
21877 ("r-scales" ,r-scales)
21878 ("r-stringr" ,r-stringr)))
21879 (native-inputs
21880 `(("r-knitr" ,r-knitr)))
21881 (home-page "https://github.com/quentingronau/bridgesampling")
21882 (synopsis "Bridge sampling for marginal likelihoods and Bayes factors")
21883 (description
21884 "This package provides functions for estimating marginal likelihoods,
21885 Bayes factors, posterior model probabilities, and normalizing constants in
21886 general, via different versions of bridge sampling.")
21887 (license license:gpl2+)))
21888
21889 (define-public r-tea
21890 (package
21891 (name "r-tea")
21892 (version "1.1")
21893 (source
21894 (origin
21895 (method url-fetch)
21896 (uri (cran-uri "tea" version))
21897 (sha256
21898 (base32
21899 "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
21900 (properties
21901 `((upstream-name . "tea")))
21902 (build-system r-build-system)
21903 (propagated-inputs
21904 `(("r-matrix" ,r-matrix)))
21905 (home-page "https://cran.r-project.org/web/packages/tea/")
21906 (synopsis "Threshold estimation approaches")
21907 (description
21908 "This package provides different approaches for selecting the threshold
21909 in generalized Pareto distributions. Most of them are based on minimizing the
21910 AMSE-criterion or atleast by reducing the bias of the assumed GPD-model.
21911 Others are heuristically motivated by searching for stable sample paths, i.e.
21912 a nearly constant region of the tail index estimator with respect to k, which
21913 is the number of data in the tail. The third class is motivated by graphical
21914 inspection. In addition, a sequential testing procedure for GPD-GoF-tests
21915 is also implemented here.")
21916 (license license:gpl3)))
21917
21918 (define-public r-awsmethods
21919 (package
21920 (name "r-awsmethods")
21921 (version "1.1-1")
21922 (source
21923 (origin
21924 (method url-fetch)
21925 (uri (cran-uri "awsMethods" version))
21926 (sha256
21927 (base32
21928 "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh"))))
21929 (properties
21930 `((upstream-name . "awsMethods")))
21931 (build-system r-build-system)
21932 (home-page "http://www.wias-berlin.de/software/imaging/")
21933 (synopsis "Class and methods definitions")
21934 (description
21935 "This package defines the generic method @code{extract} and provides
21936 @code{openMP} support as needed in several packages like
21937 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
21938 (license license:gpl2+)))
21939
21940 (define-public r-aws
21941 (package
21942 (name "r-aws")
21943 (version "2.4-2")
21944 (source
21945 (origin
21946 (method url-fetch)
21947 (uri (cran-uri "aws" version))
21948 (sha256
21949 (base32
21950 "1czlsy64nx6j7h1smgb561yyv3f98pwqwglk77yla4mx3fp14bvq"))))
21951 (properties
21952 `((upstream-name . "aws")))
21953 (build-system r-build-system)
21954 (propagated-inputs
21955 `(("r-awsmethods" ,r-awsmethods)
21956 ("r-gsl" ,r-gsl)))
21957 (native-inputs
21958 `(("gfortran" ,gfortran)))
21959 (home-page "https://cran.r-project.org/web/packages/aws/")
21960 (synopsis "Adaptive weights smoothing")
21961 (description
21962 "This package provides a collection of R-functions implementing adaptive
21963 smoothing procedures in 1D, 2D and 3D. This includes the
21964 Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
21965 Confidence Intervals} (ICI), variational approaches, and a non-local means
21966 filter.")
21967 (license license:gpl2+)))
21968
21969 (define-public r-sgloptim
21970 (package
21971 (name "r-sgloptim")
21972 (version "1.3.8")
21973 (source
21974 (origin
21975 (method url-fetch)
21976 (uri (cran-uri "sglOptim" version))
21977 (sha256
21978 (base32
21979 "15bkkvgp9v9vsp65wps48g3c2fa0fj1025hbrziywq14j7wayyjr"))))
21980 (properties
21981 `((upstream-name . "sglOptim")))
21982 (build-system r-build-system)
21983 (propagated-inputs
21984 `(("r-bh" ,r-bh)
21985 ("r-doparallel" ,r-doparallel)
21986 ("r-foreach" ,r-foreach)
21987 ("r-matrix" ,r-matrix)
21988 ("r-rcpp" ,r-rcpp)
21989 ("r-rcpparmadillo" ,r-rcpparmadillo)
21990 ("r-rcppprogress" ,r-rcppprogress)))
21991 (native-inputs
21992 `(("r-knitr" ,r-knitr)))
21993 (home-page "https://github.com/nielsrhansen/sglOptim")
21994 (synopsis "Generic sparse group Lasso solver")
21995 (description
21996 "This package provides a fast generic solver for sparse group lasso
21997 optimization problems. The loss (objective) function must be defined in a C++
21998 module. The optimization problem is solved using a coordinate gradient
21999 descent algorithm. Convergence of the algorithm is established and the
22000 algorithm is applicable to a broad class of loss functions. Use of parallel
22001 computing for cross validation and subsampling is supported through the
22002 @code{foreach} and @code{doParallel} packages.")
22003 (license license:gpl2+)))
22004
22005 (define-public r-grouped
22006 (package
22007 (name "r-grouped")
22008 (version "0.6-0")
22009 (source
22010 (origin
22011 (method url-fetch)
22012 (uri (cran-uri "grouped" version))
22013 (sha256
22014 (base32
22015 "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
22016 (properties
22017 `((upstream-name . "grouped")))
22018 (build-system r-build-system)
22019 (propagated-inputs
22020 `(("r-mass" ,r-mass)))
22021 (home-page "https://cran.r-project.org/web/packages/grouped/")
22022 (synopsis "Regression analysis of grouped and coarse data")
22023 (description
22024 "This package provides regression models for grouped and coarse data,
22025 under the coarsened at random assumption.")
22026 (license license:gpl2+)))
22027
22028 (define-public r-stam
22029 (package
22030 (name "r-stam")
22031 (version "0.0-1")
22032 (source
22033 (origin
22034 (method url-fetch)
22035 (uri (cran-uri "stam" version))
22036 (sha256
22037 (base32
22038 "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
22039 (properties
22040 `((upstream-name . "stam")))
22041 (build-system r-build-system)
22042 (propagated-inputs
22043 `(("r-np" ,r-np)
22044 ("r-sp" ,r-sp)))
22045 (home-page "https://cran.r-project.org/web/packages/stam")
22046 (synopsis "Spatio-temporal analysis and modelling")
22047 (description
22048 "This package provides various methods to conduct Spatio-Temporal
22049 Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
22050 Inferred Spatio-Temporal Modelling.")
22051 (license license:gpl2+)))
22052
22053 (define-public r-dcv
22054 (package
22055 (name "r-dcv")
22056 (version "0.1.1")
22057 (source
22058 (origin
22059 (method url-fetch)
22060 (uri (cran-uri "dcv" version))
22061 (sha256
22062 (base32
22063 "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
22064 (properties
22065 `((upstream-name . "dcv")))
22066 (build-system r-build-system)
22067 (propagated-inputs
22068 `(("r-lmtest" ,r-lmtest)))
22069 (home-page "https://cran.r-project.org/web/packages/dcv/")
22070 (synopsis "Conventional cross-validation statistics for climate-growth model")
22071 (description
22072 "This package performs several conventional cross-validation statistical
22073 methods for climate-growth model in the climate reconstruction from tree
22074 rings, including Sign Test statistic, Reduction of Error statistic, Product
22075 Mean Test, Durbin-Watson statistic etc.")
22076 (license license:gpl2)))
22077
22078 (define-public r-rcdd
22079 (package
22080 (name "r-rcdd")
22081 (version "1.2-2")
22082 (source
22083 (origin
22084 (method url-fetch)
22085 (uri (cran-uri "rcdd" version))
22086 (sha256
22087 (base32
22088 "0pzpbqnlgzr240iici70278py5wnbbxkzlgn112f9wv5ga3riric"))))
22089 (properties
22090 `((upstream-name . "rcdd")))
22091 (build-system r-build-system)
22092 (inputs
22093 `(("gmp" ,gmp)))
22094 (home-page "https://www.stat.umn.edu/geyer/rcdd/")
22095 (synopsis "Computational geometry")
22096 (description
22097 "This package converts back and forth between two representations of a
22098 convex polytope: as solution of a set of linear equalities and inequalities
22099 and as convex hull of set of points and rays. Also does linear programming
22100 and redundant generator elimination. All functions can use exact
22101 infinite-precision rational arithmetic.")
22102 (license license:gpl2)))
22103
22104 (define-public r-rxnat
22105 (package
22106 (name "r-rxnat")
22107 (version "1.0.8")
22108 (source
22109 (origin
22110 (method url-fetch)
22111 (uri (cran-uri "Rxnat" version))
22112 (sha256
22113 (base32
22114 "12xcs2l6vn50bwzfmv60j1qahjw2npfm1a3yjhffcxzh6p8chwbg"))))
22115 (properties
22116 `((upstream-name . "Rxnat")))
22117 (build-system r-build-system)
22118 (propagated-inputs
22119 `(("r-httr" ,r-httr)
22120 ("r-rcurl" ,r-rcurl)))
22121 (native-inputs
22122 `(("r-knitr" ,r-knitr)))
22123 (home-page "https://cran.r-project.org/web/packages/Rxnat/")
22124 (synopsis "Queries and extracts images from neuroimaging datasets")
22125 (description
22126 "This package allows communication with the Extensible Neuroimaging
22127 Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
22128 download images.")
22129 (license license:gpl2)))
22130
22131 (define-public r-rserve
22132 (package
22133 (name "r-rserve")
22134 (version "1.8-6")
22135 (source
22136 (origin
22137 (method url-fetch)
22138 (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
22139 version ".tar.gz"))
22140 (sha256
22141 (base32
22142 "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
22143 (build-system r-build-system)
22144 (propagated-inputs
22145 `(("r-checkmate" ,r-checkmate)
22146 ("r-mime" ,r-mime)
22147 ("r-jsonlite" ,r-jsonlite)
22148 ("r-knitr" ,r-knitr)
22149 ("r-r6" ,r-r6)
22150 ("r-rcpp" ,r-rcpp)
22151 ("r-uuid" ,r-uuid)))
22152 (inputs
22153 `(("openssl" ,openssl)
22154 ("zlib" ,zlib)))
22155 (home-page "https://github.com/s-u/Rserve")
22156 (synopsis
22157 "Server providing access to R from many languages and systems")
22158 (description
22159 "Rserve acts as a socket server (TCP/IP or local sockets) which allows
22160 binary requests to be sent to R. Every connection has a separate workspace
22161 and working directory. Client-side implementations are available for popular
22162 languages such as C/C++ and Java, allowing any application to use facilities
22163 of R without the need of linking to R code. Rserve supports remote
22164 connection, user authentication and file transfer. A simple R client is
22165 included in this package as well.")
22166 (license license:gpl2)))
22167
22168 (define-public r-brms
22169 (package
22170 (name "r-brms")
22171 (version "2.13.3")
22172 (source
22173 (origin
22174 (method url-fetch)
22175 (uri (cran-uri "brms" version))
22176 (sha256
22177 (base32
22178 "13gnc517yssvi2mnih5bln06hcbn4y80gd9h3szacs6n3mwpig5f"))))
22179 (properties `((upstream-name . "brms")))
22180 (build-system r-build-system)
22181 (propagated-inputs
22182 `(("r-abind" ,r-abind)
22183 ("r-backports" ,r-backports)
22184 ("r-bayesplot" ,r-bayesplot)
22185 ("r-bridgesampling" ,r-bridgesampling)
22186 ("r-coda" ,r-coda)
22187 ("r-future" ,r-future)
22188 ("r-ggplot2" ,r-ggplot2)
22189 ("r-glue" ,r-glue)
22190 ("r-loo" ,r-loo)
22191 ("r-matrix" ,r-matrix)
22192 ("r-matrixstats" ,r-matrixstats)
22193 ("r-mgcv" ,r-mgcv)
22194 ("r-nleqslv" ,r-nleqslv)
22195 ("r-nlme" ,r-nlme)
22196 ("r-rcpp" ,r-rcpp)
22197 ("r-rstan" ,r-rstan)
22198 ("r-rstantools" ,r-rstantools)
22199 ("r-shinystan" ,r-shinystan)))
22200 (native-inputs `(("r-knitr" ,r-knitr)))
22201 (home-page
22202 "https://github.com/paul-buerkner/brms")
22203 (synopsis
22204 "Bayesian Regression Models using 'Stan'")
22205 (description
22206 "Fit Bayesian generalized (non-)linear multivariate multilevel models
22207 using 'Stan' for full Bayesian inference. A wide range of distributions and
22208 link functions are supported, allowing users to fit -- among others -- linear,
22209 robust linear, count data, survival, response times, ordinal, zero-inflated,
22210 hurdle, and even self-defined mixture models all in a multilevel context.
22211 Further modeling options include non-linear and smooth terms, auto-correlation
22212 structures, censored data, meta-analytic standard errors, and quite a few
22213 more. In addition, all parameters of the response distribution can be
22214 predicted in order to perform distributional regression. Prior specifications
22215 are flexible and explicitly encourage users to apply prior distributions that
22216 actually reflect their beliefs. Model fit can easily be assessed and compared
22217 with posterior predictive checks and leave-one-out cross-validation.")
22218 (license license:gpl2)))
22219
22220 (define-public r-mstate
22221 (package
22222 (name "r-mstate")
22223 (version "0.2.12")
22224 (source
22225 (origin
22226 (method url-fetch)
22227 (uri (cran-uri "mstate" version))
22228 (sha256
22229 (base32
22230 "0qnhivbibzss8yfsg44cvbf73n4jj4i28rbdysl88g14ig5sabgv"))))
22231 (properties `((upstream-name . "mstate")))
22232 (build-system r-build-system)
22233 (propagated-inputs
22234 `(("r-rcolorbrewer" ,r-rcolorbrewer)
22235 ("r-survival" ,r-survival)))
22236 (home-page
22237 "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
22238 (synopsis
22239 "Data Preparation, Estimation and Prediction in Multi-State Models")
22240 (description
22241 "Contains functions for data preparation, descriptives, hazard estimation
22242 and prediction with Aalen-Johansen or simulation in competing risks and
22243 multi-state models.")
22244 (license license:gpl2+)))
22245
22246 (define-public r-scatterpie
22247 (package
22248 (name "r-scatterpie")
22249 (version "0.1.4")
22250 (source
22251 (origin
22252 (method url-fetch)
22253 (uri (cran-uri "scatterpie" version))
22254 (sha256
22255 (base32
22256 "0g5sn0iv6c1q7y51j4gbbbnil5089dgk1w4q94c7h5y3x7wfrzqb"))))
22257 (properties `((upstream-name . "scatterpie")))
22258 (build-system r-build-system)
22259 (propagated-inputs
22260 `(("r-ggforce" ,r-ggforce)
22261 ("r-ggplot2" ,r-ggplot2)
22262 ("r-rlang" ,r-rlang)
22263 ("r-rvcheck" ,r-rvcheck)
22264 ("r-tidyr" ,r-tidyr)))
22265 (native-inputs
22266 `(("r-knitr" ,r-knitr)))
22267 (home-page "https://cran.r-project.org/web/packages/scatterpie/")
22268 (synopsis "Scatter pie plot")
22269 (description
22270 "This package creates scatterpie plots, especially useful for plotting
22271 pies on a map.")
22272 (license license:artistic2.0)))
22273
22274 (define-public r-boruta
22275 (package
22276 (name "r-boruta")
22277 (version "7.0.0")
22278 (source
22279 (origin
22280 (method url-fetch)
22281 (uri (cran-uri "Boruta" version))
22282 (sha256
22283 (base32
22284 "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
22285 (properties `((upstream-name . "Boruta")))
22286 (build-system r-build-system)
22287 (propagated-inputs `(("r-ranger" ,r-ranger)))
22288 (home-page "https://gitlab.com/mbq/Boruta/")
22289 (synopsis "Wrapper algorithm for all relevant feature selection")
22290 (description
22291 "This package provides an all relevant feature selection wrapper
22292 algorithm. It finds relevant features by comparing original attributes'
22293 importance with importance achievable at random, estimated using their
22294 permuted copies (shadows).")
22295 (license license:gpl2+)))
22296
22297 (define-public r-directlabels
22298 (package
22299 (name "r-directlabels")
22300 (version "2020.6.17")
22301 (source
22302 (origin
22303 (method url-fetch)
22304 (uri (cran-uri "directlabels" version))
22305 (sha256
22306 (base32
22307 "1b6v206kizz5rjw03chjvn40a7cqihjpk80h1h79z2x27hp1qi3f"))))
22308 (build-system r-build-system)
22309 (propagated-inputs
22310 `(("r-quadprog" ,r-quadprog)))
22311 (native-inputs
22312 `(("r-knitr" ,r-knitr)))
22313 (home-page "http://directlabels.r-forge.r-project.org/")
22314 (synopsis "Direct labels for multicolor plots")
22315 (description
22316 "This package provides an extensible framework for automatically placing
22317 direct labels onto multicolor plots. Label positions are described using
22318 positioning methods that can be re-used across several different plots. There
22319 are heuristics for examining @code{trellis} and @code{ggplot} objects and
22320 inferring an appropriate positioning method.")
22321 (license license:gpl3)))
22322
22323 (define-public r-lsd
22324 (package
22325 (name "r-lsd")
22326 (version "4.1-0")
22327 (source
22328 (origin
22329 (method url-fetch)
22330 (uri (cran-uri "LSD" version))
22331 (sha256
22332 (base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
22333 (properties `((upstream-name . "LSD")))
22334 (build-system r-build-system)
22335 (home-page "https://cran.r-project.org/web/packages/LSD/")
22336 (synopsis "Lots of superior depictions tool creates colorful plots")
22337 (description
22338 "This package creates lots of colorful plots in a multitude of variations.
22339 Try a demo of the LSD by running @code{demotour()}.")
22340 ;; Either version
22341 (license (list license:gpl2 license:gpl3))))
22342
22343 (define-public r-fourcseq
22344 (package
22345 (name "r-fourcseq")
22346 (version "1.21.0")
22347 (source
22348 (origin
22349 (method url-fetch)
22350 (uri (bioconductor-uri "FourCSeq" version))
22351 (sha256
22352 (base32 "0lhcjw2hmmdafq52c5fvpm1crnzynbslamzh7r6ygifmzaz2pa8x"))))
22353 (properties `((upstream-name . "FourCSeq")))
22354 (build-system r-build-system)
22355 (propagated-inputs
22356 `(("r-biobase" ,r-biobase)
22357 ("r-biostrings" ,r-biostrings)
22358 ("r-deseq2" ,r-deseq2)
22359 ("r-fda" ,r-fda)
22360 ("r-genomicalignments" ,r-genomicalignments)
22361 ("r-genomicranges" ,r-genomicranges)
22362 ("r-ggbio" ,r-ggbio)
22363 ("r-ggplot2" ,r-ggplot2)
22364 ("r-gtools" ,r-gtools)
22365 ("r-lsd" ,r-lsd)
22366 ("r-matrix" ,r-matrix)
22367 ("r-reshape2" ,r-reshape2)
22368 ("r-rsamtools" ,r-rsamtools)
22369 ("r-rtracklayer" ,r-rtracklayer)
22370 ("r-summarizedexperiment" ,r-summarizedexperiment)))
22371 (native-inputs
22372 `(("r-knitr" ,r-knitr)))
22373 (home-page
22374 "https://bioconductor.org/packages/release/bioc/html/FourCSeq.html")
22375 (synopsis "Analysis of multiplexed 4C sequencing data")
22376 (description
22377 "This package is an R package dedicated to the analysis of (multiplexed)
22378 4C sequencing data. @code{r-fourcseq} provides a pipeline to detect specific
22379 interactions between DNA elements and identify differential interactions
22380 between conditions. The statistical analysis in R starts with individual bam
22381 files for each sample as inputs. To obtain these files, the package contains
22382 a Python script to demultiplex libraries and trim off primer sequences. With
22383 a standard alignment software the required bam files can be then be
22384 generated.")
22385 (license license:gpl3+)))
22386
22387 (define-public r-phylogram
22388 (package
22389 (name "r-phylogram")
22390 (version "2.1.0")
22391 (source
22392 (origin
22393 (method url-fetch)
22394 (uri (cran-uri "phylogram" version))
22395 (sha256
22396 (base32 "1p4h5pirc0m5pzc18q0jk3mcmb5n48gdf9abz03vml3a209xxl2v"))))
22397 (properties `((upstream-name . "phylogram")))
22398 (build-system r-build-system)
22399 (propagated-inputs `(("r-ape" ,r-ape)))
22400 (home-page "https://github.com/ropensci/phylogram/")
22401 (synopsis "Dendrograms for evolutionary analysis")
22402 (description
22403 "The @code{r-phylogram} package is a tool for for developing phylogenetic
22404 trees as deeply-nested lists known as \"dendrogram\" objects. It provides
22405 functions for conversion between \"dendrogram\" and \"phylo\" class objects,
22406 as well as several tools for command-line tree manipulation and import/export
22407 via Newick parenthetic text. This improves accessibility to the comprehensive
22408 range of object-specific analytical and tree-visualization functions found
22409 across a wide array of bioinformatic R packages.")
22410 (license license:gpl3)))
22411
22412 (define-public r-kmer
22413 (package
22414 (name "r-kmer")
22415 (version "1.1.2")
22416 (source
22417 (origin
22418 (method url-fetch)
22419 (uri (cran-uri "kmer" version))
22420 (sha256
22421 (base32 "0jimn9r0abglwxdl1zqz0lxa99cmj6haydkxjzqfbpx9by80wnww"))))
22422 (properties `((upstream-name . "kmer")))
22423 (build-system r-build-system)
22424 (propagated-inputs
22425 `(("r-openssl" ,r-openssl)
22426 ("r-phylogram" ,r-phylogram)
22427 ("r-rcpp" ,r-rcpp)))
22428 (home-page "https://github.com/shaunpwilkinson/kmer/")
22429 (synopsis "Fast K-Mer counting and clustering for biological sequence analysis")
22430 (description
22431 "@code{r-kmer} is an R package for rapidly computing distance matrices
22432 and clustering large sequence datasets using fast alignment-free k-mer
22433 counting and recursive k-means partitioning.")
22434 (license license:gpl3)))
22435
22436 (define-public r-shapforxgboost
22437 (package
22438 (name "r-shapforxgboost")
22439 (version "0.0.4")
22440 (source
22441 (origin
22442 (method url-fetch)
22443 (uri (cran-uri "SHAPforxgboost" version))
22444 (sha256
22445 (base32
22446 "0k6bg27wqnkzv82bcahbapmqhiz6rvnx81m23zbjw58c7lwshgnq"))))
22447 (properties
22448 `((upstream-name . "SHAPforxgboost")))
22449 (build-system r-build-system)
22450 (propagated-inputs
22451 `(("r-bbmisc" ,r-bbmisc)
22452 ("r-data-table" ,r-data-table)
22453 ("r-ggextra" ,r-ggextra)
22454 ("r-ggforce" ,r-ggforce)
22455 ("r-ggplot2" ,r-ggplot2)
22456 ("r-ggpubr" ,r-ggpubr)
22457 ("r-rcolorbrewer" ,r-rcolorbrewer)
22458 ("r-xgboost" ,r-xgboost)))
22459 (home-page "https://github.com/liuyanguu/SHAPforxgboost")
22460 (synopsis "SHAP Plots for XGBoost")
22461 (description
22462 "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
22463 using @dfn{SHAP} (Shapley additive explanation) visualization plots for
22464 @code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
22465 and force plot. It relies on the @code{XGBoost} package to produce SHAP
22466 values.")
22467 (license license:expat)))
22468
22469 (define-public r-rismed
22470 (package
22471 (name "r-rismed")
22472 (version "2.1.7")
22473 (source
22474 (origin
22475 (method url-fetch)
22476 (uri (cran-uri "RISmed" version))
22477 (sha256
22478 (base32
22479 "08dmkkxsmwp9b4h2g1bbx03cijn793fsnzkmbima8x9d42vxnm1l"))))
22480 (properties `((upstream-name . "RISmed")))
22481 (build-system r-build-system)
22482 (home-page "https://cran.r-project.org/web/packages/RISmed")
22483 (synopsis "Download content from NCBI databases")
22484 (description
22485 "This package provides a set of tools to extract bibliographic
22486 content from the National Center for Biotechnology Information (NCBI)
22487 databases, including PubMed. The name RISmed is a portmanteau of
22488 RIS (for Research Information Systems, a common tag format for
22489 bibliographic data) and PubMed.")
22490 (license license:gpl2+)))
22491
22492 (define-public r-semver
22493 (package
22494 (name "r-semver")
22495 (version "0.2.0")
22496 (source
22497 (origin
22498 (method url-fetch)
22499 (uri (cran-uri "semver" version))
22500 (sha256
22501 (base32
22502 "10wpkyms2cix3bsin2q0qhkbl445pwwpa5gm2s4jjw1989namkxy"))))
22503 (properties `((upstream-name . "semver")))
22504 (build-system r-build-system)
22505 (propagated-inputs
22506 `(("r-assertthat" ,r-assertthat)
22507 ("r-rcpp" ,r-rcpp)))
22508 (native-inputs `(("r-knitr" ,r-knitr)))
22509 (home-page "https://github.com/johndharrison/semver")
22510 (synopsis "Parser for Semantic Versioning 2.0.0")
22511 (description
22512 "This package provides tools and functions for parsing, rendering and
22513 operating on semantic version strings. Semantic versioning is a simple set of
22514 rules and requirements that dictate how version numbers are assigned and
22515 incremented as outlined at @url{http://semver.org}.")
22516 (license license:expat)))
22517
22518 (define-public r-binman
22519 (package
22520 (name "r-binman")
22521 (version "0.1.1")
22522 (source
22523 (origin
22524 (method url-fetch)
22525 (uri (cran-uri "binman" version))
22526 (sha256
22527 (base32
22528 "0hm0h285p4v9lhrqjy8s22f1s1vmfpfla5iaycpj8vw3qb3632az"))))
22529 (properties `((upstream-name . "binman")))
22530 (build-system r-build-system)
22531 (propagated-inputs
22532 `(("r-assertthat" ,r-assertthat)
22533 ("r-httr" ,r-httr)
22534 ("r-jsonlite" ,r-jsonlite)
22535 ("r-rappdirs" ,r-rappdirs)
22536 ("r-semver" ,r-semver)
22537 ("r-xml2" ,r-xml2)
22538 ("r-yaml" ,r-yaml)))
22539 (native-inputs `(("r-knitr" ,r-knitr)))
22540 (home-page "https://github.com/ropensci/binman")
22541 (synopsis "Binary download manager")
22542 (description
22543 "This package provides tools and functions for managing the download of
22544 binary files. Binary repositories are defined in the YAML format. Defining
22545 new pre-download, download and post-download templates allow additional
22546 repositories to be added.")
22547 (license license:expat)))
22548
22549 (define-public r-wdman
22550 (package
22551 (name "r-wdman")
22552 (version "0.2.5")
22553 (source
22554 (origin
22555 (method url-fetch)
22556 (uri (cran-uri "wdman" version))
22557 (sha256
22558 (base32
22559 "1yf41lsrr9dbf5n4f5hv9mlmzl736fhnp9gxkm2g9apws6gsig02"))))
22560 (properties `((upstream-name . "wdman")))
22561 (build-system r-build-system)
22562 (propagated-inputs
22563 `(("r-assertthat" ,r-assertthat)
22564 ("r-binman" ,r-binman)
22565 ("r-processx" ,r-processx)
22566 ("r-semver" ,r-semver)
22567 ("r-yaml" ,r-yaml)))
22568 (native-inputs `(("r-knitr" ,r-knitr)))
22569 (home-page "https://docs.ropensci.org/wdman/")
22570 (synopsis "Webdriver/Selenium binary manager")
22571 (description
22572 "There are a number of binary files associated with the
22573 Webdriver/Selenium project (see @url{http://www.seleniumhq.org/download/},
22574 @url{https://sites.google.com/a/chromium.org/chromedriver/},
22575 @url{https://github.com/mozilla/geckodriver},
22576 @url{http://phantomjs.org/download.html}, and
22577 @url{https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver} for
22578 more information). This package provides functions to download these binaries
22579 and to manage processes involving them.")
22580 (license license:expat)))
22581
22582 (define-public r-rselenium
22583 (package
22584 (name "r-rselenium")
22585 (version "1.7.7")
22586 (source
22587 (origin
22588 (method url-fetch)
22589 (uri (cran-uri "RSelenium" version))
22590 (sha256
22591 (base32
22592 "1xn5fdbzmq7b1f5fc9ls23g177bmnd8bn4p4d8aafr6z3jwkmfir"))))
22593 (properties `((upstream-name . "RSelenium")))
22594 (build-system r-build-system)
22595 (propagated-inputs
22596 `(("r-binman" ,r-binman)
22597 ("r-catools" ,r-catools)
22598 ("r-httr" ,r-httr)
22599 ("r-openssl" ,r-openssl)
22600 ("r-wdman" ,r-wdman)
22601 ("r-xml" ,r-xml)))
22602 (native-inputs `(("r-knitr" ,r-knitr)))
22603 (home-page "https://docs.ropensci.org/RSelenium/")
22604 (synopsis "R bindings for Selenium WebDriver")
22605 (description
22606 "This package provides a set of R bindings for the Selenium 2.0
22607 WebDriver (see @url{https://selenium.dev/documentation/en/} for more
22608 information) using the @code{JsonWireProtocol} (see
22609 @url{https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol} for more
22610 information). Selenium 2.0 WebDriver allows driving a web browser natively as
22611 a user would either locally or on a remote machine using the Selenium server
22612 it marks a leap forward in terms of web browser automation. Selenium
22613 automates web browsers (commonly referred to as browsers). Using RSelenium
22614 you can automate browsers locally or remotely.")
22615 (license license:agpl3+)))
22616
22617 (define-public r-conquer
22618 (package
22619 (name "r-conquer")
22620 (version "1.0.1")
22621 (source
22622 (origin
22623 (method url-fetch)
22624 (uri (cran-uri "conquer" version))
22625 (sha256
22626 (base32
22627 "1c7id7wgspma5bdcirrhw7f9fp709zxpj31klivasdbvd4jgi4vb"))))
22628 (properties `((upstream-name . "conquer")))
22629 (build-system r-build-system)
22630 (propagated-inputs
22631 `(("r-matrix" ,r-matrix)
22632 ("r-matrixstats" ,r-matrixstats)
22633 ("r-rcpp" ,r-rcpp)
22634 ("r-rcpparmadillo" ,r-rcpparmadillo)))
22635 (home-page "https://github.com/XiaoouPan/conquer")
22636 (synopsis "Convolution-type smoothed quantile regression")
22637 (description
22638 "This package provides fast and accurate convolution-type smoothed
22639 quantile regression, implemented using Barzilai-Borwein gradient descent with
22640 a Huber regression warm start. Confidence intervals for regression
22641 coefficients are constructed using multiplier bootstrap.")
22642 (license license:gpl3)))
22643
22644 (define-public r-fastshap
22645 (package
22646 (name "r-fastshap")
22647 (version "0.0.5")
22648 (source
22649 (origin
22650 (method url-fetch)
22651 (uri (cran-uri "fastshap" version))
22652 (sha256
22653 (base32
22654 "08f25ib5mry6h8lvj0g3clc9kfl5g2wdd8x8bw455wwmbcm6x5vg"))))
22655 (properties `((upstream-name . "fastshap")))
22656 (build-system r-build-system)
22657 (propagated-inputs
22658 `(("r-abind" ,r-abind)
22659 ("r-ggplot2" ,r-ggplot2)
22660 ("r-gridextra" ,r-gridextra)
22661 ("r-matrixstats" ,r-matrixstats)
22662 ("r-plyr" ,r-plyr)
22663 ("r-rcpp" ,r-rcpp)
22664 ("r-rcpparmadillo" ,r-rcpparmadillo)
22665 ("r-tibble" ,r-tibble)))
22666 (home-page "https://github.com/bgreenwell/fastshap")
22667 (synopsis "Fast approximate Shapley values")
22668 (description
22669 "This package computes fast (relative to other implementations)
22670 approximate Shapley values for any supervised learning model. Shapley values
22671 help to explain the predictions from any black box model using ideas from game
22672 theory; see @url{Strumbel and Kononenko (2014),
22673 doi.org/10.1007/s10115-013-0679-x} for details.")
22674 (license license:gpl2+)))
22675
22676 (define-public r-metrics
22677 (package
22678 (name "r-metrics")
22679 (version "0.1.4")
22680 (source
22681 (origin
22682 (method url-fetch)
22683 (uri (cran-uri "Metrics" version))
22684 (sha256
22685 (base32
22686 "0fh8qbjlwzagh272lgwr4bxcqcjb1qpz53mgs8rzlvncax6nk5bk"))))
22687 (properties `((upstream-name . "Metrics")))
22688 (build-system r-build-system)
22689 (home-page "https://github.com/mfrasco/Metrics")
22690 (synopsis "Evaluation metrics for machine learning")
22691 (description
22692 "This package provides an implementation of evaluation metrics in R that
22693 are commonly used in supervised machine learning. It implements metrics for
22694 regression, time series, binary classification, classification, and
22695 information retrieval problems. It has zero dependencies and a consistent,
22696 simple interface for all functions.")
22697 (license license:bsd-3)))
22698
22699 (define-public r-iml
22700 (package
22701 (name "r-iml")
22702 (version "0.10.0")
22703 (source
22704 (origin
22705 (method url-fetch)
22706 (uri (cran-uri "iml" version))
22707 (sha256
22708 (base32
22709 "0xm3q42qahq798ilgg050df0mahhbdfd3fx3i7cpx606h38si0x7"))))
22710 (properties `((upstream-name . "iml")))
22711 (build-system r-build-system)
22712 (propagated-inputs
22713 `(("r-checkmate" ,r-checkmate)
22714 ("r-data-table" ,r-data-table)
22715 ("r-formula" ,r-formula)
22716 ("r-future" ,r-future)
22717 ("r-future-apply" ,r-future-apply)
22718 ("r-ggplot2" ,r-ggplot2)
22719 ("r-gridextra" ,r-gridextra)
22720 ("r-metrics" ,r-metrics)
22721 ("r-prediction" ,r-prediction)
22722 ("r-r6" ,r-r6)))
22723 (native-inputs `(("r-knitr" ,r-knitr)))
22724 (home-page "https://github.com/christophM/iml")
22725 (synopsis "Interpretable machine learning")
22726 (description
22727 "This package provides interpretability methods to analyze the behavior
22728 and predictions of any machine learning model. Implemented methods are:
22729
22730 @itemize
22731 @item Feature importance described by Fisher et al. (2018),
22732 @item accumulated local effects plots described by Apley (2018),
22733 @item partial dependence plots described by Friedman (2001),
22734 @item individual conditional expectation ('ice') plots described by Goldstein
22735 et al. (2013) @url{https://doi.org/10.1080/10618600.2014.907095},
22736 @item local models (variant of 'lime') described by Ribeiro et. al (2016),
22737 @item the Shapley Value described by Strumbelj et. al (2014)
22738 @url{https://doi.org/10.1007/s10115-013-0679-x},
22739 @item feature interactions described by Friedman et. al
22740 @url{https://doi.org/10.1214/07-AOAS148} and tree surrogate models.
22741 @end itemize
22742 ")
22743 (license license:expat)))
22744
22745 (define-public r-goftest
22746 (package
22747 (name "r-goftest")
22748 (version "1.2-2")
22749 (source
22750 (origin
22751 (method url-fetch)
22752 (uri (cran-uri "goftest" version))
22753 (sha256
22754 (base32
22755 "0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4"))))
22756 (properties `((upstream-name . "goftest")))
22757 (build-system r-build-system)
22758 (home-page "https://github.com/baddstats/goftest")
22759 (synopsis "Classical Goodness-of-Fit tests for univariate distributions")
22760 (description
22761 "This package provides Cramer-Von Mises and Anderson-Darling tests of
22762 goodness-of-fit for continuous univariate distributions, using efficient
22763 algorithms.")
22764 (license license:gpl2+)))
22765
22766 (define-public r-tensor
22767 (package
22768 (name "r-tensor")
22769 (version "1.5")
22770 (source
22771 (origin
22772 (method url-fetch)
22773 (uri (cran-uri "tensor" version))
22774 (sha256
22775 (base32
22776 "19mfsgr6vz4lgwidm80i4yw0y1dr3n8i6qz7g4n2xa0k74zc5pp1"))))
22777 (properties `((upstream-name . "tensor")))
22778 (build-system r-build-system)
22779 (home-page "https://cran.r-project.org/web/packages/tensor/")
22780 (synopsis "Tensor product of arrays")
22781 (description
22782 "The tensor product of two arrays is notionally an outer product of the
22783 arrays collapsed in specific extents by summing along the appropriate
22784 diagonals. This package allows you to compute the tensor product of arrays.")
22785 (license license:gpl2+)))
22786
22787 (define-public r-spatstat-utils
22788 (package
22789 (name "r-spatstat-utils")
22790 (version "1.17-0")
22791 (source
22792 (origin
22793 (method url-fetch)
22794 (uri (cran-uri "spatstat.utils" version))
22795 (sha256
22796 (base32
22797 "08h9kzkkxvlnngxnv5mdylfali5jj4yhgbr8kvf8l7glswz6ik9r"))))
22798 (properties
22799 `((upstream-name . "spatstat.utils")))
22800 (build-system r-build-system)
22801 (home-page "http://www.spatstat.org")
22802 (synopsis "Utility functions for spatstat")
22803 (description
22804 "This package contains utility functions for the @code{spatstat} package
22805 which may also be useful for other purposes.")
22806 (license license:gpl2+)))
22807
22808 (define-public r-spatstat-data
22809 (package
22810 (name "r-spatstat-data")
22811 (version "1.4-3")
22812 (source
22813 (origin
22814 (method url-fetch)
22815 (uri (cran-uri "spatstat.data" version))
22816 (sha256
22817 (base32
22818 "18lfj5vkwxgf5w9qz0g5al3zy8y2yi3bnd13w24hszfc82nbcmc9"))))
22819 (properties `((upstream-name . "spatstat.data")))
22820 (build-system r-build-system)
22821 (propagated-inputs
22822 `(("r-matrix" ,r-matrix)
22823 ("r-spatstat-utils" ,r-spatstat-utils)))
22824 (home-page "http://www.spatstat.org")
22825 (synopsis "Datasets for spatstat")
22826 (description
22827 "This package contains all the datasets for the @code{spatstat}
22828 package.")
22829 (license license:gpl2+)))
22830
22831 (define-public r-spatstat
22832 (package
22833 (name "r-spatstat")
22834 (version "1.64-1")
22835 (source
22836 (origin
22837 (method url-fetch)
22838 (uri (cran-uri "spatstat" version))
22839 (sha256
22840 (base32
22841 "06jmxfs9kz9qqi3ichfgn8dglwb87kq2nl578p83za5psv8cfgya"))))
22842 (properties `((upstream-name . "spatstat")))
22843 (build-system r-build-system)
22844 (propagated-inputs
22845 `(("r-abind" ,r-abind)
22846 ("r-deldir" ,r-deldir)
22847 ("r-goftest" ,r-goftest)
22848 ("r-matrix" ,r-matrix)
22849 ("r-mgcv" ,r-mgcv)
22850 ("r-nlme" ,r-nlme)
22851 ("r-polyclip" ,r-polyclip)
22852 ("r-rpart" ,r-rpart)
22853 ("r-spatstat-data" ,r-spatstat-data)
22854 ("r-spatstat-utils" ,r-spatstat-utils)
22855 ("r-tensor" ,r-tensor)))
22856 (home-page "http://www.spatstat.org")
22857 (synopsis "Spatial Point Pattern analysis, model-fitting, simulation, tests")
22858 (description
22859 "This package provides a comprehensive toolbox for analysing Spatial
22860 Point Patterns. It is focused mainly on two-dimensional point patterns,
22861 including multitype/marked points, in any spatial region. It also supports
22862 three-dimensional point patterns, space-time point patterns in any number of
22863 dimensions, point patterns on a linear network, and patterns of other
22864 geometrical objects. It supports spatial covariate data such as pixel images
22865 and contains over 2000 functions for plotting spatial data, exploratory data
22866 analysis, model-fitting, simulation, spatial sampling, model diagnostics, and
22867 formal inference.")
22868 (license license:gpl2+)))
22869
22870 (define-public r-gaston
22871 (package
22872 (name "r-gaston")
22873 (version "1.5.6")
22874 (source
22875 (origin
22876 (method url-fetch)
22877 (uri (cran-uri "gaston" version))
22878 (sha256
22879 (base32
22880 "1bx6iqfjb9lf3vn0z7v8wjv9m7issvqsnymm4qsgl3622s6qz6rg"))))
22881 (properties `((upstream-name . "gaston")))
22882 (build-system r-build-system)
22883 (inputs `(("zlib" ,zlib)))
22884 (propagated-inputs
22885 `(("r-rcpp" ,r-rcpp)
22886 ("r-rcppeigen" ,r-rcppeigen)
22887 ("r-rcppparallel" ,r-rcppparallel)))
22888 (native-inputs `(("r-knitr" ,r-knitr)))
22889 (home-page "https://cran.r-project.org/web/packages/gaston/")
22890 (synopsis "Genetic data handling (QC, GRM, LD, PCA) and linear mixed models")
22891 (description
22892 "This is a package for the manipulation of genetic data (SNPs).
22893 Computation of @dfn{genetic relationship matrix} (GRM) and dominance matrix,
22894 @dfn{linkage disequilibrium} (LD), and heritability with efficient algorithms
22895 for linear mixed models (AIREML).")
22896 (license license:gpl3)))
22897
22898 (define-public r-cpp11
22899 (package
22900 (name "r-cpp11")
22901 (version "0.2.1")
22902 (source
22903 (origin
22904 (method url-fetch)
22905 (uri (cran-uri "cpp11" version))
22906 (sha256
22907 (base32
22908 "1113y61lj4cg1d2yjavdx9zih5rzb4pnxmj5v3sr4bhzlxz2scda"))))
22909 (properties `((upstream-name . "cpp11")))
22910 (build-system r-build-system)
22911 (native-inputs `(("r-knitr" ,r-knitr)))
22912 (home-page "https://github.com/r-lib/cpp11")
22913 (synopsis "C++11 Interface for R's C Interface")
22914 (description
22915 "This package provides a header only, C++11 interface to R's C interface.
22916 Compared to other approaches @code{cpp11} strives to be safe against long
22917 jumps from the C API as well as C++ exceptions, conform to normal R function
22918 semantics and supports interaction with @code{ALTREP} vectors.")
22919 (license license:expat)))