gnu: r-rcppparallel: Update to 5.0.2.
[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 © 2020 Todor Kondić <tk.code@protonmail.com>
21 ;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
22 ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
23 ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
24 ;;;
25 ;;; This file is part of GNU Guix.
26 ;;;
27 ;;; GNU Guix is free software; you can redistribute it and/or modify it
28 ;;; under the terms of the GNU General Public License as published by
29 ;;; the Free Software Foundation; either version 3 of the License, or (at
30 ;;; your option) any later version.
31 ;;;
32 ;;; GNU Guix is distributed in the hope that it will be useful, but
33 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
34 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35 ;;; GNU General Public License for more details.
36 ;;;
37 ;;; You should have received a copy of the GNU General Public License
38 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
39
40 (define-module (gnu packages cran)
41 #:use-module ((guix licenses) #:prefix license:)
42 #:use-module (guix packages)
43 #:use-module (guix download)
44 #:use-module (guix git-download)
45 #:use-module (guix utils)
46 #:use-module (guix build-system r)
47 #:use-module (gnu packages algebra)
48 #:use-module (gnu packages autotools)
49 #:use-module (gnu packages base)
50 #:use-module (gnu packages bioinformatics)
51 #:use-module (gnu packages c)
52 #:use-module (gnu packages compression)
53 #:use-module (gnu packages curl)
54 #:use-module (gnu packages databases)
55 #:use-module (gnu packages fontutils)
56 #:use-module (gnu packages gcc)
57 #:use-module (gnu packages geo)
58 #:use-module (gnu packages ghostscript)
59 #:use-module (gnu packages gl)
60 #:use-module (gnu packages gnome)
61 #:use-module (gnu packages graph)
62 #:use-module (gnu packages gtk)
63 #:use-module (gnu packages haskell-xyz)
64 #:use-module (gnu packages icu4c)
65 #:use-module (gnu packages image)
66 #:use-module (gnu packages imagemagick)
67 #:use-module (gnu packages java)
68 #:use-module (gnu packages javascript)
69 #:use-module (gnu packages lisp-xyz)
70 #:use-module (gnu packages machine-learning)
71 #:use-module (gnu packages maths)
72 #:use-module (gnu packages mpi)
73 #:use-module (gnu packages multiprecision)
74 #:use-module (gnu packages networking)
75 #:use-module (gnu packages node)
76 #:use-module (gnu packages pcre)
77 #:use-module (gnu packages perl)
78 #:use-module (gnu packages pkg-config)
79 #:use-module (gnu packages pulseaudio) ;libsndfile
80 #:use-module (gnu packages python)
81 #:use-module (gnu packages python-xyz)
82 #:use-module (gnu packages statistics)
83 #:use-module (gnu packages tcl)
84 #:use-module (gnu packages tls)
85 #:use-module (gnu packages web)
86 #:use-module (gnu packages xorg))
87
88 (define-public r-bezier
89 (package
90 (name "r-bezier")
91 (version "1.1.2")
92 (source (origin
93 (method url-fetch)
94 (uri (cran-uri "bezier" version))
95 (sha256
96 (base32
97 "1vw5128v8h973xwa1fdm9cw2jvrldj87nd55lddlp3qsz3ag4br6"))))
98 (build-system r-build-system)
99 (home-page "https://cran.r-project.org/web/packages/bezier/")
100 (synopsis "Bezier curve and spline toolkit")
101 (description
102 "This package is a toolkit for working with Bezier curves and splines.
103 The package provides functions for point generation, arc length estimation,
104 degree elevation and curve fitting.")
105 (license license:gpl2+)))
106
107 (define-public r-v8
108 (package
109 (name "r-v8")
110 (version "3.2.0")
111 (source
112 (origin
113 (method url-fetch)
114 (uri (cran-uri "V8" version))
115 (sha256
116 (base32
117 "0z0dwa538lkggawiwrlplz698xznzlgv9fwhdslm7g7gdxyf0xgm"))))
118 (properties `((upstream-name . "V8")))
119 (build-system r-build-system)
120 (arguments
121 `(#:phases
122 (modify-phases %standard-phases
123 (add-after 'unpack 'find-v8
124 (lambda* (#:key inputs #:allow-other-keys)
125 (substitute* "configure"
126 (("^PKG_LIBS=.*")
127 (string-append "PKG_LIBS="
128 (assoc-ref inputs "node")
129 "/lib/libnode.so.64\n")))
130 (setenv "INCLUDE_DIR"
131 (string-append
132 (assoc-ref inputs "node")
133 "/include/node"))
134 (setenv "LIB_DIR"
135 (string-append
136 (assoc-ref inputs "node") "/lib"))
137 #t)))))
138 (inputs
139 `(("node" ,libnode)))
140 (propagated-inputs
141 `(("r-curl" ,r-curl)
142 ("r-jsonlite" ,r-jsonlite)
143 ("r-rcpp" ,r-rcpp)))
144 (native-inputs
145 `(("r-knitr" ,r-knitr)))
146 (home-page "https://jeroen.cran.dev/V8")
147 (synopsis "Embedded JavaScript and WebAssembly engine for R")
148 (description
149 "This package provides an R interface to V8: Google's JavaScript and
150 WebAssembly engine.")
151 (license license:expat)))
152
153 (define-public r-dot
154 (package
155 (name "r-dot")
156 (version "0.1")
157 (source
158 (origin
159 (method url-fetch)
160 (uri (cran-uri "DOT" version))
161 (sha256
162 (base32
163 "0qh5n57cp9c2n5yn59q4wggz82943pwfanp3kx869aba2x3sj30i"))))
164 (properties `((upstream-name . "DOT")))
165 (build-system r-build-system)
166 (propagated-inputs
167 `(("r-v8" ,r-v8)))
168 (home-page "http://haghish.com/dot")
169 (synopsis "Render and Export DOT Graphs in R")
170 (description
171 "This package provides tools to render DOT diagram markup language in R
172 and also provides the possibility to export the graphs in PostScript and
173 SVG (Scalable Vector Graphics) formats. In addition, it supports literate
174 programming packages such as @code{knitr} and @code{rmarkdown}.")
175 (license license:expat)))
176
177 (define-public r-clipr
178 (package
179 (name "r-clipr")
180 (version "0.7.0")
181 (source
182 (origin
183 (method url-fetch)
184 (uri (cran-uri "clipr" version))
185 (sha256
186 (base32
187 "1qn2p13d0c1bpqss6mv9hk60980rzhznfqpyaf5x0fy65svy9903"))))
188 (build-system r-build-system)
189 (home-page "https://github.com/mdlincoln/clipr")
190 (synopsis "Read and write from the system clipboard")
191 (description
192 "This package provides simple utility functions to read from and write to
193 the system clipboards.")
194 (license license:gpl3)))
195
196 (define-public r-zoo
197 (package
198 (name "r-zoo")
199 (version "1.8-8")
200 (source (origin
201 (method url-fetch)
202 (uri (cran-uri "zoo" version))
203 (sha256
204 (base32
205 "1rrw431jwaxd9xljp73f15rhcxvwc0xlyrmr0ghi5fj7a03c932f"))))
206 (build-system r-build-system)
207 (propagated-inputs
208 `(("r-lattice" ,r-lattice)))
209 (home-page "http://zoo.R-Forge.R-project.org/")
210 (synopsis "S3 infrastructure for regular and irregular time series")
211 (description "This package contains an S3 class with methods for totally
212 ordered indexed observations. It is particularly aimed at irregular time
213 series of numeric vectors/matrices and factors.")
214 (license license:gpl2+)))
215
216 (define-public r-ggpmisc
217 (package
218 (name "r-ggpmisc")
219 (version "0.3.5")
220 (source (origin
221 (method url-fetch)
222 (uri (cran-uri "ggpmisc" version))
223 (sha256
224 (base32
225 "0ma2d3a3v8n85sghxr9anl6vgbs8gi82i1dllw99n81gsm59wgin"))))
226 (build-system r-build-system)
227 (propagated-inputs
228 `(("r-broom" ,r-broom)
229 ("r-dplyr" ,r-dplyr)
230 ("r-ggplot2" ,r-ggplot2)
231 ("r-gridextra" ,r-gridextra)
232 ("r-lubridate" ,r-lubridate)
233 ("r-magrittr" ,r-magrittr)
234 ("r-mass" ,r-mass)
235 ("r-plyr" ,r-plyr)
236 ("r-polynom" ,r-polynom)
237 ("r-rlang" ,r-rlang)
238 ("r-scales" ,r-scales)
239 ("r-splus2r" ,r-splus2r)
240 ("r-stringr" ,r-stringr)
241 ("r-tibble" ,r-tibble)
242 ("r-xts" ,r-xts)
243 ("r-zoo" ,r-zoo)))
244 (native-inputs
245 `(("r-knitr" ,r-knitr)))
246 (home-page "https://www.r4photobiology.info/")
247 (synopsis "Miscellaneous Extensions to @code{ggplot2}")
248 (description "This package provides extensions to @code{ggplot2},
249 respecting the grammar of its graphics paradigm.")
250 (license license:gpl2+)))
251
252 (define-public r-gprofiler
253 (package
254 (name "r-gprofiler")
255 (version "0.7.0")
256 (source
257 (origin
258 (method url-fetch)
259 (uri (cran-uri "gProfileR" version))
260 (sha256
261 (base32
262 "1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
263 (properties `((upstream-name . "gProfileR")))
264 (build-system r-build-system)
265 (propagated-inputs
266 `(("r-plyr" ,r-plyr)
267 ("r-rcurl" ,r-rcurl)))
268 (home-page "https://cran.r-project.org/web/packages/gProfileR/")
269 (synopsis "Interface to the g:Profiler toolkit")
270 (description
271 "This package provides tools for functional enrichment analysis,
272 gene identifier conversion and mapping homologous genes across related
273 organisms via the @code{g:Profiler} toolkit.")
274 (license license:gpl2+)))
275
276 (define-public r-gprofiler2
277 (package
278 (name "r-gprofiler2")
279 (version "0.1.9")
280 (source
281 (origin
282 (method url-fetch)
283 (uri (cran-uri "gprofiler2" version))
284 (sha256
285 (base32
286 "112hmmvdwg8xz90w1bsbzc55y4xi9jj4dqy0q4bsgp49x58r92rb"))))
287 (properties `((upstream-name . "gprofiler2")))
288 (build-system r-build-system)
289 (propagated-inputs
290 `(("r-crosstalk" ,r-crosstalk)
291 ("r-dplyr" ,r-dplyr)
292 ("r-ggplot2" ,r-ggplot2)
293 ("r-gridextra" ,r-gridextra)
294 ("r-jsonlite" ,r-jsonlite)
295 ("r-plotly" ,r-plotly)
296 ("r-rcurl" ,r-rcurl)
297 ("r-tidyr" ,r-tidyr)
298 ("r-viridislite" ,r-viridislite)))
299 (native-inputs `(("r-knitr" ,r-knitr)))
300 (home-page "https://cran.r-project.org/web/packages/gprofiler2/")
301 (synopsis "Interface to the g:Profiler toolset")
302 (description
303 "This package provides a toolset for functional enrichment analysis and
304 visualization, gene/protein/SNP identifier conversion and mapping orthologous
305 genes across species via @url{https://biit.cs.ut.ee/gprofiler,g:Profiler}.
306 The main tools are:
307
308 @enumerate
309 @item @code{g:GOSt}, functional enrichment analysis and visualization of gene
310 lists;
311 @item @code{g:Convert}, gene/protein/transcript identifier conversion across
312 various namespaces;
313 @item @code{g:Orth}, orthology search across species;
314 @item @code{g:SNPense}, mapping SNP rs identifiers to chromosome positions,
315 genes and variant effects.
316 @end enumerate
317
318 This package is an R interface corresponding to the 2019 update of
319 @code{g:Profiler} and provides access to versions @code{e94_eg41_p11} and
320 higher.")
321 (license license:gpl2+)))
322
323 (define-public r-oenb
324 (package
325 (name "r-oenb")
326 (version "0.0.1")
327 (source
328 (origin
329 (method url-fetch)
330 (uri (cran-uri "oenb" version))
331 (sha256
332 (base32
333 "1x1jlqp6r27c4gb7wafzpmh5rq6yq61a2d395r5lsmv2g5jb4biz"))))
334 (properties `((upstream-name . "oenb")))
335 (build-system r-build-system)
336 (propagated-inputs
337 `(("r-dplyr" ,r-dplyr)
338 ("r-xml" ,r-xml)))
339 (native-inputs `(("r-knitr" ,r-knitr)))
340 (home-page "https://github.com/franzmohr/oenb")
341 (synopsis "Tools for the OeNB Data Web Service")
342 (description
343 "Tools to access data from the data web service of the
344 @acronym{OeNB, Oesterreichische Nationalbank},
345 @url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
346 (license license:gpl2+)))
347
348 (define-public r-scales
349 (package
350 (name "r-scales")
351 (version "1.1.1")
352 (source
353 (origin
354 (method url-fetch)
355 (uri (cran-uri "scales" version))
356 (sha256
357 (base32 "019ps0njjc0rzrjygqiyn8b9vp0c3c0jd56h1yi19wzi49jvdcj0"))))
358 (build-system r-build-system)
359 (propagated-inputs
360 `(("r-farver" ,r-farver)
361 ("r-labeling" ,r-labeling)
362 ("r-lifecycle" ,r-lifecycle)
363 ("r-munsell" ,r-munsell)
364 ("r-rcolorbrewer" ,r-rcolorbrewer)
365 ("r-r6" ,r-r6)
366 ("r-viridislite" ,r-viridislite)))
367 (home-page "https://github.com/hadley/scales")
368 (synopsis "Scale functions for visualization")
369 (description
370 "This package provides graphical scales that map data to aesthetics, and
371 provides methods for automatically determining breaks and labels for axes and
372 legends.")
373 (license license:expat)))
374
375 (define-public r-pheatmap
376 (package
377 (name "r-pheatmap")
378 (version "1.0.12")
379 (source
380 (origin
381 (method url-fetch)
382 (uri (cran-uri "pheatmap" version))
383 (sha256
384 (base32
385 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
386 (build-system r-build-system)
387 (propagated-inputs
388 `(("r-gtable" ,r-gtable)
389 ("r-rcolorbrewer" ,r-rcolorbrewer)
390 ("r-scales" ,r-scales)))
391 (home-page "https://cran.r-project.org/web/packages/pheatmap")
392 (synopsis "Pretty heatmaps")
393 (description
394 "This package provides an implementation of heatmaps that offers more
395 control over dimensions and appearance.")
396 (license license:gpl2+)))
397
398 (define-public r-ecp
399 (package
400 (name "r-ecp")
401 (version "3.1.2")
402 (source (origin
403 (method url-fetch)
404 (uri (cran-uri "ecp" version))
405 (sha256
406 (base32
407 "11f9p869xr0zg779i46gmflxlq4xclk9wxbab0nj2fan26pn4sfy"))))
408 (build-system r-build-system)
409 (propagated-inputs
410 `(("r-rcpp" ,r-rcpp)))
411 (home-page "https://cran.r-project.org/web/packages/ecp/")
412 (synopsis "Multiple change-point analysis of multivariate data")
413 (description
414 "This package implements various procedures for finding multiple
415 change-points. Two methods make use of dynamic programming and pruning, with
416 no distributional assumptions other than the existence of certain absolute
417 moments in one method. Hierarchical and exact search methods are included.
418 All methods return the set of estimated change-points as well as other summary
419 information.")
420 (license license:gpl2+)))
421
422 (define-public r-ellipsis
423 (package
424 (name "r-ellipsis")
425 (version "0.3.1")
426 (source
427 (origin
428 (method url-fetch)
429 (uri (cran-uri "ellipsis" version))
430 (sha256
431 (base32
432 "1nvmkcca57d9067rcggw1gby80ibx5hplk2myz0cs9zwilaib2jg"))))
433 (build-system r-build-system)
434 (propagated-inputs
435 `(("r-rlang" ,r-rlang)))
436 (home-page "https://github.com/hadley/ellipsis")
437 (synopsis "Tools for working with additional arguments")
438 (description
439 "In S3 generics, it's useful to take @code{...} so that methods can have
440 additional arguments. But this flexibility comes at a cost: misspelled
441 arguments will be silently ignored. The @code{ellipsis} package is an
442 experiment that allows a generic to warn if any arguments passed in @code{...}
443 are not used.")
444 (license license:gpl3)))
445
446 (define-public r-grr
447 (package
448 (name "r-grr")
449 (version "0.9.5")
450 (source
451 (origin
452 (method url-fetch)
453 (uri (cran-uri "grr" version))
454 (sha256
455 (base32
456 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
457 (build-system r-build-system)
458 (home-page "https://cran.r-project.org/web/packages/grr")
459 (synopsis "Alternative implementations of base R functions")
460 (description
461 "This package provides alternative implementations of some base R
462 functions, including @code{sort}, @code{order}, and @code{match}. The
463 functions are simplified but can be faster or have other advantages.")
464 (license license:gpl3)))
465
466 (define-public r-matrix-utils
467 (package
468 (name "r-matrix-utils")
469 (version "0.9.8")
470 (source
471 (origin
472 (method url-fetch)
473 (uri (cran-uri "Matrix.utils" version))
474 (sha256
475 (base32
476 "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb"))))
477 (properties `((upstream-name . "Matrix.utils")))
478 (build-system r-build-system)
479 (propagated-inputs
480 `(("r-grr" ,r-grr)
481 ("r-matrix" ,r-matrix)))
482 (home-page "https://github.com/cvarrichio/Matrix.utils")
483 (synopsis
484 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
485 (description
486 "This package implements data manipulation methods such as @code{cast},
487 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
488 objects.")
489 (license license:gpl3)))
490
491 (define-public r-sys
492 (package
493 (name "r-sys")
494 (version "3.3")
495 (source
496 (origin
497 (method url-fetch)
498 (uri (cran-uri "sys" version))
499 (sha256
500 (base32
501 "14wvy46i2iz9jn7lj3cvifmps932s3395wq681hniva0f8m7q8d6"))))
502 (build-system r-build-system)
503 (home-page "https://github.com/jeroen/sys")
504 (synopsis "Powerful and reliable tools for running system commands in R")
505 (description
506 "This package provides drop-in replacements for the base @code{system2()}
507 function with fine control and consistent behavior across platforms. It
508 supports clean interruption, timeout, background tasks, and streaming STDIN /
509 STDOUT / STDERR over binary or text connections. The package also provides
510 functions for evaluating expressions inside a temporary fork. Such
511 evaluations have no side effects on the main R process, and support reliable
512 interrupts and timeouts. This provides the basis for a sandboxing
513 mechanism.")
514 (license license:expat)))
515
516 (define-public r-askpass
517 (package
518 (name "r-askpass")
519 (version "1.1")
520 (source
521 (origin
522 (method url-fetch)
523 (uri (cran-uri "askpass" version))
524 (sha256
525 (base32
526 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
527 (build-system r-build-system)
528 (propagated-inputs `(("r-sys" ,r-sys)))
529 (home-page "https://github.com/jeroen/askpass")
530 (synopsis "Safe password entry for R")
531 (description
532 "This package provides cross-platform utilities for prompting the user
533 for credentials or a passphrase, for example to authenticate with a server or
534 read a protected key.")
535 (license license:expat)))
536
537 (define-public r-vegan
538 (package
539 (name "r-vegan")
540 (version "2.5-6")
541 (source
542 (origin
543 (method url-fetch)
544 (uri (cran-uri "vegan" version))
545 (sha256
546 (base32
547 "0g60rgn1i7wqf9pf5m1yki1m45gcp7i5hmjic0ci0f6vng70mh5k"))))
548 (build-system r-build-system)
549 (native-inputs
550 `(("gfortran" ,gfortran)))
551 (propagated-inputs
552 `(("r-cluster" ,r-cluster)
553 ("r-knitr" ,r-knitr) ; needed for vignettes
554 ("r-lattice" ,r-lattice)
555 ("r-mass" ,r-mass)
556 ("r-mgcv" ,r-mgcv)
557 ("r-permute" ,r-permute)))
558 (home-page "https://cran.r-project.org/web/packages/vegan")
559 (synopsis "Functions for community ecology")
560 (description
561 "The vegan package provides tools for descriptive community ecology. It
562 has most basic functions of diversity analysis, community ordination and
563 dissimilarity analysis. Most of its multivariate tools can be used for other
564 data types as well.")
565 (license license:gpl2+)))
566
567 (define-public r-tidyverse
568 (package
569 (name "r-tidyverse")
570 (version "1.3.0")
571 (source
572 (origin
573 (method url-fetch)
574 (uri (cran-uri "tidyverse" version))
575 (sha256
576 (base32
577 "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
578 (build-system r-build-system)
579 (propagated-inputs
580 `(("r-broom" ,r-broom)
581 ("r-cli" ,r-cli)
582 ("r-crayon" ,r-crayon)
583 ("r-dbplyr" ,r-dbplyr)
584 ("r-dplyr" ,r-dplyr)
585 ("r-forcats" ,r-forcats)
586 ("r-ggplot2" ,r-ggplot2)
587 ("r-haven" ,r-haven)
588 ("r-hms" ,r-hms)
589 ("r-httr" ,r-httr)
590 ("r-jsonlite" ,r-jsonlite)
591 ("r-lubridate" ,r-lubridate)
592 ("r-magrittr" ,r-magrittr)
593 ("r-modelr" ,r-modelr)
594 ("r-pillar" ,r-pillar)
595 ("r-purrr" ,r-purrr)
596 ("r-readr" ,r-readr)
597 ("r-readxl" ,r-readxl)
598 ("r-reprex" ,r-reprex)
599 ("r-rlang" ,r-rlang)
600 ("r-rstudioapi" ,r-rstudioapi)
601 ("r-rvest" ,r-rvest)
602 ("r-stringr" ,r-stringr)
603 ("r-tibble" ,r-tibble)
604 ("r-tidyr" ,r-tidyr)
605 ("r-xml2" ,r-xml2)))
606 (home-page "https://tidyverse.tidyverse.org")
607 (synopsis "Install and load packages from the \"Tidyverse\"")
608 (description
609 "The @code{tidyverse} is a set of packages that work in harmony because
610 they share common data representations and API design. This package is
611 designed to make it easy to install and load multiple tidyverse packages in a
612 single step.")
613 (license license:gpl3)))
614
615 (define-public r-rvest
616 (package
617 (name "r-rvest")
618 (version "0.3.5")
619 (source
620 (origin
621 (method url-fetch)
622 (uri (cran-uri "rvest" version))
623 (sha256
624 (base32 "0r0a5jic09xw5pk0x42pr99r3zab5m9s4x85ymx1sl769jz42zqf"))))
625 (build-system r-build-system)
626 (propagated-inputs
627 `(("r-httr" ,r-httr)
628 ("r-magrittr" ,r-magrittr)
629 ("r-selectr" ,r-selectr)
630 ("r-xml2" ,r-xml2)))
631 (home-page "https://github.com/hadley/rvest")
632 (synopsis "Simple web scraping for R")
633 (description
634 "@code{r-rvest} helps you scrape information from web pages. It is
635 designed to work with @code{magrittr} to make it easy to express common web
636 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
637 (license license:gpl3)))
638
639 (define-public r-selectr
640 (package
641 (name "r-selectr")
642 (version "0.4-2")
643 (source
644 (origin
645 (method url-fetch)
646 (uri (cran-uri "selectr" version))
647 (sha256
648 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
649 (build-system r-build-system)
650 (propagated-inputs
651 `(("r-stringr" ,r-stringr)
652 ("r-r6" ,r-r6)))
653 (home-page "https://sjp.co.nz/projects/selectr/")
654 (synopsis "Translate CSS selectors to XPath expressions")
655 (description
656 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
657 expression. This allows you to use CSS selectors when working with the XML
658 package as it can only evaluate XPath expressions. Also provided are
659 convenience functions useful for using CSS selectors on XML nodes. This
660 package is a port of the Python package @code{cssselect}.")
661 (license license:bsd-3)))
662
663 (define-public r-reprex
664 (package
665 (name "r-reprex")
666 (version "0.3.0")
667 (source
668 (origin
669 (method url-fetch)
670 (uri (cran-uri "reprex" version))
671 (sha256
672 (base32
673 "0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
674 (build-system r-build-system)
675 (propagated-inputs
676 `(("r-callr" ,r-callr)
677 ("r-clipr" ,r-clipr)
678 ("r-fs" ,r-fs)
679 ("r-rlang" ,r-rlang)
680 ("r-rmarkdown" ,r-rmarkdown)
681 ("r-whisker" ,r-whisker)
682 ("r-withr" ,r-withr)))
683 (home-page "https://github.com/tidyverse/reprex")
684 (synopsis "Prepare reproducible R code examples for sharing")
685 (description
686 "This package provides a convenience wrapper that uses the
687 @code{rmarkdown} package to render small snippets of code to target formats
688 that include both code and output. The goal is to encourage the sharing of
689 small, reproducible, and runnable examples on code-oriented websites or email.
690 @code{reprex} also extracts clean, runnable R code from various common formats,
691 such as copy/paste from an R session.")
692 (license license:expat)))
693
694 (define-public r-reordercluster
695 (package
696 (name "r-reordercluster")
697 (version "1.0")
698 (source (origin
699 (method url-fetch)
700 (uri (cran-uri "ReorderCluster" version))
701 (sha256
702 (base32
703 "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
704 (build-system r-build-system)
705 (propagated-inputs
706 `(("r-gplots" ,r-gplots)
707 ("r-rcpp" ,r-rcpp)))
708 (home-page "https://cran.r-project.org/web/packages/ReorderCluster")
709 (synopsis "Reordering the dendrogram according to the class labels")
710 (description "This package provides tools for performing the leaf reordering
711 for the dendrogram that preserves the hierarchical clustering result and at the
712 same time tries to group instances from the same class together.")
713 (license license:gpl3+)))
714
715 (define-public r-callr
716 (package
717 (name "r-callr")
718 (version "3.4.3")
719 (source
720 (origin
721 (method url-fetch)
722 (uri (cran-uri "callr" version))
723 (sha256
724 (base32
725 "1dc20gdawy9mhnc452qlshv2p4krs6c2gymvpv365mn141zjgdq1"))))
726 (build-system r-build-system)
727 (propagated-inputs
728 `(("r-r6" ,r-r6)
729 ("r-processx" ,r-processx)))
730 (home-page "https://github.com/r-lib/callr#readme")
731 (synopsis "Call R from R")
732 (description
733 "It is sometimes useful to perform a computation in a separate R process,
734 without affecting the current R process at all. This package does exactly
735 that.")
736 (license license:expat)))
737
738 (define-public r-readxl
739 (package
740 (name "r-readxl")
741 (version "1.3.1")
742 (source
743 (origin
744 (method url-fetch)
745 (uri (cran-uri "readxl" version))
746 (sha256
747 (base32
748 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
749 (build-system r-build-system)
750 (propagated-inputs
751 `(("r-cellranger" ,r-cellranger)
752 ("r-progress" ,r-progress)
753 ("r-rcpp" ,r-rcpp)
754 ("r-tibble" ,r-tibble)))
755 (home-page "https://readxl.tidyverse.org")
756 (synopsis "Read Excel files")
757 (description
758 "This package lets you import Excel files into R. It supports
759 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
760 the embedded @code{RapidXML} C++ library.")
761 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
762 ;; 'rapidxml' which is Boost.
763 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
764
765 (define-public r-modelr
766 (package
767 (name "r-modelr")
768 (version "0.1.8")
769 (source
770 (origin
771 (method url-fetch)
772 (uri (cran-uri "modelr" version))
773 (sha256
774 (base32
775 "1i31nff7bqibk6r4hhd4j1vzwbyaf8493v0bjaagn36njmysfnw2"))))
776 (build-system r-build-system)
777 (propagated-inputs
778 `(("r-broom" ,r-broom)
779 ("r-magrittr" ,r-magrittr)
780 ("r-purrr" ,r-purrr)
781 ("r-rlang" ,r-rlang)
782 ("r-tibble" ,r-tibble)
783 ("r-tidyr" ,r-tidyr)
784 ("r-tidyselect" ,r-tidyselect)
785 ("r-vctrs" ,r-vctrs)))
786 (home-page "https://github.com/tidyverse/modelr")
787 (synopsis "Helper functions for modelling in pipelines")
788 (description
789 "Functions for modelling that help you seamlessly integrate modelling
790 into a pipeline of data manipulation and visualisation.")
791 (license license:gpl3)))
792
793 (define-public r-httpuv
794 (package
795 (name "r-httpuv")
796 (version "1.5.4")
797 (source (origin
798 (method url-fetch)
799 (uri (cran-uri "httpuv" version))
800 (sha256
801 (base32
802 "066rprqvz9qln6xd85x1yh1wbbmzd157xjl8zq1zbgr8l6347inm"))))
803 (build-system r-build-system)
804 (propagated-inputs
805 `(("r-bh" ,r-bh)
806 ("r-later" ,r-later)
807 ("r-promises" ,r-promises)
808 ("r-r6" ,r-r6)
809 ("r-rcpp" ,r-rcpp)))
810 (home-page "https://github.com/rstudio/httpuv")
811 (synopsis "HTTP and WebSocket server library for R")
812 (description
813 "The httpuv package provides low-level socket and protocol support for
814 handling HTTP and WebSocket requests directly from within R. It is primarily
815 intended as a building block for other packages, rather than making it
816 particularly easy to create complete web applications using httpuv alone.")
817 ;; This package includes third-party code that was originally released
818 ;; under various non-copyleft licenses. Full licensing information can be
819 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
820 (license license:gpl3+)))
821
822 (define-public r-jsonlite
823 (package
824 (name "r-jsonlite")
825 (version "1.7.0")
826 (source (origin
827 (method url-fetch)
828 (uri (cran-uri "jsonlite" version))
829 (sha256
830 (base32
831 "1izfrk5yahsz6s69wanfspn72qdffjglbr5305akj72ig9fnladq"))))
832 (build-system r-build-system)
833 (native-inputs
834 `(("r-knitr" ,r-knitr)))
835 (home-page "https://arxiv.org/abs/1403.2805")
836 (synopsis "Robust, high performance JSON parser and generator for R")
837 (description
838 "The jsonlite package provides a fast JSON parser and generator optimized
839 for statistical data and the web. It offers flexible, robust, high
840 performance tools for working with JSON in R and is particularly powerful for
841 building pipelines and interacting with a web API. In addition to converting
842 JSON data from/to R objects, jsonlite contains functions to stream, validate,
843 and prettify JSON data. The unit tests included with the package verify that
844 all edge cases are encoded and decoded consistently for use with dynamic data
845 in systems and applications.")
846 (license license:expat)))
847
848 (define-public r-servr
849 (package
850 (name "r-servr")
851 (version "0.17")
852 (source (origin
853 (method url-fetch)
854 (uri (cran-uri "servr" version))
855 (sha256
856 (base32
857 "0lxkjr7mwdk96cdpx66j92nn4w2vkgn2j2bbg7kd4238jsk9srs7"))))
858 (build-system r-build-system)
859 (propagated-inputs
860 `(("r-httpuv" ,r-httpuv)
861 ("r-jsonlite" ,r-jsonlite)
862 ("r-mime" ,r-mime)
863 ("r-xfun" ,r-xfun)))
864 (home-page "https://github.com/yihui/servr")
865 (synopsis "Simple HTTP server to serve static files or dynamic documents")
866 (description
867 "Servr provides an HTTP server in R to serve static files, or dynamic
868 documents that can be converted to HTML files (e.g., R Markdown) under a given
869 directory.")
870 (license license:expat)))
871
872 (define-public r-htmltools
873 (package
874 (name "r-htmltools")
875 (version "0.5.0")
876 (source (origin
877 (method url-fetch)
878 (uri (cran-uri "htmltools" version))
879 (sha256
880 (base32
881 "07fjznax5sin563ddnzlb7iwc8b39wzf7ymjn66pbmxgskijq2pz"))))
882 (build-system r-build-system)
883 (propagated-inputs
884 `(("r-base64enc" ,r-base64enc)
885 ("r-digest" ,r-digest)
886 ("r-rlang" ,r-rlang)))
887 (home-page "https://cran.r-project.org/web/packages/htmltools")
888 (synopsis "R tools for HTML")
889 (description
890 "This package provides tools for HTML generation and output in R.")
891 (license license:expat)))
892
893 (define-public r-htmlwidgets
894 (package
895 (name "r-htmlwidgets")
896 (version "1.5.1")
897 (source (origin
898 (method url-fetch)
899 (uri (cran-uri "htmlwidgets" version))
900 (sha256
901 (base32
902 "10fp306l1nybkah6jrlrqwwdb6zvklbddp8i3w9v9naj8la5jbnl"))))
903 (build-system r-build-system)
904 (propagated-inputs
905 `(("r-htmltools" ,r-htmltools)
906 ("r-jsonlite" ,r-jsonlite)
907 ("r-yaml" ,r-yaml)))
908 (home-page "https://github.com/ramnathv/htmlwidgets")
909 (synopsis "HTML Widgets for R")
910 (description
911 "HTML widgets is a framework for creating HTML widgets that render in
912 various contexts including the R console, R Markdown documents, and Shiny web
913 applications.")
914 (license license:expat)))
915
916 (define-public r-htmltable
917 (package
918 (name "r-htmltable")
919 (version "2.0.0")
920 (source
921 (origin
922 (method url-fetch)
923 (uri (cran-uri "htmlTable" version))
924 (sha256
925 (base32
926 "1a1al4kld7lrapc2i086crr78kbgrskahs221iy9v77x0nhin2q3"))))
927 (properties `((upstream-name . "htmlTable")))
928 (build-system r-build-system)
929 (propagated-inputs
930 `(("r-checkmate" ,r-checkmate)
931 ("r-htmltools" ,r-htmltools)
932 ("r-htmlwidgets" ,r-htmlwidgets)
933 ("r-knitr" ,r-knitr)
934 ("r-magrittr" ,r-magrittr)
935 ("r-rstudioapi" ,r-rstudioapi)
936 ("r-stringr" ,r-stringr)))
937 (native-inputs
938 `(("r-knitr" ,r-knitr)))
939 (home-page "http://gforge.se/packages/")
940 (synopsis "Advanced tables for Markdown/HTML")
941 (description
942 "This package provides functions to build tables with advanced layout
943 elements such as row spanners, column spanners, table spanners, zebra
944 striping, and more. While allowing advanced layout, the underlying
945 CSS-structure is simple in order to maximize compatibility with word
946 processors such as LibreOffice. The package also contains a few text
947 formatting functions that help outputting text compatible with HTML or
948 LaTeX.")
949 (license license:gpl3+)))
950
951 (define-public r-curl
952 (package
953 (name "r-curl")
954 (version "4.3")
955 (source (origin
956 (method url-fetch)
957 (uri (cran-uri "curl" version))
958 (sha256
959 (base32
960 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
961 (build-system r-build-system)
962 (arguments
963 `(#:phases
964 (modify-phases %standard-phases
965 ;; The environment variable CURL_CA_BUNDLE is only respected when
966 ;; running Windows, so we disable the platform checks.
967 ;; This can be removed once the libcurl has been patched.
968 (add-after 'unpack 'allow-CURL_CA_BUNDLE
969 (lambda _
970 (substitute* "R/onload.R"
971 (("if \\(!grepl\\(\"mingw\".*")
972 "if (FALSE)\n"))
973 (substitute* "src/handle.c"
974 (("/\\* Only set" m)
975 (string-append "\
976 const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
977 if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
978 " m)))
979 #t)))))
980 (inputs
981 `(("libcurl" ,curl)
982 ("zlib" ,zlib)))
983 (native-inputs
984 `(("pkg-config" ,pkg-config)))
985 (home-page "https://github.com/jeroenooms/curl")
986 (synopsis "HTTP client for R")
987 (description
988 "The @code{curl()} and @code{curl_download()} functions provide highly
989 configurable drop-in replacements for base @code{url()} and
990 @code{download.file()} with better performance, support for encryption, gzip
991 compression, authentication, and other @code{libcurl} goodies. The core of
992 the package implements a framework for performing fully customized requests
993 where data can be processed either in memory, on disk, or streaming via the
994 callback or connection interfaces.")
995 (license license:expat)))
996
997 (define-public r-hwriter
998 (package
999 (name "r-hwriter")
1000 (version "1.3.2")
1001 (source
1002 (origin
1003 (method url-fetch)
1004 (uri (cran-uri "hwriter" version))
1005 (sha256
1006 (base32
1007 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
1008 (build-system r-build-system)
1009 (home-page "https://cran.r-project.org/web/packages/hwriter")
1010 (synopsis "Output R objects in HTML format")
1011 (description
1012 "This package provides easy-to-use and versatile functions to output R
1013 objects in HTML format.")
1014 (license license:lgpl2.1+)))
1015
1016 (define-public r-rjson
1017 (package
1018 (name "r-rjson")
1019 (version "0.2.20")
1020 (source
1021 (origin
1022 (method url-fetch)
1023 (uri (cran-uri "rjson" version))
1024 (sha256
1025 (base32
1026 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
1027 (build-system r-build-system)
1028 (home-page "https://cran.r-project.org/web/packages/rjson")
1029 (synopsis "JSON library for R")
1030 (description
1031 "This package provides functions to convert R objects into JSON objects
1032 and vice-versa.")
1033 (license license:gpl2+)))
1034
1035 (define-public r-fastmap
1036 (package
1037 (name "r-fastmap")
1038 (version "1.0.1")
1039 (source
1040 (origin
1041 (method url-fetch)
1042 (uri (cran-uri "fastmap" version))
1043 (sha256
1044 (base32
1045 "1v7sp56xiha0bh78g3w92k52p9vkp7ryzpw0z66nyddxzrfv0y27"))))
1046 (properties `((upstream-name . "fastmap")))
1047 (build-system r-build-system)
1048 (home-page "https://r-lib.github.io/fastmap/")
1049 (synopsis "Fast implementation of a key-value store")
1050 (description
1051 "This package provides a fast implementation of a key-value store.
1052 Environments are commonly used as key-value stores, but every time a new key
1053 is used, it is added to R's global symbol table, causing a small amount of
1054 memory leakage. This can be problematic in cases where many different keys
1055 are used. Fastmap avoids this memory leak issue by implementing the map using
1056 data structures in C++.")
1057 (license license:expat)))
1058
1059 (define-public r-shiny
1060 (package
1061 (name "r-shiny")
1062 (version "1.4.0.2")
1063 (source
1064 (origin
1065 (method git-fetch)
1066 (uri (git-reference
1067 (url "https://github.com/rstudio/shiny.git")
1068 (commit (string-append "v" version))))
1069 (file-name (git-file-name name version))
1070 (sha256
1071 (base32
1072 "005wgcxq7f2q9g6wvfk29n2nms262w0abpz93sfvx79yv6qxppzs"))))
1073 (build-system r-build-system)
1074 (arguments
1075 `(#:modules ((guix build r-build-system)
1076 (guix build minify-build-system)
1077 (guix build utils)
1078 (ice-9 match))
1079 #:imported-modules (,@%r-build-system-modules
1080 (guix build minify-build-system))
1081 #:phases
1082 (modify-phases (@ (guix build r-build-system) %standard-phases)
1083 (add-after 'unpack 'replace-bundled-minified-JavaScript
1084 (lambda* (#:key inputs #:allow-other-keys)
1085 (let ((replace-file (lambda (old new)
1086 (format #t "replacing ~a with ~a\n" old new)
1087 (delete-file old)
1088 (symlink new old))))
1089 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
1090 ;; contain just data. They are not minified code, so we don't
1091 ;; replace them.
1092 (with-directory-excursion "inst/www/shared"
1093 (replace-file "bootstrap/shim/respond.min.js"
1094 (string-append (assoc-ref inputs "js-respond")
1095 "/share/javascript/respond.min.js"))
1096 (replace-file "bootstrap/shim/html5shiv.min.js"
1097 (string-append (assoc-ref inputs "js-html5shiv")
1098 "/share/javascript/html5shiv.min.js"))
1099 (replace-file "json2-min.js"
1100 (string-append (assoc-ref inputs "js-json2")
1101 "/share/javascript/json2-min.js"))
1102 (replace-file "strftime/strftime-min.js"
1103 (string-append (assoc-ref inputs "js-strftime")
1104 "/share/javascript/strftime.min.js"))
1105 (replace-file "highlight/highlight.pack.js"
1106 (string-append (assoc-ref inputs "js-highlight")
1107 "/share/javascript/highlight.min.js"))
1108 (replace-file "datatables/js/jquery.dataTables.min.js"
1109 (string-append (assoc-ref inputs "js-datatables")
1110 "/share/javascript/jquery.dataTables.min.js"))
1111 (replace-file "selectize/js/selectize.min.js"
1112 (string-append (assoc-ref inputs "js-selectize")
1113 "/share/javascript/selectize.min.js"))
1114 (replace-file "selectize/js/es5-shim.min.js"
1115 (string-append (assoc-ref inputs "js-es5-shim")
1116 "/share/javascript/es5-shim.min.js"))
1117 (for-each (match-lambda
1118 ((source . target)
1119 (delete-file target)
1120 (minify source #:target target)))
1121 '(("jqueryui/jquery-ui.js" .
1122 "jqueryui/jquery-ui.min.js")
1123 ("datepicker/js/bootstrap-datepicker.js" .
1124 "datepicker/js/bootstrap-datepicker.min.js")
1125 ("ionrangeslider/js/ion.rangeSlider.js" .
1126 "ionrangeslider/js/ion.rangeSlider.min.js")
1127 ("bootstrap/js/bootstrap.js" .
1128 "bootstrap/js/bootstrap.min.js")
1129 ("shiny.js" .
1130 "shiny.min.js")
1131 ("jquery.js" .
1132 "jquery.min.js")
1133 ("legacy/jquery.js" .
1134 "legacy/jquery.min.js")
1135 ("showdown/src/showdown.js" .
1136 "showdown/compressed/showdown.js")))))
1137 #t)))))
1138 (propagated-inputs
1139 `(("r-crayon" ,r-crayon)
1140 ("r-digest" ,r-digest)
1141 ("r-fastmap" ,r-fastmap)
1142 ("r-htmltools" ,r-htmltools)
1143 ("r-httpuv" ,r-httpuv)
1144 ("r-jsonlite" ,r-jsonlite)
1145 ("r-later" ,r-later)
1146 ("r-mime" ,r-mime)
1147 ("r-promises" ,r-promises)
1148 ("r-r6" ,r-r6)
1149 ("r-rlang" ,r-rlang)
1150 ("r-sourcetools" ,r-sourcetools)
1151 ("r-withr" ,r-withr)
1152 ("r-xtable" ,r-xtable)))
1153 (inputs
1154 `(("js-datatables" ,js-datatables)
1155 ("js-html5shiv" ,js-html5shiv)
1156 ("js-json2" ,js-json2)
1157 ("js-respond" ,js-respond)
1158 ("js-selectize" ,js-selectize)
1159 ("js-strftime" ,js-strftime)
1160 ("js-highlight" ,js-highlight)
1161 ("js-es5-shim" ,js-es5-shim)))
1162 (native-inputs
1163 `(("uglify-js" ,uglify-js)
1164 ("gfortran" ,gfortran)))
1165 (home-page "http://shiny.rstudio.com")
1166 (synopsis "Easy interactive web applications with R")
1167 (description
1168 "Makes it incredibly easy to build interactive web applications
1169 with R. Automatic \"reactive\" binding between inputs and outputs and
1170 extensive prebuilt widgets make it possible to build beautiful,
1171 responsive, and powerful applications with minimal effort.")
1172 (license license:artistic2.0)))
1173
1174 ;; This package includes minified JavaScript files. When upgrading please
1175 ;; check that there are no new minified JavaScript files.
1176 (define-public r-shinytree
1177 (package
1178 (name "r-shinytree")
1179 (version "0.2.7")
1180 (source
1181 (origin
1182 (method url-fetch)
1183 (uri (cran-uri "shinyTree" version))
1184 (sha256
1185 (base32
1186 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
1187 (modules '((guix build utils)))
1188 (snippet
1189 '(begin
1190 ;; Delete minified JavaScript
1191 (for-each delete-file
1192 '("inst/www/jsTree-3.3.7/libs/require.js"
1193 "inst/www/jsTree-3.3.7/libs/jquery.js"
1194 "inst/www/jsTree-3.3.7/jstree.min.js"))
1195 #t))))
1196 (properties `((upstream-name . "shinyTree")))
1197 (build-system r-build-system)
1198 (arguments
1199 `(#:modules ((guix build utils)
1200 (guix build r-build-system)
1201 (srfi srfi-1)
1202 (ice-9 popen))
1203 #:phases
1204 (modify-phases %standard-phases
1205 (add-after 'unpack 'replace-minified-javascript
1206 (lambda* (#:key inputs #:allow-other-keys)
1207 (with-directory-excursion "inst/www/jsTree-3.3.7/"
1208 (symlink (string-append (assoc-ref inputs "js-requirejs")
1209 "/share/javascript/require.min.js")
1210 "libs/require.js")
1211 (call-with-values
1212 (lambda ()
1213 (unzip2
1214 `((,(assoc-ref inputs "js-jquery")
1215 "libs/jquery.js")
1216 ("jstree.js"
1217 "jstree.min.js"))))
1218 (lambda (sources targets)
1219 (for-each (lambda (source target)
1220 (format #t "Processing ~a --> ~a~%"
1221 source target)
1222 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1223 (call-with-output-file target
1224 (lambda (port)
1225 (dump-port minified port)))))
1226 sources targets))))
1227 #t)))))
1228 (propagated-inputs
1229 `(("r-htmlwidgets" ,r-htmlwidgets)
1230 ("r-jsonlite" ,r-jsonlite)
1231 ("r-promises" ,r-promises)
1232 ("r-shiny" ,r-shiny)
1233 ("r-stringr" ,r-stringr)))
1234 (inputs
1235 `(("js-requirejs" ,js-requirejs)))
1236 (native-inputs
1237 `(("uglify-js" ,uglify-js)
1238 ("js-jquery"
1239 ,(origin
1240 (method url-fetch)
1241 (uri "https://code.jquery.com/jquery-3.3.1.js")
1242 (sha256
1243 (base32
1244 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
1245 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
1246 (synopsis "jsTree bindings for Shiny")
1247 (description
1248 "This package exposes R bindings to jsTree, a JavaScript library that
1249 supports interactive trees, to enable rich, editable trees in Shiny.")
1250 (license license:expat)))
1251
1252 (define-public r-shinydashboard
1253 (package
1254 (name "r-shinydashboard")
1255 (version "0.7.1")
1256 (source (origin
1257 (method url-fetch)
1258 (uri (cran-uri "shinydashboard" version))
1259 (sha256
1260 (base32
1261 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
1262 (build-system r-build-system)
1263 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
1264 ;; Regenerate it from the included sources.
1265 (arguments
1266 `(#:modules ((guix build utils)
1267 (guix build r-build-system)
1268 (ice-9 popen))
1269 #:phases
1270 (modify-phases %standard-phases
1271 (add-after 'unpack 'generate-minified-javascript
1272 (lambda _
1273 (with-directory-excursion "inst/AdminLTE"
1274 (delete-file "app.min.js")
1275 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
1276 (call-with-output-file "app.min.js"
1277 (lambda (port)
1278 (dump-port minified port))))))))))
1279 (propagated-inputs
1280 `(("r-htmltools" ,r-htmltools)
1281 ("r-promises" ,r-promises)
1282 ("r-shiny" ,r-shiny)))
1283 (native-inputs
1284 `(("uglify-js" ,uglify-js)))
1285 (home-page "https://rstudio.github.io/shinydashboard/")
1286 (synopsis "Create dashboards with shiny")
1287 (description "This package provides an extension to the Shiny web
1288 application framework for R, making it easy to create attractive dashboards.")
1289 ;; This package includes software that was released under the Expat
1290 ;; license, but the whole package is released under GPL version 2 or
1291 ;; later.
1292 (license license:gpl2+)))
1293
1294 (define-public r-shinyfiles
1295 (package
1296 (name "r-shinyfiles")
1297 (version "0.8.0")
1298 (source
1299 (origin
1300 (method url-fetch)
1301 (uri (cran-uri "shinyFiles" version))
1302 (sha256
1303 (base32 "0gwyx37f2r86cldsyknws9pafpj8g5mg3mchlyl9ymgnk5f4b88w"))))
1304 (properties `((upstream-name . "shinyFiles")))
1305 (build-system r-build-system)
1306 (propagated-inputs
1307 `(("r-fs" ,r-fs)
1308 ("r-htmltools" ,r-htmltools)
1309 ("r-jsonlite" ,r-jsonlite)
1310 ("r-shiny" ,r-shiny)
1311 ("r-tibble" ,r-tibble)))
1312 (home-page "https://github.com/thomasp85/shinyFiles")
1313 (synopsis "Server-side file system viewer for Shiny")
1314 (description
1315 "This package provides functionality for client-side navigation of the
1316 server side file system in shiny apps. In case the app is running locally
1317 this gives the user direct access to the file system without the need to
1318 \"download\" files to a temporary location. Both file and folder selection as
1319 well as file saving is available.")
1320 (license license:gpl2+)))
1321
1322 (define-public r-shinythemes
1323 (package
1324 (name "r-shinythemes")
1325 (version "1.1.2")
1326 (source
1327 (origin
1328 (method url-fetch)
1329 (uri (cran-uri "shinythemes" version))
1330 (sha256
1331 (base32
1332 "12miz44n2zxfswnia7p8dirxj3miw0aqn4pkx2111ikz67ax84rf"))))
1333 (properties `((upstream-name . "shinythemes")))
1334 (build-system r-build-system)
1335 (propagated-inputs `(("r-shiny" ,r-shiny)))
1336 (home-page "https://rstudio.github.io/shinythemes/")
1337 (synopsis "Themes for Shiny")
1338 (description
1339 "This package provides themes for use with Shiny. It includes several
1340 Bootstrap themes, which are packaged for use with Shiny applications.")
1341 ;; The package is released under version 3 of the GPL, but it includes
1342 ;; source files that are covered by the Expat license. It also includes
1343 ;; fonts under SIL or the ASL.
1344 (license (list license:gpl3 license:expat
1345 license:silofl1.1 license:asl2.0))))
1346
1347 ;; The package sources include minified variants of d3.js and non-minified
1348 ;; source code of d3-jetpack.
1349 (define-public r-d3r
1350 (package
1351 (name "r-d3r")
1352 (version "0.9.0")
1353 (source
1354 (origin
1355 (method url-fetch)
1356 (uri (cran-uri "d3r" version))
1357 (sha256
1358 (base32
1359 "0vd1qk8yr18xdfkv5ybhqvf0mmccpi721wqa7c881nzm9nnlzc4y"))))
1360 (build-system r-build-system)
1361 (arguments
1362 `(#:modules ((guix build utils)
1363 (guix build r-build-system)
1364 (srfi srfi-1)
1365 (ice-9 popen))
1366 #:phases
1367 (modify-phases %standard-phases
1368 (add-after 'unpack 'process-javascript
1369 (lambda* (#:key inputs #:allow-other-keys)
1370 (with-directory-excursion "inst/www/d3/"
1371 (call-with-values
1372 (lambda ()
1373 (unzip2
1374 `((,(assoc-ref inputs "d3.v3.js")
1375 "v3/dist/d3.min.js")
1376 (,(assoc-ref inputs "d3.v4.js")
1377 "v4/dist/d3.min.js")
1378 (,(assoc-ref inputs "d3.v5.js")
1379 "v5/dist/d3.min.js"))))
1380 (lambda (sources targets)
1381 (for-each (lambda (source target)
1382 (format #t "Processing ~a --> ~a~%"
1383 source target)
1384 (delete-file target)
1385 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1386 (call-with-output-file target
1387 (lambda (port)
1388 (dump-port minified port)))))
1389 sources targets))))
1390 #t)))))
1391 (propagated-inputs
1392 `(("r-dplyr" ,r-dplyr)
1393 ("r-htmltools" ,r-htmltools)
1394 ("r-rlang" ,r-rlang)
1395 ("r-tidyr" ,r-tidyr)))
1396 (native-inputs
1397 `(("uglify-js" ,uglify-js)
1398 ("d3.v3.js"
1399 ,(origin
1400 (method url-fetch)
1401 (uri "https://d3js.org/d3.v3.js")
1402 (sha256
1403 (base32
1404 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1405 ("d3.v4.js"
1406 ,(origin
1407 (method url-fetch)
1408 (uri "https://d3js.org/d3.v4.js")
1409 (sha256
1410 (base32
1411 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1412 ("d3.v5.js"
1413 ,(origin
1414 (method url-fetch)
1415 (uri "https://d3js.org/d3.v5.js")
1416 (sha256
1417 (base32
1418 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))))
1419 (home-page "https://github.com/timelyportfolio/d3r")
1420 (synopsis "d3.js utilities for R")
1421 (description
1422 "This package provides a suite of functions to help ease the use of the
1423 d3.js visualization library in R. These helpers include
1424 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1425 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1426 R objects into the JSON format that the d3.js library expects.")
1427 (license license:bsd-3)))
1428
1429 ;; We use the latest commit here because the last release was in 2016 while
1430 ;; the latest commit was in 2018.
1431 (define-public r-sankeyd3
1432 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1433 (revision "1"))
1434 (package
1435 (name "r-sankeyd3")
1436 (version (git-version "0.3.2" revision commit))
1437 (source
1438 (origin
1439 (method git-fetch)
1440 (uri (git-reference
1441 (url "https://github.com/fbreitwieser/sankeyD3.git")
1442 (commit commit)))
1443 (file-name (git-file-name name version))
1444 (sha256
1445 (base32
1446 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1447 (build-system r-build-system)
1448 (propagated-inputs
1449 `(("r-d3r" ,r-d3r)
1450 ("r-htmlwidgets" ,r-htmlwidgets)
1451 ("r-shiny" ,r-shiny)
1452 ("r-magrittr" ,r-magrittr)))
1453 (home-page "https://github.com/fbreitwieser/sankeyD3")
1454 (synopsis "Sankey network graphs from R")
1455 (description
1456 "This package provides an R library to generate Sankey network graphs
1457 in R and Shiny via the D3 visualization library.")
1458 ;; The R code is licensed under GPLv3+. It includes the non-minified
1459 ;; JavaScript source code of d3-sankey, which is released under the
1460 ;; 3-clause BSD license.
1461 (license (list license:gpl3+ license:bsd-3)))))
1462
1463 (define-public r-crosstalk
1464 (package
1465 (name "r-crosstalk")
1466 (version "1.1.0.1")
1467 (source
1468 (origin
1469 (method url-fetch)
1470 (uri (cran-uri "crosstalk" version))
1471 (sha256
1472 (base32
1473 "03ihj7cimkklrbad9zic78xsrfcisygmgy859hqnx0hiph80p9rn"))))
1474 (build-system r-build-system)
1475 (propagated-inputs
1476 `(("r-htmltools" ,r-htmltools)
1477 ("r-jsonlite" ,r-jsonlite)
1478 ("r-lazyeval" ,r-lazyeval)
1479 ("r-r6" ,r-r6)))
1480 (home-page "https://rstudio.github.io/crosstalk/")
1481 (synopsis "Inter-widget interactivity for HTML widgets")
1482 (description
1483 "This package provides building blocks for allowing HTML widgets to
1484 communicate with each other, with Shiny or without (i.e. static @code{.html}
1485 files). It currently supports linked brushing and filtering.")
1486 (license license:expat)))
1487
1488 (define-public r-rook
1489 (package
1490 (name "r-rook")
1491 (version "1.1-1")
1492 (source
1493 (origin
1494 (method url-fetch)
1495 (uri (cran-uri "Rook" version))
1496 (sha256
1497 (base32
1498 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
1499 (properties `((upstream-name . "Rook")))
1500 (build-system r-build-system)
1501 (propagated-inputs `(("r-brew" ,r-brew)))
1502 (home-page "https://cran.r-project.org/web/packages/Rook")
1503 (synopsis "Web server interface for R")
1504 (description
1505 "This package contains the Rook specification and convenience software
1506 for building and running Rook applications. A Rook application is an R
1507 reference class object that implements a @code{call} method or an R closure
1508 that takes exactly one argument, an environment, and returns a list with three
1509 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
1510 (license license:gpl2)))
1511
1512 (define-public r-miniui
1513 (package
1514 (name "r-miniui")
1515 (version "0.1.1.1")
1516 (source
1517 (origin
1518 (method url-fetch)
1519 (uri (cran-uri "miniUI" version))
1520 (sha256
1521 (base32
1522 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
1523 (properties `((upstream-name . "miniUI")))
1524 (build-system r-build-system)
1525 (propagated-inputs
1526 `(("r-htmltools" ,r-htmltools)
1527 ("r-shiny" ,r-shiny)))
1528 (home-page "https://cran.r-project.org/web/packages/miniUI/")
1529 (synopsis "Shiny UI widgets for small screens")
1530 (description
1531 "This package provides UI widget and layout functions for writing Shiny apps that
1532 work well on small screens.")
1533 (license license:gpl3)))
1534
1535 (define-public r-feather
1536 (package
1537 (name "r-feather")
1538 (version "0.3.5")
1539 (source
1540 (origin
1541 (method url-fetch)
1542 (uri (cran-uri "feather" version))
1543 (sha256
1544 (base32
1545 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
1546 (build-system r-build-system)
1547 (propagated-inputs
1548 `(("r-hms" ,r-hms)
1549 ("r-rcpp" ,r-rcpp)
1550 ("r-tibble" ,r-tibble)))
1551 (home-page "https://github.com/wesm/feather")
1552 (synopsis "R Bindings to the Feather API")
1553 (description "Read and write feather files, a lightweight binary columnar
1554 data store designed for maximum speed.")
1555 (license license:asl2.0)))
1556
1557 (define-public r-maps
1558 (package
1559 (name "r-maps")
1560 (version "3.3.0")
1561 (source
1562 (origin
1563 (method url-fetch)
1564 (uri (cran-uri "maps" version))
1565 (sha256
1566 (base32
1567 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
1568 (build-system r-build-system)
1569 (home-page "https://cran.r-project.org/web/packages/maps")
1570 (synopsis "Draw geographical maps")
1571 (description "This package provides an R module for display of maps.
1572 Projection code and larger maps are in separate packages (@code{mapproj} and
1573 @code{mapdata}).")
1574 (license license:gpl2)))
1575
1576 (define-public r-mapproj
1577 (package
1578 (name "r-mapproj")
1579 (version "1.2.7")
1580 (source
1581 (origin
1582 (method url-fetch)
1583 (uri (cran-uri "mapproj" version))
1584 (sha256
1585 (base32
1586 "0nscsfq8md6ri9258xz57c3dj81wdl6kdwf4a9qcrwwbn20i427h"))))
1587 (build-system r-build-system)
1588 (propagated-inputs `(("r-maps" ,r-maps)))
1589 (home-page "https://cran.r-project.org/web/packages/mapproj")
1590 (synopsis "Map projection in R")
1591 (description "This package converts latitude/longitude into projected
1592 coordinates.")
1593 (license (list license:gpl2 ; The R interface
1594 (license:non-copyleft ; The C code
1595 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
1596 "Lucent Public License Version 1.02")))))
1597
1598 (define-public r-rgooglemaps
1599 (package
1600 (name "r-rgooglemaps")
1601 (version "1.4.5.3")
1602 (source
1603 (origin
1604 (method url-fetch)
1605 (uri (cran-uri "RgoogleMaps" version))
1606 (sha256
1607 (base32
1608 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
1609 (properties `((upstream-name . "RgoogleMaps")))
1610 (build-system r-build-system)
1611 (propagated-inputs
1612 `(("r-png" ,r-png)
1613 ("r-sp" ,r-sp)))
1614 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
1615 (synopsis "Use Google Maps in R")
1616 (description "This package serves two purposes:
1617 @enumerate
1618 @item Provide a comfortable R interface to query the Google server for static
1619 maps, and
1620 @item Use the map as a background image to overlay plots within R. This
1621 requires proper coordinate scaling.
1622 @end enumerate\n")
1623 (license license:gpl2+)))
1624
1625 (define-public r-geosphere
1626 (package
1627 (name "r-geosphere")
1628 (version "1.5-10")
1629 (source
1630 (origin
1631 (method url-fetch)
1632 (uri (cran-uri "geosphere" version))
1633 (sha256
1634 (base32
1635 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
1636 (build-system r-build-system)
1637 (propagated-inputs `(("r-sp" ,r-sp)))
1638 (home-page "https://cran.r-project.org/web/packages/geosphere")
1639 (synopsis "Spherical trigonometry")
1640 (description "This package computes spherical trigonometry for geographic
1641 applications. That is, compute distances and related measures for angular
1642 (longitude/latitude) locations.")
1643 (license license:gpl3+)))
1644
1645 (define-public r-jpeg
1646 (package
1647 (name "r-jpeg")
1648 (version "0.1-8.1")
1649 (source
1650 (origin
1651 (method url-fetch)
1652 (uri (cran-uri "jpeg" version))
1653 (sha256
1654 (base32
1655 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
1656 (build-system r-build-system)
1657 (inputs `(("libjpeg" ,libjpeg-turbo)))
1658 (home-page "https://www.rforge.net/jpeg/")
1659 (synopsis "Read and write JPEG images with R")
1660 (description "This package provides a way to read, write and display
1661 bitmap images stored in the JPEG format with R. It can read and write both
1662 files and in-memory raw vectors.")
1663 (license license:gpl2+)))
1664
1665 (define-public r-ggmap
1666 (package
1667 (name "r-ggmap")
1668 (version "3.0.0")
1669 (source
1670 (origin
1671 (method url-fetch)
1672 (uri (cran-uri "ggmap" version))
1673 (sha256
1674 (base32
1675 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
1676 (build-system r-build-system)
1677 (propagated-inputs
1678 `(("r-bitops" ,r-bitops)
1679 ("r-digest" ,r-digest)
1680 ("r-dplyr" ,r-dplyr)
1681 ("r-ggplot2" ,r-ggplot2)
1682 ("r-glue" ,r-glue)
1683 ("r-httr" ,r-httr)
1684 ("r-jpeg" ,r-jpeg)
1685 ("r-magrittr" ,r-magrittr)
1686 ("r-plyr" ,r-plyr)
1687 ("r-png" ,r-png)
1688 ("r-purrr" ,r-purrr)
1689 ("r-rgooglemaps" ,r-rgooglemaps)
1690 ("r-rjson" ,r-rjson)
1691 ("r-scales" ,r-scales)
1692 ("r-stringr" ,r-stringr)
1693 ("r-tibble" ,r-tibble)
1694 ("r-tidyr" ,r-tidyr)))
1695 (home-page "https://github.com/dkahle/ggmap")
1696 (synopsis "Spatial visualization with ggplot2")
1697 (description "This package provides a collection of functions to visualize
1698 spatial data and models on top of static maps from various online sources (e.g
1699 Google Maps and Stamen Maps). It includes tools common to those tasks,
1700 including functions for geolocation and routing.")
1701 (license license:gpl2)))
1702
1703 (define-public r-haven
1704 (package
1705 (name "r-haven")
1706 (version "2.3.1")
1707 (source
1708 (origin
1709 (method url-fetch)
1710 (uri (cran-uri "haven" version))
1711 (sha256
1712 (base32
1713 "03cypgqhdkrfbfpl1yx2wb7flczrbak1w654wkicmd5ajwr9zvkf"))))
1714 (build-system r-build-system)
1715 (inputs
1716 `(("zlib" ,zlib)))
1717 (native-inputs
1718 `(("r-knitr" ,r-knitr)))
1719 (propagated-inputs
1720 `(("r-forcats" ,r-forcats)
1721 ("r-hms" ,r-hms)
1722 ("r-rcpp" ,r-rcpp)
1723 ("r-rlang" ,r-rlang)
1724 ("r-readr" ,r-readr)
1725 ("r-tibble" ,r-tibble)
1726 ("r-tidyselect" ,r-tidyselect)
1727 ("r-vctrs" ,r-vctrs)))
1728 (home-page "https://haven.tidyverse.org")
1729 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
1730 (description
1731 "This package lets you mport foreign statistical formats into R via the
1732 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
1733 (license license:expat)))
1734
1735 (define-public r-amap
1736 (package
1737 (name "r-amap")
1738 (version "0.8-18")
1739 (source (origin
1740 (method url-fetch)
1741 (uri (cran-uri "amap" version))
1742 (sha256
1743 (base32
1744 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
1745 (build-system r-build-system)
1746 (native-inputs
1747 `(("gfortran" ,gfortran)))
1748 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
1749 (synopsis "Another multidimensional analysis package")
1750 (description "This package provides tools for clustering and principal
1751 component analysis (with robust methods, and parallelized functions).")
1752 (license license:gpl2+)))
1753
1754 (define-public r-ape
1755 (package
1756 (name "r-ape")
1757 (version "5.4")
1758 (source
1759 (origin
1760 (method url-fetch)
1761 (uri (cran-uri "ape" version))
1762 (sha256
1763 (base32
1764 "0f74x9vx9sxpns2hlq4w2x80cd2gw42isfgncvs9pqbjf4hiyqnr"))))
1765 (build-system r-build-system)
1766 (propagated-inputs
1767 `(("r-lattice" ,r-lattice)
1768 ("r-nlme" ,r-nlme)
1769 ("r-rcpp" ,r-rcpp)))
1770 (home-page "http://ape-package.ird.fr/")
1771 (synopsis "Analyses of phylogenetics and evolution")
1772 (description
1773 "This package provides functions for reading, writing, plotting, and
1774 manipulating phylogenetic trees, analyses of comparative data in a
1775 phylogenetic framework, ancestral character analyses, analyses of
1776 diversification and macroevolution, computing distances from DNA sequences,
1777 and several other tools.")
1778 (license license:gpl2+)))
1779
1780 (define-public r-abbyyr
1781 (package
1782 (name "r-abbyyr")
1783 (version "0.5.5")
1784 (source
1785 (origin
1786 (method url-fetch)
1787 (uri (cran-uri "abbyyR" version))
1788 (sha256
1789 (base32
1790 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
1791 (properties `((upstream-name . "abbyyR")))
1792 (build-system r-build-system)
1793 (propagated-inputs
1794 `(("r-curl" ,r-curl)
1795 ("r-httr" ,r-httr)
1796 ("r-plyr" ,r-plyr)
1797 ("r-progress" ,r-progress)
1798 ("r-readr" ,r-readr)
1799 ("r-xml" ,r-xml)))
1800 (home-page "https://github.com/soodoku/abbyyR")
1801 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
1802 (description
1803 "This package provides tools to get text from images of text using Abbyy
1804 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
1805 OCR images, barcodes, forms, documents with machine readable zones, e.g.
1806 passports and get the results in a variety of formats including plain text and
1807 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
1808 (license license:expat)))
1809
1810 (define-public r-colorspace
1811 (package
1812 (name "r-colorspace")
1813 (version "1.4-1")
1814 (source
1815 (origin
1816 (method url-fetch)
1817 (uri (cran-uri "colorspace" version))
1818 (sha256
1819 (base32 "0wyny3ah2d74hqv80s6imrarpna09gq3j9rjnz6zx2qg0lx72gb9"))))
1820 (build-system r-build-system)
1821 (home-page "https://cran.r-project.org/web/packages/colorspace")
1822 (synopsis "Color space manipulation")
1823 (description
1824 "This package carries out a mapping between assorted color spaces
1825 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
1826 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
1827 colors are provided.")
1828 (license license:bsd-3)))
1829
1830 (define-public r-glue
1831 (package
1832 (name "r-glue")
1833 (version "1.4.1")
1834 (source
1835 (origin
1836 (method url-fetch)
1837 (uri (cran-uri "glue" version))
1838 (sha256
1839 (base32
1840 "1j1va4vi3g9sl0cyjdwxvh5lvh10x8k9qvnsr9zyxddcbk9qgdpq"))))
1841 (build-system r-build-system)
1842 ;; knitr depends on glue, so we can't add knitr here to build the
1843 ;; vignettes.
1844 #;
1845 (native-inputs
1846 `(("r-knitr" ,r-knitr)))
1847 (home-page "https://github.com/tidyverse/glue")
1848 (synopsis "Interpreted string literals")
1849 (description
1850 "This package provides an implementation of interpreted string literals,
1851 inspired by Python's Literal String Interpolation (PEP-0498) and
1852 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
1853 (license license:expat)))
1854
1855 (define-public r-pastecs
1856 (package
1857 (name "r-pastecs")
1858 (version "1.3.21")
1859 (source (origin
1860 (method url-fetch)
1861 (uri (cran-uri "pastecs" version))
1862 (sha256
1863 (base32
1864 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
1865 (build-system r-build-system)
1866 (propagated-inputs
1867 `(("r-boot" ,r-boot)))
1868 (home-page "http://www.sciviews.org/pastecs")
1869 (synopsis "Analysis of space-time ecological series")
1870 (description
1871 "This package provides functions for regulation, decomposition and analysis
1872 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
1873 initiative to bring PASSTEC 2000 functionalities to R.")
1874 (license license:gpl2+)))
1875
1876 (define-public r-plogr
1877 (package
1878 (name "r-plogr")
1879 (version "0.2.0")
1880 (source
1881 (origin
1882 (method url-fetch)
1883 (uri (cran-uri "plogr" version))
1884 (sha256
1885 (base32
1886 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
1887 (build-system r-build-system)
1888 (home-page "https://github.com/krlmlr/plogr")
1889 (synopsis "R bindings for the plog C++ logging library")
1890 (description
1891 "This package provides the header files for a stripped-down version of
1892 the plog header-only C++ logging library, and a method to log to R's standard
1893 error stream.")
1894 (license license:expat)))
1895
1896 (define-public r-pls
1897 (package
1898 (name "r-pls")
1899 (version "2.7-2")
1900 (source
1901 (origin
1902 (method url-fetch)
1903 (uri (cran-uri "pls" version))
1904 (sha256
1905 (base32 "121byimd6bg7jbrq5wz5fpi0vxq0vh8g724vkhnjzszbvcv1xsb7"))))
1906 (build-system r-build-system)
1907 (home-page "https://mevik.net/work/software/pls.html")
1908 (synopsis "Partial Least Squares and Principal Component Regression")
1909 (description
1910 "The pls package implements multivariate regression methods: Partial Least
1911 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
1912 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
1913
1914 @itemize
1915 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
1916 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
1917 @item multi-response models (or @dfn{PLS2})
1918 @item flexible cross-validation
1919 @item Jackknife variance estimates of regression coefficients
1920 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
1921 (R)MSEP, R², and correlation loadings
1922 @item formula interface, modelled after @code{lm()}, with methods for predict,
1923 print, summary, plot, update, etc.
1924 @item extraction functions for coefficients, scores, and loadings
1925 @item MSEP, RMSEP, and R² estimates
1926 @item multiplicative scatter correction (@dfn{MSC})
1927 @end itemize\n")
1928 (license license:gpl2)))
1929
1930 (define-public r-ps
1931 (package
1932 (name "r-ps")
1933 (version "1.3.3")
1934 (source
1935 (origin
1936 (method url-fetch)
1937 (uri (cran-uri "ps" version))
1938 (sha256
1939 (base32 "1x10zgvq75gnkmzqhbqn6jyvp9h1y4qxgnbdds0bwmc8ad8md903"))))
1940 (build-system r-build-system)
1941 (home-page "https://ps.r-lib.org")
1942 (synopsis "List, query, and manipulate system processes")
1943 (description
1944 "The ps package implements an API to list, query, and manipulate system
1945 processes. Most of its code is based on the @code{psutil} Python package.")
1946 (license license:bsd-3)))
1947
1948 (define-public r-pkgbuild
1949 (package
1950 (name "r-pkgbuild")
1951 (version "1.0.8")
1952 (source
1953 (origin
1954 (method url-fetch)
1955 (uri (cran-uri "pkgbuild" version))
1956 (sha256
1957 (base32 "188r2ba7y5j80mnfqdf210af40yd28jjgx7rbya4iwcfx7rzqjdi"))))
1958 (build-system r-build-system)
1959 (propagated-inputs
1960 `(("r-callr" ,r-callr)
1961 ("r-cli" ,r-cli)
1962 ("r-crayon" ,r-crayon)
1963 ("r-desc" ,r-desc)
1964 ("r-prettyunits" ,r-prettyunits)
1965 ("r-r6" ,r-r6)
1966 ("r-rprojroot" ,r-rprojroot)
1967 ("r-withr" ,r-withr)))
1968 (home-page "https://github.com/r-pkgs/pkgbuild")
1969 (synopsis "Find tools needed to build R packages")
1970 (description
1971 "This package provides functions used to build R packages. It locates
1972 compilers needed to build R packages on various platforms and ensures the PATH
1973 is configured appropriately so R can use them.")
1974 (license license:gpl3)))
1975
1976 (define-public r-pkgload
1977 (package
1978 (name "r-pkgload")
1979 (version "1.1.0")
1980 (source
1981 (origin
1982 (method url-fetch)
1983 (uri (cran-uri "pkgload" version))
1984 (sha256
1985 (base32
1986 "03bv8xq4s6s7m34y1kjs99jzlb95vwrfi76mbnhmzcx2pc6ld78q"))))
1987 (build-system r-build-system)
1988 (propagated-inputs
1989 `(("r-cli" ,r-cli)
1990 ("r-crayon" ,r-crayon)
1991 ("r-desc" ,r-desc)
1992 ("r-pkgbuild" ,r-pkgbuild)
1993 ("r-rlang" ,r-rlang)
1994 ("r-rprojroot" ,r-rprojroot)
1995 ("r-rstudioapi" ,r-rstudioapi)
1996 ("r-withr" ,r-withr)))
1997 (home-page "https://github.com/r-lib/pkgload")
1998 (synopsis "Simulate package installation and attach")
1999 (description
2000 "This package simulates the process of installing a package and then
2001 attaching it. This is a key part of the @code{devtools} package as it allows
2002 you to rapidly iterate while developing a package.")
2003 (license license:gpl3)))
2004
2005 (define-public r-rcpp
2006 (package
2007 (name "r-rcpp")
2008 (version "1.0.4.6")
2009 (source
2010 (origin
2011 (method url-fetch)
2012 (uri (cran-uri "Rcpp" version))
2013 (sha256
2014 (base32 "00mk23zmrqn1c4mk9d6csjcbnl12wd7yicjk2ikmw5dyvdfngbs5"))))
2015 (build-system r-build-system)
2016 (home-page "http://www.rcpp.org")
2017 (synopsis "Seamless R and C++ integration")
2018 (description
2019 "The Rcpp package provides R functions as well as C++ classes which offer
2020 a seamless integration of R and C++. Many R data types and objects can be
2021 mapped back and forth to C++ equivalents which facilitates both writing of new
2022 code as well as easier integration of third-party libraries. Documentation
2023 about Rcpp is provided by several vignettes included in this package, via the
2024 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
2025 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
2026 @code{citation(\"Rcpp\")} for details on these last two.")
2027 (license license:gpl2+)))
2028
2029 (define-public r-bindr
2030 (package
2031 (name "r-bindr")
2032 (version "0.1.1")
2033 (source
2034 (origin
2035 (method url-fetch)
2036 (uri (cran-uri "bindr" version))
2037 (sha256
2038 (base32
2039 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
2040 (build-system r-build-system)
2041 (home-page "https://github.com/krlmlr/bindr")
2042 (synopsis "Parametrized active bindings")
2043 (description
2044 "This package provides a simple interface for creating active bindings
2045 where the bound function accepts additional arguments.")
2046 (license license:expat)))
2047
2048 (define-public r-bindrcpp
2049 (package
2050 (name "r-bindrcpp")
2051 (version "0.2.2")
2052 (source
2053 (origin
2054 (method url-fetch)
2055 (uri (cran-uri "bindrcpp" version))
2056 (sha256
2057 (base32
2058 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
2059 (build-system r-build-system)
2060 (propagated-inputs
2061 `(("r-bindr" ,r-bindr)
2062 ("r-plogr" ,r-plogr)
2063 ("r-rcpp" ,r-rcpp)))
2064 (home-page "https://github.com/krlmlr/bindrcpp")
2065 (synopsis "Rcpp interface to active bindings")
2066 (description
2067 "This package provides an easy way to fill an environment with active
2068 bindings that call a C++ function.")
2069 (license license:expat)))
2070
2071 (define-public r-auc
2072 (package
2073 (name "r-auc")
2074 (version "0.3.0")
2075 (source
2076 (origin
2077 (method url-fetch)
2078 (uri (cran-uri "AUC" version))
2079 (sha256
2080 (base32
2081 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
2082 (properties `((upstream-name . "AUC")))
2083 (build-system r-build-system)
2084 (home-page "https://cran.r-project.org/web/packages/AUC")
2085 (synopsis "Compute the area under the curve of selected measures")
2086 (description
2087 "This package includes functions to compute the area under the curve of
2088 selected measures: the area under the sensitivity curve (AUSEC), the area
2089 under the specificity curve (AUSPC), the area under the accuracy
2090 curve (AUACC), and the area under the receiver operating characteristic
2091 curve (AUROC). The curves can also be visualized. Support for partial areas
2092 is provided.")
2093 (license license:gpl2+)))
2094
2095 (define-public r-calibrate
2096 (package
2097 (name "r-calibrate")
2098 (version "1.7.7")
2099 (source
2100 (origin
2101 (method url-fetch)
2102 (uri (cran-uri "calibrate" version))
2103 (sha256
2104 (base32 "19kgrnsyq67iqv1biyssqi30a6v2836ql20nabpy2m692ns0jfvi"))))
2105 (build-system r-build-system)
2106 (propagated-inputs
2107 `(("r-mass" ,r-mass)))
2108 (home-page "https://cran.r-project.org/web/packages/calibrate")
2109 (synopsis "Calibration of scatterplot and biplot axes")
2110 (description
2111 "This is a package for drawing calibrated scales with tick marks
2112 on (non-orthogonal) variable vectors in scatterplots and biplots.")
2113 (license license:gpl2)))
2114
2115 (define-public r-shape
2116 (package
2117 (name "r-shape")
2118 (version "1.4.4")
2119 (source
2120 (origin
2121 (method url-fetch)
2122 (uri (cran-uri "shape" version))
2123 (sha256
2124 (base32
2125 "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
2126 (build-system r-build-system)
2127 (home-page "https://cran.r-project.org/web/packages/shape")
2128 (synopsis "Functions for plotting graphical shapes")
2129 (description
2130 "This package provides functions for plotting graphical shapes such as
2131 ellipses, circles, cylinders, arrows, ...")
2132 (license license:gpl3+)))
2133
2134 (define-public r-globaloptions
2135 (package
2136 (name "r-globaloptions")
2137 (version "0.1.2")
2138 (source
2139 (origin
2140 (method url-fetch)
2141 (uri (cran-uri "GlobalOptions" version))
2142 (sha256
2143 (base32 "0gkm77w6db9ajyncy1xdcivplap06a51zi99m009kylccschd2a7"))))
2144 (properties `((upstream-name . "GlobalOptions")))
2145 (build-system r-build-system)
2146 (native-inputs
2147 `(("r-knitr" ,r-knitr)))
2148 (home-page "https://github.com/jokergoo/GlobalOptions")
2149 (synopsis "Generate functions to get or set global options")
2150 (description
2151 "This package provides more controls on the option values such as
2152 validation and filtering on the values, making options invisible or private.")
2153 (license license:gpl2+)))
2154
2155 (define-public r-circlize
2156 (package
2157 (name "r-circlize")
2158 (version "0.4.10")
2159 (source
2160 (origin
2161 (method url-fetch)
2162 (uri (cran-uri "circlize" version))
2163 (sha256
2164 (base32
2165 "1xb1jq3mg4kw1513zv1i09vhn7rj7f8vp0bnms2qml74s47wxsgk"))))
2166 (build-system r-build-system)
2167 (propagated-inputs
2168 `(("r-colorspace" ,r-colorspace)
2169 ("r-globaloptions" ,r-globaloptions)
2170 ("r-shape" ,r-shape)))
2171 (native-inputs
2172 `(("r-knitr" ,r-knitr)))
2173 (home-page "https://github.com/jokergoo/circlize")
2174 (synopsis "Circular visualization")
2175 (description
2176 "Circular layout is an efficient way to visualise huge amounts of
2177 information. This package provides an implementation of circular layout
2178 generation in R as well as an enhancement of available software. Its
2179 flexibility is based on the usage of low-level graphics functions such that
2180 self-defined high-level graphics can be easily implemented by users for
2181 specific purposes. Together with the seamless connection between the powerful
2182 computational and visual environment in R, it gives users more convenience and
2183 freedom to design figures for better understanding complex patterns behind
2184 multi-dimensional data.")
2185 (license license:gpl2+)))
2186
2187 (define-public r-powerlaw
2188 (package
2189 (name "r-powerlaw")
2190 (version "0.70.6")
2191 (source
2192 (origin
2193 (method url-fetch)
2194 (uri (cran-uri "poweRlaw" version))
2195 (sha256
2196 (base32 "14d1myxllvm1grnfiszzzxaiqpb2jpmsi19wq70r8r2wki293h7g"))))
2197 (properties `((upstream-name . "poweRlaw")))
2198 (build-system r-build-system)
2199 (propagated-inputs
2200 `(("r-pracma" ,r-pracma)))
2201 (native-inputs
2202 `(("r-knitr" ,r-knitr)))
2203 (home-page "https://github.com/csgillespie/poweRlaw")
2204 (synopsis "Tools for the analysis of heavy tailed distributions")
2205 (description
2206 "This package provides an implementation of maximum likelihood estimators
2207 for a variety of heavy tailed distributions, including both the discrete and
2208 continuous power law distributions. Additionally, a goodness-of-fit based
2209 approach is used to estimate the lower cut-off for the scaling region.")
2210 ;; Any of these GPL versions.
2211 (license (list license:gpl2 license:gpl3))))
2212
2213 (define-public r-compare
2214 (package
2215 (name "r-compare")
2216 (version "0.2-6")
2217 (source
2218 (origin
2219 (method url-fetch)
2220 (uri (cran-uri "compare" version))
2221 (sha256
2222 (base32
2223 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
2224 (build-system r-build-system)
2225 (home-page "https://cran.r-project.org/web/packages/compare")
2226 (synopsis "Comparing objects for differences")
2227 (description
2228 "This package provides functions to compare a model object to a
2229 comparison object. If the objects are not identical, the functions can be
2230 instructed to explore various modifications of the objects (e.g., sorting
2231 rows, dropping names) to see if the modified versions are identical.")
2232 (license license:gpl2+)))
2233
2234 (define-public r-dendextend
2235 (package
2236 (name "r-dendextend")
2237 (version "1.13.4")
2238 (source
2239 (origin
2240 (method url-fetch)
2241 (uri (cran-uri "dendextend" version))
2242 (sha256
2243 (base32
2244 "1pjbz6sb4pgh3d5pm53vmf3q8y6lq3hrgjd6547xxs3m63sb8mn4"))))
2245 (build-system r-build-system)
2246 (propagated-inputs
2247 `(("r-ggplot2" ,r-ggplot2)
2248 ("r-magrittr" ,r-magrittr)
2249 ("r-viridis" ,r-viridis)))
2250 (home-page "https://cran.r-project.org/web/packages/dendextend")
2251 (synopsis "Extending 'dendrogram' functionality in R")
2252 (description
2253 "This package offers a set of functions for extending @code{dendrogram}
2254 objects in R, letting you visualize and compare trees of hierarchical
2255 clusterings. You can adjust a tree's graphical parameters (the color, size,
2256 type, etc of its branches, nodes and labels) and visually and statistically
2257 compare different dendrograms to one another.")
2258 ;; Any of these versions
2259 (license (list license:gpl2 license:gpl3))))
2260
2261 (define-public r-getoptlong
2262 (package
2263 (name "r-getoptlong")
2264 (version "1.0.0")
2265 (source
2266 (origin
2267 (method url-fetch)
2268 (uri (cran-uri "GetoptLong" version))
2269 (sha256
2270 (base32
2271 "1fswgy5j4xaipqs7nk7nzrl66vrchhxrk0w7hcsbyij3sxgn3z9j"))))
2272 (properties `((upstream-name . "GetoptLong")))
2273 (build-system r-build-system)
2274 (inputs
2275 `(("perl" ,perl)))
2276 (propagated-inputs
2277 `(("r-crayon" ,r-crayon)
2278 ("r-globaloptions" ,r-globaloptions)
2279 ("r-rjson" ,r-rjson)))
2280 (native-inputs
2281 `(("r-knitr" ,r-knitr)))
2282 (home-page "https://github.com/jokergoo/GetoptLong")
2283 (synopsis "Parsing command-line arguments and variable interpolation")
2284 (description
2285 "This is yet another command-line argument parser which wraps the
2286 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
2287 use in R. It also provides a simple way for variable interpolation in R.")
2288 (license license:gpl2+)))
2289
2290 (define-public r-fastmatch
2291 (package
2292 (name "r-fastmatch")
2293 (version "1.1-0")
2294 (source
2295 (origin
2296 (method url-fetch)
2297 (uri (cran-uri "fastmatch" version))
2298 (sha256
2299 (base32
2300 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
2301 (build-system r-build-system)
2302 (home-page "https://www.rforge.net/fastmatch")
2303 (synopsis "Fast match function")
2304 (description
2305 "This package provides a fast @code{match} replacement for cases that
2306 require repeated look-ups. It is slightly faster that R's built-in
2307 @code{match} function on first match against a table, but extremely fast on
2308 any subsequent lookup as it keeps the hash table in memory.")
2309 (license license:gpl2)))
2310
2311 (define-public r-ff
2312 (package
2313 (name "r-ff")
2314 (version "2.2-14.2")
2315 (source
2316 (origin
2317 (method url-fetch)
2318 (uri (cran-uri "ff" version))
2319 (sha256
2320 (base32
2321 "1r1pbrf5s4rdm3msxxr8fy1f2xjihqciclsnvxf59qzz6g1nmh7q"))))
2322 (build-system r-build-system)
2323 (propagated-inputs `(("r-bit" ,r-bit)))
2324 (home-page "http://ff.r-forge.r-project.org/")
2325 (synopsis "Memory-efficient storage of large data on disk and access functions")
2326 (description
2327 "This package provides data structures that are stored on disk but
2328 behave (almost) as if they were in RAM by transparently mapping only a section
2329 in main memory.")
2330 ;; error Architecture not supported.
2331 (supported-systems (delete "aarch64-linux" %supported-systems))
2332 (license license:gpl2)))
2333
2334 (define-public r-ffbase
2335 (package
2336 (name "r-ffbase")
2337 (version "0.12.8")
2338 (source
2339 (origin
2340 (method url-fetch)
2341 (uri (cran-uri "ffbase" version))
2342 (sha256
2343 (base32
2344 "0mjk7dkq1ginqqfvngzny747ggf9a8fd7kblq96n5ys1jrwjyqhq"))))
2345 (build-system r-build-system)
2346 (propagated-inputs
2347 `(("r-bit" ,r-bit)
2348 ("r-fastmatch" ,r-fastmatch)
2349 ("r-ff" ,r-ff)))
2350 (home-page "http://github.com/edwindj/ffbase")
2351 (synopsis "Basic statistical functions for package 'ff'")
2352 (description
2353 "This package extends the out of memory vectors of @code{ff} with
2354 statistical functions and other utilities to ease their usage.")
2355 (license license:gpl3)))
2356
2357 (define-public r-prettyunits
2358 (package
2359 (name "r-prettyunits")
2360 (version "1.1.1")
2361 (source
2362 (origin
2363 (method url-fetch)
2364 (uri (cran-uri "prettyunits" version))
2365 (sha256
2366 (base32
2367 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
2368 (build-system r-build-system)
2369 (home-page "https://github.com/gaborcsardi/prettyunits")
2370 (synopsis "Pretty, human readable formatting of quantities")
2371 (description
2372 "This package provides tools for pretty, human readable formatting of
2373 quantities.")
2374 (license license:expat)))
2375
2376 (define-public r-reshape
2377 (package
2378 (name "r-reshape")
2379 (version "0.8.8")
2380 (source
2381 (origin
2382 (method url-fetch)
2383 (uri (cran-uri "reshape" version))
2384 (sha256
2385 (base32
2386 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
2387 (build-system r-build-system)
2388 (propagated-inputs
2389 `(("r-plyr" ,r-plyr)
2390 ("r-rcpp" ,r-rcpp)))
2391 (home-page "http://had.co.nz/reshape")
2392 (synopsis "Flexibly reshape data")
2393 (description
2394 "Flexibly restructure and aggregate data using just two functions:
2395 @code{melt} and @code{cast}. This package provides them.")
2396 (license license:expat)))
2397
2398 (define-public r-progress
2399 (package
2400 (name "r-progress")
2401 (version "1.2.2")
2402 (source
2403 (origin
2404 (method url-fetch)
2405 (uri (cran-uri "progress" version))
2406 (sha256
2407 (base32
2408 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
2409 (build-system r-build-system)
2410 (propagated-inputs
2411 `(("r-crayon" ,r-crayon)
2412 ("r-hms" ,r-hms)
2413 ("r-prettyunits" ,r-prettyunits)
2414 ("r-r6" ,r-r6)))
2415 (home-page "https://github.com/gaborcsardi/progress")
2416 (synopsis "Terminal progress bars")
2417 (description
2418 "This package provides configurable progress bars. They may include
2419 percentage, elapsed time, and/or the estimated completion time. They work in
2420 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
2421 package also provides a C++ API, that works with or without Rcpp.")
2422 (license license:expat)))
2423
2424 (define-public r-ggally
2425 (package
2426 (name "r-ggally")
2427 (version "2.0.0")
2428 (source
2429 (origin
2430 (method url-fetch)
2431 (uri (cran-uri "GGally" version))
2432 (sha256
2433 (base32
2434 "1gkmpzh1yvwvypkw0nwqv3gsf6za3220wig3rfv8g23kss60rl1s"))))
2435 (properties `((upstream-name . "GGally")))
2436 (build-system r-build-system)
2437 (inputs
2438 `(("libressl" ,libressl)))
2439 (propagated-inputs
2440 `(("r-ggplot2" ,r-ggplot2)
2441 ("r-gtable" ,r-gtable)
2442 ("r-lifecycle" ,r-lifecycle)
2443 ("r-plyr" ,r-plyr)
2444 ("r-progress" ,r-progress)
2445 ("r-rcolorbrewer" ,r-rcolorbrewer)
2446 ("r-reshape" ,r-reshape)
2447 ("r-rlang" ,r-rlang)
2448 ("r-scales" ,r-scales)))
2449 (home-page "https://ggobi.github.io/ggally")
2450 (synopsis "Extension to ggplot2")
2451 (description
2452 "The R package ggplot2 is a plotting system based on the grammar of
2453 graphics. GGally extends ggplot2 by adding several functions to reduce the
2454 complexity of combining geometric objects with transformed data. Some of
2455 these functions include a pairwise plot matrix, a two group pairwise plot
2456 matrix, a parallel coordinates plot, a survival plot, and several functions to
2457 plot networks.")
2458 (license license:gpl2+)))
2459
2460 (define-public r-proxy
2461 (package
2462 (name "r-proxy")
2463 (version "0.4-24")
2464 (source
2465 (origin
2466 (method url-fetch)
2467 (uri (cran-uri "proxy" version))
2468 (sha256
2469 (base32
2470 "0z4wdnpv5x135nssxnmkkba7fivd5xgbpaabqjkl2na76vq9pzwc"))))
2471 (build-system r-build-system)
2472 (home-page "https://cran.r-project.org/web/packages/proxy")
2473 (synopsis "Distance and similarity measures")
2474 (description
2475 "This package provides an extensible framework for the efficient
2476 calculation of auto- and cross-proximities, along with implementations of the
2477 most popular ones.")
2478 (license license:gpl2)))
2479
2480 (define-public r-sp
2481 (package
2482 (name "r-sp")
2483 (version "1.4-2")
2484 (source
2485 (origin
2486 (method url-fetch)
2487 (uri (cran-uri "sp" version))
2488 (sha256
2489 (base32 "02jxsd30apzjbdbssirysq70d4svdwzn931jhxr0ladl72g9bqvk"))))
2490 (build-system r-build-system)
2491 (propagated-inputs
2492 `(("r-lattice" ,r-lattice)))
2493 (home-page "https://cran.r-project.org/web/packages/sp")
2494 (synopsis "Classes and methods for spatial data")
2495 (description
2496 "This package provides classes and methods for spatial data; the classes
2497 document where the spatial location information resides, for 2D or 3D data.
2498 Utility functions are provided, e.g. for plotting data as maps, spatial
2499 selection, as well as methods for retrieving coordinates, for subsetting,
2500 print, summary, etc.")
2501 (license license:gpl2+)))
2502
2503 (define-public r-rmtstat
2504 (package
2505 (name "r-rmtstat")
2506 (version "0.3")
2507 (source
2508 (origin
2509 (method url-fetch)
2510 (uri (cran-uri "RMTstat" version))
2511 (sha256
2512 (base32
2513 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
2514 (properties `((upstream-name . "RMTstat")))
2515 (build-system r-build-system)
2516 (home-page "https://cran.r-project.org/web/packages/RMTstat")
2517 (synopsis "Distributions, statistics and tests derived from random matrix theory")
2518 (description
2519 "This package provides functions for working with the Tracy-Widom laws
2520 and other distributions related to the eigenvalues of large Wishart
2521 matrices.")
2522 (license license:bsd-3)))
2523
2524 (define-public r-rmpi
2525 (package
2526 (name "r-rmpi")
2527 (version "0.6-9")
2528 (source (origin
2529 (method url-fetch)
2530 (uri (cran-uri "Rmpi" version))
2531 (sha256
2532 (base32
2533 "1rhycla98hxgnnxlxxldr1x51djak7c2jjvlrv3jcsvgwp1ymqdj"))))
2534 (properties `((upstream-name . "Rmpi")))
2535 (build-system r-build-system)
2536 (arguments
2537 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
2538 #:phases (modify-phases %standard-phases
2539 (add-before 'install 'mpi-setup
2540 ,%openmpi-setup))))
2541 (inputs
2542 `(("openmpi" ,openmpi)))
2543 (native-inputs
2544 `(("pkg-config" ,pkg-config)))
2545 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
2546 (synopsis "R interface to message-passing interface (MPI)")
2547 (description
2548 "This package provides an interface (wrapper) to MPI APIs. It also
2549 provides an interactive R manager and worker environment.")
2550 (license license:gpl2+)))
2551
2552 (define-public r-lmoments
2553 (package
2554 (name "r-lmoments")
2555 (version "1.3-1")
2556 (source
2557 (origin
2558 (method url-fetch)
2559 (uri (cran-uri "Lmoments" version))
2560 (sha256
2561 (base32
2562 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
2563 (properties `((upstream-name . "Lmoments")))
2564 (build-system r-build-system)
2565 (propagated-inputs
2566 `(("r-rcpp" ,r-rcpp)
2567 ("r-rcpparmadillo" ,r-rcpparmadillo)))
2568 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
2569 (synopsis "L-moments and quantile mixtures")
2570 (description
2571 "This package contains functions to estimate L-moments and trimmed
2572 L-moments from the data. It also contains functions to estimate the
2573 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
2574 quantile mixture from L-moments and trimmed L-moments.")
2575 (license license:gpl2)))
2576
2577 (define-public r-distillery
2578 (package
2579 (name "r-distillery")
2580 (version "1.0-7")
2581 (source
2582 (origin
2583 (method url-fetch)
2584 (uri (cran-uri "distillery" version))
2585 (sha256
2586 (base32
2587 "0w72vb3p51m0hwms9icwgy1xg3dplmpjrxibl2s92lpdrv737249"))))
2588 (build-system r-build-system)
2589 (home-page "https://ral.ucar.edu/staff/ericg/")
2590 (synopsis "Functions for confidence intervals and object information")
2591 (description
2592 "This package provides some very simple method functions for confidence
2593 interval calculation and to distill pertinent information from a potentially
2594 complex object; primarily used in common with the packages extRemes and
2595 SpatialVx.")
2596 (license license:gpl2+)))
2597
2598 (define-public r-extremes
2599 (package
2600 (name "r-extremes")
2601 (version "2.0-12")
2602 (source
2603 (origin
2604 (method url-fetch)
2605 (uri (cran-uri "extRemes" version))
2606 (sha256
2607 (base32
2608 "0wldzvj1h93jksq31dw9zgnr1wrqwmfr9qwmg7qk7nznsn2yy1h2"))))
2609 (properties `((upstream-name . "extRemes")))
2610 (build-system r-build-system)
2611 (propagated-inputs
2612 `(("r-distillery" ,r-distillery)
2613 ("r-lmoments" ,r-lmoments)))
2614 (home-page "https://www.assessment.ucar.edu/toolkit/")
2615 (synopsis "Extreme value analysis")
2616 (description
2617 "ExtRemes is a suite of functions for carrying out analyses on the
2618 extreme values of a process of interest; be they block maxima over long blocks
2619 or excesses over a high threshold.")
2620 (license license:gpl2+)))
2621
2622 (define-public r-lmtest
2623 (package
2624 (name "r-lmtest")
2625 (version "0.9-37")
2626 (source
2627 (origin
2628 (method url-fetch)
2629 (uri (cran-uri "lmtest" version))
2630 (sha256
2631 (base32
2632 "02nasm0j2vwkhz11dxqixs23msy1s3yj0jps6949fmgh9gwjkjfx"))))
2633 (build-system r-build-system)
2634 (propagated-inputs
2635 `(("r-zoo" ,r-zoo)))
2636 (native-inputs
2637 `(("gfortran" ,gfortran)))
2638 (home-page "https://cran.r-project.org/web/packages/lmtest")
2639 (synopsis "Testing linear regression models")
2640 (description
2641 "This package provides a collection of tests, data sets, and examples for
2642 diagnostic checking in linear regression models. Furthermore, some generic
2643 tools for inference in parametric models are provided.")
2644 ;; Either version is okay
2645 (license (list license:gpl2 license:gpl3))))
2646
2647 (define-public r-idr
2648 (package
2649 (name "r-idr")
2650 (version "1.2")
2651 (source (origin
2652 (method url-fetch)
2653 (uri (cran-uri "idr" version))
2654 (sha256
2655 (base32
2656 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
2657 (build-system r-build-system)
2658 (home-page "https://cran.r-project.org/web/packages/idr/")
2659 (synopsis "Irreproducible discovery rate")
2660 (description
2661 "This is a package for estimating the copula mixture model and plotting
2662 correspondence curves in \"Measuring reproducibility of high-throughput
2663 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
2664 by Li, Brown, Huang, and Bickel")
2665 (license license:gpl2+)))
2666
2667 (define-public r-inline
2668 (package
2669 (name "r-inline")
2670 (version "0.3.15")
2671 (source (origin
2672 (method url-fetch)
2673 (uri (cran-uri "inline" version))
2674 (sha256
2675 (base32
2676 "0s4wssvpan189fijahknxq5s22ww9bzmdlmyhnra748r7khky17z"))))
2677 (build-system r-build-system)
2678 (home-page "https://cran.r-project.org/web/packages/inline")
2679 (synopsis "Functions to inline C, C++, Fortran function calls from R")
2680 (description
2681 "This package provides functionality to dynamically define R functions
2682 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
2683 @code{.Call} calling conventions.")
2684 ;; Any version of the LGPL.
2685 (license license:lgpl3+)))
2686
2687 (define-public r-inum
2688 (package
2689 (name "r-inum")
2690 (version "1.0-1")
2691 (source (origin
2692 (method url-fetch)
2693 (uri (cran-uri "inum" version))
2694 (sha256
2695 (base32
2696 "16d09391l65w557dkzhhx1aqn1ljamcmjj3yh42pwq037k0r8brw"))))
2697 (build-system r-build-system)
2698 (propagated-inputs
2699 `(("r-libcoin" ,r-libcoin)))
2700 (home-page "https://cran.r-project.org/web/packages/inum/")
2701 (synopsis "Interval and enum-type representation of vectors")
2702 (description
2703 "This package provides an enum-type representation of vectors and
2704 representation of intervals, including a method of coercing variables
2705 in data frames.")
2706 (license license:gpl2)))
2707
2708 (define-public r-bdsmatrix
2709 (package
2710 (name "r-bdsmatrix")
2711 (version "1.3-4")
2712 (source
2713 (origin
2714 (method url-fetch)
2715 (uri (cran-uri "bdsmatrix" version))
2716 (sha256
2717 (base32
2718 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
2719 (properties `((upstream-name . "bdsmatrix")))
2720 (build-system r-build-system)
2721 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
2722 (synopsis "Routines for block diagonal symmetric matrices")
2723 (description
2724 "This package provides procedures to work with block diagonal symmetric
2725 matrices, a special case of sparse matrices.")
2726 (license license:lgpl2.0)))
2727
2728 (define-public r-bbmle
2729 (package
2730 (name "r-bbmle")
2731 (version "1.0.23.1")
2732 (source
2733 (origin
2734 (method url-fetch)
2735 (uri (cran-uri "bbmle" version))
2736 (sha256
2737 (base32
2738 "0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
2739 (build-system r-build-system)
2740 (propagated-inputs
2741 `(("r-bdsmatrix" ,r-bdsmatrix)
2742 ("r-lattice" ,r-lattice)
2743 ("r-mass" ,r-mass)
2744 ("r-matrix" ,r-matrix)
2745 ("r-mvtnorm" ,r-mvtnorm)
2746 ("r-numderiv" ,r-numderiv)))
2747 (home-page "https://cran.r-project.org/web/packages/bbmle")
2748 (synopsis "Tools for General Maximum Likelihood Estimation")
2749 (description
2750 "This package provides methods and functions for fitting maximum
2751 likelihood models in R. This package modifies and extends the @code{mle}
2752 classes in the @code{stats4} package.")
2753 ;; Any version of the GPL
2754 (license license:gpl2+)))
2755
2756 (define-public r-emdbook
2757 (package
2758 (name "r-emdbook")
2759 (version "1.3.12")
2760 (source
2761 (origin
2762 (method url-fetch)
2763 (uri (cran-uri "emdbook" version))
2764 (sha256
2765 (base32
2766 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
2767 (build-system r-build-system)
2768 (propagated-inputs
2769 `(("r-bbmle" ,r-bbmle)
2770 ("r-coda" ,r-coda)
2771 ("r-lattice" ,r-lattice)
2772 ("r-mass" ,r-mass)
2773 ("r-plyr" ,r-plyr)))
2774 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
2775 (synopsis "Support functions and data for \"Ecological Models and Data\"")
2776 (description
2777 "This package provides auxiliary functions and data sets for \"Ecological
2778 Models and Data\", a book presenting maximum likelihood estimation and related
2779 topics for ecologists (ISBN 978-0-691-12522-0).")
2780 ;; Any GPL version
2781 (license (list license:gpl2 license:gpl3))))
2782
2783 (define-public r-lpsolve
2784 (package
2785 (name "r-lpsolve")
2786 (version "5.6.15")
2787 (source
2788 (origin
2789 (method url-fetch)
2790 (uri (cran-uri "lpSolve" version))
2791 (sha256
2792 (base32
2793 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
2794 (properties `((upstream-name . "lpSolve")))
2795 (build-system r-build-system)
2796 (home-page "https://cran.r-project.org/web/packages/lpSolve")
2797 (synopsis "R interface to Lp_solve to solve linear/integer programs")
2798 (description
2799 "Lp_solve is software for solving linear, integer and mixed integer
2800 programs. This implementation supplies a \"wrapper\" function in C and some R
2801 functions that solve general linear/integer problems, assignment problems, and
2802 transportation problems.")
2803 (license license:lgpl2.0)))
2804
2805 (define-public r-limsolve
2806 (package
2807 (name "r-limsolve")
2808 (version "1.5.6")
2809 (source
2810 (origin
2811 (method url-fetch)
2812 (uri (cran-uri "limSolve" version))
2813 (sha256
2814 (base32
2815 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
2816 (properties `((upstream-name . "limSolve")))
2817 (build-system r-build-system)
2818 (propagated-inputs
2819 `(("r-lpsolve" ,r-lpsolve)
2820 ("r-mass" ,r-mass)
2821 ("r-quadprog" ,r-quadprog)))
2822 (native-inputs `(("gfortran" ,gfortran)))
2823 (home-page "https://cran.r-project.org/web/packages/limSolve")
2824 (synopsis "Solving linear inverse models")
2825 (description
2826 "This package provides functions that:
2827
2828 @enumerate
2829 @item find the minimum/maximum of a linear or quadratic function,
2830 @item sample an underdetermined or overdetermined system,
2831 @item solve a linear system Ax=B for the unknown x.
2832 @end enumerate
2833
2834 It includes banded and tridiagonal linear systems. The package calls Fortran
2835 functions from LINPACK.")
2836 ;; Any GPL version.
2837 (license (list license:gpl2+ license:gpl3+))))
2838
2839 (define-public r-fitdistrplus
2840 (package
2841 (name "r-fitdistrplus")
2842 (version "1.1-1")
2843 (source
2844 (origin
2845 (method url-fetch)
2846 (uri (cran-uri "fitdistrplus" version))
2847 (sha256
2848 (base32
2849 "1rnfnwmxa495fql7q0h9018cnwygwhj8gfh6ryz1vbf474570vjl"))))
2850 (build-system r-build-system)
2851 (propagated-inputs
2852 `(("r-mass" ,r-mass)
2853 ("r-survival" ,r-survival)))
2854 (native-inputs
2855 `(("r-knitr" ,r-knitr)))
2856 (home-page "http://riskassessment.r-forge.r-project.org")
2857 (synopsis "Fitting a parametric distribution from data")
2858 (description
2859 "This package extends the @code{fitdistr} function of the MASS package
2860 with several functions to help the fit of a parametric distribution to
2861 non-censored or censored data. Censored data may contain left-censored,
2862 right-censored and interval-censored values, with several lower and upper
2863 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
2864 provides moment matching (MME), quantile matching (QME) and maximum
2865 goodness-of-fit estimation (MGE) methods (available only for non-censored
2866 data). Weighted versions of MLE, MME and QME are available.")
2867 (license license:gpl2+)))
2868
2869 (define-public r-energy
2870 (package
2871 (name "r-energy")
2872 (version "1.7-7")
2873 (source
2874 (origin
2875 (method url-fetch)
2876 (uri (cran-uri "energy" version))
2877 (sha256
2878 (base32
2879 "13wnx5nwk7nsv7vf5sxhz4y0rxrnzm76ldgywk1bxrz67srqzf37"))))
2880 (build-system r-build-system)
2881 (propagated-inputs
2882 `(("r-boot" ,r-boot)
2883 ("r-rcpp" ,r-rcpp)))
2884 (home-page "https://cran.r-project.org/web/packages/energy")
2885 (synopsis "Multivariate inference via the energy of data")
2886 (description
2887 "This package provides e-statistics (energy) tests and statistics for
2888 multivariate and univariate inference, including distance correlation,
2889 one-sample, two-sample, and multi-sample tests for comparing multivariate
2890 distributions, are implemented. Measuring and testing multivariate
2891 independence based on distance correlation, partial distance correlation,
2892 multivariate goodness-of-fit tests, clustering based on energy distance,
2893 testing for multivariate normality, distance components (disco) for
2894 non-parametric analysis of structured data, and other energy
2895 statistics/methods are implemented.")
2896 (license license:gpl2+)))
2897
2898 (define-public r-suppdists
2899 (package
2900 (name "r-suppdists")
2901 (version "1.1-9.5")
2902 (source
2903 (origin
2904 (method url-fetch)
2905 (uri (cran-uri "SuppDists" version))
2906 (sha256
2907 (base32
2908 "01j6p94m1g363nph2158fq2rmd6z3h5dvcv6aidh2d6syw131xak"))))
2909 (properties `((upstream-name . "SuppDists")))
2910 (build-system r-build-system)
2911 (home-page "https://cran.r-project.org/web/packages/SuppDists")
2912 (synopsis "Supplementary distributions")
2913 (description
2914 "This package provides ten distributions supplementing those built into
2915 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
2916 Spearman's rho, maximum F ratio, the Pearson product moment correlation
2917 coefficient, Johnson distributions, normal scores and generalized
2918 hypergeometric distributions. In addition two random number generators of
2919 George Marsaglia are included.")
2920 (license license:gpl2+)))
2921
2922 (define-public r-ksamples
2923 (package
2924 (name "r-ksamples")
2925 (version "1.2-9")
2926 (source
2927 (origin
2928 (method url-fetch)
2929 (uri (cran-uri "kSamples" version))
2930 (sha256
2931 (base32
2932 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
2933 (properties `((upstream-name . "kSamples")))
2934 (build-system r-build-system)
2935 (propagated-inputs
2936 `(("r-suppdists" ,r-suppdists)))
2937 (home-page "https://cran.r-project.org/web/packages/kSamples")
2938 (synopsis "K-Sample rank tests and their combinations")
2939 (description
2940 "This package provides tools to compares k samples using the
2941 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
2942 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
2943 test. It computes asymptotic, simulated or (limited) exact P-values, all
2944 valid under randomization, with or without ties, or conditionally under random
2945 sampling from populations, given the observed tie pattern. Except for Steel's
2946 test and the JT test it also combines these tests across several blocks of
2947 samples.")
2948 (license license:gpl2+)))
2949
2950 (define-public r-cvst
2951 (package
2952 (name "r-cvst")
2953 (version "0.2-2")
2954 (source
2955 (origin
2956 (method url-fetch)
2957 (uri (cran-uri "CVST" version))
2958 (sha256
2959 (base32
2960 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
2961 (properties `((upstream-name . "CVST")))
2962 (build-system r-build-system)
2963 (propagated-inputs
2964 `(("r-kernlab" ,r-kernlab)
2965 ("r-matrix" ,r-matrix)))
2966 (home-page "https://cran.r-project.org/web/packages/CVST")
2967 (synopsis "Fast cross-validation via sequential testing")
2968 (description
2969 "This package implements the fast cross-validation via sequential
2970 testing (CVST) procedure. CVST is an improved cross-validation procedure
2971 which uses non-parametric testing coupled with sequential analysis to
2972 determine the best parameter set on linearly increasing subsets of the data.
2973 Additionally to the CVST the package contains an implementation of the
2974 ordinary k-fold cross-validation with a flexible and powerful set of helper
2975 objects and methods to handle the overall model selection process. The
2976 implementations of the Cochran's Q test with permutations and the sequential
2977 testing framework of Wald are generic and can therefore also be used in other
2978 contexts.")
2979 (license license:gpl2+)))
2980
2981 (define-public r-squarem
2982 (package
2983 (name "r-squarem")
2984 (version "2020.3")
2985 (source
2986 (origin
2987 (method url-fetch)
2988 (uri (cran-uri "SQUAREM" version))
2989 (sha256
2990 (base32
2991 "17l05i87vwvcsk79fbg52zrx04zdlwiiyl3ga8qafs7mqx0j976q"))))
2992 (properties `((upstream-name . "SQUAREM")))
2993 (build-system r-build-system)
2994 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
2995 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
2996 (description
2997 "This package provides algorithms for accelerating the convergence of
2998 slow, monotone sequences from smooth, contraction mapping such as the EM
2999 algorithm. It can be used to accelerate any smooth, linearly convergent
3000 acceleration scheme. A tutorial style introduction to this package is
3001 available in a vignette.")
3002 (license license:gpl2+)))
3003
3004 (define-public r-lava
3005 (package
3006 (name "r-lava")
3007 (version "1.6.7")
3008 (source
3009 (origin
3010 (method url-fetch)
3011 (uri (cran-uri "lava" version))
3012 (sha256
3013 (base32
3014 "0ffzxbb8pvfh1m6j61az4ga37snyhylq2941fyc76w7w9i2sixv3"))))
3015 (build-system r-build-system)
3016 (propagated-inputs
3017 `(("r-numderiv" ,r-numderiv)
3018 ("r-squarem" ,r-squarem)
3019 ("r-survival" ,r-survival)))
3020 (home-page "https://github.com/kkholst/lava")
3021 (synopsis "Latent variable models")
3022 (description
3023 "This package provides tools for the estimation and simulation of latent
3024 variable models.")
3025 (license license:gpl3)))
3026
3027 (define-public r-drr
3028 (package
3029 (name "r-drr")
3030 (version "0.0.4")
3031 (source
3032 (origin
3033 (method url-fetch)
3034 (uri (cran-uri "DRR" version))
3035 (sha256
3036 (base32
3037 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
3038 (properties `((upstream-name . "DRR")))
3039 (build-system r-build-system)
3040 (propagated-inputs
3041 `(("r-cvst" ,r-cvst)
3042 ("r-kernlab" ,r-kernlab)
3043 ("r-matrix" ,r-matrix)))
3044 (home-page "https://cran.r-project.org/web/packages/DRR")
3045 (synopsis "Dimensionality reduction via regression")
3046 (description
3047 "This package provides an implementation of dimensionality reduction via
3048 regression using Kernel Ridge Regression.")
3049 (license license:gpl3)))
3050
3051 (define-public r-prodlim
3052 (package
3053 (name "r-prodlim")
3054 (version "2019.11.13")
3055 (source
3056 (origin
3057 (method url-fetch)
3058 (uri (cran-uri "prodlim" version))
3059 (sha256
3060 (base32
3061 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
3062 (build-system r-build-system)
3063 (propagated-inputs
3064 `(("r-kernsmooth" ,r-kernsmooth)
3065 ("r-lava" ,r-lava)
3066 ("r-rcpp" ,r-rcpp)
3067 ("r-survival" ,r-survival)))
3068 (home-page "https://cran.r-project.org/web/packages/prodlim")
3069 (synopsis "Product-limit estimation for censored event history analysis")
3070 (description
3071 "This package provides a fast and user-friendly implementation of
3072 nonparametric estimators for censored event history (survival) analysis with
3073 the Kaplan-Meier and Aalen-Johansen methods.")
3074 (license license:gpl2+)))
3075
3076 (define-public r-dimred
3077 (package
3078 (name "r-dimred")
3079 (version "0.2.3")
3080 (source
3081 (origin
3082 (method url-fetch)
3083 (uri (cran-uri "dimRed" version))
3084 (sha256
3085 (base32
3086 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
3087 (properties `((upstream-name . "dimRed")))
3088 (build-system r-build-system)
3089 (propagated-inputs
3090 `(("r-drr" ,r-drr)
3091 ("r-magrittr" ,r-magrittr)))
3092 (home-page "https://github.com/gdkrmr/dimRed")
3093 (synopsis "Framework for dimensionality reduction")
3094 (description
3095 "This package provides a collection of dimensionality reduction
3096 techniques from R packages and provides a common interface for calling the
3097 methods.")
3098 (license license:gpl3)))
3099
3100 (define-public r-timedate
3101 (package
3102 (name "r-timedate")
3103 (version "3043.102")
3104 (source
3105 (origin
3106 (method url-fetch)
3107 (uri (cran-uri "timeDate" version))
3108 (sha256
3109 (base32
3110 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
3111 (properties `((upstream-name . "timeDate")))
3112 (build-system r-build-system)
3113 (home-page "https://www.rmetrics.org")
3114 (synopsis "Chronological and calendar objects")
3115 (description
3116 "This package provides an environment for teaching \"Financial
3117 Engineering and Computational Finance\" and for managing chronological and
3118 calendar objects.")
3119 (license license:gpl2+)))
3120
3121 (define-public r-magic
3122 (package
3123 (name "r-magic")
3124 (version "1.5-9")
3125 (source
3126 (origin
3127 (method url-fetch)
3128 (uri (cran-uri "magic" version))
3129 (sha256
3130 (base32
3131 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
3132 (build-system r-build-system)
3133 (propagated-inputs
3134 `(("r-abind" ,r-abind)))
3135 (home-page "https://github.com/RobinHankin/magic.git")
3136 (synopsis "Create and investigate magic squares")
3137 (description
3138 "This package provides a collection of efficient, vectorized algorithms
3139 for the creation and investigation of magic squares and hypercubes, including
3140 a variety of functions for the manipulation and analysis of arbitrarily
3141 dimensioned arrays.")
3142 (license license:gpl2)))
3143
3144 (define-public r-rmysql
3145 (package
3146 (name "r-rmysql")
3147 (version "0.10.20")
3148 (source
3149 (origin
3150 (method url-fetch)
3151 (uri (cran-uri "RMySQL" version))
3152 (sha256
3153 (base32
3154 "0lv9m6zpm8dgv7yixr6xhw379vbq45d7n7gkrmjrppdj8vcih77i"))))
3155 (properties `((upstream-name . "RMySQL")))
3156 (build-system r-build-system)
3157 (inputs
3158 `(("mariadb" ,mariadb "lib")
3159 ("mariadb-dev" ,mariadb "dev")
3160 ("zlib" ,zlib)))
3161 (propagated-inputs
3162 `(("r-dbi" ,r-dbi)))
3163 (home-page "https://github.com/r-dbi/RMySQL")
3164 (synopsis "Database interface and MySQL driver for R")
3165 (description
3166 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
3167 package contains an old implementation based on legacy code from S-PLUS which
3168 is being phased out. A modern MySQL client based on Rcpp is available from
3169 the RMariaDB package.")
3170 (license license:gpl2)))
3171
3172 (define-public r-rpostgresql
3173 (package
3174 (name "r-rpostgresql")
3175 (version "0.6-2")
3176 (source
3177 (origin
3178 (method url-fetch)
3179 (uri (cran-uri "RPostgreSQL" version))
3180 (sha256
3181 (base32
3182 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
3183 (properties `((upstream-name . "RPostgreSQL")))
3184 (build-system r-build-system)
3185 (inputs
3186 `(("postgresql" ,postgresql)))
3187 (propagated-inputs
3188 `(("r-dbi" ,r-dbi)))
3189 (home-page "https://github.com/tomoakin/RPostgreSQL")
3190 (synopsis "R interface to the PostgreSQL database system")
3191 (description
3192 "This package provides a Database Interface (DBI) compliant driver for R
3193 to access PostgreSQL database systems.")
3194 ;; The whole package is released under GPL version 2. It includes code
3195 ;; under the PostgreSQL license.
3196 (license license:gpl2)))
3197
3198 (define-public r-linprog
3199 (package
3200 (name "r-linprog")
3201 (version "0.9-2")
3202 (source
3203 (origin
3204 (method url-fetch)
3205 (uri (cran-uri "linprog" version))
3206 (sha256
3207 (base32
3208 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
3209 (build-system r-build-system)
3210 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
3211 (home-page "http://linprog.r-forge.r-project.org/")
3212 (synopsis "Linear programming and optimization")
3213 (description
3214 "This package can be used to solve Linear Programming / Linear
3215 Optimization problems by using the simplex algorithm.")
3216 (license license:gpl2+)))
3217
3218 (define-public r-geometry
3219 (package
3220 (name "r-geometry")
3221 (version "0.4.5")
3222 (source
3223 (origin
3224 (method url-fetch)
3225 (uri (cran-uri "geometry" version))
3226 (sha256
3227 (base32
3228 "1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
3229 (build-system r-build-system)
3230 (propagated-inputs
3231 `(("r-magic" ,r-magic)
3232 ("r-linprog" ,r-linprog)
3233 ("r-lpsolve" ,r-lpsolve)
3234 ("r-rcpp" ,r-rcpp)
3235 ("r-rcppprogress" ,r-rcppprogress)))
3236 (home-page "http://geometry.r-forge.r-project.org/")
3237 (synopsis "Mesh generation and surface tesselation")
3238 (description
3239 "This package makes the qhull library available in R, in a similar manner
3240 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
3241 intersections about a point, Voronoi diagrams, furthest-site Delaunay
3242 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
3243 and higher dimensions. It implements the Quickhull algorithm for computing
3244 the convex hull. Qhull does not support constrained Delaunay triangulations,
3245 or mesh generation of non-convex objects, but the package does include some R
3246 functions that allow for this. Currently the package only gives access to
3247 Delaunay triangulation and convex hull computation.")
3248 ;; The Qhull sources are included and are distributed under a custom
3249 ;; non-copyleft license. The R sources are released under GPL version 2.
3250 (license (list license:gpl2
3251 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
3252
3253 (define-public r-ddalpha
3254 (package
3255 (name "r-ddalpha")
3256 (version "1.3.11")
3257 (source
3258 (origin
3259 (method url-fetch)
3260 (uri (cran-uri "ddalpha" version))
3261 (sha256
3262 (base32
3263 "1sdnb47r534nh138zk3a6b2mgi74nvshc7p5m304vjs9jlx4l2y3"))))
3264 (build-system r-build-system)
3265 (propagated-inputs
3266 `(("r-bh" ,r-bh)
3267 ("r-class" ,r-class)
3268 ("r-geometry" ,r-geometry)
3269 ("r-mass" ,r-mass)
3270 ("r-rcpp" ,r-rcpp)
3271 ("r-robustbase" ,r-robustbase)
3272 ("r-sfsmisc" ,r-sfsmisc)))
3273 (native-inputs
3274 `(("gfortran" ,gfortran)))
3275 (home-page "https://cran.r-project.org/web/packages/ddalpha")
3276 (synopsis "Depth-Based classification and calculation of data depth")
3277 (description
3278 "This package contains procedures for depth-based supervised learning,
3279 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
3280 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
3281 statistical depth function to a compact low-dimensional space, where the final
3282 classification is done. It also offers an extension to functional data and
3283 routines for calculating certain notions of statistical depth functions. 50
3284 multivariate and 5 functional classification problems are included.")
3285 (license license:gpl2)))
3286
3287 (define-public r-gower
3288 (package
3289 (name "r-gower")
3290 (version "0.2.2")
3291 (source
3292 (origin
3293 (method url-fetch)
3294 (uri (cran-uri "gower" version))
3295 (sha256
3296 (base32
3297 "0c9n921wn4hhlvjq96r4nkk96s5788376cbldr7y7bwz348200iz"))))
3298 (build-system r-build-system)
3299 (home-page "https://github.com/markvanderloo/gower")
3300 (synopsis "Gower's distance")
3301 (description
3302 "This package provides tools to compute Gower's distance (or similarity)
3303 coefficient between records, and to compute the top-n matches between records.
3304 Core algorithms are executed in parallel on systems supporting OpenMP.")
3305 (license license:gpl3)))
3306
3307 (define-public r-rcpproll
3308 (package
3309 (name "r-rcpproll")
3310 (version "0.3.0")
3311 (source
3312 (origin
3313 (method url-fetch)
3314 (uri (cran-uri "RcppRoll" version))
3315 (sha256
3316 (base32
3317 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
3318 (properties `((upstream-name . "RcppRoll")))
3319 (build-system r-build-system)
3320 (propagated-inputs
3321 `(("r-rcpp" ,r-rcpp)))
3322 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
3323 (synopsis "Efficient rolling and windowed operations")
3324 (description
3325 "This package provides fast and efficient routines for common rolling /
3326 windowed operations. Routines for the efficient computation of windowed mean,
3327 median, sum, product, minimum, maximum, standard deviation and variance are
3328 provided.")
3329 (license license:gpl2+)))
3330
3331 (define-public r-ipred
3332 (package
3333 (name "r-ipred")
3334 (version "0.9-9")
3335 (source
3336 (origin
3337 (method url-fetch)
3338 (uri (cran-uri "ipred" version))
3339 (sha256
3340 (base32
3341 "0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d"))))
3342 (build-system r-build-system)
3343 (propagated-inputs
3344 `(("r-class" ,r-class)
3345 ("r-mass" ,r-mass)
3346 ("r-nnet" ,r-nnet)
3347 ("r-prodlim" ,r-prodlim)
3348 ("r-rpart" ,r-rpart)
3349 ("r-survival" ,r-survival)))
3350 (home-page "https://cran.r-project.org/web/packages/ipred")
3351 (synopsis "Improved predictors")
3352 (description
3353 "This package provides improved predictive models by indirect
3354 classification and bagging for classification, regression and survival
3355 problems as well as resampling based estimators of prediction error.")
3356 (license license:gpl2+)))
3357
3358 (define-public r-psych
3359 (package
3360 (name "r-psych")
3361 (version "1.9.12.31")
3362 (source
3363 (origin
3364 (method url-fetch)
3365 (uri (cran-uri "psych" version))
3366 (sha256
3367 (base32
3368 "02i9p6appf15hjdsi58g39bzs9as40f9qhy8m7ki30hd1fz1vrr5"))))
3369 (build-system r-build-system)
3370 (propagated-inputs
3371 `(("r-lattice" ,r-lattice)
3372 ("r-mnormt" ,r-mnormt)
3373 ("r-nlme" ,r-nlme)))
3374 (home-page "https://cran.r-project.org/web/packages/psych/")
3375 (synopsis "Procedures for psychological, psychometric, and personality research")
3376 (description
3377 "This package provides a general purpose toolbox for personality,
3378 psychometric theory and experimental psychology. Functions are primarily for
3379 multivariate analysis and scale construction using factor analysis, principal
3380 component analysis, cluster analysis and reliability analysis, although others
3381 provide basic descriptive statistics. Item Response Theory is done using
3382 factor analysis of tetrachoric and polychoric correlations. Functions for
3383 analyzing data at multiple levels include within and between group statistics,
3384 including correlations and factor analysis. Functions for simulating and
3385 testing particular item and test structures are included. Several functions
3386 serve as a useful front end for structural equation modeling. Graphical
3387 displays of path diagrams, factor analysis and structural equation models are
3388 created using basic graphics.")
3389 (license license:gpl2+)))
3390
3391 (define-public r-generics
3392 (package
3393 (name "r-generics")
3394 (version "0.0.2")
3395 (source
3396 (origin
3397 (method url-fetch)
3398 (uri (cran-uri "generics" version))
3399 (sha256
3400 (base32
3401 "0xk1xhpy7gpv3pvaygzhpfdxj72zmb38pb4nscfyg2ff36vx3cvi"))))
3402 (build-system r-build-system)
3403 (home-page "https://github.com/r-lib/generics")
3404 (synopsis "Common S3 generics not provided by base R methods")
3405 (description
3406 "In order to reduce potential package dependencies and conflicts,
3407 generics provides a number of commonly used S3 generics that are not provided
3408 by base R methods related to model fitting.")
3409 (license license:gpl2)))
3410
3411 (define-public r-broom
3412 (package
3413 (name "r-broom")
3414 (version "0.5.6")
3415 (source
3416 (origin
3417 (method url-fetch)
3418 (uri (cran-uri "broom" version))
3419 (sha256
3420 (base32
3421 "0da3jsb02xckrk6alznicn6l5lnyvdhc64qklyarnd77miqgc1hb"))))
3422 (build-system r-build-system)
3423 (propagated-inputs
3424 `(("r-backports" ,r-backports)
3425 ("r-dplyr" ,r-dplyr)
3426 ("r-generics" ,r-generics)
3427 ("r-nlme" ,r-nlme)
3428 ("r-purrr" ,r-purrr)
3429 ("r-reshape2" ,r-reshape2)
3430 ("r-stringr" ,r-stringr)
3431 ("r-tibble" ,r-tibble)
3432 ("r-tidyr" ,r-tidyr)))
3433 (native-inputs
3434 `(("r-knitr" ,r-knitr)))
3435 (home-page "https://github.com/tidyverse/broom")
3436 (synopsis "Convert statistical analysis objects into tidy data frames")
3437 (description
3438 "This package provides tools to convert statistical analysis objects from
3439 R into tidy data frames, so that they can more easily be combined, reshaped
3440 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
3441 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
3442 summarizes a model's statistical findings such as coefficients of a
3443 regression; @code{augment}, which adds columns to the original data such as
3444 predictions, residuals and cluster assignments; and @code{glance}, which
3445 provides a one-row summary of model-level statistics.")
3446 (license license:expat)))
3447
3448 (define-public r-recipes
3449 (package
3450 (name "r-recipes")
3451 (version "0.1.13")
3452 (source
3453 (origin
3454 (method url-fetch)
3455 (uri (cran-uri "recipes" version))
3456 (sha256
3457 (base32
3458 "1d3pmprkiz60w7lq5q4lpl5zlwf7fg7qghf7sq6xs1294w54gzbs"))))
3459 (build-system r-build-system)
3460 (propagated-inputs
3461 `(("r-dplyr" ,r-dplyr)
3462 ("r-generics" ,r-generics)
3463 ("r-glue" ,r-glue)
3464 ("r-gower" ,r-gower)
3465 ("r-ipred" ,r-ipred)
3466 ("r-lifecycle" ,r-lifecycle)
3467 ("r-lubridate" ,r-lubridate)
3468 ("r-magrittr" ,r-magrittr)
3469 ("r-matrix" ,r-matrix)
3470 ("r-purrr" ,r-purrr)
3471 ("r-rlang" ,r-rlang)
3472 ("r-tibble" ,r-tibble)
3473 ("r-tidyr" ,r-tidyr)
3474 ("r-tidyselect" ,r-tidyselect)
3475 ("r-timedate" ,r-timedate)
3476 ("r-withr" ,r-withr)))
3477 (native-inputs
3478 `(("r-knitr" ,r-knitr)))
3479 (home-page "https://github.com/topepo/recipes")
3480 (synopsis "Preprocessing tools to create design matrices")
3481 (description
3482 "Recipes is an extensible framework to create and preprocess design
3483 matrices. Recipes consist of one or more data manipulation and analysis
3484 \"steps\". Statistical parameters for the steps can be estimated from an
3485 initial data set and then applied to other data sets. The resulting design
3486 matrices can then be used as inputs into statistical or machine learning
3487 models.")
3488 (license license:gpl2)))
3489
3490 (define-public r-pdist
3491 (package
3492 (name "r-pdist")
3493 (version "1.2")
3494 (source
3495 (origin
3496 (method url-fetch)
3497 (uri (cran-uri "pdist" version))
3498 (sha256
3499 (base32
3500 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
3501 (build-system r-build-system)
3502 (home-page "https://github.com/jeffwong/pdist")
3503 (synopsis "Partitioned distance function")
3504 (description
3505 "Pdist computes the euclidean distance between rows of a matrix X and
3506 rows of another matrix Y. Previously, this could be done by binding the two
3507 matrices together and calling @code{dist}, but this creates unnecessary
3508 computation by computing the distances between a row of X and another row of
3509 X, and likewise for Y. Pdist strictly computes distances across the two
3510 matrices, not within the same matrix, making computations significantly faster
3511 for certain use cases.")
3512 (license license:gpl3+)))
3513
3514 (define-public r-ggrepel
3515 (package
3516 (name "r-ggrepel")
3517 (version "0.8.2")
3518 (source
3519 (origin
3520 (method url-fetch)
3521 (uri (cran-uri "ggrepel" version))
3522 (sha256
3523 (base32
3524 "1qaifn3dazdqbqlii210xhw7yf142iw7g9p2axmmxbz90p0by08d"))))
3525 (build-system r-build-system)
3526 (propagated-inputs
3527 `(("r-ggplot2" ,r-ggplot2)
3528 ("r-rcpp" ,r-rcpp)
3529 ("r-scales" ,r-scales)))
3530 (native-inputs
3531 `(("r-knitr" ,r-knitr))) ; for vignettes
3532 (home-page "http://github.com/slowkow/ggrepel")
3533 (synopsis "Repulsive text and label geometries for ggplot2")
3534 (description
3535 "This package provides text and label geometries for ggplot2 that help to
3536 avoid overlapping text labels. Labels repel away from each other and away
3537 from the data points.")
3538 (license license:gpl3)))
3539
3540 (define-public r-corrplot
3541 (package
3542 (name "r-corrplot")
3543 (version "0.84")
3544 (source
3545 (origin
3546 (method url-fetch)
3547 (uri (cran-uri "corrplot" version))
3548 (sha256
3549 (base32
3550 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
3551 (build-system r-build-system)
3552 (home-page "https://github.com/taiyun/corrplot")
3553 (synopsis "Visualization of a correlation matrix")
3554 (description
3555 "This package provides a graphical display of a correlation matrix or
3556 general matrix. It also contains some algorithms to do matrix reordering. In
3557 addition, corrplot is good at details, including choosing color, text labels,
3558 color labels, layout, etc.")
3559 ;; Any version of the GPL
3560 (license license:gpl2+)))
3561
3562 (define-public r-stringdist
3563 (package
3564 (name "r-stringdist")
3565 (version "0.9.5.5")
3566 (source
3567 (origin
3568 (method url-fetch)
3569 (uri (cran-uri "stringdist" version))
3570 (sha256
3571 (base32 "1dqfakclzaf878x7mhwmqrcpcql2h9cv19fz5f3ygpajf3si5kqi"))))
3572 (build-system r-build-system)
3573 (home-page "https://github.com/markvanderloo/stringdist")
3574 (synopsis "Approximate string matching and string distance functions")
3575 (description
3576 "This package implements an approximate string matching version of R's
3577 native @code{match} function. It can calculate various string distances based
3578 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment),
3579 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
3580 Jaro-Winkler). An implementation of soundex is provided as well. Distances
3581 can be computed between character vectors while taking proper care of encoding
3582 or between integer vectors representing generic sequences.")
3583 (license license:gpl3+)))
3584
3585 (define-public r-ucminf
3586 (package
3587 (name "r-ucminf")
3588 (version "1.1-4")
3589 (source
3590 (origin
3591 (method url-fetch)
3592 (uri (cran-uri "ucminf" version))
3593 (sha256
3594 (base32
3595 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
3596 (build-system r-build-system)
3597 (native-inputs `(("gfortran" ,gfortran)))
3598 (home-page "https://cran.r-project.org/web/packages/ucminf/")
3599 (synopsis "General-purpose unconstrained non-linear optimization")
3600 (description
3601 "This package provides an implementation of an algorithm for
3602 general-purpose unconstrained non-linear optimization. The algorithm is of
3603 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
3604 search with a trust region type monitoring of the input to the line search
3605 algorithm. The interface of @code{ucminf} is designed for easy interchange
3606 with the package @code{optim}.")
3607 (license license:gpl2+)))
3608
3609 (define-public r-ordinal
3610 (package
3611 (name "r-ordinal")
3612 (version "2019.12-10")
3613 (source
3614 (origin
3615 (method url-fetch)
3616 (uri (cran-uri "ordinal" version))
3617 (sha256
3618 (base32
3619 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
3620 (build-system r-build-system)
3621 (propagated-inputs
3622 `(("r-mass" ,r-mass)
3623 ("r-matrix" ,r-matrix)
3624 ("r-numderiv" ,r-numderiv)
3625 ("r-ucminf" ,r-ucminf)))
3626 (home-page "https://github.com/runehaubo/ordinal")
3627 (synopsis "Regression models for ordinal data")
3628 (description
3629 "This package provides an implementation of cumulative link (mixed)
3630 models also known as ordered regression models, proportional odds models,
3631 proportional hazards models for grouped survival times and ordered models.
3632 Estimation is via maximum likelihood and mixed models are fitted with the
3633 Laplace approximation and adaptive Gauss-Hermite quadrature.")
3634 (license license:gpl2+)))
3635
3636 (define-public r-jomo
3637 (package
3638 (name "r-jomo")
3639 (version "2.7-1")
3640 (source
3641 (origin
3642 (method url-fetch)
3643 (uri (cran-uri "jomo" version))
3644 (sha256
3645 (base32
3646 "0cdy9m4ylarkk9d0v1s61k2d877l4bbxly8a4jwhfy43fdvskz1w"))))
3647 (build-system r-build-system)
3648 (propagated-inputs
3649 `(("r-lme4" ,r-lme4)
3650 ("r-mass" ,r-mass)
3651 ("r-ordinal" ,r-ordinal)
3652 ("r-survival" ,r-survival)))
3653 (home-page "https://cran.r-project.org/web/packages/jomo/")
3654 (synopsis "Multilevel Joint Modelling Multiple Imputation")
3655 (description
3656 "Similarly to Schafer's package pan, jomo is a package for multilevel
3657 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
3658 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
3659 possibility of handling binary and categorical data through latent normal
3660 variables, the option to use cluster-specific covariance matrices and to
3661 impute compatibly with the substantive model.")
3662 (license license:gpl2)))
3663
3664 (define-public r-pan
3665 (package
3666 (name "r-pan")
3667 (version "1.6")
3668 (source
3669 (origin
3670 (method url-fetch)
3671 (uri (cran-uri "pan" version))
3672 (sha256
3673 (base32
3674 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
3675 (build-system r-build-system)
3676 (native-inputs `(("gfortran" ,gfortran)))
3677 (home-page "https://cran.r-project.org/web/packages/pan/")
3678 (synopsis "Multiple imputation for multivariate panel or clustered data")
3679 (description
3680 "This package implements multiple imputation for multivariate panel or
3681 clustered data.")
3682 (license license:gpl3)))
3683
3684 (define-public r-mitml
3685 (package
3686 (name "r-mitml")
3687 (version "0.3-7")
3688 (source
3689 (origin
3690 (method url-fetch)
3691 (uri (cran-uri "mitml" version))
3692 (sha256
3693 (base32
3694 "0yqyxkyi1kmv5k63wxj5kkg5g8igk1axk2csb4xhj6wz0p89dxy6"))))
3695 (build-system r-build-system)
3696 (propagated-inputs
3697 `(("r-haven" ,r-haven)
3698 ("r-jomo" ,r-jomo)
3699 ("r-pan" ,r-pan)))
3700 (home-page "https://cran.r-project.org/web/packages/mitml/")
3701 (synopsis "Tools for multiple imputation in multilevel modeling")
3702 (description
3703 "This package provides tools for multiple imputation of missing data in
3704 multilevel modeling. It includes a user-friendly interface to the packages
3705 pan and jomo, and several functions for visualization, data management and the
3706 analysis of multiply imputed data sets.")
3707 (license license:gpl2+)))
3708
3709 (define-public r-mice
3710 (package
3711 (name "r-mice")
3712 (version "3.9.0")
3713 (source
3714 (origin
3715 (method url-fetch)
3716 (uri (cran-uri "mice" version))
3717 (sha256
3718 (base32
3719 "1wycbc2iqp68gfzvqx1gsn5n1k1h4bg79dy8m5msqf226hy83ncn"))))
3720 (build-system r-build-system)
3721 (propagated-inputs
3722 `(("r-broom" ,r-broom)
3723 ("r-dplyr" ,r-dplyr)
3724 ("r-lattice" ,r-lattice)
3725 ("r-rcpp" ,r-rcpp)
3726 ("r-tidyr" ,r-tidyr)))
3727 (home-page "https://cran.r-project.org/web/packages/mice/")
3728 (synopsis "Multivariate imputation by chained equations")
3729 (description
3730 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
3731 implemented by the MICE algorithm as described in @url{Van Buuren and
3732 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
3733 variable has its own imputation model. Built-in imputation models are
3734 provided for continuous data (predictive mean matching, normal), binary
3735 data (logistic regression), unordered categorical data (polytomous logistic
3736 regression) and ordered categorical data (proportional odds). MICE can also
3737 impute continuous two-level data (normal model, pan, second-level variables).
3738 Passive imputation can be used to maintain consistency between variables.
3739 Various diagnostic plots are available to inspect the quality of the
3740 imputations.")
3741 ;; Any of these two versions.
3742 (license (list license:gpl2 license:gpl3))))
3743
3744 (define-public r-truncnorm
3745 (package
3746 (name "r-truncnorm")
3747 (version "1.0-8")
3748 (source
3749 (origin
3750 (method url-fetch)
3751 (uri (cran-uri "truncnorm" version))
3752 (sha256
3753 (base32
3754 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
3755 (build-system r-build-system)
3756 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
3757 (synopsis "Truncated normal distribution")
3758 (description "This package provides functions for the truncated normal
3759 distribution with mean equal to @code{mean} and standard deviation equal to
3760 @code{sd}. It includes density, distribution, quantile, and expected value
3761 functions, as well as a random generation function.")
3762 (license license:gpl2)))
3763
3764 (define-public r-rsolnp
3765 (package
3766 (name "r-rsolnp")
3767 (version "1.16")
3768 (source
3769 (origin
3770 (method url-fetch)
3771 (uri (cran-uri "Rsolnp" version))
3772 (sha256
3773 (base32
3774 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
3775 (properties `((upstream-name . "Rsolnp")))
3776 (build-system r-build-system)
3777 (propagated-inputs
3778 `(("r-truncnorm" ,r-truncnorm)))
3779 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
3780 (synopsis "General non-linear optimization")
3781 (description "The Rsolnp package implements a general non-linear augmented
3782 Lagrange multiplier method solver, a @dfn{sequential quadratic
3783 programming} (SQP) based solver).")
3784 ;; Any version of the GPL.
3785 (license license:gpl2+)))
3786
3787 (define-public r-hardyweinberg
3788 (package
3789 (name "r-hardyweinberg")
3790 (version "1.6.3")
3791 (source
3792 (origin
3793 (method url-fetch)
3794 (uri (cran-uri "HardyWeinberg" version))
3795 (sha256
3796 (base32
3797 "1irz44q6nf95h37av868f47aakwv3jgwgw217xfsfw0afkm7s25f"))))
3798 (properties `((upstream-name . "HardyWeinberg")))
3799 (build-system r-build-system)
3800 (propagated-inputs
3801 `(("r-mice" ,r-mice)
3802 ("r-rcpp" ,r-rcpp)
3803 ("r-rsolnp" ,r-rsolnp)))
3804 (home-page "https://cran.r-project.org/package=HardyWeinberg")
3805 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
3806 (description
3807 "This package contains tools for exploring Hardy-Weinberg equilibrium for
3808 diallelic genetic marker data. All classical tests (chi-square, exact,
3809 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
3810 included in the package, as well as functions for power computation and for
3811 the simulation of marker data under equilibrium and disequilibrium. Routines
3812 for dealing with markers on the X-chromosome are included. Functions for
3813 testing equilibrium in the presence of missing data by using multiple
3814 imputation are also provided. Implements several graphics for exploring the
3815 equilibrium status of a large set of diallelic markers: ternary plots with
3816 acceptance regions, log-ratio plots and Q-Q plots.")
3817 (license license:gpl2+)))
3818
3819 (define-public r-sm
3820 (package
3821 (name "r-sm")
3822 (version "2.2-5.6")
3823 (source
3824 (origin
3825 (method url-fetch)
3826 (uri (cran-uri "sm" version))
3827 (sha256
3828 (base32
3829 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
3830 (build-system r-build-system)
3831 (native-inputs `(("gfortran" ,gfortran)))
3832 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
3833 (synopsis "Smoothing methods for nonparametric regression and density estimation")
3834 (description
3835 "This is software accompanying the book 'Applied Smoothing Techniques for
3836 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
3837 University Press. It provides smoothing methods for nonparametric regression
3838 and density estimation")
3839 (license license:gpl2+)))
3840
3841 (define-public r-venndiagram
3842 (package
3843 (name "r-venndiagram")
3844 (version "1.6.20")
3845 (source (origin
3846 (method url-fetch)
3847 (uri (cran-uri "VennDiagram" version))
3848 (sha256
3849 (base32
3850 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
3851 (properties `((upstream-name . "VennDiagram")))
3852 (build-system r-build-system)
3853 (propagated-inputs
3854 `(("r-futile-logger" ,r-futile-logger)))
3855 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
3856 (synopsis "Generate High-Resolution Venn and Euler Plots")
3857 (description
3858 "This package provides a set of functions to generate high-resolution
3859 Venn and Euler plots. It includes handling for several special cases,
3860 including two-case scaling, and extensive customization of plot shape and
3861 structure.")
3862 (license license:gpl2+)))
3863
3864 (define-public r-vioplot
3865 (package
3866 (name "r-vioplot")
3867 (version "0.3.5")
3868 (source
3869 (origin
3870 (method url-fetch)
3871 (uri (cran-uri "vioplot" version))
3872 (sha256
3873 (base32
3874 "0aiy615kn9lpr2cs757g3pklg81n01yhqh0wrwv111fn3cy86r0v"))))
3875 (build-system r-build-system)
3876 (propagated-inputs
3877 `(("r-sm" ,r-sm)
3878 ("r-zoo" ,r-zoo)))
3879 (native-inputs
3880 `(("r-knitr" ,r-knitr)))
3881 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
3882 (synopsis "Violin plot")
3883 (description
3884 "This package provides a violin plot, which is a combination of a box
3885 plot and a kernel density plot.")
3886 (license license:bsd-3)))
3887
3888 (define-public r-rsofia
3889 (package
3890 (name "r-rsofia")
3891 (version "1.1")
3892 (source (origin
3893 (method url-fetch)
3894 ;; This package has been removed from CRAN, so we can
3895 ;; only fetch it from the archives.
3896 (uri (string-append "https://cran.r-project.org/src/"
3897 "contrib/Archive/RSofia/RSofia_"
3898 version ".tar.gz"))
3899 (sha256
3900 (base32
3901 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
3902 (properties `((upstream-name . "RSofia")))
3903 (build-system r-build-system)
3904 (propagated-inputs
3905 `(("r-rcpp" ,r-rcpp)))
3906 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
3907 (synopsis "Port of sofia-ml to R")
3908 (description "This package is a port of sofia-ml to R. Sofia-ml is a
3909 suite of fast incremental algorithms for machine learning that can be used for
3910 training models for classification or ranking.")
3911 (license license:asl2.0)))
3912
3913 (define-public r-xts
3914 (package
3915 (name "r-xts")
3916 (version "0.12-0")
3917 (source
3918 (origin
3919 (method url-fetch)
3920 (uri (cran-uri "xts" version))
3921 (sha256
3922 (base32
3923 "0q4cc8ynp7ndmgll1jj3lxyl6wmgg89ad3wq09kjc2ngszdfc4fz"))))
3924 (build-system r-build-system)
3925 (propagated-inputs `(("r-zoo" ,r-zoo)))
3926 (home-page "https://github.com/joshuaulrich/xts")
3927 (synopsis "Extensible time series")
3928 (description
3929 "This package provides for uniform handling of R's different time-based
3930 data classes by extending @code{zoo}, maximizing native format information
3931 preservation and allowing for user-level customization and extension, while
3932 simplifying cross-class interoperability.")
3933 (license license:gpl2+)))
3934
3935 (define-public r-performanceanalytics
3936 (package
3937 (name "r-performanceanalytics")
3938 (version "2.0.4")
3939 (source
3940 (origin
3941 (method url-fetch)
3942 (uri (cran-uri "PerformanceAnalytics" version))
3943 (sha256
3944 (base32
3945 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
3946 (properties
3947 `((upstream-name . "PerformanceAnalytics")))
3948 (build-system r-build-system)
3949 (propagated-inputs
3950 `(("r-quadprog" ,r-quadprog)
3951 ("r-xts" ,r-xts)
3952 ("r-zoo" ,r-zoo)))
3953 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
3954 (synopsis "Econometric tools for performance and risk analysis")
3955 (description "This is a collection of econometric functions for
3956 performance and risk analysis. This package aims to aid practitioners and
3957 researchers in utilizing the latest research in analysis of non-normal return
3958 streams. In general, it is most tested on return (rather than price) data on
3959 a regular scale, but most functions will work with irregular return data as
3960 well, and increasing numbers of functions will work with P&L or price data
3961 where possible.")
3962 ;; Either version may be picked.
3963 (license (list license:gpl2 license:gpl3))))
3964
3965 (define-public r-laeken
3966 (package
3967 (name "r-laeken")
3968 (version "0.5.1")
3969 (source
3970 (origin
3971 (method url-fetch)
3972 (uri (cran-uri "laeken" version))
3973 (sha256
3974 (base32
3975 "199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
3976 (build-system r-build-system)
3977 (propagated-inputs
3978 `(("r-boot" ,r-boot)
3979 ("r-mass" ,r-mass)))
3980 (home-page "https://cran.r-project.org/web/packages/laeken/")
3981 (synopsis "Estimation of indicators on social exclusion and poverty")
3982 (description "This package provides tools for the estimation of indicators
3983 on social exclusion and poverty, as well as an implementation of Pareto tail
3984 modeling for empirical income distributions.")
3985 (license license:gpl2+)))
3986
3987 (define-public r-vcd
3988 (package
3989 (name "r-vcd")
3990 (version "1.4-7")
3991 (source
3992 (origin
3993 (method url-fetch)
3994 (uri (cran-uri "vcd" version))
3995 (sha256
3996 (base32
3997 "16aj688nhlcvdxzfsqh4s375v8f8vl8997dl8h1xg29b42nv52gc"))))
3998 (build-system r-build-system)
3999 (propagated-inputs
4000 `(("r-colorspace" ,r-colorspace)
4001 ("r-lmtest" ,r-lmtest)
4002 ("r-mass" ,r-mass)))
4003 (home-page "https://cran.r-project.org/web/packages/vcd/")
4004 (synopsis "Visualizing categorical data")
4005 (description "This package provides visualization techniques, data sets,
4006 summary and inference procedures aimed particularly at categorical data.
4007 Special emphasis is given to highly extensible grid graphics. The package was
4008 originally inspired by the book \"Visualizing Categorical Data\" by Michael
4009 Friendly and is now the main support package for a new book, \"Discrete Data
4010 Analysis with R\" by Michael Friendly and David Meyer (2015).")
4011 (license license:gpl2)))
4012
4013 (define-public r-ica
4014 (package
4015 (name "r-ica")
4016 (version "1.0-2")
4017 (source
4018 (origin
4019 (method url-fetch)
4020 (uri (cran-uri "ica" version))
4021 (sha256
4022 (base32
4023 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
4024 (build-system r-build-system)
4025 (home-page "https://cran.r-project.org/web/packages/ica/")
4026 (synopsis "Independent component analysis")
4027 (description "This package provides tools for @dfn{Independent Component
4028 Analysis} (ICA) using various algorithms: FastICA,
4029 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
4030 of Eigenmatrices} (JADE).")
4031 (license license:gpl2+)))
4032
4033 (define-public r-dtw
4034 (package
4035 (name "r-dtw")
4036 (version "1.21-3")
4037 (source
4038 (origin
4039 (method url-fetch)
4040 (uri (cran-uri "dtw" version))
4041 (sha256
4042 (base32
4043 "02hyhx1sy5h3vzh9zixy18a7d47df4k5d0wyflcvlcbsbcl6p90s"))))
4044 (build-system r-build-system)
4045 (propagated-inputs `(("r-proxy" ,r-proxy)))
4046 (home-page "http://dtw.r-forge.r-project.org/")
4047 (synopsis "Dynamic Time Warping Algorithms")
4048 (description "This package provides a comprehensive implementation of
4049 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
4050 optimal (least cumulative distance) alignment between points of two time
4051 series. Common DTW variants covered include local (slope) and global (window)
4052 constraints, subsequence matches, arbitrary distance definitions,
4053 normalizations, minimum variance matching, and so on.")
4054 (license license:gpl2+)))
4055
4056 (define-public r-sdmtools
4057 (package
4058 (name "r-sdmtools")
4059 (version "1.1-221.2")
4060 (source
4061 (origin
4062 (method url-fetch)
4063 (uri (cran-uri "SDMTools" version))
4064 (sha256
4065 (base32
4066 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
4067 (properties `((upstream-name . "SDMTools")))
4068 (build-system r-build-system)
4069 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
4070 (home-page "https://www.rforge.net/SDMTools/")
4071 (synopsis "Species distribution modelling tools")
4072 (description "This package provides a set of tools for post processing
4073 the outcomes of species distribution modeling exercises. It includes novel
4074 methods for comparing models and tracking changes in distributions through
4075 time. It further includes methods for visualizing outcomes, selecting
4076 thresholds, calculating measures of accuracy and landscape fragmentation
4077 statistics, etc.")
4078 (license license:gpl3+)))
4079
4080 (define-public r-scatterplot3d
4081 (package
4082 (name "r-scatterplot3d")
4083 (version "0.3-41")
4084 (source
4085 (origin
4086 (method url-fetch)
4087 (uri (cran-uri "scatterplot3d" version))
4088 (sha256
4089 (base32
4090 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
4091 (build-system r-build-system)
4092 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
4093 (synopsis "3D scatter plot")
4094 (description "This package provides an implementation of scatter plots for
4095 plotting. a three dimensional point cloud.")
4096 (license license:gpl2)))
4097
4098 (define-public r-ggridges
4099 (package
4100 (name "r-ggridges")
4101 (version "0.5.2")
4102 (source
4103 (origin
4104 (method url-fetch)
4105 (uri (cran-uri "ggridges" version))
4106 (sha256
4107 (base32
4108 "03pz257aw0mkh5k75rby9givkc1ky3n5scvhjhjiz9vry9fpffmh"))))
4109 (build-system r-build-system)
4110 (propagated-inputs
4111 `(("r-ggplot2" ,r-ggplot2)
4112 ("r-plyr" ,r-plyr)
4113 ("r-scales" ,r-scales)
4114 ("r-withr" ,r-withr)))
4115 (home-page "https://github.com/clauswilke/ggridges")
4116 (synopsis "Ridgeline plots in ggplot2")
4117 (description
4118 "Ridgeline plots provide a convenient way of visualizing changes in
4119 distributions over time or space. This package enables the creation of such
4120 plots in @code{ggplot2}.")
4121 (license license:gpl2)))
4122
4123 (define-public r-ggjoy
4124 (package
4125 (name "r-ggjoy")
4126 (version "0.4.1")
4127 (source
4128 (origin
4129 (method url-fetch)
4130 (uri (cran-uri "ggjoy" version))
4131 (sha256
4132 (base32
4133 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
4134 (build-system r-build-system)
4135 (propagated-inputs
4136 `(("r-ggplot2" ,r-ggplot2)
4137 ("r-ggridges" ,r-ggridges)))
4138 (home-page "https://github.com/clauswilke/ggjoy")
4139 (synopsis "Joyplots in ggplot2")
4140 (description "Joyplots provide a convenient way of visualizing changes in
4141 distributions over time or space. This package enables the creation of such
4142 plots in @code{ggplot2}.")
4143 (license license:gpl2)))
4144
4145 (define-public r-cli
4146 (package
4147 (name "r-cli")
4148 (version "2.0.2")
4149 (source
4150 (origin
4151 (method url-fetch)
4152 (uri (cran-uri "cli" version))
4153 (sha256
4154 (base32
4155 "1dhkah6jvr96k4h4agcc2rfls75bpjb0j58fzaz3dc0fp3jk8229"))))
4156 (build-system r-build-system)
4157 (propagated-inputs
4158 `(("r-assertthat" ,r-assertthat)
4159 ("r-crayon" ,r-crayon)
4160 ("r-fansi" ,r-fansi)
4161 ("r-glue" ,r-glue)))
4162 (home-page "https://github.com/r-lib/cli#readme")
4163 (synopsis "Helpers for developing command line interfaces")
4164 (description "This package provides a suite of tools designed to build
4165 attractive command line interfaces (CLIs). It includes tools for drawing
4166 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
4167 (license license:expat)))
4168
4169 (define-public r-argparser
4170 (package
4171 (name "r-argparser")
4172 (version "0.6")
4173 (source
4174 (origin
4175 (method url-fetch)
4176 (uri (cran-uri "argparser" version))
4177 (sha256
4178 (base32
4179 "1pxiz9jlhlnpzqn1lz349r07i7glw708w202x6dlnxp112fg7k4x"))))
4180 (build-system r-build-system)
4181 (home-page "https://bitbucket.org/djhshih/argparser")
4182 (synopsis "Command-line argument parser")
4183 (description
4184 "This package provides a cross-platform command-line argument parser
4185 written purely in R with no external dependencies. It is useful with the
4186 Rscript front-end and facilitates turning an R script into an executable
4187 script.")
4188 (license license:gpl3+)))
4189
4190 (define-public r-debugme
4191 (package
4192 (name "r-debugme")
4193 (version "1.1.0")
4194 (source
4195 (origin
4196 (method url-fetch)
4197 (uri (cran-uri "debugme" version))
4198 (sha256
4199 (base32
4200 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
4201 (build-system r-build-system)
4202 (propagated-inputs `(("r-crayon" ,r-crayon)))
4203 (home-page "https://github.com/r-lib/debugme#readme")
4204 (synopsis "Debug R packages")
4205 (description
4206 "This package allows the user to specify debug messages as special string
4207 constants, and control debugging of packages via environment variables.")
4208 (license license:expat)))
4209
4210 (define-public r-processx
4211 (package
4212 (name "r-processx")
4213 (version "3.4.2")
4214 (source
4215 (origin
4216 (method url-fetch)
4217 (uri (cran-uri "processx" version))
4218 (sha256
4219 (base32
4220 "02awswxq6wh3rl99dncw5n6c1xmd0v81xcdp2dfyi6vm6b3gz84l"))))
4221 (build-system r-build-system)
4222 (propagated-inputs
4223 `(("r-ps" ,r-ps)
4224 ("r-r6" ,r-r6)))
4225 (home-page "https://github.com/r-lib/processx3")
4226 (synopsis "Execute and control system processes")
4227 (description
4228 "This package provides portable tools to run system processes in the
4229 background. It can check if a background process is running; wait on a
4230 background process to finish; get the exit status of finished processes; kill
4231 background processes and their children; restart processes. It can read the
4232 standard output and error of the processes, using non-blocking connections.
4233 @code{processx} can poll a process for standard output or error, with a
4234 timeout. It can also poll several processes at once.")
4235 (license license:expat)))
4236
4237 (define-public r-tsp
4238 (package
4239 (name "r-tsp")
4240 (version "1.1-10")
4241 (source
4242 (origin
4243 (method url-fetch)
4244 (uri (cran-uri "TSP" version))
4245 (sha256
4246 (base32
4247 "0z1v6m0vqjzxc4az3zyjaayygx0jr3mdmc56jjd421iqh0b9z5s4"))))
4248 (properties `((upstream-name . "TSP")))
4249 (build-system r-build-system)
4250 (propagated-inputs `(("r-foreach" ,r-foreach)))
4251 (home-page "https://cran.r-project.org/web/packages/TSP/")
4252 (synopsis "Traveling salesperson problem (TSP)")
4253 (description "This package provides basic infrastructure and some
4254 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
4255 traveling salesman problem).")
4256 (license license:gpl3)))
4257
4258 (define-public r-qap
4259 (package
4260 (name "r-qap")
4261 (version "0.1-1")
4262 (source
4263 (origin
4264 (method url-fetch)
4265 (uri (cran-uri "qap" version))
4266 (sha256
4267 (base32
4268 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
4269 (build-system r-build-system)
4270 (native-inputs `(("gfortran" ,gfortran)))
4271 (home-page "https://cran.r-project.org/web/packages/qap/")
4272 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
4273 (description "This package implements heuristics for the @dfn{quadratic
4274 assignment problem} (QAP). Currently only a simulated annealing heuristic is
4275 available.")
4276 (license license:gpl3)))
4277
4278 (define-public r-gclus
4279 (package
4280 (name "r-gclus")
4281 (version "1.3.2")
4282 (source
4283 (origin
4284 (method url-fetch)
4285 (uri (cran-uri "gclus" version))
4286 (sha256
4287 (base32
4288 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
4289 (build-system r-build-system)
4290 (propagated-inputs `(("r-cluster" ,r-cluster)))
4291 (home-page "https://cran.r-project.org/web/packages/gclus/")
4292 (synopsis "Clustering graphics")
4293 (description "This package orders panels in scatterplot matrices and
4294 parallel coordinate displays by some merit index. It contains various indices
4295 of merit, ordering functions, and enhanced versions of @code{pairs} and
4296 @code{parcoord} which color panels according to their merit level.")
4297 (license license:gpl2+)))
4298
4299 (define-public r-webshot
4300 (package
4301 (name "r-webshot")
4302 (version "0.5.2")
4303 (source
4304 (origin
4305 (method url-fetch)
4306 (uri (cran-uri "webshot" version))
4307 (sha256
4308 (base32
4309 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
4310 (build-system r-build-system)
4311 (propagated-inputs
4312 `(("r-callr" ,r-callr)
4313 ("r-jsonlite" ,r-jsonlite)
4314 ("r-magrittr" ,r-magrittr)))
4315 (home-page "https://github.com/wch/webshot/")
4316 (synopsis "Take screenshots of web pages")
4317 (description
4318 "Webshot makes it easy to take screenshots of web pages from within R.
4319 It can also run Shiny applications locally and take screenshots of the
4320 application; and it can render and screenshot static as well as interactive R
4321 Markdown documents.")
4322 (license license:gpl2)))
4323
4324 (define-public r-seriation
4325 (package
4326 (name "r-seriation")
4327 (version "1.2-8")
4328 (source
4329 (origin
4330 (method url-fetch)
4331 (uri (cran-uri "seriation" version))
4332 (sha256
4333 (base32
4334 "1zbdxq0s5rc5v307b69fw9k52m0654ls7pf22lh35ggirig6lwsk"))))
4335 (build-system r-build-system)
4336 (propagated-inputs
4337 `(("r-cluster" ,r-cluster)
4338 ("r-colorspace" ,r-colorspace)
4339 ("r-dendextend" ,r-dendextend)
4340 ("r-gclus" ,r-gclus)
4341 ("r-gplots" ,r-gplots)
4342 ("r-mass" ,r-mass)
4343 ("r-qap" ,r-qap)
4344 ("r-registry" ,r-registry)
4345 ("r-tsp" ,r-tsp)))
4346 (native-inputs `(("gfortran" ,gfortran)))
4347 (home-page "https://s2.smu.edu/IDA/seriation/")
4348 (synopsis "Infrastructure for ordering objects using seriation")
4349 (description
4350 "This package provides infrastructure for seriation with an
4351 implementation of several seriation/sequencing techniques to reorder matrices,
4352 dissimilarity matrices, and dendrograms. It also provides (optimally)
4353 reordered heatmaps, color images and clustering visualizations like
4354 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
4355 iVAT).")
4356 (license license:gpl3)))
4357
4358 (define-public r-xfun
4359 (package
4360 (name "r-xfun")
4361 (version "0.15")
4362 (source
4363 (origin
4364 (method url-fetch)
4365 (uri (cran-uri "xfun" version))
4366 (sha256
4367 (base32 "1fdipwrl45bznb17da4169ria5jax0f2649yj5accw6qr6wsc8bj"))))
4368 (build-system r-build-system)
4369 ;; knitr itself depends on xfun
4370 #;
4371 (native-inputs
4372 `(("r-knitr" ,r-knitr)))
4373 (home-page "https://github.com/yihui/xfun")
4374 (synopsis "Miscellaneous functions")
4375 (description
4376 "This package provides miscellaneous functions commonly used in other
4377 packages maintained by Yihui Xie.")
4378 (license license:expat)))
4379
4380 (define-public r-utf8
4381 (package
4382 (name "r-utf8")
4383 (version "1.1.4")
4384 (source
4385 (origin
4386 (method url-fetch)
4387 (uri (cran-uri "utf8" version))
4388 (sha256
4389 (base32
4390 "0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
4391 (build-system r-build-system)
4392 (home-page "https://github.com/patperry/r-utf8")
4393 (synopsis "Unicode text processing")
4394 (description
4395 "This package provides tools to process and print UTF-8 encoded
4396 international text (Unicode). Input, validate, normalize, encode, format, and
4397 display.")
4398 (license license:asl2.0)))
4399
4400 (define-public r-zeallot
4401 (package
4402 (name "r-zeallot")
4403 (version "0.1.0")
4404 (source
4405 (origin
4406 (method url-fetch)
4407 (uri (cran-uri "zeallot" version))
4408 (sha256
4409 (base32
4410 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
4411 (build-system r-build-system)
4412 (home-page "https://github.com/nteetor/zeallot")
4413 (synopsis "Multiple, unpacking, and destructuring assignment")
4414 (description
4415 "This package provides a @code{%<-%} operator to perform multiple,
4416 unpacking, and destructuring assignment in R. The operator unpacks the
4417 right-hand side of an assignment into multiple values and assigns these values
4418 to variables on the left-hand side of the assignment.")
4419 (license license:expat)))
4420
4421 (define-public r-vctrs
4422 (package
4423 (name "r-vctrs")
4424 (version "0.3.1")
4425 (source
4426 (origin
4427 (method url-fetch)
4428 (uri (cran-uri "vctrs" version))
4429 (sha256
4430 (base32
4431 "025si8gqwsj79lna3s0hdzxmymjyzbjq3ddan7n6chah6n3kbrhp"))))
4432 (build-system r-build-system)
4433 (propagated-inputs
4434 `(("r-digest" ,r-digest)
4435 ("r-ellipsis" ,r-ellipsis)
4436 ("r-glue" ,r-glue)
4437 ("r-rlang" ,r-rlang)))
4438 (native-inputs
4439 `(("r-knitr" ,r-knitr)))
4440 (home-page "https://github.com/r-lib/vctrs")
4441 (synopsis "Vector helpers")
4442 (description
4443 "There are three main goals to the @code{vctrs} package:
4444
4445 @enumerate
4446 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
4447 @code{length()} and @code{class()}. These definitions are paired with a
4448 framework for type-coercion and size-recycling.
4449 @item To define type- and size-stability as desirable function properties, use
4450 them to analyse existing base function, and to propose better alternatives.
4451 This work has been particularly motivated by thinking about the ideal
4452 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
4453 @item To provide a new @code{vctr} base class that makes it easy to create new
4454 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
4455 a few new @code{vctrs} generics, making implementation considerably simpler
4456 and more robust.
4457 @end enumerate\n")
4458 (license license:gpl3)))
4459
4460 (define-public r-pillar
4461 (package
4462 (name "r-pillar")
4463 (version "1.4.4")
4464 (source
4465 (origin
4466 (method url-fetch)
4467 (uri (cran-uri "pillar" version))
4468 (sha256
4469 (base32
4470 "0viymfp1rkr7ig3m1b016r75hk8qbr9cqsjc6c20ks9pm5svmsp1"))))
4471 (build-system r-build-system)
4472 (propagated-inputs
4473 `(("r-cli" ,r-cli)
4474 ("r-crayon" ,r-crayon)
4475 ("r-fansi" ,r-fansi)
4476 ("r-rlang" ,r-rlang)
4477 ("r-utf8" ,r-utf8)
4478 ("r-vctrs" ,r-vctrs)))
4479 (home-page "https://github.com/r-lib/pillar")
4480 (synopsis "Coloured formatting for columns")
4481 (description
4482 "This package provides a @code{pillar} generic designed for formatting
4483 columns of data using the full range of colours provided by modern
4484 terminals.")
4485 (license license:gpl3)))
4486
4487 (define-public r-uuid
4488 (package
4489 (name "r-uuid")
4490 (version "0.1-4")
4491 (source
4492 (origin
4493 (method url-fetch)
4494 (uri (cran-uri "uuid" version))
4495 (sha256
4496 (base32
4497 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
4498 (build-system r-build-system)
4499 (home-page "https://www.rforge.net/uuid")
4500 (synopsis "Tools for generating and handling of UUIDs")
4501 (description
4502 "This package provides tools for generating and handling of
4503 @dfn{Universally Unique Identifiers} (UUIDs).")
4504 (license license:expat)))
4505
4506 (define-public r-tinytex
4507 (package
4508 (name "r-tinytex")
4509 (version "0.24")
4510 (source
4511 (origin
4512 (method url-fetch)
4513 (uri (cran-uri "tinytex" version))
4514 (sha256
4515 (base32
4516 "0mc9i7r45s5kagcfig508dbyf6jir6q4ghq9cxqvnpxp6ymh4qpr"))))
4517 (build-system r-build-system)
4518 (propagated-inputs
4519 `(("r-xfun" ,r-xfun)))
4520 (home-page "https://github.com/yihui/tinytex")
4521 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
4522 (description
4523 "This package provides helper functions to install and maintain the LaTeX
4524 distribution named TinyTeX, a lightweight, cross-platform, portable, and
4525 easy-to-maintain version of TeX Live. This package also contains helper
4526 functions to compile LaTeX documents, and install missing LaTeX packages
4527 automatically.")
4528 (license license:expat)))
4529
4530 (define-public r-network
4531 (package
4532 (name "r-network")
4533 (version "1.16.0")
4534 (source
4535 (origin
4536 (method url-fetch)
4537 (uri (cran-uri "network" version))
4538 (sha256
4539 (base32
4540 "0dnf1wl3za2lhx2lwd8smhlijl1cfhckgr8zz9piiirrfi2m2kx2"))))
4541 (build-system r-build-system)
4542 (propagated-inputs
4543 `(("r-magrittr" ,r-magrittr)
4544 ("r-tibble" ,r-tibble)))
4545 (home-page "https://statnet.org/")
4546 (synopsis "Classes for relational data")
4547 (description
4548 "This package provides tools to create and modify network objects. The
4549 @code{network} class can represent a range of relational data types, and
4550 supports arbitrary vertex/edge/graph attributes.")
4551 (license license:gpl2+)))
4552
4553 (define-public r-statnet-common
4554 (package
4555 (name "r-statnet-common")
4556 (version "4.3.0")
4557 (source
4558 (origin
4559 (method url-fetch)
4560 (uri (cran-uri "statnet.common" version))
4561 (sha256
4562 (base32
4563 "0ng90i0wm9wlyhjbnmnylc1bbqw396p1dr7f402dyry9x9ck6jl3"))))
4564 (properties
4565 `((upstream-name . "statnet.common")))
4566 (build-system r-build-system)
4567 (propagated-inputs
4568 `(("r-coda" ,r-coda)))
4569 (home-page "https://statnet.org")
4570 (synopsis "R scripts and utilities used by the Statnet software")
4571 (description "This package provides non-statistical utilities used by the
4572 software developed by the Statnet Project.")
4573 (license license:gpl3)))
4574
4575 (define-public r-statcheck
4576 (package
4577 (name "r-statcheck")
4578 (version "1.3.0")
4579 (source
4580 (origin
4581 (method url-fetch)
4582 (uri (cran-uri "statcheck" version))
4583 (sha256
4584 (base32
4585 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
4586 (build-system r-build-system)
4587 (propagated-inputs
4588 `(("r-ggplot2" ,r-ggplot2)
4589 ("r-plyr" ,r-plyr)
4590 ("r-rmarkdown" ,r-rmarkdown)))
4591 (home-page "https://cran.r-project.org/web/packages/statcheck/")
4592 (synopsis "Extract statistics from articles and recompute p-values")
4593 (description "This package can automatically extract statistical
4594 null-hypothesis significant testing (NHST) results from articles and recompute
4595 the p-values based on the reported test statistic and degrees of freedom to
4596 detect possible inconsistencies.")
4597 (license license:gpl2)))
4598
4599 (define-public r-sna
4600 (package
4601 (name "r-sna")
4602 (version "2.5")
4603 (source
4604 (origin
4605 (method url-fetch)
4606 (uri (cran-uri "sna" version))
4607 (sha256
4608 (base32
4609 "1j3i6300m686qqfmyvadim377cd3mplzgj6mandygw8brg50id8k"))))
4610 (build-system r-build-system)
4611 (propagated-inputs
4612 `(("r-network" ,r-network)
4613 ("r-statnet-common" ,r-statnet-common)))
4614 (home-page "https://statnet.org")
4615 (synopsis "Tools for social network analysis")
4616 (description
4617 "This package provides a range of tools for social network analysis,
4618 including node and graph-level indices, structural distance and covariance
4619 methods, structural equivalence detection, network regression, random graph
4620 generation, and 2D/3D network visualization.")
4621 (license license:gpl2+)))
4622
4623 (define-public r-tfisher
4624 (package
4625 (name "r-tfisher")
4626 (version "0.2.0")
4627 (source
4628 (origin
4629 (method url-fetch)
4630 (uri (cran-uri "TFisher" version))
4631 (sha256
4632 (base32
4633 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
4634 (properties `((upstream-name . "TFisher")))
4635 (build-system r-build-system)
4636 (propagated-inputs
4637 `(("r-matrix" ,r-matrix)
4638 ("r-mvtnorm" ,r-mvtnorm)
4639 ("r-sn" ,r-sn)))
4640 (home-page "https://cran.r-project.org/web/packages/TFisher/")
4641 (synopsis "Optimal thresholding Fisher's p-value combination method")
4642 (description
4643 "This package provides the @dfn{cumulative distribution function} (CDF),
4644 quantile, and statistical power calculator for a collection of thresholding
4645 Fisher's p-value combination methods, including Fisher's p-value combination
4646 method, truncated product method and, in particular, soft-thresholding
4647 Fisher's p-value combination method which is proven to be optimal in some
4648 context of signal detection. The p-value calculator for the omnibus version
4649 of these tests are also included.")
4650 (license license:gpl2)))
4651
4652 (define-public r-ttr
4653 (package
4654 (name "r-ttr")
4655 (version "0.23-6")
4656 (source
4657 (origin
4658 (method url-fetch)
4659 (uri (cran-uri "TTR" version))
4660 (sha256
4661 (base32
4662 "0rg22ma3x07s9djlxscfw5jcq1gbir05cwhgvwfi53x1sf4hmhdg"))))
4663 (properties `((upstream-name . "TTR")))
4664 (build-system r-build-system)
4665 (propagated-inputs
4666 `(("r-curl" ,r-curl)
4667 ("r-xts" ,r-xts)
4668 ("r-zoo" ,r-zoo)))
4669 (home-page "https://github.com/joshuaulrich/TTR")
4670 (synopsis "Technical trading rules")
4671 (description
4672 "This package provides functions and data to construct technical trading
4673 rules with R.")
4674 (license license:gpl2)))
4675
4676 (define-public r-leaps
4677 (package
4678 (name "r-leaps")
4679 (version "3.1")
4680 (source
4681 (origin
4682 (method url-fetch)
4683 (uri (cran-uri "leaps" version))
4684 (sha256
4685 (base32
4686 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
4687 (build-system r-build-system)
4688 (native-inputs `(("gfortran" ,gfortran)))
4689 (home-page "https://cran.r-project.org/web/packages/leaps/")
4690 (synopsis "Regression subset selection")
4691 (description
4692 "This package provides tools for regression subset selection, including
4693 exhaustive search.")
4694 (license license:gpl2+)))
4695
4696 (define-public r-splus2r
4697 (package
4698 (name "r-splus2r")
4699 (version "1.2-2")
4700 (source
4701 (origin
4702 (method url-fetch)
4703 (uri (cran-uri "splus2R" version))
4704 (sha256
4705 (base32
4706 "0xrbj8vxy0pc6hl7m8abv71d3hjw47cl51s7j7priadyqczkq6sz"))))
4707 (properties `((upstream-name . "splus2R")))
4708 (build-system r-build-system)
4709 (native-inputs `(("gfortran" ,gfortran)))
4710 (home-page "https://cran.r-project.org/web/packages/splus2R/")
4711 (synopsis "Supplemental S-PLUS functionality in R")
4712 (description
4713 "Currently there are many functions in S-PLUS that are missing in R. To
4714 facilitate the conversion of S-PLUS packages to R packages, this package
4715 provides some missing S-PLUS functionality in R.")
4716 (license license:gpl2)))
4717
4718 (define-public r-ifultools
4719 (package
4720 (name "r-ifultools")
4721 (version "2.0-5")
4722 (source
4723 (origin
4724 (method url-fetch)
4725 (uri (cran-uri "ifultools" version))
4726 (sha256
4727 (base32
4728 "040kvbczcmmbaiaz0k0pdq9af541pjj6iwzh1a3w4szh9w6b5a3j"))))
4729 (build-system r-build-system)
4730 (propagated-inputs
4731 `(("r-mass" ,r-mass)
4732 ("r-splus2r" ,r-splus2r)))
4733 (home-page "https://cran.r-project.org/web/packages/ifultools/")
4734 (synopsis "Insightful research tools")
4735 (description "This package provides C code used by the wmtsa, fractal, and
4736 sapa R packages.")
4737 (license license:gpl2)))
4738
4739 (define-public r-sapa
4740 (package
4741 (name "r-sapa")
4742 (version "2.0-2")
4743 (source
4744 (origin
4745 (method url-fetch)
4746 (uri (cran-uri "sapa" version))
4747 (sha256
4748 (base32
4749 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
4750 (build-system r-build-system)
4751 (propagated-inputs
4752 `(("r-ifultools" ,r-ifultools)
4753 ("r-splus2r" ,r-splus2r)))
4754 (home-page "https://cran.r-project.org/web/packages/sapa/")
4755 (synopsis "Spectral analysis for physical applications")
4756 (description "This package provides software for the book Spectral
4757 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
4758 Cambridge University Press, 1993.")
4759 (license license:gpl2)))
4760
4761 (define-public r-aggregation
4762 (package
4763 (name "r-aggregation")
4764 (version "1.0.1")
4765 (source
4766 (origin
4767 (method url-fetch)
4768 (uri (cran-uri "aggregation" version))
4769 (sha256
4770 (base32
4771 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
4772 (build-system r-build-system)
4773 (home-page "https://cran.r-project.org/web/packages/aggregation/")
4774 (synopsis "Methods for p-value aggregation")
4775 (description
4776 "This package contains functionality for performing the following methods
4777 of p-value aggregation: Fisher's method, the Lancaster method (weighted
4778 Fisher's method), and Sidak correction.")
4779 (license license:gpl3)))
4780
4781 (define-public r-quantmod
4782 (package
4783 (name "r-quantmod")
4784 (version "0.4.17")
4785 (source
4786 (origin
4787 (method url-fetch)
4788 (uri (cran-uri "quantmod" version))
4789 (sha256
4790 (base32
4791 "1ss441rwlr88kz212m0wgx0hwgwi41rhy1jncg2lgqzqfvr5dzqa"))))
4792 (build-system r-build-system)
4793 (propagated-inputs
4794 `(("r-curl" ,r-curl)
4795 ("r-ttr" ,r-ttr)
4796 ("r-xts" ,r-xts)
4797 ("r-zoo" ,r-zoo)))
4798 (home-page "https://cran.r-project.org/web/packages/quantmod/")
4799 (synopsis "Quantitative financial modelling framework")
4800 (description "This package provides a quantitative financial modelling
4801 framework to allow users to specify, build, trade, and analyse quantitative
4802 financial trading strategies.")
4803 (license license:gpl3)))
4804
4805 (define-public r-tseries
4806 (package
4807 (name "r-tseries")
4808 (version "0.10-47")
4809 (source
4810 (origin
4811 (method url-fetch)
4812 (uri (cran-uri "tseries" version))
4813 (sha256
4814 (base32
4815 "0yzvc9djp3angvxdxqi60wi726y76ablsb71q88ycvw0avgpf8r0"))))
4816 (build-system r-build-system)
4817 (propagated-inputs
4818 `(("r-quadprog" ,r-quadprog)
4819 ("r-quantmod" ,r-quantmod)
4820 ("r-zoo" ,r-zoo)))
4821 (native-inputs
4822 `(("gfortran" ,gfortran)))
4823 (home-page "https://cran.r-project.org/web/packages/tseries/")
4824 (synopsis "Time series analysis and computational finance")
4825 (description
4826 "This package provides functions relating to time series analysis and
4827 computational finance.")
4828 (license license:gpl2)))
4829
4830 (define-public r-wmtsa
4831 (package
4832 (name "r-wmtsa")
4833 (version "2.0-3")
4834 (source
4835 (origin
4836 (method url-fetch)
4837 (uri (cran-uri "wmtsa" version))
4838 (sha256
4839 (base32
4840 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
4841 (build-system r-build-system)
4842 (propagated-inputs
4843 `(("r-ifultools" ,r-ifultools)
4844 ("r-mass" ,r-mass)
4845 ("r-splus2r" ,r-splus2r)))
4846 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
4847 (synopsis "Wavelet methods for time series analysis")
4848 (description
4849 "This package provides software to accompany the book \"Wavelet Methods
4850 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
4851 University Press, 2000.")
4852 (license license:gpl2)))
4853
4854 (define-public r-tsa
4855 (package
4856 (name "r-tsa")
4857 (version "1.2")
4858 (source
4859 (origin
4860 (method url-fetch)
4861 (uri (cran-uri "TSA" version))
4862 (sha256
4863 (base32
4864 "0gjfqibwdznz0nka95k4fjm935svxjpnqfywwz403crn2lh30h6q"))))
4865 (properties `((upstream-name . "TSA")))
4866 (build-system r-build-system)
4867 (propagated-inputs
4868 `(("r-leaps" ,r-leaps)
4869 ("r-locfit" ,r-locfit)
4870 ("r-mgcv" ,r-mgcv)))
4871 (home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
4872 (synopsis "Time series analysis")
4873 (description
4874 "This package contains R functions and datasets detailed in the book
4875 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
4876 Cryer and Kung-Sik Chan.")
4877 (license license:gpl2+)))
4878
4879 (define-public r-extradistr
4880 (package
4881 (name "r-extradistr")
4882 (version "1.8.11")
4883 (source
4884 (origin
4885 (method url-fetch)
4886 (uri (cran-uri "extraDistr" version))
4887 (sha256
4888 (base32
4889 "1vvqv1d4hxa025gmm8cbiph63qsqy87l3ri5idd524gyz3chbcl3"))))
4890 (properties `((upstream-name . "extraDistr")))
4891 (build-system r-build-system)
4892 (propagated-inputs
4893 `(("r-rcpp" ,r-rcpp)))
4894 (home-page "https://github.com/twolodzko/extraDistr")
4895 (synopsis "Additional univariate and multivariate distributions")
4896 (description
4897 "This package implements density, distribution functions, quantile
4898 functions and random generation functions for a large number of univariate and
4899 multivariate distributions.")
4900 (license license:gpl2)))
4901
4902 (define-public r-fractal
4903 (package
4904 (name "r-fractal")
4905 (version "2.0-4")
4906 (source
4907 (origin
4908 (method url-fetch)
4909 (uri (cran-uri "fractal" version))
4910 (sha256
4911 (base32
4912 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
4913 (build-system r-build-system)
4914 (propagated-inputs
4915 `(("r-ifultools" ,r-ifultools)
4916 ("r-mass" ,r-mass)
4917 ("r-sapa" ,r-sapa)
4918 ("r-scatterplot3d" ,r-scatterplot3d)
4919 ("r-splus2r" ,r-splus2r)
4920 ("r-wmtsa" ,r-wmtsa)))
4921 (home-page "https://cran.r-project.org/web/packages/fractal/")
4922 (synopsis "Fractal time series modeling and analysis")
4923 (description
4924 "This package provides tools for stochastic fractal and deterministic
4925 chaotic time series analysis.")
4926 (license license:gpl2)))
4927
4928 (define-public r-urca
4929 (package
4930 (name "r-urca")
4931 (version "1.3-0")
4932 (source
4933 (origin
4934 (method url-fetch)
4935 (uri (cran-uri "urca" version))
4936 (sha256
4937 (base32
4938 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
4939 (build-system r-build-system)
4940 (propagated-inputs `(("r-nlme" ,r-nlme)))
4941 (native-inputs `(("gfortran" ,gfortran)))
4942 (home-page "https://cran.r-project.org/web/packages/urca/")
4943 (synopsis "Unit root and cointegration tests for time series data")
4944 (description
4945 "This package provides unit root and cointegration tests encountered in
4946 applied econometric analysis.")
4947 (license license:gpl2+)))
4948
4949 (define-public r-cubature
4950 (package
4951 (name "r-cubature")
4952 (version "2.0.4")
4953 (source
4954 (origin
4955 (method url-fetch)
4956 (uri (cran-uri "cubature" version))
4957 (sha256
4958 (base32
4959 "0jpyq8j7x06dpiz29w48av879ygldzgls9z810192hsymkmfaz6r"))))
4960 (build-system r-build-system)
4961 (propagated-inputs
4962 `(("r-rcpp" ,r-rcpp)))
4963 (home-page "https://github.com/bnaras/cubature")
4964 (synopsis "Adaptive multivariate integration over hypercubes")
4965 (description
4966 "This package is an R wrapper around the cubature C library for adaptive
4967 multivariate integration over hypercubes. This version provides both
4968 @code{hcubature} and @code{pcubature} routines in addition to a vector
4969 interface.")
4970 ;; The included cubature C library is released under GPLv2+, but the
4971 ;; wrapper declares the license to be GPLv3+.
4972 (license (list license:gpl2+ license:gpl3+))))
4973
4974 (define-public r-trend
4975 (package
4976 (name "r-trend")
4977 (version "1.1.2")
4978 (source
4979 (origin
4980 (method url-fetch)
4981 (uri (cran-uri "trend" version))
4982 (sha256
4983 (base32
4984 "09b6ycyfgs4xlhx6kn6qm5rl2acp58hzhv8qclzn3kb1wjjyvxy5"))))
4985 (build-system r-build-system)
4986 (propagated-inputs
4987 `(("r-extradistr" ,r-extradistr)))
4988 (native-inputs
4989 `(("gfortran" ,gfortran)))
4990 (home-page "https://cran.r-project.org/web/packages/trend/")
4991 (synopsis "Non-parametric trend tests and change-point detection")
4992 (description
4993 "The analysis of environmental data often requires the detection of
4994 trends and change-points. This package includes tests for trend
4995 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
4996 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
4997 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
4998 correlation trend test), change-point detection (Lanzante's test procedures,
4999 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
5000 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
5001 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
5002 sample Robust Rank-Order Distributional Test.")
5003 (license license:gpl3)))
5004
5005 (define-public r-expm
5006 (package
5007 (name "r-expm")
5008 (version "0.999-4")
5009 (source
5010 (origin
5011 (method url-fetch)
5012 (uri (cran-uri "expm" version))
5013 (sha256
5014 (base32
5015 "15k0acg2aqb2ajhwal6l7vhhp03m4lg579805d34554cl0kn9l2q"))))
5016 (build-system r-build-system)
5017 (propagated-inputs `(("r-matrix" ,r-matrix)))
5018 (native-inputs `(("gfortran" ,gfortran)))
5019 (home-page "https://r-forge.r-project.org/projects/expm/")
5020 (synopsis "Tools for matrix exponentials and related quantities")
5021 (description
5022 "This package provides tools for the computation of the matrix
5023 exponential, logarithm, square root, and related quantities.")
5024 (license license:gpl2+)))
5025
5026 (define-public r-complexplus
5027 (package
5028 (name "r-complexplus")
5029 (version "2.1")
5030 (source
5031 (origin
5032 (method url-fetch)
5033 (uri (cran-uri "complexplus" version))
5034 (sha256
5035 (base32
5036 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
5037 (build-system r-build-system)
5038 (propagated-inputs
5039 `(("r-expm" ,r-expm)
5040 ("r-matrix" ,r-matrix)))
5041 (home-page "https://cran.r-project.org/web/packages/complexplus/")
5042 (synopsis "Functions of complex or real variables")
5043 (description
5044 "This package extends several functions to the complex domain, including
5045 the matrix exponential and logarithm, and the determinant.")
5046 (license license:gpl2)))
5047
5048 (define-public r-phontools
5049 (package
5050 (name "r-phontools")
5051 (version "0.2-2.1")
5052 (source
5053 (origin
5054 (method url-fetch)
5055 (uri (cran-uri "phonTools" version))
5056 (sha256
5057 (base32
5058 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
5059 (properties `((upstream-name . "phonTools")))
5060 (build-system r-build-system)
5061 (home-page "http://www.santiagobarreda.com/rscripts.html")
5062 (synopsis "Tools for phonetic and acoustic analyses")
5063 (description
5064 "This package contains tools for the organization, display, and analysis
5065 of the sorts of data frequently encountered in phonetics research and
5066 experimentation, including the easy creation of IPA vowel plots, and the
5067 creation and manipulation of WAVE audio files.")
5068 (license license:bsd-2)))
5069
5070 (define-public r-np
5071 (package
5072 (name "r-np")
5073 (version "0.60-10")
5074 (source
5075 (origin
5076 (method url-fetch)
5077 (uri (cran-uri "np" version))
5078 (sha256
5079 (base32
5080 "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
5081 (build-system r-build-system)
5082 (propagated-inputs
5083 `(("r-boot" ,r-boot)
5084 ("r-cubature" ,r-cubature)
5085 ("r-quadprog" ,r-quadprog)
5086 ("r-quantreg" ,r-quantreg)))
5087 (home-page "https://github.com/JeffreyRacine/R-Package-np")
5088 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
5089 (description "This package provides non-parametric (and semi-parametric)
5090 kernel methods that seamlessly handle a mix of continuous, unordered, and
5091 ordered factor data types.")
5092 ;; Any version of the GPL.
5093 (license license:gpl3+)))
5094
5095 (define-public r-powerplus
5096 (package
5097 (name "r-powerplus")
5098 (version "3.1")
5099 (source
5100 (origin
5101 (method url-fetch)
5102 (uri (cran-uri "powerplus" version))
5103 (sha256
5104 (base32
5105 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
5106 (build-system r-build-system)
5107 (propagated-inputs
5108 `(("r-complexplus" ,r-complexplus)
5109 ("r-expm" ,r-expm)
5110 ("r-mass" ,r-mass)
5111 ("r-matrix" ,r-matrix)
5112 ("r-phontools" ,r-phontools)))
5113 (home-page "https://cran.r-project.org/web/packages/powerplus/")
5114 (synopsis "Exponentiation operations")
5115 (description
5116 "This package provides tools for the computation of matrix and scalar
5117 exponentiation.")
5118 (license license:gpl2)))
5119
5120 (define-public r-egg
5121 (package
5122 (name "r-egg")
5123 (version "0.4.5")
5124 (source
5125 (origin
5126 (method url-fetch)
5127 (uri (cran-uri "egg" version))
5128 (sha256
5129 (base32
5130 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
5131 (properties `((upstream-name . "egg")))
5132 (build-system r-build-system)
5133 (propagated-inputs
5134 `(("r-ggplot2" ,r-ggplot2)
5135 ("r-gridextra" ,r-gridextra)
5136 ("r-gtable" ,r-gtable)))
5137 (home-page "https://cran.r-project.org/web/packages/egg")
5138 (synopsis "Extensions for ggplot2")
5139 (description
5140 "This package provides miscellaneous functions to help customize ggplot2
5141 objects. High-level functions are provided to post-process ggplot2 layouts
5142 and allow alignment between plot panels, as well as setting panel sizes to
5143 fixed values. Other functions include a custom @code{geom}, and helper
5144 functions to enforce symmetric scales or add tags to facetted plots.")
5145 (license license:gpl3)))
5146
5147 (define-public r-heatmaply
5148 (package
5149 (name "r-heatmaply")
5150 (version "1.1.0")
5151 (source
5152 (origin
5153 (method url-fetch)
5154 (uri (cran-uri "heatmaply" version))
5155 (sha256
5156 (base32
5157 "133q8ir45vhfxs2lnd96k97g21ihg2arfhp349kmk339pk32fcxz"))))
5158 (build-system r-build-system)
5159 (propagated-inputs
5160 `(("r-assertthat" ,r-assertthat)
5161 ("r-colorspace" ,r-colorspace)
5162 ("r-dendextend" ,r-dendextend)
5163 ("r-egg" ,r-egg)
5164 ("r-ggplot2" ,r-ggplot2)
5165 ("r-htmlwidgets" ,r-htmlwidgets)
5166 ("r-magrittr" ,r-magrittr)
5167 ("r-plotly" ,r-plotly)
5168 ("r-rcolorbrewer" ,r-rcolorbrewer)
5169 ("r-reshape2" ,r-reshape2)
5170 ("r-scales" ,r-scales)
5171 ("r-seriation" ,r-seriation)
5172 ("r-viridis" ,r-viridis)
5173 ("r-webshot" ,r-webshot)))
5174 (native-inputs
5175 `(("r-knitr" ,r-knitr)))
5176 (home-page "https://cran.r-project.org/package=heatmaply")
5177 (synopsis "Interactive cluster heat maps using plotly")
5178 (description
5179 "This package enables you to create interactive cluster heatmaps that can
5180 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
5181 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
5182 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
5183 a popular graphical method for visualizing high-dimensional data, in which a
5184 table of numbers is encoded as a grid of colored cells. The rows and columns
5185 of the matrix are ordered to highlight patterns and are often accompanied by
5186 dendrograms.")
5187 ;; Either version of the license.
5188 (license (list license:gpl2 license:gpl3))))
5189
5190 (define-public r-h5
5191 (package
5192 (name "r-h5")
5193 (version "0.9.9")
5194 (source
5195 (origin
5196 (method url-fetch)
5197 (uri (cran-uri "h5" version))
5198 (sha256
5199 (base32
5200 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
5201 (build-system r-build-system)
5202 (inputs
5203 `(("zlib" ,zlib)
5204 ("hdf5" ,hdf5)))
5205 (native-inputs
5206 `(("which" ,which)))
5207 (propagated-inputs
5208 `(("r-rcpp" ,r-rcpp)))
5209 (home-page "https://github.com/mannau/h5")
5210 (synopsis "Interface to the HDF5 Library")
5211 (description
5212 "This package provides an S4 interface to the HDF5 library supporting
5213 fast storage and retrieval of R-objects like vectors, matrices and arrays to
5214 binary files in a language independent format. The HDF5 format can therefore
5215 be used as an alternative to R's save/load mechanism. Since h5 is able to
5216 access only subsets of stored data it can also handle data sets which do not
5217 fit into memory.")
5218 (license license:bsd-2)))
5219
5220 (define-public r-cgdsr
5221 (package
5222 (name "r-cgdsr")
5223 (version "1.3.0")
5224 (source
5225 (origin
5226 (method url-fetch)
5227 (uri (cran-uri "cgdsr" version))
5228 (sha256
5229 (base32
5230 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
5231 (build-system r-build-system)
5232 (propagated-inputs
5233 `(("r-httr" ,r-httr)
5234 ("r-r-methodss3" ,r-r-methodss3)
5235 ("r-r-oo" ,r-r-oo)))
5236 (home-page "https://github.com/cBioPortal/cgdsr")
5237 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
5238 (description
5239 "This package provides a basic set of R functions for querying the Cancer
5240 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
5241 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
5242 (license license:lgpl3)))
5243
5244 (define-public r-import
5245 (package
5246 (name "r-import")
5247 (version "1.1.0")
5248 (source
5249 (origin
5250 (method url-fetch)
5251 (uri (cran-uri "import" version))
5252 (sha256
5253 (base32
5254 "0blf9539rbfwcmw8zsb4k58slb4pdnc075v34vmyjw752fznhcji"))))
5255 (build-system r-build-system)
5256 (home-page "https://github.com/smbache/import")
5257 (synopsis "Import mechanism for R")
5258 (description
5259 "This is an alternative mechanism for importing objects from packages.
5260 The syntax allows for importing multiple objects from a package with a single
5261 command in an expressive way. The import package bridges some of the gap
5262 between using @code{library} (or @code{require}) and direct (single-object)
5263 imports. Furthermore the imported objects are not placed in the current
5264 environment. It is also possible to import objects from stand-alone @code{.R}
5265 files.")
5266 (license license:expat)))
5267
5268 (define-public r-shinyace
5269 (package
5270 (name "r-shinyace")
5271 (version "0.4.1")
5272 (source
5273 (origin
5274 (method url-fetch)
5275 (uri (cran-uri "shinyAce" version))
5276 (sha256
5277 (base32
5278 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
5279 (properties `((upstream-name . "shinyAce")))
5280 (build-system r-build-system)
5281 (propagated-inputs
5282 `(("r-shiny" ,r-shiny)
5283 ("r-jsonlite" ,r-jsonlite)))
5284 (home-page "https://cran.r-project.org/web/packages/shinyAce/")
5285 (synopsis "Ace editor bindings for Shiny")
5286 (description
5287 "This package provides Ace editor bindings to enable a rich text editing
5288 environment within Shiny.")
5289 (license license:expat)))
5290
5291 (define-public r-randomizr
5292 (package
5293 (name "r-randomizr")
5294 (version "0.20.0")
5295 (source
5296 (origin
5297 (method url-fetch)
5298 (uri (cran-uri "randomizr" version))
5299 (sha256
5300 (base32
5301 "0dljyfldnardaps3fq6vi5wcs9x6qfaq5apapa78c51lnaa6fn9h"))))
5302 (properties `((upstream-name . "randomizr")))
5303 (build-system r-build-system)
5304 (native-inputs
5305 `(("r-knitr" ,r-knitr)))
5306 (home-page "https://declaredesign.org/r/randomizr/")
5307 (synopsis "Tools for common forms of random assignment and sampling")
5308 (description
5309 "This package provides tools for generating random assignments for common
5310 experimental designs and random samples for common sampling designs.")
5311 (license license:expat)))
5312
5313 (define-public r-base64url
5314 (package
5315 (name "r-base64url")
5316 (version "1.4")
5317 (source
5318 (origin
5319 (method url-fetch)
5320 (uri (cran-uri "base64url" version))
5321 (sha256
5322 (base32
5323 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
5324 (build-system r-build-system)
5325 (propagated-inputs
5326 `(("r-backports" ,r-backports)))
5327 (home-page "https://github.com/mllg/base64url")
5328 (synopsis "Fast and URL-safe base64 encoder and decoder")
5329 (description
5330 "This package provides a URL-safe base64 encoder and decoder. In
5331 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
5332 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
5333 encoder does not fill the string with trailing @code{=}. The resulting
5334 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
5335 and thus are safe to use in URLs or for file names. The package also comes
5336 with a simple base32 encoder/decoder suited for case insensitive file
5337 systems.")
5338 (license license:gpl3)))
5339
5340 (define-public r-radiant-data
5341 (package
5342 (name "r-radiant-data")
5343 (version "1.3.9")
5344 (source
5345 (origin
5346 (method url-fetch)
5347 (uri (cran-uri "radiant.data" version))
5348 (sha256
5349 (base32
5350 "19gbc7k1hsi6hg6ka8i70wlw8j9fs9wkpn36761lzbcyam6vgqn0"))
5351 (modules '((guix build utils)))
5352 (snippet
5353 '(begin
5354 ;; Delete files that are under CC-NC-SA.
5355 (delete-file-recursively "inst/app/tools/help")
5356 #t))))
5357 (properties `((upstream-name . "radiant.data")))
5358 (build-system r-build-system)
5359 (propagated-inputs
5360 `(("r-base64enc" ,r-base64enc)
5361 ("r-broom" ,r-broom)
5362 ("r-car" ,r-car)
5363 ("r-curl" ,r-curl)
5364 ("r-dplyr" ,r-dplyr)
5365 ("r-dt" ,r-dt)
5366 ("r-glue" ,r-glue)
5367 ("r-ggplot2" ,r-ggplot2)
5368 ("r-import" ,r-import)
5369 ("r-jsonlite" ,r-jsonlite)
5370 ("r-knitr" ,r-knitr)
5371 ("r-lubridate" ,r-lubridate)
5372 ("r-magrittr" ,r-magrittr)
5373 ("r-markdown" ,r-markdown)
5374 ("r-mass" ,r-mass)
5375 ("r-patchwork" ,r-patchwork)
5376 ("r-plotly" ,r-plotly)
5377 ("r-psych" ,r-psych)
5378 ("r-randomizr" ,r-randomizr)
5379 ("r-readr" ,r-readr)
5380 ("r-readxl" ,r-readxl)
5381 ("r-rlang" ,r-rlang)
5382 ("r-rmarkdown" ,r-rmarkdown)
5383 ("r-rstudioapi" ,r-rstudioapi)
5384 ("r-scales" ,r-scales)
5385 ("r-shiny" ,r-shiny)
5386 ("r-shinyfiles" ,r-shinyfiles)
5387 ("r-shinyace" ,r-shinyace)
5388 ("r-stringi" ,r-stringi)
5389 ("r-tibble" ,r-tibble)
5390 ("r-tidyr" ,r-tidyr)
5391 ("r-writexl" ,r-writexl)))
5392 (home-page "https://github.com/radiant-rstats/radiant.data")
5393 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
5394 (description
5395 "The Radiant Data menu includes interfaces for loading, saving, viewing,
5396 visualizing, summarizing, transforming, and combining data. It also contains
5397 functionality to generate reproducible reports of the analyses conducted in
5398 the application.")
5399 (license license:agpl3)))
5400
5401 (define-public r-algdesign
5402 (package
5403 (name "r-algdesign")
5404 (version "1.2.0")
5405 (source
5406 (origin
5407 (method url-fetch)
5408 (uri (cran-uri "AlgDesign" version))
5409 (sha256
5410 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
5411 (properties `((upstream-name . "AlgDesign")))
5412 (build-system r-build-system)
5413 (home-page "https://github.com/jvbraun/AlgDesign")
5414 (synopsis "Algorithmic experimental design")
5415 (description
5416 "This package provides tools to calculate exact and approximate theory
5417 experimental designs for D, A, and I criteria. Very large designs may be
5418 created. Experimental designs may be blocked or blocked designs created from
5419 a candidate list, using several criteria. The blocking can be done when whole
5420 and within plot factors interact.")
5421 (license license:gpl2+)))
5422
5423 (define-public r-signal
5424 (package
5425 (name "r-signal")
5426 (version "0.7-6")
5427 (source
5428 (origin
5429 (method url-fetch)
5430 (uri (cran-uri "signal" version))
5431 (sha256
5432 (base32
5433 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
5434 (build-system r-build-system)
5435 (propagated-inputs `(("r-mass" ,r-mass)))
5436 (native-inputs `(("gfortran" ,gfortran)))
5437 (home-page "https://cran.r-project.org/web/packages/signal/")
5438 (synopsis "Signal processing")
5439 (description
5440 "This package provides a set of signal processing functions originally
5441 written for Matlab and GNU Octave. It includes filter generation utilities,
5442 filtering functions, resampling routines, and visualization of filter models.
5443 It also includes interpolation functions.")
5444 (license license:gpl2)))
5445
5446 (define-public r-gsubfn
5447 (package
5448 (name "r-gsubfn")
5449 (version "0.7")
5450 (source
5451 (origin
5452 (method url-fetch)
5453 (uri (cran-uri "gsubfn" version))
5454 (sha256
5455 (base32
5456 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
5457 (build-system r-build-system)
5458 (propagated-inputs `(("r-proto" ,r-proto)))
5459 (home-page "https://code.google.com/archive/p/gsubfn/")
5460 (synopsis "Utilities for strings and function arguments.")
5461 (description
5462 "This package provides @code{gsubfn} which is like @code{gsub} but can
5463 take a replacement function or certain other objects instead of the
5464 replacement string. Matches and back references are input to the replacement
5465 function and replaced by the function output. @code{gsubfn} can be used to
5466 split strings based on content rather than delimiters and for quasi-perl-style
5467 string interpolation. The package also has facilities for translating
5468 formulas to functions and allowing such formulas in function calls instead of
5469 functions.")
5470 (license license:gpl2+)))
5471
5472 (define-public r-sqldf
5473 (package
5474 (name "r-sqldf")
5475 (version "0.4-11")
5476 (source
5477 (origin
5478 (method url-fetch)
5479 (uri (cran-uri "sqldf" version))
5480 (sha256
5481 (base32
5482 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
5483 (build-system r-build-system)
5484 (propagated-inputs
5485 `(("r-chron" ,r-chron)
5486 ("r-dbi" ,r-dbi)
5487 ("r-gsubfn" ,r-gsubfn)
5488 ("r-proto" ,r-proto)
5489 ("r-rsqlite" ,r-rsqlite)))
5490 (home-page "https://github.com/ggrothendieck/sqldf")
5491 (synopsis "Manipulate R data frames using SQL")
5492 (description
5493 "The @code{sqldf} function is typically passed a single argument which is
5494 an SQL select statement where the table names are ordinary R data frame names.
5495 @code{sqldf} transparently sets up a database, imports the data frames into
5496 that database, performs the SQL statement and returns the result using a
5497 heuristic to determine which class to assign to each column of the returned
5498 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
5499 used to read filtered files into R even if the original files are larger than
5500 R itself can handle.")
5501 (license license:gpl2)))
5502
5503 (define-public r-abind
5504 (package
5505 (name "r-abind")
5506 (version "1.4-5")
5507 (source
5508 (origin
5509 (method url-fetch)
5510 (uri (cran-uri "abind" version))
5511 (sha256
5512 (base32
5513 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
5514 (build-system r-build-system)
5515 (home-page "https://cran.r-project.org/web/packages/abind/")
5516 (synopsis "Combine multidimensional arrays")
5517 (description
5518 "This package provides tools to combine multidimensional arrays into a
5519 single array. This is a generalization of @code{cbind} and @code{rbind}. It
5520 works with vectors, matrices, and higher-dimensional arrays. It also provides
5521 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
5522 extracting and replacing data in arrays.")
5523 (license license:lgpl2.0+)))
5524
5525 (define-public r-prroc
5526 (package
5527 (name "r-prroc")
5528 (version "1.3.1")
5529 (source
5530 (origin
5531 (method url-fetch)
5532 (uri (cran-uri "PRROC" version))
5533 (sha256
5534 (base32
5535 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
5536 (properties `((upstream-name . "PRROC")))
5537 (build-system r-build-system)
5538 (home-page "https://cran.r-project.org/web/packages/PRROC/")
5539 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
5540 (description
5541 "This package computes the areas under the @dfn{precision-recall} (PR)
5542 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
5543 contrast to other implementations, the interpolation between points of the PR
5544 curve is done by a non-linear piecewise function. In addition to the areas
5545 under the curves, the curves themselves can also be computed and plotted by a
5546 specific S3-method.")
5547 (license license:gpl3)))
5548
5549 (define-public r-vim
5550 (package
5551 (name "r-vim")
5552 (version "6.0.0")
5553 (source
5554 (origin
5555 (method url-fetch)
5556 (uri (cran-uri "VIM" version))
5557 (sha256
5558 (base32
5559 "0ddhca4v912q82rjpf1qld6i6g2c381g0v5b4hbnygr3lm6a7wiv"))))
5560 (properties `((upstream-name . "VIM")))
5561 (build-system r-build-system)
5562 (propagated-inputs
5563 `(("r-car" ,r-car)
5564 ("r-colorspace" ,r-colorspace)
5565 ("r-data-table" ,r-data-table)
5566 ("r-e1071" ,r-e1071)
5567 ("r-laeken" ,r-laeken)
5568 ("r-magrittr" ,r-magrittr)
5569 ("r-mass" ,r-mass)
5570 ("r-nnet" ,r-nnet)
5571 ("r-ranger" ,r-ranger)
5572 ("r-rcpp" ,r-rcpp)
5573 ("r-robustbase" ,r-robustbase)
5574 ("r-sp" ,r-sp)
5575 ("r-vcd" ,r-vcd)))
5576 (native-inputs
5577 `(("r-knitr" ,r-knitr)))
5578 (home-page "https://github.com/alexkowa/VIM")
5579 (synopsis "Visualization and imputation of missing values")
5580 (description
5581 "This package provides tools for the visualization of missing and/or
5582 imputed values are introduced, which can be used for exploring the data and
5583 the structure of the missing and/or imputed values. Depending on this
5584 structure of the missing values, the corresponding methods may help to
5585 identify the mechanism generating the missing values and allows to explore the
5586 data including missing values. In addition, the quality of imputation can be
5587 visually explored using various univariate, bivariate, multiple and
5588 multivariate plot methods.")
5589 (license license:gpl2+)))
5590
5591 (define-public r-fnn
5592 (package
5593 (name "r-fnn")
5594 (version "1.1.3")
5595 (source
5596 (origin
5597 (method url-fetch)
5598 (uri (cran-uri "FNN" version))
5599 (sha256
5600 (base32
5601 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
5602 (properties `((upstream-name . "FNN")))
5603 (build-system r-build-system)
5604 (home-page "https://cran.r-project.org/web/packages/FNN")
5605 (synopsis "Fast nearest neighbor search algorithms and applications")
5606 (description
5607 "This package provides cover-tree and kd-tree fast k-nearest neighbor
5608 search algorithms. Related applications including KNN classification,
5609 regression and information measures are implemented.")
5610 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
5611 ;; later can be used.
5612 (license license:gpl2+)))
5613
5614 (define-public r-smoother
5615 (package
5616 (name "r-smoother")
5617 (version "1.1")
5618 (source
5619 (origin
5620 (method url-fetch)
5621 (uri (cran-uri "smoother" version))
5622 (sha256
5623 (base32
5624 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
5625 (build-system r-build-system)
5626 (propagated-inputs
5627 `(("r-ttr" ,r-ttr)))
5628 (home-page "https://cran.r-project.org/web/packages/smoother")
5629 (synopsis "Functions relating to the smoothing of numerical data")
5630 (description
5631 "This package provides a collection of methods for smoothing numerical
5632 data, commencing with a port of the Matlab gaussian window smoothing function.
5633 In addition, several functions typically used in smoothing of financial data
5634 are included.")
5635 (license license:gpl2)))
5636
5637 (define-public r-riverplot
5638 (package
5639 (name "r-riverplot")
5640 (version "0.6")
5641 (source
5642 (origin
5643 (method url-fetch)
5644 (uri (cran-uri "riverplot" version))
5645 (sha256
5646 (base32
5647 "0q1icpny8nkxyjhawyjzwrw8qlz0ayn2xyrsqrm4vkxyv6c9xk8z"))))
5648 (build-system r-build-system)
5649 (home-page "https://logfc.wordpress.com")
5650 (synopsis "Sankey or ribbon plots")
5651 (description
5652 "Sankey plots are a type of diagram that is convenient to illustrate how
5653 flow of information, resources etc. separates and joins, much like observing
5654 how rivers split and merge. For example, they can be used to compare
5655 different clusterings. This package provides an implementation of Sankey
5656 plots for R.")
5657 (license license:gpl2+)))
5658
5659 (define-public r-dyn
5660 (package
5661 (name "r-dyn")
5662 (version "0.2-9.6")
5663 (source
5664 (origin
5665 (method url-fetch)
5666 (uri (cran-uri "dyn" version))
5667 (sha256
5668 (base32
5669 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
5670 (build-system r-build-system)
5671 (propagated-inputs
5672 `(("r-zoo" ,r-zoo)))
5673 (home-page "https://cran.r-project.org/web/packages/dyn")
5674 (synopsis "Time series regression")
5675 (description
5676 "This package provides the dyn class interfaces @code{ts}, @code{irts},
5677 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
5678 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
5679 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
5680 @code{randomForest::randomForest()} and other regression functions, allowing
5681 those functions to be used with time series including specifications that may
5682 contain lags, diffs and missing values.")
5683 ;; Any GPL version.
5684 (license license:gpl2+)))
5685
5686 (define-public r-catdap
5687 (package
5688 (name "r-catdap")
5689 (version "1.3.5")
5690 (source
5691 (origin
5692 (method url-fetch)
5693 (uri (cran-uri "catdap" version))
5694 (sha256
5695 (base32
5696 "0fyhl69z2lznymvpzxra9qvcg85ggzkfjy68c6mzdmf1ja44d2k5"))))
5697 (build-system r-build-system)
5698 (native-inputs
5699 `(("gfortran" ,gfortran)))
5700 (home-page "https://cran.r-project.org/web/packages/catdap/")
5701 (synopsis "Tools for categorical data analysis")
5702 (description
5703 "This package provides functions for analyzing multivariate data.
5704 Dependencies of the distribution of the specified variable (response
5705 variable) to other variables (explanatory variables) are derived and
5706 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
5707 (license license:gpl2+)))
5708
5709 (define-public r-arules
5710 (package
5711 (name "r-arules")
5712 (version "1.6-6")
5713 (source
5714 (origin
5715 (method url-fetch)
5716 (uri (cran-uri "arules" version))
5717 (sha256
5718 (base32
5719 "1pk3jjizn2m5rwi7qkdkbq9f07acgpy0qdzzqmx0agg47cwahlkm"))))
5720 (build-system r-build-system)
5721 (propagated-inputs
5722 `(("r-matrix" ,r-matrix)))
5723 (home-page "https://github.com/mhahsler/arules")
5724 (synopsis "Mining association rules and frequent itemsets")
5725 (description
5726 "This package provides an infrastructure for representing, manipulating
5727 and analyzing transaction data and patterns (frequent itemsets and association rules).
5728 It also provides C implementations of the association mining algorithms Apriori
5729 and Eclat.")
5730 (license license:gpl3)))
5731
5732 (define-public r-parsedate
5733 (package
5734 (name "r-parsedate")
5735 (version "1.2.0")
5736 (source
5737 (origin
5738 (method url-fetch)
5739 (uri (cran-uri "parsedate" version))
5740 (sha256
5741 (base32
5742 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
5743 (build-system r-build-system)
5744 (propagated-inputs
5745 `(("r-rematch2" ,r-rematch2)))
5746 (home-page "https://github.com/gaborcsardi/parsedate")
5747 (synopsis
5748 "Recognize and parse dates in various formats")
5749 (description
5750 "This package provides three functions for dealing with dates:
5751 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
5752 time formats, @code{parse_date} parses dates in unspecified formats,
5753 and @code{format_iso_8601} formats a date in ISO 8601 format.")
5754 (license license:gpl2)))
5755
5756 (define-public r-abc-data
5757 (package
5758 (name "r-abc-data")
5759 (version "1.0")
5760 (source
5761 (origin
5762 (method url-fetch)
5763 (uri (cran-uri "abc.data" version))
5764 (sha256
5765 (base32
5766 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
5767 (properties `((upstream-name . "abc.data")))
5768 (build-system r-build-system)
5769 (home-page "https://cran.r-project.org/web/packages/abc.data/")
5770 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
5771 (description
5772 "This package contains data which are used by functions of the abc
5773 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
5774 algorithms for performing parameter estimation, model selection, and
5775 goodness-of-fit.")
5776 (license license:gpl3+)))
5777
5778 (define-public r-abc
5779 (package
5780 (name "r-abc")
5781 (version "2.1")
5782 (source
5783 (origin
5784 (method url-fetch)
5785 (uri (cran-uri "abc" version))
5786 (sha256
5787 (base32
5788 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
5789 (build-system r-build-system)
5790 (propagated-inputs
5791 `(("r-abc-data" ,r-abc-data)
5792 ("r-locfit" ,r-locfit)
5793 ("r-mass" ,r-mass)
5794 ("r-nnet" ,r-nnet)
5795 ("r-quantreg" ,r-quantreg)))
5796 (home-page "https://cran.r-project.org/web/packages/abc/")
5797 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
5798 (description
5799 "This package implements several @dfn{Approximate Bayesian
5800 Computation} (ABC) algorithms for performing parameter estimation, model
5801 selection, and goodness-of-fit. Cross-validation tools are also available for
5802 measuring the accuracy of ABC estimates, and to calculate the
5803 misclassification probabilities of different models.")
5804 (license license:gpl3+)))
5805
5806 (define-public r-zip
5807 (package
5808 (name "r-zip")
5809 (version "2.0.4")
5810 (source
5811 (origin
5812 (method url-fetch)
5813 (uri (cran-uri "zip" version))
5814 (sha256
5815 (base32
5816 "1c02amk3pl6xir5jnbfiwiv2wvpkpbkkb1w71y6lf2yk7g3d0pdb"))))
5817 (build-system r-build-system)
5818 (home-page "https://github.com/gaborcsardi/zip")
5819 (synopsis "Cross-platform Zip compression")
5820 (description
5821 "This package provides a cross-platform Zip compression library for R.
5822 It is a replacement for the @code{zip} function, that does not require any
5823 additional external tools on any platform.")
5824 (license license:cc0)))
5825
5826 (define-public r-openxlsx
5827 (package
5828 (name "r-openxlsx")
5829 (version "4.1.5")
5830 (source
5831 (origin
5832 (method url-fetch)
5833 (uri (cran-uri "openxlsx" version))
5834 (sha256
5835 (base32
5836 "0wkpa3wsd8rs0pib7cp67iv0s6jn99frcrw7clypqxmvvdwyb9kq"))))
5837 (build-system r-build-system)
5838 (propagated-inputs
5839 `(("r-rcpp" ,r-rcpp)
5840 ("r-stringi" ,r-stringi)
5841 ("r-zip" ,r-zip)))
5842 (native-inputs
5843 `(("r-knitr" ,r-knitr)))
5844 (home-page "https://github.com/awalker89/openxlsx")
5845 (synopsis "Read, write and edit XLSX files")
5846 (description
5847 "This package simplifies the creation of Excel @code{.xlsx} files by
5848 providing a high level interface to writing, styling and editing worksheets.
5849 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
5850 and @code{XLConnect} packages with the added benefit of removing the
5851 dependency on Java.")
5852 (license license:gpl3)))
5853
5854 (define-public r-rio
5855 (package
5856 (name "r-rio")
5857 (version "0.5.16")
5858 (source
5859 (origin
5860 (method url-fetch)
5861 (uri (cran-uri "rio" version))
5862 (sha256
5863 (base32
5864 "0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
5865 (build-system r-build-system)
5866 (propagated-inputs
5867 `(("r-curl" ,r-curl)
5868 ("r-data-table" ,r-data-table)
5869 ("r-foreign" ,r-foreign)
5870 ("r-haven" ,r-haven)
5871 ("r-openxlsx" ,r-openxlsx)
5872 ("r-readxl" ,r-readxl)
5873 ("r-tibble" ,r-tibble)))
5874 (home-page "https://github.com/leeper/rio")
5875 (synopsis "Swiss-army knife for data I/O")
5876 (description
5877 "This package provides streamlined data import and export infrastructure
5878 by making assumptions that the user is probably willing to make: @code{import}
5879 and @code{export} determine the data structure from the file extension,
5880 reasonable defaults are used for data import and export (e.g.,
5881 @code{stringsAsFactors=FALSE}), web-based import is natively
5882 supported (including from SSL/HTTPS), compressed files can be read directly
5883 without explicit decompression, and fast import packages are used where
5884 appropriate. An additional convenience function, @code{convert}, provides a
5885 simple method for converting between file types.")
5886 (license license:gpl2)))
5887
5888 (define-public r-maptools
5889 (package
5890 (name "r-maptools")
5891 (version "1.0-1")
5892 (source
5893 (origin
5894 (method url-fetch)
5895 (uri (cran-uri "maptools" version))
5896 (sha256
5897 (base32
5898 "0fs1y3cbymcq4f76wd27h5a7ihdmxii3ca8x29x32xgxhmasni4l"))))
5899 (build-system r-build-system)
5900 (propagated-inputs
5901 `(("r-foreign" ,r-foreign)
5902 ("r-lattice" ,r-lattice)
5903 ("r-sp" ,r-sp)))
5904 (home-page "https://r-forge.r-project.org/projects/maptools/")
5905 (synopsis "Tools for reading and handling spatial objects")
5906 (description
5907 "This package provides a set of tools for manipulating and reading
5908 geographic data, in particular ESRI Shapefiles. It includes binary access to
5909 GSHHG shoreline files. The package also provides interface wrappers for
5910 exchanging spatial objects with other R packages.")
5911 ;; The C source files from shapelib are released under the Expat license.
5912 ;; The R code is released under GPL version 2 or later.
5913 (license (list license:gpl2+
5914 license:expat))))
5915
5916 (define-public r-later
5917 (package
5918 (name "r-later")
5919 (version "1.1.0.1")
5920 (source
5921 (origin
5922 (method url-fetch)
5923 (uri (cran-uri "later" version))
5924 (sha256
5925 (base32
5926 "1k9n2j7zxw9gfclnx8zfqp6w64c5d6apn7g02yhkajkpmszagfki"))))
5927 (build-system r-build-system)
5928 (propagated-inputs
5929 `(("r-bh" ,r-bh)
5930 ("r-rcpp" ,r-rcpp)
5931 ("r-rlang" ,r-rlang)))
5932 (native-inputs
5933 `(("r-knitr" ,r-knitr)))
5934 (home-page "https://github.com/r-lib/later")
5935 (synopsis "Utilities for delaying function execution")
5936 (description
5937 "This package provides tools to execute arbitrary R or C functions some
5938 time after the current time, after the R execution stack has emptied.")
5939 (license license:gpl2+)))
5940
5941 (define-public r-promises
5942 (package
5943 (name "r-promises")
5944 (version "1.1.1")
5945 (source
5946 (origin
5947 (method url-fetch)
5948 (uri (cran-uri "promises" version))
5949 (sha256
5950 (base32
5951 "002qkhcn3ri6a3w5fizjvdvrjgvqiw8i7rl9jglcnqik5kmwc61p"))))
5952 (build-system r-build-system)
5953 (propagated-inputs
5954 `(("r-later" ,r-later)
5955 ("r-magrittr" ,r-magrittr)
5956 ("r-r6" ,r-r6)
5957 ("r-rcpp" ,r-rcpp)
5958 ("r-rlang" ,r-rlang)))
5959 (native-inputs
5960 `(("r-knitr" ,r-knitr)))
5961 (home-page "https://rstudio.github.io/promises")
5962 (synopsis "Abstractions for promise-based asynchronous programming")
5963 (description
5964 "This package provides fundamental abstractions for doing asynchronous
5965 programming in R using promises. Asynchronous programming is useful for
5966 allowing a single R process to orchestrate multiple tasks in the background
5967 while also attending to something else. Semantics are similar to JavaScript
5968 promises, but with a syntax that is idiomatic R.")
5969 (license license:expat)))
5970
5971 (define-public r-dosnow
5972 (package
5973 (name "r-dosnow")
5974 (version "1.0.18")
5975 (source
5976 (origin
5977 (method url-fetch)
5978 (uri (cran-uri "doSNOW" version))
5979 (sha256
5980 (base32
5981 "0rj72z5505cprh6wykhhiz08l9bmd966srqh2qypwivf321bvrvh"))))
5982 (properties `((upstream-name . "doSNOW")))
5983 (build-system r-build-system)
5984 (propagated-inputs
5985 `(("r-foreach" ,r-foreach)
5986 ("r-iterators" ,r-iterators)
5987 ("r-snow" ,r-snow)))
5988 (home-page "https://cran.r-project.org/web/packages/doSNOW")
5989 (synopsis "Foreach parallel adaptor for the snow package")
5990 (description
5991 "This package provides a parallel backend for the @code{%dopar%} function
5992 using the @code{snow} package.")
5993 (license license:gpl2)))
5994
5995 (define-public r-snowfall
5996 (package
5997 (name "r-snowfall")
5998 (version "1.84-6.1")
5999 (source (origin
6000 (method url-fetch)
6001 (uri (cran-uri "snowfall" version))
6002 (sha256
6003 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
6004 (build-system r-build-system)
6005 (propagated-inputs
6006 `(("r-snow" ,r-snow)))
6007 (home-page "https://cran.r-project.org/web/packages/snowfall/")
6008 (synopsis "Easier cluster computing")
6009 (description "This package is a usability wrapper around snow for easier
6010 development of parallel R programs. This package offers e.g. extended error
6011 checks, and additional functions. All functions work in sequential mode, too,
6012 if no cluster is present or wished. The package is also designed as connector
6013 to the cluster management tool @code{sfCluster}, but can also used without
6014 it.")
6015 (license license:gpl2+)))
6016
6017 (define-public r-rappdirs
6018 (package
6019 (name "r-rappdirs")
6020 (version "0.3.1")
6021 (source
6022 (origin
6023 (method url-fetch)
6024 (uri (cran-uri "rappdirs" version))
6025 (sha256
6026 (base32
6027 "0ji6sg3bdn5gazkq14xmmcq7jnbsyxw4lzmmbgv6526j2vn93n1g"))))
6028 (build-system r-build-system)
6029 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
6030 (synopsis "Determine where to save data, caches, and logs")
6031 (description
6032 "This package provides an easy way to determine which directories on the
6033 user's computer should be used to save data, caches and logs. It is a port of
6034 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
6035 (license license:expat)))
6036
6037 (define-public r-renv
6038 (package
6039 (name "r-renv")
6040 (version "0.11.0")
6041 (source
6042 (origin
6043 (method url-fetch)
6044 (uri (cran-uri "renv" version))
6045 (sha256
6046 (base32
6047 "0dd63jr240pg95a6p058s5kcclfmscihdy89v212msihmwvylwh3"))))
6048 (properties `((upstream-name . "renv")))
6049 (build-system r-build-system)
6050 (native-inputs
6051 `(("r-knitr" ,r-knitr)))
6052 (home-page "https://rstudio.github.io/renv")
6053 (synopsis "Project environments")
6054 (description
6055 "This package provides a dependency management toolkit for R. Using
6056 renv, you can create and manage project-local R libraries, save the state of
6057 these libraries to a lockfile, and later restore your library as required.
6058 Together, these tools can help make your projects more isolated, portable, and
6059 reproducible.")
6060 (license license:expat)))
6061
6062 (define-public r-learnr
6063 (package
6064 (name "r-learnr")
6065 (version "0.10.1")
6066 (source
6067 (origin
6068 (method url-fetch)
6069 (uri (cran-uri "learnr" version))
6070 (sha256
6071 (base32
6072 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
6073 (build-system r-build-system)
6074 (propagated-inputs
6075 `(("r-checkmate" ,r-checkmate)
6076 ("r-ellipsis" ,r-ellipsis)
6077 ("r-evaluate" ,r-evaluate)
6078 ("r-htmltools" ,r-htmltools)
6079 ("r-htmlwidgets" ,r-htmlwidgets)
6080 ("r-jsonlite" ,r-jsonlite)
6081 ("r-knitr" ,r-knitr)
6082 ("r-markdown" ,r-markdown)
6083 ("r-rappdirs" ,r-rappdirs)
6084 ("r-renv" ,r-renv)
6085 ("r-rmarkdown" ,r-rmarkdown)
6086 ("r-rprojroot" ,r-rprojroot)
6087 ("r-shiny" ,r-shiny)
6088 ("r-withr" ,r-withr)))
6089 (home-page "https://rstudio.github.io/learnr/")
6090 (synopsis "Interactive tutorials for R")
6091 (description
6092 "This package provides tools to create interactive tutorials using R
6093 Markdown. Use a combination of narrative, figures, videos, exercises, and
6094 quizzes to create self-paced tutorials for learning about R and R packages.")
6095 (license license:asl2.0)))
6096
6097 (define-public r-analytics
6098 (package
6099 (name "r-analytics")
6100 (version "3.0")
6101 (source
6102 (origin
6103 (method url-fetch)
6104 (uri (cran-uri "analytics" version))
6105 (sha256
6106 (base32
6107 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
6108 (build-system r-build-system)
6109 (propagated-inputs
6110 `(("r-car" ,r-car)
6111 ("r-cluster" ,r-cluster)
6112 ("r-fractal" ,r-fractal)
6113 ("r-lmtest" ,r-lmtest)
6114 ("r-mass" ,r-mass)
6115 ("r-np" ,r-np)
6116 ("r-powerplus" ,r-powerplus)
6117 ("r-robust" ,r-robust)
6118 ("r-trend" ,r-trend)
6119 ("r-tsa" ,r-tsa)
6120 ("r-urca" ,r-urca)
6121 ("r-vim" ,r-vim)))
6122 (home-page "https://cran.r-project.org/web/packages/analytics/")
6123 (synopsis "Collection of data analysis tools")
6124 (description
6125 "This package is a collection of data analysis tools. It includes tools
6126 for regression outlier detection in a fitted linear model, stationary
6127 bootstrap using a truncated geometric distribution, a comprehensive test for
6128 weak stationarity, column means by group, weighted biplots, and a heuristic to
6129 obtain a better initial configuration in non-metric MDS.")
6130 (license license:gpl2)))
6131
6132 (define-public r-reticulate
6133 (package
6134 (name "r-reticulate")
6135 (version "1.16")
6136 (source
6137 (origin
6138 (method url-fetch)
6139 (uri (cran-uri "reticulate" version))
6140 (sha256
6141 (base32
6142 "0ddx3xrlw55d8d3w7pxap618w2c5pd1n2jw4xsa185s8mf1zifkl"))))
6143 (build-system r-build-system)
6144 (inputs `(("python" ,python)))
6145 (propagated-inputs
6146 `(("r-rappdirs" ,r-rappdirs)
6147 ("r-jsonlite" ,r-jsonlite)
6148 ("r-matrix" ,r-matrix)
6149 ("r-rcpp" ,r-rcpp)))
6150 (native-inputs
6151 `(("r-knitr" ,r-knitr)))
6152 (home-page "https://github.com/rstudio/reticulate")
6153 (synopsis "R interface to Python")
6154 (description
6155 "This package provides an interface from R to Python modules, classes,
6156 and functions. When calling into Python, R data types are automatically
6157 converted to their equivalent Python types. When values are returned from
6158 Python to R they are converted back to R types.")
6159 (license license:asl2.0)))
6160
6161 (define-public r-bibtex
6162 (package
6163 (name "r-bibtex")
6164 (version "0.4.2.2")
6165 (source
6166 (origin
6167 (method url-fetch)
6168 (uri (cran-uri "bibtex" version))
6169 (sha256
6170 (base32
6171 "140hkjzdp3033cvji861rd06z1ixgpnn4n5amygqsmhnixk8ff07"))))
6172 (build-system r-build-system)
6173 (propagated-inputs `(("r-stringr" ,r-stringr)))
6174 (home-page "https://github.com/romainfrancois/bibtex")
6175 (synopsis "Bibtex parser")
6176 (description "This package provides a utility for R to parse a bibtex
6177 file.")
6178 (license license:gpl2+)))
6179
6180 (define-public r-ggseqlogo
6181 (package
6182 (name "r-ggseqlogo")
6183 (version "0.1")
6184 (source
6185 (origin
6186 (method url-fetch)
6187 (uri (cran-uri "ggseqlogo" version))
6188 (sha256
6189 (base32
6190 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
6191 (build-system r-build-system)
6192 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
6193 (home-page "https://github.com/omarwagih/ggseqlogo")
6194 (synopsis "ggplot2 extension for drawing genetic sequence logos")
6195 (description
6196 "The range of functions provided by this package makes it possible to
6197 draw highly versatile genomic sequence logos. Features include, but are not
6198 limited to, modifying colour schemes and fonts used to draw the logo,
6199 generating multiple logo plots, and aiding the visualisation with annotations.
6200 Sequence logos can easily be combined with other ggplot2 plots.")
6201 ;; Unspecified version of the LGPL.
6202 (license license:lgpl3+)))
6203
6204 (define-public r-ggsci
6205 (package
6206 (name "r-ggsci")
6207 (version "2.9")
6208 (source
6209 (origin
6210 (method url-fetch)
6211 (uri (cran-uri "ggsci" version))
6212 (sha256
6213 (base32
6214 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
6215 (build-system r-build-system)
6216 (propagated-inputs
6217 `(("r-ggplot2" ,r-ggplot2)
6218 ("r-scales" ,r-scales)))
6219 (home-page "https://nanx.me/ggsci/")
6220 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
6221 (description
6222 "This package provides a collection of ggplot2 color palettes inspired by
6223 plots in scientific journals, data visualization libraries, science fiction
6224 movies, and TV shows.")
6225 (license license:gpl3)))
6226
6227 (define-public r-ggsignif
6228 (package
6229 (name "r-ggsignif")
6230 (version "0.6.0")
6231 (source
6232 (origin
6233 (method url-fetch)
6234 (uri (cran-uri "ggsignif" version))
6235 (sha256
6236 (base32
6237 "17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
6238 (build-system r-build-system)
6239 (native-inputs
6240 `(("r-knitr" ,r-knitr)))
6241 (propagated-inputs
6242 `(("r-ggplot2" ,r-ggplot2)))
6243 (home-page "https://github.com/const-ae/ggsignif")
6244 (synopsis "Significance brackets for ggplot2")
6245 (description
6246 "Enrich your ggplots with group-wise comparisons. This package provides
6247 an easy way to indicate if two groups are significantly different. Commonly
6248 this is shown by a bracket on top connecting the groups of interest which
6249 itself is annotated with the level of significance. The package provides a
6250 single layer that takes the groups for comparison and the test as arguments
6251 and adds the annotation to the plot.")
6252 (license license:gpl3)))
6253
6254 (define-public r-rstatix
6255 (package
6256 (name "r-rstatix")
6257 (version "0.6.0")
6258 (source
6259 (origin
6260 (method url-fetch)
6261 (uri (cran-uri "rstatix" version))
6262 (sha256
6263 (base32
6264 "0nwwvxwr4z3j4n9z8cnvwghppc836g47n0ia98chk272qwh8xcpb"))))
6265 (properties `((upstream-name . "rstatix")))
6266 (build-system r-build-system)
6267 (propagated-inputs
6268 `(("r-broom" ,r-broom)
6269 ("r-car" ,r-car)
6270 ("r-corrplot" ,r-corrplot)
6271 ("r-dplyr" ,r-dplyr)
6272 ("r-generics" ,r-generics)
6273 ("r-magrittr" ,r-magrittr)
6274 ("r-purrr" ,r-purrr)
6275 ("r-rlang" ,r-rlang)
6276 ("r-tibble" ,r-tibble)
6277 ("r-tidyr" ,r-tidyr)
6278 ("r-tidyselect" ,r-tidyselect)))
6279 (home-page "https://rpkgs.datanovia.com/rstatix/")
6280 (synopsis "Pipe-friendly framework for basic statistical tests")
6281 (description
6282 "This package provides a simple and intuitive pipe-friendly framework,
6283 coherent with the @code{tidyverse} design philosophy, for performing basic
6284 statistical tests, including t-test, Wilcoxon test, ANOVA, Kruskal-Wallis and
6285 correlation analyses. The output of each test is automatically transformed
6286 into a tidy data frame to facilitate visualization. Additional functions are
6287 available for reshaping, reordering, manipulating and visualizing correlation
6288 matrix.")
6289 (license license:gpl2)))
6290
6291 (define-public r-ggpubr
6292 (package
6293 (name "r-ggpubr")
6294 (version "0.4.0")
6295 (source
6296 (origin
6297 (method url-fetch)
6298 (uri (cran-uri "ggpubr" version))
6299 (sha256
6300 (base32
6301 "0x86lmghr25k8w90yrp360dn42dhp5cjvjpdiv2s2gxfn701xcmb"))))
6302 (build-system r-build-system)
6303 (propagated-inputs
6304 `(("r-cowplot" ,r-cowplot)
6305 ("r-dplyr" ,r-dplyr)
6306 ("r-ggplot2" ,r-ggplot2)
6307 ("r-ggrepel" ,r-ggrepel)
6308 ("r-ggsci" ,r-ggsci)
6309 ("r-ggsignif" ,r-ggsignif)
6310 ("r-glue" ,r-glue)
6311 ("r-gridextra" ,r-gridextra)
6312 ("r-magrittr" ,r-magrittr)
6313 ("r-polynom" ,r-polynom)
6314 ("r-purrr" ,r-purrr)
6315 ("r-rlang" ,r-rlang)
6316 ("r-scales" ,r-scales)
6317 ("r-rstatix" ,r-rstatix)
6318 ("r-tibble" ,r-tibble)
6319 ("r-tidyr" ,r-tidyr)))
6320 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
6321 (synopsis "ggplot2-based publication-ready plots")
6322 (description
6323 "The ggplot2 package is an excellent and flexible package for elegant
6324 data visualization in R. However the default generated plots require some
6325 formatting before we can send them for publication. The ggpubr package
6326 provides some easy-to-use functions for creating and customizing ggplot2-based
6327 publication-ready plots.")
6328 (license license:gpl2)))
6329
6330 (define-public r-ellipse
6331 (package
6332 (name "r-ellipse")
6333 (version "0.4.2")
6334 (source
6335 (origin
6336 (method url-fetch)
6337 (uri (cran-uri "ellipse" version))
6338 (sha256
6339 (base32
6340 "1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
6341 (build-system r-build-system)
6342 (home-page "https://cran.r-project.org/web/packages/ellipse/")
6343 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
6344 (description
6345 "This package contains various routines for drawing ellipses and
6346 ellipse-like confidence regions, implementing the plots described in Murdoch
6347 and Chow (1996), A graphical display of large correlation matrices, The
6348 American Statistician 50, 178-180. There are also routines implementing the
6349 profile plots described in Bates and Watts (1988), Nonlinear Regression
6350 Analysis and its Applications.")
6351 (license license:gpl2+)))
6352
6353 (define-public r-flashclust
6354 (package
6355 (name "r-flashclust")
6356 (version "1.01-2")
6357 (source
6358 (origin
6359 (method url-fetch)
6360 (uri (cran-uri "flashClust" version))
6361 (sha256
6362 (base32
6363 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
6364 (properties `((upstream-name . "flashClust")))
6365 (build-system r-build-system)
6366 (native-inputs `(("gfortran" ,gfortran)))
6367 (home-page "https://cran.r-project.org/web/packages/flashClust/")
6368 (synopsis "Implementation of optimal hierarchical clustering")
6369 (description
6370 "This package provides a fast implementation of hierarchical
6371 clustering.")
6372 (license license:gpl2+)))
6373
6374 (define-public r-factominer
6375 (package
6376 (name "r-factominer")
6377 (version "2.3")
6378 (source
6379 (origin
6380 (method url-fetch)
6381 (uri (cran-uri "FactoMineR" version))
6382 (sha256
6383 (base32
6384 "0ldgf3daksh6lpblhqys67m4mxqx3q9s9n5plfam6dwshfik0ky6"))))
6385 (properties `((upstream-name . "FactoMineR")))
6386 (build-system r-build-system)
6387 (propagated-inputs
6388 `(("r-car" ,r-car)
6389 ("r-cluster" ,r-cluster)
6390 ("r-ellipse" ,r-ellipse)
6391 ("r-flashclust" ,r-flashclust)
6392 ("r-ggplot2" ,r-ggplot2)
6393 ("r-ggrepel" ,r-ggrepel)
6394 ("r-lattice" ,r-lattice)
6395 ("r-leaps" ,r-leaps)
6396 ("r-mass" ,r-mass)
6397 ("r-scatterplot3d" ,r-scatterplot3d)))
6398 (home-page "http://factominer.free.fr")
6399 (synopsis "Multivariate exploratory data analysis and data mining")
6400 (description
6401 "This package provides exploratory data analysis methods to summarize,
6402 visualize and describe datasets. The main principal component methods are
6403 available, those with the largest potential in terms of applications:
6404 principal component analysis (PCA) when variables are quantitative,
6405 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
6406 variables are categorical, Multiple Factor Analysis when variables are
6407 structured in groups, etc. and hierarchical cluster analysis.")
6408 (license license:gpl2+)))
6409
6410 (define-public r-factoextra
6411 (package
6412 (name "r-factoextra")
6413 (version "1.0.7")
6414 (source
6415 (origin
6416 (method url-fetch)
6417 (uri (cran-uri "factoextra" version))
6418 (sha256
6419 (base32
6420 "1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
6421 (build-system r-build-system)
6422 (propagated-inputs
6423 `(("r-abind" ,r-abind)
6424 ("r-cluster" ,r-cluster)
6425 ("r-dendextend" ,r-dendextend)
6426 ("r-factominer" ,r-factominer)
6427 ("r-ggplot2" ,r-ggplot2)
6428 ("r-ggpubr" ,r-ggpubr)
6429 ("r-ggrepel" ,r-ggrepel)
6430 ("r-reshape2" ,r-reshape2)
6431 ("r-tidyr" ,r-tidyr)))
6432 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
6433 (synopsis "Extract and visualize the results of multivariate data analyses")
6434 (description
6435 "This package provides some easy-to-use functions to extract and
6436 visualize the output of multivariate data analyses, including
6437 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
6438 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
6439 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
6440 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
6441 packages. It contains also functions for simplifying some clustering analysis
6442 steps and provides ggplot2-based elegant data visualization.")
6443 (license license:gpl2)))
6444
6445 (define-public r-fansi
6446 (package
6447 (name "r-fansi")
6448 (version "0.4.1")
6449 (source
6450 (origin
6451 (method url-fetch)
6452 (uri (cran-uri "fansi" version))
6453 (sha256
6454 (base32
6455 "028ywjy538psnmdnddvy5jr3idzffr4hikzr4x97x0m30g4fws9w"))))
6456 (build-system r-build-system)
6457 (native-inputs
6458 `(("r-knitr" ,r-knitr))) ; for vignettes
6459 (home-page "https://github.com/brodieG/fansi")
6460 (synopsis "ANSI control sequence aware string functions")
6461 (description
6462 "This package provides counterparts to R string manipulation functions
6463 that account for the effects of ANSI text formatting control sequences.")
6464 (license license:gpl2+)))
6465
6466 (define-public r-nbclust
6467 (package
6468 (name "r-nbclust")
6469 (version "3.0")
6470 (source
6471 (origin
6472 (method url-fetch)
6473 (uri (cran-uri "NbClust" version))
6474 (sha256
6475 (base32
6476 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
6477 (properties `((upstream-name . "NbClust")))
6478 (build-system r-build-system)
6479 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
6480 (synopsis "Determine the best number of clusters in a data set")
6481 (description
6482 "NbClust provides 30 indexes for determining the optimal number of
6483 clusters in a data set and offers the best clustering scheme from different
6484 results to the user.")
6485 (license license:gpl2)))
6486
6487 (define-public r-hdf5r
6488 (package
6489 (name "r-hdf5r")
6490 (version "1.3.2")
6491 (source
6492 (origin
6493 (method url-fetch)
6494 (uri (cran-uri "hdf5r" version))
6495 (sha256
6496 (base32
6497 "0c2p06k9bp9rf0fyavnxw5d8jr2bbgx3gjblahz581cpvsfksj9i"))))
6498 (build-system r-build-system)
6499 (inputs
6500 `(("hdf5" ,hdf5)
6501 ("zlib" ,zlib)))
6502 (propagated-inputs
6503 `(("r-bit64" ,r-bit64)
6504 ("r-r6" ,r-r6)))
6505 (native-inputs
6506 `(("r-knitr" ,r-knitr)))
6507 (home-page "https://hhoeflin.github.io/hdf5r")
6508 (synopsis "Interface to the HDF5 binary data format")
6509 (description
6510 "HDF5 is a data model, library and file format for storing and managing
6511 large amounts of data. This package provides a nearly feature complete,
6512 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
6513 functionality is added so that HDF5 objects behave very similar to their
6514 corresponding R counterparts.")
6515 (license license:asl2.0)))
6516
6517 (define-public r-itertools
6518 (package
6519 (name "r-itertools")
6520 (version "0.1-3")
6521 (source
6522 (origin
6523 (method url-fetch)
6524 (uri (cran-uri "itertools" version))
6525 (sha256
6526 (base32
6527 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
6528 (build-system r-build-system)
6529 (propagated-inputs
6530 `(("r-iterators" ,r-iterators)))
6531 (home-page "https://cran.r-project.org/web/packages/itertools/")
6532 (synopsis "Iterator tools")
6533 (description
6534 "This package provides various tools for creating iterators, many
6535 patterned after functions in the Python @code{itertools} module, and others
6536 patterned after functions in the snow package.")
6537 (license license:gpl2)))
6538
6539 (define-public r-polynom
6540 (package
6541 (name "r-polynom")
6542 (version "1.4-0")
6543 (source
6544 (origin
6545 (method url-fetch)
6546 (uri (cran-uri "polynom" version))
6547 (sha256
6548 (base32
6549 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
6550 (build-system r-build-system)
6551 (home-page "https://cran.r-project.org/web/packages/polynom/")
6552 (synopsis "Functions for univariate polynomial manipulations")
6553 (description
6554 "This package provides a collection of functions to implement a class for
6555 univariate polynomial manipulations.")
6556 (license license:gpl2)))
6557
6558 (define-public r-gbrd
6559 (package
6560 (name "r-gbrd")
6561 (version "0.4-11")
6562 (source
6563 (origin
6564 (method url-fetch)
6565 (uri (cran-uri "gbRd" version))
6566 (sha256
6567 (base32
6568 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
6569 (properties `((upstream-name . "gbRd")))
6570 (build-system r-build-system)
6571 (home-page "https://cran.r-project.org/web/packages/gbRd/")
6572 (synopsis "Utilities for processing Rd objects and files")
6573 (description
6574 "This package provides utilities for processing Rd objects and files.
6575 Extract argument descriptions and other parts of the help pages of
6576 functions.")
6577 (license license:gpl2+)))
6578
6579 (define-public r-rjags
6580 (package
6581 (name "r-rjags")
6582 (version "4-10")
6583 (source
6584 (origin
6585 (method url-fetch)
6586 (uri (cran-uri "rjags" version))
6587 (sha256
6588 (base32
6589 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
6590 (build-system r-build-system)
6591 (propagated-inputs
6592 `(("r-coda" ,r-coda)))
6593 (inputs
6594 `(("jags" ,jags)))
6595 (native-inputs
6596 `(("pkg-config" ,pkg-config)))
6597 (home-page "http://mcmc-jags.sourceforge.net")
6598 (synopsis "Bayesian graphical models using MCMC")
6599 (description
6600 "This package provides an R interface to the JAGS MCMC library. JAGS is
6601 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
6602 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
6603 (license license:gpl2)))
6604
6605 (define-public r-rdpack
6606 (package
6607 (name "r-rdpack")
6608 (version "0.11-1")
6609 (source
6610 (origin
6611 (method url-fetch)
6612 (uri (cran-uri "Rdpack" version))
6613 (sha256
6614 (base32
6615 "080y15p2hl4jsq91ak2f1y2kx1iqq5c5wzyx3zyhjwp01cahy0jq"))))
6616 (properties `((upstream-name . "Rdpack")))
6617 (build-system r-build-system)
6618 (propagated-inputs
6619 `(("r-bibtex" ,r-bibtex)
6620 ("r-gbrd" ,r-gbrd)))
6621 (home-page "https://github.com/GeoBosh/Rdpack")
6622 (synopsis "Update and manipulate Rd documentation objects")
6623 (description
6624 "This package provides functions for manipulation of R documentation
6625 objects, including functions @code{reprompt()} and @code{ereprompt()} for
6626 updating Rd documentation for functions, methods and classes; it also includes
6627 Rd macros for citations and import of references from bibtex files for use in
6628 Rd files and roxygen2 comments, as well as many functions for manipulation of
6629 references and Rd files.")
6630 (license license:gpl2+)))
6631
6632 (define-public r-officer
6633 (package
6634 (name "r-officer")
6635 (version "0.3.12")
6636 (source
6637 (origin
6638 (method url-fetch)
6639 (uri (cran-uri "officer" version))
6640 (sha256
6641 (base32
6642 "1wk9h6bz77s5j6lgksmlrmi1vyaa35c766gq6hgb1dp0dz0x342x"))))
6643 (build-system r-build-system)
6644 (propagated-inputs
6645 `(("r-magrittr" ,r-magrittr)
6646 ("r-r6" ,r-r6)
6647 ("r-uuid" ,r-uuid)
6648 ("r-xml2" ,r-xml2)
6649 ("r-zip" ,r-zip)))
6650 (native-inputs
6651 `(("r-knitr" ,r-knitr)))
6652 (home-page "https://davidgohel.github.io/officer")
6653 (synopsis "Manipulation of Word and PowerPoint documents")
6654 (description
6655 "This package provides tools to access and manipulate Word and PowerPoint
6656 documents from R. The package focuses on tabular and graphical reporting from
6657 R; it also provides two functions that let users get document content into
6658 data objects. A set of functions lets add and remove images, tables and
6659 paragraphs of text in new or existing documents. When working with PowerPoint
6660 presentations, slides can be added or removed; shapes inside slides can also
6661 be added or removed. When working with Word documents, a cursor can be used
6662 to help insert or delete content at a specific location in the document.")
6663 (license license:gpl3)))
6664
6665 (define-public r-profilemodel
6666 (package
6667 (name "r-profilemodel")
6668 (version "0.6.0")
6669 (source
6670 (origin
6671 (method url-fetch)
6672 (uri (cran-uri "profileModel" version))
6673 (sha256
6674 (base32
6675 "0yq8hy43h62hlz8bbf9ila4a3xcwizi1if27b78xc5y857ncwad8"))))
6676 (properties `((upstream-name . "profileModel")))
6677 (build-system r-build-system)
6678 (home-page "https://github.com/ikosmidis/profileModel")
6679 (synopsis "Profiling inference functions for various model classes")
6680 (description
6681 "This package provides tools that can be used to calculate, evaluate,
6682 plot and use for inference the profiles of *arbitrary* inference functions for
6683 arbitrary @code{glm}-like fitted models with linear predictors. More information
6684 on the methods that are implemented can be found in Kosmidis (2008)
6685 @url{https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf}.")
6686 (license license:gpl2+)))
6687
6688 (define-public r-brglm
6689 (package
6690 (name "r-brglm")
6691 (version "0.6.2")
6692 (source
6693 (origin
6694 (method url-fetch)
6695 (uri (cran-uri "brglm" version))
6696 (sha256
6697 (base32
6698 "0c9ngscc6zlfm90fqyggnj04qfkhp5qgf5q3wnfpxwyc8cm47by2"))))
6699 (properties `((upstream-name . "brglm")))
6700 (build-system r-build-system)
6701 (propagated-inputs
6702 `(("r-profilemodel" ,r-profilemodel)))
6703 (home-page "https://github.com/ikosmidis/brglm")
6704 (synopsis "Bias reduction in binomial-response generalized linear models")
6705 (description
6706 "Fit generalized linear models with binomial responses using either an
6707 adjusted-score approach to bias reduction or maximum penalized likelihood
6708 where penalization is by Jeffreys invariant prior. These procedures return
6709 estimates with improved frequentist properties (bias, mean squared error) that
6710 are always finite even in cases where the maximum likelihood estimates are
6711 infinite (data separation). Fitting takes place by fitting generalized linear
6712 models on iteratively updated pseudo-data. The interface is essentially the
6713 same as @code{glm}. More flexibility is provided by the fact that custom
6714 pseudo-data representations can be specified and used for model fitting.
6715 Functions are provided for the construction of confidence intervals for the
6716 reduced-bias estimates.")
6717 (license license:gpl2+)))
6718
6719 (define-public r-entropy
6720 (package
6721 (name "r-entropy")
6722 (version "1.2.1")
6723 (source
6724 (origin
6725 (method url-fetch)
6726 (uri (cran-uri "entropy" version))
6727 (sha256
6728 (base32
6729 "10vg4818q5g54pv2nn9x5i7pvky5nsv96syy47pz2mgqp1273cpd"))))
6730 (properties `((upstream-name . "entropy")))
6731 (build-system r-build-system)
6732 (home-page "https://www.strimmerlab.org/software/entropy/")
6733 (synopsis "Estimation of entropy, mutual information and related quantities")
6734 (description
6735 "This package implements various estimators of entropy, such as the
6736 shrinkage estimator by Hausser and Strimmer, the maximum likelihood and the
6737 Millow-Madow estimator, various Bayesian estimators, and the Chao-Shen
6738 estimator. It also offers an R interface to the NSB estimator. Furthermore,
6739 it provides functions for estimating Kullback-Leibler divergence, chi-squared,
6740 mutual information, and chi-squared statistic of independence. In addition
6741 there are functions for discretizing continuous random variables.")
6742 (license license:gpl3+)))
6743
6744 (define-public r-abn
6745 (package
6746 (name "r-abn")
6747 (version "2.2.1")
6748 (source
6749 (origin
6750 (method url-fetch)
6751 (uri (cran-uri "abn" version))
6752 (sha256
6753 (base32
6754 "11nbg6dwvbj0ac7qvr203vzjnw5zc1a8cibb9l6rzzr7yfg16xzc"))))
6755 (build-system r-build-system)
6756 (inputs
6757 `(("gsl" ,gsl)))
6758 (propagated-inputs
6759 `(("r-boot" ,r-boot)
6760 ("r-brglm" ,r-brglm)
6761 ("r-entropy" ,r-entropy)
6762 ("r-lme4" ,r-lme4)
6763 ("r-mass" ,r-mass)
6764 ("r-moments" ,r-moments)
6765 ("r-nnet" ,r-nnet)
6766 ("r-rcpp" ,r-rcpp)
6767 ("r-rcpparmadillo" ,r-rcpparmadillo)
6768 ("r-rjags" ,r-rjags)))
6769 (home-page "https://r-bayesian-networks.org/")
6770 (synopsis "Modelling multivariate data with additive bayesian networks")
6771 (description
6772 "Bayesian network analysis is a form of probabilistic graphical models
6773 which derives from empirical data a directed acyclic graph, DAG, describing
6774 the dependency structure between random variables. An additive Bayesian
6775 network model consists of a form of a DAG where each node comprises a
6776 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
6777 equivalent to Bayesian multivariate regression using graphical modelling, they
6778 generalises the usual multivariable regression, GLM, to multiple dependent
6779 variables. This package provides routines to help determine optimal Bayesian
6780 network models for a given data set, where these models are used to identify
6781 statistical dependencies in messy, complex data.")
6782 (license license:gpl2+)))
6783
6784 (define-public r-acd
6785 (package
6786 (name "r-acd")
6787 (version "1.5.3")
6788 (source
6789 (origin
6790 (method url-fetch)
6791 (uri (cran-uri "ACD" version))
6792 (sha256
6793 (base32
6794 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
6795 (properties `((upstream-name . "ACD")))
6796 (build-system r-build-system)
6797 (home-page "https://cran.r-project.org/web/packages/ACD/")
6798 (synopsis "Categorical data analysis with complete or missing responses")
6799 (description
6800 "This package provides tools for categorical data analysis with complete
6801 or missing responses.")
6802 (license license:gpl2+)))
6803
6804 (define-public r-acdm
6805 (package
6806 (name "r-acdm")
6807 (version "1.0.4")
6808 (source
6809 (origin
6810 (method url-fetch)
6811 (uri (cran-uri "ACDm" version))
6812 (sha256
6813 (base32
6814 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
6815 (properties `((upstream-name . "ACDm")))
6816 (build-system r-build-system)
6817 (propagated-inputs
6818 `(("r-dplyr" ,r-dplyr)
6819 ("r-ggplot2" ,r-ggplot2)
6820 ("r-plyr" ,r-plyr)
6821 ("r-rsolnp" ,r-rsolnp)
6822 ("r-zoo" ,r-zoo)))
6823 (home-page "https://cran.r-project.org/web/packages/ACDm/")
6824 (synopsis "Tools for Autoregressive Conditional Duration Models")
6825 (description
6826 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
6827 and Russell, 1998) models. It creates trade, price or volume durations from
6828 transactions (tic) data, performs diurnal adjustments, fits various ACD models
6829 and tests them.")
6830 (license license:gpl2+)))
6831
6832 (define-public r-overlap
6833 (package
6834 (name "r-overlap")
6835 (version "0.3.3")
6836 (source
6837 (origin
6838 (method url-fetch)
6839 (uri (cran-uri "overlap" version))
6840 (sha256
6841 (base32
6842 "17cnr4qin1qy0df4k491267acna12gpbbps6w3gi8nccqxfrb1pd"))))
6843 (build-system r-build-system)
6844 (home-page "https://cran.r-project.org/web/packages/overlap/")
6845 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
6846 (description
6847 "This package provides functions to fit kernel density functions to data
6848 on temporal activity patterns of animals; estimate coefficients of overlapping
6849 of densities for two species; and calculate bootstrap estimates of confidence
6850 intervals.")
6851 (license license:gpl3+)))
6852
6853 (define-public r-snakecase
6854 (package
6855 (name "r-snakecase")
6856 (version "0.11.0")
6857 (source
6858 (origin
6859 (method url-fetch)
6860 (uri (cran-uri "snakecase" version))
6861 (sha256
6862 (base32
6863 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
6864 (build-system r-build-system)
6865 (propagated-inputs
6866 `(("r-stringi" ,r-stringi)
6867 ("r-stringr" ,r-stringr)))
6868 (home-page "https://github.com/Tazinho/snakecase")
6869 (synopsis "Convert strings into any case")
6870 (description
6871 "This package provides a consistent, flexible and easy to use tool to
6872 parse and convert strings into cases like snake or camel among others.")
6873 (license license:gpl3)))
6874
6875 (define-public r-prediction
6876 (package
6877 (name "r-prediction")
6878 (version "0.3.14")
6879 (source
6880 (origin
6881 (method url-fetch)
6882 (uri (cran-uri "prediction" version))
6883 (sha256
6884 (base32
6885 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
6886 (build-system r-build-system)
6887 (propagated-inputs
6888 `(("r-data-table" ,r-data-table)))
6889 (home-page "https://github.com/leeper/prediction")
6890 (synopsis "Tidy, type-safe prediction methods")
6891 (description
6892 "This package provides the @code{prediction()} function, a type-safe
6893 alternative to @code{predict()} that always returns a data frame. The package
6894 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
6895 from the @code{stats} package, as well as numerous other model classes from
6896 other add-on packages.")
6897 (license license:expat)))
6898
6899 (define-public r-insight
6900 (package
6901 (name "r-insight")
6902 (version "0.8.5")
6903 (source
6904 (origin
6905 (method url-fetch)
6906 (uri (cran-uri "insight" version))
6907 (sha256
6908 (base32
6909 "0ggczjd112kclknyxxqvjkzwzazfhjwglchafzamk4zb08ww7y7k"))))
6910 (build-system r-build-system)
6911 (native-inputs
6912 `(("r-knitr" ,r-knitr)))
6913 (home-page "https://easystats.github.io/insight/")
6914 (synopsis "Easy access to model information for various model objects")
6915 (description
6916 "This package provides a tool to provide an easy, intuitive and
6917 consistent access to information contained in various R models, like model
6918 formulas, model terms, information about random effects, data that was used to
6919 fit the model or data from response variables. The package mainly revolves
6920 around two types of functions: Functions that find (the names of) information,
6921 starting with @code{find_}, and functions that get the underlying data,
6922 starting with @code{get_}. The package has a consistent syntax and works with
6923 many different model objects, where otherwise functions to access these
6924 information are missing.")
6925 (license license:gpl3)))
6926
6927 (define-public r-sjlabelled
6928 (package
6929 (name "r-sjlabelled")
6930 (version "1.1.6")
6931 (source
6932 (origin
6933 (method url-fetch)
6934 (uri (cran-uri "sjlabelled" version))
6935 (sha256
6936 (base32
6937 "0xvb0yi7c7wiiqjbnbisyb2cjinm11i373jacfv1yzyc9cznzyzq"))))
6938 (build-system r-build-system)
6939 (propagated-inputs
6940 `(("r-insight" ,r-insight)))
6941 (native-inputs
6942 `(("r-knitr" ,r-knitr)))
6943 (home-page "https://github.com/strengejacke/sjlabelled")
6944 (synopsis "Labelled data utility functions")
6945 (description
6946 "This package provides a collection of functions dealing with labelled
6947 data, like reading and writing data between R and other statistical software
6948 packages. This includes easy ways to get, set or change value and variable
6949 label attributes, to convert labelled vectors into factors or numeric (and
6950 vice versa), or to deal with multiple declared missing values.")
6951 (license license:gpl3)))
6952
6953 (define-public r-sjmisc
6954 (package
6955 (name "r-sjmisc")
6956 (version "2.8.5")
6957 (source
6958 (origin
6959 (method url-fetch)
6960 (uri (cran-uri "sjmisc" version))
6961 (sha256
6962 (base32
6963 "0xl0s56d13bia89ai619rcr0fzbvc2k8f7hjxik4qp0g4v87zzlk"))))
6964 (build-system r-build-system)
6965 (propagated-inputs
6966 `(("r-dplyr" ,r-dplyr)
6967 ("r-insight" ,r-insight)
6968 ("r-magrittr" ,r-magrittr)
6969 ("r-purrr" ,r-purrr)
6970 ("r-rlang" ,r-rlang)
6971 ("r-sjlabelled" ,r-sjlabelled)
6972 ("r-tidyselect" ,r-tidyselect)))
6973 (native-inputs
6974 `(("r-knitr" ,r-knitr)))
6975 (home-page "https://github.com/strengejacke/sjmisc")
6976 (synopsis "Data and variable transformation functions")
6977 (description
6978 "This package is a collection of miscellaneous utility functions,
6979 supporting data transformation tasks like recoding, dichotomizing or grouping
6980 variables, setting and replacing missing values. The data transformation
6981 functions also support labelled data, and all integrate seamlessly into a
6982 tidyverse workflow.")
6983 (license license:gpl3)))
6984
6985 (define-public r-nortest
6986 (package
6987 (name "r-nortest")
6988 (version "1.0-4")
6989 (source
6990 (origin
6991 (method url-fetch)
6992 (uri (cran-uri "nortest" version))
6993 (sha256
6994 (base32
6995 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
6996 (build-system r-build-system)
6997 (home-page "https://cran.r-project.org/web/packages/nortest/")
6998 (synopsis "Tests for normality")
6999 (description
7000 "This package provides five omnibus tests for testing the composite
7001 hypothesis of normality.")
7002 (license license:gpl2+)))
7003
7004 (define-public r-moonbook
7005 (package
7006 (name "r-moonbook")
7007 (version "0.2.3")
7008 (source
7009 (origin
7010 (method url-fetch)
7011 (uri (cran-uri "moonBook" version))
7012 (sha256
7013 (base32
7014 "0hys56mwbm776ff7dibi8wzyf69qiais9rs1jazv79lk6h56s9s6"))))
7015 (properties `((upstream-name . "moonBook")))
7016 (build-system r-build-system)
7017 (propagated-inputs
7018 `(("r-magrittr" ,r-magrittr)
7019 ("r-nortest" ,r-nortest)
7020 ("r-purrr" ,r-purrr)
7021 ("r-sjmisc" ,r-sjmisc)
7022 ("r-stringr" ,r-stringr)
7023 ("r-survival" ,r-survival)))
7024 (home-page "https://github.com/cardiomoon/moonBook")
7025 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
7026 (description
7027 "This package provides several analysis-related functions for the book
7028 entitled \"R statistics and graph for medical articles\" (written in Korean),
7029 version 1, by Keon-Woong Moon with Korean demographic data with several plot
7030 functions.")
7031 (license license:gpl2)))
7032
7033 (define-public r-flextable
7034 (package
7035 (name "r-flextable")
7036 (version "0.5.10")
7037 (source
7038 (origin
7039 (method url-fetch)
7040 (uri (cran-uri "flextable" version))
7041 (sha256
7042 (base32
7043 "1j7yvjiavar21ywck6nyz0p6bd66fnj99bq8lljdz4rrl3314yb8"))))
7044 (build-system r-build-system)
7045 (propagated-inputs
7046 `(("r-base64enc" ,r-base64enc)
7047 ("r-data-table" ,r-data-table)
7048 ("r-gdtools" ,r-gdtools)
7049 ("r-htmltools" ,r-htmltools)
7050 ("r-knitr" ,r-knitr)
7051 ("r-officer" ,r-officer)
7052 ("r-rlang" ,r-rlang)
7053 ("r-rmarkdown" ,r-rmarkdown)
7054 ("r-uuid" ,r-uuid)
7055 ("r-xml2" ,r-xml2)))
7056 (home-page "https://davidgohel.github.io/flextable")
7057 (synopsis "Functions for tabular reporting")
7058 (description
7059 "This package provides tools to create pretty tables for HTML documents
7060 and other formats. Functions are provided to let users create tables, modify
7061 and format their content. It extends the @code{officer} package and can be
7062 used within R markdown documents when rendering to HTML and to Word
7063 documents.")
7064 (license license:gpl3)))
7065
7066 (define-public r-writexl
7067 (package
7068 (name "r-writexl")
7069 (version "1.3")
7070 (source
7071 (origin
7072 (method url-fetch)
7073 (uri (cran-uri "writexl" version))
7074 (sha256
7075 (base32
7076 "0lah0r2pd996s0vdbi614j3h52dbxmifha6f19v53p2b7fr32wjd"))))
7077 (build-system r-build-system)
7078 (inputs `(("zlib" ,zlib)))
7079 (home-page "https://github.com/ropensci/writexl")
7080 (synopsis "Export data frames to xlsx format")
7081 (description
7082 "This package provides a data frame to xlsx exporter based on
7083 libxlsxwriter.")
7084 (license license:bsd-2)))
7085
7086 (define-public r-biasedurn
7087 (package
7088 (name "r-biasedurn")
7089 (version "1.07")
7090 (source
7091 (origin
7092 (method url-fetch)
7093 (uri (cran-uri "BiasedUrn" version))
7094 (sha256
7095 (base32
7096 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
7097 (properties `((upstream-name . "BiasedUrn")))
7098 (build-system r-build-system)
7099 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
7100 (synopsis "Biased Urn model distributions")
7101 (description
7102 "This package provides statistical models of biased sampling in the form
7103 of univariate and multivariate noncentral hypergeometric distributions,
7104 including Wallenius' noncentral hypergeometric distribution and Fisher's
7105 noncentral hypergeometric distribution (also called extended hypergeometric
7106 distribution).")
7107 (license license:gpl3)))
7108
7109 (define-public r-goplot
7110 (package
7111 (name "r-goplot")
7112 (version "1.0.2")
7113 (source
7114 (origin
7115 (method url-fetch)
7116 (uri (cran-uri "GOplot" version))
7117 (sha256
7118 (base32
7119 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
7120 (properties `((upstream-name . "GOplot")))
7121 (build-system r-build-system)
7122 (propagated-inputs
7123 `(("r-ggdendro" ,r-ggdendro)
7124 ("r-ggplot2" ,r-ggplot2)
7125 ("r-gridextra" ,r-gridextra)
7126 ("r-rcolorbrewer" ,r-rcolorbrewer)))
7127 (home-page "https://github.com/wencke/wencke.github.io")
7128 (synopsis "Visualization of functional analysis data")
7129 (description
7130 "This package provides an implementation of multilayered visualizations
7131 for enhanced graphical representation of functional analysis data. It
7132 combines and integrates omics data derived from expression and functional
7133 annotation enrichment analyses. Its plotting functions have been developed
7134 with an hierarchical structure in mind: starting from a general overview to
7135 identify the most enriched categories (modified bar plot, bubble plot) to a
7136 more detailed one displaying different types of relevant information for the
7137 molecules in a given set of categories (circle plot, chord plot, cluster plot,
7138 Venn diagram, heatmap).")
7139 (license license:gpl2)))
7140
7141 (define-public r-getopt
7142 (package
7143 (name "r-getopt")
7144 (version "1.20.3")
7145 (source
7146 (origin
7147 (method url-fetch)
7148 (uri (cran-uri "getopt" version))
7149 (sha256
7150 (base32
7151 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
7152 (build-system r-build-system)
7153 (home-page "https://github.com/trevorld/getopt")
7154 (synopsis "Command-line option processor for R")
7155 (description
7156 "This package is designed to be used with Rscript to write shebang
7157 scripts that accept short and long options. Many users will prefer to
7158 use the packages @code{optparse} or @code{argparse} which add extra
7159 features like automatically generated help options and usage texts,
7160 support for default values, positional argument support, etc.")
7161 (license license:gpl2+)))
7162
7163 (define-public r-findpython
7164 (package
7165 (name "r-findpython")
7166 (version "1.0.5")
7167 (source
7168 (origin
7169 (method url-fetch)
7170 (uri (cran-uri "findpython" version))
7171 (sha256
7172 (base32
7173 "0icifm4z6hhpmcjrg75a875iph0ci890ss02kdv3725pijc236iy"))))
7174 (build-system r-build-system)
7175 (home-page "https://github.com/trevorld/findpython")
7176 (synopsis "Functions to find an acceptable Python binary")
7177 (description
7178 "This package was designed to find an acceptable Python binary that
7179 matches version and feature constraints.")
7180 (license license:expat)))
7181
7182 ;; This in not the same as "r-argparser"
7183 (define-public r-argparse
7184 (package
7185 (name "r-argparse")
7186 (version "2.0.1")
7187 (source
7188 (origin
7189 (method url-fetch)
7190 (uri (cran-uri "argparse" version))
7191 (sha256
7192 (base32
7193 "1as7h6z7kzgv0fqzpnp76qbm96b4jcd37azd58b7rz0l1n94764l"))))
7194 (build-system r-build-system)
7195 (inputs `(("python" ,python)))
7196 (propagated-inputs
7197 `(("r-findpython" ,r-findpython)
7198 ("r-jsonlite" ,r-jsonlite)
7199 ("r-r6" ,r-r6)))
7200 (home-page "https://github.com/trevorld/argparse")
7201 (synopsis "Command line optional and positional argument parser")
7202 (description
7203 "This package provides a command line parser to be used with Rscript to
7204 write shebang scripts that gracefully accept positional and optional arguments
7205 and automatically generate usage notices.")
7206 (license license:gpl2+)))
7207
7208 (define-public r-hash
7209 (package
7210 (name "r-hash")
7211 (version "2.2.6.1")
7212 (source
7213 (origin
7214 (method url-fetch)
7215 (uri (cran-uri "hash" version))
7216 (sha256
7217 (base32
7218 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
7219 (build-system r-build-system)
7220 (home-page "https://cran.r-project.org/web/packages/hash/")
7221 (synopsis "Implementation of hash/associated arrays/dictionaries")
7222 (description
7223 "This package implements a data structure similar to hashes in Perl and
7224 dictionaries in Python but with a purposefully R flavor. For objects of
7225 appreciable size, access using hashes outperforms native named lists and
7226 vectors.")
7227 (license license:gpl2+)))
7228
7229 (define-public r-orddom
7230 (package
7231 (name "r-orddom")
7232 (version "3.1")
7233 (source
7234 (origin
7235 (method url-fetch)
7236 (uri (cran-uri "orddom" version))
7237 (sha256
7238 (base32
7239 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
7240 (build-system r-build-system)
7241 (propagated-inputs `(("r-psych" ,r-psych)))
7242 (home-page "https://cran.r-project.org/web/packages/orddom/")
7243 (synopsis "Ordinal dominance statistics")
7244 (description
7245 "This package provides tools to compute ordinal, statistics and effect
7246 sizes as an alternative to mean comparison: Cliff's delta or success rate
7247 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
7248 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
7249 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
7250 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
7251 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
7252 Group (Non-)Overlap considerations.")
7253 (license license:gpl2)))
7254
7255 (define-public r-deriv
7256 (package
7257 (name "r-deriv")
7258 (version "4.0")
7259 (source
7260 (origin
7261 (method url-fetch)
7262 (uri (cran-uri "Deriv" version))
7263 (sha256
7264 (base32
7265 "03mlfy8jzzzbh2l18gnmw0a71n9savx4cw72yhkxq93v2xj8fy3n"))))
7266 (properties `((upstream-name . "Deriv")))
7267 (build-system r-build-system)
7268 (home-page "https://cran.r-project.org/web/packages/Deriv")
7269 (synopsis "Symbolic differentiation")
7270 (description
7271 "This package provides an R-based solution for symbolic differentiation.
7272 It admits user-defined functions as well as function substitution in arguments
7273 of functions to be differentiated. Some symbolic simplification is part of
7274 the work.")
7275 (license license:gpl3+)))
7276
7277 (define-public r-doby
7278 (package
7279 (name "r-doby")
7280 (version "4.6.6")
7281 (source
7282 (origin
7283 (method url-fetch)
7284 (uri (cran-uri "doBy" version))
7285 (sha256
7286 (base32
7287 "0wz1vmsf1545r1m42q88s675ncwvm8figjn7kzbngjn9aqck9qbq"))))
7288 (properties `((upstream-name . "doBy")))
7289 (build-system r-build-system)
7290 (propagated-inputs
7291 `(("r-broom" ,r-broom)
7292 ("r-deriv" ,r-deriv)
7293 ("r-magrittr" ,r-magrittr)
7294 ("r-mass" ,r-mass)
7295 ("r-matrix" ,r-matrix)
7296 ("r-pbkrtest" ,r-pbkrtest)
7297 ("r-tibble" ,r-tibble)))
7298 (native-inputs
7299 `(("r-knitr" ,r-knitr)))
7300 (home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
7301 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
7302 (description
7303 "This package contains:
7304
7305 @itemize
7306 @item facilities for working with grouped data: @code{do}
7307 something to data stratified @code{by} some variables.
7308 @item implementations of least-squares means, general linear contrasts, and
7309 @item miscellaneous other utilities.
7310 @end itemize\n")
7311 (license license:gpl2+)))
7312
7313 (define-public r-refgenome
7314 (package
7315 (name "r-refgenome")
7316 (version "1.7.7")
7317 (source
7318 (origin
7319 (method url-fetch)
7320 (uri (cran-uri "refGenome" version))
7321 (sha256
7322 (base32
7323 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
7324 (properties `((upstream-name . "refGenome")))
7325 (build-system r-build-system)
7326 (propagated-inputs
7327 `(("r-dbi" ,r-dbi)
7328 ("r-doby" ,r-doby)
7329 ("r-rsqlite" ,r-rsqlite)))
7330 (home-page "https://cran.r-project.org/web/packages/refGenome/")
7331 (synopsis
7332 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
7333 (description
7334 "This package contains functionality for importing and managing of
7335 downloaded genome annotation data from the Ensembl genome browser (European
7336 Bioinformatics Institute) and from the UCSC genome browser (University of
7337 California, Santa Cruz) and annotation routines for genomic positions and
7338 splice site positions.")
7339 (license license:gpl2)))
7340
7341 (define-public r-basix
7342 (package
7343 (name "r-basix")
7344 (version "1.1")
7345 (source
7346 (origin
7347 (method url-fetch)
7348 (uri (cran-uri "BASIX" version))
7349 (sha256
7350 (base32
7351 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
7352 (properties `((upstream-name . "BASIX")))
7353 (build-system r-build-system)
7354 (home-page "https://cran.r-project.org/web/packages/BASIX/")
7355 (synopsis "Efficient C/C++ toolset for R")
7356 (description
7357 "BASIX provides some efficient C/C++ implementations of native R
7358 procedures to speed up calculations in R.")
7359 (license license:gpl2)))
7360
7361 (define-public r-blockfest
7362 (package
7363 (name "r-blockfest")
7364 (version "1.6")
7365 (source
7366 (origin
7367 (method url-fetch)
7368 (uri (cran-uri "BlockFeST" version))
7369 (sha256
7370 (base32
7371 "0hj7a5as7nxbgjac7lbj6qfwffx3g8x8phpf9a55f1c9cdzi73a5"))))
7372 (properties `((upstream-name . "BlockFeST")))
7373 (build-system r-build-system)
7374 (propagated-inputs `(("r-basix" ,r-basix)))
7375 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
7376 (synopsis "Bayesian calculation of region-specific fixation index")
7377 (description
7378 "This package provides an R implementation of an extension of the
7379 BayeScan software for codominant markers, adding the option to group
7380 individual SNPs into pre-defined blocks. A typical application of this new
7381 approach is the identification of genomic regions, genes, or gene sets
7382 containing one or more SNPs that evolved under directional selection.")
7383 (license license:gpl2)))
7384
7385 (define-public r-proc
7386 (package
7387 (name "r-proc")
7388 (version "1.16.2")
7389 (source
7390 (origin
7391 (method url-fetch)
7392 (uri (cran-uri "pROC" version))
7393 (sha256
7394 (base32
7395 "0apwa5zzqh74pjnvf5a1s5qf6i9r5h44jdllfrwymkd2v479d2xn"))))
7396 (properties `((upstream-name . "pROC")))
7397 (build-system r-build-system)
7398 (propagated-inputs
7399 `(("r-plyr" ,r-plyr)
7400 ("r-rcpp" ,r-rcpp)))
7401 (home-page "https://web.expasy.org/pROC/")
7402 (synopsis "Display and analyze ROC curves")
7403 (description
7404 "This package provides tools for visualizing, smoothing and comparing
7405 receiver operating characteristic (ROC curves). The area under the
7406 curve (AUC) can be compared with statistical tests based on U-statistics or
7407 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
7408 (license license:gpl3+)))
7409
7410 (define-public r-rootsolve
7411 (package
7412 (name "r-rootsolve")
7413 (version "1.8.2.1")
7414 (source
7415 (origin
7416 (method url-fetch)
7417 (uri (cran-uri "rootSolve" version))
7418 (sha256
7419 (base32
7420 "0c9hhgq1pgqdg80a6n2ssfbj5nyaf97y4iiya7j7l6b34qc53128"))))
7421 (properties `((upstream-name . "rootSolve")))
7422 (build-system r-build-system)
7423 (native-inputs `(("gfortran" ,gfortran)))
7424 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
7425 (synopsis "Tools for the analysis of ordinary differential equations")
7426 (description
7427 "This package provides routines to find the root of nonlinear functions,
7428 and to perform steady-state and equilibrium analysis of @dfn{ordinary
7429 differential equations} (ODE). It includes routines that:
7430
7431 @enumerate
7432 @item generate gradient and jacobian matrices (full and banded),
7433 @item find roots of non-linear equations by the Newton-Raphson method,
7434 @item estimate steady-state conditions of a system of (differential) equations
7435 in full, banded or sparse form, using the Newton-Raphson method, or by
7436 dynamically running,
7437 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
7438 and 3-D partial differential equations, that have been converted to ordinary
7439 differential equations by numerical differencing (using the method-of-lines
7440 approach).
7441 @end enumerate\n")
7442 (license license:gpl2+)))
7443
7444 (define-public r-abcanalysis
7445 (package
7446 (name "r-abcanalysis")
7447 (version "1.2.1")
7448 (source
7449 (origin
7450 (method url-fetch)
7451 (uri (cran-uri "ABCanalysis" version))
7452 (sha256
7453 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
7454 (properties `((upstream-name . "ABCanalysis")))
7455 (build-system r-build-system)
7456 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
7457 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
7458 (synopsis "Computed ABC Analysis")
7459 (description
7460 "Multivariate data sets often differ in several factors or derived statistical
7461 parameters, which have to be selected for a valid interpretation. Basing this
7462 selection on traditional statistical limits leads occasionally to the perception
7463 of losing information from a data set. This package provides tools to calculate
7464 these limits on the basis of the mathematical properties of the distribution of
7465 the analyzed items.")
7466 (license license:gpl3)))
7467
7468 (define-public r-slam
7469 (package
7470 (name "r-slam")
7471 (version "0.1-47")
7472 (source
7473 (origin
7474 (method url-fetch)
7475 (uri (cran-uri "slam" version))
7476 (sha256
7477 (base32 "12fggw2c7hz3bpvsaqm24g3r6lbpq6jgli24g7x5j859iak5cqv9"))))
7478 (build-system r-build-system)
7479 (home-page "https://cran.r-project.org/web/packages/slam/")
7480 (synopsis "Sparse lightweight arrays and matrices")
7481 (description
7482 "This package contains data structures and algorithms for sparse arrays and matrices,
7483 based on index arrays and simple triplet representations, respectively.")
7484 (license license:gpl2)))
7485
7486 (define-public r-manipulatewidget
7487 (package
7488 (name "r-manipulatewidget")
7489 (version "0.10.1")
7490 (source
7491 (origin
7492 (method url-fetch)
7493 (uri (cran-uri "manipulateWidget" version))
7494 (sha256
7495 (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
7496 (properties
7497 `((upstream-name . "manipulateWidget")))
7498 (build-system r-build-system)
7499 (propagated-inputs
7500 `(("r-base64enc" ,r-base64enc)
7501 ("r-codetools" ,r-codetools)
7502 ("r-htmltools" ,r-htmltools)
7503 ("r-htmlwidgets" ,r-htmlwidgets)
7504 ("r-knitr" ,r-knitr)
7505 ("r-miniui" ,r-miniui)
7506 ("r-shiny" ,r-shiny)
7507 ("r-webshot" ,r-webshot)))
7508 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
7509 (synopsis "Add even more interactivity to interactive charts")
7510 (description
7511 "This package lets you create in just a few lines of R code a nice user interface to
7512 modify the data or the graphical parameters of one or multiple interactive
7513 charts. It is useful to quickly explore visually some data or for package
7514 developers to generate user interfaces easy to maintain.")
7515 (license license:gpl2+)))
7516
7517 (define-public r-a3
7518 (package
7519 (name "r-a3")
7520 (version "1.0.0")
7521 (source
7522 (origin
7523 (method url-fetch)
7524 (uri (cran-uri "A3" version))
7525 (sha256
7526 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
7527 (properties `((upstream-name . "A3")))
7528 (build-system r-build-system)
7529 (propagated-inputs
7530 `(("r-pbapply" ,r-pbapply)
7531 ("r-xtable" ,r-xtable)))
7532 (home-page "https://cran.r-project.org/web/packages/A3/")
7533 (synopsis "Error metrics for predictive models")
7534 (description
7535 "This package supplies tools for tabulating and analyzing the results of predictive
7536 models. The methods employed are applicable to virtually any predictive model
7537 and make comparisons between different methodologies straightforward.")
7538 (license license:gpl2+)))
7539
7540 (define-public r-infotheo
7541 (package
7542 (name "r-infotheo")
7543 (version "1.2.0")
7544 (source
7545 (origin
7546 (method url-fetch)
7547 (uri (cran-uri "infotheo" version))
7548 (sha256
7549 (base32
7550 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
7551 (build-system r-build-system)
7552 (home-page "http://homepage.meyerp.com/software")
7553 (synopsis "Information-theoretic measures")
7554 (description
7555 "This package implements various measures of information theory based on
7556 several entropy estimators.")
7557 (license license:gpl3+)))
7558
7559 (define-public r-abcoptim
7560 (package
7561 (name "r-abcoptim")
7562 (version "0.15.0")
7563 (source
7564 (origin
7565 (method url-fetch)
7566 (uri (cran-uri "ABCoptim" version))
7567 (sha256
7568 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
7569 (properties `((upstream-name . "ABCoptim")))
7570 (build-system r-build-system)
7571 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
7572 (home-page "https://github.com/gvegayon/ABCoptim/")
7573 (synopsis "Optimization of Artificial Bee Colony algorithm")
7574 (description
7575 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
7576 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
7577 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
7578 algorithms, and uses only common control parameters such as colony size and
7579 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
7580 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
7581 This version is a work-in-progress and is written in R code.")
7582 (license license:expat)))
7583
7584 (define-public r-abcp2
7585 (package
7586 (name "r-abcp2")
7587 (version "1.2")
7588 (source
7589 (origin
7590 (method url-fetch)
7591 (uri (cran-uri "ABCp2" version))
7592 (sha256
7593 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
7594 (properties `((upstream-name . "ABCp2")))
7595 (build-system r-build-system)
7596 (propagated-inputs `(("r-mass" ,r-mass)))
7597 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
7598 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
7599 (description
7600 "This package tests the goodness of fit of a distribution of offspring to the Normal,
7601 Poisson, and Gamma distribution and estimates the proportional paternity of the
7602 second male (P2) based on the best fit distribution.")
7603 (license license:gpl2)))
7604
7605 (define-public r-abcrf
7606 (package
7607 (name "r-abcrf")
7608 (version "1.8.1")
7609 (source
7610 (origin
7611 (method url-fetch)
7612 (uri (cran-uri "abcrf" version))
7613 (sha256
7614 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
7615 (build-system r-build-system)
7616 (propagated-inputs
7617 `(("r-doparallel" ,r-doparallel)
7618 ("r-foreach" ,r-foreach)
7619 ("r-mass" ,r-mass)
7620 ("r-matrixstats" ,r-matrixstats)
7621 ("r-ranger" ,r-ranger)
7622 ("r-rcpp" ,r-rcpp)
7623 ("r-rcpparmadillo" ,r-rcpparmadillo)
7624 ("r-readr" ,r-readr)
7625 ("r-stringr" ,r-stringr)))
7626 (home-page "https://cran.r-project.org/web/packages/abcrf/")
7627 (synopsis "Approximate bayesian computation via random forests")
7628 (description
7629 "This package performs approximate bayesian computation (ABC) model choice and
7630 parameter inference via random forests. This machine learning tool named random
7631 forests (RF) can conduct selection among the highly complex models covered by
7632 ABC algorithms.")
7633 (license license:gpl2+)))
7634
7635 (define-public r-abctools
7636 (package
7637 (name "r-abctools")
7638 (version "1.1.3")
7639 (source
7640 (origin
7641 (method url-fetch)
7642 (uri (cran-uri "abctools" version))
7643 (sha256
7644 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
7645 (build-system r-build-system)
7646 (propagated-inputs
7647 `(("r-abc" ,r-abc)
7648 ("r-abind" ,r-abind)
7649 ("r-hmisc" ,r-hmisc)
7650 ("r-plyr" ,r-plyr)))
7651 (home-page "https://github.com/dennisprangle/abctools/")
7652 (synopsis "Tools for ABC analyses")
7653 (description
7654 "This @code{r-abctools} package provides tools for approximate Bayesian computation
7655 including summary statistic selection and assessing coverage. This includes
7656 recent dimension reduction algorithms to tune the choice of summary statistics,
7657 and coverage methods to tune the choice of threshold.")
7658 (license license:gpl2+)))
7659
7660 (define-public r-ggstance
7661 (package
7662 (name "r-ggstance")
7663 (version "0.3.4")
7664 (source
7665 (origin
7666 (method url-fetch)
7667 (uri (cran-uri "ggstance" version))
7668 (sha256
7669 (base32 "0aqz3dn02cgij018a4sglqwrwr9dzzj12l8xr1064q7hfd4f64m1"))))
7670 (build-system r-build-system)
7671 (propagated-inputs
7672 `(("r-ggplot2" ,r-ggplot2)
7673 ("r-plyr" ,r-plyr)
7674 ("r-rlang" ,r-rlang)
7675 ("r-withr" ,r-withr)))
7676 (home-page "https://cran.r-project.org/web/packages/ggstance/")
7677 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
7678 (description
7679 "This package is a @code{r-ggplot2} extension that provides flipped components:
7680 @enumerate
7681 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
7682 @item vertical versions of @code{r-ggplot2} positions.
7683 @end enumerate")
7684 (license license:gpl3)))
7685
7686 (define-public r-mosaiccore
7687 (package
7688 (name "r-mosaiccore")
7689 (version "0.6.0")
7690 (source
7691 (origin
7692 (method url-fetch)
7693 (uri (cran-uri "mosaicCore" version))
7694 (sha256
7695 (base32 "1klw97h6lchw1cpcl8s637ikcl428cckmjq0czi7mibh9q9mw72z"))))
7696 (properties `((upstream-name . "mosaicCore")))
7697 (build-system r-build-system)
7698 (propagated-inputs
7699 `(("r-dplyr" ,r-dplyr)
7700 ("r-lazyeval" ,r-lazyeval)
7701 ("r-mass" ,r-mass)
7702 ("r-rlang" ,r-rlang)
7703 ("r-tidyr" ,r-tidyr)))
7704 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
7705 (synopsis "Common utilities for mosaic family packages")
7706 (description
7707 "Common utilities used in other Mosaic family packages are collected here.")
7708 (license license:gpl2+)))
7709
7710 (define-public r-ggformula
7711 (package
7712 (name "r-ggformula")
7713 (version "0.9.4")
7714 (source
7715 (origin
7716 (method url-fetch)
7717 (uri (cran-uri "ggformula" version))
7718 (sha256
7719 (base32 "04vdhg1bbc1psrx9ggaphz7cx4fw5xsmhkqpqfcg2w4ba2bjy46f"))))
7720 (build-system r-build-system)
7721 (propagated-inputs
7722 `(("r-ggforce" ,r-ggforce)
7723 ("r-ggplot2" ,r-ggplot2)
7724 ("r-ggstance" ,r-ggstance)
7725 ("r-magrittr" ,r-magrittr)
7726 ("r-mosaiccore" ,r-mosaiccore)
7727 ("r-rlang" ,r-rlang)
7728 ("r-stringr" ,r-stringr)
7729 ("r-tibble" ,r-tibble)))
7730 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
7731 (synopsis "Formula interface for the @code{r-ggplot2}")
7732 (description
7733 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
7734 gf_density(), and so on, bring the formula interface to ggplot(). This captures
7735 and extends the excellent simplicity of the lattice-graphics formula interface,
7736 while providing the intuitive capabilities of @code{r-ggplot2}.")
7737 (license license:expat)))
7738
7739 (define-public r-mosaicdata
7740 (package
7741 (name "r-mosaicdata")
7742 (version "0.18.0")
7743 (source
7744 (origin
7745 (method url-fetch)
7746 (uri (cran-uri "mosaicData" version))
7747 (sha256
7748 (base32 "0cx5dg26ha7nzkdyghkbbd6ikncj60qv1538az77lfgn2jylvkbz"))))
7749 (properties `((upstream-name . "mosaicData")))
7750 (build-system r-build-system)
7751 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
7752 (synopsis "Data sets for project Mosaic")
7753 (description
7754 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
7755 used to teach mathematics, statistics, computation and modeling.")
7756 (license license:gpl2+)))
7757
7758 (define-public r-raster
7759 (package
7760 (name "r-raster")
7761 (version "3.3-7")
7762 (source
7763 (origin
7764 (method url-fetch)
7765 (uri (cran-uri "raster" version))
7766 (sha256
7767 (base32
7768 "144mva2dx7ffkq7z0fixr4z76ci1s4lizlyv5r7v07fd4nzg5hby"))))
7769 (build-system r-build-system)
7770 (propagated-inputs
7771 `(("r-rcpp" ,r-rcpp)
7772 ("r-sp" ,r-sp)))
7773 (home-page "https://www.rspatial.org/")
7774 (synopsis "Geographic data analysis and modeling")
7775 (description
7776 "The package implements basic and high-level functions for reading,
7777 writing, manipulating, analyzing and modeling of gridded spatial data.
7778 Processing of very large files is supported.")
7779 (license license:gpl3+)))
7780
7781 (define-public r-mosaic
7782 (package
7783 (name "r-mosaic")
7784 (version "1.4.0")
7785 (source
7786 (origin
7787 (method url-fetch)
7788 (uri (cran-uri "mosaic" version))
7789 (sha256
7790 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
7791 (build-system r-build-system)
7792 (propagated-inputs
7793 `(("r-broom" ,r-broom)
7794 ("r-dplyr" ,r-dplyr)
7795 ("r-ggdendro" ,r-ggdendro)
7796 ("r-ggformula" ,r-ggformula)
7797 ("r-ggplot2" ,r-ggplot2)
7798 ("r-ggrepel" ,r-ggrepel)
7799 ("r-glue" ,r-glue)
7800 ("r-gridextra" ,r-gridextra)
7801 ("r-lattice" ,r-lattice)
7802 ("r-latticeextra" ,r-latticeextra)
7803 ("r-lazyeval" ,r-lazyeval)
7804 ("r-mass" ,r-mass)
7805 ("r-matrix" ,r-matrix)
7806 ("r-mosaiccore" ,r-mosaiccore)
7807 ("r-mosaicdata" ,r-mosaicdata)
7808 ("r-readr" ,r-readr)
7809 ("r-tidyr" ,r-tidyr)))
7810 (native-inputs
7811 `(("r-knitr" ,r-knitr)))
7812 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
7813 (synopsis "Mathematics, statistics, and computation teaching utilities")
7814 (description
7815 "This package contain data sets and utilities from
7816 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
7817 statistics, computation and modeling. Project MOSAIC is a community of
7818 educators working to tie together aspects of quantitative work that students
7819 in science, technology, engineering and mathematics will need in their
7820 professional lives, but which are usually taught in isolation, if at all.")
7821 (license license:gpl2+)))
7822
7823 (define-public r-abd
7824 (package
7825 (name "r-abd")
7826 (version "0.2-8")
7827 (source
7828 (origin
7829 (method url-fetch)
7830 (uri (cran-uri "abd" version))
7831 (sha256
7832 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
7833 (build-system r-build-system)
7834 (propagated-inputs
7835 `(("r-lattice" ,r-lattice)
7836 ("r-mosaic" ,r-mosaic)
7837 ("r-nlme" ,r-nlme)))
7838 (home-page "https://cran.r-project.org/web/packages/abd/")
7839 (synopsis "Analysis of biological data")
7840 (description
7841 "The @code{r-abd} package contains data sets and sample code for the Analysis of
7842 biological data by Michael Whitlock and Dolph Schluter.")
7843 (license license:gpl2)))
7844
7845 (define-public r-svgui
7846 (package
7847 (name "r-svgui")
7848 (version "1.0.0")
7849 (source
7850 (origin
7851 (method url-fetch)
7852 (uri (cran-uri "svGUI" version))
7853 (sha256
7854 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
7855 (properties `((upstream-name . "svGUI")))
7856 (build-system r-build-system)
7857 (home-page "https://github.com/SciViews/svGUI/")
7858 (synopsis "Functions for managing GUI clients in R")
7859 (description
7860 "The SciViews @code{svGUI} package eases the management of Graphical User
7861 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
7862 centralizes info about GUI elements currently used, and it dispatches GUI
7863 calls to the particular toolkits in use in function of the context.")
7864 (license license:gpl2)))
7865
7866 (define-public r-svdialogs
7867 (package
7868 (name "r-svdialogs")
7869 (version "1.0.0")
7870 (source
7871 (origin
7872 (method url-fetch)
7873 (uri (cran-uri "svDialogs" version))
7874 (sha256
7875 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
7876 (properties `((upstream-name . "svDialogs")))
7877 (build-system r-build-system)
7878 (inputs
7879 `(("yad" ,yad)
7880 ("zenity" ,zenity)))
7881 (propagated-inputs
7882 `(("r-rstudioapi" ,r-rstudioapi)
7883 ("r-svgui" ,r-svgui)))
7884 (home-page "https://github.com/SciViews/svDialogs/")
7885 (synopsis "Portable dialog boxes")
7886 (description
7887 "This package helps to construct standard dialog boxes for your GUI, including
7888 message boxes, input boxes, list, file or directory selection, and others. In
7889 case R cannot display GUI dialog boxes, a simpler command line version of these
7890 interactive elements is also provided as a fallback solution.")
7891 (license license:gpl2)))
7892
7893 (define-public r-abe
7894 (package
7895 (name "r-abe")
7896 (version "3.0.1")
7897 (source
7898 (origin
7899 (method url-fetch)
7900 (uri (cran-uri "abe" version))
7901 (sha256
7902 (base32
7903 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
7904 (build-system r-build-system)
7905 (home-page "https://cran.r-project.org/web/packages/abe/")
7906 (synopsis "Augmented backward elimination")
7907 (description
7908 "This package performs augmented backward elimination and checks the
7909 stability of the obtained model. Augmented backward elimination combines
7910 significance or information based criteria with the change in estimate to
7911 either select the optimal model for prediction purposes or to serve as a tool
7912 to obtain a practically sound, highly interpretable model.")
7913 (license license:gpl2+)))
7914
7915 (define-public r-abf2
7916 (package
7917 (name "r-abf2")
7918 (version "0.7-1")
7919 (source
7920 (origin
7921 (method url-fetch)
7922 (uri (cran-uri "abf2" version))
7923 (sha256
7924 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
7925 (build-system r-build-system)
7926 (home-page "https://cran.r-project.org/web/packages/abf2/")
7927 (synopsis "Load gap-free axon @code{r-abf2} files")
7928 (description
7929 "This package loads electrophysiology data from ABF2 files, as created by
7930 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
7931 mode are currently supported.")
7932 (license license:artistic2.0)))
7933
7934 (define-public r-abhgenotyper
7935 (package
7936 (name "r-abhgenotyper")
7937 (version "1.0.1")
7938 (source
7939 (origin
7940 (method url-fetch)
7941 (uri (cran-uri "ABHgenotypeR" version))
7942 (sha256
7943 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
7944 (properties `((upstream-name . "ABHgenotypeR")))
7945 (build-system r-build-system)
7946 (propagated-inputs
7947 `(("r-ggplot2" ,r-ggplot2)
7948 ("r-reshape2" ,r-reshape2)))
7949 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
7950 (synopsis "Visualize and manipulate ABH genotypes")
7951 (description
7952 "The @code{r-abhgenotyper} package provides simple imputation,
7953 error-correction and plotting capacities for genotype data. The package is
7954 supposed to serve as an intermediate but independent analysis tool between the
7955 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
7956 not found in either TASSEL or @code{r-qtl} in addition to visualization of
7957 genotypes as \"graphical genotypes\".")
7958 (license license:gpl3)))
7959
7960 (define-public r-furrr
7961 (package
7962 (name "r-furrr")
7963 (version "0.1.0")
7964 (source
7965 (origin
7966 (method url-fetch)
7967 (uri (cran-uri "furrr" version))
7968 (sha256
7969 (base32
7970 "1ld9aa9hydna94hgm6p91zjbfv1dz1vsgchjlpknkg6irbvkfafx"))))
7971 (build-system r-build-system)
7972 (propagated-inputs
7973 `(("r-future" ,r-future)
7974 ("r-globals" ,r-globals)
7975 ("r-purrr" ,r-purrr)
7976 ("r-rlang" ,r-rlang)))
7977 (home-page "https://github.com/DavisVaughan/furrr")
7978 (synopsis "Apply mapping functions in parallel using futures")
7979 (description
7980 "This package provides implementations of the family of @code{map()}
7981 functions from the @code{purrr} package that can be resolved using any
7982 @code{future}-supported backend, e.g. parallel on the local machine or
7983 distributed on a compute cluster.")
7984 (license license:lgpl2.1+)))
7985
7986 (define-public r-abjutils
7987 (package
7988 (name "r-abjutils")
7989 (version "0.2.3")
7990 (source
7991 (origin
7992 (method url-fetch)
7993 (uri (cran-uri "abjutils" version))
7994 (sha256
7995 (base32 "0n4zps65y3zg0gfzlv97w91si52a9izkncirskbkj5x9hk0nhxcv"))))
7996 (build-system r-build-system)
7997 (propagated-inputs
7998 `(("r-devtools" ,r-devtools)
7999 ("r-dplyr" ,r-dplyr)
8000 ("r-furrr" ,r-furrr)
8001 ("r-future" ,r-future)
8002 ("r-glue" ,r-glue)
8003 ("r-httr" ,r-httr)
8004 ("r-magrittr" ,r-magrittr)
8005 ("r-progress" ,r-progress)
8006 ("r-purrr" ,r-purrr)
8007 ("r-readr" ,r-readr)
8008 ("r-rlang" ,r-rlang)
8009 ("r-rstudioapi" ,r-rstudioapi)
8010 ("r-scales" ,r-scales)
8011 ("r-stringi" ,r-stringi)
8012 ("r-stringr" ,r-stringr)
8013 ("r-tibble" ,r-tibble)
8014 ("r-tidyr" ,r-tidyr)))
8015 (home-page "https://github.com/abjur/abjutils/")
8016 (synopsis "Collection of tools for jurimetrical analysis")
8017 (description
8018 "This package implements general purpose tools, such as functions for
8019 sampling and basic manipulation of Brazilian lawsuits identification number.
8020 It also implements functions for text cleaning, such as accentuation
8021 removal.")
8022 (license license:expat)))
8023
8024 (define-public r-abnormality
8025 (package
8026 (name "r-abnormality")
8027 (version "0.1.0")
8028 (source
8029 (origin
8030 (method url-fetch)
8031 (uri (cran-uri "abnormality" version))
8032 (sha256
8033 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
8034 (build-system r-build-system)
8035 (propagated-inputs
8036 `(("r-mass" ,r-mass)
8037 ("r-matrix" ,r-matrix)))
8038 (home-page "https://cran.r-project.org/web/packages/abnormality/")
8039 (synopsis "Measure a subject's abnormality with respect to a reference population")
8040 (description
8041 "This package contains functions to implement the methodology and
8042 considerations laid out by Marks et al. in the article \"Measuring abnormality
8043 in high dimensional spaces: applications in biomechanical gait analysis\".
8044 Using high-dimensional datasets to measure a subject's overall level of
8045 abnormality as compared to a reference population is often needed in outcomes
8046 research.")
8047 (license license:expat)))
8048
8049 (define-public r-abodoutlier
8050 (package
8051 (name "r-abodoutlier")
8052 (version "0.1")
8053 (source
8054 (origin
8055 (method url-fetch)
8056 (uri (cran-uri "abodOutlier" version))
8057 (sha256
8058 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
8059 (properties `((upstream-name . "abodOutlier")))
8060 (build-system r-build-system)
8061 (propagated-inputs
8062 `(("r-cluster" ,r-cluster)))
8063 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
8064 (synopsis "Angle-based outlier detection")
8065 (description
8066 "This package performs angle-based outlier detection on a given data
8067 frame. It offers three methods to process data:
8068 @enumerate
8069 @item full but slow implementation using all the data that has cubic
8070 complexity;
8071 @item a fully randomized method;
8072 @item a method using k-nearest neighbours.
8073 @end enumerate
8074 These algorithms are well suited for high dimensional data outlier
8075 detection.")
8076 (license license:expat)))
8077
8078 (define-public r-abps
8079 (package
8080 (name "r-abps")
8081 (version "0.3")
8082 (source
8083 (origin
8084 (method url-fetch)
8085 (uri (cran-uri "ABPS" version))
8086 (sha256
8087 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
8088 (properties `((upstream-name . "ABPS")))
8089 (build-system r-build-system)
8090 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
8091 (home-page "https://cran.r-project.org/web/packages/ABPS/")
8092 (synopsis "Abnormal blood profile score to detect blood doping")
8093 (description
8094 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
8095 The ABPS is a part of the Athlete biological passport program of the World
8096 anti-doping agency, which combines several blood parameters into a single
8097 score in order to detect blood doping. The package also contains functions to
8098 calculate other scores used in anti-doping programs, such as the ratio of
8099 hemoglobin to reticulocytes (OFF-score), as well as example data.")
8100 (license license:gpl2+)))
8101
8102 (define-public r-parmigene
8103 (package
8104 (name "r-parmigene")
8105 (version "1.0.2")
8106 (source
8107 (origin
8108 (method url-fetch)
8109 (uri (cran-uri "parmigene" version))
8110 (sha256
8111 (base32
8112 "1fsm6pkr17jcbzkj1hbn91jf890fviqk1lq6ls8pihsdgah1zb4d"))))
8113 (build-system r-build-system)
8114 (home-page "https://cran.r-project.org/web/packages/parmigene/")
8115 (synopsis "Mutual information estimation for gene network reconstruction")
8116 (description
8117 "This package provides a parallel estimation of the mutual information
8118 based on entropy estimates from k-nearest neighbors distances and algorithms
8119 for the reconstruction of gene regulatory networks.")
8120 (license license:agpl3+)))
8121
8122 (define-public r-pscl
8123 (package
8124 (name "r-pscl")
8125 (version "1.5.5")
8126 (source
8127 (origin
8128 (method url-fetch)
8129 (uri (cran-uri "pscl" version))
8130 (sha256
8131 (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
8132 (build-system r-build-system)
8133 (propagated-inputs
8134 `(("r-mass" ,r-mass)))
8135 (home-page "https://github.com/atahk/pscl/")
8136 (synopsis "Political science computational laboratory")
8137 (description
8138 "The @code{pscl} is an R package providing classes and methods for:
8139 @enumerate
8140 @item Bayesian analysis of roll call data (item-response models);
8141 @item elementary Bayesian statistics;
8142 @item maximum likelihood estimation of zero-inflated and hurdle models for count
8143 data;
8144 @item utility functions.
8145 @end enumerate")
8146 (license license:gpl2)))
8147
8148 (define-public r-accelmissing
8149 (package
8150 (name "r-accelmissing")
8151 (version "1.4")
8152 (source
8153 (origin
8154 (method url-fetch)
8155 (uri (cran-uri "accelmissing" version))
8156 (sha256
8157 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
8158 (build-system r-build-system)
8159 (propagated-inputs
8160 `(("r-mice" ,r-mice)
8161 ("r-pscl" ,r-pscl)))
8162 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
8163 (synopsis "Missing value imputation for accelerometer data")
8164 (description
8165 "This package provides a statistical method to impute the missing values in
8166 accelerometer data. The methodology includes both parametric and
8167 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
8168 model. It also provides multiple functions to preprocess the accelerometer data
8169 previous to the missing data imputation. These include detecting the wearing
8170 and the non-wearing time, selecting valid days and subjects, and creating plots.")
8171 (license license:gpl2+)))
8172
8173 (define-public r-mhsmm
8174 (package
8175 (name "r-mhsmm")
8176 (version "0.4.16")
8177 (source
8178 (origin
8179 (method url-fetch)
8180 (uri (cran-uri "mhsmm" version))
8181 (sha256
8182 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
8183 (build-system r-build-system)
8184 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
8185 (home-page "https://github.com/jaredo/mhsmm/")
8186 (synopsis "Inference for hidden Markov and semi-Markov models")
8187 (description
8188 "The @code{r-mhsmm} package implements estimation and prediction methods for
8189 hidden Markov and semi-Markov models for multiple observation sequences. Such
8190 techniques are of interest when observed data is thought to be dependent on some
8191 unobserved (or hidden) state. Also, this package is suitable for equidistant
8192 time series data, with multivariate and/or missing data. Allows user defined
8193 emission distributions.")
8194 (license license:gpl2+)))
8195
8196 (define-public r-nleqslv
8197 (package
8198 (name "r-nleqslv")
8199 (version "3.3.2")
8200 (source
8201 (origin
8202 (method url-fetch)
8203 (uri (cran-uri "nleqslv" version))
8204 (sha256
8205 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
8206 (build-system r-build-system)
8207 (native-inputs `(("gfortran" ,gfortran)))
8208 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
8209 (synopsis "Solve systems of nonlinear equations")
8210 (description
8211 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
8212 Broyden or a Newton method with a choice of global strategies such as line
8213 search and trust region. There are options for using a numerical or user
8214 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
8215 singular or ill-conditioned Jacobian.")
8216 (license license:gpl2+)))
8217
8218 (define-public r-physicalactivity
8219 (package
8220 (name "r-physicalactivity")
8221 (version "0.2-2")
8222 (source
8223 (origin
8224 (method url-fetch)
8225 (uri (cran-uri "PhysicalActivity" version))
8226 (sha256
8227 (base32 "14z6plgwyr46vs9m997rvlz8sdglfs9g087an8668zqkzzs2w4ln"))))
8228 (properties
8229 `((upstream-name . "PhysicalActivity")))
8230 (build-system r-build-system)
8231 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
8232 (synopsis "Procesing accelerometer data for physical activity measurement")
8233 (description
8234 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
8235 for classification of monitor wear and nonwear time intervals in accelerometer
8236 data collected to assess physical activity. The package also contains functions
8237 for making plots of accelerometer data and obtaining the summary of various
8238 information including daily monitor wear time and the mean monitor wear time
8239 during valid days. The revised package version 0.2-1 improved the functions
8240 regarding speed, robustness and add better support for time zones and daylight
8241 saving. In addition, several functions were added:
8242 @enumerate
8243 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
8244 @item the @code{markPAI} can categorize physical activity intensity level based
8245 on user-defined cut-points of accelerometer counts.
8246 @end enumerate
8247 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
8248 @code{queryActigraph} functions.")
8249 (license license:gpl3+)))
8250
8251 (define-public r-acc
8252 (package
8253 (name "r-acc")
8254 (version "1.3.3")
8255 (source
8256 (origin
8257 (method url-fetch)
8258 (uri (cran-uri "acc" version))
8259 (sha256
8260 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
8261 (build-system r-build-system)
8262 (propagated-inputs
8263 `(("r-circlize" ,r-circlize)
8264 ("r-dbi" ,r-dbi)
8265 ("r-ggplot2" ,r-ggplot2)
8266 ("r-iterators" ,r-iterators)
8267 ("r-mhsmm" ,r-mhsmm)
8268 ("r-nleqslv" ,r-nleqslv)
8269 ("r-physicalactivity" ,r-physicalactivity)
8270 ("r-plyr" ,r-plyr)
8271 ("r-r-utils" ,r-r-utils)
8272 ("r-rcpp" ,r-rcpp)
8273 ("r-rcpparmadillo" ,r-rcpparmadillo)
8274 ("r-rsqlite" ,r-rsqlite)
8275 ("r-zoo" ,r-zoo)))
8276 (home-page "https://cran.r-project.org/web/packages/acc/")
8277 (synopsis "Exploring accelerometer data")
8278 (description
8279 "This package processes accelerometer data from uni-axial and tri-axial devices
8280 and generates data summaries. Also, includes functions to plot, analyze, and
8281 simulate accelerometer data.")
8282 (license license:gpl2+)))
8283
8284 (define-public r-rbenchmark
8285 (package
8286 (name "r-rbenchmark")
8287 (version "1.0.0")
8288 (source
8289 (origin
8290 (method url-fetch)
8291 (uri (cran-uri "rbenchmark" version))
8292 (sha256
8293 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
8294 (build-system r-build-system)
8295 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
8296 (synopsis "Benchmarking routine for R")
8297 (description
8298 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
8299 and is intended to facilitate benchmarking of arbitrary R code. The library
8300 consists of just one function, benchmark, which is a simple wrapper around
8301 system.time. Given a specification of the benchmarking process (counts of
8302 replications, evaluation environment) and an arbitrary number of expressions,
8303 benchmark evaluates each of the expressions in the specified environment,
8304 replicating the evaluation as many times as specified, and returning the results
8305 conveniently wrapped into a data frame.")
8306 (license license:gpl2+)))
8307
8308 (define-public r-mitools
8309 (package
8310 (name "r-mitools")
8311 (version "2.4")
8312 (source
8313 (origin
8314 (method url-fetch)
8315 (uri (cran-uri "mitools" version))
8316 (sha256
8317 (base32
8318 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
8319 (build-system r-build-system)
8320 (propagated-inputs `(("r-dbi" ,r-dbi)))
8321 (home-page "https://cran.r-project.org/web/packages/mitools/")
8322 (synopsis "Tools for multiple imputation of missing data")
8323 (description
8324 "This package provides tools to perform analyses and combine results from
8325 multiple-imputation datasets.")
8326 (license license:gpl2)))
8327
8328 (define-public r-magick
8329 (package
8330 (name "r-magick")
8331 (version "2.4.0")
8332 (source
8333 (origin
8334 (method url-fetch)
8335 (uri (cran-uri "magick" version))
8336 (sha256
8337 (base32
8338 "1y1p2blkg0h6061ay7mdwssxbswgrc25raffp6d8d9cqhdmsa72s"))))
8339 (build-system r-build-system)
8340 (inputs
8341 `(("imagemagick" ,imagemagick)
8342 ("zlib" ,zlib)))
8343 (propagated-inputs
8344 `(("r-curl" ,r-curl)
8345 ("r-magrittr" ,r-magrittr)
8346 ("r-rcpp" ,r-rcpp)))
8347 (native-inputs
8348 `(("pkg-config" ,pkg-config)
8349 ("r-knitr" ,r-knitr)))
8350 (home-page "https://github.com/ropensci/magick")
8351 (synopsis "Advanced graphics and image-processing in R")
8352 (description
8353 "This package provides bindings to ImageMagick, a comprehensive image
8354 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
8355 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
8356 operations are vectorized via the Magick++ STL meaning they operate either on
8357 a single frame or a series of frames for working with layers, collages, or
8358 animation. In RStudio, images are automatically previewed when printed to the
8359 console, resulting in an interactive editing environment.")
8360 (license license:expat)))
8361
8362 (define-public r-survey
8363 (package
8364 (name "r-survey")
8365 (version "4.0")
8366 (source
8367 (origin
8368 (method url-fetch)
8369 (uri (cran-uri "survey" version))
8370 (sha256
8371 (base32
8372 "1q9x0s86s72gl43zj49gypg6jj2b78xjvxr4lmy5147s9h7z8lxh"))))
8373 (build-system r-build-system)
8374 (propagated-inputs
8375 `(("r-lattice" ,r-lattice)
8376 ("r-matrix" ,r-matrix)
8377 ("r-minqa" ,r-minqa)
8378 ("r-mitools" ,r-mitools)
8379 ("r-numderiv" ,r-numderiv)
8380 ("r-survival" ,r-survival)))
8381 (home-page "http://r-survey.r-forge.r-project.org/survey/")
8382 (synopsis "Analysis of complex survey samples")
8383 (description
8384 "This package provides tools for the analysis of complex survey samples.
8385 The provided features include: summary statistics, two-sample tests, rank
8386 tests, generalised linear models, cumulative link models, Cox models,
8387 loglinear models, and general maximum pseudolikelihood estimation for
8388 multistage stratified, cluster-sampled, unequally weighted survey samples;
8389 variances by Taylor series linearisation or replicate weights;
8390 post-stratification, calibration, and raking; two-phase subsampling designs;
8391 graphics; PPS sampling without replacement; principal components, and factor
8392 analysis.")
8393 ;; Either version of the GPL.
8394 (license (list license:gpl2 license:gpl3))))
8395
8396 (define-public r-gee
8397 (package
8398 (name "r-gee")
8399 (version "4.13-20")
8400 (source
8401 (origin
8402 (method url-fetch)
8403 (uri (cran-uri "gee" version))
8404 (sha256
8405 (base32
8406 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
8407 (properties `((upstream-name . "gee")))
8408 (build-system r-build-system)
8409 (native-inputs
8410 `(("gfortran" ,gfortran)))
8411 (home-page "https://cran.r-project.org/web/packages/gee/")
8412 (synopsis "Generalized estimation equation solver")
8413 (description
8414 "This package provides a solver for generalized estimation equations.")
8415 (license license:gpl2)))
8416
8417 (define-public r-tab
8418 (package
8419 (name "r-tab")
8420 (version "4.1.1")
8421 (source
8422 (origin
8423 (method url-fetch)
8424 (uri (cran-uri "tab" version))
8425 (sha256
8426 (base32
8427 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
8428 (properties `((upstream-name . "tab")))
8429 (build-system r-build-system)
8430 (propagated-inputs
8431 `(("r-dplyr" ,r-dplyr)
8432 ("r-gee" ,r-gee)
8433 ("r-knitr" ,r-knitr)
8434 ("r-mass" ,r-mass)
8435 ("r-survey" ,r-survey)
8436 ("r-survival" ,r-survival)
8437 ("r-xtable" ,r-xtable)))
8438 (home-page "https://cran.r-project.org/web/packages/tab/")
8439 (synopsis "Create summary tables for statistical reports")
8440 (description
8441 "This package contains functions for creating various types of summary
8442 tables, e.g. comparing characteristics across levels of a categorical variable
8443 and summarizing fitted generalized linear models, generalized estimating
8444 equations, and Cox proportional hazards models. Functions are available to
8445 handle data from simple random samples as well as complex surveys.")
8446 (license license:gpl3+)))
8447
8448 (define-public r-dvmisc
8449 (package
8450 (name "r-dvmisc")
8451 (version "1.1.4")
8452 (source
8453 (origin
8454 (method url-fetch)
8455 (uri (cran-uri "dvmisc" version))
8456 (sha256
8457 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
8458 (build-system r-build-system)
8459 (propagated-inputs
8460 `(("r-cubature" ,r-cubature)
8461 ("r-data-table" ,r-data-table)
8462 ("r-dplyr" ,r-dplyr)
8463 ("r-ggplot2" ,r-ggplot2)
8464 ("r-mass" ,r-mass)
8465 ("r-mvtnorm" ,r-mvtnorm)
8466 ("r-pracma" ,r-pracma)
8467 ("r-rbenchmark" ,r-rbenchmark)
8468 ("r-rcpp" ,r-rcpp)
8469 ("r-survey" ,r-survey)
8470 ("r-tab" ,r-tab)))
8471 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
8472 (synopsis "Faster computation of common statistics and miscellaneous functions")
8473 (description
8474 "This package implements faster versions of base R functions (e.g. mean, standard
8475 deviation, covariance, weighted mean), mostly written in C++, along with
8476 miscellaneous functions for various purposes (e.g. create the histogram with
8477 fitted probability density function or probability mass function curve, create
8478 the body mass index groups, assess the linearity assumption in logistic
8479 regression).")
8480 (license license:gpl2)))
8481
8482 (define-public r-accelerometry
8483 (package
8484 (name "r-accelerometry")
8485 (version "3.1.2")
8486 (source
8487 (origin
8488 (method url-fetch)
8489 (uri (cran-uri "accelerometry" version))
8490 (sha256
8491 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
8492 (build-system r-build-system)
8493 (propagated-inputs
8494 `(("r-dvmisc" ,r-dvmisc)
8495 ("r-rcpp" ,r-rcpp)))
8496 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
8497 (synopsis "Functions for processing accelerometer data")
8498 (description
8499 "This package provides a collection of functions that perform operations on
8500 time-series accelerometer data, such as identify the non-wear time, flag minutes
8501 that are part of an activity bout, and find the maximum 10-minute average count
8502 value. The functions are generally very flexible, allowing for a variety of
8503 algorithms to be implemented.")
8504 (license license:gpl3)))
8505
8506 (define-public r-absim
8507 (package
8508 (name "r-absim")
8509 (version "0.2.6")
8510 (source
8511 (origin
8512 (method url-fetch)
8513 (uri (cran-uri "AbSim" version))
8514 (sha256
8515 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
8516 (properties `((upstream-name . "AbSim")))
8517 (build-system r-build-system)
8518 (propagated-inputs
8519 `(("r-ape" ,r-ape)
8520 ("r-powerlaw" ,r-powerlaw)))
8521 (home-page "https://cran.r-project.org/web/packages/AbSim/")
8522 (synopsis "Time resolved simulations of antibody repertoires")
8523 (description
8524 "This package provides simulation methods for the evolution of antibody repertoires.
8525 The heavy and light chain variable region of both human and C57BL/6 mice can
8526 be simulated in a time-dependent fashion. Both single lineages using one set of
8527 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
8528 with an initial V-D-J recombination event, starting the first phylogenetic tree.
8529 Upon completion, the main loop of the algorithm begins, with each iteration
8530 representing one simulated time step. Various mutation events are possible at
8531 each time step, contributing to a diverse final repertoire.")
8532 (license license:gpl2)))
8533
8534 (define-public r-quic
8535 (package
8536 (name "r-quic")
8537 (version "1.1")
8538 (source
8539 (origin
8540 (method url-fetch)
8541 (uri (cran-uri "QUIC" version))
8542 (sha256
8543 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
8544 (properties `((upstream-name . "QUIC")))
8545 (build-system r-build-system)
8546 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
8547 (synopsis "Regularized sparse inverse covariance matrix estimation")
8548 (description
8549 "This package implements the regularized Gaussian maximum likelihood
8550 estimation of the inverse of a covariance matrix. It uses Newton's method and
8551 coordinate descent to solve the regularized inverse covariance matrix
8552 estimation problem.")
8553 ;; The project home page states that the release is under GPLv3 or later.
8554 ;; The CRAN page only says GPL-3.
8555 (license license:gpl3+)))
8556
8557 (define-public r-abundant
8558 (package
8559 (name "r-abundant")
8560 (version "1.1")
8561 (source
8562 (origin
8563 (method url-fetch)
8564 (uri (cran-uri "abundant" version))
8565 (sha256
8566 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
8567 (build-system r-build-system)
8568 (propagated-inputs
8569 `(("r-quic" ,r-quic)))
8570 (home-page "https://cran.r-project.org/web/packages/abundant/")
8571 (synopsis "Abundant regression and high-dimensional principal fitted components")
8572 (description
8573 "This package provides tools to fit and predict with the high-dimensional
8574 principal fitted components model. This model is described by Cook, Forzani,
8575 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
8576 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
8577 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
8578 (license license:gpl2+)))
8579
8580 (define-public r-ac3net
8581 (package
8582 (name "r-ac3net")
8583 (version "1.2.2")
8584 (source
8585 (origin
8586 (method url-fetch)
8587 (uri (cran-uri "Ac3net" version))
8588 (sha256
8589 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
8590 (properties `((upstream-name . "Ac3net")))
8591 (build-system r-build-system)
8592 (propagated-inputs
8593 `(("r-data-table" ,r-data-table)))
8594 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
8595 (synopsis "Inferring directional conservative causal core gene networks")
8596 (description "This package infers directional Conservative causal core
8597 (gene) networks (C3NET). This is a version of the algorithm C3NET with
8598 directional network.")
8599 (license license:gpl3+)))
8600
8601 (define-public r-aca
8602 (package
8603 (name "r-aca")
8604 (version "1.1")
8605 (source
8606 (origin
8607 (method url-fetch)
8608 (uri (cran-uri "ACA" version))
8609 (sha256
8610 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
8611 (properties `((upstream-name . "ACA")))
8612 (build-system r-build-system)
8613 (home-page "https://cran.r-project.org/web/packages/ACA/")
8614 (synopsis "Abrupt change-point or aberration detection in point series")
8615 (description
8616 "This package offers an interactive function for the detection of breakpoints in
8617 series.")
8618 ;; Any version of the GPL
8619 (license (list license:gpl2+ license:gpl3+))))
8620
8621 (define-public r-acceptancesampling
8622 (package
8623 (name "r-acceptancesampling")
8624 (version "1.0-6")
8625 (source
8626 (origin
8627 (method url-fetch)
8628 (uri (cran-uri "AcceptanceSampling" version))
8629 (sha256
8630 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
8631 (properties
8632 `((upstream-name . "AcceptanceSampling")))
8633 (build-system r-build-system)
8634 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
8635 (synopsis "Creation and evaluation of acceptance sampling plans")
8636 (description
8637 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
8638 acceptance sampling plans. Acceptance sampling is a methodology commonly used
8639 in quality control and improvement. International standards of acceptance
8640 sampling provide sampling plans for specific circumstances. The aim of this
8641 package is to provide an easy-to-use interface to visualize single, double or
8642 multiple sampling plans. In addition, methods have been provided to enable the
8643 user to assess sampling plans against pre-specified levels of performance, as
8644 measured by the probability of acceptance for a given level of quality in the
8645 lot.")
8646 (license license:gpl3+)))
8647
8648 (define-public r-acclma
8649 (package
8650 (name "r-acclma")
8651 (version "1.0")
8652 (source
8653 (origin
8654 (method url-fetch)
8655 (uri (cran-uri "ACCLMA" version))
8656 (sha256
8657 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
8658 (properties `((upstream-name . "ACCLMA")))
8659 (build-system r-build-system)
8660 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
8661 (synopsis "ACC & LMA graph plotting")
8662 (description
8663 "This package contains a function that imports data from a @acronym{CSV,
8664 Comma-Separated Values} file, or uses manually entered data from the format (x,
8665 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
8666 Curve} vs @acronym{LOI, Line of Independence} graph and
8667 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
8668 function is @code{plotLMA} (source file, header) that takes a data set and plots the
8669 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
8670 string) was passed, a manual data entry window is opened. The header parameter
8671 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
8672 a header row or not. The dataset should contain only one independent variable
8673 (x) and one dependent variable (y) and can contain a weight for each
8674 observation.")
8675 (license license:gpl2)))
8676
8677 (define-public r-aspi
8678 (package
8679 (name "r-aspi")
8680 (version "0.2.0")
8681 (source
8682 (origin
8683 (method url-fetch)
8684 (uri (cran-uri "aspi" version))
8685 (sha256
8686 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
8687 (build-system r-build-system)
8688 (home-page
8689 "https://cran.r-project.org/web/packages/aspi/")
8690 (synopsis
8691 "Analysis of symmetry of parasitic infections")
8692 (description
8693 "This package provides tools for the analysis and visualization of bilateral
8694 asymmetry in parasitic infections.")
8695 (license license:gpl3+)))
8696
8697 (define-public r-sandwich
8698 (package
8699 (name "r-sandwich")
8700 (version "2.5-1")
8701 (source
8702 (origin
8703 (method url-fetch)
8704 (uri (cran-uri "sandwich" version))
8705 (sha256
8706 (base32
8707 "1mk685b9wq7k566pbml52rj96i5h6b3vf215k9picgmq296nzvyv"))))
8708 (build-system r-build-system)
8709 (propagated-inputs
8710 `(("r-zoo" ,r-zoo)))
8711 (home-page "https://cran.r-project.org/web/packages/sandwich/")
8712 (synopsis "Robust Covariance Matrix Estimators")
8713 (description
8714 "This package provides model-robust standard error estimators for
8715 cross-sectional, time series, clustered, panel, and longitudinal data.")
8716 ;; Either version of the license.
8717 (license (list license:gpl2 license:gpl3))))
8718
8719 (define-public r-th-data
8720 (package
8721 (name "r-th-data")
8722 (version "1.0-10")
8723 (source
8724 (origin
8725 (method url-fetch)
8726 (uri (cran-uri "TH.data" version))
8727 (sha256
8728 (base32
8729 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
8730 (properties `((upstream-name . "TH.data")))
8731 (build-system r-build-system)
8732 (propagated-inputs
8733 `(("r-mass" ,r-mass)
8734 ("r-survival" ,r-survival)))
8735 (home-page "https://cran.r-project.org/web/packages/TH.data/")
8736 (synopsis "Shared data sets")
8737 (description
8738 "This package contains supporting data sets that are used in other
8739 packages maintained by Torsten Hothorn.")
8740 (license license:gpl3)))
8741
8742 (define-public r-multcomp
8743 (package
8744 (name "r-multcomp")
8745 (version "1.4-13")
8746 (source
8747 (origin
8748 (method url-fetch)
8749 (uri (cran-uri "multcomp" version))
8750 (sha256
8751 (base32
8752 "1nszi22rcc551yc75h9cdfkdqsxw1rz30vadazmpyzihp1bh63yk"))))
8753 (build-system r-build-system)
8754 (propagated-inputs
8755 `(("r-codetools" ,r-codetools)
8756 ("r-mvtnorm" ,r-mvtnorm)
8757 ("r-sandwich" ,r-sandwich)
8758 ("r-survival" ,r-survival)
8759 ("r-th-data" ,r-th-data)))
8760 (home-page "https://cran.r-project.org/web/packages/multcomp/")
8761 (synopsis "Simultaneous inference in general parametric models")
8762 (description
8763 "Simultaneous tests and confidence intervals for general linear
8764 hypotheses in parametric models, including linear, generalized linear, linear
8765 mixed effects, and survival models. The package includes demos reproducing
8766 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
8767 Hothorn, Westfall, 2010, CRC Press).")
8768 (license license:gpl2)))
8769
8770 (define-public r-emmeans
8771 (package
8772 (name "r-emmeans")
8773 (version "1.4.8")
8774 (source
8775 (origin
8776 (method url-fetch)
8777 (uri (cran-uri "emmeans" version))
8778 (sha256
8779 (base32
8780 "0h884qn4cip03w0h5psrz5y9zkm2wppklrhdz2chm2xk13zqnq5k"))))
8781 (build-system r-build-system)
8782 (propagated-inputs
8783 `(("r-estimability" ,r-estimability)
8784 ("r-mvtnorm" ,r-mvtnorm)
8785 ("r-numderiv" ,r-numderiv)
8786 ("r-plyr" ,r-plyr)
8787 ("r-xtable" ,r-xtable)))
8788 (native-inputs
8789 `(("r-knitr" ,r-knitr)))
8790 (home-page "https://github.com/rvlenth/emmeans")
8791 (synopsis "Estimated marginal means, aka least-squares means")
8792 (description
8793 "This package provides tools to obtain @dfn{estimated marginal
8794 means} (EMMs) for many linear, generalized linear, and mixed models. It can
8795 be used to compute contrasts or linear functions of EMMs, trends, and
8796 comparisons of slopes.")
8797 ;; Either version of the license.
8798 (license (list license:gpl2 license:gpl3))))
8799
8800 (define-public r-pwr
8801 (package
8802 (name "r-pwr")
8803 (version "1.3-0")
8804 (source
8805 (origin
8806 (method url-fetch)
8807 (uri (cran-uri "pwr" version))
8808 (sha256
8809 (base32
8810 "1kfzy73v3z6ipc3kdfkcjrp4b4p5k54nwk796gqi36srm93hgc2v"))))
8811 (build-system r-build-system)
8812 (native-inputs
8813 `(("r-knitr" ,r-knitr)))
8814 (home-page "https://github.com/heliosdrm/pwr")
8815 (synopsis "Basic functions for power analysis")
8816 (description
8817 "This package provides power analysis functions along the lines of
8818 Cohen (1988).")
8819 (license license:gpl3+)))
8820
8821 (define-public r-libcoin
8822 (package
8823 (name "r-libcoin")
8824 (version "1.0-5")
8825 (source
8826 (origin
8827 (method url-fetch)
8828 (uri (cran-uri "libcoin" version))
8829 (sha256
8830 (base32
8831 "1cm9x1dlg9f7fh7n5nw3x4a7rl88c7ylrlc8x3rx4mq5w1j42x0a"))))
8832 (build-system r-build-system)
8833 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
8834 (home-page "https://cran.r-project.org/web/packages/libcoin")
8835 (synopsis "Linear test statistics for permutation inference")
8836 (description
8837 "This package provides basic infrastructure for linear test statistics
8838 and permutation inference in the framework of Strasser and Weber (1999).")
8839 (license license:gpl2)))
8840
8841 (define-public r-coin
8842 (package
8843 (name "r-coin")
8844 (version "1.3-1")
8845 (source
8846 (origin
8847 (method url-fetch)
8848 (uri (cran-uri "coin" version))
8849 (sha256
8850 (base32
8851 "0qi03fyqw42a2vnqcia5l2m1mzyarj2q1iblknx9n19bdsd53qjx"))))
8852 (build-system r-build-system)
8853 (propagated-inputs
8854 `(("r-libcoin" ,r-libcoin)
8855 ("r-matrixstats" ,r-matrixstats)
8856 ("r-modeltools" ,r-modeltools)
8857 ("r-multcomp" ,r-multcomp)
8858 ("r-mvtnorm" ,r-mvtnorm)
8859 ("r-survival" ,r-survival)))
8860 (home-page "http://coin.r-forge.r-project.org")
8861 (synopsis "Conditional inference procedures in a permutation test framework")
8862 (description
8863 "This package provides conditional inference procedures for the general
8864 independence problem including two-sample, K-sample (non-parametric ANOVA),
8865 correlation, censored, ordered and multivariate problems.")
8866 (license license:gpl2)))
8867
8868 (define-public r-bayesplot
8869 (package
8870 (name "r-bayesplot")
8871 (version "1.7.2")
8872 (source
8873 (origin
8874 (method url-fetch)
8875 (uri (cran-uri "bayesplot" version))
8876 (sha256
8877 (base32
8878 "0aqy4bfjq1fmds0vpacsmqih528cp8wk4v4w0balzkph6zqzpwcl"))))
8879 (build-system r-build-system)
8880 (inputs
8881 `(("pandoc" ,ghc-pandoc)
8882 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
8883 (native-inputs
8884 `(("r-knitr" ,r-knitr)))
8885 (propagated-inputs
8886 `(("r-dplyr" ,r-dplyr)
8887 ("r-ggplot2" ,r-ggplot2)
8888 ("r-ggridges" ,r-ggridges)
8889 ("r-glue" ,r-glue)
8890 ("r-reshape2" ,r-reshape2)
8891 ("r-rlang" ,r-rlang)
8892 ("r-tibble" ,r-tibble)
8893 ("r-tidyselect" ,r-tidyselect)))
8894 (home-page "https://mc-stan.org/bayesplot")
8895 (synopsis "Plotting for Bayesian models")
8896 (description
8897 "This package provides plotting functions for posterior analysis, model
8898 checking, and MCMC diagnostics. The package is designed not only to provide
8899 convenient functionality for users, but also a common set of functions that
8900 can be easily used by developers working on a variety of R packages for
8901 Bayesian modeling.")
8902 (license license:gpl3+)))
8903
8904 (define-public r-tmb
8905 (package
8906 (name "r-tmb")
8907 (version "1.7.16")
8908 (source
8909 (origin
8910 (method url-fetch)
8911 (uri (cran-uri "TMB" version))
8912 (sha256
8913 (base32
8914 "0lly12hdi99iklwr0vg9xkyhi038w4gncbf895qcwbndmqp0lx44"))))
8915 (properties `((upstream-name . "TMB")))
8916 (build-system r-build-system)
8917 (propagated-inputs
8918 `(("r-matrix" ,r-matrix)
8919 ("r-rcppeigen" ,r-rcppeigen)))
8920 (home-page "http://tmb-project.org")
8921 (synopsis "Template model builder: a general random effect tool")
8922 (description
8923 "With this tool, a user should be able to quickly implement complex
8924 random effect models through simple C++ templates. The package combines
8925 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
8926 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
8927 from R) to obtain an efficient implementation of the applied Laplace
8928 approximation with exact derivatives. Key features are: Automatic sparseness
8929 detection, parallelism through BLAS and parallel user templates.")
8930 (license license:gpl2)))
8931
8932 (define-public r-sjstats
8933 (package
8934 (name "r-sjstats")
8935 (version "0.18.0")
8936 (source
8937 (origin
8938 (method url-fetch)
8939 (uri (cran-uri "sjstats" version))
8940 (sha256
8941 (base32 "17b1fcrhgjw66qa8zk2jj1bvz3vp5bnjn3p4y1wsg5ng5nxq8jz0"))))
8942 (build-system r-build-system)
8943 (propagated-inputs
8944 `(("r-bayestestr" ,r-bayestestr)
8945 ("r-broom" ,r-broom)
8946 ("r-dplyr" ,r-dplyr)
8947 ("r-effectsize" ,r-effectsize)
8948 ("r-emmeans" ,r-emmeans)
8949 ("r-insight" ,r-insight)
8950 ("r-lme4" ,r-lme4)
8951 ("r-magrittr" ,r-magrittr)
8952 ("r-mass" ,r-mass)
8953 ("r-modelr" ,r-modelr)
8954 ("r-parameters" ,r-parameters)
8955 ("r-performance" ,r-performance)
8956 ("r-purrr" ,r-purrr)
8957 ("r-rlang" ,r-rlang)
8958 ("r-sjlabelled" ,r-sjlabelled)
8959 ("r-sjmisc" ,r-sjmisc)
8960 ("r-tidyr" ,r-tidyr)))
8961 (home-page "https://github.com/strengejacke/sjstats")
8962 (synopsis "Functions for common statistical computations")
8963 (description
8964 "This package provides a collection of convenient functions for common
8965 statistical computations, which are not directly provided by R's @code{base}
8966 or @code{stats} packages. This package aims at providing, first, shortcuts
8967 for statistical measures, which otherwise could only be calculated with
8968 additional effort. Second, these shortcut functions are generic, and can be
8969 applied not only to vectors, but also to other objects as well. The focus of
8970 most functions lies on summary statistics or fit measures for regression
8971 models, including generalized linear models, mixed effects models and Bayesian
8972 models.")
8973 (license license:gpl3)))
8974
8975 (define-public r-glmmtmb
8976 (package
8977 (name "r-glmmtmb")
8978 (version "1.0.1")
8979 (source
8980 (origin
8981 (method url-fetch)
8982 (uri (cran-uri "glmmTMB" version))
8983 (sha256
8984 (base32
8985 "0sdx1q7wc7895xh8747r4p0wkij0xjgn5ij62ipi9423zd0sr0mm"))))
8986 (properties `((upstream-name . "glmmTMB")))
8987 (build-system r-build-system)
8988 (propagated-inputs
8989 `(("r-lme4" ,r-lme4)
8990 ("r-matrix" ,r-matrix)
8991 ("r-nlme" ,r-nlme)
8992 ("r-rcppeigen" ,r-rcppeigen)
8993 ("r-tmb" ,r-tmb)))
8994 (native-inputs
8995 `(("r-knitr" ,r-knitr))) ; for vignettes
8996 (home-page "https://github.com/glmmTMB")
8997 (synopsis "Generalized linear mixed models")
8998 (description
8999 "Fit linear and generalized linear mixed models with various extensions,
9000 including zero-inflation. The models are fitted using maximum likelihood
9001 estimation via the Template Model Builder. Random effects are assumed to be
9002 Gaussian on the scale of the linear predictor and are integrated out using the
9003 Laplace approximation. Gradients are calculated using automatic
9004 differentiation.")
9005 (license license:agpl3+)))
9006
9007 (define-public r-bayestestr
9008 (package
9009 (name "r-bayestestr")
9010 (version "0.7.0")
9011 (source
9012 (origin
9013 (method url-fetch)
9014 (uri (cran-uri "bayestestR" version))
9015 (sha256
9016 (base32
9017 "1nrycyzznzrlwnfwk1w3ixdq0bj82nri9kb2qiaiw8wwzwrsl1hd"))))
9018 (properties `((upstream-name . "bayestestR")))
9019 (build-system r-build-system)
9020 (propagated-inputs
9021 `(("r-insight" ,r-insight)))
9022 (native-inputs
9023 `(("r-knitr" ,r-knitr)))
9024 (home-page "https://github.com/easystats/bayestestR")
9025 (synopsis "Describe Bayesian models and posterior distributions")
9026 (description
9027 "This package provides utilities to understand and describe posterior
9028 distributions and Bayesian models. It includes point-estimates such as
9029 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
9030 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
9031 ROPE percentage and pd).")
9032 (license license:gpl3)))
9033
9034 (define-public r-performance
9035 (package
9036 (name "r-performance")
9037 (version "0.4.7")
9038 (source
9039 (origin
9040 (method url-fetch)
9041 (uri (cran-uri "performance" version))
9042 (sha256
9043 (base32
9044 "0gw165wm2a0vjsvyll8z9k6qd156z3jf4priy1r745v63x4mnb5k"))))
9045 (build-system r-build-system)
9046 (propagated-inputs
9047 `(("r-bayestestr" ,r-bayestestr)
9048 ("r-insight" ,r-insight)))
9049 (home-page "https://easystats.github.io/performance/")
9050 (synopsis "Assessment of regression models performance")
9051 (description
9052 "This package provides utilities for computing measures to assess model
9053 quality, which are not directly provided by R's @code{base} or @code{stats}
9054 packages. These include e.g. measures like r-squared, intraclass correlation
9055 coefficient, root mean squared error or functions to check models for
9056 overdispersion, singularity or zero-inflation and more. Functions apply to a
9057 large variety of regression models, including generalized linear models, mixed
9058 effects models and Bayesian models.")
9059 (license license:gpl3)))
9060
9061 (define-public r-ggeffects
9062 (package
9063 (name "r-ggeffects")
9064 (version "0.15.0")
9065 (source
9066 (origin
9067 (method url-fetch)
9068 (uri (cran-uri "ggeffects" version))
9069 (sha256
9070 (base32
9071 "1bqvbhw5la3cj3v0gwava117ff24b1p450azln402gsxgfl3vw7r"))))
9072 (build-system r-build-system)
9073 (propagated-inputs
9074 `(("r-insight" ,r-insight)
9075 ("r-mass" ,r-mass)
9076 ("r-sjlabelled" ,r-sjlabelled)))
9077 (native-inputs
9078 `(("r-knitr" ,r-knitr)))
9079 (home-page "https://github.com/strengejacke/ggeffects")
9080 (synopsis "Create tidy data frames of marginal effects for ggplot")
9081 (description
9082 "This package provides tools to compute marginal effects from statistical
9083 models and return the result as tidy data frames. These data frames are ready
9084 to use with the @code{ggplot2} package. Marginal effects can be calculated
9085 for many different models. Interaction terms, splines and polynomial terms
9086 are also supported. The two main functions are @code{ggpredict()} and
9087 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
9088 results using @code{ggplot2}.")
9089 (license license:gpl3)))
9090
9091 (define-public r-effectsize
9092 (package
9093 (name "r-effectsize")
9094 (version "0.3.1")
9095 (source
9096 (origin
9097 (method url-fetch)
9098 (uri (cran-uri "effectsize" version))
9099 (sha256
9100 (base32
9101 "1n5b5434sd8f1v95bfjwg92v879rkaj8zpm6ldnrg0kgfb0gy6q4"))))
9102 (properties `((upstream-name . "effectsize")))
9103 (build-system r-build-system)
9104 (propagated-inputs
9105 `(("r-bayestestr" ,r-bayestestr)
9106 ("r-insight" ,r-insight)
9107 ("r-parameters" ,r-parameters)))
9108 (native-inputs
9109 `(("r-knitr" ,r-knitr)))
9110 (home-page "https://github.com/easystats/effectsize")
9111 (synopsis "Indices of effect size and standardized parameters")
9112 (description
9113 "This package provides utilities to work with indices of effect size and
9114 standardized parameters for a wide variety of models, allowing computation and
9115 conversion of indices such as Cohen's d, r, odds, etc.")
9116 (license license:gpl3)))
9117
9118 (define-public r-sjplot
9119 (package
9120 (name "r-sjplot")
9121 (version "2.8.4")
9122 (source
9123 (origin
9124 (method url-fetch)
9125 (uri (cran-uri "sjPlot" version))
9126 (sha256
9127 (base32 "0b7k0mshkk8k26w11xbxkb5v0klhq279zn2xdz83cn8k791xkqyd"))))
9128 (properties `((upstream-name . "sjPlot")))
9129 (build-system r-build-system)
9130 (propagated-inputs
9131 `(("r-bayestestr" ,r-bayestestr)
9132 ("r-dplyr" ,r-dplyr)
9133 ("r-effectsize" ,r-effectsize)
9134 ("r-ggeffects" ,r-ggeffects)
9135 ("r-ggplot2" ,r-ggplot2)
9136 ("r-insight" ,r-insight)
9137 ("r-knitr" ,r-knitr)
9138 ("r-mass" ,r-mass)
9139 ("r-parameters" ,r-parameters)
9140 ("r-performance" ,r-performance)
9141 ("r-purrr" ,r-purrr)
9142 ("r-rlang" ,r-rlang)
9143 ("r-scales" ,r-scales)
9144 ("r-sjlabelled" ,r-sjlabelled)
9145 ("r-sjmisc" ,r-sjmisc)
9146 ("r-sjstats" ,r-sjstats)
9147 ("r-tidyr" ,r-tidyr)))
9148 (native-inputs
9149 `(("r-knitr" ,r-knitr)))
9150 (home-page "https://strengejacke.github.io/sjPlot/")
9151 (synopsis "Data visualization for statistics in social science")
9152 (description
9153 "This package represents a collection of plotting and table output
9154 functions for data visualization. Results of various statistical
9155 analyses (that are commonly used in social sciences) can be visualized using
9156 this package, including simple and cross tabulated frequencies, histograms,
9157 box plots, (generalized) linear models, mixed effects models, principal
9158 component analysis and correlation matrices, cluster analyses, scatter plots,
9159 stacked scales, effects plots of regression models (including interaction
9160 terms) and much more. This package supports labelled data.")
9161 (license license:gpl3)))
9162
9163 (define-public r-ini
9164 (package
9165 (name "r-ini")
9166 (version "0.3.1")
9167 (source
9168 (origin
9169 (method url-fetch)
9170 (uri (cran-uri "ini" version))
9171 (sha256
9172 (base32
9173 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
9174 (build-system r-build-system)
9175 (home-page "https://github.com/dvdscripter/ini")
9176 (synopsis "Read and write configuration files")
9177 (description
9178 "This package provides tools to parse simple @code{.ini} configuration
9179 files to an structured list. Users can manipulate this resulting list with
9180 @code{lapply()} functions. This same structured list can be used to write
9181 back to file after modifications.")
9182 (license license:gpl3)))
9183
9184 (define-public r-gh
9185 (package
9186 (name "r-gh")
9187 (version "1.1.0")
9188 (source
9189 (origin
9190 (method url-fetch)
9191 (uri (cran-uri "gh" version))
9192 (sha256
9193 (base32
9194 "1bc9bn1078s664hc806dh0y1ncxif77q479rfmxfir9z7hwaz7yy"))))
9195 (build-system r-build-system)
9196 (propagated-inputs
9197 `(("r-cli" ,r-cli)
9198 ("r-httr" ,r-httr)
9199 ("r-ini" ,r-ini)
9200 ("r-jsonlite" ,r-jsonlite)))
9201 (home-page "https://github.com/r-lib/gh#readme")
9202 (synopsis "Access the GitHub API via R")
9203 (description
9204 "This package provides a minimal R client to access the GitHub API.")
9205 (license license:expat)))
9206
9207 (define-public r-fs
9208 (package
9209 (name "r-fs")
9210 (version "1.4.1")
9211 (source
9212 (origin
9213 (method url-fetch)
9214 (uri (cran-uri "fs" version))
9215 (sha256
9216 (base32
9217 "0kksig9pk8aid9l6r250na8z8j9919jvs20lj0s6m9bcybgh74df"))))
9218 (build-system r-build-system)
9219 (native-inputs
9220 `(("pkg-config" ,pkg-config)
9221 ("r-knitr" ,r-knitr)))
9222 (home-page "https://fs.r-lib.org")
9223 (synopsis "Cross-platform file system operations based on libuv")
9224 (description
9225 "This package provides a cross-platform interface to file system
9226 operations, built on top of the libuv C library.")
9227 (license license:gpl3)))
9228
9229 (define-public r-clisymbols
9230 (package
9231 (name "r-clisymbols")
9232 (version "1.2.0")
9233 (source
9234 (origin
9235 (method url-fetch)
9236 (uri (cran-uri "clisymbols" version))
9237 (sha256
9238 (base32
9239 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
9240 (build-system r-build-system)
9241 (home-page "https://github.com/gaborcsardi/clisymbols")
9242 (synopsis "Unicode symbols at the R prompt")
9243 (description
9244 "This package provides a small subset of Unicode symbols, that are useful
9245 when building command line applications. They fall back to alternatives on
9246 terminals that do not support Unicode.")
9247 (license license:expat)))
9248
9249 (define-public r-usethis
9250 (package
9251 (name "r-usethis")
9252 (version "1.6.1")
9253 (source
9254 (origin
9255 (method url-fetch)
9256 (uri (cran-uri "usethis" version))
9257 (sha256
9258 (base32
9259 "0vwxsnq615mwc706a4a71gyy0hmvnllbh249gzm7vl3ym5cr0cv0"))))
9260 (build-system r-build-system)
9261 (propagated-inputs
9262 `(("r-cli" ,r-cli)
9263 ("r-clipr" ,r-clipr)
9264 ("r-crayon" ,r-crayon)
9265 ("r-curl" ,r-curl)
9266 ("r-desc" ,r-desc)
9267 ("r-fs" ,r-fs)
9268 ("r-gh" ,r-gh)
9269 ("r-git2r" ,r-git2r)
9270 ("r-glue" ,r-glue)
9271 ("r-purrr" ,r-purrr)
9272 ("r-rematch2" ,r-rematch2)
9273 ("r-rlang" ,r-rlang)
9274 ("r-rprojroot" ,r-rprojroot)
9275 ("r-rstudioapi" ,r-rstudioapi)
9276 ("r-whisker" ,r-whisker)
9277 ("r-withr" ,r-withr)
9278 ("r-yaml" ,r-yaml)))
9279 (home-page "https://github.com/r-lib/usethis")
9280 (synopsis "Automate R package and project setup")
9281 (description
9282 "This package helps you to automate R package and project setup tasks
9283 that are otherwise performed manually. This includes setting up unit testing,
9284 test coverage, continuous integration, Git, GitHub integration, licenses,
9285 Rcpp, RStudio projects, and more.")
9286 (license license:gpl3)))
9287
9288 (define-public r-sessioninfo
9289 (package
9290 (name "r-sessioninfo")
9291 (version "1.1.1")
9292 (source
9293 (origin
9294 (method url-fetch)
9295 (uri (cran-uri "sessioninfo" version))
9296 (sha256
9297 (base32
9298 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
9299 (build-system r-build-system)
9300 (propagated-inputs
9301 `(("r-cli" ,r-cli)
9302 ("r-withr" ,r-withr)))
9303 (home-page "https://github.com/r-lib/sessioninfo#readme")
9304 (synopsis "R session information")
9305 (description
9306 "This package provides tools to query and print information about the
9307 current R session. It is similar to @code{utils::sessionInfo()}, but includes
9308 more information about packages, and where they were installed from.")
9309 (license license:gpl2)))
9310
9311 (define-public r-remotes
9312 (package
9313 (name "r-remotes")
9314 (version "2.1.1")
9315 (source
9316 (origin
9317 (method url-fetch)
9318 (uri (cran-uri "remotes" version))
9319 (sha256
9320 (base32
9321 "12qinl7jv54f2524ri13gcrv6d523rg1harpi500j676zi30fnaf"))))
9322 (build-system r-build-system)
9323 (home-page "https://github.com/r-lib/remotes#readme")
9324 (synopsis "R package installation from remote repositories")
9325 (description
9326 "Download and install R packages stored in GitHub, BitBucket, or plain
9327 subversion or git repositories. This package is a lightweight replacement of
9328 the @code{install_*} functions in the @code{devtools} package. Indeed most of
9329 the code was copied over from @code{devtools}.")
9330 (license license:gpl2+)))
9331
9332 (define-public r-xopen
9333 (package
9334 (name "r-xopen")
9335 (version "1.0.0")
9336 (source
9337 (origin
9338 (method url-fetch)
9339 (uri (cran-uri "xopen" version))
9340 (sha256
9341 (base32
9342 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
9343 (build-system r-build-system)
9344 (propagated-inputs
9345 `(("r-processx" ,r-processx)))
9346 (home-page "https://github.com/r-lib/xopen#readme")
9347 (synopsis "Open system files, URLs, anything")
9348 (description
9349 "This package provides a cross-platform solution to open files,
9350 directories or URLs with their associated programs.")
9351 (license license:expat)))
9352
9353 (define-public r-rcmdcheck
9354 (package
9355 (name "r-rcmdcheck")
9356 (version "1.3.3")
9357 (source
9358 (origin
9359 (method url-fetch)
9360 (uri (cran-uri "rcmdcheck" version))
9361 (sha256
9362 (base32
9363 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
9364 (build-system r-build-system)
9365 (propagated-inputs
9366 `(("r-callr" ,r-callr)
9367 ("r-cli" ,r-cli)
9368 ("r-crayon" ,r-crayon)
9369 ("r-desc" ,r-desc)
9370 ("r-digest" ,r-digest)
9371 ("r-pkgbuild" ,r-pkgbuild)
9372 ("r-prettyunits" ,r-prettyunits)
9373 ("r-r6" ,r-r6)
9374 ("r-rprojroot" ,r-rprojroot)
9375 ("r-sessioninfo" ,r-sessioninfo)
9376 ("r-withr" ,r-withr)
9377 ("r-xopen" ,r-xopen)))
9378 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
9379 (synopsis "Run R CMD check from R and capture results")
9380 (description
9381 "Run @code{R CMD check} from R programmatically, and capture the results
9382 of the individual checks.")
9383 (license license:expat)))
9384
9385 (define-public r-rapportools
9386 (package
9387 (name "r-rapportools")
9388 (version "1.0")
9389 (source
9390 (origin
9391 (method url-fetch)
9392 (uri (cran-uri "rapportools" version))
9393 (sha256
9394 (base32
9395 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
9396 (build-system r-build-system)
9397 (propagated-inputs
9398 `(("r-pander" ,r-pander)
9399 ("r-plyr" ,r-plyr)
9400 ("r-reshape" ,r-reshape)))
9401 (home-page "https://cran.r-project.org/web/packages/rapportools/")
9402 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
9403 (description
9404 "This package provides helper functions that act as wrappers to more
9405 advanced statistical methods with the advantage of having sane defaults for
9406 quick reporting.")
9407 (license license:agpl3+)))
9408
9409 (define-public r-pander
9410 (package
9411 (name "r-pander")
9412 (version "0.6.3")
9413 (source
9414 (origin
9415 (method url-fetch)
9416 (uri (cran-uri "pander" version))
9417 (sha256
9418 (base32
9419 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
9420 (build-system r-build-system)
9421 (propagated-inputs
9422 `(("r-digest" ,r-digest)
9423 ("r-rcpp" ,r-rcpp)))
9424 (home-page "https://rapporter.github.io/pander")
9425 (synopsis "Render R objects into Pandoc's markdown")
9426 (description
9427 "The main aim of the pander R package is to provide a minimal and easy
9428 tool for rendering R objects into Pandoc's markdown. The package is also
9429 capable of exporting/converting complex Pandoc documents (reports) in various
9430 ways.")
9431 ;; This package is licensed under either the AGPLv3+ or the very rarely
9432 ;; used OSL 3.0.
9433 (license license:agpl3+)))
9434
9435 (define-public r-summarytools
9436 (package
9437 (name "r-summarytools")
9438 (version "0.9.6")
9439 (source
9440 (origin
9441 (method url-fetch)
9442 (uri (cran-uri "summarytools" version))
9443 (sha256
9444 (base32
9445 "03pcb2ild1rb9f15yq8b68p9bg10z5wk2x7ahgyzkwdh5f81vbq2"))))
9446 (build-system r-build-system)
9447 (propagated-inputs
9448 `(("r-base64enc" ,r-base64enc)
9449 ("r-checkmate" ,r-checkmate)
9450 ("r-dplyr" ,r-dplyr)
9451 ("r-htmltools" ,r-htmltools)
9452 ("r-lubridate" ,r-lubridate)
9453 ("r-magick" ,r-magick)
9454 ("r-matrixstats" ,r-matrixstats)
9455 ("r-pander" ,r-pander)
9456 ("r-pryr" ,r-pryr)
9457 ("r-rapportools" ,r-rapportools)
9458 ("r-tibble" ,r-tibble)
9459 ("r-tidyr" ,r-tidyr)))
9460 (home-page "https://github.com/dcomtois/summarytools")
9461 (synopsis "Tools to quickly and neatly summarize data")
9462 (description
9463 "This package provides tools for data frame summaries, cross-tabulations,
9464 weight-enabled frequency tables and common univariate statistics in concise
9465 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
9466 good point-of-entry for exploring data, both for experienced and new R
9467 users.")
9468 (license license:gpl2)))
9469
9470 (define-public r-lsei
9471 (package
9472 (name "r-lsei")
9473 (version "1.2-0.1")
9474 (source
9475 (origin
9476 (method url-fetch)
9477 (uri (cran-uri "lsei" version))
9478 (sha256
9479 (base32
9480 "1rvzdb33x9ykl5qfwxkps1iylxqzlf1qla3l88420nbq7pxp7m87"))))
9481 (build-system r-build-system)
9482 (native-inputs
9483 `(("gfortran" ,gfortran)))
9484 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
9485 (synopsis "Solve regression problems under equality/inequality constraints")
9486 (description
9487 "It contains functions that solve least squares linear regression
9488 problems under linear equality/inequality constraints. Functions for solving
9489 quadratic programming problems are also available, which transform such
9490 problems into least squares ones first.")
9491 (license license:gpl2+)))
9492
9493 (define-public r-npsurv
9494 (package
9495 (name "r-npsurv")
9496 (version "0.4-0.1")
9497 (source
9498 (origin
9499 (method url-fetch)
9500 (uri (cran-uri "npsurv" version))
9501 (sha256
9502 (base32
9503 "09nxibp93bp9v8qcx0gnazk7fkvyh0fq9vlgxl639m6ndr7fwp88"))))
9504 (build-system r-build-system)
9505 (propagated-inputs
9506 `(("r-lsei" ,r-lsei)))
9507 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
9508 (synopsis "Nonparametric survival analysis")
9509 (description
9510 "This package contains functions for non-parametric survival analysis of
9511 exact and interval-censored observations.")
9512 (license license:gpl2+)))
9513
9514 (define-public r-clusteval
9515 (package
9516 (name "r-clusteval")
9517 (version "0.1")
9518 (source
9519 (origin
9520 (method url-fetch)
9521 (uri (cran-uri "clusteval" version))
9522 (sha256
9523 (base32
9524 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
9525 (build-system r-build-system)
9526 (propagated-inputs
9527 `(("r-mvtnorm" ,r-mvtnorm)
9528 ("r-rcpp" ,r-rcpp)))
9529 (home-page "https://cran.r-project.org/web/packages/clusteval/")
9530 (synopsis "Evaluation of clustering algorithms")
9531 (description
9532 "This R package provides a suite of tools to evaluate clustering
9533 algorithms, clusterings, and individual clusters.")
9534 (license license:expat)))
9535
9536 (define-public r-tweedie
9537 (package
9538 (name "r-tweedie")
9539 (version "2.3.2")
9540 (source
9541 (origin
9542 (method url-fetch)
9543 (uri (cran-uri "tweedie" version))
9544 (sha256
9545 (base32
9546 "10fv998qjxsyx0h94fi0xbh6xbf24nwgh254n9zfnmix9vk2cqls"))))
9547 (build-system r-build-system)
9548 (native-inputs `(("gfortran" ,gfortran)))
9549 (home-page "https://cran.r-project.org/web/packages/tweedie/")
9550 (synopsis "Evaluation of Tweedie exponential family models")
9551 (description
9552 "Maximum likelihood computations for Tweedie families, including the
9553 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
9554 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
9555 and related methods.")
9556 (license license:gpl2+)))
9557
9558 (define-public r-rcppgsl
9559 (package
9560 (name "r-rcppgsl")
9561 (version "0.3.8")
9562 (source
9563 (origin
9564 (method url-fetch)
9565 (uri (cran-uri "RcppGSL" version))
9566 (sha256
9567 (base32 "17nlayy6gvwb3v6l5aiqm84i75yf4dfi3zclxrgpqwf3j9v09yvz"))))
9568 (properties `((upstream-name . "RcppGSL")))
9569 (build-system r-build-system)
9570 (propagated-inputs
9571 `(("r-rcpp" ,r-rcpp)
9572 ("gsl" ,gsl)))
9573 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
9574 (synopsis "Rcpp integration for GSL vectors and matrices")
9575 (description
9576 "The GNU Scientific Library (or GSL) is a collection of numerical
9577 routines for scientific computing. It is particularly useful for C and C++
9578 programs as it provides a standard C interface to a wide range of mathematical
9579 routines. There are over 1000 functions in total with an extensive test
9580 suite. The RcppGSL package provides an easy-to-use interface between GSL data
9581 structures and R using concepts from Rcpp which is itself a package that eases
9582 the interfaces between R and C++.")
9583 (license license:gpl2+)))
9584
9585 (define-public r-mvabund
9586 (package
9587 (name "r-mvabund")
9588 (version "4.1.3")
9589 (source
9590 (origin
9591 (method url-fetch)
9592 (uri (cran-uri "mvabund" version))
9593 (sha256
9594 (base32
9595 "1z58h4dk3mc2hfnfvc7pghk471cbp7ah2s1z2ria5igw4s80962b"))))
9596 (build-system r-build-system)
9597 (propagated-inputs
9598 `(("r-mass" ,r-mass)
9599 ("r-rcpp" ,r-rcpp)
9600 ("r-rcppgsl" ,r-rcppgsl)
9601 ("r-statmod" ,r-statmod)
9602 ("r-tweedie" ,r-tweedie)))
9603 (home-page "https://cran.r-project.org/web/packages/mvabund/")
9604 (synopsis "Statistical methods for analysing multivariate abundance data")
9605 (description
9606 "This package provides a set of tools for displaying, modeling and
9607 analysing multivariate abundance data in community ecology.")
9608 (license license:lgpl2.1+)))
9609
9610 (define-public r-afex
9611 (package
9612 (name "r-afex")
9613 (version "0.27-2")
9614 (source
9615 (origin
9616 (method url-fetch)
9617 (uri (cran-uri "afex" version))
9618 (sha256
9619 (base32
9620 "0qsmcddy4449qjj3ajmqvdiqdkhkswmz5dqf150wxwq897p3bvf2"))))
9621 (build-system r-build-system)
9622 (propagated-inputs
9623 `(("r-car" ,r-car)
9624 ("r-lme4" ,r-lme4)
9625 ("r-lmertest" ,r-lmertest)
9626 ("r-pbkrtest" ,r-pbkrtest)
9627 ("r-reshape2" ,r-reshape2)))
9628 (native-inputs
9629 `(("r-knitr" ,r-knitr)))
9630 (home-page "https://afex.singmann.science/")
9631 (synopsis "Analysis of factorial experiments")
9632 (description
9633 "This package provides convenience functions for analyzing factorial
9634 experiments using ANOVA or mixed models.")
9635 (license license:gpl2+)))
9636
9637 (define-public r-lmertest
9638 (package
9639 (name "r-lmertest")
9640 (version "3.1-2")
9641 (source
9642 (origin
9643 (method url-fetch)
9644 (uri (cran-uri "lmerTest" version))
9645 (sha256
9646 (base32
9647 "1qkdxx5sri65zgpb9gw4nkfkdam51kgy4hxclk5c40yk7y3p0n1q"))))
9648 (properties `((upstream-name . "lmerTest")))
9649 (build-system r-build-system)
9650 (propagated-inputs
9651 `(("r-ggplot2" ,r-ggplot2)
9652 ("r-lme4" ,r-lme4)
9653 ("r-mass" ,r-mass)
9654 ("r-numderiv" ,r-numderiv)))
9655 (home-page "https://github.com/runehaubo/lmerTestR")
9656 (synopsis "Tests in linear mixed effects models")
9657 (description
9658 "This package provides p-values in type I, II or III anova and summary
9659 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
9660 method. A Kenward-Roger method is also available via the @code{pbkrtest}
9661 package. Model selection methods include step, drop1 and anova-like tables
9662 for random effects (ranova). Methods for Least-Square means (LS-means) and
9663 tests of linear contrasts of fixed effects are also available.")
9664 (license license:gpl2+)))
9665
9666 (define-public r-r2glmm
9667 (package
9668 (name "r-r2glmm")
9669 (version "0.1.2")
9670 (source
9671 (origin
9672 (method url-fetch)
9673 (uri (cran-uri "r2glmm" version))
9674 (sha256
9675 (base32
9676 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
9677 (build-system r-build-system)
9678 (propagated-inputs
9679 `(("r-afex" ,r-afex)
9680 ("r-data-table" ,r-data-table)
9681 ("r-dplyr" ,r-dplyr)
9682 ("r-ggplot2" ,r-ggplot2)
9683 ("r-gridextra" ,r-gridextra)
9684 ("r-lmertest" ,r-lmertest)
9685 ("r-mass" ,r-mass)
9686 ("r-matrix" ,r-matrix)
9687 ("r-mgcv" ,r-mgcv)
9688 ("r-pbkrtest" ,r-pbkrtest)))
9689 (home-page "https://github.com/bcjaeger/r2glmm")
9690 (synopsis "Compute R squared for mixed (multilevel) models")
9691 (description
9692 "This package computes model and semi partial R squared with confidence
9693 limits for the linear and generalized linear mixed model (LMM and GLMM). The
9694 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
9695 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
9696 al. (2016)).")
9697 (license license:gpl2)))
9698
9699 (define-public r-weights
9700 (package
9701 (name "r-weights")
9702 (version "1.0.1")
9703 (source
9704 (origin
9705 (method url-fetch)
9706 (uri (cran-uri "weights" version))
9707 (sha256
9708 (base32
9709 "1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
9710 (build-system r-build-system)
9711 (propagated-inputs
9712 `(("r-gdata" ,r-gdata)
9713 ("r-hmisc" ,r-hmisc)
9714 ("r-mice" ,r-mice)))
9715 (home-page
9716 "https://cran.r-project.org/web/packages/weights/")
9717 (synopsis "Weighting and weighted statistics")
9718 (description "This package Provides a variety of functions for producing
9719 simple weighted statistics, such as weighted Pearson's correlations, partial
9720 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
9721 includes some software for quickly recoding survey data and plotting point
9722 estimates from interaction terms in regressions (and multiply imputed
9723 regressions). NOTE: Weighted partial correlation calculations pulled to
9724 address a bug.")
9725 (license license:gpl2+)))
9726
9727 (define-public r-rcppannoy
9728 (package
9729 (name "r-rcppannoy")
9730 (version "0.0.16")
9731 (source
9732 (origin
9733 (method url-fetch)
9734 (uri (cran-uri "RcppAnnoy" version))
9735 (sha256
9736 (base32
9737 "0bfa35lp6vc4b0h3ymvdx50br233q8vvyjml34ngi81rj0imz3fr"))))
9738 (properties `((upstream-name . "RcppAnnoy")))
9739 (build-system r-build-system)
9740 (propagated-inputs
9741 `(("r-rcpp" ,r-rcpp)))
9742 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
9743 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
9744 (description
9745 "Annoy is a small C++ library for Approximate Nearest Neighbors written
9746 for efficient memory usage as well an ability to load from and save to disk.
9747 This package provides an R interface.")
9748 ;; Annoy is released under ASL 2.0, but this wrapper is released under
9749 ;; GPLv2+.
9750 (license (list license:gpl2+ license:asl2.0))))
9751
9752 (define-public r-rcpphnsw
9753 (package
9754 (name "r-rcpphnsw")
9755 (version "0.2.0")
9756 (source
9757 (origin
9758 (method url-fetch)
9759 (uri (cran-uri "RcppHNSW" version))
9760 (sha256
9761 (base32
9762 "0gqdkw7vkcm544rz45g0hplg836ygzbfwk9gh9wr0817icvdb3qv"))))
9763 (properties `((upstream-name . "RcppHNSW")))
9764 (build-system r-build-system)
9765 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9766 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
9767 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
9768 (description
9769 "Hnswlib is a C++ library for approximate nearest neighbors. This
9770 package provides a minimal R interface by relying on the Rcpp package.")
9771 ;; hnswlib is released under Version 2.0 of the Apache License.
9772 (license (list license:gpl3 license:asl2.0))))
9773
9774 (define-public r-rcppparallel
9775 (package
9776 (name "r-rcppparallel")
9777 (version "5.0.2")
9778 (source
9779 (origin
9780 (method url-fetch)
9781 (uri (cran-uri "RcppParallel" version))
9782 (sha256
9783 (base32
9784 "10bg4fw38m64dhy543rwq2nnjjc9y24iggk343xslrb3ij8018lc"))))
9785 (properties `((upstream-name . "RcppParallel")))
9786 (build-system r-build-system)
9787 (home-page "https://rcppcore.github.io/RcppParallel/")
9788 (synopsis "Parallel programming tools for Rcpp")
9789 (description
9790 "This package provides high level functions for parallel programming with
9791 Rcpp. For example, the @code{parallelFor()} function can be used to convert
9792 the work of a standard serial @code{for} loop into a parallel one and the
9793 @code{parallelReduce()} function can be used for accumulating aggregates or
9794 other values.")
9795 (license license:gpl2)))
9796
9797 (define-public r-ncdf4
9798 (package
9799 (name "r-ncdf4")
9800 (version "1.17")
9801 (source
9802 (origin
9803 (method url-fetch)
9804 (uri (cran-uri "ncdf4" version))
9805 (sha256
9806 (base32
9807 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
9808 (build-system r-build-system)
9809 (inputs
9810 `(("netcdf" ,netcdf)
9811 ("zlib" ,zlib)))
9812 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
9813 (synopsis "R interface to Unidata netCDF format data files")
9814 (description
9815 "This package provides a high-level R interface to data files written
9816 using Unidata's netCDF library (version 4 or earlier), which are binary data
9817 files that are portable across platforms and include metadata information in
9818 addition to the data sets. Using this package, netCDF files can be opened and
9819 data sets read in easily. It is also easy to create new netCDF dimensions,
9820 variables, and files, in either version 3 or 4 format, and manipulate existing
9821 netCDF files.")
9822 (license license:gpl3+)))
9823
9824 (define-public r-biocmanager
9825 (package
9826 (name "r-biocmanager")
9827 (version "1.30.10")
9828 (source
9829 (origin
9830 (method url-fetch)
9831 (uri (cran-uri "BiocManager" version))
9832 (sha256
9833 (base32 "03n9s2vf7vgpgb5alpxwamf9xfkn32cbzngwyn6spq1bnh9a9dzk"))))
9834 (properties `((upstream-name . "BiocManager")))
9835 (build-system r-build-system)
9836 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
9837 (synopsis "Access the Bioconductor project package repository")
9838 (description
9839 "This package provides a convenient tool to install and update
9840 Bioconductor packages.")
9841 (license license:artistic2.0)))
9842
9843 (define-public r-rgl
9844 (package
9845 (name "r-rgl")
9846 (version "0.100.54")
9847 (source
9848 (origin
9849 (method url-fetch)
9850 (uri (cran-uri "rgl" version))
9851 (sha256
9852 (base32
9853 "1mgs2d8igmcdzzymfwbqdrypmaidd4pra5n5gnhsn9pm6pqzidqp"))))
9854 (build-system r-build-system)
9855 (native-inputs
9856 `(("pkg-config" ,pkg-config)))
9857 (inputs
9858 `(("freetype" ,freetype)
9859 ("libpng" ,libpng)
9860 ("glu" ,glu)
9861 ("libx11" ,libx11)
9862 ("ghc-pandoc" ,ghc-pandoc)
9863 ("zlib" ,zlib)))
9864 (propagated-inputs
9865 `(("r-crosstalk" ,r-crosstalk)
9866 ("r-htmltools" ,r-htmltools)
9867 ("r-htmlwidgets" ,r-htmlwidgets)
9868 ("r-jsonlite" ,r-jsonlite)
9869 ("r-knitr" ,r-knitr)
9870 ("r-magrittr" ,r-magrittr)
9871 ("r-manipulatewidget" ,r-manipulatewidget)
9872 ("r-shiny" ,r-shiny)))
9873 (home-page "https://r-forge.r-project.org/projects/rgl/")
9874 (synopsis "3D visualization using OpenGL")
9875 (description
9876 "This package provides medium to high level functions for 3D interactive graphics,
9877 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
9878 as functions for constructing representations of geometric
9879 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
9880 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
9881 image formats, including PNG, Postscript, SVG, PGF.")
9882 ;; Any version of the GPL.
9883 (license (list license:gpl2+ license:gpl3+))))
9884
9885 (define-public r-multicool
9886 (package
9887 (name "r-multicool")
9888 (version "0.1-11")
9889 (source
9890 (origin
9891 (method url-fetch)
9892 (uri (cran-uri "multicool" version))
9893 (sha256
9894 (base32
9895 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
9896 (build-system r-build-system)
9897 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9898 (home-page "https://cran.r-project.org/web/packages/multicool/")
9899 (synopsis "Permutations of multisets in cool-lex order")
9900 (description
9901 "This package provides a set of tools to permute multisets without loops
9902 or hash tables and to generate integer partitions. Cool-lex order is similar
9903 to colexicographical order.")
9904 (license license:gpl2)))
9905
9906 (define-public r-misc3d
9907 (package
9908 (name "r-misc3d")
9909 (version "0.8-4")
9910 (source
9911 (origin
9912 (method url-fetch)
9913 (uri (cran-uri "misc3d" version))
9914 (sha256
9915 (base32
9916 "0qjzpw3h09qi2gfz52b7nhzd95p7yyxsd03fldc9wzzn6wi3vpkm"))))
9917 (build-system r-build-system)
9918 (home-page "https://cran.r-project.org/web/packages/misc3d/")
9919 (synopsis "Miscellaneous 3D Plots")
9920 (description
9921 "This package provides a collection of miscellaneous 3d plots, including
9922 isosurfaces.")
9923 ;; Any version of the GPL.
9924 (license (list license:gpl2+ license:gpl3+))))
9925
9926 (define-public r-ks
9927 (package
9928 (name "r-ks")
9929 (version "1.11.7")
9930 (source
9931 (origin
9932 (method url-fetch)
9933 (uri (cran-uri "ks" version))
9934 (sha256
9935 (base32 "1f6jvxy0hmngyvnvrknzbmhl42njk0vqyycvydm4qnp8cqirqvba"))))
9936 (build-system r-build-system)
9937 (propagated-inputs
9938 `(("r-fnn" ,r-fnn)
9939 ("r-kernlab" ,r-kernlab)
9940 ("r-kernsmooth" ,r-kernsmooth)
9941 ("r-matrix" ,r-matrix)
9942 ("r-mclust" ,r-mclust)
9943 ("r-mgcv" ,r-mgcv)
9944 ("r-multicool" ,r-multicool)
9945 ("r-mvtnorm" ,r-mvtnorm)))
9946 (home-page "http://www.mvstat.net/tduong/")
9947 (synopsis "Kernel smoothing")
9948 (description
9949 "This package provides kernel smoothers for univariate and multivariate
9950 data, including density functions, density derivatives, cumulative
9951 distributions, modal clustering, discriminant analysis, and two-sample
9952 hypothesis testing.")
9953 ;; Either version of the GPL.
9954 (license (list license:gpl2 license:gpl3))))
9955
9956 (define-public r-feature
9957 (package
9958 (name "r-feature")
9959 (version "1.2.13")
9960 (source
9961 (origin
9962 (method url-fetch)
9963 (uri (cran-uri "feature" version))
9964 (sha256
9965 (base32
9966 "07hkw0bv38naj2hdsx4xxrm2dngi6w3rbvgr7s50bjic8hlgy1ra"))))
9967 (build-system r-build-system)
9968 (propagated-inputs
9969 `(("r-ks" ,r-ks)
9970 ("r-misc3d" ,r-misc3d)
9971 ("r-rgl" ,r-rgl)))
9972 (home-page "http://www.mvstat.net/tduong/")
9973 (synopsis "Inferential feature significance for kernel density estimation")
9974 (description
9975 "The feature package contains functions to display and compute kernel
9976 density estimates, significant gradient and significant curvature regions.
9977 Significant gradient and/or curvature regions often correspond to significant
9978 features (e.g. local modes).")
9979 ;; Either version of the GPL.
9980 (license (list license:gpl2 license:gpl3))))
9981
9982 (define-public r-arm
9983 (package
9984 (name "r-arm")
9985 (version "1.11-1")
9986 (source
9987 (origin
9988 (method url-fetch)
9989 (uri (cran-uri "arm" version))
9990 (sha256
9991 (base32
9992 "0i2lnm09bqy1qw0ms5pw0rzw196xmnk5dxha3g8lc58lqpldp0kv"))))
9993 (build-system r-build-system)
9994 (propagated-inputs
9995 `(("r-abind" ,r-abind)
9996 ("r-coda" ,r-coda)
9997 ("r-lme4" ,r-lme4)
9998 ("r-mass" ,r-mass)
9999 ("r-matrix" ,r-matrix)
10000 ("r-nlme" ,r-nlme)))
10001 (home-page "https://cran.r-project.org/web/packages/arm/")
10002 (synopsis "Data analysis using regression and multilevel/hierarchical models")
10003 (description
10004 "This package provides functions to accompany A. Gelman and J. Hill,
10005 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
10006 University Press, 2007.")
10007 (license license:gpl3+)))
10008
10009 (define-public r-circular
10010 (package
10011 (name "r-circular")
10012 (version "0.4-93")
10013 (source
10014 (origin
10015 (method url-fetch)
10016 (uri (cran-uri "circular" version))
10017 (sha256
10018 (base32
10019 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
10020 (build-system r-build-system)
10021 (propagated-inputs
10022 `(("r-boot" ,r-boot)
10023 ("r-mvtnorm" ,r-mvtnorm)))
10024 (native-inputs
10025 `(("gfortran" ,gfortran)))
10026 (home-page "https://cran.r-project.org/web/packages/circular/")
10027 (synopsis "Circular statistics")
10028 (description
10029 "This package provides tools for circular statistics, from \"Topics in
10030 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
10031 Scientific.")
10032 (license license:gpl2+)))
10033
10034 (define-public r-activity
10035 (package
10036 (name "r-activity")
10037 (version "1.3")
10038 (source
10039 (origin
10040 (method url-fetch)
10041 (uri (cran-uri "activity" version))
10042 (sha256
10043 (base32
10044 "12imqj366dp6pam5gap6ji56p5wf1073xz5g4iikfxf5l8snxw92"))))
10045 (build-system r-build-system)
10046 (propagated-inputs
10047 `(("r-circular" ,r-circular)
10048 ("r-insol" ,r-insol)
10049 ("r-pbapply" ,r-pbapply)))
10050 (home-page "https://cran.r-project.org/web/packages/activity/")
10051 (synopsis "Animal activity statistics")
10052 (description
10053 "This package provides functions to fit kernel density functions to
10054 animal activity time data; plot activity distributions; quantify overall
10055 levels of activity; statistically compare activity metrics through
10056 bootstrapping; and evaluate variation in linear variables with time (or other
10057 circular variables).")
10058 (license license:gpl3)))
10059
10060 (define-public r-ouch
10061 (package
10062 (name "r-ouch")
10063 (version "2.14-1")
10064 (source
10065 (origin
10066 (method url-fetch)
10067 (uri (cran-uri "ouch" version))
10068 (sha256
10069 (base32
10070 "0ddf9bw5lhj8vb0ja78jf99i0smq4rgmm842k4a4ygap41vdyn2b"))))
10071 (build-system r-build-system)
10072 (propagated-inputs `(("r-subplex" ,r-subplex)))
10073 (home-page "https://kingaa.github.io/ouch/")
10074 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
10075 (description
10076 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
10077 for evolution along a phylogenetic tree.")
10078 (license license:gpl2+)))
10079
10080 (define-public r-fmsb
10081 (package
10082 (name "r-fmsb")
10083 (version "0.7.0")
10084 (source
10085 (origin
10086 (method url-fetch)
10087 (uri (cran-uri "fmsb" version))
10088 (sha256
10089 (base32
10090 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
10091 (build-system r-build-system)
10092 (home-page "http://minato.sip21c.org/msb/")
10093 (synopsis "Functions for medical statistics book with demographic data")
10094 (description
10095 "This package provides several utility functions for the book entitled
10096 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
10097 Japan, 2007) with Japanese demographic data and some demographic analysis
10098 related functions.")
10099 (license license:gpl2+)))
10100
10101 (define-public r-stabledist
10102 (package
10103 (name "r-stabledist")
10104 (version "0.7-1")
10105 (source
10106 (origin
10107 (method url-fetch)
10108 (uri (cran-uri "stabledist" version))
10109 (sha256
10110 (base32
10111 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
10112 (build-system r-build-system)
10113 (home-page "https://www.rmetrics.org")
10114 (synopsis "Stable distribution functions")
10115 (description
10116 "This package provides density, probability and quantile functions, and
10117 random number generation for (skew) stable distributions, using the
10118 parametrizations of Nolan.")
10119 (license license:gpl2+)))
10120
10121 (define-public r-gsl
10122 (package
10123 (name "r-gsl")
10124 (version "2.1-6")
10125 (source
10126 (origin
10127 (method url-fetch)
10128 (uri (cran-uri "gsl" version))
10129 (sha256
10130 (base32
10131 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
10132 (build-system r-build-system)
10133 (inputs
10134 `(("gsl" ,gsl)))
10135 (home-page "https://cran.r-project.org/web/packages/gsl")
10136 (synopsis "Wrapper for the GNU Scientific Library")
10137 (description
10138 "This package provides an R wrapper for the special functions and quasi
10139 random number generators of the GNU Scientific Library.")
10140 (license license:gpl2+)))
10141
10142 (define-public r-adgoftest
10143 (package
10144 (name "r-adgoftest")
10145 (version "0.3")
10146 (source
10147 (origin
10148 (method url-fetch)
10149 (uri (cran-uri "ADGofTest" version))
10150 (sha256
10151 (base32
10152 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
10153 (properties `((upstream-name . "ADGofTest")))
10154 (build-system r-build-system)
10155 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
10156 (synopsis "Anderson-Darling GoF test")
10157 (description
10158 "This package provides an implementation of the Anderson-Darling GoF test
10159 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
10160 Anderson-Darling Distribution\".")
10161 ;; Any version of the GPL.
10162 (license license:gpl3+)))
10163
10164 (define-public r-softimpute
10165 (package
10166 (name "r-softimpute")
10167 (version "1.4")
10168 (source
10169 (origin
10170 (method url-fetch)
10171 (uri (cran-uri "softImpute" version))
10172 (sha256
10173 (base32
10174 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
10175 (properties `((upstream-name . "softImpute")))
10176 (build-system r-build-system)
10177 (propagated-inputs
10178 `(("r-matrix" ,r-matrix)))
10179 (native-inputs
10180 `(("gfortran" ,gfortran)))
10181 (home-page "https://cran.r-project.org/web/packages/softImpute")
10182 (synopsis "Matrix completion via iterative soft-thresholded SVD")
10183 (description
10184 "This package provides iterative methods for matrix completion that use
10185 nuclear-norm regularization. The package includes procedures for centering
10186 and scaling rows, columns or both, and for computing low-rank @dfn{single
10187 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
10188 components).")
10189 (license license:gpl2)))
10190
10191 (define-public r-fftwtools
10192 (package
10193 (name "r-fftwtools")
10194 (version "0.9-8")
10195 (source
10196 (origin
10197 (method url-fetch)
10198 (uri (cran-uri "fftwtools" version))
10199 (sha256
10200 (base32
10201 "1nqvpzda281rxi1cmwajxxsn3sc3gz7scv8bvs5jm34kf36whha6"))))
10202 (build-system r-build-system)
10203 (inputs `(("fftw" ,fftw)))
10204 (home-page "https://github.com/krahim/fftwtools")
10205 (synopsis "Wrapper for FFTW3")
10206 (description
10207 "This package provides a wrapper for several FFTW functions. It provides
10208 access to the two-dimensional FFT, the multivariate FFT, and the
10209 one-dimensional real to complex FFT using the FFTW3 library. The package
10210 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
10211 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
10212 The FFT functions have a parameter that allows them to not return the
10213 redundant complex conjugate when the input is real data.")
10214 (license license:gpl2+)))
10215
10216 (define-public r-tiff
10217 (package
10218 (name "r-tiff")
10219 (version "0.1-5")
10220 (source
10221 (origin
10222 (method url-fetch)
10223 (uri (cran-uri "tiff" version))
10224 (sha256
10225 (base32
10226 "0asf2bws3x3yd3g3ixvk0f86b0mdf882pl8xrqlxrkbgjalyc54m"))))
10227 (build-system r-build-system)
10228 (inputs
10229 `(("libtiff" ,libtiff)
10230 ("libjpeg" ,libjpeg-turbo)
10231 ("zlib" ,zlib)))
10232 (home-page "https://www.rforge.net/tiff/")
10233 (synopsis "Read and write TIFF images")
10234 (description
10235 "This package provides an easy and simple way to read, write and display
10236 bitmap images stored in the TIFF format. It can read and write both files and
10237 in-memory raw vectors.")
10238 ;; Either of these two license versions.
10239 (license (list license:gpl2 license:gpl3))))
10240
10241 (define-public r-nlp
10242 (package
10243 (name "r-nlp")
10244 (version "0.2-0")
10245 (source
10246 (origin
10247 (method url-fetch)
10248 (uri (cran-uri "NLP" version))
10249 (sha256
10250 (base32
10251 "0xbhkrnxcbf322jfw31xcn4y2gnk5y7ccq1bz4h3prf44h0whr7w"))))
10252 (properties `((upstream-name . "NLP")))
10253 (build-system r-build-system)
10254 (home-page "https://cran.r-project.org/web/packages/NLP/")
10255 (synopsis "Natural language processing infrastructure")
10256 (description
10257 "This package provides basic classes and methods for Natural Language
10258 Processing.")
10259 (license license:gpl3)))
10260
10261 (define-public r-tm
10262 (package
10263 (name "r-tm")
10264 (version "0.7-7")
10265 (source
10266 (origin
10267 (method url-fetch)
10268 (uri (cran-uri "tm" version))
10269 (sha256
10270 (base32
10271 "0pyics8j7a4wkh5gzin46l0qars5vgbb1886xqpdqjs1z0gy9nyh"))))
10272 (properties `((upstream-name . "tm")))
10273 (build-system r-build-system)
10274 (propagated-inputs
10275 `(("r-bh" ,r-bh)
10276 ("r-nlp" ,r-nlp)
10277 ("r-rcpp" ,r-rcpp)
10278 ("r-slam" ,r-slam)
10279 ("r-xml2" ,r-xml2)))
10280 (home-page "http://tm.r-forge.r-project.org/")
10281 (synopsis "Text mining package")
10282 (description
10283 "This package provides a framework for text mining applications within R.")
10284 (license license:gpl3)))
10285
10286 (define-public r-waveslim
10287 (package
10288 (name "r-waveslim")
10289 (version "1.8.2")
10290 (source
10291 (origin
10292 (method url-fetch)
10293 (uri (cran-uri "waveslim" version))
10294 (sha256
10295 (base32
10296 "0ibivnhz0l06sss5rrrcvyiwg3qpbyk3qn4vx4pp90kj09x4yg0k"))))
10297 (build-system r-build-system)
10298 (native-inputs
10299 `(("gfortran" ,gfortran)))
10300 (home-page "http://waveslim.blogspot.com")
10301 (synopsis "Basic wavelet routines for signal processing")
10302 (description
10303 "This package provides basic wavelet routines for time series (1D),
10304 image (2D) and array (3D) analysis. The code provided here is based on
10305 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
10306 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
10307 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
10308 pairs (Selesnick 2001, 2002).")
10309 (license license:bsd-3)))
10310
10311 (define-public r-wordcloud
10312 (package
10313 (name "r-wordcloud")
10314 (version "2.6")
10315 (source
10316 (origin
10317 (method url-fetch)
10318 (uri (cran-uri "wordcloud" version))
10319 (sha256
10320 (base32
10321 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
10322 (build-system r-build-system)
10323 (propagated-inputs
10324 `(("r-rcolorbrewer" ,r-rcolorbrewer)
10325 ("r-rcpp" ,r-rcpp)
10326 ;; The "tm" package is only "suggested" according to CRAN, but the
10327 ;; wordcloud package cannot be loaded without it.
10328 ("r-tm" ,r-tm)))
10329 (home-page "https://cran.r-project.org/web/packages/wordcloud")
10330 (synopsis "Word clouds")
10331 (description
10332 "This package provides functionality to create pretty word clouds,
10333 visualize differences and similarity between documents, and avoid
10334 over-plotting in scatter plots with text.")
10335 (license license:lgpl2.1)))
10336
10337 (define-public r-colorramps
10338 (package
10339 (name "r-colorramps")
10340 (version "2.3")
10341 (source
10342 (origin
10343 (method url-fetch)
10344 (uri (cran-uri "colorRamps" version))
10345 (sha256
10346 (base32
10347 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
10348 (properties `((upstream-name . "colorRamps")))
10349 (build-system r-build-system)
10350 (home-page "https://cran.r-project.org/web/packages/colorRamps")
10351 (synopsis "Build color tables")
10352 (description "This package provides features to build gradient color
10353 maps.")
10354 ;; Any version of the GPL
10355 (license license:gpl3+)))
10356
10357 (define-public r-tidytree
10358 (package
10359 (name "r-tidytree")
10360 (version "0.3.3")
10361 (source
10362 (origin
10363 (method url-fetch)
10364 (uri (cran-uri "tidytree" version))
10365 (sha256
10366 (base32 "05b53dap0f784kl6s1wgck6m7brwmy6ifqp7v5l06s1spfspagl6"))))
10367 (build-system r-build-system)
10368 (propagated-inputs
10369 `(("r-ape" ,r-ape)
10370 ("r-dplyr" ,r-dplyr)
10371 ("r-lazyeval" ,r-lazyeval)
10372 ("r-magrittr" ,r-magrittr)
10373 ("r-rlang" ,r-rlang)
10374 ("r-tibble" ,r-tibble)))
10375 (native-inputs
10376 `(("r-knitr" ,r-knitr)))
10377 (home-page "https://github.com/GuangchuangYu/tidytree")
10378 (synopsis "Tidy tool for phylogenetic tree data manipulation")
10379 (description
10380 "Phylogenetic trees generally contain multiple components including nodes,
10381 edges, branches and associated data. This package provides an approach to
10382 convert tree objects to tidy data frames. It also provides tidy interfaces to
10383 manipulate tree data.")
10384 (license license:artistic2.0)))
10385
10386 (define-public r-rvcheck
10387 (package
10388 (name "r-rvcheck")
10389 (version "0.1.8")
10390 (source
10391 (origin
10392 (method url-fetch)
10393 (uri (cran-uri "rvcheck" version))
10394 (sha256
10395 (base32 "0627bc8qmhxmd63yh6f90qni3qw1zwdpxjln2qbychzmzd4am9ac"))))
10396 (build-system r-build-system)
10397 (propagated-inputs
10398 `(("r-biocmanager" ,r-biocmanager)
10399 ("r-rlang" ,r-rlang)))
10400 (home-page "https://cran.r-project.org/web/packages/rvcheck")
10401 (synopsis "R package version check")
10402 (description
10403 "This package provides tools to check the latest release version of R and
10404 R packages (on CRAN, Bioconductor or Github).")
10405 (license license:artistic2.0)))
10406
10407 (define-public r-docopt
10408 (package
10409 (name "r-docopt")
10410 (version "0.7.1")
10411 (source
10412 (origin
10413 (method url-fetch)
10414 (uri (cran-uri "docopt" version))
10415 (sha256
10416 (base32
10417 "1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
10418 (build-system r-build-system)
10419 (home-page "https://github.com/docopt/docopt.R")
10420 (synopsis "Command-line interface specification language")
10421 (description
10422 "This package enables you to define a command-line interface by just
10423 giving it a description in the specific format.")
10424 (license license:expat)))
10425
10426 (define-public r-sparsesvd
10427 (package
10428 (name "r-sparsesvd")
10429 (version "0.2")
10430 (source
10431 (origin
10432 (method url-fetch)
10433 (uri (cran-uri "sparsesvd" version))
10434 (sha256
10435 (base32
10436 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
10437 (build-system r-build-system)
10438 (propagated-inputs `(("r-matrix" ,r-matrix)))
10439 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
10440 (synopsis "Sparse truncated singular value decomposition")
10441 (description
10442 "This package provides a Wrapper around the SVDLIBC library
10443 for (truncated) singular value decomposition of a sparse matrix. Currently,
10444 only sparse real matrices in Matrix package format are supported.")
10445 ;; SVDLIBC is released under BSD-2. The R interface is released under
10446 ;; BSD-3.
10447 (license (list license:bsd-3 license:bsd-2))))
10448
10449 (define-public r-speedglm
10450 (package
10451 (name "r-speedglm")
10452 (version "0.3-2")
10453 (source
10454 (origin
10455 (method url-fetch)
10456 (uri (cran-uri "speedglm" version))
10457 (sha256
10458 (base32
10459 "1b25zimk0z7ad62yacqdg0zk0qs0jja4i918ym942xfw4j1z3jjz"))))
10460 (build-system r-build-system)
10461 (propagated-inputs
10462 `(("r-mass" ,r-mass)
10463 ("r-matrix" ,r-matrix)))
10464 (home-page "https://cran.r-project.org/web/packages/speedglm")
10465 (synopsis "Fit linear and generalized linear models to large data sets")
10466 (description
10467 "This package provides tools for fitting linear models and generalized
10468 linear models to large data sets by updating algorithms.")
10469 ;; Any version of the GPL
10470 (license license:gpl2+)))
10471
10472 (define-public r-densityclust
10473 (package
10474 (name "r-densityclust")
10475 (version "0.3")
10476 (source
10477 (origin
10478 (method url-fetch)
10479 (uri (cran-uri "densityClust" version))
10480 (sha256
10481 (base32
10482 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
10483 (properties `((upstream-name . "densityClust")))
10484 (build-system r-build-system)
10485 (propagated-inputs
10486 `(("r-fnn" ,r-fnn)
10487 ("r-ggplot2" ,r-ggplot2)
10488 ("r-ggrepel" ,r-ggrepel)
10489 ("r-gridextra" ,r-gridextra)
10490 ("r-rcolorbrewer" ,r-rcolorbrewer)
10491 ("r-rcpp" ,r-rcpp)
10492 ("r-rtsne" ,r-rtsne)))
10493 (home-page "https://cran.r-project.org/web/packages/densityClust")
10494 (synopsis "Clustering by fast search and find of density peaks")
10495 (description
10496 "This package provides an improved implementation (based on k-nearest
10497 neighbors) of the density peak clustering algorithm, originally described by
10498 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
10499 large datasets (> 100,000 samples) very efficiently.")
10500 (license license:gpl2+)))
10501
10502 (define-public r-combinat
10503 (package
10504 (name "r-combinat")
10505 (version "0.0-8")
10506 (source
10507 (origin
10508 (method url-fetch)
10509 (uri (cran-uri "combinat" version))
10510 (sha256
10511 (base32
10512 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
10513 (build-system r-build-system)
10514 (home-page "https://cran.r-project.org/web/packages/combinat")
10515 (synopsis "Combinatorics utilities")
10516 (description "This package provides assorted routines for combinatorics.")
10517 (license license:gpl2)))
10518
10519 (define-public r-qlcmatrix
10520 (package
10521 (name "r-qlcmatrix")
10522 (version "0.9.7")
10523 (source
10524 (origin
10525 (method url-fetch)
10526 (uri (cran-uri "qlcMatrix" version))
10527 (sha256
10528 (base32
10529 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
10530 (properties `((upstream-name . "qlcMatrix")))
10531 (build-system r-build-system)
10532 (propagated-inputs
10533 `(("r-docopt" ,r-docopt)
10534 ("r-matrix" ,r-matrix)
10535 ("r-slam" ,r-slam)
10536 ("r-sparsesvd" ,r-sparsesvd)))
10537 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
10538 (synopsis "Sparse matrix functions for quantitative language comparison")
10539 (description
10540 "This package provides an extension of the functionality of the Matrix
10541 package for using sparse matrices. Some of the functions are very general,
10542 while other are highly specific for the special data format used for
10543 @dfn{quantitative language comparison} (QLC).")
10544 (license license:gpl3)))
10545
10546 (define-public r-ddrtree
10547 (package
10548 (name "r-ddrtree")
10549 (version "0.1.5")
10550 (source
10551 (origin
10552 (method url-fetch)
10553 (uri (cran-uri "DDRTree" version))
10554 (sha256
10555 (base32
10556 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
10557 (properties `((upstream-name . "DDRTree")))
10558 (build-system r-build-system)
10559 (propagated-inputs
10560 `(("r-bh" ,r-bh)
10561 ("r-irlba" ,r-irlba)
10562 ("r-rcpp" ,r-rcpp)
10563 ("r-rcppeigen" ,r-rcppeigen)))
10564 (home-page "https://cran.r-project.org/web/packages/DDRTree")
10565 (synopsis "Learning principal graphs with DDRTree")
10566 (description
10567 "This package provides an implementation of the framework of
10568 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
10569 dimensional space while constructs a principal tree which passes through the
10570 middle of the data simultaneously. DDRTree shows superiority to
10571 alternatives (Wishbone, DPT) for inferring the ordering as well as the
10572 intrinsic structure of single cell genomics data. In general, it could be
10573 used to reconstruct the temporal progression as well as the bifurcation
10574 structure of any data type.")
10575 (license license:asl2.0)))
10576
10577 (define-public r-corpcor
10578 (package
10579 (name "r-corpcor")
10580 (version "1.6.9")
10581 (source
10582 (origin
10583 (method url-fetch)
10584 (uri (cran-uri "corpcor" version))
10585 (sha256
10586 (base32
10587 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
10588 (build-system r-build-system)
10589 (home-page "http://strimmerlab.org/software/corpcor/")
10590 (synopsis "Efficient estimation of covariance and (partial) correlation")
10591 (description
10592 "This package implements a James-Stein-type shrinkage estimator for the
10593 covariance matrix, with separate shrinkage for variances and correlations.
10594 Furthermore, functions are available for fast singular value decomposition,
10595 for computing the pseudoinverse, and for checking the rank and positive
10596 definiteness of a matrix.")
10597 (license license:gpl3+)))
10598
10599 (define-public r-rspectra
10600 (package
10601 (name "r-rspectra")
10602 (version "0.16-0")
10603 (source
10604 (origin
10605 (method url-fetch)
10606 (uri (cran-uri "RSpectra" version))
10607 (sha256
10608 (base32
10609 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
10610 (properties `((upstream-name . "RSpectra")))
10611 (build-system r-build-system)
10612 (propagated-inputs
10613 `(("r-matrix" ,r-matrix)
10614 ("r-rcpp" ,r-rcpp)
10615 ("r-rcppeigen" ,r-rcppeigen)))
10616 (home-page "https://github.com/yixuan/RSpectra")
10617 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
10618 (description
10619 "This package provides an R interface to the Spectra library for
10620 large-scale eigenvalue and SVD problems. It is typically used to compute a
10621 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
10622 which is usually more efficient than @code{eigen()} if k << n.")
10623 ;; MPL 2 or later.
10624 (license license:mpl2.0)))
10625
10626 (define-public r-vbsr
10627 (package
10628 (name "r-vbsr")
10629 (version "0.0.5")
10630 (source
10631 (origin
10632 (method url-fetch)
10633 (uri (cran-uri "vbsr" version))
10634 (sha256
10635 (base32
10636 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
10637 (build-system r-build-system)
10638 (home-page "https://cran.r-project.org/web/packages/vbsr")
10639 (synopsis "Variational Bayes spike regression regularized linear models")
10640 (description
10641 "This package provides an efficient algorithm for solving ultra-sparse
10642 regularized regression models using a variational Bayes algorithm with a spike
10643 prior. The algorithm is solved on a path, with coordinate updates, and is
10644 capable of generating very sparse models. Very general model
10645 diagnostics for controlling type-1 errors are also provided.")
10646 (license license:gpl2)))
10647
10648 (define-public r-flare
10649 (package
10650 (name "r-flare")
10651 (version "1.6.0.2")
10652 (source
10653 (origin
10654 (method url-fetch)
10655 (uri (cran-uri "flare" version))
10656 (sha256
10657 (base32
10658 "1ybrsx1djqldw0l5l1iz4pfh6xxb8ckkg1ric7wnsr51wm9ljlh5"))))
10659 (build-system r-build-system)
10660 (propagated-inputs
10661 `(("r-igraph" ,r-igraph)
10662 ("r-lattice" ,r-lattice)
10663 ("r-mass" ,r-mass)
10664 ("r-matrix" ,r-matrix)))
10665 (home-page "https://cran.r-project.org/web/packages/flare")
10666 (synopsis "Family of Lasso regression implementations")
10667 (description
10668 "This package provides implementations of a family of Lasso variants
10669 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
10670 high dimensional sparse linear models.")
10671 (license license:gpl2)))
10672
10673 (define-public r-lassopv
10674 (package
10675 (name "r-lassopv")
10676 (version "0.2.0")
10677 (source
10678 (origin
10679 (method url-fetch)
10680 (uri (cran-uri "lassopv" version))
10681 (sha256
10682 (base32
10683 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
10684 (build-system r-build-system)
10685 (propagated-inputs `(("r-lars" ,r-lars)))
10686 (home-page "https://github.com/lingfeiwang/lassopv")
10687 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
10688 (description
10689 "This package enables you to estimate the p-values for predictors x
10690 against target variable y in Lasso regression, using the regularization
10691 strength when each predictor enters the active set of regularization path for
10692 the first time as the statistic.")
10693 (license license:gpl3)))
10694
10695 (define-public r-splitstackshape
10696 (package
10697 (name "r-splitstackshape")
10698 (version "1.4.8")
10699 (source
10700 (origin
10701 (method url-fetch)
10702 (uri (cran-uri "splitstackshape" version))
10703 (sha256
10704 (base32
10705 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
10706 (build-system r-build-system)
10707 (propagated-inputs
10708 `(("r-data-table" ,r-data-table)))
10709 (home-page "https://github.com/mrdwab/splitstackshape")
10710 (synopsis "Stack and reshape datasets after splitting concatenated values")
10711 (description
10712 "Online data collection tools like Google Forms often export
10713 multiple-response questions with data concatenated in cells. The
10714 @code{concat.split} (cSplit) family of functions provided by this package
10715 splits such data into separate cells. This package also includes functions to
10716 stack groups of columns and to reshape wide data, even when the data are
10717 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
10718 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
10719 handle.")
10720 (license license:gpl3)))
10721
10722 (define-public r-tfmpvalue
10723 (package
10724 (name "r-tfmpvalue")
10725 (version "0.0.8")
10726 (source
10727 (origin
10728 (method url-fetch)
10729 (uri (cran-uri "TFMPvalue" version))
10730 (sha256
10731 (base32
10732 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
10733 (properties `((upstream-name . "TFMPvalue")))
10734 (build-system r-build-system)
10735 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10736 (home-page "https://github.com/ge11232002/TFMPvalue")
10737 (synopsis "P-value computation for position weight matrices")
10738 (description
10739 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
10740 identification from sequence/alignments, we are interested in the significance
10741 of certain match scores. TFMPvalue provides the accurate calculation of a
10742 p-value with a score threshold for position weight matrices, or the score with
10743 a given p-value. It is an interface to code originally made available by
10744 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
10745 Touzet and Varre (2007).")
10746 (license license:gpl2)))
10747
10748 (define-public r-rnifti
10749 (package
10750 (name "r-rnifti")
10751 (version "1.1.0")
10752 (source
10753 (origin
10754 (method url-fetch)
10755 (uri (cran-uri "RNifti" version))
10756 (sha256
10757 (base32
10758 "1z8ninp3aq18w0slcfn8r2fp48cdz8l0k0namsrnvgyp8lzcpqpn"))))
10759 (properties `((upstream-name . "RNifti")))
10760 (build-system r-build-system)
10761 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10762 (home-page "https://github.com/jonclayden/RNifti")
10763 (synopsis "Fast R and C++ access to NIfTI images")
10764 (description
10765 "This package provides very fast read and write access to images stored
10766 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
10767 compiled C and interpreted R code. It also provides a C/C++ API that can be
10768 used by other packages.")
10769 (license license:gpl2)))
10770
10771 (define-public r-shades
10772 (package
10773 (name "r-shades")
10774 (version "1.4.0")
10775 (source
10776 (origin
10777 (method url-fetch)
10778 (uri (cran-uri "shades" version))
10779 (sha256
10780 (base32
10781 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
10782 (build-system r-build-system)
10783 (home-page "https://github.com/jonclayden/shades")
10784 (synopsis "Simple color manipulation")
10785 (description
10786 "This package provides functions for easily manipulating colors,
10787 creating color scales and calculating color distances.")
10788 (license license:bsd-3)))
10789
10790 (define-public r-ore
10791 (package
10792 (name "r-ore")
10793 (version "1.6.3")
10794 (source
10795 (origin
10796 (method url-fetch)
10797 (uri (cran-uri "ore" version))
10798 (sha256
10799 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
10800 (build-system r-build-system)
10801 (home-page "https://github.com/jonclayden/ore")
10802 (synopsis "R interface to the Onigmo regular expression library")
10803 (description
10804 "This package provides an alternative to R's built-in functionality for
10805 handling regular expressions, based on the Onigmo library. It offers
10806 first-class compiled regex objects, partial matching and function-based
10807 substitutions, amongst other features.")
10808 (license license:bsd-3)))
10809
10810 (define-public r-reportr
10811 (package
10812 (name "r-reportr")
10813 (version "1.3.0")
10814 (source
10815 (origin
10816 (method url-fetch)
10817 (uri (cran-uri "reportr" version))
10818 (sha256
10819 (base32
10820 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
10821 (build-system r-build-system)
10822 (propagated-inputs `(("r-ore" ,r-ore)))
10823 (home-page "https://github.com/jonclayden/reportr")
10824 (synopsis "General message and error reporting system")
10825 (description
10826 "This package provides a system for reporting messages, which offers
10827 certain useful features over the standard R system, such as the incorporation
10828 of output consolidation, message filtering, assertions, expression
10829 substitution, automatic generation of stack traces for debugging, and
10830 conditional reporting based on the current \"output level\".")
10831 (license license:gpl2)))
10832
10833 (define-public r-tractor-base
10834 (package
10835 (name "r-tractor-base")
10836 (version "3.3.2")
10837 (source
10838 (origin
10839 (method url-fetch)
10840 (uri (cran-uri "tractor.base" version))
10841 (sha256
10842 (base32
10843 "0y5gm0y4chl30f5qqq8qiiw4j8g32s4i9xrvyp3cwg902kf2p86i"))))
10844 (properties `((upstream-name . "tractor.base")))
10845 (build-system r-build-system)
10846 (propagated-inputs
10847 `(("r-ore" ,r-ore)
10848 ("r-reportr" ,r-reportr)
10849 ("r-rnifti" ,r-rnifti)
10850 ("r-shades" ,r-shades)))
10851 (home-page "https://www.tractor-mri.org.uk")
10852 (synopsis "Read, manipulate and visualize magnetic resonance images")
10853 (description
10854 "This package provides functions for working with magnetic resonance
10855 images. It supports reading and writing of popular file formats (DICOM,
10856 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
10857 visualization; flexible image manipulation; metadata and sparse image
10858 handling.")
10859 (license license:gpl2)))
10860
10861 (define-public r-grimport
10862 (package
10863 (name "r-grimport")
10864 (version "0.9-3")
10865 (source
10866 (origin
10867 (method url-fetch)
10868 (uri (cran-uri "grImport" version))
10869 (sha256
10870 (base32
10871 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
10872 (properties `((upstream-name . "grImport")))
10873 (build-system r-build-system)
10874 (inputs
10875 `(("ghostscript" ,ghostscript)))
10876 (propagated-inputs
10877 `(("r-xml" ,r-xml)))
10878 (home-page "https://cran.r-project.org/web/packages/grImport")
10879 (synopsis "Convert, import, and draw PostScript pictures")
10880 (description
10881 "This package provides functions for converting, importing, and drawing
10882 PostScript pictures in R plots.")
10883 (license license:gpl2+)))
10884
10885 (define-public r-grimport2
10886 (package
10887 (name "r-grimport2")
10888 (version "0.2-0")
10889 (source
10890 (origin
10891 (method url-fetch)
10892 (uri (cran-uri "grImport2" version))
10893 (sha256
10894 (base32
10895 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
10896 (properties `((upstream-name . "grImport2")))
10897 (build-system r-build-system)
10898 (propagated-inputs
10899 `(("r-base64enc" ,r-base64enc)
10900 ("r-jpeg" ,r-jpeg)
10901 ("r-png" ,r-png)
10902 ("r-xml" ,r-xml)))
10903 (home-page "https://cran.r-project.org/web/packages/grImport2/")
10904 (synopsis "Import SVG graphics")
10905 (description
10906 "This package provides functions for importing external vector images and
10907 drawing them as part of R plots. This package is different from the
10908 @code{grImport} package because, where that package imports PostScript format
10909 images, this package imports SVG format images. Furthermore, this package
10910 imports a specific subset of SVG, so external images must be preprocessed
10911 using a package like @code{rsvg} to produce SVG that this package can import.
10912 SVG features that are not supported by R graphics, such as gradient fills, can
10913 be imported and then exported via the @code{gridSVG} package.")
10914 (license license:gpl2+)))
10915
10916 (define-public r-kohonen
10917 (package
10918 (name "r-kohonen")
10919 (version "3.0.10")
10920 (source
10921 (origin
10922 (method url-fetch)
10923 (uri (cran-uri "kohonen" version))
10924 (sha256
10925 (base32
10926 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
10927 (build-system r-build-system)
10928 (propagated-inputs
10929 `(("r-rcpp" ,r-rcpp)))
10930 (home-page "https://cran.r-project.org/web/packages/kohonen")
10931 (synopsis "Supervised and unsupervised self-organising maps")
10932 (description
10933 "This package provides functions to train @dfn{self-organising
10934 maps} (SOMs). Also interrogation of the maps and prediction using trained
10935 maps are supported. The name of the package refers to Teuvo Kohonen, the
10936 inventor of the SOM.")
10937 (license license:gpl2+)))
10938
10939 (define-public r-nnls
10940 (package
10941 (name "r-nnls")
10942 (version "1.4")
10943 (source
10944 (origin
10945 (method url-fetch)
10946 (uri (cran-uri "nnls" version))
10947 (sha256
10948 (base32
10949 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
10950 (build-system r-build-system)
10951 (native-inputs `(("gfortran" ,gfortran)))
10952 (home-page "https://cran.r-project.org/web/packages/nnls")
10953 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
10954 (description
10955 "This package provides an R interface to the Lawson-Hanson implementation
10956 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
10957 the combination of non-negative and non-positive constraints.")
10958 (license license:gpl2+)))
10959
10960 (define-public r-iso
10961 (package
10962 (name "r-iso")
10963 (version "0.0-18.1")
10964 (source
10965 (origin
10966 (method url-fetch)
10967 (uri (cran-uri "Iso" version))
10968 (sha256
10969 (base32
10970 "0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
10971 (properties `((upstream-name . "Iso")))
10972 (build-system r-build-system)
10973 (native-inputs `(("gfortran" ,gfortran)))
10974 (home-page "https://www.stat.auckland.ac.nz/~rolf/")
10975 (synopsis "Functions to perform isotonic regression")
10976 (description
10977 "This package provides support for linear order and unimodal
10978 order (univariate) isotonic regression and bivariate isotonic regression with
10979 linear order on both variables.")
10980 (license license:gpl2+)))
10981
10982 (define-public r-chemometricswithr
10983 (package
10984 (name "r-chemometricswithr")
10985 (version "0.1.13")
10986 (source
10987 (origin
10988 (method url-fetch)
10989 (uri (cran-uri "ChemometricsWithR" version))
10990 (sha256
10991 (base32
10992 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
10993 (properties
10994 `((upstream-name . "ChemometricsWithR")))
10995 (build-system r-build-system)
10996 (propagated-inputs
10997 `(("r-devtools" ,r-devtools)
10998 ("r-kohonen" ,r-kohonen)
10999 ("r-mass" ,r-mass)
11000 ("r-pls" ,r-pls)))
11001 (home-page "https://github.com/rwehrens/CWR")
11002 (synopsis "Chemometrics with R")
11003 (description
11004 "This package provides functions and scripts used in the book
11005 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
11006 Life Sciences\" by Ron Wehrens, Springer (2011).")
11007 (license license:gpl2+)))
11008
11009 (define-public r-als
11010 (package
11011 (name "r-als")
11012 (version "0.0.6")
11013 (source
11014 (origin
11015 (method url-fetch)
11016 (uri (cran-uri "ALS" version))
11017 (sha256
11018 (base32
11019 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
11020 (properties `((upstream-name . "ALS")))
11021 (build-system r-build-system)
11022 (propagated-inputs
11023 `(("r-iso" ,r-iso)
11024 ("r-nnls" ,r-nnls)))
11025 (home-page "https://cran.r-project.org/web/packages/ALS")
11026 (synopsis "Multivariate curve resolution alternating least squares")
11027 (description
11028 "Alternating least squares is often used to resolve components
11029 contributing to data with a bilinear structure; the basic technique may be
11030 extended to alternating constrained least squares. This package provides an
11031 implementation of @dfn{multivariate curve resolution alternating least
11032 squares} (MCR-ALS).
11033
11034 Commonly applied constraints include unimodality, non-negativity, and
11035 normalization of components. Several data matrices may be decomposed
11036 simultaneously by assuming that one of the two matrices in the bilinear
11037 decomposition is shared between datasets.")
11038 (license license:gpl2+)))
11039
11040 (define-public r-strucchange
11041 (package
11042 (name "r-strucchange")
11043 (version "1.5-2")
11044 (source
11045 (origin
11046 (method url-fetch)
11047 (uri (cran-uri "strucchange" version))
11048 (sha256
11049 (base32
11050 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
11051 (build-system r-build-system)
11052 (propagated-inputs
11053 `(("r-sandwich" ,r-sandwich)
11054 ("r-zoo" ,r-zoo)))
11055 (home-page "https://cran.r-project.org/web/packages/strucchange")
11056 (synopsis "Testing, monitoring, and dating structural changes")
11057 (description
11058 "This package provides tools for testing, monitoring and dating
11059 structural changes in (linear) regression models. It features tests/methods
11060 from the generalized fluctuation test framework as well as from the F
11061 test (Chow test) framework. This includes methods to fit, plot and test
11062 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
11063 statistics, respectively. It is possible to monitor incoming data online
11064 using fluctuation processes. Finally, the breakpoints in regression models
11065 with structural changes can be estimated together with confidence intervals.
11066 Emphasis is always given to methods for visualizing the data.")
11067 ;; Either of these two GPL versions
11068 (license (list license:gpl2 license:gpl3))))
11069
11070 (define-public r-pixmap
11071 (package
11072 (name "r-pixmap")
11073 (version "0.4-11")
11074 (source
11075 (origin
11076 (method url-fetch)
11077 (uri (cran-uri "pixmap" version))
11078 (sha256
11079 (base32
11080 "04klxp6jndw1bp6z40v20fbmdmdpfca2g0czmmmgbkark9s1183g"))))
11081 (build-system r-build-system)
11082 (home-page "https://cran.r-project.org/web/packages/pixmap")
11083 (synopsis "Tools for bitmap images")
11084 (description
11085 "This package provides functions for importing, exporting, plotting and
11086 other manipulations of bitmapped images.")
11087 (license license:gpl2)))
11088
11089 (define-public r-rapidjsonr
11090 (package
11091 (name "r-rapidjsonr")
11092 (version "1.2.0")
11093 (source
11094 (origin
11095 (method url-fetch)
11096 (uri (cran-uri "rapidjsonr" version))
11097 (sha256
11098 (base32
11099 "07zdirhbzmvq3cp4xn8ngk1lgxbbabzays315zxbs3sxrz6lzjb2"))))
11100 (build-system r-build-system)
11101 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
11102 (synopsis "JSON parser")
11103 (description
11104 "This package provides JSON parsing capability through the Rapidjson
11105 library.")
11106 (license license:expat)))
11107
11108 (define-public r-ontologyindex
11109 (package
11110 (name "r-ontologyindex")
11111 (version "2.5")
11112 (source
11113 (origin
11114 (method url-fetch)
11115 (uri (cran-uri "ontologyIndex" version))
11116 (sha256
11117 (base32
11118 "127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry"))))
11119 (properties `((upstream-name . "ontologyIndex")))
11120 (build-system r-build-system)
11121 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
11122 (synopsis "Functions for processing ontologies in R")
11123 (description
11124 "This package provides functions for reading ontologies into R as lists
11125 and manipulating sets of ontological terms.")
11126 (license license:gpl2+)))
11127
11128 (define-public r-gargle
11129 (package
11130 (name "r-gargle")
11131 (version "0.5.0")
11132 (source
11133 (origin
11134 (method url-fetch)
11135 (uri (cran-uri "gargle" version))
11136 (sha256
11137 (base32
11138 "1fykmiv3x8c9ai31r9wr7qcca51h6kqn9cgwbxvxfj15fhwskh4n"))))
11139 (build-system r-build-system)
11140 (propagated-inputs
11141 `(("r-fs" ,r-fs)
11142 ("r-glue" ,r-glue)
11143 ("r-httr" ,r-httr)
11144 ("r-jsonlite" ,r-jsonlite)
11145 ("r-rlang" ,r-rlang)
11146 ("r-withr" ,r-withr)))
11147 (native-inputs
11148 `(("r-knitr" ,r-knitr)))
11149 (home-page "https://gargle.r-lib.org")
11150 (synopsis "Utilities for working with Google APIs")
11151 (description
11152 "This package provides utilities for working with Google APIs. This
11153 includes functions and classes for handling common credential types and for
11154 preparing, executing, and processing HTTP requests.")
11155 (license license:expat)))
11156
11157 (define-public r-bigrquery
11158 (package
11159 (name "r-bigrquery")
11160 (version "1.3.1")
11161 (source
11162 (origin
11163 (method url-fetch)
11164 (uri (cran-uri "bigrquery" version))
11165 (sha256
11166 (base32
11167 "0mq03sqv5lkyn3dlxvyd6lqqwnryfdaqh05pjvngzp194fxmd9cy"))))
11168 (build-system r-build-system)
11169 (propagated-inputs
11170 `(("r-assertthat" ,r-assertthat)
11171 ("r-bit64" ,r-bit64)
11172 ("r-curl" ,r-curl)
11173 ("r-dbi" ,r-dbi)
11174 ("r-gargle" ,r-gargle)
11175 ("r-glue" ,r-glue)
11176 ("r-httr" ,r-httr)
11177 ("r-jsonlite" ,r-jsonlite)
11178 ("r-prettyunits" ,r-prettyunits)
11179 ("r-progress" ,r-progress)
11180 ("r-rapidjsonr" ,r-rapidjsonr)
11181 ("r-rcpp" ,r-rcpp)
11182 ("r-rlang" ,r-rlang)
11183 ("r-tibble" ,r-tibble)))
11184 (home-page "https://github.com/rstats-db/bigrquery")
11185 (synopsis "R interface to Google's BigQuery API")
11186 (description
11187 "This package provides an R interface to Google's BigQuery database.")
11188 (license license:gpl3)))
11189
11190 (define-public r-gmp
11191 (package
11192 (name "r-gmp")
11193 (version "0.6-0")
11194 (source
11195 (origin
11196 (method url-fetch)
11197 (uri (cran-uri "gmp" version))
11198 (sha256
11199 (base32
11200 "1c9vpr6j6h5f6dm9l535nscl66rvr8sba5az2kswjhmzwb9xpjxc"))))
11201 (build-system r-build-system)
11202 (arguments
11203 '(#:phases
11204 (modify-phases %standard-phases
11205 (add-after 'unpack 'set-CC
11206 (lambda _ (setenv "CC" "gcc") #t)))))
11207 (inputs `(("gmp" ,gmp)))
11208 (home-page "https://cran.r-project.org/web/packages/gmp")
11209 (synopsis "Multiple precision arithmetic")
11210 (description
11211 "This package supports multiple precision arithmetic (big integers and
11212 rationals, prime number tests, matrix computation), \"arithmetic without
11213 limitations\" using the GNU Multiple Precision library.")
11214 ;; Any version of the GPL.
11215 (license license:gpl3+)))
11216
11217 (define-public r-rmpfr
11218 (package
11219 (name "r-rmpfr")
11220 (version "0.8-1")
11221 (source
11222 (origin
11223 (method url-fetch)
11224 (uri (cran-uri "Rmpfr" version))
11225 (sha256
11226 (base32
11227 "09kw7hyca8xc09r2d88qj81cclar8acaq5q9q5rw9f49iffda0rr"))))
11228 (properties `((upstream-name . "Rmpfr")))
11229 (build-system r-build-system)
11230 (inputs
11231 `(("mpfr" ,mpfr)
11232 ("gmp" ,gmp)))
11233 (propagated-inputs
11234 `(("r-gmp" ,r-gmp)))
11235 (native-inputs
11236 `(("pkg-config" ,pkg-config)))
11237 (home-page "http://rmpfr.r-forge.r-project.org/")
11238 (synopsis "R bindings to the MPFR library")
11239 (description
11240 "This package supports arithmetic (via S4 classes and methods) for
11241 arbitrary precision floating point numbers, including transcendental
11242 functions. To this end, the package interfaces with the @dfn{Multiple
11243 Precision Floating-Point Reliable} (MPFR) library.")
11244 (license license:gpl2+)))
11245
11246 (define-public r-assertive-base
11247 (package
11248 (name "r-assertive-base")
11249 (version "0.0-7")
11250 (source
11251 (origin
11252 (method url-fetch)
11253 (uri (cran-uri "assertive.base" version))
11254 (sha256
11255 (base32
11256 "1xs3ysvj0z57c58jw57pckq2rynia6ks4rmjmc02alczhk54wbgh"))))
11257 (properties
11258 `((upstream-name . "assertive.base")))
11259 (build-system r-build-system)
11260 (home-page "https://bitbucket.org/richierocks/assertive.base")
11261 (synopsis "Core of the assertive package")
11262 (description
11263 "This package provides a minimal set of predicates and assertions used by
11264 the assertive package. This is mainly for use by other package developers who
11265 want to include run-time testing features in their own packages.")
11266 (license license:gpl3+)))
11267
11268 (define-public r-assertive-properties
11269 (package
11270 (name "r-assertive-properties")
11271 (version "0.0-4")
11272 (source
11273 (origin
11274 (method url-fetch)
11275 (uri (cran-uri "assertive.properties" version))
11276 (sha256
11277 (base32
11278 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
11279 (properties
11280 `((upstream-name . "assertive.properties")))
11281 (build-system r-build-system)
11282 (propagated-inputs
11283 `(("r-assertive-base" ,r-assertive-base)))
11284 (home-page "https://bitbucket.org/richierocks/assertive.properties")
11285 (synopsis "Assertions to check properties of variables")
11286 (description
11287 "This package provides a set of predicates and assertions for checking
11288 the properties of variables, such as length, names and attributes. This is
11289 mainly for use by other package developers who want to include run-time
11290 testing features in their own packages.")
11291 (license license:gpl3+)))
11292
11293 (define-public r-assertive-numbers
11294 (package
11295 (name "r-assertive-numbers")
11296 (version "0.0-2")
11297 (source
11298 (origin
11299 (method url-fetch)
11300 (uri (cran-uri "assertive.numbers" version))
11301 (sha256
11302 (base32
11303 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
11304 (properties
11305 `((upstream-name . "assertive.numbers")))
11306 (build-system r-build-system)
11307 (propagated-inputs
11308 `(("r-assertive-base" ,r-assertive-base)))
11309 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
11310 (synopsis "Assertions to check properties of numbers")
11311 (description
11312 "This package provides a set of predicates and assertions for checking
11313 the properties of numbers. This is mainly for use by other package developers
11314 who want to include run-time testing features in their own packages.")
11315 (license license:gpl3+)))
11316
11317 (define-public r-assertive-sets
11318 (package
11319 (name "r-assertive-sets")
11320 (version "0.0-3")
11321 (source
11322 (origin
11323 (method url-fetch)
11324 (uri (cran-uri "assertive.sets" version))
11325 (sha256
11326 (base32
11327 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
11328 (properties
11329 `((upstream-name . "assertive.sets")))
11330 (build-system r-build-system)
11331 (propagated-inputs
11332 `(("r-assertive-base" ,r-assertive-base)))
11333 (home-page "https://bitbucket.org/richierocks/assertive.sets")
11334 (synopsis "Assertions to check properties of sets")
11335 (description
11336 "This package provides a set of predicates and assertions for checking
11337 the properties of sets. This is mainly for use by other package developers
11338 who want to include run-time testing features in their own packages.")
11339 (license license:gpl3+)))
11340
11341 (define-public r-assertive-matrices
11342 (package
11343 (name "r-assertive-matrices")
11344 (version "0.0-2")
11345 (source
11346 (origin
11347 (method url-fetch)
11348 (uri (cran-uri "assertive.matrices" version))
11349 (sha256
11350 (base32
11351 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
11352 (properties
11353 `((upstream-name . "assertive.matrices")))
11354 (build-system r-build-system)
11355 (propagated-inputs
11356 `(("r-assertive-base" ,r-assertive-base)))
11357 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
11358 (synopsis "Assertions to check properties of matrices")
11359 (description
11360 "This package provides a set of predicates and assertions for checking
11361 the properties of matrices. This is mainly for use by other package
11362 developers who want to include run-time testing features in their own
11363 packages.")
11364 (license license:gpl3+)))
11365
11366 (define-public r-assertive-models
11367 (package
11368 (name "r-assertive-models")
11369 (version "0.0-2")
11370 (source
11371 (origin
11372 (method url-fetch)
11373 (uri (cran-uri "assertive.models" version))
11374 (sha256
11375 (base32
11376 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
11377 (properties
11378 `((upstream-name . "assertive.models")))
11379 (build-system r-build-system)
11380 (propagated-inputs
11381 `(("r-assertive-base" ,r-assertive-base)))
11382 (home-page "https://bitbucket.org/richierocks/assertive.models")
11383 (synopsis "Assertions to check properties of models")
11384 (description
11385 "This package provides a set of predicates and assertions for checking
11386 the properties of models. This is mainly for use by other package developers
11387 who want to include run-time testing features in their own packages.")
11388 (license license:gpl3+)))
11389
11390 (define-public r-assertive-reflection
11391 (package
11392 (name "r-assertive-reflection")
11393 (version "0.0-4")
11394 (source
11395 (origin
11396 (method url-fetch)
11397 (uri (cran-uri "assertive.reflection" version))
11398 (sha256
11399 (base32
11400 "19zmsbn00crfqm0kwd9ys5gv87xs3gi6wmlikrz9xiwzm7hp4dhj"))))
11401 (properties
11402 `((upstream-name . "assertive.reflection")))
11403 (build-system r-build-system)
11404 (propagated-inputs
11405 `(("r-assertive-base" ,r-assertive-base)))
11406 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
11407 (synopsis "Assertions for checking the state of R")
11408 (description
11409 "This package provides a set of predicates and assertions for checking
11410 the state and capabilities of R, the operating system it is running on, and
11411 the IDE being used. This is mainly for use by other package developers who
11412 want to include run-time testing features in their own packages.")
11413 (license license:gpl3+)))
11414
11415 (define-public r-assertive-types
11416 (package
11417 (name "r-assertive-types")
11418 (version "0.0-3")
11419 (source
11420 (origin
11421 (method url-fetch)
11422 (uri (cran-uri "assertive.types" version))
11423 (sha256
11424 (base32
11425 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
11426 (properties
11427 `((upstream-name . "assertive.types")))
11428 (build-system r-build-system)
11429 (propagated-inputs
11430 `(("r-assertive-base" ,r-assertive-base)
11431 ("r-assertive-properties" ,r-assertive-properties)
11432 ("r-codetools" ,r-codetools)))
11433 (home-page "https://bitbucket.org/richierocks/assertive.types")
11434 (synopsis "Assertions to check types of variables")
11435 (description
11436 "This package provides a set of predicates and assertions for checking
11437 the types of variables. This is mainly for use by other package developers
11438 who want to include run-time testing features in their own packages.")
11439 (license license:gpl3+)))
11440
11441 (define-public r-assertive-files
11442 (package
11443 (name "r-assertive-files")
11444 (version "0.0-2")
11445 (source
11446 (origin
11447 (method url-fetch)
11448 (uri (cran-uri "assertive.files" version))
11449 (sha256
11450 (base32
11451 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
11452 (properties
11453 `((upstream-name . "assertive.files")))
11454 (build-system r-build-system)
11455 (propagated-inputs
11456 `(("r-assertive-base" ,r-assertive-base)
11457 ("r-assertive-numbers" ,r-assertive-numbers)))
11458 (home-page "https://bitbucket.org/richierocks/assertive.files")
11459 (synopsis "Assertions to check properties of files")
11460 (description
11461 "This package provides a set of predicates and assertions for checking
11462 the properties of files and connections. This is mainly for use by other
11463 package developers who want to include run-time testing features in their own
11464 packages.")
11465 (license license:gpl3+)))
11466
11467 (define-public r-assertive-code
11468 (package
11469 (name "r-assertive-code")
11470 (version "0.0-3")
11471 (source
11472 (origin
11473 (method url-fetch)
11474 (uri (cran-uri "assertive.code" version))
11475 (sha256
11476 (base32
11477 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
11478 (properties
11479 `((upstream-name . "assertive.code")))
11480 (build-system r-build-system)
11481 (propagated-inputs
11482 `(("r-assertive-base" ,r-assertive-base)
11483 ("r-assertive-properties" ,r-assertive-properties)
11484 ("r-assertive-types" ,r-assertive-types)))
11485 (home-page "https://bitbucket.org/richierocks/assertive.code")
11486 (synopsis "Assertions to check properties of code")
11487 (description
11488 "This package provides a set of predicates and assertions for checking
11489 the properties of code. This is mainly for use by other package developers
11490 who want to include run-time testing features in their own packages.")
11491 (license license:gpl3+)))
11492
11493 (define-public r-assertive-datetimes
11494 (package
11495 (name "r-assertive-datetimes")
11496 (version "0.0-2")
11497 (source
11498 (origin
11499 (method url-fetch)
11500 (uri (cran-uri "assertive.datetimes" version))
11501 (sha256
11502 (base32
11503 "00a98fx8p3pr3ckayh8wmxmm4rz01s67wah9697m92yci6pv3m78"))))
11504 (properties
11505 `((upstream-name . "assertive.datetimes")))
11506 (build-system r-build-system)
11507 (propagated-inputs
11508 `(("r-assertive-base" ,r-assertive-base)
11509 ("r-assertive-types" ,r-assertive-types)))
11510 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
11511 (synopsis "Assertions to check properties of dates and times")
11512 (description
11513 "This package provides a set of predicates and assertions for checking
11514 the properties of dates and times. This is mainly for use by other package
11515 developers who want to include run-time testing features in their own
11516 packages.")
11517 (license license:gpl3+)))
11518
11519 (define-public r-assertive-strings
11520 (package
11521 (name "r-assertive-strings")
11522 (version "0.0-3")
11523 (source
11524 (origin
11525 (method url-fetch)
11526 (uri (cran-uri "assertive.strings" version))
11527 (sha256
11528 (base32
11529 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
11530 (properties
11531 `((upstream-name . "assertive.strings")))
11532 (build-system r-build-system)
11533 (propagated-inputs
11534 `(("r-assertive-base" ,r-assertive-base)
11535 ("r-assertive-types" ,r-assertive-types)
11536 ("r-stringi" ,r-stringi)))
11537 (home-page "https://bitbucket.org/richierocks/assertive.strings")
11538 (synopsis "Assertions to check properties of strings")
11539 (description
11540 "This package provides a set of predicates and assertions for checking
11541 the properties of strings. This is mainly for use by other package developers
11542 who want to include run-time testing features in their own packages.")
11543 (license license:gpl3+)))
11544
11545 (define-public r-assertive-data-us
11546 (package
11547 (name "r-assertive-data-us")
11548 (version "0.0-2")
11549 (source
11550 (origin
11551 (method url-fetch)
11552 (uri (cran-uri "assertive.data.us" version))
11553 (sha256
11554 (base32
11555 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
11556 (properties
11557 `((upstream-name . "assertive.data.us")))
11558 (build-system r-build-system)
11559 (propagated-inputs
11560 `(("r-assertive-base" ,r-assertive-base)
11561 ("r-assertive-strings" ,r-assertive-strings)))
11562 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
11563 (synopsis "Assertions to check properties of strings")
11564 (description
11565 "This package provides a set of predicates and assertions for checking
11566 the properties of US-specific complex data types. This is mainly for use by
11567 other package developers who want to include run-time testing features in
11568 their own packages.")
11569 (license license:gpl3+)))
11570
11571 (define-public r-assertive-data-uk
11572 (package
11573 (name "r-assertive-data-uk")
11574 (version "0.0-2")
11575 (source
11576 (origin
11577 (method url-fetch)
11578 (uri (cran-uri "assertive.data.uk" version))
11579 (sha256
11580 (base32
11581 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
11582 (properties
11583 `((upstream-name . "assertive.data.uk")))
11584 (build-system r-build-system)
11585 (propagated-inputs
11586 `(("r-assertive-base" ,r-assertive-base)
11587 ("r-assertive-strings" ,r-assertive-strings)))
11588 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
11589 (synopsis "Assertions to check properties of strings")
11590 (description
11591 "This package provides a set of predicates and assertions for checking
11592 the properties of UK-specific complex data types. This is mainly for use by
11593 other package developers who want to include run-time testing features in
11594 their own packages.")
11595 (license license:gpl3+)))
11596
11597 (define-public r-assertive-data
11598 (package
11599 (name "r-assertive-data")
11600 (version "0.0-3")
11601 (source
11602 (origin
11603 (method url-fetch)
11604 (uri (cran-uri "assertive.data" version))
11605 (sha256
11606 (base32
11607 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
11608 (properties
11609 `((upstream-name . "assertive.data")))
11610 (build-system r-build-system)
11611 (propagated-inputs
11612 `(("r-assertive-base" ,r-assertive-base)
11613 ("r-assertive-strings" ,r-assertive-strings)))
11614 (home-page "https://bitbucket.org/richierocks/assertive.data")
11615 (synopsis "Assertions to check properties of data")
11616 (description
11617 "This package provides a set of predicates and assertions for checking
11618 the properties of (country independent) complex data types. This is mainly
11619 for use by other package developers who want to include run-time testing
11620 features in their own packages.")
11621 (license license:gpl3+)))
11622
11623 (define-public r-assertive
11624 (package
11625 (name "r-assertive")
11626 (version "0.3-5")
11627 (source
11628 (origin
11629 (method url-fetch)
11630 (uri (cran-uri "assertive" version))
11631 (sha256
11632 (base32
11633 "0blbbhlxcb5ffdxqxi62xs33ljiawh6s22a0pyvbbh79jf46rzr3"))))
11634 (build-system r-build-system)
11635 (propagated-inputs
11636 `(("r-assertive-base" ,r-assertive-base)
11637 ("r-assertive-code" ,r-assertive-code)
11638 ("r-assertive-data" ,r-assertive-data)
11639 ("r-assertive-data-uk" ,r-assertive-data-uk)
11640 ("r-assertive-data-us" ,r-assertive-data-us)
11641 ("r-assertive-datetimes" ,r-assertive-datetimes)
11642 ("r-assertive-files" ,r-assertive-files)
11643 ("r-assertive-matrices" ,r-assertive-matrices)
11644 ("r-assertive-models" ,r-assertive-models)
11645 ("r-assertive-numbers" ,r-assertive-numbers)
11646 ("r-assertive-properties" ,r-assertive-properties)
11647 ("r-assertive-reflection" ,r-assertive-reflection)
11648 ("r-assertive-sets" ,r-assertive-sets)
11649 ("r-assertive-strings" ,r-assertive-strings)
11650 ("r-assertive-types" ,r-assertive-types)
11651 ("r-knitr" ,r-knitr)))
11652 (home-page "https://bitbucket.org/richierocks/assertive")
11653 (synopsis "Readable check functions to ensure code integrity")
11654 (description
11655 "This package provides lots of predicates (@code{is_*} functions) to
11656 check the state of your variables, and assertions (@code{assert_*} functions)
11657 to throw errors if they aren't in the right form.")
11658 (license license:gpl3+)))
11659
11660 (define-public r-dotcall64
11661 (package
11662 (name "r-dotcall64")
11663 (version "1.0-0")
11664 (source
11665 (origin
11666 (method url-fetch)
11667 (uri (cran-uri "dotCall64" version))
11668 (sha256
11669 (base32
11670 "1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
11671 (properties `((upstream-name . "dotCall64")))
11672 (build-system r-build-system)
11673 (native-inputs `(("gfortran" ,gfortran)))
11674 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
11675 (synopsis "Enhanced foreign function interface supporting long vectors")
11676 (description
11677 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
11678 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
11679 supports long vectors, arguments of type 64-bit integer, and provides a
11680 mechanism to avoid unnecessary copies of read-only and write-only arguments.
11681 This makes it a convenient and fast interface to C/C++ and Fortran code.")
11682 (license license:gpl2+)))
11683
11684 (define-public r-spam
11685 (package
11686 (name "r-spam")
11687 (version "2.5-1")
11688 (source
11689 (origin
11690 (method url-fetch)
11691 (uri (cran-uri "spam" version))
11692 (sha256
11693 (base32 "0ry0a76cljlmilrzcriiizcidxyhq1i7i9bqhvl1qda81ld8hifi"))))
11694 (build-system r-build-system)
11695 (propagated-inputs
11696 `(("r-dotcall64" ,r-dotcall64)))
11697 (native-inputs `(("gfortran" ,gfortran)))
11698 (home-page "https://www.math.uzh.ch/pages/spam/")
11699 (synopsis "Sparse matrix algebra")
11700 (description
11701 "This package provides a set of functions for sparse matrix algebra.
11702 Differences with other sparse matrix packages are:
11703
11704 @enumerate
11705 @item it only supports (essentially) one sparse matrix format;
11706 @item it is based on transparent and simple structure(s);
11707 @item it is tailored for MCMC calculations within G(M)RF;
11708 @item and it is fast and scalable (with the extension package @code{spam64}).
11709 @end enumerate\n")
11710 ;; Either of these licenses
11711 (license (list license:bsd-3 license:lgpl2.0))))
11712
11713 (define-public r-fields
11714 (package
11715 (name "r-fields")
11716 (version "10.3")
11717 (source
11718 (origin
11719 (method url-fetch)
11720 (uri (cran-uri "fields" version))
11721 (sha256
11722 (base32 "12k97vfjlz5h8vynirnvik1nyj1iw25n8xl7awmx9mpd6wvgy2s9"))))
11723 (build-system r-build-system)
11724 (propagated-inputs
11725 `(("r-maps" ,r-maps)
11726 ("r-spam" ,r-spam)))
11727 (native-inputs
11728 `(("gfortran" ,gfortran)))
11729 (home-page "https://www.image.ucar.edu/fields")
11730 (synopsis "Tools for spatial data")
11731 (description
11732 "This is a package for curve, surface and function fitting with an
11733 emphasis on splines, spatial data and spatial statistics. The major methods
11734 include cubic, and thin plate splines, Kriging, and compactly supported
11735 covariance functions for large data sets.")
11736 (license license:gpl2+)))
11737
11738 (define-public r-spatialextremes
11739 (package
11740 (name "r-spatialextremes")
11741 (version "2.0-8")
11742 (source
11743 (origin
11744 (method url-fetch)
11745 (uri (cran-uri "SpatialExtremes" version))
11746 (sha256
11747 (base32
11748 "0r2byz5xxc46zqnigdax28q7446ibmzmsmi10lmm2hdks3ml6sl3"))))
11749 (properties
11750 `((upstream-name . "SpatialExtremes")))
11751 (build-system r-build-system)
11752 (propagated-inputs
11753 `(("r-fields" ,r-fields)
11754 ("r-maps" ,r-maps)))
11755 (home-page "http://spatialextremes.r-forge.r-project.org/")
11756 (synopsis "Modelling spatial extremes")
11757 (description
11758 "This package provides tools for the statistical modelling of spatial
11759 extremes using max-stable processes, copula or Bayesian hierarchical models.
11760 More precisely, this package allows (conditional) simulations from various
11761 parametric max-stable models, analysis of the extremal spatial dependence, the
11762 fitting of such processes using composite likelihoods or least square (simple
11763 max-stable processes only), model checking and selection and prediction.")
11764 (license license:gpl2+)))
11765
11766 (define-public r-drc
11767 (package
11768 (name "r-drc")
11769 (version "3.0-1")
11770 (source
11771 (origin
11772 (method url-fetch)
11773 (uri (cran-uri "drc" version))
11774 (sha256
11775 (base32
11776 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
11777 (build-system r-build-system)
11778 (propagated-inputs
11779 `(("r-car" ,r-car)
11780 ("r-gtools" ,r-gtools)
11781 ("r-mass" ,r-mass)
11782 ("r-multcomp" ,r-multcomp)
11783 ("r-plotrix" ,r-plotrix)
11784 ("r-scales" ,r-scales)))
11785 (home-page "https://cran.r-project.org/web/packages/drc")
11786 (synopsis "Analysis of dose-response curves")
11787 (description
11788 "This package provides a suite of flexible and versatile model fitting
11789 and after-fitting functions for the analysis of dose-response data.")
11790 (license license:gpl2+)))
11791
11792 (define-public r-rmeta
11793 (package
11794 (name "r-rmeta")
11795 (version "3.0")
11796 (source
11797 (origin
11798 (method url-fetch)
11799 (uri (cran-uri "rmeta" version))
11800 (sha256
11801 (base32
11802 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
11803 (build-system r-build-system)
11804 (home-page "https://cran.r-project.org/web/packages/rmeta")
11805 (synopsis "Tools for meta-analysis")
11806 (description
11807 "This package provides functions for simple fixed and random effects
11808 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
11809 draws standard summary plots, funnel plots, and computes summaries and tests
11810 for association and heterogeneity.")
11811 (license license:gpl2)))
11812
11813 (define-public r-bootstrap
11814 (package
11815 (name "r-bootstrap")
11816 (version "2019.6")
11817 (source
11818 (origin
11819 (method url-fetch)
11820 (uri (cran-uri "bootstrap" version))
11821 (sha256
11822 (base32
11823 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
11824 (build-system r-build-system)
11825 (native-inputs `(("gfortran" ,gfortran)))
11826 (home-page "https://cran.r-project.org/web/packages/bootstrap")
11827 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
11828 (description
11829 "This package provides software and data for the book \"An Introduction
11830 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
11831 This package is primarily provided for projects already based on it, and for
11832 support of the book. New projects should preferentially use the recommended
11833 package \"boot\".")
11834 (license license:bsd-3)))
11835
11836 (define-public r-survivalroc
11837 (package
11838 (name "r-survivalroc")
11839 (version "1.0.3")
11840 (source
11841 (origin
11842 (method url-fetch)
11843 (uri (cran-uri "survivalROC" version))
11844 (sha256
11845 (base32
11846 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
11847 (properties `((upstream-name . "survivalROC")))
11848 (build-system r-build-system)
11849 (home-page "https://cran.r-project.org/web/packages/survivalROC")
11850 (synopsis "Time-dependent ROC curve estimation from censored survival data")
11851 (description
11852 "Compute time-dependent ROC curve from censored survival data using
11853 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
11854 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
11855 (license license:gpl2+)))
11856
11857 (define-public r-longitudinal
11858 (package
11859 (name "r-longitudinal")
11860 (version "1.1.12")
11861 (source
11862 (origin
11863 (method url-fetch)
11864 (uri (cran-uri "longitudinal" version))
11865 (sha256
11866 (base32
11867 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
11868 (build-system r-build-system)
11869 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
11870 (home-page "http://strimmerlab.org/software/longitudinal/")
11871 (synopsis "Analysis of multiple time course data")
11872 (description
11873 "This package contains general data structures and functions for
11874 longitudinal data with multiple variables, repeated measurements, and
11875 irregularly spaced time points. It also implements a shrinkage estimator of
11876 dynamical correlation and dynamical covariance.")
11877 (license license:gpl3+)))
11878
11879 (define-public r-genenet
11880 (package
11881 (name "r-genenet")
11882 (version "1.2.15")
11883 (source
11884 (origin
11885 (method url-fetch)
11886 (uri (cran-uri "GeneNet" version))
11887 (sha256
11888 (base32
11889 "11ba6ahsk3x9alvcw8bai2bpg84ki1m8nadrjjdhjg65svhw8njm"))))
11890 (properties `((upstream-name . "GeneNet")))
11891 (build-system r-build-system)
11892 (propagated-inputs
11893 `(("r-corpcor" ,r-corpcor)
11894 ("r-fdrtool" ,r-fdrtool)
11895 ("r-longitudinal" ,r-longitudinal)))
11896 (home-page "http://strimmerlab.org/software/genenet/")
11897 (synopsis "Modeling and inferring gene networks")
11898 (description
11899 "This package analyzes gene expression (time series) data with focus on
11900 the inference of gene networks. In particular, GeneNet implements the methods
11901 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
11902 for learning large-scale gene association networks (including assignment of
11903 putative directions).")
11904 (license license:gpl3+)))
11905
11906 (define-public r-rbamtools
11907 (package
11908 (name "r-rbamtools")
11909 (version "2.16.17")
11910 (source
11911 (origin
11912 (method url-fetch)
11913 (uri (cran-uri "rbamtools" version))
11914 (sha256
11915 (base32
11916 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
11917 (build-system r-build-system)
11918 (inputs `(("zlib" ,zlib)))
11919 (propagated-inputs
11920 `(("r-refgenome" ,r-refgenome)))
11921 (home-page "https://cran.r-project.org/web/packages/rbamtools")
11922 (synopsis "Read and write BAM (binary alignment) files")
11923 (description
11924 "This package provides an R interface to functions of the SAMtools
11925 library.")
11926 (license license:artistic2.0)))
11927
11928 (define-public r-protviz
11929 (package
11930 (name "r-protviz")
11931 (version "0.6.8")
11932 (source
11933 (origin
11934 (method url-fetch)
11935 (uri (cran-uri "protViz" version))
11936 (sha256
11937 (base32
11938 "0rn8fjg7791a4j2k1kk1jwx40xz20bfaavvflmhyzpl398vmmy3a"))))
11939 (properties `((upstream-name . "protViz")))
11940 (build-system r-build-system)
11941 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11942 (home-page "https://github.com/protViz/protViz/")
11943 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
11944 (description
11945 "This package helps with quality checks, visualizations and analysis of
11946 mass spectrometry data, coming from proteomics experiments. The package is
11947 developed, tested and used at the Functional Genomics Center Zurich, where it
11948 is used mainly for prototyping, teaching, and having fun with proteomics data.
11949 But it can also be used to do data analysis for small scale data sets.")
11950 (license license:gpl3)))
11951
11952 (define-public r-cmprsk
11953 (package
11954 (name "r-cmprsk")
11955 (version "2.2-10")
11956 (source
11957 (origin
11958 (method url-fetch)
11959 (uri (cran-uri "cmprsk" version))
11960 (sha256
11961 (base32 "1xnx2zanw548prxsw2zw5cddkkg6kj97jgyzw67achq5mnsvfbg8"))))
11962 (build-system r-build-system)
11963 (propagated-inputs
11964 `(("r-survival" ,r-survival)))
11965 (native-inputs
11966 `(("gfortran" ,gfortran)))
11967 (home-page "https://cran.r-project.org/web/packages/cmprsk")
11968 (synopsis "Subdistribution analysis of competing risks")
11969 (description
11970 "This package provides tool for estimation, testing and regression
11971 modeling of subdistribution functions in competing risks, as described in
11972 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
11973 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
11974 A proportional hazards model for the subdistribution of a competing risk,
11975 JASA, 94:496-509.")
11976 (license license:gpl2+)))
11977
11978 (define-public r-etm
11979 (package
11980 (name "r-etm")
11981 (version "1.1")
11982 (source
11983 (origin
11984 (method url-fetch)
11985 (uri (cran-uri "etm" version))
11986 (sha256
11987 (base32
11988 "02yvh473l5qajaymhsxwb235a9r7q3nsig9a9mrfca68xih8yvgd"))))
11989 (build-system r-build-system)
11990 (propagated-inputs
11991 `(("r-data-table" ,r-data-table)
11992 ("r-lattice" ,r-lattice)
11993 ("r-rcpp" ,r-rcpp)
11994 ("r-rcpparmadillo" ,r-rcpparmadillo)
11995 ("r-survival" ,r-survival)))
11996 (home-page "https://cran.r-project.org/web/packages/etm")
11997 (synopsis "Empirical transition matrix")
11998 (description
11999 "The @dfn{empirical transition matrix} (etm) package estimates
12000 the matrix of transition probabilities for any time-inhomogeneous multistate
12001 model with finite state space using the Aalen-Johansen estimator.")
12002 (license license:expat)))
12003
12004 (define-public r-epi
12005 (package
12006 (name "r-epi")
12007 (version "2.40")
12008 (source
12009 (origin
12010 (method url-fetch)
12011 (uri (cran-uri "Epi" version))
12012 (sha256
12013 (base32
12014 "046y10vwks5y84pzccmrn6d4pd6qz70imvp1hw5ywp8fnwzfh4g5"))))
12015 (properties `((upstream-name . "Epi")))
12016 (build-system r-build-system)
12017 (propagated-inputs
12018 `(("r-cmprsk" ,r-cmprsk)
12019 ("r-data-table" ,r-data-table)
12020 ("r-etm" ,r-etm)
12021 ("r-mass" ,r-mass)
12022 ("r-matrix" ,r-matrix)
12023 ("r-mgcv" ,r-mgcv)
12024 ("r-numderiv" ,r-numderiv)
12025 ("r-plyr" ,r-plyr)
12026 ("r-survival" ,r-survival)
12027 ("r-zoo" ,r-zoo)))
12028 (home-page "https://BendixCarstensen.com/Epi/")
12029 (synopsis "Statistical analysis in epidemiology")
12030 (description
12031 "This package provides functions for demographic and epidemiological
12032 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
12033 particular representation, manipulation and simulation of multistate data -
12034 the Lexis suite of functions, which includes interfaces to the @code{mstate},
12035 @code{etm} and @code{cmprsk} packages. It also contains functions for
12036 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
12037 data and some useful functions for tabulation and plotting, as well as a
12038 number of epidemiological data sets.")
12039 (license license:gpl2)))
12040
12041 (define-public r-ppls
12042 (package
12043 (name "r-ppls")
12044 (version "1.6-1.1")
12045 (source
12046 (origin
12047 (method url-fetch)
12048 (uri (cran-uri "ppls" version))
12049 (sha256
12050 (base32
12051 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
12052 (build-system r-build-system)
12053 (propagated-inputs `(("r-mass" ,r-mass)))
12054 (home-page "https://cran.r-project.org/web/packages/ppls")
12055 (synopsis "Penalized partial least squares")
12056 (description
12057 "This package contains linear and nonlinear regression methods based on
12058 partial least squares and penalization techniques. Model parameters are
12059 selected via cross-validation, and confidence intervals ans tests for the
12060 regression coefficients can be conducted via jackknifing.")
12061 (license license:gpl2+)))
12062
12063 (define-public r-huge
12064 (package
12065 (name "r-huge")
12066 (version "1.3.4.1")
12067 (source
12068 (origin
12069 (method url-fetch)
12070 (uri (cran-uri "huge" version))
12071 (sha256
12072 (base32 "11m80dnaxqw5v006q6kvhndl2y5ih5553fcqg4jcaljd8sp9xvvq"))))
12073 (build-system r-build-system)
12074 (propagated-inputs
12075 `(("r-igraph" ,r-igraph)
12076 ("r-mass" ,r-mass)
12077 ("r-matrix" ,r-matrix)
12078 ("r-rcpp" ,r-rcpp)
12079 ("r-rcppeigen" ,r-rcppeigen)))
12080 (home-page "https://cran.r-project.org/web/packages/huge")
12081 (synopsis "High-dimensional undirected graph estimation")
12082 (description
12083 "This package provides a general framework for high-dimensional
12084 undirected graph estimation. It integrates data preprocessing, neighborhood
12085 screening, graph estimation, and model selection techniques into a pipeline.")
12086 (license license:gpl2)))
12087
12088 (define-public r-parcor
12089 (package
12090 (name "r-parcor")
12091 (version "0.2-6")
12092 (source
12093 (origin
12094 (method url-fetch)
12095 (uri (cran-uri "parcor" version))
12096 (sha256
12097 (base32
12098 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
12099 (build-system r-build-system)
12100 (propagated-inputs
12101 `(("r-epi" ,r-epi)
12102 ("r-genenet" ,r-genenet)
12103 ("r-glmnet" ,r-glmnet)
12104 ("r-mass" ,r-mass)
12105 ("r-ppls" ,r-ppls)))
12106 (home-page "https://cran.r-project.org/web/packages/parcor")
12107 (synopsis "Regularized estimation of partial correlation matrices")
12108 (description
12109 "This package estimates the matrix of partial correlations based on
12110 different regularized regression methods: lasso, adaptive lasso, PLS, and
12111 Ridge Regression. In addition, the package provides model selection for
12112 lasso, adaptive lasso and Ridge regression based on cross-validation.")
12113 (license license:gpl2+)))
12114
12115 (define-public r-mcmc
12116 (package
12117 (name "r-mcmc")
12118 (version "0.9-7")
12119 (source
12120 (origin
12121 (method url-fetch)
12122 (uri (cran-uri "mcmc" version))
12123 (sha256
12124 (base32
12125 "0q42m8ab7b6bxhns494ksjdss5f3c5m2jjfdlfj6fk1nz7ax7i5p"))))
12126 (build-system r-build-system)
12127 (home-page "https://www.stat.umn.edu/geyer/mcmc/")
12128 (synopsis "Markov chain Monte Carlo")
12129 (description
12130 "This package simulates continuous distributions of random vectors using
12131 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
12132 function that evaluates the log unnormalized density. Algorithms are random
12133 walk Metropolis algorithm (function @code{metrop}), simulated
12134 tempering (function @code{temper}), and morphometric random walk
12135 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
12136 by change of variable.")
12137 (license license:expat)))
12138
12139 (define-public r-listenv
12140 (package
12141 (name "r-listenv")
12142 (version "0.8.0")
12143 (source
12144 (origin
12145 (method url-fetch)
12146 (uri (cran-uri "listenv" version))
12147 (sha256
12148 (base32
12149 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
12150 (build-system r-build-system)
12151 (native-inputs
12152 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
12153 (home-page "https://github.com/HenrikBengtsson/listenv")
12154 (synopsis "Environments behaving (almost) as lists")
12155 (description
12156 "This package implements list environments. List environments are
12157 environments that have list-like properties. For instance, the elements of a
12158 list environment are ordered and can be accessed and iterated over using index
12159 subsetting.")
12160 (license license:lgpl2.1+)))
12161
12162 (define-public r-globals
12163 (package
12164 (name "r-globals")
12165 (version "0.12.5")
12166 (source
12167 (origin
12168 (method url-fetch)
12169 (uri (cran-uri "globals" version))
12170 (sha256
12171 (base32
12172 "1ha8iasgijp4q3v2b0b17y1wh7cd3nvzd9b03w49qm2bidkaf68m"))))
12173 (build-system r-build-system)
12174 (propagated-inputs
12175 `(("r-codetools" ,r-codetools)))
12176 (home-page "https://github.com/HenrikBengtsson/globals")
12177 (synopsis "Identify global objects in R expressions")
12178 (description
12179 "This package provides tools to identify global (\"unknown\" or \"free\")
12180 objects in R expressions by code inspection using various strategies, e.g.
12181 conservative or liberal. The objective of this package is to make it as
12182 simple as possible to identify global objects for the purpose of exporting
12183 them in distributed compute environments.")
12184 (license license:lgpl2.1+)))
12185
12186 (define-public r-future
12187 (package
12188 (name "r-future")
12189 (version "1.17.0")
12190 (source
12191 (origin
12192 (method url-fetch)
12193 (uri (cran-uri "future" version))
12194 (sha256
12195 (base32
12196 "0d4y7gwcgqx2z0y6h5bh4lrz0m7b0inii5cjcq0kk8za762bi8rg"))))
12197 (build-system r-build-system)
12198 (propagated-inputs
12199 `(("r-digest" ,r-digest)
12200 ("r-globals" ,r-globals)
12201 ("r-listenv" ,r-listenv)))
12202 (native-inputs
12203 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
12204 (home-page "https://github.com/HenrikBengtsson/future")
12205 (synopsis "Unified parallel and distributed processing in R")
12206 (description
12207 "The purpose of this package is to provide a lightweight and unified
12208 Future API for sequential and parallel processing of R expression via futures.
12209 This package implements sequential, multicore, multisession, and cluster
12210 futures. With these, R expressions can be evaluated on the local machine, in
12211 parallel a set of local machines, or distributed on a mix of local and remote
12212 machines. Extensions to this package implement additional backends for
12213 processing futures via compute cluster schedulers etc. Because of its unified
12214 API, there is no need to modify any code in order to switch from sequential on
12215 the local machine to, say, distributed processing on a remote compute cluster.")
12216 (license license:lgpl2.1+)))
12217
12218 (define-public r-future-apply
12219 (package
12220 (name "r-future-apply")
12221 (version "1.5.0")
12222 (source
12223 (origin
12224 (method url-fetch)
12225 (uri (cran-uri "future.apply" version))
12226 (sha256
12227 (base32
12228 "095a681ngbwbp7v53ladwya7ar8fgwnlgr3r1yklf3vdxwd54xll"))))
12229 (properties `((upstream-name . "future.apply")))
12230 (build-system r-build-system)
12231 (propagated-inputs
12232 `(("r-future" ,r-future)
12233 ("r-globals" ,r-globals)))
12234 (native-inputs
12235 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
12236 (home-page "https://github.com/HenrikBengtsson/future.apply")
12237 (synopsis "Apply function to elements in parallel using futures")
12238 (description
12239 "This package provides implementations of @code{apply()},
12240 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
12241 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
12242 can be resolved using any future-supported backend, e.g. parallel on the local
12243 machine or distributed on a compute cluster.")
12244 (license license:gpl2+)))
12245
12246 (define-public r-rsvd
12247 (package
12248 (name "r-rsvd")
12249 (version "1.0.3")
12250 (source
12251 (origin
12252 (method url-fetch)
12253 (uri (cran-uri "rsvd" version))
12254 (sha256
12255 (base32
12256 "1fvrw46fl5xb2akaa4mp8nja4h7nn4bdhnjdrk22fsdfqc7hwmhk"))))
12257 (build-system r-build-system)
12258 (propagated-inputs
12259 `(("r-matrix" ,r-matrix)))
12260 (home-page "https://github.com/erichson/rSVD")
12261 (synopsis "Randomized singular value decomposition")
12262 (description
12263 "Low-rank matrix decompositions are fundamental tools and widely used for
12264 data analysis, dimension reduction, and data compression. Classically, highly
12265 accurate deterministic matrix algorithms are used for this task. However, the
12266 emergence of large-scale data has severely challenged our computational
12267 ability to analyze big data. The concept of randomness has been demonstrated
12268 as an effective strategy to quickly produce approximate answers to familiar
12269 problems such as the @dfn{singular value decomposition} (SVD). This package
12270 provides several randomized matrix algorithms such as the randomized singular
12271 value decomposition (@code{rsvd}), randomized principal component
12272 analysis (@code{rpca}), randomized robust principal component
12273 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
12274 and the randomized CUR decomposition (@code{rcur}). In addition several plot
12275 functions are provided.")
12276 (license license:gpl3+)))
12277
12278 (define-public r-sloop
12279 (package
12280 (name "r-sloop")
12281 (version "1.0.1")
12282 (source
12283 (origin
12284 (method url-fetch)
12285 (uri (cran-uri "sloop" version))
12286 (sha256
12287 (base32
12288 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
12289 (build-system r-build-system)
12290 (propagated-inputs
12291 `(("r-codetools" ,r-codetools)
12292 ("r-crayon" ,r-crayon)
12293 ("r-purrr" ,r-purrr)
12294 ("r-rlang" ,r-rlang)
12295 ("r-tibble" ,r-tibble)))
12296 (home-page "https://github.com/r-lib/sloop")
12297 (synopsis "Helpers for object-oriented programming in R")
12298 (description
12299 "This package provides a collection of helper functions designed to
12300 help you to better understand object oriented programming in R, particularly
12301 using @code{S3}.")
12302 (license license:gpl3)))
12303
12304 (define-public r-capushe
12305 (package
12306 (name "r-capushe")
12307 (version "1.1.1")
12308 (source
12309 (origin
12310 (method url-fetch)
12311 (uri (cran-uri "capushe" version))
12312 (sha256
12313 (base32
12314 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
12315 (build-system r-build-system)
12316 (propagated-inputs `(("r-mass" ,r-mass)))
12317 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
12318 (synopsis "Calibrating penalties using slope heuristics")
12319 (description
12320 "This package provides tools for the calibration of penalized criteria
12321 for model selection. The calibration methods available are based on the slope
12322 heuristics.")
12323 (license license:gpl2+)))
12324
12325 (define-public r-dorng
12326 (package
12327 (name "r-dorng")
12328 (version "1.8.2")
12329 (source
12330 (origin
12331 (method url-fetch)
12332 (uri (cran-uri "doRNG" version))
12333 (sha256
12334 (base32
12335 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
12336 (properties `((upstream-name . "doRNG")))
12337 (build-system r-build-system)
12338 (propagated-inputs
12339 `(("r-foreach" ,r-foreach)
12340 ("r-iterators" ,r-iterators)
12341 ("r-rngtools" ,r-rngtools)))
12342 (home-page "https://renozao.github.io/doRNG/")
12343 (synopsis "Generic reproducible parallel backend for foreach loops")
12344 (description
12345 "This package provides functions to perform reproducible parallel
12346 @code{foreach} loops, using independent random streams as generated by
12347 L'Ecuyer's combined multiple-recursive generator. It enables to easily
12348 convert standard @code{%dopar%} loops into fully reproducible loops,
12349 independently of the number of workers, the task scheduling strategy, or the
12350 chosen parallel environment and associated foreach backend.")
12351 (license license:gpl2+)))
12352
12353 (define-public r-blockmodeling
12354 (package
12355 (name "r-blockmodeling")
12356 (version "0.3.6")
12357 (source
12358 (origin
12359 (method url-fetch)
12360 (uri (cran-uri "blockmodeling" version))
12361 (sha256
12362 (base32
12363 "12paf76l3wlxad14bkxn37lw9rg6ka473m86wlcf3yhriw8kbaiz"))))
12364 (build-system r-build-system)
12365 (propagated-inputs
12366 `(("r-matrix" ,r-matrix)))
12367 (native-inputs `(("gfortran" ,gfortran)))
12368 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
12369 (synopsis "Generalized and classical blockmodeling of valued networks")
12370 (description
12371 "This package is primarily meant as an implementation of generalized
12372 blockmodeling for valued networks. In addition, measures of similarity or
12373 dissimilarity based on structural equivalence and regular equivalence (REGE
12374 algorithms) can be computed and partitioned matrices can be plotted.")
12375 (license license:gpl2+)))
12376
12377 (define-public r-upsetr
12378 (package
12379 (name "r-upsetr")
12380 (version "1.4.0")
12381 (source
12382 (origin
12383 (method url-fetch)
12384 (uri (cran-uri "UpSetR" version))
12385 (sha256
12386 (base32
12387 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
12388 (properties `((upstream-name . "UpSetR")))
12389 (build-system r-build-system)
12390 (propagated-inputs
12391 `(("r-ggplot2" ,r-ggplot2)
12392 ("r-gridextra" ,r-gridextra)
12393 ("r-plyr" ,r-plyr)
12394 ("r-scales" ,r-scales)))
12395 (home-page "https://github.com/hms-dbmi/UpSetR")
12396 (synopsis "Visualize intersecting sets")
12397 (description
12398 "This package provides a more scalable alternative to Venn and Euler
12399 diagrams for visualizing intersecting sets. Create visualizations of
12400 intersecting sets using a novel matrix design, along with visualizations of
12401 several common set, element and attribute related tasks.")
12402 (license license:expat)))
12403
12404 ;; This package includes a JavaScript file, which is not minified. When
12405 ;; upgrading please check that there are no new minified JavaScript files.
12406 (define-public r-shinybs
12407 (package
12408 (name "r-shinybs")
12409 (version "0.61")
12410 (source
12411 (origin
12412 (method url-fetch)
12413 (uri (cran-uri "shinyBS" version))
12414 (sha256
12415 (base32
12416 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
12417 (properties `((upstream-name . "shinyBS")))
12418 (build-system r-build-system)
12419 ;; The tests spawn Shiny browser apps. They cannot be run
12420 ;; non-interactively.
12421 (arguments '(#:tests? #f))
12422 (propagated-inputs
12423 `(("r-htmltools" ,r-htmltools)
12424 ("r-shiny" ,r-shiny)))
12425 (home-page "https://ebailey78.github.io/shinyBS/")
12426 (synopsis "Twitter Bootstrap components for Shiny")
12427 (description
12428 "This package adds additional Twitter Bootstrap components to Shiny.")
12429 (license license:gpl3)))
12430
12431 (define-public r-outliers
12432 (package
12433 (name "r-outliers")
12434 (version "0.14")
12435 (source
12436 (origin
12437 (method url-fetch)
12438 (uri (cran-uri "outliers" version))
12439 (sha256
12440 (base32
12441 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
12442 (build-system r-build-system)
12443 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
12444 (synopsis "Tests for outliers")
12445 (description
12446 "This package provides a collection of some tests commonly used for
12447 identifying outliers.")
12448 (license license:gpl2+)))
12449
12450 (define-public r-bayesm
12451 (package
12452 (name "r-bayesm")
12453 (version "3.1-4")
12454 (source
12455 (origin
12456 (method url-fetch)
12457 (uri (cran-uri "bayesm" version))
12458 (sha256
12459 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
12460 (build-system r-build-system)
12461 (propagated-inputs
12462 `(("r-rcpp" ,r-rcpp)
12463 ("r-rcpparmadillo" ,r-rcpparmadillo)))
12464 (home-page "http://www.perossi.org/home/bsm-1")
12465 (synopsis "Bayesian inference for marketing/micro-econometrics")
12466 (description
12467 "This package covers many important models used in marketing and
12468 micro-econometrics applications, including Bayes Regression (univariate or
12469 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
12470 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
12471 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
12472 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
12473 Estimation with normal base, Hierarchical Linear Models with normal prior and
12474 covariates, Hierarchical Linear Models with a mixture of normals prior and
12475 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
12476 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
12477 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
12478 analysis of choice-based conjoint data, Bayesian treatment of linear
12479 instrumental variables models, Analysis of Multivariate Ordinal survey data
12480 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
12481 Coefficient Logit Models.")
12482 (license license:gpl2+)))
12483
12484 (define-public r-tensora
12485 (package
12486 (name "r-tensora")
12487 (version "0.36.1")
12488 (source
12489 (origin
12490 (method url-fetch)
12491 (uri (cran-uri "tensorA" version))
12492 (sha256
12493 (base32
12494 "176hjy3bvg3in62r97wxbhq187sjz6c1gwy9x6spaxl6k4my3zy7"))))
12495 (properties `((upstream-name . "tensorA")))
12496 (build-system r-build-system)
12497 (home-page "http://www.stat.boogaart.de/tensorA")
12498 (synopsis "Advanced tensor arithmetic with named indices")
12499 (description
12500 "This package provides convenience functions for advanced linear algebra
12501 with tensors and computation with datasets of tensors on a higher level
12502 abstraction. It includes Einstein and Riemann summing conventions, dragging,
12503 co- and contravariate indices, and parallel computations on sequences of
12504 tensors.")
12505 (license license:gpl2+)))
12506
12507 (define-public r-rarpack
12508 (package
12509 (name "r-rarpack")
12510 (version "0.11-0")
12511 (source
12512 (origin
12513 (method url-fetch)
12514 (uri (cran-uri "rARPACK" version))
12515 (sha256
12516 (base32
12517 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
12518 (properties `((upstream-name . "rARPACK")))
12519 (build-system r-build-system)
12520 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
12521 (home-page "https://github.com/yixuan/rARPACK")
12522 (synopsis "Solvers for large scale eigenvalue and SVD problems")
12523 (description
12524 "This package was previously an R wrapper of the ARPACK library, and now
12525 a shell of the R package RSpectra, an R interface to the Spectra library for
12526 solving large scale eigenvalue/vector problems. The current version of
12527 rARPACK simply imports and exports the functions provided by RSpectra. New
12528 users of rARPACK are advised to switch to the RSpectra package.")
12529 (license license:bsd-3)))
12530
12531 (define-public r-compositions
12532 (package
12533 (name "r-compositions")
12534 (version "1.40-5")
12535 (source
12536 (origin
12537 (method url-fetch)
12538 (uri (cran-uri "compositions" version))
12539 (sha256
12540 (base32
12541 "0l9ayz2nb2wqhl7v9hkfl7pd950ba0h6hma8zqncbcxh6xh2k7l7"))))
12542 (build-system r-build-system)
12543 (propagated-inputs
12544 `(("r-bayesm" ,r-bayesm)
12545 ("r-robustbase" ,r-robustbase)
12546 ("r-tensora" ,r-tensora)))
12547 (home-page "http://www.stat.boogaart.de/compositions")
12548 (synopsis "Compositional data analysis")
12549 (description
12550 "This package provides functions for the consistent analysis of
12551 compositional data (e.g. portions of substances) and positive
12552 numbers (e.g. concentrations).")
12553 (license license:gpl2+)))
12554
12555 (define-public r-cobs
12556 (package
12557 (name "r-cobs")
12558 (version "1.3-4")
12559 (source
12560 (origin
12561 (method url-fetch)
12562 (uri (cran-uri "cobs" version))
12563 (sha256
12564 (base32
12565 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
12566 (build-system r-build-system)
12567 (propagated-inputs
12568 `(("r-quantreg" ,r-quantreg)
12569 ("r-sparsem" ,r-sparsem)))
12570 (home-page "https://cran.r-project.org/web/packages/cobs")
12571 (synopsis "Constrained B-Splines (sparse matrix based)")
12572 (description
12573 "This package provides qualitatively constrained (regression) smoothing
12574 splines via linear programming and sparse matrices.")
12575 (license license:gpl2+)))
12576
12577 (define-public r-drimpute
12578 (package
12579 (name "r-drimpute")
12580 (version "1.0")
12581 (source
12582 (origin
12583 (method url-fetch)
12584 (uri (cran-uri "DrImpute" version))
12585 (sha256
12586 (base32
12587 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
12588 (properties `((upstream-name . "DrImpute")))
12589 (build-system r-build-system)
12590 (propagated-inputs
12591 `(("r-rcpp" ,r-rcpp)
12592 ("r-rcpparmadillo" ,r-rcpparmadillo)))
12593 (home-page "https://github.com/ikwak2/DrImpute")
12594 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
12595 (description
12596 "This is an R package for imputing dropout events. Many statistical
12597 methods in cell type identification, visualization and lineage reconstruction
12598 do not account for dropout events. DrImpute can improve the performance of
12599 such software by imputing dropout events.")
12600 (license license:gpl3)))
12601
12602 (define-public r-gamlss-dist
12603 (package
12604 (name "r-gamlss-dist")
12605 (version "5.1-6")
12606 (source
12607 (origin
12608 (method url-fetch)
12609 (uri (cran-uri "gamlss.dist" version))
12610 (sha256
12611 (base32 "1p904x0b07z4amaqdn2xhs7qzbq8lisr6lqc844s3pkxzmny7w1z"))))
12612 (properties `((upstream-name . "gamlss.dist")))
12613 (build-system r-build-system)
12614 (propagated-inputs `(("r-mass" ,r-mass)))
12615 (home-page "http://www.gamlss.org/")
12616 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
12617 (description
12618 "This package provides a set of distributions which can be used for
12619 modelling the response variables in Generalized Additive Models for Location
12620 Scale and Shape. The distributions can be continuous, discrete or mixed
12621 distributions. Extra distributions can be created, by transforming, any
12622 continuous distribution defined on the real line, to a distribution defined on
12623 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
12624 transformation, respectively.")
12625 ;; Either version of the GPL.
12626 (license (list license:gpl2 license:gpl3))))
12627
12628 ;; This package includes JavaScript files, which are not minified. When
12629 ;; upgrading please check that there are no new minified JavaScript files.
12630 (define-public r-shinyjs
12631 (package
12632 (name "r-shinyjs")
12633 (version "1.1")
12634 (source
12635 (origin
12636 (method url-fetch)
12637 (uri (cran-uri "shinyjs" version))
12638 (sha256
12639 (base32
12640 "14k8y313ppj23m9rhlk8jc94x6sbn3qrsnx6xrijiyv8m8dii1l9"))))
12641 (build-system r-build-system)
12642 (propagated-inputs
12643 `(("r-digest" ,r-digest)
12644 ("r-htmltools" ,r-htmltools)
12645 ("r-jsonlite" ,r-jsonlite)
12646 ("r-shiny" ,r-shiny)))
12647 (home-page "https://deanattali.com/shinyjs")
12648 (synopsis "Improve the user experience of your Shiny apps")
12649 (description
12650 "Perform common useful JavaScript operations in Shiny apps that will
12651 greatly improve your apps without having to know any JavaScript. Examples
12652 include: hiding an element, disabling an input, resetting an input back to its
12653 original value, delaying code execution by a few seconds, and many more useful
12654 functions for both the end user and the developer. Shinyjs can also be used
12655 to easily call your own custom JavaScript functions from R.")
12656 (license license:agpl3+)))
12657
12658 ;; This package includes minified JavaScript files. When upgrading please
12659 ;; check that there are no new minified JavaScript files.
12660 (define-public r-colourpicker
12661 (package
12662 (name "r-colourpicker")
12663 (version "1.0")
12664 (source
12665 (origin
12666 (method url-fetch)
12667 (uri (cran-uri "colourpicker" version))
12668 (sha256
12669 (base32
12670 "0z3v2083g7kwdp21x9s2n1crfh24agpdq3yxkcdzc2awn2pwpnpi"))))
12671 (build-system r-build-system)
12672 (arguments
12673 `(#:modules ((guix build utils)
12674 (guix build r-build-system)
12675 (srfi srfi-1)
12676 (ice-9 popen))
12677 #:phases
12678 (modify-phases %standard-phases
12679 (add-after 'unpack 'process-javascript
12680 (lambda* (#:key inputs #:allow-other-keys)
12681 (with-directory-excursion "inst"
12682 (call-with-values
12683 (lambda ()
12684 (unzip2
12685 `((,(assoc-ref inputs "js-salvattore")
12686 "examples/colourInput/www/salvattore.min.js")
12687 (,(assoc-ref inputs "js-jquery")
12688 "htmlwidgets/lib/jquery/jquery.min.js")
12689 ("www/shared/colourpicker/js/colourpicker.js"
12690 "www/shared/colourpicker/js/colourpicker.min.js"))))
12691 (lambda (sources targets)
12692 (for-each (lambda (source target)
12693 (format #t "Processing ~a --> ~a~%"
12694 source target)
12695 (delete-file target)
12696 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
12697 (call-with-output-file target
12698 (lambda (port)
12699 (dump-port minified port)))))
12700 sources targets))))
12701 #t)))))
12702 (propagated-inputs
12703 `(("r-ggplot2" ,r-ggplot2)
12704 ("r-htmltools" ,r-htmltools)
12705 ("r-htmlwidgets" ,r-htmlwidgets)
12706 ("r-jsonlite" ,r-jsonlite)
12707 ("r-miniui" ,r-miniui)
12708 ("r-shiny" ,r-shiny)
12709 ("r-shinyjs" ,r-shinyjs)))
12710 (native-inputs
12711 `(("uglify-js" ,uglify-js)
12712 ("js-jquery"
12713 ,(origin
12714 (method url-fetch)
12715 (uri "https://code.jquery.com/jquery-3.3.1.js")
12716 (sha256
12717 (base32
12718 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
12719 ("js-salvattore"
12720 ,(origin
12721 (method url-fetch)
12722 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
12723 (sha256
12724 (base32
12725 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
12726 (home-page "https://github.com/daattali/colourpicker")
12727 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
12728 (description
12729 "This package provides a color picker that can be used as an input in
12730 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
12731 custom color palettes, and many more options. A plot color helper tool is
12732 available as an RStudio Addin, which helps you pick colors to use in your
12733 plots. A more generic color picker RStudio Addin is also provided to let you
12734 select colors to use in your R code.")
12735 (license license:expat)))
12736
12737 (define-public r-ggextra
12738 (package
12739 (name "r-ggextra")
12740 (version "0.9")
12741 (source
12742 (origin
12743 (method url-fetch)
12744 (uri (cran-uri "ggExtra" version))
12745 (sha256
12746 (base32
12747 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
12748 (properties `((upstream-name . "ggExtra")))
12749 (build-system r-build-system)
12750 (propagated-inputs
12751 `(("r-colourpicker" ,r-colourpicker)
12752 ("r-ggplot2" ,r-ggplot2)
12753 ("r-gtable" ,r-gtable)
12754 ("r-miniui" ,r-miniui)
12755 ("r-r6" ,r-r6)
12756 ("r-scales" ,r-scales)
12757 ("r-shiny" ,r-shiny)
12758 ("r-shinyjs" ,r-shinyjs)))
12759 (native-inputs
12760 `(("r-knitr" ,r-knitr)))
12761 (home-page "https://github.com/daattali/ggExtra")
12762 (synopsis "Marginal histograms for ggplot2 and other enhancements")
12763 (description
12764 "This package is a collection of functions and layers to enhance ggplot2.
12765 The flagship function is @code{ggMarginal()}, which can be used to add
12766 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
12767 (license license:expat)))
12768
12769 (define-public r-minpack-lm
12770 (package
12771 (name "r-minpack-lm")
12772 (version "1.2-1")
12773 (source
12774 (origin
12775 (method url-fetch)
12776 (uri (cran-uri "minpack.lm" version))
12777 (sha256
12778 (base32
12779 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
12780 (properties `((upstream-name . "minpack.lm")))
12781 (build-system r-build-system)
12782 (native-inputs `(("gfortran" ,gfortran)))
12783 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
12784 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
12785 (description
12786 "The @code{nls.lm} function provides an R interface to @code{lmder} and
12787 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
12788 problems by a modification of the Levenberg-Marquardt algorithm, with support
12789 for lower and upper parameter bounds. The implementation can be used via
12790 @code{nls}-like calls using the @code{nlsLM} function.")
12791 (license license:gpl3)))
12792
12793 (define-public r-moments
12794 (package
12795 (name "r-moments")
12796 (version "0.14")
12797 (source
12798 (origin
12799 (method url-fetch)
12800 (uri (cran-uri "moments" version))
12801 (sha256
12802 (base32
12803 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
12804 (build-system r-build-system)
12805 (home-page "https://cran.r-project.org/web/packages/moments")
12806 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
12807 (description
12808 "This package provides functions to calculate: moments, Pearson's
12809 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
12810 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
12811 (license license:gpl2+)))
12812
12813 (define-public r-msir
12814 (package
12815 (name "r-msir")
12816 (version "1.3.2")
12817 (source
12818 (origin
12819 (method url-fetch)
12820 (uri (cran-uri "msir" version))
12821 (sha256
12822 (base32
12823 "0pvc3q162vqq3k39nni732x05zzfz4y9y2zf56d83185ypszv9kb"))))
12824 (build-system r-build-system)
12825 (propagated-inputs
12826 `(("r-mclust" ,r-mclust)))
12827 (home-page "https://cran.r-project.org/web/packages/msir")
12828 (synopsis "Model-based sliced inverse regression")
12829 (description
12830 "This is an R package for dimension reduction based on finite Gaussian
12831 mixture modeling of inverse regression.")
12832 (license license:gpl2+)))
12833
12834 (define-public r-pbivnorm
12835 (package
12836 (name "r-pbivnorm")
12837 (version "0.6.0")
12838 (source
12839 (origin
12840 (method url-fetch)
12841 (uri (cran-uri "pbivnorm" version))
12842 (sha256
12843 (base32
12844 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
12845 (build-system r-build-system)
12846 (native-inputs `(("gfortran" ,gfortran)))
12847 (home-page "https://github.com/brentonk/pbivnorm")
12848 (synopsis "Vectorized bivariate normal CDF")
12849 (description
12850 "This package provides a vectorized R function for calculating
12851 probabilities from a standard bivariate normal CDF.")
12852 (license license:gpl2+)))
12853
12854 (define-public r-lavaan
12855 (package
12856 (name "r-lavaan")
12857 (version "0.6-6")
12858 (source
12859 (origin
12860 (method url-fetch)
12861 (uri (cran-uri "lavaan" version))
12862 (sha256
12863 (base32
12864 "0sfv58r2kxinax62bx6j3kkfx07qm16ddwf5qz392q33h9zs009h"))))
12865 (build-system r-build-system)
12866 (propagated-inputs
12867 `(("r-mass" ,r-mass)
12868 ("r-mnormt" ,r-mnormt)
12869 ("r-numderiv" ,r-numderiv)
12870 ("r-pbivnorm" ,r-pbivnorm)))
12871 (home-page "http://lavaan.ugent.be")
12872 (synopsis "Latent variable analysis")
12873 (description
12874 "This package provides tools to fit a variety of latent variable models,
12875 including confirmatory factor analysis, structural equation modeling and
12876 latent growth curve models.")
12877 (license license:gpl2+)))
12878
12879 (define-public r-nonnest2
12880 (package
12881 (name "r-nonnest2")
12882 (version "0.5-4")
12883 (source
12884 (origin
12885 (method url-fetch)
12886 (uri (cran-uri "nonnest2" version))
12887 (sha256
12888 (base32
12889 "07nr54hxdnc4k022nd4a2g9w9l9ym2ikfr978rrnqc71wx750i0z"))))
12890 (build-system r-build-system)
12891 (propagated-inputs
12892 `(("r-compquadform" ,r-compquadform)
12893 ("r-lavaan" ,r-lavaan)
12894 ("r-mvtnorm" ,r-mvtnorm)
12895 ("r-sandwich" ,r-sandwich)))
12896 (native-inputs
12897 `(("r-knitr" ,r-knitr)))
12898 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
12899 (synopsis "Tests of non-nested models")
12900 (description
12901 "This package allows for testing of non-nested models. It includes tests
12902 of model distinguishability and of model fit that can be applied to both
12903 nested and non-nested models. The package also includes functionality to
12904 obtain confidence intervals associated with AIC and BIC.")
12905 ;; Either version of the GPL.
12906 (license (list license:gpl2 license:gpl3))))
12907
12908 (define-public r-penalized
12909 (package
12910 (name "r-penalized")
12911 (version "0.9-51")
12912 (source
12913 (origin
12914 (method url-fetch)
12915 (uri (cran-uri "penalized" version))
12916 (sha256
12917 (base32
12918 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
12919 (build-system r-build-system)
12920 (propagated-inputs
12921 `(("r-rcpp" ,r-rcpp)
12922 ("r-rcpparmadillo" ,r-rcpparmadillo)
12923 ("r-survival" ,r-survival)))
12924 (home-page "https://cran.r-project.org/web/packages/penalized/")
12925 (synopsis "Penalized estimation in GLMs and in the Cox model")
12926 (description
12927 "This package provides tools for fitting possibly high dimensional
12928 penalized regression models. The penalty structure can be any combination of
12929 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
12930 constraint on the regression coefficients. The supported regression models
12931 are linear, logistic and Poisson regression and the Cox Proportional Hazards
12932 model. Cross-validation routines allow optimization of the tuning
12933 parameters.")
12934 (license license:gpl2+)))
12935
12936 (define-public r-zim
12937 (package
12938 (name "r-zim")
12939 (version "1.1.0")
12940 (source
12941 (origin
12942 (method url-fetch)
12943 (uri (cran-uri "ZIM" version))
12944 (sha256
12945 (base32
12946 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
12947 (properties `((upstream-name . "ZIM")))
12948 (build-system r-build-system)
12949 (propagated-inputs `(("r-mass" ,r-mass)))
12950 (home-page "https://github.com/biostatstudio/ZIM")
12951 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
12952 (description
12953 "Analyze count time series with excess zeros. Two types of statistical
12954 models are supported: Markov regression and state-space models. They are also
12955 known as observation-driven and parameter-driven models respectively in the
12956 time series literature. The functions used for Markov regression or
12957 observation-driven models can also be used to fit ordinary regression models
12958 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
12959 negative binomial (ZINB) assumption. The package also contains miscellaneous
12960 functions to compute density, distribution, quantile, and generate random
12961 numbers from ZIP and ZINB distributions.")
12962 (license license:gpl3)))
12963
12964 (define-public r-nor1mix
12965 (package
12966 (name "r-nor1mix")
12967 (version "1.3-0")
12968 (source
12969 (origin
12970 (method url-fetch)
12971 (uri (cran-uri "nor1mix" version))
12972 (sha256
12973 (base32
12974 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
12975 (build-system r-build-system)
12976 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
12977 (synopsis "Normal (1-d) mixture models")
12978 (description
12979 "This package provides S3 classes and methods for one-dimensional normal
12980 mixture models, for, e.g., density estimation or clustering algorithms
12981 research and teaching; it provides the widely used Marron-Wand densities. It
12982 also provides tools for efficient random number generation and graphics.")
12983 (license license:gpl2+)))
12984
12985 (define-public r-beanplot
12986 (package
12987 (name "r-beanplot")
12988 (version "1.2")
12989 (source
12990 (origin
12991 (method url-fetch)
12992 (uri (cran-uri "beanplot" version))
12993 (sha256
12994 (base32
12995 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
12996 (build-system r-build-system)
12997 (home-page "https://cran.r-project.org/web/packages/beanplot/")
12998 (synopsis "Visualization via beanplots")
12999 (description
13000 "This package provides beanplots, an alternative to
13001 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
13002 graphs.")
13003 (license license:gpl2)))
13004
13005 (define-public r-pbdzmq
13006 (package
13007 (name "r-pbdzmq")
13008 (version "0.3-3")
13009 (source
13010 (origin
13011 (method url-fetch)
13012 (uri (cran-uri "pbdZMQ" version))
13013 (sha256
13014 (base32
13015 "1jkfcfhspvqra7vbllrvkz3jx8j7d0ang6zzcdjgpb7200sc29mf"))))
13016 (properties `((upstream-name . "pbdZMQ")))
13017 (build-system r-build-system)
13018 (inputs
13019 `(("zeromq" ,zeromq)
13020 ("zlib" ,zlib)))
13021 (native-inputs
13022 `(("pkg-config" ,pkg-config)))
13023 (home-page "https://pbdr.org/")
13024 (synopsis "R interface to ZeroMQ")
13025 (description
13026 "ZeroMQ is a well-known library for high-performance asynchronous
13027 messaging in scalable, distributed applications. This package provides high
13028 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
13029 interactive client/server programming frameworks. A few wrapper functions
13030 compatible with @code{rzmq} are also provided.")
13031 (license license:gpl3)))
13032
13033 (define-public r-repr
13034 (package
13035 (name "r-repr")
13036 (version "1.1.0")
13037 (source
13038 (origin
13039 (method url-fetch)
13040 (uri (cran-uri "repr" version))
13041 (sha256
13042 (base32
13043 "15jz780w4nd9qjd1g3gq8f5lkh60p2v3ig3hm5kl1rg3z4cf0gvl"))))
13044 (build-system r-build-system)
13045 (propagated-inputs
13046 `(("r-base64enc" ,r-base64enc)
13047 ("r-htmltools" ,r-htmltools)
13048 ("r-jsonlite" ,r-jsonlite)
13049 ("r-pillar" ,r-pillar)))
13050 (home-page "https://cran.r-project.org/web/packages/repr/")
13051 (synopsis "Serializable representations")
13052 (description
13053 "This package provides string and binary representations of objects for
13054 several formats and MIME types.")
13055 (license license:gpl3)))
13056
13057 (define-public r-irdisplay
13058 (package
13059 (name "r-irdisplay")
13060 (version "0.7.0")
13061 (source
13062 (origin
13063 (method url-fetch)
13064 (uri (cran-uri "IRdisplay" version))
13065 (sha256
13066 (base32
13067 "12chk53nf4zckgc4yl7gbvd7m5dvli52inp5b3f0zvcjvfncksli"))))
13068 (properties `((upstream-name . "IRdisplay")))
13069 (build-system r-build-system)
13070 (propagated-inputs
13071 `(("r-repr" ,r-repr)))
13072 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
13073 (synopsis "Jupyter display machinery")
13074 (description
13075 "This package provides an interface to the rich display capabilities of
13076 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
13077 running IRkernel session.")
13078 (license license:expat)))
13079
13080 (define-public r-irkernel
13081 (package
13082 (name "r-irkernel")
13083 (version "1.1")
13084 (source
13085 (origin
13086 (method url-fetch)
13087 (uri (cran-uri "IRkernel" version))
13088 (sha256
13089 (base32
13090 "1viqxs91dys1z4cf7gb59rmqvzb8lc7jdp4azrpmhgwa8qf46s94"))))
13091 (properties `((upstream-name . "IRkernel")))
13092 (build-system r-build-system)
13093 (arguments
13094 `(#:phases
13095 (modify-phases %standard-phases
13096 (add-after 'install 'install-kernelspec
13097 (lambda* (#:key outputs #:allow-other-keys)
13098 (let ((out (assoc-ref outputs "out")))
13099 (setenv "HOME" "/tmp")
13100 (invoke "jupyter" "kernelspec" "install"
13101 "--name" "ir"
13102 "--prefix" out
13103 (string-append out "/site-library/IRkernel/kernelspec"))
13104 ;; Record the absolute file name of the 'R' executable in
13105 ;; 'kernel.json'.
13106 (substitute* (string-append out "/share/jupyter"
13107 "/kernels/ir/kernel.json")
13108 (("\\[\"R\",")
13109 (string-append "[\"" (which "R") "\",")))
13110 #t))))))
13111 (inputs
13112 `(("jupyter" ,jupyter)))
13113 (propagated-inputs
13114 `(("r-crayon" ,r-crayon)
13115 ("r-digest" ,r-digest)
13116 ("r-evaluate" ,r-evaluate)
13117 ("r-irdisplay" ,r-irdisplay)
13118 ("r-jsonlite" ,r-jsonlite)
13119 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
13120 ("r-minimal" ,r-minimal)
13121 ("r-pbdzmq" ,r-pbdzmq)
13122 ("r-repr" ,r-repr)
13123 ("r-uuid" ,r-uuid)))
13124 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
13125 (synopsis "Native R kernel for Jupyter")
13126 (description
13127 "The R kernel for the Jupyter environment executes R code which the
13128 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
13129 network.")
13130 (license license:expat)))
13131
13132 (define-public r-gmodels
13133 (package
13134 (name "r-gmodels")
13135 (version "2.18.1")
13136 (source
13137 (origin
13138 (method url-fetch)
13139 (uri (cran-uri "gmodels" version))
13140 (sha256
13141 (base32
13142 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
13143 (build-system r-build-system)
13144 (propagated-inputs
13145 `(("r-gdata" ,r-gdata)
13146 ("r-mass" ,r-mass)))
13147 (home-page "https://cran.r-project.org/web/packages/gmodels/")
13148 (synopsis "Various R programming tools for model fitting")
13149 (description
13150 "This package provides various R programming tools for model fitting.")
13151 (license license:gpl2)))
13152
13153 (define-public r-apcluster
13154 (package
13155 (name "r-apcluster")
13156 (version "1.4.8")
13157 (source
13158 (origin
13159 (method url-fetch)
13160 (uri (cran-uri "apcluster" version))
13161 (sha256
13162 (base32
13163 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
13164 (build-system r-build-system)
13165 (propagated-inputs
13166 `(("r-matrix" ,r-matrix)
13167 ("r-rcpp" ,r-rcpp)))
13168 (home-page "https://cran.r-project.org/web/packages/apcluster/")
13169 (synopsis "Affinity propagation clustering")
13170 (description
13171 "This package implements affinity propagation clustering introduced by
13172 Frey and Dueck (2007). The package further provides leveraged affinity
13173 propagation and an algorithm for exemplar-based agglomerative clustering that
13174 can also be used to join clusters obtained from affinity propagation. Various
13175 plotting functions are available for analyzing clustering results.")
13176 (license license:gpl2+)))
13177
13178 (define-public r-valr
13179 (package
13180 (name "r-valr")
13181 (version "0.6.1")
13182 (source
13183 (origin
13184 (method url-fetch)
13185 (uri (cran-uri "valr" version))
13186 (sha256
13187 (base32
13188 "1qxw6h63i2vfb2w6q453zzwk0ypma3xdwwpj15i06669vzgyy3bb"))))
13189 (build-system r-build-system)
13190 (propagated-inputs
13191 `(("r-broom" ,r-broom)
13192 ("r-dplyr" ,r-dplyr)
13193 ("r-ggplot2" ,r-ggplot2)
13194 ("r-rcpp" ,r-rcpp)
13195 ("r-readr" ,r-readr)
13196 ("r-rlang" ,r-rlang)
13197 ("r-stringr" ,r-stringr)
13198 ("r-tibble" ,r-tibble)))
13199 (native-inputs
13200 `(("r-knitr" ,r-knitr)))
13201 (home-page "http://github.com/rnabioco/valr")
13202 (synopsis "Genome interval arithmetic in R")
13203 (description
13204 "This package enables you to read and manipulate genome intervals and
13205 signals. It provides functionality similar to command-line tool suites within
13206 R, enabling interactive analysis and visualization of genome-scale data.")
13207 (license license:expat)))
13208
13209 (define-public r-rematch2
13210 (package
13211 (name "r-rematch2")
13212 (version "2.1.2")
13213 (source
13214 (origin
13215 (method url-fetch)
13216 (uri (cran-uri "rematch2" version))
13217 (sha256
13218 (base32
13219 "1fzpz8vhghw8ygwg6rsvfy3783pqk7ch029i5851lwypkplvz77y"))))
13220 (build-system r-build-system)
13221 (propagated-inputs
13222 `(("r-tibble" ,r-tibble)))
13223 (home-page "https://github.com/r-lib/rematch2")
13224 (synopsis "Tidy output from regular expression matching")
13225 (description
13226 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
13227 return the match results in tidy data frames.")
13228 (license license:expat)))
13229
13230 (define-public r-picante
13231 (package
13232 (name "r-picante")
13233 (version "1.8.2")
13234 (source
13235 (origin
13236 (method url-fetch)
13237 (uri (cran-uri "picante" version))
13238 (sha256
13239 (base32
13240 "19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
13241 (build-system r-build-system)
13242 (propagated-inputs
13243 `(("r-ape" ,r-ape)
13244 ("r-nlme" ,r-nlme)
13245 ("r-vegan" ,r-vegan)))
13246 (home-page "https://cran.r-project.org/web/packages/picante/")
13247 (synopsis "Integrating phylogenies and ecology")
13248 (description
13249 "This package provides functions for phylocom integration, community
13250 analyses, null-models, traits and evolution. It implements numerous
13251 ecophylogenetic approaches including measures of community phylogenetic and
13252 trait diversity, phylogenetic signal, estimation of trait values for
13253 unobserved taxa, null models for community and phylogeny randomizations, and
13254 utility functions for data input/output and phylogeny plotting. A full
13255 description of package functionality and methods are provided by Kembel et
13256 al. (2010).")
13257 (license license:gpl2)))
13258
13259 (define-public r-reinforcelearn
13260 (package
13261 (name "r-reinforcelearn")
13262 (version "0.2.1")
13263 (source
13264 (origin
13265 (method url-fetch)
13266 (uri (cran-uri "reinforcelearn" version))
13267 (sha256
13268 (base32
13269 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
13270 (build-system r-build-system)
13271 (propagated-inputs
13272 `(("r-checkmate" ,r-checkmate)
13273 ("r-nnet" ,r-nnet)
13274 ("r-purrr" ,r-purrr)
13275 ("r-r6" ,r-r6)))
13276 (home-page "https://markusdumke.github.io/reinforcelearn")
13277 (synopsis "Reinforcement learning")
13278 (description
13279 "This package implements reinforcement learning environments and
13280 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
13281 can be used with function approximation, eligibility traces (Singh & Sutton,
13282 1996) and experience replay (Mnih et al., 2013).")
13283 (license license:expat)))
13284
13285 (define-public r-lemon
13286 (package
13287 (name "r-lemon")
13288 (version "0.4.5")
13289 (source
13290 (origin
13291 (method url-fetch)
13292 (uri (cran-uri "lemon" version))
13293 (sha256
13294 (base32
13295 "1y3ljidhqdakxlya2npj2w0az820g8kw6gl1cfm4f0cxvzgd1ly4"))))
13296 (build-system r-build-system)
13297 (propagated-inputs
13298 `(("r-ggplot2" ,r-ggplot2)
13299 ("r-gridextra" ,r-gridextra)
13300 ("r-gtable" ,r-gtable)
13301 ("r-knitr" ,r-knitr)
13302 ("r-lattice" ,r-lattice)
13303 ("r-plyr" ,r-plyr)
13304 ("r-rlang" ,r-rlang)
13305 ("r-scales" ,r-scales)))
13306 (native-inputs
13307 `(("r-knitr" ,r-knitr)))
13308 (home-page "https://github.com/stefanedwards/lemon")
13309 (synopsis "Freshen up your ggplot2 plots")
13310 (description
13311 "This package provides functions for working with legends and axis lines
13312 of ggplot2, facets that repeat axis lines on all panels, and some knitr
13313 extensions.")
13314 (license license:gpl3)))
13315
13316 (define-public r-wgaim
13317 (package
13318 (name "r-wgaim")
13319 (version "2.0-1")
13320 (source
13321 (origin
13322 (method url-fetch)
13323 (uri (cran-uri "wgaim" version))
13324 (sha256
13325 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
13326 (build-system r-build-system)
13327 (propagated-inputs
13328 `(("r-ggplot2" ,r-ggplot2)
13329 ("r-qtl" ,r-qtl)))
13330 (home-page "https://cran.r-project.org/web/packages/wgaim")
13331 (synopsis "Whole genome average interval mapping for QTL detection")
13332 (description
13333 "This package integrates sophisticated mixed modelling methods with a
13334 whole genome approach to detecting significant QTL in linkage maps.")
13335 (license license:gpl2+)))
13336
13337 (define-public r-bedr
13338 (package
13339 (name "r-bedr")
13340 (version "1.0.7")
13341 (source
13342 (origin
13343 (method url-fetch)
13344 (uri (cran-uri "bedr" version))
13345 (sha256
13346 (base32
13347 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
13348 (build-system r-build-system)
13349 (propagated-inputs
13350 `(("r-data-table" ,r-data-table)
13351 ("r-r-utils" ,r-r-utils)
13352 ("r-testthat" ,r-testthat)
13353 ("r-venndiagram" ,r-venndiagram)
13354 ("r-yaml" ,r-yaml)
13355 ("bedops" ,bedops)
13356 ("bedtools" ,bedtools)
13357 ("htslib" ,htslib))) ; for tabix
13358 (native-inputs
13359 `(("r-knitr" ,r-knitr))) ; for vignettes
13360 (home-page "https://cran.r-project.org/web/packages/bedr")
13361 (synopsis "Genomic region processing")
13362 (description
13363 "This package is for genomic regions processing using command line tools
13364 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
13365 utilities to perform genome arithmetic e.g indexing, formatting and merging.
13366 The bedr package's API enhances access to these tools as well as offers
13367 additional utilities for genomic regions processing.")
13368 (license license:gpl2)))
13369
13370 (define-public r-sets
13371 (package
13372 (name "r-sets")
13373 (version "1.0-18")
13374 (source
13375 (origin
13376 (method url-fetch)
13377 (uri (cran-uri "sets" version))
13378 (sha256
13379 (base32
13380 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
13381 (properties `((upstream-name . "sets")))
13382 (build-system r-build-system)
13383 (home-page "https://cran.r-project.org/web/packages/sets")
13384 (synopsis "Sets, generalized sets, customizable sets and intervals")
13385 (description
13386 "This package provides data structures and basic operations for ordinary
13387 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
13388 customizable sets, and intervals.")
13389 (license license:gpl2)))
13390
13391 (define-public r-partitions
13392 (package
13393 (name "r-partitions")
13394 (version "1.9-22")
13395 (source
13396 (origin
13397 (method url-fetch)
13398 (uri (cran-uri "partitions" version))
13399 (sha256
13400 (base32
13401 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
13402 (build-system r-build-system)
13403 (propagated-inputs
13404 `(("r-gmp" ,r-gmp)
13405 ("r-polynom" ,r-polynom)
13406 ("r-sets" ,r-sets)))
13407 (home-page "https://cran.r-project.org/web/packages/partitions")
13408 (synopsis "Additive partitions of integers")
13409 (description
13410 "This package provides tools to enumerates the partitions, unequal
13411 partitions, and restricted partitions of an integer; the three corresponding
13412 partition functions are also given.")
13413 ;; Any version of the GPL
13414 (license license:gpl2+)))
13415
13416 (define-public r-brobdingnag
13417 (package
13418 (name "r-brobdingnag")
13419 (version "1.2-6")
13420 (source
13421 (origin
13422 (method url-fetch)
13423 (uri (cran-uri "Brobdingnag" version))
13424 (sha256
13425 (base32
13426 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
13427 (properties `((upstream-name . "Brobdingnag")))
13428 (build-system r-build-system)
13429 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
13430 (synopsis "Very large numbers in R")
13431 (description
13432 "This package handles very large numbers in R. Real numbers are held
13433 using their natural logarithms, plus a logical flag indicating sign. The
13434 package includes a vignette that gives a step-by-step introduction to using S4
13435 methods.")
13436 ;; Any version of the GPL
13437 (license license:gpl2+)))
13438
13439 (define-public r-untb
13440 (package
13441 (name "r-untb")
13442 (version "1.7-4")
13443 (source
13444 (origin
13445 (method url-fetch)
13446 (uri (cran-uri "untb" version))
13447 (sha256
13448 (base32
13449 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
13450 (build-system r-build-system)
13451 (propagated-inputs
13452 `(("r-brobdingnag" ,r-brobdingnag)
13453 ("r-partitions" ,r-partitions)
13454 ("r-polynom" ,r-polynom)))
13455 (home-page "https://github.com/RobinHankin/untb.git")
13456 (synopsis "Ecological drift under the UNTB")
13457 (description
13458 "This package provides numerical simulations, and visualizations, of
13459 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
13460 (license license:gpl2+)))
13461
13462 (define-public r-stepwise
13463 (package
13464 (name "r-stepwise")
13465 (version "0.3")
13466 (source
13467 (origin
13468 (method url-fetch)
13469 (uri (cran-uri "stepwise" version))
13470 (sha256
13471 (base32
13472 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
13473 (build-system r-build-system)
13474 (home-page "https://stat.sfu.ca/statgen/research/stepwise.html")
13475 (synopsis "Stepwise detection of recombination breakpoints")
13476 (description
13477 "This package provides a stepwise approach to identifying recombination
13478 breakpoints in a genomic sequence alignment.")
13479 (license license:gpl2+)))
13480
13481 (define-public r-snpmaxsel
13482 (package
13483 (name "r-snpmaxsel")
13484 (version "1.0-3")
13485 (source
13486 (origin
13487 (method url-fetch)
13488 (uri (cran-uri "SNPmaxsel" version))
13489 (sha256
13490 (base32
13491 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
13492 (properties `((upstream-name . "SNPmaxsel")))
13493 (build-system r-build-system)
13494 (propagated-inputs
13495 `(("r-combinat" ,r-combinat)
13496 ("r-mvtnorm" ,r-mvtnorm)))
13497 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
13498 (synopsis "Maximally selected statistics for SNP data")
13499 (description
13500 "This package implements asymptotic methods related to maximally selected
13501 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
13502 data.")
13503 (license license:gpl2+)))
13504
13505 (define-public r-acsnminer
13506 (package
13507 (name "r-acsnminer")
13508 (version "0.16.8.25")
13509 (source (origin
13510 (method url-fetch)
13511 (uri (cran-uri "ACSNMineR" version))
13512 (sha256
13513 (base32
13514 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
13515 (properties `((upstream-name . "ACSNMineR")))
13516 (build-system r-build-system)
13517 (propagated-inputs
13518 `(("r-ggplot2" ,r-ggplot2)
13519 ("r-gridextra" ,r-gridextra)))
13520 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
13521 (synopsis "Gene enrichment analysis")
13522 (description
13523 "This package provides tools to compute and represent gene set enrichment
13524 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
13525 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
13526 enrichment can be run with hypergeometric test or Fisher exact test, and can
13527 use multiple corrections. Visualization of data can be done either by
13528 barplots or heatmaps.")
13529 (license license:gpl2+)))
13530
13531 (define-public r-seqinr
13532 (package
13533 (name "r-seqinr")
13534 (version "3.6-1")
13535 (source
13536 (origin
13537 (method url-fetch)
13538 (uri (cran-uri "seqinr" version))
13539 (sha256
13540 (base32
13541 "0j30za6kji6y3v09cvcydiacnp65pv6ig8aw7cydl47l5s9chky4"))))
13542 (build-system r-build-system)
13543 (propagated-inputs
13544 `(("r-ade4" ,r-ade4)
13545 ("r-segmented" ,r-segmented)))
13546 (inputs
13547 `(("zlib" ,zlib)))
13548 (home-page "http://seqinr.r-forge.r-project.org/")
13549 (synopsis "Biological sequences retrieval and analysis")
13550 (description
13551 "This package provides tools for exploratory data analysis and data
13552 visualization of biological sequence (DNA and protein) data. It also includes
13553 utilities for sequence data management under the ACNUC system.")
13554 (license license:gpl2+)))
13555
13556 (define-public r-units
13557 (package
13558 (name "r-units")
13559 (version "0.6-7")
13560 (source
13561 (origin
13562 (method url-fetch)
13563 (uri (cran-uri "units" version))
13564 (sha256
13565 (base32
13566 "1rdpbkiqcabz00fqzzs98v89v4cgvcd4pb00pwxzkq6vmwmscwrz"))))
13567 (build-system r-build-system)
13568 (inputs
13569 `(("udunits" ,udunits)))
13570 (propagated-inputs
13571 `(("r-rcpp" ,r-rcpp)))
13572 (native-inputs
13573 `(("r-knitr" ,r-knitr)))
13574 (home-page "https://github.com/r-quantities/units/")
13575 (synopsis "Measurement Units for R Vectors")
13576 (description
13577 "This package provides support for measurement units in R vectors,
13578 matrices and arrays: automatic propagation, conversion, derivation and
13579 simplification of units; raising errors in case of unit incompatibility. It
13580 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
13581 classes.")
13582 (license license:gpl2)))
13583
13584 (define-public r-classint
13585 (package
13586 (name "r-classint")
13587 (version "0.4-3")
13588 (source
13589 (origin
13590 (method url-fetch)
13591 (uri (cran-uri "classInt" version))
13592 (sha256
13593 (base32
13594 "1b1lqhpzxm6b8pza8l3s0cxy74mm9y45lcd3354i2v3bg8m7mply"))))
13595 (properties `((upstream-name . "classInt")))
13596 (build-system r-build-system)
13597 (propagated-inputs
13598 `(("r-class" ,r-class)
13599 ("r-e1071" ,r-e1071)
13600 ("r-kernsmooth" ,r-kernsmooth)))
13601 (native-inputs
13602 `(("gfortran" ,gfortran)
13603 ("r-knitr" ,r-knitr)))
13604 (home-page "https://github.com/r-spatial/classInt/")
13605 (synopsis "Choose univariate class intervals")
13606 (description
13607 "This package provides selected commonly used methods for choosing
13608 univariate class intervals for mapping or other graphics purposes.")
13609 (license license:gpl2+)))
13610
13611 (define-public r-spdata
13612 (package
13613 (name "r-spdata")
13614 (version "0.3.5")
13615 (source
13616 (origin
13617 (method url-fetch)
13618 (uri (cran-uri "spData" version))
13619 (sha256
13620 (base32
13621 "09l9j1vjbfyc8mikb8kliqmdjkg4xigq3zhdx98mv51flh5q87lh"))))
13622 (properties `((upstream-name . "spData")))
13623 (build-system r-build-system)
13624 (propagated-inputs
13625 `(("r-raster" ,r-raster)
13626 ("r-sp" ,r-sp)))
13627 (home-page "https://github.com/Nowosad/spData")
13628 (synopsis "Datasets for spatial analysis")
13629 (description
13630 "This a package containing diverse spatial datasets for demonstrating,
13631 benchmarking and teaching spatial data analysis. It includes R data of class
13632 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
13633 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
13634 of the datasets are designed to illustrate specific analysis techniques.
13635 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
13636 illustrate point pattern analysis techniques.")
13637 (license license:cc0)))
13638
13639 (define-public r-learnbayes
13640 (package
13641 (name "r-learnbayes")
13642 (version "2.15.1")
13643 (source
13644 (origin
13645 (method url-fetch)
13646 (uri (cran-uri "LearnBayes" version))
13647 (sha256
13648 (base32
13649 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
13650 (properties `((upstream-name . "LearnBayes")))
13651 (build-system r-build-system)
13652 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
13653 (synopsis "Functions for learning Bayesian inference")
13654 (description
13655 "This package provides a collection of functions helpful in learning the
13656 basic tenets of Bayesian statistical inference. It contains functions for
13657 summarizing basic one and two parameter posterior distributions and predictive
13658 distributions. It contains MCMC algorithms for summarizing posterior
13659 distributions defined by the user. It also contains functions for regression
13660 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
13661 sampling.")
13662 (license license:gpl2+)))
13663
13664 (define-public r-deldir
13665 (package
13666 (name "r-deldir")
13667 (version "0.1-25")
13668 (source
13669 (origin
13670 (method url-fetch)
13671 (uri (cran-uri "deldir" version))
13672 (sha256
13673 (base32
13674 "0kdglv8rc1pb4ilcid4xc9wpv5kkj2y6x6wg7919k3hya7mz58ph"))))
13675 (build-system r-build-system)
13676 (native-inputs `(("gfortran" ,gfortran)))
13677 (home-page "https://cran.r-project.org/web/packages/deldir")
13678 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
13679 (description
13680 "This package provides tools for calculating the Delaunay triangulation
13681 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
13682 of a planar point set. It plots triangulations and tessellations in various
13683 ways, clips tessellations to sub-windows, calculates perimeters of
13684 tessellations, and summarizes information about the tiles of the
13685 tessellation.")
13686 (license license:gpl2+)))
13687
13688 (define-public r-sf
13689 (package
13690 (name "r-sf")
13691 (version "0.9-4")
13692 (source
13693 (origin
13694 (method url-fetch)
13695 (uri (cran-uri "sf" version))
13696 (sha256
13697 (base32
13698 "1xgmnz01pxvpg2ins1h65mlcrafqihlljcjlag8spq9ii7d5i7mx"))))
13699 (build-system r-build-system)
13700 (inputs
13701 `(("gdal" ,gdal)
13702 ("geos" ,geos)
13703 ("proj" ,proj.4)
13704 ("zlib" ,zlib)))
13705 (propagated-inputs
13706 `(("r-classint" ,r-classint)
13707 ("r-dbi" ,r-dbi)
13708 ("r-magrittr" ,r-magrittr)
13709 ("r-rcpp" ,r-rcpp)
13710 ("r-units" ,r-units)))
13711 (native-inputs
13712 `(("pkg-config" ,pkg-config)
13713 ("r-knitr" ,r-knitr)))
13714 (home-page "https://github.com/r-spatial/sf/")
13715 (synopsis "Simple features for R")
13716 (description
13717 "This package provides support for simple features, a standardized way to
13718 encode spatial vector data. It binds to GDAL for reading and writing data, to
13719 GEOS for geometrical operations, and to PROJ for projection conversions and
13720 datum transformations.")
13721 ;; Either of these licenses
13722 (license (list license:gpl2 license:expat))))
13723
13724 (define-public r-spdep
13725 (package
13726 (name "r-spdep")
13727 (version "1.1-3")
13728 (source
13729 (origin
13730 (method url-fetch)
13731 (uri (cran-uri "spdep" version))
13732 (sha256
13733 (base32
13734 "1f8cjffqqc6rnb3n4qym70ca6nz2kvrsd3g587wrqdr79nnbwnrk"))))
13735 (build-system r-build-system)
13736 (propagated-inputs
13737 `(("r-boot" ,r-boot)
13738 ("r-coda" ,r-coda)
13739 ("r-deldir" ,r-deldir)
13740 ("r-expm" ,r-expm)
13741 ("r-gmodels" ,r-gmodels)
13742 ("r-learnbayes" ,r-learnbayes)
13743 ("r-mass" ,r-mass)
13744 ("r-matrix" ,r-matrix)
13745 ("r-nlme" ,r-nlme)
13746 ("r-sf" ,r-sf)
13747 ("r-sp" ,r-sp)
13748 ("r-spdata" ,r-spdata)))
13749 (home-page "https://github.com/r-spatial/spdep/")
13750 (synopsis "Spatial dependence: weighting schemes, statistics and models")
13751 (description
13752 "This package provides a collection of functions to create spatial
13753 weights matrix objects from polygon contiguities, from point patterns by
13754 distance and tessellations, for summarizing these objects, and for permitting
13755 their use in spatial data analysis, including regional aggregation by minimum
13756 spanning tree.")
13757 (license license:gpl2+)))
13758
13759 (define-public r-adegenet
13760 (package
13761 (name "r-adegenet")
13762 (version "2.1.3")
13763 (source
13764 (origin
13765 (method url-fetch)
13766 (uri (cran-uri "adegenet" version))
13767 (sha256
13768 (base32
13769 "1ipnawi0qfd4rfwj37igvh36x1a9d8x4n7xynn1jcr12rd713407"))))
13770 (build-system r-build-system)
13771 (propagated-inputs
13772 `(("r-ade4" ,r-ade4)
13773 ("r-ape" ,r-ape)
13774 ("r-boot" ,r-boot)
13775 ("r-dplyr" ,r-dplyr)
13776 ("r-ggplot2" ,r-ggplot2)
13777 ("r-igraph" ,r-igraph)
13778 ("r-mass" ,r-mass)
13779 ("r-reshape2" ,r-reshape2)
13780 ("r-seqinr" ,r-seqinr)
13781 ("r-shiny" ,r-shiny)
13782 ("r-spdep" ,r-spdep)
13783 ("r-vegan" ,r-vegan)))
13784 (home-page "https://github.com/thibautjombart/adegenet")
13785 (synopsis "Exploratory analysis of genetic and genomic data")
13786 (description
13787 "This package provides a toolset for the exploration of genetic and
13788 genomic data. Adegenet provides formal (S4) classes for storing and handling
13789 various genetic data, including genetic markers with varying ploidy and
13790 hierarchical population structure (@code{genind} class), alleles counts by
13791 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
13792 also implements original multivariate methods (DAPC, sPCA), graphics,
13793 statistical tests, simulation tools, distance and similarity measures, and
13794 several spatial methods. A range of both empirical and simulated datasets is
13795 also provided to illustrate various methods.")
13796 (license license:gpl2+)))
13797
13798 (define-public r-pegas
13799 (package
13800 (name "r-pegas")
13801 (version "0.13")
13802 (source
13803 (origin
13804 (method url-fetch)
13805 (uri (cran-uri "pegas" version))
13806 (sha256
13807 (base32 "002i7s4g0nhnq0v05gs0yssqiyhpq2f7rw2rhn31hsbgxc86frvy"))))
13808 (build-system r-build-system)
13809 (propagated-inputs
13810 `(("r-adegenet" ,r-adegenet)
13811 ("r-ape" ,r-ape)))
13812 (home-page "http://ape-package.ird.fr/pegas.html")
13813 (synopsis "Population and evolutionary genetics analysis system")
13814 (description
13815 "This package provides functions for reading, writing, plotting,
13816 analysing, and manipulating allelic and haplotypic data, including from VCF
13817 files, and for the analysis of population nucleotide sequences and
13818 micro-satellites including coalescent analyses, linkage disequilibrium,
13819 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
13820 minimum spanning tree and network, and median-joining networks.")
13821 (license license:gpl2+)))
13822
13823 (define-public r-rmetasim
13824 (package
13825 (name "r-rmetasim")
13826 (version "3.1.14")
13827 (source
13828 (origin
13829 (method url-fetch)
13830 (uri (cran-uri "rmetasim" version))
13831 (sha256
13832 (base32
13833 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
13834 (build-system r-build-system)
13835 (propagated-inputs
13836 `(("r-ade4" ,r-ade4)
13837 ("r-adegenet" ,r-adegenet)
13838 ("r-gtools" ,r-gtools)
13839 ("r-pegas" ,r-pegas)))
13840 (home-page "https://cran.r-project.org/web/packages/rmetasim")
13841 (synopsis "Individual-based population genetic simulation environment")
13842 (description
13843 "This package provides an interface between R and the metasim simulation
13844 engine. The simulation environment is documented in: Strand, A.(2002),
13845 Metasim 1.0: an individual-based environment for simulating population
13846 genetics of complex population dynamics.")
13847 ;; Any GPL version
13848 (license license:gpl2+)))
13849
13850 (define-public r-genetics
13851 (package
13852 (name "r-genetics")
13853 (version "1.3.8.1.2")
13854 (source
13855 (origin
13856 (method url-fetch)
13857 (uri (cran-uri "genetics" version))
13858 (sha256
13859 (base32
13860 "1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
13861 (build-system r-build-system)
13862 (propagated-inputs
13863 `(("r-combinat" ,r-combinat)
13864 ("r-gdata" ,r-gdata)
13865 ("r-gtools" ,r-gtools)
13866 ("r-mass" ,r-mass)
13867 ("r-mvtnorm" ,r-mvtnorm)))
13868 (home-page "https://cran.r-project.org/web/packages/genetics/")
13869 (synopsis "Population genetics")
13870 (description
13871 "This package provides classes and methods for handling genetic data.
13872 It includes classes to represent genotypes and haplotypes at single markers up
13873 to multiple markers on multiple chromosomes. Function include allele
13874 frequencies, flagging homo/heterozygotes, flagging carriers of certain
13875 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
13876 and testing for linkage disequilibrium, ...")
13877 ;; Any GPL version.
13878 (license license:gpl2+)))
13879
13880 (define-public r-snp-plotter
13881 (package
13882 (name "r-snp-plotter")
13883 (version "0.5.1")
13884 (source
13885 (origin
13886 (method url-fetch)
13887 (uri (cran-uri "snp.plotter" version))
13888 (sha256
13889 (base32
13890 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
13891 (properties `((upstream-name . "snp.plotter")))
13892 (build-system r-build-system)
13893 (propagated-inputs `(("r-genetics" ,r-genetics)))
13894 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
13895 (synopsis "Plot p-values using single SNP and/or haplotype data")
13896 (description
13897 "This package helps you create plots of p-values using single SNP and/or
13898 haplotype data. Main features of the package include options to display a
13899 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
13900 datasets simultaneously. Plots can be created using global and/or individual
13901 haplotype p-values along with single SNP p-values. Images are created as
13902 either PDF/EPS files.")
13903 (license license:gpl2+)))
13904
13905 (define-public r-polspline
13906 (package
13907 (name "r-polspline")
13908 (version "1.1.19")
13909 (source
13910 (origin
13911 (method url-fetch)
13912 (uri (cran-uri "polspline" version))
13913 (sha256
13914 (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
13915 (build-system r-build-system)
13916 (native-inputs `(("gfortran" ,gfortran)))
13917 (home-page "https://cran.r-project.org/web/packages/polspline/")
13918 (synopsis "Polynomial spline routines")
13919 (description
13920 "This package provides routines for the polynomial spline fitting
13921 routines hazard regression, hazard estimation with flexible tails, logspline,
13922 lspec, polyclass, and polymars.")
13923 (license license:gpl2+)))
13924
13925 (define-public r-rms
13926 (package
13927 (name "r-rms")
13928 (version "6.0-0")
13929 (source
13930 (origin
13931 (method url-fetch)
13932 (uri (cran-uri "rms" version))
13933 (sha256
13934 (base32 "0m88m63d19qz03x8v56h4rrblln3d2943spi1v4wxxnbcdk22np9"))))
13935 (build-system r-build-system)
13936 (propagated-inputs
13937 `(("r-cluster" ,r-cluster)
13938 ("r-digest" ,r-digest)
13939 ("r-ggplot2" ,r-ggplot2)
13940 ("r-hmisc" ,r-hmisc)
13941 ("r-htmltable" ,r-htmltable)
13942 ("r-htmltools" ,r-htmltools)
13943 ("r-lattice" ,r-lattice)
13944 ("r-mass" ,r-mass)
13945 ("r-multcomp" ,r-multcomp)
13946 ("r-nlme" ,r-nlme)
13947 ("r-polspline" ,r-polspline)
13948 ("r-quantreg" ,r-quantreg)
13949 ("r-rpart" ,r-rpart)
13950 ("r-sparsem" ,r-sparsem)
13951 ("r-survival" ,r-survival)))
13952 (native-inputs `(("gfortran" ,gfortran)))
13953 (home-page "http://biostat.mc.vanderbilt.edu/rms")
13954 (synopsis "Regression modeling strategies")
13955 (description
13956 "This is a package for regression modeling, testing, estimation,
13957 validation, graphics, prediction, and typesetting by storing enhanced model
13958 design attributes in the fit. The rms package is a collection of functions
13959 that assist with and streamline modeling. It also contains functions for
13960 binary and ordinal logistic regression models, ordinal models for continuous Y
13961 with a variety of distribution families, and the Buckley-James multiple
13962 regression model for right-censored responses, and implements penalized
13963 maximum likelihood estimation for logistic and ordinary linear models. The
13964 package works with almost any regression model, but it was especially written
13965 to work with binary or ordinal regression models, Cox regression, accelerated
13966 failure time models, ordinary linear models, the Buckley-James model,
13967 generalized least squares for serially or spatially correlated observations,
13968 generalized linear models, and quantile regression.")
13969 (license license:gpl2+)))
13970
13971 (define-public r-haplo-stats
13972 (package
13973 (name "r-haplo-stats")
13974 (version "1.7.9")
13975 (source
13976 (origin
13977 (method url-fetch)
13978 (uri (cran-uri "haplo.stats" version))
13979 (sha256
13980 (base32
13981 "19kxascqq5qz0zdxx0w837ji207y1z2ggxkl4vmlbay03k2dw2mx"))))
13982 (properties `((upstream-name . "haplo.stats")))
13983 (build-system r-build-system)
13984 (propagated-inputs
13985 `(("r-rms" ,r-rms)))
13986 (native-inputs
13987 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
13988 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
13989 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
13990 (description
13991 "This package provides routines for the analysis of indirectly measured
13992 haplotypes. The statistical methods assume that all subjects are unrelated
13993 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
13994 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
13995 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
13996 examples in the vignette.")
13997 (license license:gpl2+)))
13998
13999 (define-public r-bqtl
14000 (package
14001 (name "r-bqtl")
14002 (version "1.0-32")
14003 (source
14004 (origin
14005 (method url-fetch)
14006 (uri (cran-uri "bqtl" version))
14007 (sha256
14008 (base32
14009 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
14010 (build-system r-build-system)
14011 (native-inputs `(("gfortran" ,gfortran)))
14012 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
14013 (synopsis "Bayesian QTL mapping toolkit")
14014 (description
14015 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
14016 lines. It includes maximum likelihood and Bayesian tools.")
14017 (license license:gpl2+)))
14018
14019 (define-public r-ibdreg
14020 (package
14021 (name "r-ibdreg")
14022 (version "0.2.5")
14023 (source
14024 (origin
14025 (method url-fetch)
14026 (uri (cran-uri "ibdreg" version))
14027 (sha256
14028 (base32
14029 "1kaa5q1byi30wzr0mw4w2cv1ssxprzcwf91wrpqwkgcsdy7dkh2g"))))
14030 (build-system r-build-system)
14031 (home-page "https://www.mayo.edu/research/labs/\
14032 statistical-genetics-genetic-epidemiology/software")
14033 (synopsis "Regression methods for IBD linkage with covariates")
14034 (description
14035 "This package provides a method to test genetic linkage with covariates
14036 by regression methods with response IBD sharing for relative pairs. Account
14037 for correlations of IBD statistics and covariates for relative pairs within
14038 the same pedigree.")
14039 (license license:gpl2+)))
14040
14041 (define-public r-dlmap
14042 (package
14043 (name "r-dlmap")
14044 (version "1.13")
14045 (source
14046 (origin
14047 (method url-fetch)
14048 (uri (cran-uri "dlmap" version))
14049 (sha256
14050 (base32
14051 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
14052 (build-system r-build-system)
14053 (propagated-inputs
14054 `(("r-ibdreg" ,r-ibdreg)
14055 ("r-mgcv" ,r-mgcv)
14056 ("r-nlme" ,r-nlme)
14057 ("r-qtl" ,r-qtl)
14058 ("r-wgaim" ,r-wgaim)))
14059 (home-page "https://cran.r-project.org/web/packages/dlmap/")
14060 (synopsis "Detection localization mapping for QTL")
14061 (description
14062 "This is package for QTL mapping in a mixed model framework with separate
14063 detection and localization stages. The first stage detects the number of QTL
14064 on each chromosome based on the genetic variation due to grouped markers on
14065 the chromosome; the second stage uses this information to determine the most
14066 likely QTL positions. The mixed model can accommodate general fixed and
14067 random effects, including spatial effects in field trials and pedigree
14068 effects. It is applicable to backcrosses, doubled haploids, recombinant
14069 inbred lines, F2 intercrosses, and association mapping populations.")
14070 (license license:gpl2)))
14071
14072 (define-public r-ldheatmap
14073 (package
14074 (name "r-ldheatmap")
14075 (version "0.99-8")
14076 (source
14077 (origin
14078 (method url-fetch)
14079 (uri (cran-uri "LDheatmap" version))
14080 (sha256
14081 (base32
14082 "1x3da3rbhyqb2ddngi48qv7vzb6vc347n9qhryr70qgcc1xvqj4z"))))
14083 (properties `((upstream-name . "LDheatmap")))
14084 (build-system r-build-system)
14085 (propagated-inputs
14086 `(("r-genetics" ,r-genetics)
14087 ("r-rcpp" ,r-rcpp)
14088 ("r-snpstats" ,r-snpstats)))
14089 (home-page "https://stat.sfu.ca/statgen/research/ldheatmap.html")
14090 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
14091 (description
14092 "This package provides tools to produce a graphical display, as a heat
14093 map, of measures of pairwise linkage disequilibria between SNPs. Users may
14094 optionally include the physical locations or genetic map distances of each SNP
14095 on the plot.")
14096 (license license:gpl3)))
14097
14098 (define-public r-hwde
14099 (package
14100 (name "r-hwde")
14101 (version "0.67")
14102 (source
14103 (origin
14104 (method url-fetch)
14105 (uri (cran-uri "hwde" version))
14106 (sha256
14107 (base32
14108 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
14109 (build-system r-build-system)
14110 (home-page "https://cran.r-project.org/web/packages/hwde/")
14111 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
14112 (description
14113 "This package fits models for genotypic disequilibria, as described in
14114 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
14115 terms are available that account for first order interactions between loci.
14116 It also implements, for a single locus in a single population, a conditional
14117 exact test for Hardy-Weinberg equilibrium.")
14118 (license license:gpl2+)))
14119
14120 (define-public r-tdthap
14121 (package
14122 (name "r-tdthap")
14123 (version "1.1-11")
14124 (source
14125 (origin
14126 (method url-fetch)
14127 (uri (cran-uri "tdthap" version))
14128 (sha256
14129 (base32
14130 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
14131 (build-system r-build-system)
14132 (home-page "https://cran.r-project.org/web/packages/tdthap/")
14133 (synopsis "TDT tests for extended haplotypes")
14134 (description
14135 "Functions and examples are provided for transmission/disequilibrium
14136 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
14137 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
14138 (license license:artistic2.0)))
14139
14140 (define-public r-sparql
14141 (package
14142 (name "r-sparql")
14143 (version "1.16")
14144 (source (origin
14145 (method url-fetch)
14146 (uri (cran-uri "SPARQL" version))
14147 (sha256
14148 (base32
14149 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
14150 (properties `((upstream-name . "SPARQL")))
14151 (build-system r-build-system)
14152 (propagated-inputs
14153 `(("r-rcurl" ,r-rcurl)
14154 ("r-xml" ,r-xml)))
14155 (home-page "https://cran.r-project.org/web/packages/SPARQL")
14156 (synopsis "SPARQL client for R")
14157 (description "This package provides an interface to use SPARQL to pose
14158 SELECT or UPDATE queries to an end-point.")
14159 ;; The only license indication is found in the DESCRIPTION file,
14160 ;; which states GPL-3. So we cannot assume GPLv3+.
14161 (license license:gpl3)))
14162
14163 (define-public r-bookdown
14164 (package
14165 (name "r-bookdown")
14166 (version "0.20")
14167 (source (origin
14168 (method url-fetch)
14169 (uri (cran-uri "bookdown" version))
14170 (sha256
14171 (base32
14172 "0gnshkp1aj7f29sjkhzxn890hz39nwaqdln61x8apmrc658nacdg"))))
14173 (build-system r-build-system)
14174 (propagated-inputs
14175 `(("r-htmltools" ,r-htmltools)
14176 ("r-knitr" ,r-knitr)
14177 ("r-rmarkdown" ,r-rmarkdown)
14178 ("r-tinytex" ,r-tinytex)
14179 ("r-xfun" ,r-xfun)
14180 ("pandoc" ,ghc-pandoc)))
14181 (home-page "https://github.com/rstudio/bookdown")
14182 (synopsis "Authoring books and technical documents with R markdown")
14183 (description "This package provides output formats and utilities for
14184 authoring books and technical documents with R Markdown.")
14185 (license license:gpl3)))
14186
14187 (define-public r-optparse
14188 (package
14189 (name "r-optparse")
14190 (version "1.6.6")
14191 (source
14192 (origin
14193 (method url-fetch)
14194 (uri (cran-uri "optparse" version))
14195 (sha256
14196 (base32
14197 "1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
14198 (build-system r-build-system)
14199 (propagated-inputs
14200 `(("r-getopt" ,r-getopt)))
14201 (native-inputs
14202 `(("r-knitr" ,r-knitr)))
14203 (home-page "https://github.com/trevorld/optparse")
14204 (synopsis "Command line option parser")
14205 (description
14206 "This package provides a command line parser inspired by Python's
14207 @code{optparse} library to be used with Rscript to write shebang scripts
14208 that accept short and long options.")
14209 (license license:gpl2+)))
14210
14211 (define-public r-wgcna
14212 (package
14213 (name "r-wgcna")
14214 (version "1.69")
14215 (source
14216 (origin
14217 (method url-fetch)
14218 (uri (cran-uri "WGCNA" version))
14219 (sha256
14220 (base32
14221 "022hkprnrafvggi8pkjffkvk1qlnibmbbxxrni00wkrdbga5589f"))))
14222 (properties `((upstream-name . "WGCNA")))
14223 (build-system r-build-system)
14224 (propagated-inputs
14225 `(("r-annotationdbi" ,r-annotationdbi)
14226 ("r-doparallel" ,r-doparallel)
14227 ("r-dynamictreecut" ,r-dynamictreecut)
14228 ("r-fastcluster" ,r-fastcluster)
14229 ("r-foreach" ,r-foreach)
14230 ("r-go-db" ,r-go-db)
14231 ("r-hmisc" ,r-hmisc)
14232 ("r-impute" ,r-impute)
14233 ("r-rcpp" ,r-rcpp)
14234 ("r-survival" ,r-survival)
14235 ("r-matrixstats" ,r-matrixstats)
14236 ("r-preprocesscore" ,r-preprocesscore)))
14237 (home-page
14238 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
14239 (synopsis "Weighted correlation network analysis")
14240 (description
14241 "This package provides functions necessary to perform Weighted
14242 Correlation Network Analysis on high-dimensional data. It includes functions
14243 for rudimentary data cleaning, construction and summarization of correlation
14244 networks, module identification and functions for relating both variables and
14245 modules to sample traits. It also includes a number of utility functions for
14246 data manipulation and visualization.")
14247 (license license:gpl2+)))
14248
14249 (define-public r-kernlab
14250 (package
14251 (name "r-kernlab")
14252 (version "0.9-29")
14253 (source
14254 (origin
14255 (method url-fetch)
14256 (uri (cran-uri "kernlab" version))
14257 (sha256
14258 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
14259 (build-system r-build-system)
14260 (home-page "https://cran.r-project.org/web/packages/kernlab")
14261 (synopsis "Kernel-based machine learning tools")
14262 (description
14263 "This package provides kernel-based machine learning methods for
14264 classification, regression, clustering, novelty detection, quantile regression
14265 and dimensionality reduction. Among other methods @code{kernlab} includes
14266 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
14267 and a QP solver.")
14268 (license license:gpl2)))
14269
14270 (define-public r-hierfstat
14271 (package
14272 (name "r-hierfstat")
14273 (version "0.04-22")
14274 (source
14275 (origin
14276 (method url-fetch)
14277 (uri (cran-uri "hierfstat" version))
14278 (sha256
14279 (base32
14280 "1fav2v2996v5kb1ffa6v5wxfm921syxg6as034vd3j4jfhdibyfx"))))
14281 (build-system r-build-system)
14282 (propagated-inputs
14283 `(("r-ade4" ,r-ade4)
14284 ("r-adegenet" ,r-adegenet)
14285 ("r-gtools" ,r-gtools)))
14286 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
14287 (synopsis "Estimation and tests of hierarchical F-statistics")
14288 (description
14289 "This package allows the estimation of hierarchical F-statistics from
14290 haploid or diploid genetic data with any numbers of levels in the hierarchy,
14291 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
14292 are also given to test via randomisations the significance of each F and
14293 variance components, using the likelihood-ratio statistics G.")
14294 (license license:gpl2+)))
14295
14296 (define-public r-hapassoc
14297 (package
14298 (name "r-hapassoc")
14299 (version "1.2-8")
14300 (source
14301 (origin
14302 (method url-fetch)
14303 (uri (cran-uri "hapassoc" version))
14304 (sha256
14305 (base32
14306 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
14307 (build-system r-build-system)
14308 (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html")
14309 (synopsis "Inference of trait associations with SNP haplotypes")
14310 (description
14311 "Hapassoc performs likelihood inference of trait associations with
14312 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
14313 functions are developed primarily for data collected in cohort or
14314 cross-sectional studies. They can accommodate uncertain haplotype phase and
14315 handle missing genotypes at some SNPs.")
14316 (license license:gpl2)))
14317
14318 (define-public r-sampling
14319 (package
14320 (name "r-sampling")
14321 (version "2.8")
14322 (source
14323 (origin
14324 (method url-fetch)
14325 (uri (cran-uri "sampling" version))
14326 (sha256
14327 (base32
14328 "06pj7dan0mknpsblmlnk7am78qrnwgnql5vvx7vmbfvib7rj6s9m"))))
14329 (build-system r-build-system)
14330 (propagated-inputs
14331 `(("r-lpsolve" ,r-lpsolve)
14332 ("r-mass" ,r-mass)))
14333 (home-page "https://cran.r-project.org/web/packages/sampling/")
14334 (synopsis "Survey sampling")
14335 (description
14336 "This package provides functions for drawing and calibrating samples.")
14337 (license license:gpl2+)))
14338
14339 (define-public r-r2html
14340 (package
14341 (name "r-r2html")
14342 (version "2.3.2")
14343 (source
14344 (origin
14345 (method url-fetch)
14346 (uri (cran-uri "R2HTML" version))
14347 (sha256
14348 (base32
14349 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
14350 (properties `((upstream-name . "R2HTML")))
14351 (build-system r-build-system)
14352 (home-page "https://github.com/nalimilan/R2HTML")
14353 (synopsis "HTML export for R objects")
14354 (description
14355 "This package includes HTML functions and methods to write in an HTML
14356 file. Thus, making HTML reports is easy. It includes a function that allows
14357 redirection on the fly, which appears to be very useful for teaching purposes,
14358 as the student can keep a copy of the produced output to keep all that they
14359 did during the course. The package comes with a vignette describing how to
14360 write HTML reports for statistical analysis. Finally, a driver for Sweave
14361 parses HTML flat files containing R code and to automatically write
14362 the corresponding outputs (tables and graphs).")
14363 (license license:gpl2+)))
14364
14365 (define-public r-rjava
14366 (package
14367 (name "r-rjava")
14368 (version "0.9-12")
14369 (source
14370 (origin
14371 (method url-fetch)
14372 (uri (cran-uri "rJava" version))
14373 (sha256
14374 (base32
14375 "03vv0pj6san03c51iyqsyb1rwh3097dfpl2s8iswzzmc7k3shj12"))))
14376 (properties `((upstream-name . "rJava")))
14377 (build-system r-build-system)
14378 (arguments
14379 `(#:modules ((guix build utils)
14380 (guix build r-build-system)
14381 (ice-9 match))
14382 #:phases
14383 (modify-phases %standard-phases
14384 (add-after 'unpack 'set-JAVA_HOME
14385 (lambda* (#:key inputs #:allow-other-keys)
14386 (let ((jdk (assoc-ref inputs "jdk")))
14387 (setenv "JAVA_HOME" jdk)
14388 (setenv "JAVA" (which "java"))
14389 (setenv "JAR" (which "jar"))
14390 (setenv "JAVAC" (which "javac"))
14391 (setenv "JAVAH" (which "javah"))
14392 (setenv "JAVA_CPPFLAGS"
14393 (string-append "-I" jdk "/include "
14394 "-I" jdk "/include/linux"))
14395 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
14396 ((lib) (setenv "JAVA_LIBS" lib))
14397 (_ (error "Could not find libjvm.so"))))
14398 #t)))))
14399 (inputs
14400 `(("icu4c" ,icu4c)
14401 ("jdk" ,icedtea-8 "jdk")
14402 ("pcre" ,pcre)
14403 ("zlib" ,zlib)))
14404 (home-page "https://www.rforge.net/rJava/")
14405 (synopsis "Low-Level R to Java interface")
14406 (description
14407 "This package provides a low-level interface to the Java VM very much
14408 like .C/.Call and friends. It allows the creation of objects, calling methods
14409 and accessing fields.")
14410 (license license:gpl2)))
14411
14412 (define-public r-svmisc
14413 (package
14414 (name "r-svmisc")
14415 (version "1.1.0")
14416 (source
14417 (origin
14418 (method url-fetch)
14419 (uri (cran-uri "svMisc" version))
14420 (sha256
14421 (base32
14422 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
14423 (properties `((upstream-name . "svMisc")))
14424 (build-system r-build-system)
14425 (home-page "https://github.com/SciViews/svMisc")
14426 (synopsis "Miscellaneous functions for SciViews")
14427 (description
14428 "This package provides miscellaneous functions for SciViews or general
14429 use, including tools to manage a temporary environment attached to the search
14430 path for temporary variables you do not want to @code{save()} or
14431 @code{load()}; test the current platform; showing progress bars, etc.")
14432 (license license:gpl2)))
14433
14434 (define-public r-xyz
14435 (package
14436 (name "r-xyz")
14437 (version "0.2")
14438 (source
14439 (origin
14440 (method url-fetch)
14441 (uri (cran-uri "xyz" version))
14442 (sha256
14443 (base32
14444 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
14445 (build-system r-build-system)
14446 (propagated-inputs
14447 `(("r-rcpp" ,r-rcpp)))
14448 (home-page "https://cran.r-project.org/web/packages/xyz/")
14449 (synopsis "Algorithm for fast interaction search in high-dimensional data")
14450 (description
14451 "High dimensional interaction search by brute force requires a quadratic
14452 computational cost in the number of variables. The xyz algorithm provably
14453 finds strong interactions in almost linear time. For details of the algorithm
14454 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
14455 interaction search in high-dimensional data.")
14456 ;; Any version of the GPL.
14457 (license license:gpl2+)))
14458
14459 (define-public r-rttf2pt1
14460 (package
14461 (name "r-rttf2pt1")
14462 (version "1.3.8")
14463 (source
14464 (origin
14465 (method url-fetch)
14466 (uri (cran-uri "Rttf2pt1" version))
14467 (sha256
14468 (base32
14469 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
14470 (properties `((upstream-name . "Rttf2pt1")))
14471 (build-system r-build-system)
14472 (home-page "https://github.com/wch/Rttf2pt1")
14473 (synopsis "Font conversion utility")
14474 (description
14475 "This package contains the program @code{ttf2pt1}, for use with the
14476 @code{extrafont} package.")
14477 ;; Most of the files are covered under the Expat license. Some files are
14478 ;; covered under BSD-3. Deviations for individual files are recorded in
14479 ;; the LICENSE file.
14480 (license (list license:bsd-3 license:expat
14481 (license:non-copyleft "file://LICENSE")))))
14482
14483 (define-public r-extrafontdb
14484 (package
14485 (name "r-extrafontdb")
14486 (version "1.0")
14487 (source
14488 (origin
14489 (method url-fetch)
14490 (uri (cran-uri "extrafontdb" version))
14491 (sha256
14492 (base32
14493 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
14494 (build-system r-build-system)
14495 (home-page "https://github.com/wch/extrafontdb")
14496 (synopsis "Database for the extrafont package")
14497 (description
14498 "This package holds the database for the @code{extrafont} package.")
14499 (license license:gpl2)))
14500
14501 (define-public r-extrafont
14502 (package
14503 (name "r-extrafont")
14504 (version "0.17")
14505 (source
14506 (origin
14507 (method url-fetch)
14508 (uri (cran-uri "extrafont" version))
14509 (sha256
14510 (base32
14511 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
14512 (build-system r-build-system)
14513 (propagated-inputs
14514 `(("r-extrafontdb" ,r-extrafontdb)
14515 ("r-rttf2pt1" ,r-rttf2pt1)))
14516 (home-page "https://github.com/wch/extrafont")
14517 (synopsis "Tools for using fonts in R")
14518 (description
14519 "The extrafont package makes it easier to use fonts other than the basic
14520 PostScript fonts that R uses. Fonts that are imported into extrafont can be
14521 used with PDF or PostScript output files. There are two hurdles for using
14522 fonts in PDF (or Postscript) output files:
14523
14524 @enumerate
14525 @item Making R aware of the font and the dimensions of the characters.
14526 @item Embedding the fonts in the PDF file so that the PDF can be displayed
14527 properly on a device that doesn't have the font. This is usually needed if
14528 you want to print the PDF file or share it with others.
14529 @end enumerate
14530
14531 The extrafont package makes both of these things easier.")
14532 (license license:gpl2)))
14533
14534 (define-public r-xkcd
14535 (package
14536 (name "r-xkcd")
14537 (version "0.0.6")
14538 (source
14539 (origin
14540 (method url-fetch)
14541 (uri (cran-uri "xkcd" version))
14542 (sha256
14543 (base32
14544 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
14545 (build-system r-build-system)
14546 (propagated-inputs
14547 `(("r-extrafont" ,r-extrafont)
14548 ("r-ggplot2" ,r-ggplot2)
14549 ("r-hmisc" ,r-hmisc)))
14550 (home-page "https://cran.r-project.org/web/packages/xkcd/")
14551 (synopsis "Plot ggplot2 graphics in the XKCD style")
14552 (description
14553 "This package provides the means to plot ggplot2 graphs in the style of
14554 the XKCD web comic.")
14555 (license license:gpl3)))
14556
14557 (define-public r-msigdbr
14558 (package
14559 (name "r-msigdbr")
14560 (version "7.1.1")
14561 (source
14562 (origin
14563 (method url-fetch)
14564 (uri (cran-uri "msigdbr" version))
14565 (sha256
14566 (base32
14567 "0jvi49qa7616s58p0rx66pcw7h12rc8kgcg9225jk7pc3934hnzh"))))
14568 (build-system r-build-system)
14569 (propagated-inputs
14570 `(("r-dplyr" ,r-dplyr)
14571 ("r-magrittr" ,r-magrittr)
14572 ("r-rlang" ,r-rlang)
14573 ("r-tibble" ,r-tibble)))
14574 (native-inputs
14575 `(("r-knitr" ,r-knitr)))
14576 (home-page "https://github.com/igordot/msigdbr")
14577 (synopsis "MSigDB gene sets for multiple organisms")
14578 (description
14579 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
14580 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
14581 software in a standard R data frame with key-value pairs. Included are the
14582 original human gene symbols and Entrez IDs as well as the equivalents for
14583 various frequently studied model organisms such as mouse, rat, pig, fly, and
14584 yeast.")
14585 ;; The package is covered under the Expat license, but the upstream MSigDB
14586 ;; files are made available under the Creative Commons Attribution 4.0
14587 ;; International license.
14588 (license (list license:expat license:cc-by4.0))))
14589
14590 (define-public r-gridgraphics
14591 (package
14592 (name "r-gridgraphics")
14593 (version "0.5-0")
14594 (source
14595 (origin
14596 (method url-fetch)
14597 (uri (cran-uri "gridGraphics" version))
14598 (sha256
14599 (base32
14600 "0rlyc3xk8kfrfzbfd8n4javq3yxqd7lsfmi4q5n6s61srnrl6c1r"))))
14601 (properties `((upstream-name . "gridGraphics")))
14602 (build-system r-build-system)
14603 (home-page "https://github.com/pmur002/gridgraphics")
14604 (synopsis "Redraw base graphics using @code{grid} graphics")
14605 (description
14606 "This package provides functions to convert a page of plots drawn with
14607 the @code{graphics} package into identical output drawn with the @code{grid}
14608 package. The result looks like the original @code{graphics}-based plot, but
14609 consists of @code{grid} grobs and viewports that can then be manipulated with
14610 @code{grid} functions (e.g., edit grobs and revisit viewports).")
14611 (license license:gpl2+)))
14612
14613 (define-public r-farver
14614 (package
14615 (name "r-farver")
14616 (version "2.0.3")
14617 (source
14618 (origin
14619 (method url-fetch)
14620 (uri (cran-uri "farver" version))
14621 (sha256
14622 (base32
14623 "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
14624 (build-system r-build-system)
14625 (home-page "https://github.com/thomasp85/farver")
14626 (synopsis "Vectorized color conversion and comparison")
14627 (description
14628 "The encoding of color can be handled in many different ways, using
14629 different color spaces. As different color spaces have different uses,
14630 efficient conversion between these representations are important. This
14631 package provides a set of functions that gives access to very fast color space
14632 conversion and comparisons implemented in C++, and offers 100-fold speed
14633 improvements over the @code{convertColor} function in the @code{grDevices}
14634 package.")
14635 (license license:expat)))
14636
14637 (define-public r-ggplotify
14638 (package
14639 (name "r-ggplotify")
14640 (version "0.0.5")
14641 (source
14642 (origin
14643 (method url-fetch)
14644 (uri (cran-uri "ggplotify" version))
14645 (sha256
14646 (base32
14647 "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
14648 (build-system r-build-system)
14649 (propagated-inputs
14650 `(("r-ggplot2" ,r-ggplot2)
14651 ("r-gridgraphics" ,r-gridgraphics)
14652 ("r-rvcheck" ,r-rvcheck)))
14653 (native-inputs
14654 `(("r-knitr" ,r-knitr)))
14655 (home-page "https://github.com/GuangchuangYu/ggplotify")
14656 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
14657 (description
14658 "This package provides tools to convert plot function calls (using
14659 expression or formula) to @code{grob} or @code{ggplot} objects that are
14660 compatible with the @code{grid} and @code{ggplot2} environment. With this
14661 package, we are able to e.g. use @code{cowplot} to align plots produced by
14662 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
14663 converting them to @code{ggplot} objects.")
14664 (license license:artistic2.0)))
14665
14666 (define-public r-triebeard
14667 (package
14668 (name "r-triebeard")
14669 (version "0.3.0")
14670 (source
14671 (origin
14672 (method url-fetch)
14673 (uri (cran-uri "triebeard" version))
14674 (sha256
14675 (base32
14676 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
14677 (build-system r-build-system)
14678 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
14679 (home-page "https://github.com/Ironholds/triebeard/")
14680 (synopsis "Radix trees in Rcpp")
14681 (description
14682 "Radix trees, or tries, are key-value data structures optimized for
14683 efficient lookups, similar in purpose to hash tables. This package provides
14684 an implementation of radix trees for use in R programming and in developing
14685 packages with Rcpp.")
14686 (license license:expat)))
14687
14688 (define-public r-tweenr
14689 (package
14690 (name "r-tweenr")
14691 (version "1.0.1")
14692 (source
14693 (origin
14694 (method url-fetch)
14695 (uri (cran-uri "tweenr" version))
14696 (sha256
14697 (base32
14698 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
14699 (build-system r-build-system)
14700 (propagated-inputs
14701 `(("r-farver" ,r-farver)
14702 ("r-magrittr" ,r-magrittr)
14703 ("r-rcpp" ,r-rcpp)
14704 ("r-rlang" ,r-rlang)))
14705 (home-page "https://github.com/thomasp85/tweenr")
14706 (synopsis "Interpolate data for smooth animations")
14707 (description
14708 "In order to create smooth animation between states of data, tweening is
14709 necessary. This package provides a range of functions for creating tweened
14710 data that can be used as basis for animation. Furthermore it adds a number of
14711 vectorized interpolaters for common R data types such as numeric, date and
14712 color.")
14713 (license license:expat)))
14714
14715 (define-public r-polyclip
14716 (package
14717 (name "r-polyclip")
14718 (version "1.10-0")
14719 (source
14720 (origin
14721 (method url-fetch)
14722 (uri (cran-uri "polyclip" version))
14723 (sha256
14724 (base32
14725 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
14726 (build-system r-build-system)
14727 (native-inputs `(("pkg-config" ,pkg-config)))
14728 (home-page "http://www.angusj.com/delphi/clipper.php")
14729 (synopsis "Polygon clipping")
14730 (description
14731 "This package provides an R port of the library Clipper. It performs
14732 polygon clipping operations (intersection, union, set minus, set difference)
14733 for polygonal regions of arbitrary complexity, including holes. It computes
14734 offset polygons (spatial buffer zones, morphological dilations, Minkowski
14735 dilations) for polygonal regions and polygonal lines. It computes the
14736 Minkowski Sum of general polygons. There is a function for removing
14737 self-intersections from polygon data.")
14738 (license license:boost1.0)))
14739
14740 (define-public r-urltools
14741 (package
14742 (name "r-urltools")
14743 (version "1.7.3")
14744 (source
14745 (origin
14746 (method url-fetch)
14747 (uri (cran-uri "urltools" version))
14748 (sha256
14749 (base32
14750 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
14751 (build-system r-build-system)
14752 (propagated-inputs
14753 `(("r-rcpp" ,r-rcpp)
14754 ("r-triebeard" ,r-triebeard)))
14755 (home-page "https://github.com/Ironholds/urltools/")
14756 (synopsis "Vectorized tools for URL handling and parsing")
14757 (description
14758 "This package provides a toolkit for all URL-handling needs, including
14759 encoding and decoding, parsing, parameter extraction and modification. All
14760 functions are designed to be both fast and entirely vectorized. It is
14761 intended to be useful for people dealing with web-related datasets, such as
14762 server-side logs, although may be useful for other situations involving large
14763 sets of URLs.")
14764 (license license:expat)))
14765
14766 (define-public r-ggforce
14767 (package
14768 (name "r-ggforce")
14769 (version "0.3.2")
14770 (source
14771 (origin
14772 (method url-fetch)
14773 (uri (cran-uri "ggforce" version))
14774 (sha256
14775 (base32
14776 "1lplxyq5bgx90dgaimhynpcywag1gp6vlsy7q52ay1nfc35qmkjc"))))
14777 (build-system r-build-system)
14778 (propagated-inputs
14779 `(("r-ggplot2" ,r-ggplot2)
14780 ("r-gtable" ,r-gtable)
14781 ("r-mass" ,r-mass)
14782 ("r-polyclip" ,r-polyclip)
14783 ("r-rcpp" ,r-rcpp)
14784 ("r-rcppeigen" ,r-rcppeigen)
14785 ("r-rlang" ,r-rlang)
14786 ("r-scales" ,r-scales)
14787 ("r-tidyselect" ,r-tidyselect)
14788 ("r-tweenr" ,r-tweenr)
14789 ("r-withr" ,r-withr)))
14790 (home-page "https://ggforce.data-imaginist.com")
14791 (synopsis "Accelerating ggplot2")
14792 (description
14793 "The aim of the ggplot2 package is to aid in visual data investigations.
14794 This focus has led to a lack of facilities for composing specialized plots.
14795 Thi package aims to be a collection of mainly new statistics and geometries
14796 that fills this gap.")
14797 (license license:expat)))
14798
14799 (define-public r-europepmc
14800 (package
14801 (name "r-europepmc")
14802 (version "0.4")
14803 (source
14804 (origin
14805 (method url-fetch)
14806 (uri (cran-uri "europepmc" version))
14807 (sha256
14808 (base32
14809 "174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
14810 (build-system r-build-system)
14811 (propagated-inputs
14812 `(("r-dplyr" ,r-dplyr)
14813 ("r-httr" ,r-httr)
14814 ("r-jsonlite" ,r-jsonlite)
14815 ("r-plyr" ,r-plyr)
14816 ("r-progress" ,r-progress)
14817 ("r-purrr" ,r-purrr)
14818 ("r-rlang" ,r-rlang)
14819 ("r-tibble" ,r-tibble)
14820 ("r-tidyr" ,r-tidyr)
14821 ("r-urltools" ,r-urltools)
14822 ("r-xml2" ,r-xml2)))
14823 (native-inputs
14824 `(("r-knitr" ,r-knitr)))
14825 (home-page "https://github.com/ropensci/europepmc/")
14826 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
14827 (description
14828 "This package provides an R Client for the
14829 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
14830 Service}. It gives access to both metadata on life science literature and
14831 open access full texts. Europe PMC indexes all PubMed content and other
14832 literature sources including Agricola, a bibliographic database of citations
14833 to the agricultural literature, or Biological Patents. In addition to
14834 bibliographic metadata, the client allows users to fetch citations and
14835 reference lists. Links between life-science literature and other EBI
14836 databases, including ENA, PDB or ChEMBL are also accessible.")
14837 (license license:gpl3)))
14838
14839 (define-public r-ggraph
14840 (package
14841 (name "r-ggraph")
14842 (version "2.0.3")
14843 (source
14844 (origin
14845 (method url-fetch)
14846 (uri (cran-uri "ggraph" version))
14847 (sha256
14848 (base32
14849 "1pz06j0za4p6dc3fqjzcw8bpym70bmnfcvpv1q34r74rnwzjdyvq"))))
14850 (build-system r-build-system)
14851 (propagated-inputs
14852 `(("r-digest" ,r-digest)
14853 ("r-dplyr" ,r-dplyr)
14854 ("r-ggforce" ,r-ggforce)
14855 ("r-ggplot2" ,r-ggplot2)
14856 ("r-ggrepel" ,r-ggrepel)
14857 ("r-graphlayouts" ,r-graphlayouts)
14858 ("r-gtable" ,r-gtable)
14859 ("r-igraph" ,r-igraph)
14860 ("r-mass" ,r-mass)
14861 ("r-rcpp" ,r-rcpp)
14862 ("r-rlang" ,r-rlang)
14863 ("r-scales" ,r-scales)
14864 ("r-tidygraph" ,r-tidygraph)
14865 ("r-viridis" ,r-viridis)))
14866 (native-inputs
14867 `(("r-knitr" ,r-knitr)))
14868 (home-page "https://cran.r-project.org/web/packages/ggraph/")
14869 (synopsis "Implementation of grammar of graphics for graphs and networks")
14870 (description
14871 "The grammar of graphics as implemented in ggplot2 is a poor fit for
14872 graph and network visualizations due to its reliance on tabular data input.
14873 The ggraph package is an extension of the ggplot2 API tailored to graph
14874 visualizations and provides the same flexible approach to building up plots
14875 layer by layer.")
14876 (license license:gpl3)))
14877
14878 (define-public r-varselrf
14879 (package
14880 (name "r-varselrf")
14881 (version "0.7-8")
14882 (source
14883 (origin
14884 (method url-fetch)
14885 (uri (cran-uri "varSelRF" version))
14886 (sha256
14887 (base32
14888 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
14889 (properties `((upstream-name . "varSelRF")))
14890 (build-system r-build-system)
14891 (propagated-inputs
14892 `(("r-randomforest" ,r-randomforest)))
14893 (home-page "https://www.ligarto.org/rdiaz/software/software")
14894 (synopsis "Variable selection using random forests")
14895 (description
14896 "This package provides tools for the variable selection from random
14897 forests using both backwards variable elimination (for the selection of small
14898 sets of non-redundant variables) and selection based on the importance
14899 spectrum (somewhat similar to scree plots; for the selection of large,
14900 potentially highly-correlated variables). The main applications are in
14901 high-dimensional data (e.g., microarray data, and other genomics and
14902 proteomics applications).")
14903 (license license:gpl2+)))
14904
14905 (define-public r-pamr
14906 (package
14907 (name "r-pamr")
14908 (version "1.56.1")
14909 (source
14910 (origin
14911 (method url-fetch)
14912 (uri (cran-uri "pamr" version))
14913 (sha256
14914 (base32
14915 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
14916 (build-system r-build-system)
14917 (propagated-inputs
14918 `(("r-cluster" ,r-cluster)
14919 ("r-survival" ,r-survival)))
14920 (native-inputs `(("gfortran" ,gfortran)))
14921 (home-page "https://cran.r-project.org/web/packages/pamr/")
14922 (synopsis "Prediction Analysis for Microarrays")
14923 (description
14924 "This package provides some functions for sample classification in
14925 microarrays.")
14926 (license license:gpl2)))
14927
14928 (define-public r-rda
14929 (package
14930 (name "r-rda")
14931 (version "1.0.2-2.1")
14932 (source
14933 (origin
14934 (method url-fetch)
14935 (uri (cran-uri "rda" version))
14936 (sha256
14937 (base32
14938 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
14939 (build-system r-build-system)
14940 (home-page "https://cran.r-project.org/web/packages/rda/")
14941 (synopsis "Shrunken centroids regularized discriminant analysis")
14942 (description
14943 "This package provides tools for shrunken centroids regularized
14944 discriminant analysis for the purpose of classifying high dimensional data.")
14945 (license license:gpl2+)))
14946
14947 (define-public r-ggvis
14948 (package
14949 (name "r-ggvis")
14950 (version "0.4.5")
14951 (source
14952 (origin
14953 (method url-fetch)
14954 (uri (cran-uri "ggvis" version))
14955 (sha256
14956 (base32
14957 "091i9f17912j8qcyxppjgwzjnyqj7769ixs9d2gjg6f2clskqdw2"))))
14958 (build-system r-build-system)
14959 (propagated-inputs
14960 `(("r-assertthat" ,r-assertthat)
14961 ("r-dplyr" ,r-dplyr)
14962 ("r-htmltools" ,r-htmltools)
14963 ("r-jsonlite" ,r-jsonlite)
14964 ("r-lazyeval" ,r-lazyeval)
14965 ("r-magrittr" ,r-magrittr)
14966 ("r-shiny" ,r-shiny)))
14967 (home-page "https://ggvis.rstudio.com/")
14968 (synopsis "Interactive grammar of graphics")
14969 (description
14970 "This package is a data visualization package for R providing an
14971 implementation of an interactive grammar of graphics, taking the best parts of
14972 ggplot2, combining them with the reactive framework of Shiny and drawing web
14973 graphics using Vega.")
14974 (license license:gpl2)))
14975
14976 (define-public r-gbm
14977 (package
14978 (name "r-gbm")
14979 (version "2.1.5")
14980 (source
14981 (origin
14982 (method url-fetch)
14983 (uri (cran-uri "gbm" version))
14984 (sha256
14985 (base32
14986 "0vs6ljaqhwwpgr8wlbhmm4v147rd82kl16rpaijqiylxcc8dxyq6"))))
14987 (build-system r-build-system)
14988 (propagated-inputs
14989 `(("r-gridextra" ,r-gridextra)
14990 ("r-lattice" ,r-lattice)
14991 ("r-survival" ,r-survival)))
14992 (home-page "https://github.com/gbm-developers/gbm")
14993 (synopsis "Generalized boosted regression models")
14994 (description
14995 "This package is an implementation of extensions to Freund and Schapire's
14996 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
14997 regression methods for least squares, absolute loss, t-distribution loss,
14998 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
14999 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
15000 and Learning to Rank measures (LambdaMart).")
15001 (license license:gpl2+)))
15002
15003 (define-public r-threejs
15004 (package
15005 (name "r-threejs")
15006 (version "0.3.3")
15007 (source
15008 (origin
15009 (method url-fetch)
15010 (uri (cran-uri "threejs" version))
15011 (sha256
15012 (base32
15013 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
15014 (build-system r-build-system)
15015 (arguments
15016 `(#:modules ((guix build utils)
15017 (guix build r-build-system)
15018 (srfi srfi-1)
15019 (ice-9 popen))
15020 #:phases
15021 (modify-phases %standard-phases
15022 (add-after 'unpack 'process-javascript
15023 (lambda* (#:key inputs #:allow-other-keys)
15024 (with-directory-excursion "inst"
15025 (call-with-values
15026 (lambda ()
15027 (unzip2
15028 `((,(assoc-ref inputs "js-jquery")
15029 "htmlwidgets/lib/jquery/jquery.min.js")
15030 (,(assoc-ref inputs "js-threejs-111")
15031 "htmlwidgets/lib/threejs-111/three.min.js"))))
15032 (lambda (sources targets)
15033 (for-each (lambda (source target)
15034 (format #t "Processing ~a --> ~a~%"
15035 source target)
15036 (delete-file target)
15037 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
15038 (call-with-output-file target
15039 (lambda (port)
15040 (dump-port minified port)))))
15041 sources targets))))
15042 #t)))))
15043 (propagated-inputs
15044 `(("r-base64enc" ,r-base64enc)
15045 ("r-crosstalk" ,r-crosstalk)
15046 ("r-htmlwidgets" ,r-htmlwidgets)
15047 ("r-igraph" ,r-igraph)))
15048 (native-inputs
15049 `(("uglify-js" ,uglify-js)
15050 ("js-jquery"
15051 ,(origin
15052 (method url-fetch)
15053 (uri "https://code.jquery.com/jquery-1.12.4.js")
15054 (sha256
15055 (base32
15056 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
15057 ("js-threejs-111"
15058 ,(origin
15059 (method url-fetch)
15060 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
15061 (sha256
15062 (base32
15063 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
15064 (home-page "https://bwlewis.github.io/rthreejs")
15065 (synopsis "Interactive 3D scatter plots, networks and globes")
15066 (description
15067 "Create interactive 3D scatter plots, network plots, and globes in R
15068 using the three.js visualization library.")
15069 (license license:expat)))
15070
15071 (define-public r-mlbench
15072 (package
15073 (name "r-mlbench")
15074 (version "2.1-1")
15075 (source
15076 (origin
15077 (method url-fetch)
15078 (uri (cran-uri "mlbench" version))
15079 (sha256
15080 (base32
15081 "1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
15082 (build-system r-build-system)
15083 (home-page "https://cran.r-project.org/web/packages/mlbench/")
15084 (synopsis "Machine learning benchmark problems")
15085 (description
15086 "This package provides a collection of artificial and real-world machine
15087 learning benchmark problems, including, e.g., several data sets from the UCI
15088 repository.")
15089 (license license:gpl2)))
15090
15091 (define-public r-mpm
15092 (package
15093 (name "r-mpm")
15094 (version "1.0-22")
15095 (source
15096 (origin
15097 (method url-fetch)
15098 (uri (cran-uri "mpm" version))
15099 (sha256
15100 (base32
15101 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
15102 (build-system r-build-system)
15103 (propagated-inputs
15104 `(("r-kernsmooth" ,r-kernsmooth)
15105 ("r-mass" ,r-mass)))
15106 (home-page "http://mpm.r-forge.r-project.org")
15107 (synopsis "Multivariate projection methods")
15108 (description
15109 "This is a package for exploratory graphical analysis of multivariate
15110 data, specifically gene expression data with different projection methods:
15111 principal component analysis, correspondence analysis, spectral map
15112 analysis.")
15113 (license license:gpl2+)))
15114
15115 (define-public r-png
15116 (package
15117 (name "r-png")
15118 (version "0.1-7")
15119 (source (origin
15120 (method url-fetch)
15121 (uri (cran-uri "png" version))
15122 (sha256
15123 (base32
15124 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
15125 (build-system r-build-system)
15126 (inputs
15127 `(("libpng" ,libpng)
15128 ("zlib" ,zlib)))
15129 (home-page "https://www.rforge.net/png/")
15130 (synopsis "Read and write PNG images")
15131 (description
15132 "This package provides an easy and simple way to read, write and display
15133 bitmap images stored in the PNG format. It can read and write both files and
15134 in-memory raw vectors.")
15135 ;; Any of these GPL versions.
15136 (license (list license:gpl2 license:gpl3))))
15137
15138 (define-public r-ggcorrplot
15139 (package
15140 (name "r-ggcorrplot")
15141 (version "0.1.3")
15142 (source
15143 (origin
15144 (method url-fetch)
15145 (uri (cran-uri "ggcorrplot" version))
15146 (sha256
15147 (base32
15148 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
15149 (build-system r-build-system)
15150 (propagated-inputs
15151 `(("r-ggplot2" ,r-ggplot2)
15152 ("r-reshape2" ,r-reshape2)))
15153 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
15154 (synopsis "Visualization of a correlation matrix using ggplot2")
15155 (description
15156 "The ggcorrplot package can be used to visualize easily a correlation
15157 matrix using ggplot2. It provides a solution for reordering the correlation
15158 matrix and displays the significance level on the plot. It also includes a
15159 function for computing a matrix of correlation p-values.")
15160 (license license:gpl2)))
15161
15162 (define-public r-flexdashboard
15163 (package
15164 (name "r-flexdashboard")
15165 (version "0.5.1.1")
15166 (source
15167 (origin
15168 (method url-fetch)
15169 (uri (cran-uri "flexdashboard" version))
15170 (sha256
15171 (base32
15172 "0fy3nbrr67zqgd44r2mc850s5sp0hzfcw3zqs15m8kxzj1aw067x"))))
15173 (build-system r-build-system)
15174 (arguments
15175 `(#:modules ((guix build utils)
15176 (guix build r-build-system)
15177 (srfi srfi-1)
15178 (srfi srfi-26)
15179 (ice-9 popen)
15180 (ice-9 textual-ports))
15181 #:phases
15182 (modify-phases %standard-phases
15183 (add-after 'unpack 'process-javascript
15184 (lambda* (#:key inputs #:allow-other-keys)
15185 (with-directory-excursion "inst"
15186 ;; Concatenate all components of prism.js
15187 (let ((contents (string-join
15188 (map (lambda (name)
15189 (call-with-input-file
15190 (assoc-ref inputs name)
15191 get-string-all))
15192 (list "js-prism"
15193 "js-prism-r"
15194 "js-prism-line-numbers"))
15195 "\n")))
15196 (call-with-output-file "prism-src.js"
15197 (cut display contents <>)))
15198 (call-with-values
15199 (lambda ()
15200 (unzip2
15201 `(("www/stickytableheaders/jquery.stickytableheaders.js"
15202 "www/stickytableheaders/jquery.stickytableheaders.min.js")
15203 ("www/sly/sly.js"
15204 "www/sly/sly.min.js")
15205 ("prism-src.js"
15206 "www/prism/prism.js")
15207 (,(assoc-ref inputs "js-raphael")
15208 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
15209 (,(assoc-ref inputs "js-featherlight")
15210 "www/featherlight/featherlight.min.js"))))
15211 (lambda (sources targets)
15212 (for-each (lambda (source target)
15213 (format #t "Processing ~a --> ~a~%"
15214 source target)
15215 (delete-file target)
15216 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
15217 (call-with-output-file target
15218 (lambda (port)
15219 (dump-port minified port)))))
15220 sources targets))))
15221 #t)))))
15222 (propagated-inputs
15223 `(("r-htmltools" ,r-htmltools)
15224 ("r-htmlwidgets" ,r-htmlwidgets)
15225 ("r-jsonlite" ,r-jsonlite)
15226 ("r-knitr" ,r-knitr)
15227 ("r-rmarkdown" ,r-rmarkdown)
15228 ("r-shiny" ,r-shiny)))
15229 (native-inputs
15230 `(("uglify-js" ,uglify-js)
15231 ("js-raphael"
15232 ,(origin
15233 (method url-fetch)
15234 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
15235 (sha256
15236 (base32
15237 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
15238 ("js-prism"
15239 ,(origin
15240 (method url-fetch)
15241 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
15242 (sha256
15243 (base32
15244 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
15245 ("js-prism-r"
15246 ,(origin
15247 (method url-fetch)
15248 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
15249 (sha256
15250 (base32
15251 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
15252 ("js-prism-line-numbers"
15253 ,(origin
15254 (method url-fetch)
15255 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
15256 (sha256
15257 (base32
15258 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
15259 ("js-featherlight"
15260 ,(origin
15261 (method url-fetch)
15262 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
15263 (sha256
15264 (base32
15265 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
15266 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
15267 (synopsis "R Markdown format for flexible dashboards")
15268 (description
15269 "This package provides an R Markdown format for converting an R Markdown
15270 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
15271 of its components to the containing web page.")
15272 (license license:expat)))
15273
15274 (define-public r-preseqr
15275 (package
15276 (name "r-preseqr")
15277 (version "4.0.0")
15278 (source
15279 (origin
15280 (method url-fetch)
15281 (uri (cran-uri "preseqR" version))
15282 (sha256
15283 (base32
15284 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
15285 (properties `((upstream-name . "preseqR")))
15286 (build-system r-build-system)
15287 (propagated-inputs
15288 `(("r-polynom" ,r-polynom)))
15289 (home-page "https://cran.r-project.org/web/packages/preseqR/")
15290 (synopsis "Predicting species accumulation curves")
15291 (description
15292 "This package can be used to predict the r-species accumulation
15293 curve (r-SAC), which is the number of species represented at least r times as
15294 a function of the sampling effort. When r = 1, the curve is known as the
15295 species accumulation curve, or the library complexity curve in high-throughput
15296 genomic sequencing. The package includes both parametric and nonparametric
15297 methods, as described by Deng C, et al. (2018).")
15298 (license license:gpl3)))
15299
15300 (define-public r-mapplots
15301 (package
15302 (name "r-mapplots")
15303 (version "1.5.1")
15304 (source
15305 (origin
15306 (method url-fetch)
15307 (uri (cran-uri "mapplots" version))
15308 (sha256
15309 (base32
15310 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
15311 (build-system r-build-system)
15312 (home-page "https://cran.r-project.org/web/packages/mapplots/")
15313 (synopsis "Data visualization on maps")
15314 (description
15315 "This package helps you create simple maps; add sub-plots like pie plots
15316 to a map or any other plot; format, plot and export gridded data. The package
15317 was developed for displaying fisheries data but most functions can be used for
15318 more generic data visualisation.")
15319 (license license:gpl2+)))
15320
15321 (define-public r-pmcmr
15322 (package
15323 (name "r-pmcmr")
15324 (version "4.3")
15325 (source
15326 (origin
15327 (method url-fetch)
15328 (uri (cran-uri "PMCMR" version))
15329 (sha256
15330 (base32
15331 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
15332 (properties `((upstream-name . "PMCMR")))
15333 (build-system r-build-system)
15334 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
15335 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
15336 (description
15337 "This is a deprecated package for calculating pairwise multiple
15338 comparisons of mean rank sums. This package is superseded by the novel
15339 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
15340 compatibility of dependent packages for some time.")
15341 (license license:gpl3+)))
15342
15343 (define-public r-downloader
15344 (package
15345 (name "r-downloader")
15346 (version "0.4")
15347 (source
15348 (origin
15349 (method url-fetch)
15350 (uri (cran-uri "downloader" version))
15351 (sha256
15352 (base32
15353 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
15354 (build-system r-build-system)
15355 (propagated-inputs
15356 `(("r-digest" ,r-digest)))
15357 (home-page "https://github.com/wch/downloader")
15358 (synopsis "Download files over HTTP and HTTPS")
15359 (description
15360 "This package provides a wrapper for the @code{download.file} function,
15361 making it possible to download files over HTTPS across platforms. The
15362 @code{RCurl} package provides this functionality (and much more) but has
15363 external dependencies. This package has is implemented purely in R.")
15364 (license license:gpl2)))
15365
15366 (define-public r-rex
15367 (package
15368 (name "r-rex")
15369 (version "1.2.0")
15370 (source
15371 (origin
15372 (method url-fetch)
15373 (uri (cran-uri "rex" version))
15374 (sha256
15375 (base32
15376 "0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
15377 (build-system r-build-system)
15378 (propagated-inputs
15379 `(("r-lazyeval" ,r-lazyeval)))
15380 (native-inputs
15381 `(("r-knitr" ,r-knitr)))
15382 (home-page "https://github.com/kevinushey/rex")
15383 (synopsis "Friendly regular expressions")
15384 (description
15385 "This package provides a friendly interface for the construction of
15386 regular expressions. Regular expressions are a very powerful feature, however
15387 they are often difficult to interpret. Rex allows you to build complex
15388 regular expressions from human readable expressions")
15389 (license license:expat)))
15390
15391 (define-public r-xmlparsedata
15392 (package
15393 (name "r-xmlparsedata")
15394 (version "1.0.3")
15395 (source
15396 (origin
15397 (method url-fetch)
15398 (uri (cran-uri "xmlparsedata" version))
15399 (sha256
15400 (base32
15401 "0gjr3l5z5dp276lchr2649as1rkj56d2mlvbr66yg393zzw50lsh"))))
15402 (properties `((upstream-name . "xmlparsedata")))
15403 (build-system r-build-system)
15404 (home-page "https://github.com/r-lib/xmlparsedata#readme")
15405 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
15406 (description
15407 "This package provides tools to convert the output of
15408 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
15409 @code{XPath}, and is easier to manipulate in general.")
15410 (license license:expat)))
15411
15412 (define-public r-cyclocomp
15413 (package
15414 (name "r-cyclocomp")
15415 (version "1.1.0")
15416 (source
15417 (origin
15418 (method url-fetch)
15419 (uri (cran-uri "cyclocomp" version))
15420 (sha256
15421 (base32
15422 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
15423 (properties `((upstream-name . "cyclocomp")))
15424 (build-system r-build-system)
15425 (propagated-inputs
15426 `(("r-callr" ,r-callr)
15427 ("r-crayon" ,r-crayon)
15428 ("r-desc" ,r-desc)
15429 ("r-remotes" ,r-remotes)
15430 ("r-withr" ,r-withr)))
15431 (home-page "https://github.com/MangoTheCat/cyclocomp")
15432 (synopsis "Cyclomatic complexity of R code")
15433 (description
15434 "Cyclomatic complexity is a software metric, used to indicate the
15435 complexity of a program. It is a quantitative measure of the number of
15436 linearly independent paths through a program's source code. This package
15437 provides tools to compute this metric.")
15438 (license license:expat)))
15439
15440 (define-public r-lintr
15441 (package
15442 (name "r-lintr")
15443 (version "2.0.1")
15444 (source
15445 (origin
15446 (method url-fetch)
15447 (uri (cran-uri "lintr" version))
15448 (sha256
15449 (base32
15450 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
15451 (properties `((upstream-name . "lintr")))
15452 (build-system r-build-system)
15453 (propagated-inputs
15454 `(("r-codetools" ,r-codetools)
15455 ("r-crayon" ,r-crayon)
15456 ("r-cyclocomp" ,r-cyclocomp)
15457 ("r-digest" ,r-digest)
15458 ("r-httr" ,r-httr)
15459 ("r-jsonlite" ,r-jsonlite)
15460 ("r-knitr" ,r-knitr)
15461 ("r-rex" ,r-rex)
15462 ("r-rstudioapi" ,r-rstudioapi)
15463 ("r-testthat" ,r-testthat)
15464 ("r-xml2" ,r-xml2)
15465 ("r-xmlparsedata" ,r-xmlparsedata)))
15466 (home-page "https://github.com/jimhester/lintr")
15467 (synopsis "Linter for R code")
15468 (description "This package checks adherence to a given style, syntax
15469 errors and possible semantic issues. It supports on the fly checking of R
15470 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
15471 (license license:expat)))
15472
15473 (define-public r-sctransform
15474 (package
15475 (name "r-sctransform")
15476 (version "0.2.1")
15477 (source
15478 (origin
15479 (method url-fetch)
15480 (uri (cran-uri "sctransform" version))
15481 (sha256
15482 (base32
15483 "07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn"))))
15484 (build-system r-build-system)
15485 (propagated-inputs
15486 `(("r-future-apply" ,r-future-apply)
15487 ("r-ggplot2" ,r-ggplot2)
15488 ("r-gridextra" ,r-gridextra)
15489 ("r-mass" ,r-mass)
15490 ("r-matrix" ,r-matrix)
15491 ("r-rcpp" ,r-rcpp)
15492 ("r-rcppeigen" ,r-rcppeigen)
15493 ("r-reshape2" ,r-reshape2)))
15494 (home-page "https://github.com/ChristophH/sctransform")
15495 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
15496 (description
15497 "This package provides a normalization method for single-cell UMI count
15498 data using a variance stabilizing transformation. The transformation is based
15499 on a negative binomial regression model with regularized parameters. As part
15500 of the same regression framework, this package also provides functions for
15501 batch correction, and data correction.")
15502 (license license:gpl3)))
15503
15504 (define-public r-styler
15505 (package
15506 (name "r-styler")
15507 (version "1.3.2")
15508 (source
15509 (origin
15510 (method url-fetch)
15511 (uri (cran-uri "styler" version))
15512 (sha256
15513 (base32
15514 "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
15515 (build-system r-build-system)
15516 (propagated-inputs
15517 `(("r-backports" ,r-backports)
15518 ("r-cli" ,r-cli)
15519 ("r-magrittr" ,r-magrittr)
15520 ("r-purrr" ,r-purrr)
15521 ("r-r-cache" ,r-r-cache)
15522 ("r-rematch2" ,r-rematch2)
15523 ("r-rlang" ,r-rlang)
15524 ("r-rprojroot" ,r-rprojroot)
15525 ("r-tibble" ,r-tibble)
15526 ("r-withr" ,r-withr)
15527 ("r-xfun" ,r-xfun)))
15528 (home-page "https://github.com/r-lib/styler")
15529 (synopsis "Non-invasive pretty printing of R code")
15530 (description
15531 "This is a package for pretty-printing R code without changing the user's
15532 formatting intent.")
15533 (license license:gpl3)))
15534
15535 (define-public r-scrime
15536 (package
15537 (name "r-scrime")
15538 (version "1.3.5")
15539 (source
15540 (origin
15541 (method url-fetch)
15542 (uri (cran-uri "scrime" version))
15543 (sha256
15544 (base32
15545 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
15546 (build-system r-build-system)
15547 (home-page "https://cran.r-project.org/web/packages/scrime/")
15548 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
15549 (description
15550 "This package provides tools for the analysis of high-dimensional data
15551 developed/implemented at the group \"Statistical Complexity Reduction In
15552 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
15553 the functions can also be applied to other types of categorical data.")
15554 (license license:gpl2)))
15555
15556 (define-public r-pbmcapply
15557 (package
15558 (name "r-pbmcapply")
15559 (version "1.5.0")
15560 (source
15561 (origin
15562 (method url-fetch)
15563 (uri (cran-uri "pbmcapply" version))
15564 (sha256
15565 (base32
15566 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
15567 (build-system r-build-system)
15568 (home-page "https://github.com/kvnkuang/pbmcapply")
15569 (synopsis "Track the progress of apply procedures with a progress bar")
15570 (description
15571 "This light-weight package helps you track and visualize the progress of
15572 parallel versions of vectorized R functions of the @code{mc*apply} family.")
15573 (license license:expat)))
15574
15575 (define-public r-blme
15576 (package
15577 (name "r-blme")
15578 (version "1.0-4")
15579 (source
15580 (origin
15581 (method url-fetch)
15582 (uri (cran-uri "blme" version))
15583 (sha256
15584 (base32
15585 "1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
15586 (build-system r-build-system)
15587 (propagated-inputs `(("r-lme4" ,r-lme4)))
15588 (home-page "https://github.com/vdorie/blme")
15589 (synopsis "Bayesian linear mixed-effects models")
15590 (description
15591 "This package provides tools for maximum a posteriori estimation for
15592 linear and generalized linear mixed-effects models in a Bayesian setting. It
15593 extends the lme4 package.")
15594 (license license:gpl2+)))
15595
15596 (define-public r-batchtools
15597 (package
15598 (name "r-batchtools")
15599 (version "0.9.13")
15600 (source
15601 (origin
15602 (method url-fetch)
15603 (uri (cran-uri "batchtools" version))
15604 (sha256
15605 (base32
15606 "02bwfinwgn5nl638997javig61jmr0ci0qybmprz13jnvmam1yns"))))
15607 (build-system r-build-system)
15608 (propagated-inputs
15609 `(("r-backports" ,r-backports)
15610 ("r-base64url" ,r-base64url)
15611 ("r-brew" ,r-brew)
15612 ("r-checkmate" ,r-checkmate)
15613 ("r-data-table" ,r-data-table)
15614 ("r-digest" ,r-digest)
15615 ("r-fs" ,r-fs)
15616 ("r-progress" ,r-progress)
15617 ("r-r6" ,r-r6)
15618 ("r-rappdirs" ,r-rappdirs)
15619 ("r-stringi" ,r-stringi)
15620 ("r-withr" ,r-withr)))
15621 (native-inputs
15622 `(("r-knitr" ,r-knitr)))
15623 (home-page "https://github.com/mllg/batchtools")
15624 (synopsis "Tools for computation on batch systems")
15625 (description
15626 "As a successor of the packages BatchJobs and BatchExperiments, this
15627 package provides a parallel implementation of the Map function for high
15628 performance computing systems managed by various schedulers. A multicore and
15629 socket mode allow the parallelization on a local machines, and multiple
15630 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
15631 the package provides an abstraction mechanism to define large-scale computer
15632 experiments in a well-organized and reproducible way.")
15633 (license license:lgpl3)))
15634
15635 (define-public r-clue
15636 (package
15637 (name "r-clue")
15638 (version "0.3-57")
15639 (source
15640 (origin
15641 (method url-fetch)
15642 (uri (cran-uri "clue" version))
15643 (sha256
15644 (base32
15645 "05rdcahawxlxci3fjxihjvvh33wqpxw50sx015165ab4nh3rsdkf"))))
15646 (build-system r-build-system)
15647 (propagated-inputs `(("r-cluster" ,r-cluster)))
15648 (home-page "https://cran.r-project.org/web/packages/clue/")
15649 (synopsis "Tools for analyzing cluster ensembles")
15650 (description "Cluster ensembles are collections of individual solutions to
15651 a given clustering problem which are useful or necessary to consider in a wide
15652 range of applications. This R package provides an extensible computational
15653 environment for creating and analyzing cluster ensembles, with basic data
15654 structures for representing partitions and hierarchies, and facilities for
15655 computing on them, including methods for measuring proximity and obtaining
15656 consensus and secondary clusterings.")
15657 (license license:gpl2)))
15658
15659 (define-public r-sitmo
15660 (package
15661 (name "r-sitmo")
15662 (version "2.0.1")
15663 (source
15664 (origin
15665 (method url-fetch)
15666 (uri (cran-uri "sitmo" version))
15667 (sha256
15668 (base32
15669 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
15670 (build-system r-build-system)
15671 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
15672 (home-page "https://github.com/coatless/sitmo/")
15673 (synopsis "Parallel pseudo random number generator header files")
15674 (description
15675 "This package provides two high quality and fast PPRNGs that may be used
15676 in an OpenMP parallel environment. In addition, there is a generator for one
15677 dimensional low-discrepancy sequence.")
15678 (license license:expat)))
15679
15680 (define-public r-dqrng
15681 (package
15682 (name "r-dqrng")
15683 (version "0.2.1")
15684 (source
15685 (origin
15686 (method url-fetch)
15687 (uri (cran-uri "dqrng" version))
15688 (sha256
15689 (base32
15690 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
15691 (build-system r-build-system)
15692 (propagated-inputs
15693 `(("r-bh" ,r-bh)
15694 ("r-rcpp" ,r-rcpp)
15695 ("r-sitmo" ,r-sitmo)))
15696 (home-page "https://www.daqana.org/dqrng")
15697 (synopsis "Fast pseudo random number generators")
15698 (description
15699 "Several fast random number generators are provided as C++ header-only
15700 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
15701 Additionally, fast functions for generating random numbers according to a
15702 uniform, normal and exponential distribution are included. The latter two use
15703 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
15704 functions are exported to R and as a C++ interface and are enabled for use
15705 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
15706 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
15707 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
15708 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
15709 ;; whole is distributed under the terms of the AGPL 3.
15710 (license license:agpl3)))
15711
15712 (define-public r-ingredients
15713 (package
15714 (name "r-ingredients")
15715 (version "1.2.0")
15716 (source
15717 (origin
15718 (method url-fetch)
15719 (uri (cran-uri "ingredients" version))
15720 (sha256
15721 (base32
15722 "1q196y9xzn4wk44fa1bvh0hcbizgm93rwir82nyk31k5pgixk967"))))
15723 (properties `((upstream-name . "ingredients")))
15724 (build-system r-build-system)
15725 (propagated-inputs
15726 `(("r-ggplot2" ,r-ggplot2)
15727 ("r-gridextra" ,r-gridextra)
15728 ("r-scales" ,r-scales)))
15729 (native-inputs `(("r-knitr" ,r-knitr)))
15730 (home-page "https://ModelOriented.github.io/ingredients/")
15731 (synopsis "Effects and importances of model ingredients")
15732 (description
15733 "This is a collection of tools for assessment of feature importance and
15734 feature effects. Key functions are:
15735
15736 @itemize
15737 @item @code{feature_importance()} for assessment of global level feature
15738 importance,
15739 @item @code{ceteris_paribus()} for calculation of the what-if plots,
15740 @item @code{partial_dependence()} for partial dependence plots,
15741 @item @code{conditional_dependence()} for conditional dependence plots,
15742 @item @code{accumulated_dependence()} for accumulated local effects plots,
15743 @item @code{aggregate_profiles()} and @code{cluster_profiles()} for
15744 aggregation of ceteris paribus profiles,
15745 @item generic @code{print()} and @code{plot()} for better usability of
15746 selected explainers,
15747 @item generic @code{plotD3()} for interactive, D3 based explanations, and
15748 @item generic @code{describe()} for explanations in natural language.
15749 @end itemize\n")
15750 (license license:gpl3)))
15751
15752 (define-public r-ibreakdown
15753 (package
15754 (name "r-ibreakdown")
15755 (version "1.2.0")
15756 (source
15757 (origin
15758 (method url-fetch)
15759 (uri (cran-uri "iBreakDown" version))
15760 (sha256
15761 (base32
15762 "0y4zjpyn8j76jrs5phjzs5lfq3lqjspmrwcksqv9wq0rbdgh14vk"))))
15763 (properties `((upstream-name . "iBreakDown")))
15764 (build-system r-build-system)
15765 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
15766 (native-inputs `(("r-knitr" ,r-knitr)))
15767 (home-page "https://ModelOriented.github.io/iBreakDown/")
15768 (synopsis "Model agnostic instance level variable attributions")
15769 (description
15770 "This package provides a model agnostic tool for decomposition of
15771 predictions from black boxes. It supports additive attributions and
15772 attributions with interactions. The Break Down Table shows contributions of
15773 every variable to a final prediction. The Break Down Plot presents variable
15774 contributions in a concise graphical way. This package works for
15775 classification and regression models.")
15776 (license license:gpl3)))
15777
15778 (define-public r-dalex
15779 (package
15780 (name "r-dalex")
15781 (version "1.2.1")
15782 (source
15783 (origin
15784 (method url-fetch)
15785 (uri (cran-uri "DALEX" version))
15786 (sha256
15787 (base32
15788 "0lx8nasm1zgh1ckz8nw3ysp6xjv3dsj39hzhr6k3xhh6i8pm9rxk"))))
15789 (properties `((upstream-name . "DALEX")))
15790 (build-system r-build-system)
15791 (propagated-inputs
15792 `(("r-ggplot2" ,r-ggplot2)
15793 ("r-ibreakdown" ,r-ibreakdown)
15794 ("r-ingredients" ,r-ingredients)))
15795 (home-page "https://pbiecek.github.io/DALEX/")
15796 (synopsis "Descriptive machine learning explanations")
15797 (description
15798 "Machine Learning models are widely used and have various applications in
15799 classification or regression. Models created with boosting, bagging, stacking
15800 or similar techniques are often used due to their high performance, but such
15801 black-box models usually lack interpretability. The DALEX package contains
15802 various explainers that help to understand the link between input variables
15803 and model output.")
15804 ;; Any version of the GPL
15805 (license license:gpl3+)))
15806
15807 (define-public r-enrichr
15808 (package
15809 (name "r-enrichr")
15810 (version "2.1")
15811 (source
15812 (origin
15813 (method url-fetch)
15814 (uri (cran-uri "enrichR" version))
15815 (sha256
15816 (base32
15817 "0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
15818 (properties `((upstream-name . "enrichR")))
15819 (build-system r-build-system)
15820 (propagated-inputs
15821 `(("r-httr" ,r-httr)
15822 ("r-rjson" ,r-rjson)))
15823 (home-page "https://cran.r-project.org/web/packages/enrichR/")
15824 (synopsis "R Interface to Enrichr database for analyzing gene sets")
15825 (description
15826 "This package provides an R interface to all Enrichr databases, a
15827 web-based tool for analyzing gene sets and returns any enrichment of common
15828 annotated biological functions.")
15829 (license license:gpl2+)))
15830
15831 (define-public r-plot3d
15832 (package
15833 (name "r-plot3d")
15834 (version "1.3")
15835 (source
15836 (origin
15837 (method url-fetch)
15838 (uri (cran-uri "plot3D" version))
15839 (sha256
15840 (base32
15841 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
15842 (properties `((upstream-name . "plot3D")))
15843 (build-system r-build-system)
15844 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
15845 (home-page "https://cran.r-project.org/web/packages/plot3D")
15846 (synopsis "Plot multi-dimensional data")
15847 (description
15848 "This package provides functions for viewing 2D and 3D data, including
15849 perspective plots, slice plots, surface plots, scatter plots, etc. It
15850 includes data sets from oceanography.")
15851 (license license:gpl3+)))
15852
15853 (define-public r-ggfortify
15854 (package
15855 (name "r-ggfortify")
15856 (version "0.4.10")
15857 (source
15858 (origin
15859 (method url-fetch)
15860 (uri (cran-uri "ggfortify" version))
15861 (sha256
15862 (base32
15863 "0wmcwp63h90v3f00ixszvis4z28im621jickvc0wgi6qvjvnayq0"))))
15864 (build-system r-build-system)
15865 (propagated-inputs
15866 `(("r-dplyr" ,r-dplyr)
15867 ("r-ggplot2" ,r-ggplot2)
15868 ("r-gridextra" ,r-gridextra)
15869 ("r-scales" ,r-scales)
15870 ("r-stringr" ,r-stringr)
15871 ("r-tibble" ,r-tibble)
15872 ("r-tidyr" ,r-tidyr)))
15873 (native-inputs
15874 `(("r-knitr" ,r-knitr)))
15875 (home-page "https://github.com/sinhrks/ggfortify")
15876 (synopsis "Data visualization tools for statistical analysis results")
15877 (description
15878 "This package provides unified plotting tools for statistics commonly
15879 used, such as GLM, time series, PCA families, clustering and survival
15880 analysis. The package offers a single plotting interface for these analysis
15881 results and plots in a unified style using the @code{ggplot2} package.")
15882 (license license:gpl2)))
15883
15884 (define-public r-refmanager
15885 (package
15886 (name "r-refmanager")
15887 (version "1.2.12")
15888 (source
15889 (origin
15890 (method url-fetch)
15891 (uri (cran-uri "RefManageR" version))
15892 (sha256
15893 (base32
15894 "1hfxa1qacfryk36mpaqdhdgws5jwxiyy489ikd3wa18bp1wz8dkp"))))
15895 (properties `((upstream-name . "RefManageR")))
15896 (build-system r-build-system)
15897 (propagated-inputs
15898 `(("r-bibtex" ,r-bibtex)
15899 ("r-httr" ,r-httr)
15900 ("r-jsonlite" ,r-jsonlite)
15901 ("r-lubridate" ,r-lubridate)
15902 ("r-plyr" ,r-plyr)
15903 ("r-stringr" ,r-stringr)
15904 ("r-xml2" ,r-xml2)))
15905 (home-page "https://github.com/ropensci/RefManageR/")
15906 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
15907 (description
15908 "This package provides tools for importing and working with bibliographic
15909 references. It greatly enhances the @code{bibentry} class by providing a
15910 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
15911 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
15912 by various formats for name lists (author by last names, translator by full
15913 names, etc.). Entries can be updated, combined, sorted, printed in a number
15914 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
15915 into R and converted to @code{BibEntry} objects.")
15916 ;; Any of these licenses may be picked.
15917 (license (list license:gpl2 license:gpl3 license:bsd-3))))
15918
15919 (define-public r-citr
15920 (package
15921 (name "r-citr")
15922 (version "0.3.2")
15923 (source
15924 (origin
15925 (method url-fetch)
15926 (uri (cran-uri "citr" version))
15927 (sha256
15928 (base32
15929 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
15930 (build-system r-build-system)
15931 (propagated-inputs
15932 `(("r-assertthat" ,r-assertthat)
15933 ("r-curl" ,r-curl)
15934 ("r-httr" ,r-httr)
15935 ("r-miniui" ,r-miniui)
15936 ("r-refmanager" ,r-refmanager)
15937 ("r-rstudioapi" ,r-rstudioapi)
15938 ("r-shiny" ,r-shiny)
15939 ("r-shinyjs" ,r-shinyjs)
15940 ("r-yaml" ,r-yaml)))
15941 (home-page "https://github.com/crsh/citr")
15942 (synopsis "RStudio add-in to insert Markdown citations")
15943 (description
15944 "This package provides functions and an RStudio add-in that search a
15945 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
15946 the current document.")
15947 (license license:expat)))
15948
15949 (define-public r-xgboost
15950 (package
15951 (name "r-xgboost")
15952 (version "1.1.1.1")
15953 (source
15954 (origin
15955 (method url-fetch)
15956 (uri (cran-uri "xgboost" version))
15957 (sha256
15958 (base32
15959 "13njhcxljhbcs37ni6r5174fk8kx9b5p7rlw1an1ak3w92jn56cq"))))
15960 (build-system r-build-system)
15961 (propagated-inputs
15962 `(("r-data-table" ,r-data-table)
15963 ("r-magrittr" ,r-magrittr)
15964 ("r-matrix" ,r-matrix)
15965 ("r-stringi" ,r-stringi)))
15966 (native-inputs
15967 `(("r-knitr" ,r-knitr)))
15968 (home-page "https://github.com/dmlc/xgboost")
15969 (synopsis "Extreme gradient boosting")
15970 (description
15971 "This package provides an R interface to Extreme Gradient Boosting, which
15972 is an efficient implementation of the gradient boosting framework from Chen
15973 and Guestrin (2016). The package includes efficient linear model solver and
15974 tree learning algorithms. The package can automatically do parallel
15975 computation on a single machine. It supports various objective functions,
15976 including regression, classification and ranking. The package is made to be
15977 extensible, so that users are also allowed to define their own objectives
15978 easily.")
15979 (license license:asl2.0)))
15980
15981 (define-public r-umap
15982 (package
15983 (name "r-umap")
15984 (version "0.2.6.0")
15985 (source
15986 (origin
15987 (method url-fetch)
15988 (uri (cran-uri "umap" version))
15989 (sha256
15990 (base32
15991 "0zajn2sk705sckljxl5vz4q2sxpsqim2grmjq2jwwc8ysr1h2s9f"))))
15992 (build-system r-build-system)
15993 (propagated-inputs
15994 `(("r-openssl" ,r-openssl)
15995 ("r-rcpp" ,r-rcpp)
15996 ("r-reticulate" ,r-reticulate)
15997 ("r-rspectra" ,r-rspectra)))
15998 (native-inputs
15999 `(("r-knitr" ,r-knitr)))
16000 (home-page "https://github.com/tkonopka/umap")
16001 (synopsis "Uniform manifold approximation and projection")
16002 (description
16003 "Uniform manifold approximation and projection is a technique for
16004 dimension reduction. This package provides an interface to the UMAP algorithm
16005 in R, including a translation of the original algorithm into R.")
16006 (license license:expat)))
16007
16008 (define-public r-uwot
16009 (package
16010 (name "r-uwot")
16011 (version "0.1.8")
16012 (source
16013 (origin
16014 (method url-fetch)
16015 (uri (cran-uri "uwot" version))
16016 (sha256
16017 (base32
16018 "1jzh8r1h6f7pw7pb1fr32vn6ai9g10s56ahkq0vi77iznihy1rpd"))))
16019 (build-system r-build-system)
16020 (propagated-inputs
16021 `(("r-dqrng" ,r-dqrng)
16022 ("r-fnn" ,r-fnn)
16023 ("r-irlba" ,r-irlba)
16024 ("r-matrix" ,r-matrix)
16025 ("r-rcpp" ,r-rcpp)
16026 ("r-rcppannoy" ,r-rcppannoy)
16027 ("r-rcppprogress" ,r-rcppprogress)
16028 ("r-rspectra" ,r-rspectra)))
16029 (home-page "https://github.com/jlmelville/uwot")
16030 (synopsis "Uniform manifold approximation and projection")
16031 (description
16032 "This package provides an implementation of the Uniform Manifold
16033 Approximation and Projection dimensionality reduction by McInnes et
16034 al. (2018). It also provides means to transform new data and to carry out
16035 supervised dimensionality reduction. An implementation of the related
16036 LargeVis method of Tang et al. (2016) is also provided.")
16037 (license license:gpl3)))
16038
16039 (define-public r-kableextra
16040 (package
16041 (name "r-kableextra")
16042 (version "1.1.0")
16043 (source
16044 (origin
16045 (method url-fetch)
16046 (uri (cran-uri "kableExtra" version))
16047 (sha256
16048 (base32
16049 "1nicvw06xsf3a1f5c10mih07b76m2v5s5h165vmz0qx6n1a3492i"))))
16050 (properties `((upstream-name . "kableExtra")))
16051 (build-system r-build-system)
16052 (propagated-inputs
16053 `(("r-digest" ,r-digest)
16054 ("r-glue" ,r-glue)
16055 ("r-htmltools" ,r-htmltools)
16056 ("r-knitr" ,r-knitr)
16057 ("r-magrittr" ,r-magrittr)
16058 ("r-readr" ,r-readr)
16059 ("r-rmarkdown" ,r-rmarkdown)
16060 ("r-rstudioapi" ,r-rstudioapi)
16061 ("r-rvest" ,r-rvest)
16062 ("r-scales" ,r-scales)
16063 ("r-stringr" ,r-stringr)
16064 ("r-viridislite" ,r-viridislite)
16065 ("r-webshot" ,r-webshot)
16066 ("r-xml2" ,r-xml2)))
16067 (home-page "https://haozhu233.github.io/kableExtra/")
16068 (synopsis "Construct complex tables with pipe syntax")
16069 (description
16070 "Build complex HTML or LaTeX tables using @code{kable()} from
16071 @code{knitr} and the piping syntax from @code{magrittr}. The function
16072 @code{kable()} is a light weight table generator coming from @code{knitr}.
16073 This package simplifies the way to manipulate the HTML or LaTeX codes
16074 generated by @code{kable()} and allows users to construct complex tables and
16075 customize styles using a readable syntax.")
16076 (license license:expat)))
16077
16078 (define-public r-glasso
16079 (package
16080 (name "r-glasso")
16081 (version "1.11")
16082 (source
16083 (origin
16084 (method url-fetch)
16085 (uri (cran-uri "glasso" version))
16086 (sha256
16087 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
16088 (build-system r-build-system)
16089 (native-inputs `(("gfortran" ,gfortran)))
16090 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
16091 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
16092 (description
16093 "This is a package for estimation of a sparse inverse covariance matrix
16094 using a lasso (L1) penalty. Facilities are provided for estimates along a
16095 path of values for the regularization parameter.")
16096 (license license:gpl2)))
16097
16098 (define-public r-rhpcblasctl
16099 (package
16100 (name "r-rhpcblasctl")
16101 (version "0.20-137")
16102 (source
16103 (origin
16104 (method url-fetch)
16105 (uri (cran-uri "RhpcBLASctl" version))
16106 (sha256
16107 (base32
16108 "0vv144sgjhf7fazk633i16fc06g9k43syyxj1g34pi9gsgdcn0nv"))))
16109 (properties `((upstream-name . "RhpcBLASctl")))
16110 (build-system r-build-system)
16111 (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")
16112 (synopsis "Control the number of threads on BLAS")
16113 (description
16114 "This package allows you to control the number of threads the BLAS
16115 library uses. It is also possible to control the number of threads in
16116 OpenMP.")
16117 (license license:agpl3+)))
16118
16119 (define-public r-lda
16120 (package
16121 (name "r-lda")
16122 (version "1.4.2")
16123 (source
16124 (origin
16125 (method url-fetch)
16126 (uri (cran-uri "lda" version))
16127 (sha256
16128 (base32
16129 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
16130 (build-system r-build-system)
16131 (home-page "https://cran.r-project.org/web/packages/lda/")
16132 (synopsis "Collapsed Gibbs sampling methods for topic models")
16133 (description
16134 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
16135 related models. This includes (but is not limited to) sLDA, corrLDA, and the
16136 mixed-membership stochastic blockmodel. Inference for all of these models is
16137 implemented via a fast collapsed Gibbs sampler written in C. Utility
16138 functions for reading/writing data typically used in topic models, as well as
16139 tools for examining posterior distributions are also included.")
16140 ;; Any version of the LGPL
16141 (license license:lgpl3+)))
16142
16143 (define-public r-rann-l1
16144 (package
16145 (name "r-rann-l1")
16146 (version "2.5.2")
16147 (source
16148 (origin
16149 (method url-fetch)
16150 (uri (cran-uri "RANN.L1" version))
16151 (sha256
16152 (base32
16153 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
16154 (properties `((upstream-name . "RANN.L1")))
16155 (build-system r-build-system)
16156 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
16157 (synopsis "Fast nearest neighbour search using L1 metric")
16158 (description
16159 "This package provides tools to find the k nearest neighbours for every
16160 point in a given dataset in O(N log N) time using Arya and Mount's ANN
16161 library. There is support for approximate as well as exact searches, fixed
16162 radius searches and @code{bd} as well as @code{kd} trees. The distance is
16163 computed using the L1 (Manhattan, taxicab) metric.")
16164 (license license:gpl3+)))
16165
16166 (define-public r-leiden
16167 (package
16168 (name "r-leiden")
16169 (version "0.3.3")
16170 (source
16171 (origin
16172 (method url-fetch)
16173 (uri (cran-uri "leiden" version))
16174 (sha256
16175 (base32
16176 "1hh6bmbz6cpqwl4i94gxylgv9x92zbqdg81r8r4ymfy8c70f3df2"))))
16177 (properties `((upstream-name . "leiden")))
16178 (build-system r-build-system)
16179 (propagated-inputs
16180 `(("r-igraph" ,r-igraph)
16181 ("r-matrix" ,r-matrix)
16182 ("r-reticulate" ,r-reticulate)))
16183 (home-page "https://github.com/TomKellyGenetics/leiden")
16184 (synopsis "R implementation of Leiden clustering algorithm")
16185 (description
16186 "This package implements the Python @code{leidenalg} module to be called
16187 in R. It enables clustering using the Leiden algorithm for partitioning a
16188 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
16189 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
16190 (license license:gpl3)))
16191
16192 (define-public r-patchwork
16193 (package
16194 (name "r-patchwork")
16195 (version "1.0.1")
16196 (source
16197 (origin
16198 (method url-fetch)
16199 (uri (cran-uri "patchwork" version))
16200 (sha256
16201 (base32
16202 "0wm93a40idrkzn5hpnykhznvh7hdbfqw0dkzzn0zk83qlwyc9g02"))))
16203 (build-system r-build-system)
16204 (propagated-inputs
16205 `(("r-ggplot2" ,r-ggplot2)
16206 ("r-gtable" ,r-gtable)))
16207 (native-inputs
16208 `(("r-knitr" ,r-knitr)))
16209 (home-page "https://github.com/thomasp85/patchwork")
16210 (synopsis "Compose ggplot2 plots")
16211 (description
16212 "The @code{ggplot2} package provides a strong API for sequentially
16213 building up a plot, but does not concern itself with composition of multiple
16214 plots. Patchwork is a package that expands the API to allow for arbitrarily
16215 complex composition of plots by providing mathmatical operators for combining
16216 multiple plots.")
16217 (license license:expat)))
16218
16219 (define-public r-liger
16220 (package
16221 (name "r-liger")
16222 (version "0.4.2")
16223 (source
16224 (origin
16225 (method git-fetch)
16226 (uri (git-reference
16227 (url "https://github.com/MacoskoLab/liger.git")
16228 (commit (string-append "v" version))))
16229 (file-name (git-file-name name version))
16230 (sha256
16231 (base32
16232 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
16233 (modules '((guix build utils)))
16234 (snippet
16235 '(begin
16236 (delete-file "inst/java/ModularityOptimizer.jar")
16237 #t))))
16238 (build-system r-build-system)
16239 (arguments
16240 `(#:phases
16241 (modify-phases %standard-phases
16242 (add-after 'unpack 'build-java-part
16243 (lambda* (#:key inputs #:allow-other-keys)
16244 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
16245 (for-each (lambda (file) (invoke "javac" file))
16246 (find-files "." "\\.java$"))
16247 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
16248 (find-files "." "\\.class$"))
16249 #t)))))
16250 (propagated-inputs
16251 `(("r-cowplot" ,r-cowplot)
16252 ("r-dosnow" ,r-dosnow)
16253 ("r-dplyr" ,r-dplyr)
16254 ("r-fnn" ,r-fnn)
16255 ("r-foreach" ,r-foreach)
16256 ("r-ggplot2" ,r-ggplot2)
16257 ("r-ggrepel" ,r-ggrepel)
16258 ("r-hmisc" ,r-hmisc)
16259 ("r-ica" ,r-ica)
16260 ("r-irlba" ,r-irlba)
16261 ("r-matrix" ,r-matrix)
16262 ("r-mclust" ,r-mclust)
16263 ("r-patchwork" ,r-patchwork)
16264 ("r-plyr" ,r-plyr)
16265 ("r-rann-l1" ,r-rann-l1)
16266 ("r-rcpp" ,r-rcpp)
16267 ("r-rcpparmadillo" ,r-rcpparmadillo)
16268 ("r-riverplot" ,r-riverplot)
16269 ("r-rtsne" ,r-rtsne)
16270 ("r-snow" ,r-snow)))
16271 (native-inputs
16272 `(("jdk" ,icedtea "jdk")
16273 ;; See https://github.com/MacoskoLab/liger/issues/96
16274 ;; The optimizer is released under the Expat license.
16275 ("optimizer-src"
16276 ,(origin
16277 (method url-fetch)
16278 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
16279 (sha256
16280 (base32
16281 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
16282 ("unzip" ,unzip)
16283 ("r-knitr" ,r-knitr))) ; for vignettes
16284 (home-page "https://github.com/MacoskoLab/liger")
16285 (synopsis "Integrate and analyze multiple single-cell datasets")
16286 (description
16287 "LIGER is a package for integrating and analyzing multiple single-cell
16288 datasets, developed and maintained by the Macosko lab. It relies on
16289 integrative non-negative matrix factorization to identify shared and
16290 dataset-specific factors.")
16291 (license license:gpl3)))
16292
16293 (define-public r-harmony
16294 (package
16295 (name "r-harmony")
16296 (version "0.1")
16297 (source
16298 (origin
16299 (method git-fetch)
16300 (uri (git-reference
16301 (url "https://github.com/immunogenomics/harmony")
16302 (commit version)))
16303 (file-name (git-file-name name version))
16304 (sha256
16305 (base32
16306 "05r401q09rbr6fqhb9mbd95082cjdi3nag1cv6zn96xkr0f6imq9"))
16307 (modules '((guix build utils)))
16308 (snippet
16309 '(begin
16310 (for-each delete-file '("config.status" "configure"))
16311 #t))))
16312 (build-system r-build-system)
16313 (propagated-inputs
16314 `(("r-cowplot" ,r-cowplot)
16315 ("r-dplyr" ,r-dplyr)
16316 ("r-ggplot2" ,r-ggplot2)
16317 ("r-irlba" ,r-irlba)
16318 ("r-matrix" ,r-matrix)
16319 ("r-rcpp" ,r-rcpp)
16320 ("r-rcpparmadillo" ,r-rcpparmadillo)
16321 ("r-rcppprogress" ,r-rcppprogress)
16322 ("r-rlang" ,r-rlang)
16323 ("r-tibble" ,r-tibble)
16324 ("r-tidyr" ,r-tidyr)))
16325 (native-inputs
16326 `(("autoconf" ,autoconf)))
16327 (home-page "https://github.com/immunogenomics/harmony")
16328 (synopsis "Integration of single cell sequencing data")
16329 (description
16330 "This package provides an implementation of the Harmony algorithm for
16331 single cell integration, described in Korsunsky et al
16332 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
16333 function and interfaces to external frameworks.")
16334 (license license:gpl3)))
16335
16336 (define-public r-covr
16337 (package
16338 (name "r-covr")
16339 (version "3.5.0")
16340 (source
16341 (origin
16342 (method url-fetch)
16343 (uri (cran-uri "covr" version))
16344 (sha256
16345 (base32 "1pvr95h7jg9hqq1qq1cccy323pkxldrwafl08151cc410499k4fb"))))
16346 (properties `((upstream-name . "covr")))
16347 (build-system r-build-system)
16348 (propagated-inputs
16349 `(("r-crayon" ,r-crayon)
16350 ("r-digest" ,r-digest)
16351 ("r-httr" ,r-httr)
16352 ("r-jsonlite" ,r-jsonlite)
16353 ("r-rex" ,r-rex)
16354 ("r-withr" ,r-withr)
16355 ("r-yaml" ,r-yaml)))
16356 (native-inputs
16357 `(("r-knitr" ,r-knitr))) ; for vignettes
16358 (home-page "https://github.com/r-lib/covr")
16359 (synopsis "Test coverage for R packages")
16360 (description
16361 "Thisp package enables you to track and report code coverage for your
16362 package and (optionally) upload the results to a coverage service. Code
16363 coverage is a measure of the amount of code being exercised by a set of tests.
16364 It is an indirect measure of test quality and completeness. This package is
16365 compatible with any testing methodology or framework and tracks coverage of
16366 both R code and compiled C/C++/FORTRAN code.")
16367 (license license:gpl3)))
16368
16369 (define-public r-systemfonts
16370 (package
16371 (name "r-systemfonts")
16372 (version "0.2.3")
16373 (source
16374 (origin
16375 (method url-fetch)
16376 (uri (cran-uri "systemfonts" version))
16377 (sha256
16378 (base32
16379 "0wf62mfam5zlrck0wrdbyi4hi7pn5j0739rihgp8sj2cjypm2lnb"))))
16380 (properties `((upstream-name . "systemfonts")))
16381 (build-system r-build-system)
16382 (inputs
16383 `(("fontconfig" ,fontconfig)
16384 ("zlib" ,zlib)))
16385 (native-inputs
16386 `(("pkg-config" ,pkg-config)
16387 ("r-knitr" ,r-knitr)))
16388 (home-page "https://github.com/r-lib/systemfonts")
16389 (synopsis "System native font finding")
16390 (description
16391 "This package provides system native access to the font catalogue. As
16392 font handling varies between systems it is difficult to correctly locate
16393 installed fonts across different operating systems. The 'systemfonts' package
16394 provides bindings to the native libraries for finding font files that can then
16395 be used further by e.g. graphic devices.")
16396 (license license:expat)))
16397
16398 (define-public r-graphlayouts
16399 (package
16400 (name "r-graphlayouts")
16401 (version "0.7.0")
16402 (source
16403 (origin
16404 (method url-fetch)
16405 (uri (cran-uri "graphlayouts" version))
16406 (sha256
16407 (base32
16408 "17lc75k8i3c696hfj44zj7j1a5sb0nap8spc5r98v7vd6xh4nii0"))))
16409 (properties `((upstream-name . "graphlayouts")))
16410 (build-system r-build-system)
16411 (propagated-inputs
16412 `(("r-igraph" ,r-igraph)
16413 ("r-rcpp" ,r-rcpp)
16414 ("r-rcpparmadillo" ,r-rcpparmadillo)))
16415 (home-page "https://github.com/schochastics/graphlayouts")
16416 (synopsis "Additional layout algorithms for network visualizations")
16417 (description
16418 "This package provides several layout algorithms to visualize networks
16419 which are not part of the igraph library. Most are based on the concept of
16420 stress majorization by Gansner et al. (2004)
16421 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms
16422 emphasize hidden group structures in networks or focus on specific nodes.")
16423 (license license:expat)))
16424
16425 (define-public r-tidygraph
16426 (package
16427 (name "r-tidygraph")
16428 (version "1.2.0")
16429 (source
16430 (origin
16431 (method url-fetch)
16432 (uri (cran-uri "tidygraph" version))
16433 (sha256
16434 (base32
16435 "17qjns33zcj82jcsl7bn7i4zxcm7ric50zyf7agi0i01zi16qz85"))))
16436 (properties `((upstream-name . "tidygraph")))
16437 (build-system r-build-system)
16438 (propagated-inputs
16439 `(("r-dplyr" ,r-dplyr)
16440 ("r-igraph" ,r-igraph)
16441 ("r-magrittr" ,r-magrittr)
16442 ("r-pillar" ,r-pillar)
16443 ("r-r6" ,r-r6)
16444 ("r-rcpp" ,r-rcpp)
16445 ("r-rlang" ,r-rlang)
16446 ("r-tibble" ,r-tibble)
16447 ("r-tidyr" ,r-tidyr)))
16448 (home-page "https://github.com/thomasp85/tidygraph")
16449 (synopsis "Tidy API for graph manipulation")
16450 (description
16451 "This package provides a graph implementation that can be thought of as
16452 two tidy data frames describing node and edge data respectively. It provides
16453 an approach to manipulate these two virtual data frames using the API defined
16454 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
16455 common graph algorithms.")
16456 (license license:expat)))
16457
16458 (define-public r-soupx
16459 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
16460 (revision "1"))
16461 (package
16462 (name "r-soupx")
16463 (version (git-version "0.3.1" revision commit))
16464 (source
16465 (origin
16466 (method git-fetch)
16467 (uri (git-reference
16468 (url "https://github.com/constantAmateur/SoupX")
16469 (commit commit)))
16470 (file-name (git-file-name name version))
16471 (sha256
16472 (base32
16473 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
16474 (properties `((upstream-name . "SoupX")))
16475 (build-system r-build-system)
16476 (propagated-inputs
16477 `(("r-ggplot2" ,r-ggplot2)
16478 ("r-matrix" ,r-matrix)
16479 ("r-seurat" ,r-seurat)))
16480 (home-page "https://github.com/constantAmateur/SoupX")
16481 (synopsis "Single cell mRNA Soup eXterminator")
16482 (description
16483 "This package provides a package for quantifying, profiling and
16484 removing cell free mRNA contamination (the \"soup\") from droplet based single
16485 cell RNA-seq experiments.")
16486 (license license:gpl2))))
16487
16488 (define-public r-assertr
16489 (package
16490 (name "r-assertr")
16491 (version "2.7")
16492 (source
16493 (origin
16494 (method url-fetch)
16495 (uri (cran-uri "assertr" version))
16496 (sha256
16497 (base32
16498 "1x868pd4dac1c7b1q5390wqh2f6s50km8nqcpim3nxcj2l4qkqdb"))))
16499 (build-system r-build-system)
16500 (propagated-inputs
16501 `(("r-dplyr" ,r-dplyr)
16502 ("r-mass" ,r-mass)
16503 ("r-rlang" ,r-rlang)))
16504 (native-inputs
16505 `(("r-knitr" ,r-knitr))) ; needed for vignette
16506 (home-page "https://github.com/ropensci/assertr")
16507 (synopsis "Assertive programming for R analysis pipelines")
16508 (description
16509 "This package provides functionality to assert conditions that have to be
16510 met so that errors in data used in analysis pipelines can fail quickly. It is
16511 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
16512 in pipelines.")
16513 (license license:expat)))
16514
16515 (define-public r-parameters
16516 (package
16517 (name "r-parameters")
16518 (version "0.8.0")
16519 (source
16520 (origin
16521 (method url-fetch)
16522 (uri (cran-uri "parameters" version))
16523 (sha256
16524 (base32
16525 "1cmb2hc6f4qdx9aj586zhllckzs6s5sznbqrywvgmhp6a2saaqax"))))
16526 (properties `((upstream-name . "parameters")))
16527 (build-system r-build-system)
16528 (propagated-inputs
16529 `(("r-bayestestr" ,r-bayestestr)
16530 ("r-insight" ,r-insight)))
16531 (native-inputs
16532 `(("r-knitr" ,r-knitr)))
16533 (home-page "https://cran.r-project.org/web/packages/parameters")
16534 (synopsis "Processing of model parameters")
16535 (description
16536 "This package provides utilities for processing the parameters of various
16537 statistical models. Beyond computing p values, CIs, and other indices for a
16538 wide variety of models, this package implements features like standardization
16539 or bootstrapping of parameters and models, feature reduction (feature
16540 extraction and variable selection) as well as conversion between indices of
16541 effect size.")
16542 (license license:gpl3)))
16543
16544 (define-public r-rgdal
16545 (package
16546 (name "r-rgdal")
16547 (version "1.5-10")
16548 (source
16549 (origin
16550 (method url-fetch)
16551 (uri (cran-uri "rgdal" version))
16552 (sha256
16553 (base32 "02z7rhpizzmymiqpi90nm15bjdz0411bqlavlk0lhwxb42ilhif6"))))
16554 (properties `((upstream-name . "rgdal")))
16555 (build-system r-build-system)
16556 (inputs
16557 `(("gdal" ,gdal)
16558 ("proj.4" ,proj.4)
16559 ("zlib" ,zlib)))
16560 (propagated-inputs
16561 `(("r-sp" ,r-sp)))
16562 (native-inputs
16563 `(("pkg-config" ,pkg-config)
16564 ("r-knitr" ,r-knitr)))
16565 (home-page "http://rgdal.r-forge.r-project.org")
16566 (synopsis "Bindings for the Geospatial Data Abstraction Library")
16567 (description
16568 "This package provides bindings to the Geospatial Data Abstraction
16569 Library (GDAL) and access to projection/transformation operations from the
16570 PROJ.4 library.")
16571 (license license:gpl2+)))
16572
16573 (define-public r-insol
16574 (package
16575 (name "r-insol")
16576 (version "1.2.1")
16577 (source
16578 (origin
16579 (method url-fetch)
16580 (uri (cran-uri "insol" version))
16581 (sha256
16582 (base32
16583 "1d2vqmbp94ff80mfkmq4a8y12r6ryym8hh1568ip9qbn7snc64v1"))))
16584 (properties `((upstream-name . "insol")))
16585 (build-system r-build-system)
16586 (propagated-inputs
16587 `(("r-raster" ,r-raster)))
16588 (native-inputs
16589 `(("gfortran" ,gfortran)))
16590 (home-page "https://meteoexploration.com/R/insol/index.html")
16591 (synopsis "Tools for calculating solar radiation")
16592 (description
16593 "This package provides functions to compute insolation on tilted
16594 surfaces, computes atmospheric transmittance and related parameters such as:
16595 Earth radius vector, declination, sunset and sunrise, daylength, equation of
16596 time, vector in the direction of the sun, vector normal to surface, and some
16597 atmospheric physics.")
16598 (license license:gpl2+)))
16599
16600 (define-public r-lifecycle
16601 (package
16602 (name "r-lifecycle")
16603 (version "0.2.0")
16604 (source
16605 (origin
16606 (method url-fetch)
16607 (uri (cran-uri "lifecycle" version))
16608 (sha256
16609 (base32
16610 "0912865c6675fsblrfdk6s568krsj1x8qbk1kipy7m05xs6nwx19"))))
16611 (properties `((upstream-name . "lifecycle")))
16612 (build-system r-build-system)
16613 (propagated-inputs
16614 `(("r-glue" ,r-glue)
16615 ("r-rlang" ,r-rlang)))
16616 (native-inputs
16617 `(("r-knitr" ,r-knitr))) ; for vignettes
16618 (home-page "https://github.com/r-lib/lifecycle")
16619 (synopsis "Manage the life cycle of your package functions")
16620 (description
16621 "Manage the life cycle of your exported functions with shared
16622 conventions, documentation badges, and non-invasive deprecation warnings. The
16623 lifecycle package defines four development stages (experimental, maturing,
16624 stable, and questioning) and three deprecation stages (soft-deprecated,
16625 deprecated, and defunct). It makes it easy to insert badges corresponding to
16626 these stages in your documentation. Usage of deprecated functions are
16627 signalled with increasing levels of non-invasive verbosity.")
16628 (license license:gpl3)))
16629
16630 (define-public r-assertable
16631 (package
16632 (name "r-assertable")
16633 (version "0.2.7")
16634 (source
16635 (origin
16636 (method url-fetch)
16637 (uri (cran-uri "assertable" version))
16638 (sha256
16639 (base32
16640 "1npks9rcrnchmd0silq6qrvqkmdkp9fwjkyyvvp1lqjclyxk6vkk"))))
16641 (build-system r-build-system)
16642 (propagated-inputs
16643 `(("r-data-table" ,r-data-table)))
16644 (home-page "https://cran.r-project.org/web/packages/assertable/")
16645 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
16646 (description "This package provides simple, flexible assertions on
16647 data.frame or data.table objects with verbose output for vetting. While other
16648 assertion packages apply towards more general use-cases, @code{assertable} is
16649 tailored towards tabular data. It includes functions to check variable names
16650 and values, whether the dataset contains all combinations of a given set of
16651 unique identifiers, and whether it is a certain length. In addition,
16652 @code{assertable} includes utility functions to check the existence of target
16653 files and to efficiently import multiple tabular data files into one
16654 data.table.")
16655 (license license:gpl3)))
16656
16657 (define-public r-quadprog
16658 (package
16659 (name "r-quadprog")
16660 (version "1.5-8")
16661 (source
16662 (origin
16663 (method url-fetch)
16664 (uri (cran-uri "quadprog" version))
16665 (sha256
16666 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
16667 (build-system r-build-system)
16668 (native-inputs
16669 `(("gfortran" ,gfortran)))
16670 (home-page "https://cran.r-project.org/web/packages/quadprog")
16671 (synopsis "Functions to solve quadratic programming problems")
16672 (description
16673 "This package contains routines and documentation for solving quadratic
16674 programming problems.")
16675 (license license:gpl3+)))
16676
16677 (define-public r-desolve
16678 (package
16679 (name "r-desolve")
16680 (version "1.28")
16681 (source
16682 (origin
16683 (method url-fetch)
16684 (uri (cran-uri "deSolve" version))
16685 (sha256
16686 (base32 "0jasvdzig0pzhzspmy20089az19r91xjfb9q6h8gj7c4mr6fymac"))))
16687 (properties `((upstream-name . "deSolve")))
16688 (build-system r-build-system)
16689 (native-inputs
16690 `(("gfortran" ,gfortran)))
16691 (home-page "https://desolve.r-forge.r-project.org/")
16692 (synopsis "Solvers for initial value problems of differential equations")
16693 (description "This package provides functions that solve initial value
16694 problems of a system of first-order @dfn{ordinary differential
16695 equations} (ODE), of @dfn{partial differential equations} (PDE), of
16696 @dfn{differential algebraic equations} (DAE), and of delay differential
16697 equations. The functions provide an interface to the FORTRAN functions
16698 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
16699 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
16700 C-implementation of solvers of the Runge-Kutta family with fixed or variable
16701 time steps. The package contains routines designed for solving ODEs resulting
16702 from 1-D, 2-D and 3-D partial differential equations that have been converted
16703 to ODEs by numerical differencing.")
16704 (license license:gpl2+)))
16705
16706 (define-public r-pracma
16707 (package
16708 (name "r-pracma")
16709 (version "2.2.9")
16710 (source (origin
16711 (method url-fetch)
16712 (uri (cran-uri "pracma" version))
16713 (sha256
16714 (base32 "07mzhzz73wsjjw1q05l024gcd13hwnzsxf873q9dyhw6x3shzshc"))))
16715 (build-system r-build-system)
16716 (home-page "https://cran.r-project.org/web/packages/pracma/")
16717 (synopsis "Practical numerical math functions")
16718 (description "This package provides functions for numerical analysis and
16719 linear algebra, numerical optimization, differential equations, plus some
16720 special functions. It uses Matlab function names where appropriate to simplify
16721 porting.")
16722 (license license:gpl3+)))
16723
16724 (define-public r-subplex
16725 (package
16726 (name "r-subplex")
16727 (version "1.6")
16728 (source
16729 (origin
16730 (method url-fetch)
16731 (uri (cran-uri "subplex" version))
16732 (sha256
16733 (base32
16734 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
16735 (build-system r-build-system)
16736 (native-inputs
16737 `(("gfortran" ,gfortran)))
16738 (home-page "https://cran.r-project.org/web/packages/subplex")
16739 (synopsis "Unconstrained optimization using the subplex algorithm")
16740 (description
16741 "This package implements the Subplex optimization algorithm.
16742 It solves unconstrained optimization problems using a simplex method on
16743 subspaces. The method is well suited for optimizing objective functions that
16744 are noisy or are discontinuous at the solution.")
16745 (license license:gpl3+)))
16746
16747 (define-public r-txtplot
16748 (package
16749 (name "r-txtplot")
16750 (version "1.0-4")
16751 (source
16752 (origin
16753 (method url-fetch)
16754 (uri (cran-uri "txtplot" version))
16755 (sha256
16756 (base32
16757 "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
16758 (build-system r-build-system)
16759 (home-page "https://cran.r-project.org/web/packages/txtplot/")
16760 (synopsis "Text-based plotting")
16761 (description "This package provides functions to produce rudimentary ASCII
16762 graphics directly in the terminal window. This package provides a basic
16763 plotting function (and equivalents of curve, density, acf and barplot) as well
16764 as a boxplot function.")
16765 (license license:lgpl3+)))
16766
16767 (define-public r-bio3d
16768 (package
16769 (name "r-bio3d")
16770 (version "2.4-1")
16771 (source
16772 (origin
16773 (method url-fetch)
16774 (uri (cran-uri "bio3d" version))
16775 (sha256
16776 (base32
16777 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
16778 (properties `((upstream-name . "bio3d")))
16779 (build-system r-build-system)
16780 (inputs `(("zlib" ,zlib)))
16781 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16782 (home-page "http://thegrantlab.org/bio3d/")
16783 (synopsis "Biological structure analysis")
16784 (description
16785 "This package provides utilities to process, organize and explore protein
16786 structure, sequence and dynamics data. Features include the ability to read
16787 and write structure, sequence and dynamic trajectory data, perform sequence
16788 and structure database searches, data summaries, atom selection, alignment,
16789 superposition, rigid core identification, clustering, torsion analysis,
16790 distance matrix analysis, structure and sequence conservation analysis, normal
16791 mode analysis, principal component analysis of heterogeneous structure data,
16792 and correlation network analysis from normal mode and molecular dynamics data.
16793 In addition, various utility functions are provided to enable the statistical
16794 and graphical power of the R environment to work with biological sequence and
16795 structural data.")
16796 (license license:gpl2+)))
16797
16798 (define-public r-bios2cor
16799 (package
16800 (name "r-bios2cor")
16801 (version "2.1")
16802 (source
16803 (origin
16804 (method url-fetch)
16805 (uri (cran-uri "Bios2cor" version))
16806 (sha256
16807 (base32
16808 "04wk1cjrrxhpv1kdhd67r1qvjv268xxi0z0r105wy912110z9m6x"))))
16809 (properties `((upstream-name . "Bios2cor")))
16810 (build-system r-build-system)
16811 (propagated-inputs
16812 `(("r-bigmemory" ,r-bigmemory)
16813 ("r-bio3d" ,r-bio3d)
16814 ("r-circular" ,r-circular)
16815 ("r-igraph" ,r-igraph)))
16816 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
16817 (synopsis "From biological sequences and simulations to correlation analysis")
16818 (description
16819 "This package provides utilities for computation and analysis of
16820 correlation/covariation in multiple sequence alignments and in side chain
16821 motions during molecular dynamics simulations. Features include the
16822 computation of correlation/covariation scores using a variety of scoring
16823 functions between either sequence positions in alignments or side chain
16824 dihedral angles in molecular dynamics simulations and utilities to analyze the
16825 correlation/covariation matrix through a variety of tools including network
16826 representation and principal components analysis. In addition, several
16827 utility functions are based on the R graphical environment to provide friendly
16828 tools for help in data interpretation.")
16829 (license license:gpl2+)))
16830
16831 ;; This package includes minified JavaScript files. When upgrading please
16832 ;; check that there are no new minified JavaScript files.
16833 (define-public r-networkd3
16834 (package
16835 (name "r-networkd3")
16836 (version "0.4")
16837 (source
16838 (origin
16839 (method url-fetch)
16840 (uri (cran-uri "networkD3" version))
16841 (sha256
16842 (base32
16843 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
16844 (snippet
16845 '(begin
16846 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
16847 #t))))
16848 (properties `((upstream-name . "networkD3")))
16849 (build-system r-build-system)
16850 (arguments
16851 `(#:modules ((guix build utils)
16852 (guix build r-build-system)
16853 (srfi srfi-1)
16854 (ice-9 popen))
16855 #:phases
16856 (modify-phases %standard-phases
16857 (add-after 'unpack 'process-javascript
16858 (lambda* (#:key inputs #:allow-other-keys)
16859 (with-directory-excursion "inst/htmlwidgets/lib/"
16860 (call-with-values
16861 (lambda ()
16862 (unzip2
16863 `((,(assoc-ref inputs "d3.v4.js")
16864 "d3-4.5.0/d3.min.js"))))
16865 (lambda (sources targets)
16866 (for-each (lambda (source target)
16867 (format #t "Processing ~a --> ~a~%"
16868 source target)
16869 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16870 (call-with-output-file target
16871 (lambda (port)
16872 (dump-port minified port)))))
16873 sources targets))))
16874 #t)))))
16875 (native-inputs
16876 `(("uglify-js" ,uglify-js)
16877 ;; NOTE: Make sure that this version of d3 is still valid when
16878 ;; upgrading the package.
16879 ("d3.v4.js"
16880 ,(origin
16881 (method url-fetch)
16882 (uri "https://d3js.org/d3.v4.js")
16883 (sha256
16884 (base32
16885 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
16886 (propagated-inputs
16887 `(("r-htmlwidgets" ,r-htmlwidgets)
16888 ("r-igraph" ,r-igraph)
16889 ("r-magrittr" ,r-magrittr)))
16890 (home-page "https://cran.r-project.org/package=networkD3")
16891 (synopsis "D3 JavaScript network graphs from R")
16892 (description
16893 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
16894 graphs from R.")
16895 (license license:gpl3+)))
16896
16897 (define-public r-aasea
16898 (package
16899 (name "r-aasea")
16900 (version "1.1.0")
16901 (source
16902 (origin
16903 (method url-fetch)
16904 (uri (cran-uri "aaSEA" version))
16905 (sha256
16906 (base32
16907 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
16908 (properties `((upstream-name . "aaSEA")))
16909 (build-system r-build-system)
16910 (propagated-inputs
16911 `(("r-bios2cor" ,r-bios2cor)
16912 ("r-dt" ,r-dt)
16913 ("r-hmisc" ,r-hmisc)
16914 ("r-magrittr" ,r-magrittr)
16915 ("r-networkd3" ,r-networkd3)
16916 ("r-plotly" ,r-plotly)
16917 ("r-seqinr" ,r-seqinr)
16918 ("r-shiny" ,r-shiny)
16919 ("r-shinydashboard" ,r-shinydashboard)))
16920 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
16921 (synopsis "Amino acid substitution effect analyzer")
16922 (description
16923 "Given a protein multiple sequence alignment, it is a daunting task to
16924 assess the effects of substitutions along sequence length. The aaSEA package
16925 is intended to help researchers to rapidly analyze property changes caused by
16926 single, multiple and correlated amino acid substitutions in proteins.")
16927 (license license:gpl3)))
16928
16929 (define-public r-abacus
16930 (package
16931 (name "r-abacus")
16932 (version "1.0.0")
16933 (source
16934 (origin
16935 (method url-fetch)
16936 (uri (cran-uri "ABACUS" version))
16937 (sha256
16938 (base32
16939 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
16940 (properties `((upstream-name . "ABACUS")))
16941 (build-system r-build-system)
16942 (propagated-inputs
16943 `(("r-ggplot2" ,r-ggplot2)
16944 ("r-shiny" ,r-shiny)))
16945 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
16946 (synopsis "Apps-based activities for communicating and understanding statistics")
16947 (description
16948 "This package provides a set of Shiny apps for effective communication
16949 and understanding in statistics. The current version includes properties of
16950 normal distribution, properties of sampling distribution, one-sample z and t
16951 tests, two samples independent (unpaired) t test and analysis of variance.")
16952 (license license:gpl3)))
16953
16954 (define-public r-abc-rap
16955 (package
16956 (name "r-abc-rap")
16957 (version "0.9.0")
16958 (source
16959 (origin
16960 (method url-fetch)
16961 (uri (cran-uri "ABC.RAP" version))
16962 (sha256
16963 (base32
16964 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
16965 (properties `((upstream-name . "ABC.RAP")))
16966 (build-system r-build-system)
16967 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
16968 (synopsis "Array-based CpG region analysis pipeline")
16969 (description
16970 "This package aims to identify candidate genes that are differentially
16971 methylated between cases and controls. It applies Student's t-test and delta
16972 beta analysis to identify candidate genes containing multiple CpG sites.")
16973 (license license:gpl3)))
16974
16975 (define-public r-abcadm
16976 (package
16977 (name "r-abcadm")
16978 (version "1.0")
16979 (source
16980 (origin
16981 (method url-fetch)
16982 (uri (cran-uri "abcADM" version))
16983 (sha256
16984 (base32
16985 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
16986 (properties `((upstream-name . "abcADM")))
16987 (build-system r-build-system)
16988 (propagated-inputs
16989 `(("r-bh" ,r-bh)
16990 ("r-rcpp" ,r-rcpp)))
16991 (home-page "https://cran.r-project.org/web/packages/abcADM/")
16992 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
16993 (description
16994 "This package provides tools to estimate parameters of accumulated
16995 damage (load duration) models based on failure time data under a Bayesian
16996 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
16997 long-term reliability under stochastic load profiles.")
16998 (license license:gpl3)))
16999
17000 (define-public r-rglpk
17001 (package
17002 (name "r-rglpk")
17003 (version "0.6-4")
17004 (source
17005 (origin
17006 (method url-fetch)
17007 (uri (cran-uri "Rglpk" version))
17008 (sha256
17009 (base32
17010 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
17011 (properties `((upstream-name . "Rglpk")))
17012 (build-system r-build-system)
17013 (propagated-inputs
17014 `(("r-slam" ,r-slam)))
17015 (inputs
17016 `(("glpk" ,glpk)))
17017 (home-page "https://r-forge.r-project.org/projects/rglp/")
17018 (synopsis "R interface to the GNU Linear Programming Kit")
17019 (description
17020 "This package provides an R interface to the GNU Linear Programming Kit,
17021 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
17022 integer linear programming} (MILP) and other related problems.")
17023 ;; Either license
17024 (license (list license:gpl2 license:gpl3))))
17025
17026 (define-public r-abcdefba
17027 (package
17028 (name "r-abcdefba")
17029 (version "0.4")
17030 (source
17031 (origin
17032 (method url-fetch)
17033 (uri (cran-uri "abcdeFBA" version))
17034 (sha256
17035 (base32
17036 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
17037 (properties `((upstream-name . "abcdeFBA")))
17038 (build-system r-build-system)
17039 (propagated-inputs
17040 `(("r-corrplot" ,r-corrplot)
17041 ("r-lattice" ,r-lattice)
17042 ("r-rgl" ,r-rgl)
17043 ("r-rglpk" ,r-rglpk)))
17044 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
17045 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
17046 (description
17047 "This package provides functions for Constraint Based Simulation using
17048 Flux Balance Analysis and informative analysis of the data generated during
17049 simulation.")
17050 (license license:gpl2)))
17051
17052 (define-public r-abcrlda
17053 (package
17054 (name "r-abcrlda")
17055 (version "1.0.3")
17056 (source
17057 (origin
17058 (method url-fetch)
17059 (uri (cran-uri "abcrlda" version))
17060 (sha256
17061 (base32
17062 "04pcdnk2szfpc2ylcw5ds7y895ivy03bycal03kxw7cwylzxasks"))))
17063 (properties `((upstream-name . "abcrlda")))
17064 (build-system r-build-system)
17065 (home-page "https://ieeexplore.ieee.org/document/8720003/")
17066 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
17067 (description
17068 "This package offers methods to perform @dfn{asymptotically
17069 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
17070 cost-sensitive binary classification. The bias-correction is an estimate of
17071 the bias term added to regularized discriminant analysis that minimizes the
17072 overall risk.")
17073 (license license:gpl3)))
17074
17075 (define-public r-abemus
17076 (package
17077 (name "r-abemus")
17078 (version "1.0.1")
17079 (source
17080 (origin
17081 (method url-fetch)
17082 (uri (cran-uri "abemus" version))
17083 (sha256
17084 (base32
17085 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
17086 (properties `((upstream-name . "abemus")))
17087 (build-system r-build-system)
17088 (propagated-inputs
17089 `(("r-data-table" ,r-data-table)))
17090 (home-page "https://cran.r-project.org/web/packages/abemus/")
17091 (synopsis "Adaptive base error model in ultra-deep sequencing data")
17092 (description
17093 "This package provides an implementation of @dfn{Adaptive Base Error
17094 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
17095 platform-specific genetic knowledge and empirical signal to readily detect and
17096 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
17097 cell free DNA} (cfDNA).")
17098 (license license:gpl3)))
17099
17100 ;; This package includes minified JavaScript files. When upgrading please
17101 ;; check that there are no new minified JavaScript files.
17102 (define-public r-rintrojs
17103 (package
17104 (name "r-rintrojs")
17105 (version "0.2.2")
17106 (source
17107 (origin
17108 (method url-fetch)
17109 (uri (cran-uri "rintrojs" version))
17110 (sha256
17111 (base32
17112 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
17113 (properties `((upstream-name . "rintrojs")))
17114 (build-system r-build-system)
17115 (arguments
17116 `(#:modules ((guix build utils)
17117 (guix build r-build-system)
17118 (srfi srfi-1)
17119 (ice-9 popen))
17120 #:phases
17121 (modify-phases %standard-phases
17122 (add-after 'unpack 'process-javascript
17123 (lambda* (#:key inputs #:allow-other-keys)
17124 (with-directory-excursion "inst/javascript/introjs/"
17125 (call-with-values
17126 (lambda ()
17127 (unzip2
17128 `((,(assoc-ref inputs "intro.js")
17129 "intro.min.js"))))
17130 (lambda (sources targets)
17131 (for-each (lambda (source target)
17132 (format #t "Processing ~a --> ~a~%"
17133 source target)
17134 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
17135 (call-with-output-file target
17136 (lambda (port)
17137 (dump-port minified port)))))
17138 sources targets))))
17139 #t)))))
17140 (native-inputs
17141 `(("uglify-js" ,uglify-js)
17142 ("intro.js"
17143 ,(origin
17144 (method url-fetch)
17145 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
17146 (sha256
17147 (base32
17148 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
17149 (propagated-inputs
17150 `(("r-jsonlite" ,r-jsonlite)
17151 ("r-shiny" ,r-shiny)))
17152 (home-page "https://github.com/carlganz/rintrojs")
17153 (synopsis "Wrapper for the Intro.js library")
17154 (description
17155 "This package provides a wrapper for the @url{http://www.introjs.com,
17156 Intro.js} library. This package makes it easy to include step-by-step
17157 introductions, and clickable hints in a Shiny application. It supports both
17158 static introductions in the UI, and programmatic introductions from the
17159 server-side.")
17160 (license license:agpl3+)))
17161
17162 (define-public r-sysfonts
17163 (package
17164 (name "r-sysfonts")
17165 (version "0.8.1")
17166 (source
17167 (origin
17168 (method url-fetch)
17169 (uri (cran-uri "sysfonts" version))
17170 (sha256
17171 (base32
17172 "1xp40hchjfif80a6jj210ghrjcvjjf66vqcssdy7a1j53nl1n994"))))
17173 (properties `((upstream-name . "sysfonts")))
17174 (build-system r-build-system)
17175 (inputs
17176 `(("freetype" ,freetype)
17177 ("libpng" ,libpng)
17178 ("zlib" ,zlib)))
17179 (native-inputs
17180 `(("pkg-config" ,pkg-config)))
17181 (home-page "https://github.com/yixuan/sysfonts")
17182 (synopsis "Loading fonts into R")
17183 (description
17184 "This is a package to simplify loading of system fonts and Google Fonts
17185 into R, in order to support other packages.")
17186 (license license:gpl2)))
17187
17188 (define-public r-showtextdb
17189 (package
17190 (name "r-showtextdb")
17191 (version "3.0")
17192 (source
17193 (origin
17194 (method url-fetch)
17195 (uri (cran-uri "showtextdb" version))
17196 (sha256
17197 (base32
17198 "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
17199 (properties `((upstream-name . "showtextdb")))
17200 (build-system r-build-system)
17201 (propagated-inputs
17202 `(("r-sysfonts" ,r-sysfonts)))
17203 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
17204 (synopsis "Font files for the 'showtext' package")
17205 (description
17206 "This package provides font files that can be used by the @code{showtext}
17207 package.")
17208 (license license:asl2.0)))
17209
17210 (define-public r-showtext
17211 (package
17212 (name "r-showtext")
17213 (version "0.8-1")
17214 (source
17215 (origin
17216 (method url-fetch)
17217 (uri (cran-uri "showtext" version))
17218 (sha256
17219 (base32
17220 "1n1cd9f4zrv45k5953akclqh1jh7fy122dqkgmbfi5h122v6p2h0"))))
17221 (properties `((upstream-name . "showtext")))
17222 (build-system r-build-system)
17223 (inputs
17224 `(("freetype" ,freetype)
17225 ("libpng" ,libpng)
17226 ("zlib" ,zlib)))
17227 (propagated-inputs
17228 `(("r-showtextdb" ,r-showtextdb)
17229 ("r-sysfonts" ,r-sysfonts)))
17230 (native-inputs
17231 `(("pkg-config" ,pkg-config)
17232 ("r-knitr" ,r-knitr)))
17233 (home-page "https://github.com/yixuan/showtext")
17234 (synopsis "Using fonts more easily in R graphs")
17235 (description
17236 "This package aims to make it easy to use various types of
17237 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
17238 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
17239 will be converted into polygons or raster images, hence after the plot has
17240 been created, it no longer relies on the font files. No external software
17241 such as Ghostscript is needed to use this package.")
17242 (license license:asl2.0)))
17243
17244 (define-public r-emojifont
17245 (package
17246 (name "r-emojifont")
17247 (version "0.5.3")
17248 (source
17249 (origin
17250 (method url-fetch)
17251 (uri (cran-uri "emojifont" version))
17252 (sha256
17253 (base32
17254 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
17255 (properties `((upstream-name . "emojifont")))
17256 (build-system r-build-system)
17257 (propagated-inputs
17258 `(("r-ggplot2" ,r-ggplot2)
17259 ("r-proto" ,r-proto)
17260 ("r-showtext" ,r-showtext)
17261 ("r-sysfonts" ,r-sysfonts)))
17262 (home-page "https://guangchuangyu.github.io/emojifont")
17263 (synopsis "Emoji and Font Awesome in R graphics")
17264 (description
17265 "This package enables the use of emoji and the Font Awesome glyphs in
17266 both base and ggplot2 graphics.")
17267 (license license:artistic2.0)))
17268
17269 (define-public r-abstractr
17270 (package
17271 (name "r-abstractr")
17272 (version "0.1.0")
17273 (source
17274 (origin
17275 (method url-fetch)
17276 (uri (cran-uri "abstractr" version))
17277 (sha256
17278 (base32
17279 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
17280 (properties `((upstream-name . "abstractr")))
17281 (build-system r-build-system)
17282 (propagated-inputs
17283 `(("r-colourpicker" ,r-colourpicker)
17284 ("r-emojifont" ,r-emojifont)
17285 ("r-ggplot2" ,r-ggplot2)
17286 ("r-gridextra" ,r-gridextra)
17287 ("r-rintrojs" ,r-rintrojs)
17288 ("r-shiny" ,r-shiny)
17289 ("r-shinythemes" ,r-shinythemes)))
17290 (home-page "https://matt-kumar.shinyapps.io/portfolio")
17291 (synopsis "R-Shiny application for creating visual abstracts")
17292 (description
17293 "This package provides an R Shiny application to create visual abstracts
17294 for original research. A variety of user defined options and formatting are
17295 included.")
17296 (license license:gpl3)))
17297
17298 (define-public r-qgam
17299 (package
17300 (name "r-qgam")
17301 (version "1.3.2")
17302 (source
17303 (origin
17304 (method url-fetch)
17305 (uri (cran-uri "qgam" version))
17306 (sha256
17307 (base32
17308 "0lks2cj0p7irp1i01756v1l7i26d7alax1fbkc20qd6wpz840fi7"))))
17309 (properties `((upstream-name . "qgam")))
17310 (build-system r-build-system)
17311 (propagated-inputs
17312 `(("r-doparallel" ,r-doparallel)
17313 ("r-mgcv" ,r-mgcv)
17314 ("r-plyr" ,r-plyr)
17315 ("r-shiny" ,r-shiny)))
17316 (native-inputs `(("r-knitr" ,r-knitr)))
17317 (home-page "https://cran.r-project.org/web/packages/qgam/")
17318 (synopsis "Smooth additive quantile regression models")
17319 (description
17320 "This package provides smooth additive quantile regression models, fitted
17321 using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
17322 the smoothing parameters are estimated automatically by marginal loss
17323 minimization, while the regression coefficients are estimated using either
17324 PIRLS or Newton algorithm. The learning rate is determined so that the
17325 Bayesian credible intervals of the estimated effects have approximately the
17326 correct coverage. The main function is @code{qgam()} which is similar to
17327 @code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
17328 regression models.")
17329 (license license:gpl2+)))
17330
17331 (define-public r-abtest
17332 (package
17333 (name "r-abtest")
17334 (version "0.2.1")
17335 (source
17336 (origin
17337 (method url-fetch)
17338 (uri (cran-uri "abtest" version))
17339 (sha256
17340 (base32
17341 "1zfd13d7dplawk24dbdr1ka8cbdp5w6sxb0zlm7k4dhvn6ksi8h0"))))
17342 (properties `((upstream-name . "abtest")))
17343 (build-system r-build-system)
17344 (propagated-inputs
17345 `(("r-matrix" ,r-matrix)
17346 ("r-mvtnorm" ,r-mvtnorm)
17347 ("r-plotrix" ,r-plotrix)
17348 ("r-qgam" ,r-qgam)
17349 ("r-rcolorbrewer" ,r-rcolorbrewer)
17350 ("r-rcpp" ,r-rcpp)
17351 ("r-sn" ,r-sn)
17352 ("r-truncnorm" ,r-truncnorm)))
17353 (home-page "https://cran.r-project.org/web/packages/abtest/")
17354 (synopsis "Bayesian A/B testing")
17355 (description
17356 "This package provides functions for Bayesian A/B testing including prior
17357 elicitation options based on Kass and Vaidyanathan (1992)
17358 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
17359 (license license:gpl2+)))
17360
17361 (define-public r-accept
17362 (package
17363 (name "r-accept")
17364 (version "0.7.1")
17365 (source
17366 (origin
17367 (method url-fetch)
17368 (uri (cran-uri "accept" version))
17369 (sha256
17370 (base32
17371 "0pn8q0jsi0nb2mm2kv6sjczflflshhy55y7nqqnk70yx9f6wm83y"))))
17372 (properties `((upstream-name . "accept")))
17373 (build-system r-build-system)
17374 (propagated-inputs
17375 `(("r-dplyr" ,r-dplyr)
17376 ("r-extrafont" ,r-extrafont)
17377 ("r-mass" ,r-mass)
17378 ("r-plotly" ,r-plotly)
17379 ("r-stringr" ,r-stringr)
17380 ("r-viridis" ,r-viridis)))
17381 (home-page "https://cran.r-project.org/web/packages/accept/")
17382 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
17383 (description
17384 "This package allows clinicians to predict the rate and severity of
17385 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
17386 Disease} (COPD) patients, based on the clinical prediction model published in
17387 Adibi et al. (2019) @url{doi:10.1101/651901}.")
17388 (license license:gpl3)))
17389
17390 (define-public r-smpracticals
17391 (package
17392 (name "r-smpracticals")
17393 (version "1.4-3")
17394 (source
17395 (origin
17396 (method url-fetch)
17397 (uri (cran-uri "SMPracticals" version))
17398 (sha256
17399 (base32
17400 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
17401 (properties `((upstream-name . "SMPracticals")))
17402 (build-system r-build-system)
17403 (propagated-inputs
17404 `(("r-ellipse" ,r-ellipse)
17405 ("r-mass" ,r-mass)
17406 ("r-nlme" ,r-nlme)
17407 ("r-survival" ,r-survival)))
17408 (home-page "http://statwww.epfl.ch/davison/SM/")
17409 (synopsis "Practicals for use with Davison (2003) Statistical Models")
17410 (description
17411 "This package contains the datasets and a few functions for use with the
17412 practicals outlined in Appendix A of the book Statistical Models (Davison,
17413 2003, Cambridge University Press). The practicals themselves can be found at
17414 @url{http://statwww.epfl.ch/davison/SM/}.")
17415 (license license:gpl2+)))
17416
17417 (define-public r-fgui
17418 (package
17419 (name "r-fgui")
17420 (version "1.0-8")
17421 (source
17422 (origin
17423 (method url-fetch)
17424 (uri (cran-uri "fgui" version))
17425 (sha256
17426 (base32
17427 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
17428 (properties `((upstream-name . "fgui")))
17429 (build-system r-build-system)
17430 (home-page
17431 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
17432 (synopsis "Create GUI for R functions")
17433 (description
17434 "Rapidly create a GUI for a function you created by automatically
17435 creating widgets for arguments of the function. This package automatically
17436 parses help routines for context-sensitive help to these arguments. The
17437 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
17438 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
17439 incorporated into the interface for greater customization for the more
17440 experienced.")
17441 ;; Any version of the GPL.
17442 (license (list license:gpl2+ license:gpl3+))))
17443
17444 (define-public r-tcltk2
17445 (package
17446 (name "r-tcltk2")
17447 (version "1.2-11")
17448 (source
17449 (origin
17450 (method url-fetch)
17451 (uri (cran-uri "tcltk2" version))
17452 (sha256
17453 (base32
17454 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
17455 (properties `((upstream-name . "tcltk2")))
17456 (build-system r-build-system)
17457 (inputs
17458 `(("tcl" ,tcl)
17459 ("tk" ,tk)))
17460 (home-page "https://www.sciviews.org/SciViews-R")
17461 (synopsis "Tcl/Tk additions")
17462 (description
17463 "This package provides a series of additional Tcl commands and Tk widgets
17464 with style and various functions to supplement the tcltk package")
17465 (license license:lgpl3)))
17466
17467 (define-public r-accrual
17468 (package
17469 (name "r-accrual")
17470 (version "1.3")
17471 (source
17472 (origin
17473 (method url-fetch)
17474 (uri (cran-uri "accrual" version))
17475 (sha256
17476 (base32
17477 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
17478 (properties `((upstream-name . "accrual")))
17479 (build-system r-build-system)
17480 (propagated-inputs
17481 `(("r-fgui" ,r-fgui)
17482 ("r-smpracticals" ,r-smpracticals)
17483 ("r-tcltk2" ,r-tcltk2)))
17484 (home-page "https://cran.r-project.org/web/packages/accrual/")
17485 (synopsis "Bayesian accrual prediction")
17486 (description
17487 "Subject recruitment for medical research is challenging. Slow patient
17488 accrual leads to delay in research. Accrual monitoring during the process of
17489 recruitment is critical. Researchers need reliable tools to manage the
17490 accrual rate. This package provides an implementation of a Bayesian method
17491 that integrates researcher's experience on previous trials and data from the
17492 current study, providing reliable prediction on accrual rate for clinical
17493 studies. It provides functions for Bayesian accrual prediction which can be
17494 easily used by statisticians and clinical researchers.")
17495 (license license:gpl2)))
17496
17497 (define-public r-accrued
17498 (package
17499 (name "r-accrued")
17500 (version "1.4.1")
17501 (source
17502 (origin
17503 (method url-fetch)
17504 (uri (cran-uri "accrued" version))
17505 (sha256
17506 (base32
17507 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
17508 (properties `((upstream-name . "accrued")))
17509 (build-system r-build-system)
17510 (home-page "https://cran.r-project.org/web/packages/accrued/")
17511 (synopsis "Data quality visualization tools for partially accruing data")
17512 (description
17513 "This is a package for visualizing data quality of partially accruing
17514 data.")
17515 (license license:gpl3)))
17516
17517 (define-public r-mda
17518 (package
17519 (name "r-mda")
17520 (version "0.5")
17521 (source
17522 (origin
17523 (method url-fetch)
17524 (uri (cran-uri "mda" version))
17525 (sha256
17526 (base32
17527 "01pjrz9xv1rx78ndy0x9dc32ws8brcvwyb500m1f0dqd42375vmx"))))
17528 (properties `((upstream-name . "mda")))
17529 (build-system r-build-system)
17530 (propagated-inputs `(("r-class" ,r-class)))
17531 (native-inputs `(("gfortran" ,gfortran)))
17532 (home-page "https://cran.r-project.org/web/packages/mda/")
17533 (synopsis "Mixture and flexible discriminant analysis")
17534 (description
17535 "This is a package for mixture and flexible discriminant analysis,
17536 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
17537 (license license:gpl2)))
17538
17539 (define-public r-elasticnet
17540 (package
17541 (name "r-elasticnet")
17542 (version "1.3")
17543 (source
17544 (origin
17545 (method url-fetch)
17546 (uri (cran-uri "elasticnet" version))
17547 (sha256
17548 (base32
17549 "0nxcw06d0cp2mbqzg2fm9yys5xm6xx7bfcfvr0avcs8afkvz29j8"))))
17550 (properties `((upstream-name . "elasticnet")))
17551 (build-system r-build-system)
17552 (propagated-inputs
17553 `(("r-lars" ,r-lars)))
17554 (home-page "http://users.stat.umn.edu/~zouxx019/")
17555 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
17556 (description
17557 "This package provides functions for fitting the entire solution path of
17558 the Elastic-Net and also provides functions for estimating sparse Principal
17559 Components. The Lasso solution paths can be computed by the same function.")
17560 (license license:gpl2+)))
17561
17562 (define-public r-sparselda
17563 (package
17564 (name "r-sparselda")
17565 (version "0.1-9")
17566 (source
17567 (origin
17568 (method url-fetch)
17569 (uri (cran-uri "sparseLDA" version))
17570 (sha256
17571 (base32
17572 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
17573 (properties `((upstream-name . "sparseLDA")))
17574 (build-system r-build-system)
17575 (propagated-inputs
17576 `(("r-elasticnet" ,r-elasticnet)
17577 ("r-mass" ,r-mass)
17578 ("r-mda" ,r-mda)))
17579 (home-page "https://www.imm.dtu.dk/~lkhc/")
17580 (synopsis "Sparse discriminant analysis")
17581 (description
17582 "This package performs sparse linear discriminant analysis for Gaussians
17583 and mixture of Gaussian models.")
17584 (license license:gpl2+)))
17585
17586 (define-public r-accsda
17587 (package
17588 (name "r-accsda")
17589 (version "1.0.0")
17590 (source
17591 (origin
17592 (method url-fetch)
17593 (uri (cran-uri "accSDA" version))
17594 (sha256
17595 (base32
17596 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
17597 (properties `((upstream-name . "accSDA")))
17598 (build-system r-build-system)
17599 (propagated-inputs
17600 `(("r-ggplot2" ,r-ggplot2)
17601 ("r-ggthemes" ,r-ggthemes)
17602 ("r-gridextra" ,r-gridextra)
17603 ("r-mass" ,r-mass)
17604 ("r-rarpack" ,r-rarpack)
17605 ("r-sparselda" ,r-sparselda)))
17606 (home-page "https://github.com/gumeo/accSDA/wiki")
17607 (synopsis "Accelerated sparse discriminant analysis")
17608 (description
17609 "This package provides an implementation of sparse linear discriminant
17610 analysis, which is a supervised classification method for multiple classes.
17611 Various novel optimization approaches to this problem are implemented
17612 including @dfn{alternating direction method of multipliers} (ADMM),
17613 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
17614 Functions for performing cross validation are also supplied along with basic
17615 prediction and plotting functions. @dfn{Sparse zero variance
17616 discriminant} (SZVD) analysis is also included in the package.")
17617 (license license:gpl2+)))
17618
17619 (define-public r-ace2fastq
17620 (package
17621 (name "r-ace2fastq")
17622 (version "0.6.0")
17623 (source
17624 (origin
17625 (method url-fetch)
17626 (uri (cran-uri "ace2fastq" version))
17627 (sha256
17628 (base32
17629 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
17630 (properties `((upstream-name . "ace2fastq")))
17631 (build-system r-build-system)
17632 (propagated-inputs
17633 `(("r-stringr" ,r-stringr)))
17634 (home-page "https://github.com/c5sire/ace2fastq")
17635 (synopsis "ACE file to FASTQ converter")
17636 (description
17637 "The ACE file format is used in genomics to store contigs from sequencing
17638 machines. This tools converts it into FASTQ format. Both formats contain the
17639 sequence characters and their corresponding quality information. Unlike the
17640 FASTQ file, the ACE file stores the quality values numerically. The
17641 conversion algorithm uses the standard Sanger formula. The package
17642 facilitates insertion into pipelines, and content inspection.")
17643 (license license:gpl3)))
17644
17645 (define-public r-rngwell
17646 (package
17647 (name "r-rngwell")
17648 (version "0.10-6")
17649 (source
17650 (origin
17651 (method url-fetch)
17652 (uri (cran-uri "rngWELL" version))
17653 (sha256
17654 (base32
17655 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
17656 (properties `((upstream-name . "rngWELL")))
17657 (build-system r-build-system)
17658 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
17659 (synopsis "Toolbox for WELL random number generators")
17660 (description
17661 "This is a dedicated package to WELL pseudo random generators, which were
17662 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
17663 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
17664 (license license:bsd-3)))
17665
17666 (define-public r-randtoolbox
17667 (package
17668 (name "r-randtoolbox")
17669 (version "1.30.1")
17670 (source
17671 (origin
17672 (method url-fetch)
17673 (uri (cran-uri "randtoolbox" version))
17674 (sha256
17675 (base32
17676 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
17677 (properties `((upstream-name . "randtoolbox")))
17678 (build-system r-build-system)
17679 (propagated-inputs
17680 `(("r-rngwell" ,r-rngwell)))
17681 (native-inputs
17682 `(("gfortran" ,gfortran)))
17683 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
17684 (synopsis "Toolbox for pseudo and quasi random number generation")
17685 (description
17686 "This package provides
17687
17688 @enumerate
17689 @item pseudo random generators, such as general linear
17690 congruential generators, multiple recursive generators and generalized
17691 feedback shift register (SF-Mersenne Twister algorithm and WELL
17692 generators)
17693
17694 @item quasi random generators, such as the Torus algorithm, the Sobol
17695 sequence, the Halton sequence (including the Van der Corput sequence), and
17696
17697 @item some generator tests: the gap test, the serial test, the poker test.
17698 @end enumerate
17699
17700 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
17701 (license license:bsd-3)))
17702
17703 (define-public r-lhs
17704 (package
17705 (name "r-lhs")
17706 (version "1.0.2")
17707 (source
17708 (origin
17709 (method url-fetch)
17710 (uri (cran-uri "lhs" version))
17711 (sha256
17712 (base32
17713 "0n0i1hr9gmc0hfcs2cvpjvdfgm6k26rhcq3q22r8ic0gfj953572"))))
17714 (properties `((upstream-name . "lhs")))
17715 (build-system r-build-system)
17716 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17717 (native-inputs
17718 `(("r-knitr" ,r-knitr)))
17719 (home-page "https://github.com/bertcarnell/lhs")
17720 (synopsis "Latin Hypercube Samples")
17721 (description
17722 "This package provides a number of methods for creating and augmenting
17723 Latin Hypercube Samples.")
17724 (license license:gpl3)))
17725
17726 (define-public r-acebayes
17727 (package
17728 (name "r-acebayes")
17729 (version "1.9")
17730 (source
17731 (origin
17732 (method url-fetch)
17733 (uri (cran-uri "acebayes" version))
17734 (sha256
17735 (base32
17736 "1imfwm1vpbb24vfmfn1nljhmaz8429mwjihw34892p387s8h7xz2"))))
17737 (properties `((upstream-name . "acebayes")))
17738 (build-system r-build-system)
17739 (propagated-inputs
17740 `(("r-compare" ,r-compare)
17741 ("r-lhs" ,r-lhs)
17742 ("r-randtoolbox" ,r-randtoolbox)
17743 ("r-rcpp" ,r-rcpp)
17744 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17745 (home-page "https://cran.r-project.org/web/packages/acebayes/")
17746 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
17747 (description
17748 "Finding an optimal Bayesian experimental design involves maximizing an
17749 objective function given by the expectation of some appropriately chosen
17750 utility function with respect to the joint distribution of unknown
17751 quantities (including responses). This objective function is usually not
17752 available in closed form and the design space can be continuous and of high
17753 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
17754 to maximise an approximation to the expectation of the utility function.")
17755 (license license:gpl2)))
17756
17757 (define-public r-acet
17758 (package
17759 (name "r-acet")
17760 (version "1.8.0")
17761 (source
17762 (origin
17763 (method url-fetch)
17764 (uri (cran-uri "ACEt" version))
17765 (sha256
17766 (base32
17767 "0626d6kg485xjya164wagrr5z223jvi93ywbwpdns7fkm03c0dlq"))))
17768 (properties `((upstream-name . "ACEt")))
17769 (build-system r-build-system)
17770 (propagated-inputs
17771 `(("r-bh" ,r-bh)
17772 ("r-mass" ,r-mass)
17773 ("r-rcpp" ,r-rcpp)
17774 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17775 (home-page "https://cran.r-project.org/web/packages/ACEt/")
17776 (synopsis "Estimating dynamic heritability and twin model comparison")
17777 (description
17778 "This package supports twin models that are able to estimate the dynamic
17779 behaviour of the variance components in the classical twin models with respect
17780 to age using B-splines and P-splines.")
17781 (license license:gpl2+)))
17782
17783 (define-public r-acfmperiod
17784 (package
17785 (name "r-acfmperiod")
17786 (version "1.0.0")
17787 (source
17788 (origin
17789 (method url-fetch)
17790 (uri (cran-uri "acfMPeriod" version))
17791 (sha256
17792 (base32
17793 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
17794 (properties `((upstream-name . "acfMPeriod")))
17795 (build-system r-build-system)
17796 (propagated-inputs
17797 `(("r-mass" ,r-mass)))
17798 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
17799 (synopsis "Estimation of the ACF from the M-periodogram")
17800 (description
17801 "This package support non-robust and robust computations of the sample
17802 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
17803 univariate and multivariate processes. The methodology consists in reversing
17804 the diagonalization procedure involving the periodogram or the
17805 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
17806 ACOVF or the ACF as discussed in Fuller (1995)
17807 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
17808 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
17809 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
17810 (license license:gpl2+)))
17811
17812 (define-public r-gamlss-data
17813 (package
17814 (name "r-gamlss-data")
17815 (version "5.1-4")
17816 (source
17817 (origin
17818 (method url-fetch)
17819 (uri (cran-uri "gamlss.data" version))
17820 (sha256
17821 (base32
17822 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
17823 (properties `((upstream-name . "gamlss.data")))
17824 (build-system r-build-system)
17825 (home-page "http://www.gamlss.org/")
17826 (synopsis "GAMLSS data")
17827 (description
17828 "This package provides data used as examples to demonstrate GAMLSS
17829 models.")
17830 ;; Either version of the license
17831 (license (list license:gpl2 license:gpl3))))
17832
17833 (define-public r-gamlss
17834 (package
17835 (name "r-gamlss")
17836 (version "5.1-6")
17837 (source
17838 (origin
17839 (method url-fetch)
17840 (uri (cran-uri "gamlss" version))
17841 (sha256
17842 (base32
17843 "16b7ick1khvldbvfmmpw9cjs1vznnrisvifq7717fxzd8c9s5jdr"))))
17844 (properties `((upstream-name . "gamlss")))
17845 (build-system r-build-system)
17846 (propagated-inputs
17847 `(("r-gamlss-data" ,r-gamlss-data)
17848 ("r-gamlss-dist" ,r-gamlss-dist)
17849 ("r-mass" ,r-mass)
17850 ("r-nlme" ,r-nlme)
17851 ("r-survival" ,r-survival)))
17852 (home-page "http://www.gamlss.org/")
17853 (synopsis "Generalized additive models for location scale and shape")
17854 (description
17855 "This package provides functions for fitting the generalized additive
17856 models for location scale and shape introduced by Rigby and
17857 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
17858 use a distributional regression approach where all the parameters of the
17859 conditional distribution of the response variable are modelled using
17860 explanatory variables.")
17861 ;; Either version of the license
17862 (license (list license:gpl2 license:gpl3))))
17863
17864 (define-public r-acid
17865 (package
17866 (name "r-acid")
17867 (version "1.1")
17868 (source
17869 (origin
17870 (method url-fetch)
17871 (uri (cran-uri "acid" version))
17872 (sha256
17873 (base32
17874 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
17875 (properties `((upstream-name . "acid")))
17876 (build-system r-build-system)
17877 (propagated-inputs
17878 `(("r-gamlss" ,r-gamlss)
17879 ("r-gamlss-dist" ,r-gamlss-dist)
17880 ("r-hmisc" ,r-hmisc)))
17881 (home-page "https://cran.r-project.org/web/packages/acid/")
17882 (synopsis "Analysing conditional income distributions")
17883 (description
17884 "This package provides functions for the analysis of income distributions
17885 for subgroups of the population as defined by a set of variables like age,
17886 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
17887 distribution as well as functions for moments, inequality measures, entropy
17888 measures and polarisation measures of income distributions. This package thus
17889 aides the analysis of income inequality by offering tools for the exploratory
17890 analysis of income distributions at the disaggregated level.")
17891 (license license:gpl3)))
17892
17893 (define-public r-acm4r
17894 (package
17895 (name "r-acm4r")
17896 (version "1.0")
17897 (source
17898 (origin
17899 (method url-fetch)
17900 (uri (cran-uri "acm4r" version))
17901 (sha256
17902 (base32
17903 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
17904 (properties `((upstream-name . "acm4r")))
17905 (build-system r-build-system)
17906 (propagated-inputs `(("r-mass" ,r-mass)))
17907 (home-page "https://cran.r-project.org/web/packages/acm4r/")
17908 (synopsis "Align-and-count method comparisons of RFLP data")
17909 (description
17910 "This is a package to compare sequence fragment lengths or molecular
17911 weights from pairs of lanes. The number of matching bands in the
17912 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
17913 the align-and-count method.")
17914 ;; Any version of the GPL
17915 (license (list license:gpl2+ license:gpl3+))))
17916
17917 (define-public r-filematrix
17918 (package
17919 (name "r-filematrix")
17920 (version "1.3")
17921 (source
17922 (origin
17923 (method url-fetch)
17924 (uri (cran-uri "filematrix" version))
17925 (sha256
17926 (base32
17927 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
17928 (properties `((upstream-name . "filematrix")))
17929 (build-system r-build-system)
17930 ;; These inputs are needed for vignettes
17931 (native-inputs
17932 `(("r-knitr" ,r-knitr)
17933 ("r-rmarkdown" ,r-rmarkdown)
17934 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
17935 (home-page "https://github.com/andreyshabalin/filematrix")
17936 (synopsis "File-backed matrix class with convenient read and write access")
17937 (description
17938 "This package provides an interface for working with large matrices
17939 stored in files, not in computer memory. It supports multiple non-character
17940 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
17941 byte real values). Access to parts of the matrix is done by indexing, exactly
17942 as with usual R matrices. It supports very large matrices; the package has
17943 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
17944 columns, ad allows for quick addition of extra columns to a filematrix.")
17945 (license license:lgpl3)))
17946
17947 (define-public r-acmeeqtl
17948 (package
17949 (name "r-acmeeqtl")
17950 (version "1.6")
17951 (source
17952 (origin
17953 (method url-fetch)
17954 (uri (cran-uri "ACMEeqtl" version))
17955 (sha256
17956 (base32
17957 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
17958 (properties `((upstream-name . "ACMEeqtl")))
17959 (build-system r-build-system)
17960 (propagated-inputs
17961 `(("r-filematrix" ,r-filematrix)))
17962 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
17963 (synopsis "Estimation of interpretable eQTL effect sizes")
17964 (description
17965 "This package provides a non-linear model, termed ACME, that reflects a
17966 parsimonious biological model for allelic contributions of cis-acting eQTLs.
17967 With non-linear least-squares algorithm the maximum likelihood parameters can
17968 be estimated. The ACME model provides interpretable effect size estimates and
17969 p-values with well controlled Type-I error.")
17970 (license license:lgpl3)))
17971
17972 (define-public r-acmer
17973 (package
17974 (name "r-acmer")
17975 (version "1.1.0")
17976 (source
17977 (origin
17978 (method url-fetch)
17979 (uri (cran-uri "acmeR" version))
17980 (sha256
17981 (base32
17982 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
17983 (properties `((upstream-name . "acmeR")))
17984 (build-system r-build-system)
17985 (propagated-inputs `(("r-foreign" ,r-foreign)))
17986 (home-page "https://cran.r-project.org/web/packages/acmeR/")
17987 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
17988 (description
17989 "This package provides an implementation of the ACME estimator, described
17990 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
17991 Mortality at Wind Turbines. Unlike most other models, this estimator supports
17992 decreasing-hazard Weibull model for persistence; decreasing search proficiency
17993 as carcasses age; variable bleed-through at successive searches; and interval
17994 mortality estimates. The package provides, based on search data, functions
17995 for estimating the mortality inflation factor in Frequentist and Bayesian
17996 settings.")
17997 (license license:expat)))
17998
17999 (define-public r-r-huge
18000 (package
18001 (name "r-r-huge")
18002 (version "0.9.0")
18003 (source
18004 (origin
18005 (method url-fetch)
18006 (uri (cran-uri "R.huge" version))
18007 (sha256
18008 (base32
18009 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
18010 (properties `((upstream-name . "R.huge")))
18011 (build-system r-build-system)
18012 (propagated-inputs
18013 `(("r-r-methodss3" ,r-r-methodss3)
18014 ("r-r-oo" ,r-r-oo)
18015 ("r-r-utils" ,r-r-utils)))
18016 (home-page "https://github.com/HenrikBengtsson/R.huge")
18017 (synopsis "Methods for accessing huge amounts of data")
18018 (description
18019 "This is a deprecated package for accessing huge amounts of data.
18020 Cross-platform alternatives are the following packages: bigmemory (CRAN),
18021 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
18022 the @code{aroma.affymetrix} package.")
18023 (license license:lgpl2.1+)))
18024
18025 (define-public r-r-filesets
18026 (package
18027 (name "r-r-filesets")
18028 (version "2.13.0")
18029 (source
18030 (origin
18031 (method url-fetch)
18032 (uri (cran-uri "R.filesets" version))
18033 (sha256
18034 (base32
18035 "124rygq0bl9n4akxcm868nl30cyk3rz0iprb98zlpk62gci9f5fg"))))
18036 (properties `((upstream-name . "R.filesets")))
18037 (build-system r-build-system)
18038 (propagated-inputs
18039 `(("r-digest" ,r-digest)
18040 ("r-r-cache" ,r-r-cache)
18041 ("r-r-methodss3" ,r-r-methodss3)
18042 ("r-r-oo" ,r-r-oo)
18043 ("r-r-utils" ,r-r-utils)))
18044 (home-page "https://github.com/HenrikBengtsson/R.filesets")
18045 (synopsis "Easy handling of and access to files")
18046 (description
18047 "This package provides classes and methods to locate, setup, subset,
18048 navigate and iterate file sets, i.e. sets of files located in one or more
18049 directories on the file system. The API is designed such that these classes
18050 can be extended via inheritance to provide a richer API for special file
18051 formats. Moreover, a specific name format is defined such that filenames and
18052 directories can be considered to have full names which consists of a name
18053 followed by comma-separated tags. This adds additional flexibility to
18054 identify file sets and individual files.")
18055 (license license:lgpl2.1+)))
18056
18057 (define-public r-r-devices
18058 (package
18059 (name "r-r-devices")
18060 (version "2.16.1")
18061 (source
18062 (origin
18063 (method url-fetch)
18064 (uri (cran-uri "R.devices" version))
18065 (sha256
18066 (base32
18067 "15zlnq3g27whq26fbcy5zfl5hiddm256h4rga4frblg6wqlbkvdd"))))
18068 (properties `((upstream-name . "R.devices")))
18069 (build-system r-build-system)
18070 (propagated-inputs
18071 `(("r-base64enc" ,r-base64enc)
18072 ("r-r-methodss3" ,r-r-methodss3)
18073 ("r-r-oo" ,r-r-oo)
18074 ("r-r-utils" ,r-r-utils)))
18075 (home-page "https://github.com/HenrikBengtsson/R.devices")
18076 (synopsis "Unified handling of graphics devices")
18077 (description
18078 "This package provides functions for creating plots and image files in a
18079 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
18080 Default device options as well as scales and aspect ratios are controlled in a
18081 uniform way across all device types. Switching output format requires minimal
18082 changes in code. This package is ideal for large-scale batch processing,
18083 because it will never leave open graphics devices or incomplete image files
18084 behind, even on errors or user interrupts.")
18085 (license license:lgpl2.1+)))
18086
18087 (define-public r-acnr
18088 (package
18089 (name "r-acnr")
18090 (version "1.0.0")
18091 (source
18092 (origin
18093 (method url-fetch)
18094 (uri (cran-uri "acnr" version))
18095 (sha256
18096 (base32
18097 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
18098 (properties `((upstream-name . "acnr")))
18099 (build-system r-build-system)
18100 (home-page "https://github.com/mpierrejean/acnr")
18101 (synopsis "Annotated copy-number regions")
18102 (description
18103 "This package provides SNP array data from different types of copy-number
18104 regions. These regions were identified manually by the authors of the package
18105 and may be used to generate realistic data sets with known truth.")
18106 (license license:lgpl2.1+)))
18107
18108 (define-public r-acopula
18109 (package
18110 (name "r-acopula")
18111 (version "0.9.3")
18112 (source
18113 (origin
18114 (method url-fetch)
18115 (uri (cran-uri "acopula" version))
18116 (sha256
18117 (base32
18118 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
18119 (properties `((upstream-name . "acopula")))
18120 (build-system r-build-system)
18121 (home-page "https://cran.r-project.org/web/packages/acopula/")
18122 (synopsis "Modelling dependence with multivariate Archimax copulas")
18123 (description
18124 "Archimax copulas are a mixture of Archimedean and EV copulas. This
18125 package provides definitions of several parametric families of generator and
18126 dependence function, computes CDF and PDF, estimates parameters, tests for
18127 goodness of fit, generates random sample and checks copula properties for
18128 custom constructs. In the 2-dimensional case explicit formulas for density
18129 are used, contrary to higher dimensions when all derivatives are linearly
18130 approximated. Several non-archimax families (normal, FGM, Plackett) are
18131 provided as well.")
18132 (license license:gpl2)))
18133
18134 (define-public r-tuner
18135 (package
18136 (name "r-tuner")
18137 (version "1.3.3")
18138 (source
18139 (origin
18140 (method url-fetch)
18141 (uri (cran-uri "tuneR" version))
18142 (sha256
18143 (base32
18144 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
18145 (properties `((upstream-name . "tuneR")))
18146 (build-system r-build-system)
18147 (propagated-inputs `(("r-signal" ,r-signal)))
18148 (home-page "https://cran.r-project.org/web/packages/tuneR/")
18149 (synopsis "Analysis of music and speech")
18150 (description
18151 "This is a package for the analysis of music and speech. Analyze music
18152 and speech, extract features like MFCCs, handle wave files and their
18153 representation in various ways, read MP3, read MIDI, perform steps of a
18154 transcription, ...")
18155 ;; Either of these versions.
18156 (license (list license:gpl2 license:gpl3))))
18157
18158 (define-public r-seewave
18159 (package
18160 (name "r-seewave")
18161 (version "2.1.6")
18162 (source
18163 (origin
18164 (method url-fetch)
18165 (uri (cran-uri "seewave" version))
18166 (sha256
18167 (base32
18168 "123h3q0gps0vy9sikr7gjphnv9m3l4h4mykiydjllmrpaw1s1844"))))
18169 (properties `((upstream-name . "seewave")))
18170 (build-system r-build-system)
18171 (inputs
18172 `(("libsndfile" ,libsndfile)))
18173 (propagated-inputs
18174 `(("r-tuner" ,r-tuner)))
18175 (home-page "http://rug.mnhn.fr/seewave")
18176 (synopsis "Sound analysis and synthesis")
18177 (description
18178 "This package provides functions for analysing, manipulating, displaying,
18179 editing and synthesizing time waves (particularly sound). This package
18180 processes time analysis (oscillograms and envelopes), spectral content,
18181 resonance quality factor, entropy, cross correlation and autocorrelation,
18182 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
18183 and 3D spectrograms and many other analyses.")
18184 (license license:gpl2+)))
18185
18186 (define-public r-acousticndlcoder
18187 (package
18188 (name "r-acousticndlcoder")
18189 (version "1.0.2")
18190 (source
18191 (origin
18192 (method url-fetch)
18193 (uri (cran-uri "AcousticNDLCodeR" version))
18194 (sha256
18195 (base32
18196 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
18197 (properties
18198 `((upstream-name . "AcousticNDLCodeR")))
18199 (build-system r-build-system)
18200 (propagated-inputs
18201 `(("r-seewave" ,r-seewave)
18202 ("r-tuner" ,r-tuner)
18203 ("r-zoo" ,r-zoo)))
18204 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
18205 (synopsis "Coding sound files for use with NDL")
18206 (description
18207 "Make acoustic cues to use with the R package @code{ndl}.
18208 The package implements functions used in the PLoS ONE paper \"Words from
18209 spontaneous conversational speech can be recognized with human-like accuracy
18210 by an error-driven learning algorithm that discriminates between meanings
18211 straight from smart acoustic features, bypassing the phoneme as recognition
18212 unit.\" @url{doi:10.1371/journal.pone.0174623}")
18213 (license license:gpl2+)))
18214
18215 (define-public r-acp
18216 (package
18217 (name "r-acp")
18218 (version "2.1")
18219 (source
18220 (origin
18221 (method url-fetch)
18222 (uri (cran-uri "acp" version))
18223 (sha256
18224 (base32
18225 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
18226 (properties `((upstream-name . "acp")))
18227 (build-system r-build-system)
18228 (propagated-inputs
18229 `(("r-quantmod" ,r-quantmod)
18230 ("r-tseries" ,r-tseries)))
18231 (home-page "https://cran.r-project.org/web/packages/acp/")
18232 (synopsis "Autoregressive conditional Poisson")
18233 (description
18234 "This package supports the analysis of count data exhibiting
18235 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
18236 model (ACP(p,q)) proposed by Heinen (2003).")
18237 (license license:gpl2)))
18238
18239 (define-public r-ada
18240 (package
18241 (name "r-ada")
18242 (version "2.0-5")
18243 (source
18244 (origin
18245 (method url-fetch)
18246 (uri (cran-uri "ada" version))
18247 (sha256
18248 (base32
18249 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
18250 (properties `((upstream-name . "ada")))
18251 (build-system r-build-system)
18252 (propagated-inputs `(("r-rpart" ,r-rpart)))
18253 (home-page "https://cran.r-project.org/web/packages/ada/")
18254 (synopsis "Stochastic boosting")
18255 (description
18256 "This package provides a straightforward, well-documented, and broad
18257 boosting routine for classification, ideally suited for small to
18258 moderate-sized data sets. It performs discrete, real, and gentle boost under
18259 both exponential and logistic loss on a given data set.")
18260 ;; Any version of the GPL.
18261 (license (list license:gpl2+ license:gpl3+))))
18262
18263 (define-public r-genalg
18264 (package
18265 (name "r-genalg")
18266 (version "0.2.0")
18267 (source
18268 (origin
18269 (method url-fetch)
18270 (uri (cran-uri "genalg" version))
18271 (sha256
18272 (base32
18273 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
18274 (properties `((upstream-name . "genalg")))
18275 (build-system r-build-system)
18276 (home-page "https://github.com/egonw/genalg")
18277 (synopsis "R based genetic algorithm")
18278 (description
18279 "This package provides an R based genetic algorithm for binary and
18280 floating point chromosomes.")
18281 (license license:gpl2)))
18282
18283 (define-public r-kernelfactory
18284 (package
18285 (name "r-kernelfactory")
18286 (version "0.3.0")
18287 (source
18288 (origin
18289 (method url-fetch)
18290 (uri (cran-uri "kernelFactory" version))
18291 (sha256
18292 (base32
18293 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
18294 (properties `((upstream-name . "kernelFactory")))
18295 (build-system r-build-system)
18296 (propagated-inputs
18297 `(("r-auc" ,r-auc)
18298 ("r-genalg" ,r-genalg)
18299 ("r-kernlab" ,r-kernlab)
18300 ("r-randomforest" ,r-randomforest)))
18301 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
18302 (synopsis "Ensemble of kernel machines")
18303 (description
18304 "Kernel factory is an ensemble method where each base classifier (random
18305 forest) is fit on the kernel matrix of a subset of the training data.")
18306 (license license:gpl2+)))
18307
18308 (define-public r-dummies
18309 (package
18310 (name "r-dummies")
18311 (version "1.5.6")
18312 (source
18313 (origin
18314 (method url-fetch)
18315 (uri (cran-uri "dummies" version))
18316 (sha256
18317 (base32
18318 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
18319 (properties `((upstream-name . "dummies")))
18320 (build-system r-build-system)
18321 (home-page "https://decisionpatterns.com")
18322 (synopsis "Create dummy/indicator variables flexibly and efficiently")
18323 (description
18324 "This package lets you expand factors, characters and other eligible
18325 classes into dummy/indicator variables.")
18326 (license license:gpl2+)))
18327
18328 (define-public r-acrm
18329 (package
18330 (name "r-acrm")
18331 (version "0.1.1")
18332 (source
18333 (origin
18334 (method url-fetch)
18335 (uri (cran-uri "aCRM" version))
18336 (sha256
18337 (base32
18338 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
18339 (properties `((upstream-name . "aCRM")))
18340 (build-system r-build-system)
18341 (propagated-inputs
18342 `(("r-ada" ,r-ada)
18343 ("r-dummies" ,r-dummies)
18344 ("r-kernelfactory" ,r-kernelfactory)
18345 ("r-randomforest" ,r-randomforest)))
18346 (home-page "https://cran.r-project.org/web/packages/aCRM/")
18347 (synopsis "Convenience functions for analytical customer relationship management")
18348 (description
18349 "This package provides convenience functions for data preparation and
18350 modeling often used in @dfn{analytical customer relationship
18351 management} (aCRM).")
18352 (license license:gpl2+)))
18353
18354 (define-public r-treeclust
18355 (package
18356 (name "r-treeclust")
18357 (version "1.1-7")
18358 (source
18359 (origin
18360 (method url-fetch)
18361 (uri (cran-uri "treeClust" version))
18362 (sha256
18363 (base32
18364 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
18365 (properties `((upstream-name . "treeClust")))
18366 (build-system r-build-system)
18367 (propagated-inputs
18368 `(("r-cluster" ,r-cluster)
18369 ("r-rpart" ,r-rpart)))
18370 (home-page "https://cran.r-project.org/web/packages/treeClust/")
18371 (synopsis "Cluster distances through trees")
18372 (description
18373 "This package provides tools to create a measure of inter-point
18374 dissimilarity useful for clustering mixed data, and, optionally, perform the
18375 clustering.")
18376 (license license:gpl2+)))
18377
18378 (define-public r-acrosstic
18379 (package
18380 (name "r-acrosstic")
18381 (version "1.0-3")
18382 (source
18383 (origin
18384 (method url-fetch)
18385 (uri (cran-uri "AcrossTic" version))
18386 (sha256
18387 (base32
18388 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
18389 (properties `((upstream-name . "AcrossTic")))
18390 (build-system r-build-system)
18391 (propagated-inputs
18392 `(("r-lpsolve" ,r-lpsolve)
18393 ("r-treeclust" ,r-treeclust)))
18394 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
18395 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
18396 (description
18397 "This is a package for constructing minimum-cost regular spanning
18398 subgraph as part of a non-parametric two-sample test for equality of
18399 distribution.")
18400 (license license:gpl2+)))
18401
18402 (define-public r-acrt
18403 (package
18404 (name "r-acrt")
18405 (version "1.0.1")
18406 (source
18407 (origin
18408 (method url-fetch)
18409 (uri (cran-uri "acrt" version))
18410 (sha256
18411 (base32
18412 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
18413 (properties `((upstream-name . "acrt")))
18414 (build-system r-build-system)
18415 (propagated-inputs
18416 `(("r-rcpp" ,r-rcpp)
18417 ("r-rcppeigen" ,r-rcppeigen)
18418 ("r-sandwich" ,r-sandwich)))
18419 (home-page "https://cran.r-project.org/web/packages/acrt/")
18420 (synopsis "Autocorrelation robust testing")
18421 (description
18422 "This package provides functions for testing affine hypotheses on the
18423 regression coefficient vector in regression models with autocorrelated
18424 errors.")
18425 (license license:gpl2)))
18426
18427 (define-public r-acs
18428 (package
18429 (name "r-acs")
18430 (version "2.1.4")
18431 (source
18432 (origin
18433 (method url-fetch)
18434 (uri (cran-uri "acs" version))
18435 (sha256
18436 (base32
18437 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
18438 (properties `((upstream-name . "acs")))
18439 (build-system r-build-system)
18440 (propagated-inputs
18441 `(("r-httr" ,r-httr)
18442 ("r-plyr" ,r-plyr)
18443 ("r-rcpp" ,r-rcpp)
18444 ("r-stringr" ,r-stringr)
18445 ("r-xml" ,r-xml)))
18446 (home-page "https://dusp.mit.edu/faculty/ezra-haber-glenn")
18447 (synopsis "Work with data from the US Census")
18448 (description
18449 "This package provides a general toolkit for downloading, managing,
18450 analyzing, and presenting data from the
18451 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
18452 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
18453 American Community Survey (ACS). Confidence intervals provided with ACS data
18454 are converted to standard errors to be bundled with estimates in complex
18455 @code{acs} objects. The package provides new methods to conduct standard
18456 operations on @code{acs} objects and present/plot data in statistically
18457 appropriate ways.")
18458 (license license:gpl3)))
18459
18460 (define-public r-acss-data
18461 (package
18462 (name "r-acss-data")
18463 (version "1.0")
18464 (source
18465 (origin
18466 (method url-fetch)
18467 (uri (cran-uri "acss.data" version))
18468 (sha256
18469 (base32
18470 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
18471 (properties `((upstream-name . "acss.data")))
18472 (build-system r-build-system)
18473 (home-page "http://complexitycalculator.com/methodology.html")
18474 (synopsis "Data for algorithmic complexity of short strings")
18475 (description
18476 "This is a data only package providing the algorithmic complexity of
18477 short strings, computed using the coding theorem method. For a given set of
18478 symbols in a string, all possible or a large number of random samples of
18479 Turing machines with a given number of states (e.g., 5) and number of symbols
18480 corresponding to the number of symbols in the strings were simulated until
18481 they reached a halting state or failed to end. This package contains data on
18482 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
18483 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
18484 distribution of the halting states.")
18485 (license license:gpl2+)))
18486
18487 (define-public r-acss
18488 (package
18489 (name "r-acss")
18490 (version "0.2-5")
18491 (source
18492 (origin
18493 (method url-fetch)
18494 (uri (cran-uri "acss" version))
18495 (sha256
18496 (base32
18497 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
18498 (properties `((upstream-name . "acss")))
18499 (build-system r-build-system)
18500 (propagated-inputs
18501 `(("r-acss-data" ,r-acss-data)
18502 ("r-zoo" ,r-zoo)))
18503 (home-page "http://complexitycalculator.com/methodology.html")
18504 (synopsis "Algorithmic complexity for short strings")
18505 (description
18506 "The main purpose of this package is to provide the algorithmic
18507 complexity for short strings, an approximation of the Kolmogorov Complexity of
18508 a short string using the coding theorem method. While the database containing
18509 the complexity is provided in the data only package @code{acss.data}, this
18510 package provides functions accessing the data such as @code{prob_random}
18511 returning the posterior probability that a given string was produced by a
18512 random process. In addition, two traditional (but problematic) measures of
18513 complexity are also provided: entropy and change complexity.")
18514 (license license:gpl2+)))
18515
18516 (define-public r-acswr
18517 (package
18518 (name "r-acswr")
18519 (version "1.0")
18520 (source
18521 (origin
18522 (method url-fetch)
18523 (uri (cran-uri "ACSWR" version))
18524 (sha256
18525 (base32
18526 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
18527 (properties `((upstream-name . "ACSWR")))
18528 (build-system r-build-system)
18529 (propagated-inputs
18530 `(("r-mass" ,r-mass)))
18531 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
18532 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
18533 (description
18534 "This is a companion package for the book \"A Course in Statistics with
18535 R\" (ISBN 978-1-119-15272-9.)")
18536 (license license:gpl2)))
18537
18538 (define-public r-alabama
18539 (package
18540 (name "r-alabama")
18541 (version "2015.3-1")
18542 (source
18543 (origin
18544 (method url-fetch)
18545 (uri (cran-uri "alabama" version))
18546 (sha256
18547 (base32
18548 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
18549 (properties `((upstream-name . "alabama")))
18550 (build-system r-build-system)
18551 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
18552 (home-page "https://cran.r-project.org/web/packages/alabama/")
18553 (synopsis "Constrained nonlinear optimization")
18554 (description
18555 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
18556 Algorithm; it is used for optimizing smooth nonlinear objective functions with
18557 constraints. Linear or nonlinear equality and inequality constraints are
18558 allowed.")
18559 (license license:gpl2+)))
18560
18561 (define-public r-gdina
18562 (package
18563 (name "r-gdina")
18564 (version "2.8.0")
18565 (source
18566 (origin
18567 (method url-fetch)
18568 (uri (cran-uri "GDINA" version))
18569 (sha256
18570 (base32
18571 "0chxnhp37xfd78gafkgwqrmc0jf3pvpdyrkc438kl0l53fb7dld7"))))
18572 (properties `((upstream-name . "GDINA")))
18573 (build-system r-build-system)
18574 (propagated-inputs
18575 `(("r-alabama" ,r-alabama)
18576 ("r-ggplot2" ,r-ggplot2)
18577 ("r-mass" ,r-mass)
18578 ("r-nloptr" ,r-nloptr)
18579 ("r-numderiv" ,r-numderiv)
18580 ("r-rcpp" ,r-rcpp)
18581 ("r-rcpparmadillo" ,r-rcpparmadillo)
18582 ("r-rsolnp" ,r-rsolnp)
18583 ("r-shiny" ,r-shiny)
18584 ("r-shinydashboard" ,r-shinydashboard)))
18585 (native-inputs
18586 `(("r-knitr" ,r-knitr)))
18587 (home-page "https://github.com/Wenchao-Ma/GDINA")
18588 (synopsis "Generalized DINA model framework")
18589 (description
18590 "This package provides a set of psychometric tools for cognitive
18591 diagnosis modeling based on the generalized deterministic inputs, noisy and
18592 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
18593 and its extensions, including the sequential G-DINA model by Ma and de la
18594 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
18595 polytomous G-DINA model by Chen and de la Torre
18596 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
18597 distribution can be independent, saturated, higher-order, loglinear smoothed
18598 or structured. Q-matrix validation, item and model fit statistics, model
18599 comparison at test and item level and differential item functioning can also
18600 be conducted. A graphical user interface is also provided.")
18601 (license license:gpl3)))
18602
18603 (define-public r-actcd
18604 (package
18605 (name "r-actcd")
18606 (version "1.2-0")
18607 (source
18608 (origin
18609 (method url-fetch)
18610 (uri (cran-uri "ACTCD" version))
18611 (sha256
18612 (base32
18613 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
18614 (properties `((upstream-name . "ACTCD")))
18615 (build-system r-build-system)
18616 (propagated-inputs
18617 `(("r-gdina" ,r-gdina)
18618 ("r-r-methodss3" ,r-r-methodss3)))
18619 (native-inputs
18620 `(("gfortran" ,gfortran)))
18621 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
18622 (synopsis "Asymptotic classification theory for cognitive diagnosis")
18623 (description
18624 "This is a package supporting cluster analysis for cognitive diagnosis
18625 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
18626 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
18627 sum-scores, cluster analysis techniques can be used to classify examinees into
18628 latent classes based on their attribute patterns. In addition to the
18629 algorithms used to classify data, three labeling approaches are proposed to
18630 label clusters so that examinees' attribute profiles can be obtained.")
18631 (license license:gpl2+)))
18632
18633 (define-public r-ineq
18634 (package
18635 (name "r-ineq")
18636 (version "0.2-13")
18637 (source
18638 (origin
18639 (method url-fetch)
18640 (uri (cran-uri "ineq" version))
18641 (sha256
18642 (base32
18643 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
18644 (properties `((upstream-name . "ineq")))
18645 (build-system r-build-system)
18646 (home-page "https://cran.r-project.org/web/packages/ineq/")
18647 (synopsis "Measuring inequality, concentration, and poverty")
18648 (description
18649 "This package provides tools for measuring inequality, concentration, and
18650 poverty measures. It provides both empirical and theoretical Lorenz curves.")
18651 ;; Either of these two versions.
18652 (license (list license:gpl2 license:gpl3))))
18653
18654 (define-public r-actfrag
18655 (package
18656 (name "r-actfrag")
18657 (version "0.1.1")
18658 (source
18659 (origin
18660 (method url-fetch)
18661 (uri (cran-uri "ActFrag" version))
18662 (sha256
18663 (base32
18664 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
18665 (properties `((upstream-name . "ActFrag")))
18666 (build-system r-build-system)
18667 (propagated-inputs
18668 `(("r-accelerometry" ,r-accelerometry)
18669 ("r-dplyr" ,r-dplyr)
18670 ("r-ineq" ,r-ineq)
18671 ("r-survival" ,r-survival)
18672 ("r-tidyr" ,r-tidyr)))
18673 (home-page "https://github.com/junruidi/ActFrag")
18674 (synopsis "Activity fragmentation metrics extraction")
18675 (description
18676 "This package provides functions to extract commonly used fragmentation
18677 metrics to quantify time accumulation strategies based on minute level
18678 actigraphy-measured activity counts data.")
18679 (license license:gpl3)))
18680
18681 (define-public r-fda
18682 (package
18683 (name "r-fda")
18684 (version "5.1.4")
18685 (source
18686 (origin
18687 (method url-fetch)
18688 (uri (cran-uri "fda" version))
18689 (sha256
18690 (base32
18691 "0js4ggl3aiwsqk6npwz72yhcznkb63smddds24ngf6a0p8yp5p2x"))))
18692 (properties `((upstream-name . "fda")))
18693 (build-system r-build-system)
18694 (propagated-inputs
18695 `(("r-matrix" ,r-matrix)))
18696 (home-page "https://www.functionaldata.org")
18697 (synopsis "Functional data analysis")
18698 (description
18699 "These functions were developed to support functional data analysis as
18700 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
18701 Analysis. The package includes data sets and script files working many
18702 examples.")
18703 (license license:gpl2+)))
18704
18705 (define-public r-actigraphy
18706 (package
18707 (name "r-actigraphy")
18708 (version "1.4.0")
18709 (source
18710 (origin
18711 (method url-fetch)
18712 (uri (cran-uri "Actigraphy" version))
18713 (sha256
18714 (base32
18715 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
18716 (properties `((upstream-name . "Actigraphy")))
18717 (build-system r-build-system)
18718 (propagated-inputs
18719 `(("r-fda" ,r-fda)))
18720 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
18721 (synopsis "Actigraphy data analysis")
18722 (description
18723 "This package provides tools for functional linear modeling and analysis
18724 of actigraphy data.")
18725 (license license:asl2.0)))
18726
18727 (define-public r-activedriver
18728 (package
18729 (name "r-activedriver")
18730 (version "1.0.0")
18731 (source
18732 (origin
18733 (method url-fetch)
18734 (uri (cran-uri "ActiveDriver" version))
18735 (sha256
18736 (base32
18737 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
18738 (properties `((upstream-name . "ActiveDriver")))
18739 (build-system r-build-system)
18740 (propagated-inputs
18741 `(("r-mass" ,r-mass)))
18742 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
18743 (synopsis "Tools for finding cancer driver proteins")
18744 (description
18745 "This package provides a mutation analysis tool that discovers cancer
18746 driver genes with frequent mutations in protein signalling sites such as
18747 post-translational modifications (phosphorylation, ubiquitination, etc). The
18748 Poisson generalized linear regression model identifies genes where cancer
18749 mutations in signalling sites are more frequent than expected from the
18750 sequence of the entire gene. Integration of mutations with signalling
18751 information helps find new driver genes and propose candidate mechanisms to
18752 known drivers.")
18753 (license license:gpl2+)))
18754
18755 (define-public r-activitycounts
18756 (package
18757 (name "r-activitycounts")
18758 (version "0.1.2")
18759 (source
18760 (origin
18761 (method url-fetch)
18762 (uri (cran-uri "activityCounts" version))
18763 (sha256
18764 (base32
18765 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
18766 (properties
18767 `((upstream-name . "activityCounts")))
18768 (build-system r-build-system)
18769 (propagated-inputs
18770 `(("r-lubridate" ,r-lubridate)
18771 ("r-magrittr" ,r-magrittr)
18772 ("r-seewave" ,r-seewave)
18773 ("r-signal" ,r-signal)
18774 ("r-tibble" ,r-tibble)))
18775 (home-page "https://github.com/walkabillylab/activityCounts")
18776 (synopsis "Generate ActiLife counts")
18777 (description
18778 "ActiLife generates activity counts from data collected by Actigraph
18779 accelerometers. Actigraph is one of the most common research-grade
18780 accelerometers. There is considerable research validating and developing
18781 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
18782 counts are proprietary and difficult to implement if researchers use different
18783 accelerometer brands. The code creates ActiLife counts from raw acceleration
18784 data for different accelerometer brands.")
18785 (license license:gpl3)))
18786
18787 (define-public r-activityindex
18788 (package
18789 (name "r-activityindex")
18790 (version "0.3.6")
18791 (source
18792 (origin
18793 (method url-fetch)
18794 (uri (cran-uri "ActivityIndex" version))
18795 (sha256
18796 (base32
18797 "14k6d78s15j7kb7jhixf4msrdjdl28d0r264cbvy41p8dkq7ysvk"))))
18798 (properties `((upstream-name . "ActivityIndex")))
18799 (build-system r-build-system)
18800 (propagated-inputs
18801 `(("r-data-table" ,r-data-table)
18802 ("r-matrixstats" ,r-matrixstats)
18803 ("r-r-utils" ,r-r-utils)))
18804 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
18805 (synopsis "Activity Index calculation using raw accelerometry data")
18806 (description
18807 "This is a package to read raw accelerometry from GT3X+ accelerometry
18808 data and plain table data to calculate the Activity Index from Bai et
18809 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
18810 (license license:gpl3)))
18811
18812 (define-public r-activpal
18813 (package
18814 (name "r-activpal")
18815 (version "0.1.3")
18816 (source
18817 (origin
18818 (method url-fetch)
18819 (uri (cran-uri "activPAL" version))
18820 (sha256
18821 (base32
18822 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
18823 (properties `((upstream-name . "activPAL")))
18824 (build-system r-build-system)
18825 (propagated-inputs
18826 `(("r-devtools" ,r-devtools)
18827 ("r-dplyr" ,r-dplyr)
18828 ("r-ggplot2" ,r-ggplot2)
18829 ("r-lubridate" ,r-lubridate)
18830 ("r-magrittr" ,r-magrittr)
18831 ("r-tidyr" ,r-tidyr)))
18832 (home-page "https://cran.r-project.org/web/packages/activPAL")
18833 (synopsis "Processing and chart generation from activPAL events files")
18834 (description
18835 "This package contains functions to generate pre-defined summary
18836 statistics from activPAL events files. The package also contains functions to
18837 produce informative graphics that visualize physical activity behaviour and
18838 trends. This includes generating graphs that align physical activity
18839 behaviour with additional time based observations described by other data
18840 sets, such as sleep diaries and continuous glucose monitoring data.")
18841 (license license:gpl3)))
18842
18843 (define-public r-activpalprocessing
18844 (package
18845 (name "r-activpalprocessing")
18846 (version "1.0.2")
18847 (source
18848 (origin
18849 (method url-fetch)
18850 (uri (cran-uri "activpalProcessing" version))
18851 (sha256
18852 (base32
18853 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
18854 (properties
18855 `((upstream-name . "activpalProcessing")))
18856 (build-system r-build-system)
18857 (propagated-inputs
18858 `(("r-chron" ,r-chron)))
18859 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
18860 (synopsis "Process activPAL events files")
18861 (description
18862 "This package performs estimation of physical activity and sedentary
18863 behavior variables from activPAL events files.")
18864 ;; Either version of the GPL.
18865 (license (list license:gpl2 license:gpl3))))
18866
18867 (define-public r-actogrammr
18868 (package
18869 (name "r-actogrammr")
18870 (version "0.2.3")
18871 (source
18872 (origin
18873 (method url-fetch)
18874 (uri (cran-uri "actogrammr" version))
18875 (sha256
18876 (base32
18877 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
18878 (properties `((upstream-name . "actogrammr")))
18879 (build-system r-build-system)
18880 (propagated-inputs
18881 `(("r-dplyr" ,r-dplyr)
18882 ("r-ggplot2" ,r-ggplot2)
18883 ("r-lubridate" ,r-lubridate)
18884 ("r-readr" ,r-readr)
18885 ("r-tidyr" ,r-tidyr)))
18886 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
18887 (synopsis "Read in activity data and plot actograms")
18888 (description
18889 "Read in activity measurements from standard file formats used by
18890 circadian rhythm researchers, currently only ClockLab format, and process and
18891 plot the data. The central type of plot is the actogram, as first described
18892 in \"Activity and distribution of certain wild mice in relation to biotic
18893 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
18894 (license license:gpl3)))
18895
18896 (define-public r-expint
18897 (package
18898 (name "r-expint")
18899 (version "0.1-6")
18900 (source
18901 (origin
18902 (method url-fetch)
18903 (uri (cran-uri "expint" version))
18904 (sha256
18905 (base32
18906 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
18907 (properties `((upstream-name . "expint")))
18908 (build-system r-build-system)
18909 (home-page "https://gitlab.com/vigou3/expint")
18910 (synopsis "Exponential integral and incomplete Gamma function")
18911 (description
18912 "This package provides the exponential integrals @code{E_1(x)},
18913 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
18914 function @code{G(a, x)} defined for negative values of its first argument.
18915 The package also gives easy access to the underlying C routines through an
18916 API; see the package vignette for details.")
18917 (license license:gpl2+)))
18918
18919 (define-public r-actuar
18920 (package
18921 (name "r-actuar")
18922 (version "3.0-0")
18923 (source
18924 (origin
18925 (method url-fetch)
18926 (uri (cran-uri "actuar" version))
18927 (sha256
18928 (base32
18929 "0dkp1sczldzy7kj70qvh1q59jhsq1brjybmxdz43jnx63y45llpz"))))
18930 (properties `((upstream-name . "actuar")))
18931 (build-system r-build-system)
18932 (propagated-inputs `(("r-expint" ,r-expint)))
18933 (home-page "https://gitlab.com/vigou3/actuar")
18934 (synopsis "Actuarial functions and heavy tailed distributions")
18935 (description
18936 "This package provides functions and data sets for actuarial science:
18937 modeling of loss distributions; risk theory and ruin theory; simulation of
18938 compound models, discrete mixtures and compound hierarchical models;
18939 credibility theory. It boasts support for many additional probability
18940 distributions to model insurance loss amounts and loss frequency: 19
18941 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
18942 distribution; zero-truncated and zero-modified extensions of the standard
18943 discrete distributions. It also supports phase-type distributions commonly
18944 used to compute ruin probabilities.")
18945 (license license:gpl2+)))
18946
18947 (define-public r-bmp
18948 (package
18949 (name "r-bmp")
18950 (version "0.3")
18951 (source
18952 (origin
18953 (method url-fetch)
18954 (uri (cran-uri "bmp" version))
18955 (sha256
18956 (base32
18957 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
18958 (properties `((upstream-name . "bmp")))
18959 (build-system r-build-system)
18960 (home-page "https://cran.r-project.org/web/packages/bmp/")
18961 (synopsis "Read Bitmap (BMP) images")
18962 (description
18963 "This package provides pure R tools to read BMP format images. It is
18964 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
18965 (license license:gpl2+)))
18966
18967 (define-public r-readbitmap
18968 (package
18969 (name "r-readbitmap")
18970 (version "0.1.5")
18971 (source
18972 (origin
18973 (method url-fetch)
18974 (uri (cran-uri "readbitmap" version))
18975 (sha256
18976 (base32
18977 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
18978 (properties `((upstream-name . "readbitmap")))
18979 (build-system r-build-system)
18980 (inputs
18981 `(("libjpeg" ,libjpeg-turbo)
18982 ("libpng" ,libpng)))
18983 (propagated-inputs
18984 `(("r-bmp" ,r-bmp)
18985 ("r-jpeg" ,r-jpeg)
18986 ("r-png" ,r-png)
18987 ("r-tiff" ,r-tiff)))
18988 (home-page "https://github.com/jefferis/readbitmap")
18989 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
18990 (description
18991 "This package provides tools to identify and read BMP, JPEG, PNG, and
18992 TIFF format bitmap images. Identification defaults to the use of the magic
18993 number embedded in the file rather than the file extension.")
18994 (license license:gpl2+)))
18995
18996 (define-public r-imager
18997 (package
18998 (name "r-imager")
18999 (version "0.42.3")
19000 (source
19001 (origin
19002 (method url-fetch)
19003 (uri (cran-uri "imager" version))
19004 (sha256
19005 (base32
19006 "1wxvbv803222gjrf1ys6a349xlnmmdw3kqgi93piq9gq7lahihvg"))))
19007 (properties `((upstream-name . "imager")))
19008 (build-system r-build-system)
19009 (inputs
19010 `(("fftw" ,fftw)
19011 ("libtiff" ,libtiff)
19012 ("libx11" ,libx11)
19013 ("zlib" ,zlib)))
19014 (propagated-inputs
19015 `(("r-downloader" ,r-downloader)
19016 ("r-igraph" ,r-igraph)
19017 ("r-jpeg" ,r-jpeg)
19018 ("r-magrittr" ,r-magrittr)
19019 ("r-png" ,r-png)
19020 ("r-purrr" ,r-purrr)
19021 ("r-rcpp" ,r-rcpp)
19022 ("r-readbitmap" ,r-readbitmap)
19023 ("r-stringr" ,r-stringr)))
19024 (native-inputs
19025 `(("pkg-config" ,pkg-config)
19026 ("r-knitr" ,r-knitr)))
19027 (home-page "https://dahtah.github.io/imager/")
19028 (synopsis "Image processing library")
19029 (description
19030 "This is a package for fast image processing for images in up to 4
19031 dimensions (two spatial dimensions, one time/depth dimension, one color
19032 dimension). It provides most traditional image processing tools (filtering,
19033 morphology, transformations, etc.) as well as various functions for easily
19034 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
19035 simple, modern C++ library for image processing.")
19036 (license license:lgpl3)))
19037
19038 (define-public r-acuityview
19039 (package
19040 (name "r-acuityview")
19041 (version "0.1")
19042 (source
19043 (origin
19044 (method url-fetch)
19045 (uri (cran-uri "AcuityView" version))
19046 (sha256
19047 (base32
19048 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
19049 (properties `((upstream-name . "AcuityView")))
19050 (build-system r-build-system)
19051 (propagated-inputs
19052 `(("r-fftwtools" ,r-fftwtools)
19053 ("r-imager" ,r-imager)
19054 ("r-plotrix" ,r-plotrix)))
19055 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
19056 (synopsis "Display scenes as seen by an animal with less acute vision")
19057 (description
19058 "This package provides a simple method for representing a visual scene as
19059 it may be seen by an animal with less acute vision.")
19060 (license license:gpl2+)))
19061
19062 (define-public r-caret
19063 (package
19064 (name "r-caret")
19065 (version "6.0-86")
19066 (source
19067 (origin
19068 (method url-fetch)
19069 (uri (cran-uri "caret" version))
19070 (sha256
19071 (base32
19072 "0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
19073 (build-system r-build-system)
19074 (propagated-inputs
19075 `(("r-foreach" ,r-foreach)
19076 ("r-ggplot2" ,r-ggplot2)
19077 ("r-lattice" ,r-lattice)
19078 ("r-modelmetrics" ,r-modelmetrics)
19079 ("r-nlme" ,r-nlme)
19080 ("r-plyr" ,r-plyr)
19081 ("r-proc" ,r-proc)
19082 ("r-recipes" ,r-recipes)
19083 ("r-reshape2" ,r-reshape2)
19084 ("r-withr" ,r-withr)))
19085 (native-inputs
19086 `(("r-knitr" ,r-knitr)))
19087 (home-page "https://github.com/topepo/caret")
19088 (synopsis "Classification and regression training")
19089 (description
19090 "This package provides miscellaneous functions for training and plotting
19091 classification and regression models.")
19092 (license license:gpl2+)))
19093
19094 (define-public r-adabag
19095 (package
19096 (name "r-adabag")
19097 (version "4.2")
19098 (source
19099 (origin
19100 (method url-fetch)
19101 (uri (cran-uri "adabag" version))
19102 (sha256
19103 (base32
19104 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
19105 (properties `((upstream-name . "adabag")))
19106 (build-system r-build-system)
19107 (propagated-inputs
19108 `(("r-caret" ,r-caret)
19109 ("r-doparallel" ,r-doparallel)
19110 ("r-foreach" ,r-foreach)
19111 ("r-rpart" ,r-rpart)))
19112 (home-page "https://cran.r-project.org/web/packages/adabag/")
19113 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
19114 (description
19115 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
19116 Breiman's Bagging algorithm using classification trees as individual
19117 classifiers. Once these classifiers have been trained, they can be used to
19118 predict on new data. Also, cross validation estimation of the error can be
19119 done.")
19120 (license license:gpl2+)))
19121
19122 (define-public r-adagio
19123 (package
19124 (name "r-adagio")
19125 (version "0.7.1")
19126 (source
19127 (origin
19128 (method url-fetch)
19129 (uri (cran-uri "adagio" version))
19130 (sha256
19131 (base32
19132 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
19133 (properties `((upstream-name . "adagio")))
19134 (build-system r-build-system)
19135 (native-inputs `(("gfortran" ,gfortran)))
19136 (home-page "https://cran.r-project.org/web/packages/adagio/")
19137 (synopsis "Discrete and global optimization routines")
19138 (description
19139 "This package provides methods and algorithms for discrete optimization,
19140 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
19141 Hooke-Jeeves minimization, and some (evolutionary) global optimization
19142 functions.")
19143 (license license:gpl3+)))
19144
19145 (define-public r-univoutl
19146 (package
19147 (name "r-univoutl")
19148 (version "0.2")
19149 (source
19150 (origin
19151 (method url-fetch)
19152 (uri (cran-uri "univOutl" version))
19153 (sha256
19154 (base32
19155 "0rlc3w7cx2hfxacpjs9kmjzv5p8v9wxnlpxi3rh276wiy5zdr91v"))))
19156 (properties `((upstream-name . "univOutl")))
19157 (build-system r-build-system)
19158 (propagated-inputs
19159 `(("r-hmisc" ,r-hmisc)
19160 ("r-robustbase" ,r-robustbase)))
19161 (home-page "https://github.com/marcellodo/univOutl")
19162 (synopsis "Detection of univariate outliers")
19163 (description
19164 "This package provides well-known outlier detection techniques in the
19165 univariate case. Methods to deal with skewed distribution are included too.
19166 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
19167 historical data is implemented as well. When available, survey weights can be
19168 used in outliers detection.")
19169 (license license:gpl2+)))
19170
19171 (define-public r-tolerance
19172 (package
19173 (name "r-tolerance")
19174 (version "2.0.0")
19175 (source
19176 (origin
19177 (method url-fetch)
19178 (uri (cran-uri "tolerance" version))
19179 (sha256
19180 (base32
19181 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
19182 (properties `((upstream-name . "tolerance")))
19183 (build-system r-build-system)
19184 (propagated-inputs
19185 `(("r-mass" ,r-mass)
19186 ("r-rgl" ,r-rgl)))
19187 (home-page "https://cran.r-project.org/web/packages/tolerance/")
19188 (synopsis "Statistical tolerance intervals and regions")
19189 (description
19190 "This package provides functions for estimating tolerance
19191 limits (intervals) for various univariate distributions (binomial, Cauchy,
19192 discrete Pareto, exponential, two-parameter exponential, extreme value,
19193 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
19194 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
19195 Bayesian normal tolerance limits, multivariate normal tolerance regions,
19196 nonparametric tolerance intervals, tolerance bands for regression
19197 settings (linear regression, nonlinear regression, nonparametric regression,
19198 and multivariate regression), and analysis of variance tolerance intervals.
19199 Visualizations are also available for most of these settings.")
19200 (license license:gpl2+)))
19201
19202 (define-public r-additivitytests
19203 (package
19204 (name "r-additivitytests")
19205 (version "1.1-4")
19206 (source
19207 (origin
19208 (method url-fetch)
19209 (uri (cran-uri "additivityTests" version))
19210 (sha256
19211 (base32
19212 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
19213 (properties
19214 `((upstream-name . "additivityTests")))
19215 (build-system r-build-system)
19216 (home-page "https://github.com/simecek/additivityTests")
19217 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
19218 (description
19219 "This package provides an implementation of the Tukey, Mandel,
19220 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
19221 (license license:gpl3)))
19222
19223 (define-public r-flexclust
19224 (package
19225 (name "r-flexclust")
19226 (version "1.4-0")
19227 (source
19228 (origin
19229 (method url-fetch)
19230 (uri (cran-uri "flexclust" version))
19231 (sha256
19232 (base32
19233 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
19234 (properties `((upstream-name . "flexclust")))
19235 (build-system r-build-system)
19236 (propagated-inputs
19237 `(("r-class" ,r-class)
19238 ("r-lattice" ,r-lattice)
19239 ("r-modeltools" ,r-modeltools)))
19240 (home-page "https://cran.r-project.org/web/packages/flexclust/")
19241 (synopsis "Flexible cluster algorithms")
19242 (description
19243 "The main function @code{kcca} implements a general framework for
19244 k-centroids cluster analysis supporting arbitrary distance measures and
19245 centroid computation. Further cluster methods include hard competitive
19246 learning, neural gas, and QT clustering. There are numerous visualization
19247 methods for cluster results (neighborhood graphs, convex cluster hulls,
19248 barcharts of centroids, ...), and bootstrap methods for the analysis of
19249 cluster stability.")
19250 (license license:gpl2)))
19251
19252 (define-public r-biclust
19253 (package
19254 (name "r-biclust")
19255 (version "2.0.2")
19256 (source
19257 (origin
19258 (method url-fetch)
19259 (uri (cran-uri "biclust" version))
19260 (sha256
19261 (base32
19262 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
19263 (properties `((upstream-name . "biclust")))
19264 (build-system r-build-system)
19265 (propagated-inputs
19266 `(("r-additivitytests" ,r-additivitytests)
19267 ("r-colorspace" ,r-colorspace)
19268 ("r-flexclust" ,r-flexclust)
19269 ("r-ggplot2" ,r-ggplot2)
19270 ("r-lattice" ,r-lattice)
19271 ("r-mass" ,r-mass)
19272 ("r-tidyr" ,r-tidyr)))
19273 (home-page "https://cran.r-project.org/web/packages/biclust/")
19274 (synopsis "BiCluster algorithms")
19275 (description
19276 "The main function @code{biclust()} provides several algorithms to find
19277 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
19278 In addition, the package provides methods for data
19279 preprocessing (normalization and discretization), visualization, and
19280 validation of bicluster solutions.")
19281 (license license:gpl3)))
19282
19283 (define-public r-icge
19284 (package
19285 (name "r-icge")
19286 (version "0.3")
19287 (source
19288 (origin
19289 (method url-fetch)
19290 (uri (cran-uri "ICGE" version))
19291 (sha256
19292 (base32
19293 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
19294 (properties `((upstream-name . "ICGE")))
19295 (build-system r-build-system)
19296 (propagated-inputs
19297 `(("r-cluster" ,r-cluster)
19298 ("r-mass" ,r-mass)))
19299 (home-page "https://cran.r-project.org/web/packages/ICGE/")
19300 (synopsis "Cluster estimation and identification of atypical units")
19301 (description
19302 "ICGE is a package that helps to estimate the number of real clusters in
19303 data as well as to identify atypical units. The underlying methods are based
19304 on distances rather than on unit x variables.")
19305 (license license:gpl2+)))
19306
19307 (define-public r-depth
19308 (package
19309 (name "r-depth")
19310 (version "2.1-1.1")
19311 (source
19312 (origin
19313 (method url-fetch)
19314 (uri (cran-uri "depth" version))
19315 (sha256
19316 (base32
19317 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
19318 (properties `((upstream-name . "depth")))
19319 (build-system r-build-system)
19320 (propagated-inputs
19321 `(("r-abind" ,r-abind)
19322 ("r-circular" ,r-circular)
19323 ("r-rgl" ,r-rgl)))
19324 (native-inputs
19325 `(("gfortran" ,gfortran)))
19326 (home-page "https://cran.r-project.org/web/packages/depth/")
19327 (synopsis "Nonparametric depth functions for multivariate analysis")
19328 (description
19329 "This package provides tools for depth functions methodology applied to
19330 multivariate analysis. Besides allowing calculation of depth values and
19331 depth-based location estimators, the package includes functions or drawing
19332 contour plots and perspective plots of depth functions. Euclidian and
19333 spherical depths are supported.")
19334 (license license:gpl2)))
19335
19336 (define-public r-archetypes
19337 (package
19338 (name "r-archetypes")
19339 (version "2.2-0.1")
19340 (source
19341 (origin
19342 (method url-fetch)
19343 (uri (cran-uri "archetypes" version))
19344 (sha256
19345 (base32
19346 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
19347 (properties `((upstream-name . "archetypes")))
19348 (build-system r-build-system)
19349 (propagated-inputs
19350 `(("r-modeltools" ,r-modeltools)
19351 ("r-nnls" ,r-nnls)))
19352 (home-page "https://cran.r-project.org/web/packages/archetypes")
19353 (synopsis "Archetypal analysis")
19354 (description
19355 "The main function @code{archetypes} implements a framework for
19356 archetypal analysis supporting arbitrary problem solving mechanisms for the
19357 different conceptual parts of the algorithm.")
19358 (license license:gpl2+)))
19359
19360 (define-public r-shapes
19361 (package
19362 (name "r-shapes")
19363 (version "1.2.5")
19364 (source
19365 (origin
19366 (method url-fetch)
19367 (uri (cran-uri "shapes" version))
19368 (sha256
19369 (base32
19370 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
19371 (properties `((upstream-name . "shapes")))
19372 (build-system r-build-system)
19373 (propagated-inputs
19374 `(("r-mass" ,r-mass)
19375 ("r-minpack-lm" ,r-minpack-lm)
19376 ("r-rgl" ,r-rgl)
19377 ("r-scatterplot3d" ,r-scatterplot3d)))
19378 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
19379 (synopsis "Statistical shape analysis")
19380 (description
19381 "This package provides routines for the statistical analysis of landmark
19382 shapes, including Procrustes analysis, graphical displays, principal
19383 components analysis, permutation and bootstrap tests, thin-plate spline
19384 transformation grids and comparing covariance matrices. See Dryden, I.L. and
19385 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
19386 Edition), John Wiley and Sons.")
19387 (license license:gpl2)))
19388
19389 (define-public r-anthropometry
19390 (package
19391 (name "r-anthropometry")
19392 (version "1.14")
19393 (source
19394 (origin
19395 (method url-fetch)
19396 (uri (cran-uri "Anthropometry" version))
19397 (sha256
19398 (base32
19399 "0y52g15pcgs4b68sfczn6nnpdqsialsb4mq3wb9a2gba7qdcf76y"))))
19400 (properties `((upstream-name . "Anthropometry")))
19401 (build-system r-build-system)
19402 (propagated-inputs
19403 `(("r-archetypes" ,r-archetypes)
19404 ("r-biclust" ,r-biclust)
19405 ("r-cluster" ,r-cluster)
19406 ("r-depth" ,r-depth)
19407 ("r-fnn" ,r-fnn)
19408 ("r-icge" ,r-icge)
19409 ("r-nnls" ,r-nnls)
19410 ("r-rgl" ,r-rgl)
19411 ("r-shapes" ,r-shapes)))
19412 (native-inputs
19413 `(("r-knitr" ,r-knitr)))
19414 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
19415 (synopsis "Statistical methods for anthropometric data")
19416 (description
19417 "This package provides statistical methods especially developed to
19418 analyze anthropometric data. These methods are aimed at providing effective
19419 solutions to some commons problems related to Ergonomics and Anthropometry.
19420 They are based on clustering, the statistical concept of data depth,
19421 statistical shape analysis and archetypal analysis.")
19422 (license license:gpl2+)))
19423
19424 (define-public r-adamethods
19425 (package
19426 (name "r-adamethods")
19427 (version "1.2")
19428 (source
19429 (origin
19430 (method url-fetch)
19431 (uri (cran-uri "adamethods" version))
19432 (sha256
19433 (base32
19434 "0mp73zh5x6h18gv29v981kb9n632kb58lvlcxwr6vcvrx393nrxh"))))
19435 (properties `((upstream-name . "adamethods")))
19436 (build-system r-build-system)
19437 (propagated-inputs
19438 `(("r-anthropometry" ,r-anthropometry)
19439 ("r-archetypes" ,r-archetypes)
19440 ("r-fnn" ,r-fnn)
19441 ("r-foreach" ,r-foreach)
19442 ("r-nnls" ,r-nnls)
19443 ("r-tolerance" ,r-tolerance)
19444 ("r-univoutl" ,r-univoutl)))
19445 (home-page "https://cran.r-project.org/web/packages/adamethods/")
19446 (synopsis "Archetypoid algorithms and anomaly detection")
19447 (description
19448 "This package is a collection of several algorithms to obtain
19449 archetypoids with small and large databases and with both classical
19450 multivariate data and functional data (univariate and multivariate). Some of
19451 these algorithms also allow to detect anomalies (outliers).")
19452 (license license:gpl2+)))
19453
19454 (define-public r-idpmisc
19455 (package
19456 (name "r-idpmisc")
19457 (version "1.1.20")
19458 (source
19459 (origin
19460 (method url-fetch)
19461 (uri (cran-uri "IDPmisc" version))
19462 (sha256
19463 (base32
19464 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
19465 (properties `((upstream-name . "IDPmisc")))
19466 (build-system r-build-system)
19467 (propagated-inputs
19468 `(("r-lattice" ,r-lattice)))
19469 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
19470 (synopsis "Functions for data analyses and visualization")
19471 (description
19472 "This package provides different high-level graphics functions for
19473 displaying large datasets, displaying circular data in a very flexible way,
19474 finding local maxima, brewing color ramps, drawing nice arrows, zooming
19475 2D-plots, creating figures with differently colored margin and plot region.
19476 In addition, the package contains auxiliary functions for data manipulation
19477 like omitting observations with irregular values or selecting data by logical
19478 vectors, which include NAs. Other functions are especially useful in
19479 spectroscopy and analyses of environmental data: robust baseline fitting,
19480 finding peaks in spectra, converting humidity measures.")
19481 (license license:gpl3+)))
19482
19483 (define-public r-qqman
19484 (package
19485 (name "r-qqman")
19486 (version "0.1.4")
19487 (source
19488 (origin
19489 (method url-fetch)
19490 (uri (cran-uri "qqman" version))
19491 (sha256
19492 (base32
19493 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
19494 (properties `((upstream-name . "qqman")))
19495 (build-system r-build-system)
19496 (propagated-inputs
19497 `(("r-calibrate" ,r-calibrate)))
19498 (home-page "https://cran.r-project.org/web/packages/qqman/")
19499 (synopsis "Q-Q and Manhattan plots for GWAS data")
19500 (description
19501 "This package allows you to create Q-Q and Manhattan plots for GWAS data
19502 from PLINK results.")
19503 (license license:gpl3)))
19504
19505 (define-public r-ggplot-multistats
19506 (package
19507 (name "r-ggplot-multistats")
19508 (version "1.0.0")
19509 (source
19510 (origin
19511 (method url-fetch)
19512 (uri (cran-uri "ggplot.multistats" version))
19513 (sha256
19514 (base32
19515 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
19516 (properties
19517 `((upstream-name . "ggplot.multistats")))
19518 (build-system r-build-system)
19519 (propagated-inputs
19520 `(("r-ggplot2" ,r-ggplot2)
19521 ("r-hexbin" ,r-hexbin)
19522 ("r-rlang" ,r-rlang)
19523 ("r-scales" ,r-scales)))
19524 (home-page "https://github.com/flying-sheep/ggplot.multistats")
19525 (synopsis "Multiple summary statistics for binned stats/geometries")
19526 (description
19527 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
19528 which functions similar to its singular form, but allows the use of multiple
19529 statistics per bin. Those statistics can be mapped to multiple bin
19530 aesthetics.")
19531 (license license:gpl3)))
19532
19533 (define-public r-knn-covertree
19534 (package
19535 (name "r-knn-covertree")
19536 (version "1.0")
19537 (source
19538 (origin
19539 (method url-fetch)
19540 (uri (cran-uri "knn.covertree" version))
19541 (sha256
19542 (base32
19543 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
19544 (properties `((upstream-name . "knn.covertree")))
19545 (build-system r-build-system)
19546 (propagated-inputs
19547 `(("r-matrix" ,r-matrix)
19548 ("r-rcpp" ,r-rcpp)
19549 ("r-rcppeigen" ,r-rcppeigen)))
19550 (home-page "https://github.com/flying-sheep/knn.covertree")
19551 (synopsis "Accurate kNN Implementation with multiple distance measures")
19552 (description
19553 "Similarly to the FNN package, this package allows calculation of the k
19554 nearest neighbors (kNN) of a data matrix. The implementation is based on
19555 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
19556 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
19557 (license license:agpl3+)))
19558
19559 (define-public r-poibin
19560 (package
19561 (name "r-poibin")
19562 (version "1.5")
19563 (source
19564 (origin
19565 (method url-fetch)
19566 (uri (cran-uri "poibin" version))
19567 (sha256
19568 (base32
19569 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
19570 (properties `((upstream-name . "poibin")))
19571 (build-system r-build-system)
19572 (home-page "https://cran.r-project.org/web/packages/poibin/")
19573 (synopsis "Poisson binomial distribution")
19574 (description
19575 "This package provides an implementation of both the exact and
19576 approximation methods for computing the @dfn{cumulative distribution
19577 function} (CDF) of the Poisson binomial distribution. It also provides the
19578 @dfn{probability mass function} (PMF), quantile function, and random number
19579 generation for the Poisson binomial distribution.")
19580 (license license:gpl2)))
19581
19582 (define-public r-diagram
19583 (package
19584 (name "r-diagram")
19585 (version "1.6.4")
19586 (source
19587 (origin
19588 (method url-fetch)
19589 (uri (cran-uri "diagram" version))
19590 (sha256
19591 (base32
19592 "0f6ffprn5k0ir1s7m9s7izc64aa17r3gnygagz5bihrlsvawaavw"))))
19593 (properties `((upstream-name . "diagram")))
19594 (build-system r-build-system)
19595 (propagated-inputs
19596 `(("r-shape" ,r-shape)))
19597 (home-page "https://cran.r-project.org/web/packages/diagram/")
19598 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
19599 (description
19600 "This package provides tools to visualize simple graphs (networks) based
19601 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
19602 electrical networks, etc. It also includes supporting material for the book
19603 \"A practical guide to ecological modelling - using R as a simulation
19604 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
19605 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
19606 Francesca Mazzia (2012).")
19607 (license license:gpl2+)))
19608
19609 (define-public r-lim
19610 (package
19611 (name "r-lim")
19612 (version "1.4.6")
19613 (source
19614 (origin
19615 (method url-fetch)
19616 (uri (cran-uri "LIM" version))
19617 (sha256
19618 (base32
19619 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
19620 (properties `((upstream-name . "LIM")))
19621 (build-system r-build-system)
19622 (propagated-inputs
19623 `(("r-diagram" ,r-diagram)
19624 ("r-limsolve" ,r-limsolve)))
19625 (home-page "https://cran.r-project.org/web/packages/LIM/")
19626 (synopsis "Linear inverse model examples and solution methods")
19627 (description
19628 "This package provides functions that read and solve linear inverse
19629 problems (food web problems, linear programming problems).")
19630 (license license:gpl2+)))
19631
19632 (define-public r-shinycssloaders
19633 (package
19634 (name "r-shinycssloaders")
19635 (version "0.3")
19636 (source
19637 (origin
19638 (method url-fetch)
19639 (uri (cran-uri "shinycssloaders" version))
19640 (sha256
19641 (base32
19642 "1gzq1lhcnhqd145ys3ixf0l13l560fiqr2sc3m2nrijwxlgcw54d"))))
19643 (properties
19644 `((upstream-name . "shinycssloaders")))
19645 (build-system r-build-system)
19646 (propagated-inputs
19647 `(("r-digest" ,r-digest)
19648 ("r-glue" ,r-glue)
19649 ("r-shiny" ,r-shiny)))
19650 (home-page "https://github.com/andrewsali/shinycssloaders")
19651 (synopsis "Add CSS loading animations to Shiny outputs")
19652 (description
19653 "This package provides tools to create a lightweight Shiny wrapper for
19654 the css-loaders created by Luke Hass
19655 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
19656 automatically show a loader when the output is (re)calculating.")
19657 (license license:gpl3)))
19658
19659 (define-public r-rsvg
19660 (package
19661 (name "r-rsvg")
19662 (version "2.1")
19663 (source
19664 (origin
19665 (method url-fetch)
19666 (uri (cran-uri "rsvg" version))
19667 (sha256
19668 (base32
19669 "0bxnwa9sbzx6jlxrzh3ymjq81vkxil2qx7kk7wp13a0cql7dhxcn"))))
19670 (properties `((upstream-name . "rsvg")))
19671 (build-system r-build-system)
19672 (inputs
19673 `(("librsvg" ,librsvg)
19674 ("zlib" ,zlib)))
19675 (native-inputs
19676 `(("pkg-config" ,pkg-config)
19677 ("r-knitr" ,r-knitr)))
19678 (home-page "https://github.com/jeroen/rsvg#readme")
19679 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
19680 (description
19681 "This package allows you to render vector-based SVG images into
19682 high-quality custom-size bitmap arrays using the librsvg2 library. The
19683 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
19684 addition, the package can convert images directly to various formats such as
19685 PDF or PostScript.")
19686 (license license:expat)))
19687
19688 (define-public r-influencer
19689 (package
19690 (name "r-influencer")
19691 (version "0.1.0")
19692 (source
19693 (origin
19694 (method url-fetch)
19695 (uri (cran-uri "influenceR" version))
19696 (sha256
19697 (base32
19698 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
19699 (properties `((upstream-name . "influenceR")))
19700 (build-system r-build-system)
19701 (propagated-inputs
19702 `(("r-igraph" ,r-igraph)
19703 ("r-matrix" ,r-matrix)))
19704 (home-page "https://github.com/rcc-uchicago/influenceR")
19705 (synopsis "Tools to quantify structural importance of nodes in a network")
19706 (description
19707 "This package provides functionality to compute various node centrality
19708 measures on networks. Included are functions to compute betweenness
19709 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
19710 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
19711 algorithm to identify key players, and Valente's bridging metric. The
19712 betweenness, Key Players, and bridging implementations are parallelized with
19713 OpenMP.")
19714 (license license:gpl2)))
19715
19716 (define-public r-emplik
19717 (package
19718 (name "r-emplik")
19719 (version "1.1-1")
19720 (source
19721 (origin
19722 (method url-fetch)
19723 (uri (cran-uri "emplik" version))
19724 (sha256
19725 (base32
19726 "1kw8g8j075bsicdvgkjf4870rfv5c30gvmw6qkkaz3ki22x74w77"))))
19727 (properties `((upstream-name . "emplik")))
19728 (build-system r-build-system)
19729 (propagated-inputs
19730 `(("r-quantreg" ,r-quantreg)))
19731 (home-page "https://www.ms.uky.edu/~mai/EmpLik.html")
19732 (synopsis "Empirical likelihood ratio for censored/truncated data")
19733 (description
19734 "This package provides empirical likelihood ratio tests for
19735 means/quantiles/hazards from possibly censored and/or truncated data. It also
19736 does regression.")
19737 (license license:gpl2+)))
19738
19739 (define-public r-imputeyn
19740 (package
19741 (name "r-imputeyn")
19742 (version "1.3")
19743 (source
19744 (origin
19745 (method url-fetch)
19746 (uri (cran-uri "imputeYn" version))
19747 (sha256
19748 (base32
19749 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
19750 (properties `((upstream-name . "imputeYn")))
19751 (build-system r-build-system)
19752 (propagated-inputs
19753 `(("r-boot" ,r-boot)
19754 ("r-emplik" ,r-emplik)
19755 ("r-mvtnorm" ,r-mvtnorm)
19756 ("r-quadprog" ,r-quadprog)
19757 ("r-survival" ,r-survival)))
19758 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
19759 (synopsis "Impute last largest censored observation under weighted least squares")
19760 (description
19761 "This package allows for the imputation of the last largest censored
19762 observantions. This method brings less bias and more efficient estimates for
19763 AFT models.")
19764 (license license:gpl2)))
19765
19766 (define-public r-adapenetclass
19767 (package
19768 (name "r-adapenetclass")
19769 (version "1.2")
19770 (source
19771 (origin
19772 (method url-fetch)
19773 (uri (cran-uri "AdapEnetClass" version))
19774 (sha256
19775 (base32
19776 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
19777 (properties `((upstream-name . "AdapEnetClass")))
19778 (build-system r-build-system)
19779 (propagated-inputs
19780 `(("r-glmnet" ,r-glmnet)
19781 ("r-imputeyn" ,r-imputeyn)
19782 ("r-lars" ,r-lars)
19783 ("r-quadprog" ,r-quadprog)))
19784 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
19785 (synopsis "Class of adaptive elastic net methods for censored data")
19786 (description
19787 "This package provides methods for variable selection for AFT models.")
19788 (license license:gpl2)))
19789
19790 (define-public r-flock
19791 (package
19792 (name "r-flock")
19793 (version "0.7")
19794 (source
19795 (origin
19796 (method url-fetch)
19797 (uri (cran-uri "flock" version))
19798 (sha256
19799 (base32
19800 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
19801 (properties `((upstream-name . "flock")))
19802 (build-system r-build-system)
19803 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
19804 (home-page "https://cran.r-project.org/web/packages/flock/")
19805 (synopsis "Process synchronization using file locks")
19806 (description
19807 "This package implements synchronization between R processes (spawned by
19808 using the @code{parallel} package for instance) using file locks. It supports
19809 both exclusive and shared locking.")
19810 (license license:asl2.0)))
19811
19812 (define-public r-archivist
19813 (package
19814 (name "r-archivist")
19815 (version "2.3.4")
19816 (source
19817 (origin
19818 (method url-fetch)
19819 (uri (cran-uri "archivist" version))
19820 (sha256
19821 (base32
19822 "1i11hrcq1910jgd6diw6h3sxx624v57zjianm49pqvb2dvd0b8y7"))))
19823 (properties `((upstream-name . "archivist")))
19824 (build-system r-build-system)
19825 (propagated-inputs
19826 `(("r-dbi" ,r-dbi)
19827 ("r-digest" ,r-digest)
19828 ("r-flock" ,r-flock)
19829 ("r-httr" ,r-httr)
19830 ("r-lubridate" ,r-lubridate)
19831 ("r-magrittr" ,r-magrittr)
19832 ("r-rcurl" ,r-rcurl)
19833 ("r-rsqlite" ,r-rsqlite)))
19834 (home-page "https://pbiecek.github.io/archivist/")
19835 (synopsis "Tools for storing, restoring and searching for R objects")
19836 (description
19837 "Data exploration and modelling is a process in which a lot of data
19838 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
19839 statistical models, different versions of data sets and different versions of
19840 results. Archivist helps to store and manage artifacts created in R. It
19841 allows you to store selected artifacts as binary files together with their
19842 metadata and relations. Archivist allows sharing artifacts with others. It
19843 can look for already created artifacts by using its class, name, date of the
19844 creation or other properties. It also makes it easy to restore such
19845 artifacts.")
19846 (license license:gpl2)))
19847
19848 (define-public r-versions
19849 (package
19850 (name "r-versions")
19851 (version "0.3")
19852 (source
19853 (origin
19854 (method url-fetch)
19855 (uri (cran-uri "versions" version))
19856 (sha256
19857 (base32
19858 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
19859 (properties `((upstream-name . "versions")))
19860 (build-system r-build-system)
19861 (home-page "https://cran.r-project.org/web/packages/versions/")
19862 (synopsis "Query and install specific versions of CRAN packages")
19863 (description
19864 "This package allows you to install specified versions of R packages
19865 hosted on CRAN and provides functions to list available versions and the
19866 versions of currently installed packages.")
19867 (license license:bsd-3)))
19868
19869 (define-public r-adapr
19870 (package
19871 (name "r-adapr")
19872 (version "2.0.0")
19873 (source
19874 (origin
19875 (method url-fetch)
19876 (uri (cran-uri "adapr" version))
19877 (sha256
19878 (base32
19879 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
19880 (properties `((upstream-name . "adapr")))
19881 (build-system r-build-system)
19882 (propagated-inputs
19883 `(("r-archivist" ,r-archivist)
19884 ("r-devtools" ,r-devtools)
19885 ("r-digest" ,r-digest)
19886 ("r-doparallel" ,r-doparallel)
19887 ("r-gdata" ,r-gdata)
19888 ("r-ggplot2" ,r-ggplot2)
19889 ("r-git2r" ,r-git2r)
19890 ("r-igraph" ,r-igraph)
19891 ("r-knitr" ,r-knitr)
19892 ("r-plotly" ,r-plotly)
19893 ("r-plyr" ,r-plyr)
19894 ("r-rmarkdown" ,r-rmarkdown)
19895 ("r-shiny" ,r-shiny)
19896 ("r-shinydashboard" ,r-shinydashboard)
19897 ("r-versions" ,r-versions)))
19898 (home-page "https://cran.r-project.org/web/packages/adapr/")
19899 (synopsis "Implementation of an accountable data analysis process")
19900 (description
19901 "This package tracks reading and writing within R scripts that are
19902 organized into a directed acyclic graph. It contains an interactive Shiny
19903 application @code{adaprApp()}. It uses Git and file hashes to track version
19904 histories of inputs and outputs.")
19905 (license license:lgpl2.0)))
19906
19907 (define-public r-adapsamp
19908 (package
19909 (name "r-adapsamp")
19910 (version "1.1.1")
19911 (source
19912 (origin
19913 (method url-fetch)
19914 (uri (cran-uri "AdapSamp" version))
19915 (sha256
19916 (base32
19917 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
19918 (properties `((upstream-name . "AdapSamp")))
19919 (build-system r-build-system)
19920 (propagated-inputs `(("r-pracma" ,r-pracma)))
19921 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
19922 (synopsis "Adaptive sampling algorithms")
19923 (description
19924 "For distributions whose probability density functions are log-concave,
19925 the adaptive rejection sampling algorithm can be used to build envelope
19926 functions for sampling. For others, the modified adaptive rejection sampling
19927 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
19928 adaptive slice sampling algorithm can be used. This R package mainly includes
19929 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
19930 @code{rASS()}. These functions can realize sampling based on the algorithms
19931 above.")
19932 (license license:gpl2)))
19933
19934 (define-public r-adaptalint
19935 (package
19936 (name "r-adaptalint")
19937 (version "0.2.4")
19938 (source
19939 (origin
19940 (method url-fetch)
19941 (uri (cran-uri "adaptalint" version))
19942 (sha256
19943 (base32
19944 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
19945 (properties `((upstream-name . "adaptalint")))
19946 (build-system r-build-system)
19947 (propagated-inputs
19948 `(("r-dplyr" ,r-dplyr)
19949 ("r-lintr" ,r-lintr)
19950 ("r-purrr" ,r-purrr)))
19951 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
19952 (synopsis "Check R code style")
19953 (description
19954 "This package provides tools to infer the code style (which style rules
19955 are followed and which ones are not) from one package and use it to check
19956 another. This makes it easier to find and correct the most important problems
19957 first.")
19958 (license license:gpl3)))
19959
19960 (define-public r-fracdiff
19961 (package
19962 (name "r-fracdiff")
19963 (version "1.5-1")
19964 (source
19965 (origin
19966 (method url-fetch)
19967 (uri (cran-uri "fracdiff" version))
19968 (sha256
19969 (base32
19970 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
19971 (properties `((upstream-name . "fracdiff")))
19972 (build-system r-build-system)
19973 (home-page "https://github.com/mmaechler/fracdiff")
19974 (synopsis
19975 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
19976 (description
19977 "This package provides tools for the maximum likelihood estimation of the
19978 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
19979 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
19980 (license license:gpl2+)))
19981
19982 (define-public r-forecast
19983 (package
19984 (name "r-forecast")
19985 (version "8.12")
19986 (source
19987 (origin
19988 (method url-fetch)
19989 (uri (cran-uri "forecast" version))
19990 (sha256
19991 (base32
19992 "1ycj5z4wd5a16nlcjy07dqm8jkih240xa02cn4wvysnnhkapyq7b"))))
19993 (properties `((upstream-name . "forecast")))
19994 (build-system r-build-system)
19995 (propagated-inputs
19996 `(("r-colorspace" ,r-colorspace)
19997 ("r-fracdiff" ,r-fracdiff)
19998 ("r-ggplot2" ,r-ggplot2)
19999 ("r-lmtest" ,r-lmtest)
20000 ("r-magrittr" ,r-magrittr)
20001 ("r-nnet" ,r-nnet)
20002 ("r-rcpp" ,r-rcpp)
20003 ("r-rcpparmadillo" ,r-rcpparmadillo)
20004 ("r-timedate" ,r-timedate)
20005 ("r-tseries" ,r-tseries)
20006 ("r-urca" ,r-urca)
20007 ("r-zoo" ,r-zoo)))
20008 (native-inputs
20009 `(("r-knitr" ,r-knitr))) ; needed for vignettes
20010 (home-page "https://pkg.robjhyndman.com/forecast/")
20011 (synopsis "Forecasting functions for time series and linear models")
20012 (description
20013 "This package provides methods and tools for displaying and analysing
20014 univariate time series forecasts including exponential smoothing via state
20015 space models and automatic ARIMA modelling.")
20016 (license license:gpl3)))
20017
20018 (define-public r-xmisc
20019 (package
20020 (name "r-xmisc")
20021 (version "0.2.1")
20022 (source
20023 (origin
20024 (method url-fetch)
20025 (uri (cran-uri "Xmisc" version))
20026 (sha256
20027 (base32
20028 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
20029 (properties `((upstream-name . "Xmisc")))
20030 (build-system r-build-system)
20031 (home-page "https://cran.r-project.org/package=Xmisc")
20032 (synopsis
20033 "Xiaobei's miscellaneous classes and functions")
20034 (description
20035 "This package provides Xiaobei's miscellaneous classes and functions,
20036 which are useful when developing R packages for @dfn{object oriented
20037 programming} (OOP) using R Reference Class.")
20038 (license license:gpl2+)))
20039
20040 (define-public r-proxyc
20041 (package
20042 (name "r-proxyc")
20043 (version "0.1.5")
20044 (source
20045 (origin
20046 (method url-fetch)
20047 (uri (cran-uri "proxyC" version))
20048 (sha256
20049 (base32
20050 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
20051 (properties `((upstream-name . "proxyC")))
20052 (build-system r-build-system)
20053 (propagated-inputs
20054 `(("r-matrix" ,r-matrix)
20055 ("r-rcpp" ,r-rcpp)
20056 ("r-rcpparmadillo" ,r-rcpparmadillo)
20057 ("r-rcppparallel" ,r-rcppparallel)))
20058 (home-page "https://cran.r-project.org/package=proxyC")
20059 (synopsis "Compute proximity in large sparse matrices")
20060 (description
20061 "This package provides efficient tools to compute the proximity between
20062 rows or columns of large matrices. Functions are optimised for large sparse
20063 matrices using the Armadillo and Intel TBB libraries. Among several built-in
20064 similarity/distance measures, computation of correlation, cosine similarity
20065 and Euclidean distance is particularly fast.")
20066 (license license:gpl3)))
20067
20068 (define-public r-isocodes
20069 (package
20070 (name "r-isocodes")
20071 (version "2020.03.16")
20072 (source
20073 (origin
20074 (method url-fetch)
20075 (uri (cran-uri "ISOcodes" version))
20076 (sha256
20077 (base32
20078 "1hz1sj57qkkkrgn8slsz2n4jv1fkyp40503j9rg30lxy4gmb83hn"))))
20079 (properties `((upstream-name . "ISOcodes")))
20080 (build-system r-build-system)
20081 (home-page "https://cran.r-project.org/package=ISOcodes")
20082 (synopsis "Selected ISO codes")
20083 (description
20084 "This package provides ISO language, territory, currency, script and
20085 character codes. It provides ISO 639 language codes, ISO 3166 territory
20086 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
20087 character codes as well as the UN M.49 area codes.")
20088 (license license:gpl2)))
20089
20090 (define-public r-stopwords
20091 (package
20092 (name "r-stopwords")
20093 (version "2.0")
20094 (source
20095 (origin
20096 (method url-fetch)
20097 (uri (cran-uri "stopwords" version))
20098 (sha256
20099 (base32
20100 "155g00ansyqfpp1mzd2q6mn0k214xinf78nww2368h24kz761jjw"))))
20101 (properties `((upstream-name . "stopwords")))
20102 (build-system r-build-system)
20103 (propagated-inputs
20104 `(("r-desc" ,r-desc)
20105 ("r-isocodes" ,r-isocodes)
20106 ("r-usethis" ,r-usethis)))
20107 (home-page "https://github.com/quanteda/stopwords")
20108 (synopsis "Multilingual stopword lists")
20109 (description
20110 "This package provides multiple sources of stopwords, for use in text
20111 analysis and natural language processing.")
20112 (license license:expat)))
20113
20114 (define-public r-spacyr
20115 (package
20116 (name "r-spacyr")
20117 (version "1.2.1")
20118 (source
20119 (origin
20120 (method url-fetch)
20121 (uri (cran-uri "spacyr" version))
20122 (sha256
20123 (base32
20124 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
20125 (properties `((upstream-name . "spacyr")))
20126 (build-system r-build-system)
20127 (propagated-inputs
20128 `(("r-data-table" ,r-data-table)
20129 ("r-reticulate" ,r-reticulate)))
20130 (home-page "https://spacyr.quanteda.io")
20131 (synopsis "R wrapper for the spaCy NLP library")
20132 (description
20133 "This package provides an R wrapper to the Python @dfn{natural language
20134 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
20135 (license license:gpl3)))
20136
20137 (define-public r-snowballc
20138 (package
20139 (name "r-snowballc")
20140 (version "0.7.0")
20141 (source
20142 (origin
20143 (method url-fetch)
20144 (uri (cran-uri "SnowballC" version))
20145 (sha256
20146 (base32
20147 "1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
20148 (properties `((upstream-name . "SnowballC")))
20149 (build-system r-build-system)
20150 (home-page "https://r-forge.r-project.org/projects/r-temis/")
20151 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
20152 (description
20153 "This package provides an R interface to the C @code{libstemmer} library
20154 that implements Porter's word stemming algorithm for collapsing words to a
20155 common root to aid comparison of vocabulary. Currently supported languages
20156 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
20157 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
20158 (license license:bsd-3)))
20159
20160 (define-public r-quanteda
20161 (package
20162 (name "r-quanteda")
20163 (version "2.0.1")
20164 (source
20165 (origin
20166 (method url-fetch)
20167 (uri (cran-uri "quanteda" version))
20168 (sha256
20169 (base32
20170 "0pym6vdzqbkyj87m3pla229092xvvx4j830x67qflxzzdmc9dzhz"))))
20171 (properties `((upstream-name . "quanteda")))
20172 (build-system r-build-system)
20173 (propagated-inputs
20174 `(("r-data-table" ,r-data-table)
20175 ("r-extrafont" ,r-extrafont)
20176 ("r-fastmatch" ,r-fastmatch)
20177 ("r-ggplot2" ,r-ggplot2)
20178 ("r-ggrepel" ,r-ggrepel)
20179 ("r-jsonlite" ,r-jsonlite)
20180 ("r-magrittr" ,r-magrittr)
20181 ("r-matrix" ,r-matrix)
20182 ("r-network" ,r-network)
20183 ("r-proxyc" ,r-proxyc)
20184 ("r-rcpp" ,r-rcpp)
20185 ("r-rcpparmadillo" ,r-rcpparmadillo)
20186 ("r-rcppparallel" ,r-rcppparallel)
20187 ("r-sna" ,r-sna)
20188 ("r-snowballc" ,r-snowballc)
20189 ("r-stopwords" ,r-stopwords)
20190 ("r-stringi" ,r-stringi)
20191 ("r-xml2" ,r-xml2)
20192 ("r-yaml" ,r-yaml)))
20193 (native-inputs
20194 `(("r-knitr" ,r-knitr)))
20195 (home-page "https://quanteda.io")
20196 (synopsis "Quantitative analysis of textual data")
20197 (description
20198 "This package provides a fast, flexible, and comprehensive framework for
20199 quantitative text analysis in R. It provides functionality for corpus
20200 management, creating and manipulating tokens and ngrams, exploring keywords in
20201 context, forming and manipulating sparse matrices of documents by features and
20202 feature co-occurrences, analyzing keywords, computing feature similarities and
20203 distances, applying content dictionaries, applying supervised and unsupervised
20204 machine learning, visually representing text and text analyses, and more.")
20205 (license license:gpl3)))
20206
20207 (define-public r-topicmodels
20208 (package
20209 (name "r-topicmodels")
20210 (version "0.2-11")
20211 (source
20212 (origin
20213 (method url-fetch)
20214 (uri (cran-uri "topicmodels" version))
20215 (sha256
20216 (base32
20217 "0jmp6wva99y0w40cfw7b0faylndhjam097x36ilc4vmyczcv89lw"))))
20218 (properties `((upstream-name . "topicmodels")))
20219 (build-system r-build-system)
20220 (native-inputs
20221 `(("gsl" ,gsl)))
20222 (propagated-inputs
20223 `(("r-modeltools" ,r-modeltools)
20224 ("r-slam" ,r-slam)
20225 ("r-tm" ,r-tm)))
20226 (home-page "https://cran.r-project.org/package=topicmodels")
20227 (synopsis "Topic models")
20228 (description
20229 "This package provides an interface to the C code for @dfn{Latent
20230 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
20231 David M. Blei and co-authors and the C++ code for fitting LDA models using
20232 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
20233 (license license:gpl2)))
20234
20235 (define-public r-stm
20236 (package
20237 (name "r-stm")
20238 (version "1.3.5")
20239 (source
20240 (origin
20241 (method url-fetch)
20242 (uri (cran-uri "stm" version))
20243 (sha256
20244 (base32
20245 "1yyfxaxqc6yq0yq68zhdnhpwpvsyp71dlmivn7zxixfmp932s6cn"))))
20246 (properties `((upstream-name . "stm")))
20247 (build-system r-build-system)
20248 (propagated-inputs
20249 `(("r-data-table" ,r-data-table)
20250 ("r-glmnet" ,r-glmnet)
20251 ("r-lda" ,r-lda)
20252 ("r-matrix" ,r-matrix)
20253 ("r-matrixstats" ,r-matrixstats)
20254 ("r-quadprog" ,r-quadprog)
20255 ("r-quanteda" ,r-quanteda)
20256 ("r-rcpp" ,r-rcpp)
20257 ("r-rcpparmadillo" ,r-rcpparmadillo)
20258 ("r-slam" ,r-slam)
20259 ("r-stringr" ,r-stringr)))
20260 (home-page "http://www.structuraltopicmodel.com/")
20261 (synopsis "Estimation of the Structural Topic Model")
20262 (description
20263 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
20264 topic models with document-level covariates. The package also includes tools
20265 for model selection, visualization, and estimation of topic-covariate
20266 regressions.")
20267 (license license:expat)))
20268
20269 (define-public r-polycor
20270 (package
20271 (name "r-polycor")
20272 (version "0.7-10")
20273 (source
20274 (origin
20275 (method url-fetch)
20276 (uri (cran-uri "polycor" version))
20277 (sha256
20278 (base32
20279 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
20280 (properties `((upstream-name . "polycor")))
20281 (build-system r-build-system)
20282 (propagated-inputs
20283 `(("r-matrix" ,r-matrix)
20284 ("r-mvtnorm" ,r-mvtnorm)))
20285 (home-page "https://r-forge.r-project.org/projects/polycor/")
20286 (synopsis "Polychoric and polyserial correlations")
20287 (description
20288 "This package provides tools to compute polychoric and polyserial
20289 correlations by quick \"two-step\" methods or ML, optionally with standard
20290 errors; tetrachoric and biserial correlations are special cases.")
20291 (license license:gpl2+)))
20292
20293 (define-public r-msm
20294 (package
20295 (name "r-msm")
20296 (version "1.6.8")
20297 (source
20298 (origin
20299 (method url-fetch)
20300 (uri (cran-uri "msm" version))
20301 (sha256
20302 (base32
20303 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
20304 (properties `((upstream-name . "msm")))
20305 (build-system r-build-system)
20306 (propagated-inputs
20307 `(("r-expm" ,r-expm)
20308 ("r-mvtnorm" ,r-mvtnorm)
20309 ("r-survival" ,r-survival)))
20310 (home-page "https://github.com/chjackson/msm")
20311 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
20312 (description
20313 "This package provides functions for fitting continuous-time Markov and
20314 hidden Markov multi-state models to longitudinal data. It was designed for
20315 processes observed at arbitrary times in continuous time (panel data) but some
20316 other observation schemes are supported. Both Markov transition rates and the
20317 hidden Markov output process can be modelled in terms of covariates, which may
20318 be constant or piecewise-constant in time.")
20319 (license license:gpl2+)))
20320
20321 (define-public r-ltm
20322 (package
20323 (name "r-ltm")
20324 (version "1.1-1")
20325 (source
20326 (origin
20327 (method url-fetch)
20328 (uri (cran-uri "ltm" version))
20329 (sha256
20330 (base32
20331 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
20332 (properties `((upstream-name . "ltm")))
20333 (build-system r-build-system)
20334 (propagated-inputs
20335 `(("r-mass" ,r-mass)
20336 ("r-msm" ,r-msm)
20337 ("r-polycor" ,r-polycor)))
20338 (home-page "https://github.com/drizopoulos/ltm")
20339 (synopsis "Latent trait models under IRT")
20340 (description
20341 "This is a package supporting the analysis of multivariate dichotomous
20342 and polytomous data using latent trait models under the Item Response Theory
20343 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
20344 Three-Parameter, the Graded Response, and the Generalized Partial Credit
20345 Models.")
20346 (license license:gpl2+)))
20347
20348 (define-public r-mi
20349 (package
20350 (name "r-mi")
20351 (version "1.0")
20352 (source
20353 (origin
20354 (method url-fetch)
20355 (uri (cran-uri "mi" version))
20356 (sha256
20357 (base32
20358 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
20359 (properties `((upstream-name . "mi")))
20360 (build-system r-build-system)
20361 (propagated-inputs
20362 `(("r-arm" ,r-arm)
20363 ("r-matrix" ,r-matrix)))
20364 (home-page "http://www.stat.columbia.edu/~gelman/")
20365 (synopsis "Missing data imputation and model checking")
20366 (description
20367 "This package provides functions for data manipulation, imputing missing
20368 values in an approximate Bayesian framework, diagnostics of the models used to
20369 generate the imputations, confidence-building mechanisms to validate some of
20370 the assumptions of the imputation algorithm, and functions to analyze multiply
20371 imputed data sets with the appropriate degree of sampling uncertainty.")
20372 (license license:gpl2+)))
20373
20374 (define-public r-matrixcalc
20375 (package
20376 (name "r-matrixcalc")
20377 (version "1.0-3")
20378 (source
20379 (origin
20380 (method url-fetch)
20381 (uri (cran-uri "matrixcalc" version))
20382 (sha256
20383 (base32
20384 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
20385 (properties `((upstream-name . "matrixcalc")))
20386 (build-system r-build-system)
20387 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
20388 (synopsis "Collection of functions for matrix calculations")
20389 (description
20390 "This package provides a collection of functions to support matrix
20391 calculations for probability, econometric and numerical analysis. There are
20392 additional functions that are comparable to APL functions which are useful for
20393 actuarial models such as pension mathematics.")
20394 (license license:gpl2+)))
20395
20396 (define-public r-sem
20397 (package
20398 (name "r-sem")
20399 (version "3.1-11")
20400 (source
20401 (origin
20402 (method url-fetch)
20403 (uri (cran-uri "sem" version))
20404 (sha256
20405 (base32
20406 "03j3ig6fy34pi6nwfq9w8f5m555lilw5skr1vn6ay4yvjmvavc9k"))))
20407 (properties `((upstream-name . "sem")))
20408 (build-system r-build-system)
20409 (propagated-inputs
20410 `(("r-boot" ,r-boot)
20411 ("r-mass" ,r-mass)
20412 ("r-matrixcalc" ,r-matrixcalc)
20413 ("r-mi" ,r-mi)))
20414 (home-page "https://cran.r-project.org/package=sem")
20415 (synopsis "Structural equation models")
20416 (description
20417 "This package provides functions for fitting general linear structural
20418 equation models (with observed and latent variables) using the RAM approach,
20419 and for fitting structural equations in observed-variable models by two-stage
20420 least squares.")
20421 (license license:gpl2+)))
20422
20423 (define-public r-semtools
20424 (package
20425 (name "r-semtools")
20426 (version "0.5-3")
20427 (source
20428 (origin
20429 (method url-fetch)
20430 (uri (cran-uri "semTools" version))
20431 (sha256
20432 (base32
20433 "0k3w10fnq0l89inhxvnypyrfhlrm921mfn0kwyyfpndvbqizky1d"))))
20434 (properties `((upstream-name . "semTools")))
20435 (build-system r-build-system)
20436 (propagated-inputs
20437 `(("r-lavaan" ,r-lavaan)))
20438 (home-page "https://github.com/simsem/semTools/wiki")
20439 (synopsis "Useful tools for structural equation modeling")
20440 (description
20441 "This package provides useful tools for structural equation modeling.")
20442 (license license:gpl2+)))
20443
20444 (define-public r-regsem
20445 (package
20446 (name "r-regsem")
20447 (version "1.5.2")
20448 (source
20449 (origin
20450 (method url-fetch)
20451 (uri (cran-uri "regsem" version))
20452 (sha256
20453 (base32
20454 "0ch057010xfsw0nqcsarzakdbiplvxaldyqlbbacspqs65ax1yk7"))))
20455 (properties `((upstream-name . "regsem")))
20456 (build-system r-build-system)
20457 (propagated-inputs
20458 `(("r-lavaan" ,r-lavaan)
20459 ("r-rcpp" ,r-rcpp)
20460 ("r-rcpparmadillo" ,r-rcpparmadillo)
20461 ("r-rsolnp" ,r-rsolnp)))
20462 (home-page "https://cran.r-project.org/package=regsem")
20463 (synopsis "Regularized structural equation modeling")
20464 (description
20465 "This package uses both ridge and lasso penalties (and extensions) to
20466 penalize specific parameters in structural equation models. The package
20467 offers additional cost functions, cross validation, and other extensions
20468 beyond traditional structural equation models. It also contains a function to
20469 perform @dfn{exploratory mediation} (XMed).")
20470 (license license:gpl2+)))
20471
20472 (define-public r-stanheaders
20473 (package
20474 (name "r-stanheaders")
20475 (version "2.21.0-5")
20476 (source
20477 (origin
20478 (method url-fetch)
20479 (uri (cran-uri "StanHeaders" version))
20480 (sha256
20481 (base32
20482 "1zyph2x47x9a5baj5d79a1lzj7gajirisajvkrcngrjvw8bq7810"))))
20483 (properties `((upstream-name . "StanHeaders")))
20484 (build-system r-build-system)
20485 (inputs `(("pandoc" ,ghc-pandoc)))
20486 (propagated-inputs
20487 `(("r-rcppeigen" ,r-rcppeigen)
20488 ("r-rcppparallel" ,r-rcppparallel)))
20489 (native-inputs
20490 `(("gfortran" ,gfortran)
20491 ("r-knitr" ,r-knitr))) ; for vignettes
20492 (home-page "https://mc-stan.org/")
20493 (synopsis "C++ header files for Stan")
20494 (description
20495 "The C++ header files of the Stan project are provided by this package.
20496 There is a shared object containing part of the @code{CVODES} library, but it
20497 is not accessible from R. @code{r-stanheaders} is only useful for developers
20498 who want to utilize the @code{LinkingTo} directive of their package's
20499 DESCRIPTION file to build on the Stan library without incurring unnecessary
20500 dependencies.
20501
20502 The Stan project develops a probabilistic programming language that implements
20503 full or approximate Bayesian statistical inference via Markov Chain Monte
20504 Carlo or variational methods and implements (optionally penalized) maximum
20505 likelihood estimation via optimization. The Stan library includes an advanced
20506 automatic differentiation scheme, templated statistical and linear algebra
20507 functions that can handle the automatically differentiable scalar types (and
20508 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
20509 package provides user-facing R functions to parse, compile, test, estimate,
20510 and analyze Stan models.")
20511 (license license:bsd-3)))
20512
20513 (define-public r-rpf
20514 (package
20515 (name "r-rpf")
20516 (version "1.0.4")
20517 (source
20518 (origin
20519 (method url-fetch)
20520 (uri (cran-uri "rpf" version))
20521 (sha256
20522 (base32
20523 "17crcgsbcsh0c00n7bgdqfnd7n1vzz7drfxjs7d18253yl5x44pl"))))
20524 (properties `((upstream-name . "rpf")))
20525 (build-system r-build-system)
20526 (propagated-inputs
20527 `(("r-lifecycle" ,r-lifecycle)
20528 ("r-mvtnorm" ,r-mvtnorm)
20529 ("r-rcpp" ,r-rcpp)
20530 ("r-rcppeigen" ,r-rcppeigen)))
20531 (native-inputs
20532 `(("r-knitr" ,r-knitr)))
20533 (home-page "https://github.com/jpritikin/rpf")
20534 (synopsis "Response probability functions")
20535 (description
20536 "The purpose of this package is to factor out logic and math common to
20537 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
20538 core support code suitable for more specialized IRT packages to build upon.
20539 Complete access to optimized C functions is made available with
20540 @code{R_RegisterCCallable()}.")
20541 (license license:gpl3+)))
20542
20543 (define-public r-openmx
20544 (package
20545 (name "r-openmx")
20546 (version "2.17.4")
20547 (source
20548 (origin
20549 (method url-fetch)
20550 (uri (cran-uri "OpenMx" version))
20551 (sha256
20552 (base32
20553 "07y4w7xdb63p5kkrj6sdx1kabbsgbbj7nw9hc690jy84r15aryal"))))
20554 (properties `((upstream-name . "OpenMx")))
20555 (build-system r-build-system)
20556 (propagated-inputs
20557 `(("r-bh" ,r-bh)
20558 ("r-digest" ,r-digest)
20559 ("r-mass" ,r-mass)
20560 ("r-matrix" ,r-matrix)
20561 ("r-rcpp" ,r-rcpp)
20562 ("r-rcppeigen" ,r-rcppeigen)
20563 ("r-rpf" ,r-rpf)
20564 ("r-stanheaders" ,r-stanheaders)))
20565 (native-inputs `(("gfortran" ,gfortran)))
20566 (home-page "http://openmx.ssri.psu.edu")
20567 (synopsis "Extended structural equation modelling")
20568 (description
20569 "This package allows for the estimation of a wide variety of advanced
20570 multivariate statistical models. It consists of a library of functions and
20571 optimizers that allow you to quickly and flexibly define an SEM model and
20572 estimate parameters given observed data.")
20573 (license license:asl2.0)))
20574
20575 (define-public r-kutils
20576 (package
20577 (name "r-kutils")
20578 (version "1.70")
20579 (source
20580 (origin
20581 (method url-fetch)
20582 (uri (cran-uri "kutils" version))
20583 (sha256
20584 (base32
20585 "06jk66wbq3jmdf2jdhqns6r3yk36l2x7c907x977zv80sqxa1l37"))))
20586 (properties `((upstream-name . "kutils")))
20587 (build-system r-build-system)
20588 (propagated-inputs
20589 `(("r-foreign" ,r-foreign)
20590 ("r-openxlsx" ,r-openxlsx)
20591 ("r-plyr" ,r-plyr)
20592 ("r-runit" ,r-runit)
20593 ("r-xtable" ,r-xtable)))
20594 (home-page "https://cran.r-project.org/package=kutils")
20595 (synopsis "Project management tools")
20596 (description
20597 "This package provides tools for data importation, recoding, and
20598 inspection. There are functions to create new project folders, R code
20599 templates, create uniquely named output directories, and to quickly obtain a
20600 visual summary for each variable in a data frame. The main feature here is
20601 the systematic implementation of the \"variable key\" framework for data
20602 importation and recoding.")
20603 (license license:gpl2)))
20604
20605 (define-public r-rockchalk
20606 (package
20607 (name "r-rockchalk")
20608 (version "1.8.144")
20609 (source
20610 (origin
20611 (method url-fetch)
20612 (uri (cran-uri "rockchalk" version))
20613 (sha256
20614 (base32
20615 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
20616 (properties `((upstream-name . "rockchalk")))
20617 (build-system r-build-system)
20618 (propagated-inputs
20619 `(("r-cardata" ,r-cardata)
20620 ("r-kutils" ,r-kutils)
20621 ("r-lme4" ,r-lme4)
20622 ("r-mass" ,r-mass)))
20623 (home-page "https://cran.r-project.org/package=rockchalk")
20624 (synopsis "Regression estimation and presentation")
20625 (description
20626 "This package provides a collection of functions for interpretation and
20627 presentation of regression analysis. These functions are used to produce the
20628 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
20629 includes regression diagnostics, regression tables, and plots of interactions
20630 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
20631 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
20632 fairly comprehensive overview.")
20633 (license license:gpl3+)))
20634
20635 (define-public r-lisreltor
20636 (package
20637 (name "r-lisreltor")
20638 (version "0.1.4")
20639 (source
20640 (origin
20641 (method url-fetch)
20642 (uri (cran-uri "lisrelToR" version))
20643 (sha256
20644 (base32
20645 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
20646 (properties `((upstream-name . "lisrelToR")))
20647 (build-system r-build-system)
20648 (home-page "https://cran.r-project.org/package=lisrelToR")
20649 (synopsis "Import output from LISREL into R")
20650 (description
20651 "This is an unofficial package aimed at automating the import of LISREL
20652 output in R.")
20653 (license license:gpl2)))
20654
20655 (define-public r-bdgraph
20656 (package
20657 (name "r-bdgraph")
20658 (version "2.62")
20659 (source
20660 (origin
20661 (method url-fetch)
20662 (uri (cran-uri "BDgraph" version))
20663 (sha256
20664 (base32
20665 "1b1vfar940swvn3pcil848qsp8ji50fjjll8jjzp6y2adx0f8pby"))))
20666 (properties `((upstream-name . "BDgraph")))
20667 (build-system r-build-system)
20668 (propagated-inputs
20669 `(("r-igraph" ,r-igraph)))
20670 (home-page "https://www.uva.nl/profile/a.mohammadi")
20671 (synopsis "Bayesian structure learning in graphical models")
20672 (description
20673 "This package provides statistical tools for Bayesian structure learning
20674 in undirected graphical models for continuous, discrete, and mixed data. It
20675 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
20676 on a continuous-time birth-death process.")
20677 (license license:gpl2+)))
20678
20679 (define-public r-d3network
20680 (package
20681 (name "r-d3network")
20682 (version "0.5.2.1")
20683 (source
20684 (origin
20685 (method url-fetch)
20686 (uri (cran-uri "d3Network" version))
20687 (sha256
20688 (base32
20689 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
20690 (properties `((upstream-name . "d3Network")))
20691 (build-system r-build-system)
20692 (propagated-inputs
20693 `(("r-plyr" ,r-plyr)
20694 ("r-rjson" ,r-rjson)
20695 ("r-whisker" ,r-whisker)))
20696 (home-page "http://christophergandrud.github.io/d3Network/")
20697 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
20698 (description
20699 "This package is intended to make it easy to create D3 JavaScript
20700 network, tree, dendrogram, and Sankey graphs from R using data frames.")
20701 (license license:gpl3+)))
20702
20703 (define-public r-qgraph
20704 (package
20705 (name "r-qgraph")
20706 (version "1.6.5")
20707 (source
20708 (origin
20709 (method url-fetch)
20710 (uri (cran-uri "qgraph" version))
20711 (sha256
20712 (base32
20713 "0pwys9irxvp0ap158drplyypkplbmwqinv0fmlsblk7q875cr592"))))
20714 (properties `((upstream-name . "qgraph")))
20715 (build-system r-build-system)
20716 (propagated-inputs
20717 `(("r-abind" ,r-abind)
20718 ("r-bdgraph" ,r-bdgraph)
20719 ("r-colorspace" ,r-colorspace)
20720 ("r-corpcor" ,r-corpcor)
20721 ("r-d3network" ,r-d3network)
20722 ("r-dplyr" ,r-dplyr)
20723 ("r-fdrtool" ,r-fdrtool)
20724 ("r-ggplot2" ,r-ggplot2)
20725 ("r-ggraph" ,r-ggraph)
20726 ("r-glasso" ,r-glasso)
20727 ("r-gtools" ,r-gtools)
20728 ("r-hmisc" ,r-hmisc)
20729 ("r-huge" ,r-huge)
20730 ("r-igraph" ,r-igraph)
20731 ("r-jpeg" ,r-jpeg)
20732 ("r-lavaan" ,r-lavaan)
20733 ("r-matrix" ,r-matrix)
20734 ("r-pbapply" ,r-pbapply)
20735 ("r-plyr" ,r-plyr)
20736 ("r-png" ,r-png)
20737 ("r-psych" ,r-psych)
20738 ("r-rcpp" ,r-rcpp)
20739 ("r-reshape2" ,r-reshape2)
20740 ("r-tidygraph" ,r-tidygraph)))
20741 (home-page "http://sachaepskamp.com/qgraph/")
20742 (synopsis "Weighted network visualization and analysis")
20743 (description
20744 "This package implements tools for weighted network visualization and
20745 analysis, as well as Gaussian graphical model computation. It contains graph
20746 plotting methods, and tools for psychometric data visualization and graphical
20747 model estimation. See Epskamp et al. (2012)
20748 @url{doi:10.18637/jss.v048.i04}.")
20749 (license license:gpl2)))
20750
20751 (define-public r-semplot
20752 (package
20753 (name "r-semplot")
20754 (version "1.1.2")
20755 (source
20756 (origin
20757 (method url-fetch)
20758 (uri (cran-uri "semPlot" version))
20759 (sha256
20760 (base32
20761 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
20762 (properties `((upstream-name . "semPlot")))
20763 (build-system r-build-system)
20764 (propagated-inputs
20765 `(("r-colorspace" ,r-colorspace)
20766 ("r-corpcor" ,r-corpcor)
20767 ("r-igraph" ,r-igraph)
20768 ("r-lavaan" ,r-lavaan)
20769 ("r-lisreltor" ,r-lisreltor)
20770 ("r-openmx" ,r-openmx)
20771 ("r-plyr" ,r-plyr)
20772 ("r-qgraph" ,r-qgraph)
20773 ("r-regsem" ,r-regsem)
20774 ("r-rockchalk" ,r-rockchalk)
20775 ("r-sem" ,r-sem)
20776 ("r-xml" ,r-xml)))
20777 (home-page "https://github.com/SachaEpskamp/semPlot")
20778 (synopsis "Unified visualizations of structural equation models")
20779 (description
20780 "Structural equation modeling (SEM) has a long history of representing
20781 models graphically as path diagrams. The semPlot package for R fills the gap
20782 between advanced, but time-consuming, graphical software and the limited
20783 graphics produced automatically by SEM software. In addition, semPlot offers
20784 more functionality than drawing path diagrams: it can act as a common ground
20785 for importing SEM results into R. Any result usable as input to semPlot can
20786 also be represented in any of the three popular SEM frame-works, as well as
20787 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
20788 (license license:gpl2)))
20789
20790 (define-public r-cdm
20791 (package
20792 (name "r-cdm")
20793 (version "7.5-15")
20794 (source
20795 (origin
20796 (method url-fetch)
20797 (uri (cran-uri "CDM" version))
20798 (sha256
20799 (base32
20800 "159ny2dz0rf1r3k1mqlfwambffc8rx425sggf5bn51nybpzanq3l"))))
20801 (properties `((upstream-name . "CDM")))
20802 (build-system r-build-system)
20803 (propagated-inputs
20804 `(("r-mvtnorm" ,r-mvtnorm)
20805 ("r-polycor" ,r-polycor)
20806 ("r-rcpp" ,r-rcpp)
20807 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20808 (home-page
20809 "https://github.com/alexanderrobitzsch/CDM")
20810 (synopsis "Cognitive diagnosis modeling")
20811 (description
20812 "This package provides functions for cognitive diagnosis modeling and
20813 multidimensional item response modeling for dichotomous and polytomous item
20814 responses. It enables the estimation of the DINA and DINO model, the multiple
20815 group (polytomous) GDINA model, the multiple choice DINA model, the general
20816 diagnostic model (GDM), the structured latent class model (SLCA), and
20817 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
20818 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
20819 estimation and the package structure. For tutorials on how to use the CDM
20820 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
20821 well as Ravand and Robitzsch (2015).")
20822 (license license:gpl2+)))
20823
20824 (define-public r-tam
20825 (package
20826 (name "r-tam")
20827 (version "3.5-19")
20828 (source
20829 (origin
20830 (method url-fetch)
20831 (uri (cran-uri "TAM" version))
20832 (sha256
20833 (base32
20834 "1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
20835 (properties `((upstream-name . "TAM")))
20836 (build-system r-build-system)
20837 (propagated-inputs
20838 `(("r-cdm" ,r-cdm)
20839 ("r-rcpp" ,r-rcpp)
20840 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20841 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
20842 (synopsis "Test analysis modules")
20843 (description
20844 "This package includes tools for marginal maximum likelihood estimation
20845 and joint maximum likelihood estimation for unidimensional and
20846 multidimensional item response models. The package functionality covers the
20847 Rasch model, 2PL model, 3PL model, generalized partial credit model,
20848 multi-faceted Rasch model, nominal item response model, structured latent
20849 class model, mixture distribution IRT models, and located latent class models.
20850 Latent regression models and plausible value imputation are also supported.")
20851 (license license:gpl2+)))
20852
20853 (define-public r-erm
20854 (package
20855 (name "r-erm")
20856 (version "1.0-1")
20857 (source
20858 (origin
20859 (method url-fetch)
20860 (uri (cran-uri "eRm" version))
20861 (sha256
20862 (base32
20863 "0njqzznnhnkvalmhiq5yq1w7gwp2myki5cv61w42ydvd27hdyyg9"))))
20864 (properties `((upstream-name . "eRm")))
20865 (build-system r-build-system)
20866 (propagated-inputs
20867 `(("r-colorspace" ,r-colorspace)
20868 ("r-lattice" ,r-lattice)
20869 ("r-mass" ,r-mass)
20870 ("r-matrix" ,r-matrix)
20871 ("r-psych" ,r-psych)))
20872 (native-inputs `(("gfortran" ,gfortran)))
20873 (home-page "https://cran.r-project.org/package=eRm")
20874 (synopsis "Extended Rasch modeling")
20875 (description
20876 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
20877 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
20878 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
20879 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
20880 data matrix. Additional features are the ML estimation of the person
20881 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
20882 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
20883 infit and outfit measures, ICC and other plots, automated stepwise item
20884 elimination, and a simulation module for various binary data matrices.")
20885 (license license:gpl3)))
20886
20887 (define-public r-irtoys
20888 (package
20889 (name "r-irtoys")
20890 (version "0.2.1")
20891 (source
20892 (origin
20893 (method url-fetch)
20894 (uri (cran-uri "irtoys" version))
20895 (sha256
20896 (base32
20897 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
20898 (properties `((upstream-name . "irtoys")))
20899 (build-system r-build-system)
20900 (propagated-inputs
20901 `(("r-ltm" ,r-ltm)
20902 ("r-sm" ,r-sm)))
20903 (home-page "https://cran.r-project.org/package=irtoys")
20904 (synopsis "Collection of functions related to Item Response Theory (IRT)")
20905 (description
20906 "This package provides a collection of functions useful in learning and
20907 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
20908 programs. It provides basic CTT analysis, a simple common interface to the
20909 estimation of item parameters in IRT models for binary responses with three
20910 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
20911 EAP, WLE, plausible values), item and person fit statistics, scaling
20912 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
20913 array of parametric and non-parametric (kernel) plots. It estimates and plots
20914 Haberman's interaction model when all items are dichotomously scored.")
20915 (license license:gpl2+)))
20916
20917 (define-public r-iheatmapr
20918 (package
20919 (name "r-iheatmapr")
20920 (version "0.4.12")
20921 (source
20922 (origin
20923 (method url-fetch)
20924 (uri (cran-uri "iheatmapr" version))
20925 (sha256
20926 (base32
20927 "0s479j9l35xiss599vablxgvg6i2j9zq9sxphsq4vdk3bafg84bw"))))
20928 (properties `((upstream-name . "iheatmapr")))
20929 (build-system r-build-system)
20930 (propagated-inputs
20931 `(("r-fastcluster" ,r-fastcluster)
20932 ("r-ggdendro" ,r-ggdendro)
20933 ("r-htmlwidgets" ,r-htmlwidgets)
20934 ("r-jsonlite" ,r-jsonlite)
20935 ("r-knitr" ,r-knitr)
20936 ("r-magrittr" ,r-magrittr)
20937 ("r-plyr" ,r-plyr)
20938 ("r-rcolorbrewer" ,r-rcolorbrewer)
20939 ("r-s4vectors" ,r-s4vectors)
20940 ("r-scales" ,r-scales)))
20941 (home-page "https://docs.ropensci.org/iheatmapr")
20942 (synopsis "Interactive, Complex Heatmaps")
20943 (description
20944 "iheatmapr is an R package for building complex, interactive heatmaps
20945 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
20946 subplots along the rows or columns of the main heatmap add more information
20947 about each row or column. For example, a one column additional heatmap may
20948 indicate what group a particular row or column belongs to. Complex heatmaps
20949 may also include multiple side by side heatmaps which show different types of
20950 data for the same conditions. Interactivity can improve complex heatmaps by
20951 providing tooltips with information about each cell and enabling zooming into
20952 interesting features. iheatmapr uses the plotly library for interactivity.")
20953 (license license:expat)))
20954
20955 (define-public r-packrat
20956 (package
20957 (name "r-packrat")
20958 (version "0.5.0")
20959 (source
20960 (origin
20961 (method url-fetch)
20962 (uri (cran-uri "packrat" version))
20963 (sha256
20964 (base32
20965 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
20966 (properties `((upstream-name . "packrat")))
20967 (build-system r-build-system)
20968 (home-page "https://github.com/rstudio/packrat/")
20969 (synopsis "Dependency management R projects")
20970 (description
20971 "This package provides a dependency manager for R projects that allows
20972 you to manage the R packages your project depends on in an isolated, portable,
20973 and reproducible way.")
20974 (license license:gpl2)))
20975
20976 (define-public r-rsconnect
20977 (package
20978 (name "r-rsconnect")
20979 (version "0.8.16")
20980 (source
20981 (origin
20982 (method url-fetch)
20983 (uri (cran-uri "rsconnect" version))
20984 (sha256
20985 (base32
20986 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
20987 (properties `((upstream-name . "rsconnect")))
20988 (build-system r-build-system)
20989 (propagated-inputs
20990 `(("r-curl" ,r-curl)
20991 ("r-digest" ,r-digest)
20992 ("r-jsonlite" ,r-jsonlite)
20993 ("r-openssl" ,r-openssl)
20994 ("r-packrat" ,r-packrat)
20995 ("r-rstudioapi" ,r-rstudioapi)
20996 ("r-yaml" ,r-yaml)))
20997 (home-page "https://github.com/rstudio/rsconnect")
20998 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
20999 (description
21000 "This package provides a programmatic deployment interface for RPubs,
21001 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
21002 documents, Shiny applications, Plumber APIs, plots, and static web content.")
21003 (license license:gpl2)))
21004
21005 ;; This package includes minified JavaScript files. When upgrading please
21006 ;; check that there are no new minified JavaScript files.
21007 (define-public r-dygraphs
21008 (package
21009 (name "r-dygraphs")
21010 (version "1.1.1.6")
21011 (source
21012 (origin
21013 (method url-fetch)
21014 (uri (cran-uri "dygraphs" version))
21015 (sha256
21016 (base32
21017 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
21018 (properties `((upstream-name . "dygraphs")))
21019 (build-system r-build-system)
21020 (arguments
21021 `(#:modules ((guix build utils)
21022 (guix build r-build-system)
21023 (srfi srfi-1)
21024 (ice-9 popen))
21025 #:phases
21026 (modify-phases %standard-phases
21027 (add-after 'unpack 'process-javascript
21028 (lambda* (#:key inputs #:allow-other-keys)
21029 (with-directory-excursion "inst/htmlwidgets/lib/"
21030 (call-with-values
21031 (lambda ()
21032 (unzip2
21033 `(("dygraphs/dygraph-combined-dev.js"
21034 "dygraph-combined.js")
21035 (,(assoc-ref inputs "js-jquery")
21036 "jquery/jquery.min.js")
21037 (,(assoc-ref inputs "js-fquarter")
21038 "fquarter/moment-fquarter.min.js"))))
21039 (lambda (sources targets)
21040 (for-each (lambda (source target)
21041 (format #t "Processing ~a --> ~a~%"
21042 source target)
21043 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
21044 (call-with-output-file target
21045 (lambda (port)
21046 (dump-port minified port)))))
21047 sources targets))))
21048 #t)))))
21049 (native-inputs
21050 `(("uglify-js" ,uglify-js)
21051 ;; They actually use version 1.11.1, but this more recent version
21052 ;; should be just fine.
21053 ("js-jquery"
21054 ,(origin
21055 (method url-fetch)
21056 (uri "https://code.jquery.com/jquery-1.12.4.js")
21057 (sha256
21058 (base32
21059 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
21060 ("js-fquarter"
21061 ,(origin
21062 (method url-fetch)
21063 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
21064 "moment-fquarter/1.0.1/moment-fquarter.js"))
21065 (sha256
21066 (base32
21067 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
21068 (propagated-inputs
21069 `(("r-htmltools" ,r-htmltools)
21070 ("r-htmlwidgets" ,r-htmlwidgets)
21071 ("r-magrittr" ,r-magrittr)
21072 ("r-xts" ,r-xts)
21073 ("r-zoo" ,r-zoo)))
21074 (home-page "https://github.com/rstudio/dygraphs")
21075 (synopsis "Interface to Dygraphs interactive time series charting library")
21076 (description
21077 "This package provides an R interface to the dygraphs JavaScript charting
21078 library (a copy of which is included in the package). It provides rich
21079 facilities for charting time-series data in R, including highly configurable
21080 series- and axis-display and interactive features like zoom/pan and
21081 series/point highlighting.")
21082 (license license:expat)))
21083
21084 (define-public r-shinystan
21085 (package
21086 (name "r-shinystan")
21087 (version "2.5.0")
21088 (source
21089 (origin
21090 (method url-fetch)
21091 (uri (cran-uri "shinystan" version))
21092 (sha256
21093 (base32
21094 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
21095 (properties `((upstream-name . "shinystan")))
21096 (build-system r-build-system)
21097 (propagated-inputs
21098 `(("r-bayesplot" ,r-bayesplot)
21099 ("r-colourpicker" ,r-colourpicker)
21100 ("r-dt" ,r-dt)
21101 ("r-dygraphs" ,r-dygraphs)
21102 ("r-ggplot2" ,r-ggplot2)
21103 ("r-gridextra" ,r-gridextra)
21104 ("r-gtools" ,r-gtools)
21105 ("r-markdown" ,r-markdown)
21106 ("r-reshape2" ,r-reshape2)
21107 ("r-rsconnect" ,r-rsconnect)
21108 ("r-rstan" ,r-rstan)
21109 ("r-shiny" ,r-shiny)
21110 ("r-shinyjs" ,r-shinyjs)
21111 ("r-shinythemes" ,r-shinythemes)
21112 ("r-threejs" ,r-threejs)
21113 ("r-xtable" ,r-xtable)
21114 ("r-xts" ,r-xts)))
21115 (home-page "https://mc-stan.org/")
21116 (synopsis "Interactive visual and numerical analysis for Bayesian models")
21117 (description
21118 "This package provides a graphical user interface for interactive
21119 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
21120 for analyzing a posterior sample. The interface is powered by the Shiny web
21121 application framework and works with the output of MCMC programs written in
21122 any programming language (and has extended functionality for Stan models fit
21123 using the @code{rstan} and @code{rstanarm} packages).")
21124 (license license:gpl3+)))
21125
21126 (define-public r-rstantools
21127 (package
21128 (name "r-rstantools")
21129 (version "2.0.0")
21130 (source
21131 (origin
21132 (method url-fetch)
21133 (uri (cran-uri "rstantools" version))
21134 (sha256
21135 (base32
21136 "1il0pn4ksbdkska5fmhvgaicvwnnc6cs08g6ags9fj1xkjiqmrsa"))))
21137 (properties `((upstream-name . "rstantools")))
21138 (build-system r-build-system)
21139 (inputs `(("pandoc" ,ghc-pandoc)))
21140 (propagated-inputs
21141 `(("r-desc" ,r-desc)
21142 ("r-rcpp" ,r-rcpp)))
21143 (home-page "https://mc-stan.org/rstantools/")
21144 (synopsis "Tools for developing R packages interfacing with Stan")
21145 (description
21146 "This package provides various tools for developers of R packages
21147 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
21148 up the required package structure, S3 generics and default methods to unify
21149 function naming across Stan-based R packages, and vignettes with
21150 recommendations for developers.")
21151 (license license:gpl3+)))
21152
21153 (define-public r-loo
21154 (package
21155 (name "r-loo")
21156 (version "2.2.0")
21157 (source
21158 (origin
21159 (method url-fetch)
21160 (uri (cran-uri "loo" version))
21161 (sha256
21162 (base32
21163 "1hq1zcj76x55z9kic6cwf7mfq9pzqfbr341jbc9wp7x8ac4zcva6"))))
21164 (properties `((upstream-name . "loo")))
21165 (build-system r-build-system)
21166 (inputs
21167 `(("pandoc" ,ghc-pandoc)
21168 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
21169 (propagated-inputs
21170 `(("r-checkmate" ,r-checkmate)
21171 ("r-matrixstats" ,r-matrixstats)))
21172 (home-page "https://mc-stan.org/loo/")
21173 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
21174 (description
21175 "This package provides an implementation of efficient approximate
21176 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
21177 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
21178 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
21179 procedure for regularizing importance weights. As a byproduct of the
21180 calculations, we also obtain approximate standard errors for estimated
21181 predictive errors and for the comparison of predictive errors between models.
21182 The package also provides methods for using stacking and other model weighting
21183 techniques to average Bayesian predictive distributions.")
21184 (license license:gpl3+)))
21185
21186 (define-public r-rstan
21187 (package
21188 (name "r-rstan")
21189 (version "2.19.3")
21190 (source
21191 (origin
21192 (method url-fetch)
21193 (uri (cran-uri "rstan" version))
21194 (sha256
21195 (base32
21196 "128ndwjrhf8b1qvvqz4bl13qlm8718z9qs5ryc6gsdr3vk65s0np"))))
21197 (properties `((upstream-name . "rstan")))
21198 (build-system r-build-system)
21199 (arguments
21200 `(#:phases
21201 (modify-phases %standard-phases
21202 (add-before 'install 'set-timezone
21203 ;; This package is picky about timezones.
21204 (lambda* (#:key inputs #:allow-other-keys)
21205 (setenv "TZ" "UTC+1")
21206 (setenv "TZDIR"
21207 (string-append (assoc-ref inputs "tzdata")
21208 "/share/zoneinfo"))
21209 #t)))))
21210 (native-inputs
21211 `(("tzdata" ,tzdata-for-tests)
21212 ("pandoc" ,ghc-pandoc)))
21213 (propagated-inputs
21214 `(("r-bh" ,r-bh)
21215 ("r-ggplot2" ,r-ggplot2)
21216 ("r-gridextra" ,r-gridextra)
21217 ("r-inline" ,r-inline)
21218 ("r-loo" ,r-loo)
21219 ("r-pkgbuild" ,r-pkgbuild)
21220 ("r-rcpp" ,r-rcpp)
21221 ("r-rcppeigen" ,r-rcppeigen)
21222 ("r-stanheaders" ,r-stanheaders)))
21223 (home-page "https://discourse.mc-stan.org/")
21224 (synopsis "R interface to Stan")
21225 (description
21226 "User-facing R functions are provided to parse, compile, test, estimate,
21227 and analyze Stan models by accessing the header-only Stan library provided by
21228 the StanHeaders package. The Stan project develops a probabilistic
21229 programming language that implements full Bayesian statistical inference via
21230 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
21231 approximation, and (optionally penalized) maximum likelihood estimation via
21232 optimization. In all three cases, automatic differentiation is used to
21233 quickly and accurately evaluate gradients without burdening the user with the
21234 need to derive the partial derivatives.")
21235 (license license:gpl3+)))
21236
21237 (define-public r-rstanarm
21238 (package
21239 (name "r-rstanarm")
21240 (version "2.19.3")
21241 (source
21242 (origin
21243 (method url-fetch)
21244 (uri (cran-uri "rstanarm" version))
21245 (sha256
21246 (base32
21247 "0gxjq8bdlvdd8kn3dhp12xlymdab036r7n12lzmd3xlkl4cnxq3s"))))
21248 (properties `((upstream-name . "rstanarm")))
21249 (build-system r-build-system)
21250 (inputs
21251 `(("pandoc" ,ghc-pandoc)
21252 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
21253 (propagated-inputs
21254 `(("r-bayesplot" ,r-bayesplot)
21255 ("r-bh" ,r-bh)
21256 ("r-ggplot2" ,r-ggplot2)
21257 ("r-lme4" ,r-lme4)
21258 ("r-loo" ,r-loo)
21259 ("r-matrix" ,r-matrix)
21260 ("r-nlme" ,r-nlme)
21261 ("r-rcpp" ,r-rcpp)
21262 ("r-rcppeigen" ,r-rcppeigen)
21263 ("r-rcppparallel" ,r-rcppparallel)
21264 ("r-rstan" ,r-rstan)
21265 ("r-rstantools" ,r-rstantools)
21266 ("r-shinystan" ,r-shinystan)
21267 ("r-stanheaders" ,r-stanheaders)
21268 ("r-survival" ,r-survival)))
21269 (home-page "https://mc-stan.org/rstanarm/")
21270 (synopsis "Bayesian applied regression modeling via Stan")
21271 (description
21272 "This package estimates previously compiled regression models using the
21273 @code{rstan} package, which provides the R interface to the Stan C++ library
21274 for Bayesian estimation. Users specify models via the customary R syntax with
21275 a formula and @code{data.frame} plus some additional arguments for priors.")
21276 (license license:gpl3+)))
21277
21278 (define-public r-kendall
21279 (package
21280 (name "r-kendall")
21281 (version "2.2")
21282 (source
21283 (origin
21284 (method url-fetch)
21285 (uri (cran-uri "Kendall" version))
21286 (sha256
21287 (base32
21288 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
21289 (properties `((upstream-name . "Kendall")))
21290 (build-system r-build-system)
21291 (propagated-inputs
21292 `(("r-boot" ,r-boot)))
21293 (native-inputs
21294 `(("gfortran" ,gfortran)))
21295 (home-page "https://cran.r-project.org/web/packages/Kendall/")
21296 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
21297 (description
21298 "This package computes the Kendall rank correlation and Mann-Kendall
21299 trend test.")
21300 (license license:gpl2+)))
21301
21302 (define-public r-zyp
21303 (package
21304 (name "r-zyp")
21305 (version "0.10-1.1")
21306 (source
21307 (origin
21308 (method url-fetch)
21309 (uri (cran-uri "zyp" version))
21310 (sha256
21311 (base32
21312 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
21313 (properties `((upstream-name . "zyp")))
21314 (build-system r-build-system)
21315 (propagated-inputs
21316 `(("r-kendall" ,r-kendall)))
21317 (home-page "https://cran.r-project.org/web/packages/zyp/")
21318 (synopsis "Zhang + Yue-Pilon Trends Package")
21319 (description
21320 "This package contains an efficient implementation of Sen's slope
21321 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
21322 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
21323 climate data.")
21324 (license license:lgpl2.1)))
21325
21326 (define-public r-rlinsolve
21327 (package
21328 (name "r-rlinsolve")
21329 (version "0.3.1")
21330 (source
21331 (origin
21332 (method url-fetch)
21333 (uri (cran-uri "Rlinsolve" version))
21334 (sha256
21335 (base32
21336 "1x02xxbkchcwwfa2123n9yqfzinfi0zba8zxhp977czzwysy75cc"))))
21337 (properties `((upstream-name . "Rlinsolve")))
21338 (build-system r-build-system)
21339 (propagated-inputs
21340 `(("r-matrix" ,r-matrix)
21341 ("r-rcpp" ,r-rcpp)
21342 ("r-rcpparmadillo" ,r-rcpparmadillo)
21343 ("r-rdpack" ,r-rdpack)))
21344 (home-page "https://cran.r-project.org/web/packages/Rlinsolve/")
21345 (synopsis "Iterative solvers for (sparse) linear system of equations")
21346 (description
21347 "Solving a system of linear equations is one of the most fundamental
21348 computational problems for many fields of mathematical studies, such as
21349 regression problems from statistics or numerical partial differential
21350 equations. This package provides basic stationary iterative solvers such as
21351 Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods.
21352 Nonstationary, also known as Krylov subspace methods are also provided.
21353 Sparse matrix computation is also supported in that solving large and sparse
21354 linear systems can be manageable using the @code{Matrix} package along with
21355 @code{RcppArmadillo}.")
21356 (license license:gpl3+)))
21357
21358 (define-public r-zvcv
21359 (package
21360 (name "r-zvcv")
21361 (version "2.1.0")
21362 (source
21363 (origin
21364 (method url-fetch)
21365 (uri (cran-uri "ZVCV" version))
21366 (sha256
21367 (base32
21368 "0np6h6x74kz1x13wmbkkm1wq43d8bnn2khzjc80prqdi6n0m9v8r"))))
21369 (properties `((upstream-name . "ZVCV")))
21370 (build-system r-build-system)
21371 (propagated-inputs
21372 `(("r-abind" ,r-abind)
21373 ("r-bh" ,r-bh)
21374 ("r-dplyr" ,r-dplyr)
21375 ("r-glmnet" ,r-glmnet)
21376 ("r-magrittr" ,r-magrittr)
21377 ("r-mvtnorm" ,r-mvtnorm)
21378 ("r-rcpp" ,r-rcpp)
21379 ("r-rcpparmadillo" ,r-rcpparmadillo)
21380 ("r-rlinsolve" ,r-rlinsolve)))
21381 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
21382 (synopsis "Zero-Variance Control Variates")
21383 (description
21384 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
21385 to reduce the variance of Monte Carlo estimators of expectations using the
21386 derivatives of the log target. Once the derivatives are available, the only
21387 additional computational effort is in solving a linear regression problem.
21388 This method has been extended to higher dimensions using regularisation. This
21389 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
21390 samples, derivatives and function evaluations are available. Additional
21391 functions for applying ZV-CV to two estimators for the normalising constant of
21392 the posterior distribution in Bayesian statistics are also supplied.")
21393 (license license:gpl2+)))
21394
21395 (define-public r-ztype
21396 (package
21397 (name "r-ztype")
21398 (version "0.1.0")
21399 (source
21400 (origin
21401 (method url-fetch)
21402 (uri (cran-uri "ztype" version))
21403 (sha256
21404 (base32
21405 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
21406 (properties `((upstream-name . "ztype")))
21407 (build-system r-build-system)
21408 (propagated-inputs
21409 `(("r-assertthat" ,r-assertthat)
21410 ("r-dplyr" ,r-dplyr)
21411 ("r-ggplot2" ,r-ggplot2)
21412 ("r-lubridate" ,r-lubridate)
21413 ("r-magrittr" ,r-magrittr)
21414 ("r-rvest" ,r-rvest)
21415 ("r-stringr" ,r-stringr)))
21416 (home-page "https://cran.r-project.org/web/packages/ztype/")
21417 (synopsis "Run a Ztype game loaded with R functions")
21418 (description
21419 "How fast can you type R functions on your keyboard? Find out by running
21420 a @code{zty.pe} game: export R functions as instructions to type to destroy
21421 opponents' vessels.")
21422 (license license:gpl3)))
21423
21424 (define-public r-zseq
21425 (package
21426 (name "r-zseq")
21427 (version "0.2.0")
21428 (source
21429 (origin
21430 (method url-fetch)
21431 (uri (cran-uri "Zseq" version))
21432 (sha256
21433 (base32
21434 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
21435 (properties `((upstream-name . "Zseq")))
21436 (build-system r-build-system)
21437 (propagated-inputs
21438 `(("r-gmp" ,r-gmp)))
21439 (home-page "https://cran.r-project.org/web/packages/Zseq/")
21440 (synopsis "Integer sequence generator")
21441 (description
21442 "This package generates well-known integer sequences. The @code{gmp}
21443 package is adopted for computing with arbitrarily large numbers. Every
21444 function has a hyperlink to its corresponding item in the @dfn{On-Line
21445 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
21446 (license license:gpl3+)))
21447
21448 (define-public r-isoband
21449 (package
21450 (name "r-isoband")
21451 (version "0.2.2")
21452 (source
21453 (origin
21454 (method url-fetch)
21455 (uri (cran-uri "isoband" version))
21456 (sha256
21457 (base32
21458 "044fg014gb6v6v11gm7ivfipz45iqw9cpahjhaacw6kyahyb66zx"))))
21459 (properties `((upstream-name . "isoband")))
21460 (build-system r-build-system)
21461 (propagated-inputs
21462 `(("r-testthat" ,r-testthat)))
21463 (native-inputs
21464 `(("r-knitr" ,r-knitr)))
21465 (home-page "https://github.com/wilkelab/isoband")
21466 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
21467 (description
21468 "This package provides a fast C++ implementation to generate contour
21469 lines (isolines) and contour polygons (isobands) from regularly spaced grids
21470 containing elevation data.")
21471 (license license:expat)))
21472
21473 (define-public r-ppcor
21474 (package
21475 (name "r-ppcor")
21476 (version "1.1")
21477 (source
21478 (origin
21479 (method url-fetch)
21480 (uri (cran-uri "ppcor" version))
21481 (sha256
21482 (base32
21483 "1x9b2kb8s0bp92b17gby0jwzzr3i4cf3ap9c4nq7m8fav72g0y3a"))))
21484 (properties `((upstream-name . "ppcor")))
21485 (build-system r-build-system)
21486 (propagated-inputs
21487 `(("r-mass" ,r-mass)))
21488 (home-page "https://cran.r-project.org/web/packages/ppcor/")
21489 (synopsis "Partial and semi-partial correlation")
21490 (description
21491 "This package provides users not only with a function to readily
21492 calculate the higher-order partial and semi-partial correlations but also with
21493 statistics and p-values of the correlation coefficients.")
21494 (license license:gpl2)))
21495
21496 (define-public r-hrbrthemes
21497 (package
21498 (name "r-hrbrthemes")
21499 (version "0.8.0")
21500 (source
21501 (origin
21502 (method url-fetch)
21503 (uri (cran-uri "hrbrthemes" version))
21504 (sha256
21505 (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
21506 (properties `((upstream-name . "hrbrthemes")))
21507 (build-system r-build-system)
21508 (propagated-inputs
21509 `(("r-extrafont" ,r-extrafont)
21510 ("r-gdtools" ,r-gdtools)
21511 ("r-ggplot2" ,r-ggplot2)
21512 ("r-htmltools" ,r-htmltools)
21513 ("r-knitr" ,r-knitr)
21514 ("r-magrittr" ,r-magrittr)
21515 ("r-rmarkdown" ,r-rmarkdown)
21516 ("r-scales" ,r-scales)))
21517 (native-inputs
21518 `(("r-knitr" ,r-knitr)))
21519 (home-page "https://github.com/hrbrmstr/hrbrthemes/")
21520 (synopsis "Additional themes, theme components and utilities for @code{ggplot2}")
21521 (description
21522 "This package provides a compilation of extra @code{ggplot2} themes,
21523 scales and utilities, including a spell check function for plot label fields
21524 and an overall emphasis on typography.")
21525 (license license:expat)))
21526
21527 (define-public r-crochet
21528 (package
21529 (name "r-crochet")
21530 (version "2.3.0")
21531 (source
21532 (origin
21533 (method url-fetch)
21534 (uri (cran-uri "crochet" version))
21535 (sha256
21536 (base32
21537 "0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
21538 (build-system r-build-system)
21539 (native-inputs
21540 `(("r-knitr" ,r-knitr)))
21541 (home-page "https://github.com/agrueneberg/crochet")
21542 (synopsis "Implementation Helper for Matrix-Like Types")
21543 (description
21544 "Functions to help implement the extraction / subsetting / indexing
21545 function @code{[} and replacement function @code{[<-} of custom matrix-like
21546 types (based on S3, S4, etc.), modeled as closely to the base matrix class
21547 as possible (with tests to prove it).")
21548 (license license:expat)))
21549
21550 (define-public r-boa
21551 (package
21552 (name "r-boa")
21553 (version "1.1.8-2")
21554 (source
21555 (origin
21556 (method url-fetch)
21557 (uri (cran-uri "boa" version))
21558 (sha256
21559 (base32
21560 "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
21561 (properties `((upstream-name . "boa")))
21562 (build-system r-build-system)
21563 (home-page "http://www.jstatsoft.org/v21/i11")
21564 (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
21565 (description
21566 "This package provides a menu-driven program and library of functions for
21567 carrying out convergence diagnostics and statistical and graphical analysis of
21568 @dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
21569 (license license:gpl2+)))
21570
21571 (define-public r-httpcode
21572 (package
21573 (name "r-httpcode")
21574 (version "0.3.0")
21575 (source (origin
21576 (method url-fetch)
21577 (uri (cran-uri "httpcode" version))
21578 (sha256
21579 (base32
21580 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
21581 (build-system r-build-system)
21582 (home-page "https://github.com/sckott/httpcode")
21583 (synopsis "HTTP status code helper")
21584 (description "@code{httpcode} provides functionality for finding and
21585 explaining the meaning of @code{HTTP} status codes. Functions are included for
21586 searching for codes by full or partial number, by message, and to get
21587 appropriate dog and cat images for many status codes.")
21588 (license license:expat)))
21589
21590 (define-public r-latex2exp
21591 (package
21592 (name "r-latex2exp")
21593 (version "0.4.0")
21594 (source (origin
21595 (method url-fetch)
21596 (uri (cran-uri "latex2exp" version))
21597 (sha256
21598 (base32
21599 "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
21600 (build-system r-build-system)
21601 (propagated-inputs
21602 `(("r-stringr" ,r-stringr)
21603 ("r-magrittr", r-magrittr)))
21604 (home-page "https://github.com/stefano-meschiari/latex2exp/")
21605 (synopsis "Use LaTeX expressions in plots")
21606 (description "@code{latex2exp} parses and converts LaTeX math formulas to
21607 R's plotmath expressions, used to enter mathematical formulas and symbols to be
21608 rendered as text, axis labels, etc. throughout R's plotting system.")
21609 (license license:expat)))
21610
21611 (define-public r-oai
21612 (package
21613 (name "r-oai")
21614 (version "0.3.0")
21615 (source (origin
21616 (method url-fetch)
21617 (uri (cran-uri "oai" version))
21618 (sha256
21619 (base32
21620 "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
21621 (build-system r-build-system)
21622 (propagated-inputs
21623 `(("r-xml2" ,r-xml2)
21624 ("r-httr" ,r-httr)
21625 ("r-plyr" ,r-plyr)
21626 ("r-stringr" ,r-stringr)
21627 ("r-tibble" ,r-tibble)))
21628 (home-page "https://github.com/ropensci/oai/")
21629 (synopsis "General purpose OAI-PMH services client")
21630 (description "@code{oai} provides a general purpose client to work with
21631 any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
21632 service. Functions are provided to work with the OAI-PMH verbs:
21633 @code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
21634 @code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
21635 (license license:expat)))
21636
21637 (define-public r-argon2
21638 (package
21639 (name "r-argon2")
21640 (version "0.2-0")
21641 (source
21642 (origin
21643 (method url-fetch)
21644 (uri (cran-uri "argon2" version))
21645 (sha256
21646 (base32
21647 "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
21648 (properties `((upstream-name . "argon2")))
21649 (build-system r-build-system)
21650 (home-page "https://github.com/wrathematics/argon2")
21651 (synopsis "Secure password hashing based on the argon2 algorithm")
21652 (description
21653 "This package provides utilities for secure password hashing via the
21654 argon2 algorithm.")
21655 (license license:bsd-2)))
21656
21657 (define-public r-getpass
21658 (package
21659 (name "r-getpass")
21660 (version "0.2-2")
21661 (source
21662 (origin
21663 (method url-fetch)
21664 (uri (cran-uri "getPass" version))
21665 (sha256
21666 (base32
21667 "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
21668 (properties `((upstream-name . "getPass")))
21669 (build-system r-build-system)
21670 (propagated-inputs
21671 `(("r-rstudioapi" ,r-rstudioapi)))
21672 (home-page "https://github.com/wrathematics/getPass")
21673 (synopsis "Masked user input")
21674 (description
21675 "This package provides a micro-package for reading \"passwords\", i.e.
21676 reading user input with masking, so that the input is not displayed as it is
21677 typed. Currently, RStudio, the command line (every OS), and any platform
21678 where tcltk is present are supported.")
21679 (license license:bsd-2)))
21680
21681 (define-public r-remoter
21682 (package
21683 (name "r-remoter")
21684 (version "0.4-0")
21685 (source
21686 (origin
21687 (method url-fetch)
21688 (uri (cran-uri "remoter" version))
21689 (sha256
21690 (base32
21691 "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
21692 (properties `((upstream-name . "remoter")))
21693 (build-system r-build-system)
21694 (propagated-inputs
21695 `(("r-argon2" ,r-argon2)
21696 ("r-getpass" ,r-getpass)
21697 ("r-pbdzmq" ,r-pbdzmq)
21698 ("r-png" ,r-png)))
21699 (home-page "https://github.com/RBigData/remoter")
21700 (synopsis "Control a remote R session from a local one")
21701 (description
21702 "This package provides a set of utilities for client/server computing
21703 with R, controlling a remote R session (the server) from a local one (the
21704 client).")
21705 (license license:bsd-2)))
21706
21707 (define-public r-asd
21708 (package
21709 (name "r-asd")
21710 (version "2.2")
21711 (source
21712 (origin
21713 (method url-fetch)
21714 (uri (cran-uri "asd" version))
21715 (sha256
21716 (base32
21717 "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
21718 (properties `((upstream-name . "asd")))
21719 (build-system r-build-system)
21720 (propagated-inputs
21721 `(("r-mvtnorm" ,r-mvtnorm)))
21722 (home-page "https://cran.r-project.org/web/packages/asd")
21723 (synopsis "Simulations for Adaptive Seamless Designs")
21724 (description
21725 "This package provdes means to run simulations for adaptive seamless
21726 designs with and without early outcomes for treatment selection and
21727 subpopulation type designs.")
21728 (license license:gpl3)))
21729
21730 (define-public r-nbconvertr
21731 (package
21732 (name "r-nbconvertr")
21733 (version "1.3.2")
21734 (source
21735 (origin
21736 (method url-fetch)
21737 (uri (cran-uri "nbconvertR" version))
21738 (sha256
21739 (base32
21740 "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
21741 (properties `((upstream-name . "nbconvertR")))
21742 (build-system r-build-system)
21743 (inputs
21744 `(("jupyter" ,python-nbconvert)
21745 ("pandoc" ,ghc-pandoc)))
21746 (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
21747 (synopsis "Vignette engine wrapping Jupyter notebooks")
21748 (description
21749 "This package calls the Jupyter script @code{nbconvert} to create
21750 vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
21751 containing rich text, code, and its output. Code cells can be edited and
21752 evaluated interactively.")
21753 (license license:gpl3)))
21754
21755 (define-public r-bridgesampling
21756 (package
21757 (name "r-bridgesampling")
21758 (version "1.0-0")
21759 (source
21760 (origin
21761 (method url-fetch)
21762 (uri (cran-uri "bridgesampling" version))
21763 (sha256
21764 (base32
21765 "1awhvv0v42w2q6llqi1wqpaiv5zx74cqzigdsvphy2jfp8ajw64y"))))
21766 (properties
21767 `((upstream-name . "bridgesampling")))
21768 (build-system r-build-system)
21769 (propagated-inputs
21770 `(("r-brobdingnag" ,r-brobdingnag)
21771 ("r-coda" ,r-coda)
21772 ("r-matrix" ,r-matrix)
21773 ("r-mvtnorm" ,r-mvtnorm)
21774 ("r-scales" ,r-scales)
21775 ("r-stringr" ,r-stringr)))
21776 (native-inputs
21777 `(("r-knitr" ,r-knitr)))
21778 (home-page "https://github.com/quentingronau/bridgesampling")
21779 (synopsis "Bridge sampling for marginal likelihoods and Bayes factors")
21780 (description
21781 "This package provides functions for estimating marginal likelihoods,
21782 Bayes factors, posterior model probabilities, and normalizing constants in
21783 general, via different versions of bridge sampling.")
21784 (license license:gpl2+)))
21785
21786 (define-public r-tea
21787 (package
21788 (name "r-tea")
21789 (version "1.1")
21790 (source
21791 (origin
21792 (method url-fetch)
21793 (uri (cran-uri "tea" version))
21794 (sha256
21795 (base32
21796 "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
21797 (properties
21798 `((upstream-name . "tea")))
21799 (build-system r-build-system)
21800 (propagated-inputs
21801 `(("r-matrix" ,r-matrix)))
21802 (home-page "https://cran.r-project.org/web/packages/tea/")
21803 (synopsis "Threshold estimation approaches")
21804 (description
21805 "This package provides different approaches for selecting the threshold
21806 in generalized Pareto distributions. Most of them are based on minimizing the
21807 AMSE-criterion or atleast by reducing the bias of the assumed GPD-model.
21808 Others are heuristically motivated by searching for stable sample paths, i.e.
21809 a nearly constant region of the tail index estimator with respect to k, which
21810 is the number of data in the tail. The third class is motivated by graphical
21811 inspection. In addition, a sequential testing procedure for GPD-GoF-tests
21812 is also implemented here.")
21813 (license license:gpl3)))
21814
21815 (define-public r-awsmethods
21816 (package
21817 (name "r-awsmethods")
21818 (version "1.1-1")
21819 (source
21820 (origin
21821 (method url-fetch)
21822 (uri (cran-uri "awsMethods" version))
21823 (sha256
21824 (base32
21825 "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh"))))
21826 (properties
21827 `((upstream-name . "awsMethods")))
21828 (build-system r-build-system)
21829 (home-page "http://www.wias-berlin.de/software/imaging/")
21830 (synopsis "Class and methods definitions")
21831 (description
21832 "This package defines the generic method @code{extract} and provides
21833 @code{openMP} support as needed in several packages like
21834 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
21835 (license license:gpl2+)))
21836
21837 (define-public r-aws
21838 (package
21839 (name "r-aws")
21840 (version "2.4-2")
21841 (source
21842 (origin
21843 (method url-fetch)
21844 (uri (cran-uri "aws" version))
21845 (sha256
21846 (base32
21847 "1czlsy64nx6j7h1smgb561yyv3f98pwqwglk77yla4mx3fp14bvq"))))
21848 (properties
21849 `((upstream-name . "aws")))
21850 (build-system r-build-system)
21851 (propagated-inputs
21852 `(("r-awsmethods" ,r-awsmethods)
21853 ("r-gsl" ,r-gsl)))
21854 (native-inputs
21855 `(("gfortran" ,gfortran)))
21856 (home-page "https://cran.r-project.org/web/packages/aws/")
21857 (synopsis "Adaptive weights smoothing")
21858 (description
21859 "This package provides a collection of R-functions implementing adaptive
21860 smoothing procedures in 1D, 2D and 3D. This includes the
21861 Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
21862 Confidence Intervals} (ICI), variational approaches, and a non-local means
21863 filter.")
21864 (license license:gpl2+)))
21865
21866 (define-public r-sgloptim
21867 (package
21868 (name "r-sgloptim")
21869 (version "1.3.8")
21870 (source
21871 (origin
21872 (method url-fetch)
21873 (uri (cran-uri "sglOptim" version))
21874 (sha256
21875 (base32
21876 "15bkkvgp9v9vsp65wps48g3c2fa0fj1025hbrziywq14j7wayyjr"))))
21877 (properties
21878 `((upstream-name . "sglOptim")))
21879 (build-system r-build-system)
21880 (propagated-inputs
21881 `(("r-bh" ,r-bh)
21882 ("r-doparallel" ,r-doparallel)
21883 ("r-foreach" ,r-foreach)
21884 ("r-matrix" ,r-matrix)
21885 ("r-rcpp" ,r-rcpp)
21886 ("r-rcpparmadillo" ,r-rcpparmadillo)
21887 ("r-rcppprogress" ,r-rcppprogress)))
21888 (native-inputs
21889 `(("r-knitr" ,r-knitr)))
21890 (home-page "https://github.com/nielsrhansen/sglOptim")
21891 (synopsis "Generic sparse group Lasso solver")
21892 (description
21893 "This package provides a fast generic solver for sparse group lasso
21894 optimization problems. The loss (objective) function must be defined in a C++
21895 module. The optimization problem is solved using a coordinate gradient
21896 descent algorithm. Convergence of the algorithm is established and the
21897 algorithm is applicable to a broad class of loss functions. Use of parallel
21898 computing for cross validation and subsampling is supported through the
21899 @code{foreach} and @code{doParallel} packages.")
21900 (license license:gpl2+)))
21901
21902 (define-public r-grouped
21903 (package
21904 (name "r-grouped")
21905 (version "0.6-0")
21906 (source
21907 (origin
21908 (method url-fetch)
21909 (uri (cran-uri "grouped" version))
21910 (sha256
21911 (base32
21912 "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
21913 (properties
21914 `((upstream-name . "grouped")))
21915 (build-system r-build-system)
21916 (propagated-inputs
21917 `(("r-mass" ,r-mass)))
21918 (home-page "https://cran.r-project.org/web/packages/grouped/")
21919 (synopsis "Regression analysis of grouped and coarse data")
21920 (description
21921 "This package provides regression models for grouped and coarse data,
21922 under the coarsened at random assumption.")
21923 (license license:gpl2+)))
21924
21925 (define-public r-stam
21926 (package
21927 (name "r-stam")
21928 (version "0.0-1")
21929 (source
21930 (origin
21931 (method url-fetch)
21932 (uri (cran-uri "stam" version))
21933 (sha256
21934 (base32
21935 "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
21936 (properties
21937 `((upstream-name . "stam")))
21938 (build-system r-build-system)
21939 (propagated-inputs
21940 `(("r-np" ,r-np)
21941 ("r-sp" ,r-sp)))
21942 (home-page "https://cran.r-project.org/web/packages/stam")
21943 (synopsis "Spatio-temporal analysis and modelling")
21944 (description
21945 "This package provides various methods to conduct Spatio-Temporal
21946 Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
21947 Inferred Spatio-Temporal Modelling.")
21948 (license license:gpl2+)))
21949
21950 (define-public r-dcv
21951 (package
21952 (name "r-dcv")
21953 (version "0.1.1")
21954 (source
21955 (origin
21956 (method url-fetch)
21957 (uri (cran-uri "dcv" version))
21958 (sha256
21959 (base32
21960 "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
21961 (properties
21962 `((upstream-name . "dcv")))
21963 (build-system r-build-system)
21964 (propagated-inputs
21965 `(("r-lmtest" ,r-lmtest)))
21966 (home-page "https://cran.r-project.org/web/packages/dcv/")
21967 (synopsis "Conventional cross-validation statistics for climate-growth model")
21968 (description
21969 "This package performs several conventional cross-validation statistical
21970 methods for climate-growth model in the climate reconstruction from tree
21971 rings, including Sign Test statistic, Reduction of Error statistic, Product
21972 Mean Test, Durbin-Watson statistic etc.")
21973 (license license:gpl2)))
21974
21975 (define-public r-rcdd
21976 (package
21977 (name "r-rcdd")
21978 (version "1.2-2")
21979 (source
21980 (origin
21981 (method url-fetch)
21982 (uri (cran-uri "rcdd" version))
21983 (sha256
21984 (base32
21985 "0pzpbqnlgzr240iici70278py5wnbbxkzlgn112f9wv5ga3riric"))))
21986 (properties
21987 `((upstream-name . "rcdd")))
21988 (build-system r-build-system)
21989 (inputs
21990 `(("gmp" ,gmp)))
21991 (home-page "https://www.stat.umn.edu/geyer/rcdd/")
21992 (synopsis "Computational geometry")
21993 (description
21994 "This package converts back and forth between two representations of a
21995 convex polytope: as solution of a set of linear equalities and inequalities
21996 and as convex hull of set of points and rays. Also does linear programming
21997 and redundant generator elimination. All functions can use exact
21998 infinite-precision rational arithmetic.")
21999 (license license:gpl2)))
22000
22001 (define-public r-rxnat
22002 (package
22003 (name "r-rxnat")
22004 (version "1.0.8")
22005 (source
22006 (origin
22007 (method url-fetch)
22008 (uri (cran-uri "Rxnat" version))
22009 (sha256
22010 (base32
22011 "12xcs2l6vn50bwzfmv60j1qahjw2npfm1a3yjhffcxzh6p8chwbg"))))
22012 (properties
22013 `((upstream-name . "Rxnat")))
22014 (build-system r-build-system)
22015 (propagated-inputs
22016 `(("r-httr" ,r-httr)
22017 ("r-rcurl" ,r-rcurl)))
22018 (native-inputs
22019 `(("r-knitr" ,r-knitr)))
22020 (home-page "https://cran.r-project.org/web/packages/Rxnat/")
22021 (synopsis "Queries and extracts images from neuroimaging datasets")
22022 (description
22023 "This package allows communication with the Extensible Neuroimaging
22024 Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
22025 download images.")
22026 (license license:gpl2)))
22027
22028 (define-public r-rserve
22029 (package
22030 (name "r-rserve")
22031 (version "1.8-6")
22032 (source
22033 (origin
22034 (method url-fetch)
22035 (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
22036 version ".tar.gz"))
22037 (sha256
22038 (base32
22039 "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
22040 (build-system r-build-system)
22041 (propagated-inputs
22042 `(("r-checkmate" ,r-checkmate)
22043 ("r-mime" ,r-mime)
22044 ("r-jsonlite" ,r-jsonlite)
22045 ("r-knitr" ,r-knitr)
22046 ("r-r6" ,r-r6)
22047 ("r-rcpp" ,r-rcpp)
22048 ("r-uuid" ,r-uuid)))
22049 (inputs
22050 `(("openssl" ,openssl)
22051 ("zlib" ,zlib)))
22052 (home-page "https://github.com/s-u/Rserve")
22053 (synopsis
22054 "Server providing access to R from many languages and systems")
22055 (description
22056 "Rserve acts as a socket server (TCP/IP or local sockets) which allows
22057 binary requests to be sent to R. Every connection has a separate workspace
22058 and working directory. Client-side implementations are available for popular
22059 languages such as C/C++ and Java, allowing any application to use facilities
22060 of R without the need of linking to R code. Rserve supports remote
22061 connection, user authentication and file transfer. A simple R client is
22062 included in this package as well.")
22063 (license license:gpl2)))
22064
22065 (define-public r-brms
22066 (package
22067 (name "r-brms")
22068 (version "2.13.0")
22069 (source
22070 (origin
22071 (method url-fetch)
22072 (uri (cran-uri "brms" version))
22073 (sha256
22074 (base32
22075 "0vdncdawxawi16f326qrgy9jjjipmqdjxh741y9p7xdzd4fwaxx3"))))
22076 (properties `((upstream-name . "brms")))
22077 (build-system r-build-system)
22078 (propagated-inputs
22079 `(("r-abind" ,r-abind)
22080 ("r-backports" ,r-backports)
22081 ("r-bayesplot" ,r-bayesplot)
22082 ("r-bridgesampling" ,r-bridgesampling)
22083 ("r-coda" ,r-coda)
22084 ("r-future" ,r-future)
22085 ("r-ggplot2" ,r-ggplot2)
22086 ("r-glue" ,r-glue)
22087 ("r-loo" ,r-loo)
22088 ("r-matrix" ,r-matrix)
22089 ("r-matrixstats" ,r-matrixstats)
22090 ("r-mgcv" ,r-mgcv)
22091 ("r-nleqslv" ,r-nleqslv)
22092 ("r-nlme" ,r-nlme)
22093 ("r-rcpp" ,r-rcpp)
22094 ("r-rstan" ,r-rstan)
22095 ("r-rstantools" ,r-rstantools)
22096 ("r-shinystan" ,r-shinystan)))
22097 (native-inputs `(("r-knitr" ,r-knitr)))
22098 (home-page
22099 "https://github.com/paul-buerkner/brms")
22100 (synopsis
22101 "Bayesian Regression Models using 'Stan'")
22102 (description
22103 "Fit Bayesian generalized (non-)linear multivariate multilevel models
22104 using 'Stan' for full Bayesian inference. A wide range of distributions and
22105 link functions are supported, allowing users to fit -- among others -- linear,
22106 robust linear, count data, survival, response times, ordinal, zero-inflated,
22107 hurdle, and even self-defined mixture models all in a multilevel context.
22108 Further modeling options include non-linear and smooth terms, auto-correlation
22109 structures, censored data, meta-analytic standard errors, and quite a few
22110 more. In addition, all parameters of the response distribution can be
22111 predicted in order to perform distributional regression. Prior specifications
22112 are flexible and explicitly encourage users to apply prior distributions that
22113 actually reflect their beliefs. Model fit can easily be assessed and compared
22114 with posterior predictive checks and leave-one-out cross-validation.")
22115 (license license:gpl2)))
22116
22117 (define-public r-mstate
22118 (package
22119 (name "r-mstate")
22120 (version "0.2.12")
22121 (source
22122 (origin
22123 (method url-fetch)
22124 (uri (cran-uri "mstate" version))
22125 (sha256
22126 (base32
22127 "0qnhivbibzss8yfsg44cvbf73n4jj4i28rbdysl88g14ig5sabgv"))))
22128 (properties `((upstream-name . "mstate")))
22129 (build-system r-build-system)
22130 (propagated-inputs
22131 `(("r-rcolorbrewer" ,r-rcolorbrewer)
22132 ("r-survival" ,r-survival)))
22133 (home-page
22134 "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
22135 (synopsis
22136 "Data Preparation, Estimation and Prediction in Multi-State Models")
22137 (description
22138 "Contains functions for data preparation, descriptives, hazard estimation
22139 and prediction with Aalen-Johansen or simulation in competing risks and
22140 multi-state models.")
22141 (license license:gpl2+)))
22142
22143 (define-public r-scatterpie
22144 (package
22145 (name "r-scatterpie")
22146 (version "0.1.4")
22147 (source
22148 (origin
22149 (method url-fetch)
22150 (uri (cran-uri "scatterpie" version))
22151 (sha256
22152 (base32
22153 "0g5sn0iv6c1q7y51j4gbbbnil5089dgk1w4q94c7h5y3x7wfrzqb"))))
22154 (properties `((upstream-name . "scatterpie")))
22155 (build-system r-build-system)
22156 (propagated-inputs
22157 `(("r-ggforce" ,r-ggforce)
22158 ("r-ggplot2" ,r-ggplot2)
22159 ("r-rlang" ,r-rlang)
22160 ("r-rvcheck" ,r-rvcheck)
22161 ("r-tidyr" ,r-tidyr)))
22162 (native-inputs
22163 `(("r-knitr" ,r-knitr)))
22164 (home-page "https://cran.r-project.org/web/packages/scatterpie/")
22165 (synopsis "Scatter pie plot")
22166 (description
22167 "This package creates scatterpie plots, especially useful for plotting
22168 pies on a map.")
22169 (license license:artistic2.0)))
22170
22171 (define-public r-boruta
22172 (package
22173 (name "r-boruta")
22174 (version "7.0.0")
22175 (source
22176 (origin
22177 (method url-fetch)
22178 (uri (cran-uri "Boruta" version))
22179 (sha256
22180 (base32
22181 "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
22182 (properties `((upstream-name . "Boruta")))
22183 (build-system r-build-system)
22184 (propagated-inputs `(("r-ranger" ,r-ranger)))
22185 (home-page "https://gitlab.com/mbq/Boruta/")
22186 (synopsis "Wrapper algorithm for all relevant feature selection")
22187 (description
22188 "This package provides an all relevant feature selection wrapper
22189 algorithm. It finds relevant features by comparing original attributes'
22190 importance with importance achievable at random, estimated using their
22191 permuted copies (shadows).")
22192 (license license:gpl2+)))
22193
22194 (define-public r-directlabels
22195 (package
22196 (name "r-directlabels")
22197 (version "2020.1.31")
22198 (source
22199 (origin
22200 (method url-fetch)
22201 (uri (cran-uri "directlabels" version))
22202 (sha256
22203 (base32
22204 "08s1gnwp4bn8xahwjaq0f1qzhwh2dvybzhq3z7xyzn8cnyzmis6c"))))
22205 (build-system r-build-system)
22206 (propagated-inputs
22207 `(("r-quadprog" ,r-quadprog)))
22208 (home-page "http://directlabels.r-forge.r-project.org/")
22209 (synopsis "Direct labels for multicolor plots")
22210 (description
22211 "This package provides an extensible framework for automatically placing
22212 direct labels onto multicolor plots. Label positions are described using
22213 positioning methods that can be re-used across several different plots. There
22214 are heuristics for examining @code{trellis} and @code{ggplot} objects and
22215 inferring an appropriate positioning method.")
22216 (license license:gpl3)))
22217
22218 (define-public r-lsd
22219 (package
22220 (name "r-lsd")
22221 (version "4.1-0")
22222 (source
22223 (origin
22224 (method url-fetch)
22225 (uri (cran-uri "LSD" version))
22226 (sha256
22227 (base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
22228 (properties `((upstream-name . "LSD")))
22229 (build-system r-build-system)
22230 (home-page "https://cran.r-project.org/web/packages/LSD/")
22231 (synopsis "Lots of superior depictions tool creates colorful plots")
22232 (description
22233 "This package creates lots of colorful plots in a multitude of variations.
22234 Try a demo of the LSD by running @code{demotour()}.")
22235 ;; Either version
22236 (license (list license:gpl2 license:gpl3))))
22237
22238 (define-public r-fourcseq
22239 (package
22240 (name "r-fourcseq")
22241 (version "1.21.0")
22242 (source
22243 (origin
22244 (method url-fetch)
22245 (uri (bioconductor-uri "FourCSeq" version))
22246 (sha256
22247 (base32 "0lhcjw2hmmdafq52c5fvpm1crnzynbslamzh7r6ygifmzaz2pa8x"))))
22248 (properties `((upstream-name . "FourCSeq")))
22249 (build-system r-build-system)
22250 (propagated-inputs
22251 `(("r-biobase" ,r-biobase)
22252 ("r-biostrings" ,r-biostrings)
22253 ("r-deseq2" ,r-deseq2)
22254 ("r-fda" ,r-fda)
22255 ("r-genomicalignments" ,r-genomicalignments)
22256 ("r-genomicranges" ,r-genomicranges)
22257 ("r-ggbio" ,r-ggbio)
22258 ("r-ggplot2" ,r-ggplot2)
22259 ("r-gtools" ,r-gtools)
22260 ("r-lsd" ,r-lsd)
22261 ("r-matrix" ,r-matrix)
22262 ("r-reshape2" ,r-reshape2)
22263 ("r-rsamtools" ,r-rsamtools)
22264 ("r-rtracklayer" ,r-rtracklayer)
22265 ("r-summarizedexperiment" ,r-summarizedexperiment)))
22266 (native-inputs
22267 `(("r-knitr" ,r-knitr)))
22268 (home-page
22269 "https://bioconductor.org/packages/release/bioc/html/FourCSeq.html")
22270 (synopsis "Analysis of multiplexed 4C sequencing data")
22271 (description
22272 "This package is an R package dedicated to the analysis of (multiplexed)
22273 4C sequencing data. @code{r-fourcseq} provides a pipeline to detect specific
22274 interactions between DNA elements and identify differential interactions
22275 between conditions. The statistical analysis in R starts with individual bam
22276 files for each sample as inputs. To obtain these files, the package contains
22277 a Python script to demultiplex libraries and trim off primer sequences. With
22278 a standard alignment software the required bam files can be then be
22279 generated.")
22280 (license license:gpl3+)))
22281
22282 (define-public r-phylogram
22283 (package
22284 (name "r-phylogram")
22285 (version "2.1.0")
22286 (source
22287 (origin
22288 (method url-fetch)
22289 (uri (cran-uri "phylogram" version))
22290 (sha256
22291 (base32 "1p4h5pirc0m5pzc18q0jk3mcmb5n48gdf9abz03vml3a209xxl2v"))))
22292 (properties `((upstream-name . "phylogram")))
22293 (build-system r-build-system)
22294 (propagated-inputs `(("r-ape" ,r-ape)))
22295 (home-page "https://github.com/ropensci/phylogram/")
22296 (synopsis "Dendrograms for evolutionary analysis")
22297 (description
22298 "The @code{r-phylogram} package is a tool for for developing phylogenetic
22299 trees as deeply-nested lists known as \"dendrogram\" objects. It provides
22300 functions for conversion between \"dendrogram\" and \"phylo\" class objects,
22301 as well as several tools for command-line tree manipulation and import/export
22302 via Newick parenthetic text. This improves accessibility to the comprehensive
22303 range of object-specific analytical and tree-visualization functions found
22304 across a wide array of bioinformatic R packages.")
22305 (license license:gpl3)))
22306
22307 (define-public r-kmer
22308 (package
22309 (name "r-kmer")
22310 (version "1.1.2")
22311 (source
22312 (origin
22313 (method url-fetch)
22314 (uri (cran-uri "kmer" version))
22315 (sha256
22316 (base32 "0jimn9r0abglwxdl1zqz0lxa99cmj6haydkxjzqfbpx9by80wnww"))))
22317 (properties `((upstream-name . "kmer")))
22318 (build-system r-build-system)
22319 (propagated-inputs
22320 `(("r-openssl" ,r-openssl)
22321 ("r-phylogram" ,r-phylogram)
22322 ("r-rcpp" ,r-rcpp)))
22323 (home-page "https://github.com/shaunpwilkinson/kmer/")
22324 (synopsis "Fast K-Mer counting and clustering for biological sequence analysis")
22325 (description
22326 "@code{r-kmer} is an R package for rapidly computing distance matrices
22327 and clustering large sequence datasets using fast alignment-free k-mer
22328 counting and recursive k-means partitioning.")
22329 (license license:gpl3)))
22330
22331 (define-public r-shapforxgboost
22332 (package
22333 (name "r-shapforxgboost")
22334 (version "0.0.4")
22335 (source
22336 (origin
22337 (method url-fetch)
22338 (uri (cran-uri "SHAPforxgboost" version))
22339 (sha256
22340 (base32
22341 "0k6bg27wqnkzv82bcahbapmqhiz6rvnx81m23zbjw58c7lwshgnq"))))
22342 (properties
22343 `((upstream-name . "SHAPforxgboost")))
22344 (build-system r-build-system)
22345 (propagated-inputs
22346 `(("r-bbmisc" ,r-bbmisc)
22347 ("r-data-table" ,r-data-table)
22348 ("r-ggextra" ,r-ggextra)
22349 ("r-ggforce" ,r-ggforce)
22350 ("r-ggplot2" ,r-ggplot2)
22351 ("r-ggpubr" ,r-ggpubr)
22352 ("r-rcolorbrewer" ,r-rcolorbrewer)
22353 ("r-xgboost" ,r-xgboost)))
22354 (home-page "https://github.com/liuyanguu/SHAPforxgboost")
22355 (synopsis "SHAP Plots for XGBoost")
22356 (description
22357 "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
22358 using @dfn{SHAP} (Shapley additive explanation) visualization plots for
22359 @code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
22360 and force plot. It relies on the @code{XGBoost} package to produce SHAP
22361 values.")
22362 (license license:expat)))