gnu: r-glmmtmb: Update to 1.0.2.1.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 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 "1.0.0")
6609 (source
6610 (origin
6611 (method url-fetch)
6612 (uri (cran-uri "Rdpack" version))
6613 (sha256
6614 (base32
6615 "069yh9h57z3gjl5ih1r6wyiwmgmfzkpjxrpxg8mfq7y6zr1mynsw"))))
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.2")
6748 (source
6749 (origin
6750 (method url-fetch)
6751 (uri (cran-uri "abn" version))
6752 (sha256
6753 (base32
6754 "1wwnzv5yir8cyl0f0arxagbsg9ndgs0799m42wbjkpr8cg9sfdhc"))))
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.2.1")
8979 (source
8980 (origin
8981 (method url-fetch)
8982 (uri (cran-uri "glmmTMB" version))
8983 (sha256
8984 (base32
8985 "1a35hxcxz1cdm3zd5s7fyjaw2qs00hkacgr7h9130amygc1262ab"))))
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.2")
9211 (source
9212 (origin
9213 (method url-fetch)
9214 (uri (cran-uri "fs" version))
9215 (sha256
9216 (base32
9217 "09rpazjba9jy448j6rq989fw3wv3xhng7fn8p8gr22gyx0n0y1zr"))))
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.6.0")
12222 (source
12223 (origin
12224 (method url-fetch)
12225 (uri (cran-uri "future.apply" version))
12226 (sha256
12227 (base32
12228 "1zbfycjfvxnrigm6l2fd2zgnw96g0apiw426c73gkv3xv7bdy6ms"))))
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 "1.0.0")
12357 (source
12358 (origin
12359 (method url-fetch)
12360 (uri (cran-uri "blockmodeling" version))
12361 (sha256
12362 (base32
12363 "1z4w2kq0id0gb5d0lqcdaw3clplhzywarkpvvx3drivdypzl237i"))))
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-5")
13728 (source
13729 (origin
13730 (method url-fetch)
13731 (uri (cran-uri "spdep" version))
13732 (sha256
13733 (base32
13734 "0pbd7wrg5v44p2yxsjp774lpyzap3madir5mn5p3ix7ibk7ldjs7"))))
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 (native-inputs
13750 `(("r-knitr" ,r-knitr)))
13751 (home-page "https://github.com/r-spatial/spdep/")
13752 (synopsis "Spatial dependence: weighting schemes, statistics and models")
13753 (description
13754 "This package provides a collection of functions to create spatial
13755 weights matrix objects from polygon contiguities, from point patterns by
13756 distance and tessellations, for summarizing these objects, and for permitting
13757 their use in spatial data analysis, including regional aggregation by minimum
13758 spanning tree.")
13759 (license license:gpl2+)))
13760
13761 (define-public r-adegenet
13762 (package
13763 (name "r-adegenet")
13764 (version "2.1.3")
13765 (source
13766 (origin
13767 (method url-fetch)
13768 (uri (cran-uri "adegenet" version))
13769 (sha256
13770 (base32
13771 "1ipnawi0qfd4rfwj37igvh36x1a9d8x4n7xynn1jcr12rd713407"))))
13772 (build-system r-build-system)
13773 (propagated-inputs
13774 `(("r-ade4" ,r-ade4)
13775 ("r-ape" ,r-ape)
13776 ("r-boot" ,r-boot)
13777 ("r-dplyr" ,r-dplyr)
13778 ("r-ggplot2" ,r-ggplot2)
13779 ("r-igraph" ,r-igraph)
13780 ("r-mass" ,r-mass)
13781 ("r-reshape2" ,r-reshape2)
13782 ("r-seqinr" ,r-seqinr)
13783 ("r-shiny" ,r-shiny)
13784 ("r-spdep" ,r-spdep)
13785 ("r-vegan" ,r-vegan)))
13786 (home-page "https://github.com/thibautjombart/adegenet")
13787 (synopsis "Exploratory analysis of genetic and genomic data")
13788 (description
13789 "This package provides a toolset for the exploration of genetic and
13790 genomic data. Adegenet provides formal (S4) classes for storing and handling
13791 various genetic data, including genetic markers with varying ploidy and
13792 hierarchical population structure (@code{genind} class), alleles counts by
13793 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
13794 also implements original multivariate methods (DAPC, sPCA), graphics,
13795 statistical tests, simulation tools, distance and similarity measures, and
13796 several spatial methods. A range of both empirical and simulated datasets is
13797 also provided to illustrate various methods.")
13798 (license license:gpl2+)))
13799
13800 (define-public r-pegas
13801 (package
13802 (name "r-pegas")
13803 (version "0.13")
13804 (source
13805 (origin
13806 (method url-fetch)
13807 (uri (cran-uri "pegas" version))
13808 (sha256
13809 (base32 "002i7s4g0nhnq0v05gs0yssqiyhpq2f7rw2rhn31hsbgxc86frvy"))))
13810 (build-system r-build-system)
13811 (propagated-inputs
13812 `(("r-adegenet" ,r-adegenet)
13813 ("r-ape" ,r-ape)))
13814 (home-page "http://ape-package.ird.fr/pegas.html")
13815 (synopsis "Population and evolutionary genetics analysis system")
13816 (description
13817 "This package provides functions for reading, writing, plotting,
13818 analysing, and manipulating allelic and haplotypic data, including from VCF
13819 files, and for the analysis of population nucleotide sequences and
13820 micro-satellites including coalescent analyses, linkage disequilibrium,
13821 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
13822 minimum spanning tree and network, and median-joining networks.")
13823 (license license:gpl2+)))
13824
13825 (define-public r-rmetasim
13826 (package
13827 (name "r-rmetasim")
13828 (version "3.1.14")
13829 (source
13830 (origin
13831 (method url-fetch)
13832 (uri (cran-uri "rmetasim" version))
13833 (sha256
13834 (base32
13835 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
13836 (build-system r-build-system)
13837 (propagated-inputs
13838 `(("r-ade4" ,r-ade4)
13839 ("r-adegenet" ,r-adegenet)
13840 ("r-gtools" ,r-gtools)
13841 ("r-pegas" ,r-pegas)))
13842 (home-page "https://cran.r-project.org/web/packages/rmetasim")
13843 (synopsis "Individual-based population genetic simulation environment")
13844 (description
13845 "This package provides an interface between R and the metasim simulation
13846 engine. The simulation environment is documented in: Strand, A.(2002),
13847 Metasim 1.0: an individual-based environment for simulating population
13848 genetics of complex population dynamics.")
13849 ;; Any GPL version
13850 (license license:gpl2+)))
13851
13852 (define-public r-genetics
13853 (package
13854 (name "r-genetics")
13855 (version "1.3.8.1.2")
13856 (source
13857 (origin
13858 (method url-fetch)
13859 (uri (cran-uri "genetics" version))
13860 (sha256
13861 (base32
13862 "1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
13863 (build-system r-build-system)
13864 (propagated-inputs
13865 `(("r-combinat" ,r-combinat)
13866 ("r-gdata" ,r-gdata)
13867 ("r-gtools" ,r-gtools)
13868 ("r-mass" ,r-mass)
13869 ("r-mvtnorm" ,r-mvtnorm)))
13870 (home-page "https://cran.r-project.org/web/packages/genetics/")
13871 (synopsis "Population genetics")
13872 (description
13873 "This package provides classes and methods for handling genetic data.
13874 It includes classes to represent genotypes and haplotypes at single markers up
13875 to multiple markers on multiple chromosomes. Function include allele
13876 frequencies, flagging homo/heterozygotes, flagging carriers of certain
13877 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
13878 and testing for linkage disequilibrium, ...")
13879 ;; Any GPL version.
13880 (license license:gpl2+)))
13881
13882 (define-public r-snp-plotter
13883 (package
13884 (name "r-snp-plotter")
13885 (version "0.5.1")
13886 (source
13887 (origin
13888 (method url-fetch)
13889 (uri (cran-uri "snp.plotter" version))
13890 (sha256
13891 (base32
13892 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
13893 (properties `((upstream-name . "snp.plotter")))
13894 (build-system r-build-system)
13895 (propagated-inputs `(("r-genetics" ,r-genetics)))
13896 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
13897 (synopsis "Plot p-values using single SNP and/or haplotype data")
13898 (description
13899 "This package helps you create plots of p-values using single SNP and/or
13900 haplotype data. Main features of the package include options to display a
13901 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
13902 datasets simultaneously. Plots can be created using global and/or individual
13903 haplotype p-values along with single SNP p-values. Images are created as
13904 either PDF/EPS files.")
13905 (license license:gpl2+)))
13906
13907 (define-public r-polspline
13908 (package
13909 (name "r-polspline")
13910 (version "1.1.19")
13911 (source
13912 (origin
13913 (method url-fetch)
13914 (uri (cran-uri "polspline" version))
13915 (sha256
13916 (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
13917 (build-system r-build-system)
13918 (native-inputs `(("gfortran" ,gfortran)))
13919 (home-page "https://cran.r-project.org/web/packages/polspline/")
13920 (synopsis "Polynomial spline routines")
13921 (description
13922 "This package provides routines for the polynomial spline fitting
13923 routines hazard regression, hazard estimation with flexible tails, logspline,
13924 lspec, polyclass, and polymars.")
13925 (license license:gpl2+)))
13926
13927 (define-public r-rms
13928 (package
13929 (name "r-rms")
13930 (version "6.0-0")
13931 (source
13932 (origin
13933 (method url-fetch)
13934 (uri (cran-uri "rms" version))
13935 (sha256
13936 (base32 "0m88m63d19qz03x8v56h4rrblln3d2943spi1v4wxxnbcdk22np9"))))
13937 (build-system r-build-system)
13938 (propagated-inputs
13939 `(("r-cluster" ,r-cluster)
13940 ("r-digest" ,r-digest)
13941 ("r-ggplot2" ,r-ggplot2)
13942 ("r-hmisc" ,r-hmisc)
13943 ("r-htmltable" ,r-htmltable)
13944 ("r-htmltools" ,r-htmltools)
13945 ("r-lattice" ,r-lattice)
13946 ("r-mass" ,r-mass)
13947 ("r-multcomp" ,r-multcomp)
13948 ("r-nlme" ,r-nlme)
13949 ("r-polspline" ,r-polspline)
13950 ("r-quantreg" ,r-quantreg)
13951 ("r-rpart" ,r-rpart)
13952 ("r-sparsem" ,r-sparsem)
13953 ("r-survival" ,r-survival)))
13954 (native-inputs `(("gfortran" ,gfortran)))
13955 (home-page "http://biostat.mc.vanderbilt.edu/rms")
13956 (synopsis "Regression modeling strategies")
13957 (description
13958 "This is a package for regression modeling, testing, estimation,
13959 validation, graphics, prediction, and typesetting by storing enhanced model
13960 design attributes in the fit. The rms package is a collection of functions
13961 that assist with and streamline modeling. It also contains functions for
13962 binary and ordinal logistic regression models, ordinal models for continuous Y
13963 with a variety of distribution families, and the Buckley-James multiple
13964 regression model for right-censored responses, and implements penalized
13965 maximum likelihood estimation for logistic and ordinary linear models. The
13966 package works with almost any regression model, but it was especially written
13967 to work with binary or ordinal regression models, Cox regression, accelerated
13968 failure time models, ordinary linear models, the Buckley-James model,
13969 generalized least squares for serially or spatially correlated observations,
13970 generalized linear models, and quantile regression.")
13971 (license license:gpl2+)))
13972
13973 (define-public r-haplo-stats
13974 (package
13975 (name "r-haplo-stats")
13976 (version "1.7.9")
13977 (source
13978 (origin
13979 (method url-fetch)
13980 (uri (cran-uri "haplo.stats" version))
13981 (sha256
13982 (base32
13983 "19kxascqq5qz0zdxx0w837ji207y1z2ggxkl4vmlbay03k2dw2mx"))))
13984 (properties `((upstream-name . "haplo.stats")))
13985 (build-system r-build-system)
13986 (propagated-inputs
13987 `(("r-rms" ,r-rms)))
13988 (native-inputs
13989 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
13990 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
13991 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
13992 (description
13993 "This package provides routines for the analysis of indirectly measured
13994 haplotypes. The statistical methods assume that all subjects are unrelated
13995 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
13996 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
13997 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
13998 examples in the vignette.")
13999 (license license:gpl2+)))
14000
14001 (define-public r-bqtl
14002 (package
14003 (name "r-bqtl")
14004 (version "1.0-32")
14005 (source
14006 (origin
14007 (method url-fetch)
14008 (uri (cran-uri "bqtl" version))
14009 (sha256
14010 (base32
14011 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
14012 (build-system r-build-system)
14013 (native-inputs `(("gfortran" ,gfortran)))
14014 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
14015 (synopsis "Bayesian QTL mapping toolkit")
14016 (description
14017 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
14018 lines. It includes maximum likelihood and Bayesian tools.")
14019 (license license:gpl2+)))
14020
14021 (define-public r-ibdreg
14022 (package
14023 (name "r-ibdreg")
14024 (version "0.2.5")
14025 (source
14026 (origin
14027 (method url-fetch)
14028 (uri (cran-uri "ibdreg" version))
14029 (sha256
14030 (base32
14031 "1kaa5q1byi30wzr0mw4w2cv1ssxprzcwf91wrpqwkgcsdy7dkh2g"))))
14032 (build-system r-build-system)
14033 (home-page "https://www.mayo.edu/research/labs/\
14034 statistical-genetics-genetic-epidemiology/software")
14035 (synopsis "Regression methods for IBD linkage with covariates")
14036 (description
14037 "This package provides a method to test genetic linkage with covariates
14038 by regression methods with response IBD sharing for relative pairs. Account
14039 for correlations of IBD statistics and covariates for relative pairs within
14040 the same pedigree.")
14041 (license license:gpl2+)))
14042
14043 (define-public r-dlmap
14044 (package
14045 (name "r-dlmap")
14046 (version "1.13")
14047 (source
14048 (origin
14049 (method url-fetch)
14050 (uri (cran-uri "dlmap" version))
14051 (sha256
14052 (base32
14053 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
14054 (build-system r-build-system)
14055 (propagated-inputs
14056 `(("r-ibdreg" ,r-ibdreg)
14057 ("r-mgcv" ,r-mgcv)
14058 ("r-nlme" ,r-nlme)
14059 ("r-qtl" ,r-qtl)
14060 ("r-wgaim" ,r-wgaim)))
14061 (home-page "https://cran.r-project.org/web/packages/dlmap/")
14062 (synopsis "Detection localization mapping for QTL")
14063 (description
14064 "This is package for QTL mapping in a mixed model framework with separate
14065 detection and localization stages. The first stage detects the number of QTL
14066 on each chromosome based on the genetic variation due to grouped markers on
14067 the chromosome; the second stage uses this information to determine the most
14068 likely QTL positions. The mixed model can accommodate general fixed and
14069 random effects, including spatial effects in field trials and pedigree
14070 effects. It is applicable to backcrosses, doubled haploids, recombinant
14071 inbred lines, F2 intercrosses, and association mapping populations.")
14072 (license license:gpl2)))
14073
14074 (define-public r-ldheatmap
14075 (package
14076 (name "r-ldheatmap")
14077 (version "0.99-8")
14078 (source
14079 (origin
14080 (method url-fetch)
14081 (uri (cran-uri "LDheatmap" version))
14082 (sha256
14083 (base32
14084 "1x3da3rbhyqb2ddngi48qv7vzb6vc347n9qhryr70qgcc1xvqj4z"))))
14085 (properties `((upstream-name . "LDheatmap")))
14086 (build-system r-build-system)
14087 (propagated-inputs
14088 `(("r-genetics" ,r-genetics)
14089 ("r-rcpp" ,r-rcpp)
14090 ("r-snpstats" ,r-snpstats)))
14091 (home-page "https://stat.sfu.ca/statgen/research/ldheatmap.html")
14092 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
14093 (description
14094 "This package provides tools to produce a graphical display, as a heat
14095 map, of measures of pairwise linkage disequilibria between SNPs. Users may
14096 optionally include the physical locations or genetic map distances of each SNP
14097 on the plot.")
14098 (license license:gpl3)))
14099
14100 (define-public r-hwde
14101 (package
14102 (name "r-hwde")
14103 (version "0.67")
14104 (source
14105 (origin
14106 (method url-fetch)
14107 (uri (cran-uri "hwde" version))
14108 (sha256
14109 (base32
14110 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
14111 (build-system r-build-system)
14112 (home-page "https://cran.r-project.org/web/packages/hwde/")
14113 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
14114 (description
14115 "This package fits models for genotypic disequilibria, as described in
14116 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
14117 terms are available that account for first order interactions between loci.
14118 It also implements, for a single locus in a single population, a conditional
14119 exact test for Hardy-Weinberg equilibrium.")
14120 (license license:gpl2+)))
14121
14122 (define-public r-tdthap
14123 (package
14124 (name "r-tdthap")
14125 (version "1.1-11")
14126 (source
14127 (origin
14128 (method url-fetch)
14129 (uri (cran-uri "tdthap" version))
14130 (sha256
14131 (base32
14132 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
14133 (build-system r-build-system)
14134 (home-page "https://cran.r-project.org/web/packages/tdthap/")
14135 (synopsis "TDT tests for extended haplotypes")
14136 (description
14137 "Functions and examples are provided for transmission/disequilibrium
14138 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
14139 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
14140 (license license:artistic2.0)))
14141
14142 (define-public r-sparql
14143 (package
14144 (name "r-sparql")
14145 (version "1.16")
14146 (source (origin
14147 (method url-fetch)
14148 (uri (cran-uri "SPARQL" version))
14149 (sha256
14150 (base32
14151 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
14152 (properties `((upstream-name . "SPARQL")))
14153 (build-system r-build-system)
14154 (propagated-inputs
14155 `(("r-rcurl" ,r-rcurl)
14156 ("r-xml" ,r-xml)))
14157 (home-page "https://cran.r-project.org/web/packages/SPARQL")
14158 (synopsis "SPARQL client for R")
14159 (description "This package provides an interface to use SPARQL to pose
14160 SELECT or UPDATE queries to an end-point.")
14161 ;; The only license indication is found in the DESCRIPTION file,
14162 ;; which states GPL-3. So we cannot assume GPLv3+.
14163 (license license:gpl3)))
14164
14165 (define-public r-bookdown
14166 (package
14167 (name "r-bookdown")
14168 (version "0.20")
14169 (source (origin
14170 (method url-fetch)
14171 (uri (cran-uri "bookdown" version))
14172 (sha256
14173 (base32
14174 "0gnshkp1aj7f29sjkhzxn890hz39nwaqdln61x8apmrc658nacdg"))))
14175 (build-system r-build-system)
14176 (propagated-inputs
14177 `(("r-htmltools" ,r-htmltools)
14178 ("r-knitr" ,r-knitr)
14179 ("r-rmarkdown" ,r-rmarkdown)
14180 ("r-tinytex" ,r-tinytex)
14181 ("r-xfun" ,r-xfun)
14182 ("pandoc" ,ghc-pandoc)))
14183 (home-page "https://github.com/rstudio/bookdown")
14184 (synopsis "Authoring books and technical documents with R markdown")
14185 (description "This package provides output formats and utilities for
14186 authoring books and technical documents with R Markdown.")
14187 (license license:gpl3)))
14188
14189 (define-public r-optparse
14190 (package
14191 (name "r-optparse")
14192 (version "1.6.6")
14193 (source
14194 (origin
14195 (method url-fetch)
14196 (uri (cran-uri "optparse" version))
14197 (sha256
14198 (base32
14199 "1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
14200 (build-system r-build-system)
14201 (propagated-inputs
14202 `(("r-getopt" ,r-getopt)))
14203 (native-inputs
14204 `(("r-knitr" ,r-knitr)))
14205 (home-page "https://github.com/trevorld/optparse")
14206 (synopsis "Command line option parser")
14207 (description
14208 "This package provides a command line parser inspired by Python's
14209 @code{optparse} library to be used with Rscript to write shebang scripts
14210 that accept short and long options.")
14211 (license license:gpl2+)))
14212
14213 (define-public r-wgcna
14214 (package
14215 (name "r-wgcna")
14216 (version "1.69")
14217 (source
14218 (origin
14219 (method url-fetch)
14220 (uri (cran-uri "WGCNA" version))
14221 (sha256
14222 (base32
14223 "022hkprnrafvggi8pkjffkvk1qlnibmbbxxrni00wkrdbga5589f"))))
14224 (properties `((upstream-name . "WGCNA")))
14225 (build-system r-build-system)
14226 (propagated-inputs
14227 `(("r-annotationdbi" ,r-annotationdbi)
14228 ("r-doparallel" ,r-doparallel)
14229 ("r-dynamictreecut" ,r-dynamictreecut)
14230 ("r-fastcluster" ,r-fastcluster)
14231 ("r-foreach" ,r-foreach)
14232 ("r-go-db" ,r-go-db)
14233 ("r-hmisc" ,r-hmisc)
14234 ("r-impute" ,r-impute)
14235 ("r-rcpp" ,r-rcpp)
14236 ("r-survival" ,r-survival)
14237 ("r-matrixstats" ,r-matrixstats)
14238 ("r-preprocesscore" ,r-preprocesscore)))
14239 (home-page
14240 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
14241 (synopsis "Weighted correlation network analysis")
14242 (description
14243 "This package provides functions necessary to perform Weighted
14244 Correlation Network Analysis on high-dimensional data. It includes functions
14245 for rudimentary data cleaning, construction and summarization of correlation
14246 networks, module identification and functions for relating both variables and
14247 modules to sample traits. It also includes a number of utility functions for
14248 data manipulation and visualization.")
14249 (license license:gpl2+)))
14250
14251 (define-public r-kernlab
14252 (package
14253 (name "r-kernlab")
14254 (version "0.9-29")
14255 (source
14256 (origin
14257 (method url-fetch)
14258 (uri (cran-uri "kernlab" version))
14259 (sha256
14260 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
14261 (build-system r-build-system)
14262 (home-page "https://cran.r-project.org/web/packages/kernlab")
14263 (synopsis "Kernel-based machine learning tools")
14264 (description
14265 "This package provides kernel-based machine learning methods for
14266 classification, regression, clustering, novelty detection, quantile regression
14267 and dimensionality reduction. Among other methods @code{kernlab} includes
14268 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
14269 and a QP solver.")
14270 (license license:gpl2)))
14271
14272 (define-public r-hierfstat
14273 (package
14274 (name "r-hierfstat")
14275 (version "0.04-22")
14276 (source
14277 (origin
14278 (method url-fetch)
14279 (uri (cran-uri "hierfstat" version))
14280 (sha256
14281 (base32
14282 "1fav2v2996v5kb1ffa6v5wxfm921syxg6as034vd3j4jfhdibyfx"))))
14283 (build-system r-build-system)
14284 (propagated-inputs
14285 `(("r-ade4" ,r-ade4)
14286 ("r-adegenet" ,r-adegenet)
14287 ("r-gtools" ,r-gtools)))
14288 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
14289 (synopsis "Estimation and tests of hierarchical F-statistics")
14290 (description
14291 "This package allows the estimation of hierarchical F-statistics from
14292 haploid or diploid genetic data with any numbers of levels in the hierarchy,
14293 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
14294 are also given to test via randomisations the significance of each F and
14295 variance components, using the likelihood-ratio statistics G.")
14296 (license license:gpl2+)))
14297
14298 (define-public r-hapassoc
14299 (package
14300 (name "r-hapassoc")
14301 (version "1.2-8")
14302 (source
14303 (origin
14304 (method url-fetch)
14305 (uri (cran-uri "hapassoc" version))
14306 (sha256
14307 (base32
14308 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
14309 (build-system r-build-system)
14310 (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html")
14311 (synopsis "Inference of trait associations with SNP haplotypes")
14312 (description
14313 "Hapassoc performs likelihood inference of trait associations with
14314 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
14315 functions are developed primarily for data collected in cohort or
14316 cross-sectional studies. They can accommodate uncertain haplotype phase and
14317 handle missing genotypes at some SNPs.")
14318 (license license:gpl2)))
14319
14320 (define-public r-sampling
14321 (package
14322 (name "r-sampling")
14323 (version "2.8")
14324 (source
14325 (origin
14326 (method url-fetch)
14327 (uri (cran-uri "sampling" version))
14328 (sha256
14329 (base32
14330 "06pj7dan0mknpsblmlnk7am78qrnwgnql5vvx7vmbfvib7rj6s9m"))))
14331 (build-system r-build-system)
14332 (propagated-inputs
14333 `(("r-lpsolve" ,r-lpsolve)
14334 ("r-mass" ,r-mass)))
14335 (home-page "https://cran.r-project.org/web/packages/sampling/")
14336 (synopsis "Survey sampling")
14337 (description
14338 "This package provides functions for drawing and calibrating samples.")
14339 (license license:gpl2+)))
14340
14341 (define-public r-r2html
14342 (package
14343 (name "r-r2html")
14344 (version "2.3.2")
14345 (source
14346 (origin
14347 (method url-fetch)
14348 (uri (cran-uri "R2HTML" version))
14349 (sha256
14350 (base32
14351 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
14352 (properties `((upstream-name . "R2HTML")))
14353 (build-system r-build-system)
14354 (home-page "https://github.com/nalimilan/R2HTML")
14355 (synopsis "HTML export for R objects")
14356 (description
14357 "This package includes HTML functions and methods to write in an HTML
14358 file. Thus, making HTML reports is easy. It includes a function that allows
14359 redirection on the fly, which appears to be very useful for teaching purposes,
14360 as the student can keep a copy of the produced output to keep all that they
14361 did during the course. The package comes with a vignette describing how to
14362 write HTML reports for statistical analysis. Finally, a driver for Sweave
14363 parses HTML flat files containing R code and to automatically write
14364 the corresponding outputs (tables and graphs).")
14365 (license license:gpl2+)))
14366
14367 (define-public r-rjava
14368 (package
14369 (name "r-rjava")
14370 (version "0.9-12")
14371 (source
14372 (origin
14373 (method url-fetch)
14374 (uri (cran-uri "rJava" version))
14375 (sha256
14376 (base32
14377 "03vv0pj6san03c51iyqsyb1rwh3097dfpl2s8iswzzmc7k3shj12"))))
14378 (properties `((upstream-name . "rJava")))
14379 (build-system r-build-system)
14380 (arguments
14381 `(#:modules ((guix build utils)
14382 (guix build r-build-system)
14383 (ice-9 match))
14384 #:phases
14385 (modify-phases %standard-phases
14386 (add-after 'unpack 'set-JAVA_HOME
14387 (lambda* (#:key inputs #:allow-other-keys)
14388 (let ((jdk (assoc-ref inputs "jdk")))
14389 (setenv "JAVA_HOME" jdk)
14390 (setenv "JAVA" (which "java"))
14391 (setenv "JAR" (which "jar"))
14392 (setenv "JAVAC" (which "javac"))
14393 (setenv "JAVAH" (which "javah"))
14394 (setenv "JAVA_CPPFLAGS"
14395 (string-append "-I" jdk "/include "
14396 "-I" jdk "/include/linux"))
14397 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
14398 ((lib) (setenv "JAVA_LIBS" lib))
14399 (_ (error "Could not find libjvm.so"))))
14400 #t)))))
14401 (inputs
14402 `(("icu4c" ,icu4c)
14403 ("jdk" ,icedtea-8 "jdk")
14404 ("pcre" ,pcre)
14405 ("zlib" ,zlib)))
14406 (home-page "https://www.rforge.net/rJava/")
14407 (synopsis "Low-Level R to Java interface")
14408 (description
14409 "This package provides a low-level interface to the Java VM very much
14410 like .C/.Call and friends. It allows the creation of objects, calling methods
14411 and accessing fields.")
14412 (license license:gpl2)))
14413
14414 (define-public r-svmisc
14415 (package
14416 (name "r-svmisc")
14417 (version "1.1.0")
14418 (source
14419 (origin
14420 (method url-fetch)
14421 (uri (cran-uri "svMisc" version))
14422 (sha256
14423 (base32
14424 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
14425 (properties `((upstream-name . "svMisc")))
14426 (build-system r-build-system)
14427 (home-page "https://github.com/SciViews/svMisc")
14428 (synopsis "Miscellaneous functions for SciViews")
14429 (description
14430 "This package provides miscellaneous functions for SciViews or general
14431 use, including tools to manage a temporary environment attached to the search
14432 path for temporary variables you do not want to @code{save()} or
14433 @code{load()}; test the current platform; showing progress bars, etc.")
14434 (license license:gpl2)))
14435
14436 (define-public r-xyz
14437 (package
14438 (name "r-xyz")
14439 (version "0.2")
14440 (source
14441 (origin
14442 (method url-fetch)
14443 (uri (cran-uri "xyz" version))
14444 (sha256
14445 (base32
14446 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
14447 (build-system r-build-system)
14448 (propagated-inputs
14449 `(("r-rcpp" ,r-rcpp)))
14450 (home-page "https://cran.r-project.org/web/packages/xyz/")
14451 (synopsis "Algorithm for fast interaction search in high-dimensional data")
14452 (description
14453 "High dimensional interaction search by brute force requires a quadratic
14454 computational cost in the number of variables. The xyz algorithm provably
14455 finds strong interactions in almost linear time. For details of the algorithm
14456 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
14457 interaction search in high-dimensional data.")
14458 ;; Any version of the GPL.
14459 (license license:gpl2+)))
14460
14461 (define-public r-rttf2pt1
14462 (package
14463 (name "r-rttf2pt1")
14464 (version "1.3.8")
14465 (source
14466 (origin
14467 (method url-fetch)
14468 (uri (cran-uri "Rttf2pt1" version))
14469 (sha256
14470 (base32
14471 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
14472 (properties `((upstream-name . "Rttf2pt1")))
14473 (build-system r-build-system)
14474 (home-page "https://github.com/wch/Rttf2pt1")
14475 (synopsis "Font conversion utility")
14476 (description
14477 "This package contains the program @code{ttf2pt1}, for use with the
14478 @code{extrafont} package.")
14479 ;; Most of the files are covered under the Expat license. Some files are
14480 ;; covered under BSD-3. Deviations for individual files are recorded in
14481 ;; the LICENSE file.
14482 (license (list license:bsd-3 license:expat
14483 (license:non-copyleft "file://LICENSE")))))
14484
14485 (define-public r-extrafontdb
14486 (package
14487 (name "r-extrafontdb")
14488 (version "1.0")
14489 (source
14490 (origin
14491 (method url-fetch)
14492 (uri (cran-uri "extrafontdb" version))
14493 (sha256
14494 (base32
14495 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
14496 (build-system r-build-system)
14497 (home-page "https://github.com/wch/extrafontdb")
14498 (synopsis "Database for the extrafont package")
14499 (description
14500 "This package holds the database for the @code{extrafont} package.")
14501 (license license:gpl2)))
14502
14503 (define-public r-extrafont
14504 (package
14505 (name "r-extrafont")
14506 (version "0.17")
14507 (source
14508 (origin
14509 (method url-fetch)
14510 (uri (cran-uri "extrafont" version))
14511 (sha256
14512 (base32
14513 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
14514 (build-system r-build-system)
14515 (propagated-inputs
14516 `(("r-extrafontdb" ,r-extrafontdb)
14517 ("r-rttf2pt1" ,r-rttf2pt1)))
14518 (home-page "https://github.com/wch/extrafont")
14519 (synopsis "Tools for using fonts in R")
14520 (description
14521 "The extrafont package makes it easier to use fonts other than the basic
14522 PostScript fonts that R uses. Fonts that are imported into extrafont can be
14523 used with PDF or PostScript output files. There are two hurdles for using
14524 fonts in PDF (or Postscript) output files:
14525
14526 @enumerate
14527 @item Making R aware of the font and the dimensions of the characters.
14528 @item Embedding the fonts in the PDF file so that the PDF can be displayed
14529 properly on a device that doesn't have the font. This is usually needed if
14530 you want to print the PDF file or share it with others.
14531 @end enumerate
14532
14533 The extrafont package makes both of these things easier.")
14534 (license license:gpl2)))
14535
14536 (define-public r-xkcd
14537 (package
14538 (name "r-xkcd")
14539 (version "0.0.6")
14540 (source
14541 (origin
14542 (method url-fetch)
14543 (uri (cran-uri "xkcd" version))
14544 (sha256
14545 (base32
14546 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
14547 (build-system r-build-system)
14548 (propagated-inputs
14549 `(("r-extrafont" ,r-extrafont)
14550 ("r-ggplot2" ,r-ggplot2)
14551 ("r-hmisc" ,r-hmisc)))
14552 (home-page "https://cran.r-project.org/web/packages/xkcd/")
14553 (synopsis "Plot ggplot2 graphics in the XKCD style")
14554 (description
14555 "This package provides the means to plot ggplot2 graphs in the style of
14556 the XKCD web comic.")
14557 (license license:gpl3)))
14558
14559 (define-public r-msigdbr
14560 (package
14561 (name "r-msigdbr")
14562 (version "7.1.1")
14563 (source
14564 (origin
14565 (method url-fetch)
14566 (uri (cran-uri "msigdbr" version))
14567 (sha256
14568 (base32
14569 "0jvi49qa7616s58p0rx66pcw7h12rc8kgcg9225jk7pc3934hnzh"))))
14570 (build-system r-build-system)
14571 (propagated-inputs
14572 `(("r-dplyr" ,r-dplyr)
14573 ("r-magrittr" ,r-magrittr)
14574 ("r-rlang" ,r-rlang)
14575 ("r-tibble" ,r-tibble)))
14576 (native-inputs
14577 `(("r-knitr" ,r-knitr)))
14578 (home-page "https://github.com/igordot/msigdbr")
14579 (synopsis "MSigDB gene sets for multiple organisms")
14580 (description
14581 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
14582 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
14583 software in a standard R data frame with key-value pairs. Included are the
14584 original human gene symbols and Entrez IDs as well as the equivalents for
14585 various frequently studied model organisms such as mouse, rat, pig, fly, and
14586 yeast.")
14587 ;; The package is covered under the Expat license, but the upstream MSigDB
14588 ;; files are made available under the Creative Commons Attribution 4.0
14589 ;; International license.
14590 (license (list license:expat license:cc-by4.0))))
14591
14592 (define-public r-gridgraphics
14593 (package
14594 (name "r-gridgraphics")
14595 (version "0.5-0")
14596 (source
14597 (origin
14598 (method url-fetch)
14599 (uri (cran-uri "gridGraphics" version))
14600 (sha256
14601 (base32
14602 "0rlyc3xk8kfrfzbfd8n4javq3yxqd7lsfmi4q5n6s61srnrl6c1r"))))
14603 (properties `((upstream-name . "gridGraphics")))
14604 (build-system r-build-system)
14605 (home-page "https://github.com/pmur002/gridgraphics")
14606 (synopsis "Redraw base graphics using @code{grid} graphics")
14607 (description
14608 "This package provides functions to convert a page of plots drawn with
14609 the @code{graphics} package into identical output drawn with the @code{grid}
14610 package. The result looks like the original @code{graphics}-based plot, but
14611 consists of @code{grid} grobs and viewports that can then be manipulated with
14612 @code{grid} functions (e.g., edit grobs and revisit viewports).")
14613 (license license:gpl2+)))
14614
14615 (define-public r-farver
14616 (package
14617 (name "r-farver")
14618 (version "2.0.3")
14619 (source
14620 (origin
14621 (method url-fetch)
14622 (uri (cran-uri "farver" version))
14623 (sha256
14624 (base32
14625 "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
14626 (build-system r-build-system)
14627 (home-page "https://github.com/thomasp85/farver")
14628 (synopsis "Vectorized color conversion and comparison")
14629 (description
14630 "The encoding of color can be handled in many different ways, using
14631 different color spaces. As different color spaces have different uses,
14632 efficient conversion between these representations are important. This
14633 package provides a set of functions that gives access to very fast color space
14634 conversion and comparisons implemented in C++, and offers 100-fold speed
14635 improvements over the @code{convertColor} function in the @code{grDevices}
14636 package.")
14637 (license license:expat)))
14638
14639 (define-public r-ggplotify
14640 (package
14641 (name "r-ggplotify")
14642 (version "0.0.5")
14643 (source
14644 (origin
14645 (method url-fetch)
14646 (uri (cran-uri "ggplotify" version))
14647 (sha256
14648 (base32
14649 "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
14650 (build-system r-build-system)
14651 (propagated-inputs
14652 `(("r-ggplot2" ,r-ggplot2)
14653 ("r-gridgraphics" ,r-gridgraphics)
14654 ("r-rvcheck" ,r-rvcheck)))
14655 (native-inputs
14656 `(("r-knitr" ,r-knitr)))
14657 (home-page "https://github.com/GuangchuangYu/ggplotify")
14658 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
14659 (description
14660 "This package provides tools to convert plot function calls (using
14661 expression or formula) to @code{grob} or @code{ggplot} objects that are
14662 compatible with the @code{grid} and @code{ggplot2} environment. With this
14663 package, we are able to e.g. use @code{cowplot} to align plots produced by
14664 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
14665 converting them to @code{ggplot} objects.")
14666 (license license:artistic2.0)))
14667
14668 (define-public r-triebeard
14669 (package
14670 (name "r-triebeard")
14671 (version "0.3.0")
14672 (source
14673 (origin
14674 (method url-fetch)
14675 (uri (cran-uri "triebeard" version))
14676 (sha256
14677 (base32
14678 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
14679 (build-system r-build-system)
14680 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
14681 (home-page "https://github.com/Ironholds/triebeard/")
14682 (synopsis "Radix trees in Rcpp")
14683 (description
14684 "Radix trees, or tries, are key-value data structures optimized for
14685 efficient lookups, similar in purpose to hash tables. This package provides
14686 an implementation of radix trees for use in R programming and in developing
14687 packages with Rcpp.")
14688 (license license:expat)))
14689
14690 (define-public r-tweenr
14691 (package
14692 (name "r-tweenr")
14693 (version "1.0.1")
14694 (source
14695 (origin
14696 (method url-fetch)
14697 (uri (cran-uri "tweenr" version))
14698 (sha256
14699 (base32
14700 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
14701 (build-system r-build-system)
14702 (propagated-inputs
14703 `(("r-farver" ,r-farver)
14704 ("r-magrittr" ,r-magrittr)
14705 ("r-rcpp" ,r-rcpp)
14706 ("r-rlang" ,r-rlang)))
14707 (home-page "https://github.com/thomasp85/tweenr")
14708 (synopsis "Interpolate data for smooth animations")
14709 (description
14710 "In order to create smooth animation between states of data, tweening is
14711 necessary. This package provides a range of functions for creating tweened
14712 data that can be used as basis for animation. Furthermore it adds a number of
14713 vectorized interpolaters for common R data types such as numeric, date and
14714 color.")
14715 (license license:expat)))
14716
14717 (define-public r-polyclip
14718 (package
14719 (name "r-polyclip")
14720 (version "1.10-0")
14721 (source
14722 (origin
14723 (method url-fetch)
14724 (uri (cran-uri "polyclip" version))
14725 (sha256
14726 (base32
14727 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
14728 (build-system r-build-system)
14729 (native-inputs `(("pkg-config" ,pkg-config)))
14730 (home-page "http://www.angusj.com/delphi/clipper.php")
14731 (synopsis "Polygon clipping")
14732 (description
14733 "This package provides an R port of the library Clipper. It performs
14734 polygon clipping operations (intersection, union, set minus, set difference)
14735 for polygonal regions of arbitrary complexity, including holes. It computes
14736 offset polygons (spatial buffer zones, morphological dilations, Minkowski
14737 dilations) for polygonal regions and polygonal lines. It computes the
14738 Minkowski Sum of general polygons. There is a function for removing
14739 self-intersections from polygon data.")
14740 (license license:boost1.0)))
14741
14742 (define-public r-urltools
14743 (package
14744 (name "r-urltools")
14745 (version "1.7.3")
14746 (source
14747 (origin
14748 (method url-fetch)
14749 (uri (cran-uri "urltools" version))
14750 (sha256
14751 (base32
14752 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
14753 (build-system r-build-system)
14754 (propagated-inputs
14755 `(("r-rcpp" ,r-rcpp)
14756 ("r-triebeard" ,r-triebeard)))
14757 (home-page "https://github.com/Ironholds/urltools/")
14758 (synopsis "Vectorized tools for URL handling and parsing")
14759 (description
14760 "This package provides a toolkit for all URL-handling needs, including
14761 encoding and decoding, parsing, parameter extraction and modification. All
14762 functions are designed to be both fast and entirely vectorized. It is
14763 intended to be useful for people dealing with web-related datasets, such as
14764 server-side logs, although may be useful for other situations involving large
14765 sets of URLs.")
14766 (license license:expat)))
14767
14768 (define-public r-ggforce
14769 (package
14770 (name "r-ggforce")
14771 (version "0.3.2")
14772 (source
14773 (origin
14774 (method url-fetch)
14775 (uri (cran-uri "ggforce" version))
14776 (sha256
14777 (base32
14778 "1lplxyq5bgx90dgaimhynpcywag1gp6vlsy7q52ay1nfc35qmkjc"))))
14779 (build-system r-build-system)
14780 (propagated-inputs
14781 `(("r-ggplot2" ,r-ggplot2)
14782 ("r-gtable" ,r-gtable)
14783 ("r-mass" ,r-mass)
14784 ("r-polyclip" ,r-polyclip)
14785 ("r-rcpp" ,r-rcpp)
14786 ("r-rcppeigen" ,r-rcppeigen)
14787 ("r-rlang" ,r-rlang)
14788 ("r-scales" ,r-scales)
14789 ("r-tidyselect" ,r-tidyselect)
14790 ("r-tweenr" ,r-tweenr)
14791 ("r-withr" ,r-withr)))
14792 (home-page "https://ggforce.data-imaginist.com")
14793 (synopsis "Accelerating ggplot2")
14794 (description
14795 "The aim of the ggplot2 package is to aid in visual data investigations.
14796 This focus has led to a lack of facilities for composing specialized plots.
14797 Thi package aims to be a collection of mainly new statistics and geometries
14798 that fills this gap.")
14799 (license license:expat)))
14800
14801 (define-public r-europepmc
14802 (package
14803 (name "r-europepmc")
14804 (version "0.4")
14805 (source
14806 (origin
14807 (method url-fetch)
14808 (uri (cran-uri "europepmc" version))
14809 (sha256
14810 (base32
14811 "174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
14812 (build-system r-build-system)
14813 (propagated-inputs
14814 `(("r-dplyr" ,r-dplyr)
14815 ("r-httr" ,r-httr)
14816 ("r-jsonlite" ,r-jsonlite)
14817 ("r-plyr" ,r-plyr)
14818 ("r-progress" ,r-progress)
14819 ("r-purrr" ,r-purrr)
14820 ("r-rlang" ,r-rlang)
14821 ("r-tibble" ,r-tibble)
14822 ("r-tidyr" ,r-tidyr)
14823 ("r-urltools" ,r-urltools)
14824 ("r-xml2" ,r-xml2)))
14825 (native-inputs
14826 `(("r-knitr" ,r-knitr)))
14827 (home-page "https://github.com/ropensci/europepmc/")
14828 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
14829 (description
14830 "This package provides an R Client for the
14831 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
14832 Service}. It gives access to both metadata on life science literature and
14833 open access full texts. Europe PMC indexes all PubMed content and other
14834 literature sources including Agricola, a bibliographic database of citations
14835 to the agricultural literature, or Biological Patents. In addition to
14836 bibliographic metadata, the client allows users to fetch citations and
14837 reference lists. Links between life-science literature and other EBI
14838 databases, including ENA, PDB or ChEMBL are also accessible.")
14839 (license license:gpl3)))
14840
14841 (define-public r-ggraph
14842 (package
14843 (name "r-ggraph")
14844 (version "2.0.3")
14845 (source
14846 (origin
14847 (method url-fetch)
14848 (uri (cran-uri "ggraph" version))
14849 (sha256
14850 (base32
14851 "1pz06j0za4p6dc3fqjzcw8bpym70bmnfcvpv1q34r74rnwzjdyvq"))))
14852 (build-system r-build-system)
14853 (propagated-inputs
14854 `(("r-digest" ,r-digest)
14855 ("r-dplyr" ,r-dplyr)
14856 ("r-ggforce" ,r-ggforce)
14857 ("r-ggplot2" ,r-ggplot2)
14858 ("r-ggrepel" ,r-ggrepel)
14859 ("r-graphlayouts" ,r-graphlayouts)
14860 ("r-gtable" ,r-gtable)
14861 ("r-igraph" ,r-igraph)
14862 ("r-mass" ,r-mass)
14863 ("r-rcpp" ,r-rcpp)
14864 ("r-rlang" ,r-rlang)
14865 ("r-scales" ,r-scales)
14866 ("r-tidygraph" ,r-tidygraph)
14867 ("r-viridis" ,r-viridis)))
14868 (native-inputs
14869 `(("r-knitr" ,r-knitr)))
14870 (home-page "https://cran.r-project.org/web/packages/ggraph/")
14871 (synopsis "Implementation of grammar of graphics for graphs and networks")
14872 (description
14873 "The grammar of graphics as implemented in ggplot2 is a poor fit for
14874 graph and network visualizations due to its reliance on tabular data input.
14875 The ggraph package is an extension of the ggplot2 API tailored to graph
14876 visualizations and provides the same flexible approach to building up plots
14877 layer by layer.")
14878 (license license:gpl3)))
14879
14880 (define-public r-varselrf
14881 (package
14882 (name "r-varselrf")
14883 (version "0.7-8")
14884 (source
14885 (origin
14886 (method url-fetch)
14887 (uri (cran-uri "varSelRF" version))
14888 (sha256
14889 (base32
14890 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
14891 (properties `((upstream-name . "varSelRF")))
14892 (build-system r-build-system)
14893 (propagated-inputs
14894 `(("r-randomforest" ,r-randomforest)))
14895 (home-page "https://www.ligarto.org/rdiaz/software/software")
14896 (synopsis "Variable selection using random forests")
14897 (description
14898 "This package provides tools for the variable selection from random
14899 forests using both backwards variable elimination (for the selection of small
14900 sets of non-redundant variables) and selection based on the importance
14901 spectrum (somewhat similar to scree plots; for the selection of large,
14902 potentially highly-correlated variables). The main applications are in
14903 high-dimensional data (e.g., microarray data, and other genomics and
14904 proteomics applications).")
14905 (license license:gpl2+)))
14906
14907 (define-public r-pamr
14908 (package
14909 (name "r-pamr")
14910 (version "1.56.1")
14911 (source
14912 (origin
14913 (method url-fetch)
14914 (uri (cran-uri "pamr" version))
14915 (sha256
14916 (base32
14917 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
14918 (build-system r-build-system)
14919 (propagated-inputs
14920 `(("r-cluster" ,r-cluster)
14921 ("r-survival" ,r-survival)))
14922 (native-inputs `(("gfortran" ,gfortran)))
14923 (home-page "https://cran.r-project.org/web/packages/pamr/")
14924 (synopsis "Prediction Analysis for Microarrays")
14925 (description
14926 "This package provides some functions for sample classification in
14927 microarrays.")
14928 (license license:gpl2)))
14929
14930 (define-public r-rda
14931 (package
14932 (name "r-rda")
14933 (version "1.0.2-2.1")
14934 (source
14935 (origin
14936 (method url-fetch)
14937 (uri (cran-uri "rda" version))
14938 (sha256
14939 (base32
14940 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
14941 (build-system r-build-system)
14942 (home-page "https://cran.r-project.org/web/packages/rda/")
14943 (synopsis "Shrunken centroids regularized discriminant analysis")
14944 (description
14945 "This package provides tools for shrunken centroids regularized
14946 discriminant analysis for the purpose of classifying high dimensional data.")
14947 (license license:gpl2+)))
14948
14949 (define-public r-ggvis
14950 (package
14951 (name "r-ggvis")
14952 (version "0.4.5")
14953 (source
14954 (origin
14955 (method url-fetch)
14956 (uri (cran-uri "ggvis" version))
14957 (sha256
14958 (base32
14959 "091i9f17912j8qcyxppjgwzjnyqj7769ixs9d2gjg6f2clskqdw2"))))
14960 (build-system r-build-system)
14961 (propagated-inputs
14962 `(("r-assertthat" ,r-assertthat)
14963 ("r-dplyr" ,r-dplyr)
14964 ("r-htmltools" ,r-htmltools)
14965 ("r-jsonlite" ,r-jsonlite)
14966 ("r-lazyeval" ,r-lazyeval)
14967 ("r-magrittr" ,r-magrittr)
14968 ("r-shiny" ,r-shiny)))
14969 (home-page "https://ggvis.rstudio.com/")
14970 (synopsis "Interactive grammar of graphics")
14971 (description
14972 "This package is a data visualization package for R providing an
14973 implementation of an interactive grammar of graphics, taking the best parts of
14974 ggplot2, combining them with the reactive framework of Shiny and drawing web
14975 graphics using Vega.")
14976 (license license:gpl2)))
14977
14978 (define-public r-gbm
14979 (package
14980 (name "r-gbm")
14981 (version "2.1.5")
14982 (source
14983 (origin
14984 (method url-fetch)
14985 (uri (cran-uri "gbm" version))
14986 (sha256
14987 (base32
14988 "0vs6ljaqhwwpgr8wlbhmm4v147rd82kl16rpaijqiylxcc8dxyq6"))))
14989 (build-system r-build-system)
14990 (propagated-inputs
14991 `(("r-gridextra" ,r-gridextra)
14992 ("r-lattice" ,r-lattice)
14993 ("r-survival" ,r-survival)))
14994 (home-page "https://github.com/gbm-developers/gbm")
14995 (synopsis "Generalized boosted regression models")
14996 (description
14997 "This package is an implementation of extensions to Freund and Schapire's
14998 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
14999 regression methods for least squares, absolute loss, t-distribution loss,
15000 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
15001 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
15002 and Learning to Rank measures (LambdaMart).")
15003 (license license:gpl2+)))
15004
15005 (define-public r-threejs
15006 (package
15007 (name "r-threejs")
15008 (version "0.3.3")
15009 (source
15010 (origin
15011 (method url-fetch)
15012 (uri (cran-uri "threejs" version))
15013 (sha256
15014 (base32
15015 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
15016 (build-system r-build-system)
15017 (arguments
15018 `(#:modules ((guix build utils)
15019 (guix build r-build-system)
15020 (srfi srfi-1)
15021 (ice-9 popen))
15022 #:phases
15023 (modify-phases %standard-phases
15024 (add-after 'unpack 'process-javascript
15025 (lambda* (#:key inputs #:allow-other-keys)
15026 (with-directory-excursion "inst"
15027 (call-with-values
15028 (lambda ()
15029 (unzip2
15030 `((,(assoc-ref inputs "js-jquery")
15031 "htmlwidgets/lib/jquery/jquery.min.js")
15032 (,(assoc-ref inputs "js-threejs-111")
15033 "htmlwidgets/lib/threejs-111/three.min.js"))))
15034 (lambda (sources targets)
15035 (for-each (lambda (source target)
15036 (format #t "Processing ~a --> ~a~%"
15037 source target)
15038 (delete-file target)
15039 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
15040 (call-with-output-file target
15041 (lambda (port)
15042 (dump-port minified port)))))
15043 sources targets))))
15044 #t)))))
15045 (propagated-inputs
15046 `(("r-base64enc" ,r-base64enc)
15047 ("r-crosstalk" ,r-crosstalk)
15048 ("r-htmlwidgets" ,r-htmlwidgets)
15049 ("r-igraph" ,r-igraph)))
15050 (native-inputs
15051 `(("uglify-js" ,uglify-js)
15052 ("js-jquery"
15053 ,(origin
15054 (method url-fetch)
15055 (uri "https://code.jquery.com/jquery-1.12.4.js")
15056 (sha256
15057 (base32
15058 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
15059 ("js-threejs-111"
15060 ,(origin
15061 (method url-fetch)
15062 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
15063 (sha256
15064 (base32
15065 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
15066 (home-page "https://bwlewis.github.io/rthreejs")
15067 (synopsis "Interactive 3D scatter plots, networks and globes")
15068 (description
15069 "Create interactive 3D scatter plots, network plots, and globes in R
15070 using the three.js visualization library.")
15071 (license license:expat)))
15072
15073 (define-public r-mlbench
15074 (package
15075 (name "r-mlbench")
15076 (version "2.1-1")
15077 (source
15078 (origin
15079 (method url-fetch)
15080 (uri (cran-uri "mlbench" version))
15081 (sha256
15082 (base32
15083 "1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
15084 (build-system r-build-system)
15085 (home-page "https://cran.r-project.org/web/packages/mlbench/")
15086 (synopsis "Machine learning benchmark problems")
15087 (description
15088 "This package provides a collection of artificial and real-world machine
15089 learning benchmark problems, including, e.g., several data sets from the UCI
15090 repository.")
15091 (license license:gpl2)))
15092
15093 (define-public r-mpm
15094 (package
15095 (name "r-mpm")
15096 (version "1.0-22")
15097 (source
15098 (origin
15099 (method url-fetch)
15100 (uri (cran-uri "mpm" version))
15101 (sha256
15102 (base32
15103 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
15104 (build-system r-build-system)
15105 (propagated-inputs
15106 `(("r-kernsmooth" ,r-kernsmooth)
15107 ("r-mass" ,r-mass)))
15108 (home-page "http://mpm.r-forge.r-project.org")
15109 (synopsis "Multivariate projection methods")
15110 (description
15111 "This is a package for exploratory graphical analysis of multivariate
15112 data, specifically gene expression data with different projection methods:
15113 principal component analysis, correspondence analysis, spectral map
15114 analysis.")
15115 (license license:gpl2+)))
15116
15117 (define-public r-png
15118 (package
15119 (name "r-png")
15120 (version "0.1-7")
15121 (source (origin
15122 (method url-fetch)
15123 (uri (cran-uri "png" version))
15124 (sha256
15125 (base32
15126 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
15127 (build-system r-build-system)
15128 (inputs
15129 `(("libpng" ,libpng)
15130 ("zlib" ,zlib)))
15131 (home-page "https://www.rforge.net/png/")
15132 (synopsis "Read and write PNG images")
15133 (description
15134 "This package provides an easy and simple way to read, write and display
15135 bitmap images stored in the PNG format. It can read and write both files and
15136 in-memory raw vectors.")
15137 ;; Any of these GPL versions.
15138 (license (list license:gpl2 license:gpl3))))
15139
15140 (define-public r-ggcorrplot
15141 (package
15142 (name "r-ggcorrplot")
15143 (version "0.1.3")
15144 (source
15145 (origin
15146 (method url-fetch)
15147 (uri (cran-uri "ggcorrplot" version))
15148 (sha256
15149 (base32
15150 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
15151 (build-system r-build-system)
15152 (propagated-inputs
15153 `(("r-ggplot2" ,r-ggplot2)
15154 ("r-reshape2" ,r-reshape2)))
15155 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
15156 (synopsis "Visualization of a correlation matrix using ggplot2")
15157 (description
15158 "The ggcorrplot package can be used to visualize easily a correlation
15159 matrix using ggplot2. It provides a solution for reordering the correlation
15160 matrix and displays the significance level on the plot. It also includes a
15161 function for computing a matrix of correlation p-values.")
15162 (license license:gpl2)))
15163
15164 ;; This package includes minified JavaScript files. When upgrading please
15165 ;; check that there are no new minified JavaScript files.
15166 (define-public r-flexdashboard
15167 (package
15168 (name "r-flexdashboard")
15169 (version "0.5.2")
15170 (source
15171 (origin
15172 (method url-fetch)
15173 (uri (cran-uri "flexdashboard" version))
15174 (sha256
15175 (base32
15176 "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
15177 (modules '((guix build utils)))
15178 (snippet
15179 '(begin
15180 ;; Delete bundled minified JavaScript files
15181 (delete-file "inst/htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
15182 (delete-file "inst/www/sly/sly.min.js")
15183 (delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
15184 (delete-file "inst/www/prism/prism.js")
15185 #t))))
15186 (build-system r-build-system)
15187 (arguments
15188 `(#:modules ((guix build utils)
15189 (guix build r-build-system)
15190 (srfi srfi-1)
15191 (srfi srfi-26)
15192 (ice-9 popen)
15193 (ice-9 textual-ports))
15194 #:phases
15195 (modify-phases %standard-phases
15196 (add-after 'unpack 'process-javascript
15197 (lambda* (#:key inputs #:allow-other-keys)
15198 (with-directory-excursion "inst"
15199 ;; Concatenate all components of prism.js
15200 (let ((contents (string-join
15201 (map (lambda (name)
15202 (call-with-input-file
15203 (assoc-ref inputs name)
15204 get-string-all))
15205 (list "js-prism"
15206 "js-prism-r"
15207 "js-prism-line-numbers"))
15208 "\n")))
15209 (call-with-output-file "prism-src.js"
15210 (cut display contents <>)))
15211 (call-with-values
15212 (lambda ()
15213 (unzip2
15214 `(("www/stickytableheaders/jquery.stickytableheaders.js"
15215 "www/stickytableheaders/jquery.stickytableheaders.min.js")
15216 ("www/sly/sly.js"
15217 "www/sly/sly.min.js")
15218 ("prism-src.js"
15219 "www/prism/prism.js")
15220 (,(assoc-ref inputs "js-raphael")
15221 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
15222 (,(assoc-ref inputs "js-featherlight")
15223 "www/featherlight/featherlight.min.js"))))
15224 (lambda (sources targets)
15225 (for-each (lambda (source target)
15226 (format #t "Processing ~a --> ~a~%"
15227 source target)
15228 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
15229 (call-with-output-file target
15230 (lambda (port)
15231 (dump-port minified port)))))
15232 sources targets))))
15233 #t)))))
15234 (propagated-inputs
15235 `(("r-htmltools" ,r-htmltools)
15236 ("r-htmlwidgets" ,r-htmlwidgets)
15237 ("r-jsonlite" ,r-jsonlite)
15238 ("r-knitr" ,r-knitr)
15239 ("r-rmarkdown" ,r-rmarkdown)
15240 ("r-shiny" ,r-shiny)))
15241 (native-inputs
15242 `(("uglify-js" ,uglify-js)
15243 ("js-raphael"
15244 ,(origin
15245 (method url-fetch)
15246 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
15247 (sha256
15248 (base32
15249 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
15250 ("js-prism"
15251 ,(origin
15252 (method url-fetch)
15253 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
15254 (sha256
15255 (base32
15256 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
15257 ("js-prism-r"
15258 ,(origin
15259 (method url-fetch)
15260 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
15261 (sha256
15262 (base32
15263 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
15264 ("js-prism-line-numbers"
15265 ,(origin
15266 (method url-fetch)
15267 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
15268 (sha256
15269 (base32
15270 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
15271 ("js-featherlight"
15272 ,(origin
15273 (method url-fetch)
15274 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
15275 (sha256
15276 (base32
15277 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
15278 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
15279 (synopsis "R Markdown format for flexible dashboards")
15280 (description
15281 "This package provides an R Markdown format for converting an R Markdown
15282 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
15283 of its components to the containing web page.")
15284 (license license:expat)))
15285
15286 (define-public r-preseqr
15287 (package
15288 (name "r-preseqr")
15289 (version "4.0.0")
15290 (source
15291 (origin
15292 (method url-fetch)
15293 (uri (cran-uri "preseqR" version))
15294 (sha256
15295 (base32
15296 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
15297 (properties `((upstream-name . "preseqR")))
15298 (build-system r-build-system)
15299 (propagated-inputs
15300 `(("r-polynom" ,r-polynom)))
15301 (home-page "https://cran.r-project.org/web/packages/preseqR/")
15302 (synopsis "Predicting species accumulation curves")
15303 (description
15304 "This package can be used to predict the r-species accumulation
15305 curve (r-SAC), which is the number of species represented at least r times as
15306 a function of the sampling effort. When r = 1, the curve is known as the
15307 species accumulation curve, or the library complexity curve in high-throughput
15308 genomic sequencing. The package includes both parametric and nonparametric
15309 methods, as described by Deng C, et al. (2018).")
15310 (license license:gpl3)))
15311
15312 (define-public r-mapplots
15313 (package
15314 (name "r-mapplots")
15315 (version "1.5.1")
15316 (source
15317 (origin
15318 (method url-fetch)
15319 (uri (cran-uri "mapplots" version))
15320 (sha256
15321 (base32
15322 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
15323 (build-system r-build-system)
15324 (home-page "https://cran.r-project.org/web/packages/mapplots/")
15325 (synopsis "Data visualization on maps")
15326 (description
15327 "This package helps you create simple maps; add sub-plots like pie plots
15328 to a map or any other plot; format, plot and export gridded data. The package
15329 was developed for displaying fisheries data but most functions can be used for
15330 more generic data visualisation.")
15331 (license license:gpl2+)))
15332
15333 (define-public r-pmcmr
15334 (package
15335 (name "r-pmcmr")
15336 (version "4.3")
15337 (source
15338 (origin
15339 (method url-fetch)
15340 (uri (cran-uri "PMCMR" version))
15341 (sha256
15342 (base32
15343 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
15344 (properties `((upstream-name . "PMCMR")))
15345 (build-system r-build-system)
15346 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
15347 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
15348 (description
15349 "This is a deprecated package for calculating pairwise multiple
15350 comparisons of mean rank sums. This package is superseded by the novel
15351 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
15352 compatibility of dependent packages for some time.")
15353 (license license:gpl3+)))
15354
15355 (define-public r-downloader
15356 (package
15357 (name "r-downloader")
15358 (version "0.4")
15359 (source
15360 (origin
15361 (method url-fetch)
15362 (uri (cran-uri "downloader" version))
15363 (sha256
15364 (base32
15365 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
15366 (build-system r-build-system)
15367 (propagated-inputs
15368 `(("r-digest" ,r-digest)))
15369 (home-page "https://github.com/wch/downloader")
15370 (synopsis "Download files over HTTP and HTTPS")
15371 (description
15372 "This package provides a wrapper for the @code{download.file} function,
15373 making it possible to download files over HTTPS across platforms. The
15374 @code{RCurl} package provides this functionality (and much more) but has
15375 external dependencies. This package has is implemented purely in R.")
15376 (license license:gpl2)))
15377
15378 (define-public r-rex
15379 (package
15380 (name "r-rex")
15381 (version "1.2.0")
15382 (source
15383 (origin
15384 (method url-fetch)
15385 (uri (cran-uri "rex" version))
15386 (sha256
15387 (base32
15388 "0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
15389 (build-system r-build-system)
15390 (propagated-inputs
15391 `(("r-lazyeval" ,r-lazyeval)))
15392 (native-inputs
15393 `(("r-knitr" ,r-knitr)))
15394 (home-page "https://github.com/kevinushey/rex")
15395 (synopsis "Friendly regular expressions")
15396 (description
15397 "This package provides a friendly interface for the construction of
15398 regular expressions. Regular expressions are a very powerful feature, however
15399 they are often difficult to interpret. Rex allows you to build complex
15400 regular expressions from human readable expressions")
15401 (license license:expat)))
15402
15403 (define-public r-xmlparsedata
15404 (package
15405 (name "r-xmlparsedata")
15406 (version "1.0.3")
15407 (source
15408 (origin
15409 (method url-fetch)
15410 (uri (cran-uri "xmlparsedata" version))
15411 (sha256
15412 (base32
15413 "0gjr3l5z5dp276lchr2649as1rkj56d2mlvbr66yg393zzw50lsh"))))
15414 (properties `((upstream-name . "xmlparsedata")))
15415 (build-system r-build-system)
15416 (home-page "https://github.com/r-lib/xmlparsedata#readme")
15417 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
15418 (description
15419 "This package provides tools to convert the output of
15420 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
15421 @code{XPath}, and is easier to manipulate in general.")
15422 (license license:expat)))
15423
15424 (define-public r-cyclocomp
15425 (package
15426 (name "r-cyclocomp")
15427 (version "1.1.0")
15428 (source
15429 (origin
15430 (method url-fetch)
15431 (uri (cran-uri "cyclocomp" version))
15432 (sha256
15433 (base32
15434 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
15435 (properties `((upstream-name . "cyclocomp")))
15436 (build-system r-build-system)
15437 (propagated-inputs
15438 `(("r-callr" ,r-callr)
15439 ("r-crayon" ,r-crayon)
15440 ("r-desc" ,r-desc)
15441 ("r-remotes" ,r-remotes)
15442 ("r-withr" ,r-withr)))
15443 (home-page "https://github.com/MangoTheCat/cyclocomp")
15444 (synopsis "Cyclomatic complexity of R code")
15445 (description
15446 "Cyclomatic complexity is a software metric, used to indicate the
15447 complexity of a program. It is a quantitative measure of the number of
15448 linearly independent paths through a program's source code. This package
15449 provides tools to compute this metric.")
15450 (license license:expat)))
15451
15452 (define-public r-lintr
15453 (package
15454 (name "r-lintr")
15455 (version "2.0.1")
15456 (source
15457 (origin
15458 (method url-fetch)
15459 (uri (cran-uri "lintr" version))
15460 (sha256
15461 (base32
15462 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
15463 (properties `((upstream-name . "lintr")))
15464 (build-system r-build-system)
15465 (propagated-inputs
15466 `(("r-codetools" ,r-codetools)
15467 ("r-crayon" ,r-crayon)
15468 ("r-cyclocomp" ,r-cyclocomp)
15469 ("r-digest" ,r-digest)
15470 ("r-httr" ,r-httr)
15471 ("r-jsonlite" ,r-jsonlite)
15472 ("r-knitr" ,r-knitr)
15473 ("r-rex" ,r-rex)
15474 ("r-rstudioapi" ,r-rstudioapi)
15475 ("r-testthat" ,r-testthat)
15476 ("r-xml2" ,r-xml2)
15477 ("r-xmlparsedata" ,r-xmlparsedata)))
15478 (home-page "https://github.com/jimhester/lintr")
15479 (synopsis "Linter for R code")
15480 (description "This package checks adherence to a given style, syntax
15481 errors and possible semantic issues. It supports on the fly checking of R
15482 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
15483 (license license:expat)))
15484
15485 (define-public r-sctransform
15486 (package
15487 (name "r-sctransform")
15488 (version "0.2.1")
15489 (source
15490 (origin
15491 (method url-fetch)
15492 (uri (cran-uri "sctransform" version))
15493 (sha256
15494 (base32
15495 "07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn"))))
15496 (build-system r-build-system)
15497 (propagated-inputs
15498 `(("r-future-apply" ,r-future-apply)
15499 ("r-ggplot2" ,r-ggplot2)
15500 ("r-gridextra" ,r-gridextra)
15501 ("r-mass" ,r-mass)
15502 ("r-matrix" ,r-matrix)
15503 ("r-rcpp" ,r-rcpp)
15504 ("r-rcppeigen" ,r-rcppeigen)
15505 ("r-reshape2" ,r-reshape2)))
15506 (home-page "https://github.com/ChristophH/sctransform")
15507 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
15508 (description
15509 "This package provides a normalization method for single-cell UMI count
15510 data using a variance stabilizing transformation. The transformation is based
15511 on a negative binomial regression model with regularized parameters. As part
15512 of the same regression framework, this package also provides functions for
15513 batch correction, and data correction.")
15514 (license license:gpl3)))
15515
15516 (define-public r-styler
15517 (package
15518 (name "r-styler")
15519 (version "1.3.2")
15520 (source
15521 (origin
15522 (method url-fetch)
15523 (uri (cran-uri "styler" version))
15524 (sha256
15525 (base32
15526 "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
15527 (build-system r-build-system)
15528 (propagated-inputs
15529 `(("r-backports" ,r-backports)
15530 ("r-cli" ,r-cli)
15531 ("r-magrittr" ,r-magrittr)
15532 ("r-purrr" ,r-purrr)
15533 ("r-r-cache" ,r-r-cache)
15534 ("r-rematch2" ,r-rematch2)
15535 ("r-rlang" ,r-rlang)
15536 ("r-rprojroot" ,r-rprojroot)
15537 ("r-tibble" ,r-tibble)
15538 ("r-withr" ,r-withr)
15539 ("r-xfun" ,r-xfun)))
15540 (home-page "https://github.com/r-lib/styler")
15541 (synopsis "Non-invasive pretty printing of R code")
15542 (description
15543 "This is a package for pretty-printing R code without changing the user's
15544 formatting intent.")
15545 (license license:gpl3)))
15546
15547 (define-public r-scrime
15548 (package
15549 (name "r-scrime")
15550 (version "1.3.5")
15551 (source
15552 (origin
15553 (method url-fetch)
15554 (uri (cran-uri "scrime" version))
15555 (sha256
15556 (base32
15557 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
15558 (build-system r-build-system)
15559 (home-page "https://cran.r-project.org/web/packages/scrime/")
15560 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
15561 (description
15562 "This package provides tools for the analysis of high-dimensional data
15563 developed/implemented at the group \"Statistical Complexity Reduction In
15564 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
15565 the functions can also be applied to other types of categorical data.")
15566 (license license:gpl2)))
15567
15568 (define-public r-pbmcapply
15569 (package
15570 (name "r-pbmcapply")
15571 (version "1.5.0")
15572 (source
15573 (origin
15574 (method url-fetch)
15575 (uri (cran-uri "pbmcapply" version))
15576 (sha256
15577 (base32
15578 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
15579 (build-system r-build-system)
15580 (home-page "https://github.com/kvnkuang/pbmcapply")
15581 (synopsis "Track the progress of apply procedures with a progress bar")
15582 (description
15583 "This light-weight package helps you track and visualize the progress of
15584 parallel versions of vectorized R functions of the @code{mc*apply} family.")
15585 (license license:expat)))
15586
15587 (define-public r-blme
15588 (package
15589 (name "r-blme")
15590 (version "1.0-4")
15591 (source
15592 (origin
15593 (method url-fetch)
15594 (uri (cran-uri "blme" version))
15595 (sha256
15596 (base32
15597 "1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
15598 (build-system r-build-system)
15599 (propagated-inputs `(("r-lme4" ,r-lme4)))
15600 (home-page "https://github.com/vdorie/blme")
15601 (synopsis "Bayesian linear mixed-effects models")
15602 (description
15603 "This package provides tools for maximum a posteriori estimation for
15604 linear and generalized linear mixed-effects models in a Bayesian setting. It
15605 extends the lme4 package.")
15606 (license license:gpl2+)))
15607
15608 (define-public r-batchtools
15609 (package
15610 (name "r-batchtools")
15611 (version "0.9.13")
15612 (source
15613 (origin
15614 (method url-fetch)
15615 (uri (cran-uri "batchtools" version))
15616 (sha256
15617 (base32
15618 "02bwfinwgn5nl638997javig61jmr0ci0qybmprz13jnvmam1yns"))))
15619 (build-system r-build-system)
15620 (propagated-inputs
15621 `(("r-backports" ,r-backports)
15622 ("r-base64url" ,r-base64url)
15623 ("r-brew" ,r-brew)
15624 ("r-checkmate" ,r-checkmate)
15625 ("r-data-table" ,r-data-table)
15626 ("r-digest" ,r-digest)
15627 ("r-fs" ,r-fs)
15628 ("r-progress" ,r-progress)
15629 ("r-r6" ,r-r6)
15630 ("r-rappdirs" ,r-rappdirs)
15631 ("r-stringi" ,r-stringi)
15632 ("r-withr" ,r-withr)))
15633 (native-inputs
15634 `(("r-knitr" ,r-knitr)))
15635 (home-page "https://github.com/mllg/batchtools")
15636 (synopsis "Tools for computation on batch systems")
15637 (description
15638 "As a successor of the packages BatchJobs and BatchExperiments, this
15639 package provides a parallel implementation of the Map function for high
15640 performance computing systems managed by various schedulers. A multicore and
15641 socket mode allow the parallelization on a local machines, and multiple
15642 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
15643 the package provides an abstraction mechanism to define large-scale computer
15644 experiments in a well-organized and reproducible way.")
15645 (license license:lgpl3)))
15646
15647 (define-public r-clue
15648 (package
15649 (name "r-clue")
15650 (version "0.3-57")
15651 (source
15652 (origin
15653 (method url-fetch)
15654 (uri (cran-uri "clue" version))
15655 (sha256
15656 (base32
15657 "05rdcahawxlxci3fjxihjvvh33wqpxw50sx015165ab4nh3rsdkf"))))
15658 (build-system r-build-system)
15659 (propagated-inputs `(("r-cluster" ,r-cluster)))
15660 (home-page "https://cran.r-project.org/web/packages/clue/")
15661 (synopsis "Tools for analyzing cluster ensembles")
15662 (description "Cluster ensembles are collections of individual solutions to
15663 a given clustering problem which are useful or necessary to consider in a wide
15664 range of applications. This R package provides an extensible computational
15665 environment for creating and analyzing cluster ensembles, with basic data
15666 structures for representing partitions and hierarchies, and facilities for
15667 computing on them, including methods for measuring proximity and obtaining
15668 consensus and secondary clusterings.")
15669 (license license:gpl2)))
15670
15671 (define-public r-sitmo
15672 (package
15673 (name "r-sitmo")
15674 (version "2.0.1")
15675 (source
15676 (origin
15677 (method url-fetch)
15678 (uri (cran-uri "sitmo" version))
15679 (sha256
15680 (base32
15681 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
15682 (build-system r-build-system)
15683 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
15684 (home-page "https://github.com/coatless/sitmo/")
15685 (synopsis "Parallel pseudo random number generator header files")
15686 (description
15687 "This package provides two high quality and fast PPRNGs that may be used
15688 in an OpenMP parallel environment. In addition, there is a generator for one
15689 dimensional low-discrepancy sequence.")
15690 (license license:expat)))
15691
15692 (define-public r-dqrng
15693 (package
15694 (name "r-dqrng")
15695 (version "0.2.1")
15696 (source
15697 (origin
15698 (method url-fetch)
15699 (uri (cran-uri "dqrng" version))
15700 (sha256
15701 (base32
15702 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
15703 (build-system r-build-system)
15704 (propagated-inputs
15705 `(("r-bh" ,r-bh)
15706 ("r-rcpp" ,r-rcpp)
15707 ("r-sitmo" ,r-sitmo)))
15708 (home-page "https://www.daqana.org/dqrng")
15709 (synopsis "Fast pseudo random number generators")
15710 (description
15711 "Several fast random number generators are provided as C++ header-only
15712 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
15713 Additionally, fast functions for generating random numbers according to a
15714 uniform, normal and exponential distribution are included. The latter two use
15715 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
15716 functions are exported to R and as a C++ interface and are enabled for use
15717 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
15718 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
15719 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
15720 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
15721 ;; whole is distributed under the terms of the AGPL 3.
15722 (license license:agpl3)))
15723
15724 (define-public r-ingredients
15725 (package
15726 (name "r-ingredients")
15727 (version "1.3.0")
15728 (source
15729 (origin
15730 (method url-fetch)
15731 (uri (cran-uri "ingredients" version))
15732 (sha256
15733 (base32
15734 "1mp1rgi3nnr8mjddpbyi24zvqcbihz0d8np2j13cbjc089n6jci8"))))
15735 (properties `((upstream-name . "ingredients")))
15736 (build-system r-build-system)
15737 (propagated-inputs
15738 `(("r-ggplot2" ,r-ggplot2)
15739 ("r-gridextra" ,r-gridextra)
15740 ("r-scales" ,r-scales)))
15741 (native-inputs `(("r-knitr" ,r-knitr)))
15742 (home-page "https://ModelOriented.github.io/ingredients/")
15743 (synopsis "Effects and importances of model ingredients")
15744 (description
15745 "This is a collection of tools for assessment of feature importance and
15746 feature effects. Key functions are:
15747
15748 @itemize
15749 @item @code{feature_importance()} for assessment of global level feature
15750 importance,
15751 @item @code{ceteris_paribus()} for calculation of the what-if plots,
15752 @item @code{partial_dependence()} for partial dependence plots,
15753 @item @code{conditional_dependence()} for conditional dependence plots,
15754 @item @code{accumulated_dependence()} for accumulated local effects plots,
15755 @item @code{aggregate_profiles()} and @code{cluster_profiles()} for
15756 aggregation of ceteris paribus profiles,
15757 @item generic @code{print()} and @code{plot()} for better usability of
15758 selected explainers,
15759 @item generic @code{plotD3()} for interactive, D3 based explanations, and
15760 @item generic @code{describe()} for explanations in natural language.
15761 @end itemize\n")
15762 (license license:gpl3)))
15763
15764 (define-public r-ibreakdown
15765 (package
15766 (name "r-ibreakdown")
15767 (version "1.2.0")
15768 (source
15769 (origin
15770 (method url-fetch)
15771 (uri (cran-uri "iBreakDown" version))
15772 (sha256
15773 (base32
15774 "0y4zjpyn8j76jrs5phjzs5lfq3lqjspmrwcksqv9wq0rbdgh14vk"))))
15775 (properties `((upstream-name . "iBreakDown")))
15776 (build-system r-build-system)
15777 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
15778 (native-inputs `(("r-knitr" ,r-knitr)))
15779 (home-page "https://ModelOriented.github.io/iBreakDown/")
15780 (synopsis "Model agnostic instance level variable attributions")
15781 (description
15782 "This package provides a model agnostic tool for decomposition of
15783 predictions from black boxes. It supports additive attributions and
15784 attributions with interactions. The Break Down Table shows contributions of
15785 every variable to a final prediction. The Break Down Plot presents variable
15786 contributions in a concise graphical way. This package works for
15787 classification and regression models.")
15788 (license license:gpl3)))
15789
15790 (define-public r-dalex
15791 (package
15792 (name "r-dalex")
15793 (version "1.2.1")
15794 (source
15795 (origin
15796 (method url-fetch)
15797 (uri (cran-uri "DALEX" version))
15798 (sha256
15799 (base32
15800 "0lx8nasm1zgh1ckz8nw3ysp6xjv3dsj39hzhr6k3xhh6i8pm9rxk"))))
15801 (properties `((upstream-name . "DALEX")))
15802 (build-system r-build-system)
15803 (propagated-inputs
15804 `(("r-ggplot2" ,r-ggplot2)
15805 ("r-ibreakdown" ,r-ibreakdown)
15806 ("r-ingredients" ,r-ingredients)))
15807 (home-page "https://pbiecek.github.io/DALEX/")
15808 (synopsis "Descriptive machine learning explanations")
15809 (description
15810 "Machine Learning models are widely used and have various applications in
15811 classification or regression. Models created with boosting, bagging, stacking
15812 or similar techniques are often used due to their high performance, but such
15813 black-box models usually lack interpretability. The DALEX package contains
15814 various explainers that help to understand the link between input variables
15815 and model output.")
15816 ;; Any version of the GPL
15817 (license license:gpl3+)))
15818
15819 (define-public r-enrichr
15820 (package
15821 (name "r-enrichr")
15822 (version "2.1")
15823 (source
15824 (origin
15825 (method url-fetch)
15826 (uri (cran-uri "enrichR" version))
15827 (sha256
15828 (base32
15829 "0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
15830 (properties `((upstream-name . "enrichR")))
15831 (build-system r-build-system)
15832 (propagated-inputs
15833 `(("r-httr" ,r-httr)
15834 ("r-rjson" ,r-rjson)))
15835 (home-page "https://cran.r-project.org/web/packages/enrichR/")
15836 (synopsis "R Interface to Enrichr database for analyzing gene sets")
15837 (description
15838 "This package provides an R interface to all Enrichr databases, a
15839 web-based tool for analyzing gene sets and returns any enrichment of common
15840 annotated biological functions.")
15841 (license license:gpl2+)))
15842
15843 (define-public r-plot3d
15844 (package
15845 (name "r-plot3d")
15846 (version "1.3")
15847 (source
15848 (origin
15849 (method url-fetch)
15850 (uri (cran-uri "plot3D" version))
15851 (sha256
15852 (base32
15853 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
15854 (properties `((upstream-name . "plot3D")))
15855 (build-system r-build-system)
15856 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
15857 (home-page "https://cran.r-project.org/web/packages/plot3D")
15858 (synopsis "Plot multi-dimensional data")
15859 (description
15860 "This package provides functions for viewing 2D and 3D data, including
15861 perspective plots, slice plots, surface plots, scatter plots, etc. It
15862 includes data sets from oceanography.")
15863 (license license:gpl3+)))
15864
15865 (define-public r-ggfortify
15866 (package
15867 (name "r-ggfortify")
15868 (version "0.4.10")
15869 (source
15870 (origin
15871 (method url-fetch)
15872 (uri (cran-uri "ggfortify" version))
15873 (sha256
15874 (base32
15875 "0wmcwp63h90v3f00ixszvis4z28im621jickvc0wgi6qvjvnayq0"))))
15876 (build-system r-build-system)
15877 (propagated-inputs
15878 `(("r-dplyr" ,r-dplyr)
15879 ("r-ggplot2" ,r-ggplot2)
15880 ("r-gridextra" ,r-gridextra)
15881 ("r-scales" ,r-scales)
15882 ("r-stringr" ,r-stringr)
15883 ("r-tibble" ,r-tibble)
15884 ("r-tidyr" ,r-tidyr)))
15885 (native-inputs
15886 `(("r-knitr" ,r-knitr)))
15887 (home-page "https://github.com/sinhrks/ggfortify")
15888 (synopsis "Data visualization tools for statistical analysis results")
15889 (description
15890 "This package provides unified plotting tools for statistics commonly
15891 used, such as GLM, time series, PCA families, clustering and survival
15892 analysis. The package offers a single plotting interface for these analysis
15893 results and plots in a unified style using the @code{ggplot2} package.")
15894 (license license:gpl2)))
15895
15896 (define-public r-refmanager
15897 (package
15898 (name "r-refmanager")
15899 (version "1.2.12")
15900 (source
15901 (origin
15902 (method url-fetch)
15903 (uri (cran-uri "RefManageR" version))
15904 (sha256
15905 (base32
15906 "1hfxa1qacfryk36mpaqdhdgws5jwxiyy489ikd3wa18bp1wz8dkp"))))
15907 (properties `((upstream-name . "RefManageR")))
15908 (build-system r-build-system)
15909 (propagated-inputs
15910 `(("r-bibtex" ,r-bibtex)
15911 ("r-httr" ,r-httr)
15912 ("r-jsonlite" ,r-jsonlite)
15913 ("r-lubridate" ,r-lubridate)
15914 ("r-plyr" ,r-plyr)
15915 ("r-stringr" ,r-stringr)
15916 ("r-xml2" ,r-xml2)))
15917 (home-page "https://github.com/ropensci/RefManageR/")
15918 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
15919 (description
15920 "This package provides tools for importing and working with bibliographic
15921 references. It greatly enhances the @code{bibentry} class by providing a
15922 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
15923 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
15924 by various formats for name lists (author by last names, translator by full
15925 names, etc.). Entries can be updated, combined, sorted, printed in a number
15926 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
15927 into R and converted to @code{BibEntry} objects.")
15928 ;; Any of these licenses may be picked.
15929 (license (list license:gpl2 license:gpl3 license:bsd-3))))
15930
15931 (define-public r-citr
15932 (package
15933 (name "r-citr")
15934 (version "0.3.2")
15935 (source
15936 (origin
15937 (method url-fetch)
15938 (uri (cran-uri "citr" version))
15939 (sha256
15940 (base32
15941 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
15942 (build-system r-build-system)
15943 (propagated-inputs
15944 `(("r-assertthat" ,r-assertthat)
15945 ("r-curl" ,r-curl)
15946 ("r-httr" ,r-httr)
15947 ("r-miniui" ,r-miniui)
15948 ("r-refmanager" ,r-refmanager)
15949 ("r-rstudioapi" ,r-rstudioapi)
15950 ("r-shiny" ,r-shiny)
15951 ("r-shinyjs" ,r-shinyjs)
15952 ("r-yaml" ,r-yaml)))
15953 (home-page "https://github.com/crsh/citr")
15954 (synopsis "RStudio add-in to insert Markdown citations")
15955 (description
15956 "This package provides functions and an RStudio add-in that search a
15957 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
15958 the current document.")
15959 (license license:expat)))
15960
15961 (define-public r-xgboost
15962 (package
15963 (name "r-xgboost")
15964 (version "1.1.1.1")
15965 (source
15966 (origin
15967 (method url-fetch)
15968 (uri (cran-uri "xgboost" version))
15969 (sha256
15970 (base32
15971 "13njhcxljhbcs37ni6r5174fk8kx9b5p7rlw1an1ak3w92jn56cq"))))
15972 (build-system r-build-system)
15973 (propagated-inputs
15974 `(("r-data-table" ,r-data-table)
15975 ("r-magrittr" ,r-magrittr)
15976 ("r-matrix" ,r-matrix)
15977 ("r-stringi" ,r-stringi)))
15978 (native-inputs
15979 `(("r-knitr" ,r-knitr)))
15980 (home-page "https://github.com/dmlc/xgboost")
15981 (synopsis "Extreme gradient boosting")
15982 (description
15983 "This package provides an R interface to Extreme Gradient Boosting, which
15984 is an efficient implementation of the gradient boosting framework from Chen
15985 and Guestrin (2016). The package includes efficient linear model solver and
15986 tree learning algorithms. The package can automatically do parallel
15987 computation on a single machine. It supports various objective functions,
15988 including regression, classification and ranking. The package is made to be
15989 extensible, so that users are also allowed to define their own objectives
15990 easily.")
15991 (license license:asl2.0)))
15992
15993 (define-public r-umap
15994 (package
15995 (name "r-umap")
15996 (version "0.2.6.0")
15997 (source
15998 (origin
15999 (method url-fetch)
16000 (uri (cran-uri "umap" version))
16001 (sha256
16002 (base32
16003 "0zajn2sk705sckljxl5vz4q2sxpsqim2grmjq2jwwc8ysr1h2s9f"))))
16004 (build-system r-build-system)
16005 (propagated-inputs
16006 `(("r-openssl" ,r-openssl)
16007 ("r-rcpp" ,r-rcpp)
16008 ("r-reticulate" ,r-reticulate)
16009 ("r-rspectra" ,r-rspectra)))
16010 (native-inputs
16011 `(("r-knitr" ,r-knitr)))
16012 (home-page "https://github.com/tkonopka/umap")
16013 (synopsis "Uniform manifold approximation and projection")
16014 (description
16015 "Uniform manifold approximation and projection is a technique for
16016 dimension reduction. This package provides an interface to the UMAP algorithm
16017 in R, including a translation of the original algorithm into R.")
16018 (license license:expat)))
16019
16020 (define-public r-uwot
16021 (package
16022 (name "r-uwot")
16023 (version "0.1.8")
16024 (source
16025 (origin
16026 (method url-fetch)
16027 (uri (cran-uri "uwot" version))
16028 (sha256
16029 (base32
16030 "1jzh8r1h6f7pw7pb1fr32vn6ai9g10s56ahkq0vi77iznihy1rpd"))))
16031 (build-system r-build-system)
16032 (propagated-inputs
16033 `(("r-dqrng" ,r-dqrng)
16034 ("r-fnn" ,r-fnn)
16035 ("r-irlba" ,r-irlba)
16036 ("r-matrix" ,r-matrix)
16037 ("r-rcpp" ,r-rcpp)
16038 ("r-rcppannoy" ,r-rcppannoy)
16039 ("r-rcppprogress" ,r-rcppprogress)
16040 ("r-rspectra" ,r-rspectra)))
16041 (home-page "https://github.com/jlmelville/uwot")
16042 (synopsis "Uniform manifold approximation and projection")
16043 (description
16044 "This package provides an implementation of the Uniform Manifold
16045 Approximation and Projection dimensionality reduction by McInnes et
16046 al. (2018). It also provides means to transform new data and to carry out
16047 supervised dimensionality reduction. An implementation of the related
16048 LargeVis method of Tang et al. (2016) is also provided.")
16049 (license license:gpl3)))
16050
16051 (define-public r-kableextra
16052 (package
16053 (name "r-kableextra")
16054 (version "1.1.0")
16055 (source
16056 (origin
16057 (method url-fetch)
16058 (uri (cran-uri "kableExtra" version))
16059 (sha256
16060 (base32
16061 "1nicvw06xsf3a1f5c10mih07b76m2v5s5h165vmz0qx6n1a3492i"))))
16062 (properties `((upstream-name . "kableExtra")))
16063 (build-system r-build-system)
16064 (propagated-inputs
16065 `(("r-digest" ,r-digest)
16066 ("r-glue" ,r-glue)
16067 ("r-htmltools" ,r-htmltools)
16068 ("r-knitr" ,r-knitr)
16069 ("r-magrittr" ,r-magrittr)
16070 ("r-readr" ,r-readr)
16071 ("r-rmarkdown" ,r-rmarkdown)
16072 ("r-rstudioapi" ,r-rstudioapi)
16073 ("r-rvest" ,r-rvest)
16074 ("r-scales" ,r-scales)
16075 ("r-stringr" ,r-stringr)
16076 ("r-viridislite" ,r-viridislite)
16077 ("r-webshot" ,r-webshot)
16078 ("r-xml2" ,r-xml2)))
16079 (home-page "https://haozhu233.github.io/kableExtra/")
16080 (synopsis "Construct complex tables with pipe syntax")
16081 (description
16082 "Build complex HTML or LaTeX tables using @code{kable()} from
16083 @code{knitr} and the piping syntax from @code{magrittr}. The function
16084 @code{kable()} is a light weight table generator coming from @code{knitr}.
16085 This package simplifies the way to manipulate the HTML or LaTeX codes
16086 generated by @code{kable()} and allows users to construct complex tables and
16087 customize styles using a readable syntax.")
16088 (license license:expat)))
16089
16090 (define-public r-glasso
16091 (package
16092 (name "r-glasso")
16093 (version "1.11")
16094 (source
16095 (origin
16096 (method url-fetch)
16097 (uri (cran-uri "glasso" version))
16098 (sha256
16099 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
16100 (build-system r-build-system)
16101 (native-inputs `(("gfortran" ,gfortran)))
16102 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
16103 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
16104 (description
16105 "This is a package for estimation of a sparse inverse covariance matrix
16106 using a lasso (L1) penalty. Facilities are provided for estimates along a
16107 path of values for the regularization parameter.")
16108 (license license:gpl2)))
16109
16110 (define-public r-rhpcblasctl
16111 (package
16112 (name "r-rhpcblasctl")
16113 (version "0.20-137")
16114 (source
16115 (origin
16116 (method url-fetch)
16117 (uri (cran-uri "RhpcBLASctl" version))
16118 (sha256
16119 (base32
16120 "0vv144sgjhf7fazk633i16fc06g9k43syyxj1g34pi9gsgdcn0nv"))))
16121 (properties `((upstream-name . "RhpcBLASctl")))
16122 (build-system r-build-system)
16123 (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")
16124 (synopsis "Control the number of threads on BLAS")
16125 (description
16126 "This package allows you to control the number of threads the BLAS
16127 library uses. It is also possible to control the number of threads in
16128 OpenMP.")
16129 (license license:agpl3+)))
16130
16131 (define-public r-lda
16132 (package
16133 (name "r-lda")
16134 (version "1.4.2")
16135 (source
16136 (origin
16137 (method url-fetch)
16138 (uri (cran-uri "lda" version))
16139 (sha256
16140 (base32
16141 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
16142 (build-system r-build-system)
16143 (home-page "https://cran.r-project.org/web/packages/lda/")
16144 (synopsis "Collapsed Gibbs sampling methods for topic models")
16145 (description
16146 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
16147 related models. This includes (but is not limited to) sLDA, corrLDA, and the
16148 mixed-membership stochastic blockmodel. Inference for all of these models is
16149 implemented via a fast collapsed Gibbs sampler written in C. Utility
16150 functions for reading/writing data typically used in topic models, as well as
16151 tools for examining posterior distributions are also included.")
16152 ;; Any version of the LGPL
16153 (license license:lgpl3+)))
16154
16155 (define-public r-rann-l1
16156 (package
16157 (name "r-rann-l1")
16158 (version "2.5.2")
16159 (source
16160 (origin
16161 (method url-fetch)
16162 (uri (cran-uri "RANN.L1" version))
16163 (sha256
16164 (base32
16165 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
16166 (properties `((upstream-name . "RANN.L1")))
16167 (build-system r-build-system)
16168 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
16169 (synopsis "Fast nearest neighbour search using L1 metric")
16170 (description
16171 "This package provides tools to find the k nearest neighbours for every
16172 point in a given dataset in O(N log N) time using Arya and Mount's ANN
16173 library. There is support for approximate as well as exact searches, fixed
16174 radius searches and @code{bd} as well as @code{kd} trees. The distance is
16175 computed using the L1 (Manhattan, taxicab) metric.")
16176 (license license:gpl3+)))
16177
16178 (define-public r-leiden
16179 (package
16180 (name "r-leiden")
16181 (version "0.3.3")
16182 (source
16183 (origin
16184 (method url-fetch)
16185 (uri (cran-uri "leiden" version))
16186 (sha256
16187 (base32
16188 "1hh6bmbz6cpqwl4i94gxylgv9x92zbqdg81r8r4ymfy8c70f3df2"))))
16189 (properties `((upstream-name . "leiden")))
16190 (build-system r-build-system)
16191 (propagated-inputs
16192 `(("r-igraph" ,r-igraph)
16193 ("r-matrix" ,r-matrix)
16194 ("r-reticulate" ,r-reticulate)))
16195 (home-page "https://github.com/TomKellyGenetics/leiden")
16196 (synopsis "R implementation of Leiden clustering algorithm")
16197 (description
16198 "This package implements the Python @code{leidenalg} module to be called
16199 in R. It enables clustering using the Leiden algorithm for partitioning a
16200 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
16201 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
16202 (license license:gpl3)))
16203
16204 (define-public r-patchwork
16205 (package
16206 (name "r-patchwork")
16207 (version "1.0.1")
16208 (source
16209 (origin
16210 (method url-fetch)
16211 (uri (cran-uri "patchwork" version))
16212 (sha256
16213 (base32
16214 "0wm93a40idrkzn5hpnykhznvh7hdbfqw0dkzzn0zk83qlwyc9g02"))))
16215 (build-system r-build-system)
16216 (propagated-inputs
16217 `(("r-ggplot2" ,r-ggplot2)
16218 ("r-gtable" ,r-gtable)))
16219 (native-inputs
16220 `(("r-knitr" ,r-knitr)))
16221 (home-page "https://github.com/thomasp85/patchwork")
16222 (synopsis "Compose ggplot2 plots")
16223 (description
16224 "The @code{ggplot2} package provides a strong API for sequentially
16225 building up a plot, but does not concern itself with composition of multiple
16226 plots. Patchwork is a package that expands the API to allow for arbitrarily
16227 complex composition of plots by providing mathmatical operators for combining
16228 multiple plots.")
16229 (license license:expat)))
16230
16231 (define-public r-liger
16232 (package
16233 (name "r-liger")
16234 (version "0.4.2")
16235 (source
16236 (origin
16237 (method git-fetch)
16238 (uri (git-reference
16239 (url "https://github.com/MacoskoLab/liger.git")
16240 (commit (string-append "v" version))))
16241 (file-name (git-file-name name version))
16242 (sha256
16243 (base32
16244 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
16245 (modules '((guix build utils)))
16246 (snippet
16247 '(begin
16248 (delete-file "inst/java/ModularityOptimizer.jar")
16249 #t))))
16250 (build-system r-build-system)
16251 (arguments
16252 `(#:phases
16253 (modify-phases %standard-phases
16254 (add-after 'unpack 'build-java-part
16255 (lambda* (#:key inputs #:allow-other-keys)
16256 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
16257 (for-each (lambda (file) (invoke "javac" file))
16258 (find-files "." "\\.java$"))
16259 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
16260 (find-files "." "\\.class$"))
16261 #t)))))
16262 (propagated-inputs
16263 `(("r-cowplot" ,r-cowplot)
16264 ("r-dosnow" ,r-dosnow)
16265 ("r-dplyr" ,r-dplyr)
16266 ("r-fnn" ,r-fnn)
16267 ("r-foreach" ,r-foreach)
16268 ("r-ggplot2" ,r-ggplot2)
16269 ("r-ggrepel" ,r-ggrepel)
16270 ("r-hmisc" ,r-hmisc)
16271 ("r-ica" ,r-ica)
16272 ("r-irlba" ,r-irlba)
16273 ("r-matrix" ,r-matrix)
16274 ("r-mclust" ,r-mclust)
16275 ("r-patchwork" ,r-patchwork)
16276 ("r-plyr" ,r-plyr)
16277 ("r-rann-l1" ,r-rann-l1)
16278 ("r-rcpp" ,r-rcpp)
16279 ("r-rcpparmadillo" ,r-rcpparmadillo)
16280 ("r-riverplot" ,r-riverplot)
16281 ("r-rtsne" ,r-rtsne)
16282 ("r-snow" ,r-snow)))
16283 (native-inputs
16284 `(("jdk" ,icedtea "jdk")
16285 ;; See https://github.com/MacoskoLab/liger/issues/96
16286 ;; The optimizer is released under the Expat license.
16287 ("optimizer-src"
16288 ,(origin
16289 (method url-fetch)
16290 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
16291 (sha256
16292 (base32
16293 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
16294 ("unzip" ,unzip)
16295 ("r-knitr" ,r-knitr))) ; for vignettes
16296 (home-page "https://github.com/MacoskoLab/liger")
16297 (synopsis "Integrate and analyze multiple single-cell datasets")
16298 (description
16299 "LIGER is a package for integrating and analyzing multiple single-cell
16300 datasets, developed and maintained by the Macosko lab. It relies on
16301 integrative non-negative matrix factorization to identify shared and
16302 dataset-specific factors.")
16303 (license license:gpl3)))
16304
16305 (define-public r-harmony
16306 (package
16307 (name "r-harmony")
16308 (version "0.1")
16309 (source
16310 (origin
16311 (method git-fetch)
16312 (uri (git-reference
16313 (url "https://github.com/immunogenomics/harmony")
16314 (commit version)))
16315 (file-name (git-file-name name version))
16316 (sha256
16317 (base32
16318 "05r401q09rbr6fqhb9mbd95082cjdi3nag1cv6zn96xkr0f6imq9"))
16319 (modules '((guix build utils)))
16320 (snippet
16321 '(begin
16322 (for-each delete-file '("config.status" "configure"))
16323 #t))))
16324 (build-system r-build-system)
16325 (propagated-inputs
16326 `(("r-cowplot" ,r-cowplot)
16327 ("r-dplyr" ,r-dplyr)
16328 ("r-ggplot2" ,r-ggplot2)
16329 ("r-irlba" ,r-irlba)
16330 ("r-matrix" ,r-matrix)
16331 ("r-rcpp" ,r-rcpp)
16332 ("r-rcpparmadillo" ,r-rcpparmadillo)
16333 ("r-rcppprogress" ,r-rcppprogress)
16334 ("r-rlang" ,r-rlang)
16335 ("r-tibble" ,r-tibble)
16336 ("r-tidyr" ,r-tidyr)))
16337 (native-inputs
16338 `(("autoconf" ,autoconf)))
16339 (home-page "https://github.com/immunogenomics/harmony")
16340 (synopsis "Integration of single cell sequencing data")
16341 (description
16342 "This package provides an implementation of the Harmony algorithm for
16343 single cell integration, described in Korsunsky et al
16344 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
16345 function and interfaces to external frameworks.")
16346 (license license:gpl3)))
16347
16348 (define-public r-covr
16349 (package
16350 (name "r-covr")
16351 (version "3.5.0")
16352 (source
16353 (origin
16354 (method url-fetch)
16355 (uri (cran-uri "covr" version))
16356 (sha256
16357 (base32 "1pvr95h7jg9hqq1qq1cccy323pkxldrwafl08151cc410499k4fb"))))
16358 (properties `((upstream-name . "covr")))
16359 (build-system r-build-system)
16360 (propagated-inputs
16361 `(("r-crayon" ,r-crayon)
16362 ("r-digest" ,r-digest)
16363 ("r-httr" ,r-httr)
16364 ("r-jsonlite" ,r-jsonlite)
16365 ("r-rex" ,r-rex)
16366 ("r-withr" ,r-withr)
16367 ("r-yaml" ,r-yaml)))
16368 (native-inputs
16369 `(("r-knitr" ,r-knitr))) ; for vignettes
16370 (home-page "https://github.com/r-lib/covr")
16371 (synopsis "Test coverage for R packages")
16372 (description
16373 "Thisp package enables you to track and report code coverage for your
16374 package and (optionally) upload the results to a coverage service. Code
16375 coverage is a measure of the amount of code being exercised by a set of tests.
16376 It is an indirect measure of test quality and completeness. This package is
16377 compatible with any testing methodology or framework and tracks coverage of
16378 both R code and compiled C/C++/FORTRAN code.")
16379 (license license:gpl3)))
16380
16381 (define-public r-systemfonts
16382 (package
16383 (name "r-systemfonts")
16384 (version "0.2.3")
16385 (source
16386 (origin
16387 (method url-fetch)
16388 (uri (cran-uri "systemfonts" version))
16389 (sha256
16390 (base32
16391 "0wf62mfam5zlrck0wrdbyi4hi7pn5j0739rihgp8sj2cjypm2lnb"))))
16392 (properties `((upstream-name . "systemfonts")))
16393 (build-system r-build-system)
16394 (inputs
16395 `(("fontconfig" ,fontconfig)
16396 ("zlib" ,zlib)))
16397 (native-inputs
16398 `(("pkg-config" ,pkg-config)
16399 ("r-knitr" ,r-knitr)))
16400 (home-page "https://github.com/r-lib/systemfonts")
16401 (synopsis "System native font finding")
16402 (description
16403 "This package provides system native access to the font catalogue. As
16404 font handling varies between systems it is difficult to correctly locate
16405 installed fonts across different operating systems. The 'systemfonts' package
16406 provides bindings to the native libraries for finding font files that can then
16407 be used further by e.g. graphic devices.")
16408 (license license:expat)))
16409
16410 (define-public r-graphlayouts
16411 (package
16412 (name "r-graphlayouts")
16413 (version "0.7.0")
16414 (source
16415 (origin
16416 (method url-fetch)
16417 (uri (cran-uri "graphlayouts" version))
16418 (sha256
16419 (base32
16420 "17lc75k8i3c696hfj44zj7j1a5sb0nap8spc5r98v7vd6xh4nii0"))))
16421 (properties `((upstream-name . "graphlayouts")))
16422 (build-system r-build-system)
16423 (propagated-inputs
16424 `(("r-igraph" ,r-igraph)
16425 ("r-rcpp" ,r-rcpp)
16426 ("r-rcpparmadillo" ,r-rcpparmadillo)))
16427 (home-page "https://github.com/schochastics/graphlayouts")
16428 (synopsis "Additional layout algorithms for network visualizations")
16429 (description
16430 "This package provides several layout algorithms to visualize networks
16431 which are not part of the igraph library. Most are based on the concept of
16432 stress majorization by Gansner et al. (2004)
16433 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms
16434 emphasize hidden group structures in networks or focus on specific nodes.")
16435 (license license:expat)))
16436
16437 (define-public r-tidygraph
16438 (package
16439 (name "r-tidygraph")
16440 (version "1.2.0")
16441 (source
16442 (origin
16443 (method url-fetch)
16444 (uri (cran-uri "tidygraph" version))
16445 (sha256
16446 (base32
16447 "17qjns33zcj82jcsl7bn7i4zxcm7ric50zyf7agi0i01zi16qz85"))))
16448 (properties `((upstream-name . "tidygraph")))
16449 (build-system r-build-system)
16450 (propagated-inputs
16451 `(("r-dplyr" ,r-dplyr)
16452 ("r-igraph" ,r-igraph)
16453 ("r-magrittr" ,r-magrittr)
16454 ("r-pillar" ,r-pillar)
16455 ("r-r6" ,r-r6)
16456 ("r-rcpp" ,r-rcpp)
16457 ("r-rlang" ,r-rlang)
16458 ("r-tibble" ,r-tibble)
16459 ("r-tidyr" ,r-tidyr)))
16460 (home-page "https://github.com/thomasp85/tidygraph")
16461 (synopsis "Tidy API for graph manipulation")
16462 (description
16463 "This package provides a graph implementation that can be thought of as
16464 two tidy data frames describing node and edge data respectively. It provides
16465 an approach to manipulate these two virtual data frames using the API defined
16466 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
16467 common graph algorithms.")
16468 (license license:expat)))
16469
16470 (define-public r-soupx
16471 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
16472 (revision "1"))
16473 (package
16474 (name "r-soupx")
16475 (version (git-version "0.3.1" revision commit))
16476 (source
16477 (origin
16478 (method git-fetch)
16479 (uri (git-reference
16480 (url "https://github.com/constantAmateur/SoupX")
16481 (commit commit)))
16482 (file-name (git-file-name name version))
16483 (sha256
16484 (base32
16485 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
16486 (properties `((upstream-name . "SoupX")))
16487 (build-system r-build-system)
16488 (propagated-inputs
16489 `(("r-ggplot2" ,r-ggplot2)
16490 ("r-matrix" ,r-matrix)
16491 ("r-seurat" ,r-seurat)))
16492 (home-page "https://github.com/constantAmateur/SoupX")
16493 (synopsis "Single cell mRNA Soup eXterminator")
16494 (description
16495 "This package provides a package for quantifying, profiling and
16496 removing cell free mRNA contamination (the \"soup\") from droplet based single
16497 cell RNA-seq experiments.")
16498 (license license:gpl2))))
16499
16500 (define-public r-assertr
16501 (package
16502 (name "r-assertr")
16503 (version "2.7")
16504 (source
16505 (origin
16506 (method url-fetch)
16507 (uri (cran-uri "assertr" version))
16508 (sha256
16509 (base32
16510 "1x868pd4dac1c7b1q5390wqh2f6s50km8nqcpim3nxcj2l4qkqdb"))))
16511 (build-system r-build-system)
16512 (propagated-inputs
16513 `(("r-dplyr" ,r-dplyr)
16514 ("r-mass" ,r-mass)
16515 ("r-rlang" ,r-rlang)))
16516 (native-inputs
16517 `(("r-knitr" ,r-knitr))) ; needed for vignette
16518 (home-page "https://github.com/ropensci/assertr")
16519 (synopsis "Assertive programming for R analysis pipelines")
16520 (description
16521 "This package provides functionality to assert conditions that have to be
16522 met so that errors in data used in analysis pipelines can fail quickly. It is
16523 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
16524 in pipelines.")
16525 (license license:expat)))
16526
16527 (define-public r-parameters
16528 (package
16529 (name "r-parameters")
16530 (version "0.8.0")
16531 (source
16532 (origin
16533 (method url-fetch)
16534 (uri (cran-uri "parameters" version))
16535 (sha256
16536 (base32
16537 "1cmb2hc6f4qdx9aj586zhllckzs6s5sznbqrywvgmhp6a2saaqax"))))
16538 (properties `((upstream-name . "parameters")))
16539 (build-system r-build-system)
16540 (propagated-inputs
16541 `(("r-bayestestr" ,r-bayestestr)
16542 ("r-insight" ,r-insight)))
16543 (native-inputs
16544 `(("r-knitr" ,r-knitr)))
16545 (home-page "https://cran.r-project.org/web/packages/parameters")
16546 (synopsis "Processing of model parameters")
16547 (description
16548 "This package provides utilities for processing the parameters of various
16549 statistical models. Beyond computing p values, CIs, and other indices for a
16550 wide variety of models, this package implements features like standardization
16551 or bootstrapping of parameters and models, feature reduction (feature
16552 extraction and variable selection) as well as conversion between indices of
16553 effect size.")
16554 (license license:gpl3)))
16555
16556 (define-public r-rgdal
16557 (package
16558 (name "r-rgdal")
16559 (version "1.5-12")
16560 (source
16561 (origin
16562 (method url-fetch)
16563 (uri (cran-uri "rgdal" version))
16564 (sha256
16565 (base32 "0jvb5ykp539mi0hqs05w4w8wz45blc4nvkhs70aqmzyx27hadfiq"))))
16566 (properties `((upstream-name . "rgdal")))
16567 (build-system r-build-system)
16568 (inputs
16569 `(("gdal" ,gdal)
16570 ("proj.4" ,proj.4)
16571 ("zlib" ,zlib)))
16572 (propagated-inputs
16573 `(("r-sp" ,r-sp)))
16574 (native-inputs
16575 `(("pkg-config" ,pkg-config)
16576 ("r-knitr" ,r-knitr)))
16577 (home-page "http://rgdal.r-forge.r-project.org")
16578 (synopsis "Bindings for the Geospatial Data Abstraction Library")
16579 (description
16580 "This package provides bindings to the Geospatial Data Abstraction
16581 Library (GDAL) and access to projection/transformation operations from the
16582 PROJ.4 library.")
16583 (license license:gpl2+)))
16584
16585 (define-public r-insol
16586 (package
16587 (name "r-insol")
16588 (version "1.2.1")
16589 (source
16590 (origin
16591 (method url-fetch)
16592 (uri (cran-uri "insol" version))
16593 (sha256
16594 (base32
16595 "1d2vqmbp94ff80mfkmq4a8y12r6ryym8hh1568ip9qbn7snc64v1"))))
16596 (properties `((upstream-name . "insol")))
16597 (build-system r-build-system)
16598 (propagated-inputs
16599 `(("r-raster" ,r-raster)))
16600 (native-inputs
16601 `(("gfortran" ,gfortran)))
16602 (home-page "https://meteoexploration.com/R/insol/index.html")
16603 (synopsis "Tools for calculating solar radiation")
16604 (description
16605 "This package provides functions to compute insolation on tilted
16606 surfaces, computes atmospheric transmittance and related parameters such as:
16607 Earth radius vector, declination, sunset and sunrise, daylength, equation of
16608 time, vector in the direction of the sun, vector normal to surface, and some
16609 atmospheric physics.")
16610 (license license:gpl2+)))
16611
16612 (define-public r-lifecycle
16613 (package
16614 (name "r-lifecycle")
16615 (version "0.2.0")
16616 (source
16617 (origin
16618 (method url-fetch)
16619 (uri (cran-uri "lifecycle" version))
16620 (sha256
16621 (base32
16622 "0912865c6675fsblrfdk6s568krsj1x8qbk1kipy7m05xs6nwx19"))))
16623 (properties `((upstream-name . "lifecycle")))
16624 (build-system r-build-system)
16625 (propagated-inputs
16626 `(("r-glue" ,r-glue)
16627 ("r-rlang" ,r-rlang)))
16628 (native-inputs
16629 `(("r-knitr" ,r-knitr))) ; for vignettes
16630 (home-page "https://github.com/r-lib/lifecycle")
16631 (synopsis "Manage the life cycle of your package functions")
16632 (description
16633 "Manage the life cycle of your exported functions with shared
16634 conventions, documentation badges, and non-invasive deprecation warnings. The
16635 lifecycle package defines four development stages (experimental, maturing,
16636 stable, and questioning) and three deprecation stages (soft-deprecated,
16637 deprecated, and defunct). It makes it easy to insert badges corresponding to
16638 these stages in your documentation. Usage of deprecated functions are
16639 signalled with increasing levels of non-invasive verbosity.")
16640 (license license:gpl3)))
16641
16642 (define-public r-assertable
16643 (package
16644 (name "r-assertable")
16645 (version "0.2.7")
16646 (source
16647 (origin
16648 (method url-fetch)
16649 (uri (cran-uri "assertable" version))
16650 (sha256
16651 (base32
16652 "1npks9rcrnchmd0silq6qrvqkmdkp9fwjkyyvvp1lqjclyxk6vkk"))))
16653 (build-system r-build-system)
16654 (propagated-inputs
16655 `(("r-data-table" ,r-data-table)))
16656 (home-page "https://cran.r-project.org/web/packages/assertable/")
16657 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
16658 (description "This package provides simple, flexible assertions on
16659 data.frame or data.table objects with verbose output for vetting. While other
16660 assertion packages apply towards more general use-cases, @code{assertable} is
16661 tailored towards tabular data. It includes functions to check variable names
16662 and values, whether the dataset contains all combinations of a given set of
16663 unique identifiers, and whether it is a certain length. In addition,
16664 @code{assertable} includes utility functions to check the existence of target
16665 files and to efficiently import multiple tabular data files into one
16666 data.table.")
16667 (license license:gpl3)))
16668
16669 (define-public r-quadprog
16670 (package
16671 (name "r-quadprog")
16672 (version "1.5-8")
16673 (source
16674 (origin
16675 (method url-fetch)
16676 (uri (cran-uri "quadprog" version))
16677 (sha256
16678 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
16679 (build-system r-build-system)
16680 (native-inputs
16681 `(("gfortran" ,gfortran)))
16682 (home-page "https://cran.r-project.org/web/packages/quadprog")
16683 (synopsis "Functions to solve quadratic programming problems")
16684 (description
16685 "This package contains routines and documentation for solving quadratic
16686 programming problems.")
16687 (license license:gpl3+)))
16688
16689 (define-public r-desolve
16690 (package
16691 (name "r-desolve")
16692 (version "1.28")
16693 (source
16694 (origin
16695 (method url-fetch)
16696 (uri (cran-uri "deSolve" version))
16697 (sha256
16698 (base32 "0jasvdzig0pzhzspmy20089az19r91xjfb9q6h8gj7c4mr6fymac"))))
16699 (properties `((upstream-name . "deSolve")))
16700 (build-system r-build-system)
16701 (native-inputs
16702 `(("gfortran" ,gfortran)))
16703 (home-page "https://desolve.r-forge.r-project.org/")
16704 (synopsis "Solvers for initial value problems of differential equations")
16705 (description "This package provides functions that solve initial value
16706 problems of a system of first-order @dfn{ordinary differential
16707 equations} (ODE), of @dfn{partial differential equations} (PDE), of
16708 @dfn{differential algebraic equations} (DAE), and of delay differential
16709 equations. The functions provide an interface to the FORTRAN functions
16710 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
16711 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
16712 C-implementation of solvers of the Runge-Kutta family with fixed or variable
16713 time steps. The package contains routines designed for solving ODEs resulting
16714 from 1-D, 2-D and 3-D partial differential equations that have been converted
16715 to ODEs by numerical differencing.")
16716 (license license:gpl2+)))
16717
16718 (define-public r-pracma
16719 (package
16720 (name "r-pracma")
16721 (version "2.2.9")
16722 (source (origin
16723 (method url-fetch)
16724 (uri (cran-uri "pracma" version))
16725 (sha256
16726 (base32 "07mzhzz73wsjjw1q05l024gcd13hwnzsxf873q9dyhw6x3shzshc"))))
16727 (build-system r-build-system)
16728 (home-page "https://cran.r-project.org/web/packages/pracma/")
16729 (synopsis "Practical numerical math functions")
16730 (description "This package provides functions for numerical analysis and
16731 linear algebra, numerical optimization, differential equations, plus some
16732 special functions. It uses Matlab function names where appropriate to simplify
16733 porting.")
16734 (license license:gpl3+)))
16735
16736 (define-public r-subplex
16737 (package
16738 (name "r-subplex")
16739 (version "1.6")
16740 (source
16741 (origin
16742 (method url-fetch)
16743 (uri (cran-uri "subplex" version))
16744 (sha256
16745 (base32
16746 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
16747 (build-system r-build-system)
16748 (native-inputs
16749 `(("gfortran" ,gfortran)))
16750 (home-page "https://cran.r-project.org/web/packages/subplex")
16751 (synopsis "Unconstrained optimization using the subplex algorithm")
16752 (description
16753 "This package implements the Subplex optimization algorithm.
16754 It solves unconstrained optimization problems using a simplex method on
16755 subspaces. The method is well suited for optimizing objective functions that
16756 are noisy or are discontinuous at the solution.")
16757 (license license:gpl3+)))
16758
16759 (define-public r-txtplot
16760 (package
16761 (name "r-txtplot")
16762 (version "1.0-4")
16763 (source
16764 (origin
16765 (method url-fetch)
16766 (uri (cran-uri "txtplot" version))
16767 (sha256
16768 (base32
16769 "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
16770 (build-system r-build-system)
16771 (home-page "https://cran.r-project.org/web/packages/txtplot/")
16772 (synopsis "Text-based plotting")
16773 (description "This package provides functions to produce rudimentary ASCII
16774 graphics directly in the terminal window. This package provides a basic
16775 plotting function (and equivalents of curve, density, acf and barplot) as well
16776 as a boxplot function.")
16777 (license license:lgpl3+)))
16778
16779 (define-public r-bio3d
16780 (package
16781 (name "r-bio3d")
16782 (version "2.4-1")
16783 (source
16784 (origin
16785 (method url-fetch)
16786 (uri (cran-uri "bio3d" version))
16787 (sha256
16788 (base32
16789 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
16790 (properties `((upstream-name . "bio3d")))
16791 (build-system r-build-system)
16792 (inputs `(("zlib" ,zlib)))
16793 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16794 (home-page "http://thegrantlab.org/bio3d/")
16795 (synopsis "Biological structure analysis")
16796 (description
16797 "This package provides utilities to process, organize and explore protein
16798 structure, sequence and dynamics data. Features include the ability to read
16799 and write structure, sequence and dynamic trajectory data, perform sequence
16800 and structure database searches, data summaries, atom selection, alignment,
16801 superposition, rigid core identification, clustering, torsion analysis,
16802 distance matrix analysis, structure and sequence conservation analysis, normal
16803 mode analysis, principal component analysis of heterogeneous structure data,
16804 and correlation network analysis from normal mode and molecular dynamics data.
16805 In addition, various utility functions are provided to enable the statistical
16806 and graphical power of the R environment to work with biological sequence and
16807 structural data.")
16808 (license license:gpl2+)))
16809
16810 (define-public r-bios2cor
16811 (package
16812 (name "r-bios2cor")
16813 (version "2.1")
16814 (source
16815 (origin
16816 (method url-fetch)
16817 (uri (cran-uri "Bios2cor" version))
16818 (sha256
16819 (base32
16820 "04wk1cjrrxhpv1kdhd67r1qvjv268xxi0z0r105wy912110z9m6x"))))
16821 (properties `((upstream-name . "Bios2cor")))
16822 (build-system r-build-system)
16823 (propagated-inputs
16824 `(("r-bigmemory" ,r-bigmemory)
16825 ("r-bio3d" ,r-bio3d)
16826 ("r-circular" ,r-circular)
16827 ("r-igraph" ,r-igraph)))
16828 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
16829 (synopsis "From biological sequences and simulations to correlation analysis")
16830 (description
16831 "This package provides utilities for computation and analysis of
16832 correlation/covariation in multiple sequence alignments and in side chain
16833 motions during molecular dynamics simulations. Features include the
16834 computation of correlation/covariation scores using a variety of scoring
16835 functions between either sequence positions in alignments or side chain
16836 dihedral angles in molecular dynamics simulations and utilities to analyze the
16837 correlation/covariation matrix through a variety of tools including network
16838 representation and principal components analysis. In addition, several
16839 utility functions are based on the R graphical environment to provide friendly
16840 tools for help in data interpretation.")
16841 (license license:gpl2+)))
16842
16843 ;; This package includes minified JavaScript files. When upgrading please
16844 ;; check that there are no new minified JavaScript files.
16845 (define-public r-networkd3
16846 (package
16847 (name "r-networkd3")
16848 (version "0.4")
16849 (source
16850 (origin
16851 (method url-fetch)
16852 (uri (cran-uri "networkD3" version))
16853 (sha256
16854 (base32
16855 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
16856 (snippet
16857 '(begin
16858 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
16859 #t))))
16860 (properties `((upstream-name . "networkD3")))
16861 (build-system r-build-system)
16862 (arguments
16863 `(#:modules ((guix build utils)
16864 (guix build r-build-system)
16865 (srfi srfi-1)
16866 (ice-9 popen))
16867 #:phases
16868 (modify-phases %standard-phases
16869 (add-after 'unpack 'process-javascript
16870 (lambda* (#:key inputs #:allow-other-keys)
16871 (with-directory-excursion "inst/htmlwidgets/lib/"
16872 (call-with-values
16873 (lambda ()
16874 (unzip2
16875 `((,(assoc-ref inputs "d3.v4.js")
16876 "d3-4.5.0/d3.min.js"))))
16877 (lambda (sources targets)
16878 (for-each (lambda (source target)
16879 (format #t "Processing ~a --> ~a~%"
16880 source target)
16881 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16882 (call-with-output-file target
16883 (lambda (port)
16884 (dump-port minified port)))))
16885 sources targets))))
16886 #t)))))
16887 (native-inputs
16888 `(("uglify-js" ,uglify-js)
16889 ;; NOTE: Make sure that this version of d3 is still valid when
16890 ;; upgrading the package.
16891 ("d3.v4.js"
16892 ,(origin
16893 (method url-fetch)
16894 (uri "https://d3js.org/d3.v4.js")
16895 (sha256
16896 (base32
16897 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
16898 (propagated-inputs
16899 `(("r-htmlwidgets" ,r-htmlwidgets)
16900 ("r-igraph" ,r-igraph)
16901 ("r-magrittr" ,r-magrittr)))
16902 (home-page "https://cran.r-project.org/package=networkD3")
16903 (synopsis "D3 JavaScript network graphs from R")
16904 (description
16905 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
16906 graphs from R.")
16907 (license license:gpl3+)))
16908
16909 (define-public r-aasea
16910 (package
16911 (name "r-aasea")
16912 (version "1.1.0")
16913 (source
16914 (origin
16915 (method url-fetch)
16916 (uri (cran-uri "aaSEA" version))
16917 (sha256
16918 (base32
16919 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
16920 (properties `((upstream-name . "aaSEA")))
16921 (build-system r-build-system)
16922 (propagated-inputs
16923 `(("r-bios2cor" ,r-bios2cor)
16924 ("r-dt" ,r-dt)
16925 ("r-hmisc" ,r-hmisc)
16926 ("r-magrittr" ,r-magrittr)
16927 ("r-networkd3" ,r-networkd3)
16928 ("r-plotly" ,r-plotly)
16929 ("r-seqinr" ,r-seqinr)
16930 ("r-shiny" ,r-shiny)
16931 ("r-shinydashboard" ,r-shinydashboard)))
16932 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
16933 (synopsis "Amino acid substitution effect analyzer")
16934 (description
16935 "Given a protein multiple sequence alignment, it is a daunting task to
16936 assess the effects of substitutions along sequence length. The aaSEA package
16937 is intended to help researchers to rapidly analyze property changes caused by
16938 single, multiple and correlated amino acid substitutions in proteins.")
16939 (license license:gpl3)))
16940
16941 (define-public r-abacus
16942 (package
16943 (name "r-abacus")
16944 (version "1.0.0")
16945 (source
16946 (origin
16947 (method url-fetch)
16948 (uri (cran-uri "ABACUS" version))
16949 (sha256
16950 (base32
16951 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
16952 (properties `((upstream-name . "ABACUS")))
16953 (build-system r-build-system)
16954 (propagated-inputs
16955 `(("r-ggplot2" ,r-ggplot2)
16956 ("r-shiny" ,r-shiny)))
16957 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
16958 (synopsis "Apps-based activities for communicating and understanding statistics")
16959 (description
16960 "This package provides a set of Shiny apps for effective communication
16961 and understanding in statistics. The current version includes properties of
16962 normal distribution, properties of sampling distribution, one-sample z and t
16963 tests, two samples independent (unpaired) t test and analysis of variance.")
16964 (license license:gpl3)))
16965
16966 (define-public r-abc-rap
16967 (package
16968 (name "r-abc-rap")
16969 (version "0.9.0")
16970 (source
16971 (origin
16972 (method url-fetch)
16973 (uri (cran-uri "ABC.RAP" version))
16974 (sha256
16975 (base32
16976 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
16977 (properties `((upstream-name . "ABC.RAP")))
16978 (build-system r-build-system)
16979 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
16980 (synopsis "Array-based CpG region analysis pipeline")
16981 (description
16982 "This package aims to identify candidate genes that are differentially
16983 methylated between cases and controls. It applies Student's t-test and delta
16984 beta analysis to identify candidate genes containing multiple CpG sites.")
16985 (license license:gpl3)))
16986
16987 (define-public r-abcadm
16988 (package
16989 (name "r-abcadm")
16990 (version "1.0")
16991 (source
16992 (origin
16993 (method url-fetch)
16994 (uri (cran-uri "abcADM" version))
16995 (sha256
16996 (base32
16997 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
16998 (properties `((upstream-name . "abcADM")))
16999 (build-system r-build-system)
17000 (propagated-inputs
17001 `(("r-bh" ,r-bh)
17002 ("r-rcpp" ,r-rcpp)))
17003 (home-page "https://cran.r-project.org/web/packages/abcADM/")
17004 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
17005 (description
17006 "This package provides tools to estimate parameters of accumulated
17007 damage (load duration) models based on failure time data under a Bayesian
17008 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
17009 long-term reliability under stochastic load profiles.")
17010 (license license:gpl3)))
17011
17012 (define-public r-rglpk
17013 (package
17014 (name "r-rglpk")
17015 (version "0.6-4")
17016 (source
17017 (origin
17018 (method url-fetch)
17019 (uri (cran-uri "Rglpk" version))
17020 (sha256
17021 (base32
17022 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
17023 (properties `((upstream-name . "Rglpk")))
17024 (build-system r-build-system)
17025 (propagated-inputs
17026 `(("r-slam" ,r-slam)))
17027 (inputs
17028 `(("glpk" ,glpk)))
17029 (home-page "https://r-forge.r-project.org/projects/rglp/")
17030 (synopsis "R interface to the GNU Linear Programming Kit")
17031 (description
17032 "This package provides an R interface to the GNU Linear Programming Kit,
17033 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
17034 integer linear programming} (MILP) and other related problems.")
17035 ;; Either license
17036 (license (list license:gpl2 license:gpl3))))
17037
17038 (define-public r-abcdefba
17039 (package
17040 (name "r-abcdefba")
17041 (version "0.4")
17042 (source
17043 (origin
17044 (method url-fetch)
17045 (uri (cran-uri "abcdeFBA" version))
17046 (sha256
17047 (base32
17048 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
17049 (properties `((upstream-name . "abcdeFBA")))
17050 (build-system r-build-system)
17051 (propagated-inputs
17052 `(("r-corrplot" ,r-corrplot)
17053 ("r-lattice" ,r-lattice)
17054 ("r-rgl" ,r-rgl)
17055 ("r-rglpk" ,r-rglpk)))
17056 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
17057 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
17058 (description
17059 "This package provides functions for Constraint Based Simulation using
17060 Flux Balance Analysis and informative analysis of the data generated during
17061 simulation.")
17062 (license license:gpl2)))
17063
17064 (define-public r-abcrlda
17065 (package
17066 (name "r-abcrlda")
17067 (version "1.0.3")
17068 (source
17069 (origin
17070 (method url-fetch)
17071 (uri (cran-uri "abcrlda" version))
17072 (sha256
17073 (base32
17074 "04pcdnk2szfpc2ylcw5ds7y895ivy03bycal03kxw7cwylzxasks"))))
17075 (properties `((upstream-name . "abcrlda")))
17076 (build-system r-build-system)
17077 (home-page "https://ieeexplore.ieee.org/document/8720003/")
17078 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
17079 (description
17080 "This package offers methods to perform @dfn{asymptotically
17081 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
17082 cost-sensitive binary classification. The bias-correction is an estimate of
17083 the bias term added to regularized discriminant analysis that minimizes the
17084 overall risk.")
17085 (license license:gpl3)))
17086
17087 (define-public r-abemus
17088 (package
17089 (name "r-abemus")
17090 (version "1.0.1")
17091 (source
17092 (origin
17093 (method url-fetch)
17094 (uri (cran-uri "abemus" version))
17095 (sha256
17096 (base32
17097 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
17098 (properties `((upstream-name . "abemus")))
17099 (build-system r-build-system)
17100 (propagated-inputs
17101 `(("r-data-table" ,r-data-table)))
17102 (home-page "https://cran.r-project.org/web/packages/abemus/")
17103 (synopsis "Adaptive base error model in ultra-deep sequencing data")
17104 (description
17105 "This package provides an implementation of @dfn{Adaptive Base Error
17106 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
17107 platform-specific genetic knowledge and empirical signal to readily detect and
17108 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
17109 cell free DNA} (cfDNA).")
17110 (license license:gpl3)))
17111
17112 ;; This package includes minified JavaScript files. When upgrading please
17113 ;; check that there are no new minified JavaScript files.
17114 (define-public r-rintrojs
17115 (package
17116 (name "r-rintrojs")
17117 (version "0.2.2")
17118 (source
17119 (origin
17120 (method url-fetch)
17121 (uri (cran-uri "rintrojs" version))
17122 (sha256
17123 (base32
17124 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
17125 (properties `((upstream-name . "rintrojs")))
17126 (build-system r-build-system)
17127 (arguments
17128 `(#:modules ((guix build utils)
17129 (guix build r-build-system)
17130 (srfi srfi-1)
17131 (ice-9 popen))
17132 #:phases
17133 (modify-phases %standard-phases
17134 (add-after 'unpack 'process-javascript
17135 (lambda* (#:key inputs #:allow-other-keys)
17136 (with-directory-excursion "inst/javascript/introjs/"
17137 (call-with-values
17138 (lambda ()
17139 (unzip2
17140 `((,(assoc-ref inputs "intro.js")
17141 "intro.min.js"))))
17142 (lambda (sources targets)
17143 (for-each (lambda (source target)
17144 (format #t "Processing ~a --> ~a~%"
17145 source target)
17146 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
17147 (call-with-output-file target
17148 (lambda (port)
17149 (dump-port minified port)))))
17150 sources targets))))
17151 #t)))))
17152 (native-inputs
17153 `(("uglify-js" ,uglify-js)
17154 ("intro.js"
17155 ,(origin
17156 (method url-fetch)
17157 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
17158 (sha256
17159 (base32
17160 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
17161 (propagated-inputs
17162 `(("r-jsonlite" ,r-jsonlite)
17163 ("r-shiny" ,r-shiny)))
17164 (home-page "https://github.com/carlganz/rintrojs")
17165 (synopsis "Wrapper for the Intro.js library")
17166 (description
17167 "This package provides a wrapper for the @url{http://www.introjs.com,
17168 Intro.js} library. This package makes it easy to include step-by-step
17169 introductions, and clickable hints in a Shiny application. It supports both
17170 static introductions in the UI, and programmatic introductions from the
17171 server-side.")
17172 (license license:agpl3+)))
17173
17174 (define-public r-sysfonts
17175 (package
17176 (name "r-sysfonts")
17177 (version "0.8.1")
17178 (source
17179 (origin
17180 (method url-fetch)
17181 (uri (cran-uri "sysfonts" version))
17182 (sha256
17183 (base32
17184 "1xp40hchjfif80a6jj210ghrjcvjjf66vqcssdy7a1j53nl1n994"))))
17185 (properties `((upstream-name . "sysfonts")))
17186 (build-system r-build-system)
17187 (inputs
17188 `(("freetype" ,freetype)
17189 ("libpng" ,libpng)
17190 ("zlib" ,zlib)))
17191 (native-inputs
17192 `(("pkg-config" ,pkg-config)))
17193 (home-page "https://github.com/yixuan/sysfonts")
17194 (synopsis "Loading fonts into R")
17195 (description
17196 "This is a package to simplify loading of system fonts and Google Fonts
17197 into R, in order to support other packages.")
17198 (license license:gpl2)))
17199
17200 (define-public r-showtextdb
17201 (package
17202 (name "r-showtextdb")
17203 (version "3.0")
17204 (source
17205 (origin
17206 (method url-fetch)
17207 (uri (cran-uri "showtextdb" version))
17208 (sha256
17209 (base32
17210 "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
17211 (properties `((upstream-name . "showtextdb")))
17212 (build-system r-build-system)
17213 (propagated-inputs
17214 `(("r-sysfonts" ,r-sysfonts)))
17215 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
17216 (synopsis "Font files for the 'showtext' package")
17217 (description
17218 "This package provides font files that can be used by the @code{showtext}
17219 package.")
17220 (license license:asl2.0)))
17221
17222 (define-public r-showtext
17223 (package
17224 (name "r-showtext")
17225 (version "0.8-1")
17226 (source
17227 (origin
17228 (method url-fetch)
17229 (uri (cran-uri "showtext" version))
17230 (sha256
17231 (base32
17232 "1n1cd9f4zrv45k5953akclqh1jh7fy122dqkgmbfi5h122v6p2h0"))))
17233 (properties `((upstream-name . "showtext")))
17234 (build-system r-build-system)
17235 (inputs
17236 `(("freetype" ,freetype)
17237 ("libpng" ,libpng)
17238 ("zlib" ,zlib)))
17239 (propagated-inputs
17240 `(("r-showtextdb" ,r-showtextdb)
17241 ("r-sysfonts" ,r-sysfonts)))
17242 (native-inputs
17243 `(("pkg-config" ,pkg-config)
17244 ("r-knitr" ,r-knitr)))
17245 (home-page "https://github.com/yixuan/showtext")
17246 (synopsis "Using fonts more easily in R graphs")
17247 (description
17248 "This package aims to make it easy to use various types of
17249 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
17250 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
17251 will be converted into polygons or raster images, hence after the plot has
17252 been created, it no longer relies on the font files. No external software
17253 such as Ghostscript is needed to use this package.")
17254 (license license:asl2.0)))
17255
17256 (define-public r-emojifont
17257 (package
17258 (name "r-emojifont")
17259 (version "0.5.3")
17260 (source
17261 (origin
17262 (method url-fetch)
17263 (uri (cran-uri "emojifont" version))
17264 (sha256
17265 (base32
17266 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
17267 (properties `((upstream-name . "emojifont")))
17268 (build-system r-build-system)
17269 (propagated-inputs
17270 `(("r-ggplot2" ,r-ggplot2)
17271 ("r-proto" ,r-proto)
17272 ("r-showtext" ,r-showtext)
17273 ("r-sysfonts" ,r-sysfonts)))
17274 (home-page "https://guangchuangyu.github.io/emojifont")
17275 (synopsis "Emoji and Font Awesome in R graphics")
17276 (description
17277 "This package enables the use of emoji and the Font Awesome glyphs in
17278 both base and ggplot2 graphics.")
17279 (license license:artistic2.0)))
17280
17281 (define-public r-abstractr
17282 (package
17283 (name "r-abstractr")
17284 (version "0.1.0")
17285 (source
17286 (origin
17287 (method url-fetch)
17288 (uri (cran-uri "abstractr" version))
17289 (sha256
17290 (base32
17291 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
17292 (properties `((upstream-name . "abstractr")))
17293 (build-system r-build-system)
17294 (propagated-inputs
17295 `(("r-colourpicker" ,r-colourpicker)
17296 ("r-emojifont" ,r-emojifont)
17297 ("r-ggplot2" ,r-ggplot2)
17298 ("r-gridextra" ,r-gridextra)
17299 ("r-rintrojs" ,r-rintrojs)
17300 ("r-shiny" ,r-shiny)
17301 ("r-shinythemes" ,r-shinythemes)))
17302 (home-page "https://matt-kumar.shinyapps.io/portfolio")
17303 (synopsis "R-Shiny application for creating visual abstracts")
17304 (description
17305 "This package provides an R Shiny application to create visual abstracts
17306 for original research. A variety of user defined options and formatting are
17307 included.")
17308 (license license:gpl3)))
17309
17310 (define-public r-qgam
17311 (package
17312 (name "r-qgam")
17313 (version "1.3.2")
17314 (source
17315 (origin
17316 (method url-fetch)
17317 (uri (cran-uri "qgam" version))
17318 (sha256
17319 (base32
17320 "0lks2cj0p7irp1i01756v1l7i26d7alax1fbkc20qd6wpz840fi7"))))
17321 (properties `((upstream-name . "qgam")))
17322 (build-system r-build-system)
17323 (propagated-inputs
17324 `(("r-doparallel" ,r-doparallel)
17325 ("r-mgcv" ,r-mgcv)
17326 ("r-plyr" ,r-plyr)
17327 ("r-shiny" ,r-shiny)))
17328 (native-inputs `(("r-knitr" ,r-knitr)))
17329 (home-page "https://cran.r-project.org/web/packages/qgam/")
17330 (synopsis "Smooth additive quantile regression models")
17331 (description
17332 "This package provides smooth additive quantile regression models, fitted
17333 using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
17334 the smoothing parameters are estimated automatically by marginal loss
17335 minimization, while the regression coefficients are estimated using either
17336 PIRLS or Newton algorithm. The learning rate is determined so that the
17337 Bayesian credible intervals of the estimated effects have approximately the
17338 correct coverage. The main function is @code{qgam()} which is similar to
17339 @code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
17340 regression models.")
17341 (license license:gpl2+)))
17342
17343 (define-public r-abtest
17344 (package
17345 (name "r-abtest")
17346 (version "0.2.1")
17347 (source
17348 (origin
17349 (method url-fetch)
17350 (uri (cran-uri "abtest" version))
17351 (sha256
17352 (base32
17353 "1zfd13d7dplawk24dbdr1ka8cbdp5w6sxb0zlm7k4dhvn6ksi8h0"))))
17354 (properties `((upstream-name . "abtest")))
17355 (build-system r-build-system)
17356 (propagated-inputs
17357 `(("r-matrix" ,r-matrix)
17358 ("r-mvtnorm" ,r-mvtnorm)
17359 ("r-plotrix" ,r-plotrix)
17360 ("r-qgam" ,r-qgam)
17361 ("r-rcolorbrewer" ,r-rcolorbrewer)
17362 ("r-rcpp" ,r-rcpp)
17363 ("r-sn" ,r-sn)
17364 ("r-truncnorm" ,r-truncnorm)))
17365 (home-page "https://cran.r-project.org/web/packages/abtest/")
17366 (synopsis "Bayesian A/B testing")
17367 (description
17368 "This package provides functions for Bayesian A/B testing including prior
17369 elicitation options based on Kass and Vaidyanathan (1992)
17370 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
17371 (license license:gpl2+)))
17372
17373 (define-public r-accept
17374 (package
17375 (name "r-accept")
17376 (version "0.7.1")
17377 (source
17378 (origin
17379 (method url-fetch)
17380 (uri (cran-uri "accept" version))
17381 (sha256
17382 (base32
17383 "0pn8q0jsi0nb2mm2kv6sjczflflshhy55y7nqqnk70yx9f6wm83y"))))
17384 (properties `((upstream-name . "accept")))
17385 (build-system r-build-system)
17386 (propagated-inputs
17387 `(("r-dplyr" ,r-dplyr)
17388 ("r-extrafont" ,r-extrafont)
17389 ("r-mass" ,r-mass)
17390 ("r-plotly" ,r-plotly)
17391 ("r-stringr" ,r-stringr)
17392 ("r-viridis" ,r-viridis)))
17393 (home-page "https://cran.r-project.org/web/packages/accept/")
17394 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
17395 (description
17396 "This package allows clinicians to predict the rate and severity of
17397 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
17398 Disease} (COPD) patients, based on the clinical prediction model published in
17399 Adibi et al. (2019) @url{doi:10.1101/651901}.")
17400 (license license:gpl3)))
17401
17402 (define-public r-smpracticals
17403 (package
17404 (name "r-smpracticals")
17405 (version "1.4-3")
17406 (source
17407 (origin
17408 (method url-fetch)
17409 (uri (cran-uri "SMPracticals" version))
17410 (sha256
17411 (base32
17412 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
17413 (properties `((upstream-name . "SMPracticals")))
17414 (build-system r-build-system)
17415 (propagated-inputs
17416 `(("r-ellipse" ,r-ellipse)
17417 ("r-mass" ,r-mass)
17418 ("r-nlme" ,r-nlme)
17419 ("r-survival" ,r-survival)))
17420 (home-page "http://statwww.epfl.ch/davison/SM/")
17421 (synopsis "Practicals for use with Davison (2003) Statistical Models")
17422 (description
17423 "This package contains the datasets and a few functions for use with the
17424 practicals outlined in Appendix A of the book Statistical Models (Davison,
17425 2003, Cambridge University Press). The practicals themselves can be found at
17426 @url{http://statwww.epfl.ch/davison/SM/}.")
17427 (license license:gpl2+)))
17428
17429 (define-public r-fgui
17430 (package
17431 (name "r-fgui")
17432 (version "1.0-8")
17433 (source
17434 (origin
17435 (method url-fetch)
17436 (uri (cran-uri "fgui" version))
17437 (sha256
17438 (base32
17439 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
17440 (properties `((upstream-name . "fgui")))
17441 (build-system r-build-system)
17442 (home-page
17443 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
17444 (synopsis "Create GUI for R functions")
17445 (description
17446 "Rapidly create a GUI for a function you created by automatically
17447 creating widgets for arguments of the function. This package automatically
17448 parses help routines for context-sensitive help to these arguments. The
17449 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
17450 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
17451 incorporated into the interface for greater customization for the more
17452 experienced.")
17453 ;; Any version of the GPL.
17454 (license (list license:gpl2+ license:gpl3+))))
17455
17456 (define-public r-tcltk2
17457 (package
17458 (name "r-tcltk2")
17459 (version "1.2-11")
17460 (source
17461 (origin
17462 (method url-fetch)
17463 (uri (cran-uri "tcltk2" version))
17464 (sha256
17465 (base32
17466 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
17467 (properties `((upstream-name . "tcltk2")))
17468 (build-system r-build-system)
17469 (inputs
17470 `(("tcl" ,tcl)
17471 ("tk" ,tk)))
17472 (home-page "https://www.sciviews.org/SciViews-R")
17473 (synopsis "Tcl/Tk additions")
17474 (description
17475 "This package provides a series of additional Tcl commands and Tk widgets
17476 with style and various functions to supplement the tcltk package")
17477 (license license:lgpl3)))
17478
17479 (define-public r-accrual
17480 (package
17481 (name "r-accrual")
17482 (version "1.3")
17483 (source
17484 (origin
17485 (method url-fetch)
17486 (uri (cran-uri "accrual" version))
17487 (sha256
17488 (base32
17489 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
17490 (properties `((upstream-name . "accrual")))
17491 (build-system r-build-system)
17492 (propagated-inputs
17493 `(("r-fgui" ,r-fgui)
17494 ("r-smpracticals" ,r-smpracticals)
17495 ("r-tcltk2" ,r-tcltk2)))
17496 (home-page "https://cran.r-project.org/web/packages/accrual/")
17497 (synopsis "Bayesian accrual prediction")
17498 (description
17499 "Subject recruitment for medical research is challenging. Slow patient
17500 accrual leads to delay in research. Accrual monitoring during the process of
17501 recruitment is critical. Researchers need reliable tools to manage the
17502 accrual rate. This package provides an implementation of a Bayesian method
17503 that integrates researcher's experience on previous trials and data from the
17504 current study, providing reliable prediction on accrual rate for clinical
17505 studies. It provides functions for Bayesian accrual prediction which can be
17506 easily used by statisticians and clinical researchers.")
17507 (license license:gpl2)))
17508
17509 (define-public r-accrued
17510 (package
17511 (name "r-accrued")
17512 (version "1.4.1")
17513 (source
17514 (origin
17515 (method url-fetch)
17516 (uri (cran-uri "accrued" version))
17517 (sha256
17518 (base32
17519 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
17520 (properties `((upstream-name . "accrued")))
17521 (build-system r-build-system)
17522 (home-page "https://cran.r-project.org/web/packages/accrued/")
17523 (synopsis "Data quality visualization tools for partially accruing data")
17524 (description
17525 "This is a package for visualizing data quality of partially accruing
17526 data.")
17527 (license license:gpl3)))
17528
17529 (define-public r-mda
17530 (package
17531 (name "r-mda")
17532 (version "0.5-2")
17533 (source
17534 (origin
17535 (method url-fetch)
17536 (uri (cran-uri "mda" version))
17537 (sha256
17538 (base32
17539 "1hq0zhhz9klmp4zcr1w8hyn7s1h9kfg57d2l2mfm7psx459j0krl"))))
17540 (properties `((upstream-name . "mda")))
17541 (build-system r-build-system)
17542 (propagated-inputs `(("r-class" ,r-class)))
17543 (native-inputs `(("gfortran" ,gfortran)))
17544 (home-page "https://cran.r-project.org/web/packages/mda/")
17545 (synopsis "Mixture and flexible discriminant analysis")
17546 (description
17547 "This is a package for mixture and flexible discriminant analysis,
17548 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
17549 (license license:gpl2)))
17550
17551 (define-public r-elasticnet
17552 (package
17553 (name "r-elasticnet")
17554 (version "1.3")
17555 (source
17556 (origin
17557 (method url-fetch)
17558 (uri (cran-uri "elasticnet" version))
17559 (sha256
17560 (base32
17561 "0nxcw06d0cp2mbqzg2fm9yys5xm6xx7bfcfvr0avcs8afkvz29j8"))))
17562 (properties `((upstream-name . "elasticnet")))
17563 (build-system r-build-system)
17564 (propagated-inputs
17565 `(("r-lars" ,r-lars)))
17566 (home-page "http://users.stat.umn.edu/~zouxx019/")
17567 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
17568 (description
17569 "This package provides functions for fitting the entire solution path of
17570 the Elastic-Net and also provides functions for estimating sparse Principal
17571 Components. The Lasso solution paths can be computed by the same function.")
17572 (license license:gpl2+)))
17573
17574 (define-public r-sparselda
17575 (package
17576 (name "r-sparselda")
17577 (version "0.1-9")
17578 (source
17579 (origin
17580 (method url-fetch)
17581 (uri (cran-uri "sparseLDA" version))
17582 (sha256
17583 (base32
17584 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
17585 (properties `((upstream-name . "sparseLDA")))
17586 (build-system r-build-system)
17587 (propagated-inputs
17588 `(("r-elasticnet" ,r-elasticnet)
17589 ("r-mass" ,r-mass)
17590 ("r-mda" ,r-mda)))
17591 (home-page "https://www.imm.dtu.dk/~lkhc/")
17592 (synopsis "Sparse discriminant analysis")
17593 (description
17594 "This package performs sparse linear discriminant analysis for Gaussians
17595 and mixture of Gaussian models.")
17596 (license license:gpl2+)))
17597
17598 (define-public r-accsda
17599 (package
17600 (name "r-accsda")
17601 (version "1.0.0")
17602 (source
17603 (origin
17604 (method url-fetch)
17605 (uri (cran-uri "accSDA" version))
17606 (sha256
17607 (base32
17608 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
17609 (properties `((upstream-name . "accSDA")))
17610 (build-system r-build-system)
17611 (propagated-inputs
17612 `(("r-ggplot2" ,r-ggplot2)
17613 ("r-ggthemes" ,r-ggthemes)
17614 ("r-gridextra" ,r-gridextra)
17615 ("r-mass" ,r-mass)
17616 ("r-rarpack" ,r-rarpack)
17617 ("r-sparselda" ,r-sparselda)))
17618 (home-page "https://github.com/gumeo/accSDA/wiki")
17619 (synopsis "Accelerated sparse discriminant analysis")
17620 (description
17621 "This package provides an implementation of sparse linear discriminant
17622 analysis, which is a supervised classification method for multiple classes.
17623 Various novel optimization approaches to this problem are implemented
17624 including @dfn{alternating direction method of multipliers} (ADMM),
17625 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
17626 Functions for performing cross validation are also supplied along with basic
17627 prediction and plotting functions. @dfn{Sparse zero variance
17628 discriminant} (SZVD) analysis is also included in the package.")
17629 (license license:gpl2+)))
17630
17631 (define-public r-ace2fastq
17632 (package
17633 (name "r-ace2fastq")
17634 (version "0.6.0")
17635 (source
17636 (origin
17637 (method url-fetch)
17638 (uri (cran-uri "ace2fastq" version))
17639 (sha256
17640 (base32
17641 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
17642 (properties `((upstream-name . "ace2fastq")))
17643 (build-system r-build-system)
17644 (propagated-inputs
17645 `(("r-stringr" ,r-stringr)))
17646 (home-page "https://github.com/c5sire/ace2fastq")
17647 (synopsis "ACE file to FASTQ converter")
17648 (description
17649 "The ACE file format is used in genomics to store contigs from sequencing
17650 machines. This tools converts it into FASTQ format. Both formats contain the
17651 sequence characters and their corresponding quality information. Unlike the
17652 FASTQ file, the ACE file stores the quality values numerically. The
17653 conversion algorithm uses the standard Sanger formula. The package
17654 facilitates insertion into pipelines, and content inspection.")
17655 (license license:gpl3)))
17656
17657 (define-public r-rngwell
17658 (package
17659 (name "r-rngwell")
17660 (version "0.10-6")
17661 (source
17662 (origin
17663 (method url-fetch)
17664 (uri (cran-uri "rngWELL" version))
17665 (sha256
17666 (base32
17667 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
17668 (properties `((upstream-name . "rngWELL")))
17669 (build-system r-build-system)
17670 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
17671 (synopsis "Toolbox for WELL random number generators")
17672 (description
17673 "This is a dedicated package to WELL pseudo random generators, which were
17674 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
17675 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
17676 (license license:bsd-3)))
17677
17678 (define-public r-randtoolbox
17679 (package
17680 (name "r-randtoolbox")
17681 (version "1.30.1")
17682 (source
17683 (origin
17684 (method url-fetch)
17685 (uri (cran-uri "randtoolbox" version))
17686 (sha256
17687 (base32
17688 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
17689 (properties `((upstream-name . "randtoolbox")))
17690 (build-system r-build-system)
17691 (propagated-inputs
17692 `(("r-rngwell" ,r-rngwell)))
17693 (native-inputs
17694 `(("gfortran" ,gfortran)))
17695 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
17696 (synopsis "Toolbox for pseudo and quasi random number generation")
17697 (description
17698 "This package provides
17699
17700 @enumerate
17701 @item pseudo random generators, such as general linear
17702 congruential generators, multiple recursive generators and generalized
17703 feedback shift register (SF-Mersenne Twister algorithm and WELL
17704 generators)
17705
17706 @item quasi random generators, such as the Torus algorithm, the Sobol
17707 sequence, the Halton sequence (including the Van der Corput sequence), and
17708
17709 @item some generator tests: the gap test, the serial test, the poker test.
17710 @end enumerate
17711
17712 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
17713 (license license:bsd-3)))
17714
17715 (define-public r-lhs
17716 (package
17717 (name "r-lhs")
17718 (version "1.0.2")
17719 (source
17720 (origin
17721 (method url-fetch)
17722 (uri (cran-uri "lhs" version))
17723 (sha256
17724 (base32
17725 "0n0i1hr9gmc0hfcs2cvpjvdfgm6k26rhcq3q22r8ic0gfj953572"))))
17726 (properties `((upstream-name . "lhs")))
17727 (build-system r-build-system)
17728 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17729 (native-inputs
17730 `(("r-knitr" ,r-knitr)))
17731 (home-page "https://github.com/bertcarnell/lhs")
17732 (synopsis "Latin Hypercube Samples")
17733 (description
17734 "This package provides a number of methods for creating and augmenting
17735 Latin Hypercube Samples.")
17736 (license license:gpl3)))
17737
17738 (define-public r-acebayes
17739 (package
17740 (name "r-acebayes")
17741 (version "1.9")
17742 (source
17743 (origin
17744 (method url-fetch)
17745 (uri (cran-uri "acebayes" version))
17746 (sha256
17747 (base32
17748 "1imfwm1vpbb24vfmfn1nljhmaz8429mwjihw34892p387s8h7xz2"))))
17749 (properties `((upstream-name . "acebayes")))
17750 (build-system r-build-system)
17751 (propagated-inputs
17752 `(("r-compare" ,r-compare)
17753 ("r-lhs" ,r-lhs)
17754 ("r-randtoolbox" ,r-randtoolbox)
17755 ("r-rcpp" ,r-rcpp)
17756 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17757 (home-page "https://cran.r-project.org/web/packages/acebayes/")
17758 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
17759 (description
17760 "Finding an optimal Bayesian experimental design involves maximizing an
17761 objective function given by the expectation of some appropriately chosen
17762 utility function with respect to the joint distribution of unknown
17763 quantities (including responses). This objective function is usually not
17764 available in closed form and the design space can be continuous and of high
17765 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
17766 to maximise an approximation to the expectation of the utility function.")
17767 (license license:gpl2)))
17768
17769 (define-public r-acet
17770 (package
17771 (name "r-acet")
17772 (version "1.8.0")
17773 (source
17774 (origin
17775 (method url-fetch)
17776 (uri (cran-uri "ACEt" version))
17777 (sha256
17778 (base32
17779 "0626d6kg485xjya164wagrr5z223jvi93ywbwpdns7fkm03c0dlq"))))
17780 (properties `((upstream-name . "ACEt")))
17781 (build-system r-build-system)
17782 (propagated-inputs
17783 `(("r-bh" ,r-bh)
17784 ("r-mass" ,r-mass)
17785 ("r-rcpp" ,r-rcpp)
17786 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17787 (home-page "https://cran.r-project.org/web/packages/ACEt/")
17788 (synopsis "Estimating dynamic heritability and twin model comparison")
17789 (description
17790 "This package supports twin models that are able to estimate the dynamic
17791 behaviour of the variance components in the classical twin models with respect
17792 to age using B-splines and P-splines.")
17793 (license license:gpl2+)))
17794
17795 (define-public r-acfmperiod
17796 (package
17797 (name "r-acfmperiod")
17798 (version "1.0.0")
17799 (source
17800 (origin
17801 (method url-fetch)
17802 (uri (cran-uri "acfMPeriod" version))
17803 (sha256
17804 (base32
17805 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
17806 (properties `((upstream-name . "acfMPeriod")))
17807 (build-system r-build-system)
17808 (propagated-inputs
17809 `(("r-mass" ,r-mass)))
17810 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
17811 (synopsis "Estimation of the ACF from the M-periodogram")
17812 (description
17813 "This package support non-robust and robust computations of the sample
17814 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
17815 univariate and multivariate processes. The methodology consists in reversing
17816 the diagonalization procedure involving the periodogram or the
17817 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
17818 ACOVF or the ACF as discussed in Fuller (1995)
17819 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
17820 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
17821 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
17822 (license license:gpl2+)))
17823
17824 (define-public r-gamlss-data
17825 (package
17826 (name "r-gamlss-data")
17827 (version "5.1-4")
17828 (source
17829 (origin
17830 (method url-fetch)
17831 (uri (cran-uri "gamlss.data" version))
17832 (sha256
17833 (base32
17834 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
17835 (properties `((upstream-name . "gamlss.data")))
17836 (build-system r-build-system)
17837 (home-page "http://www.gamlss.org/")
17838 (synopsis "GAMLSS data")
17839 (description
17840 "This package provides data used as examples to demonstrate GAMLSS
17841 models.")
17842 ;; Either version of the license
17843 (license (list license:gpl2 license:gpl3))))
17844
17845 (define-public r-gamlss
17846 (package
17847 (name "r-gamlss")
17848 (version "5.1-6")
17849 (source
17850 (origin
17851 (method url-fetch)
17852 (uri (cran-uri "gamlss" version))
17853 (sha256
17854 (base32
17855 "16b7ick1khvldbvfmmpw9cjs1vznnrisvifq7717fxzd8c9s5jdr"))))
17856 (properties `((upstream-name . "gamlss")))
17857 (build-system r-build-system)
17858 (propagated-inputs
17859 `(("r-gamlss-data" ,r-gamlss-data)
17860 ("r-gamlss-dist" ,r-gamlss-dist)
17861 ("r-mass" ,r-mass)
17862 ("r-nlme" ,r-nlme)
17863 ("r-survival" ,r-survival)))
17864 (home-page "http://www.gamlss.org/")
17865 (synopsis "Generalized additive models for location scale and shape")
17866 (description
17867 "This package provides functions for fitting the generalized additive
17868 models for location scale and shape introduced by Rigby and
17869 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
17870 use a distributional regression approach where all the parameters of the
17871 conditional distribution of the response variable are modelled using
17872 explanatory variables.")
17873 ;; Either version of the license
17874 (license (list license:gpl2 license:gpl3))))
17875
17876 (define-public r-acid
17877 (package
17878 (name "r-acid")
17879 (version "1.1")
17880 (source
17881 (origin
17882 (method url-fetch)
17883 (uri (cran-uri "acid" version))
17884 (sha256
17885 (base32
17886 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
17887 (properties `((upstream-name . "acid")))
17888 (build-system r-build-system)
17889 (propagated-inputs
17890 `(("r-gamlss" ,r-gamlss)
17891 ("r-gamlss-dist" ,r-gamlss-dist)
17892 ("r-hmisc" ,r-hmisc)))
17893 (home-page "https://cran.r-project.org/web/packages/acid/")
17894 (synopsis "Analysing conditional income distributions")
17895 (description
17896 "This package provides functions for the analysis of income distributions
17897 for subgroups of the population as defined by a set of variables like age,
17898 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
17899 distribution as well as functions for moments, inequality measures, entropy
17900 measures and polarisation measures of income distributions. This package thus
17901 aides the analysis of income inequality by offering tools for the exploratory
17902 analysis of income distributions at the disaggregated level.")
17903 (license license:gpl3)))
17904
17905 (define-public r-acm4r
17906 (package
17907 (name "r-acm4r")
17908 (version "1.0")
17909 (source
17910 (origin
17911 (method url-fetch)
17912 (uri (cran-uri "acm4r" version))
17913 (sha256
17914 (base32
17915 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
17916 (properties `((upstream-name . "acm4r")))
17917 (build-system r-build-system)
17918 (propagated-inputs `(("r-mass" ,r-mass)))
17919 (home-page "https://cran.r-project.org/web/packages/acm4r/")
17920 (synopsis "Align-and-count method comparisons of RFLP data")
17921 (description
17922 "This is a package to compare sequence fragment lengths or molecular
17923 weights from pairs of lanes. The number of matching bands in the
17924 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
17925 the align-and-count method.")
17926 ;; Any version of the GPL
17927 (license (list license:gpl2+ license:gpl3+))))
17928
17929 (define-public r-filematrix
17930 (package
17931 (name "r-filematrix")
17932 (version "1.3")
17933 (source
17934 (origin
17935 (method url-fetch)
17936 (uri (cran-uri "filematrix" version))
17937 (sha256
17938 (base32
17939 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
17940 (properties `((upstream-name . "filematrix")))
17941 (build-system r-build-system)
17942 ;; These inputs are needed for vignettes
17943 (native-inputs
17944 `(("r-knitr" ,r-knitr)
17945 ("r-rmarkdown" ,r-rmarkdown)
17946 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
17947 (home-page "https://github.com/andreyshabalin/filematrix")
17948 (synopsis "File-backed matrix class with convenient read and write access")
17949 (description
17950 "This package provides an interface for working with large matrices
17951 stored in files, not in computer memory. It supports multiple non-character
17952 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
17953 byte real values). Access to parts of the matrix is done by indexing, exactly
17954 as with usual R matrices. It supports very large matrices; the package has
17955 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
17956 columns, ad allows for quick addition of extra columns to a filematrix.")
17957 (license license:lgpl3)))
17958
17959 (define-public r-acmeeqtl
17960 (package
17961 (name "r-acmeeqtl")
17962 (version "1.6")
17963 (source
17964 (origin
17965 (method url-fetch)
17966 (uri (cran-uri "ACMEeqtl" version))
17967 (sha256
17968 (base32
17969 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
17970 (properties `((upstream-name . "ACMEeqtl")))
17971 (build-system r-build-system)
17972 (propagated-inputs
17973 `(("r-filematrix" ,r-filematrix)))
17974 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
17975 (synopsis "Estimation of interpretable eQTL effect sizes")
17976 (description
17977 "This package provides a non-linear model, termed ACME, that reflects a
17978 parsimonious biological model for allelic contributions of cis-acting eQTLs.
17979 With non-linear least-squares algorithm the maximum likelihood parameters can
17980 be estimated. The ACME model provides interpretable effect size estimates and
17981 p-values with well controlled Type-I error.")
17982 (license license:lgpl3)))
17983
17984 (define-public r-acmer
17985 (package
17986 (name "r-acmer")
17987 (version "1.1.0")
17988 (source
17989 (origin
17990 (method url-fetch)
17991 (uri (cran-uri "acmeR" version))
17992 (sha256
17993 (base32
17994 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
17995 (properties `((upstream-name . "acmeR")))
17996 (build-system r-build-system)
17997 (propagated-inputs `(("r-foreign" ,r-foreign)))
17998 (home-page "https://cran.r-project.org/web/packages/acmeR/")
17999 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
18000 (description
18001 "This package provides an implementation of the ACME estimator, described
18002 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
18003 Mortality at Wind Turbines. Unlike most other models, this estimator supports
18004 decreasing-hazard Weibull model for persistence; decreasing search proficiency
18005 as carcasses age; variable bleed-through at successive searches; and interval
18006 mortality estimates. The package provides, based on search data, functions
18007 for estimating the mortality inflation factor in Frequentist and Bayesian
18008 settings.")
18009 (license license:expat)))
18010
18011 (define-public r-r-huge
18012 (package
18013 (name "r-r-huge")
18014 (version "0.9.0")
18015 (source
18016 (origin
18017 (method url-fetch)
18018 (uri (cran-uri "R.huge" version))
18019 (sha256
18020 (base32
18021 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
18022 (properties `((upstream-name . "R.huge")))
18023 (build-system r-build-system)
18024 (propagated-inputs
18025 `(("r-r-methodss3" ,r-r-methodss3)
18026 ("r-r-oo" ,r-r-oo)
18027 ("r-r-utils" ,r-r-utils)))
18028 (home-page "https://github.com/HenrikBengtsson/R.huge")
18029 (synopsis "Methods for accessing huge amounts of data")
18030 (description
18031 "This is a deprecated package for accessing huge amounts of data.
18032 Cross-platform alternatives are the following packages: bigmemory (CRAN),
18033 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
18034 the @code{aroma.affymetrix} package.")
18035 (license license:lgpl2.1+)))
18036
18037 (define-public r-r-filesets
18038 (package
18039 (name "r-r-filesets")
18040 (version "2.13.0")
18041 (source
18042 (origin
18043 (method url-fetch)
18044 (uri (cran-uri "R.filesets" version))
18045 (sha256
18046 (base32
18047 "124rygq0bl9n4akxcm868nl30cyk3rz0iprb98zlpk62gci9f5fg"))))
18048 (properties `((upstream-name . "R.filesets")))
18049 (build-system r-build-system)
18050 (propagated-inputs
18051 `(("r-digest" ,r-digest)
18052 ("r-r-cache" ,r-r-cache)
18053 ("r-r-methodss3" ,r-r-methodss3)
18054 ("r-r-oo" ,r-r-oo)
18055 ("r-r-utils" ,r-r-utils)))
18056 (home-page "https://github.com/HenrikBengtsson/R.filesets")
18057 (synopsis "Easy handling of and access to files")
18058 (description
18059 "This package provides classes and methods to locate, setup, subset,
18060 navigate and iterate file sets, i.e. sets of files located in one or more
18061 directories on the file system. The API is designed such that these classes
18062 can be extended via inheritance to provide a richer API for special file
18063 formats. Moreover, a specific name format is defined such that filenames and
18064 directories can be considered to have full names which consists of a name
18065 followed by comma-separated tags. This adds additional flexibility to
18066 identify file sets and individual files.")
18067 (license license:lgpl2.1+)))
18068
18069 (define-public r-r-devices
18070 (package
18071 (name "r-r-devices")
18072 (version "2.16.1")
18073 (source
18074 (origin
18075 (method url-fetch)
18076 (uri (cran-uri "R.devices" version))
18077 (sha256
18078 (base32
18079 "15zlnq3g27whq26fbcy5zfl5hiddm256h4rga4frblg6wqlbkvdd"))))
18080 (properties `((upstream-name . "R.devices")))
18081 (build-system r-build-system)
18082 (propagated-inputs
18083 `(("r-base64enc" ,r-base64enc)
18084 ("r-r-methodss3" ,r-r-methodss3)
18085 ("r-r-oo" ,r-r-oo)
18086 ("r-r-utils" ,r-r-utils)))
18087 (home-page "https://github.com/HenrikBengtsson/R.devices")
18088 (synopsis "Unified handling of graphics devices")
18089 (description
18090 "This package provides functions for creating plots and image files in a
18091 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
18092 Default device options as well as scales and aspect ratios are controlled in a
18093 uniform way across all device types. Switching output format requires minimal
18094 changes in code. This package is ideal for large-scale batch processing,
18095 because it will never leave open graphics devices or incomplete image files
18096 behind, even on errors or user interrupts.")
18097 (license license:lgpl2.1+)))
18098
18099 (define-public r-acnr
18100 (package
18101 (name "r-acnr")
18102 (version "1.0.0")
18103 (source
18104 (origin
18105 (method url-fetch)
18106 (uri (cran-uri "acnr" version))
18107 (sha256
18108 (base32
18109 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
18110 (properties `((upstream-name . "acnr")))
18111 (build-system r-build-system)
18112 (home-page "https://github.com/mpierrejean/acnr")
18113 (synopsis "Annotated copy-number regions")
18114 (description
18115 "This package provides SNP array data from different types of copy-number
18116 regions. These regions were identified manually by the authors of the package
18117 and may be used to generate realistic data sets with known truth.")
18118 (license license:lgpl2.1+)))
18119
18120 (define-public r-acopula
18121 (package
18122 (name "r-acopula")
18123 (version "0.9.3")
18124 (source
18125 (origin
18126 (method url-fetch)
18127 (uri (cran-uri "acopula" version))
18128 (sha256
18129 (base32
18130 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
18131 (properties `((upstream-name . "acopula")))
18132 (build-system r-build-system)
18133 (home-page "https://cran.r-project.org/web/packages/acopula/")
18134 (synopsis "Modelling dependence with multivariate Archimax copulas")
18135 (description
18136 "Archimax copulas are a mixture of Archimedean and EV copulas. This
18137 package provides definitions of several parametric families of generator and
18138 dependence function, computes CDF and PDF, estimates parameters, tests for
18139 goodness of fit, generates random sample and checks copula properties for
18140 custom constructs. In the 2-dimensional case explicit formulas for density
18141 are used, contrary to higher dimensions when all derivatives are linearly
18142 approximated. Several non-archimax families (normal, FGM, Plackett) are
18143 provided as well.")
18144 (license license:gpl2)))
18145
18146 (define-public r-tuner
18147 (package
18148 (name "r-tuner")
18149 (version "1.3.3")
18150 (source
18151 (origin
18152 (method url-fetch)
18153 (uri (cran-uri "tuneR" version))
18154 (sha256
18155 (base32
18156 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
18157 (properties `((upstream-name . "tuneR")))
18158 (build-system r-build-system)
18159 (propagated-inputs `(("r-signal" ,r-signal)))
18160 (home-page "https://cran.r-project.org/web/packages/tuneR/")
18161 (synopsis "Analysis of music and speech")
18162 (description
18163 "This is a package for the analysis of music and speech. Analyze music
18164 and speech, extract features like MFCCs, handle wave files and their
18165 representation in various ways, read MP3, read MIDI, perform steps of a
18166 transcription, ...")
18167 ;; Either of these versions.
18168 (license (list license:gpl2 license:gpl3))))
18169
18170 (define-public r-seewave
18171 (package
18172 (name "r-seewave")
18173 (version "2.1.6")
18174 (source
18175 (origin
18176 (method url-fetch)
18177 (uri (cran-uri "seewave" version))
18178 (sha256
18179 (base32
18180 "123h3q0gps0vy9sikr7gjphnv9m3l4h4mykiydjllmrpaw1s1844"))))
18181 (properties `((upstream-name . "seewave")))
18182 (build-system r-build-system)
18183 (inputs
18184 `(("libsndfile" ,libsndfile)))
18185 (propagated-inputs
18186 `(("r-tuner" ,r-tuner)))
18187 (home-page "http://rug.mnhn.fr/seewave")
18188 (synopsis "Sound analysis and synthesis")
18189 (description
18190 "This package provides functions for analysing, manipulating, displaying,
18191 editing and synthesizing time waves (particularly sound). This package
18192 processes time analysis (oscillograms and envelopes), spectral content,
18193 resonance quality factor, entropy, cross correlation and autocorrelation,
18194 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
18195 and 3D spectrograms and many other analyses.")
18196 (license license:gpl2+)))
18197
18198 (define-public r-acousticndlcoder
18199 (package
18200 (name "r-acousticndlcoder")
18201 (version "1.0.2")
18202 (source
18203 (origin
18204 (method url-fetch)
18205 (uri (cran-uri "AcousticNDLCodeR" version))
18206 (sha256
18207 (base32
18208 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
18209 (properties
18210 `((upstream-name . "AcousticNDLCodeR")))
18211 (build-system r-build-system)
18212 (propagated-inputs
18213 `(("r-seewave" ,r-seewave)
18214 ("r-tuner" ,r-tuner)
18215 ("r-zoo" ,r-zoo)))
18216 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
18217 (synopsis "Coding sound files for use with NDL")
18218 (description
18219 "Make acoustic cues to use with the R package @code{ndl}.
18220 The package implements functions used in the PLoS ONE paper \"Words from
18221 spontaneous conversational speech can be recognized with human-like accuracy
18222 by an error-driven learning algorithm that discriminates between meanings
18223 straight from smart acoustic features, bypassing the phoneme as recognition
18224 unit.\" @url{doi:10.1371/journal.pone.0174623}")
18225 (license license:gpl2+)))
18226
18227 (define-public r-acp
18228 (package
18229 (name "r-acp")
18230 (version "2.1")
18231 (source
18232 (origin
18233 (method url-fetch)
18234 (uri (cran-uri "acp" version))
18235 (sha256
18236 (base32
18237 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
18238 (properties `((upstream-name . "acp")))
18239 (build-system r-build-system)
18240 (propagated-inputs
18241 `(("r-quantmod" ,r-quantmod)
18242 ("r-tseries" ,r-tseries)))
18243 (home-page "https://cran.r-project.org/web/packages/acp/")
18244 (synopsis "Autoregressive conditional Poisson")
18245 (description
18246 "This package supports the analysis of count data exhibiting
18247 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
18248 model (ACP(p,q)) proposed by Heinen (2003).")
18249 (license license:gpl2)))
18250
18251 (define-public r-ada
18252 (package
18253 (name "r-ada")
18254 (version "2.0-5")
18255 (source
18256 (origin
18257 (method url-fetch)
18258 (uri (cran-uri "ada" version))
18259 (sha256
18260 (base32
18261 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
18262 (properties `((upstream-name . "ada")))
18263 (build-system r-build-system)
18264 (propagated-inputs `(("r-rpart" ,r-rpart)))
18265 (home-page "https://cran.r-project.org/web/packages/ada/")
18266 (synopsis "Stochastic boosting")
18267 (description
18268 "This package provides a straightforward, well-documented, and broad
18269 boosting routine for classification, ideally suited for small to
18270 moderate-sized data sets. It performs discrete, real, and gentle boost under
18271 both exponential and logistic loss on a given data set.")
18272 ;; Any version of the GPL.
18273 (license (list license:gpl2+ license:gpl3+))))
18274
18275 (define-public r-genalg
18276 (package
18277 (name "r-genalg")
18278 (version "0.2.0")
18279 (source
18280 (origin
18281 (method url-fetch)
18282 (uri (cran-uri "genalg" version))
18283 (sha256
18284 (base32
18285 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
18286 (properties `((upstream-name . "genalg")))
18287 (build-system r-build-system)
18288 (home-page "https://github.com/egonw/genalg")
18289 (synopsis "R based genetic algorithm")
18290 (description
18291 "This package provides an R based genetic algorithm for binary and
18292 floating point chromosomes.")
18293 (license license:gpl2)))
18294
18295 (define-public r-kernelfactory
18296 (package
18297 (name "r-kernelfactory")
18298 (version "0.3.0")
18299 (source
18300 (origin
18301 (method url-fetch)
18302 (uri (cran-uri "kernelFactory" version))
18303 (sha256
18304 (base32
18305 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
18306 (properties `((upstream-name . "kernelFactory")))
18307 (build-system r-build-system)
18308 (propagated-inputs
18309 `(("r-auc" ,r-auc)
18310 ("r-genalg" ,r-genalg)
18311 ("r-kernlab" ,r-kernlab)
18312 ("r-randomforest" ,r-randomforest)))
18313 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
18314 (synopsis "Ensemble of kernel machines")
18315 (description
18316 "Kernel factory is an ensemble method where each base classifier (random
18317 forest) is fit on the kernel matrix of a subset of the training data.")
18318 (license license:gpl2+)))
18319
18320 (define-public r-dummies
18321 (package
18322 (name "r-dummies")
18323 (version "1.5.6")
18324 (source
18325 (origin
18326 (method url-fetch)
18327 (uri (cran-uri "dummies" version))
18328 (sha256
18329 (base32
18330 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
18331 (properties `((upstream-name . "dummies")))
18332 (build-system r-build-system)
18333 (home-page "https://decisionpatterns.com")
18334 (synopsis "Create dummy/indicator variables flexibly and efficiently")
18335 (description
18336 "This package lets you expand factors, characters and other eligible
18337 classes into dummy/indicator variables.")
18338 (license license:gpl2+)))
18339
18340 (define-public r-acrm
18341 (package
18342 (name "r-acrm")
18343 (version "0.1.1")
18344 (source
18345 (origin
18346 (method url-fetch)
18347 (uri (cran-uri "aCRM" version))
18348 (sha256
18349 (base32
18350 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
18351 (properties `((upstream-name . "aCRM")))
18352 (build-system r-build-system)
18353 (propagated-inputs
18354 `(("r-ada" ,r-ada)
18355 ("r-dummies" ,r-dummies)
18356 ("r-kernelfactory" ,r-kernelfactory)
18357 ("r-randomforest" ,r-randomforest)))
18358 (home-page "https://cran.r-project.org/web/packages/aCRM/")
18359 (synopsis "Convenience functions for analytical customer relationship management")
18360 (description
18361 "This package provides convenience functions for data preparation and
18362 modeling often used in @dfn{analytical customer relationship
18363 management} (aCRM).")
18364 (license license:gpl2+)))
18365
18366 (define-public r-treeclust
18367 (package
18368 (name "r-treeclust")
18369 (version "1.1-7")
18370 (source
18371 (origin
18372 (method url-fetch)
18373 (uri (cran-uri "treeClust" version))
18374 (sha256
18375 (base32
18376 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
18377 (properties `((upstream-name . "treeClust")))
18378 (build-system r-build-system)
18379 (propagated-inputs
18380 `(("r-cluster" ,r-cluster)
18381 ("r-rpart" ,r-rpart)))
18382 (home-page "https://cran.r-project.org/web/packages/treeClust/")
18383 (synopsis "Cluster distances through trees")
18384 (description
18385 "This package provides tools to create a measure of inter-point
18386 dissimilarity useful for clustering mixed data, and, optionally, perform the
18387 clustering.")
18388 (license license:gpl2+)))
18389
18390 (define-public r-acrosstic
18391 (package
18392 (name "r-acrosstic")
18393 (version "1.0-3")
18394 (source
18395 (origin
18396 (method url-fetch)
18397 (uri (cran-uri "AcrossTic" version))
18398 (sha256
18399 (base32
18400 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
18401 (properties `((upstream-name . "AcrossTic")))
18402 (build-system r-build-system)
18403 (propagated-inputs
18404 `(("r-lpsolve" ,r-lpsolve)
18405 ("r-treeclust" ,r-treeclust)))
18406 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
18407 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
18408 (description
18409 "This is a package for constructing minimum-cost regular spanning
18410 subgraph as part of a non-parametric two-sample test for equality of
18411 distribution.")
18412 (license license:gpl2+)))
18413
18414 (define-public r-acrt
18415 (package
18416 (name "r-acrt")
18417 (version "1.0.1")
18418 (source
18419 (origin
18420 (method url-fetch)
18421 (uri (cran-uri "acrt" version))
18422 (sha256
18423 (base32
18424 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
18425 (properties `((upstream-name . "acrt")))
18426 (build-system r-build-system)
18427 (propagated-inputs
18428 `(("r-rcpp" ,r-rcpp)
18429 ("r-rcppeigen" ,r-rcppeigen)
18430 ("r-sandwich" ,r-sandwich)))
18431 (home-page "https://cran.r-project.org/web/packages/acrt/")
18432 (synopsis "Autocorrelation robust testing")
18433 (description
18434 "This package provides functions for testing affine hypotheses on the
18435 regression coefficient vector in regression models with autocorrelated
18436 errors.")
18437 (license license:gpl2)))
18438
18439 (define-public r-acs
18440 (package
18441 (name "r-acs")
18442 (version "2.1.4")
18443 (source
18444 (origin
18445 (method url-fetch)
18446 (uri (cran-uri "acs" version))
18447 (sha256
18448 (base32
18449 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
18450 (properties `((upstream-name . "acs")))
18451 (build-system r-build-system)
18452 (propagated-inputs
18453 `(("r-httr" ,r-httr)
18454 ("r-plyr" ,r-plyr)
18455 ("r-rcpp" ,r-rcpp)
18456 ("r-stringr" ,r-stringr)
18457 ("r-xml" ,r-xml)))
18458 (home-page "https://dusp.mit.edu/faculty/ezra-haber-glenn")
18459 (synopsis "Work with data from the US Census")
18460 (description
18461 "This package provides a general toolkit for downloading, managing,
18462 analyzing, and presenting data from the
18463 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
18464 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
18465 American Community Survey (ACS). Confidence intervals provided with ACS data
18466 are converted to standard errors to be bundled with estimates in complex
18467 @code{acs} objects. The package provides new methods to conduct standard
18468 operations on @code{acs} objects and present/plot data in statistically
18469 appropriate ways.")
18470 (license license:gpl3)))
18471
18472 (define-public r-acss-data
18473 (package
18474 (name "r-acss-data")
18475 (version "1.0")
18476 (source
18477 (origin
18478 (method url-fetch)
18479 (uri (cran-uri "acss.data" version))
18480 (sha256
18481 (base32
18482 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
18483 (properties `((upstream-name . "acss.data")))
18484 (build-system r-build-system)
18485 (home-page "http://complexitycalculator.com/methodology.html")
18486 (synopsis "Data for algorithmic complexity of short strings")
18487 (description
18488 "This is a data only package providing the algorithmic complexity of
18489 short strings, computed using the coding theorem method. For a given set of
18490 symbols in a string, all possible or a large number of random samples of
18491 Turing machines with a given number of states (e.g., 5) and number of symbols
18492 corresponding to the number of symbols in the strings were simulated until
18493 they reached a halting state or failed to end. This package contains data on
18494 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
18495 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
18496 distribution of the halting states.")
18497 (license license:gpl2+)))
18498
18499 (define-public r-acss
18500 (package
18501 (name "r-acss")
18502 (version "0.2-5")
18503 (source
18504 (origin
18505 (method url-fetch)
18506 (uri (cran-uri "acss" version))
18507 (sha256
18508 (base32
18509 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
18510 (properties `((upstream-name . "acss")))
18511 (build-system r-build-system)
18512 (propagated-inputs
18513 `(("r-acss-data" ,r-acss-data)
18514 ("r-zoo" ,r-zoo)))
18515 (home-page "http://complexitycalculator.com/methodology.html")
18516 (synopsis "Algorithmic complexity for short strings")
18517 (description
18518 "The main purpose of this package is to provide the algorithmic
18519 complexity for short strings, an approximation of the Kolmogorov Complexity of
18520 a short string using the coding theorem method. While the database containing
18521 the complexity is provided in the data only package @code{acss.data}, this
18522 package provides functions accessing the data such as @code{prob_random}
18523 returning the posterior probability that a given string was produced by a
18524 random process. In addition, two traditional (but problematic) measures of
18525 complexity are also provided: entropy and change complexity.")
18526 (license license:gpl2+)))
18527
18528 (define-public r-acswr
18529 (package
18530 (name "r-acswr")
18531 (version "1.0")
18532 (source
18533 (origin
18534 (method url-fetch)
18535 (uri (cran-uri "ACSWR" version))
18536 (sha256
18537 (base32
18538 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
18539 (properties `((upstream-name . "ACSWR")))
18540 (build-system r-build-system)
18541 (propagated-inputs
18542 `(("r-mass" ,r-mass)))
18543 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
18544 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
18545 (description
18546 "This is a companion package for the book \"A Course in Statistics with
18547 R\" (ISBN 978-1-119-15272-9.)")
18548 (license license:gpl2)))
18549
18550 (define-public r-alabama
18551 (package
18552 (name "r-alabama")
18553 (version "2015.3-1")
18554 (source
18555 (origin
18556 (method url-fetch)
18557 (uri (cran-uri "alabama" version))
18558 (sha256
18559 (base32
18560 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
18561 (properties `((upstream-name . "alabama")))
18562 (build-system r-build-system)
18563 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
18564 (home-page "https://cran.r-project.org/web/packages/alabama/")
18565 (synopsis "Constrained nonlinear optimization")
18566 (description
18567 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
18568 Algorithm; it is used for optimizing smooth nonlinear objective functions with
18569 constraints. Linear or nonlinear equality and inequality constraints are
18570 allowed.")
18571 (license license:gpl2+)))
18572
18573 (define-public r-gdina
18574 (package
18575 (name "r-gdina")
18576 (version "2.8.0")
18577 (source
18578 (origin
18579 (method url-fetch)
18580 (uri (cran-uri "GDINA" version))
18581 (sha256
18582 (base32
18583 "0chxnhp37xfd78gafkgwqrmc0jf3pvpdyrkc438kl0l53fb7dld7"))))
18584 (properties `((upstream-name . "GDINA")))
18585 (build-system r-build-system)
18586 (propagated-inputs
18587 `(("r-alabama" ,r-alabama)
18588 ("r-ggplot2" ,r-ggplot2)
18589 ("r-mass" ,r-mass)
18590 ("r-nloptr" ,r-nloptr)
18591 ("r-numderiv" ,r-numderiv)
18592 ("r-rcpp" ,r-rcpp)
18593 ("r-rcpparmadillo" ,r-rcpparmadillo)
18594 ("r-rsolnp" ,r-rsolnp)
18595 ("r-shiny" ,r-shiny)
18596 ("r-shinydashboard" ,r-shinydashboard)))
18597 (native-inputs
18598 `(("r-knitr" ,r-knitr)))
18599 (home-page "https://github.com/Wenchao-Ma/GDINA")
18600 (synopsis "Generalized DINA model framework")
18601 (description
18602 "This package provides a set of psychometric tools for cognitive
18603 diagnosis modeling based on the generalized deterministic inputs, noisy and
18604 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
18605 and its extensions, including the sequential G-DINA model by Ma and de la
18606 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
18607 polytomous G-DINA model by Chen and de la Torre
18608 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
18609 distribution can be independent, saturated, higher-order, loglinear smoothed
18610 or structured. Q-matrix validation, item and model fit statistics, model
18611 comparison at test and item level and differential item functioning can also
18612 be conducted. A graphical user interface is also provided.")
18613 (license license:gpl3)))
18614
18615 (define-public r-actcd
18616 (package
18617 (name "r-actcd")
18618 (version "1.2-0")
18619 (source
18620 (origin
18621 (method url-fetch)
18622 (uri (cran-uri "ACTCD" version))
18623 (sha256
18624 (base32
18625 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
18626 (properties `((upstream-name . "ACTCD")))
18627 (build-system r-build-system)
18628 (propagated-inputs
18629 `(("r-gdina" ,r-gdina)
18630 ("r-r-methodss3" ,r-r-methodss3)))
18631 (native-inputs
18632 `(("gfortran" ,gfortran)))
18633 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
18634 (synopsis "Asymptotic classification theory for cognitive diagnosis")
18635 (description
18636 "This is a package supporting cluster analysis for cognitive diagnosis
18637 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
18638 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
18639 sum-scores, cluster analysis techniques can be used to classify examinees into
18640 latent classes based on their attribute patterns. In addition to the
18641 algorithms used to classify data, three labeling approaches are proposed to
18642 label clusters so that examinees' attribute profiles can be obtained.")
18643 (license license:gpl2+)))
18644
18645 (define-public r-ineq
18646 (package
18647 (name "r-ineq")
18648 (version "0.2-13")
18649 (source
18650 (origin
18651 (method url-fetch)
18652 (uri (cran-uri "ineq" version))
18653 (sha256
18654 (base32
18655 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
18656 (properties `((upstream-name . "ineq")))
18657 (build-system r-build-system)
18658 (home-page "https://cran.r-project.org/web/packages/ineq/")
18659 (synopsis "Measuring inequality, concentration, and poverty")
18660 (description
18661 "This package provides tools for measuring inequality, concentration, and
18662 poverty measures. It provides both empirical and theoretical Lorenz curves.")
18663 ;; Either of these two versions.
18664 (license (list license:gpl2 license:gpl3))))
18665
18666 (define-public r-actfrag
18667 (package
18668 (name "r-actfrag")
18669 (version "0.1.1")
18670 (source
18671 (origin
18672 (method url-fetch)
18673 (uri (cran-uri "ActFrag" version))
18674 (sha256
18675 (base32
18676 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
18677 (properties `((upstream-name . "ActFrag")))
18678 (build-system r-build-system)
18679 (propagated-inputs
18680 `(("r-accelerometry" ,r-accelerometry)
18681 ("r-dplyr" ,r-dplyr)
18682 ("r-ineq" ,r-ineq)
18683 ("r-survival" ,r-survival)
18684 ("r-tidyr" ,r-tidyr)))
18685 (home-page "https://github.com/junruidi/ActFrag")
18686 (synopsis "Activity fragmentation metrics extraction")
18687 (description
18688 "This package provides functions to extract commonly used fragmentation
18689 metrics to quantify time accumulation strategies based on minute level
18690 actigraphy-measured activity counts data.")
18691 (license license:gpl3)))
18692
18693 (define-public r-fda
18694 (package
18695 (name "r-fda")
18696 (version "5.1.4")
18697 (source
18698 (origin
18699 (method url-fetch)
18700 (uri (cran-uri "fda" version))
18701 (sha256
18702 (base32
18703 "0js4ggl3aiwsqk6npwz72yhcznkb63smddds24ngf6a0p8yp5p2x"))))
18704 (properties `((upstream-name . "fda")))
18705 (build-system r-build-system)
18706 (propagated-inputs
18707 `(("r-matrix" ,r-matrix)))
18708 (home-page "https://www.functionaldata.org")
18709 (synopsis "Functional data analysis")
18710 (description
18711 "These functions were developed to support functional data analysis as
18712 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
18713 Analysis. The package includes data sets and script files working many
18714 examples.")
18715 (license license:gpl2+)))
18716
18717 (define-public r-actigraphy
18718 (package
18719 (name "r-actigraphy")
18720 (version "1.4.0")
18721 (source
18722 (origin
18723 (method url-fetch)
18724 (uri (cran-uri "Actigraphy" version))
18725 (sha256
18726 (base32
18727 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
18728 (properties `((upstream-name . "Actigraphy")))
18729 (build-system r-build-system)
18730 (propagated-inputs
18731 `(("r-fda" ,r-fda)))
18732 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
18733 (synopsis "Actigraphy data analysis")
18734 (description
18735 "This package provides tools for functional linear modeling and analysis
18736 of actigraphy data.")
18737 (license license:asl2.0)))
18738
18739 (define-public r-activedriver
18740 (package
18741 (name "r-activedriver")
18742 (version "1.0.0")
18743 (source
18744 (origin
18745 (method url-fetch)
18746 (uri (cran-uri "ActiveDriver" version))
18747 (sha256
18748 (base32
18749 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
18750 (properties `((upstream-name . "ActiveDriver")))
18751 (build-system r-build-system)
18752 (propagated-inputs
18753 `(("r-mass" ,r-mass)))
18754 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
18755 (synopsis "Tools for finding cancer driver proteins")
18756 (description
18757 "This package provides a mutation analysis tool that discovers cancer
18758 driver genes with frequent mutations in protein signalling sites such as
18759 post-translational modifications (phosphorylation, ubiquitination, etc). The
18760 Poisson generalized linear regression model identifies genes where cancer
18761 mutations in signalling sites are more frequent than expected from the
18762 sequence of the entire gene. Integration of mutations with signalling
18763 information helps find new driver genes and propose candidate mechanisms to
18764 known drivers.")
18765 (license license:gpl2+)))
18766
18767 (define-public r-activitycounts
18768 (package
18769 (name "r-activitycounts")
18770 (version "0.1.2")
18771 (source
18772 (origin
18773 (method url-fetch)
18774 (uri (cran-uri "activityCounts" version))
18775 (sha256
18776 (base32
18777 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
18778 (properties
18779 `((upstream-name . "activityCounts")))
18780 (build-system r-build-system)
18781 (propagated-inputs
18782 `(("r-lubridate" ,r-lubridate)
18783 ("r-magrittr" ,r-magrittr)
18784 ("r-seewave" ,r-seewave)
18785 ("r-signal" ,r-signal)
18786 ("r-tibble" ,r-tibble)))
18787 (home-page "https://github.com/walkabillylab/activityCounts")
18788 (synopsis "Generate ActiLife counts")
18789 (description
18790 "ActiLife generates activity counts from data collected by Actigraph
18791 accelerometers. Actigraph is one of the most common research-grade
18792 accelerometers. There is considerable research validating and developing
18793 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
18794 counts are proprietary and difficult to implement if researchers use different
18795 accelerometer brands. The code creates ActiLife counts from raw acceleration
18796 data for different accelerometer brands.")
18797 (license license:gpl3)))
18798
18799 (define-public r-activityindex
18800 (package
18801 (name "r-activityindex")
18802 (version "0.3.6")
18803 (source
18804 (origin
18805 (method url-fetch)
18806 (uri (cran-uri "ActivityIndex" version))
18807 (sha256
18808 (base32
18809 "14k6d78s15j7kb7jhixf4msrdjdl28d0r264cbvy41p8dkq7ysvk"))))
18810 (properties `((upstream-name . "ActivityIndex")))
18811 (build-system r-build-system)
18812 (propagated-inputs
18813 `(("r-data-table" ,r-data-table)
18814 ("r-matrixstats" ,r-matrixstats)
18815 ("r-r-utils" ,r-r-utils)))
18816 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
18817 (synopsis "Activity Index calculation using raw accelerometry data")
18818 (description
18819 "This is a package to read raw accelerometry from GT3X+ accelerometry
18820 data and plain table data to calculate the Activity Index from Bai et
18821 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
18822 (license license:gpl3)))
18823
18824 (define-public r-activpal
18825 (package
18826 (name "r-activpal")
18827 (version "0.1.3")
18828 (source
18829 (origin
18830 (method url-fetch)
18831 (uri (cran-uri "activPAL" version))
18832 (sha256
18833 (base32
18834 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
18835 (properties `((upstream-name . "activPAL")))
18836 (build-system r-build-system)
18837 (propagated-inputs
18838 `(("r-devtools" ,r-devtools)
18839 ("r-dplyr" ,r-dplyr)
18840 ("r-ggplot2" ,r-ggplot2)
18841 ("r-lubridate" ,r-lubridate)
18842 ("r-magrittr" ,r-magrittr)
18843 ("r-tidyr" ,r-tidyr)))
18844 (home-page "https://cran.r-project.org/web/packages/activPAL")
18845 (synopsis "Processing and chart generation from activPAL events files")
18846 (description
18847 "This package contains functions to generate pre-defined summary
18848 statistics from activPAL events files. The package also contains functions to
18849 produce informative graphics that visualize physical activity behaviour and
18850 trends. This includes generating graphs that align physical activity
18851 behaviour with additional time based observations described by other data
18852 sets, such as sleep diaries and continuous glucose monitoring data.")
18853 (license license:gpl3)))
18854
18855 (define-public r-activpalprocessing
18856 (package
18857 (name "r-activpalprocessing")
18858 (version "1.0.2")
18859 (source
18860 (origin
18861 (method url-fetch)
18862 (uri (cran-uri "activpalProcessing" version))
18863 (sha256
18864 (base32
18865 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
18866 (properties
18867 `((upstream-name . "activpalProcessing")))
18868 (build-system r-build-system)
18869 (propagated-inputs
18870 `(("r-chron" ,r-chron)))
18871 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
18872 (synopsis "Process activPAL events files")
18873 (description
18874 "This package performs estimation of physical activity and sedentary
18875 behavior variables from activPAL events files.")
18876 ;; Either version of the GPL.
18877 (license (list license:gpl2 license:gpl3))))
18878
18879 (define-public r-actogrammr
18880 (package
18881 (name "r-actogrammr")
18882 (version "0.2.3")
18883 (source
18884 (origin
18885 (method url-fetch)
18886 (uri (cran-uri "actogrammr" version))
18887 (sha256
18888 (base32
18889 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
18890 (properties `((upstream-name . "actogrammr")))
18891 (build-system r-build-system)
18892 (propagated-inputs
18893 `(("r-dplyr" ,r-dplyr)
18894 ("r-ggplot2" ,r-ggplot2)
18895 ("r-lubridate" ,r-lubridate)
18896 ("r-readr" ,r-readr)
18897 ("r-tidyr" ,r-tidyr)))
18898 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
18899 (synopsis "Read in activity data and plot actograms")
18900 (description
18901 "Read in activity measurements from standard file formats used by
18902 circadian rhythm researchers, currently only ClockLab format, and process and
18903 plot the data. The central type of plot is the actogram, as first described
18904 in \"Activity and distribution of certain wild mice in relation to biotic
18905 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
18906 (license license:gpl3)))
18907
18908 (define-public r-expint
18909 (package
18910 (name "r-expint")
18911 (version "0.1-6")
18912 (source
18913 (origin
18914 (method url-fetch)
18915 (uri (cran-uri "expint" version))
18916 (sha256
18917 (base32
18918 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
18919 (properties `((upstream-name . "expint")))
18920 (build-system r-build-system)
18921 (home-page "https://gitlab.com/vigou3/expint")
18922 (synopsis "Exponential integral and incomplete Gamma function")
18923 (description
18924 "This package provides the exponential integrals @code{E_1(x)},
18925 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
18926 function @code{G(a, x)} defined for negative values of its first argument.
18927 The package also gives easy access to the underlying C routines through an
18928 API; see the package vignette for details.")
18929 (license license:gpl2+)))
18930
18931 (define-public r-actuar
18932 (package
18933 (name "r-actuar")
18934 (version "3.0-0")
18935 (source
18936 (origin
18937 (method url-fetch)
18938 (uri (cran-uri "actuar" version))
18939 (sha256
18940 (base32
18941 "0dkp1sczldzy7kj70qvh1q59jhsq1brjybmxdz43jnx63y45llpz"))))
18942 (properties `((upstream-name . "actuar")))
18943 (build-system r-build-system)
18944 (propagated-inputs `(("r-expint" ,r-expint)))
18945 (home-page "https://gitlab.com/vigou3/actuar")
18946 (synopsis "Actuarial functions and heavy tailed distributions")
18947 (description
18948 "This package provides functions and data sets for actuarial science:
18949 modeling of loss distributions; risk theory and ruin theory; simulation of
18950 compound models, discrete mixtures and compound hierarchical models;
18951 credibility theory. It boasts support for many additional probability
18952 distributions to model insurance loss amounts and loss frequency: 19
18953 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
18954 distribution; zero-truncated and zero-modified extensions of the standard
18955 discrete distributions. It also supports phase-type distributions commonly
18956 used to compute ruin probabilities.")
18957 (license license:gpl2+)))
18958
18959 (define-public r-bmp
18960 (package
18961 (name "r-bmp")
18962 (version "0.3")
18963 (source
18964 (origin
18965 (method url-fetch)
18966 (uri (cran-uri "bmp" version))
18967 (sha256
18968 (base32
18969 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
18970 (properties `((upstream-name . "bmp")))
18971 (build-system r-build-system)
18972 (home-page "https://cran.r-project.org/web/packages/bmp/")
18973 (synopsis "Read Bitmap (BMP) images")
18974 (description
18975 "This package provides pure R tools to read BMP format images. It is
18976 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
18977 (license license:gpl2+)))
18978
18979 (define-public r-readbitmap
18980 (package
18981 (name "r-readbitmap")
18982 (version "0.1.5")
18983 (source
18984 (origin
18985 (method url-fetch)
18986 (uri (cran-uri "readbitmap" version))
18987 (sha256
18988 (base32
18989 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
18990 (properties `((upstream-name . "readbitmap")))
18991 (build-system r-build-system)
18992 (inputs
18993 `(("libjpeg" ,libjpeg-turbo)
18994 ("libpng" ,libpng)))
18995 (propagated-inputs
18996 `(("r-bmp" ,r-bmp)
18997 ("r-jpeg" ,r-jpeg)
18998 ("r-png" ,r-png)
18999 ("r-tiff" ,r-tiff)))
19000 (home-page "https://github.com/jefferis/readbitmap")
19001 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
19002 (description
19003 "This package provides tools to identify and read BMP, JPEG, PNG, and
19004 TIFF format bitmap images. Identification defaults to the use of the magic
19005 number embedded in the file rather than the file extension.")
19006 (license license:gpl2+)))
19007
19008 (define-public r-imager
19009 (package
19010 (name "r-imager")
19011 (version "0.42.3")
19012 (source
19013 (origin
19014 (method url-fetch)
19015 (uri (cran-uri "imager" version))
19016 (sha256
19017 (base32
19018 "1wxvbv803222gjrf1ys6a349xlnmmdw3kqgi93piq9gq7lahihvg"))))
19019 (properties `((upstream-name . "imager")))
19020 (build-system r-build-system)
19021 (inputs
19022 `(("fftw" ,fftw)
19023 ("libtiff" ,libtiff)
19024 ("libx11" ,libx11)
19025 ("zlib" ,zlib)))
19026 (propagated-inputs
19027 `(("r-downloader" ,r-downloader)
19028 ("r-igraph" ,r-igraph)
19029 ("r-jpeg" ,r-jpeg)
19030 ("r-magrittr" ,r-magrittr)
19031 ("r-png" ,r-png)
19032 ("r-purrr" ,r-purrr)
19033 ("r-rcpp" ,r-rcpp)
19034 ("r-readbitmap" ,r-readbitmap)
19035 ("r-stringr" ,r-stringr)))
19036 (native-inputs
19037 `(("pkg-config" ,pkg-config)
19038 ("r-knitr" ,r-knitr)))
19039 (home-page "https://dahtah.github.io/imager/")
19040 (synopsis "Image processing library")
19041 (description
19042 "This is a package for fast image processing for images in up to 4
19043 dimensions (two spatial dimensions, one time/depth dimension, one color
19044 dimension). It provides most traditional image processing tools (filtering,
19045 morphology, transformations, etc.) as well as various functions for easily
19046 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
19047 simple, modern C++ library for image processing.")
19048 (license license:lgpl3)))
19049
19050 (define-public r-acuityview
19051 (package
19052 (name "r-acuityview")
19053 (version "0.1")
19054 (source
19055 (origin
19056 (method url-fetch)
19057 (uri (cran-uri "AcuityView" version))
19058 (sha256
19059 (base32
19060 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
19061 (properties `((upstream-name . "AcuityView")))
19062 (build-system r-build-system)
19063 (propagated-inputs
19064 `(("r-fftwtools" ,r-fftwtools)
19065 ("r-imager" ,r-imager)
19066 ("r-plotrix" ,r-plotrix)))
19067 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
19068 (synopsis "Display scenes as seen by an animal with less acute vision")
19069 (description
19070 "This package provides a simple method for representing a visual scene as
19071 it may be seen by an animal with less acute vision.")
19072 (license license:gpl2+)))
19073
19074 (define-public r-caret
19075 (package
19076 (name "r-caret")
19077 (version "6.0-86")
19078 (source
19079 (origin
19080 (method url-fetch)
19081 (uri (cran-uri "caret" version))
19082 (sha256
19083 (base32
19084 "0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
19085 (build-system r-build-system)
19086 (propagated-inputs
19087 `(("r-foreach" ,r-foreach)
19088 ("r-ggplot2" ,r-ggplot2)
19089 ("r-lattice" ,r-lattice)
19090 ("r-modelmetrics" ,r-modelmetrics)
19091 ("r-nlme" ,r-nlme)
19092 ("r-plyr" ,r-plyr)
19093 ("r-proc" ,r-proc)
19094 ("r-recipes" ,r-recipes)
19095 ("r-reshape2" ,r-reshape2)
19096 ("r-withr" ,r-withr)))
19097 (native-inputs
19098 `(("r-knitr" ,r-knitr)))
19099 (home-page "https://github.com/topepo/caret")
19100 (synopsis "Classification and regression training")
19101 (description
19102 "This package provides miscellaneous functions for training and plotting
19103 classification and regression models.")
19104 (license license:gpl2+)))
19105
19106 (define-public r-adabag
19107 (package
19108 (name "r-adabag")
19109 (version "4.2")
19110 (source
19111 (origin
19112 (method url-fetch)
19113 (uri (cran-uri "adabag" version))
19114 (sha256
19115 (base32
19116 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
19117 (properties `((upstream-name . "adabag")))
19118 (build-system r-build-system)
19119 (propagated-inputs
19120 `(("r-caret" ,r-caret)
19121 ("r-doparallel" ,r-doparallel)
19122 ("r-foreach" ,r-foreach)
19123 ("r-rpart" ,r-rpart)))
19124 (home-page "https://cran.r-project.org/web/packages/adabag/")
19125 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
19126 (description
19127 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
19128 Breiman's Bagging algorithm using classification trees as individual
19129 classifiers. Once these classifiers have been trained, they can be used to
19130 predict on new data. Also, cross validation estimation of the error can be
19131 done.")
19132 (license license:gpl2+)))
19133
19134 (define-public r-adagio
19135 (package
19136 (name "r-adagio")
19137 (version "0.7.1")
19138 (source
19139 (origin
19140 (method url-fetch)
19141 (uri (cran-uri "adagio" version))
19142 (sha256
19143 (base32
19144 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
19145 (properties `((upstream-name . "adagio")))
19146 (build-system r-build-system)
19147 (native-inputs `(("gfortran" ,gfortran)))
19148 (home-page "https://cran.r-project.org/web/packages/adagio/")
19149 (synopsis "Discrete and global optimization routines")
19150 (description
19151 "This package provides methods and algorithms for discrete optimization,
19152 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
19153 Hooke-Jeeves minimization, and some (evolutionary) global optimization
19154 functions.")
19155 (license license:gpl3+)))
19156
19157 (define-public r-univoutl
19158 (package
19159 (name "r-univoutl")
19160 (version "0.2")
19161 (source
19162 (origin
19163 (method url-fetch)
19164 (uri (cran-uri "univOutl" version))
19165 (sha256
19166 (base32
19167 "0rlc3w7cx2hfxacpjs9kmjzv5p8v9wxnlpxi3rh276wiy5zdr91v"))))
19168 (properties `((upstream-name . "univOutl")))
19169 (build-system r-build-system)
19170 (propagated-inputs
19171 `(("r-hmisc" ,r-hmisc)
19172 ("r-robustbase" ,r-robustbase)))
19173 (home-page "https://github.com/marcellodo/univOutl")
19174 (synopsis "Detection of univariate outliers")
19175 (description
19176 "This package provides well-known outlier detection techniques in the
19177 univariate case. Methods to deal with skewed distribution are included too.
19178 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
19179 historical data is implemented as well. When available, survey weights can be
19180 used in outliers detection.")
19181 (license license:gpl2+)))
19182
19183 (define-public r-tolerance
19184 (package
19185 (name "r-tolerance")
19186 (version "2.0.0")
19187 (source
19188 (origin
19189 (method url-fetch)
19190 (uri (cran-uri "tolerance" version))
19191 (sha256
19192 (base32
19193 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
19194 (properties `((upstream-name . "tolerance")))
19195 (build-system r-build-system)
19196 (propagated-inputs
19197 `(("r-mass" ,r-mass)
19198 ("r-rgl" ,r-rgl)))
19199 (home-page "https://cran.r-project.org/web/packages/tolerance/")
19200 (synopsis "Statistical tolerance intervals and regions")
19201 (description
19202 "This package provides functions for estimating tolerance
19203 limits (intervals) for various univariate distributions (binomial, Cauchy,
19204 discrete Pareto, exponential, two-parameter exponential, extreme value,
19205 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
19206 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
19207 Bayesian normal tolerance limits, multivariate normal tolerance regions,
19208 nonparametric tolerance intervals, tolerance bands for regression
19209 settings (linear regression, nonlinear regression, nonparametric regression,
19210 and multivariate regression), and analysis of variance tolerance intervals.
19211 Visualizations are also available for most of these settings.")
19212 (license license:gpl2+)))
19213
19214 (define-public r-additivitytests
19215 (package
19216 (name "r-additivitytests")
19217 (version "1.1-4")
19218 (source
19219 (origin
19220 (method url-fetch)
19221 (uri (cran-uri "additivityTests" version))
19222 (sha256
19223 (base32
19224 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
19225 (properties
19226 `((upstream-name . "additivityTests")))
19227 (build-system r-build-system)
19228 (home-page "https://github.com/simecek/additivityTests")
19229 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
19230 (description
19231 "This package provides an implementation of the Tukey, Mandel,
19232 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
19233 (license license:gpl3)))
19234
19235 (define-public r-flexclust
19236 (package
19237 (name "r-flexclust")
19238 (version "1.4-0")
19239 (source
19240 (origin
19241 (method url-fetch)
19242 (uri (cran-uri "flexclust" version))
19243 (sha256
19244 (base32
19245 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
19246 (properties `((upstream-name . "flexclust")))
19247 (build-system r-build-system)
19248 (propagated-inputs
19249 `(("r-class" ,r-class)
19250 ("r-lattice" ,r-lattice)
19251 ("r-modeltools" ,r-modeltools)))
19252 (home-page "https://cran.r-project.org/web/packages/flexclust/")
19253 (synopsis "Flexible cluster algorithms")
19254 (description
19255 "The main function @code{kcca} implements a general framework for
19256 k-centroids cluster analysis supporting arbitrary distance measures and
19257 centroid computation. Further cluster methods include hard competitive
19258 learning, neural gas, and QT clustering. There are numerous visualization
19259 methods for cluster results (neighborhood graphs, convex cluster hulls,
19260 barcharts of centroids, ...), and bootstrap methods for the analysis of
19261 cluster stability.")
19262 (license license:gpl2)))
19263
19264 (define-public r-biclust
19265 (package
19266 (name "r-biclust")
19267 (version "2.0.2")
19268 (source
19269 (origin
19270 (method url-fetch)
19271 (uri (cran-uri "biclust" version))
19272 (sha256
19273 (base32
19274 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
19275 (properties `((upstream-name . "biclust")))
19276 (build-system r-build-system)
19277 (propagated-inputs
19278 `(("r-additivitytests" ,r-additivitytests)
19279 ("r-colorspace" ,r-colorspace)
19280 ("r-flexclust" ,r-flexclust)
19281 ("r-ggplot2" ,r-ggplot2)
19282 ("r-lattice" ,r-lattice)
19283 ("r-mass" ,r-mass)
19284 ("r-tidyr" ,r-tidyr)))
19285 (home-page "https://cran.r-project.org/web/packages/biclust/")
19286 (synopsis "BiCluster algorithms")
19287 (description
19288 "The main function @code{biclust()} provides several algorithms to find
19289 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
19290 In addition, the package provides methods for data
19291 preprocessing (normalization and discretization), visualization, and
19292 validation of bicluster solutions.")
19293 (license license:gpl3)))
19294
19295 (define-public r-icge
19296 (package
19297 (name "r-icge")
19298 (version "0.3")
19299 (source
19300 (origin
19301 (method url-fetch)
19302 (uri (cran-uri "ICGE" version))
19303 (sha256
19304 (base32
19305 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
19306 (properties `((upstream-name . "ICGE")))
19307 (build-system r-build-system)
19308 (propagated-inputs
19309 `(("r-cluster" ,r-cluster)
19310 ("r-mass" ,r-mass)))
19311 (home-page "https://cran.r-project.org/web/packages/ICGE/")
19312 (synopsis "Cluster estimation and identification of atypical units")
19313 (description
19314 "ICGE is a package that helps to estimate the number of real clusters in
19315 data as well as to identify atypical units. The underlying methods are based
19316 on distances rather than on unit x variables.")
19317 (license license:gpl2+)))
19318
19319 (define-public r-depth
19320 (package
19321 (name "r-depth")
19322 (version "2.1-1.1")
19323 (source
19324 (origin
19325 (method url-fetch)
19326 (uri (cran-uri "depth" version))
19327 (sha256
19328 (base32
19329 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
19330 (properties `((upstream-name . "depth")))
19331 (build-system r-build-system)
19332 (propagated-inputs
19333 `(("r-abind" ,r-abind)
19334 ("r-circular" ,r-circular)
19335 ("r-rgl" ,r-rgl)))
19336 (native-inputs
19337 `(("gfortran" ,gfortran)))
19338 (home-page "https://cran.r-project.org/web/packages/depth/")
19339 (synopsis "Nonparametric depth functions for multivariate analysis")
19340 (description
19341 "This package provides tools for depth functions methodology applied to
19342 multivariate analysis. Besides allowing calculation of depth values and
19343 depth-based location estimators, the package includes functions or drawing
19344 contour plots and perspective plots of depth functions. Euclidian and
19345 spherical depths are supported.")
19346 (license license:gpl2)))
19347
19348 (define-public r-archetypes
19349 (package
19350 (name "r-archetypes")
19351 (version "2.2-0.1")
19352 (source
19353 (origin
19354 (method url-fetch)
19355 (uri (cran-uri "archetypes" version))
19356 (sha256
19357 (base32
19358 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
19359 (properties `((upstream-name . "archetypes")))
19360 (build-system r-build-system)
19361 (propagated-inputs
19362 `(("r-modeltools" ,r-modeltools)
19363 ("r-nnls" ,r-nnls)))
19364 (home-page "https://cran.r-project.org/web/packages/archetypes")
19365 (synopsis "Archetypal analysis")
19366 (description
19367 "The main function @code{archetypes} implements a framework for
19368 archetypal analysis supporting arbitrary problem solving mechanisms for the
19369 different conceptual parts of the algorithm.")
19370 (license license:gpl2+)))
19371
19372 (define-public r-shapes
19373 (package
19374 (name "r-shapes")
19375 (version "1.2.5")
19376 (source
19377 (origin
19378 (method url-fetch)
19379 (uri (cran-uri "shapes" version))
19380 (sha256
19381 (base32
19382 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
19383 (properties `((upstream-name . "shapes")))
19384 (build-system r-build-system)
19385 (propagated-inputs
19386 `(("r-mass" ,r-mass)
19387 ("r-minpack-lm" ,r-minpack-lm)
19388 ("r-rgl" ,r-rgl)
19389 ("r-scatterplot3d" ,r-scatterplot3d)))
19390 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
19391 (synopsis "Statistical shape analysis")
19392 (description
19393 "This package provides routines for the statistical analysis of landmark
19394 shapes, including Procrustes analysis, graphical displays, principal
19395 components analysis, permutation and bootstrap tests, thin-plate spline
19396 transformation grids and comparing covariance matrices. See Dryden, I.L. and
19397 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
19398 Edition), John Wiley and Sons.")
19399 (license license:gpl2)))
19400
19401 (define-public r-anthropometry
19402 (package
19403 (name "r-anthropometry")
19404 (version "1.14")
19405 (source
19406 (origin
19407 (method url-fetch)
19408 (uri (cran-uri "Anthropometry" version))
19409 (sha256
19410 (base32
19411 "0y52g15pcgs4b68sfczn6nnpdqsialsb4mq3wb9a2gba7qdcf76y"))))
19412 (properties `((upstream-name . "Anthropometry")))
19413 (build-system r-build-system)
19414 (propagated-inputs
19415 `(("r-archetypes" ,r-archetypes)
19416 ("r-biclust" ,r-biclust)
19417 ("r-cluster" ,r-cluster)
19418 ("r-depth" ,r-depth)
19419 ("r-fnn" ,r-fnn)
19420 ("r-icge" ,r-icge)
19421 ("r-nnls" ,r-nnls)
19422 ("r-rgl" ,r-rgl)
19423 ("r-shapes" ,r-shapes)))
19424 (native-inputs
19425 `(("r-knitr" ,r-knitr)))
19426 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
19427 (synopsis "Statistical methods for anthropometric data")
19428 (description
19429 "This package provides statistical methods especially developed to
19430 analyze anthropometric data. These methods are aimed at providing effective
19431 solutions to some commons problems related to Ergonomics and Anthropometry.
19432 They are based on clustering, the statistical concept of data depth,
19433 statistical shape analysis and archetypal analysis.")
19434 (license license:gpl2+)))
19435
19436 (define-public r-adamethods
19437 (package
19438 (name "r-adamethods")
19439 (version "1.2")
19440 (source
19441 (origin
19442 (method url-fetch)
19443 (uri (cran-uri "adamethods" version))
19444 (sha256
19445 (base32
19446 "0mp73zh5x6h18gv29v981kb9n632kb58lvlcxwr6vcvrx393nrxh"))))
19447 (properties `((upstream-name . "adamethods")))
19448 (build-system r-build-system)
19449 (propagated-inputs
19450 `(("r-anthropometry" ,r-anthropometry)
19451 ("r-archetypes" ,r-archetypes)
19452 ("r-fnn" ,r-fnn)
19453 ("r-foreach" ,r-foreach)
19454 ("r-nnls" ,r-nnls)
19455 ("r-tolerance" ,r-tolerance)
19456 ("r-univoutl" ,r-univoutl)))
19457 (home-page "https://cran.r-project.org/web/packages/adamethods/")
19458 (synopsis "Archetypoid algorithms and anomaly detection")
19459 (description
19460 "This package is a collection of several algorithms to obtain
19461 archetypoids with small and large databases and with both classical
19462 multivariate data and functional data (univariate and multivariate). Some of
19463 these algorithms also allow to detect anomalies (outliers).")
19464 (license license:gpl2+)))
19465
19466 (define-public r-idpmisc
19467 (package
19468 (name "r-idpmisc")
19469 (version "1.1.20")
19470 (source
19471 (origin
19472 (method url-fetch)
19473 (uri (cran-uri "IDPmisc" version))
19474 (sha256
19475 (base32
19476 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
19477 (properties `((upstream-name . "IDPmisc")))
19478 (build-system r-build-system)
19479 (propagated-inputs
19480 `(("r-lattice" ,r-lattice)))
19481 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
19482 (synopsis "Functions for data analyses and visualization")
19483 (description
19484 "This package provides different high-level graphics functions for
19485 displaying large datasets, displaying circular data in a very flexible way,
19486 finding local maxima, brewing color ramps, drawing nice arrows, zooming
19487 2D-plots, creating figures with differently colored margin and plot region.
19488 In addition, the package contains auxiliary functions for data manipulation
19489 like omitting observations with irregular values or selecting data by logical
19490 vectors, which include NAs. Other functions are especially useful in
19491 spectroscopy and analyses of environmental data: robust baseline fitting,
19492 finding peaks in spectra, converting humidity measures.")
19493 (license license:gpl3+)))
19494
19495 (define-public r-qqman
19496 (package
19497 (name "r-qqman")
19498 (version "0.1.4")
19499 (source
19500 (origin
19501 (method url-fetch)
19502 (uri (cran-uri "qqman" version))
19503 (sha256
19504 (base32
19505 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
19506 (properties `((upstream-name . "qqman")))
19507 (build-system r-build-system)
19508 (propagated-inputs
19509 `(("r-calibrate" ,r-calibrate)))
19510 (home-page "https://cran.r-project.org/web/packages/qqman/")
19511 (synopsis "Q-Q and Manhattan plots for GWAS data")
19512 (description
19513 "This package allows you to create Q-Q and Manhattan plots for GWAS data
19514 from PLINK results.")
19515 (license license:gpl3)))
19516
19517 (define-public r-ggplot-multistats
19518 (package
19519 (name "r-ggplot-multistats")
19520 (version "1.0.0")
19521 (source
19522 (origin
19523 (method url-fetch)
19524 (uri (cran-uri "ggplot.multistats" version))
19525 (sha256
19526 (base32
19527 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
19528 (properties
19529 `((upstream-name . "ggplot.multistats")))
19530 (build-system r-build-system)
19531 (propagated-inputs
19532 `(("r-ggplot2" ,r-ggplot2)
19533 ("r-hexbin" ,r-hexbin)
19534 ("r-rlang" ,r-rlang)
19535 ("r-scales" ,r-scales)))
19536 (home-page "https://github.com/flying-sheep/ggplot.multistats")
19537 (synopsis "Multiple summary statistics for binned stats/geometries")
19538 (description
19539 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
19540 which functions similar to its singular form, but allows the use of multiple
19541 statistics per bin. Those statistics can be mapped to multiple bin
19542 aesthetics.")
19543 (license license:gpl3)))
19544
19545 (define-public r-knn-covertree
19546 (package
19547 (name "r-knn-covertree")
19548 (version "1.0")
19549 (source
19550 (origin
19551 (method url-fetch)
19552 (uri (cran-uri "knn.covertree" version))
19553 (sha256
19554 (base32
19555 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
19556 (properties `((upstream-name . "knn.covertree")))
19557 (build-system r-build-system)
19558 (propagated-inputs
19559 `(("r-matrix" ,r-matrix)
19560 ("r-rcpp" ,r-rcpp)
19561 ("r-rcppeigen" ,r-rcppeigen)))
19562 (home-page "https://github.com/flying-sheep/knn.covertree")
19563 (synopsis "Accurate kNN Implementation with multiple distance measures")
19564 (description
19565 "Similarly to the FNN package, this package allows calculation of the k
19566 nearest neighbors (kNN) of a data matrix. The implementation is based on
19567 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
19568 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
19569 (license license:agpl3+)))
19570
19571 (define-public r-poibin
19572 (package
19573 (name "r-poibin")
19574 (version "1.5")
19575 (source
19576 (origin
19577 (method url-fetch)
19578 (uri (cran-uri "poibin" version))
19579 (sha256
19580 (base32
19581 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
19582 (properties `((upstream-name . "poibin")))
19583 (build-system r-build-system)
19584 (home-page "https://cran.r-project.org/web/packages/poibin/")
19585 (synopsis "Poisson binomial distribution")
19586 (description
19587 "This package provides an implementation of both the exact and
19588 approximation methods for computing the @dfn{cumulative distribution
19589 function} (CDF) of the Poisson binomial distribution. It also provides the
19590 @dfn{probability mass function} (PMF), quantile function, and random number
19591 generation for the Poisson binomial distribution.")
19592 (license license:gpl2)))
19593
19594 (define-public r-diagram
19595 (package
19596 (name "r-diagram")
19597 (version "1.6.4")
19598 (source
19599 (origin
19600 (method url-fetch)
19601 (uri (cran-uri "diagram" version))
19602 (sha256
19603 (base32
19604 "0f6ffprn5k0ir1s7m9s7izc64aa17r3gnygagz5bihrlsvawaavw"))))
19605 (properties `((upstream-name . "diagram")))
19606 (build-system r-build-system)
19607 (propagated-inputs
19608 `(("r-shape" ,r-shape)))
19609 (home-page "https://cran.r-project.org/web/packages/diagram/")
19610 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
19611 (description
19612 "This package provides tools to visualize simple graphs (networks) based
19613 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
19614 electrical networks, etc. It also includes supporting material for the book
19615 \"A practical guide to ecological modelling - using R as a simulation
19616 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
19617 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
19618 Francesca Mazzia (2012).")
19619 (license license:gpl2+)))
19620
19621 (define-public r-lim
19622 (package
19623 (name "r-lim")
19624 (version "1.4.6")
19625 (source
19626 (origin
19627 (method url-fetch)
19628 (uri (cran-uri "LIM" version))
19629 (sha256
19630 (base32
19631 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
19632 (properties `((upstream-name . "LIM")))
19633 (build-system r-build-system)
19634 (propagated-inputs
19635 `(("r-diagram" ,r-diagram)
19636 ("r-limsolve" ,r-limsolve)))
19637 (home-page "https://cran.r-project.org/web/packages/LIM/")
19638 (synopsis "Linear inverse model examples and solution methods")
19639 (description
19640 "This package provides functions that read and solve linear inverse
19641 problems (food web problems, linear programming problems).")
19642 (license license:gpl2+)))
19643
19644 (define-public r-shinycssloaders
19645 (package
19646 (name "r-shinycssloaders")
19647 (version "0.3")
19648 (source
19649 (origin
19650 (method url-fetch)
19651 (uri (cran-uri "shinycssloaders" version))
19652 (sha256
19653 (base32
19654 "1gzq1lhcnhqd145ys3ixf0l13l560fiqr2sc3m2nrijwxlgcw54d"))))
19655 (properties
19656 `((upstream-name . "shinycssloaders")))
19657 (build-system r-build-system)
19658 (propagated-inputs
19659 `(("r-digest" ,r-digest)
19660 ("r-glue" ,r-glue)
19661 ("r-shiny" ,r-shiny)))
19662 (home-page "https://github.com/andrewsali/shinycssloaders")
19663 (synopsis "Add CSS loading animations to Shiny outputs")
19664 (description
19665 "This package provides tools to create a lightweight Shiny wrapper for
19666 the css-loaders created by Luke Hass
19667 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
19668 automatically show a loader when the output is (re)calculating.")
19669 (license license:gpl3)))
19670
19671 (define-public r-rsvg
19672 (package
19673 (name "r-rsvg")
19674 (version "2.1")
19675 (source
19676 (origin
19677 (method url-fetch)
19678 (uri (cran-uri "rsvg" version))
19679 (sha256
19680 (base32
19681 "0bxnwa9sbzx6jlxrzh3ymjq81vkxil2qx7kk7wp13a0cql7dhxcn"))))
19682 (properties `((upstream-name . "rsvg")))
19683 (build-system r-build-system)
19684 (inputs
19685 `(("librsvg" ,librsvg)
19686 ("zlib" ,zlib)))
19687 (native-inputs
19688 `(("pkg-config" ,pkg-config)
19689 ("r-knitr" ,r-knitr)))
19690 (home-page "https://github.com/jeroen/rsvg#readme")
19691 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
19692 (description
19693 "This package allows you to render vector-based SVG images into
19694 high-quality custom-size bitmap arrays using the librsvg2 library. The
19695 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
19696 addition, the package can convert images directly to various formats such as
19697 PDF or PostScript.")
19698 (license license:expat)))
19699
19700 (define-public r-influencer
19701 (package
19702 (name "r-influencer")
19703 (version "0.1.0")
19704 (source
19705 (origin
19706 (method url-fetch)
19707 (uri (cran-uri "influenceR" version))
19708 (sha256
19709 (base32
19710 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
19711 (properties `((upstream-name . "influenceR")))
19712 (build-system r-build-system)
19713 (propagated-inputs
19714 `(("r-igraph" ,r-igraph)
19715 ("r-matrix" ,r-matrix)))
19716 (home-page "https://github.com/rcc-uchicago/influenceR")
19717 (synopsis "Tools to quantify structural importance of nodes in a network")
19718 (description
19719 "This package provides functionality to compute various node centrality
19720 measures on networks. Included are functions to compute betweenness
19721 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
19722 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
19723 algorithm to identify key players, and Valente's bridging metric. The
19724 betweenness, Key Players, and bridging implementations are parallelized with
19725 OpenMP.")
19726 (license license:gpl2)))
19727
19728 (define-public r-emplik
19729 (package
19730 (name "r-emplik")
19731 (version "1.1-1")
19732 (source
19733 (origin
19734 (method url-fetch)
19735 (uri (cran-uri "emplik" version))
19736 (sha256
19737 (base32
19738 "1kw8g8j075bsicdvgkjf4870rfv5c30gvmw6qkkaz3ki22x74w77"))))
19739 (properties `((upstream-name . "emplik")))
19740 (build-system r-build-system)
19741 (propagated-inputs
19742 `(("r-quantreg" ,r-quantreg)))
19743 (home-page "https://www.ms.uky.edu/~mai/EmpLik.html")
19744 (synopsis "Empirical likelihood ratio for censored/truncated data")
19745 (description
19746 "This package provides empirical likelihood ratio tests for
19747 means/quantiles/hazards from possibly censored and/or truncated data. It also
19748 does regression.")
19749 (license license:gpl2+)))
19750
19751 (define-public r-imputeyn
19752 (package
19753 (name "r-imputeyn")
19754 (version "1.3")
19755 (source
19756 (origin
19757 (method url-fetch)
19758 (uri (cran-uri "imputeYn" version))
19759 (sha256
19760 (base32
19761 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
19762 (properties `((upstream-name . "imputeYn")))
19763 (build-system r-build-system)
19764 (propagated-inputs
19765 `(("r-boot" ,r-boot)
19766 ("r-emplik" ,r-emplik)
19767 ("r-mvtnorm" ,r-mvtnorm)
19768 ("r-quadprog" ,r-quadprog)
19769 ("r-survival" ,r-survival)))
19770 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
19771 (synopsis "Impute last largest censored observation under weighted least squares")
19772 (description
19773 "This package allows for the imputation of the last largest censored
19774 observantions. This method brings less bias and more efficient estimates for
19775 AFT models.")
19776 (license license:gpl2)))
19777
19778 (define-public r-adapenetclass
19779 (package
19780 (name "r-adapenetclass")
19781 (version "1.2")
19782 (source
19783 (origin
19784 (method url-fetch)
19785 (uri (cran-uri "AdapEnetClass" version))
19786 (sha256
19787 (base32
19788 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
19789 (properties `((upstream-name . "AdapEnetClass")))
19790 (build-system r-build-system)
19791 (propagated-inputs
19792 `(("r-glmnet" ,r-glmnet)
19793 ("r-imputeyn" ,r-imputeyn)
19794 ("r-lars" ,r-lars)
19795 ("r-quadprog" ,r-quadprog)))
19796 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
19797 (synopsis "Class of adaptive elastic net methods for censored data")
19798 (description
19799 "This package provides methods for variable selection for AFT models.")
19800 (license license:gpl2)))
19801
19802 (define-public r-flock
19803 (package
19804 (name "r-flock")
19805 (version "0.7")
19806 (source
19807 (origin
19808 (method url-fetch)
19809 (uri (cran-uri "flock" version))
19810 (sha256
19811 (base32
19812 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
19813 (properties `((upstream-name . "flock")))
19814 (build-system r-build-system)
19815 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
19816 (home-page "https://cran.r-project.org/web/packages/flock/")
19817 (synopsis "Process synchronization using file locks")
19818 (description
19819 "This package implements synchronization between R processes (spawned by
19820 using the @code{parallel} package for instance) using file locks. It supports
19821 both exclusive and shared locking.")
19822 (license license:asl2.0)))
19823
19824 (define-public r-archivist
19825 (package
19826 (name "r-archivist")
19827 (version "2.3.4")
19828 (source
19829 (origin
19830 (method url-fetch)
19831 (uri (cran-uri "archivist" version))
19832 (sha256
19833 (base32
19834 "1i11hrcq1910jgd6diw6h3sxx624v57zjianm49pqvb2dvd0b8y7"))))
19835 (properties `((upstream-name . "archivist")))
19836 (build-system r-build-system)
19837 (propagated-inputs
19838 `(("r-dbi" ,r-dbi)
19839 ("r-digest" ,r-digest)
19840 ("r-flock" ,r-flock)
19841 ("r-httr" ,r-httr)
19842 ("r-lubridate" ,r-lubridate)
19843 ("r-magrittr" ,r-magrittr)
19844 ("r-rcurl" ,r-rcurl)
19845 ("r-rsqlite" ,r-rsqlite)))
19846 (home-page "https://pbiecek.github.io/archivist/")
19847 (synopsis "Tools for storing, restoring and searching for R objects")
19848 (description
19849 "Data exploration and modelling is a process in which a lot of data
19850 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
19851 statistical models, different versions of data sets and different versions of
19852 results. Archivist helps to store and manage artifacts created in R. It
19853 allows you to store selected artifacts as binary files together with their
19854 metadata and relations. Archivist allows sharing artifacts with others. It
19855 can look for already created artifacts by using its class, name, date of the
19856 creation or other properties. It also makes it easy to restore such
19857 artifacts.")
19858 (license license:gpl2)))
19859
19860 (define-public r-versions
19861 (package
19862 (name "r-versions")
19863 (version "0.3")
19864 (source
19865 (origin
19866 (method url-fetch)
19867 (uri (cran-uri "versions" version))
19868 (sha256
19869 (base32
19870 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
19871 (properties `((upstream-name . "versions")))
19872 (build-system r-build-system)
19873 (home-page "https://cran.r-project.org/web/packages/versions/")
19874 (synopsis "Query and install specific versions of CRAN packages")
19875 (description
19876 "This package allows you to install specified versions of R packages
19877 hosted on CRAN and provides functions to list available versions and the
19878 versions of currently installed packages.")
19879 (license license:bsd-3)))
19880
19881 (define-public r-adapr
19882 (package
19883 (name "r-adapr")
19884 (version "2.0.0")
19885 (source
19886 (origin
19887 (method url-fetch)
19888 (uri (cran-uri "adapr" version))
19889 (sha256
19890 (base32
19891 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
19892 (properties `((upstream-name . "adapr")))
19893 (build-system r-build-system)
19894 (propagated-inputs
19895 `(("r-archivist" ,r-archivist)
19896 ("r-devtools" ,r-devtools)
19897 ("r-digest" ,r-digest)
19898 ("r-doparallel" ,r-doparallel)
19899 ("r-gdata" ,r-gdata)
19900 ("r-ggplot2" ,r-ggplot2)
19901 ("r-git2r" ,r-git2r)
19902 ("r-igraph" ,r-igraph)
19903 ("r-knitr" ,r-knitr)
19904 ("r-plotly" ,r-plotly)
19905 ("r-plyr" ,r-plyr)
19906 ("r-rmarkdown" ,r-rmarkdown)
19907 ("r-shiny" ,r-shiny)
19908 ("r-shinydashboard" ,r-shinydashboard)
19909 ("r-versions" ,r-versions)))
19910 (home-page "https://cran.r-project.org/web/packages/adapr/")
19911 (synopsis "Implementation of an accountable data analysis process")
19912 (description
19913 "This package tracks reading and writing within R scripts that are
19914 organized into a directed acyclic graph. It contains an interactive Shiny
19915 application @code{adaprApp()}. It uses Git and file hashes to track version
19916 histories of inputs and outputs.")
19917 (license license:lgpl2.0)))
19918
19919 (define-public r-adapsamp
19920 (package
19921 (name "r-adapsamp")
19922 (version "1.1.1")
19923 (source
19924 (origin
19925 (method url-fetch)
19926 (uri (cran-uri "AdapSamp" version))
19927 (sha256
19928 (base32
19929 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
19930 (properties `((upstream-name . "AdapSamp")))
19931 (build-system r-build-system)
19932 (propagated-inputs `(("r-pracma" ,r-pracma)))
19933 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
19934 (synopsis "Adaptive sampling algorithms")
19935 (description
19936 "For distributions whose probability density functions are log-concave,
19937 the adaptive rejection sampling algorithm can be used to build envelope
19938 functions for sampling. For others, the modified adaptive rejection sampling
19939 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
19940 adaptive slice sampling algorithm can be used. This R package mainly includes
19941 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
19942 @code{rASS()}. These functions can realize sampling based on the algorithms
19943 above.")
19944 (license license:gpl2)))
19945
19946 (define-public r-adaptalint
19947 (package
19948 (name "r-adaptalint")
19949 (version "0.2.4")
19950 (source
19951 (origin
19952 (method url-fetch)
19953 (uri (cran-uri "adaptalint" version))
19954 (sha256
19955 (base32
19956 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
19957 (properties `((upstream-name . "adaptalint")))
19958 (build-system r-build-system)
19959 (propagated-inputs
19960 `(("r-dplyr" ,r-dplyr)
19961 ("r-lintr" ,r-lintr)
19962 ("r-purrr" ,r-purrr)))
19963 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
19964 (synopsis "Check R code style")
19965 (description
19966 "This package provides tools to infer the code style (which style rules
19967 are followed and which ones are not) from one package and use it to check
19968 another. This makes it easier to find and correct the most important problems
19969 first.")
19970 (license license:gpl3)))
19971
19972 (define-public r-fracdiff
19973 (package
19974 (name "r-fracdiff")
19975 (version "1.5-1")
19976 (source
19977 (origin
19978 (method url-fetch)
19979 (uri (cran-uri "fracdiff" version))
19980 (sha256
19981 (base32
19982 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
19983 (properties `((upstream-name . "fracdiff")))
19984 (build-system r-build-system)
19985 (home-page "https://github.com/mmaechler/fracdiff")
19986 (synopsis
19987 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
19988 (description
19989 "This package provides tools for the maximum likelihood estimation of the
19990 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
19991 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
19992 (license license:gpl2+)))
19993
19994 (define-public r-forecast
19995 (package
19996 (name "r-forecast")
19997 (version "8.12")
19998 (source
19999 (origin
20000 (method url-fetch)
20001 (uri (cran-uri "forecast" version))
20002 (sha256
20003 (base32
20004 "1ycj5z4wd5a16nlcjy07dqm8jkih240xa02cn4wvysnnhkapyq7b"))))
20005 (properties `((upstream-name . "forecast")))
20006 (build-system r-build-system)
20007 (propagated-inputs
20008 `(("r-colorspace" ,r-colorspace)
20009 ("r-fracdiff" ,r-fracdiff)
20010 ("r-ggplot2" ,r-ggplot2)
20011 ("r-lmtest" ,r-lmtest)
20012 ("r-magrittr" ,r-magrittr)
20013 ("r-nnet" ,r-nnet)
20014 ("r-rcpp" ,r-rcpp)
20015 ("r-rcpparmadillo" ,r-rcpparmadillo)
20016 ("r-timedate" ,r-timedate)
20017 ("r-tseries" ,r-tseries)
20018 ("r-urca" ,r-urca)
20019 ("r-zoo" ,r-zoo)))
20020 (native-inputs
20021 `(("r-knitr" ,r-knitr))) ; needed for vignettes
20022 (home-page "https://pkg.robjhyndman.com/forecast/")
20023 (synopsis "Forecasting functions for time series and linear models")
20024 (description
20025 "This package provides methods and tools for displaying and analysing
20026 univariate time series forecasts including exponential smoothing via state
20027 space models and automatic ARIMA modelling.")
20028 (license license:gpl3)))
20029
20030 (define-public r-xmisc
20031 (package
20032 (name "r-xmisc")
20033 (version "0.2.1")
20034 (source
20035 (origin
20036 (method url-fetch)
20037 (uri (cran-uri "Xmisc" version))
20038 (sha256
20039 (base32
20040 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
20041 (properties `((upstream-name . "Xmisc")))
20042 (build-system r-build-system)
20043 (home-page "https://cran.r-project.org/package=Xmisc")
20044 (synopsis
20045 "Xiaobei's miscellaneous classes and functions")
20046 (description
20047 "This package provides Xiaobei's miscellaneous classes and functions,
20048 which are useful when developing R packages for @dfn{object oriented
20049 programming} (OOP) using R Reference Class.")
20050 (license license:gpl2+)))
20051
20052 (define-public r-proxyc
20053 (package
20054 (name "r-proxyc")
20055 (version "0.1.5")
20056 (source
20057 (origin
20058 (method url-fetch)
20059 (uri (cran-uri "proxyC" version))
20060 (sha256
20061 (base32
20062 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
20063 (properties `((upstream-name . "proxyC")))
20064 (build-system r-build-system)
20065 (propagated-inputs
20066 `(("r-matrix" ,r-matrix)
20067 ("r-rcpp" ,r-rcpp)
20068 ("r-rcpparmadillo" ,r-rcpparmadillo)
20069 ("r-rcppparallel" ,r-rcppparallel)))
20070 (home-page "https://cran.r-project.org/package=proxyC")
20071 (synopsis "Compute proximity in large sparse matrices")
20072 (description
20073 "This package provides efficient tools to compute the proximity between
20074 rows or columns of large matrices. Functions are optimised for large sparse
20075 matrices using the Armadillo and Intel TBB libraries. Among several built-in
20076 similarity/distance measures, computation of correlation, cosine similarity
20077 and Euclidean distance is particularly fast.")
20078 (license license:gpl3)))
20079
20080 (define-public r-isocodes
20081 (package
20082 (name "r-isocodes")
20083 (version "2020.03.16")
20084 (source
20085 (origin
20086 (method url-fetch)
20087 (uri (cran-uri "ISOcodes" version))
20088 (sha256
20089 (base32
20090 "1hz1sj57qkkkrgn8slsz2n4jv1fkyp40503j9rg30lxy4gmb83hn"))))
20091 (properties `((upstream-name . "ISOcodes")))
20092 (build-system r-build-system)
20093 (home-page "https://cran.r-project.org/package=ISOcodes")
20094 (synopsis "Selected ISO codes")
20095 (description
20096 "This package provides ISO language, territory, currency, script and
20097 character codes. It provides ISO 639 language codes, ISO 3166 territory
20098 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
20099 character codes as well as the UN M.49 area codes.")
20100 (license license:gpl2)))
20101
20102 (define-public r-stopwords
20103 (package
20104 (name "r-stopwords")
20105 (version "2.0")
20106 (source
20107 (origin
20108 (method url-fetch)
20109 (uri (cran-uri "stopwords" version))
20110 (sha256
20111 (base32
20112 "155g00ansyqfpp1mzd2q6mn0k214xinf78nww2368h24kz761jjw"))))
20113 (properties `((upstream-name . "stopwords")))
20114 (build-system r-build-system)
20115 (propagated-inputs
20116 `(("r-desc" ,r-desc)
20117 ("r-isocodes" ,r-isocodes)
20118 ("r-usethis" ,r-usethis)))
20119 (home-page "https://github.com/quanteda/stopwords")
20120 (synopsis "Multilingual stopword lists")
20121 (description
20122 "This package provides multiple sources of stopwords, for use in text
20123 analysis and natural language processing.")
20124 (license license:expat)))
20125
20126 (define-public r-spacyr
20127 (package
20128 (name "r-spacyr")
20129 (version "1.2.1")
20130 (source
20131 (origin
20132 (method url-fetch)
20133 (uri (cran-uri "spacyr" version))
20134 (sha256
20135 (base32
20136 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
20137 (properties `((upstream-name . "spacyr")))
20138 (build-system r-build-system)
20139 (propagated-inputs
20140 `(("r-data-table" ,r-data-table)
20141 ("r-reticulate" ,r-reticulate)))
20142 (home-page "https://spacyr.quanteda.io")
20143 (synopsis "R wrapper for the spaCy NLP library")
20144 (description
20145 "This package provides an R wrapper to the Python @dfn{natural language
20146 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
20147 (license license:gpl3)))
20148
20149 (define-public r-snowballc
20150 (package
20151 (name "r-snowballc")
20152 (version "0.7.0")
20153 (source
20154 (origin
20155 (method url-fetch)
20156 (uri (cran-uri "SnowballC" version))
20157 (sha256
20158 (base32
20159 "1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
20160 (properties `((upstream-name . "SnowballC")))
20161 (build-system r-build-system)
20162 (home-page "https://r-forge.r-project.org/projects/r-temis/")
20163 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
20164 (description
20165 "This package provides an R interface to the C @code{libstemmer} library
20166 that implements Porter's word stemming algorithm for collapsing words to a
20167 common root to aid comparison of vocabulary. Currently supported languages
20168 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
20169 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
20170 (license license:bsd-3)))
20171
20172 (define-public r-quanteda
20173 (package
20174 (name "r-quanteda")
20175 (version "2.0.1")
20176 (source
20177 (origin
20178 (method url-fetch)
20179 (uri (cran-uri "quanteda" version))
20180 (sha256
20181 (base32
20182 "0pym6vdzqbkyj87m3pla229092xvvx4j830x67qflxzzdmc9dzhz"))))
20183 (properties `((upstream-name . "quanteda")))
20184 (build-system r-build-system)
20185 (propagated-inputs
20186 `(("r-data-table" ,r-data-table)
20187 ("r-extrafont" ,r-extrafont)
20188 ("r-fastmatch" ,r-fastmatch)
20189 ("r-ggplot2" ,r-ggplot2)
20190 ("r-ggrepel" ,r-ggrepel)
20191 ("r-jsonlite" ,r-jsonlite)
20192 ("r-magrittr" ,r-magrittr)
20193 ("r-matrix" ,r-matrix)
20194 ("r-network" ,r-network)
20195 ("r-proxyc" ,r-proxyc)
20196 ("r-rcpp" ,r-rcpp)
20197 ("r-rcpparmadillo" ,r-rcpparmadillo)
20198 ("r-rcppparallel" ,r-rcppparallel)
20199 ("r-sna" ,r-sna)
20200 ("r-snowballc" ,r-snowballc)
20201 ("r-stopwords" ,r-stopwords)
20202 ("r-stringi" ,r-stringi)
20203 ("r-xml2" ,r-xml2)
20204 ("r-yaml" ,r-yaml)))
20205 (native-inputs
20206 `(("r-knitr" ,r-knitr)))
20207 (home-page "https://quanteda.io")
20208 (synopsis "Quantitative analysis of textual data")
20209 (description
20210 "This package provides a fast, flexible, and comprehensive framework for
20211 quantitative text analysis in R. It provides functionality for corpus
20212 management, creating and manipulating tokens and ngrams, exploring keywords in
20213 context, forming and manipulating sparse matrices of documents by features and
20214 feature co-occurrences, analyzing keywords, computing feature similarities and
20215 distances, applying content dictionaries, applying supervised and unsupervised
20216 machine learning, visually representing text and text analyses, and more.")
20217 (license license:gpl3)))
20218
20219 (define-public r-topicmodels
20220 (package
20221 (name "r-topicmodels")
20222 (version "0.2-11")
20223 (source
20224 (origin
20225 (method url-fetch)
20226 (uri (cran-uri "topicmodels" version))
20227 (sha256
20228 (base32
20229 "0jmp6wva99y0w40cfw7b0faylndhjam097x36ilc4vmyczcv89lw"))))
20230 (properties `((upstream-name . "topicmodels")))
20231 (build-system r-build-system)
20232 (native-inputs
20233 `(("gsl" ,gsl)))
20234 (propagated-inputs
20235 `(("r-modeltools" ,r-modeltools)
20236 ("r-slam" ,r-slam)
20237 ("r-tm" ,r-tm)))
20238 (home-page "https://cran.r-project.org/package=topicmodels")
20239 (synopsis "Topic models")
20240 (description
20241 "This package provides an interface to the C code for @dfn{Latent
20242 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
20243 David M. Blei and co-authors and the C++ code for fitting LDA models using
20244 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
20245 (license license:gpl2)))
20246
20247 (define-public r-stm
20248 (package
20249 (name "r-stm")
20250 (version "1.3.5")
20251 (source
20252 (origin
20253 (method url-fetch)
20254 (uri (cran-uri "stm" version))
20255 (sha256
20256 (base32
20257 "1yyfxaxqc6yq0yq68zhdnhpwpvsyp71dlmivn7zxixfmp932s6cn"))))
20258 (properties `((upstream-name . "stm")))
20259 (build-system r-build-system)
20260 (propagated-inputs
20261 `(("r-data-table" ,r-data-table)
20262 ("r-glmnet" ,r-glmnet)
20263 ("r-lda" ,r-lda)
20264 ("r-matrix" ,r-matrix)
20265 ("r-matrixstats" ,r-matrixstats)
20266 ("r-quadprog" ,r-quadprog)
20267 ("r-quanteda" ,r-quanteda)
20268 ("r-rcpp" ,r-rcpp)
20269 ("r-rcpparmadillo" ,r-rcpparmadillo)
20270 ("r-slam" ,r-slam)
20271 ("r-stringr" ,r-stringr)))
20272 (home-page "http://www.structuraltopicmodel.com/")
20273 (synopsis "Estimation of the Structural Topic Model")
20274 (description
20275 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
20276 topic models with document-level covariates. The package also includes tools
20277 for model selection, visualization, and estimation of topic-covariate
20278 regressions.")
20279 (license license:expat)))
20280
20281 (define-public r-polycor
20282 (package
20283 (name "r-polycor")
20284 (version "0.7-10")
20285 (source
20286 (origin
20287 (method url-fetch)
20288 (uri (cran-uri "polycor" version))
20289 (sha256
20290 (base32
20291 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
20292 (properties `((upstream-name . "polycor")))
20293 (build-system r-build-system)
20294 (propagated-inputs
20295 `(("r-matrix" ,r-matrix)
20296 ("r-mvtnorm" ,r-mvtnorm)))
20297 (home-page "https://r-forge.r-project.org/projects/polycor/")
20298 (synopsis "Polychoric and polyserial correlations")
20299 (description
20300 "This package provides tools to compute polychoric and polyserial
20301 correlations by quick \"two-step\" methods or ML, optionally with standard
20302 errors; tetrachoric and biserial correlations are special cases.")
20303 (license license:gpl2+)))
20304
20305 (define-public r-msm
20306 (package
20307 (name "r-msm")
20308 (version "1.6.8")
20309 (source
20310 (origin
20311 (method url-fetch)
20312 (uri (cran-uri "msm" version))
20313 (sha256
20314 (base32
20315 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
20316 (properties `((upstream-name . "msm")))
20317 (build-system r-build-system)
20318 (propagated-inputs
20319 `(("r-expm" ,r-expm)
20320 ("r-mvtnorm" ,r-mvtnorm)
20321 ("r-survival" ,r-survival)))
20322 (home-page "https://github.com/chjackson/msm")
20323 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
20324 (description
20325 "This package provides functions for fitting continuous-time Markov and
20326 hidden Markov multi-state models to longitudinal data. It was designed for
20327 processes observed at arbitrary times in continuous time (panel data) but some
20328 other observation schemes are supported. Both Markov transition rates and the
20329 hidden Markov output process can be modelled in terms of covariates, which may
20330 be constant or piecewise-constant in time.")
20331 (license license:gpl2+)))
20332
20333 (define-public r-ltm
20334 (package
20335 (name "r-ltm")
20336 (version "1.1-1")
20337 (source
20338 (origin
20339 (method url-fetch)
20340 (uri (cran-uri "ltm" version))
20341 (sha256
20342 (base32
20343 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
20344 (properties `((upstream-name . "ltm")))
20345 (build-system r-build-system)
20346 (propagated-inputs
20347 `(("r-mass" ,r-mass)
20348 ("r-msm" ,r-msm)
20349 ("r-polycor" ,r-polycor)))
20350 (home-page "https://github.com/drizopoulos/ltm")
20351 (synopsis "Latent trait models under IRT")
20352 (description
20353 "This is a package supporting the analysis of multivariate dichotomous
20354 and polytomous data using latent trait models under the Item Response Theory
20355 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
20356 Three-Parameter, the Graded Response, and the Generalized Partial Credit
20357 Models.")
20358 (license license:gpl2+)))
20359
20360 (define-public r-mi
20361 (package
20362 (name "r-mi")
20363 (version "1.0")
20364 (source
20365 (origin
20366 (method url-fetch)
20367 (uri (cran-uri "mi" version))
20368 (sha256
20369 (base32
20370 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
20371 (properties `((upstream-name . "mi")))
20372 (build-system r-build-system)
20373 (propagated-inputs
20374 `(("r-arm" ,r-arm)
20375 ("r-matrix" ,r-matrix)))
20376 (home-page "http://www.stat.columbia.edu/~gelman/")
20377 (synopsis "Missing data imputation and model checking")
20378 (description
20379 "This package provides functions for data manipulation, imputing missing
20380 values in an approximate Bayesian framework, diagnostics of the models used to
20381 generate the imputations, confidence-building mechanisms to validate some of
20382 the assumptions of the imputation algorithm, and functions to analyze multiply
20383 imputed data sets with the appropriate degree of sampling uncertainty.")
20384 (license license:gpl2+)))
20385
20386 (define-public r-matrixcalc
20387 (package
20388 (name "r-matrixcalc")
20389 (version "1.0-3")
20390 (source
20391 (origin
20392 (method url-fetch)
20393 (uri (cran-uri "matrixcalc" version))
20394 (sha256
20395 (base32
20396 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
20397 (properties `((upstream-name . "matrixcalc")))
20398 (build-system r-build-system)
20399 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
20400 (synopsis "Collection of functions for matrix calculations")
20401 (description
20402 "This package provides a collection of functions to support matrix
20403 calculations for probability, econometric and numerical analysis. There are
20404 additional functions that are comparable to APL functions which are useful for
20405 actuarial models such as pension mathematics.")
20406 (license license:gpl2+)))
20407
20408 (define-public r-sem
20409 (package
20410 (name "r-sem")
20411 (version "3.1-11")
20412 (source
20413 (origin
20414 (method url-fetch)
20415 (uri (cran-uri "sem" version))
20416 (sha256
20417 (base32
20418 "03j3ig6fy34pi6nwfq9w8f5m555lilw5skr1vn6ay4yvjmvavc9k"))))
20419 (properties `((upstream-name . "sem")))
20420 (build-system r-build-system)
20421 (propagated-inputs
20422 `(("r-boot" ,r-boot)
20423 ("r-mass" ,r-mass)
20424 ("r-matrixcalc" ,r-matrixcalc)
20425 ("r-mi" ,r-mi)))
20426 (home-page "https://cran.r-project.org/package=sem")
20427 (synopsis "Structural equation models")
20428 (description
20429 "This package provides functions for fitting general linear structural
20430 equation models (with observed and latent variables) using the RAM approach,
20431 and for fitting structural equations in observed-variable models by two-stage
20432 least squares.")
20433 (license license:gpl2+)))
20434
20435 (define-public r-semtools
20436 (package
20437 (name "r-semtools")
20438 (version "0.5-3")
20439 (source
20440 (origin
20441 (method url-fetch)
20442 (uri (cran-uri "semTools" version))
20443 (sha256
20444 (base32
20445 "0k3w10fnq0l89inhxvnypyrfhlrm921mfn0kwyyfpndvbqizky1d"))))
20446 (properties `((upstream-name . "semTools")))
20447 (build-system r-build-system)
20448 (propagated-inputs
20449 `(("r-lavaan" ,r-lavaan)))
20450 (home-page "https://github.com/simsem/semTools/wiki")
20451 (synopsis "Useful tools for structural equation modeling")
20452 (description
20453 "This package provides useful tools for structural equation modeling.")
20454 (license license:gpl2+)))
20455
20456 (define-public r-regsem
20457 (package
20458 (name "r-regsem")
20459 (version "1.5.2")
20460 (source
20461 (origin
20462 (method url-fetch)
20463 (uri (cran-uri "regsem" version))
20464 (sha256
20465 (base32
20466 "0ch057010xfsw0nqcsarzakdbiplvxaldyqlbbacspqs65ax1yk7"))))
20467 (properties `((upstream-name . "regsem")))
20468 (build-system r-build-system)
20469 (propagated-inputs
20470 `(("r-lavaan" ,r-lavaan)
20471 ("r-rcpp" ,r-rcpp)
20472 ("r-rcpparmadillo" ,r-rcpparmadillo)
20473 ("r-rsolnp" ,r-rsolnp)))
20474 (home-page "https://cran.r-project.org/package=regsem")
20475 (synopsis "Regularized structural equation modeling")
20476 (description
20477 "This package uses both ridge and lasso penalties (and extensions) to
20478 penalize specific parameters in structural equation models. The package
20479 offers additional cost functions, cross validation, and other extensions
20480 beyond traditional structural equation models. It also contains a function to
20481 perform @dfn{exploratory mediation} (XMed).")
20482 (license license:gpl2+)))
20483
20484 (define-public r-stanheaders
20485 (package
20486 (name "r-stanheaders")
20487 (version "2.21.0-5")
20488 (source
20489 (origin
20490 (method url-fetch)
20491 (uri (cran-uri "StanHeaders" version))
20492 (sha256
20493 (base32
20494 "1zyph2x47x9a5baj5d79a1lzj7gajirisajvkrcngrjvw8bq7810"))))
20495 (properties `((upstream-name . "StanHeaders")))
20496 (build-system r-build-system)
20497 (inputs `(("pandoc" ,ghc-pandoc)))
20498 (propagated-inputs
20499 `(("r-rcppeigen" ,r-rcppeigen)
20500 ("r-rcppparallel" ,r-rcppparallel)))
20501 (native-inputs
20502 `(("gfortran" ,gfortran)
20503 ("r-knitr" ,r-knitr))) ; for vignettes
20504 (home-page "https://mc-stan.org/")
20505 (synopsis "C++ header files for Stan")
20506 (description
20507 "The C++ header files of the Stan project are provided by this package.
20508 There is a shared object containing part of the @code{CVODES} library, but it
20509 is not accessible from R. @code{r-stanheaders} is only useful for developers
20510 who want to utilize the @code{LinkingTo} directive of their package's
20511 DESCRIPTION file to build on the Stan library without incurring unnecessary
20512 dependencies.
20513
20514 The Stan project develops a probabilistic programming language that implements
20515 full or approximate Bayesian statistical inference via Markov Chain Monte
20516 Carlo or variational methods and implements (optionally penalized) maximum
20517 likelihood estimation via optimization. The Stan library includes an advanced
20518 automatic differentiation scheme, templated statistical and linear algebra
20519 functions that can handle the automatically differentiable scalar types (and
20520 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
20521 package provides user-facing R functions to parse, compile, test, estimate,
20522 and analyze Stan models.")
20523 (license license:bsd-3)))
20524
20525 (define-public r-rpf
20526 (package
20527 (name "r-rpf")
20528 (version "1.0.4")
20529 (source
20530 (origin
20531 (method url-fetch)
20532 (uri (cran-uri "rpf" version))
20533 (sha256
20534 (base32
20535 "17crcgsbcsh0c00n7bgdqfnd7n1vzz7drfxjs7d18253yl5x44pl"))))
20536 (properties `((upstream-name . "rpf")))
20537 (build-system r-build-system)
20538 (propagated-inputs
20539 `(("r-lifecycle" ,r-lifecycle)
20540 ("r-mvtnorm" ,r-mvtnorm)
20541 ("r-rcpp" ,r-rcpp)
20542 ("r-rcppeigen" ,r-rcppeigen)))
20543 (native-inputs
20544 `(("r-knitr" ,r-knitr)))
20545 (home-page "https://github.com/jpritikin/rpf")
20546 (synopsis "Response probability functions")
20547 (description
20548 "The purpose of this package is to factor out logic and math common to
20549 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
20550 core support code suitable for more specialized IRT packages to build upon.
20551 Complete access to optimized C functions is made available with
20552 @code{R_RegisterCCallable()}.")
20553 (license license:gpl3+)))
20554
20555 (define-public r-openmx
20556 (package
20557 (name "r-openmx")
20558 (version "2.17.4")
20559 (source
20560 (origin
20561 (method url-fetch)
20562 (uri (cran-uri "OpenMx" version))
20563 (sha256
20564 (base32
20565 "07y4w7xdb63p5kkrj6sdx1kabbsgbbj7nw9hc690jy84r15aryal"))))
20566 (properties `((upstream-name . "OpenMx")))
20567 (build-system r-build-system)
20568 (propagated-inputs
20569 `(("r-bh" ,r-bh)
20570 ("r-digest" ,r-digest)
20571 ("r-mass" ,r-mass)
20572 ("r-matrix" ,r-matrix)
20573 ("r-rcpp" ,r-rcpp)
20574 ("r-rcppeigen" ,r-rcppeigen)
20575 ("r-rpf" ,r-rpf)
20576 ("r-stanheaders" ,r-stanheaders)))
20577 (native-inputs `(("gfortran" ,gfortran)))
20578 (home-page "http://openmx.ssri.psu.edu")
20579 (synopsis "Extended structural equation modelling")
20580 (description
20581 "This package allows for the estimation of a wide variety of advanced
20582 multivariate statistical models. It consists of a library of functions and
20583 optimizers that allow you to quickly and flexibly define an SEM model and
20584 estimate parameters given observed data.")
20585 (license license:asl2.0)))
20586
20587 (define-public r-kutils
20588 (package
20589 (name "r-kutils")
20590 (version "1.70")
20591 (source
20592 (origin
20593 (method url-fetch)
20594 (uri (cran-uri "kutils" version))
20595 (sha256
20596 (base32
20597 "06jk66wbq3jmdf2jdhqns6r3yk36l2x7c907x977zv80sqxa1l37"))))
20598 (properties `((upstream-name . "kutils")))
20599 (build-system r-build-system)
20600 (propagated-inputs
20601 `(("r-foreign" ,r-foreign)
20602 ("r-openxlsx" ,r-openxlsx)
20603 ("r-plyr" ,r-plyr)
20604 ("r-runit" ,r-runit)
20605 ("r-xtable" ,r-xtable)))
20606 (home-page "https://cran.r-project.org/package=kutils")
20607 (synopsis "Project management tools")
20608 (description
20609 "This package provides tools for data importation, recoding, and
20610 inspection. There are functions to create new project folders, R code
20611 templates, create uniquely named output directories, and to quickly obtain a
20612 visual summary for each variable in a data frame. The main feature here is
20613 the systematic implementation of the \"variable key\" framework for data
20614 importation and recoding.")
20615 (license license:gpl2)))
20616
20617 (define-public r-rockchalk
20618 (package
20619 (name "r-rockchalk")
20620 (version "1.8.144")
20621 (source
20622 (origin
20623 (method url-fetch)
20624 (uri (cran-uri "rockchalk" version))
20625 (sha256
20626 (base32
20627 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
20628 (properties `((upstream-name . "rockchalk")))
20629 (build-system r-build-system)
20630 (propagated-inputs
20631 `(("r-cardata" ,r-cardata)
20632 ("r-kutils" ,r-kutils)
20633 ("r-lme4" ,r-lme4)
20634 ("r-mass" ,r-mass)))
20635 (home-page "https://cran.r-project.org/package=rockchalk")
20636 (synopsis "Regression estimation and presentation")
20637 (description
20638 "This package provides a collection of functions for interpretation and
20639 presentation of regression analysis. These functions are used to produce the
20640 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
20641 includes regression diagnostics, regression tables, and plots of interactions
20642 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
20643 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
20644 fairly comprehensive overview.")
20645 (license license:gpl3+)))
20646
20647 (define-public r-lisreltor
20648 (package
20649 (name "r-lisreltor")
20650 (version "0.1.4")
20651 (source
20652 (origin
20653 (method url-fetch)
20654 (uri (cran-uri "lisrelToR" version))
20655 (sha256
20656 (base32
20657 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
20658 (properties `((upstream-name . "lisrelToR")))
20659 (build-system r-build-system)
20660 (home-page "https://cran.r-project.org/package=lisrelToR")
20661 (synopsis "Import output from LISREL into R")
20662 (description
20663 "This is an unofficial package aimed at automating the import of LISREL
20664 output in R.")
20665 (license license:gpl2)))
20666
20667 (define-public r-bdgraph
20668 (package
20669 (name "r-bdgraph")
20670 (version "2.62")
20671 (source
20672 (origin
20673 (method url-fetch)
20674 (uri (cran-uri "BDgraph" version))
20675 (sha256
20676 (base32
20677 "1b1vfar940swvn3pcil848qsp8ji50fjjll8jjzp6y2adx0f8pby"))))
20678 (properties `((upstream-name . "BDgraph")))
20679 (build-system r-build-system)
20680 (propagated-inputs
20681 `(("r-igraph" ,r-igraph)))
20682 (home-page "https://www.uva.nl/profile/a.mohammadi")
20683 (synopsis "Bayesian structure learning in graphical models")
20684 (description
20685 "This package provides statistical tools for Bayesian structure learning
20686 in undirected graphical models for continuous, discrete, and mixed data. It
20687 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
20688 on a continuous-time birth-death process.")
20689 (license license:gpl2+)))
20690
20691 (define-public r-d3network
20692 (package
20693 (name "r-d3network")
20694 (version "0.5.2.1")
20695 (source
20696 (origin
20697 (method url-fetch)
20698 (uri (cran-uri "d3Network" version))
20699 (sha256
20700 (base32
20701 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
20702 (properties `((upstream-name . "d3Network")))
20703 (build-system r-build-system)
20704 (propagated-inputs
20705 `(("r-plyr" ,r-plyr)
20706 ("r-rjson" ,r-rjson)
20707 ("r-whisker" ,r-whisker)))
20708 (home-page "http://christophergandrud.github.io/d3Network/")
20709 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
20710 (description
20711 "This package is intended to make it easy to create D3 JavaScript
20712 network, tree, dendrogram, and Sankey graphs from R using data frames.")
20713 (license license:gpl3+)))
20714
20715 (define-public r-qgraph
20716 (package
20717 (name "r-qgraph")
20718 (version "1.6.5")
20719 (source
20720 (origin
20721 (method url-fetch)
20722 (uri (cran-uri "qgraph" version))
20723 (sha256
20724 (base32
20725 "0pwys9irxvp0ap158drplyypkplbmwqinv0fmlsblk7q875cr592"))))
20726 (properties `((upstream-name . "qgraph")))
20727 (build-system r-build-system)
20728 (propagated-inputs
20729 `(("r-abind" ,r-abind)
20730 ("r-bdgraph" ,r-bdgraph)
20731 ("r-colorspace" ,r-colorspace)
20732 ("r-corpcor" ,r-corpcor)
20733 ("r-d3network" ,r-d3network)
20734 ("r-dplyr" ,r-dplyr)
20735 ("r-fdrtool" ,r-fdrtool)
20736 ("r-ggplot2" ,r-ggplot2)
20737 ("r-ggraph" ,r-ggraph)
20738 ("r-glasso" ,r-glasso)
20739 ("r-gtools" ,r-gtools)
20740 ("r-hmisc" ,r-hmisc)
20741 ("r-huge" ,r-huge)
20742 ("r-igraph" ,r-igraph)
20743 ("r-jpeg" ,r-jpeg)
20744 ("r-lavaan" ,r-lavaan)
20745 ("r-matrix" ,r-matrix)
20746 ("r-pbapply" ,r-pbapply)
20747 ("r-plyr" ,r-plyr)
20748 ("r-png" ,r-png)
20749 ("r-psych" ,r-psych)
20750 ("r-rcpp" ,r-rcpp)
20751 ("r-reshape2" ,r-reshape2)
20752 ("r-tidygraph" ,r-tidygraph)))
20753 (home-page "http://sachaepskamp.com/qgraph/")
20754 (synopsis "Weighted network visualization and analysis")
20755 (description
20756 "This package implements tools for weighted network visualization and
20757 analysis, as well as Gaussian graphical model computation. It contains graph
20758 plotting methods, and tools for psychometric data visualization and graphical
20759 model estimation. See Epskamp et al. (2012)
20760 @url{doi:10.18637/jss.v048.i04}.")
20761 (license license:gpl2)))
20762
20763 (define-public r-semplot
20764 (package
20765 (name "r-semplot")
20766 (version "1.1.2")
20767 (source
20768 (origin
20769 (method url-fetch)
20770 (uri (cran-uri "semPlot" version))
20771 (sha256
20772 (base32
20773 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
20774 (properties `((upstream-name . "semPlot")))
20775 (build-system r-build-system)
20776 (propagated-inputs
20777 `(("r-colorspace" ,r-colorspace)
20778 ("r-corpcor" ,r-corpcor)
20779 ("r-igraph" ,r-igraph)
20780 ("r-lavaan" ,r-lavaan)
20781 ("r-lisreltor" ,r-lisreltor)
20782 ("r-openmx" ,r-openmx)
20783 ("r-plyr" ,r-plyr)
20784 ("r-qgraph" ,r-qgraph)
20785 ("r-regsem" ,r-regsem)
20786 ("r-rockchalk" ,r-rockchalk)
20787 ("r-sem" ,r-sem)
20788 ("r-xml" ,r-xml)))
20789 (home-page "https://github.com/SachaEpskamp/semPlot")
20790 (synopsis "Unified visualizations of structural equation models")
20791 (description
20792 "Structural equation modeling (SEM) has a long history of representing
20793 models graphically as path diagrams. The semPlot package for R fills the gap
20794 between advanced, but time-consuming, graphical software and the limited
20795 graphics produced automatically by SEM software. In addition, semPlot offers
20796 more functionality than drawing path diagrams: it can act as a common ground
20797 for importing SEM results into R. Any result usable as input to semPlot can
20798 also be represented in any of the three popular SEM frame-works, as well as
20799 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
20800 (license license:gpl2)))
20801
20802 (define-public r-cdm
20803 (package
20804 (name "r-cdm")
20805 (version "7.5-15")
20806 (source
20807 (origin
20808 (method url-fetch)
20809 (uri (cran-uri "CDM" version))
20810 (sha256
20811 (base32
20812 "159ny2dz0rf1r3k1mqlfwambffc8rx425sggf5bn51nybpzanq3l"))))
20813 (properties `((upstream-name . "CDM")))
20814 (build-system r-build-system)
20815 (propagated-inputs
20816 `(("r-mvtnorm" ,r-mvtnorm)
20817 ("r-polycor" ,r-polycor)
20818 ("r-rcpp" ,r-rcpp)
20819 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20820 (home-page
20821 "https://github.com/alexanderrobitzsch/CDM")
20822 (synopsis "Cognitive diagnosis modeling")
20823 (description
20824 "This package provides functions for cognitive diagnosis modeling and
20825 multidimensional item response modeling for dichotomous and polytomous item
20826 responses. It enables the estimation of the DINA and DINO model, the multiple
20827 group (polytomous) GDINA model, the multiple choice DINA model, the general
20828 diagnostic model (GDM), the structured latent class model (SLCA), and
20829 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
20830 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
20831 estimation and the package structure. For tutorials on how to use the CDM
20832 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
20833 well as Ravand and Robitzsch (2015).")
20834 (license license:gpl2+)))
20835
20836 (define-public r-tam
20837 (package
20838 (name "r-tam")
20839 (version "3.5-19")
20840 (source
20841 (origin
20842 (method url-fetch)
20843 (uri (cran-uri "TAM" version))
20844 (sha256
20845 (base32
20846 "1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
20847 (properties `((upstream-name . "TAM")))
20848 (build-system r-build-system)
20849 (propagated-inputs
20850 `(("r-cdm" ,r-cdm)
20851 ("r-rcpp" ,r-rcpp)
20852 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20853 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
20854 (synopsis "Test analysis modules")
20855 (description
20856 "This package includes tools for marginal maximum likelihood estimation
20857 and joint maximum likelihood estimation for unidimensional and
20858 multidimensional item response models. The package functionality covers the
20859 Rasch model, 2PL model, 3PL model, generalized partial credit model,
20860 multi-faceted Rasch model, nominal item response model, structured latent
20861 class model, mixture distribution IRT models, and located latent class models.
20862 Latent regression models and plausible value imputation are also supported.")
20863 (license license:gpl2+)))
20864
20865 (define-public r-erm
20866 (package
20867 (name "r-erm")
20868 (version "1.0-1")
20869 (source
20870 (origin
20871 (method url-fetch)
20872 (uri (cran-uri "eRm" version))
20873 (sha256
20874 (base32
20875 "0njqzznnhnkvalmhiq5yq1w7gwp2myki5cv61w42ydvd27hdyyg9"))))
20876 (properties `((upstream-name . "eRm")))
20877 (build-system r-build-system)
20878 (propagated-inputs
20879 `(("r-colorspace" ,r-colorspace)
20880 ("r-lattice" ,r-lattice)
20881 ("r-mass" ,r-mass)
20882 ("r-matrix" ,r-matrix)
20883 ("r-psych" ,r-psych)))
20884 (native-inputs `(("gfortran" ,gfortran)))
20885 (home-page "https://cran.r-project.org/package=eRm")
20886 (synopsis "Extended Rasch modeling")
20887 (description
20888 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
20889 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
20890 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
20891 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
20892 data matrix. Additional features are the ML estimation of the person
20893 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
20894 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
20895 infit and outfit measures, ICC and other plots, automated stepwise item
20896 elimination, and a simulation module for various binary data matrices.")
20897 (license license:gpl3)))
20898
20899 (define-public r-irtoys
20900 (package
20901 (name "r-irtoys")
20902 (version "0.2.1")
20903 (source
20904 (origin
20905 (method url-fetch)
20906 (uri (cran-uri "irtoys" version))
20907 (sha256
20908 (base32
20909 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
20910 (properties `((upstream-name . "irtoys")))
20911 (build-system r-build-system)
20912 (propagated-inputs
20913 `(("r-ltm" ,r-ltm)
20914 ("r-sm" ,r-sm)))
20915 (home-page "https://cran.r-project.org/package=irtoys")
20916 (synopsis "Collection of functions related to Item Response Theory (IRT)")
20917 (description
20918 "This package provides a collection of functions useful in learning and
20919 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
20920 programs. It provides basic CTT analysis, a simple common interface to the
20921 estimation of item parameters in IRT models for binary responses with three
20922 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
20923 EAP, WLE, plausible values), item and person fit statistics, scaling
20924 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
20925 array of parametric and non-parametric (kernel) plots. It estimates and plots
20926 Haberman's interaction model when all items are dichotomously scored.")
20927 (license license:gpl2+)))
20928
20929 (define-public r-iheatmapr
20930 (package
20931 (name "r-iheatmapr")
20932 (version "0.4.12")
20933 (source
20934 (origin
20935 (method url-fetch)
20936 (uri (cran-uri "iheatmapr" version))
20937 (sha256
20938 (base32
20939 "0s479j9l35xiss599vablxgvg6i2j9zq9sxphsq4vdk3bafg84bw"))))
20940 (properties `((upstream-name . "iheatmapr")))
20941 (build-system r-build-system)
20942 (propagated-inputs
20943 `(("r-fastcluster" ,r-fastcluster)
20944 ("r-ggdendro" ,r-ggdendro)
20945 ("r-htmlwidgets" ,r-htmlwidgets)
20946 ("r-jsonlite" ,r-jsonlite)
20947 ("r-knitr" ,r-knitr)
20948 ("r-magrittr" ,r-magrittr)
20949 ("r-plyr" ,r-plyr)
20950 ("r-rcolorbrewer" ,r-rcolorbrewer)
20951 ("r-s4vectors" ,r-s4vectors)
20952 ("r-scales" ,r-scales)))
20953 (home-page "https://docs.ropensci.org/iheatmapr")
20954 (synopsis "Interactive, Complex Heatmaps")
20955 (description
20956 "iheatmapr is an R package for building complex, interactive heatmaps
20957 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
20958 subplots along the rows or columns of the main heatmap add more information
20959 about each row or column. For example, a one column additional heatmap may
20960 indicate what group a particular row or column belongs to. Complex heatmaps
20961 may also include multiple side by side heatmaps which show different types of
20962 data for the same conditions. Interactivity can improve complex heatmaps by
20963 providing tooltips with information about each cell and enabling zooming into
20964 interesting features. iheatmapr uses the plotly library for interactivity.")
20965 (license license:expat)))
20966
20967 (define-public r-packrat
20968 (package
20969 (name "r-packrat")
20970 (version "0.5.0")
20971 (source
20972 (origin
20973 (method url-fetch)
20974 (uri (cran-uri "packrat" version))
20975 (sha256
20976 (base32
20977 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
20978 (properties `((upstream-name . "packrat")))
20979 (build-system r-build-system)
20980 (home-page "https://github.com/rstudio/packrat/")
20981 (synopsis "Dependency management R projects")
20982 (description
20983 "This package provides a dependency manager for R projects that allows
20984 you to manage the R packages your project depends on in an isolated, portable,
20985 and reproducible way.")
20986 (license license:gpl2)))
20987
20988 (define-public r-rsconnect
20989 (package
20990 (name "r-rsconnect")
20991 (version "0.8.16")
20992 (source
20993 (origin
20994 (method url-fetch)
20995 (uri (cran-uri "rsconnect" version))
20996 (sha256
20997 (base32
20998 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
20999 (properties `((upstream-name . "rsconnect")))
21000 (build-system r-build-system)
21001 (propagated-inputs
21002 `(("r-curl" ,r-curl)
21003 ("r-digest" ,r-digest)
21004 ("r-jsonlite" ,r-jsonlite)
21005 ("r-openssl" ,r-openssl)
21006 ("r-packrat" ,r-packrat)
21007 ("r-rstudioapi" ,r-rstudioapi)
21008 ("r-yaml" ,r-yaml)))
21009 (home-page "https://github.com/rstudio/rsconnect")
21010 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
21011 (description
21012 "This package provides a programmatic deployment interface for RPubs,
21013 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
21014 documents, Shiny applications, Plumber APIs, plots, and static web content.")
21015 (license license:gpl2)))
21016
21017 ;; This package includes minified JavaScript files. When upgrading please
21018 ;; check that there are no new minified JavaScript files.
21019 (define-public r-dygraphs
21020 (package
21021 (name "r-dygraphs")
21022 (version "1.1.1.6")
21023 (source
21024 (origin
21025 (method url-fetch)
21026 (uri (cran-uri "dygraphs" version))
21027 (sha256
21028 (base32
21029 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
21030 (properties `((upstream-name . "dygraphs")))
21031 (build-system r-build-system)
21032 (arguments
21033 `(#:modules ((guix build utils)
21034 (guix build r-build-system)
21035 (srfi srfi-1)
21036 (ice-9 popen))
21037 #:phases
21038 (modify-phases %standard-phases
21039 (add-after 'unpack 'process-javascript
21040 (lambda* (#:key inputs #:allow-other-keys)
21041 (with-directory-excursion "inst/htmlwidgets/lib/"
21042 (call-with-values
21043 (lambda ()
21044 (unzip2
21045 `(("dygraphs/dygraph-combined-dev.js"
21046 "dygraph-combined.js")
21047 (,(assoc-ref inputs "js-jquery")
21048 "jquery/jquery.min.js")
21049 (,(assoc-ref inputs "js-fquarter")
21050 "fquarter/moment-fquarter.min.js"))))
21051 (lambda (sources targets)
21052 (for-each (lambda (source target)
21053 (format #t "Processing ~a --> ~a~%"
21054 source target)
21055 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
21056 (call-with-output-file target
21057 (lambda (port)
21058 (dump-port minified port)))))
21059 sources targets))))
21060 #t)))))
21061 (native-inputs
21062 `(("uglify-js" ,uglify-js)
21063 ;; They actually use version 1.11.1, but this more recent version
21064 ;; should be just fine.
21065 ("js-jquery"
21066 ,(origin
21067 (method url-fetch)
21068 (uri "https://code.jquery.com/jquery-1.12.4.js")
21069 (sha256
21070 (base32
21071 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
21072 ("js-fquarter"
21073 ,(origin
21074 (method url-fetch)
21075 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
21076 "moment-fquarter/1.0.1/moment-fquarter.js"))
21077 (sha256
21078 (base32
21079 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
21080 (propagated-inputs
21081 `(("r-htmltools" ,r-htmltools)
21082 ("r-htmlwidgets" ,r-htmlwidgets)
21083 ("r-magrittr" ,r-magrittr)
21084 ("r-xts" ,r-xts)
21085 ("r-zoo" ,r-zoo)))
21086 (home-page "https://github.com/rstudio/dygraphs")
21087 (synopsis "Interface to Dygraphs interactive time series charting library")
21088 (description
21089 "This package provides an R interface to the dygraphs JavaScript charting
21090 library (a copy of which is included in the package). It provides rich
21091 facilities for charting time-series data in R, including highly configurable
21092 series- and axis-display and interactive features like zoom/pan and
21093 series/point highlighting.")
21094 (license license:expat)))
21095
21096 (define-public r-shinystan
21097 (package
21098 (name "r-shinystan")
21099 (version "2.5.0")
21100 (source
21101 (origin
21102 (method url-fetch)
21103 (uri (cran-uri "shinystan" version))
21104 (sha256
21105 (base32
21106 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
21107 (properties `((upstream-name . "shinystan")))
21108 (build-system r-build-system)
21109 (propagated-inputs
21110 `(("r-bayesplot" ,r-bayesplot)
21111 ("r-colourpicker" ,r-colourpicker)
21112 ("r-dt" ,r-dt)
21113 ("r-dygraphs" ,r-dygraphs)
21114 ("r-ggplot2" ,r-ggplot2)
21115 ("r-gridextra" ,r-gridextra)
21116 ("r-gtools" ,r-gtools)
21117 ("r-markdown" ,r-markdown)
21118 ("r-reshape2" ,r-reshape2)
21119 ("r-rsconnect" ,r-rsconnect)
21120 ("r-rstan" ,r-rstan)
21121 ("r-shiny" ,r-shiny)
21122 ("r-shinyjs" ,r-shinyjs)
21123 ("r-shinythemes" ,r-shinythemes)
21124 ("r-threejs" ,r-threejs)
21125 ("r-xtable" ,r-xtable)
21126 ("r-xts" ,r-xts)))
21127 (home-page "https://mc-stan.org/")
21128 (synopsis "Interactive visual and numerical analysis for Bayesian models")
21129 (description
21130 "This package provides a graphical user interface for interactive
21131 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
21132 for analyzing a posterior sample. The interface is powered by the Shiny web
21133 application framework and works with the output of MCMC programs written in
21134 any programming language (and has extended functionality for Stan models fit
21135 using the @code{rstan} and @code{rstanarm} packages).")
21136 (license license:gpl3+)))
21137
21138 (define-public r-rstantools
21139 (package
21140 (name "r-rstantools")
21141 (version "2.0.0")
21142 (source
21143 (origin
21144 (method url-fetch)
21145 (uri (cran-uri "rstantools" version))
21146 (sha256
21147 (base32
21148 "1il0pn4ksbdkska5fmhvgaicvwnnc6cs08g6ags9fj1xkjiqmrsa"))))
21149 (properties `((upstream-name . "rstantools")))
21150 (build-system r-build-system)
21151 (inputs `(("pandoc" ,ghc-pandoc)))
21152 (propagated-inputs
21153 `(("r-desc" ,r-desc)
21154 ("r-rcpp" ,r-rcpp)))
21155 (home-page "https://mc-stan.org/rstantools/")
21156 (synopsis "Tools for developing R packages interfacing with Stan")
21157 (description
21158 "This package provides various tools for developers of R packages
21159 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
21160 up the required package structure, S3 generics and default methods to unify
21161 function naming across Stan-based R packages, and vignettes with
21162 recommendations for developers.")
21163 (license license:gpl3+)))
21164
21165 (define-public r-loo
21166 (package
21167 (name "r-loo")
21168 (version "2.2.0")
21169 (source
21170 (origin
21171 (method url-fetch)
21172 (uri (cran-uri "loo" version))
21173 (sha256
21174 (base32
21175 "1hq1zcj76x55z9kic6cwf7mfq9pzqfbr341jbc9wp7x8ac4zcva6"))))
21176 (properties `((upstream-name . "loo")))
21177 (build-system r-build-system)
21178 (inputs
21179 `(("pandoc" ,ghc-pandoc)
21180 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
21181 (propagated-inputs
21182 `(("r-checkmate" ,r-checkmate)
21183 ("r-matrixstats" ,r-matrixstats)))
21184 (home-page "https://mc-stan.org/loo/")
21185 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
21186 (description
21187 "This package provides an implementation of efficient approximate
21188 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
21189 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
21190 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
21191 procedure for regularizing importance weights. As a byproduct of the
21192 calculations, we also obtain approximate standard errors for estimated
21193 predictive errors and for the comparison of predictive errors between models.
21194 The package also provides methods for using stacking and other model weighting
21195 techniques to average Bayesian predictive distributions.")
21196 (license license:gpl3+)))
21197
21198 (define-public r-rstan
21199 (package
21200 (name "r-rstan")
21201 (version "2.19.3")
21202 (source
21203 (origin
21204 (method url-fetch)
21205 (uri (cran-uri "rstan" version))
21206 (sha256
21207 (base32
21208 "128ndwjrhf8b1qvvqz4bl13qlm8718z9qs5ryc6gsdr3vk65s0np"))))
21209 (properties `((upstream-name . "rstan")))
21210 (build-system r-build-system)
21211 (arguments
21212 `(#:phases
21213 (modify-phases %standard-phases
21214 (add-before 'install 'set-timezone
21215 ;; This package is picky about timezones.
21216 (lambda* (#:key inputs #:allow-other-keys)
21217 (setenv "TZ" "UTC+1")
21218 (setenv "TZDIR"
21219 (string-append (assoc-ref inputs "tzdata")
21220 "/share/zoneinfo"))
21221 #t)))))
21222 (native-inputs
21223 `(("tzdata" ,tzdata-for-tests)
21224 ("pandoc" ,ghc-pandoc)))
21225 (propagated-inputs
21226 `(("r-bh" ,r-bh)
21227 ("r-ggplot2" ,r-ggplot2)
21228 ("r-gridextra" ,r-gridextra)
21229 ("r-inline" ,r-inline)
21230 ("r-loo" ,r-loo)
21231 ("r-pkgbuild" ,r-pkgbuild)
21232 ("r-rcpp" ,r-rcpp)
21233 ("r-rcppeigen" ,r-rcppeigen)
21234 ("r-stanheaders" ,r-stanheaders)))
21235 (home-page "https://discourse.mc-stan.org/")
21236 (synopsis "R interface to Stan")
21237 (description
21238 "User-facing R functions are provided to parse, compile, test, estimate,
21239 and analyze Stan models by accessing the header-only Stan library provided by
21240 the StanHeaders package. The Stan project develops a probabilistic
21241 programming language that implements full Bayesian statistical inference via
21242 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
21243 approximation, and (optionally penalized) maximum likelihood estimation via
21244 optimization. In all three cases, automatic differentiation is used to
21245 quickly and accurately evaluate gradients without burdening the user with the
21246 need to derive the partial derivatives.")
21247 (license license:gpl3+)))
21248
21249 (define-public r-rstanarm
21250 (package
21251 (name "r-rstanarm")
21252 (version "2.19.3")
21253 (source
21254 (origin
21255 (method url-fetch)
21256 (uri (cran-uri "rstanarm" version))
21257 (sha256
21258 (base32
21259 "0gxjq8bdlvdd8kn3dhp12xlymdab036r7n12lzmd3xlkl4cnxq3s"))))
21260 (properties `((upstream-name . "rstanarm")))
21261 (build-system r-build-system)
21262 (inputs
21263 `(("pandoc" ,ghc-pandoc)
21264 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
21265 (propagated-inputs
21266 `(("r-bayesplot" ,r-bayesplot)
21267 ("r-bh" ,r-bh)
21268 ("r-ggplot2" ,r-ggplot2)
21269 ("r-lme4" ,r-lme4)
21270 ("r-loo" ,r-loo)
21271 ("r-matrix" ,r-matrix)
21272 ("r-nlme" ,r-nlme)
21273 ("r-rcpp" ,r-rcpp)
21274 ("r-rcppeigen" ,r-rcppeigen)
21275 ("r-rcppparallel" ,r-rcppparallel)
21276 ("r-rstan" ,r-rstan)
21277 ("r-rstantools" ,r-rstantools)
21278 ("r-shinystan" ,r-shinystan)
21279 ("r-stanheaders" ,r-stanheaders)
21280 ("r-survival" ,r-survival)))
21281 (home-page "https://mc-stan.org/rstanarm/")
21282 (synopsis "Bayesian applied regression modeling via Stan")
21283 (description
21284 "This package estimates previously compiled regression models using the
21285 @code{rstan} package, which provides the R interface to the Stan C++ library
21286 for Bayesian estimation. Users specify models via the customary R syntax with
21287 a formula and @code{data.frame} plus some additional arguments for priors.")
21288 (license license:gpl3+)))
21289
21290 (define-public r-kendall
21291 (package
21292 (name "r-kendall")
21293 (version "2.2")
21294 (source
21295 (origin
21296 (method url-fetch)
21297 (uri (cran-uri "Kendall" version))
21298 (sha256
21299 (base32
21300 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
21301 (properties `((upstream-name . "Kendall")))
21302 (build-system r-build-system)
21303 (propagated-inputs
21304 `(("r-boot" ,r-boot)))
21305 (native-inputs
21306 `(("gfortran" ,gfortran)))
21307 (home-page "https://cran.r-project.org/web/packages/Kendall/")
21308 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
21309 (description
21310 "This package computes the Kendall rank correlation and Mann-Kendall
21311 trend test.")
21312 (license license:gpl2+)))
21313
21314 (define-public r-zyp
21315 (package
21316 (name "r-zyp")
21317 (version "0.10-1.1")
21318 (source
21319 (origin
21320 (method url-fetch)
21321 (uri (cran-uri "zyp" version))
21322 (sha256
21323 (base32
21324 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
21325 (properties `((upstream-name . "zyp")))
21326 (build-system r-build-system)
21327 (propagated-inputs
21328 `(("r-kendall" ,r-kendall)))
21329 (home-page "https://cran.r-project.org/web/packages/zyp/")
21330 (synopsis "Zhang + Yue-Pilon Trends Package")
21331 (description
21332 "This package contains an efficient implementation of Sen's slope
21333 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
21334 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
21335 climate data.")
21336 (license license:lgpl2.1)))
21337
21338 (define-public r-rlinsolve
21339 (package
21340 (name "r-rlinsolve")
21341 (version "0.3.1")
21342 (source
21343 (origin
21344 (method url-fetch)
21345 (uri (cran-uri "Rlinsolve" version))
21346 (sha256
21347 (base32
21348 "1x02xxbkchcwwfa2123n9yqfzinfi0zba8zxhp977czzwysy75cc"))))
21349 (properties `((upstream-name . "Rlinsolve")))
21350 (build-system r-build-system)
21351 (propagated-inputs
21352 `(("r-matrix" ,r-matrix)
21353 ("r-rcpp" ,r-rcpp)
21354 ("r-rcpparmadillo" ,r-rcpparmadillo)
21355 ("r-rdpack" ,r-rdpack)))
21356 (home-page "https://cran.r-project.org/web/packages/Rlinsolve/")
21357 (synopsis "Iterative solvers for (sparse) linear system of equations")
21358 (description
21359 "Solving a system of linear equations is one of the most fundamental
21360 computational problems for many fields of mathematical studies, such as
21361 regression problems from statistics or numerical partial differential
21362 equations. This package provides basic stationary iterative solvers such as
21363 Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods.
21364 Nonstationary, also known as Krylov subspace methods are also provided.
21365 Sparse matrix computation is also supported in that solving large and sparse
21366 linear systems can be manageable using the @code{Matrix} package along with
21367 @code{RcppArmadillo}.")
21368 (license license:gpl3+)))
21369
21370 (define-public r-zvcv
21371 (package
21372 (name "r-zvcv")
21373 (version "2.1.0")
21374 (source
21375 (origin
21376 (method url-fetch)
21377 (uri (cran-uri "ZVCV" version))
21378 (sha256
21379 (base32
21380 "0np6h6x74kz1x13wmbkkm1wq43d8bnn2khzjc80prqdi6n0m9v8r"))))
21381 (properties `((upstream-name . "ZVCV")))
21382 (build-system r-build-system)
21383 (propagated-inputs
21384 `(("r-abind" ,r-abind)
21385 ("r-bh" ,r-bh)
21386 ("r-dplyr" ,r-dplyr)
21387 ("r-glmnet" ,r-glmnet)
21388 ("r-magrittr" ,r-magrittr)
21389 ("r-mvtnorm" ,r-mvtnorm)
21390 ("r-rcpp" ,r-rcpp)
21391 ("r-rcpparmadillo" ,r-rcpparmadillo)
21392 ("r-rlinsolve" ,r-rlinsolve)))
21393 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
21394 (synopsis "Zero-Variance Control Variates")
21395 (description
21396 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
21397 to reduce the variance of Monte Carlo estimators of expectations using the
21398 derivatives of the log target. Once the derivatives are available, the only
21399 additional computational effort is in solving a linear regression problem.
21400 This method has been extended to higher dimensions using regularisation. This
21401 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
21402 samples, derivatives and function evaluations are available. Additional
21403 functions for applying ZV-CV to two estimators for the normalising constant of
21404 the posterior distribution in Bayesian statistics are also supplied.")
21405 (license license:gpl2+)))
21406
21407 (define-public r-ztype
21408 (package
21409 (name "r-ztype")
21410 (version "0.1.0")
21411 (source
21412 (origin
21413 (method url-fetch)
21414 (uri (cran-uri "ztype" version))
21415 (sha256
21416 (base32
21417 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
21418 (properties `((upstream-name . "ztype")))
21419 (build-system r-build-system)
21420 (propagated-inputs
21421 `(("r-assertthat" ,r-assertthat)
21422 ("r-dplyr" ,r-dplyr)
21423 ("r-ggplot2" ,r-ggplot2)
21424 ("r-lubridate" ,r-lubridate)
21425 ("r-magrittr" ,r-magrittr)
21426 ("r-rvest" ,r-rvest)
21427 ("r-stringr" ,r-stringr)))
21428 (home-page "https://cran.r-project.org/web/packages/ztype/")
21429 (synopsis "Run a Ztype game loaded with R functions")
21430 (description
21431 "How fast can you type R functions on your keyboard? Find out by running
21432 a @code{zty.pe} game: export R functions as instructions to type to destroy
21433 opponents' vessels.")
21434 (license license:gpl3)))
21435
21436 (define-public r-zseq
21437 (package
21438 (name "r-zseq")
21439 (version "0.2.0")
21440 (source
21441 (origin
21442 (method url-fetch)
21443 (uri (cran-uri "Zseq" version))
21444 (sha256
21445 (base32
21446 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
21447 (properties `((upstream-name . "Zseq")))
21448 (build-system r-build-system)
21449 (propagated-inputs
21450 `(("r-gmp" ,r-gmp)))
21451 (home-page "https://cran.r-project.org/web/packages/Zseq/")
21452 (synopsis "Integer sequence generator")
21453 (description
21454 "This package generates well-known integer sequences. The @code{gmp}
21455 package is adopted for computing with arbitrarily large numbers. Every
21456 function has a hyperlink to its corresponding item in the @dfn{On-Line
21457 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
21458 (license license:gpl3+)))
21459
21460 (define-public r-isoband
21461 (package
21462 (name "r-isoband")
21463 (version "0.2.2")
21464 (source
21465 (origin
21466 (method url-fetch)
21467 (uri (cran-uri "isoband" version))
21468 (sha256
21469 (base32
21470 "044fg014gb6v6v11gm7ivfipz45iqw9cpahjhaacw6kyahyb66zx"))))
21471 (properties `((upstream-name . "isoband")))
21472 (build-system r-build-system)
21473 (propagated-inputs
21474 `(("r-testthat" ,r-testthat)))
21475 (native-inputs
21476 `(("r-knitr" ,r-knitr)))
21477 (home-page "https://github.com/wilkelab/isoband")
21478 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
21479 (description
21480 "This package provides a fast C++ implementation to generate contour
21481 lines (isolines) and contour polygons (isobands) from regularly spaced grids
21482 containing elevation data.")
21483 (license license:expat)))
21484
21485 (define-public r-ppcor
21486 (package
21487 (name "r-ppcor")
21488 (version "1.1")
21489 (source
21490 (origin
21491 (method url-fetch)
21492 (uri (cran-uri "ppcor" version))
21493 (sha256
21494 (base32
21495 "1x9b2kb8s0bp92b17gby0jwzzr3i4cf3ap9c4nq7m8fav72g0y3a"))))
21496 (properties `((upstream-name . "ppcor")))
21497 (build-system r-build-system)
21498 (propagated-inputs
21499 `(("r-mass" ,r-mass)))
21500 (home-page "https://cran.r-project.org/web/packages/ppcor/")
21501 (synopsis "Partial and semi-partial correlation")
21502 (description
21503 "This package provides users not only with a function to readily
21504 calculate the higher-order partial and semi-partial correlations but also with
21505 statistics and p-values of the correlation coefficients.")
21506 (license license:gpl2)))
21507
21508 (define-public r-hrbrthemes
21509 (package
21510 (name "r-hrbrthemes")
21511 (version "0.8.0")
21512 (source
21513 (origin
21514 (method url-fetch)
21515 (uri (cran-uri "hrbrthemes" version))
21516 (sha256
21517 (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
21518 (properties `((upstream-name . "hrbrthemes")))
21519 (build-system r-build-system)
21520 (propagated-inputs
21521 `(("r-extrafont" ,r-extrafont)
21522 ("r-gdtools" ,r-gdtools)
21523 ("r-ggplot2" ,r-ggplot2)
21524 ("r-htmltools" ,r-htmltools)
21525 ("r-knitr" ,r-knitr)
21526 ("r-magrittr" ,r-magrittr)
21527 ("r-rmarkdown" ,r-rmarkdown)
21528 ("r-scales" ,r-scales)))
21529 (native-inputs
21530 `(("r-knitr" ,r-knitr)))
21531 (home-page "https://github.com/hrbrmstr/hrbrthemes/")
21532 (synopsis "Additional themes, theme components and utilities for @code{ggplot2}")
21533 (description
21534 "This package provides a compilation of extra @code{ggplot2} themes,
21535 scales and utilities, including a spell check function for plot label fields
21536 and an overall emphasis on typography.")
21537 (license license:expat)))
21538
21539 (define-public r-crochet
21540 (package
21541 (name "r-crochet")
21542 (version "2.3.0")
21543 (source
21544 (origin
21545 (method url-fetch)
21546 (uri (cran-uri "crochet" version))
21547 (sha256
21548 (base32
21549 "0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
21550 (build-system r-build-system)
21551 (native-inputs
21552 `(("r-knitr" ,r-knitr)))
21553 (home-page "https://github.com/agrueneberg/crochet")
21554 (synopsis "Implementation Helper for Matrix-Like Types")
21555 (description
21556 "Functions to help implement the extraction / subsetting / indexing
21557 function @code{[} and replacement function @code{[<-} of custom matrix-like
21558 types (based on S3, S4, etc.), modeled as closely to the base matrix class
21559 as possible (with tests to prove it).")
21560 (license license:expat)))
21561
21562 (define-public r-boa
21563 (package
21564 (name "r-boa")
21565 (version "1.1.8-2")
21566 (source
21567 (origin
21568 (method url-fetch)
21569 (uri (cran-uri "boa" version))
21570 (sha256
21571 (base32
21572 "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
21573 (properties `((upstream-name . "boa")))
21574 (build-system r-build-system)
21575 (home-page "http://www.jstatsoft.org/v21/i11")
21576 (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
21577 (description
21578 "This package provides a menu-driven program and library of functions for
21579 carrying out convergence diagnostics and statistical and graphical analysis of
21580 @dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
21581 (license license:gpl2+)))
21582
21583 (define-public r-httpcode
21584 (package
21585 (name "r-httpcode")
21586 (version "0.3.0")
21587 (source (origin
21588 (method url-fetch)
21589 (uri (cran-uri "httpcode" version))
21590 (sha256
21591 (base32
21592 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
21593 (build-system r-build-system)
21594 (home-page "https://github.com/sckott/httpcode")
21595 (synopsis "HTTP status code helper")
21596 (description "@code{httpcode} provides functionality for finding and
21597 explaining the meaning of @code{HTTP} status codes. Functions are included for
21598 searching for codes by full or partial number, by message, and to get
21599 appropriate dog and cat images for many status codes.")
21600 (license license:expat)))
21601
21602 (define-public r-latex2exp
21603 (package
21604 (name "r-latex2exp")
21605 (version "0.4.0")
21606 (source (origin
21607 (method url-fetch)
21608 (uri (cran-uri "latex2exp" version))
21609 (sha256
21610 (base32
21611 "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
21612 (build-system r-build-system)
21613 (propagated-inputs
21614 `(("r-stringr" ,r-stringr)
21615 ("r-magrittr", r-magrittr)))
21616 (home-page "https://github.com/stefano-meschiari/latex2exp/")
21617 (synopsis "Use LaTeX expressions in plots")
21618 (description "@code{latex2exp} parses and converts LaTeX math formulas to
21619 R's plotmath expressions, used to enter mathematical formulas and symbols to be
21620 rendered as text, axis labels, etc. throughout R's plotting system.")
21621 (license license:expat)))
21622
21623 (define-public r-oai
21624 (package
21625 (name "r-oai")
21626 (version "0.3.0")
21627 (source (origin
21628 (method url-fetch)
21629 (uri (cran-uri "oai" version))
21630 (sha256
21631 (base32
21632 "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
21633 (build-system r-build-system)
21634 (propagated-inputs
21635 `(("r-xml2" ,r-xml2)
21636 ("r-httr" ,r-httr)
21637 ("r-plyr" ,r-plyr)
21638 ("r-stringr" ,r-stringr)
21639 ("r-tibble" ,r-tibble)))
21640 (home-page "https://github.com/ropensci/oai/")
21641 (synopsis "General purpose OAI-PMH services client")
21642 (description "@code{oai} provides a general purpose client to work with
21643 any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
21644 service. Functions are provided to work with the OAI-PMH verbs:
21645 @code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
21646 @code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
21647 (license license:expat)))
21648
21649 (define-public r-argon2
21650 (package
21651 (name "r-argon2")
21652 (version "0.2-0")
21653 (source
21654 (origin
21655 (method url-fetch)
21656 (uri (cran-uri "argon2" version))
21657 (sha256
21658 (base32
21659 "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
21660 (properties `((upstream-name . "argon2")))
21661 (build-system r-build-system)
21662 (home-page "https://github.com/wrathematics/argon2")
21663 (synopsis "Secure password hashing based on the argon2 algorithm")
21664 (description
21665 "This package provides utilities for secure password hashing via the
21666 argon2 algorithm.")
21667 (license license:bsd-2)))
21668
21669 (define-public r-getpass
21670 (package
21671 (name "r-getpass")
21672 (version "0.2-2")
21673 (source
21674 (origin
21675 (method url-fetch)
21676 (uri (cran-uri "getPass" version))
21677 (sha256
21678 (base32
21679 "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
21680 (properties `((upstream-name . "getPass")))
21681 (build-system r-build-system)
21682 (propagated-inputs
21683 `(("r-rstudioapi" ,r-rstudioapi)))
21684 (home-page "https://github.com/wrathematics/getPass")
21685 (synopsis "Masked user input")
21686 (description
21687 "This package provides a micro-package for reading \"passwords\", i.e.
21688 reading user input with masking, so that the input is not displayed as it is
21689 typed. Currently, RStudio, the command line (every OS), and any platform
21690 where tcltk is present are supported.")
21691 (license license:bsd-2)))
21692
21693 (define-public r-remoter
21694 (package
21695 (name "r-remoter")
21696 (version "0.4-0")
21697 (source
21698 (origin
21699 (method url-fetch)
21700 (uri (cran-uri "remoter" version))
21701 (sha256
21702 (base32
21703 "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
21704 (properties `((upstream-name . "remoter")))
21705 (build-system r-build-system)
21706 (propagated-inputs
21707 `(("r-argon2" ,r-argon2)
21708 ("r-getpass" ,r-getpass)
21709 ("r-pbdzmq" ,r-pbdzmq)
21710 ("r-png" ,r-png)))
21711 (home-page "https://github.com/RBigData/remoter")
21712 (synopsis "Control a remote R session from a local one")
21713 (description
21714 "This package provides a set of utilities for client/server computing
21715 with R, controlling a remote R session (the server) from a local one (the
21716 client).")
21717 (license license:bsd-2)))
21718
21719 (define-public r-asd
21720 (package
21721 (name "r-asd")
21722 (version "2.2")
21723 (source
21724 (origin
21725 (method url-fetch)
21726 (uri (cran-uri "asd" version))
21727 (sha256
21728 (base32
21729 "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
21730 (properties `((upstream-name . "asd")))
21731 (build-system r-build-system)
21732 (propagated-inputs
21733 `(("r-mvtnorm" ,r-mvtnorm)))
21734 (home-page "https://cran.r-project.org/web/packages/asd")
21735 (synopsis "Simulations for Adaptive Seamless Designs")
21736 (description
21737 "This package provdes means to run simulations for adaptive seamless
21738 designs with and without early outcomes for treatment selection and
21739 subpopulation type designs.")
21740 (license license:gpl3)))
21741
21742 (define-public r-nbconvertr
21743 (package
21744 (name "r-nbconvertr")
21745 (version "1.3.2")
21746 (source
21747 (origin
21748 (method url-fetch)
21749 (uri (cran-uri "nbconvertR" version))
21750 (sha256
21751 (base32
21752 "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
21753 (properties `((upstream-name . "nbconvertR")))
21754 (build-system r-build-system)
21755 (inputs
21756 `(("jupyter" ,python-nbconvert)
21757 ("pandoc" ,ghc-pandoc)))
21758 (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
21759 (synopsis "Vignette engine wrapping Jupyter notebooks")
21760 (description
21761 "This package calls the Jupyter script @code{nbconvert} to create
21762 vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
21763 containing rich text, code, and its output. Code cells can be edited and
21764 evaluated interactively.")
21765 (license license:gpl3)))
21766
21767 (define-public r-bridgesampling
21768 (package
21769 (name "r-bridgesampling")
21770 (version "1.0-0")
21771 (source
21772 (origin
21773 (method url-fetch)
21774 (uri (cran-uri "bridgesampling" version))
21775 (sha256
21776 (base32
21777 "1awhvv0v42w2q6llqi1wqpaiv5zx74cqzigdsvphy2jfp8ajw64y"))))
21778 (properties
21779 `((upstream-name . "bridgesampling")))
21780 (build-system r-build-system)
21781 (propagated-inputs
21782 `(("r-brobdingnag" ,r-brobdingnag)
21783 ("r-coda" ,r-coda)
21784 ("r-matrix" ,r-matrix)
21785 ("r-mvtnorm" ,r-mvtnorm)
21786 ("r-scales" ,r-scales)
21787 ("r-stringr" ,r-stringr)))
21788 (native-inputs
21789 `(("r-knitr" ,r-knitr)))
21790 (home-page "https://github.com/quentingronau/bridgesampling")
21791 (synopsis "Bridge sampling for marginal likelihoods and Bayes factors")
21792 (description
21793 "This package provides functions for estimating marginal likelihoods,
21794 Bayes factors, posterior model probabilities, and normalizing constants in
21795 general, via different versions of bridge sampling.")
21796 (license license:gpl2+)))
21797
21798 (define-public r-tea
21799 (package
21800 (name "r-tea")
21801 (version "1.1")
21802 (source
21803 (origin
21804 (method url-fetch)
21805 (uri (cran-uri "tea" version))
21806 (sha256
21807 (base32
21808 "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
21809 (properties
21810 `((upstream-name . "tea")))
21811 (build-system r-build-system)
21812 (propagated-inputs
21813 `(("r-matrix" ,r-matrix)))
21814 (home-page "https://cran.r-project.org/web/packages/tea/")
21815 (synopsis "Threshold estimation approaches")
21816 (description
21817 "This package provides different approaches for selecting the threshold
21818 in generalized Pareto distributions. Most of them are based on minimizing the
21819 AMSE-criterion or atleast by reducing the bias of the assumed GPD-model.
21820 Others are heuristically motivated by searching for stable sample paths, i.e.
21821 a nearly constant region of the tail index estimator with respect to k, which
21822 is the number of data in the tail. The third class is motivated by graphical
21823 inspection. In addition, a sequential testing procedure for GPD-GoF-tests
21824 is also implemented here.")
21825 (license license:gpl3)))
21826
21827 (define-public r-awsmethods
21828 (package
21829 (name "r-awsmethods")
21830 (version "1.1-1")
21831 (source
21832 (origin
21833 (method url-fetch)
21834 (uri (cran-uri "awsMethods" version))
21835 (sha256
21836 (base32
21837 "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh"))))
21838 (properties
21839 `((upstream-name . "awsMethods")))
21840 (build-system r-build-system)
21841 (home-page "http://www.wias-berlin.de/software/imaging/")
21842 (synopsis "Class and methods definitions")
21843 (description
21844 "This package defines the generic method @code{extract} and provides
21845 @code{openMP} support as needed in several packages like
21846 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
21847 (license license:gpl2+)))
21848
21849 (define-public r-aws
21850 (package
21851 (name "r-aws")
21852 (version "2.4-2")
21853 (source
21854 (origin
21855 (method url-fetch)
21856 (uri (cran-uri "aws" version))
21857 (sha256
21858 (base32
21859 "1czlsy64nx6j7h1smgb561yyv3f98pwqwglk77yla4mx3fp14bvq"))))
21860 (properties
21861 `((upstream-name . "aws")))
21862 (build-system r-build-system)
21863 (propagated-inputs
21864 `(("r-awsmethods" ,r-awsmethods)
21865 ("r-gsl" ,r-gsl)))
21866 (native-inputs
21867 `(("gfortran" ,gfortran)))
21868 (home-page "https://cran.r-project.org/web/packages/aws/")
21869 (synopsis "Adaptive weights smoothing")
21870 (description
21871 "This package provides a collection of R-functions implementing adaptive
21872 smoothing procedures in 1D, 2D and 3D. This includes the
21873 Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
21874 Confidence Intervals} (ICI), variational approaches, and a non-local means
21875 filter.")
21876 (license license:gpl2+)))
21877
21878 (define-public r-sgloptim
21879 (package
21880 (name "r-sgloptim")
21881 (version "1.3.8")
21882 (source
21883 (origin
21884 (method url-fetch)
21885 (uri (cran-uri "sglOptim" version))
21886 (sha256
21887 (base32
21888 "15bkkvgp9v9vsp65wps48g3c2fa0fj1025hbrziywq14j7wayyjr"))))
21889 (properties
21890 `((upstream-name . "sglOptim")))
21891 (build-system r-build-system)
21892 (propagated-inputs
21893 `(("r-bh" ,r-bh)
21894 ("r-doparallel" ,r-doparallel)
21895 ("r-foreach" ,r-foreach)
21896 ("r-matrix" ,r-matrix)
21897 ("r-rcpp" ,r-rcpp)
21898 ("r-rcpparmadillo" ,r-rcpparmadillo)
21899 ("r-rcppprogress" ,r-rcppprogress)))
21900 (native-inputs
21901 `(("r-knitr" ,r-knitr)))
21902 (home-page "https://github.com/nielsrhansen/sglOptim")
21903 (synopsis "Generic sparse group Lasso solver")
21904 (description
21905 "This package provides a fast generic solver for sparse group lasso
21906 optimization problems. The loss (objective) function must be defined in a C++
21907 module. The optimization problem is solved using a coordinate gradient
21908 descent algorithm. Convergence of the algorithm is established and the
21909 algorithm is applicable to a broad class of loss functions. Use of parallel
21910 computing for cross validation and subsampling is supported through the
21911 @code{foreach} and @code{doParallel} packages.")
21912 (license license:gpl2+)))
21913
21914 (define-public r-grouped
21915 (package
21916 (name "r-grouped")
21917 (version "0.6-0")
21918 (source
21919 (origin
21920 (method url-fetch)
21921 (uri (cran-uri "grouped" version))
21922 (sha256
21923 (base32
21924 "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
21925 (properties
21926 `((upstream-name . "grouped")))
21927 (build-system r-build-system)
21928 (propagated-inputs
21929 `(("r-mass" ,r-mass)))
21930 (home-page "https://cran.r-project.org/web/packages/grouped/")
21931 (synopsis "Regression analysis of grouped and coarse data")
21932 (description
21933 "This package provides regression models for grouped and coarse data,
21934 under the coarsened at random assumption.")
21935 (license license:gpl2+)))
21936
21937 (define-public r-stam
21938 (package
21939 (name "r-stam")
21940 (version "0.0-1")
21941 (source
21942 (origin
21943 (method url-fetch)
21944 (uri (cran-uri "stam" version))
21945 (sha256
21946 (base32
21947 "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
21948 (properties
21949 `((upstream-name . "stam")))
21950 (build-system r-build-system)
21951 (propagated-inputs
21952 `(("r-np" ,r-np)
21953 ("r-sp" ,r-sp)))
21954 (home-page "https://cran.r-project.org/web/packages/stam")
21955 (synopsis "Spatio-temporal analysis and modelling")
21956 (description
21957 "This package provides various methods to conduct Spatio-Temporal
21958 Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
21959 Inferred Spatio-Temporal Modelling.")
21960 (license license:gpl2+)))
21961
21962 (define-public r-dcv
21963 (package
21964 (name "r-dcv")
21965 (version "0.1.1")
21966 (source
21967 (origin
21968 (method url-fetch)
21969 (uri (cran-uri "dcv" version))
21970 (sha256
21971 (base32
21972 "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
21973 (properties
21974 `((upstream-name . "dcv")))
21975 (build-system r-build-system)
21976 (propagated-inputs
21977 `(("r-lmtest" ,r-lmtest)))
21978 (home-page "https://cran.r-project.org/web/packages/dcv/")
21979 (synopsis "Conventional cross-validation statistics for climate-growth model")
21980 (description
21981 "This package performs several conventional cross-validation statistical
21982 methods for climate-growth model in the climate reconstruction from tree
21983 rings, including Sign Test statistic, Reduction of Error statistic, Product
21984 Mean Test, Durbin-Watson statistic etc.")
21985 (license license:gpl2)))
21986
21987 (define-public r-rcdd
21988 (package
21989 (name "r-rcdd")
21990 (version "1.2-2")
21991 (source
21992 (origin
21993 (method url-fetch)
21994 (uri (cran-uri "rcdd" version))
21995 (sha256
21996 (base32
21997 "0pzpbqnlgzr240iici70278py5wnbbxkzlgn112f9wv5ga3riric"))))
21998 (properties
21999 `((upstream-name . "rcdd")))
22000 (build-system r-build-system)
22001 (inputs
22002 `(("gmp" ,gmp)))
22003 (home-page "https://www.stat.umn.edu/geyer/rcdd/")
22004 (synopsis "Computational geometry")
22005 (description
22006 "This package converts back and forth between two representations of a
22007 convex polytope: as solution of a set of linear equalities and inequalities
22008 and as convex hull of set of points and rays. Also does linear programming
22009 and redundant generator elimination. All functions can use exact
22010 infinite-precision rational arithmetic.")
22011 (license license:gpl2)))
22012
22013 (define-public r-rxnat
22014 (package
22015 (name "r-rxnat")
22016 (version "1.0.8")
22017 (source
22018 (origin
22019 (method url-fetch)
22020 (uri (cran-uri "Rxnat" version))
22021 (sha256
22022 (base32
22023 "12xcs2l6vn50bwzfmv60j1qahjw2npfm1a3yjhffcxzh6p8chwbg"))))
22024 (properties
22025 `((upstream-name . "Rxnat")))
22026 (build-system r-build-system)
22027 (propagated-inputs
22028 `(("r-httr" ,r-httr)
22029 ("r-rcurl" ,r-rcurl)))
22030 (native-inputs
22031 `(("r-knitr" ,r-knitr)))
22032 (home-page "https://cran.r-project.org/web/packages/Rxnat/")
22033 (synopsis "Queries and extracts images from neuroimaging datasets")
22034 (description
22035 "This package allows communication with the Extensible Neuroimaging
22036 Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
22037 download images.")
22038 (license license:gpl2)))
22039
22040 (define-public r-rserve
22041 (package
22042 (name "r-rserve")
22043 (version "1.8-6")
22044 (source
22045 (origin
22046 (method url-fetch)
22047 (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
22048 version ".tar.gz"))
22049 (sha256
22050 (base32
22051 "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
22052 (build-system r-build-system)
22053 (propagated-inputs
22054 `(("r-checkmate" ,r-checkmate)
22055 ("r-mime" ,r-mime)
22056 ("r-jsonlite" ,r-jsonlite)
22057 ("r-knitr" ,r-knitr)
22058 ("r-r6" ,r-r6)
22059 ("r-rcpp" ,r-rcpp)
22060 ("r-uuid" ,r-uuid)))
22061 (inputs
22062 `(("openssl" ,openssl)
22063 ("zlib" ,zlib)))
22064 (home-page "https://github.com/s-u/Rserve")
22065 (synopsis
22066 "Server providing access to R from many languages and systems")
22067 (description
22068 "Rserve acts as a socket server (TCP/IP or local sockets) which allows
22069 binary requests to be sent to R. Every connection has a separate workspace
22070 and working directory. Client-side implementations are available for popular
22071 languages such as C/C++ and Java, allowing any application to use facilities
22072 of R without the need of linking to R code. Rserve supports remote
22073 connection, user authentication and file transfer. A simple R client is
22074 included in this package as well.")
22075 (license license:gpl2)))
22076
22077 (define-public r-brms
22078 (package
22079 (name "r-brms")
22080 (version "2.13.0")
22081 (source
22082 (origin
22083 (method url-fetch)
22084 (uri (cran-uri "brms" version))
22085 (sha256
22086 (base32
22087 "0vdncdawxawi16f326qrgy9jjjipmqdjxh741y9p7xdzd4fwaxx3"))))
22088 (properties `((upstream-name . "brms")))
22089 (build-system r-build-system)
22090 (propagated-inputs
22091 `(("r-abind" ,r-abind)
22092 ("r-backports" ,r-backports)
22093 ("r-bayesplot" ,r-bayesplot)
22094 ("r-bridgesampling" ,r-bridgesampling)
22095 ("r-coda" ,r-coda)
22096 ("r-future" ,r-future)
22097 ("r-ggplot2" ,r-ggplot2)
22098 ("r-glue" ,r-glue)
22099 ("r-loo" ,r-loo)
22100 ("r-matrix" ,r-matrix)
22101 ("r-matrixstats" ,r-matrixstats)
22102 ("r-mgcv" ,r-mgcv)
22103 ("r-nleqslv" ,r-nleqslv)
22104 ("r-nlme" ,r-nlme)
22105 ("r-rcpp" ,r-rcpp)
22106 ("r-rstan" ,r-rstan)
22107 ("r-rstantools" ,r-rstantools)
22108 ("r-shinystan" ,r-shinystan)))
22109 (native-inputs `(("r-knitr" ,r-knitr)))
22110 (home-page
22111 "https://github.com/paul-buerkner/brms")
22112 (synopsis
22113 "Bayesian Regression Models using 'Stan'")
22114 (description
22115 "Fit Bayesian generalized (non-)linear multivariate multilevel models
22116 using 'Stan' for full Bayesian inference. A wide range of distributions and
22117 link functions are supported, allowing users to fit -- among others -- linear,
22118 robust linear, count data, survival, response times, ordinal, zero-inflated,
22119 hurdle, and even self-defined mixture models all in a multilevel context.
22120 Further modeling options include non-linear and smooth terms, auto-correlation
22121 structures, censored data, meta-analytic standard errors, and quite a few
22122 more. In addition, all parameters of the response distribution can be
22123 predicted in order to perform distributional regression. Prior specifications
22124 are flexible and explicitly encourage users to apply prior distributions that
22125 actually reflect their beliefs. Model fit can easily be assessed and compared
22126 with posterior predictive checks and leave-one-out cross-validation.")
22127 (license license:gpl2)))
22128
22129 (define-public r-mstate
22130 (package
22131 (name "r-mstate")
22132 (version "0.2.12")
22133 (source
22134 (origin
22135 (method url-fetch)
22136 (uri (cran-uri "mstate" version))
22137 (sha256
22138 (base32
22139 "0qnhivbibzss8yfsg44cvbf73n4jj4i28rbdysl88g14ig5sabgv"))))
22140 (properties `((upstream-name . "mstate")))
22141 (build-system r-build-system)
22142 (propagated-inputs
22143 `(("r-rcolorbrewer" ,r-rcolorbrewer)
22144 ("r-survival" ,r-survival)))
22145 (home-page
22146 "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
22147 (synopsis
22148 "Data Preparation, Estimation and Prediction in Multi-State Models")
22149 (description
22150 "Contains functions for data preparation, descriptives, hazard estimation
22151 and prediction with Aalen-Johansen or simulation in competing risks and
22152 multi-state models.")
22153 (license license:gpl2+)))
22154
22155 (define-public r-scatterpie
22156 (package
22157 (name "r-scatterpie")
22158 (version "0.1.4")
22159 (source
22160 (origin
22161 (method url-fetch)
22162 (uri (cran-uri "scatterpie" version))
22163 (sha256
22164 (base32
22165 "0g5sn0iv6c1q7y51j4gbbbnil5089dgk1w4q94c7h5y3x7wfrzqb"))))
22166 (properties `((upstream-name . "scatterpie")))
22167 (build-system r-build-system)
22168 (propagated-inputs
22169 `(("r-ggforce" ,r-ggforce)
22170 ("r-ggplot2" ,r-ggplot2)
22171 ("r-rlang" ,r-rlang)
22172 ("r-rvcheck" ,r-rvcheck)
22173 ("r-tidyr" ,r-tidyr)))
22174 (native-inputs
22175 `(("r-knitr" ,r-knitr)))
22176 (home-page "https://cran.r-project.org/web/packages/scatterpie/")
22177 (synopsis "Scatter pie plot")
22178 (description
22179 "This package creates scatterpie plots, especially useful for plotting
22180 pies on a map.")
22181 (license license:artistic2.0)))
22182
22183 (define-public r-boruta
22184 (package
22185 (name "r-boruta")
22186 (version "7.0.0")
22187 (source
22188 (origin
22189 (method url-fetch)
22190 (uri (cran-uri "Boruta" version))
22191 (sha256
22192 (base32
22193 "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
22194 (properties `((upstream-name . "Boruta")))
22195 (build-system r-build-system)
22196 (propagated-inputs `(("r-ranger" ,r-ranger)))
22197 (home-page "https://gitlab.com/mbq/Boruta/")
22198 (synopsis "Wrapper algorithm for all relevant feature selection")
22199 (description
22200 "This package provides an all relevant feature selection wrapper
22201 algorithm. It finds relevant features by comparing original attributes'
22202 importance with importance achievable at random, estimated using their
22203 permuted copies (shadows).")
22204 (license license:gpl2+)))
22205
22206 (define-public r-directlabels
22207 (package
22208 (name "r-directlabels")
22209 (version "2020.6.17")
22210 (source
22211 (origin
22212 (method url-fetch)
22213 (uri (cran-uri "directlabels" version))
22214 (sha256
22215 (base32
22216 "1b6v206kizz5rjw03chjvn40a7cqihjpk80h1h79z2x27hp1qi3f"))))
22217 (build-system r-build-system)
22218 (propagated-inputs
22219 `(("r-quadprog" ,r-quadprog)))
22220 (native-inputs
22221 `(("r-knitr" ,r-knitr)))
22222 (home-page "http://directlabels.r-forge.r-project.org/")
22223 (synopsis "Direct labels for multicolor plots")
22224 (description
22225 "This package provides an extensible framework for automatically placing
22226 direct labels onto multicolor plots. Label positions are described using
22227 positioning methods that can be re-used across several different plots. There
22228 are heuristics for examining @code{trellis} and @code{ggplot} objects and
22229 inferring an appropriate positioning method.")
22230 (license license:gpl3)))
22231
22232 (define-public r-lsd
22233 (package
22234 (name "r-lsd")
22235 (version "4.1-0")
22236 (source
22237 (origin
22238 (method url-fetch)
22239 (uri (cran-uri "LSD" version))
22240 (sha256
22241 (base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
22242 (properties `((upstream-name . "LSD")))
22243 (build-system r-build-system)
22244 (home-page "https://cran.r-project.org/web/packages/LSD/")
22245 (synopsis "Lots of superior depictions tool creates colorful plots")
22246 (description
22247 "This package creates lots of colorful plots in a multitude of variations.
22248 Try a demo of the LSD by running @code{demotour()}.")
22249 ;; Either version
22250 (license (list license:gpl2 license:gpl3))))
22251
22252 (define-public r-fourcseq
22253 (package
22254 (name "r-fourcseq")
22255 (version "1.21.0")
22256 (source
22257 (origin
22258 (method url-fetch)
22259 (uri (bioconductor-uri "FourCSeq" version))
22260 (sha256
22261 (base32 "0lhcjw2hmmdafq52c5fvpm1crnzynbslamzh7r6ygifmzaz2pa8x"))))
22262 (properties `((upstream-name . "FourCSeq")))
22263 (build-system r-build-system)
22264 (propagated-inputs
22265 `(("r-biobase" ,r-biobase)
22266 ("r-biostrings" ,r-biostrings)
22267 ("r-deseq2" ,r-deseq2)
22268 ("r-fda" ,r-fda)
22269 ("r-genomicalignments" ,r-genomicalignments)
22270 ("r-genomicranges" ,r-genomicranges)
22271 ("r-ggbio" ,r-ggbio)
22272 ("r-ggplot2" ,r-ggplot2)
22273 ("r-gtools" ,r-gtools)
22274 ("r-lsd" ,r-lsd)
22275 ("r-matrix" ,r-matrix)
22276 ("r-reshape2" ,r-reshape2)
22277 ("r-rsamtools" ,r-rsamtools)
22278 ("r-rtracklayer" ,r-rtracklayer)
22279 ("r-summarizedexperiment" ,r-summarizedexperiment)))
22280 (native-inputs
22281 `(("r-knitr" ,r-knitr)))
22282 (home-page
22283 "https://bioconductor.org/packages/release/bioc/html/FourCSeq.html")
22284 (synopsis "Analysis of multiplexed 4C sequencing data")
22285 (description
22286 "This package is an R package dedicated to the analysis of (multiplexed)
22287 4C sequencing data. @code{r-fourcseq} provides a pipeline to detect specific
22288 interactions between DNA elements and identify differential interactions
22289 between conditions. The statistical analysis in R starts with individual bam
22290 files for each sample as inputs. To obtain these files, the package contains
22291 a Python script to demultiplex libraries and trim off primer sequences. With
22292 a standard alignment software the required bam files can be then be
22293 generated.")
22294 (license license:gpl3+)))
22295
22296 (define-public r-phylogram
22297 (package
22298 (name "r-phylogram")
22299 (version "2.1.0")
22300 (source
22301 (origin
22302 (method url-fetch)
22303 (uri (cran-uri "phylogram" version))
22304 (sha256
22305 (base32 "1p4h5pirc0m5pzc18q0jk3mcmb5n48gdf9abz03vml3a209xxl2v"))))
22306 (properties `((upstream-name . "phylogram")))
22307 (build-system r-build-system)
22308 (propagated-inputs `(("r-ape" ,r-ape)))
22309 (home-page "https://github.com/ropensci/phylogram/")
22310 (synopsis "Dendrograms for evolutionary analysis")
22311 (description
22312 "The @code{r-phylogram} package is a tool for for developing phylogenetic
22313 trees as deeply-nested lists known as \"dendrogram\" objects. It provides
22314 functions for conversion between \"dendrogram\" and \"phylo\" class objects,
22315 as well as several tools for command-line tree manipulation and import/export
22316 via Newick parenthetic text. This improves accessibility to the comprehensive
22317 range of object-specific analytical and tree-visualization functions found
22318 across a wide array of bioinformatic R packages.")
22319 (license license:gpl3)))
22320
22321 (define-public r-kmer
22322 (package
22323 (name "r-kmer")
22324 (version "1.1.2")
22325 (source
22326 (origin
22327 (method url-fetch)
22328 (uri (cran-uri "kmer" version))
22329 (sha256
22330 (base32 "0jimn9r0abglwxdl1zqz0lxa99cmj6haydkxjzqfbpx9by80wnww"))))
22331 (properties `((upstream-name . "kmer")))
22332 (build-system r-build-system)
22333 (propagated-inputs
22334 `(("r-openssl" ,r-openssl)
22335 ("r-phylogram" ,r-phylogram)
22336 ("r-rcpp" ,r-rcpp)))
22337 (home-page "https://github.com/shaunpwilkinson/kmer/")
22338 (synopsis "Fast K-Mer counting and clustering for biological sequence analysis")
22339 (description
22340 "@code{r-kmer} is an R package for rapidly computing distance matrices
22341 and clustering large sequence datasets using fast alignment-free k-mer
22342 counting and recursive k-means partitioning.")
22343 (license license:gpl3)))
22344
22345 (define-public r-shapforxgboost
22346 (package
22347 (name "r-shapforxgboost")
22348 (version "0.0.4")
22349 (source
22350 (origin
22351 (method url-fetch)
22352 (uri (cran-uri "SHAPforxgboost" version))
22353 (sha256
22354 (base32
22355 "0k6bg27wqnkzv82bcahbapmqhiz6rvnx81m23zbjw58c7lwshgnq"))))
22356 (properties
22357 `((upstream-name . "SHAPforxgboost")))
22358 (build-system r-build-system)
22359 (propagated-inputs
22360 `(("r-bbmisc" ,r-bbmisc)
22361 ("r-data-table" ,r-data-table)
22362 ("r-ggextra" ,r-ggextra)
22363 ("r-ggforce" ,r-ggforce)
22364 ("r-ggplot2" ,r-ggplot2)
22365 ("r-ggpubr" ,r-ggpubr)
22366 ("r-rcolorbrewer" ,r-rcolorbrewer)
22367 ("r-xgboost" ,r-xgboost)))
22368 (home-page "https://github.com/liuyanguu/SHAPforxgboost")
22369 (synopsis "SHAP Plots for XGBoost")
22370 (description
22371 "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
22372 using @dfn{SHAP} (Shapley additive explanation) visualization plots for
22373 @code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
22374 and force plot. It relies on the @code{XGBoost} package to produce SHAP
22375 values.")
22376 (license license:expat)))