gnu: r-doby: Update to 4.6.8.
[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 © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl>
5 ;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
6 ;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <roel@gnu.org>
7 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
8 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
9 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
10 ;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
11 ;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
12 ;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
13 ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
14 ;;; Copyright © 2018, 2020 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
15 ;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
16 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
17 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
18 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
19 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
20 ;;; Copyright © 2019, 2020 Wiktor Żelazny <wzelazny@vurv.cz>
21 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
22 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
23 ;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
24 ;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
25 ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
26 ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
27 ;;; Copyright © 2020 Peter Lo <peterloleungyau@gmail.com>
28 ;;; Copyright © 2020 Rafael Luque Leiva <rafael.luque@osoco.es>
29 ;;; Copyright © 2020 Lars-Dominik Braun <ldb@leibniz-psychology.org>
30 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
31 ;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
32 ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
33 ;;; Copyright © 2020 Magali Lemes <magalilemes00@gmail.com>
34 ;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
35 ;;;
36 ;;; This file is part of GNU Guix.
37 ;;;
38 ;;; GNU Guix is free software; you can redistribute it and/or modify it
39 ;;; under the terms of the GNU General Public License as published by
40 ;;; the Free Software Foundation; either version 3 of the License, or (at
41 ;;; your option) any later version.
42 ;;;
43 ;;; GNU Guix is distributed in the hope that it will be useful, but
44 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
45 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
46 ;;; GNU General Public License for more details.
47 ;;;
48 ;;; You should have received a copy of the GNU General Public License
49 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
50
51 (define-module (gnu packages cran)
52 #:use-module ((guix licenses) #:prefix license:)
53 #:use-module (guix packages)
54 #:use-module (guix download)
55 #:use-module (guix git-download)
56 #:use-module (guix utils)
57 #:use-module (guix build-system r)
58 #:use-module (gnu packages)
59 #:use-module (gnu packages algebra)
60 #:use-module (gnu packages autotools)
61 #:use-module (gnu packages base)
62 #:use-module (gnu packages bioinformatics)
63 #:use-module (gnu packages c)
64 #:use-module (gnu packages compression)
65 #:use-module (gnu packages curl)
66 #:use-module (gnu packages databases)
67 #:use-module (gnu packages fontutils)
68 #:use-module (gnu packages gcc)
69 #:use-module (gnu packages geo)
70 #:use-module (gnu packages ghostscript)
71 #:use-module (gnu packages gl)
72 #:use-module (gnu packages gnome)
73 #:use-module (gnu packages graph)
74 #:use-module (gnu packages gtk)
75 #:use-module (gnu packages haskell-xyz)
76 #:use-module (gnu packages icu4c)
77 #:use-module (gnu packages image)
78 #:use-module (gnu packages imagemagick)
79 #:use-module (gnu packages java)
80 #:use-module (gnu packages javascript)
81 #:use-module (gnu packages libevent)
82 #:use-module (gnu packages lisp-xyz)
83 #:use-module (gnu packages machine-learning)
84 #:use-module (gnu packages maths)
85 #:use-module (gnu packages mpi)
86 #:use-module (gnu packages multiprecision)
87 #:use-module (gnu packages networking)
88 #:use-module (gnu packages node)
89 #:use-module (gnu packages pcre)
90 #:use-module (gnu packages perl)
91 #:use-module (gnu packages pkg-config)
92 #:use-module (gnu packages pulseaudio) ;libsndfile
93 #:use-module (gnu packages python)
94 #:use-module (gnu packages python-xyz)
95 #:use-module (gnu packages sqlite)
96 #:use-module (gnu packages statistics)
97 #:use-module (gnu packages tcl)
98 #:use-module (gnu packages tls)
99 #:use-module (gnu packages version-control)
100 #:use-module (gnu packages web)
101 #:use-module (gnu packages xml)
102 #:use-module (gnu packages xorg))
103
104 (define-public r-brio
105 (package
106 (name "r-brio")
107 (version "1.1.0")
108 (source
109 (origin
110 (method url-fetch)
111 (uri (cran-uri "brio" version))
112 (sha256
113 (base32
114 "0f7amcd2cjm09aiq39209cz680l5d2gqpp6wwfhz24zagfsa7cvb"))))
115 (properties `((upstream-name . "brio")))
116 (build-system r-build-system)
117 (home-page "https://github.com/r-lib/brio")
118 (synopsis "Basic R input output")
119 (description
120 "This package provides functions to handle basic input output. These
121 functions always read and write UTF-8 (8-bit Unicode Transformation Format)
122 files and provide more explicit control over line endings.")
123 (license license:expat)))
124
125 (define-public r-diffobj
126 (package
127 (name "r-diffobj")
128 (version "0.3.2")
129 (source
130 (origin
131 (method url-fetch)
132 (uri (cran-uri "diffobj" version))
133 (sha256
134 (base32
135 "0v18zz14g8ppzmj1d997rdmsfh327ml4wvpmfx168lravdsk5ym2"))))
136 (properties `((upstream-name . "diffobj")))
137 (build-system r-build-system)
138 (propagated-inputs `(("r-crayon" ,r-crayon)))
139 (native-inputs `(("r-knitr" ,r-knitr)))
140 (home-page "https://github.com/brodieG/diffobj")
141 (synopsis "Diffs for R objects")
142 (description
143 "Generate a colorized diff of two R objects for an intuitive
144 visualization of their differences.")
145 (license license:gpl2+)))
146
147 (define-public r-waldo
148 (package
149 (name "r-waldo")
150 (version "0.2.3")
151 (source
152 (origin
153 (method url-fetch)
154 (uri (cran-uri "waldo" version))
155 (sha256
156 (base32
157 "0lsw8p4wiggqm9fvh5vgmf0ms0npcg3hcwyzlg5ahv5yx4pv5fhz"))))
158 (properties `((upstream-name . "waldo")))
159 (build-system r-build-system)
160 (propagated-inputs
161 `(("r-cli" ,r-cli)
162 ("r-diffobj" ,r-diffobj)
163 ("r-fansi" ,r-fansi)
164 ("r-glue" ,r-glue)
165 ("r-rematch2" ,r-rematch2)
166 ("r-rlang" ,r-rlang)
167 ("r-tibble" ,r-tibble)))
168 (home-page "https://github.com/r-lib/waldo")
169 (synopsis "Find differences between R objects")
170 (description
171 "Compare complex R objects and reveal the key differences. This package
172 was designed particularly for use in testing packages where being able to
173 quickly isolate key differences makes understanding test failures much
174 easier.")
175 (license license:expat)))
176
177 (define-public r-rticles
178 (package
179 (name "r-rticles")
180 (version "0.17")
181 (source
182 (origin
183 (method url-fetch)
184 (uri (cran-uri "rticles" version))
185 (sha256
186 (base32
187 "1wbwva5n88dw3vvhcrlzkr58cv03hyx0dqgfmxj7d0dgf4ichr3c"))))
188 (properties `((upstream-name . "rticles")))
189 (build-system r-build-system)
190 (propagated-inputs
191 `(("r-knitr" ,r-knitr)
192 ("r-rmarkdown" ,r-rmarkdown)
193 ("r-tinytex" ,r-tinytex)
194 ("r-xfun" ,r-xfun)
195 ("r-yaml" ,r-yaml)))
196 (home-page "https://github.com/rstudio/rticles")
197 (synopsis "Article formats for R Markdown")
198 (description
199 "This package provides a suite of custom R Markdown formats and templates
200 for authoring journal articles and conference submissions.")
201 (license license:gpl3)))
202
203 (define-public r-bezier
204 (package
205 (name "r-bezier")
206 (version "1.1.2")
207 (source (origin
208 (method url-fetch)
209 (uri (cran-uri "bezier" version))
210 (sha256
211 (base32
212 "1vw5128v8h973xwa1fdm9cw2jvrldj87nd55lddlp3qsz3ag4br6"))))
213 (build-system r-build-system)
214 (home-page "https://cran.r-project.org/web/packages/bezier/")
215 (synopsis "Bezier curve and spline toolkit")
216 (description
217 "This package is a toolkit for working with Bezier curves and splines.
218 The package provides functions for point generation, arc length estimation,
219 degree elevation and curve fitting.")
220 (license license:gpl2+)))
221
222 (define-public r-v8
223 (package
224 (name "r-v8")
225 (version "3.4.0")
226 (source
227 (origin
228 (method url-fetch)
229 (uri (cran-uri "V8" version))
230 (sha256
231 (base32
232 "1g9z22pc8ydx1yhv57ww2d2jg5hvrl7ilwa79x89zgn17jha5j7m"))))
233 (properties `((upstream-name . "V8")))
234 (build-system r-build-system)
235 (arguments
236 `(#:phases
237 (modify-phases %standard-phases
238 (add-after 'unpack 'find-v8
239 (lambda* (#:key inputs #:allow-other-keys)
240 (substitute* "configure"
241 (("^PKG_LIBS=.*")
242 (string-append "PKG_LIBS="
243 (assoc-ref inputs "node")
244 "/lib/libnode.so.64\n")))
245 (setenv "INCLUDE_DIR"
246 (string-append
247 (assoc-ref inputs "node")
248 "/include/node"))
249 (setenv "LIB_DIR"
250 (string-append
251 (assoc-ref inputs "node") "/lib"))
252 #t)))))
253 (inputs
254 `(("node" ,libnode)))
255 (propagated-inputs
256 `(("r-curl" ,r-curl)
257 ("r-jsonlite" ,r-jsonlite)
258 ("r-rcpp" ,r-rcpp)))
259 (native-inputs
260 `(("r-knitr" ,r-knitr)))
261 (home-page "https://jeroen.cran.dev/V8")
262 (synopsis "Embedded JavaScript and WebAssembly engine for R")
263 (description
264 "This package provides an R interface to V8: Google's JavaScript and
265 WebAssembly engine.")
266 (license license:expat)))
267
268 (define-public r-dot
269 (package
270 (name "r-dot")
271 (version "0.1")
272 (source
273 (origin
274 (method url-fetch)
275 (uri (cran-uri "DOT" version))
276 (sha256
277 (base32
278 "0qh5n57cp9c2n5yn59q4wggz82943pwfanp3kx869aba2x3sj30i"))))
279 (properties `((upstream-name . "DOT")))
280 (build-system r-build-system)
281 (propagated-inputs
282 `(("r-v8" ,r-v8)))
283 (home-page "http://haghish.com/dot")
284 (synopsis "Render and Export DOT Graphs in R")
285 (description
286 "This package provides tools to render DOT diagram markup language in R
287 and also provides the possibility to export the graphs in PostScript and
288 SVG (Scalable Vector Graphics) formats. In addition, it supports literate
289 programming packages such as @code{knitr} and @code{rmarkdown}.")
290 (license license:expat)))
291
292 (define-public r-clipr
293 (package
294 (name "r-clipr")
295 (version "0.7.1")
296 (source
297 (origin
298 (method url-fetch)
299 (uri (cran-uri "clipr" version))
300 (sha256
301 (base32
302 "1ywa4kipwc2d7na6iiz3wzdah99h6aynnh74yxl3nzl40xxlgbgz"))))
303 (build-system r-build-system)
304 (native-inputs
305 `(("r-knitr" ,r-knitr)))
306 (home-page "https://github.com/mdlincoln/clipr")
307 (synopsis "Read and write from the system clipboard")
308 (description
309 "This package provides simple utility functions to read from and write to
310 the system clipboards.")
311 (license license:gpl3)))
312
313 (define-public r-zoo
314 (package
315 (name "r-zoo")
316 (version "1.8-8")
317 (source (origin
318 (method url-fetch)
319 (uri (cran-uri "zoo" version))
320 (sha256
321 (base32
322 "1rrw431jwaxd9xljp73f15rhcxvwc0xlyrmr0ghi5fj7a03c932f"))))
323 (build-system r-build-system)
324 (propagated-inputs
325 `(("r-lattice" ,r-lattice)))
326 (home-page "http://zoo.R-Forge.R-project.org/")
327 (synopsis "S3 infrastructure for regular and irregular time series")
328 (description "This package contains an S3 class with methods for totally
329 ordered indexed observations. It is particularly aimed at irregular time
330 series of numeric vectors/matrices and factors.")
331 (license license:gpl2+)))
332
333 (define-public r-ggalluvial
334 (package
335 (name "r-ggalluvial")
336 (version "0.12.3")
337 (source (origin
338 (method url-fetch)
339 (uri (cran-uri "ggalluvial" version))
340 (sha256
341 (base32
342 "0mkan9gxg3yxjism22yxbhvlh2lh7wpbrqpb355za790prcmjbh3"))))
343 (properties `((upstream-name . "ggalluvial")))
344 (build-system r-build-system)
345 (propagated-inputs
346 `(("r-dplyr" ,r-dplyr)
347 ("r-ggplot2" ,r-ggplot2)
348 ("r-lazyeval" ,r-lazyeval)
349 ("r-rlang" ,r-rlang)
350 ("r-tidyr" ,r-tidyr)
351 ("r-tidyselect" ,r-tidyselect)))
352 (native-inputs
353 `(("r-knitr" ,r-knitr)))
354 (home-page "http://corybrunson.github.io/ggalluvial/")
355 (synopsis "Alluvial plots for ggplot2")
356 (description "This package provides alluvial plots for @code{ggplot2}.
357 Alluvial plots use variable-width ribbons and stacked bar plots to represent
358 multi-dimensional or repeated-measures data with categorical or ordinal
359 variables.")
360 (license license:gpl3)))
361
362 (define-public r-ggpmisc
363 (package
364 (name "r-ggpmisc")
365 (version "0.3.7")
366 (source (origin
367 (method url-fetch)
368 (uri (cran-uri "ggpmisc" version))
369 (sha256
370 (base32
371 "121s6c9k4fn3rcz2myc1kxczllq2826c8zllaii58q8lica7dsyn"))))
372 (build-system r-build-system)
373 (propagated-inputs
374 `(("r-broom" ,r-broom)
375 ("r-dplyr" ,r-dplyr)
376 ("r-glue" ,r-glue)
377 ("r-ggplot2" ,r-ggplot2)
378 ("r-gridextra" ,r-gridextra)
379 ("r-lubridate" ,r-lubridate)
380 ("r-magrittr" ,r-magrittr)
381 ("r-mass" ,r-mass)
382 ("r-plyr" ,r-plyr)
383 ("r-polynom" ,r-polynom)
384 ("r-rlang" ,r-rlang)
385 ("r-scales" ,r-scales)
386 ("r-splus2r" ,r-splus2r)
387 ("r-stringr" ,r-stringr)
388 ("r-tibble" ,r-tibble)
389 ("r-xts" ,r-xts)
390 ("r-zoo" ,r-zoo)))
391 (native-inputs
392 `(("r-knitr" ,r-knitr)))
393 (home-page "https://www.r4photobiology.info/")
394 (synopsis "Miscellaneous Extensions to @code{ggplot2}")
395 (description "This package provides extensions to @code{ggplot2},
396 respecting the grammar of its graphics paradigm.")
397 (license license:gpl2+)))
398
399 (define-public r-gprofiler
400 (package
401 (name "r-gprofiler")
402 (version "0.7.0")
403 (source
404 (origin
405 (method url-fetch)
406 (uri (cran-uri "gProfileR" version))
407 (sha256
408 (base32
409 "1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
410 (properties `((upstream-name . "gProfileR")))
411 (build-system r-build-system)
412 (propagated-inputs
413 `(("r-plyr" ,r-plyr)
414 ("r-rcurl" ,r-rcurl)))
415 (home-page "https://cran.r-project.org/web/packages/gProfileR/")
416 (synopsis "Interface to the g:Profiler toolkit")
417 (description
418 "This package provides tools for functional enrichment analysis,
419 gene identifier conversion and mapping homologous genes across related
420 organisms via the @code{g:Profiler} toolkit.")
421 (license license:gpl2+)))
422
423 (define-public r-gprofiler2
424 (package
425 (name "r-gprofiler2")
426 (version "0.2.0")
427 (source
428 (origin
429 (method url-fetch)
430 (uri (cran-uri "gprofiler2" version))
431 (sha256
432 (base32
433 "0q8hl3gdxy34c0181ql405fdklz82nfvmwdcafd5mzf935rjpyjg"))))
434 (properties `((upstream-name . "gprofiler2")))
435 (build-system r-build-system)
436 (propagated-inputs
437 `(("r-crosstalk" ,r-crosstalk)
438 ("r-dplyr" ,r-dplyr)
439 ("r-ggplot2" ,r-ggplot2)
440 ("r-gridextra" ,r-gridextra)
441 ("r-jsonlite" ,r-jsonlite)
442 ("r-plotly" ,r-plotly)
443 ("r-rcurl" ,r-rcurl)
444 ("r-tidyr" ,r-tidyr)
445 ("r-viridislite" ,r-viridislite)))
446 (native-inputs `(("r-knitr" ,r-knitr)))
447 (home-page "https://cran.r-project.org/web/packages/gprofiler2/")
448 (synopsis "Interface to the g:Profiler toolset")
449 (description
450 "This package provides a toolset for functional enrichment analysis and
451 visualization, gene/protein/SNP identifier conversion and mapping orthologous
452 genes across species via @url{https://biit.cs.ut.ee/gprofiler,g:Profiler}.
453 The main tools are:
454
455 @enumerate
456 @item @code{g:GOSt}, functional enrichment analysis and visualization of gene
457 lists;
458 @item @code{g:Convert}, gene/protein/transcript identifier conversion across
459 various namespaces;
460 @item @code{g:Orth}, orthology search across species;
461 @item @code{g:SNPense}, mapping SNP rs identifiers to chromosome positions,
462 genes and variant effects.
463 @end enumerate
464
465 This package is an R interface corresponding to the 2019 update of
466 @code{g:Profiler} and provides access to versions @code{e94_eg41_p11} and
467 higher.")
468 (license license:gpl2+)))
469
470 (define-public r-oenb
471 (package
472 (name "r-oenb")
473 (version "0.0.1")
474 (source
475 (origin
476 (method url-fetch)
477 (uri (cran-uri "oenb" version))
478 (sha256
479 (base32
480 "1x1jlqp6r27c4gb7wafzpmh5rq6yq61a2d395r5lsmv2g5jb4biz"))))
481 (properties `((upstream-name . "oenb")))
482 (build-system r-build-system)
483 (propagated-inputs
484 `(("r-dplyr" ,r-dplyr)
485 ("r-xml" ,r-xml)))
486 (native-inputs `(("r-knitr" ,r-knitr)))
487 (home-page "https://github.com/franzmohr/oenb")
488 (synopsis "Tools for the OeNB Data Web Service")
489 (description
490 "Tools to access data from the data web service of the
491 @acronym{OeNB, Oesterreichische Nationalbank},
492 @url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
493 (license license:gpl2+)))
494
495 (define-public r-scales
496 (package
497 (name "r-scales")
498 (version "1.1.1")
499 (source
500 (origin
501 (method url-fetch)
502 (uri (cran-uri "scales" version))
503 (sha256
504 (base32 "019ps0njjc0rzrjygqiyn8b9vp0c3c0jd56h1yi19wzi49jvdcj0"))))
505 (build-system r-build-system)
506 (propagated-inputs
507 `(("r-farver" ,r-farver)
508 ("r-labeling" ,r-labeling)
509 ("r-lifecycle" ,r-lifecycle)
510 ("r-munsell" ,r-munsell)
511 ("r-rcolorbrewer" ,r-rcolorbrewer)
512 ("r-r6" ,r-r6)
513 ("r-viridislite" ,r-viridislite)))
514 (home-page "https://github.com/hadley/scales")
515 (synopsis "Scale functions for visualization")
516 (description
517 "This package provides graphical scales that map data to aesthetics, and
518 provides methods for automatically determining breaks and labels for axes and
519 legends.")
520 (license license:expat)))
521
522 (define-public r-pheatmap
523 (package
524 (name "r-pheatmap")
525 (version "1.0.12")
526 (source
527 (origin
528 (method url-fetch)
529 (uri (cran-uri "pheatmap" version))
530 (sha256
531 (base32
532 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
533 (build-system r-build-system)
534 (propagated-inputs
535 `(("r-gtable" ,r-gtable)
536 ("r-rcolorbrewer" ,r-rcolorbrewer)
537 ("r-scales" ,r-scales)))
538 (home-page "https://cran.r-project.org/web/packages/pheatmap")
539 (synopsis "Pretty heatmaps")
540 (description
541 "This package provides an implementation of heatmaps that offers more
542 control over dimensions and appearance.")
543 (license license:gpl2+)))
544
545 (define-public r-ecp
546 (package
547 (name "r-ecp")
548 (version "3.1.3")
549 (source (origin
550 (method url-fetch)
551 (uri (cran-uri "ecp" version))
552 (sha256
553 (base32
554 "0n602jssl6rf596nwm6hbl7s9vdlqi20w8mrhxicj373mw5v22m8"))))
555 (build-system r-build-system)
556 (propagated-inputs
557 `(("r-rcpp" ,r-rcpp)))
558 (home-page "https://cran.r-project.org/web/packages/ecp/")
559 (synopsis "Multiple change-point analysis of multivariate data")
560 (description
561 "This package implements various procedures for finding multiple
562 change-points. Two methods make use of dynamic programming and pruning, with
563 no distributional assumptions other than the existence of certain absolute
564 moments in one method. Hierarchical and exact search methods are included.
565 All methods return the set of estimated change-points as well as other summary
566 information.")
567 (license license:gpl2+)))
568
569 (define-public r-ellipsis
570 (package
571 (name "r-ellipsis")
572 (version "0.3.1")
573 (source
574 (origin
575 (method url-fetch)
576 (uri (cran-uri "ellipsis" version))
577 (sha256
578 (base32
579 "1nvmkcca57d9067rcggw1gby80ibx5hplk2myz0cs9zwilaib2jg"))))
580 (build-system r-build-system)
581 (propagated-inputs
582 `(("r-rlang" ,r-rlang)))
583 (home-page "https://github.com/hadley/ellipsis")
584 (synopsis "Tools for working with additional arguments")
585 (description
586 "In S3 generics, it's useful to take @code{...} so that methods can have
587 additional arguments. But this flexibility comes at a cost: misspelled
588 arguments will be silently ignored. The @code{ellipsis} package is an
589 experiment that allows a generic to warn if any arguments passed in @code{...}
590 are not used.")
591 (license license:gpl3)))
592
593 (define-public r-grr
594 (package
595 (name "r-grr")
596 (version "0.9.5")
597 (source
598 (origin
599 (method url-fetch)
600 (uri (cran-uri "grr" version))
601 (sha256
602 (base32
603 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
604 (build-system r-build-system)
605 (home-page "https://cran.r-project.org/web/packages/grr")
606 (synopsis "Alternative implementations of base R functions")
607 (description
608 "This package provides alternative implementations of some base R
609 functions, including @code{sort}, @code{order}, and @code{match}. The
610 functions are simplified but can be faster or have other advantages.")
611 (license license:gpl3)))
612
613 (define-public r-matrix-utils
614 (package
615 (name "r-matrix-utils")
616 (version "0.9.8")
617 (source
618 (origin
619 (method url-fetch)
620 (uri (cran-uri "Matrix.utils" version))
621 (sha256
622 (base32
623 "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb"))))
624 (properties `((upstream-name . "Matrix.utils")))
625 (build-system r-build-system)
626 (propagated-inputs
627 `(("r-grr" ,r-grr)
628 ("r-matrix" ,r-matrix)))
629 (home-page "https://github.com/cvarrichio/Matrix.utils")
630 (synopsis
631 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
632 (description
633 "This package implements data manipulation methods such as @code{cast},
634 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
635 objects.")
636 (license license:gpl3)))
637
638 (define-public r-mboost
639 (package
640 (name "r-mboost")
641 (version "2.9-3")
642 (source (origin
643 (method url-fetch)
644 (uri (cran-uri "mboost" version))
645 (sha256
646 (base32
647 "1qp5c43kc0939sss5w3hhn794lbi69wgfsa31sq4c8vzh35pjqmf"))))
648 (build-system r-build-system)
649 (propagated-inputs
650 `(("r-lattice" ,r-lattice)
651 ("r-matrix" ,r-matrix)
652 ("r-nnls" ,r-nnls)
653 ("r-partykit" ,r-partykit)
654 ("r-quadprog" ,r-quadprog)
655 ("r-stabs" ,r-stabs)
656 ("r-survival" ,r-survival)))
657 (home-page "https://github.com/boost-R/mboost")
658 (synopsis "Model-based boosting")
659 (description
660 "This package provides a functional gradient descent algorithm (boosting)
661 for optimizing general risk functions utilizing component-wise (penalised)
662 least squares estimates or regression trees as base-learners for fitting
663 generalized linear, additive and interaction models to potentially
664 high-dimensional data.")
665 (license license:gpl2)))
666
667 (define-public r-shadowtext
668 (package
669 (name "r-shadowtext")
670 (version "0.0.7")
671 (source (origin
672 (method url-fetch)
673 (uri (cran-uri "shadowtext" version))
674 (sha256
675 (base32
676 "1s1ip8zfr684a3ld7hvf524bhn2j31k6d1wbhh1ni0flsggv2ckf"))))
677 (properties `((upstream-name . "shadowtext")))
678 (build-system r-build-system)
679 (propagated-inputs
680 `(("r-ggplot2" ,r-ggplot2)
681 ("r-scales" ,r-scales)))
682 (native-inputs
683 `(("r-knitr" ,r-knitr)))
684 (home-page "https://github.com/GuangchuangYu/shadowtext/")
685 (synopsis "Shadow text grob and layer")
686 (description "This package implements @code{shadowtextGrob()} for
687 @code{grid} and @code{geom_shadowtext()} layer for @code{ggplot2}.
688 These functions draw text grob with background shadow.")
689 (license license:artistic2.0)))
690
691 (define-public r-sys
692 (package
693 (name "r-sys")
694 (version "3.4")
695 (source
696 (origin
697 (method url-fetch)
698 (uri (cran-uri "sys" version))
699 (sha256
700 (base32
701 "11q4zmx62w44p1j34frwmrsp23mc7l4n354i0zyziw92yax8zy0p"))))
702 (build-system r-build-system)
703 (home-page "https://github.com/jeroen/sys")
704 (synopsis "Powerful and reliable tools for running system commands in R")
705 (description
706 "This package provides drop-in replacements for the base @code{system2()}
707 function with fine control and consistent behavior across platforms. It
708 supports clean interruption, timeout, background tasks, and streaming STDIN /
709 STDOUT / STDERR over binary or text connections. The package also provides
710 functions for evaluating expressions inside a temporary fork. Such
711 evaluations have no side effects on the main R process, and support reliable
712 interrupts and timeouts. This provides the basis for a sandboxing
713 mechanism.")
714 (license license:expat)))
715
716 (define-public r-ashr
717 (package
718 (name "r-ashr")
719 (version "2.2-47")
720 (source (origin
721 (method url-fetch)
722 (uri (cran-uri "ashr" version))
723 (sha256
724 (base32
725 "1rqb5j30ylaf1h4l66x4jxyn5inrvhc42d90qd5mgkxsq0ghdlr4"))))
726 (properties `((upstream-name . "ashr")))
727 (build-system r-build-system)
728 (propagated-inputs
729 `(("r-etrunct" ,r-etrunct)
730 ("r-invgamma" ,r-invgamma)
731 ("r-matrix" ,r-matrix)
732 ("r-mixsqp" ,r-mixsqp)
733 ("r-rcpp" ,r-rcpp)
734 ("r-squarem" ,r-squarem)
735 ("r-truncnorm" ,r-truncnorm)))
736 (native-inputs
737 `(("r-knitr" ,r-knitr)))
738 (home-page "https://github.com/stephens999/ashr")
739 (synopsis "Methods for adaptive shrinkage, using empirical bayes")
740 (description "This package implements an empirical Bayes approach for
741 large-scale hypothesis testing and false discovery rate estimation.")
742 (license license:gpl3+)))
743
744 (define-public r-askpass
745 (package
746 (name "r-askpass")
747 (version "1.1")
748 (source
749 (origin
750 (method url-fetch)
751 (uri (cran-uri "askpass" version))
752 (sha256
753 (base32
754 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
755 (build-system r-build-system)
756 (propagated-inputs `(("r-sys" ,r-sys)))
757 (home-page "https://github.com/jeroen/askpass")
758 (synopsis "Safe password entry for R")
759 (description
760 "This package provides cross-platform utilities for prompting the user
761 for credentials or a passphrase, for example to authenticate with a server or
762 read a protected key.")
763 (license license:expat)))
764
765 (define-public r-vegan
766 (package
767 (name "r-vegan")
768 (version "2.5-7")
769 (source
770 (origin
771 (method url-fetch)
772 (uri (cran-uri "vegan" version))
773 (sha256
774 (base32
775 "0aj6m9l1vkh32sar6fyvq4p8j4h2f2f347w1300qnzgaa5lmhfz6"))))
776 (build-system r-build-system)
777 (native-inputs
778 `(("r-knitr" ,r-knitr) ; needed for vignettes
779 ("gfortran" ,gfortran)))
780 (propagated-inputs
781 `(("r-cluster" ,r-cluster)
782 ("r-lattice" ,r-lattice)
783 ("r-mass" ,r-mass)
784 ("r-mgcv" ,r-mgcv)
785 ("r-permute" ,r-permute)))
786 (home-page "https://cran.r-project.org/web/packages/vegan")
787 (synopsis "Functions for community ecology")
788 (description
789 "The vegan package provides tools for descriptive community ecology. It
790 has most basic functions of diversity analysis, community ordination and
791 dissimilarity analysis. Most of its multivariate tools can be used for other
792 data types as well.")
793 (license license:gpl2+)))
794
795 (define-public r-tidyverse
796 (package
797 (name "r-tidyverse")
798 (version "1.3.0")
799 (source
800 (origin
801 (method url-fetch)
802 (uri (cran-uri "tidyverse" version))
803 (sha256
804 (base32
805 "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
806 (build-system r-build-system)
807 (propagated-inputs
808 `(("r-broom" ,r-broom)
809 ("r-cli" ,r-cli)
810 ("r-crayon" ,r-crayon)
811 ("r-dbplyr" ,r-dbplyr)
812 ("r-dplyr" ,r-dplyr)
813 ("r-forcats" ,r-forcats)
814 ("r-ggplot2" ,r-ggplot2)
815 ("r-haven" ,r-haven)
816 ("r-hms" ,r-hms)
817 ("r-httr" ,r-httr)
818 ("r-jsonlite" ,r-jsonlite)
819 ("r-lubridate" ,r-lubridate)
820 ("r-magrittr" ,r-magrittr)
821 ("r-modelr" ,r-modelr)
822 ("r-pillar" ,r-pillar)
823 ("r-purrr" ,r-purrr)
824 ("r-readr" ,r-readr)
825 ("r-readxl" ,r-readxl)
826 ("r-reprex" ,r-reprex)
827 ("r-rlang" ,r-rlang)
828 ("r-rstudioapi" ,r-rstudioapi)
829 ("r-rvest" ,r-rvest)
830 ("r-stringr" ,r-stringr)
831 ("r-tibble" ,r-tibble)
832 ("r-tidyr" ,r-tidyr)
833 ("r-xml2" ,r-xml2)))
834 (home-page "https://tidyverse.tidyverse.org")
835 (synopsis "Install and load packages from the \"Tidyverse\"")
836 (description
837 "The @code{tidyverse} is a set of packages that work in harmony because
838 they share common data representations and API design. This package is
839 designed to make it easy to install and load multiple tidyverse packages in a
840 single step.")
841 (license license:gpl3)))
842
843 (define-public r-rvest
844 (package
845 (name "r-rvest")
846 (version "0.3.6")
847 (source
848 (origin
849 (method url-fetch)
850 (uri (cran-uri "rvest" version))
851 (sha256
852 (base32 "1yh2p429a0zr8pqmlw5rzf6m797j20j5w6xwxlqq0wrdbnif6bka"))))
853 (build-system r-build-system)
854 (propagated-inputs
855 `(("r-httr" ,r-httr)
856 ("r-magrittr" ,r-magrittr)
857 ("r-selectr" ,r-selectr)
858 ("r-xml2" ,r-xml2)))
859 (native-inputs
860 `(("r-knitr" ,r-knitr)))
861 (home-page "https://github.com/hadley/rvest")
862 (synopsis "Simple web scraping for R")
863 (description
864 "@code{r-rvest} helps you scrape information from web pages. It is
865 designed to work with @code{magrittr} to make it easy to express common web
866 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
867 (license license:gpl3)))
868
869 (define-public r-selectr
870 (package
871 (name "r-selectr")
872 (version "0.4-2")
873 (source
874 (origin
875 (method url-fetch)
876 (uri (cran-uri "selectr" version))
877 (sha256
878 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
879 (build-system r-build-system)
880 (propagated-inputs
881 `(("r-stringr" ,r-stringr)
882 ("r-r6" ,r-r6)))
883 (home-page "https://sjp.co.nz/projects/selectr/")
884 (synopsis "Translate CSS selectors to XPath expressions")
885 (description
886 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
887 expression. This allows you to use CSS selectors when working with the XML
888 package as it can only evaluate XPath expressions. Also provided are
889 convenience functions useful for using CSS selectors on XML nodes. This
890 package is a port of the Python package @code{cssselect}.")
891 (license license:bsd-3)))
892
893 (define-public r-reprex
894 (package
895 (name "r-reprex")
896 (version "0.3.0")
897 (source
898 (origin
899 (method url-fetch)
900 (uri (cran-uri "reprex" version))
901 (sha256
902 (base32
903 "0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
904 (build-system r-build-system)
905 (propagated-inputs
906 `(("r-callr" ,r-callr)
907 ("r-clipr" ,r-clipr)
908 ("r-fs" ,r-fs)
909 ("r-rlang" ,r-rlang)
910 ("r-rmarkdown" ,r-rmarkdown)
911 ("r-whisker" ,r-whisker)
912 ("r-withr" ,r-withr)))
913 (home-page "https://github.com/tidyverse/reprex")
914 (synopsis "Prepare reproducible R code examples for sharing")
915 (description
916 "This package provides a convenience wrapper that uses the
917 @code{rmarkdown} package to render small snippets of code to target formats
918 that include both code and output. The goal is to encourage the sharing of
919 small, reproducible, and runnable examples on code-oriented websites or email.
920 @code{reprex} also extracts clean, runnable R code from various common formats,
921 such as copy/paste from an R session.")
922 (license license:expat)))
923
924 (define-public r-reordercluster
925 (package
926 (name "r-reordercluster")
927 (version "1.0")
928 (source (origin
929 (method url-fetch)
930 (uri (cran-uri "ReorderCluster" version))
931 (sha256
932 (base32
933 "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
934 (build-system r-build-system)
935 (propagated-inputs
936 `(("r-gplots" ,r-gplots)
937 ("r-rcpp" ,r-rcpp)))
938 (home-page "https://cran.r-project.org/web/packages/ReorderCluster")
939 (synopsis "Reordering the dendrogram according to the class labels")
940 (description "This package provides tools for performing the leaf reordering
941 for the dendrogram that preserves the hierarchical clustering result and at the
942 same time tries to group instances from the same class together.")
943 (license license:gpl3+)))
944
945 (define-public r-callr
946 (package
947 (name "r-callr")
948 (version "3.5.1")
949 (source
950 (origin
951 (method url-fetch)
952 (uri (cran-uri "callr" version))
953 (sha256
954 (base32
955 "15l6ppsxdadlnl4fk0f8bvf327n8izk96px5d08m1ay9iij8qcyf"))))
956 (build-system r-build-system)
957 (propagated-inputs
958 `(("r-r6" ,r-r6)
959 ("r-processx" ,r-processx)))
960 (home-page "https://github.com/r-lib/callr#readme")
961 (synopsis "Call R from R")
962 (description
963 "It is sometimes useful to perform a computation in a separate R process,
964 without affecting the current R process at all. This package does exactly
965 that.")
966 (license license:expat)))
967
968 (define-public r-readxl
969 (package
970 (name "r-readxl")
971 (version "1.3.1")
972 (source
973 (origin
974 (method url-fetch)
975 (uri (cran-uri "readxl" version))
976 (sha256
977 (base32
978 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
979 (build-system r-build-system)
980 (propagated-inputs
981 `(("r-cellranger" ,r-cellranger)
982 ("r-progress" ,r-progress)
983 ("r-rcpp" ,r-rcpp)
984 ("r-tibble" ,r-tibble)))
985 (home-page "https://readxl.tidyverse.org")
986 (synopsis "Read Excel files")
987 (description
988 "This package lets you import Excel files into R. It supports
989 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
990 the embedded @code{RapidXML} C++ library.")
991 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
992 ;; 'rapidxml' which is Boost.
993 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
994
995 (define-public r-modelr
996 (package
997 (name "r-modelr")
998 (version "0.1.8")
999 (source
1000 (origin
1001 (method url-fetch)
1002 (uri (cran-uri "modelr" version))
1003 (sha256
1004 (base32
1005 "1i31nff7bqibk6r4hhd4j1vzwbyaf8493v0bjaagn36njmysfnw2"))))
1006 (build-system r-build-system)
1007 (propagated-inputs
1008 `(("r-broom" ,r-broom)
1009 ("r-magrittr" ,r-magrittr)
1010 ("r-purrr" ,r-purrr)
1011 ("r-rlang" ,r-rlang)
1012 ("r-tibble" ,r-tibble)
1013 ("r-tidyr" ,r-tidyr)
1014 ("r-tidyselect" ,r-tidyselect)
1015 ("r-vctrs" ,r-vctrs)))
1016 (home-page "https://github.com/tidyverse/modelr")
1017 (synopsis "Helper functions for modelling in pipelines")
1018 (description
1019 "Functions for modelling that help you seamlessly integrate modelling
1020 into a pipeline of data manipulation and visualisation.")
1021 (license license:gpl3)))
1022
1023 (define-public r-httpuv
1024 (package
1025 (name "r-httpuv")
1026 (version "1.5.4")
1027 (source (origin
1028 (method url-fetch)
1029 (uri (cran-uri "httpuv" version))
1030 (sha256
1031 (base32
1032 "066rprqvz9qln6xd85x1yh1wbbmzd157xjl8zq1zbgr8l6347inm"))
1033 ;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
1034 ;; only contains fixes for building on Solaris.
1035 (patches (search-patches "r-httpuv-1.5.4-unvendor-libuv.patch"))
1036 (modules '((guix build utils)
1037 (ice-9 ftw)
1038 (srfi srfi-1)))
1039 (snippet
1040 `(begin
1041 (delete-file-recursively "src/libuv")
1042 ;; Cannot unbundle http-parser, because it contains local
1043 ;; modifications.
1044 #t))))
1045 (build-system r-build-system)
1046 (arguments
1047 `(#:phases
1048 (modify-phases %standard-phases
1049 (add-after 'unpack 'unbundle-libuv
1050 (lambda* (#:key outputs #:allow-other-keys)
1051 (substitute* (find-files "src" "\\.cpp$|\\.h$")
1052 (("\"libuv/include/uv\\.h\"")
1053 "<uv.h>"))
1054 ;; Fix https://github.com/rstudio/httpuv/issues/282
1055 (substitute* "src/http.cpp"
1056 (("uv_pipe_init\\(pLoop, &pSocket->handle\\.pipe, true\\);")
1057 "uv_pipe_init(pLoop, &pSocket->handle.pipe, 0);"))
1058 #t)))))
1059 (inputs
1060 `(("libuv" ,libuv)))
1061 (propagated-inputs
1062 `(("r-bh" ,r-bh)
1063 ("r-later" ,r-later)
1064 ("r-promises" ,r-promises)
1065 ("r-r6" ,r-r6)
1066 ("r-rcpp" ,r-rcpp)))
1067 (home-page "https://github.com/rstudio/httpuv")
1068 (synopsis "HTTP and WebSocket server library for R")
1069 (description
1070 "The httpuv package provides low-level socket and protocol support for
1071 handling HTTP and WebSocket requests directly from within R. It is primarily
1072 intended as a building block for other packages, rather than making it
1073 particularly easy to create complete web applications using httpuv alone.")
1074 ;; This package includes third-party code that was originally released
1075 ;; under various non-copyleft licenses. Full licensing information can be
1076 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
1077 (license license:gpl3+)))
1078
1079 (define-public r-jsonlite
1080 (package
1081 (name "r-jsonlite")
1082 (version "1.7.1")
1083 (source (origin
1084 (method url-fetch)
1085 (uri (cran-uri "jsonlite" version))
1086 (sha256
1087 (base32
1088 "1wygpnycmyf339x92hwapqk7nc1gs9cadx890b809a9spjhah41a"))))
1089 (build-system r-build-system)
1090 (native-inputs
1091 `(("r-knitr" ,r-knitr)))
1092 (home-page "https://arxiv.org/abs/1403.2805")
1093 (synopsis "Robust, high performance JSON parser and generator for R")
1094 (description
1095 "The jsonlite package provides a fast JSON parser and generator optimized
1096 for statistical data and the web. It offers flexible, robust, high
1097 performance tools for working with JSON in R and is particularly powerful for
1098 building pipelines and interacting with a web API. In addition to converting
1099 JSON data from/to R objects, jsonlite contains functions to stream, validate,
1100 and prettify JSON data. The unit tests included with the package verify that
1101 all edge cases are encoded and decoded consistently for use with dynamic data
1102 in systems and applications.")
1103 (license license:expat)))
1104
1105 (define-public r-servr
1106 (package
1107 (name "r-servr")
1108 (version "0.20")
1109 (source (origin
1110 (method url-fetch)
1111 (uri (cran-uri "servr" version))
1112 (sha256
1113 (base32
1114 "0px75vkc6q4iwbirr27bbrbpv0v9ial7zijnbd6dhjccwxl3x1l3"))))
1115 (build-system r-build-system)
1116 (propagated-inputs
1117 `(("r-httpuv" ,r-httpuv)
1118 ("r-jsonlite" ,r-jsonlite)
1119 ("r-mime" ,r-mime)
1120 ("r-xfun" ,r-xfun)))
1121 (home-page "https://github.com/yihui/servr")
1122 (synopsis "Simple HTTP server to serve static files or dynamic documents")
1123 (description
1124 "Servr provides an HTTP server in R to serve static files, or dynamic
1125 documents that can be converted to HTML files (e.g., R Markdown) under a given
1126 directory.")
1127 (license license:expat)))
1128
1129 (define-public r-htmltools
1130 (package
1131 (name "r-htmltools")
1132 (version "0.5.0")
1133 (source (origin
1134 (method url-fetch)
1135 (uri (cran-uri "htmltools" version))
1136 (sha256
1137 (base32
1138 "07fjznax5sin563ddnzlb7iwc8b39wzf7ymjn66pbmxgskijq2pz"))))
1139 (build-system r-build-system)
1140 (propagated-inputs
1141 `(("r-base64enc" ,r-base64enc)
1142 ("r-digest" ,r-digest)
1143 ("r-rlang" ,r-rlang)))
1144 (home-page "https://cran.r-project.org/web/packages/htmltools")
1145 (synopsis "R tools for HTML")
1146 (description
1147 "This package provides tools for HTML generation and output in R.")
1148 (license license:expat)))
1149
1150 (define-public r-htmlwidgets
1151 (package
1152 (name "r-htmlwidgets")
1153 (version "1.5.2")
1154 (source (origin
1155 (method url-fetch)
1156 (uri (cran-uri "htmlwidgets" version))
1157 (sha256
1158 (base32
1159 "0072wlkl58lav3qszzqw6pmx8qra4784r0yb6rx4lg7rbrik6335"))))
1160 (build-system r-build-system)
1161 (propagated-inputs
1162 `(("r-htmltools" ,r-htmltools)
1163 ("r-jsonlite" ,r-jsonlite)
1164 ("r-yaml" ,r-yaml)))
1165 (native-inputs
1166 `(("r-knitr" ,r-knitr)))
1167 (home-page "https://github.com/ramnathv/htmlwidgets")
1168 (synopsis "HTML Widgets for R")
1169 (description
1170 "HTML widgets is a framework for creating HTML widgets that render in
1171 various contexts including the R console, R Markdown documents, and Shiny web
1172 applications.")
1173 (license license:expat)))
1174
1175 (define-public r-htmltable
1176 (package
1177 (name "r-htmltable")
1178 (version "2.1.0")
1179 (source
1180 (origin
1181 (method url-fetch)
1182 (uri (cran-uri "htmlTable" version))
1183 (sha256
1184 (base32 "1gzh0bdxi55p1ckxv4k0a41b1j0grwv2w3lkqz4c3gkw66dk6ja0"))))
1185 (properties `((upstream-name . "htmlTable")))
1186 (build-system r-build-system)
1187 (propagated-inputs
1188 `(("r-checkmate" ,r-checkmate)
1189 ("r-htmltools" ,r-htmltools)
1190 ("r-htmlwidgets" ,r-htmlwidgets)
1191 ("r-knitr" ,r-knitr)
1192 ("r-magrittr" ,r-magrittr)
1193 ("r-rstudioapi" ,r-rstudioapi)
1194 ("r-stringr" ,r-stringr)))
1195 (native-inputs
1196 `(("r-knitr" ,r-knitr)))
1197 (home-page "http://gforge.se/packages/")
1198 (synopsis "Advanced tables for Markdown/HTML")
1199 (description
1200 "This package provides functions to build tables with advanced layout
1201 elements such as row spanners, column spanners, table spanners, zebra
1202 striping, and more. While allowing advanced layout, the underlying
1203 CSS-structure is simple in order to maximize compatibility with word
1204 processors such as LibreOffice. The package also contains a few text
1205 formatting functions that help outputting text compatible with HTML or
1206 LaTeX.")
1207 (license license:gpl3+)))
1208
1209 (define-public r-curl
1210 (package
1211 (name "r-curl")
1212 (version "4.3")
1213 (source (origin
1214 (method url-fetch)
1215 (uri (cran-uri "curl" version))
1216 (sha256
1217 (base32
1218 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
1219 (build-system r-build-system)
1220 (arguments
1221 `(#:phases
1222 (modify-phases %standard-phases
1223 ;; The environment variable CURL_CA_BUNDLE is only respected when
1224 ;; running Windows, so we disable the platform checks.
1225 ;; This can be removed once the libcurl has been patched.
1226 (add-after 'unpack 'allow-CURL_CA_BUNDLE
1227 (lambda _
1228 (substitute* "R/onload.R"
1229 (("if \\(!grepl\\(\"mingw\".*")
1230 "if (FALSE)\n"))
1231 (substitute* "src/handle.c"
1232 (("/\\* Only set" m)
1233 (string-append "\
1234 const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
1235 if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
1236 " m)))
1237 #t)))))
1238 (inputs
1239 `(("libcurl" ,curl)
1240 ("zlib" ,zlib)))
1241 (native-inputs
1242 `(("pkg-config" ,pkg-config)))
1243 (home-page "https://github.com/jeroenooms/curl")
1244 (synopsis "HTTP client for R")
1245 (description
1246 "The @code{curl()} and @code{curl_download()} functions provide highly
1247 configurable drop-in replacements for base @code{url()} and
1248 @code{download.file()} with better performance, support for encryption, gzip
1249 compression, authentication, and other @code{libcurl} goodies. The core of
1250 the package implements a framework for performing fully customized requests
1251 where data can be processed either in memory, on disk, or streaming via the
1252 callback or connection interfaces.")
1253 (license license:expat)))
1254
1255 (define-public r-hwriter
1256 (package
1257 (name "r-hwriter")
1258 (version "1.3.2")
1259 (source
1260 (origin
1261 (method url-fetch)
1262 (uri (cran-uri "hwriter" version))
1263 (sha256
1264 (base32
1265 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
1266 (build-system r-build-system)
1267 (home-page "https://cran.r-project.org/web/packages/hwriter")
1268 (synopsis "Output R objects in HTML format")
1269 (description
1270 "This package provides easy-to-use and versatile functions to output R
1271 objects in HTML format.")
1272 (license license:lgpl2.1+)))
1273
1274 (define-public r-rjson
1275 (package
1276 (name "r-rjson")
1277 (version "0.2.20")
1278 (source
1279 (origin
1280 (method url-fetch)
1281 (uri (cran-uri "rjson" version))
1282 (sha256
1283 (base32
1284 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
1285 (build-system r-build-system)
1286 (home-page "https://cran.r-project.org/web/packages/rjson")
1287 (synopsis "JSON library for R")
1288 (description
1289 "This package provides functions to convert R objects into JSON objects
1290 and vice-versa.")
1291 (license license:gpl2+)))
1292
1293 (define-public r-fastmap
1294 (package
1295 (name "r-fastmap")
1296 (version "1.0.1")
1297 (source
1298 (origin
1299 (method url-fetch)
1300 (uri (cran-uri "fastmap" version))
1301 (sha256
1302 (base32
1303 "1v7sp56xiha0bh78g3w92k52p9vkp7ryzpw0z66nyddxzrfv0y27"))))
1304 (properties `((upstream-name . "fastmap")))
1305 (build-system r-build-system)
1306 (home-page "https://r-lib.github.io/fastmap/")
1307 (synopsis "Fast implementation of a key-value store")
1308 (description
1309 "This package provides a fast implementation of a key-value store.
1310 Environments are commonly used as key-value stores, but every time a new key
1311 is used, it is added to R's global symbol table, causing a small amount of
1312 memory leakage. This can be problematic in cases where many different keys
1313 are used. Fastmap avoids this memory leak issue by implementing the map using
1314 data structures in C++.")
1315 (license license:expat)))
1316
1317 (define-public r-shiny
1318 (package
1319 (name "r-shiny")
1320 (version "1.4.0.2")
1321 (source
1322 (origin
1323 (method git-fetch)
1324 (uri (git-reference
1325 (url "https://github.com/rstudio/shiny")
1326 (commit (string-append "v" version))))
1327 (file-name (git-file-name name version))
1328 (sha256
1329 (base32
1330 "005wgcxq7f2q9g6wvfk29n2nms262w0abpz93sfvx79yv6qxppzs"))))
1331 (build-system r-build-system)
1332 (arguments
1333 `(#:modules ((guix build r-build-system)
1334 (guix build minify-build-system)
1335 (guix build utils)
1336 (ice-9 match))
1337 #:imported-modules (,@%r-build-system-modules
1338 (guix build minify-build-system))
1339 #:phases
1340 (modify-phases (@ (guix build r-build-system) %standard-phases)
1341 (add-after 'unpack 'replace-bundled-minified-JavaScript
1342 (lambda* (#:key inputs #:allow-other-keys)
1343 (let ((replace-file (lambda (old new)
1344 (format #t "replacing ~a with ~a\n" old new)
1345 (delete-file old)
1346 (symlink new old))))
1347 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
1348 ;; contain just data. They are not minified code, so we don't
1349 ;; replace them.
1350 (with-directory-excursion "inst/www/shared"
1351 (replace-file "bootstrap/shim/respond.min.js"
1352 (string-append (assoc-ref inputs "js-respond")
1353 "/share/javascript/respond.min.js"))
1354 (replace-file "bootstrap/shim/html5shiv.min.js"
1355 (string-append (assoc-ref inputs "js-html5shiv")
1356 "/share/javascript/html5shiv.min.js"))
1357 (replace-file "json2-min.js"
1358 (string-append (assoc-ref inputs "js-json2")
1359 "/share/javascript/json2-min.js"))
1360 (replace-file "strftime/strftime-min.js"
1361 (string-append (assoc-ref inputs "js-strftime")
1362 "/share/javascript/strftime.min.js"))
1363 (replace-file "highlight/highlight.pack.js"
1364 (string-append (assoc-ref inputs "js-highlight")
1365 "/share/javascript/highlight.min.js"))
1366 (replace-file "datatables/js/jquery.dataTables.min.js"
1367 (string-append (assoc-ref inputs "js-datatables")
1368 "/share/javascript/jquery.dataTables.min.js"))
1369 (replace-file "selectize/js/selectize.min.js"
1370 (string-append (assoc-ref inputs "js-selectize")
1371 "/share/javascript/selectize.min.js"))
1372 (replace-file "selectize/js/es5-shim.min.js"
1373 (string-append (assoc-ref inputs "js-es5-shim")
1374 "/share/javascript/es5-shim.min.js"))
1375 (for-each (match-lambda
1376 ((source . target)
1377 (delete-file target)
1378 (minify source #:target target)))
1379 '(("jqueryui/jquery-ui.js" .
1380 "jqueryui/jquery-ui.min.js")
1381 ("datepicker/js/bootstrap-datepicker.js" .
1382 "datepicker/js/bootstrap-datepicker.min.js")
1383 ("ionrangeslider/js/ion.rangeSlider.js" .
1384 "ionrangeslider/js/ion.rangeSlider.min.js")
1385 ("bootstrap/js/bootstrap.js" .
1386 "bootstrap/js/bootstrap.min.js")
1387 ("shiny.js" .
1388 "shiny.min.js")
1389 ("jquery.js" .
1390 "jquery.min.js")
1391 ("legacy/jquery.js" .
1392 "legacy/jquery.min.js")
1393 ("showdown/src/showdown.js" .
1394 "showdown/compressed/showdown.js")))))
1395 #t)))))
1396 (propagated-inputs
1397 `(("r-crayon" ,r-crayon)
1398 ("r-digest" ,r-digest)
1399 ("r-fastmap" ,r-fastmap)
1400 ("r-htmltools" ,r-htmltools)
1401 ("r-httpuv" ,r-httpuv)
1402 ("r-jsonlite" ,r-jsonlite)
1403 ("r-later" ,r-later)
1404 ("r-mime" ,r-mime)
1405 ("r-promises" ,r-promises)
1406 ("r-r6" ,r-r6)
1407 ("r-rlang" ,r-rlang)
1408 ("r-sourcetools" ,r-sourcetools)
1409 ("r-withr" ,r-withr)
1410 ("r-xtable" ,r-xtable)))
1411 (inputs
1412 `(("js-datatables" ,js-datatables)
1413 ("js-html5shiv" ,js-html5shiv)
1414 ("js-json2" ,js-json2)
1415 ("js-respond" ,js-respond)
1416 ("js-selectize" ,js-selectize)
1417 ("js-strftime" ,js-strftime)
1418 ("js-highlight" ,js-highlight)
1419 ("js-es5-shim" ,js-es5-shim)))
1420 (native-inputs
1421 `(("uglify-js" ,uglify-js)
1422 ("gfortran" ,gfortran)))
1423 (home-page "http://shiny.rstudio.com")
1424 (synopsis "Easy interactive web applications with R")
1425 (description
1426 "Makes it incredibly easy to build interactive web applications
1427 with R. Automatic \"reactive\" binding between inputs and outputs and
1428 extensive prebuilt widgets make it possible to build beautiful,
1429 responsive, and powerful applications with minimal effort.")
1430 (license license:artistic2.0)))
1431
1432 ;; This package includes minified JavaScript files. When upgrading please
1433 ;; check that there are no new minified JavaScript files.
1434 (define-public r-shinytree
1435 (package
1436 (name "r-shinytree")
1437 (version "0.2.7")
1438 (source
1439 (origin
1440 (method url-fetch)
1441 (uri (cran-uri "shinyTree" version))
1442 (sha256
1443 (base32
1444 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
1445 (modules '((guix build utils)))
1446 (snippet
1447 '(begin
1448 ;; Delete minified JavaScript
1449 (for-each delete-file
1450 '("inst/www/jsTree-3.3.7/libs/require.js"
1451 "inst/www/jsTree-3.3.7/libs/jquery.js"
1452 "inst/www/jsTree-3.3.7/jstree.min.js"))
1453 #t))))
1454 (properties `((upstream-name . "shinyTree")))
1455 (build-system r-build-system)
1456 (arguments
1457 `(#:modules ((guix build utils)
1458 (guix build r-build-system)
1459 (srfi srfi-1)
1460 (ice-9 popen))
1461 #:phases
1462 (modify-phases %standard-phases
1463 (add-after 'unpack 'replace-minified-javascript
1464 (lambda* (#:key inputs #:allow-other-keys)
1465 (with-directory-excursion "inst/www/jsTree-3.3.7/"
1466 (symlink (string-append (assoc-ref inputs "js-requirejs")
1467 "/share/javascript/require.min.js")
1468 "libs/require.js")
1469 (call-with-values
1470 (lambda ()
1471 (unzip2
1472 `((,(assoc-ref inputs "js-jquery")
1473 "libs/jquery.js")
1474 ("jstree.js"
1475 "jstree.min.js"))))
1476 (lambda (sources targets)
1477 (for-each (lambda (source target)
1478 (format #t "Processing ~a --> ~a~%"
1479 source target)
1480 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1481 (call-with-output-file target
1482 (lambda (port)
1483 (dump-port minified port)))))
1484 sources targets))))
1485 #t)))))
1486 (propagated-inputs
1487 `(("r-htmlwidgets" ,r-htmlwidgets)
1488 ("r-jsonlite" ,r-jsonlite)
1489 ("r-promises" ,r-promises)
1490 ("r-shiny" ,r-shiny)
1491 ("r-stringr" ,r-stringr)))
1492 (inputs
1493 `(("js-requirejs" ,js-requirejs)))
1494 (native-inputs
1495 `(("uglify-js" ,uglify-js)
1496 ("js-jquery"
1497 ,(origin
1498 (method url-fetch)
1499 (uri "https://code.jquery.com/jquery-3.3.1.js")
1500 (sha256
1501 (base32
1502 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
1503 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
1504 (synopsis "jsTree bindings for Shiny")
1505 (description
1506 "This package exposes R bindings to jsTree, a JavaScript library that
1507 supports interactive trees, to enable rich, editable trees in Shiny.")
1508 (license license:expat)))
1509
1510 (define-public r-shinydashboard
1511 (package
1512 (name "r-shinydashboard")
1513 (version "0.7.1")
1514 (source (origin
1515 (method url-fetch)
1516 (uri (cran-uri "shinydashboard" version))
1517 (sha256
1518 (base32
1519 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
1520 (build-system r-build-system)
1521 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
1522 ;; Regenerate it from the included sources.
1523 (arguments
1524 `(#:modules ((guix build utils)
1525 (guix build r-build-system)
1526 (ice-9 popen))
1527 #:phases
1528 (modify-phases %standard-phases
1529 (add-after 'unpack 'generate-minified-javascript
1530 (lambda _
1531 (with-directory-excursion "inst/AdminLTE"
1532 (delete-file "app.min.js")
1533 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
1534 (call-with-output-file "app.min.js"
1535 (lambda (port)
1536 (dump-port minified port))))))))))
1537 (propagated-inputs
1538 `(("r-htmltools" ,r-htmltools)
1539 ("r-promises" ,r-promises)
1540 ("r-shiny" ,r-shiny)))
1541 (native-inputs
1542 `(("uglify-js" ,uglify-js)))
1543 (home-page "https://rstudio.github.io/shinydashboard/")
1544 (synopsis "Create dashboards with shiny")
1545 (description "This package provides an extension to the Shiny web
1546 application framework for R, making it easy to create attractive dashboards.")
1547 ;; This package includes software that was released under the Expat
1548 ;; license, but the whole package is released under GPL version 2 or
1549 ;; later.
1550 (license license:gpl2+)))
1551
1552 (define-public r-shinyfiles
1553 (package
1554 (name "r-shinyfiles")
1555 (version "0.9.0")
1556 (source
1557 (origin
1558 (method url-fetch)
1559 (uri (cran-uri "shinyFiles" version))
1560 (sha256
1561 (base32 "0rsijlx16vd74r7bd8s9zipy71kgpw19v9s85kxj5bmwc6njmbai"))))
1562 (properties `((upstream-name . "shinyFiles")))
1563 (build-system r-build-system)
1564 (propagated-inputs
1565 `(("r-fs" ,r-fs)
1566 ("r-htmltools" ,r-htmltools)
1567 ("r-jsonlite" ,r-jsonlite)
1568 ("r-shiny" ,r-shiny)
1569 ("r-tibble" ,r-tibble)))
1570 (home-page "https://github.com/thomasp85/shinyFiles")
1571 (synopsis "Server-side file system viewer for Shiny")
1572 (description
1573 "This package provides functionality for client-side navigation of the
1574 server side file system in shiny apps. In case the app is running locally
1575 this gives the user direct access to the file system without the need to
1576 \"download\" files to a temporary location. Both file and folder selection as
1577 well as file saving is available.")
1578 (license license:gpl2+)))
1579
1580 (define-public r-shinythemes
1581 (package
1582 (name "r-shinythemes")
1583 (version "1.1.2")
1584 (source
1585 (origin
1586 (method url-fetch)
1587 (uri (cran-uri "shinythemes" version))
1588 (sha256
1589 (base32
1590 "12miz44n2zxfswnia7p8dirxj3miw0aqn4pkx2111ikz67ax84rf"))))
1591 (properties `((upstream-name . "shinythemes")))
1592 (build-system r-build-system)
1593 (propagated-inputs `(("r-shiny" ,r-shiny)))
1594 (home-page "https://rstudio.github.io/shinythemes/")
1595 (synopsis "Themes for Shiny")
1596 (description
1597 "This package provides themes for use with Shiny. It includes several
1598 Bootstrap themes, which are packaged for use with Shiny applications.")
1599 ;; The package is released under version 3 of the GPL, but it includes
1600 ;; source files that are covered by the Expat license. It also includes
1601 ;; fonts under SIL or the ASL.
1602 (license (list license:gpl3 license:expat
1603 license:silofl1.1 license:asl2.0))))
1604
1605 ;; The package sources include minified variants of d3.js and non-minified
1606 ;; source code of d3-jetpack.
1607 (define-public r-d3r
1608 (package
1609 (name "r-d3r")
1610 (version "0.9.1")
1611 (source
1612 (origin
1613 (method url-fetch)
1614 (uri (cran-uri "d3r" version))
1615 (sha256
1616 (base32
1617 "0kc82vvyfxhxvqfalngn36prn3sxdiinsx04rn99ha6zdc27zp5k"))))
1618 (build-system r-build-system)
1619 (arguments
1620 `(#:modules ((guix build utils)
1621 (guix build r-build-system)
1622 (srfi srfi-1))
1623 #:phases
1624 (modify-phases %standard-phases
1625 (add-after 'unpack 'process-javascript
1626 (lambda* (#:key inputs #:allow-other-keys)
1627 (with-directory-excursion "inst/www/d3/"
1628 (call-with-values
1629 (lambda ()
1630 (unzip2
1631 `((,(assoc-ref inputs "d3.v3.js")
1632 "v3/dist/d3.min.js")
1633 (,(assoc-ref inputs "d3.v4.js")
1634 "v4/dist/d3.min.js")
1635 (,(assoc-ref inputs "d3.v5.js")
1636 "v5/dist/d3.min.js")
1637 (,(assoc-ref inputs "d3.v6.js")
1638 "v6/dist/d3.min.js"))))
1639 (lambda (sources targets)
1640 (for-each (lambda (source target)
1641 (format #t "Processing ~a --> ~a~%"
1642 source target)
1643 (delete-file target)
1644 (invoke "esbuild" source "--minify"
1645 (string-append "--outfile=" target)))
1646 sources targets))))
1647 #t)))))
1648 (propagated-inputs
1649 `(("r-dplyr" ,r-dplyr)
1650 ("r-htmltools" ,r-htmltools)
1651 ("r-rlang" ,r-rlang)
1652 ("r-tidyr" ,r-tidyr)))
1653 (native-inputs
1654 `(("esbuild" ,esbuild)
1655 ("d3.v3.js"
1656 ,(origin
1657 (method url-fetch)
1658 (uri "https://d3js.org/d3.v3.js")
1659 (sha256
1660 (base32
1661 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1662 ("d3.v4.js"
1663 ,(origin
1664 (method url-fetch)
1665 (uri "https://d3js.org/d3.v4.js")
1666 (sha256
1667 (base32
1668 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1669 ("d3.v5.js"
1670 ,(origin
1671 (method url-fetch)
1672 (uri "https://d3js.org/d3.v5.js")
1673 (sha256
1674 (base32
1675 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))
1676 ("d3.v6.js"
1677 ,(origin
1678 (method url-fetch)
1679 (uri "https://d3js.org/d3.v6.js")
1680 (sha256
1681 (base32
1682 "1x6432ca7p1pfxhz3airzw943fincn9izzxkclc1wmphcvv2n2p9"))))))
1683 (home-page "https://github.com/timelyportfolio/d3r")
1684 (synopsis "d3.js utilities for R")
1685 (description
1686 "This package provides a suite of functions to help ease the use of the
1687 d3.js visualization library in R. These helpers include
1688 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1689 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1690 R objects into the JSON format that the d3.js library expects.")
1691 (license license:bsd-3)))
1692
1693 ;; We use the latest commit here because the last release was in 2016 while
1694 ;; the latest commit was in 2018.
1695 (define-public r-sankeyd3
1696 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1697 (revision "1"))
1698 (package
1699 (name "r-sankeyd3")
1700 (version (git-version "0.3.2" revision commit))
1701 (source
1702 (origin
1703 (method git-fetch)
1704 (uri (git-reference
1705 (url "https://github.com/fbreitwieser/sankeyD3")
1706 (commit commit)))
1707 (file-name (git-file-name name version))
1708 (sha256
1709 (base32
1710 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1711 (build-system r-build-system)
1712 (propagated-inputs
1713 `(("r-d3r" ,r-d3r)
1714 ("r-htmlwidgets" ,r-htmlwidgets)
1715 ("r-shiny" ,r-shiny)
1716 ("r-magrittr" ,r-magrittr)))
1717 (home-page "https://github.com/fbreitwieser/sankeyD3")
1718 (synopsis "Sankey network graphs from R")
1719 (description
1720 "This package provides an R library to generate Sankey network graphs
1721 in R and Shiny via the D3 visualization library.")
1722 ;; The R code is licensed under GPLv3+. It includes the non-minified
1723 ;; JavaScript source code of d3-sankey, which is released under the
1724 ;; 3-clause BSD license.
1725 (license (list license:gpl3+ license:bsd-3)))))
1726
1727 (define-public r-crosstalk
1728 (package
1729 (name "r-crosstalk")
1730 (version "1.1.0.1")
1731 (source
1732 (origin
1733 (method url-fetch)
1734 (uri (cran-uri "crosstalk" version))
1735 (sha256
1736 (base32
1737 "03ihj7cimkklrbad9zic78xsrfcisygmgy859hqnx0hiph80p9rn"))))
1738 (build-system r-build-system)
1739 (propagated-inputs
1740 `(("r-htmltools" ,r-htmltools)
1741 ("r-jsonlite" ,r-jsonlite)
1742 ("r-lazyeval" ,r-lazyeval)
1743 ("r-r6" ,r-r6)))
1744 (home-page "https://rstudio.github.io/crosstalk/")
1745 (synopsis "Inter-widget interactivity for HTML widgets")
1746 (description
1747 "This package provides building blocks for allowing HTML widgets to
1748 communicate with each other, with Shiny or without (i.e. static @code{.html}
1749 files). It currently supports linked brushing and filtering.")
1750 (license license:expat)))
1751
1752 (define-public r-rook
1753 (package
1754 (name "r-rook")
1755 (version "1.1-1")
1756 (source
1757 (origin
1758 (method url-fetch)
1759 (uri (cran-uri "Rook" version))
1760 (sha256
1761 (base32
1762 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
1763 (properties `((upstream-name . "Rook")))
1764 (build-system r-build-system)
1765 (propagated-inputs `(("r-brew" ,r-brew)))
1766 (home-page "https://cran.r-project.org/web/packages/Rook")
1767 (synopsis "Web server interface for R")
1768 (description
1769 "This package contains the Rook specification and convenience software
1770 for building and running Rook applications. A Rook application is an R
1771 reference class object that implements a @code{call} method or an R closure
1772 that takes exactly one argument, an environment, and returns a list with three
1773 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
1774 (license license:gpl2)))
1775
1776 (define-public r-miniui
1777 (package
1778 (name "r-miniui")
1779 (version "0.1.1.1")
1780 (source
1781 (origin
1782 (method url-fetch)
1783 (uri (cran-uri "miniUI" version))
1784 (sha256
1785 (base32
1786 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
1787 (properties `((upstream-name . "miniUI")))
1788 (build-system r-build-system)
1789 (propagated-inputs
1790 `(("r-htmltools" ,r-htmltools)
1791 ("r-shiny" ,r-shiny)))
1792 (home-page "https://cran.r-project.org/web/packages/miniUI/")
1793 (synopsis "Shiny UI widgets for small screens")
1794 (description
1795 "This package provides UI widget and layout functions for writing Shiny apps that
1796 work well on small screens.")
1797 (license license:gpl3)))
1798
1799 (define-public r-feather
1800 (package
1801 (name "r-feather")
1802 (version "0.3.5")
1803 (source
1804 (origin
1805 (method url-fetch)
1806 (uri (cran-uri "feather" version))
1807 (sha256
1808 (base32
1809 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
1810 (build-system r-build-system)
1811 (propagated-inputs
1812 `(("r-hms" ,r-hms)
1813 ("r-rcpp" ,r-rcpp)
1814 ("r-tibble" ,r-tibble)))
1815 (home-page "https://github.com/wesm/feather")
1816 (synopsis "R Bindings to the Feather API")
1817 (description "Read and write feather files, a lightweight binary columnar
1818 data store designed for maximum speed.")
1819 (license license:asl2.0)))
1820
1821 (define-public r-maps
1822 (package
1823 (name "r-maps")
1824 (version "3.3.0")
1825 (source
1826 (origin
1827 (method url-fetch)
1828 (uri (cran-uri "maps" version))
1829 (sha256
1830 (base32
1831 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
1832 (build-system r-build-system)
1833 (home-page "https://cran.r-project.org/web/packages/maps")
1834 (synopsis "Draw geographical maps")
1835 (description "This package provides an R module for display of maps.
1836 Projection code and larger maps are in separate packages (@code{mapproj} and
1837 @code{mapdata}).")
1838 (license license:gpl2)))
1839
1840 (define-public r-mapproj
1841 (package
1842 (name "r-mapproj")
1843 (version "1.2.7")
1844 (source
1845 (origin
1846 (method url-fetch)
1847 (uri (cran-uri "mapproj" version))
1848 (sha256
1849 (base32
1850 "0nscsfq8md6ri9258xz57c3dj81wdl6kdwf4a9qcrwwbn20i427h"))))
1851 (build-system r-build-system)
1852 (propagated-inputs `(("r-maps" ,r-maps)))
1853 (home-page "https://cran.r-project.org/web/packages/mapproj")
1854 (synopsis "Map projection in R")
1855 (description "This package converts latitude/longitude into projected
1856 coordinates.")
1857 (license (list license:gpl2 ; The R interface
1858 (license:non-copyleft ; The C code
1859 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
1860 "Lucent Public License Version 1.02")))))
1861
1862 (define-public r-rgooglemaps
1863 (package
1864 (name "r-rgooglemaps")
1865 (version "1.4.5.3")
1866 (source
1867 (origin
1868 (method url-fetch)
1869 (uri (cran-uri "RgoogleMaps" version))
1870 (sha256
1871 (base32
1872 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
1873 (properties `((upstream-name . "RgoogleMaps")))
1874 (build-system r-build-system)
1875 (propagated-inputs
1876 `(("r-png" ,r-png)
1877 ("r-sp" ,r-sp)))
1878 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
1879 (synopsis "Use Google Maps in R")
1880 (description "This package serves two purposes:
1881 @enumerate
1882 @item Provide a comfortable R interface to query the Google server for static
1883 maps, and
1884 @item Use the map as a background image to overlay plots within R. This
1885 requires proper coordinate scaling.
1886 @end enumerate\n")
1887 (license license:gpl2+)))
1888
1889 (define-public r-geosphere
1890 (package
1891 (name "r-geosphere")
1892 (version "1.5-10")
1893 (source
1894 (origin
1895 (method url-fetch)
1896 (uri (cran-uri "geosphere" version))
1897 (sha256
1898 (base32
1899 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
1900 (build-system r-build-system)
1901 (propagated-inputs `(("r-sp" ,r-sp)))
1902 (home-page "https://cran.r-project.org/web/packages/geosphere")
1903 (synopsis "Spherical trigonometry")
1904 (description "This package computes spherical trigonometry for geographic
1905 applications. That is, compute distances and related measures for angular
1906 (longitude/latitude) locations.")
1907 (license license:gpl3+)))
1908
1909 (define-public r-jpeg
1910 (package
1911 (name "r-jpeg")
1912 (version "0.1-8.1")
1913 (source
1914 (origin
1915 (method url-fetch)
1916 (uri (cran-uri "jpeg" version))
1917 (sha256
1918 (base32
1919 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
1920 (build-system r-build-system)
1921 (inputs `(("libjpeg" ,libjpeg-turbo)))
1922 (home-page "https://www.rforge.net/jpeg/")
1923 (synopsis "Read and write JPEG images with R")
1924 (description "This package provides a way to read, write and display
1925 bitmap images stored in the JPEG format with R. It can read and write both
1926 files and in-memory raw vectors.")
1927 (license license:gpl2+)))
1928
1929 (define-public r-ggmap
1930 (package
1931 (name "r-ggmap")
1932 (version "3.0.0")
1933 (source
1934 (origin
1935 (method url-fetch)
1936 (uri (cran-uri "ggmap" version))
1937 (sha256
1938 (base32
1939 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
1940 (build-system r-build-system)
1941 (propagated-inputs
1942 `(("r-bitops" ,r-bitops)
1943 ("r-digest" ,r-digest)
1944 ("r-dplyr" ,r-dplyr)
1945 ("r-ggplot2" ,r-ggplot2)
1946 ("r-glue" ,r-glue)
1947 ("r-httr" ,r-httr)
1948 ("r-jpeg" ,r-jpeg)
1949 ("r-magrittr" ,r-magrittr)
1950 ("r-plyr" ,r-plyr)
1951 ("r-png" ,r-png)
1952 ("r-purrr" ,r-purrr)
1953 ("r-rgooglemaps" ,r-rgooglemaps)
1954 ("r-rjson" ,r-rjson)
1955 ("r-scales" ,r-scales)
1956 ("r-stringr" ,r-stringr)
1957 ("r-tibble" ,r-tibble)
1958 ("r-tidyr" ,r-tidyr)))
1959 (home-page "https://github.com/dkahle/ggmap")
1960 (synopsis "Spatial visualization with ggplot2")
1961 (description "This package provides a collection of functions to visualize
1962 spatial data and models on top of static maps from various online sources (e.g
1963 Google Maps and Stamen Maps). It includes tools common to those tasks,
1964 including functions for geolocation and routing.")
1965 (license license:gpl2)))
1966
1967 (define-public r-haven
1968 (package
1969 (name "r-haven")
1970 (version "2.3.1")
1971 (source
1972 (origin
1973 (method url-fetch)
1974 (uri (cran-uri "haven" version))
1975 (sha256
1976 (base32
1977 "03cypgqhdkrfbfpl1yx2wb7flczrbak1w654wkicmd5ajwr9zvkf"))))
1978 (build-system r-build-system)
1979 (inputs
1980 `(("zlib" ,zlib)))
1981 (native-inputs
1982 `(("r-knitr" ,r-knitr)))
1983 (propagated-inputs
1984 `(("r-forcats" ,r-forcats)
1985 ("r-hms" ,r-hms)
1986 ("r-rcpp" ,r-rcpp)
1987 ("r-rlang" ,r-rlang)
1988 ("r-readr" ,r-readr)
1989 ("r-tibble" ,r-tibble)
1990 ("r-tidyselect" ,r-tidyselect)
1991 ("r-vctrs" ,r-vctrs)))
1992 (home-page "https://haven.tidyverse.org")
1993 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
1994 (description
1995 "This package lets you mport foreign statistical formats into R via the
1996 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
1997 (license license:expat)))
1998
1999 (define-public r-amap
2000 (package
2001 (name "r-amap")
2002 (version "0.8-18")
2003 (source (origin
2004 (method url-fetch)
2005 (uri (cran-uri "amap" version))
2006 (sha256
2007 (base32
2008 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
2009 (build-system r-build-system)
2010 (native-inputs
2011 `(("gfortran" ,gfortran)))
2012 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
2013 (synopsis "Another multidimensional analysis package")
2014 (description "This package provides tools for clustering and principal
2015 component analysis (with robust methods, and parallelized functions).")
2016 (license license:gpl2+)))
2017
2018 (define-public r-ape
2019 (package
2020 (name "r-ape")
2021 (version "5.4-1")
2022 (source
2023 (origin
2024 (method url-fetch)
2025 (uri (cran-uri "ape" version))
2026 (sha256
2027 (base32
2028 "1r7fwyz30ippcl1ibqiv1xryf44x5crcks5kx19h146ffj76qcgh"))))
2029 (build-system r-build-system)
2030 (propagated-inputs
2031 `(("r-lattice" ,r-lattice)
2032 ("r-nlme" ,r-nlme)
2033 ("r-rcpp" ,r-rcpp)))
2034 (home-page "http://ape-package.ird.fr/")
2035 (synopsis "Analyses of phylogenetics and evolution")
2036 (description
2037 "This package provides functions for reading, writing, plotting, and
2038 manipulating phylogenetic trees, analyses of comparative data in a
2039 phylogenetic framework, ancestral character analyses, analyses of
2040 diversification and macroevolution, computing distances from DNA sequences,
2041 and several other tools.")
2042 (license license:gpl2+)))
2043
2044 (define-public r-abbyyr
2045 (package
2046 (name "r-abbyyr")
2047 (version "0.5.5")
2048 (source
2049 (origin
2050 (method url-fetch)
2051 (uri (cran-uri "abbyyR" version))
2052 (sha256
2053 (base32
2054 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
2055 (properties `((upstream-name . "abbyyR")))
2056 (build-system r-build-system)
2057 (propagated-inputs
2058 `(("r-curl" ,r-curl)
2059 ("r-httr" ,r-httr)
2060 ("r-plyr" ,r-plyr)
2061 ("r-progress" ,r-progress)
2062 ("r-readr" ,r-readr)
2063 ("r-xml" ,r-xml)))
2064 (home-page "https://github.com/soodoku/abbyyR")
2065 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
2066 (description
2067 "This package provides tools to get text from images of text using Abbyy
2068 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
2069 OCR images, barcodes, forms, documents with machine readable zones, e.g.
2070 passports and get the results in a variety of formats including plain text and
2071 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
2072 (license license:expat)))
2073
2074 (define-public r-colorspace
2075 (package
2076 (name "r-colorspace")
2077 (version "2.0-0")
2078 (source
2079 (origin
2080 (method url-fetch)
2081 (uri (cran-uri "colorspace" version))
2082 (sha256
2083 (base32 "13h1hara0s6xn16bgkrbd0flszah1yiylwfwxwn2inqqk6pm6sjf"))))
2084 (build-system r-build-system)
2085 (native-inputs
2086 `(("r-knitr" ,r-knitr)))
2087 (home-page "https://cran.r-project.org/web/packages/colorspace")
2088 (synopsis "Color space manipulation")
2089 (description
2090 "This package carries out a mapping between assorted color spaces
2091 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
2092 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
2093 colors are provided.")
2094 (license license:bsd-3)))
2095
2096 (define-public r-glue
2097 (package
2098 (name "r-glue")
2099 (version "1.4.2")
2100 (source
2101 (origin
2102 (method url-fetch)
2103 (uri (cran-uri "glue" version))
2104 (sha256
2105 (base32
2106 "1bgpirdvjrf0da734clrixawvpdap4lpda4g89vais96589m8wwz"))))
2107 (build-system r-build-system)
2108 ;; knitr depends on glue, so we can't add knitr here to build the
2109 ;; vignettes.
2110 #;
2111 (native-inputs
2112 `(("r-knitr" ,r-knitr)))
2113 (home-page "https://github.com/tidyverse/glue")
2114 (synopsis "Interpreted string literals")
2115 (description
2116 "This package provides an implementation of interpreted string literals,
2117 inspired by Python's Literal String Interpolation (PEP-0498) and
2118 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
2119 (license license:expat)))
2120
2121 (define-public r-pastecs
2122 (package
2123 (name "r-pastecs")
2124 (version "1.3.21")
2125 (source (origin
2126 (method url-fetch)
2127 (uri (cran-uri "pastecs" version))
2128 (sha256
2129 (base32
2130 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
2131 (build-system r-build-system)
2132 (propagated-inputs
2133 `(("r-boot" ,r-boot)))
2134 (home-page "http://www.sciviews.org/pastecs")
2135 (synopsis "Analysis of space-time ecological series")
2136 (description
2137 "This package provides functions for regulation, decomposition and analysis
2138 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
2139 initiative to bring PASSTEC 2000 functionalities to R.")
2140 (license license:gpl2+)))
2141
2142 (define-public r-partykit
2143 (package
2144 (name "r-partykit")
2145 (version "1.2-10")
2146 (source (origin
2147 (method url-fetch)
2148 (uri (cran-uri "partykit" version))
2149 (sha256
2150 (base32
2151 "1jg68rqhk2r0h2hk50xl99zp56b1nfdcam06kfvssqrkgkavkswf"))))
2152 (build-system r-build-system)
2153 (propagated-inputs
2154 `(("r-formula" ,r-formula)
2155 ("r-inum" ,r-inum)
2156 ("r-libcoin" ,r-libcoin)
2157 ("r-mvtnorm" ,r-mvtnorm)
2158 ("r-rpart" ,r-rpart)
2159 ("r-survival" ,r-survival)))
2160 (home-page "http://partykit.R-Forge.R-project.org/partykit")
2161 (synopsis "Toolkit for recursive partytioning")
2162 (description
2163 "This package provides a toolkit with infrastructure for representing,
2164 summarizing, and visualizing tree-structured regression and classification
2165 models.")
2166 (license license:gpl2+)))
2167
2168 (define-public r-plogr
2169 (package
2170 (name "r-plogr")
2171 (version "0.2.0")
2172 (source
2173 (origin
2174 (method url-fetch)
2175 (uri (cran-uri "plogr" version))
2176 (sha256
2177 (base32
2178 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
2179 (build-system r-build-system)
2180 (home-page "https://github.com/krlmlr/plogr")
2181 (synopsis "R bindings for the plog C++ logging library")
2182 (description
2183 "This package provides the header files for a stripped-down version of
2184 the plog header-only C++ logging library, and a method to log to R's standard
2185 error stream.")
2186 (license license:expat)))
2187
2188 (define-public r-pls
2189 (package
2190 (name "r-pls")
2191 (version "2.7-3")
2192 (source
2193 (origin
2194 (method url-fetch)
2195 (uri (cran-uri "pls" version))
2196 (sha256
2197 (base32 "0b3ls12w19wc4xkhnsgmb333y9lyzwq3syjc3k8zs1agnw59c7cg"))))
2198 (build-system r-build-system)
2199 (home-page "https://mevik.net/work/software/pls.html")
2200 (synopsis "Partial Least Squares and Principal Component Regression")
2201 (description
2202 "The pls package implements multivariate regression methods: Partial Least
2203 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
2204 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
2205
2206 @itemize
2207 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
2208 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
2209 @item multi-response models (or @dfn{PLS2})
2210 @item flexible cross-validation
2211 @item Jackknife variance estimates of regression coefficients
2212 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
2213 (R)MSEP, R², and correlation loadings
2214 @item formula interface, modelled after @code{lm()}, with methods for predict,
2215 print, summary, plot, update, etc.
2216 @item extraction functions for coefficients, scores, and loadings
2217 @item MSEP, RMSEP, and R² estimates
2218 @item multiplicative scatter correction (@dfn{MSC})
2219 @end itemize\n")
2220 (license license:gpl2)))
2221
2222 (define-public r-ps
2223 (package
2224 (name "r-ps")
2225 (version "1.5.0")
2226 (source
2227 (origin
2228 (method url-fetch)
2229 (uri (cran-uri "ps" version))
2230 (sha256
2231 (base32 "15pyz94b0z6ibrjp25np5nd4z20whnnr35wsavdgwmsmynba2qbl"))))
2232 (build-system r-build-system)
2233 (home-page "https://ps.r-lib.org")
2234 (synopsis "List, query, and manipulate system processes")
2235 (description
2236 "The ps package implements an API to list, query, and manipulate system
2237 processes. Most of its code is based on the @code{psutil} Python package.")
2238 (license license:bsd-3)))
2239
2240 (define-public r-pkgbuild
2241 (package
2242 (name "r-pkgbuild")
2243 (version "1.1.0")
2244 (source
2245 (origin
2246 (method url-fetch)
2247 (uri (cran-uri "pkgbuild" version))
2248 (sha256
2249 (base32 "1gdbrjq4kiwm45c6pb23mp327qyjvslhyf72ca4zhlzwc5vgp6xk"))))
2250 (build-system r-build-system)
2251 (propagated-inputs
2252 `(("r-callr" ,r-callr)
2253 ("r-cli" ,r-cli)
2254 ("r-crayon" ,r-crayon)
2255 ("r-desc" ,r-desc)
2256 ("r-prettyunits" ,r-prettyunits)
2257 ("r-r6" ,r-r6)
2258 ("r-rprojroot" ,r-rprojroot)
2259 ("r-withr" ,r-withr)))
2260 (home-page "https://github.com/r-pkgs/pkgbuild")
2261 (synopsis "Find tools needed to build R packages")
2262 (description
2263 "This package provides functions used to build R packages. It locates
2264 compilers needed to build R packages on various platforms and ensures the PATH
2265 is configured appropriately so R can use them.")
2266 (license license:gpl3)))
2267
2268 (define-public r-pkgload
2269 (package
2270 (name "r-pkgload")
2271 (version "1.1.0")
2272 (source
2273 (origin
2274 (method url-fetch)
2275 (uri (cran-uri "pkgload" version))
2276 (sha256
2277 (base32
2278 "03bv8xq4s6s7m34y1kjs99jzlb95vwrfi76mbnhmzcx2pc6ld78q"))))
2279 (build-system r-build-system)
2280 (propagated-inputs
2281 `(("r-cli" ,r-cli)
2282 ("r-crayon" ,r-crayon)
2283 ("r-desc" ,r-desc)
2284 ("r-pkgbuild" ,r-pkgbuild)
2285 ("r-rlang" ,r-rlang)
2286 ("r-rprojroot" ,r-rprojroot)
2287 ("r-rstudioapi" ,r-rstudioapi)
2288 ("r-withr" ,r-withr)))
2289 (home-page "https://github.com/r-lib/pkgload")
2290 (synopsis "Simulate package installation and attach")
2291 (description
2292 "This package simulates the process of installing a package and then
2293 attaching it. This is a key part of the @code{devtools} package as it allows
2294 you to rapidly iterate while developing a package.")
2295 (license license:gpl3)))
2296
2297 (define-public r-rcpp
2298 (package
2299 (name "r-rcpp")
2300 (version "1.0.5")
2301 (source
2302 (origin
2303 (method url-fetch)
2304 (uri (cran-uri "Rcpp" version))
2305 (sha256
2306 (base32 "012wbj446k1wz6bp6bpf6h77ypvcsw69xvnax6qf6vyc7dj2qimq"))))
2307 (build-system r-build-system)
2308 (home-page "http://www.rcpp.org")
2309 (synopsis "Seamless R and C++ integration")
2310 (description
2311 "The Rcpp package provides R functions as well as C++ classes which offer
2312 a seamless integration of R and C++. Many R data types and objects can be
2313 mapped back and forth to C++ equivalents which facilitates both writing of new
2314 code as well as easier integration of third-party libraries. Documentation
2315 about Rcpp is provided by several vignettes included in this package, via the
2316 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
2317 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
2318 @code{citation(\"Rcpp\")} for details on these last two.")
2319 (license license:gpl2+)))
2320
2321 (define-public r-bindr
2322 (package
2323 (name "r-bindr")
2324 (version "0.1.1")
2325 (source
2326 (origin
2327 (method url-fetch)
2328 (uri (cran-uri "bindr" version))
2329 (sha256
2330 (base32
2331 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
2332 (build-system r-build-system)
2333 (home-page "https://github.com/krlmlr/bindr")
2334 (synopsis "Parametrized active bindings")
2335 (description
2336 "This package provides a simple interface for creating active bindings
2337 where the bound function accepts additional arguments.")
2338 (license license:expat)))
2339
2340 (define-public r-bindrcpp
2341 (package
2342 (name "r-bindrcpp")
2343 (version "0.2.2")
2344 (source
2345 (origin
2346 (method url-fetch)
2347 (uri (cran-uri "bindrcpp" version))
2348 (sha256
2349 (base32
2350 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
2351 (build-system r-build-system)
2352 (propagated-inputs
2353 `(("r-bindr" ,r-bindr)
2354 ("r-plogr" ,r-plogr)
2355 ("r-rcpp" ,r-rcpp)))
2356 (home-page "https://github.com/krlmlr/bindrcpp")
2357 (synopsis "Rcpp interface to active bindings")
2358 (description
2359 "This package provides an easy way to fill an environment with active
2360 bindings that call a C++ function.")
2361 (license license:expat)))
2362
2363 (define-public r-bisquerna
2364 (package
2365 (name "r-bisquerna")
2366 (version "1.0.4")
2367 (source (origin
2368 (method url-fetch)
2369 (uri (cran-uri "BisqueRNA" version))
2370 (sha256
2371 (base32
2372 "01g34n87ml7n3pck77497ddgbv3rr5p4153ac8ninpgjijlm3jw2"))))
2373 (properties `((upstream-name . "BisqueRNA")))
2374 (build-system r-build-system)
2375 (propagated-inputs
2376 `(("r-biobase" ,r-biobase)
2377 ("r-limsolve" ,r-limsolve)))
2378 (home-page "https://www.biorxiv.org/content/10.1101/669911v1")
2379 (synopsis "Decomposition of bulk expression with single-cell sequencing")
2380 (description "This package provides tools to accurately estimate cell type
2381 abundances from heterogeneous bulk expression. A reference-based method
2382 utilizes single-cell information to generate a signature matrix and
2383 transformation of bulk expression for accurate regression based estimates.
2384 A marker-based method utilizes known cell-specific marker genes to measure
2385 relative abundances across samples.")
2386 (license license:gpl3)))
2387
2388 (define-public r-auc
2389 (package
2390 (name "r-auc")
2391 (version "0.3.0")
2392 (source
2393 (origin
2394 (method url-fetch)
2395 (uri (cran-uri "AUC" version))
2396 (sha256
2397 (base32
2398 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
2399 (properties `((upstream-name . "AUC")))
2400 (build-system r-build-system)
2401 (home-page "https://cran.r-project.org/web/packages/AUC")
2402 (synopsis "Compute the area under the curve of selected measures")
2403 (description
2404 "This package includes functions to compute the area under the curve of
2405 selected measures: the area under the sensitivity curve (AUSEC), the area
2406 under the specificity curve (AUSPC), the area under the accuracy
2407 curve (AUACC), and the area under the receiver operating characteristic
2408 curve (AUROC). The curves can also be visualized. Support for partial areas
2409 is provided.")
2410 (license license:gpl2+)))
2411
2412 (define-public r-calibrate
2413 (package
2414 (name "r-calibrate")
2415 (version "1.7.7")
2416 (source
2417 (origin
2418 (method url-fetch)
2419 (uri (cran-uri "calibrate" version))
2420 (sha256
2421 (base32 "19kgrnsyq67iqv1biyssqi30a6v2836ql20nabpy2m692ns0jfvi"))))
2422 (build-system r-build-system)
2423 (propagated-inputs
2424 `(("r-mass" ,r-mass)))
2425 (home-page "https://cran.r-project.org/web/packages/calibrate")
2426 (synopsis "Calibration of scatterplot and biplot axes")
2427 (description
2428 "This is a package for drawing calibrated scales with tick marks
2429 on (non-orthogonal) variable vectors in scatterplots and biplots.")
2430 (license license:gpl2)))
2431
2432 (define-public r-shape
2433 (package
2434 (name "r-shape")
2435 (version "1.4.5")
2436 (source
2437 (origin
2438 (method url-fetch)
2439 (uri (cran-uri "shape" version))
2440 (sha256
2441 (base32
2442 "17qqhjyfhxv9la07ykaslb50c8g4d0cgfypx4y91h9i2yjw7jjh9"))))
2443 (build-system r-build-system)
2444 (home-page "https://cran.r-project.org/web/packages/shape")
2445 (synopsis "Functions for plotting graphical shapes")
2446 (description
2447 "This package provides functions for plotting graphical shapes such as
2448 ellipses, circles, cylinders, arrows, ...")
2449 (license license:gpl3+)))
2450
2451 (define-public r-globaloptions
2452 (package
2453 (name "r-globaloptions")
2454 (version "0.1.2")
2455 (source
2456 (origin
2457 (method url-fetch)
2458 (uri (cran-uri "GlobalOptions" version))
2459 (sha256
2460 (base32 "0gkm77w6db9ajyncy1xdcivplap06a51zi99m009kylccschd2a7"))))
2461 (properties `((upstream-name . "GlobalOptions")))
2462 (build-system r-build-system)
2463 (native-inputs
2464 `(("r-knitr" ,r-knitr)))
2465 (home-page "https://github.com/jokergoo/GlobalOptions")
2466 (synopsis "Generate functions to get or set global options")
2467 (description
2468 "This package provides more controls on the option values such as
2469 validation and filtering on the values, making options invisible or private.")
2470 (license license:gpl2+)))
2471
2472 (define-public r-circlize
2473 (package
2474 (name "r-circlize")
2475 (version "0.4.11")
2476 (source
2477 (origin
2478 (method url-fetch)
2479 (uri (cran-uri "circlize" version))
2480 (sha256
2481 (base32
2482 "1s84xl7kv3qc1261xxaq4aqh64gwywhacsf5nh6yf8djw0d1w42d"))))
2483 (build-system r-build-system)
2484 (propagated-inputs
2485 `(("r-colorspace" ,r-colorspace)
2486 ("r-globaloptions" ,r-globaloptions)
2487 ("r-shape" ,r-shape)))
2488 (native-inputs
2489 `(("r-knitr" ,r-knitr)))
2490 (home-page "https://github.com/jokergoo/circlize")
2491 (synopsis "Circular visualization")
2492 (description
2493 "Circular layout is an efficient way to visualise huge amounts of
2494 information. This package provides an implementation of circular layout
2495 generation in R as well as an enhancement of available software. Its
2496 flexibility is based on the usage of low-level graphics functions such that
2497 self-defined high-level graphics can be easily implemented by users for
2498 specific purposes. Together with the seamless connection between the powerful
2499 computational and visual environment in R, it gives users more convenience and
2500 freedom to design figures for better understanding complex patterns behind
2501 multi-dimensional data.")
2502 (license license:gpl2+)))
2503
2504 (define-public r-powerlaw
2505 (package
2506 (name "r-powerlaw")
2507 (version "0.70.6")
2508 (source
2509 (origin
2510 (method url-fetch)
2511 (uri (cran-uri "poweRlaw" version))
2512 (sha256
2513 (base32 "14d1myxllvm1grnfiszzzxaiqpb2jpmsi19wq70r8r2wki293h7g"))))
2514 (properties `((upstream-name . "poweRlaw")))
2515 (build-system r-build-system)
2516 (propagated-inputs
2517 `(("r-pracma" ,r-pracma)))
2518 (native-inputs
2519 `(("r-knitr" ,r-knitr)))
2520 (home-page "https://github.com/csgillespie/poweRlaw")
2521 (synopsis "Tools for the analysis of heavy tailed distributions")
2522 (description
2523 "This package provides an implementation of maximum likelihood estimators
2524 for a variety of heavy tailed distributions, including both the discrete and
2525 continuous power law distributions. Additionally, a goodness-of-fit based
2526 approach is used to estimate the lower cut-off for the scaling region.")
2527 ;; Any of these GPL versions.
2528 (license (list license:gpl2 license:gpl3))))
2529
2530 (define-public r-compare
2531 (package
2532 (name "r-compare")
2533 (version "0.2-6")
2534 (source
2535 (origin
2536 (method url-fetch)
2537 (uri (cran-uri "compare" version))
2538 (sha256
2539 (base32
2540 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
2541 (build-system r-build-system)
2542 (home-page "https://cran.r-project.org/web/packages/compare")
2543 (synopsis "Comparing objects for differences")
2544 (description
2545 "This package provides functions to compare a model object to a
2546 comparison object. If the objects are not identical, the functions can be
2547 instructed to explore various modifications of the objects (e.g., sorting
2548 rows, dropping names) to see if the modified versions are identical.")
2549 (license license:gpl2+)))
2550
2551 (define-public r-dendextend
2552 (package
2553 (name "r-dendextend")
2554 (version "1.14.0")
2555 (source
2556 (origin
2557 (method url-fetch)
2558 (uri (cran-uri "dendextend" version))
2559 (sha256
2560 (base32
2561 "0n3qg76apgbqbvxv2yp5qwpy6nx03xmmc9mdfyq4dqblqhdld29p"))))
2562 (build-system r-build-system)
2563 (propagated-inputs
2564 `(("r-ggplot2" ,r-ggplot2)
2565 ("r-magrittr" ,r-magrittr)
2566 ("r-viridis" ,r-viridis)))
2567 (native-inputs
2568 `(("r-knitr" ,r-knitr)))
2569 (home-page "https://cran.r-project.org/web/packages/dendextend")
2570 (synopsis "Extending 'dendrogram' functionality in R")
2571 (description
2572 "This package offers a set of functions for extending @code{dendrogram}
2573 objects in R, letting you visualize and compare trees of hierarchical
2574 clusterings. You can adjust a tree's graphical parameters (the color, size,
2575 type, etc of its branches, nodes and labels) and visually and statistically
2576 compare different dendrograms to one another.")
2577 ;; Any of these versions
2578 (license (list license:gpl2 license:gpl3))))
2579
2580 (define-public r-getoptlong
2581 (package
2582 (name "r-getoptlong")
2583 (version "1.0.4")
2584 (source
2585 (origin
2586 (method url-fetch)
2587 (uri (cran-uri "GetoptLong" version))
2588 (sha256
2589 (base32
2590 "0l9pa9dx8pcg3j7jn4b9k98g7r5vdsvnmf6apnifzm57mc0vlkg6"))))
2591 (properties `((upstream-name . "GetoptLong")))
2592 (build-system r-build-system)
2593 (inputs
2594 `(("perl" ,perl)))
2595 (propagated-inputs
2596 `(("r-crayon" ,r-crayon)
2597 ("r-globaloptions" ,r-globaloptions)
2598 ("r-rjson" ,r-rjson)))
2599 (native-inputs
2600 `(("r-knitr" ,r-knitr)))
2601 (home-page "https://github.com/jokergoo/GetoptLong")
2602 (synopsis "Parsing command-line arguments and variable interpolation")
2603 (description
2604 "This is yet another command-line argument parser which wraps the
2605 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
2606 use in R. It also provides a simple way for variable interpolation in R.")
2607 (license license:gpl2+)))
2608
2609 (define-public r-fastmatch
2610 (package
2611 (name "r-fastmatch")
2612 (version "1.1-0")
2613 (source
2614 (origin
2615 (method url-fetch)
2616 (uri (cran-uri "fastmatch" version))
2617 (sha256
2618 (base32
2619 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
2620 (build-system r-build-system)
2621 (home-page "https://www.rforge.net/fastmatch")
2622 (synopsis "Fast match function")
2623 (description
2624 "This package provides a fast @code{match} replacement for cases that
2625 require repeated look-ups. It is slightly faster that R's built-in
2626 @code{match} function on first match against a table, but extremely fast on
2627 any subsequent lookup as it keeps the hash table in memory.")
2628 (license license:gpl2)))
2629
2630 (define-public r-ff
2631 (package
2632 (name "r-ff")
2633 (version "4.0.4")
2634 (source
2635 (origin
2636 (method url-fetch)
2637 (uri (cran-uri "ff" version))
2638 (sha256
2639 (base32
2640 "1rfj2ff5cxzdp9nvfnbgmswc1jvxz5vkxqgpv6gprwk32a0z3v12"))))
2641 (build-system r-build-system)
2642 (propagated-inputs `(("r-bit" ,r-bit)))
2643 (home-page "http://ff.r-forge.r-project.org/")
2644 (synopsis "Memory-efficient storage of large data on disk and access functions")
2645 (description
2646 "This package provides data structures that are stored on disk but
2647 behave (almost) as if they were in RAM by transparently mapping only a section
2648 in main memory.")
2649 ;; error Architecture not supported.
2650 (supported-systems (delete "aarch64-linux" %supported-systems))
2651 (license license:gpl2)))
2652
2653 (define-public r-ffbase
2654 (package
2655 (name "r-ffbase")
2656 (version "0.13.1")
2657 (source
2658 (origin
2659 (method url-fetch)
2660 (uri (cran-uri "ffbase" version))
2661 (sha256
2662 (base32
2663 "0knl0vnh8w4q3ry24gp4fd55ipnaj9hb1rwm31fs119kgmh3gd8x"))))
2664 (build-system r-build-system)
2665 (propagated-inputs
2666 `(("r-bit" ,r-bit)
2667 ("r-fastmatch" ,r-fastmatch)
2668 ("r-ff" ,r-ff)))
2669 (home-page "https://github.com/edwindj/ffbase")
2670 (synopsis "Basic statistical functions for package 'ff'")
2671 (description
2672 "This package extends the out of memory vectors of @code{ff} with
2673 statistical functions and other utilities to ease their usage.")
2674 (license license:gpl3)))
2675
2676 (define-public r-prettyunits
2677 (package
2678 (name "r-prettyunits")
2679 (version "1.1.1")
2680 (source
2681 (origin
2682 (method url-fetch)
2683 (uri (cran-uri "prettyunits" version))
2684 (sha256
2685 (base32
2686 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
2687 (build-system r-build-system)
2688 (home-page "https://github.com/gaborcsardi/prettyunits")
2689 (synopsis "Pretty, human readable formatting of quantities")
2690 (description
2691 "This package provides tools for pretty, human readable formatting of
2692 quantities.")
2693 (license license:expat)))
2694
2695 (define-public r-reshape
2696 (package
2697 (name "r-reshape")
2698 (version "0.8.8")
2699 (source
2700 (origin
2701 (method url-fetch)
2702 (uri (cran-uri "reshape" version))
2703 (sha256
2704 (base32
2705 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
2706 (build-system r-build-system)
2707 (propagated-inputs
2708 `(("r-plyr" ,r-plyr)
2709 ("r-rcpp" ,r-rcpp)))
2710 (home-page "http://had.co.nz/reshape")
2711 (synopsis "Flexibly reshape data")
2712 (description
2713 "Flexibly restructure and aggregate data using just two functions:
2714 @code{melt} and @code{cast}. This package provides them.")
2715 (license license:expat)))
2716
2717 (define-public r-restrserve
2718 (package
2719 (name "r-restrserve")
2720 (version "0.4.0")
2721 (source
2722 (origin
2723 (method url-fetch)
2724 (uri (cran-uri "RestRserve" version))
2725 (sha256
2726 (base32 "07mm65yxzpwlg6x3lsggj41v8nl4m6v9mszhqjpgj19v3yxvwgi0"))))
2727 (build-system r-build-system)
2728 (propagated-inputs
2729 `(("r-checkmate" ,r-checkmate)
2730 ("r-jsonlite" ,r-jsonlite)
2731 ("r-mime" ,r-mime)
2732 ("r-r6" ,r-r6)
2733 ("r-rcpp" ,r-rcpp)
2734 ("r-rserve" ,r-rserve)
2735 ("r-uuid" ,r-uuid)))
2736 (native-inputs
2737 `(("r-knitr" ,r-knitr)))
2738 (home-page "https://restrserve.org")
2739 (synopsis "R web API framework")
2740 (description
2741 "RestRserve is an R web API framework for building high-performance AND
2742 robust microservices and app backends. With Rserve backend on UNIX-like
2743 systems it is parallel by design. It will handle incoming requests in
2744 parallel - each request in a separate fork.")
2745 (license license:gpl2+)))
2746
2747 (define-public r-progress
2748 (package
2749 (name "r-progress")
2750 (version "1.2.2")
2751 (source
2752 (origin
2753 (method url-fetch)
2754 (uri (cran-uri "progress" version))
2755 (sha256
2756 (base32
2757 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
2758 (build-system r-build-system)
2759 (propagated-inputs
2760 `(("r-crayon" ,r-crayon)
2761 ("r-hms" ,r-hms)
2762 ("r-prettyunits" ,r-prettyunits)
2763 ("r-r6" ,r-r6)))
2764 (home-page "https://github.com/gaborcsardi/progress")
2765 (synopsis "Terminal progress bars")
2766 (description
2767 "This package provides configurable progress bars. They may include
2768 percentage, elapsed time, and/or the estimated completion time. They work in
2769 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
2770 package also provides a C++ API, that works with or without Rcpp.")
2771 (license license:expat)))
2772
2773 (define-public r-ggally
2774 (package
2775 (name "r-ggally")
2776 (version "2.0.0")
2777 (source
2778 (origin
2779 (method url-fetch)
2780 (uri (cran-uri "GGally" version))
2781 (sha256
2782 (base32
2783 "1gkmpzh1yvwvypkw0nwqv3gsf6za3220wig3rfv8g23kss60rl1s"))))
2784 (properties `((upstream-name . "GGally")))
2785 (build-system r-build-system)
2786 (inputs
2787 `(("libressl" ,libressl)))
2788 (propagated-inputs
2789 `(("r-ggplot2" ,r-ggplot2)
2790 ("r-gtable" ,r-gtable)
2791 ("r-lifecycle" ,r-lifecycle)
2792 ("r-plyr" ,r-plyr)
2793 ("r-progress" ,r-progress)
2794 ("r-rcolorbrewer" ,r-rcolorbrewer)
2795 ("r-reshape" ,r-reshape)
2796 ("r-rlang" ,r-rlang)
2797 ("r-scales" ,r-scales)))
2798 (home-page "https://ggobi.github.io/ggally")
2799 (synopsis "Extension to ggplot2")
2800 (description
2801 "The R package ggplot2 is a plotting system based on the grammar of
2802 graphics. GGally extends ggplot2 by adding several functions to reduce the
2803 complexity of combining geometric objects with transformed data. Some of
2804 these functions include a pairwise plot matrix, a two group pairwise plot
2805 matrix, a parallel coordinates plot, a survival plot, and several functions to
2806 plot networks.")
2807 (license license:gpl2+)))
2808
2809 (define-public r-proxy
2810 (package
2811 (name "r-proxy")
2812 (version "0.4-24")
2813 (source
2814 (origin
2815 (method url-fetch)
2816 (uri (cran-uri "proxy" version))
2817 (sha256
2818 (base32
2819 "0z4wdnpv5x135nssxnmkkba7fivd5xgbpaabqjkl2na76vq9pzwc"))))
2820 (build-system r-build-system)
2821 (home-page "https://cran.r-project.org/web/packages/proxy")
2822 (synopsis "Distance and similarity measures")
2823 (description
2824 "This package provides an extensible framework for the efficient
2825 calculation of auto- and cross-proximities, along with implementations of the
2826 most popular ones.")
2827 (license license:gpl2)))
2828
2829 (define-public r-sp
2830 (package
2831 (name "r-sp")
2832 (version "1.4-4")
2833 (source
2834 (origin
2835 (method url-fetch)
2836 (uri (cran-uri "sp" version))
2837 (sha256
2838 (base32 "0zzw1gfic5b311vrbkmmmaap3yllgd192af067l5ymm885jqm1zs"))))
2839 (build-system r-build-system)
2840 (propagated-inputs
2841 `(("r-lattice" ,r-lattice)))
2842 (home-page "https://cran.r-project.org/web/packages/sp")
2843 (synopsis "Classes and methods for spatial data")
2844 (description
2845 "This package provides classes and methods for spatial data; the classes
2846 document where the spatial location information resides, for 2D or 3D data.
2847 Utility functions are provided, e.g. for plotting data as maps, spatial
2848 selection, as well as methods for retrieving coordinates, for subsetting,
2849 print, summary, etc.")
2850 (license license:gpl2+)))
2851
2852 (define-public r-laplacesdemon
2853 (package
2854 (name "r-laplacesdemon")
2855 (version "16.1.4")
2856 (source
2857 (origin
2858 (method url-fetch)
2859 (uri (cran-uri "LaplacesDemon" version))
2860 (sha256
2861 (base32 "1nv1kx86cg8f2s8q15pzskc0lg94bb250p0fhybrx5sjqv1s2lj1"))))
2862 (properties `((upstream-name . "LaplacesDemon")))
2863 (build-system r-build-system)
2864 (home-page "https://github.com/LaplacesDemonR/LaplacesDemon")
2865 (synopsis "Complete environment for Bayesian inference")
2866 (description
2867 "This package provides a complete environment for Bayesian inference using
2868 a variety of different samplers.")
2869 (license license:expat)))
2870
2871 (define-public r-rmtstat
2872 (package
2873 (name "r-rmtstat")
2874 (version "0.3")
2875 (source
2876 (origin
2877 (method url-fetch)
2878 (uri (cran-uri "RMTstat" version))
2879 (sha256
2880 (base32
2881 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
2882 (properties `((upstream-name . "RMTstat")))
2883 (build-system r-build-system)
2884 (home-page "https://cran.r-project.org/web/packages/RMTstat")
2885 (synopsis "Distributions, statistics and tests derived from random matrix theory")
2886 (description
2887 "This package provides functions for working with the Tracy-Widom laws
2888 and other distributions related to the eigenvalues of large Wishart
2889 matrices.")
2890 (license license:bsd-3)))
2891
2892 (define-public r-rmpi
2893 (package
2894 (name "r-rmpi")
2895 (version "0.6-9")
2896 (source (origin
2897 (method url-fetch)
2898 (uri (cran-uri "Rmpi" version))
2899 (sha256
2900 (base32
2901 "1rhycla98hxgnnxlxxldr1x51djak7c2jjvlrv3jcsvgwp1ymqdj"))))
2902 (properties `((upstream-name . "Rmpi")))
2903 (build-system r-build-system)
2904 (arguments
2905 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
2906 #:phases (modify-phases %standard-phases
2907 (add-before 'install 'mpi-setup
2908 ,%openmpi-setup))))
2909 (inputs
2910 `(("openmpi" ,openmpi)))
2911 (native-inputs
2912 `(("pkg-config" ,pkg-config)))
2913 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
2914 (synopsis "R interface to message-passing interface (MPI)")
2915 (description
2916 "This package provides an interface (wrapper) to MPI APIs. It also
2917 provides an interactive R manager and worker environment.")
2918 (license license:gpl2+)))
2919
2920 (define-public r-lmoments
2921 (package
2922 (name "r-lmoments")
2923 (version "1.3-1")
2924 (source
2925 (origin
2926 (method url-fetch)
2927 (uri (cran-uri "Lmoments" version))
2928 (sha256
2929 (base32
2930 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
2931 (properties `((upstream-name . "Lmoments")))
2932 (build-system r-build-system)
2933 (propagated-inputs
2934 `(("r-rcpp" ,r-rcpp)
2935 ("r-rcpparmadillo" ,r-rcpparmadillo)))
2936 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
2937 (synopsis "L-moments and quantile mixtures")
2938 (description
2939 "This package contains functions to estimate L-moments and trimmed
2940 L-moments from the data. It also contains functions to estimate the
2941 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
2942 quantile mixture from L-moments and trimmed L-moments.")
2943 (license license:gpl2)))
2944
2945 (define-public r-distillery
2946 (package
2947 (name "r-distillery")
2948 (version "1.2")
2949 (source
2950 (origin
2951 (method url-fetch)
2952 (uri (cran-uri "distillery" version))
2953 (sha256
2954 (base32
2955 "10nhh9p0hp294pp4aav0y0zsmir2qbn05sf3k52rmzmm36q2kc8y"))))
2956 (build-system r-build-system)
2957 (home-page "https://ral.ucar.edu/staff/ericg/")
2958 (synopsis "Functions for confidence intervals and object information")
2959 (description
2960 "This package provides some very simple method functions for confidence
2961 interval calculation and to distill pertinent information from a potentially
2962 complex object; primarily used in common with the packages extRemes and
2963 SpatialVx.")
2964 (license license:gpl2+)))
2965
2966 (define-public r-etrunct
2967 (package
2968 (name "r-etrunct")
2969 (version "0.1")
2970 (source (origin
2971 (method url-fetch)
2972 (uri (cran-uri "etrunct" version))
2973 (sha256
2974 (base32
2975 "0ayazgyqlc8jcqr03cwfmfhm4pck6xri1r6vkgqy4arqkrrnrcqr"))))
2976 (properties `((upstream-name . "etrunct")))
2977 (build-system r-build-system)
2978 (home-page "https://cran.r-project.org/web/packages/etrunct")
2979 (synopsis "Computes moments of univariate truncated T distribution")
2980 (description "This package computes moments of univariate truncated
2981 T distribution. There is only one exported function, @code{e_trunct},
2982 which should be seen for details.")
2983 (license license:expat)))
2984
2985 (define-public r-extremes
2986 (package
2987 (name "r-extremes")
2988 (version "2.1")
2989 (source
2990 (origin
2991 (method url-fetch)
2992 (uri (cran-uri "extRemes" version))
2993 (sha256
2994 (base32
2995 "1b69r3mzl6hp3g3rqxyc77m8r40jyq7c2d87q85af7xqkn6hnxid"))))
2996 (properties `((upstream-name . "extRemes")))
2997 (build-system r-build-system)
2998 (propagated-inputs
2999 `(("r-distillery" ,r-distillery)
3000 ("r-lmoments" ,r-lmoments)))
3001 (home-page "https://www.assessment.ucar.edu/toolkit/")
3002 (synopsis "Extreme value analysis")
3003 (description
3004 "ExtRemes is a suite of functions for carrying out analyses on the
3005 extreme values of a process of interest; be they block maxima over long blocks
3006 or excesses over a high threshold.")
3007 (license license:gpl2+)))
3008
3009 (define-public r-lmtest
3010 (package
3011 (name "r-lmtest")
3012 (version "0.9-38")
3013 (source
3014 (origin
3015 (method url-fetch)
3016 (uri (cran-uri "lmtest" version))
3017 (sha256
3018 (base32
3019 "0sr19bmw2cpagfvwg772m79wvl1i2hww1xfr69bzr3rr8pm2r8ij"))))
3020 (build-system r-build-system)
3021 (propagated-inputs
3022 `(("r-zoo" ,r-zoo)))
3023 (native-inputs
3024 `(("gfortran" ,gfortran)))
3025 (home-page "https://cran.r-project.org/web/packages/lmtest")
3026 (synopsis "Testing linear regression models")
3027 (description
3028 "This package provides a collection of tests, data sets, and examples for
3029 diagnostic checking in linear regression models. Furthermore, some generic
3030 tools for inference in parametric models are provided.")
3031 ;; Either version is okay
3032 (license (list license:gpl2 license:gpl3))))
3033
3034 (define-public r-idr
3035 (package
3036 (name "r-idr")
3037 (version "1.2")
3038 (source (origin
3039 (method url-fetch)
3040 (uri (cran-uri "idr" version))
3041 (sha256
3042 (base32
3043 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
3044 (build-system r-build-system)
3045 (home-page "https://cran.r-project.org/web/packages/idr/")
3046 (synopsis "Irreproducible discovery rate")
3047 (description
3048 "This is a package for estimating the copula mixture model and plotting
3049 correspondence curves in \"Measuring reproducibility of high-throughput
3050 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
3051 by Li, Brown, Huang, and Bickel")
3052 (license license:gpl2+)))
3053
3054 (define-public r-inline
3055 (package
3056 (name "r-inline")
3057 (version "0.3.17")
3058 (source (origin
3059 (method url-fetch)
3060 (uri (cran-uri "inline" version))
3061 (sha256
3062 (base32
3063 "1wslsn60q959yrr27cwanba43qlpfaxzdli46i9dc26lxfr5fa3r"))))
3064 (build-system r-build-system)
3065 (home-page "https://cran.r-project.org/web/packages/inline")
3066 (synopsis "Functions to inline C, C++, Fortran function calls from R")
3067 (description
3068 "This package provides functionality to dynamically define R functions
3069 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
3070 @code{.Call} calling conventions.")
3071 ;; Any version of the LGPL.
3072 (license license:lgpl3+)))
3073
3074 (define-public r-inum
3075 (package
3076 (name "r-inum")
3077 (version "1.0-1")
3078 (source (origin
3079 (method url-fetch)
3080 (uri (cran-uri "inum" version))
3081 (sha256
3082 (base32
3083 "16d09391l65w557dkzhhx1aqn1ljamcmjj3yh42pwq037k0r8brw"))))
3084 (build-system r-build-system)
3085 (propagated-inputs
3086 `(("r-libcoin" ,r-libcoin)))
3087 (home-page "https://cran.r-project.org/web/packages/inum/")
3088 (synopsis "Interval and enum-type representation of vectors")
3089 (description
3090 "This package provides an enum-type representation of vectors and
3091 representation of intervals, including a method of coercing variables
3092 in data frames.")
3093 (license license:gpl2)))
3094 (define-public r-invgamma
3095 (package
3096 (name "r-invgamma")
3097 (version "1.1")
3098 (source (origin
3099 (method url-fetch)
3100 (uri (cran-uri "invgamma" version))
3101 (sha256
3102 (base32
3103 "12ga2y4wc9bc5zz6vimvxwgjpsx3ys3209nq63gscbw559ydxa5a"))))
3104 (properties `((upstream-name . "invgamma")))
3105 (build-system r-build-system)
3106 (home-page "https://github.com/dkahle/invgamma")
3107 (synopsis "Inverse gamma distribution")
3108 (description "This package provides a light weight implementation of the
3109 standard distribution functions for the inverse gamma distribution, wrapping
3110 those for the gamma distribution in the @code{stats} package.")
3111 (license license:gpl2)))
3112
3113 (define-public r-bdsmatrix
3114 (package
3115 (name "r-bdsmatrix")
3116 (version "1.3-4")
3117 (source
3118 (origin
3119 (method url-fetch)
3120 (uri (cran-uri "bdsmatrix" version))
3121 (sha256
3122 (base32
3123 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
3124 (properties `((upstream-name . "bdsmatrix")))
3125 (build-system r-build-system)
3126 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
3127 (synopsis "Routines for block diagonal symmetric matrices")
3128 (description
3129 "This package provides procedures to work with block diagonal symmetric
3130 matrices, a special case of sparse matrices.")
3131 (license license:lgpl2.0)))
3132
3133 (define-public r-bbmle
3134 (package
3135 (name "r-bbmle")
3136 (version "1.0.23.1")
3137 (source
3138 (origin
3139 (method url-fetch)
3140 (uri (cran-uri "bbmle" version))
3141 (sha256
3142 (base32
3143 "0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
3144 (build-system r-build-system)
3145 (propagated-inputs
3146 `(("r-bdsmatrix" ,r-bdsmatrix)
3147 ("r-lattice" ,r-lattice)
3148 ("r-mass" ,r-mass)
3149 ("r-matrix" ,r-matrix)
3150 ("r-mvtnorm" ,r-mvtnorm)
3151 ("r-numderiv" ,r-numderiv)))
3152 (home-page "https://cran.r-project.org/web/packages/bbmle")
3153 (synopsis "Tools for General Maximum Likelihood Estimation")
3154 (description
3155 "This package provides methods and functions for fitting maximum
3156 likelihood models in R. This package modifies and extends the @code{mle}
3157 classes in the @code{stats4} package.")
3158 ;; Any version of the GPL
3159 (license license:gpl2+)))
3160
3161 (define-public r-emdbook
3162 (package
3163 (name "r-emdbook")
3164 (version "1.3.12")
3165 (source
3166 (origin
3167 (method url-fetch)
3168 (uri (cran-uri "emdbook" version))
3169 (sha256
3170 (base32
3171 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
3172 (build-system r-build-system)
3173 (propagated-inputs
3174 `(("r-bbmle" ,r-bbmle)
3175 ("r-coda" ,r-coda)
3176 ("r-lattice" ,r-lattice)
3177 ("r-mass" ,r-mass)
3178 ("r-plyr" ,r-plyr)))
3179 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
3180 (synopsis "Support functions and data for \"Ecological Models and Data\"")
3181 (description
3182 "This package provides auxiliary functions and data sets for \"Ecological
3183 Models and Data\", a book presenting maximum likelihood estimation and related
3184 topics for ecologists (ISBN 978-0-691-12522-0).")
3185 ;; Any GPL version
3186 (license (list license:gpl2 license:gpl3))))
3187
3188 (define-public r-lpsolve
3189 (package
3190 (name "r-lpsolve")
3191 (version "5.6.15")
3192 (source
3193 (origin
3194 (method url-fetch)
3195 (uri (cran-uri "lpSolve" version))
3196 (sha256
3197 (base32
3198 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
3199 (properties `((upstream-name . "lpSolve")))
3200 (build-system r-build-system)
3201 (home-page "https://cran.r-project.org/web/packages/lpSolve")
3202 (synopsis "R interface to Lp_solve to solve linear/integer programs")
3203 (description
3204 "Lp_solve is software for solving linear, integer and mixed integer
3205 programs. This implementation supplies a \"wrapper\" function in C and some R
3206 functions that solve general linear/integer problems, assignment problems, and
3207 transportation problems.")
3208 (license license:lgpl2.0)))
3209
3210 (define-public r-limsolve
3211 (package
3212 (name "r-limsolve")
3213 (version "1.5.6")
3214 (source
3215 (origin
3216 (method url-fetch)
3217 (uri (cran-uri "limSolve" version))
3218 (sha256
3219 (base32
3220 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
3221 (properties `((upstream-name . "limSolve")))
3222 (build-system r-build-system)
3223 (propagated-inputs
3224 `(("r-lpsolve" ,r-lpsolve)
3225 ("r-mass" ,r-mass)
3226 ("r-quadprog" ,r-quadprog)))
3227 (native-inputs `(("gfortran" ,gfortran)))
3228 (home-page "https://cran.r-project.org/web/packages/limSolve")
3229 (synopsis "Solving linear inverse models")
3230 (description
3231 "This package provides functions that:
3232
3233 @enumerate
3234 @item find the minimum/maximum of a linear or quadratic function,
3235 @item sample an underdetermined or overdetermined system,
3236 @item solve a linear system Ax=B for the unknown x.
3237 @end enumerate
3238
3239 It includes banded and tridiagonal linear systems. The package calls Fortran
3240 functions from LINPACK.")
3241 ;; Any GPL version.
3242 (license (list license:gpl2+ license:gpl3+))))
3243
3244 (define-public r-fitdistrplus
3245 (package
3246 (name "r-fitdistrplus")
3247 (version "1.1-3")
3248 (source
3249 (origin
3250 (method url-fetch)
3251 (uri (cran-uri "fitdistrplus" version))
3252 (sha256
3253 (base32
3254 "1pjnqx0j26dai2fa4ip56wspmfsrcm9dpmxkg15y9623w5b58vbp"))))
3255 (build-system r-build-system)
3256 (propagated-inputs
3257 `(("r-mass" ,r-mass)
3258 ("r-survival" ,r-survival)))
3259 (native-inputs
3260 `(("r-knitr" ,r-knitr)))
3261 (home-page "http://riskassessment.r-forge.r-project.org")
3262 (synopsis "Fitting a parametric distribution from data")
3263 (description
3264 "This package extends the @code{fitdistr} function of the MASS package
3265 with several functions to help the fit of a parametric distribution to
3266 non-censored or censored data. Censored data may contain left-censored,
3267 right-censored and interval-censored values, with several lower and upper
3268 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
3269 provides moment matching (MME), quantile matching (QME) and maximum
3270 goodness-of-fit estimation (MGE) methods (available only for non-censored
3271 data). Weighted versions of MLE, MME and QME are available.")
3272 (license license:gpl2+)))
3273
3274 (define-public r-energy
3275 (package
3276 (name "r-energy")
3277 (version "1.7-7")
3278 (source
3279 (origin
3280 (method url-fetch)
3281 (uri (cran-uri "energy" version))
3282 (sha256
3283 (base32
3284 "13wnx5nwk7nsv7vf5sxhz4y0rxrnzm76ldgywk1bxrz67srqzf37"))))
3285 (build-system r-build-system)
3286 (propagated-inputs
3287 `(("r-boot" ,r-boot)
3288 ("r-rcpp" ,r-rcpp)))
3289 (home-page "https://cran.r-project.org/web/packages/energy")
3290 (synopsis "Multivariate inference via the energy of data")
3291 (description
3292 "This package provides e-statistics (energy) tests and statistics for
3293 multivariate and univariate inference, including distance correlation,
3294 one-sample, two-sample, and multi-sample tests for comparing multivariate
3295 distributions, are implemented. Measuring and testing multivariate
3296 independence based on distance correlation, partial distance correlation,
3297 multivariate goodness-of-fit tests, clustering based on energy distance,
3298 testing for multivariate normality, distance components (disco) for
3299 non-parametric analysis of structured data, and other energy
3300 statistics/methods are implemented.")
3301 (license license:gpl2+)))
3302
3303 (define-public r-suppdists
3304 (package
3305 (name "r-suppdists")
3306 (version "1.1-9.5")
3307 (source
3308 (origin
3309 (method url-fetch)
3310 (uri (cran-uri "SuppDists" version))
3311 (sha256
3312 (base32
3313 "01j6p94m1g363nph2158fq2rmd6z3h5dvcv6aidh2d6syw131xak"))))
3314 (properties `((upstream-name . "SuppDists")))
3315 (build-system r-build-system)
3316 (home-page "https://cran.r-project.org/web/packages/SuppDists")
3317 (synopsis "Supplementary distributions")
3318 (description
3319 "This package provides ten distributions supplementing those built into
3320 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
3321 Spearman's rho, maximum F ratio, the Pearson product moment correlation
3322 coefficient, Johnson distributions, normal scores and generalized
3323 hypergeometric distributions. In addition two random number generators of
3324 George Marsaglia are included.")
3325 (license license:gpl2+)))
3326
3327 (define-public r-ksamples
3328 (package
3329 (name "r-ksamples")
3330 (version "1.2-9")
3331 (source
3332 (origin
3333 (method url-fetch)
3334 (uri (cran-uri "kSamples" version))
3335 (sha256
3336 (base32
3337 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
3338 (properties `((upstream-name . "kSamples")))
3339 (build-system r-build-system)
3340 (propagated-inputs
3341 `(("r-suppdists" ,r-suppdists)))
3342 (home-page "https://cran.r-project.org/web/packages/kSamples")
3343 (synopsis "K-Sample rank tests and their combinations")
3344 (description
3345 "This package provides tools to compares k samples using the
3346 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
3347 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
3348 test. It computes asymptotic, simulated or (limited) exact P-values, all
3349 valid under randomization, with or without ties, or conditionally under random
3350 sampling from populations, given the observed tie pattern. Except for Steel's
3351 test and the JT test it also combines these tests across several blocks of
3352 samples.")
3353 (license license:gpl2+)))
3354
3355 (define-public r-cvst
3356 (package
3357 (name "r-cvst")
3358 (version "0.2-2")
3359 (source
3360 (origin
3361 (method url-fetch)
3362 (uri (cran-uri "CVST" version))
3363 (sha256
3364 (base32
3365 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
3366 (properties `((upstream-name . "CVST")))
3367 (build-system r-build-system)
3368 (propagated-inputs
3369 `(("r-kernlab" ,r-kernlab)
3370 ("r-matrix" ,r-matrix)))
3371 (home-page "https://cran.r-project.org/web/packages/CVST")
3372 (synopsis "Fast cross-validation via sequential testing")
3373 (description
3374 "This package implements the fast cross-validation via sequential
3375 testing (CVST) procedure. CVST is an improved cross-validation procedure
3376 which uses non-parametric testing coupled with sequential analysis to
3377 determine the best parameter set on linearly increasing subsets of the data.
3378 Additionally to the CVST the package contains an implementation of the
3379 ordinary k-fold cross-validation with a flexible and powerful set of helper
3380 objects and methods to handle the overall model selection process. The
3381 implementations of the Cochran's Q test with permutations and the sequential
3382 testing framework of Wald are generic and can therefore also be used in other
3383 contexts.")
3384 (license license:gpl2+)))
3385
3386 (define-public r-squarem
3387 (package
3388 (name "r-squarem")
3389 (version "2020.5")
3390 (source
3391 (origin
3392 (method url-fetch)
3393 (uri (cran-uri "SQUAREM" version))
3394 (sha256
3395 (base32
3396 "1f0j5pbsz2wi7dfl8h8gvdl991bjywiwkd2f6z0xgkh87kl5y0b4"))))
3397 (properties `((upstream-name . "SQUAREM")))
3398 (build-system r-build-system)
3399 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
3400 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
3401 (description
3402 "This package provides algorithms for accelerating the convergence of
3403 slow, monotone sequences from smooth, contraction mapping such as the EM
3404 algorithm. It can be used to accelerate any smooth, linearly convergent
3405 acceleration scheme. A tutorial style introduction to this package is
3406 available in a vignette.")
3407 (license license:gpl2+)))
3408
3409 (define-public r-lava
3410 (package
3411 (name "r-lava")
3412 (version "1.6.8.1")
3413 (source
3414 (origin
3415 (method url-fetch)
3416 (uri (cran-uri "lava" version))
3417 (sha256
3418 (base32
3419 "1yiz8y3jhxkszgz9m9fialp9r27hy97xh0imfvs8ziv7dk43y93d"))))
3420 (build-system r-build-system)
3421 (propagated-inputs
3422 `(("r-numderiv" ,r-numderiv)
3423 ("r-squarem" ,r-squarem)
3424 ("r-survival" ,r-survival)))
3425 (native-inputs
3426 `(("r-knitr" ,r-knitr)))
3427 (home-page "https://github.com/kkholst/lava")
3428 (synopsis "Latent variable models")
3429 (description
3430 "This package provides tools for the estimation and simulation of latent
3431 variable models.")
3432 (license license:gpl3)))
3433
3434 (define-public r-drr
3435 (package
3436 (name "r-drr")
3437 (version "0.0.4")
3438 (source
3439 (origin
3440 (method url-fetch)
3441 (uri (cran-uri "DRR" version))
3442 (sha256
3443 (base32
3444 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
3445 (properties `((upstream-name . "DRR")))
3446 (build-system r-build-system)
3447 (propagated-inputs
3448 `(("r-cvst" ,r-cvst)
3449 ("r-kernlab" ,r-kernlab)
3450 ("r-matrix" ,r-matrix)))
3451 (home-page "https://cran.r-project.org/web/packages/DRR")
3452 (synopsis "Dimensionality reduction via regression")
3453 (description
3454 "This package provides an implementation of dimensionality reduction via
3455 regression using Kernel Ridge Regression.")
3456 (license license:gpl3)))
3457
3458 (define-public r-prodlim
3459 (package
3460 (name "r-prodlim")
3461 (version "2019.11.13")
3462 (source
3463 (origin
3464 (method url-fetch)
3465 (uri (cran-uri "prodlim" version))
3466 (sha256
3467 (base32
3468 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
3469 (build-system r-build-system)
3470 (propagated-inputs
3471 `(("r-kernsmooth" ,r-kernsmooth)
3472 ("r-lava" ,r-lava)
3473 ("r-rcpp" ,r-rcpp)
3474 ("r-survival" ,r-survival)))
3475 (home-page "https://cran.r-project.org/web/packages/prodlim")
3476 (synopsis "Product-limit estimation for censored event history analysis")
3477 (description
3478 "This package provides a fast and user-friendly implementation of
3479 nonparametric estimators for censored event history (survival) analysis with
3480 the Kaplan-Meier and Aalen-Johansen methods.")
3481 (license license:gpl2+)))
3482
3483 (define-public r-dimred
3484 (package
3485 (name "r-dimred")
3486 (version "0.2.3")
3487 (source
3488 (origin
3489 (method url-fetch)
3490 (uri (cran-uri "dimRed" version))
3491 (sha256
3492 (base32
3493 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
3494 (properties `((upstream-name . "dimRed")))
3495 (build-system r-build-system)
3496 (propagated-inputs
3497 `(("r-drr" ,r-drr)
3498 ("r-magrittr" ,r-magrittr)))
3499 (home-page "https://github.com/gdkrmr/dimRed")
3500 (synopsis "Framework for dimensionality reduction")
3501 (description
3502 "This package provides a collection of dimensionality reduction
3503 techniques from R packages and provides a common interface for calling the
3504 methods.")
3505 (license license:gpl3)))
3506
3507 (define-public r-timedate
3508 (package
3509 (name "r-timedate")
3510 (version "3043.102")
3511 (source
3512 (origin
3513 (method url-fetch)
3514 (uri (cran-uri "timeDate" version))
3515 (sha256
3516 (base32
3517 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
3518 (properties `((upstream-name . "timeDate")))
3519 (build-system r-build-system)
3520 (home-page "https://www.rmetrics.org")
3521 (synopsis "Chronological and calendar objects")
3522 (description
3523 "This package provides an environment for teaching \"Financial
3524 Engineering and Computational Finance\" and for managing chronological and
3525 calendar objects.")
3526 (license license:gpl2+)))
3527
3528 (define-public r-magic
3529 (package
3530 (name "r-magic")
3531 (version "1.5-9")
3532 (source
3533 (origin
3534 (method url-fetch)
3535 (uri (cran-uri "magic" version))
3536 (sha256
3537 (base32
3538 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
3539 (build-system r-build-system)
3540 (propagated-inputs
3541 `(("r-abind" ,r-abind)))
3542 (home-page "https://github.com/RobinHankin/magic.git")
3543 (synopsis "Create and investigate magic squares")
3544 (description
3545 "This package provides a collection of efficient, vectorized algorithms
3546 for the creation and investigation of magic squares and hypercubes, including
3547 a variety of functions for the manipulation and analysis of arbitrarily
3548 dimensioned arrays.")
3549 (license license:gpl2)))
3550
3551 (define-public r-rmysql
3552 (package
3553 (name "r-rmysql")
3554 (version "0.10.20")
3555 (source
3556 (origin
3557 (method url-fetch)
3558 (uri (cran-uri "RMySQL" version))
3559 (sha256
3560 (base32
3561 "0lv9m6zpm8dgv7yixr6xhw379vbq45d7n7gkrmjrppdj8vcih77i"))))
3562 (properties `((upstream-name . "RMySQL")))
3563 (build-system r-build-system)
3564 (inputs
3565 `(("mariadb-dev" ,mariadb "dev")
3566 ("zlib" ,zlib)))
3567 (propagated-inputs
3568 `(("r-dbi" ,r-dbi)))
3569 (home-page "https://github.com/r-dbi/RMySQL")
3570 (synopsis "Database interface and MySQL driver for R")
3571 (description
3572 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
3573 package contains an old implementation based on legacy code from S-PLUS which
3574 is being phased out. A modern MySQL client based on Rcpp is available from
3575 the RMariaDB package.")
3576 (license license:gpl2)))
3577
3578 (define-public r-rpostgresql
3579 (package
3580 (name "r-rpostgresql")
3581 (version "0.6-2")
3582 (source
3583 (origin
3584 (method url-fetch)
3585 (uri (cran-uri "RPostgreSQL" version))
3586 (sha256
3587 (base32
3588 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
3589 (properties `((upstream-name . "RPostgreSQL")))
3590 (build-system r-build-system)
3591 (inputs
3592 `(("postgresql" ,postgresql)))
3593 (propagated-inputs
3594 `(("r-dbi" ,r-dbi)))
3595 (home-page "https://github.com/tomoakin/RPostgreSQL")
3596 (synopsis "R interface to the PostgreSQL database system")
3597 (description
3598 "This package provides a Database Interface (DBI) compliant driver for R
3599 to access PostgreSQL database systems.")
3600 ;; The whole package is released under GPL version 2. It includes code
3601 ;; under the PostgreSQL license.
3602 (license license:gpl2)))
3603
3604 (define-public r-linprog
3605 (package
3606 (name "r-linprog")
3607 (version "0.9-2")
3608 (source
3609 (origin
3610 (method url-fetch)
3611 (uri (cran-uri "linprog" version))
3612 (sha256
3613 (base32
3614 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
3615 (build-system r-build-system)
3616 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
3617 (home-page "http://linprog.r-forge.r-project.org/")
3618 (synopsis "Linear programming and optimization")
3619 (description
3620 "This package can be used to solve Linear Programming / Linear
3621 Optimization problems by using the simplex algorithm.")
3622 (license license:gpl2+)))
3623
3624 (define-public r-geometry
3625 (package
3626 (name "r-geometry")
3627 (version "0.4.5")
3628 (source
3629 (origin
3630 (method url-fetch)
3631 (uri (cran-uri "geometry" version))
3632 (sha256
3633 (base32
3634 "1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
3635 (build-system r-build-system)
3636 (propagated-inputs
3637 `(("r-magic" ,r-magic)
3638 ("r-linprog" ,r-linprog)
3639 ("r-lpsolve" ,r-lpsolve)
3640 ("r-rcpp" ,r-rcpp)
3641 ("r-rcppprogress" ,r-rcppprogress)))
3642 (home-page "http://geometry.r-forge.r-project.org/")
3643 (synopsis "Mesh generator and surface tessellator")
3644 (description
3645 "This package makes the qhull library available in R, in a similar manner
3646 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
3647 intersections about a point, Voronoi diagrams, furthest-site Delaunay
3648 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
3649 and higher dimensions. It implements the Quickhull algorithm for computing
3650 the convex hull. Qhull does not support constrained Delaunay triangulations,
3651 or mesh generation of non-convex objects, but the package does include some R
3652 functions that allow for this. Currently the package only gives access to
3653 Delaunay triangulation and convex hull computation.")
3654 ;; The Qhull sources are included and are distributed under a custom
3655 ;; non-copyleft license. The R sources are released under GPL version 2.
3656 (license (list license:gpl2
3657 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
3658
3659 (define-public r-ddalpha
3660 (package
3661 (name "r-ddalpha")
3662 (version "1.3.11")
3663 (source
3664 (origin
3665 (method url-fetch)
3666 (uri (cran-uri "ddalpha" version))
3667 (sha256
3668 (base32
3669 "1sdnb47r534nh138zk3a6b2mgi74nvshc7p5m304vjs9jlx4l2y3"))))
3670 (build-system r-build-system)
3671 (propagated-inputs
3672 `(("r-bh" ,r-bh)
3673 ("r-class" ,r-class)
3674 ("r-geometry" ,r-geometry)
3675 ("r-mass" ,r-mass)
3676 ("r-rcpp" ,r-rcpp)
3677 ("r-robustbase" ,r-robustbase)
3678 ("r-sfsmisc" ,r-sfsmisc)))
3679 (native-inputs
3680 `(("gfortran" ,gfortran)))
3681 (home-page "https://cran.r-project.org/web/packages/ddalpha")
3682 (synopsis "Depth-Based classification and calculation of data depth")
3683 (description
3684 "This package contains procedures for depth-based supervised learning,
3685 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
3686 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
3687 statistical depth function to a compact low-dimensional space, where the final
3688 classification is done. It also offers an extension to functional data and
3689 routines for calculating certain notions of statistical depth functions. 50
3690 multivariate and 5 functional classification problems are included.")
3691 (license license:gpl2)))
3692
3693 (define-public r-gower
3694 (package
3695 (name "r-gower")
3696 (version "0.2.2")
3697 (source
3698 (origin
3699 (method url-fetch)
3700 (uri (cran-uri "gower" version))
3701 (sha256
3702 (base32
3703 "0c9n921wn4hhlvjq96r4nkk96s5788376cbldr7y7bwz348200iz"))))
3704 (build-system r-build-system)
3705 (home-page "https://github.com/markvanderloo/gower")
3706 (synopsis "Gower's distance")
3707 (description
3708 "This package provides tools to compute Gower's distance (or similarity)
3709 coefficient between records, and to compute the top-n matches between records.
3710 Core algorithms are executed in parallel on systems supporting OpenMP.")
3711 (license license:gpl3)))
3712
3713 (define-public r-rcpproll
3714 (package
3715 (name "r-rcpproll")
3716 (version "0.3.0")
3717 (source
3718 (origin
3719 (method url-fetch)
3720 (uri (cran-uri "RcppRoll" version))
3721 (sha256
3722 (base32
3723 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
3724 (properties `((upstream-name . "RcppRoll")))
3725 (build-system r-build-system)
3726 (propagated-inputs
3727 `(("r-rcpp" ,r-rcpp)))
3728 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
3729 (synopsis "Efficient rolling and windowed operations")
3730 (description
3731 "This package provides fast and efficient routines for common rolling /
3732 windowed operations. Routines for the efficient computation of windowed mean,
3733 median, sum, product, minimum, maximum, standard deviation and variance are
3734 provided.")
3735 (license license:gpl2+)))
3736
3737 (define-public r-ipred
3738 (package
3739 (name "r-ipred")
3740 (version "0.9-9")
3741 (source
3742 (origin
3743 (method url-fetch)
3744 (uri (cran-uri "ipred" version))
3745 (sha256
3746 (base32
3747 "0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d"))))
3748 (build-system r-build-system)
3749 (propagated-inputs
3750 `(("r-class" ,r-class)
3751 ("r-mass" ,r-mass)
3752 ("r-nnet" ,r-nnet)
3753 ("r-prodlim" ,r-prodlim)
3754 ("r-rpart" ,r-rpart)
3755 ("r-survival" ,r-survival)))
3756 (home-page "https://cran.r-project.org/web/packages/ipred")
3757 (synopsis "Improved predictors")
3758 (description
3759 "This package provides improved predictive models by indirect
3760 classification and bagging for classification, regression and survival
3761 problems as well as resampling based estimators of prediction error.")
3762 (license license:gpl2+)))
3763
3764 (define-public r-psych
3765 (package
3766 (name "r-psych")
3767 (version "2.0.9")
3768 (source
3769 (origin
3770 (method url-fetch)
3771 (uri (cran-uri "psych" version))
3772 (sha256
3773 (base32
3774 "0wdh580a0psbdil28n0d85hnp42wmn11hcbnihjq8r7h54drgzpn"))))
3775 (build-system r-build-system)
3776 (propagated-inputs
3777 `(("r-lattice" ,r-lattice)
3778 ("r-mnormt" ,r-mnormt)
3779 ("r-nlme" ,r-nlme)))
3780 (home-page "https://cran.r-project.org/web/packages/psych/")
3781 (synopsis "Procedures for psychological, psychometric, and personality research")
3782 (description
3783 "This package provides a general purpose toolbox for personality,
3784 psychometric theory and experimental psychology. Functions are primarily for
3785 multivariate analysis and scale construction using factor analysis, principal
3786 component analysis, cluster analysis and reliability analysis, although others
3787 provide basic descriptive statistics. Item Response Theory is done using
3788 factor analysis of tetrachoric and polychoric correlations. Functions for
3789 analyzing data at multiple levels include within and between group statistics,
3790 including correlations and factor analysis. Functions for simulating and
3791 testing particular item and test structures are included. Several functions
3792 serve as a useful front end for structural equation modeling. Graphical
3793 displays of path diagrams, factor analysis and structural equation models are
3794 created using basic graphics.")
3795 (license license:gpl2+)))
3796
3797 (define-public r-generics
3798 (package
3799 (name "r-generics")
3800 (version "0.1.0")
3801 (source
3802 (origin
3803 (method url-fetch)
3804 (uri (cran-uri "generics" version))
3805 (sha256
3806 (base32
3807 "0qw7r0d2qvlj1pvrlpv30d6akml624ydxkk19hv85iv6pfyx2wdb"))))
3808 (build-system r-build-system)
3809 (home-page "https://github.com/r-lib/generics")
3810 (synopsis "Common S3 generics not provided by base R methods")
3811 (description
3812 "In order to reduce potential package dependencies and conflicts,
3813 generics provides a number of commonly used S3 generics that are not provided
3814 by base R methods related to model fitting.")
3815 (license license:gpl2)))
3816
3817 (define-public r-broom
3818 (package
3819 (name "r-broom")
3820 (version "0.7.2")
3821 (source
3822 (origin
3823 (method url-fetch)
3824 (uri (cran-uri "broom" version))
3825 (sha256
3826 (base32
3827 "18qkgw5f46cfr8sc7r9a261ivn3s4w88sdj653gaa20723179300"))))
3828 (build-system r-build-system)
3829 (propagated-inputs
3830 `(("r-backports" ,r-backports)
3831 ("r-dplyr" ,r-dplyr)
3832 ("r-ellipsis" ,r-ellipsis)
3833 ("r-generics" ,r-generics)
3834 ("r-glue" ,r-glue)
3835 ("r-purrr" ,r-purrr)
3836 ("r-rlang" ,r-rlang)
3837 ("r-stringr" ,r-stringr)
3838 ("r-tibble" ,r-tibble)
3839 ("r-tidyr" ,r-tidyr)))
3840 (native-inputs
3841 `(("r-knitr" ,r-knitr)))
3842 (home-page "https://github.com/tidyverse/broom")
3843 (synopsis "Convert statistical analysis objects into tidy data frames")
3844 (description
3845 "This package provides tools to convert statistical analysis objects from
3846 R into tidy data frames, so that they can more easily be combined, reshaped
3847 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
3848 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
3849 summarizes a model's statistical findings such as coefficients of a
3850 regression; @code{augment}, which adds columns to the original data such as
3851 predictions, residuals and cluster assignments; and @code{glance}, which
3852 provides a one-row summary of model-level statistics.")
3853 (license license:expat)))
3854
3855 (define-public r-recipes
3856 (package
3857 (name "r-recipes")
3858 (version "0.1.15")
3859 (source
3860 (origin
3861 (method url-fetch)
3862 (uri (cran-uri "recipes" version))
3863 (sha256
3864 (base32
3865 "0xif0ak3w90xmfzlxvb5pnzc3scpfl1pyhrjffi3mq4asvsd52l0"))))
3866 (build-system r-build-system)
3867 (propagated-inputs
3868 `(("r-dplyr" ,r-dplyr)
3869 ("r-generics" ,r-generics)
3870 ("r-glue" ,r-glue)
3871 ("r-gower" ,r-gower)
3872 ("r-ipred" ,r-ipred)
3873 ("r-lifecycle" ,r-lifecycle)
3874 ("r-lubridate" ,r-lubridate)
3875 ("r-magrittr" ,r-magrittr)
3876 ("r-matrix" ,r-matrix)
3877 ("r-purrr" ,r-purrr)
3878 ("r-rlang" ,r-rlang)
3879 ("r-tibble" ,r-tibble)
3880 ("r-tidyr" ,r-tidyr)
3881 ("r-tidyselect" ,r-tidyselect)
3882 ("r-timedate" ,r-timedate)
3883 ("r-withr" ,r-withr)))
3884 (native-inputs
3885 `(("r-knitr" ,r-knitr)))
3886 (home-page "https://github.com/topepo/recipes")
3887 (synopsis "Preprocessing tools to create design matrices")
3888 (description
3889 "Recipes is an extensible framework to create and preprocess design
3890 matrices. Recipes consist of one or more data manipulation and analysis
3891 \"steps\". Statistical parameters for the steps can be estimated from an
3892 initial data set and then applied to other data sets. The resulting design
3893 matrices can then be used as inputs into statistical or machine learning
3894 models.")
3895 (license license:gpl2)))
3896
3897 (define-public r-pdist
3898 (package
3899 (name "r-pdist")
3900 (version "1.2")
3901 (source
3902 (origin
3903 (method url-fetch)
3904 (uri (cran-uri "pdist" version))
3905 (sha256
3906 (base32
3907 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
3908 (build-system r-build-system)
3909 (home-page "https://github.com/jeffwong/pdist")
3910 (synopsis "Partitioned distance function")
3911 (description
3912 "Pdist computes the euclidean distance between rows of a matrix X and
3913 rows of another matrix Y. Previously, this could be done by binding the two
3914 matrices together and calling @code{dist}, but this creates unnecessary
3915 computation by computing the distances between a row of X and another row of
3916 X, and likewise for Y. Pdist strictly computes distances across the two
3917 matrices, not within the same matrix, making computations significantly faster
3918 for certain use cases.")
3919 (license license:gpl3+)))
3920
3921 (define-public r-ggrepel
3922 (package
3923 (name "r-ggrepel")
3924 (version "0.8.2")
3925 (source
3926 (origin
3927 (method url-fetch)
3928 (uri (cran-uri "ggrepel" version))
3929 (sha256
3930 (base32
3931 "1qaifn3dazdqbqlii210xhw7yf142iw7g9p2axmmxbz90p0by08d"))))
3932 (build-system r-build-system)
3933 (propagated-inputs
3934 `(("r-ggplot2" ,r-ggplot2)
3935 ("r-rcpp" ,r-rcpp)
3936 ("r-scales" ,r-scales)))
3937 (native-inputs
3938 `(("r-knitr" ,r-knitr))) ; for vignettes
3939 (home-page "https://github.com/slowkow/ggrepel")
3940 (synopsis "Repulsive text and label geometries for ggplot2")
3941 (description
3942 "This package provides text and label geometries for ggplot2 that help to
3943 avoid overlapping text labels. Labels repel away from each other and away
3944 from the data points.")
3945 (license license:gpl3)))
3946
3947 (define-public r-corrplot
3948 (package
3949 (name "r-corrplot")
3950 (version "0.84")
3951 (source
3952 (origin
3953 (method url-fetch)
3954 (uri (cran-uri "corrplot" version))
3955 (sha256
3956 (base32
3957 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
3958 (build-system r-build-system)
3959 (home-page "https://github.com/taiyun/corrplot")
3960 (synopsis "Visualization of a correlation matrix")
3961 (description
3962 "This package provides a graphical display of a correlation matrix or
3963 general matrix. It also contains some algorithms to do matrix reordering. In
3964 addition, corrplot is good at details, including choosing color, text labels,
3965 color labels, layout, etc.")
3966 ;; Any version of the GPL
3967 (license license:gpl2+)))
3968
3969 (define-public r-stringdist
3970 (package
3971 (name "r-stringdist")
3972 (version "0.9.6.3")
3973 (source
3974 (origin
3975 (method url-fetch)
3976 (uri (cran-uri "stringdist" version))
3977 (sha256
3978 (base32 "06rzbgw43vzg496xca82pydf3g2rz6iw6h50ai0prbp9hbwrhvfd"))))
3979 (build-system r-build-system)
3980 (home-page "https://github.com/markvanderloo/stringdist")
3981 (synopsis "Approximate string matching and string distance functions")
3982 (description
3983 "This package implements an approximate string matching version of R's
3984 native @code{match} function. It can calculate various string distances based
3985 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal string alignment),
3986 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
3987 Jaro-Winkler). An implementation of soundex is provided as well. Distances
3988 can be computed between character vectors while taking proper care of encoding
3989 or between integer vectors representing generic sequences.")
3990 (license license:gpl3+)))
3991
3992 (define-public r-ucminf
3993 (package
3994 (name "r-ucminf")
3995 (version "1.1-4")
3996 (source
3997 (origin
3998 (method url-fetch)
3999 (uri (cran-uri "ucminf" version))
4000 (sha256
4001 (base32
4002 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
4003 (build-system r-build-system)
4004 (native-inputs `(("gfortran" ,gfortran)))
4005 (home-page "https://cran.r-project.org/web/packages/ucminf/")
4006 (synopsis "General-purpose unconstrained non-linear optimization")
4007 (description
4008 "This package provides an implementation of an algorithm for
4009 general-purpose unconstrained non-linear optimization. The algorithm is of
4010 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
4011 search with a trust region type monitoring of the input to the line search
4012 algorithm. The interface of @code{ucminf} is designed for easy interchange
4013 with the package @code{optim}.")
4014 (license license:gpl2+)))
4015
4016 (define-public r-useful
4017 (package
4018 (name "r-useful")
4019 (version "1.2.6")
4020 (source (origin
4021 (method url-fetch)
4022 (uri (cran-uri "useful" version))
4023 (sha256
4024 (base32
4025 "0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v1"))))
4026 (properties `((upstream-name . "useful")))
4027 (build-system r-build-system)
4028 (propagated-inputs
4029 `(("r-assertthat" ,r-assertthat)
4030 ("r-dplyr" ,r-dplyr)
4031 ("r-ggplot2" ,r-ggplot2)
4032 ("r-magrittr" ,r-magrittr)
4033 ("r-matrix" ,r-matrix)
4034 ("r-plyr" ,r-plyr)
4035 ("r-purrr" ,r-purrr)
4036 ("r-scales" ,r-scales)))
4037 (home-page "https://github.com/jaredlander/useful")
4038 (synopsis "Collection of handy, useful functions")
4039 (description "This package provides a set of little functions that have been
4040 found useful to do little odds and ends such as plotting the results of K-means
4041 clustering, substituting special text characters, viewing parts of a
4042 @code{data.frame}, constructing formulas from text and building design and
4043 response matrices.")
4044 (license license:bsd-3)))
4045
4046 (define-public r-ordinal
4047 (package
4048 (name "r-ordinal")
4049 (version "2019.12-10")
4050 (source
4051 (origin
4052 (method url-fetch)
4053 (uri (cran-uri "ordinal" version))
4054 (sha256
4055 (base32
4056 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
4057 (build-system r-build-system)
4058 (propagated-inputs
4059 `(("r-mass" ,r-mass)
4060 ("r-matrix" ,r-matrix)
4061 ("r-numderiv" ,r-numderiv)
4062 ("r-ucminf" ,r-ucminf)))
4063 (home-page "https://github.com/runehaubo/ordinal")
4064 (synopsis "Regression models for ordinal data")
4065 (description
4066 "This package provides an implementation of cumulative link (mixed)
4067 models also known as ordered regression models, proportional odds models,
4068 proportional hazards models for grouped survival times and ordered models.
4069 Estimation is via maximum likelihood and mixed models are fitted with the
4070 Laplace approximation and adaptive Gauss-Hermite quadrature.")
4071 (license license:gpl2+)))
4072
4073 (define-public r-jomo
4074 (package
4075 (name "r-jomo")
4076 (version "2.7-2")
4077 (source
4078 (origin
4079 (method url-fetch)
4080 (uri (cran-uri "jomo" version))
4081 (sha256
4082 (base32
4083 "1sbcpacxnxbzwa8rr9x2bq7hh0s3sw6yznr90dkp43n6xk5xaqir"))))
4084 (build-system r-build-system)
4085 (propagated-inputs
4086 `(("r-lme4" ,r-lme4)
4087 ("r-mass" ,r-mass)
4088 ("r-ordinal" ,r-ordinal)
4089 ("r-survival" ,r-survival)))
4090 (home-page "https://cran.r-project.org/web/packages/jomo/")
4091 (synopsis "Multilevel Joint Modelling Multiple Imputation")
4092 (description
4093 "Similarly to Schafer's package pan, jomo is a package for multilevel
4094 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
4095 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
4096 possibility of handling binary and categorical data through latent normal
4097 variables, the option to use cluster-specific covariance matrices and to
4098 impute compatibly with the substantive model.")
4099 (license license:gpl2)))
4100
4101 (define-public r-pan
4102 (package
4103 (name "r-pan")
4104 (version "1.6")
4105 (source
4106 (origin
4107 (method url-fetch)
4108 (uri (cran-uri "pan" version))
4109 (sha256
4110 (base32
4111 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
4112 (build-system r-build-system)
4113 (native-inputs `(("gfortran" ,gfortran)))
4114 (home-page "https://cran.r-project.org/web/packages/pan/")
4115 (synopsis "Multiple imputation for multivariate panel or clustered data")
4116 (description
4117 "This package implements multiple imputation for multivariate panel or
4118 clustered data.")
4119 (license license:gpl3)))
4120
4121 (define-public r-mitml
4122 (package
4123 (name "r-mitml")
4124 (version "0.3-7")
4125 (source
4126 (origin
4127 (method url-fetch)
4128 (uri (cran-uri "mitml" version))
4129 (sha256
4130 (base32
4131 "0yqyxkyi1kmv5k63wxj5kkg5g8igk1axk2csb4xhj6wz0p89dxy6"))))
4132 (build-system r-build-system)
4133 (propagated-inputs
4134 `(("r-haven" ,r-haven)
4135 ("r-jomo" ,r-jomo)
4136 ("r-pan" ,r-pan)))
4137 (home-page "https://cran.r-project.org/web/packages/mitml/")
4138 (synopsis "Tools for multiple imputation in multilevel modeling")
4139 (description
4140 "This package provides tools for multiple imputation of missing data in
4141 multilevel modeling. It includes a user-friendly interface to the packages
4142 pan and jomo, and several functions for visualization, data management and the
4143 analysis of multiply imputed data sets.")
4144 (license license:gpl2+)))
4145
4146 (define-public r-mice
4147 (package
4148 (name "r-mice")
4149 (version "3.12.0")
4150 (source
4151 (origin
4152 (method url-fetch)
4153 (uri (cran-uri "mice" version))
4154 (sha256
4155 (base32
4156 "0i7i9r0ipn7fypzp5xv1dnr54l30b7kg38mmq1kcvj2z1mjrwpap"))))
4157 (build-system r-build-system)
4158 (propagated-inputs
4159 `(("r-broom" ,r-broom)
4160 ("r-cpp11" ,r-cpp11)
4161 ("r-dplyr" ,r-dplyr)
4162 ("r-generics" ,r-generics)
4163 ("r-lattice" ,r-lattice)
4164 ("r-rcpp" ,r-rcpp)
4165 ("r-rlang" ,r-rlang)
4166 ("r-tidyr" ,r-tidyr)))
4167 (home-page "https://cran.r-project.org/web/packages/mice/")
4168 (synopsis "Multivariate imputation by chained equations")
4169 (description
4170 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
4171 implemented by the MICE algorithm as described in @url{Van Buuren and
4172 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
4173 variable has its own imputation model. Built-in imputation models are
4174 provided for continuous data (predictive mean matching, normal), binary
4175 data (logistic regression), unordered categorical data (polytomous logistic
4176 regression) and ordered categorical data (proportional odds). MICE can also
4177 impute continuous two-level data (normal model, pan, second-level variables).
4178 Passive imputation can be used to maintain consistency between variables.
4179 Various diagnostic plots are available to inspect the quality of the
4180 imputations.")
4181 ;; Any of these two versions.
4182 (license (list license:gpl2 license:gpl3))))
4183
4184 (define-public r-truncnorm
4185 (package
4186 (name "r-truncnorm")
4187 (version "1.0-8")
4188 (source
4189 (origin
4190 (method url-fetch)
4191 (uri (cran-uri "truncnorm" version))
4192 (sha256
4193 (base32
4194 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
4195 (build-system r-build-system)
4196 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
4197 (synopsis "Truncated normal distribution")
4198 (description "This package provides functions for the truncated normal
4199 distribution with mean equal to @code{mean} and standard deviation equal to
4200 @code{sd}. It includes density, distribution, quantile, and expected value
4201 functions, as well as a random generation function.")
4202 (license license:gpl2)))
4203
4204 (define-public r-rsolnp
4205 (package
4206 (name "r-rsolnp")
4207 (version "1.16")
4208 (source
4209 (origin
4210 (method url-fetch)
4211 (uri (cran-uri "Rsolnp" version))
4212 (sha256
4213 (base32
4214 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
4215 (properties `((upstream-name . "Rsolnp")))
4216 (build-system r-build-system)
4217 (propagated-inputs
4218 `(("r-truncnorm" ,r-truncnorm)))
4219 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
4220 (synopsis "General non-linear optimization")
4221 (description "The Rsolnp package implements a general non-linear augmented
4222 Lagrange multiplier method solver, a @dfn{sequential quadratic
4223 programming} (SQP) based solver).")
4224 ;; Any version of the GPL.
4225 (license license:gpl2+)))
4226
4227 (define-public r-hardyweinberg
4228 (package
4229 (name "r-hardyweinberg")
4230 (version "1.6.9")
4231 (source
4232 (origin
4233 (method url-fetch)
4234 (uri (cran-uri "HardyWeinberg" version))
4235 (sha256
4236 (base32
4237 "0l93r1hkr483hp4yd7rm7mdkgl5lp0nkvv0inahj3r1cplgfxpvs"))))
4238 (properties `((upstream-name . "HardyWeinberg")))
4239 (build-system r-build-system)
4240 (propagated-inputs
4241 `(("r-mice" ,r-mice)
4242 ("r-rcpp" ,r-rcpp)
4243 ("r-rsolnp" ,r-rsolnp)))
4244 (home-page "https://cran.r-project.org/package=HardyWeinberg")
4245 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
4246 (description
4247 "This package contains tools for exploring Hardy-Weinberg equilibrium for
4248 diallelic genetic marker data. All classical tests (chi-square, exact,
4249 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
4250 included in the package, as well as functions for power computation and for
4251 the simulation of marker data under equilibrium and disequilibrium. Routines
4252 for dealing with markers on the X-chromosome are included. Functions for
4253 testing equilibrium in the presence of missing data by using multiple
4254 imputation are also provided. Implements several graphics for exploring the
4255 equilibrium status of a large set of diallelic markers: ternary plots with
4256 acceptance regions, log-ratio plots and Q-Q plots.")
4257 (license license:gpl2+)))
4258
4259 (define-public r-sm
4260 (package
4261 (name "r-sm")
4262 (version "2.2-5.6")
4263 (source
4264 (origin
4265 (method url-fetch)
4266 (uri (cran-uri "sm" version))
4267 (sha256
4268 (base32
4269 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
4270 (build-system r-build-system)
4271 (native-inputs `(("gfortran" ,gfortran)))
4272 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
4273 (synopsis "Smoothing methods for nonparametric regression and density estimation")
4274 (description
4275 "This is software accompanying the book 'Applied Smoothing Techniques for
4276 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
4277 University Press. It provides smoothing methods for nonparametric regression
4278 and density estimation")
4279 (license license:gpl2+)))
4280
4281 (define-public r-venndiagram
4282 (package
4283 (name "r-venndiagram")
4284 (version "1.6.20")
4285 (source (origin
4286 (method url-fetch)
4287 (uri (cran-uri "VennDiagram" version))
4288 (sha256
4289 (base32
4290 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
4291 (properties `((upstream-name . "VennDiagram")))
4292 (build-system r-build-system)
4293 (propagated-inputs
4294 `(("r-futile-logger" ,r-futile-logger)))
4295 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
4296 (synopsis "Generate High-Resolution Venn and Euler Plots")
4297 (description
4298 "This package provides a set of functions to generate high-resolution
4299 Venn and Euler plots. It includes handling for several special cases,
4300 including two-case scaling, and extensive customization of plot shape and
4301 structure.")
4302 (license license:gpl2+)))
4303
4304 (define-public r-vioplot
4305 (package
4306 (name "r-vioplot")
4307 (version "0.3.5")
4308 (source
4309 (origin
4310 (method url-fetch)
4311 (uri (cran-uri "vioplot" version))
4312 (sha256
4313 (base32
4314 "0aiy615kn9lpr2cs757g3pklg81n01yhqh0wrwv111fn3cy86r0v"))))
4315 (build-system r-build-system)
4316 (propagated-inputs
4317 `(("r-sm" ,r-sm)
4318 ("r-zoo" ,r-zoo)))
4319 (native-inputs
4320 `(("r-knitr" ,r-knitr)))
4321 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
4322 (synopsis "Violin plot")
4323 (description
4324 "This package provides a violin plot, which is a combination of a box
4325 plot and a kernel density plot.")
4326 (license license:bsd-3)))
4327
4328 (define-public r-rsofia
4329 (package
4330 (name "r-rsofia")
4331 (version "1.1")
4332 (source (origin
4333 (method url-fetch)
4334 ;; This package has been removed from CRAN, so we can
4335 ;; only fetch it from the archives.
4336 (uri (string-append "https://cran.r-project.org/src/"
4337 "contrib/Archive/RSofia/RSofia_"
4338 version ".tar.gz"))
4339 (sha256
4340 (base32
4341 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
4342 (properties `((upstream-name . "RSofia")))
4343 (build-system r-build-system)
4344 (propagated-inputs
4345 `(("r-rcpp" ,r-rcpp)))
4346 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
4347 (synopsis "Port of sofia-ml to R")
4348 (description "This package is a port of sofia-ml to R. Sofia-ml is a
4349 suite of fast incremental algorithms for machine learning that can be used for
4350 training models for classification or ranking.")
4351 (license license:asl2.0)))
4352
4353 (define-public r-xts
4354 (package
4355 (name "r-xts")
4356 (version "0.12.1")
4357 (source
4358 (origin
4359 (method url-fetch)
4360 (uri (cran-uri "xts" version))
4361 (sha256
4362 (base32
4363 "0b6a7mpyk9aw6axas7nz01gadczprwwfhii01fz31z26z555i06n"))))
4364 (build-system r-build-system)
4365 (propagated-inputs `(("r-zoo" ,r-zoo)))
4366 (home-page "https://github.com/joshuaulrich/xts")
4367 (synopsis "Extensible time series")
4368 (description
4369 "This package provides for uniform handling of R's different time-based
4370 data classes by extending @code{zoo}, maximizing native format information
4371 preservation and allowing for user-level customization and extension, while
4372 simplifying cross-class interoperability.")
4373 (license license:gpl2+)))
4374
4375 (define-public r-performanceanalytics
4376 (package
4377 (name "r-performanceanalytics")
4378 (version "2.0.4")
4379 (source
4380 (origin
4381 (method url-fetch)
4382 (uri (cran-uri "PerformanceAnalytics" version))
4383 (sha256
4384 (base32
4385 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
4386 (properties
4387 `((upstream-name . "PerformanceAnalytics")))
4388 (build-system r-build-system)
4389 (propagated-inputs
4390 `(("r-quadprog" ,r-quadprog)
4391 ("r-xts" ,r-xts)
4392 ("r-zoo" ,r-zoo)))
4393 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
4394 (synopsis "Econometric tools for performance and risk analysis")
4395 (description "This is a collection of econometric functions for
4396 performance and risk analysis. This package aims to aid practitioners and
4397 researchers in utilizing the latest research in analysis of non-normal return
4398 streams. In general, it is most tested on return (rather than price) data on
4399 a regular scale, but most functions will work with irregular return data as
4400 well, and increasing numbers of functions will work with P&L or price data
4401 where possible.")
4402 ;; Either version may be picked.
4403 (license (list license:gpl2 license:gpl3))))
4404
4405 (define-public r-laeken
4406 (package
4407 (name "r-laeken")
4408 (version "0.5.1")
4409 (source
4410 (origin
4411 (method url-fetch)
4412 (uri (cran-uri "laeken" version))
4413 (sha256
4414 (base32
4415 "199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
4416 (build-system r-build-system)
4417 (propagated-inputs
4418 `(("r-boot" ,r-boot)
4419 ("r-mass" ,r-mass)))
4420 (home-page "https://cran.r-project.org/web/packages/laeken/")
4421 (synopsis "Estimation of indicators on social exclusion and poverty")
4422 (description "This package provides tools for the estimation of indicators
4423 on social exclusion and poverty, as well as an implementation of Pareto tail
4424 modeling for empirical income distributions.")
4425 (license license:gpl2+)))
4426
4427 (define-public r-vcd
4428 (package
4429 (name "r-vcd")
4430 (version "1.4-8")
4431 (source
4432 (origin
4433 (method url-fetch)
4434 (uri (cran-uri "vcd" version))
4435 (sha256
4436 (base32
4437 "030yyhpzsj4ivwrla7p9kgvmyjh6b8fr7czf678ykxjj64ccnvr3"))))
4438 (build-system r-build-system)
4439 (propagated-inputs
4440 `(("r-colorspace" ,r-colorspace)
4441 ("r-lmtest" ,r-lmtest)
4442 ("r-mass" ,r-mass)))
4443 (home-page "https://cran.r-project.org/web/packages/vcd/")
4444 (synopsis "Visualizing categorical data")
4445 (description "This package provides visualization techniques, data sets,
4446 summary and inference procedures aimed particularly at categorical data.
4447 Special emphasis is given to highly extensible grid graphics. The package was
4448 originally inspired by the book \"Visualizing Categorical Data\" by Michael
4449 Friendly and is now the main support package for a new book, \"Discrete Data
4450 Analysis with R\" by Michael Friendly and David Meyer (2015).")
4451 (license license:gpl2)))
4452
4453 (define-public r-ica
4454 (package
4455 (name "r-ica")
4456 (version "1.0-2")
4457 (source
4458 (origin
4459 (method url-fetch)
4460 (uri (cran-uri "ica" version))
4461 (sha256
4462 (base32
4463 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
4464 (build-system r-build-system)
4465 (home-page "https://cran.r-project.org/web/packages/ica/")
4466 (synopsis "Independent component analysis")
4467 (description "This package provides tools for @dfn{Independent Component
4468 Analysis} (ICA) using various algorithms: FastICA,
4469 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
4470 of Eigenmatrices} (JADE).")
4471 (license license:gpl2+)))
4472
4473 (define-public r-dtw
4474 (package
4475 (name "r-dtw")
4476 (version "1.22-3")
4477 (source
4478 (origin
4479 (method url-fetch)
4480 (uri (cran-uri "dtw" version))
4481 (sha256
4482 (base32
4483 "004gm4mzgdzdj807j3bwqsv5lizmnmz5jq514bdjshhkysnzjz6z"))))
4484 (build-system r-build-system)
4485 (propagated-inputs `(("r-proxy" ,r-proxy)))
4486 (home-page "http://dtw.r-forge.r-project.org/")
4487 (synopsis "Dynamic Time Warping Algorithms")
4488 (description "This package provides a comprehensive implementation of
4489 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
4490 optimal (least cumulative distance) alignment between points of two time
4491 series. Common DTW variants covered include local (slope) and global (window)
4492 constraints, subsequence matches, arbitrary distance definitions,
4493 normalizations, minimum variance matching, and so on.")
4494 (license license:gpl2+)))
4495
4496 (define-public r-sdmtools
4497 (package
4498 (name "r-sdmtools")
4499 (version "1.1-221.2")
4500 (source
4501 (origin
4502 (method url-fetch)
4503 (uri (cran-uri "SDMTools" version))
4504 (sha256
4505 (base32
4506 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
4507 (properties `((upstream-name . "SDMTools")))
4508 (build-system r-build-system)
4509 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
4510 (home-page "https://www.rforge.net/SDMTools/")
4511 (synopsis "Species distribution modelling tools")
4512 (description "This package provides a set of tools for post processing
4513 the outcomes of species distribution modeling exercises. It includes novel
4514 methods for comparing models and tracking changes in distributions through
4515 time. It further includes methods for visualizing outcomes, selecting
4516 thresholds, calculating measures of accuracy and landscape fragmentation
4517 statistics, etc.")
4518 (license license:gpl3+)))
4519
4520 (define-public r-scatterplot3d
4521 (package
4522 (name "r-scatterplot3d")
4523 (version "0.3-41")
4524 (source
4525 (origin
4526 (method url-fetch)
4527 (uri (cran-uri "scatterplot3d" version))
4528 (sha256
4529 (base32
4530 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
4531 (build-system r-build-system)
4532 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
4533 (synopsis "3D scatter plot")
4534 (description "This package provides an implementation of scatter plots for
4535 plotting. a three dimensional point cloud.")
4536 (license license:gpl2)))
4537
4538 (define-public r-ggridges
4539 (package
4540 (name "r-ggridges")
4541 (version "0.5.2")
4542 (source
4543 (origin
4544 (method url-fetch)
4545 (uri (cran-uri "ggridges" version))
4546 (sha256
4547 (base32
4548 "03pz257aw0mkh5k75rby9givkc1ky3n5scvhjhjiz9vry9fpffmh"))))
4549 (build-system r-build-system)
4550 (propagated-inputs
4551 `(("r-ggplot2" ,r-ggplot2)
4552 ("r-plyr" ,r-plyr)
4553 ("r-scales" ,r-scales)
4554 ("r-withr" ,r-withr)))
4555 (home-page "https://github.com/clauswilke/ggridges")
4556 (synopsis "Ridgeline plots in ggplot2")
4557 (description
4558 "Ridgeline plots provide a convenient way of visualizing changes in
4559 distributions over time or space. This package enables the creation of such
4560 plots in @code{ggplot2}.")
4561 (license license:gpl2)))
4562
4563 (define-public r-ggjoy
4564 (package
4565 (name "r-ggjoy")
4566 (version "0.4.1")
4567 (source
4568 (origin
4569 (method url-fetch)
4570 (uri (cran-uri "ggjoy" version))
4571 (sha256
4572 (base32
4573 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
4574 (build-system r-build-system)
4575 (propagated-inputs
4576 `(("r-ggplot2" ,r-ggplot2)
4577 ("r-ggridges" ,r-ggridges)))
4578 (home-page "https://github.com/clauswilke/ggjoy")
4579 (synopsis "Joyplots in ggplot2")
4580 (description "Joyplots provide a convenient way of visualizing changes in
4581 distributions over time or space. This package enables the creation of such
4582 plots in @code{ggplot2}.")
4583 (license license:gpl2)))
4584
4585 (define-public r-cli
4586 (package
4587 (name "r-cli")
4588 (version "2.2.0")
4589 (source
4590 (origin
4591 (method url-fetch)
4592 (uri (cran-uri "cli" version))
4593 (sha256
4594 (base32
4595 "1f20mk9pb9kqn0ni2z0sqsx8qj1apcbiw08pa4gwry142zv7m9rr"))))
4596 (build-system r-build-system)
4597 (propagated-inputs
4598 `(("r-assertthat" ,r-assertthat)
4599 ("r-crayon" ,r-crayon)
4600 ("r-fansi" ,r-fansi)
4601 ("r-glue" ,r-glue)))
4602 (home-page "https://github.com/r-lib/cli#readme")
4603 (synopsis "Helpers for developing command line interfaces")
4604 (description "This package provides a suite of tools designed to build
4605 attractive command line interfaces (CLIs). It includes tools for drawing
4606 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
4607 (license license:expat)))
4608
4609 (define-public r-argparser
4610 (package
4611 (name "r-argparser")
4612 (version "0.6")
4613 (source
4614 (origin
4615 (method url-fetch)
4616 (uri (cran-uri "argparser" version))
4617 (sha256
4618 (base32
4619 "1pxiz9jlhlnpzqn1lz349r07i7glw708w202x6dlnxp112fg7k4x"))))
4620 (build-system r-build-system)
4621 (home-page "https://bitbucket.org/djhshih/argparser")
4622 (synopsis "Command-line argument parser")
4623 (description
4624 "This package provides a cross-platform command-line argument parser
4625 written purely in R with no external dependencies. It is useful with the
4626 Rscript front-end and facilitates turning an R script into an executable
4627 script.")
4628 (license license:gpl3+)))
4629
4630 (define-public r-debugme
4631 (package
4632 (name "r-debugme")
4633 (version "1.1.0")
4634 (source
4635 (origin
4636 (method url-fetch)
4637 (uri (cran-uri "debugme" version))
4638 (sha256
4639 (base32
4640 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
4641 (build-system r-build-system)
4642 (propagated-inputs `(("r-crayon" ,r-crayon)))
4643 (home-page "https://github.com/r-lib/debugme#readme")
4644 (synopsis "Debug R packages")
4645 (description
4646 "This package allows the user to specify debug messages as special string
4647 constants, and control debugging of packages via environment variables.")
4648 (license license:expat)))
4649
4650 (define-public r-processx
4651 (package
4652 (name "r-processx")
4653 (version "3.4.5")
4654 (source
4655 (origin
4656 (method url-fetch)
4657 (uri (cran-uri "processx" version))
4658 (sha256
4659 (base32 "055v2gdrgqsfy8s672wsq79bqr44b4jjmcbqivx4p2d6lqx10s73"))))
4660 (build-system r-build-system)
4661 (propagated-inputs
4662 `(("r-ps" ,r-ps)
4663 ("r-r6" ,r-r6)))
4664 (home-page "https://github.com/r-lib/processx3")
4665 (synopsis "Execute and control system processes")
4666 (description
4667 "This package provides portable tools to run system processes in the
4668 background. It can check if a background process is running; wait on a
4669 background process to finish; get the exit status of finished processes; kill
4670 background processes and their children; restart processes. It can read the
4671 standard output and error of the processes, using non-blocking connections.
4672 @code{processx} can poll a process for standard output or error, with a
4673 timeout. It can also poll several processes at once.")
4674 (license license:expat)))
4675
4676 (define-public r-tsp
4677 (package
4678 (name "r-tsp")
4679 (version "1.1-10")
4680 (source
4681 (origin
4682 (method url-fetch)
4683 (uri (cran-uri "TSP" version))
4684 (sha256
4685 (base32
4686 "0z1v6m0vqjzxc4az3zyjaayygx0jr3mdmc56jjd421iqh0b9z5s4"))))
4687 (properties `((upstream-name . "TSP")))
4688 (build-system r-build-system)
4689 (propagated-inputs `(("r-foreach" ,r-foreach)))
4690 (home-page "https://cran.r-project.org/web/packages/TSP/")
4691 (synopsis "Traveling salesperson problem (TSP)")
4692 (description "This package provides basic infrastructure and some
4693 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
4694 traveling salesman problem).")
4695 (license license:gpl3)))
4696
4697 (define-public r-qap
4698 (package
4699 (name "r-qap")
4700 (version "0.1-1")
4701 (source
4702 (origin
4703 (method url-fetch)
4704 (uri (cran-uri "qap" version))
4705 (sha256
4706 (base32
4707 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
4708 (build-system r-build-system)
4709 (native-inputs `(("gfortran" ,gfortran)))
4710 (home-page "https://cran.r-project.org/web/packages/qap/")
4711 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
4712 (description "This package implements heuristics for the @dfn{quadratic
4713 assignment problem} (QAP). Currently only a simulated annealing heuristic is
4714 available.")
4715 (license license:gpl3)))
4716
4717 (define-public r-gclus
4718 (package
4719 (name "r-gclus")
4720 (version "1.3.2")
4721 (source
4722 (origin
4723 (method url-fetch)
4724 (uri (cran-uri "gclus" version))
4725 (sha256
4726 (base32
4727 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
4728 (build-system r-build-system)
4729 (propagated-inputs `(("r-cluster" ,r-cluster)))
4730 (home-page "https://cran.r-project.org/web/packages/gclus/")
4731 (synopsis "Clustering graphics")
4732 (description "This package orders panels in scatterplot matrices and
4733 parallel coordinate displays by some merit index. It contains various indices
4734 of merit, ordering functions, and enhanced versions of @code{pairs} and
4735 @code{parcoord} which color panels according to their merit level.")
4736 (license license:gpl2+)))
4737
4738 (define-public r-webshot
4739 (package
4740 (name "r-webshot")
4741 (version "0.5.2")
4742 (source
4743 (origin
4744 (method url-fetch)
4745 (uri (cran-uri "webshot" version))
4746 (sha256
4747 (base32
4748 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
4749 (build-system r-build-system)
4750 (propagated-inputs
4751 `(("r-callr" ,r-callr)
4752 ("r-jsonlite" ,r-jsonlite)
4753 ("r-magrittr" ,r-magrittr)))
4754 (home-page "https://github.com/wch/webshot/")
4755 (synopsis "Take screenshots of web pages")
4756 (description
4757 "Webshot makes it easy to take screenshots of web pages from within R.
4758 It can also run Shiny applications locally and take screenshots of the
4759 application; and it can render and screenshot static as well as interactive R
4760 Markdown documents.")
4761 (license license:gpl2)))
4762
4763 (define-public r-seriation
4764 (package
4765 (name "r-seriation")
4766 (version "1.2-9")
4767 (source
4768 (origin
4769 (method url-fetch)
4770 (uri (cran-uri "seriation" version))
4771 (sha256
4772 (base32
4773 "1glxn098ar1v96xlwp85kjxzfd1nyfzp2f82x5z3fm87yv57k4lb"))))
4774 (build-system r-build-system)
4775 (propagated-inputs
4776 `(("r-cluster" ,r-cluster)
4777 ("r-colorspace" ,r-colorspace)
4778 ("r-dendextend" ,r-dendextend)
4779 ("r-gclus" ,r-gclus)
4780 ("r-gplots" ,r-gplots)
4781 ("r-mass" ,r-mass)
4782 ("r-qap" ,r-qap)
4783 ("r-registry" ,r-registry)
4784 ("r-tsp" ,r-tsp)))
4785 (native-inputs `(("gfortran" ,gfortran)))
4786 (home-page "https://s2.smu.edu/IDA/seriation/")
4787 (synopsis "Infrastructure for ordering objects using seriation")
4788 (description
4789 "This package provides infrastructure for seriation with an
4790 implementation of several seriation/sequencing techniques to reorder matrices,
4791 dissimilarity matrices, and dendrograms. It also provides (optimally)
4792 reordered heatmaps, color images and clustering visualizations like
4793 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
4794 iVAT).")
4795 (license license:gpl3)))
4796
4797 (define-public r-xfun
4798 (package
4799 (name "r-xfun")
4800 (version "0.19")
4801 (source
4802 (origin
4803 (method url-fetch)
4804 (uri (cran-uri "xfun" version))
4805 (sha256
4806 (base32 "15yyigkl1g9w9d7097hrm94dxn1af333ywr5xdw78qqrw6npn0iv"))))
4807 (build-system r-build-system)
4808 ;; knitr itself depends on xfun
4809 #;
4810 (native-inputs
4811 `(("r-knitr" ,r-knitr)))
4812 (home-page "https://github.com/yihui/xfun")
4813 (synopsis "Miscellaneous functions")
4814 (description
4815 "This package provides miscellaneous functions commonly used in other
4816 packages maintained by Yihui Xie.")
4817 (license license:expat)))
4818
4819 (define-public r-utf8
4820 (package
4821 (name "r-utf8")
4822 (version "1.1.4")
4823 (source
4824 (origin
4825 (method url-fetch)
4826 (uri (cran-uri "utf8" version))
4827 (sha256
4828 (base32
4829 "0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
4830 (build-system r-build-system)
4831 (home-page "https://github.com/patperry/r-utf8")
4832 (synopsis "Unicode text processing")
4833 (description
4834 "This package provides tools to process and print UTF-8 encoded
4835 international text (Unicode). Input, validate, normalize, encode, format, and
4836 display.")
4837 (license license:asl2.0)))
4838
4839 (define-public r-zeallot
4840 (package
4841 (name "r-zeallot")
4842 (version "0.1.0")
4843 (source
4844 (origin
4845 (method url-fetch)
4846 (uri (cran-uri "zeallot" version))
4847 (sha256
4848 (base32
4849 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
4850 (build-system r-build-system)
4851 (home-page "https://github.com/nteetor/zeallot")
4852 (synopsis "Multiple, unpacking, and destructuring assignment")
4853 (description
4854 "This package provides a @code{%<-%} operator to perform multiple,
4855 unpacking, and destructuring assignment in R. The operator unpacks the
4856 right-hand side of an assignment into multiple values and assigns these values
4857 to variables on the left-hand side of the assignment.")
4858 (license license:expat)))
4859
4860 (define-public r-vctrs
4861 (package
4862 (name "r-vctrs")
4863 (version "0.3.5")
4864 (source
4865 (origin
4866 (method url-fetch)
4867 (uri (cran-uri "vctrs" version))
4868 (sha256
4869 (base32
4870 "1k1mcq7jkpc55dsm0wb4k8asc1irvmi5884v3ap4sabf22c5sq0i"))))
4871 (build-system r-build-system)
4872 (propagated-inputs
4873 `(("r-digest" ,r-digest)
4874 ("r-ellipsis" ,r-ellipsis)
4875 ("r-glue" ,r-glue)
4876 ("r-rlang" ,r-rlang)))
4877 (native-inputs
4878 `(("r-knitr" ,r-knitr)))
4879 (home-page "https://github.com/r-lib/vctrs")
4880 (synopsis "Vector helpers")
4881 (description
4882 "There are three main goals to the @code{vctrs} package:
4883
4884 @enumerate
4885 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
4886 @code{length()} and @code{class()}. These definitions are paired with a
4887 framework for type-coercion and size-recycling.
4888 @item To define type- and size-stability as desirable function properties, use
4889 them to analyse existing base function, and to propose better alternatives.
4890 This work has been particularly motivated by thinking about the ideal
4891 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
4892 @item To provide a new @code{vctr} base class that makes it easy to create new
4893 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
4894 a few new @code{vctrs} generics, making implementation considerably simpler
4895 and more robust.
4896 @end enumerate\n")
4897 (license license:gpl3)))
4898
4899 (define-public r-pillar
4900 (package
4901 (name "r-pillar")
4902 (version "1.4.7")
4903 (source
4904 (origin
4905 (method url-fetch)
4906 (uri (cran-uri "pillar" version))
4907 (sha256
4908 (base32
4909 "167ji21fx04s2niw5pjq9vzxgagxzsg3gimh8dzr2kl5ljrb5vfd"))))
4910 (build-system r-build-system)
4911 (propagated-inputs
4912 `(("r-cli" ,r-cli)
4913 ("r-crayon" ,r-crayon)
4914 ("r-ellipsis" ,r-ellipsis)
4915 ("r-fansi" ,r-fansi)
4916 ("r-lifecycle" ,r-lifecycle)
4917 ("r-rlang" ,r-rlang)
4918 ("r-utf8" ,r-utf8)
4919 ("r-vctrs" ,r-vctrs)))
4920 (home-page "https://github.com/r-lib/pillar")
4921 (synopsis "Coloured formatting for columns")
4922 (description
4923 "This package provides a @code{pillar} generic designed for formatting
4924 columns of data using the full range of colours provided by modern
4925 terminals.")
4926 (license license:gpl3)))
4927
4928 (define-public r-uuid
4929 (package
4930 (name "r-uuid")
4931 (version "0.1-4")
4932 (source
4933 (origin
4934 (method url-fetch)
4935 (uri (cran-uri "uuid" version))
4936 (sha256
4937 (base32
4938 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
4939 (build-system r-build-system)
4940 (home-page "https://www.rforge.net/uuid")
4941 (synopsis "Tools for generating and handling of UUIDs")
4942 (description
4943 "This package provides tools for generating and handling of
4944 @dfn{Universally Unique Identifiers} (UUIDs).")
4945 (license license:expat)))
4946
4947 (define-public r-tinytex
4948 (package
4949 (name "r-tinytex")
4950 (version "0.27")
4951 (source
4952 (origin
4953 (method url-fetch)
4954 (uri (cran-uri "tinytex" version))
4955 (sha256
4956 (base32
4957 "10hbc9h1fsw91w5f4fjcaqy68b3n1wr6pml01fnkf3pdjiri5sj0"))))
4958 (build-system r-build-system)
4959 (propagated-inputs
4960 `(("r-xfun" ,r-xfun)))
4961 (home-page "https://github.com/yihui/tinytex")
4962 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
4963 (description
4964 "This package provides helper functions to install and maintain the LaTeX
4965 distribution named TinyTeX, a lightweight, cross-platform, portable, and
4966 easy-to-maintain version of TeX Live. This package also contains helper
4967 functions to compile LaTeX documents, and install missing LaTeX packages
4968 automatically.")
4969 (license license:expat)))
4970
4971 (define-public r-network
4972 (package
4973 (name "r-network")
4974 (version "1.16.1")
4975 (source
4976 (origin
4977 (method url-fetch)
4978 (uri (cran-uri "network" version))
4979 (sha256
4980 (base32
4981 "1cgy7vlbinyndl0zkzvnpcmi240wry6iwfb42sz1mj5c9iwkar7b"))))
4982 (build-system r-build-system)
4983 (propagated-inputs
4984 `(("r-magrittr" ,r-magrittr)
4985 ("r-tibble" ,r-tibble)))
4986 (home-page "https://statnet.org/")
4987 (synopsis "Classes for relational data")
4988 (description
4989 "This package provides tools to create and modify network objects. The
4990 @code{network} class can represent a range of relational data types, and
4991 supports arbitrary vertex/edge/graph attributes.")
4992 (license license:gpl2+)))
4993
4994 (define-public r-stabs
4995 (package
4996 (name "r-stabs")
4997 (version "0.6-3")
4998 (source
4999 (origin
5000 (method url-fetch)
5001 (uri (cran-uri "stabs" version))
5002 (sha256
5003 (base32
5004 "17sa0sjxf6h7gx1ga1pxhv17yrz3qisaivbf5cbc3asvshhswqg9"))))
5005 (build-system r-build-system)
5006 (home-page "https://github.com/hofnerb/stabs")
5007 (synopsis "Stability selection with error control")
5008 (description
5009 "This package provides resampling procedures to assess the stability of
5010 selected variables with additional finite sample error control for
5011 high-dimensional variable selection procedures such as Lasso or boosting.
5012 Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
5013 complementary pairs stability selection with improved error bounds
5014 (Shah & Samworth, 2013) are implemented. The package can be combined with
5015 arbitrary user specified variable selection approaches.")
5016 (license license:gpl2)))
5017
5018 (define-public r-rle
5019 (package
5020 (name "r-rle")
5021 (version "0.9.2")
5022 (source
5023 (origin
5024 (method url-fetch)
5025 (uri (cran-uri "rle" version))
5026 (sha256
5027 (base32
5028 "0sagl0jggg40lihzy7pfq4593rfvc3b3f7g6ggi85s7n18qvwg40"))))
5029 (properties `((upstream-name . "rle")))
5030 (build-system r-build-system)
5031 (home-page "https://cran.r-project.org/web/packages/rle/")
5032 (synopsis "Common functions for run-length encoded vectors")
5033 (description
5034 "This package provides common @code{base} and @code{stats} methods for
5035 @code{rle} objects, aiming to make it possible to treat them transparently as
5036 vectors.")
5037 (license license:gpl3)))
5038
5039 (define-public r-statnet-common
5040 (package
5041 (name "r-statnet-common")
5042 (version "4.4.1")
5043 (source
5044 (origin
5045 (method url-fetch)
5046 (uri (cran-uri "statnet.common" version))
5047 (sha256
5048 (base32
5049 "1z89an46xcl1d7dacj4irhk6pkajdz7v85b2347vczwdf622pksf"))))
5050 (properties
5051 `((upstream-name . "statnet.common")))
5052 (build-system r-build-system)
5053 (propagated-inputs
5054 `(("r-coda" ,r-coda)
5055 ("r-rle" ,r-rle)))
5056 (home-page "https://statnet.org")
5057 (synopsis "R scripts and utilities used by the Statnet software")
5058 (description "This package provides non-statistical utilities used by the
5059 software developed by the Statnet Project.")
5060 (license license:gpl3)))
5061
5062 (define-public r-statcheck
5063 (package
5064 (name "r-statcheck")
5065 (version "1.3.0")
5066 (source
5067 (origin
5068 (method url-fetch)
5069 (uri (cran-uri "statcheck" version))
5070 (sha256
5071 (base32
5072 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
5073 (build-system r-build-system)
5074 (propagated-inputs
5075 `(("r-ggplot2" ,r-ggplot2)
5076 ("r-plyr" ,r-plyr)
5077 ("r-rmarkdown" ,r-rmarkdown)))
5078 (home-page "https://cran.r-project.org/web/packages/statcheck/")
5079 (synopsis "Extract statistics from articles and recompute p-values")
5080 (description "This package can automatically extract statistical
5081 null-hypothesis significant testing (NHST) results from articles and recompute
5082 the p-values based on the reported test statistic and degrees of freedom to
5083 detect possible inconsistencies.")
5084 (license license:gpl2)))
5085
5086 (define-public r-sna
5087 (package
5088 (name "r-sna")
5089 (version "2.6")
5090 (source
5091 (origin
5092 (method url-fetch)
5093 (uri (cran-uri "sna" version))
5094 (sha256
5095 (base32
5096 "0ai0v4538d30m4wks5s3lch1yfmx1ml0nnrz7ihs097lv586a09s"))))
5097 (build-system r-build-system)
5098 (propagated-inputs
5099 `(("r-network" ,r-network)
5100 ("r-statnet-common" ,r-statnet-common)))
5101 (home-page "https://statnet.org")
5102 (synopsis "Tools for social network analysis")
5103 (description
5104 "This package provides a range of tools for social network analysis,
5105 including node and graph-level indices, structural distance and covariance
5106 methods, structural equivalence detection, network regression, random graph
5107 generation, and 2D/3D network visualization.")
5108 (license license:gpl2+)))
5109
5110 (define-public r-tfisher
5111 (package
5112 (name "r-tfisher")
5113 (version "0.2.0")
5114 (source
5115 (origin
5116 (method url-fetch)
5117 (uri (cran-uri "TFisher" version))
5118 (sha256
5119 (base32
5120 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
5121 (properties `((upstream-name . "TFisher")))
5122 (build-system r-build-system)
5123 (propagated-inputs
5124 `(("r-matrix" ,r-matrix)
5125 ("r-mvtnorm" ,r-mvtnorm)
5126 ("r-sn" ,r-sn)))
5127 (home-page "https://cran.r-project.org/web/packages/TFisher/")
5128 (synopsis "Optimal thresholding Fisher's p-value combination method")
5129 (description
5130 "This package provides the @dfn{cumulative distribution function} (CDF),
5131 quantile, and statistical power calculator for a collection of thresholding
5132 Fisher's p-value combination methods, including Fisher's p-value combination
5133 method, truncated product method and, in particular, soft-thresholding
5134 Fisher's p-value combination method which is proven to be optimal in some
5135 context of signal detection. The p-value calculator for the omnibus version
5136 of these tests are also included.")
5137 (license license:gpl2)))
5138
5139 (define-public r-ttr
5140 (package
5141 (name "r-ttr")
5142 (version "0.24.2")
5143 (source
5144 (origin
5145 (method url-fetch)
5146 (uri (cran-uri "TTR" version))
5147 (sha256
5148 (base32
5149 "06vicgbhwpsww09hhha5mbcd0cwip6cvkfbhjjhp950rv64bk1r5"))))
5150 (properties `((upstream-name . "TTR")))
5151 (build-system r-build-system)
5152 (propagated-inputs
5153 `(("r-curl" ,r-curl)
5154 ("r-xts" ,r-xts)
5155 ("r-zoo" ,r-zoo)))
5156 (home-page "https://github.com/joshuaulrich/TTR")
5157 (synopsis "Technical trading rules")
5158 (description
5159 "This package provides functions and data to construct technical trading
5160 rules with R.")
5161 (license license:gpl2)))
5162
5163 (define-public r-leaps
5164 (package
5165 (name "r-leaps")
5166 (version "3.1")
5167 (source
5168 (origin
5169 (method url-fetch)
5170 (uri (cran-uri "leaps" version))
5171 (sha256
5172 (base32
5173 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
5174 (build-system r-build-system)
5175 (native-inputs `(("gfortran" ,gfortran)))
5176 (home-page "https://cran.r-project.org/web/packages/leaps/")
5177 (synopsis "Regression subset selection")
5178 (description
5179 "This package provides tools for regression subset selection, including
5180 exhaustive search.")
5181 (license license:gpl2+)))
5182
5183 (define-public r-splus2r
5184 (package
5185 (name "r-splus2r")
5186 (version "1.2-2")
5187 (source
5188 (origin
5189 (method url-fetch)
5190 (uri (cran-uri "splus2R" version))
5191 (sha256
5192 (base32
5193 "0xrbj8vxy0pc6hl7m8abv71d3hjw47cl51s7j7priadyqczkq6sz"))))
5194 (properties `((upstream-name . "splus2R")))
5195 (build-system r-build-system)
5196 (native-inputs `(("gfortran" ,gfortran)))
5197 (home-page "https://cran.r-project.org/web/packages/splus2R/")
5198 (synopsis "Supplemental S-PLUS functionality in R")
5199 (description
5200 "Currently there are many functions in S-PLUS that are missing in R. To
5201 facilitate the conversion of S-PLUS packages to R packages, this package
5202 provides some missing S-PLUS functionality in R.")
5203 (license license:gpl2)))
5204
5205 (define-public r-ifultools
5206 (package
5207 (name "r-ifultools")
5208 (version "2.0-22")
5209 (source
5210 (origin
5211 (method url-fetch)
5212 (uri (cran-uri "ifultools" version))
5213 (sha256
5214 (base32
5215 "0f95vqc47dgssqngznk0rclr72ndbyxc7gdq2cmbksvq7qpn3gg1"))))
5216 (build-system r-build-system)
5217 (propagated-inputs
5218 `(("r-mass" ,r-mass)
5219 ("r-splus2r" ,r-splus2r)))
5220 (home-page "https://cran.r-project.org/web/packages/ifultools/")
5221 (synopsis "Insightful research tools")
5222 (description "This package provides C code used by the wmtsa, fractal, and
5223 sapa R packages.")
5224 (license license:gpl2)))
5225
5226 (define-public r-sapa
5227 (package
5228 (name "r-sapa")
5229 (version "2.0-2")
5230 (source
5231 (origin
5232 (method url-fetch)
5233 (uri (cran-uri "sapa" version))
5234 (sha256
5235 (base32
5236 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
5237 (build-system r-build-system)
5238 (propagated-inputs
5239 `(("r-ifultools" ,r-ifultools)
5240 ("r-splus2r" ,r-splus2r)))
5241 (home-page "https://cran.r-project.org/web/packages/sapa/")
5242 (synopsis "Spectral analysis for physical applications")
5243 (description "This package provides software for the book Spectral
5244 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
5245 Cambridge University Press, 1993.")
5246 (license license:gpl2)))
5247
5248 (define-public r-aggregation
5249 (package
5250 (name "r-aggregation")
5251 (version "1.0.1")
5252 (source
5253 (origin
5254 (method url-fetch)
5255 (uri (cran-uri "aggregation" version))
5256 (sha256
5257 (base32
5258 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
5259 (build-system r-build-system)
5260 (home-page "https://cran.r-project.org/web/packages/aggregation/")
5261 (synopsis "Methods for p-value aggregation")
5262 (description
5263 "This package contains functionality for performing the following methods
5264 of p-value aggregation: Fisher's method, the Lancaster method (weighted
5265 Fisher's method), and Sidak correction.")
5266 (license license:gpl3)))
5267
5268 (define-public r-quantmod
5269 (package
5270 (name "r-quantmod")
5271 (version "0.4.18")
5272 (source
5273 (origin
5274 (method url-fetch)
5275 (uri (cran-uri "quantmod" version))
5276 (sha256
5277 (base32
5278 "0dbcrncv06iqcbkky95dd7l32xq0hhbnkb0kj8wwzym1jf748h5a"))))
5279 (build-system r-build-system)
5280 (propagated-inputs
5281 `(("r-curl" ,r-curl)
5282 ("r-ttr" ,r-ttr)
5283 ("r-xts" ,r-xts)
5284 ("r-zoo" ,r-zoo)))
5285 (home-page "https://cran.r-project.org/web/packages/quantmod/")
5286 (synopsis "Quantitative financial modelling framework")
5287 (description "This package provides a quantitative financial modelling
5288 framework to allow users to specify, build, trade, and analyse quantitative
5289 financial trading strategies.")
5290 (license license:gpl3)))
5291
5292 (define-public r-tseries
5293 (package
5294 (name "r-tseries")
5295 (version "0.10-48")
5296 (source
5297 (origin
5298 (method url-fetch)
5299 (uri (cran-uri "tseries" version))
5300 (sha256
5301 (base32
5302 "0wa4rcf0igayi1yrwc6wak6d491560p0z89rz32haqlkiiq25gak"))))
5303 (build-system r-build-system)
5304 (propagated-inputs
5305 `(("r-quadprog" ,r-quadprog)
5306 ("r-quantmod" ,r-quantmod)
5307 ("r-zoo" ,r-zoo)))
5308 (native-inputs
5309 `(("gfortran" ,gfortran)))
5310 (home-page "https://cran.r-project.org/web/packages/tseries/")
5311 (synopsis "Time series analysis and computational finance")
5312 (description
5313 "This package provides functions relating to time series analysis and
5314 computational finance.")
5315 (license license:gpl2)))
5316
5317 (define-public r-wmtsa
5318 (package
5319 (name "r-wmtsa")
5320 (version "2.0-3")
5321 (source
5322 (origin
5323 (method url-fetch)
5324 (uri (cran-uri "wmtsa" version))
5325 (sha256
5326 (base32
5327 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
5328 (build-system r-build-system)
5329 (propagated-inputs
5330 `(("r-ifultools" ,r-ifultools)
5331 ("r-mass" ,r-mass)
5332 ("r-splus2r" ,r-splus2r)))
5333 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
5334 (synopsis "Wavelet methods for time series analysis")
5335 (description
5336 "This package provides software to accompany the book \"Wavelet Methods
5337 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
5338 University Press, 2000.")
5339 (license license:gpl2)))
5340
5341 (define-public r-tsa
5342 (package
5343 (name "r-tsa")
5344 (version "1.3")
5345 (source
5346 (origin
5347 (method url-fetch)
5348 (uri (cran-uri "TSA" version))
5349 (sha256
5350 (base32
5351 "1bv5q609lhmrcxnjnvcj497fbjlv89zwa8q918hw4iki5nkvwwdb"))))
5352 (properties `((upstream-name . "TSA")))
5353 (build-system r-build-system)
5354 (propagated-inputs
5355 `(("r-leaps" ,r-leaps)
5356 ("r-locfit" ,r-locfit)
5357 ("r-mgcv" ,r-mgcv)
5358 ("r-tseries" ,r-tseries)))
5359 (home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
5360 (synopsis "Time series analysis")
5361 (description
5362 "This package contains R functions and datasets detailed in the book
5363 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
5364 Cryer and Kung-Sik Chan.")
5365 (license license:gpl2+)))
5366
5367 (define-public r-extradistr
5368 (package
5369 (name "r-extradistr")
5370 (version "1.9.1")
5371 (source
5372 (origin
5373 (method url-fetch)
5374 (uri (cran-uri "extraDistr" version))
5375 (sha256
5376 (base32
5377 "1gypnbvdzczl0mvznvy8r7hzsvc5gvdvi2mmzj21cqdw9n63944r"))))
5378 (properties `((upstream-name . "extraDistr")))
5379 (build-system r-build-system)
5380 (propagated-inputs
5381 `(("r-rcpp" ,r-rcpp)))
5382 (home-page "https://github.com/twolodzko/extraDistr")
5383 (synopsis "Additional univariate and multivariate distributions")
5384 (description
5385 "This package implements density, distribution functions, quantile
5386 functions and random generation functions for a large number of univariate and
5387 multivariate distributions.")
5388 (license license:gpl2)))
5389
5390 (define-public r-fractal
5391 (package
5392 (name "r-fractal")
5393 (version "2.0-4")
5394 (source
5395 (origin
5396 (method url-fetch)
5397 (uri (cran-uri "fractal" version))
5398 (sha256
5399 (base32
5400 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
5401 (build-system r-build-system)
5402 (propagated-inputs
5403 `(("r-ifultools" ,r-ifultools)
5404 ("r-mass" ,r-mass)
5405 ("r-sapa" ,r-sapa)
5406 ("r-scatterplot3d" ,r-scatterplot3d)
5407 ("r-splus2r" ,r-splus2r)
5408 ("r-wmtsa" ,r-wmtsa)))
5409 (home-page "https://cran.r-project.org/web/packages/fractal/")
5410 (synopsis "Fractal time series modeling and analysis")
5411 (description
5412 "This package provides tools for stochastic fractal and deterministic
5413 chaotic time series analysis.")
5414 (license license:gpl2)))
5415
5416 (define-public r-urca
5417 (package
5418 (name "r-urca")
5419 (version "1.3-0")
5420 (source
5421 (origin
5422 (method url-fetch)
5423 (uri (cran-uri "urca" version))
5424 (sha256
5425 (base32
5426 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
5427 (build-system r-build-system)
5428 (propagated-inputs `(("r-nlme" ,r-nlme)))
5429 (native-inputs `(("gfortran" ,gfortran)))
5430 (home-page "https://cran.r-project.org/web/packages/urca/")
5431 (synopsis "Unit root and cointegration tests for time series data")
5432 (description
5433 "This package provides unit root and cointegration tests encountered in
5434 applied econometric analysis.")
5435 (license license:gpl2+)))
5436
5437 (define-public r-cubature
5438 (package
5439 (name "r-cubature")
5440 (version "2.0.4.1")
5441 (source
5442 (origin
5443 (method url-fetch)
5444 (uri (cran-uri "cubature" version))
5445 (sha256
5446 (base32
5447 "006la36gxdikvmdnq4ny7ik7r30id4z3b3fqsl57dpqwkpsbsgrq"))))
5448 (build-system r-build-system)
5449 (propagated-inputs
5450 `(("r-rcpp" ,r-rcpp)))
5451 (native-inputs
5452 `(("r-knitr" ,r-knitr)))
5453 (home-page "https://github.com/bnaras/cubature")
5454 (synopsis "Adaptive multivariate integration over hypercubes")
5455 (description
5456 "This package is an R wrapper around the cubature C library for adaptive
5457 multivariate integration over hypercubes. This version provides both
5458 @code{hcubature} and @code{pcubature} routines in addition to a vector
5459 interface.")
5460 ;; The included cubature C library is released under GPLv2+, but the
5461 ;; wrapper declares the license to be GPLv3+.
5462 (license (list license:gpl2+ license:gpl3+))))
5463
5464 (define-public r-trend
5465 (package
5466 (name "r-trend")
5467 (version "1.1.4")
5468 (source
5469 (origin
5470 (method url-fetch)
5471 (uri (cran-uri "trend" version))
5472 (sha256
5473 (base32
5474 "1mr5g5gaxiqj6x83ngcbwwh57vhrhcz0x9dh0rmvs9y2ivk29ccs"))))
5475 (build-system r-build-system)
5476 (propagated-inputs
5477 `(("r-extradistr" ,r-extradistr)))
5478 (native-inputs
5479 `(("gfortran" ,gfortran)))
5480 (home-page "https://cran.r-project.org/web/packages/trend/")
5481 (synopsis "Non-parametric trend tests and change-point detection")
5482 (description
5483 "The analysis of environmental data often requires the detection of
5484 trends and change-points. This package includes tests for trend
5485 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
5486 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
5487 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
5488 correlation trend test), change-point detection (Lanzante's test procedures,
5489 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
5490 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
5491 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
5492 sample Robust Rank-Order Distributional Test.")
5493 (license license:gpl3)))
5494
5495 (define-public r-expm
5496 (package
5497 (name "r-expm")
5498 (version "0.999-5")
5499 (source
5500 (origin
5501 (method url-fetch)
5502 (uri (cran-uri "expm" version))
5503 (sha256
5504 (base32
5505 "0y98ya8rhy891nysjlzzy7kcm13dsz8gvxwzvbkmcp1xx0vicxc7"))))
5506 (build-system r-build-system)
5507 (propagated-inputs `(("r-matrix" ,r-matrix)))
5508 (native-inputs `(("gfortran" ,gfortran)))
5509 (home-page "https://r-forge.r-project.org/projects/expm/")
5510 (synopsis "Tools for matrix exponentials and related quantities")
5511 (description
5512 "This package provides tools for the computation of the matrix
5513 exponential, logarithm, square root, and related quantities.")
5514 (license license:gpl2+)))
5515
5516 (define-public r-complexplus
5517 (package
5518 (name "r-complexplus")
5519 (version "2.1")
5520 (source
5521 (origin
5522 (method url-fetch)
5523 (uri (cran-uri "complexplus" version))
5524 (sha256
5525 (base32
5526 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
5527 (build-system r-build-system)
5528 (propagated-inputs
5529 `(("r-expm" ,r-expm)
5530 ("r-matrix" ,r-matrix)))
5531 (home-page "https://cran.r-project.org/web/packages/complexplus/")
5532 (synopsis "Functions of complex or real variables")
5533 (description
5534 "This package extends several functions to the complex domain, including
5535 the matrix exponential and logarithm, and the determinant.")
5536 (license license:gpl2)))
5537
5538 (define-public r-phontools
5539 (package
5540 (name "r-phontools")
5541 (version "0.2-2.1")
5542 (source
5543 (origin
5544 (method url-fetch)
5545 (uri (cran-uri "phonTools" version))
5546 (sha256
5547 (base32
5548 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
5549 (properties `((upstream-name . "phonTools")))
5550 (build-system r-build-system)
5551 (home-page "http://www.santiagobarreda.com/rscripts.html")
5552 (synopsis "Tools for phonetic and acoustic analyses")
5553 (description
5554 "This package contains tools for the organization, display, and analysis
5555 of the sorts of data frequently encountered in phonetics research and
5556 experimentation, including the easy creation of IPA vowel plots, and the
5557 creation and manipulation of WAVE audio files.")
5558 (license license:bsd-2)))
5559
5560 (define-public r-np
5561 (package
5562 (name "r-np")
5563 (version "0.60-10")
5564 (source
5565 (origin
5566 (method url-fetch)
5567 (uri (cran-uri "np" version))
5568 (sha256
5569 (base32
5570 "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
5571 (build-system r-build-system)
5572 (propagated-inputs
5573 `(("r-boot" ,r-boot)
5574 ("r-cubature" ,r-cubature)
5575 ("r-quadprog" ,r-quadprog)
5576 ("r-quantreg" ,r-quantreg)))
5577 (home-page "https://github.com/JeffreyRacine/R-Package-np")
5578 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
5579 (description "This package provides non-parametric (and semi-parametric)
5580 kernel methods that seamlessly handle a mix of continuous, unordered, and
5581 ordered factor data types.")
5582 ;; Any version of the GPL.
5583 (license license:gpl3+)))
5584
5585 (define-public r-powerplus
5586 (package
5587 (name "r-powerplus")
5588 (version "3.1")
5589 (source
5590 (origin
5591 (method url-fetch)
5592 (uri (cran-uri "powerplus" version))
5593 (sha256
5594 (base32
5595 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
5596 (build-system r-build-system)
5597 (propagated-inputs
5598 `(("r-complexplus" ,r-complexplus)
5599 ("r-expm" ,r-expm)
5600 ("r-mass" ,r-mass)
5601 ("r-matrix" ,r-matrix)
5602 ("r-phontools" ,r-phontools)))
5603 (home-page "https://cran.r-project.org/web/packages/powerplus/")
5604 (synopsis "Exponentiation operations")
5605 (description
5606 "This package provides tools for the computation of matrix and scalar
5607 exponentiation.")
5608 (license license:gpl2)))
5609
5610 (define-public r-egg
5611 (package
5612 (name "r-egg")
5613 (version "0.4.5")
5614 (source
5615 (origin
5616 (method url-fetch)
5617 (uri (cran-uri "egg" version))
5618 (sha256
5619 (base32
5620 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
5621 (properties `((upstream-name . "egg")))
5622 (build-system r-build-system)
5623 (propagated-inputs
5624 `(("r-ggplot2" ,r-ggplot2)
5625 ("r-gridextra" ,r-gridextra)
5626 ("r-gtable" ,r-gtable)))
5627 (home-page "https://cran.r-project.org/web/packages/egg")
5628 (synopsis "Extensions for ggplot2")
5629 (description
5630 "This package provides miscellaneous functions to help customize ggplot2
5631 objects. High-level functions are provided to post-process ggplot2 layouts
5632 and allow alignment between plot panels, as well as setting panel sizes to
5633 fixed values. Other functions include a custom @code{geom}, and helper
5634 functions to enforce symmetric scales or add tags to facetted plots.")
5635 (license license:gpl3)))
5636
5637 (define-public r-heatmaply
5638 (package
5639 (name "r-heatmaply")
5640 (version "1.1.1")
5641 (source
5642 (origin
5643 (method url-fetch)
5644 (uri (cran-uri "heatmaply" version))
5645 (sha256
5646 (base32
5647 "02fv66h61y55bn5wrnlvhj7v6xwqs3pddyp3jgk554s1zv4qs2fr"))))
5648 (build-system r-build-system)
5649 (propagated-inputs
5650 `(("r-assertthat" ,r-assertthat)
5651 ("r-colorspace" ,r-colorspace)
5652 ("r-dendextend" ,r-dendextend)
5653 ("r-egg" ,r-egg)
5654 ("r-ggplot2" ,r-ggplot2)
5655 ("r-htmlwidgets" ,r-htmlwidgets)
5656 ("r-magrittr" ,r-magrittr)
5657 ("r-plotly" ,r-plotly)
5658 ("r-rcolorbrewer" ,r-rcolorbrewer)
5659 ("r-reshape2" ,r-reshape2)
5660 ("r-scales" ,r-scales)
5661 ("r-seriation" ,r-seriation)
5662 ("r-viridis" ,r-viridis)
5663 ("r-webshot" ,r-webshot)))
5664 (native-inputs
5665 `(("r-knitr" ,r-knitr)))
5666 (home-page "https://cran.r-project.org/package=heatmaply")
5667 (synopsis "Interactive cluster heat maps using plotly")
5668 (description
5669 "This package enables you to create interactive cluster heatmaps that can
5670 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
5671 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
5672 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
5673 a popular graphical method for visualizing high-dimensional data, in which a
5674 table of numbers is encoded as a grid of colored cells. The rows and columns
5675 of the matrix are ordered to highlight patterns and are often accompanied by
5676 dendrograms.")
5677 ;; Either version of the license.
5678 (license (list license:gpl2 license:gpl3))))
5679
5680 (define-public r-h5
5681 (package
5682 (name "r-h5")
5683 (version "0.9.9")
5684 (source
5685 (origin
5686 (method url-fetch)
5687 (uri (cran-uri "h5" version))
5688 (sha256
5689 (base32
5690 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
5691 (build-system r-build-system)
5692 (inputs
5693 `(("zlib" ,zlib)
5694 ("hdf5" ,hdf5)))
5695 (native-inputs
5696 `(("which" ,which)))
5697 (propagated-inputs
5698 `(("r-rcpp" ,r-rcpp)))
5699 (home-page "https://github.com/mannau/h5")
5700 (synopsis "Interface to the HDF5 Library")
5701 (description
5702 "This package provides an S4 interface to the HDF5 library supporting
5703 fast storage and retrieval of R-objects like vectors, matrices and arrays to
5704 binary files in a language independent format. The HDF5 format can therefore
5705 be used as an alternative to R's save/load mechanism. Since h5 is able to
5706 access only subsets of stored data it can also handle data sets which do not
5707 fit into memory.")
5708 (license license:bsd-2)))
5709
5710 (define-public r-cgdsr
5711 (package
5712 (name "r-cgdsr")
5713 (version "1.3.0")
5714 (source
5715 (origin
5716 (method url-fetch)
5717 (uri (cran-uri "cgdsr" version))
5718 (sha256
5719 (base32
5720 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
5721 (build-system r-build-system)
5722 (propagated-inputs
5723 `(("r-httr" ,r-httr)
5724 ("r-r-methodss3" ,r-r-methodss3)
5725 ("r-r-oo" ,r-r-oo)))
5726 (home-page "https://github.com/cBioPortal/cgdsr")
5727 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
5728 (description
5729 "This package provides a basic set of R functions for querying the Cancer
5730 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
5731 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
5732 (license license:lgpl3)))
5733
5734 (define-public r-import
5735 (package
5736 (name "r-import")
5737 (version "1.2.0")
5738 (source
5739 (origin
5740 (method url-fetch)
5741 (uri (cran-uri "import" version))
5742 (sha256
5743 (base32
5744 "018s0x224gqnv4cjfh0fwliyfg6ma9vslmwybrlizfsmqcc5wp37"))))
5745 (build-system r-build-system)
5746 (native-inputs
5747 `(("r-knitr" ,r-knitr)))
5748 (home-page "https://github.com/smbache/import")
5749 (synopsis "Import mechanism for R")
5750 (description
5751 "This is an alternative mechanism for importing objects from packages.
5752 The syntax allows for importing multiple objects from a package with a single
5753 command in an expressive way. The import package bridges some of the gap
5754 between using @code{library} (or @code{require}) and direct (single-object)
5755 imports. Furthermore the imported objects are not placed in the current
5756 environment. It is also possible to import objects from stand-alone @code{.R}
5757 files.")
5758 (license license:expat)))
5759
5760 (define-public r-shinyace
5761 (package
5762 (name "r-shinyace")
5763 (version "0.4.1")
5764 (source
5765 (origin
5766 (method url-fetch)
5767 (uri (cran-uri "shinyAce" version))
5768 (sha256
5769 (base32
5770 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
5771 (properties `((upstream-name . "shinyAce")))
5772 (build-system r-build-system)
5773 (propagated-inputs
5774 `(("r-shiny" ,r-shiny)
5775 ("r-jsonlite" ,r-jsonlite)))
5776 (home-page "https://cran.r-project.org/web/packages/shinyAce/")
5777 (synopsis "Ace editor bindings for Shiny")
5778 (description
5779 "This package provides Ace editor bindings to enable a rich text editing
5780 environment within Shiny.")
5781 (license license:expat)))
5782
5783 (define-public r-randomizr
5784 (package
5785 (name "r-randomizr")
5786 (version "0.20.0")
5787 (source
5788 (origin
5789 (method url-fetch)
5790 (uri (cran-uri "randomizr" version))
5791 (sha256
5792 (base32
5793 "0dljyfldnardaps3fq6vi5wcs9x6qfaq5apapa78c51lnaa6fn9h"))))
5794 (properties `((upstream-name . "randomizr")))
5795 (build-system r-build-system)
5796 (native-inputs
5797 `(("r-knitr" ,r-knitr)))
5798 (home-page "https://declaredesign.org/r/randomizr/")
5799 (synopsis "Tools for common forms of random assignment and sampling")
5800 (description
5801 "This package provides tools for generating random assignments for common
5802 experimental designs and random samples for common sampling designs.")
5803 (license license:expat)))
5804
5805 (define-public r-base64url
5806 (package
5807 (name "r-base64url")
5808 (version "1.4")
5809 (source
5810 (origin
5811 (method url-fetch)
5812 (uri (cran-uri "base64url" version))
5813 (sha256
5814 (base32
5815 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
5816 (build-system r-build-system)
5817 (propagated-inputs
5818 `(("r-backports" ,r-backports)))
5819 (home-page "https://github.com/mllg/base64url")
5820 (synopsis "Fast and URL-safe base64 encoder and decoder")
5821 (description
5822 "This package provides a URL-safe base64 encoder and decoder. In
5823 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
5824 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
5825 encoder does not fill the string with trailing @code{=}. The resulting
5826 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
5827 and thus are safe to use in URLs or for file names. The package also comes
5828 with a simple base32 encoder/decoder suited for case insensitive file
5829 systems.")
5830 (license license:gpl3)))
5831
5832 (define-public r-radiant-data
5833 (package
5834 (name "r-radiant-data")
5835 (version "1.3.12")
5836 (source
5837 (origin
5838 (method url-fetch)
5839 (uri (cran-uri "radiant.data" version))
5840 (sha256
5841 (base32
5842 "08bqqrfvpgyf613ikihwfnzb23l23f5nfs7zynnxbjxc1zfhbpny"))
5843 (modules '((guix build utils)))
5844 (snippet
5845 '(begin
5846 ;; Delete files that are under CC-NC-SA.
5847 (delete-file-recursively "inst/app/tools/help")
5848 #t))))
5849 (properties `((upstream-name . "radiant.data")))
5850 (build-system r-build-system)
5851 (propagated-inputs
5852 `(("r-base64enc" ,r-base64enc)
5853 ("r-broom" ,r-broom)
5854 ("r-car" ,r-car)
5855 ("r-curl" ,r-curl)
5856 ("r-dplyr" ,r-dplyr)
5857 ("r-dt" ,r-dt)
5858 ("r-glue" ,r-glue)
5859 ("r-ggplot2" ,r-ggplot2)
5860 ("r-import" ,r-import)
5861 ("r-jsonlite" ,r-jsonlite)
5862 ("r-knitr" ,r-knitr)
5863 ("r-lubridate" ,r-lubridate)
5864 ("r-magrittr" ,r-magrittr)
5865 ("r-markdown" ,r-markdown)
5866 ("r-mass" ,r-mass)
5867 ("r-patchwork" ,r-patchwork)
5868 ("r-plotly" ,r-plotly)
5869 ("r-psych" ,r-psych)
5870 ("r-randomizr" ,r-randomizr)
5871 ("r-readr" ,r-readr)
5872 ("r-readxl" ,r-readxl)
5873 ("r-rlang" ,r-rlang)
5874 ("r-rmarkdown" ,r-rmarkdown)
5875 ("r-rstudioapi" ,r-rstudioapi)
5876 ("r-scales" ,r-scales)
5877 ("r-shiny" ,r-shiny)
5878 ("r-shinyfiles" ,r-shinyfiles)
5879 ("r-shinyace" ,r-shinyace)
5880 ("r-stringi" ,r-stringi)
5881 ("r-tibble" ,r-tibble)
5882 ("r-tidyr" ,r-tidyr)
5883 ("r-writexl" ,r-writexl)))
5884 (home-page "https://github.com/radiant-rstats/radiant.data")
5885 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
5886 (description
5887 "The Radiant Data menu includes interfaces for loading, saving, viewing,
5888 visualizing, summarizing, transforming, and combining data. It also contains
5889 functionality to generate reproducible reports of the analyses conducted in
5890 the application.")
5891 (license license:agpl3)))
5892
5893 (define-public r-algdesign
5894 (package
5895 (name "r-algdesign")
5896 (version "1.2.0")
5897 (source
5898 (origin
5899 (method url-fetch)
5900 (uri (cran-uri "AlgDesign" version))
5901 (sha256
5902 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
5903 (properties `((upstream-name . "AlgDesign")))
5904 (build-system r-build-system)
5905 (home-page "https://github.com/jvbraun/AlgDesign")
5906 (synopsis "Algorithmic experimental design")
5907 (description
5908 "This package provides tools to calculate exact and approximate theory
5909 experimental designs for D, A, and I criteria. Very large designs may be
5910 created. Experimental designs may be blocked or blocked designs created from
5911 a candidate list, using several criteria. The blocking can be done when whole
5912 and within plot factors interact.")
5913 (license license:gpl2+)))
5914
5915 (define-public r-signal
5916 (package
5917 (name "r-signal")
5918 (version "0.7-6")
5919 (source
5920 (origin
5921 (method url-fetch)
5922 (uri (cran-uri "signal" version))
5923 (sha256
5924 (base32
5925 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
5926 (build-system r-build-system)
5927 (propagated-inputs `(("r-mass" ,r-mass)))
5928 (native-inputs `(("gfortran" ,gfortran)))
5929 (home-page "https://cran.r-project.org/web/packages/signal/")
5930 (synopsis "Signal processing")
5931 (description
5932 "This package provides a set of signal processing functions originally
5933 written for Matlab and GNU Octave. It includes filter generation utilities,
5934 filtering functions, resampling routines, and visualization of filter models.
5935 It also includes interpolation functions.")
5936 (license license:gpl2)))
5937
5938 (define-public r-gsubfn
5939 (package
5940 (name "r-gsubfn")
5941 (version "0.7")
5942 (source
5943 (origin
5944 (method url-fetch)
5945 (uri (cran-uri "gsubfn" version))
5946 (sha256
5947 (base32
5948 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
5949 (build-system r-build-system)
5950 (propagated-inputs `(("r-proto" ,r-proto)))
5951 (home-page "https://code.google.com/archive/p/gsubfn/")
5952 (synopsis "Utilities for strings and function arguments.")
5953 (description
5954 "This package provides @code{gsubfn} which is like @code{gsub} but can
5955 take a replacement function or certain other objects instead of the
5956 replacement string. Matches and back references are input to the replacement
5957 function and replaced by the function output. @code{gsubfn} can be used to
5958 split strings based on content rather than delimiters and for quasi-perl-style
5959 string interpolation. The package also has facilities for translating
5960 formulas to functions and allowing such formulas in function calls instead of
5961 functions.")
5962 (license license:gpl2+)))
5963
5964 (define-public r-sqldf
5965 (package
5966 (name "r-sqldf")
5967 (version "0.4-11")
5968 (source
5969 (origin
5970 (method url-fetch)
5971 (uri (cran-uri "sqldf" version))
5972 (sha256
5973 (base32
5974 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
5975 (build-system r-build-system)
5976 (propagated-inputs
5977 `(("r-chron" ,r-chron)
5978 ("r-dbi" ,r-dbi)
5979 ("r-gsubfn" ,r-gsubfn)
5980 ("r-proto" ,r-proto)
5981 ("r-rsqlite" ,r-rsqlite)))
5982 (home-page "https://github.com/ggrothendieck/sqldf")
5983 (synopsis "Manipulate R data frames using SQL")
5984 (description
5985 "The @code{sqldf} function is typically passed a single argument which is
5986 an SQL select statement where the table names are ordinary R data frame names.
5987 @code{sqldf} transparently sets up a database, imports the data frames into
5988 that database, performs the SQL statement and returns the result using a
5989 heuristic to determine which class to assign to each column of the returned
5990 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
5991 used to read filtered files into R even if the original files are larger than
5992 R itself can handle.")
5993 (license license:gpl2)))
5994
5995 (define-public r-abind
5996 (package
5997 (name "r-abind")
5998 (version "1.4-5")
5999 (source
6000 (origin
6001 (method url-fetch)
6002 (uri (cran-uri "abind" version))
6003 (sha256
6004 (base32
6005 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
6006 (build-system r-build-system)
6007 (home-page "https://cran.r-project.org/web/packages/abind/")
6008 (synopsis "Combine multidimensional arrays")
6009 (description
6010 "This package provides tools to combine multidimensional arrays into a
6011 single array. This is a generalization of @code{cbind} and @code{rbind}. It
6012 works with vectors, matrices, and higher-dimensional arrays. It also provides
6013 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
6014 extracting and replacing data in arrays.")
6015 (license license:lgpl2.0+)))
6016
6017 (define-public r-prroc
6018 (package
6019 (name "r-prroc")
6020 (version "1.3.1")
6021 (source
6022 (origin
6023 (method url-fetch)
6024 (uri (cran-uri "PRROC" version))
6025 (sha256
6026 (base32
6027 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
6028 (properties `((upstream-name . "PRROC")))
6029 (build-system r-build-system)
6030 (home-page "https://cran.r-project.org/web/packages/PRROC/")
6031 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
6032 (description
6033 "This package computes the areas under the @dfn{precision-recall} (PR)
6034 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
6035 contrast to other implementations, the interpolation between points of the PR
6036 curve is done by a non-linear piecewise function. In addition to the areas
6037 under the curves, the curves themselves can also be computed and plotted by a
6038 specific S3-method.")
6039 (license license:gpl3)))
6040
6041 (define-public r-vim
6042 (package
6043 (name "r-vim")
6044 (version "6.0.0")
6045 (source
6046 (origin
6047 (method url-fetch)
6048 (uri (cran-uri "VIM" version))
6049 (sha256
6050 (base32
6051 "0ddhca4v912q82rjpf1qld6i6g2c381g0v5b4hbnygr3lm6a7wiv"))))
6052 (properties `((upstream-name . "VIM")))
6053 (build-system r-build-system)
6054 (propagated-inputs
6055 `(("r-car" ,r-car)
6056 ("r-colorspace" ,r-colorspace)
6057 ("r-data-table" ,r-data-table)
6058 ("r-e1071" ,r-e1071)
6059 ("r-laeken" ,r-laeken)
6060 ("r-magrittr" ,r-magrittr)
6061 ("r-mass" ,r-mass)
6062 ("r-nnet" ,r-nnet)
6063 ("r-ranger" ,r-ranger)
6064 ("r-rcpp" ,r-rcpp)
6065 ("r-robustbase" ,r-robustbase)
6066 ("r-sp" ,r-sp)
6067 ("r-vcd" ,r-vcd)))
6068 (native-inputs
6069 `(("r-knitr" ,r-knitr)))
6070 (home-page "https://github.com/alexkowa/VIM")
6071 (synopsis "Visualization and imputation of missing values")
6072 (description
6073 "This package provides tools for the visualization of missing and/or
6074 imputed values are introduced, which can be used for exploring the data and
6075 the structure of the missing and/or imputed values. Depending on this
6076 structure of the missing values, the corresponding methods may help to
6077 identify the mechanism generating the missing values and explore the
6078 data including missing values. In addition, the quality of imputation can be
6079 visually explored using various univariate, bivariate, multiple and
6080 multivariate plot methods.")
6081 (license license:gpl2+)))
6082
6083 (define-public r-fnn
6084 (package
6085 (name "r-fnn")
6086 (version "1.1.3")
6087 (source
6088 (origin
6089 (method url-fetch)
6090 (uri (cran-uri "FNN" version))
6091 (sha256
6092 (base32
6093 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
6094 (properties `((upstream-name . "FNN")))
6095 (build-system r-build-system)
6096 (home-page "https://cran.r-project.org/web/packages/FNN")
6097 (synopsis "Fast nearest neighbor search algorithms and applications")
6098 (description
6099 "This package provides cover-tree and kd-tree fast k-nearest neighbor
6100 search algorithms. Related applications including KNN classification,
6101 regression and information measures are implemented.")
6102 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
6103 ;; later can be used.
6104 (license license:gpl2+)))
6105
6106 (define-public r-smoother
6107 (package
6108 (name "r-smoother")
6109 (version "1.1")
6110 (source
6111 (origin
6112 (method url-fetch)
6113 (uri (cran-uri "smoother" version))
6114 (sha256
6115 (base32
6116 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
6117 (build-system r-build-system)
6118 (propagated-inputs
6119 `(("r-ttr" ,r-ttr)))
6120 (home-page "https://cran.r-project.org/web/packages/smoother")
6121 (synopsis "Functions relating to the smoothing of numerical data")
6122 (description
6123 "This package provides a collection of methods for smoothing numerical
6124 data, commencing with a port of the Matlab gaussian window smoothing function.
6125 In addition, several functions typically used in smoothing of financial data
6126 are included.")
6127 (license license:gpl2)))
6128
6129 (define-public r-riverplot
6130 (package
6131 (name "r-riverplot")
6132 (version "0.6")
6133 (source
6134 (origin
6135 (method url-fetch)
6136 (uri (cran-uri "riverplot" version))
6137 (sha256
6138 (base32
6139 "0q1icpny8nkxyjhawyjzwrw8qlz0ayn2xyrsqrm4vkxyv6c9xk8z"))))
6140 (build-system r-build-system)
6141 (home-page "https://logfc.wordpress.com")
6142 (synopsis "Sankey or ribbon plots")
6143 (description
6144 "Sankey plots are a type of diagram that is convenient to illustrate how
6145 flow of information, resources etc. separates and joins, much like observing
6146 how rivers split and merge. For example, they can be used to compare
6147 different clusterings. This package provides an implementation of Sankey
6148 plots for R.")
6149 (license license:gpl2+)))
6150
6151 (define-public r-dyn
6152 (package
6153 (name "r-dyn")
6154 (version "0.2-9.6")
6155 (source
6156 (origin
6157 (method url-fetch)
6158 (uri (cran-uri "dyn" version))
6159 (sha256
6160 (base32
6161 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
6162 (build-system r-build-system)
6163 (propagated-inputs
6164 `(("r-zoo" ,r-zoo)))
6165 (home-page "https://cran.r-project.org/web/packages/dyn")
6166 (synopsis "Time series regression")
6167 (description
6168 "This package provides the dyn class interfaces @code{ts}, @code{irts},
6169 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
6170 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
6171 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
6172 @code{randomForest::randomForest()} and other regression functions, allowing
6173 those functions to be used with time series including specifications that may
6174 contain lags, diffs and missing values.")
6175 ;; Any GPL version.
6176 (license license:gpl2+)))
6177
6178 (define-public r-catdap
6179 (package
6180 (name "r-catdap")
6181 (version "1.3.5")
6182 (source
6183 (origin
6184 (method url-fetch)
6185 (uri (cran-uri "catdap" version))
6186 (sha256
6187 (base32
6188 "0fyhl69z2lznymvpzxra9qvcg85ggzkfjy68c6mzdmf1ja44d2k5"))))
6189 (build-system r-build-system)
6190 (native-inputs
6191 `(("gfortran" ,gfortran)))
6192 (home-page "https://cran.r-project.org/web/packages/catdap/")
6193 (synopsis "Tools for categorical data analysis")
6194 (description
6195 "This package provides functions for analyzing multivariate data.
6196 Dependencies of the distribution of the specified variable (response
6197 variable) to other variables (explanatory variables) are derived and
6198 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
6199 (license license:gpl2+)))
6200
6201 (define-public r-arules
6202 (package
6203 (name "r-arules")
6204 (version "1.6-6")
6205 (source
6206 (origin
6207 (method url-fetch)
6208 (uri (cran-uri "arules" version))
6209 (sha256
6210 (base32
6211 "1pk3jjizn2m5rwi7qkdkbq9f07acgpy0qdzzqmx0agg47cwahlkm"))))
6212 (build-system r-build-system)
6213 (propagated-inputs
6214 `(("r-matrix" ,r-matrix)))
6215 (home-page "https://github.com/mhahsler/arules")
6216 (synopsis "Mining association rules and frequent itemsets")
6217 (description
6218 "This package provides an infrastructure for representing, manipulating
6219 and analyzing transaction data and patterns (frequent itemsets and association rules).
6220 It also provides C implementations of the association mining algorithms Apriori
6221 and Eclat.")
6222 (license license:gpl3)))
6223
6224 (define-public r-parsedate
6225 (package
6226 (name "r-parsedate")
6227 (version "1.2.0")
6228 (source
6229 (origin
6230 (method url-fetch)
6231 (uri (cran-uri "parsedate" version))
6232 (sha256
6233 (base32
6234 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
6235 (build-system r-build-system)
6236 (propagated-inputs
6237 `(("r-rematch2" ,r-rematch2)))
6238 (home-page "https://github.com/gaborcsardi/parsedate")
6239 (synopsis
6240 "Recognize and parse dates in various formats")
6241 (description
6242 "This package provides three functions for dealing with dates:
6243 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
6244 time formats, @code{parse_date} parses dates in unspecified formats,
6245 and @code{format_iso_8601} formats a date in ISO 8601 format.")
6246 (license license:gpl2)))
6247
6248 (define-public r-abc-data
6249 (package
6250 (name "r-abc-data")
6251 (version "1.0")
6252 (source
6253 (origin
6254 (method url-fetch)
6255 (uri (cran-uri "abc.data" version))
6256 (sha256
6257 (base32
6258 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
6259 (properties `((upstream-name . "abc.data")))
6260 (build-system r-build-system)
6261 (home-page "https://cran.r-project.org/web/packages/abc.data/")
6262 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
6263 (description
6264 "This package contains data which are used by functions of the abc
6265 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
6266 algorithms for performing parameter estimation, model selection, and
6267 goodness-of-fit.")
6268 (license license:gpl3+)))
6269
6270 (define-public r-abc
6271 (package
6272 (name "r-abc")
6273 (version "2.1")
6274 (source
6275 (origin
6276 (method url-fetch)
6277 (uri (cran-uri "abc" version))
6278 (sha256
6279 (base32
6280 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
6281 (build-system r-build-system)
6282 (propagated-inputs
6283 `(("r-abc-data" ,r-abc-data)
6284 ("r-locfit" ,r-locfit)
6285 ("r-mass" ,r-mass)
6286 ("r-nnet" ,r-nnet)
6287 ("r-quantreg" ,r-quantreg)))
6288 (home-page "https://cran.r-project.org/web/packages/abc/")
6289 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
6290 (description
6291 "This package implements several @dfn{Approximate Bayesian
6292 Computation} (ABC) algorithms for performing parameter estimation, model
6293 selection, and goodness-of-fit. Cross-validation tools are also available for
6294 measuring the accuracy of ABC estimates, and to calculate the
6295 misclassification probabilities of different models.")
6296 (license license:gpl3+)))
6297
6298 (define-public r-zip
6299 (package
6300 (name "r-zip")
6301 (version "2.1.1")
6302 (source
6303 (origin
6304 (method url-fetch)
6305 (uri (cran-uri "zip" version))
6306 (sha256
6307 (base32
6308 "0b3wmbx5v0i1scylgk4nli2ljg4p12wx7a1sqljklv9969wl3p8i"))))
6309 (build-system r-build-system)
6310 (home-page "https://github.com/gaborcsardi/zip")
6311 (synopsis "Cross-platform Zip compression")
6312 (description
6313 "This package provides a cross-platform Zip compression library for R.
6314 It is a replacement for the @code{zip} function, that does not require any
6315 additional external tools on any platform.")
6316 (license license:cc0)))
6317
6318 (define-public r-openxlsx
6319 (package
6320 (name "r-openxlsx")
6321 (version "4.2.3")
6322 (source
6323 (origin
6324 (method url-fetch)
6325 (uri (cran-uri "openxlsx" version))
6326 (sha256
6327 (base32
6328 "0vz4nlrwgsiifrgza8kfd9i1c0ya6plymrgk59vyy2z54vc8kvyd"))))
6329 (build-system r-build-system)
6330 (propagated-inputs
6331 `(("r-rcpp" ,r-rcpp)
6332 ("r-stringi" ,r-stringi)
6333 ("r-zip" ,r-zip)))
6334 (native-inputs
6335 `(("r-knitr" ,r-knitr)))
6336 (home-page "https://github.com/awalker89/openxlsx")
6337 (synopsis "Read, write and edit XLSX files")
6338 (description
6339 "This package simplifies the creation of Excel @code{.xlsx} files by
6340 providing a high level interface to writing, styling and editing worksheets.
6341 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
6342 and @code{XLConnect} packages with the added benefit of removing the
6343 dependency on Java.")
6344 (license license:gpl3)))
6345
6346 (define-public r-rio
6347 (package
6348 (name "r-rio")
6349 (version "0.5.16")
6350 (source
6351 (origin
6352 (method url-fetch)
6353 (uri (cran-uri "rio" version))
6354 (sha256
6355 (base32
6356 "0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
6357 (build-system r-build-system)
6358 (propagated-inputs
6359 `(("r-curl" ,r-curl)
6360 ("r-data-table" ,r-data-table)
6361 ("r-foreign" ,r-foreign)
6362 ("r-haven" ,r-haven)
6363 ("r-openxlsx" ,r-openxlsx)
6364 ("r-readxl" ,r-readxl)
6365 ("r-tibble" ,r-tibble)))
6366 (home-page "https://github.com/leeper/rio")
6367 (synopsis "Swiss-army knife for data I/O")
6368 (description
6369 "This package provides streamlined data import and export infrastructure
6370 by making assumptions that the user is probably willing to make: @code{import}
6371 and @code{export} determine the data structure from the file extension,
6372 reasonable defaults are used for data import and export (e.g.,
6373 @code{stringsAsFactors=FALSE}), web-based import is natively
6374 supported (including from SSL/HTTPS), compressed files can be read directly
6375 without explicit decompression, and fast import packages are used where
6376 appropriate. An additional convenience function, @code{convert}, provides a
6377 simple method for converting between file types.")
6378 (license license:gpl2)))
6379
6380 (define-public r-maptools
6381 (package
6382 (name "r-maptools")
6383 (version "1.0-2")
6384 (source
6385 (origin
6386 (method url-fetch)
6387 (uri (cran-uri "maptools" version))
6388 (sha256
6389 (base32
6390 "0jgf3wg47jdnznxb3ncv4is9ackwviy4lzcyggqwzw3wh6jnvb6s"))))
6391 (build-system r-build-system)
6392 (propagated-inputs
6393 `(("r-foreign" ,r-foreign)
6394 ("r-lattice" ,r-lattice)
6395 ("r-sp" ,r-sp)))
6396 (home-page "https://r-forge.r-project.org/projects/maptools/")
6397 (synopsis "Tools for reading and handling spatial objects")
6398 (description
6399 "This package provides a set of tools for manipulating and reading
6400 geographic data, in particular ESRI Shapefiles. It includes binary access to
6401 GSHHG shoreline files. The package also provides interface wrappers for
6402 exchanging spatial objects with other R packages.")
6403 ;; The C source files from shapelib are released under the Expat license.
6404 ;; The R code is released under GPL version 2 or later.
6405 (license (list license:gpl2+
6406 license:expat))))
6407
6408 (define-public r-later
6409 (package
6410 (name "r-later")
6411 (version "1.1.0.1")
6412 (source
6413 (origin
6414 (method url-fetch)
6415 (uri (cran-uri "later" version))
6416 (sha256
6417 (base32
6418 "1k9n2j7zxw9gfclnx8zfqp6w64c5d6apn7g02yhkajkpmszagfki"))))
6419 (build-system r-build-system)
6420 (propagated-inputs
6421 `(("r-bh" ,r-bh)
6422 ("r-rcpp" ,r-rcpp)
6423 ("r-rlang" ,r-rlang)))
6424 (native-inputs
6425 `(("r-knitr" ,r-knitr)))
6426 (home-page "https://github.com/r-lib/later")
6427 (synopsis "Utilities for delaying function execution")
6428 (description
6429 "This package provides tools to execute arbitrary R or C functions some
6430 time after the current time, after the R execution stack has emptied.")
6431 (license license:gpl2+)))
6432
6433 (define-public r-promises
6434 (package
6435 (name "r-promises")
6436 (version "1.1.1")
6437 (source
6438 (origin
6439 (method url-fetch)
6440 (uri (cran-uri "promises" version))
6441 (sha256
6442 (base32
6443 "002qkhcn3ri6a3w5fizjvdvrjgvqiw8i7rl9jglcnqik5kmwc61p"))))
6444 (build-system r-build-system)
6445 (propagated-inputs
6446 `(("r-later" ,r-later)
6447 ("r-magrittr" ,r-magrittr)
6448 ("r-r6" ,r-r6)
6449 ("r-rcpp" ,r-rcpp)
6450 ("r-rlang" ,r-rlang)))
6451 (native-inputs
6452 `(("r-knitr" ,r-knitr)))
6453 (home-page "https://rstudio.github.io/promises")
6454 (synopsis "Abstractions for promise-based asynchronous programming")
6455 (description
6456 "This package provides fundamental abstractions for doing asynchronous
6457 programming in R using promises. Asynchronous programming is useful for
6458 allowing a single R process to orchestrate multiple tasks in the background
6459 while also attending to something else. Semantics are similar to JavaScript
6460 promises, but with a syntax that is idiomatic R.")
6461 (license license:expat)))
6462
6463 (define-public r-dosnow
6464 (package
6465 (name "r-dosnow")
6466 (version "1.0.19")
6467 (source
6468 (origin
6469 (method url-fetch)
6470 (uri (cran-uri "doSNOW" version))
6471 (sha256
6472 (base32
6473 "0f07b38cl7s61vwzkyqkzzsic9g4sw9k6ndbxk3g90l4ca0d1ljc"))))
6474 (properties `((upstream-name . "doSNOW")))
6475 (build-system r-build-system)
6476 (propagated-inputs
6477 `(("r-foreach" ,r-foreach)
6478 ("r-iterators" ,r-iterators)
6479 ("r-snow" ,r-snow)))
6480 (home-page "https://cran.r-project.org/web/packages/doSNOW")
6481 (synopsis "Foreach parallel adaptor for the snow package")
6482 (description
6483 "This package provides a parallel backend for the @code{%dopar%} function
6484 using the @code{snow} package.")
6485 (license license:gpl2)))
6486
6487 (define-public r-snowfall
6488 (package
6489 (name "r-snowfall")
6490 (version "1.84-6.1")
6491 (source (origin
6492 (method url-fetch)
6493 (uri (cran-uri "snowfall" version))
6494 (sha256
6495 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
6496 (build-system r-build-system)
6497 (propagated-inputs
6498 `(("r-snow" ,r-snow)))
6499 (home-page "https://cran.r-project.org/web/packages/snowfall/")
6500 (synopsis "Easier cluster computing")
6501 (description "This package is a usability wrapper around snow for easier
6502 development of parallel R programs. This package offers e.g. extended error
6503 checks, and additional functions. All functions work in sequential mode, too,
6504 if no cluster is present or wished. The package is also designed as connector
6505 to the cluster management tool @code{sfCluster}, but can also used without
6506 it.")
6507 (license license:gpl2+)))
6508
6509 (define-public r-rappdirs
6510 (package
6511 (name "r-rappdirs")
6512 (version "0.3.1")
6513 (source
6514 (origin
6515 (method url-fetch)
6516 (uri (cran-uri "rappdirs" version))
6517 (sha256
6518 (base32
6519 "0ji6sg3bdn5gazkq14xmmcq7jnbsyxw4lzmmbgv6526j2vn93n1g"))))
6520 (build-system r-build-system)
6521 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
6522 (synopsis "Determine where to save data, caches, and logs")
6523 (description
6524 "This package provides an easy way to determine which directories on the
6525 user's computer should be used to save data, caches and logs. It is a port of
6526 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
6527 (license license:expat)))
6528
6529 (define-public r-renv
6530 (package
6531 (name "r-renv")
6532 (version "0.12.3")
6533 (source
6534 (origin
6535 (method url-fetch)
6536 (uri (cran-uri "renv" version))
6537 (sha256
6538 (base32
6539 "0k31x19gzpffb701c76p840cip10c0dh8yv3wcs30gqi0ag1g77l"))))
6540 (properties `((upstream-name . "renv")))
6541 (build-system r-build-system)
6542 (native-inputs
6543 `(("r-knitr" ,r-knitr)))
6544 (home-page "https://rstudio.github.io/renv")
6545 (synopsis "Project environments")
6546 (description
6547 "This package provides a dependency management toolkit for R. Using
6548 renv, you can create and manage project-local R libraries, save the state of
6549 these libraries to a lockfile, and later restore your library as required.
6550 Together, these tools can help make your projects more isolated, portable, and
6551 reproducible.")
6552 (license license:expat)))
6553
6554 (define-public r-learnr
6555 (package
6556 (name "r-learnr")
6557 (version "0.10.1")
6558 (source
6559 (origin
6560 (method url-fetch)
6561 (uri (cran-uri "learnr" version))
6562 (sha256
6563 (base32
6564 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
6565 (build-system r-build-system)
6566 (propagated-inputs
6567 `(("r-checkmate" ,r-checkmate)
6568 ("r-ellipsis" ,r-ellipsis)
6569 ("r-evaluate" ,r-evaluate)
6570 ("r-htmltools" ,r-htmltools)
6571 ("r-htmlwidgets" ,r-htmlwidgets)
6572 ("r-jsonlite" ,r-jsonlite)
6573 ("r-knitr" ,r-knitr)
6574 ("r-markdown" ,r-markdown)
6575 ("r-rappdirs" ,r-rappdirs)
6576 ("r-renv" ,r-renv)
6577 ("r-rmarkdown" ,r-rmarkdown)
6578 ("r-rprojroot" ,r-rprojroot)
6579 ("r-shiny" ,r-shiny)
6580 ("r-withr" ,r-withr)))
6581 (home-page "https://rstudio.github.io/learnr/")
6582 (synopsis "Interactive tutorials for R")
6583 (description
6584 "This package provides tools to create interactive tutorials using R
6585 Markdown. Use a combination of narrative, figures, videos, exercises, and
6586 quizzes to create self-paced tutorials for learning about R and R packages.")
6587 (license license:asl2.0)))
6588
6589 (define-public r-analytics
6590 (package
6591 (name "r-analytics")
6592 (version "3.0")
6593 (source
6594 (origin
6595 (method url-fetch)
6596 (uri (cran-uri "analytics" version))
6597 (sha256
6598 (base32
6599 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
6600 (build-system r-build-system)
6601 (propagated-inputs
6602 `(("r-car" ,r-car)
6603 ("r-cluster" ,r-cluster)
6604 ("r-fractal" ,r-fractal)
6605 ("r-lmtest" ,r-lmtest)
6606 ("r-mass" ,r-mass)
6607 ("r-np" ,r-np)
6608 ("r-powerplus" ,r-powerplus)
6609 ("r-robust" ,r-robust)
6610 ("r-trend" ,r-trend)
6611 ("r-tsa" ,r-tsa)
6612 ("r-urca" ,r-urca)
6613 ("r-vim" ,r-vim)))
6614 (home-page "https://cran.r-project.org/web/packages/analytics/")
6615 (synopsis "Collection of data analysis tools")
6616 (description
6617 "This package is a collection of data analysis tools. It includes tools
6618 for regression outlier detection in a fitted linear model, stationary
6619 bootstrap using a truncated geometric distribution, a comprehensive test for
6620 weak stationarity, column means by group, weighted biplots, and a heuristic to
6621 obtain a better initial configuration in non-metric MDS.")
6622 (license license:gpl2)))
6623
6624 (define-public r-reticulate
6625 (package
6626 (name "r-reticulate")
6627 (version "1.18")
6628 (source
6629 (origin
6630 (method url-fetch)
6631 (uri (cran-uri "reticulate" version))
6632 (sha256
6633 (base32
6634 "04w5c9jfxakb4rr2qjynxgagb42khsja3y4dwgxywiplb1d8agxk"))))
6635 (build-system r-build-system)
6636 (inputs `(("python" ,python)))
6637 (propagated-inputs
6638 `(("r-rappdirs" ,r-rappdirs)
6639 ("r-jsonlite" ,r-jsonlite)
6640 ("r-matrix" ,r-matrix)
6641 ("r-rcpp" ,r-rcpp)))
6642 (native-inputs
6643 `(("r-knitr" ,r-knitr)))
6644 (home-page "https://github.com/rstudio/reticulate")
6645 (synopsis "R interface to Python")
6646 (description
6647 "This package provides an interface from R to Python modules, classes,
6648 and functions. When calling into Python, R data types are automatically
6649 converted to their equivalent Python types. When values are returned from
6650 Python to R they are converted back to R types.")
6651 (license license:asl2.0)))
6652
6653 (define-public r-bibtex
6654 (package
6655 (name "r-bibtex")
6656 (version "0.4.2.3")
6657 (source
6658 (origin
6659 (method url-fetch)
6660 (uri (cran-uri "bibtex" version))
6661 (sha256
6662 (base32
6663 "0vdwx6808r73pk15263f33bkqbfmb08d8jkmr4d7h4ml414ikbbv"))))
6664 (build-system r-build-system)
6665 (propagated-inputs `(("r-stringr" ,r-stringr)))
6666 (home-page "https://github.com/romainfrancois/bibtex")
6667 (synopsis "Bibtex parser")
6668 (description "This package provides a utility for R to parse a bibtex
6669 file.")
6670 (license license:gpl2+)))
6671
6672 (define-public r-ggseqlogo
6673 (package
6674 (name "r-ggseqlogo")
6675 (version "0.1")
6676 (source
6677 (origin
6678 (method url-fetch)
6679 (uri (cran-uri "ggseqlogo" version))
6680 (sha256
6681 (base32
6682 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
6683 (build-system r-build-system)
6684 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
6685 (home-page "https://github.com/omarwagih/ggseqlogo")
6686 (synopsis "ggplot2 extension for drawing genetic sequence logos")
6687 (description
6688 "The range of functions provided by this package makes it possible to
6689 draw highly versatile genomic sequence logos. Features include, but are not
6690 limited to, modifying colour schemes and fonts used to draw the logo,
6691 generating multiple logo plots, and aiding the visualisation with annotations.
6692 Sequence logos can easily be combined with other ggplot2 plots.")
6693 ;; Unspecified version of the LGPL.
6694 (license license:lgpl3+)))
6695
6696 (define-public r-ggsci
6697 (package
6698 (name "r-ggsci")
6699 (version "2.9")
6700 (source
6701 (origin
6702 (method url-fetch)
6703 (uri (cran-uri "ggsci" version))
6704 (sha256
6705 (base32
6706 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
6707 (build-system r-build-system)
6708 (propagated-inputs
6709 `(("r-ggplot2" ,r-ggplot2)
6710 ("r-scales" ,r-scales)))
6711 (home-page "https://nanx.me/ggsci/")
6712 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
6713 (description
6714 "This package provides a collection of ggplot2 color palettes inspired by
6715 plots in scientific journals, data visualization libraries, science fiction
6716 movies, and TV shows.")
6717 (license license:gpl3)))
6718
6719 (define-public r-ggsignif
6720 (package
6721 (name "r-ggsignif")
6722 (version "0.6.0")
6723 (source
6724 (origin
6725 (method url-fetch)
6726 (uri (cran-uri "ggsignif" version))
6727 (sha256
6728 (base32
6729 "17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
6730 (build-system r-build-system)
6731 (native-inputs
6732 `(("r-knitr" ,r-knitr)))
6733 (propagated-inputs
6734 `(("r-ggplot2" ,r-ggplot2)))
6735 (home-page "https://github.com/const-ae/ggsignif")
6736 (synopsis "Significance brackets for ggplot2")
6737 (description
6738 "Enrich your ggplots with group-wise comparisons. This package provides
6739 an easy way to indicate if two groups are significantly different. Commonly
6740 this is shown by a bracket on top connecting the groups of interest which
6741 itself is annotated with the level of significance. The package provides a
6742 single layer that takes the groups for comparison and the test as arguments
6743 and adds the annotation to the plot.")
6744 (license license:gpl3)))
6745
6746 (define-public r-rstatix
6747 (package
6748 (name "r-rstatix")
6749 (version "0.6.0")
6750 (source
6751 (origin
6752 (method url-fetch)
6753 (uri (cran-uri "rstatix" version))
6754 (sha256
6755 (base32
6756 "0nwwvxwr4z3j4n9z8cnvwghppc836g47n0ia98chk272qwh8xcpb"))))
6757 (properties `((upstream-name . "rstatix")))
6758 (build-system r-build-system)
6759 (propagated-inputs
6760 `(("r-broom" ,r-broom)
6761 ("r-car" ,r-car)
6762 ("r-corrplot" ,r-corrplot)
6763 ("r-dplyr" ,r-dplyr)
6764 ("r-generics" ,r-generics)
6765 ("r-magrittr" ,r-magrittr)
6766 ("r-purrr" ,r-purrr)
6767 ("r-rlang" ,r-rlang)
6768 ("r-tibble" ,r-tibble)
6769 ("r-tidyr" ,r-tidyr)
6770 ("r-tidyselect" ,r-tidyselect)))
6771 (home-page "https://rpkgs.datanovia.com/rstatix/")
6772 (synopsis "Pipe-friendly framework for basic statistical tests")
6773 (description
6774 "This package provides a simple and intuitive pipe-friendly framework,
6775 coherent with the @code{tidyverse} design philosophy, for performing basic
6776 statistical tests, including t-test, Wilcoxon test, ANOVA, Kruskal-Wallis and
6777 correlation analyses. The output of each test is automatically transformed
6778 into a tidy data frame to facilitate visualization. Additional functions are
6779 available for reshaping, reordering, manipulating and visualizing correlation
6780 matrix.")
6781 (license license:gpl2)))
6782
6783 (define-public r-ggpubr
6784 (package
6785 (name "r-ggpubr")
6786 (version "0.4.0")
6787 (source
6788 (origin
6789 (method url-fetch)
6790 (uri (cran-uri "ggpubr" version))
6791 (sha256
6792 (base32
6793 "0x86lmghr25k8w90yrp360dn42dhp5cjvjpdiv2s2gxfn701xcmb"))))
6794 (build-system r-build-system)
6795 (propagated-inputs
6796 `(("r-cowplot" ,r-cowplot)
6797 ("r-dplyr" ,r-dplyr)
6798 ("r-ggplot2" ,r-ggplot2)
6799 ("r-ggrepel" ,r-ggrepel)
6800 ("r-ggsci" ,r-ggsci)
6801 ("r-ggsignif" ,r-ggsignif)
6802 ("r-glue" ,r-glue)
6803 ("r-gridextra" ,r-gridextra)
6804 ("r-magrittr" ,r-magrittr)
6805 ("r-polynom" ,r-polynom)
6806 ("r-purrr" ,r-purrr)
6807 ("r-rlang" ,r-rlang)
6808 ("r-scales" ,r-scales)
6809 ("r-rstatix" ,r-rstatix)
6810 ("r-tibble" ,r-tibble)
6811 ("r-tidyr" ,r-tidyr)))
6812 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
6813 (synopsis "ggplot2-based publication-ready plots")
6814 (description
6815 "The ggplot2 package is an excellent and flexible package for elegant
6816 data visualization in R. However the default generated plots require some
6817 formatting before we can send them for publication. The ggpubr package
6818 provides some easy-to-use functions for creating and customizing ggplot2-based
6819 publication-ready plots.")
6820 (license license:gpl2)))
6821
6822 (define-public r-ellipse
6823 (package
6824 (name "r-ellipse")
6825 (version "0.4.2")
6826 (source
6827 (origin
6828 (method url-fetch)
6829 (uri (cran-uri "ellipse" version))
6830 (sha256
6831 (base32
6832 "1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
6833 (build-system r-build-system)
6834 (home-page "https://cran.r-project.org/web/packages/ellipse/")
6835 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
6836 (description
6837 "This package contains various routines for drawing ellipses and
6838 ellipse-like confidence regions, implementing the plots described in Murdoch
6839 and Chow (1996), A graphical display of large correlation matrices, The
6840 American Statistician 50, 178-180. There are also routines implementing the
6841 profile plots described in Bates and Watts (1988), Nonlinear Regression
6842 Analysis and its Applications.")
6843 (license license:gpl2+)))
6844
6845 (define-public r-flashclust
6846 (package
6847 (name "r-flashclust")
6848 (version "1.01-2")
6849 (source
6850 (origin
6851 (method url-fetch)
6852 (uri (cran-uri "flashClust" version))
6853 (sha256
6854 (base32
6855 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
6856 (properties `((upstream-name . "flashClust")))
6857 (build-system r-build-system)
6858 (native-inputs `(("gfortran" ,gfortran)))
6859 (home-page "https://cran.r-project.org/web/packages/flashClust/")
6860 (synopsis "Implementation of optimal hierarchical clustering")
6861 (description
6862 "This package provides a fast implementation of hierarchical
6863 clustering.")
6864 (license license:gpl2+)))
6865
6866 (define-public r-factominer
6867 (package
6868 (name "r-factominer")
6869 (version "2.3")
6870 (source
6871 (origin
6872 (method url-fetch)
6873 (uri (cran-uri "FactoMineR" version))
6874 (sha256
6875 (base32
6876 "0ldgf3daksh6lpblhqys67m4mxqx3q9s9n5plfam6dwshfik0ky6"))))
6877 (properties `((upstream-name . "FactoMineR")))
6878 (build-system r-build-system)
6879 (propagated-inputs
6880 `(("r-car" ,r-car)
6881 ("r-cluster" ,r-cluster)
6882 ("r-ellipse" ,r-ellipse)
6883 ("r-flashclust" ,r-flashclust)
6884 ("r-ggplot2" ,r-ggplot2)
6885 ("r-ggrepel" ,r-ggrepel)
6886 ("r-lattice" ,r-lattice)
6887 ("r-leaps" ,r-leaps)
6888 ("r-mass" ,r-mass)
6889 ("r-scatterplot3d" ,r-scatterplot3d)))
6890 (home-page "http://factominer.free.fr")
6891 (synopsis "Multivariate exploratory data analysis and data mining")
6892 (description
6893 "This package provides exploratory data analysis methods to summarize,
6894 visualize and describe datasets. The main principal component methods are
6895 available, those with the largest potential in terms of applications:
6896 principal component analysis (PCA) when variables are quantitative,
6897 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
6898 variables are categorical, Multiple Factor Analysis when variables are
6899 structured in groups, etc. and hierarchical cluster analysis.")
6900 (license license:gpl2+)))
6901
6902 (define-public r-factoextra
6903 (package
6904 (name "r-factoextra")
6905 (version "1.0.7")
6906 (source
6907 (origin
6908 (method url-fetch)
6909 (uri (cran-uri "factoextra" version))
6910 (sha256
6911 (base32
6912 "1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
6913 (build-system r-build-system)
6914 (propagated-inputs
6915 `(("r-abind" ,r-abind)
6916 ("r-cluster" ,r-cluster)
6917 ("r-dendextend" ,r-dendextend)
6918 ("r-factominer" ,r-factominer)
6919 ("r-ggplot2" ,r-ggplot2)
6920 ("r-ggpubr" ,r-ggpubr)
6921 ("r-ggrepel" ,r-ggrepel)
6922 ("r-reshape2" ,r-reshape2)
6923 ("r-tidyr" ,r-tidyr)))
6924 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
6925 (synopsis "Extract and visualize the results of multivariate data analyses")
6926 (description
6927 "This package provides some easy-to-use functions to extract and
6928 visualize the output of multivariate data analyses, including
6929 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
6930 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
6931 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
6932 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
6933 packages. It contains also functions for simplifying some clustering analysis
6934 steps and provides ggplot2-based elegant data visualization.")
6935 (license license:gpl2)))
6936
6937 (define-public r-fansi
6938 (package
6939 (name "r-fansi")
6940 (version "0.4.1")
6941 (source
6942 (origin
6943 (method url-fetch)
6944 (uri (cran-uri "fansi" version))
6945 (sha256
6946 (base32
6947 "028ywjy538psnmdnddvy5jr3idzffr4hikzr4x97x0m30g4fws9w"))))
6948 (build-system r-build-system)
6949 (native-inputs
6950 `(("r-knitr" ,r-knitr))) ; for vignettes
6951 (home-page "https://github.com/brodieG/fansi")
6952 (synopsis "ANSI control sequence aware string functions")
6953 (description
6954 "This package provides counterparts to R string manipulation functions
6955 that account for the effects of ANSI text formatting control sequences.")
6956 (license license:gpl2+)))
6957
6958 (define-public r-nbclust
6959 (package
6960 (name "r-nbclust")
6961 (version "3.0")
6962 (source
6963 (origin
6964 (method url-fetch)
6965 (uri (cran-uri "NbClust" version))
6966 (sha256
6967 (base32
6968 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
6969 (properties `((upstream-name . "NbClust")))
6970 (build-system r-build-system)
6971 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
6972 (synopsis "Determine the best number of clusters in a data set")
6973 (description
6974 "NbClust provides 30 indexes for determining the optimal number of
6975 clusters in a data set and offers the best clustering scheme from different
6976 results to the user.")
6977 (license license:gpl2)))
6978
6979 (define-public r-hdf5r
6980 (package
6981 (name "r-hdf5r")
6982 (version "1.3.3")
6983 (source
6984 (origin
6985 (method url-fetch)
6986 (uri (cran-uri "hdf5r" version))
6987 (sha256
6988 (base32
6989 "0i8m4yjxggrs05slq2afvz2ckl1yc9wq7gd1s7dq2gjn46zkry50"))))
6990 (build-system r-build-system)
6991 (inputs
6992 `(("hdf5" ,hdf5)
6993 ("zlib" ,zlib)))
6994 (propagated-inputs
6995 `(("r-bit64" ,r-bit64)
6996 ("r-r6" ,r-r6)))
6997 (native-inputs
6998 `(("r-knitr" ,r-knitr)))
6999 (home-page "https://hhoeflin.github.io/hdf5r")
7000 (synopsis "Interface to the HDF5 binary data format")
7001 (description
7002 "HDF5 is a data model, library and file format for storing and managing
7003 large amounts of data. This package provides a nearly feature complete,
7004 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
7005 functionality is added so that HDF5 objects behave very similar to their
7006 corresponding R counterparts.")
7007 (license license:asl2.0)))
7008
7009 (define-public r-itertools
7010 (package
7011 (name "r-itertools")
7012 (version "0.1-3")
7013 (source
7014 (origin
7015 (method url-fetch)
7016 (uri (cran-uri "itertools" version))
7017 (sha256
7018 (base32
7019 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
7020 (build-system r-build-system)
7021 (propagated-inputs
7022 `(("r-iterators" ,r-iterators)))
7023 (home-page "https://cran.r-project.org/web/packages/itertools/")
7024 (synopsis "Iterator tools")
7025 (description
7026 "This package provides various tools for creating iterators, many
7027 patterned after functions in the Python @code{itertools} module, and others
7028 patterned after functions in the snow package.")
7029 (license license:gpl2)))
7030
7031 (define-public r-polynom
7032 (package
7033 (name "r-polynom")
7034 (version "1.4-0")
7035 (source
7036 (origin
7037 (method url-fetch)
7038 (uri (cran-uri "polynom" version))
7039 (sha256
7040 (base32
7041 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
7042 (build-system r-build-system)
7043 (home-page "https://cran.r-project.org/web/packages/polynom/")
7044 (synopsis "Functions for univariate polynomial manipulations")
7045 (description
7046 "This package provides a collection of functions to implement a class for
7047 univariate polynomial manipulations.")
7048 (license license:gpl2)))
7049
7050 (define-public r-gbrd
7051 (package
7052 (name "r-gbrd")
7053 (version "0.4-11")
7054 (source
7055 (origin
7056 (method url-fetch)
7057 (uri (cran-uri "gbRd" version))
7058 (sha256
7059 (base32
7060 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
7061 (properties `((upstream-name . "gbRd")))
7062 (build-system r-build-system)
7063 (home-page "https://cran.r-project.org/web/packages/gbRd/")
7064 (synopsis "Utilities for processing Rd objects and files")
7065 (description
7066 "This package provides utilities for processing Rd objects and files.
7067 Extract argument descriptions and other parts of the help pages of
7068 functions.")
7069 (license license:gpl2+)))
7070
7071 (define-public r-rjags
7072 (package
7073 (name "r-rjags")
7074 (version "4-10")
7075 (source
7076 (origin
7077 (method url-fetch)
7078 (uri (cran-uri "rjags" version))
7079 (sha256
7080 (base32
7081 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
7082 (build-system r-build-system)
7083 (propagated-inputs
7084 `(("r-coda" ,r-coda)))
7085 (inputs
7086 `(("jags" ,jags)))
7087 (native-inputs
7088 `(("pkg-config" ,pkg-config)))
7089 (home-page "http://mcmc-jags.sourceforge.net")
7090 (synopsis "Bayesian graphical models using MCMC")
7091 (description
7092 "This package provides an R interface to the JAGS MCMC library. JAGS is
7093 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
7094 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
7095 (license license:gpl2)))
7096
7097 (define-public r-rbibutils
7098 (package
7099 (name "r-rbibutils")
7100 (version "2.0")
7101 (source
7102 (origin
7103 (method url-fetch)
7104 (uri (cran-uri "rbibutils" version))
7105 (sha256
7106 (base32
7107 "1vfg2188i4dyhrmvnwpsh2la8qkd4wkryz2fpj4cppi1wfz3ml83"))))
7108 (properties `((upstream-name . "rbibutils")))
7109 (build-system r-build-system)
7110 (home-page "https://geobosh.github.io/rbibutils/")
7111 (synopsis "Convert between bibliography formats")
7112 (description
7113 "This package converts between a number of bibliography formats,
7114 including BibTeX, BibLaTeX and Bibentry. It includes a port of the bibutils
7115 utilities and supports all bibliography formats and character encodings
7116 implemented in bibutils.")
7117 (license license:gpl2)))
7118
7119 (define-public r-rdpack
7120 (package
7121 (name "r-rdpack")
7122 (version "2.1")
7123 (source
7124 (origin
7125 (method url-fetch)
7126 (uri (cran-uri "Rdpack" version))
7127 (sha256
7128 (base32
7129 "1kmz0kq2z1xl55w22paz98x9jpss06abvicmkslv4zq77kz99q16"))))
7130 (properties `((upstream-name . "Rdpack")))
7131 (build-system r-build-system)
7132 (propagated-inputs
7133 `(("r-rbibutils" ,r-rbibutils)
7134 ("r-gbrd" ,r-gbrd)))
7135 (home-page "https://github.com/GeoBosh/Rdpack")
7136 (synopsis "Update and manipulate Rd documentation objects")
7137 (description
7138 "This package provides functions for manipulation of R documentation
7139 objects, including functions @code{reprompt()} and @code{ereprompt()} for
7140 updating Rd documentation for functions, methods and classes; it also includes
7141 Rd macros for citations and import of references from bibtex files for use in
7142 Rd files and roxygen2 comments, as well as many functions for manipulation of
7143 references and Rd files.")
7144 (license license:gpl2+)))
7145
7146 (define-public r-officer
7147 (package
7148 (name "r-officer")
7149 (version "0.3.15")
7150 (source
7151 (origin
7152 (method url-fetch)
7153 (uri (cran-uri "officer" version))
7154 (sha256
7155 (base32
7156 "1s9hrkdx105c1plpxywv68bmp8hvvxbdizhwx81fxr79fhj62x5j"))))
7157 (build-system r-build-system)
7158 (propagated-inputs
7159 `(("r-magrittr" ,r-magrittr)
7160 ("r-r6" ,r-r6)
7161 ("r-uuid" ,r-uuid)
7162 ("r-xml2" ,r-xml2)
7163 ("r-zip" ,r-zip)))
7164 (native-inputs
7165 `(("r-knitr" ,r-knitr)))
7166 (home-page "https://davidgohel.github.io/officer")
7167 (synopsis "Manipulation of Word and PowerPoint documents")
7168 (description
7169 "This package provides tools to access and manipulate Word and PowerPoint
7170 documents from R. The package focuses on tabular and graphical reporting from
7171 R; it also provides two functions that let users get document content into
7172 data objects. A set of functions lets add and remove images, tables and
7173 paragraphs of text in new or existing documents. When working with PowerPoint
7174 presentations, slides can be added or removed; shapes inside slides can also
7175 be added or removed. When working with Word documents, a cursor can be used
7176 to help insert or delete content at a specific location in the document.")
7177 (license license:gpl3)))
7178
7179 (define-public r-profilemodel
7180 (package
7181 (name "r-profilemodel")
7182 (version "0.6.0")
7183 (source
7184 (origin
7185 (method url-fetch)
7186 (uri (cran-uri "profileModel" version))
7187 (sha256
7188 (base32
7189 "0yq8hy43h62hlz8bbf9ila4a3xcwizi1if27b78xc5y857ncwad8"))))
7190 (properties `((upstream-name . "profileModel")))
7191 (build-system r-build-system)
7192 (home-page "https://github.com/ikosmidis/profileModel")
7193 (synopsis "Profiling inference functions for various model classes")
7194 (description
7195 "This package provides tools that can be used to calculate, evaluate,
7196 plot and use for inference the profiles of *arbitrary* inference functions for
7197 arbitrary @code{glm}-like fitted models with linear predictors. More information
7198 on the methods that are implemented can be found in Kosmidis (2008)
7199 @url{https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf}.")
7200 (license license:gpl2+)))
7201
7202 (define-public r-brglm
7203 (package
7204 (name "r-brglm")
7205 (version "0.7.1")
7206 (source
7207 (origin
7208 (method url-fetch)
7209 (uri (cran-uri "brglm" version))
7210 (sha256
7211 (base32
7212 "1v68ma1agwhxar76mfvdfkcnd5h4gmxiz8j491rhdsckg271j7sa"))))
7213 (properties `((upstream-name . "brglm")))
7214 (build-system r-build-system)
7215 (propagated-inputs
7216 `(("r-profilemodel" ,r-profilemodel)))
7217 (home-page "https://github.com/ikosmidis/brglm")
7218 (synopsis "Bias reduction in binomial-response generalized linear models")
7219 (description
7220 "Fit generalized linear models with binomial responses using either an
7221 adjusted-score approach to bias reduction or maximum penalized likelihood
7222 where penalization is by Jeffreys invariant prior. These procedures return
7223 estimates with improved frequentist properties (bias, mean squared error) that
7224 are always finite even in cases where the maximum likelihood estimates are
7225 infinite (data separation). Fitting takes place by fitting generalized linear
7226 models on iteratively updated pseudo-data. The interface is essentially the
7227 same as @code{glm}. More flexibility is provided by the fact that custom
7228 pseudo-data representations can be specified and used for model fitting.
7229 Functions are provided for the construction of confidence intervals for the
7230 reduced-bias estimates.")
7231 (license license:gpl2+)))
7232
7233 (define-public r-entropy
7234 (package
7235 (name "r-entropy")
7236 (version "1.2.1")
7237 (source
7238 (origin
7239 (method url-fetch)
7240 (uri (cran-uri "entropy" version))
7241 (sha256
7242 (base32
7243 "10vg4818q5g54pv2nn9x5i7pvky5nsv96syy47pz2mgqp1273cpd"))))
7244 (properties `((upstream-name . "entropy")))
7245 (build-system r-build-system)
7246 (home-page "https://www.strimmerlab.org/software/entropy/")
7247 (synopsis "Estimation of entropy, mutual information and related quantities")
7248 (description
7249 "This package implements various estimators of entropy, such as the
7250 shrinkage estimator by Hausser and Strimmer, the maximum likelihood and the
7251 Millow-Madow estimator, various Bayesian estimators, and the Chao-Shen
7252 estimator. It also offers an R interface to the NSB estimator. Furthermore,
7253 it provides functions for estimating Kullback-Leibler divergence, chi-squared,
7254 mutual information, and chi-squared statistic of independence. In addition
7255 there are functions for discretizing continuous random variables.")
7256 (license license:gpl3+)))
7257
7258 (define-public r-abn
7259 (package
7260 (name "r-abn")
7261 (version "2.3-0")
7262 (source
7263 (origin
7264 (method url-fetch)
7265 (uri (cran-uri "abn" version))
7266 (sha256
7267 (base32
7268 "17vdrqm6qp5aijg00ah2imj3pqr6cl5r43hgg8dijbrbhznarci6"))))
7269 (build-system r-build-system)
7270 (inputs
7271 `(("gsl" ,gsl)))
7272 (propagated-inputs
7273 `(("r-lme4" ,r-lme4)
7274 ("r-nnet" ,r-nnet)
7275 ("r-rcpp" ,r-rcpp)
7276 ("r-rcpparmadillo" ,r-rcpparmadillo)
7277 ("r-rjags" ,r-rjags)))
7278 (home-page "https://r-bayesian-networks.org/")
7279 (synopsis "Modelling multivariate data with additive bayesian networks")
7280 (description
7281 "Bayesian network analysis is a form of probabilistic graphical models
7282 which derives from empirical data a directed acyclic graph, DAG, describing
7283 the dependency structure between random variables. An additive Bayesian
7284 network model consists of a form of a DAG where each node comprises a
7285 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
7286 equivalent to Bayesian multivariate regression using graphical modelling, they
7287 generalises the usual multivariable regression, GLM, to multiple dependent
7288 variables. This package provides routines to help determine optimal Bayesian
7289 network models for a given data set, where these models are used to identify
7290 statistical dependencies in messy, complex data.")
7291 (license license:gpl2+)))
7292
7293 (define-public r-acd
7294 (package
7295 (name "r-acd")
7296 (version "1.5.3")
7297 (source
7298 (origin
7299 (method url-fetch)
7300 (uri (cran-uri "ACD" version))
7301 (sha256
7302 (base32
7303 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
7304 (properties `((upstream-name . "ACD")))
7305 (build-system r-build-system)
7306 (home-page "https://cran.r-project.org/web/packages/ACD/")
7307 (synopsis "Categorical data analysis with complete or missing responses")
7308 (description
7309 "This package provides tools for categorical data analysis with complete
7310 or missing responses.")
7311 (license license:gpl2+)))
7312
7313 (define-public r-acdm
7314 (package
7315 (name "r-acdm")
7316 (version "1.0.4")
7317 (source
7318 (origin
7319 (method url-fetch)
7320 (uri (cran-uri "ACDm" version))
7321 (sha256
7322 (base32
7323 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
7324 (properties `((upstream-name . "ACDm")))
7325 (build-system r-build-system)
7326 (propagated-inputs
7327 `(("r-dplyr" ,r-dplyr)
7328 ("r-ggplot2" ,r-ggplot2)
7329 ("r-plyr" ,r-plyr)
7330 ("r-rsolnp" ,r-rsolnp)
7331 ("r-zoo" ,r-zoo)))
7332 (home-page "https://cran.r-project.org/web/packages/ACDm/")
7333 (synopsis "Tools for Autoregressive Conditional Duration Models")
7334 (description
7335 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
7336 and Russell, 1998) models. It creates trade, price or volume durations from
7337 transactions (tic) data, performs diurnal adjustments, fits various ACD models
7338 and tests them.")
7339 (license license:gpl2+)))
7340
7341 (define-public r-overlap
7342 (package
7343 (name "r-overlap")
7344 (version "0.3.3")
7345 (source
7346 (origin
7347 (method url-fetch)
7348 (uri (cran-uri "overlap" version))
7349 (sha256
7350 (base32
7351 "17cnr4qin1qy0df4k491267acna12gpbbps6w3gi8nccqxfrb1pd"))))
7352 (build-system r-build-system)
7353 (home-page "https://cran.r-project.org/web/packages/overlap/")
7354 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
7355 (description
7356 "This package provides functions to fit kernel density functions to data
7357 on temporal activity patterns of animals; estimate coefficients of overlapping
7358 of densities for two species; and calculate bootstrap estimates of confidence
7359 intervals.")
7360 (license license:gpl3+)))
7361
7362 (define-public r-snakecase
7363 (package
7364 (name "r-snakecase")
7365 (version "0.11.0")
7366 (source
7367 (origin
7368 (method url-fetch)
7369 (uri (cran-uri "snakecase" version))
7370 (sha256
7371 (base32
7372 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
7373 (build-system r-build-system)
7374 (propagated-inputs
7375 `(("r-stringi" ,r-stringi)
7376 ("r-stringr" ,r-stringr)))
7377 (home-page "https://github.com/Tazinho/snakecase")
7378 (synopsis "Convert strings into any case")
7379 (description
7380 "This package provides a consistent, flexible and easy to use tool to
7381 parse and convert strings into cases like snake or camel among others.")
7382 (license license:gpl3)))
7383
7384 (define-public r-prediction
7385 (package
7386 (name "r-prediction")
7387 (version "0.3.14")
7388 (source
7389 (origin
7390 (method url-fetch)
7391 (uri (cran-uri "prediction" version))
7392 (sha256
7393 (base32
7394 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
7395 (build-system r-build-system)
7396 (propagated-inputs
7397 `(("r-data-table" ,r-data-table)))
7398 (home-page "https://github.com/leeper/prediction")
7399 (synopsis "Tidy, type-safe prediction methods")
7400 (description
7401 "This package provides the @code{prediction()} function, a type-safe
7402 alternative to @code{predict()} that always returns a data frame. The package
7403 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
7404 from the @code{stats} package, as well as numerous other model classes from
7405 other add-on packages.")
7406 (license license:expat)))
7407
7408 (define-public r-insight
7409 (package
7410 (name "r-insight")
7411 (version "0.11.1")
7412 (source
7413 (origin
7414 (method url-fetch)
7415 (uri (cran-uri "insight" version))
7416 (sha256
7417 (base32
7418 "1m95xfvai1kbzqxdggjvdbk6ax2dg4v2lrfpqn7v607g2n77n2k0"))))
7419 (build-system r-build-system)
7420 (native-inputs
7421 `(("r-knitr" ,r-knitr)))
7422 (home-page "https://easystats.github.io/insight/")
7423 (synopsis "Easy access to model information for various model objects")
7424 (description
7425 "This package provides a tool to provide an easy, intuitive and
7426 consistent access to information contained in various R models, like model
7427 formulas, model terms, information about random effects, data that was used to
7428 fit the model or data from response variables. The package mainly revolves
7429 around two types of functions: Functions that find (the names of) information,
7430 starting with @code{find_}, and functions that get the underlying data,
7431 starting with @code{get_}. The package has a consistent syntax and works with
7432 many different model objects, where otherwise functions to access these
7433 information are missing.")
7434 (license license:gpl3)))
7435
7436 (define-public r-sjlabelled
7437 (package
7438 (name "r-sjlabelled")
7439 (version "1.1.7")
7440 (source
7441 (origin
7442 (method url-fetch)
7443 (uri (cran-uri "sjlabelled" version))
7444 (sha256
7445 (base32
7446 "0d3fsjd2gxchv8mlx9l5pf8xvkmx4pgvizam83f3qss07bmvpzwg"))))
7447 (build-system r-build-system)
7448 (propagated-inputs
7449 `(("r-insight" ,r-insight)))
7450 (native-inputs
7451 `(("r-knitr" ,r-knitr)))
7452 (home-page "https://github.com/strengejacke/sjlabelled")
7453 (synopsis "Labelled data utility functions")
7454 (description
7455 "This package provides a collection of functions dealing with labelled
7456 data, like reading and writing data between R and other statistical software
7457 packages. This includes easy ways to get, set or change value and variable
7458 label attributes, to convert labelled vectors into factors or numeric (and
7459 vice versa), or to deal with multiple declared missing values.")
7460 (license license:gpl3)))
7461
7462 (define-public r-sjmisc
7463 (package
7464 (name "r-sjmisc")
7465 (version "2.8.5")
7466 (source
7467 (origin
7468 (method url-fetch)
7469 (uri (cran-uri "sjmisc" version))
7470 (sha256
7471 (base32
7472 "0xl0s56d13bia89ai619rcr0fzbvc2k8f7hjxik4qp0g4v87zzlk"))))
7473 (build-system r-build-system)
7474 (propagated-inputs
7475 `(("r-dplyr" ,r-dplyr)
7476 ("r-insight" ,r-insight)
7477 ("r-magrittr" ,r-magrittr)
7478 ("r-purrr" ,r-purrr)
7479 ("r-rlang" ,r-rlang)
7480 ("r-sjlabelled" ,r-sjlabelled)
7481 ("r-tidyselect" ,r-tidyselect)))
7482 (native-inputs
7483 `(("r-knitr" ,r-knitr)))
7484 (home-page "https://github.com/strengejacke/sjmisc")
7485 (synopsis "Data and variable transformation functions")
7486 (description
7487 "This package is a collection of miscellaneous utility functions,
7488 supporting data transformation tasks like recoding, dichotomizing or grouping
7489 variables, setting and replacing missing values. The data transformation
7490 functions also support labelled data, and all integrate seamlessly into a
7491 tidyverse workflow.")
7492 (license license:gpl3)))
7493
7494 (define-public r-nortest
7495 (package
7496 (name "r-nortest")
7497 (version "1.0-4")
7498 (source
7499 (origin
7500 (method url-fetch)
7501 (uri (cran-uri "nortest" version))
7502 (sha256
7503 (base32
7504 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
7505 (build-system r-build-system)
7506 (home-page "https://cran.r-project.org/web/packages/nortest/")
7507 (synopsis "Tests for normality")
7508 (description
7509 "This package provides five omnibus tests for testing the composite
7510 hypothesis of normality.")
7511 (license license:gpl2+)))
7512
7513 (define-public r-moonbook
7514 (package
7515 (name "r-moonbook")
7516 (version "0.2.3")
7517 (source
7518 (origin
7519 (method url-fetch)
7520 (uri (cran-uri "moonBook" version))
7521 (sha256
7522 (base32
7523 "0hys56mwbm776ff7dibi8wzyf69qiais9rs1jazv79lk6h56s9s6"))))
7524 (properties `((upstream-name . "moonBook")))
7525 (build-system r-build-system)
7526 (propagated-inputs
7527 `(("r-magrittr" ,r-magrittr)
7528 ("r-nortest" ,r-nortest)
7529 ("r-purrr" ,r-purrr)
7530 ("r-sjmisc" ,r-sjmisc)
7531 ("r-stringr" ,r-stringr)
7532 ("r-survival" ,r-survival)))
7533 (home-page "https://github.com/cardiomoon/moonBook")
7534 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
7535 (description
7536 "This package provides several analysis-related functions for the book
7537 entitled \"R statistics and graph for medical articles\" (written in Korean),
7538 version 1, by Keon-Woong Moon with Korean demographic data with several plot
7539 functions.")
7540 (license license:gpl2)))
7541
7542 (define-public r-flextable
7543 (package
7544 (name "r-flextable")
7545 (version "0.6.1")
7546 (source
7547 (origin
7548 (method url-fetch)
7549 (uri (cran-uri "flextable" version))
7550 (sha256
7551 (base32
7552 "06nzyd2a9yaf9hmn740xrgxw0448z5dvlplcj3kizz9sm23aw9li"))))
7553 (build-system r-build-system)
7554 (propagated-inputs
7555 `(("r-base64enc" ,r-base64enc)
7556 ("r-data-table" ,r-data-table)
7557 ("r-gdtools" ,r-gdtools)
7558 ("r-htmltools" ,r-htmltools)
7559 ("r-knitr" ,r-knitr)
7560 ("r-officer" ,r-officer)
7561 ("r-rlang" ,r-rlang)
7562 ("r-rmarkdown" ,r-rmarkdown)
7563 ("r-uuid" ,r-uuid)
7564 ("r-xml2" ,r-xml2)))
7565 (native-inputs
7566 `(("r-knitr" ,r-knitr)))
7567 (home-page "https://davidgohel.github.io/flextable")
7568 (synopsis "Functions for tabular reporting")
7569 (description
7570 "This package provides tools to create pretty tables for HTML documents
7571 and other formats. Functions are provided to let users create tables, modify
7572 and format their content. It extends the @code{officer} package and can be
7573 used within R markdown documents when rendering to HTML and to Word
7574 documents.")
7575 (license license:gpl3)))
7576
7577 (define-public r-writexl
7578 (package
7579 (name "r-writexl")
7580 (version "1.3.1")
7581 (source
7582 (origin
7583 (method url-fetch)
7584 (uri (cran-uri "writexl" version))
7585 (sha256
7586 (base32
7587 "1njdhvh8605wd2j8glrbxfyc36p2n88prpq080jn44s9lgfmbgsb"))))
7588 (build-system r-build-system)
7589 (inputs `(("zlib" ,zlib)))
7590 (home-page "https://github.com/ropensci/writexl")
7591 (synopsis "Export data frames to xlsx format")
7592 (description
7593 "This package provides a data frame to xlsx exporter based on
7594 libxlsxwriter.")
7595 (license license:bsd-2)))
7596
7597 (define-public r-biasedurn
7598 (package
7599 (name "r-biasedurn")
7600 (version "1.07")
7601 (source
7602 (origin
7603 (method url-fetch)
7604 (uri (cran-uri "BiasedUrn" version))
7605 (sha256
7606 (base32
7607 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
7608 (properties `((upstream-name . "BiasedUrn")))
7609 (build-system r-build-system)
7610 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
7611 (synopsis "Biased Urn model distributions")
7612 (description
7613 "This package provides statistical models of biased sampling in the form
7614 of univariate and multivariate noncentral hypergeometric distributions,
7615 including Wallenius' noncentral hypergeometric distribution and Fisher's
7616 noncentral hypergeometric distribution (also called extended hypergeometric
7617 distribution).")
7618 (license license:gpl3)))
7619
7620 (define-public r-goplot
7621 (package
7622 (name "r-goplot")
7623 (version "1.0.2")
7624 (source
7625 (origin
7626 (method url-fetch)
7627 (uri (cran-uri "GOplot" version))
7628 (sha256
7629 (base32
7630 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
7631 (properties `((upstream-name . "GOplot")))
7632 (build-system r-build-system)
7633 (propagated-inputs
7634 `(("r-ggdendro" ,r-ggdendro)
7635 ("r-ggplot2" ,r-ggplot2)
7636 ("r-gridextra" ,r-gridextra)
7637 ("r-rcolorbrewer" ,r-rcolorbrewer)))
7638 (home-page "https://github.com/wencke/wencke.github.io")
7639 (synopsis "Visualization of functional analysis data")
7640 (description
7641 "This package provides an implementation of multilayered visualizations
7642 for enhanced graphical representation of functional analysis data. It
7643 combines and integrates omics data derived from expression and functional
7644 annotation enrichment analyses. Its plotting functions have been developed
7645 with an hierarchical structure in mind: starting from a general overview to
7646 identify the most enriched categories (modified bar plot, bubble plot) to a
7647 more detailed one displaying different types of relevant information for the
7648 molecules in a given set of categories (circle plot, chord plot, cluster plot,
7649 Venn diagram, heatmap).")
7650 (license license:gpl2)))
7651
7652 (define-public r-getopt
7653 (package
7654 (name "r-getopt")
7655 (version "1.20.3")
7656 (source
7657 (origin
7658 (method url-fetch)
7659 (uri (cran-uri "getopt" version))
7660 (sha256
7661 (base32
7662 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
7663 (build-system r-build-system)
7664 (home-page "https://github.com/trevorld/getopt")
7665 (synopsis "Command-line option processor for R")
7666 (description
7667 "This package is designed to be used with Rscript to write shebang
7668 scripts that accept short and long options. Many users will prefer to
7669 use the packages @code{optparse} or @code{argparse} which add extra
7670 features like automatically generated help options and usage texts,
7671 support for default values, positional argument support, etc.")
7672 (license license:gpl2+)))
7673
7674 (define-public r-findpython
7675 (package
7676 (name "r-findpython")
7677 (version "1.0.5")
7678 (source
7679 (origin
7680 (method url-fetch)
7681 (uri (cran-uri "findpython" version))
7682 (sha256
7683 (base32
7684 "0icifm4z6hhpmcjrg75a875iph0ci890ss02kdv3725pijc236iy"))))
7685 (build-system r-build-system)
7686 (home-page "https://github.com/trevorld/findpython")
7687 (synopsis "Functions to find an acceptable Python binary")
7688 (description
7689 "This package was designed to find an acceptable Python binary that
7690 matches version and feature constraints.")
7691 (license license:expat)))
7692
7693 ;; This in not the same as "r-argparser"
7694 (define-public r-argparse
7695 (package
7696 (name "r-argparse")
7697 (version "2.0.3")
7698 (source
7699 (origin
7700 (method url-fetch)
7701 (uri (cran-uri "argparse" version))
7702 (sha256
7703 (base32
7704 "1c2r417m1dxk1jhcggv3g4zax5a59k9rqs9jcs6xy2pa2333jqfj"))))
7705 (build-system r-build-system)
7706 (inputs `(("python" ,python)))
7707 (propagated-inputs
7708 `(("r-findpython" ,r-findpython)
7709 ("r-jsonlite" ,r-jsonlite)
7710 ("r-r6" ,r-r6)))
7711 (native-inputs
7712 `(("r-knitr" ,r-knitr)))
7713 (home-page "https://github.com/trevorld/argparse")
7714 (synopsis "Command line optional and positional argument parser")
7715 (description
7716 "This package provides a command line parser to be used with Rscript to
7717 write shebang scripts that gracefully accept positional and optional arguments
7718 and automatically generate usage notices.")
7719 (license license:gpl2+)))
7720
7721 (define-public r-hash
7722 (package
7723 (name "r-hash")
7724 (version "2.2.6.1")
7725 (source
7726 (origin
7727 (method url-fetch)
7728 (uri (cran-uri "hash" version))
7729 (sha256
7730 (base32
7731 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
7732 (build-system r-build-system)
7733 (home-page "https://cran.r-project.org/web/packages/hash/")
7734 (synopsis "Implementation of hash/associated arrays/dictionaries")
7735 (description
7736 "This package implements a data structure similar to hashes in Perl and
7737 dictionaries in Python but with a purposefully R flavor. For objects of
7738 appreciable size, access using hashes outperforms native named lists and
7739 vectors.")
7740 (license license:gpl2+)))
7741
7742 (define-public r-orddom
7743 (package
7744 (name "r-orddom")
7745 (version "3.1")
7746 (source
7747 (origin
7748 (method url-fetch)
7749 (uri (cran-uri "orddom" version))
7750 (sha256
7751 (base32
7752 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
7753 (build-system r-build-system)
7754 (propagated-inputs `(("r-psych" ,r-psych)))
7755 (home-page "https://cran.r-project.org/web/packages/orddom/")
7756 (synopsis "Ordinal dominance statistics")
7757 (description
7758 "This package provides tools to compute ordinal, statistics and effect
7759 sizes as an alternative to mean comparison: Cliff's delta or success rate
7760 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
7761 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
7762 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
7763 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
7764 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
7765 Group (Non-)Overlap considerations.")
7766 (license license:gpl2)))
7767
7768 (define-public r-deriv
7769 (package
7770 (name "r-deriv")
7771 (version "4.1.1")
7772 (source
7773 (origin
7774 (method url-fetch)
7775 (uri (cran-uri "Deriv" version))
7776 (sha256
7777 (base32
7778 "1fzchsignpb7cpizbf6l8v9k1nkmaf4r4j3mnxz0csl2g2npi1xc"))))
7779 (properties `((upstream-name . "Deriv")))
7780 (build-system r-build-system)
7781 (home-page "https://cran.r-project.org/web/packages/Deriv")
7782 (synopsis "Symbolic differentiation")
7783 (description
7784 "This package provides an R-based solution for symbolic differentiation.
7785 It admits user-defined functions as well as function substitution in arguments
7786 of functions to be differentiated. Some symbolic simplification is part of
7787 the work.")
7788 (license license:gpl3+)))
7789
7790 (define-public r-doby
7791 (package
7792 (name "r-doby")
7793 (version "4.6.8")
7794 (source
7795 (origin
7796 (method url-fetch)
7797 (uri (cran-uri "doBy" version))
7798 (sha256
7799 (base32
7800 "0r97kwsj6g87m7shgnjc5c9y71jkhiq4xd9q0s2bxl0vl92qqwvg"))))
7801 (properties `((upstream-name . "doBy")))
7802 (build-system r-build-system)
7803 (propagated-inputs
7804 `(("r-broom" ,r-broom)
7805 ("r-deriv" ,r-deriv)
7806 ("r-dplyr" ,r-dplyr)
7807 ("r-ggplot2" ,r-ggplot2)
7808 ("r-magrittr" ,r-magrittr)
7809 ("r-mass" ,r-mass)
7810 ("r-matrix" ,r-matrix)
7811 ("r-pbkrtest" ,r-pbkrtest)
7812 ("r-tibble" ,r-tibble)))
7813 (native-inputs
7814 `(("r-knitr" ,r-knitr)))
7815 (home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
7816 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
7817 (description
7818 "This package contains:
7819
7820 @itemize
7821 @item facilities for working with grouped data: @code{do}
7822 something to data stratified @code{by} some variables.
7823 @item implementations of least-squares means, general linear contrasts, and
7824 @item miscellaneous other utilities.
7825 @end itemize\n")
7826 (license license:gpl2+)))
7827
7828 (define-public r-refgenome
7829 (package
7830 (name "r-refgenome")
7831 (version "1.7.7")
7832 (source
7833 (origin
7834 (method url-fetch)
7835 (uri (cran-uri "refGenome" version))
7836 (sha256
7837 (base32
7838 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
7839 (properties `((upstream-name . "refGenome")))
7840 (build-system r-build-system)
7841 (propagated-inputs
7842 `(("r-dbi" ,r-dbi)
7843 ("r-doby" ,r-doby)
7844 ("r-rsqlite" ,r-rsqlite)))
7845 (home-page "https://cran.r-project.org/web/packages/refGenome/")
7846 (synopsis
7847 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
7848 (description
7849 "This package contains functionality for importing and managing of
7850 downloaded genome annotation data from the Ensembl genome browser (European
7851 Bioinformatics Institute) and from the UCSC genome browser (University of
7852 California, Santa Cruz) and annotation routines for genomic positions and
7853 splice site positions.")
7854 (license license:gpl2)))
7855
7856 (define-public r-basix
7857 (package
7858 (name "r-basix")
7859 (version "1.1")
7860 (source
7861 (origin
7862 (method url-fetch)
7863 (uri (cran-uri "BASIX" version))
7864 (sha256
7865 (base32
7866 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
7867 (properties `((upstream-name . "BASIX")))
7868 (build-system r-build-system)
7869 (home-page "https://cran.r-project.org/web/packages/BASIX/")
7870 (synopsis "Efficient C/C++ toolset for R")
7871 (description
7872 "BASIX provides some efficient C/C++ implementations of native R
7873 procedures to speed up calculations in R.")
7874 (license license:gpl2)))
7875
7876 (define-public r-blockfest
7877 (package
7878 (name "r-blockfest")
7879 (version "1.6")
7880 (source
7881 (origin
7882 (method url-fetch)
7883 (uri (cran-uri "BlockFeST" version))
7884 (sha256
7885 (base32
7886 "0hj7a5as7nxbgjac7lbj6qfwffx3g8x8phpf9a55f1c9cdzi73a5"))))
7887 (properties `((upstream-name . "BlockFeST")))
7888 (build-system r-build-system)
7889 (propagated-inputs `(("r-basix" ,r-basix)))
7890 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
7891 (synopsis "Bayesian calculation of region-specific fixation index")
7892 (description
7893 "This package provides an R implementation of an extension of the
7894 BayeScan software for codominant markers, adding the option to group
7895 individual SNPs into pre-defined blocks. A typical application of this new
7896 approach is the identification of genomic regions, genes, or gene sets
7897 containing one or more SNPs that evolved under directional selection.")
7898 (license license:gpl2)))
7899
7900 (define-public r-proc
7901 (package
7902 (name "r-proc")
7903 (version "1.16.2")
7904 (source
7905 (origin
7906 (method url-fetch)
7907 (uri (cran-uri "pROC" version))
7908 (sha256
7909 (base32
7910 "0apwa5zzqh74pjnvf5a1s5qf6i9r5h44jdllfrwymkd2v479d2xn"))))
7911 (properties `((upstream-name . "pROC")))
7912 (build-system r-build-system)
7913 (propagated-inputs
7914 `(("r-plyr" ,r-plyr)
7915 ("r-rcpp" ,r-rcpp)))
7916 (home-page "https://web.expasy.org/pROC/")
7917 (synopsis "Display and analyze ROC curves")
7918 (description
7919 "This package provides tools for visualizing, smoothing and comparing
7920 receiver operating characteristic (ROC curves). The area under the
7921 curve (AUC) can be compared with statistical tests based on U-statistics or
7922 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
7923 (license license:gpl3+)))
7924
7925 (define-public r-rootsolve
7926 (package
7927 (name "r-rootsolve")
7928 (version "1.8.2.1")
7929 (source
7930 (origin
7931 (method url-fetch)
7932 (uri (cran-uri "rootSolve" version))
7933 (sha256
7934 (base32
7935 "0c9hhgq1pgqdg80a6n2ssfbj5nyaf97y4iiya7j7l6b34qc53128"))))
7936 (properties `((upstream-name . "rootSolve")))
7937 (build-system r-build-system)
7938 (native-inputs `(("gfortran" ,gfortran)))
7939 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
7940 (synopsis "Tools for the analysis of ordinary differential equations")
7941 (description
7942 "This package provides routines to find the root of nonlinear functions,
7943 and to perform steady-state and equilibrium analysis of @dfn{ordinary
7944 differential equations} (ODE). It includes routines that:
7945
7946 @enumerate
7947 @item generate gradient and jacobian matrices (full and banded),
7948 @item find roots of non-linear equations by the Newton-Raphson method,
7949 @item estimate steady-state conditions of a system of (differential) equations
7950 in full, banded or sparse form, using the Newton-Raphson method, or by
7951 dynamically running,
7952 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
7953 and 3-D partial differential equations, that have been converted to ordinary
7954 differential equations by numerical differencing (using the method-of-lines
7955 approach).
7956 @end enumerate\n")
7957 (license license:gpl2+)))
7958
7959 (define-public r-abcanalysis
7960 (package
7961 (name "r-abcanalysis")
7962 (version "1.2.1")
7963 (source
7964 (origin
7965 (method url-fetch)
7966 (uri (cran-uri "ABCanalysis" version))
7967 (sha256
7968 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
7969 (properties `((upstream-name . "ABCanalysis")))
7970 (build-system r-build-system)
7971 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
7972 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
7973 (synopsis "Computed ABC Analysis")
7974 (description
7975 "Multivariate data sets often differ in several factors or derived statistical
7976 parameters, which have to be selected for a valid interpretation. Basing this
7977 selection on traditional statistical limits leads occasionally to the perception
7978 of losing information from a data set. This package provides tools to calculate
7979 these limits on the basis of the mathematical properties of the distribution of
7980 the analyzed items.")
7981 (license license:gpl3)))
7982
7983 (define-public r-slam
7984 (package
7985 (name "r-slam")
7986 (version "0.1-47")
7987 (source
7988 (origin
7989 (method url-fetch)
7990 (uri (cran-uri "slam" version))
7991 (sha256
7992 (base32 "12fggw2c7hz3bpvsaqm24g3r6lbpq6jgli24g7x5j859iak5cqv9"))))
7993 (build-system r-build-system)
7994 (home-page "https://cran.r-project.org/web/packages/slam/")
7995 (synopsis "Sparse lightweight arrays and matrices")
7996 (description
7997 "This package contains data structures and algorithms for sparse arrays and matrices,
7998 based on index arrays and simple triplet representations, respectively.")
7999 (license license:gpl2)))
8000
8001 (define-public r-manipulatewidget
8002 (package
8003 (name "r-manipulatewidget")
8004 (version "0.10.1")
8005 (source
8006 (origin
8007 (method url-fetch)
8008 (uri (cran-uri "manipulateWidget" version))
8009 (sha256
8010 (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
8011 (properties
8012 `((upstream-name . "manipulateWidget")))
8013 (build-system r-build-system)
8014 (propagated-inputs
8015 `(("r-base64enc" ,r-base64enc)
8016 ("r-codetools" ,r-codetools)
8017 ("r-htmltools" ,r-htmltools)
8018 ("r-htmlwidgets" ,r-htmlwidgets)
8019 ("r-knitr" ,r-knitr)
8020 ("r-miniui" ,r-miniui)
8021 ("r-shiny" ,r-shiny)
8022 ("r-webshot" ,r-webshot)))
8023 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
8024 (synopsis "Add even more interactivity to interactive charts")
8025 (description
8026 "This package lets you create in just a few lines of R code a nice user interface to
8027 modify the data or the graphical parameters of one or multiple interactive
8028 charts. It is useful to quickly explore visually some data or for package
8029 developers to generate user interfaces easy to maintain.")
8030 (license license:gpl2+)))
8031
8032 (define-public r-a3
8033 (package
8034 (name "r-a3")
8035 (version "1.0.0")
8036 (source
8037 (origin
8038 (method url-fetch)
8039 (uri (cran-uri "A3" version))
8040 (sha256
8041 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
8042 (properties `((upstream-name . "A3")))
8043 (build-system r-build-system)
8044 (propagated-inputs
8045 `(("r-pbapply" ,r-pbapply)
8046 ("r-xtable" ,r-xtable)))
8047 (home-page "https://cran.r-project.org/web/packages/A3/")
8048 (synopsis "Error metrics for predictive models")
8049 (description
8050 "This package supplies tools for tabulating and analyzing the results of predictive
8051 models. The methods employed are applicable to virtually any predictive model
8052 and make comparisons between different methodologies straightforward.")
8053 (license license:gpl2+)))
8054
8055 (define-public r-infotheo
8056 (package
8057 (name "r-infotheo")
8058 (version "1.2.0")
8059 (source
8060 (origin
8061 (method url-fetch)
8062 (uri (cran-uri "infotheo" version))
8063 (sha256
8064 (base32
8065 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
8066 (build-system r-build-system)
8067 (home-page "http://homepage.meyerp.com/software")
8068 (synopsis "Information-theoretic measures")
8069 (description
8070 "This package implements various measures of information theory based on
8071 several entropy estimators.")
8072 (license license:gpl3+)))
8073
8074 (define-public r-abcoptim
8075 (package
8076 (name "r-abcoptim")
8077 (version "0.15.0")
8078 (source
8079 (origin
8080 (method url-fetch)
8081 (uri (cran-uri "ABCoptim" version))
8082 (sha256
8083 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
8084 (properties `((upstream-name . "ABCoptim")))
8085 (build-system r-build-system)
8086 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
8087 (home-page "https://github.com/gvegayon/ABCoptim/")
8088 (synopsis "Optimization of Artificial Bee Colony algorithm")
8089 (description
8090 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
8091 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
8092 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
8093 algorithms, and uses only common control parameters such as colony size and
8094 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
8095 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
8096 This version is a work-in-progress and is written in R code.")
8097 (license license:expat)))
8098
8099 (define-public r-abcp2
8100 (package
8101 (name "r-abcp2")
8102 (version "1.2")
8103 (source
8104 (origin
8105 (method url-fetch)
8106 (uri (cran-uri "ABCp2" version))
8107 (sha256
8108 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
8109 (properties `((upstream-name . "ABCp2")))
8110 (build-system r-build-system)
8111 (propagated-inputs `(("r-mass" ,r-mass)))
8112 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
8113 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
8114 (description
8115 "This package tests the goodness of fit of a distribution of offspring to the Normal,
8116 Poisson, and Gamma distribution and estimates the proportional paternity of the
8117 second male (P2) based on the best fit distribution.")
8118 (license license:gpl2)))
8119
8120 (define-public r-abcrf
8121 (package
8122 (name "r-abcrf")
8123 (version "1.8.1")
8124 (source
8125 (origin
8126 (method url-fetch)
8127 (uri (cran-uri "abcrf" version))
8128 (sha256
8129 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
8130 (build-system r-build-system)
8131 (propagated-inputs
8132 `(("r-doparallel" ,r-doparallel)
8133 ("r-foreach" ,r-foreach)
8134 ("r-mass" ,r-mass)
8135 ("r-matrixstats" ,r-matrixstats)
8136 ("r-ranger" ,r-ranger)
8137 ("r-rcpp" ,r-rcpp)
8138 ("r-rcpparmadillo" ,r-rcpparmadillo)
8139 ("r-readr" ,r-readr)
8140 ("r-stringr" ,r-stringr)))
8141 (home-page "https://cran.r-project.org/web/packages/abcrf/")
8142 (synopsis "Approximate bayesian computation via random forests")
8143 (description
8144 "This package performs approximate bayesian computation (ABC) model choice and
8145 parameter inference via random forests. This machine learning tool named random
8146 forests (RF) can conduct selection among the highly complex models covered by
8147 ABC algorithms.")
8148 (license license:gpl2+)))
8149
8150 (define-public r-abctools
8151 (package
8152 (name "r-abctools")
8153 (version "1.1.3")
8154 (source
8155 (origin
8156 (method url-fetch)
8157 (uri (cran-uri "abctools" version))
8158 (sha256
8159 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
8160 (build-system r-build-system)
8161 (propagated-inputs
8162 `(("r-abc" ,r-abc)
8163 ("r-abind" ,r-abind)
8164 ("r-hmisc" ,r-hmisc)
8165 ("r-plyr" ,r-plyr)))
8166 (home-page "https://github.com/dennisprangle/abctools/")
8167 (synopsis "Tools for ABC analyses")
8168 (description
8169 "This @code{r-abctools} package provides tools for approximate Bayesian computation
8170 including summary statistic selection and assessing coverage. This includes
8171 recent dimension reduction algorithms to tune the choice of summary statistics,
8172 and coverage methods to tune the choice of threshold.")
8173 (license license:gpl2+)))
8174
8175 (define-public r-ggstance
8176 (package
8177 (name "r-ggstance")
8178 (version "0.3.4")
8179 (source
8180 (origin
8181 (method url-fetch)
8182 (uri (cran-uri "ggstance" version))
8183 (sha256
8184 (base32 "0aqz3dn02cgij018a4sglqwrwr9dzzj12l8xr1064q7hfd4f64m1"))))
8185 (build-system r-build-system)
8186 (propagated-inputs
8187 `(("r-ggplot2" ,r-ggplot2)
8188 ("r-plyr" ,r-plyr)
8189 ("r-rlang" ,r-rlang)
8190 ("r-withr" ,r-withr)))
8191 (home-page "https://cran.r-project.org/web/packages/ggstance/")
8192 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
8193 (description
8194 "This package is a @code{r-ggplot2} extension that provides flipped components:
8195 @enumerate
8196 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
8197 @item vertical versions of @code{r-ggplot2} positions.
8198 @end enumerate")
8199 (license license:gpl3)))
8200
8201 (define-public r-mosaiccore
8202 (package
8203 (name "r-mosaiccore")
8204 (version "0.8.0")
8205 (source
8206 (origin
8207 (method url-fetch)
8208 (uri (cran-uri "mosaicCore" version))
8209 (sha256
8210 (base32 "00va6x1i8d3wkm1bgsms9dsjfn5a1l43prpl9pqirgq3zm85hrqj"))))
8211 (properties `((upstream-name . "mosaicCore")))
8212 (build-system r-build-system)
8213 (propagated-inputs
8214 `(("r-dplyr" ,r-dplyr)
8215 ("r-mass" ,r-mass)
8216 ("r-rlang" ,r-rlang)
8217 ("r-tidyr" ,r-tidyr)))
8218 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
8219 (synopsis "Common utilities for mosaic family packages")
8220 (description
8221 "Common utilities used in other Mosaic family packages are collected here.")
8222 (license license:gpl2+)))
8223
8224 (define-public r-ggformula
8225 (package
8226 (name "r-ggformula")
8227 (version "0.9.4")
8228 (source
8229 (origin
8230 (method url-fetch)
8231 (uri (cran-uri "ggformula" version))
8232 (sha256
8233 (base32 "04vdhg1bbc1psrx9ggaphz7cx4fw5xsmhkqpqfcg2w4ba2bjy46f"))))
8234 (build-system r-build-system)
8235 (propagated-inputs
8236 `(("r-ggforce" ,r-ggforce)
8237 ("r-ggplot2" ,r-ggplot2)
8238 ("r-ggstance" ,r-ggstance)
8239 ("r-magrittr" ,r-magrittr)
8240 ("r-mosaiccore" ,r-mosaiccore)
8241 ("r-rlang" ,r-rlang)
8242 ("r-stringr" ,r-stringr)
8243 ("r-tibble" ,r-tibble)))
8244 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
8245 (synopsis "Formula interface for the @code{r-ggplot2}")
8246 (description
8247 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
8248 gf_density(), and so on, bring the formula interface to ggplot(). This captures
8249 and extends the excellent simplicity of the lattice-graphics formula interface,
8250 while providing the intuitive capabilities of @code{r-ggplot2}.")
8251 (license license:expat)))
8252
8253 (define-public r-mosaicdata
8254 (package
8255 (name "r-mosaicdata")
8256 (version "0.20.1")
8257 (source
8258 (origin
8259 (method url-fetch)
8260 (uri (cran-uri "mosaicData" version))
8261 (sha256
8262 (base32 "05mrwvs7awhpv2gvk0jjva74gndfgh2cl17slxcjhwlpga8nmxji"))))
8263 (properties `((upstream-name . "mosaicData")))
8264 (build-system r-build-system)
8265 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
8266 (synopsis "Data sets for project Mosaic")
8267 (description
8268 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
8269 used to teach mathematics, statistics, computation and modeling.")
8270 (license license:gpl2+)))
8271
8272 (define-public r-raster
8273 (package
8274 (name "r-raster")
8275 (version "3.3-13")
8276 (source
8277 (origin
8278 (method url-fetch)
8279 (uri (cran-uri "raster" version))
8280 (sha256
8281 (base32
8282 "1s6457rq94qvm3s2lqscs2c2gn5kzcpxa13i8nhlgb1klx5kams7"))))
8283 (build-system r-build-system)
8284 (propagated-inputs
8285 `(("r-rcpp" ,r-rcpp)
8286 ("r-sp" ,r-sp)))
8287 (home-page "https://www.rspatial.org/")
8288 (synopsis "Geographic data analysis and modeling")
8289 (description
8290 "The package implements basic and high-level functions for reading,
8291 writing, manipulating, analyzing and modeling of gridded spatial data.
8292 Processing of very large files is supported.")
8293 (license license:gpl3+)))
8294
8295 (define-public r-mosaic
8296 (package
8297 (name "r-mosaic")
8298 (version "1.4.0")
8299 (source
8300 (origin
8301 (method url-fetch)
8302 (uri (cran-uri "mosaic" version))
8303 (sha256
8304 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
8305 (build-system r-build-system)
8306 (propagated-inputs
8307 `(("r-broom" ,r-broom)
8308 ("r-dplyr" ,r-dplyr)
8309 ("r-ggdendro" ,r-ggdendro)
8310 ("r-ggformula" ,r-ggformula)
8311 ("r-ggplot2" ,r-ggplot2)
8312 ("r-ggrepel" ,r-ggrepel)
8313 ("r-glue" ,r-glue)
8314 ("r-gridextra" ,r-gridextra)
8315 ("r-lattice" ,r-lattice)
8316 ("r-latticeextra" ,r-latticeextra)
8317 ("r-lazyeval" ,r-lazyeval)
8318 ("r-mass" ,r-mass)
8319 ("r-matrix" ,r-matrix)
8320 ("r-mosaiccore" ,r-mosaiccore)
8321 ("r-mosaicdata" ,r-mosaicdata)
8322 ("r-readr" ,r-readr)
8323 ("r-tidyr" ,r-tidyr)))
8324 (native-inputs
8325 `(("r-knitr" ,r-knitr)))
8326 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
8327 (synopsis "Mathematics, statistics, and computation teaching utilities")
8328 (description
8329 "This package contain data sets and utilities from
8330 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
8331 statistics, computation and modeling. Project MOSAIC is a community of
8332 educators working to tie together aspects of quantitative work that students
8333 in science, technology, engineering and mathematics will need in their
8334 professional lives, but which are usually taught in isolation, if at all.")
8335 (license license:gpl2+)))
8336
8337 (define-public r-abd
8338 (package
8339 (name "r-abd")
8340 (version "0.2-8")
8341 (source
8342 (origin
8343 (method url-fetch)
8344 (uri (cran-uri "abd" version))
8345 (sha256
8346 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
8347 (build-system r-build-system)
8348 (propagated-inputs
8349 `(("r-lattice" ,r-lattice)
8350 ("r-mosaic" ,r-mosaic)
8351 ("r-nlme" ,r-nlme)))
8352 (home-page "https://cran.r-project.org/web/packages/abd/")
8353 (synopsis "Analysis of biological data")
8354 (description
8355 "The @code{r-abd} package contains data sets and sample code for the Analysis of
8356 biological data by Michael Whitlock and Dolph Schluter.")
8357 (license license:gpl2)))
8358
8359 (define-public r-svgui
8360 (package
8361 (name "r-svgui")
8362 (version "1.0.0")
8363 (source
8364 (origin
8365 (method url-fetch)
8366 (uri (cran-uri "svGUI" version))
8367 (sha256
8368 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
8369 (properties `((upstream-name . "svGUI")))
8370 (build-system r-build-system)
8371 (home-page "https://github.com/SciViews/svGUI/")
8372 (synopsis "Functions for managing GUI clients in R")
8373 (description
8374 "The SciViews @code{svGUI} package eases the management of Graphical User
8375 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
8376 centralizes info about GUI elements currently used, and it dispatches GUI
8377 calls to the particular toolkits in use in function of the context.")
8378 (license license:gpl2)))
8379
8380 (define-public r-svdialogs
8381 (package
8382 (name "r-svdialogs")
8383 (version "1.0.0")
8384 (source
8385 (origin
8386 (method url-fetch)
8387 (uri (cran-uri "svDialogs" version))
8388 (sha256
8389 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
8390 (properties `((upstream-name . "svDialogs")))
8391 (build-system r-build-system)
8392 (inputs
8393 `(("yad" ,yad)
8394 ("zenity" ,zenity)))
8395 (propagated-inputs
8396 `(("r-rstudioapi" ,r-rstudioapi)
8397 ("r-svgui" ,r-svgui)))
8398 (home-page "https://github.com/SciViews/svDialogs/")
8399 (synopsis "Portable dialog boxes")
8400 (description
8401 "This package helps to construct standard dialog boxes for your GUI, including
8402 message boxes, input boxes, list, file or directory selection, and others. In
8403 case R cannot display GUI dialog boxes, a simpler command line version of these
8404 interactive elements is also provided as a fallback solution.")
8405 (license license:gpl2)))
8406
8407 (define-public r-abe
8408 (package
8409 (name "r-abe")
8410 (version "3.0.1")
8411 (source
8412 (origin
8413 (method url-fetch)
8414 (uri (cran-uri "abe" version))
8415 (sha256
8416 (base32
8417 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
8418 (build-system r-build-system)
8419 (home-page "https://cran.r-project.org/web/packages/abe/")
8420 (synopsis "Augmented backward elimination")
8421 (description
8422 "This package performs augmented backward elimination and checks the
8423 stability of the obtained model. Augmented backward elimination combines
8424 significance or information based criteria with the change in estimate to
8425 either select the optimal model for prediction purposes or to serve as a tool
8426 to obtain a practically sound, highly interpretable model.")
8427 (license license:gpl2+)))
8428
8429 (define-public r-abf2
8430 (package
8431 (name "r-abf2")
8432 (version "0.7-1")
8433 (source
8434 (origin
8435 (method url-fetch)
8436 (uri (cran-uri "abf2" version))
8437 (sha256
8438 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
8439 (build-system r-build-system)
8440 (home-page "https://cran.r-project.org/web/packages/abf2/")
8441 (synopsis "Load gap-free axon @code{r-abf2} files")
8442 (description
8443 "This package loads electrophysiology data from ABF2 files, as created by
8444 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
8445 mode are currently supported.")
8446 (license license:artistic2.0)))
8447
8448 (define-public r-abhgenotyper
8449 (package
8450 (name "r-abhgenotyper")
8451 (version "1.0.1")
8452 (source
8453 (origin
8454 (method url-fetch)
8455 (uri (cran-uri "ABHgenotypeR" version))
8456 (sha256
8457 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
8458 (properties `((upstream-name . "ABHgenotypeR")))
8459 (build-system r-build-system)
8460 (propagated-inputs
8461 `(("r-ggplot2" ,r-ggplot2)
8462 ("r-reshape2" ,r-reshape2)))
8463 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
8464 (synopsis "Visualize and manipulate ABH genotypes")
8465 (description
8466 "The @code{r-abhgenotyper} package provides simple imputation,
8467 error-correction and plotting capacities for genotype data. The package is
8468 supposed to serve as an intermediate but independent analysis tool between the
8469 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
8470 not found in either TASSEL or @code{r-qtl} in addition to visualization of
8471 genotypes as \"graphical genotypes\".")
8472 (license license:gpl3)))
8473
8474 (define-public r-furrr
8475 (package
8476 (name "r-furrr")
8477 (version "0.2.1")
8478 (source
8479 (origin
8480 (method url-fetch)
8481 (uri (cran-uri "furrr" version))
8482 (sha256
8483 (base32
8484 "16s6sgfgh1ayzhf3kvpy9vhsd5h6p57waj1xgbksgdmf4j1wkcq7"))))
8485 (build-system r-build-system)
8486 (propagated-inputs
8487 `(("r-ellipsis" ,r-ellipsis)
8488 ("r-future" ,r-future)
8489 ("r-globals" ,r-globals)
8490 ("r-lifecycle" ,r-lifecycle)
8491 ("r-purrr" ,r-purrr)
8492 ("r-rlang" ,r-rlang)
8493 ("r-vctrs" ,r-vctrs)))
8494 (home-page "https://github.com/DavisVaughan/furrr")
8495 (synopsis "Apply mapping functions in parallel using futures")
8496 (description
8497 "This package provides implementations of the family of @code{map()}
8498 functions from the @code{purrr} package that can be resolved using any
8499 @code{future}-supported backend, e.g. parallel on the local machine or
8500 distributed on a compute cluster.")
8501 (license license:lgpl2.1+)))
8502
8503 (define-public r-abjutils
8504 (package
8505 (name "r-abjutils")
8506 (version "0.3.1")
8507 (source
8508 (origin
8509 (method url-fetch)
8510 (uri (cran-uri "abjutils" version))
8511 (sha256
8512 (base32 "18mmlkqsrjfclk8islfjdsp8sbw6dpjj5x45kqilxdiss69gg5zd"))))
8513 (build-system r-build-system)
8514 (propagated-inputs
8515 `(("r-dplyr" ,r-dplyr)
8516 ("r-magrittr" ,r-magrittr)
8517 ("r-purrr" ,r-purrr)
8518 ("r-rlang" ,r-rlang)
8519 ("r-rstudioapi" ,r-rstudioapi)
8520 ("r-stringi" ,r-stringi)
8521 ("r-stringr" ,r-stringr)
8522 ("r-tidyr" ,r-tidyr)))
8523 (home-page "https://github.com/abjur/abjutils/")
8524 (synopsis "Collection of tools for jurimetrical analysis")
8525 (description
8526 "This package implements general purpose tools, such as functions for
8527 sampling and basic manipulation of Brazilian lawsuits identification number.
8528 It also implements functions for text cleaning, such as accentuation
8529 removal.")
8530 (license license:expat)))
8531
8532 (define-public r-abnormality
8533 (package
8534 (name "r-abnormality")
8535 (version "0.1.0")
8536 (source
8537 (origin
8538 (method url-fetch)
8539 (uri (cran-uri "abnormality" version))
8540 (sha256
8541 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
8542 (build-system r-build-system)
8543 (propagated-inputs
8544 `(("r-mass" ,r-mass)
8545 ("r-matrix" ,r-matrix)))
8546 (home-page "https://cran.r-project.org/web/packages/abnormality/")
8547 (synopsis "Measure a subject's abnormality with respect to a reference population")
8548 (description
8549 "This package contains functions to implement the methodology and
8550 considerations laid out by Marks et al. in the article \"Measuring abnormality
8551 in high dimensional spaces: applications in biomechanical gait analysis\".
8552 Using high-dimensional datasets to measure a subject's overall level of
8553 abnormality as compared to a reference population is often needed in outcomes
8554 research.")
8555 (license license:expat)))
8556
8557 (define-public r-abodoutlier
8558 (package
8559 (name "r-abodoutlier")
8560 (version "0.1")
8561 (source
8562 (origin
8563 (method url-fetch)
8564 (uri (cran-uri "abodOutlier" version))
8565 (sha256
8566 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
8567 (properties `((upstream-name . "abodOutlier")))
8568 (build-system r-build-system)
8569 (propagated-inputs
8570 `(("r-cluster" ,r-cluster)))
8571 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
8572 (synopsis "Angle-based outlier detection")
8573 (description
8574 "This package performs angle-based outlier detection on a given data
8575 frame. It offers three methods to process data:
8576 @enumerate
8577 @item full but slow implementation using all the data that has cubic
8578 complexity;
8579 @item a fully randomized method;
8580 @item a method using k-nearest neighbours.
8581 @end enumerate
8582 These algorithms are well suited for high dimensional data outlier
8583 detection.")
8584 (license license:expat)))
8585
8586 (define-public r-abps
8587 (package
8588 (name "r-abps")
8589 (version "0.3")
8590 (source
8591 (origin
8592 (method url-fetch)
8593 (uri (cran-uri "ABPS" version))
8594 (sha256
8595 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
8596 (properties `((upstream-name . "ABPS")))
8597 (build-system r-build-system)
8598 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
8599 (home-page "https://cran.r-project.org/web/packages/ABPS/")
8600 (synopsis "Abnormal blood profile score to detect blood doping")
8601 (description
8602 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
8603 The ABPS is a part of the Athlete biological passport program of the World
8604 anti-doping agency, which combines several blood parameters into a single
8605 score in order to detect blood doping. The package also contains functions to
8606 calculate other scores used in anti-doping programs, such as the ratio of
8607 hemoglobin to reticulocytes (OFF-score), as well as example data.")
8608 (license license:gpl2+)))
8609
8610 (define-public r-parmigene
8611 (package
8612 (name "r-parmigene")
8613 (version "1.1.0")
8614 (source
8615 (origin
8616 (method url-fetch)
8617 (uri (cran-uri "parmigene" version))
8618 (sha256
8619 (base32
8620 "067rqxqyzy1fsjj0s1g7af4527whwdhzjzc5b8a8n7683na59ns4"))))
8621 (build-system r-build-system)
8622 (home-page "https://cran.r-project.org/web/packages/parmigene/")
8623 (synopsis "Mutual information estimation for gene network reconstruction")
8624 (description
8625 "This package provides a parallel estimation of the mutual information
8626 based on entropy estimates from k-nearest neighbors distances and algorithms
8627 for the reconstruction of gene regulatory networks.")
8628 (license license:agpl3+)))
8629
8630 (define-public r-pscl
8631 (package
8632 (name "r-pscl")
8633 (version "1.5.5")
8634 (source
8635 (origin
8636 (method url-fetch)
8637 (uri (cran-uri "pscl" version))
8638 (sha256
8639 (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
8640 (build-system r-build-system)
8641 (propagated-inputs
8642 `(("r-mass" ,r-mass)))
8643 (home-page "https://github.com/atahk/pscl/")
8644 (synopsis "Political science computational laboratory")
8645 (description
8646 "The @code{pscl} is an R package providing classes and methods for:
8647 @enumerate
8648 @item Bayesian analysis of roll call data (item-response models);
8649 @item elementary Bayesian statistics;
8650 @item maximum likelihood estimation of zero-inflated and hurdle models for count
8651 data;
8652 @item utility functions.
8653 @end enumerate")
8654 (license license:gpl2)))
8655
8656 (define-public r-accelmissing
8657 (package
8658 (name "r-accelmissing")
8659 (version "1.4")
8660 (source
8661 (origin
8662 (method url-fetch)
8663 (uri (cran-uri "accelmissing" version))
8664 (sha256
8665 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
8666 (build-system r-build-system)
8667 (propagated-inputs
8668 `(("r-mice" ,r-mice)
8669 ("r-pscl" ,r-pscl)))
8670 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
8671 (synopsis "Missing value imputation for accelerometer data")
8672 (description
8673 "This package provides a statistical method to impute the missing values in
8674 accelerometer data. The methodology includes both parametric and
8675 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
8676 model. It also provides multiple functions to preprocess the accelerometer data
8677 previous to the missing data imputation. These include detecting the wearing
8678 and the non-wearing time, selecting valid days and subjects, and creating plots.")
8679 (license license:gpl2+)))
8680
8681 (define-public r-mhsmm
8682 (package
8683 (name "r-mhsmm")
8684 (version "0.4.16")
8685 (source
8686 (origin
8687 (method url-fetch)
8688 (uri (cran-uri "mhsmm" version))
8689 (sha256
8690 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
8691 (build-system r-build-system)
8692 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
8693 (home-page "https://github.com/jaredo/mhsmm/")
8694 (synopsis "Inference for hidden Markov and semi-Markov models")
8695 (description
8696 "The @code{r-mhsmm} package implements estimation and prediction methods for
8697 hidden Markov and semi-Markov models for multiple observation sequences. Such
8698 techniques are of interest when observed data is thought to be dependent on some
8699 unobserved (or hidden) state. Also, this package is suitable for equidistant
8700 time series data, with multivariate and/or missing data. Allows user defined
8701 emission distributions.")
8702 (license license:gpl2+)))
8703
8704 (define-public r-nleqslv
8705 (package
8706 (name "r-nleqslv")
8707 (version "3.3.2")
8708 (source
8709 (origin
8710 (method url-fetch)
8711 (uri (cran-uri "nleqslv" version))
8712 (sha256
8713 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
8714 (build-system r-build-system)
8715 (native-inputs `(("gfortran" ,gfortran)))
8716 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
8717 (synopsis "Solve systems of nonlinear equations")
8718 (description
8719 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
8720 Broyden or a Newton method with a choice of global strategies such as line
8721 search and trust region. There are options for using a numerical or user
8722 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
8723 singular or ill-conditioned Jacobian.")
8724 (license license:gpl2+)))
8725
8726 (define-public r-physicalactivity
8727 (package
8728 (name "r-physicalactivity")
8729 (version "0.2-2")
8730 (source
8731 (origin
8732 (method url-fetch)
8733 (uri (cran-uri "PhysicalActivity" version))
8734 (sha256
8735 (base32 "14z6plgwyr46vs9m997rvlz8sdglfs9g087an8668zqkzzs2w4ln"))))
8736 (properties
8737 `((upstream-name . "PhysicalActivity")))
8738 (build-system r-build-system)
8739 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
8740 (synopsis "Procesing accelerometer data for physical activity measurement")
8741 (description
8742 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
8743 for classification of monitor wear and nonwear time intervals in accelerometer
8744 data collected to assess physical activity. The package also contains functions
8745 for making plots of accelerometer data and obtaining the summary of various
8746 information including daily monitor wear time and the mean monitor wear time
8747 during valid days. The revised package version 0.2-1 improved the functions
8748 regarding speed, robustness and add better support for time zones and daylight
8749 saving. In addition, several functions were added:
8750 @enumerate
8751 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
8752 @item the @code{markPAI} can categorize physical activity intensity level based
8753 on user-defined cut-points of accelerometer counts.
8754 @end enumerate
8755 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
8756 @code{queryActigraph} functions.")
8757 (license license:gpl3+)))
8758
8759 (define-public r-acc
8760 (package
8761 (name "r-acc")
8762 (version "1.3.3")
8763 (source
8764 (origin
8765 (method url-fetch)
8766 (uri (cran-uri "acc" version))
8767 (sha256
8768 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
8769 (build-system r-build-system)
8770 (propagated-inputs
8771 `(("r-circlize" ,r-circlize)
8772 ("r-dbi" ,r-dbi)
8773 ("r-ggplot2" ,r-ggplot2)
8774 ("r-iterators" ,r-iterators)
8775 ("r-mhsmm" ,r-mhsmm)
8776 ("r-nleqslv" ,r-nleqslv)
8777 ("r-physicalactivity" ,r-physicalactivity)
8778 ("r-plyr" ,r-plyr)
8779 ("r-r-utils" ,r-r-utils)
8780 ("r-rcpp" ,r-rcpp)
8781 ("r-rcpparmadillo" ,r-rcpparmadillo)
8782 ("r-rsqlite" ,r-rsqlite)
8783 ("r-zoo" ,r-zoo)))
8784 (home-page "https://cran.r-project.org/web/packages/acc/")
8785 (synopsis "Exploring accelerometer data")
8786 (description
8787 "This package processes accelerometer data from uni-axial and tri-axial devices
8788 and generates data summaries. Also, includes functions to plot, analyze, and
8789 simulate accelerometer data.")
8790 (license license:gpl2+)))
8791
8792 (define-public r-rbenchmark
8793 (package
8794 (name "r-rbenchmark")
8795 (version "1.0.0")
8796 (source
8797 (origin
8798 (method url-fetch)
8799 (uri (cran-uri "rbenchmark" version))
8800 (sha256
8801 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
8802 (build-system r-build-system)
8803 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
8804 (synopsis "Benchmarking routine for R")
8805 (description
8806 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
8807 and is intended to facilitate benchmarking of arbitrary R code. The library
8808 consists of just one function, benchmark, which is a simple wrapper around
8809 system.time. Given a specification of the benchmarking process (counts of
8810 replications, evaluation environment) and an arbitrary number of expressions,
8811 benchmark evaluates each of the expressions in the specified environment,
8812 replicating the evaluation as many times as specified, and returning the results
8813 conveniently wrapped into a data frame.")
8814 (license license:gpl2+)))
8815
8816 (define-public r-mitools
8817 (package
8818 (name "r-mitools")
8819 (version "2.4")
8820 (source
8821 (origin
8822 (method url-fetch)
8823 (uri (cran-uri "mitools" version))
8824 (sha256
8825 (base32
8826 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
8827 (build-system r-build-system)
8828 (propagated-inputs `(("r-dbi" ,r-dbi)))
8829 (home-page "https://cran.r-project.org/web/packages/mitools/")
8830 (synopsis "Tools for multiple imputation of missing data")
8831 (description
8832 "This package provides tools to perform analyses and combine results from
8833 multiple-imputation datasets.")
8834 (license license:gpl2)))
8835
8836 (define-public r-mixsqp
8837 (package
8838 (name "r-mixsqp")
8839 (version "0.3-43")
8840 (source (origin
8841 (method url-fetch)
8842 (uri (cran-uri "mixsqp" version))
8843 (sha256
8844 (base32
8845 "1qics04w0swyp216d6g8dmsph8q2kpadpacp66h2qih3521js12q"))))
8846 (properties `((upstream-name . "mixsqp")))
8847 (build-system r-build-system)
8848 (propagated-inputs
8849 `(("r-irlba" ,r-irlba)
8850 ("r-rcpp" ,r-rcpp)
8851 ("r-rcpparmadillo" ,r-rcpparmadillo)))
8852 (native-inputs
8853 `(("r-knitr" ,r-knitr)))
8854 (home-page "https://github.com/stephenslab/mixsqp")
8855 (synopsis
8856 "Sequential quadratic programming for maximum-likelihood estimation")
8857 (description
8858 "This package provides an optimization method based on sequential
8859 quadratic programming for maximum likelihood estimation of the mixture
8860 proportions in a finite mixture model where the component densities are
8861 known. The algorithm is expected to obtain solutions that are at least
8862 as accurate as the state-of-the-art MOSEK interior-point solver, and they
8863 are expected to arrive at solutions more quickly when the number of
8864 samples is large and the number of mixture components is not too large.")
8865 (license license:expat)))
8866
8867 (define-public r-magick
8868 (package
8869 (name "r-magick")
8870 (version "2.5.0")
8871 (source
8872 (origin
8873 (method url-fetch)
8874 (uri (cran-uri "magick" version))
8875 (sha256
8876 (base32
8877 "1fhwr34xff6793ifbzqmij8b8qg7hrnr4birqpg33ib0mdd6flkf"))))
8878 (build-system r-build-system)
8879 (inputs
8880 `(("imagemagick" ,imagemagick)
8881 ("zlib" ,zlib)))
8882 (propagated-inputs
8883 `(("r-curl" ,r-curl)
8884 ("r-magrittr" ,r-magrittr)
8885 ("r-rcpp" ,r-rcpp)))
8886 (native-inputs
8887 `(("pkg-config" ,pkg-config)
8888 ("r-knitr" ,r-knitr)))
8889 (home-page "https://github.com/ropensci/magick")
8890 (synopsis "Advanced graphics and image-processing in R")
8891 (description
8892 "This package provides bindings to ImageMagick, a comprehensive image
8893 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
8894 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
8895 operations are vectorized via the Magick++ STL meaning they operate either on
8896 a single frame or a series of frames for working with layers, collages, or
8897 animation. In RStudio, images are automatically previewed when printed to the
8898 console, resulting in an interactive editing environment.")
8899 (license license:expat)))
8900
8901 (define-public r-survey
8902 (package
8903 (name "r-survey")
8904 (version "4.0")
8905 (source
8906 (origin
8907 (method url-fetch)
8908 (uri (cran-uri "survey" version))
8909 (sha256
8910 (base32
8911 "1q9x0s86s72gl43zj49gypg6jj2b78xjvxr4lmy5147s9h7z8lxh"))))
8912 (build-system r-build-system)
8913 (propagated-inputs
8914 `(("r-lattice" ,r-lattice)
8915 ("r-matrix" ,r-matrix)
8916 ("r-minqa" ,r-minqa)
8917 ("r-mitools" ,r-mitools)
8918 ("r-numderiv" ,r-numderiv)
8919 ("r-survival" ,r-survival)))
8920 (home-page "http://r-survey.r-forge.r-project.org/survey/")
8921 (synopsis "Analysis of complex survey samples")
8922 (description
8923 "This package provides tools for the analysis of complex survey samples.
8924 The provided features include: summary statistics, two-sample tests, rank
8925 tests, generalised linear models, cumulative link models, Cox models,
8926 loglinear models, and general maximum pseudolikelihood estimation for
8927 multistage stratified, cluster-sampled, unequally weighted survey samples;
8928 variances by Taylor series linearisation or replicate weights;
8929 post-stratification, calibration, and raking; two-phase subsampling designs;
8930 graphics; PPS sampling without replacement; principal components, and factor
8931 analysis.")
8932 ;; Either version of the GPL.
8933 (license (list license:gpl2 license:gpl3))))
8934
8935 (define-public r-gee
8936 (package
8937 (name "r-gee")
8938 (version "4.13-20")
8939 (source
8940 (origin
8941 (method url-fetch)
8942 (uri (cran-uri "gee" version))
8943 (sha256
8944 (base32
8945 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
8946 (properties `((upstream-name . "gee")))
8947 (build-system r-build-system)
8948 (native-inputs
8949 `(("gfortran" ,gfortran)))
8950 (home-page "https://cran.r-project.org/web/packages/gee/")
8951 (synopsis "Generalized estimation equation solver")
8952 (description
8953 "This package provides a solver for generalized estimation equations.")
8954 (license license:gpl2)))
8955
8956 (define-public r-tab
8957 (package
8958 (name "r-tab")
8959 (version "4.1.1")
8960 (source
8961 (origin
8962 (method url-fetch)
8963 (uri (cran-uri "tab" version))
8964 (sha256
8965 (base32
8966 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
8967 (properties `((upstream-name . "tab")))
8968 (build-system r-build-system)
8969 (propagated-inputs
8970 `(("r-dplyr" ,r-dplyr)
8971 ("r-gee" ,r-gee)
8972 ("r-knitr" ,r-knitr)
8973 ("r-mass" ,r-mass)
8974 ("r-survey" ,r-survey)
8975 ("r-survival" ,r-survival)
8976 ("r-xtable" ,r-xtable)))
8977 (home-page "https://cran.r-project.org/web/packages/tab/")
8978 (synopsis "Create summary tables for statistical reports")
8979 (description
8980 "This package contains functions for creating various types of summary
8981 tables, e.g. comparing characteristics across levels of a categorical variable
8982 and summarizing fitted generalized linear models, generalized estimating
8983 equations, and Cox proportional hazards models. Functions are available to
8984 handle data from simple random samples as well as complex surveys.")
8985 (license license:gpl3+)))
8986
8987 (define-public r-dvmisc
8988 (package
8989 (name "r-dvmisc")
8990 (version "1.1.4")
8991 (source
8992 (origin
8993 (method url-fetch)
8994 (uri (cran-uri "dvmisc" version))
8995 (sha256
8996 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
8997 (build-system r-build-system)
8998 (propagated-inputs
8999 `(("r-cubature" ,r-cubature)
9000 ("r-data-table" ,r-data-table)
9001 ("r-dplyr" ,r-dplyr)
9002 ("r-ggplot2" ,r-ggplot2)
9003 ("r-mass" ,r-mass)
9004 ("r-mvtnorm" ,r-mvtnorm)
9005 ("r-pracma" ,r-pracma)
9006 ("r-rbenchmark" ,r-rbenchmark)
9007 ("r-rcpp" ,r-rcpp)
9008 ("r-survey" ,r-survey)
9009 ("r-tab" ,r-tab)))
9010 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
9011 (synopsis "Faster computation of common statistics and miscellaneous functions")
9012 (description
9013 "This package implements faster versions of base R functions (e.g. mean, standard
9014 deviation, covariance, weighted mean), mostly written in C++, along with
9015 miscellaneous functions for various purposes (e.g. create the histogram with
9016 fitted probability density function or probability mass function curve, create
9017 the body mass index groups, assess the linearity assumption in logistic
9018 regression).")
9019 (license license:gpl2)))
9020
9021 (define-public r-accelerometry
9022 (package
9023 (name "r-accelerometry")
9024 (version "3.1.2")
9025 (source
9026 (origin
9027 (method url-fetch)
9028 (uri (cran-uri "accelerometry" version))
9029 (sha256
9030 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
9031 (build-system r-build-system)
9032 (propagated-inputs
9033 `(("r-dvmisc" ,r-dvmisc)
9034 ("r-rcpp" ,r-rcpp)))
9035 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
9036 (synopsis "Functions for processing accelerometer data")
9037 (description
9038 "This package provides a collection of functions that perform operations on
9039 time-series accelerometer data, such as identify the non-wear time, flag minutes
9040 that are part of an activity bout, and find the maximum 10-minute average count
9041 value. The functions are generally very flexible, allowing for a variety of
9042 algorithms to be implemented.")
9043 (license license:gpl3)))
9044
9045 (define-public r-absim
9046 (package
9047 (name "r-absim")
9048 (version "0.2.6")
9049 (source
9050 (origin
9051 (method url-fetch)
9052 (uri (cran-uri "AbSim" version))
9053 (sha256
9054 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
9055 (properties `((upstream-name . "AbSim")))
9056 (build-system r-build-system)
9057 (propagated-inputs
9058 `(("r-ape" ,r-ape)
9059 ("r-powerlaw" ,r-powerlaw)))
9060 (home-page "https://cran.r-project.org/web/packages/AbSim/")
9061 (synopsis "Time resolved simulations of antibody repertoires")
9062 (description
9063 "This package provides simulation methods for the evolution of antibody repertoires.
9064 The heavy and light chain variable region of both human and C57BL/6 mice can
9065 be simulated in a time-dependent fashion. Both single lineages using one set of
9066 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
9067 with an initial V-D-J recombination event, starting the first phylogenetic tree.
9068 Upon completion, the main loop of the algorithm begins, with each iteration
9069 representing one simulated time step. Various mutation events are possible at
9070 each time step, contributing to a diverse final repertoire.")
9071 (license license:gpl2)))
9072
9073 (define-public r-quic
9074 (package
9075 (name "r-quic")
9076 (version "1.1")
9077 (source
9078 (origin
9079 (method url-fetch)
9080 (uri (cran-uri "QUIC" version))
9081 (sha256
9082 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
9083 (properties `((upstream-name . "QUIC")))
9084 (build-system r-build-system)
9085 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
9086 (synopsis "Regularized sparse inverse covariance matrix estimation")
9087 (description
9088 "This package implements the regularized Gaussian maximum likelihood
9089 estimation of the inverse of a covariance matrix. It uses Newton's method and
9090 coordinate descent to solve the regularized inverse covariance matrix
9091 estimation problem.")
9092 ;; The project home page states that the release is under GPLv3 or later.
9093 ;; The CRAN page only says GPL-3.
9094 (license license:gpl3+)))
9095
9096 (define-public r-abundant
9097 (package
9098 (name "r-abundant")
9099 (version "1.1")
9100 (source
9101 (origin
9102 (method url-fetch)
9103 (uri (cran-uri "abundant" version))
9104 (sha256
9105 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
9106 (build-system r-build-system)
9107 (propagated-inputs
9108 `(("r-quic" ,r-quic)))
9109 (home-page "https://cran.r-project.org/web/packages/abundant/")
9110 (synopsis "Abundant regression and high-dimensional principal fitted components")
9111 (description
9112 "This package provides tools to fit and predict with the high-dimensional
9113 principal fitted components model. This model is described by Cook, Forzani,
9114 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
9115 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
9116 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
9117 (license license:gpl2+)))
9118
9119 (define-public r-ac3net
9120 (package
9121 (name "r-ac3net")
9122 (version "1.2.2")
9123 (source
9124 (origin
9125 (method url-fetch)
9126 (uri (cran-uri "Ac3net" version))
9127 (sha256
9128 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
9129 (properties `((upstream-name . "Ac3net")))
9130 (build-system r-build-system)
9131 (propagated-inputs
9132 `(("r-data-table" ,r-data-table)))
9133 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
9134 (synopsis "Inferring directional conservative causal core gene networks")
9135 (description "This package infers directional Conservative causal core
9136 (gene) networks (C3NET). This is a version of the algorithm C3NET with
9137 directional network.")
9138 (license license:gpl3+)))
9139
9140 (define-public r-aca
9141 (package
9142 (name "r-aca")
9143 (version "1.1")
9144 (source
9145 (origin
9146 (method url-fetch)
9147 (uri (cran-uri "ACA" version))
9148 (sha256
9149 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
9150 (properties `((upstream-name . "ACA")))
9151 (build-system r-build-system)
9152 (home-page "https://cran.r-project.org/web/packages/ACA/")
9153 (synopsis "Abrupt change-point or aberration detection in point series")
9154 (description
9155 "This package offers an interactive function for the detection of breakpoints in
9156 series.")
9157 ;; Any version of the GPL
9158 (license (list license:gpl2+ license:gpl3+))))
9159
9160 (define-public r-acceptancesampling
9161 (package
9162 (name "r-acceptancesampling")
9163 (version "1.0-6")
9164 (source
9165 (origin
9166 (method url-fetch)
9167 (uri (cran-uri "AcceptanceSampling" version))
9168 (sha256
9169 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
9170 (properties
9171 `((upstream-name . "AcceptanceSampling")))
9172 (build-system r-build-system)
9173 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
9174 (synopsis "Creation and evaluation of acceptance sampling plans")
9175 (description
9176 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
9177 acceptance sampling plans. Acceptance sampling is a methodology commonly used
9178 in quality control and improvement. International standards of acceptance
9179 sampling provide sampling plans for specific circumstances. The aim of this
9180 package is to provide an easy-to-use interface to visualize single, double or
9181 multiple sampling plans. In addition, methods have been provided to enable the
9182 user to assess sampling plans against pre-specified levels of performance, as
9183 measured by the probability of acceptance for a given level of quality in the
9184 lot.")
9185 (license license:gpl3+)))
9186
9187 (define-public r-acclma
9188 (package
9189 (name "r-acclma")
9190 (version "1.0")
9191 (source
9192 (origin
9193 (method url-fetch)
9194 (uri (cran-uri "ACCLMA" version))
9195 (sha256
9196 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
9197 (properties `((upstream-name . "ACCLMA")))
9198 (build-system r-build-system)
9199 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
9200 (synopsis "ACC & LMA graph plotting")
9201 (description
9202 "This package contains a function that imports data from a @acronym{CSV,
9203 Comma-Separated Values} file, or uses manually entered data from the format (x,
9204 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
9205 Curve} vs @acronym{LOI, Line of Independence} graph and
9206 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
9207 function is @code{plotLMA} (source file, header) that takes a data set and plots the
9208 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
9209 string) was passed, a manual data entry window is opened. The header parameter
9210 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
9211 a header row or not. The dataset should contain only one independent variable
9212 (x) and one dependent variable (y) and can contain a weight for each
9213 observation.")
9214 (license license:gpl2)))
9215
9216 (define-public r-aspi
9217 (package
9218 (name "r-aspi")
9219 (version "0.2.0")
9220 (source
9221 (origin
9222 (method url-fetch)
9223 (uri (cran-uri "aspi" version))
9224 (sha256
9225 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
9226 (build-system r-build-system)
9227 (home-page
9228 "https://cran.r-project.org/web/packages/aspi/")
9229 (synopsis
9230 "Analysis of symmetry of parasitic infections")
9231 (description
9232 "This package provides tools for the analysis and visualization of bilateral
9233 asymmetry in parasitic infections.")
9234 (license license:gpl3+)))
9235
9236 (define-public r-sandwich
9237 (package
9238 (name "r-sandwich")
9239 (version "3.0-0")
9240 (source
9241 (origin
9242 (method url-fetch)
9243 (uri (cran-uri "sandwich" version))
9244 (sha256
9245 (base32
9246 "0afm6snak7r11dxyl3qirqdjah6d9pdv4afmxwam1nq9bqxyb3w2"))))
9247 (build-system r-build-system)
9248 (propagated-inputs
9249 `(("r-zoo" ,r-zoo)))
9250 (home-page "https://cran.r-project.org/web/packages/sandwich/")
9251 (synopsis "Robust Covariance Matrix Estimators")
9252 (description
9253 "This package provides model-robust standard error estimators for
9254 cross-sectional, time series, clustered, panel, and longitudinal data.")
9255 ;; Either version of the license.
9256 (license (list license:gpl2 license:gpl3))))
9257
9258 (define-public r-th-data
9259 (package
9260 (name "r-th-data")
9261 (version "1.0-10")
9262 (source
9263 (origin
9264 (method url-fetch)
9265 (uri (cran-uri "TH.data" version))
9266 (sha256
9267 (base32
9268 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
9269 (properties `((upstream-name . "TH.data")))
9270 (build-system r-build-system)
9271 (propagated-inputs
9272 `(("r-mass" ,r-mass)
9273 ("r-survival" ,r-survival)))
9274 (home-page "https://cran.r-project.org/web/packages/TH.data/")
9275 (synopsis "Shared data sets")
9276 (description
9277 "This package contains supporting data sets that are used in other
9278 packages maintained by Torsten Hothorn.")
9279 (license license:gpl3)))
9280
9281 (define-public r-multcomp
9282 (package
9283 (name "r-multcomp")
9284 (version "1.4-14")
9285 (source
9286 (origin
9287 (method url-fetch)
9288 (uri (cran-uri "multcomp" version))
9289 (sha256
9290 (base32
9291 "14a55isy1sp745s109nirlk5fryy144cri6dl8y9d9wjhfxz336a"))))
9292 (build-system r-build-system)
9293 (propagated-inputs
9294 `(("r-codetools" ,r-codetools)
9295 ("r-mvtnorm" ,r-mvtnorm)
9296 ("r-sandwich" ,r-sandwich)
9297 ("r-survival" ,r-survival)
9298 ("r-th-data" ,r-th-data)))
9299 (home-page "https://cran.r-project.org/web/packages/multcomp/")
9300 (synopsis "Simultaneous inference in general parametric models")
9301 (description
9302 "Simultaneous tests and confidence intervals for general linear
9303 hypotheses in parametric models, including linear, generalized linear, linear
9304 mixed effects, and survival models. The package includes demos reproducing
9305 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
9306 Hothorn, Westfall, 2010, CRC Press).")
9307 (license license:gpl2)))
9308
9309 (define-public r-emmeans
9310 (package
9311 (name "r-emmeans")
9312 (version "1.5.2-1")
9313 (source
9314 (origin
9315 (method url-fetch)
9316 (uri (cran-uri "emmeans" version))
9317 (sha256
9318 (base32
9319 "0ndbjhglycdycppz9lbj3vhiqv2mp0z6h4w8fbyjziqx15ai5h59"))))
9320 (build-system r-build-system)
9321 (propagated-inputs
9322 `(("r-estimability" ,r-estimability)
9323 ("r-mvtnorm" ,r-mvtnorm)
9324 ("r-numderiv" ,r-numderiv)
9325 ("r-plyr" ,r-plyr)
9326 ("r-xtable" ,r-xtable)))
9327 (native-inputs
9328 `(("r-knitr" ,r-knitr)))
9329 (home-page "https://github.com/rvlenth/emmeans")
9330 (synopsis "Estimated marginal means, aka least-squares means")
9331 (description
9332 "This package provides tools to obtain @dfn{estimated marginal
9333 means} (EMMs) for many linear, generalized linear, and mixed models. It can
9334 be used to compute contrasts or linear functions of EMMs, trends, and
9335 comparisons of slopes.")
9336 ;; Either version of the license.
9337 (license (list license:gpl2 license:gpl3))))
9338
9339 (define-public r-pwr
9340 (package
9341 (name "r-pwr")
9342 (version "1.3-0")
9343 (source
9344 (origin
9345 (method url-fetch)
9346 (uri (cran-uri "pwr" version))
9347 (sha256
9348 (base32
9349 "1kfzy73v3z6ipc3kdfkcjrp4b4p5k54nwk796gqi36srm93hgc2v"))))
9350 (build-system r-build-system)
9351 (native-inputs
9352 `(("r-knitr" ,r-knitr)))
9353 (home-page "https://github.com/heliosdrm/pwr")
9354 (synopsis "Basic functions for power analysis")
9355 (description
9356 "This package provides power analysis functions along the lines of
9357 Cohen (1988).")
9358 (license license:gpl3+)))
9359
9360 (define-public r-libcoin
9361 (package
9362 (name "r-libcoin")
9363 (version "1.0-6")
9364 (source
9365 (origin
9366 (method url-fetch)
9367 (uri (cran-uri "libcoin" version))
9368 (sha256
9369 (base32 "0njfdbz4mkyasxm80p0fb0qibvzz7kdzddn8ybj2k6y8bx0w3bs8"))))
9370 (build-system r-build-system)
9371 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
9372 (home-page "https://cran.r-project.org/web/packages/libcoin")
9373 (synopsis "Linear test statistics for permutation inference")
9374 (description
9375 "This package provides basic infrastructure for linear test statistics
9376 and permutation inference in the framework of Strasser and Weber (1999).")
9377 (license license:gpl2)))
9378
9379 (define-public r-coin
9380 (package
9381 (name "r-coin")
9382 (version "1.3-1")
9383 (source
9384 (origin
9385 (method url-fetch)
9386 (uri (cran-uri "coin" version))
9387 (sha256
9388 (base32
9389 "0qi03fyqw42a2vnqcia5l2m1mzyarj2q1iblknx9n19bdsd53qjx"))))
9390 (build-system r-build-system)
9391 (propagated-inputs
9392 `(("r-libcoin" ,r-libcoin)
9393 ("r-matrixstats" ,r-matrixstats)
9394 ("r-modeltools" ,r-modeltools)
9395 ("r-multcomp" ,r-multcomp)
9396 ("r-mvtnorm" ,r-mvtnorm)
9397 ("r-survival" ,r-survival)))
9398 (home-page "http://coin.r-forge.r-project.org")
9399 (synopsis "Conditional inference procedures in a permutation test framework")
9400 (description
9401 "This package provides conditional inference procedures for the general
9402 independence problem including two-sample, K-sample (non-parametric ANOVA),
9403 correlation, censored, ordered and multivariate problems.")
9404 (license license:gpl2)))
9405
9406 (define-public r-bayesplot
9407 (package
9408 (name "r-bayesplot")
9409 (version "1.7.2")
9410 (source
9411 (origin
9412 (method url-fetch)
9413 (uri (cran-uri "bayesplot" version))
9414 (sha256
9415 (base32
9416 "0aqy4bfjq1fmds0vpacsmqih528cp8wk4v4w0balzkph6zqzpwcl"))))
9417 (build-system r-build-system)
9418 (inputs
9419 `(("pandoc" ,pandoc)
9420 ("pandoc-citeproc" ,pandoc-citeproc)))
9421 (native-inputs
9422 `(("r-knitr" ,r-knitr)))
9423 (propagated-inputs
9424 `(("r-dplyr" ,r-dplyr)
9425 ("r-ggplot2" ,r-ggplot2)
9426 ("r-ggridges" ,r-ggridges)
9427 ("r-glue" ,r-glue)
9428 ("r-reshape2" ,r-reshape2)
9429 ("r-rlang" ,r-rlang)
9430 ("r-tibble" ,r-tibble)
9431 ("r-tidyselect" ,r-tidyselect)))
9432 (home-page "https://mc-stan.org/bayesplot")
9433 (synopsis "Plotting for Bayesian models")
9434 (description
9435 "This package provides plotting functions for posterior analysis, model
9436 checking, and MCMC diagnostics. The package is designed not only to provide
9437 convenient functionality for users, but also a common set of functions that
9438 can be easily used by developers working on a variety of R packages for
9439 Bayesian modeling.")
9440 (license license:gpl3+)))
9441
9442 (define-public r-tmb
9443 (package
9444 (name "r-tmb")
9445 (version "1.7.18")
9446 (source
9447 (origin
9448 (method url-fetch)
9449 (uri (cran-uri "TMB" version))
9450 (sha256
9451 (base32
9452 "0dbps92sni9rnynj31z9zhg6l0vbczxhzlw7gnhpxjlzfnsglp3y"))))
9453 (properties `((upstream-name . "TMB")))
9454 (build-system r-build-system)
9455 (propagated-inputs
9456 `(("r-matrix" ,r-matrix)
9457 ("r-rcppeigen" ,r-rcppeigen)))
9458 (home-page "http://tmb-project.org")
9459 (synopsis "Template model builder: a general random effect tool")
9460 (description
9461 "With this tool, a user should be able to quickly implement complex
9462 random effect models through simple C++ templates. The package combines
9463 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
9464 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
9465 from R) to obtain an efficient implementation of the applied Laplace
9466 approximation with exact derivatives. Key features are: Automatic sparseness
9467 detection, parallelism through BLAS and parallel user templates.")
9468 (license license:gpl2)))
9469
9470 (define-public r-sjstats
9471 (package
9472 (name "r-sjstats")
9473 (version "0.18.0")
9474 (source
9475 (origin
9476 (method url-fetch)
9477 (uri (cran-uri "sjstats" version))
9478 (sha256
9479 (base32 "17b1fcrhgjw66qa8zk2jj1bvz3vp5bnjn3p4y1wsg5ng5nxq8jz0"))))
9480 (build-system r-build-system)
9481 (propagated-inputs
9482 `(("r-bayestestr" ,r-bayestestr)
9483 ("r-broom" ,r-broom)
9484 ("r-dplyr" ,r-dplyr)
9485 ("r-effectsize" ,r-effectsize)
9486 ("r-emmeans" ,r-emmeans)
9487 ("r-insight" ,r-insight)
9488 ("r-lme4" ,r-lme4)
9489 ("r-magrittr" ,r-magrittr)
9490 ("r-mass" ,r-mass)
9491 ("r-modelr" ,r-modelr)
9492 ("r-parameters" ,r-parameters)
9493 ("r-performance" ,r-performance)
9494 ("r-purrr" ,r-purrr)
9495 ("r-rlang" ,r-rlang)
9496 ("r-sjlabelled" ,r-sjlabelled)
9497 ("r-sjmisc" ,r-sjmisc)
9498 ("r-tidyr" ,r-tidyr)))
9499 (home-page "https://github.com/strengejacke/sjstats")
9500 (synopsis "Functions for common statistical computations")
9501 (description
9502 "This package provides a collection of convenient functions for common
9503 statistical computations, which are not directly provided by R's @code{base}
9504 or @code{stats} packages. This package aims at providing, first, shortcuts
9505 for statistical measures, which otherwise could only be calculated with
9506 additional effort. Second, these shortcut functions are generic, and can be
9507 applied not only to vectors, but also to other objects as well. The focus of
9508 most functions lies on summary statistics or fit measures for regression
9509 models, including generalized linear models, mixed effects models and Bayesian
9510 models.")
9511 (license license:gpl3)))
9512
9513 (define-public r-glmmtmb
9514 (package
9515 (name "r-glmmtmb")
9516 (version "1.0.2.1")
9517 (source
9518 (origin
9519 (method url-fetch)
9520 (uri (cran-uri "glmmTMB" version))
9521 (sha256
9522 (base32
9523 "1a35hxcxz1cdm3zd5s7fyjaw2qs00hkacgr7h9130amygc1262ab"))))
9524 (properties `((upstream-name . "glmmTMB")))
9525 (build-system r-build-system)
9526 (propagated-inputs
9527 `(("r-lme4" ,r-lme4)
9528 ("r-matrix" ,r-matrix)
9529 ("r-nlme" ,r-nlme)
9530 ("r-rcppeigen" ,r-rcppeigen)
9531 ("r-tmb" ,r-tmb)))
9532 (native-inputs
9533 `(("r-knitr" ,r-knitr))) ; for vignettes
9534 (home-page "https://github.com/glmmTMB")
9535 (synopsis "Generalized linear mixed models")
9536 (description
9537 "Fit linear and generalized linear mixed models with various extensions,
9538 including zero-inflation. The models are fitted using maximum likelihood
9539 estimation via the Template Model Builder. Random effects are assumed to be
9540 Gaussian on the scale of the linear predictor and are integrated out using the
9541 Laplace approximation. Gradients are calculated using automatic
9542 differentiation.")
9543 (license license:agpl3+)))
9544
9545 (define-public r-bayestestr
9546 (package
9547 (name "r-bayestestr")
9548 (version "0.7.5")
9549 (source
9550 (origin
9551 (method url-fetch)
9552 (uri (cran-uri "bayestestR" version))
9553 (sha256
9554 (base32
9555 "0l6q7v96m9asqa0p55k0gpzy8hddf8srkhc9r7zf4hv0dscbi9dv"))))
9556 (properties `((upstream-name . "bayestestR")))
9557 (build-system r-build-system)
9558 (propagated-inputs
9559 `(("r-insight" ,r-insight)))
9560 (native-inputs
9561 `(("r-knitr" ,r-knitr)))
9562 (home-page "https://github.com/easystats/bayestestR")
9563 (synopsis "Describe Bayesian models and posterior distributions")
9564 (description
9565 "This package provides utilities to understand and describe posterior
9566 distributions and Bayesian models. It includes point-estimates such as
9567 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
9568 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
9569 ROPE percentage and pd).")
9570 (license license:gpl3)))
9571
9572 (define-public r-performance
9573 (package
9574 (name "r-performance")
9575 (version "0.5.1")
9576 (source
9577 (origin
9578 (method url-fetch)
9579 (uri (cran-uri "performance" version))
9580 (sha256
9581 (base32
9582 "1vkc87vbhw7l626pdnpiravnpsa5j0iv73lbwy3m309lnfvv0cqx"))))
9583 (build-system r-build-system)
9584 (propagated-inputs
9585 `(("r-bayestestr" ,r-bayestestr)
9586 ("r-insight" ,r-insight)))
9587 (home-page "https://easystats.github.io/performance/")
9588 (synopsis "Assessment of regression models performance")
9589 (description
9590 "This package provides utilities for computing measures to assess model
9591 quality, which are not directly provided by R's @code{base} or @code{stats}
9592 packages. These include e.g. measures like r-squared, intraclass correlation
9593 coefficient, root mean squared error or functions to check models for
9594 overdispersion, singularity or zero-inflation and more. Functions apply to a
9595 large variety of regression models, including generalized linear models, mixed
9596 effects models and Bayesian models.")
9597 (license license:gpl3)))
9598
9599 (define-public r-ggeffects
9600 (package
9601 (name "r-ggeffects")
9602 (version "0.16.0")
9603 (source
9604 (origin
9605 (method url-fetch)
9606 (uri (cran-uri "ggeffects" version))
9607 (sha256
9608 (base32
9609 "0v8n8jmp6x1iagbyc5jgf1d29yz5hd3ibnyl9n9f73vqq5bzj0p5"))))
9610 (build-system r-build-system)
9611 (propagated-inputs
9612 `(("r-insight" ,r-insight)
9613 ("r-mass" ,r-mass)
9614 ("r-sjlabelled" ,r-sjlabelled)))
9615 (native-inputs
9616 `(("r-knitr" ,r-knitr)))
9617 (home-page "https://github.com/strengejacke/ggeffects")
9618 (synopsis "Create tidy data frames of marginal effects for ggplot")
9619 (description
9620 "This package provides tools to compute marginal effects from statistical
9621 models and return the result as tidy data frames. These data frames are ready
9622 to use with the @code{ggplot2} package. Marginal effects can be calculated
9623 for many different models. Interaction terms, splines and polynomial terms
9624 are also supported. The two main functions are @code{ggpredict()} and
9625 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
9626 results using @code{ggplot2}.")
9627 (license license:gpl3)))
9628
9629 (define-public r-effectsize
9630 (package
9631 (name "r-effectsize")
9632 (version "0.4.0")
9633 (source
9634 (origin
9635 (method url-fetch)
9636 (uri (cran-uri "effectsize" version))
9637 (sha256
9638 (base32
9639 "0shx19ahw13wrn7jlyyvzvngqk66d6jiw9i51mx3psdn3hdnhy9s"))))
9640 (properties `((upstream-name . "effectsize")))
9641 (build-system r-build-system)
9642 (propagated-inputs
9643 `(("r-bayestestr" ,r-bayestestr)
9644 ("r-insight" ,r-insight)
9645 ("r-parameters" ,r-parameters)))
9646 (native-inputs
9647 `(("r-knitr" ,r-knitr)))
9648 (home-page "https://github.com/easystats/effectsize")
9649 (synopsis "Indices of effect size and standardized parameters")
9650 (description
9651 "This package provides utilities to work with indices of effect size and
9652 standardized parameters for a wide variety of models, allowing computation and
9653 conversion of indices such as Cohen's d, r, odds, etc.")
9654 (license license:gpl3)))
9655
9656 (define-public r-sjplot
9657 (package
9658 (name "r-sjplot")
9659 (version "2.8.6")
9660 (source
9661 (origin
9662 (method url-fetch)
9663 (uri (cran-uri "sjPlot" version))
9664 (sha256
9665 (base32 "1dn9nvvp4jd45kwr4rpp2abf7xdpdmiv41rr3fkdb32a136bzx4b"))))
9666 (properties `((upstream-name . "sjPlot")))
9667 (build-system r-build-system)
9668 (propagated-inputs
9669 `(("r-bayestestr" ,r-bayestestr)
9670 ("r-dplyr" ,r-dplyr)
9671 ("r-effectsize" ,r-effectsize)
9672 ("r-ggeffects" ,r-ggeffects)
9673 ("r-ggplot2" ,r-ggplot2)
9674 ("r-insight" ,r-insight)
9675 ("r-knitr" ,r-knitr)
9676 ("r-mass" ,r-mass)
9677 ("r-parameters" ,r-parameters)
9678 ("r-performance" ,r-performance)
9679 ("r-purrr" ,r-purrr)
9680 ("r-rlang" ,r-rlang)
9681 ("r-scales" ,r-scales)
9682 ("r-sjlabelled" ,r-sjlabelled)
9683 ("r-sjmisc" ,r-sjmisc)
9684 ("r-sjstats" ,r-sjstats)
9685 ("r-tidyr" ,r-tidyr)))
9686 (native-inputs
9687 `(("r-knitr" ,r-knitr)))
9688 (home-page "https://strengejacke.github.io/sjPlot/")
9689 (synopsis "Data visualization for statistics in social science")
9690 (description
9691 "This package represents a collection of plotting and table output
9692 functions for data visualization. Results of various statistical
9693 analyses (that are commonly used in social sciences) can be visualized using
9694 this package, including simple and cross tabulated frequencies, histograms,
9695 box plots, (generalized) linear models, mixed effects models, principal
9696 component analysis and correlation matrices, cluster analyses, scatter plots,
9697 stacked scales, effects plots of regression models (including interaction
9698 terms) and much more. This package supports labelled data.")
9699 (license license:gpl3)))
9700
9701 (define-public r-ini
9702 (package
9703 (name "r-ini")
9704 (version "0.3.1")
9705 (source
9706 (origin
9707 (method url-fetch)
9708 (uri (cran-uri "ini" version))
9709 (sha256
9710 (base32
9711 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
9712 (build-system r-build-system)
9713 (home-page "https://github.com/dvdscripter/ini")
9714 (synopsis "Read and write configuration files")
9715 (description
9716 "This package provides tools to parse simple @code{.ini} configuration
9717 files to an structured list. Users can manipulate this resulting list with
9718 @code{lapply()} functions. This same structured list can be used to write
9719 back to file after modifications.")
9720 (license license:gpl3)))
9721
9722 (define-public r-gitcreds
9723 (package
9724 (name "r-gitcreds")
9725 (version "0.1.1")
9726 (source
9727 (origin
9728 (method url-fetch)
9729 (uri (cran-uri "gitcreds" version))
9730 (sha256
9731 (base32
9732 "1snzn7nxy0rwz0bzjsg6k04c0n811dgn8gn9cmn2v78aj57ayjmi"))))
9733 (properties `((upstream-name . "gitcreds")))
9734 (build-system r-build-system)
9735 (inputs `(("git" ,git-minimal)))
9736 (native-inputs `(("r-knitr" ,r-knitr)))
9737 (home-page "https://github.com/r-lib/gitcreds")
9738 (synopsis "Query git credentials from R")
9739 (description
9740 "Query, set, and delete credentials from the git credential store.
9741 Manage GitHub tokens and other git credentials. This package is to be used by
9742 other packages that need to authenticate to GitHub and/or other git
9743 repositories.")
9744 (license license:expat)))
9745
9746 (define-public r-gh
9747 (package
9748 (name "r-gh")
9749 (version "1.1.0")
9750 (source
9751 (origin
9752 (method url-fetch)
9753 (uri (cran-uri "gh" version))
9754 (sha256
9755 (base32
9756 "1bc9bn1078s664hc806dh0y1ncxif77q479rfmxfir9z7hwaz7yy"))))
9757 (build-system r-build-system)
9758 (propagated-inputs
9759 `(("r-cli" ,r-cli)
9760 ("r-httr" ,r-httr)
9761 ("r-ini" ,r-ini)
9762 ("r-jsonlite" ,r-jsonlite)))
9763 (home-page "https://github.com/r-lib/gh#readme")
9764 (synopsis "Access the GitHub API via R")
9765 (description
9766 "This package provides a minimal R client to access the GitHub API.")
9767 (license license:expat)))
9768
9769 (define-public r-fs
9770 (package
9771 (name "r-fs")
9772 (version "1.5.0")
9773 (source
9774 (origin
9775 (method url-fetch)
9776 (uri (cran-uri "fs" version))
9777 (sha256
9778 (base32
9779 "15rqc3ljmcmgfvadj1j1kq7kvibagxic8sgplhlcdqqxax9idprn"))))
9780 (build-system r-build-system)
9781 (native-inputs
9782 `(("r-knitr" ,r-knitr)))
9783 (home-page "https://fs.r-lib.org")
9784 (synopsis "Cross-platform file system operations based on libuv")
9785 (description
9786 "This package provides a cross-platform interface to file system
9787 operations, built on top of the libuv C library.")
9788 (license license:gpl3)))
9789
9790 (define-public r-clisymbols
9791 (package
9792 (name "r-clisymbols")
9793 (version "1.2.0")
9794 (source
9795 (origin
9796 (method url-fetch)
9797 (uri (cran-uri "clisymbols" version))
9798 (sha256
9799 (base32
9800 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
9801 (build-system r-build-system)
9802 (home-page "https://github.com/gaborcsardi/clisymbols")
9803 (synopsis "Unicode symbols at the R prompt")
9804 (description
9805 "This package provides a small subset of Unicode symbols, that are useful
9806 when building command line applications. They fall back to alternatives on
9807 terminals that do not support Unicode.")
9808 (license license:expat)))
9809
9810 (define-public r-usethis
9811 (package
9812 (name "r-usethis")
9813 (version "1.6.3")
9814 (source
9815 (origin
9816 (method url-fetch)
9817 (uri (cran-uri "usethis" version))
9818 (sha256
9819 (base32
9820 "09lk04kycvf5x9ggrb6pwc7bx5mzqxwialm2w9vn1a0w0gh2gcfc"))))
9821 (build-system r-build-system)
9822 (propagated-inputs
9823 `(("r-cli" ,r-cli)
9824 ("r-clipr" ,r-clipr)
9825 ("r-crayon" ,r-crayon)
9826 ("r-curl" ,r-curl)
9827 ("r-desc" ,r-desc)
9828 ("r-fs" ,r-fs)
9829 ("r-gh" ,r-gh)
9830 ("r-git2r" ,r-git2r)
9831 ("r-glue" ,r-glue)
9832 ("r-purrr" ,r-purrr)
9833 ("r-rematch2" ,r-rematch2)
9834 ("r-rlang" ,r-rlang)
9835 ("r-rprojroot" ,r-rprojroot)
9836 ("r-rstudioapi" ,r-rstudioapi)
9837 ("r-whisker" ,r-whisker)
9838 ("r-withr" ,r-withr)
9839 ("r-yaml" ,r-yaml)))
9840 (home-page "https://github.com/r-lib/usethis")
9841 (synopsis "Automate R package and project setup")
9842 (description
9843 "This package helps you to automate R package and project setup tasks
9844 that are otherwise performed manually. This includes setting up unit testing,
9845 test coverage, continuous integration, Git, GitHub integration, licenses,
9846 Rcpp, RStudio projects, and more.")
9847 (license license:gpl3)))
9848
9849 (define-public r-sessioninfo
9850 (package
9851 (name "r-sessioninfo")
9852 (version "1.1.1")
9853 (source
9854 (origin
9855 (method url-fetch)
9856 (uri (cran-uri "sessioninfo" version))
9857 (sha256
9858 (base32
9859 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
9860 (build-system r-build-system)
9861 (propagated-inputs
9862 `(("r-cli" ,r-cli)
9863 ("r-withr" ,r-withr)))
9864 (home-page "https://github.com/r-lib/sessioninfo#readme")
9865 (synopsis "R session information")
9866 (description
9867 "This package provides tools to query and print information about the
9868 current R session. It is similar to @code{utils::sessionInfo()}, but includes
9869 more information about packages, and where they were installed from.")
9870 (license license:gpl2)))
9871
9872 (define-public r-remotes
9873 (package
9874 (name "r-remotes")
9875 (version "2.2.0")
9876 (source
9877 (origin
9878 (method url-fetch)
9879 (uri (cran-uri "remotes" version))
9880 (sha256
9881 (base32
9882 "1f1kdw9j1wald3fs8b3n68x1kljy07j60g3aw1aarx26ikyk9whj"))))
9883 (build-system r-build-system)
9884 (native-inputs
9885 `(("r-knitr" ,r-knitr)))
9886 (home-page "https://github.com/r-lib/remotes#readme")
9887 (synopsis "R package installation from remote repositories")
9888 (description
9889 "Download and install R packages stored in GitHub, BitBucket, or plain
9890 subversion or git repositories. This package is a lightweight replacement of
9891 the @code{install_*} functions in the @code{devtools} package. Indeed most of
9892 the code was copied over from @code{devtools}.")
9893 (license license:gpl2+)))
9894
9895 (define-public r-xopen
9896 (package
9897 (name "r-xopen")
9898 (version "1.0.0")
9899 (source
9900 (origin
9901 (method url-fetch)
9902 (uri (cran-uri "xopen" version))
9903 (sha256
9904 (base32
9905 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
9906 (build-system r-build-system)
9907 (propagated-inputs
9908 `(("r-processx" ,r-processx)))
9909 (home-page "https://github.com/r-lib/xopen#readme")
9910 (synopsis "Open system files, URLs, anything")
9911 (description
9912 "This package provides a cross-platform solution to open files,
9913 directories or URLs with their associated programs.")
9914 (license license:expat)))
9915
9916 (define-public r-rcmdcheck
9917 (package
9918 (name "r-rcmdcheck")
9919 (version "1.3.3")
9920 (source
9921 (origin
9922 (method url-fetch)
9923 (uri (cran-uri "rcmdcheck" version))
9924 (sha256
9925 (base32
9926 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
9927 (build-system r-build-system)
9928 (propagated-inputs
9929 `(("r-callr" ,r-callr)
9930 ("r-cli" ,r-cli)
9931 ("r-crayon" ,r-crayon)
9932 ("r-desc" ,r-desc)
9933 ("r-digest" ,r-digest)
9934 ("r-pkgbuild" ,r-pkgbuild)
9935 ("r-prettyunits" ,r-prettyunits)
9936 ("r-r6" ,r-r6)
9937 ("r-rprojroot" ,r-rprojroot)
9938 ("r-sessioninfo" ,r-sessioninfo)
9939 ("r-withr" ,r-withr)
9940 ("r-xopen" ,r-xopen)))
9941 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
9942 (synopsis "Run R CMD check from R and capture results")
9943 (description
9944 "Run @code{R CMD check} from R programmatically, and capture the results
9945 of the individual checks.")
9946 (license license:expat)))
9947
9948 (define-public r-rapportools
9949 (package
9950 (name "r-rapportools")
9951 (version "1.0")
9952 (source
9953 (origin
9954 (method url-fetch)
9955 (uri (cran-uri "rapportools" version))
9956 (sha256
9957 (base32
9958 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
9959 (build-system r-build-system)
9960 (propagated-inputs
9961 `(("r-pander" ,r-pander)
9962 ("r-plyr" ,r-plyr)
9963 ("r-reshape" ,r-reshape)))
9964 (home-page "https://cran.r-project.org/web/packages/rapportools/")
9965 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
9966 (description
9967 "This package provides helper functions that act as wrappers to more
9968 advanced statistical methods with the advantage of having sane defaults for
9969 quick reporting.")
9970 (license license:agpl3+)))
9971
9972 (define-public r-pander
9973 (package
9974 (name "r-pander")
9975 (version "0.6.3")
9976 (source
9977 (origin
9978 (method url-fetch)
9979 (uri (cran-uri "pander" version))
9980 (sha256
9981 (base32
9982 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
9983 (build-system r-build-system)
9984 (propagated-inputs
9985 `(("r-digest" ,r-digest)
9986 ("r-rcpp" ,r-rcpp)))
9987 (home-page "https://rapporter.github.io/pander")
9988 (synopsis "Render R objects into Pandoc's markdown")
9989 (description
9990 "The main aim of the pander R package is to provide a minimal and easy
9991 tool for rendering R objects into Pandoc's markdown. The package is also
9992 capable of exporting/converting complex Pandoc documents (reports) in various
9993 ways.")
9994 ;; This package is licensed under either the AGPLv3+ or the very rarely
9995 ;; used OSL 3.0.
9996 (license license:agpl3+)))
9997
9998 (define-public r-summarytools
9999 (package
10000 (name "r-summarytools")
10001 (version "0.9.6")
10002 (source
10003 (origin
10004 (method url-fetch)
10005 (uri (cran-uri "summarytools" version))
10006 (sha256
10007 (base32
10008 "03pcb2ild1rb9f15yq8b68p9bg10z5wk2x7ahgyzkwdh5f81vbq2"))))
10009 (build-system r-build-system)
10010 (propagated-inputs
10011 `(("r-base64enc" ,r-base64enc)
10012 ("r-checkmate" ,r-checkmate)
10013 ("r-dplyr" ,r-dplyr)
10014 ("r-htmltools" ,r-htmltools)
10015 ("r-lubridate" ,r-lubridate)
10016 ("r-magick" ,r-magick)
10017 ("r-matrixstats" ,r-matrixstats)
10018 ("r-pander" ,r-pander)
10019 ("r-pryr" ,r-pryr)
10020 ("r-rapportools" ,r-rapportools)
10021 ("r-tibble" ,r-tibble)
10022 ("r-tidyr" ,r-tidyr)))
10023 (home-page "https://github.com/dcomtois/summarytools")
10024 (synopsis "Tools to quickly and neatly summarize data")
10025 (description
10026 "This package provides tools for data frame summaries, cross-tabulations,
10027 weight-enabled frequency tables and common univariate statistics in concise
10028 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
10029 good point-of-entry for exploring data, both for experienced and new R
10030 users.")
10031 (license license:gpl2)))
10032
10033 (define-public r-lsei
10034 (package
10035 (name "r-lsei")
10036 (version "1.3-0")
10037 (source
10038 (origin
10039 (method url-fetch)
10040 (uri (cran-uri "lsei" version))
10041 (sha256
10042 (base32
10043 "1dka0rigfw4vj809qma2dkiwjb3nw5635ynnba5cm299cn7hb2b2"))))
10044 (build-system r-build-system)
10045 (native-inputs
10046 `(("gfortran" ,gfortran)))
10047 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10048 (synopsis "Solve regression problems under equality/inequality constraints")
10049 (description
10050 "It contains functions that solve least squares linear regression
10051 problems under linear equality/inequality constraints. Functions for solving
10052 quadratic programming problems are also available, which transform such
10053 problems into least squares ones first.")
10054 (license license:gpl2+)))
10055
10056 (define-public r-npsurv
10057 (package
10058 (name "r-npsurv")
10059 (version "0.5-0")
10060 (source
10061 (origin
10062 (method url-fetch)
10063 (uri (cran-uri "npsurv" version))
10064 (sha256
10065 (base32
10066 "1ihxhb42cga1hssj2jv4ah0f4hlwsky899ij5261fzh1wxvdp1xw"))))
10067 (build-system r-build-system)
10068 (propagated-inputs
10069 `(("r-lsei" ,r-lsei)))
10070 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10071 (synopsis "Nonparametric survival analysis")
10072 (description
10073 "This package contains functions for non-parametric survival analysis of
10074 exact and interval-censored observations.")
10075 (license license:gpl2+)))
10076
10077 (define-public r-clusteval
10078 (package
10079 (name "r-clusteval")
10080 (version "0.1")
10081 (source
10082 (origin
10083 (method url-fetch)
10084 (uri (cran-uri "clusteval" version))
10085 (sha256
10086 (base32
10087 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
10088 (build-system r-build-system)
10089 (propagated-inputs
10090 `(("r-mvtnorm" ,r-mvtnorm)
10091 ("r-rcpp" ,r-rcpp)))
10092 (home-page "https://cran.r-project.org/web/packages/clusteval/")
10093 (synopsis "Evaluation of clustering algorithms")
10094 (description
10095 "This R package provides a suite of tools to evaluate clustering
10096 algorithms, clusterings, and individual clusters.")
10097 (license license:expat)))
10098
10099 (define-public r-tweedie
10100 (package
10101 (name "r-tweedie")
10102 (version "2.3.2")
10103 (source
10104 (origin
10105 (method url-fetch)
10106 (uri (cran-uri "tweedie" version))
10107 (sha256
10108 (base32
10109 "10fv998qjxsyx0h94fi0xbh6xbf24nwgh254n9zfnmix9vk2cqls"))))
10110 (build-system r-build-system)
10111 (native-inputs `(("gfortran" ,gfortran)))
10112 (home-page "https://cran.r-project.org/web/packages/tweedie/")
10113 (synopsis "Evaluation of Tweedie exponential family models")
10114 (description
10115 "Maximum likelihood computations for Tweedie families, including the
10116 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
10117 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
10118 and related methods.")
10119 (license license:gpl2+)))
10120
10121 (define-public r-rcppgsl
10122 (package
10123 (name "r-rcppgsl")
10124 (version "0.3.8")
10125 (source
10126 (origin
10127 (method url-fetch)
10128 (uri (cran-uri "RcppGSL" version))
10129 (sha256
10130 (base32 "17nlayy6gvwb3v6l5aiqm84i75yf4dfi3zclxrgpqwf3j9v09yvz"))))
10131 (properties `((upstream-name . "RcppGSL")))
10132 (build-system r-build-system)
10133 (propagated-inputs
10134 `(("r-rcpp" ,r-rcpp)
10135 ("gsl" ,gsl)))
10136 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
10137 (synopsis "Rcpp integration for GSL vectors and matrices")
10138 (description
10139 "The GNU Scientific Library (or GSL) is a collection of numerical
10140 routines for scientific computing. It is particularly useful for C and C++
10141 programs as it provides a standard C interface to a wide range of mathematical
10142 routines. There are over 1000 functions in total with an extensive test
10143 suite. The RcppGSL package provides an easy-to-use interface between GSL data
10144 structures and R using concepts from Rcpp which is itself a package that eases
10145 the interfaces between R and C++.")
10146 (license license:gpl2+)))
10147
10148 (define-public r-mvabund
10149 (package
10150 (name "r-mvabund")
10151 (version "4.1.3")
10152 (source
10153 (origin
10154 (method url-fetch)
10155 (uri (cran-uri "mvabund" version))
10156 (sha256
10157 (base32
10158 "1z58h4dk3mc2hfnfvc7pghk471cbp7ah2s1z2ria5igw4s80962b"))))
10159 (build-system r-build-system)
10160 (propagated-inputs
10161 `(("r-mass" ,r-mass)
10162 ("r-rcpp" ,r-rcpp)
10163 ("r-rcppgsl" ,r-rcppgsl)
10164 ("r-statmod" ,r-statmod)
10165 ("r-tweedie" ,r-tweedie)))
10166 (home-page "https://cran.r-project.org/web/packages/mvabund/")
10167 (synopsis "Statistical methods for analysing multivariate abundance data")
10168 (description
10169 "This package provides a set of tools for displaying, modeling and
10170 analysing multivariate abundance data in community ecology.")
10171 (license license:lgpl2.1+)))
10172
10173 (define-public r-afex
10174 (package
10175 (name "r-afex")
10176 (version "0.28-0")
10177 (source
10178 (origin
10179 (method url-fetch)
10180 (uri (cran-uri "afex" version))
10181 (sha256
10182 (base32
10183 "0c47bq2llzw2b4avhkxyhmf1m2zjh9jsjiw2kww9n1bhwqsyr4ci"))))
10184 (build-system r-build-system)
10185 (propagated-inputs
10186 `(("r-car" ,r-car)
10187 ("r-lme4" ,r-lme4)
10188 ("r-lmertest" ,r-lmertest)
10189 ("r-pbkrtest" ,r-pbkrtest)
10190 ("r-reshape2" ,r-reshape2)))
10191 (native-inputs
10192 `(("r-knitr" ,r-knitr)))
10193 (home-page "https://afex.singmann.science/")
10194 (synopsis "Analysis of factorial experiments")
10195 (description
10196 "This package provides convenience functions for analyzing factorial
10197 experiments using ANOVA or mixed models.")
10198 (license license:gpl2+)))
10199
10200 (define-public r-lmertest
10201 (package
10202 (name "r-lmertest")
10203 (version "3.1-3")
10204 (source
10205 (origin
10206 (method url-fetch)
10207 (uri (cran-uri "lmerTest" version))
10208 (sha256
10209 (base32
10210 "1zd8gqjkazhxgpnnr484xwsq30p62fq8592nzyc171zjyplpbaim"))))
10211 (properties `((upstream-name . "lmerTest")))
10212 (build-system r-build-system)
10213 (propagated-inputs
10214 `(("r-ggplot2" ,r-ggplot2)
10215 ("r-lme4" ,r-lme4)
10216 ("r-mass" ,r-mass)
10217 ("r-numderiv" ,r-numderiv)))
10218 (home-page "https://github.com/runehaubo/lmerTestR")
10219 (synopsis "Tests in linear mixed effects models")
10220 (description
10221 "This package provides p-values in type I, II or III anova and summary
10222 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
10223 method. A Kenward-Roger method is also available via the @code{pbkrtest}
10224 package. Model selection methods include step, drop1 and anova-like tables
10225 for random effects (ranova). Methods for Least-Square means (LS-means) and
10226 tests of linear contrasts of fixed effects are also available.")
10227 (license license:gpl2+)))
10228
10229 (define-public r-r2glmm
10230 (package
10231 (name "r-r2glmm")
10232 (version "0.1.2")
10233 (source
10234 (origin
10235 (method url-fetch)
10236 (uri (cran-uri "r2glmm" version))
10237 (sha256
10238 (base32
10239 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
10240 (build-system r-build-system)
10241 (propagated-inputs
10242 `(("r-afex" ,r-afex)
10243 ("r-data-table" ,r-data-table)
10244 ("r-dplyr" ,r-dplyr)
10245 ("r-ggplot2" ,r-ggplot2)
10246 ("r-gridextra" ,r-gridextra)
10247 ("r-lmertest" ,r-lmertest)
10248 ("r-mass" ,r-mass)
10249 ("r-matrix" ,r-matrix)
10250 ("r-mgcv" ,r-mgcv)
10251 ("r-pbkrtest" ,r-pbkrtest)))
10252 (home-page "https://github.com/bcjaeger/r2glmm")
10253 (synopsis "Compute R squared for mixed (multilevel) models")
10254 (description
10255 "This package computes model and semi partial R squared with confidence
10256 limits for the linear and generalized linear mixed model (LMM and GLMM). The
10257 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
10258 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
10259 al. (2016)).")
10260 (license license:gpl2)))
10261
10262 (define-public r-weights
10263 (package
10264 (name "r-weights")
10265 (version "1.0.1")
10266 (source
10267 (origin
10268 (method url-fetch)
10269 (uri (cran-uri "weights" version))
10270 (sha256
10271 (base32
10272 "1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
10273 (build-system r-build-system)
10274 (propagated-inputs
10275 `(("r-gdata" ,r-gdata)
10276 ("r-hmisc" ,r-hmisc)
10277 ("r-mice" ,r-mice)))
10278 (home-page
10279 "https://cran.r-project.org/web/packages/weights/")
10280 (synopsis "Weighting and weighted statistics")
10281 (description "This package Provides a variety of functions for producing
10282 simple weighted statistics, such as weighted Pearson's correlations, partial
10283 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
10284 includes some software for quickly recoding survey data and plotting point
10285 estimates from interaction terms in regressions (and multiply imputed
10286 regressions). NOTE: Weighted partial correlation calculations pulled to
10287 address a bug.")
10288 (license license:gpl2+)))
10289
10290 (define-public r-rcppannoy
10291 (package
10292 (name "r-rcppannoy")
10293 (version "0.0.16")
10294 (source
10295 (origin
10296 (method url-fetch)
10297 (uri (cran-uri "RcppAnnoy" version))
10298 (sha256
10299 (base32
10300 "0bfa35lp6vc4b0h3ymvdx50br233q8vvyjml34ngi81rj0imz3fr"))))
10301 (properties `((upstream-name . "RcppAnnoy")))
10302 (build-system r-build-system)
10303 (propagated-inputs
10304 `(("r-rcpp" ,r-rcpp)))
10305 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
10306 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
10307 (description
10308 "Annoy is a small C++ library for Approximate Nearest Neighbors written
10309 for efficient memory usage as well an ability to load from and save to disk.
10310 This package provides an R interface.")
10311 ;; Annoy is released under ASL 2.0, but this wrapper is released under
10312 ;; GPLv2+.
10313 (license (list license:gpl2+ license:asl2.0))))
10314
10315 (define-public r-rcpphnsw
10316 (package
10317 (name "r-rcpphnsw")
10318 (version "0.3.0")
10319 (source
10320 (origin
10321 (method url-fetch)
10322 (uri (cran-uri "RcppHNSW" version))
10323 (sha256
10324 (base32
10325 "01z0plf1i6dyibw4ica8shmijyk1grpqb886hcga72z2cpm4xsx0"))))
10326 (properties `((upstream-name . "RcppHNSW")))
10327 (build-system r-build-system)
10328 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10329 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
10330 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
10331 (description
10332 "Hnswlib is a C++ library for approximate nearest neighbors. This
10333 package provides a minimal R interface by relying on the Rcpp package.")
10334 ;; hnswlib is released under Version 2.0 of the Apache License.
10335 (license (list license:gpl3 license:asl2.0))))
10336
10337 (define-public r-rcppparallel
10338 (package
10339 (name "r-rcppparallel")
10340 (version "5.0.2")
10341 (source
10342 (origin
10343 (method url-fetch)
10344 (uri (cran-uri "RcppParallel" version))
10345 (sha256
10346 (base32
10347 "10bg4fw38m64dhy543rwq2nnjjc9y24iggk343xslrb3ij8018lc"))))
10348 (properties `((upstream-name . "RcppParallel")))
10349 (build-system r-build-system)
10350 (home-page "https://rcppcore.github.io/RcppParallel/")
10351 (synopsis "Parallel programming tools for Rcpp")
10352 (description
10353 "This package provides high level functions for parallel programming with
10354 Rcpp. For example, the @code{parallelFor()} function can be used to convert
10355 the work of a standard serial @code{for} loop into a parallel one and the
10356 @code{parallelReduce()} function can be used for accumulating aggregates or
10357 other values.")
10358 (license license:gpl2)))
10359
10360 (define-public r-ncdf4
10361 (package
10362 (name "r-ncdf4")
10363 (version "1.17")
10364 (source
10365 (origin
10366 (method url-fetch)
10367 (uri (cran-uri "ncdf4" version))
10368 (sha256
10369 (base32
10370 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
10371 (build-system r-build-system)
10372 (inputs
10373 `(("netcdf" ,netcdf)
10374 ("zlib" ,zlib)))
10375 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
10376 (synopsis "R interface to Unidata netCDF format data files")
10377 (description
10378 "This package provides a high-level R interface to data files written
10379 using Unidata's netCDF library (version 4 or earlier), which are binary data
10380 files that are portable across platforms and include metadata information in
10381 addition to the data sets. Using this package, netCDF files can be opened and
10382 data sets read in easily. It is also easy to create new netCDF dimensions,
10383 variables, and files, in either version 3 or 4 format, and manipulate existing
10384 netCDF files.")
10385 (license license:gpl3+)))
10386
10387 (define-public r-biocmanager
10388 (package
10389 (name "r-biocmanager")
10390 (version "1.30.10")
10391 (source
10392 (origin
10393 (method url-fetch)
10394 (uri (cran-uri "BiocManager" version))
10395 (sha256
10396 (base32 "03n9s2vf7vgpgb5alpxwamf9xfkn32cbzngwyn6spq1bnh9a9dzk"))))
10397 (properties `((upstream-name . "BiocManager")))
10398 (build-system r-build-system)
10399 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
10400 (synopsis "Access the Bioconductor project package repository")
10401 (description
10402 "This package provides a convenient tool to install and update
10403 Bioconductor packages.")
10404 (license license:artistic2.0)))
10405
10406 (define-public r-rgl
10407 (package
10408 (name "r-rgl")
10409 (version "0.100.54")
10410 (source
10411 (origin
10412 (method url-fetch)
10413 (uri (cran-uri "rgl" version))
10414 (sha256
10415 (base32
10416 "1mgs2d8igmcdzzymfwbqdrypmaidd4pra5n5gnhsn9pm6pqzidqp"))))
10417 (build-system r-build-system)
10418 (native-inputs
10419 `(("pkg-config" ,pkg-config)))
10420 (inputs
10421 `(("freetype" ,freetype)
10422 ("libpng" ,libpng)
10423 ("glu" ,glu)
10424 ("libx11" ,libx11)
10425 ("pandoc" ,pandoc)
10426 ("zlib" ,zlib)))
10427 (propagated-inputs
10428 `(("r-crosstalk" ,r-crosstalk)
10429 ("r-htmltools" ,r-htmltools)
10430 ("r-htmlwidgets" ,r-htmlwidgets)
10431 ("r-jsonlite" ,r-jsonlite)
10432 ("r-knitr" ,r-knitr)
10433 ("r-magrittr" ,r-magrittr)
10434 ("r-manipulatewidget" ,r-manipulatewidget)
10435 ("r-shiny" ,r-shiny)))
10436 (home-page "https://r-forge.r-project.org/projects/rgl/")
10437 (synopsis "3D visualization using OpenGL")
10438 (description
10439 "This package provides medium to high level functions for 3D interactive graphics,
10440 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
10441 as functions for constructing representations of geometric
10442 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
10443 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
10444 image formats, including PNG, Postscript, SVG, PGF.")
10445 ;; Any version of the GPL.
10446 (license (list license:gpl2+ license:gpl3+))))
10447
10448 (define-public r-multicool
10449 (package
10450 (name "r-multicool")
10451 (version "0.1-11")
10452 (source
10453 (origin
10454 (method url-fetch)
10455 (uri (cran-uri "multicool" version))
10456 (sha256
10457 (base32
10458 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
10459 (build-system r-build-system)
10460 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10461 (home-page "https://cran.r-project.org/web/packages/multicool/")
10462 (synopsis "Permutations of multisets in cool-lex order")
10463 (description
10464 "This package provides a set of tools to permute multisets without loops
10465 or hash tables and to generate integer partitions. Cool-lex order is similar
10466 to colexicographical order.")
10467 (license license:gpl2)))
10468
10469 (define-public r-misc3d
10470 (package
10471 (name "r-misc3d")
10472 (version "0.9-0")
10473 (source
10474 (origin
10475 (method url-fetch)
10476 (uri (cran-uri "misc3d" version))
10477 (sha256
10478 (base32
10479 "10jf5r1x588vi54bzaqgi9mgcqlkiga2c3jvmqmk3lavc8fjksd1"))))
10480 (build-system r-build-system)
10481 (home-page "https://cran.r-project.org/web/packages/misc3d/")
10482 (synopsis "Miscellaneous 3D Plots")
10483 (description
10484 "This package provides a collection of miscellaneous 3d plots, including
10485 isosurfaces.")
10486 ;; Any version of the GPL.
10487 (license (list license:gpl2+ license:gpl3+))))
10488
10489 (define-public r-ks
10490 (package
10491 (name "r-ks")
10492 (version "1.11.7")
10493 (source
10494 (origin
10495 (method url-fetch)
10496 (uri (cran-uri "ks" version))
10497 (sha256
10498 (base32 "1f6jvxy0hmngyvnvrknzbmhl42njk0vqyycvydm4qnp8cqirqvba"))))
10499 (build-system r-build-system)
10500 (propagated-inputs
10501 `(("r-fnn" ,r-fnn)
10502 ("r-kernlab" ,r-kernlab)
10503 ("r-kernsmooth" ,r-kernsmooth)
10504 ("r-matrix" ,r-matrix)
10505 ("r-mclust" ,r-mclust)
10506 ("r-mgcv" ,r-mgcv)
10507 ("r-multicool" ,r-multicool)
10508 ("r-mvtnorm" ,r-mvtnorm)))
10509 (home-page "http://www.mvstat.net/tduong/")
10510 (synopsis "Kernel smoothing")
10511 (description
10512 "This package provides kernel smoothers for univariate and multivariate
10513 data, including density functions, density derivatives, cumulative
10514 distributions, modal clustering, discriminant analysis, and two-sample
10515 hypothesis testing.")
10516 ;; Either version of the GPL.
10517 (license (list license:gpl2 license:gpl3))))
10518
10519 (define-public r-feature
10520 (package
10521 (name "r-feature")
10522 (version "1.2.14")
10523 (source
10524 (origin
10525 (method url-fetch)
10526 (uri (cran-uri "feature" version))
10527 (sha256
10528 (base32
10529 "1c12rny9nx8dynzxbcf49h76a7wlmsk1m131wh0jiyqx3c3y41y1"))))
10530 (build-system r-build-system)
10531 (propagated-inputs
10532 `(("r-ks" ,r-ks)))
10533 (native-inputs
10534 `(("r-knitr" ,r-knitr)))
10535 (home-page "http://www.mvstat.net/tduong/")
10536 (synopsis "Inferential feature significance for kernel density estimation")
10537 (description
10538 "The feature package contains functions to display and compute kernel
10539 density estimates, significant gradient and significant curvature regions.
10540 Significant gradient and/or curvature regions often correspond to significant
10541 features (e.g. local modes).")
10542 ;; Either version of the GPL.
10543 (license (list license:gpl2 license:gpl3))))
10544
10545 (define-public r-arm
10546 (package
10547 (name "r-arm")
10548 (version "1.11-2")
10549 (source
10550 (origin
10551 (method url-fetch)
10552 (uri (cran-uri "arm" version))
10553 (sha256
10554 (base32
10555 "1grb27vayr2vhyalzfqbhx6p278r7c3l4pzi5nrz3dmnyqrbx1c3"))))
10556 (build-system r-build-system)
10557 (propagated-inputs
10558 `(("r-abind" ,r-abind)
10559 ("r-coda" ,r-coda)
10560 ("r-hmisc" ,r-hmisc)
10561 ("r-lme4" ,r-lme4)
10562 ("r-mass" ,r-mass)
10563 ("r-matrix" ,r-matrix)
10564 ("r-nlme" ,r-nlme)))
10565 (home-page "https://cran.r-project.org/web/packages/arm/")
10566 (synopsis "Data analysis using regression and multilevel/hierarchical models")
10567 (description
10568 "This package provides functions to accompany A. Gelman and J. Hill,
10569 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
10570 University Press, 2007.")
10571 (license license:gpl3+)))
10572
10573 (define-public r-circular
10574 (package
10575 (name "r-circular")
10576 (version "0.4-93")
10577 (source
10578 (origin
10579 (method url-fetch)
10580 (uri (cran-uri "circular" version))
10581 (sha256
10582 (base32
10583 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
10584 (build-system r-build-system)
10585 (propagated-inputs
10586 `(("r-boot" ,r-boot)
10587 ("r-mvtnorm" ,r-mvtnorm)))
10588 (native-inputs
10589 `(("gfortran" ,gfortran)))
10590 (home-page "https://cran.r-project.org/web/packages/circular/")
10591 (synopsis "Circular statistics")
10592 (description
10593 "This package provides tools for circular statistics, from \"Topics in
10594 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
10595 Scientific.")
10596 (license license:gpl2+)))
10597
10598 (define-public r-activity
10599 (package
10600 (name "r-activity")
10601 (version "1.3")
10602 (source
10603 (origin
10604 (method url-fetch)
10605 (uri (cran-uri "activity" version))
10606 (sha256
10607 (base32
10608 "12imqj366dp6pam5gap6ji56p5wf1073xz5g4iikfxf5l8snxw92"))))
10609 (build-system r-build-system)
10610 (propagated-inputs
10611 `(("r-circular" ,r-circular)
10612 ("r-insol" ,r-insol)
10613 ("r-pbapply" ,r-pbapply)))
10614 (home-page "https://cran.r-project.org/web/packages/activity/")
10615 (synopsis "Animal activity statistics")
10616 (description
10617 "This package provides functions to fit kernel density functions to
10618 animal activity time data; plot activity distributions; quantify overall
10619 levels of activity; statistically compare activity metrics through
10620 bootstrapping; and evaluate variation in linear variables with time (or other
10621 circular variables).")
10622 (license license:gpl3)))
10623
10624 (define-public r-ouch
10625 (package
10626 (name "r-ouch")
10627 (version "2.14-1")
10628 (source
10629 (origin
10630 (method url-fetch)
10631 (uri (cran-uri "ouch" version))
10632 (sha256
10633 (base32
10634 "0ddf9bw5lhj8vb0ja78jf99i0smq4rgmm842k4a4ygap41vdyn2b"))))
10635 (build-system r-build-system)
10636 (propagated-inputs `(("r-subplex" ,r-subplex)))
10637 (home-page "https://kingaa.github.io/ouch/")
10638 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
10639 (description
10640 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
10641 for evolution along a phylogenetic tree.")
10642 (license license:gpl2+)))
10643
10644 (define-public r-fmsb
10645 (package
10646 (name "r-fmsb")
10647 (version "0.7.0")
10648 (source
10649 (origin
10650 (method url-fetch)
10651 (uri (cran-uri "fmsb" version))
10652 (sha256
10653 (base32
10654 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
10655 (build-system r-build-system)
10656 (home-page "http://minato.sip21c.org/msb/")
10657 (synopsis "Functions for medical statistics book with demographic data")
10658 (description
10659 "This package provides several utility functions for the book entitled
10660 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
10661 Japan, 2007) with Japanese demographic data and some demographic analysis
10662 related functions.")
10663 (license license:gpl2+)))
10664
10665 (define-public r-stabledist
10666 (package
10667 (name "r-stabledist")
10668 (version "0.7-1")
10669 (source
10670 (origin
10671 (method url-fetch)
10672 (uri (cran-uri "stabledist" version))
10673 (sha256
10674 (base32
10675 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
10676 (build-system r-build-system)
10677 (home-page "https://www.rmetrics.org")
10678 (synopsis "Stable distribution functions")
10679 (description
10680 "This package provides density, probability and quantile functions, and
10681 random number generation for (skew) stable distributions, using the
10682 parametrizations of Nolan.")
10683 (license license:gpl2+)))
10684
10685 (define-public r-gsl
10686 (package
10687 (name "r-gsl")
10688 (version "2.1-6")
10689 (source
10690 (origin
10691 (method url-fetch)
10692 (uri (cran-uri "gsl" version))
10693 (sha256
10694 (base32
10695 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
10696 (build-system r-build-system)
10697 (inputs
10698 `(("gsl" ,gsl)))
10699 (home-page "https://cran.r-project.org/web/packages/gsl")
10700 (synopsis "Wrapper for the GNU Scientific Library")
10701 (description
10702 "This package provides an R wrapper for the special functions and quasi
10703 random number generators of the GNU Scientific Library.")
10704 (license license:gpl2+)))
10705
10706 (define-public r-adgoftest
10707 (package
10708 (name "r-adgoftest")
10709 (version "0.3")
10710 (source
10711 (origin
10712 (method url-fetch)
10713 (uri (cran-uri "ADGofTest" version))
10714 (sha256
10715 (base32
10716 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
10717 (properties `((upstream-name . "ADGofTest")))
10718 (build-system r-build-system)
10719 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
10720 (synopsis "Anderson-Darling GoF test")
10721 (description
10722 "This package provides an implementation of the Anderson-Darling GoF test
10723 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
10724 Anderson-Darling Distribution\".")
10725 ;; Any version of the GPL.
10726 (license license:gpl3+)))
10727
10728 (define-public r-softimpute
10729 (package
10730 (name "r-softimpute")
10731 (version "1.4")
10732 (source
10733 (origin
10734 (method url-fetch)
10735 (uri (cran-uri "softImpute" version))
10736 (sha256
10737 (base32
10738 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
10739 (properties `((upstream-name . "softImpute")))
10740 (build-system r-build-system)
10741 (propagated-inputs
10742 `(("r-matrix" ,r-matrix)))
10743 (native-inputs
10744 `(("gfortran" ,gfortran)))
10745 (home-page "https://cran.r-project.org/web/packages/softImpute")
10746 (synopsis "Matrix completion via iterative soft-thresholded SVD")
10747 (description
10748 "This package provides iterative methods for matrix completion that use
10749 nuclear-norm regularization. The package includes procedures for centering
10750 and scaling rows, columns or both, and for computing low-rank @dfn{single
10751 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
10752 components).")
10753 (license license:gpl2)))
10754
10755 (define-public r-fftwtools
10756 (package
10757 (name "r-fftwtools")
10758 (version "0.9-9")
10759 (source
10760 (origin
10761 (method url-fetch)
10762 (uri (cran-uri "fftwtools" version))
10763 (sha256
10764 (base32
10765 "0h8lyl2i6zq16ir7xnfj9dhyivxvwikm8lml19s8s8jx95z3n9x9"))))
10766 (build-system r-build-system)
10767 (inputs `(("fftw" ,fftw)))
10768 (home-page "https://github.com/krahim/fftwtools")
10769 (synopsis "Wrapper for FFTW3")
10770 (description
10771 "This package provides a wrapper for several FFTW functions. It provides
10772 access to the two-dimensional FFT, the multivariate FFT, and the
10773 one-dimensional real to complex FFT using the FFTW3 library. The package
10774 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
10775 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
10776 The FFT functions have a parameter that allows them to not return the
10777 redundant complex conjugate when the input is real data.")
10778 (license license:gpl2+)))
10779
10780 (define-public r-tiff
10781 (package
10782 (name "r-tiff")
10783 (version "0.1-5")
10784 (source
10785 (origin
10786 (method url-fetch)
10787 (uri (cran-uri "tiff" version))
10788 (sha256
10789 (base32
10790 "0asf2bws3x3yd3g3ixvk0f86b0mdf882pl8xrqlxrkbgjalyc54m"))))
10791 (build-system r-build-system)
10792 (inputs
10793 `(("libtiff" ,libtiff)
10794 ("libjpeg" ,libjpeg-turbo)
10795 ("zlib" ,zlib)))
10796 (home-page "https://www.rforge.net/tiff/")
10797 (synopsis "Read and write TIFF images")
10798 (description
10799 "This package provides an easy and simple way to read, write and display
10800 bitmap images stored in the TIFF format. It can read and write both files and
10801 in-memory raw vectors.")
10802 ;; Either of these two license versions.
10803 (license (list license:gpl2 license:gpl3))))
10804
10805 (define-public r-nlp
10806 (package
10807 (name "r-nlp")
10808 (version "0.2-1")
10809 (source
10810 (origin
10811 (method url-fetch)
10812 (uri (cran-uri "NLP" version))
10813 (sha256
10814 (base32
10815 "1dpj04fmld2lnhg072ahgjbhmciqqy9h1lrz0wf32mr7mm9s9sh5"))))
10816 (properties `((upstream-name . "NLP")))
10817 (build-system r-build-system)
10818 (home-page "https://cran.r-project.org/web/packages/NLP/")
10819 (synopsis "Natural language processing infrastructure")
10820 (description
10821 "This package provides basic classes and methods for Natural Language
10822 Processing.")
10823 (license license:gpl3)))
10824
10825 (define-public r-tm
10826 (package
10827 (name "r-tm")
10828 (version "0.7-7")
10829 (source
10830 (origin
10831 (method url-fetch)
10832 (uri (cran-uri "tm" version))
10833 (sha256
10834 (base32
10835 "0pyics8j7a4wkh5gzin46l0qars5vgbb1886xqpdqjs1z0gy9nyh"))))
10836 (properties `((upstream-name . "tm")))
10837 (build-system r-build-system)
10838 (propagated-inputs
10839 `(("r-bh" ,r-bh)
10840 ("r-nlp" ,r-nlp)
10841 ("r-rcpp" ,r-rcpp)
10842 ("r-slam" ,r-slam)
10843 ("r-xml2" ,r-xml2)))
10844 (home-page "http://tm.r-forge.r-project.org/")
10845 (synopsis "Text mining package")
10846 (description
10847 "This package provides a framework for text mining applications within R.")
10848 (license license:gpl3)))
10849
10850 (define-public r-waveslim
10851 (package
10852 (name "r-waveslim")
10853 (version "1.8.2")
10854 (source
10855 (origin
10856 (method url-fetch)
10857 (uri (cran-uri "waveslim" version))
10858 (sha256
10859 (base32
10860 "0ibivnhz0l06sss5rrrcvyiwg3qpbyk3qn4vx4pp90kj09x4yg0k"))))
10861 (build-system r-build-system)
10862 (native-inputs
10863 `(("gfortran" ,gfortran)))
10864 (home-page "http://waveslim.blogspot.com")
10865 (synopsis "Basic wavelet routines for signal processing")
10866 (description
10867 "This package provides basic wavelet routines for time series (1D),
10868 image (2D) and array (3D) analysis. The code provided here is based on
10869 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
10870 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
10871 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
10872 pairs (Selesnick 2001, 2002).")
10873 (license license:bsd-3)))
10874
10875 (define-public r-wordcloud
10876 (package
10877 (name "r-wordcloud")
10878 (version "2.6")
10879 (source
10880 (origin
10881 (method url-fetch)
10882 (uri (cran-uri "wordcloud" version))
10883 (sha256
10884 (base32
10885 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
10886 (build-system r-build-system)
10887 (propagated-inputs
10888 `(("r-rcolorbrewer" ,r-rcolorbrewer)
10889 ("r-rcpp" ,r-rcpp)
10890 ;; The "tm" package is only "suggested" according to CRAN, but the
10891 ;; wordcloud package cannot be loaded without it.
10892 ("r-tm" ,r-tm)))
10893 (home-page "https://cran.r-project.org/web/packages/wordcloud")
10894 (synopsis "Word clouds")
10895 (description
10896 "This package provides functionality to create pretty word clouds,
10897 visualize differences and similarity between documents, and avoid
10898 over-plotting in scatter plots with text.")
10899 (license license:lgpl2.1)))
10900
10901 (define-public r-colorramps
10902 (package
10903 (name "r-colorramps")
10904 (version "2.3")
10905 (source
10906 (origin
10907 (method url-fetch)
10908 (uri (cran-uri "colorRamps" version))
10909 (sha256
10910 (base32
10911 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
10912 (properties `((upstream-name . "colorRamps")))
10913 (build-system r-build-system)
10914 (home-page "https://cran.r-project.org/web/packages/colorRamps")
10915 (synopsis "Build color tables")
10916 (description "This package provides features to build gradient color
10917 maps.")
10918 ;; Any version of the GPL
10919 (license license:gpl3+)))
10920
10921 (define-public r-tidytree
10922 (package
10923 (name "r-tidytree")
10924 (version "0.3.3")
10925 (source
10926 (origin
10927 (method url-fetch)
10928 (uri (cran-uri "tidytree" version))
10929 (sha256
10930 (base32 "05b53dap0f784kl6s1wgck6m7brwmy6ifqp7v5l06s1spfspagl6"))))
10931 (build-system r-build-system)
10932 (propagated-inputs
10933 `(("r-ape" ,r-ape)
10934 ("r-dplyr" ,r-dplyr)
10935 ("r-lazyeval" ,r-lazyeval)
10936 ("r-magrittr" ,r-magrittr)
10937 ("r-rlang" ,r-rlang)
10938 ("r-tibble" ,r-tibble)))
10939 (native-inputs
10940 `(("r-knitr" ,r-knitr)))
10941 (home-page "https://github.com/GuangchuangYu/tidytree")
10942 (synopsis "Tidy tool for phylogenetic tree data manipulation")
10943 (description
10944 "Phylogenetic trees generally contain multiple components including nodes,
10945 edges, branches and associated data. This package provides an approach to
10946 convert tree objects to tidy data frames. It also provides tidy interfaces to
10947 manipulate tree data.")
10948 (license license:artistic2.0)))
10949
10950 (define-public r-rvcheck
10951 (package
10952 (name "r-rvcheck")
10953 (version "0.1.8")
10954 (source
10955 (origin
10956 (method url-fetch)
10957 (uri (cran-uri "rvcheck" version))
10958 (sha256
10959 (base32 "0627bc8qmhxmd63yh6f90qni3qw1zwdpxjln2qbychzmzd4am9ac"))))
10960 (build-system r-build-system)
10961 (propagated-inputs
10962 `(("r-biocmanager" ,r-biocmanager)
10963 ("r-rlang" ,r-rlang)))
10964 (home-page "https://cran.r-project.org/web/packages/rvcheck")
10965 (synopsis "R package version check")
10966 (description
10967 "This package provides tools to check the latest release version of R and
10968 R packages (on CRAN, Bioconductor or Github).")
10969 (license license:artistic2.0)))
10970
10971 (define-public r-docopt
10972 (package
10973 (name "r-docopt")
10974 (version "0.7.1")
10975 (source
10976 (origin
10977 (method url-fetch)
10978 (uri (cran-uri "docopt" version))
10979 (sha256
10980 (base32
10981 "1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
10982 (build-system r-build-system)
10983 (home-page "https://github.com/docopt/docopt.R")
10984 (synopsis "Command-line interface specification language")
10985 (description
10986 "This package enables you to define a command-line interface by just
10987 giving it a description in the specific format.")
10988 (license license:expat)))
10989
10990 (define-public r-sparsesvd
10991 (package
10992 (name "r-sparsesvd")
10993 (version "0.2")
10994 (source
10995 (origin
10996 (method url-fetch)
10997 (uri (cran-uri "sparsesvd" version))
10998 (sha256
10999 (base32
11000 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
11001 (build-system r-build-system)
11002 (propagated-inputs `(("r-matrix" ,r-matrix)))
11003 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
11004 (synopsis "Sparse truncated singular value decomposition")
11005 (description
11006 "This package provides a Wrapper around the SVDLIBC library
11007 for (truncated) singular value decomposition of a sparse matrix. Currently,
11008 only sparse real matrices in Matrix package format are supported.")
11009 ;; SVDLIBC is released under BSD-2. The R interface is released under
11010 ;; BSD-3.
11011 (license (list license:bsd-3 license:bsd-2))))
11012
11013 (define-public r-speedglm
11014 (package
11015 (name "r-speedglm")
11016 (version "0.3-2")
11017 (source
11018 (origin
11019 (method url-fetch)
11020 (uri (cran-uri "speedglm" version))
11021 (sha256
11022 (base32
11023 "1b25zimk0z7ad62yacqdg0zk0qs0jja4i918ym942xfw4j1z3jjz"))))
11024 (build-system r-build-system)
11025 (propagated-inputs
11026 `(("r-mass" ,r-mass)
11027 ("r-matrix" ,r-matrix)))
11028 (home-page "https://cran.r-project.org/web/packages/speedglm")
11029 (synopsis "Fit linear and generalized linear models to large data sets")
11030 (description
11031 "This package provides tools for fitting linear models and generalized
11032 linear models to large data sets by updating algorithms.")
11033 ;; Any version of the GPL
11034 (license license:gpl2+)))
11035
11036 (define-public r-densityclust
11037 (package
11038 (name "r-densityclust")
11039 (version "0.3")
11040 (source
11041 (origin
11042 (method url-fetch)
11043 (uri (cran-uri "densityClust" version))
11044 (sha256
11045 (base32
11046 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
11047 (properties `((upstream-name . "densityClust")))
11048 (build-system r-build-system)
11049 (propagated-inputs
11050 `(("r-fnn" ,r-fnn)
11051 ("r-ggplot2" ,r-ggplot2)
11052 ("r-ggrepel" ,r-ggrepel)
11053 ("r-gridextra" ,r-gridextra)
11054 ("r-rcolorbrewer" ,r-rcolorbrewer)
11055 ("r-rcpp" ,r-rcpp)
11056 ("r-rtsne" ,r-rtsne)))
11057 (home-page "https://cran.r-project.org/web/packages/densityClust")
11058 (synopsis "Clustering by fast search and find of density peaks")
11059 (description
11060 "This package provides an improved implementation (based on k-nearest
11061 neighbors) of the density peak clustering algorithm, originally described by
11062 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
11063 large datasets (> 100,000 samples) very efficiently.")
11064 (license license:gpl2+)))
11065
11066 (define-public r-combinat
11067 (package
11068 (name "r-combinat")
11069 (version "0.0-8")
11070 (source
11071 (origin
11072 (method url-fetch)
11073 (uri (cran-uri "combinat" version))
11074 (sha256
11075 (base32
11076 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
11077 (build-system r-build-system)
11078 (home-page "https://cran.r-project.org/web/packages/combinat")
11079 (synopsis "Combinatorics utilities")
11080 (description "This package provides assorted routines for combinatorics.")
11081 (license license:gpl2)))
11082
11083 (define-public r-qlcmatrix
11084 (package
11085 (name "r-qlcmatrix")
11086 (version "0.9.7")
11087 (source
11088 (origin
11089 (method url-fetch)
11090 (uri (cran-uri "qlcMatrix" version))
11091 (sha256
11092 (base32
11093 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
11094 (properties `((upstream-name . "qlcMatrix")))
11095 (build-system r-build-system)
11096 (propagated-inputs
11097 `(("r-docopt" ,r-docopt)
11098 ("r-matrix" ,r-matrix)
11099 ("r-slam" ,r-slam)
11100 ("r-sparsesvd" ,r-sparsesvd)))
11101 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
11102 (synopsis "Sparse matrix functions for quantitative language comparison")
11103 (description
11104 "This package provides an extension of the functionality of the Matrix
11105 package for using sparse matrices. Some of the functions are very general,
11106 while other are highly specific for the special data format used for
11107 @dfn{quantitative language comparison} (QLC).")
11108 (license license:gpl3)))
11109
11110 (define-public r-ddrtree
11111 (package
11112 (name "r-ddrtree")
11113 (version "0.1.5")
11114 (source
11115 (origin
11116 (method url-fetch)
11117 (uri (cran-uri "DDRTree" version))
11118 (sha256
11119 (base32
11120 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
11121 (properties `((upstream-name . "DDRTree")))
11122 (build-system r-build-system)
11123 (propagated-inputs
11124 `(("r-bh" ,r-bh)
11125 ("r-irlba" ,r-irlba)
11126 ("r-rcpp" ,r-rcpp)
11127 ("r-rcppeigen" ,r-rcppeigen)))
11128 (home-page "https://cran.r-project.org/web/packages/DDRTree")
11129 (synopsis "Learning principal graphs with DDRTree")
11130 (description
11131 "This package provides an implementation of the framework of
11132 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
11133 dimensional space while constructs a principal tree which passes through the
11134 middle of the data simultaneously. DDRTree shows superiority to
11135 alternatives (Wishbone, DPT) for inferring the ordering as well as the
11136 intrinsic structure of single cell genomics data. In general, it could be
11137 used to reconstruct the temporal progression as well as the bifurcation
11138 structure of any data type.")
11139 (license license:asl2.0)))
11140
11141 (define-public r-corpcor
11142 (package
11143 (name "r-corpcor")
11144 (version "1.6.9")
11145 (source
11146 (origin
11147 (method url-fetch)
11148 (uri (cran-uri "corpcor" version))
11149 (sha256
11150 (base32
11151 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
11152 (build-system r-build-system)
11153 (home-page "http://strimmerlab.org/software/corpcor/")
11154 (synopsis "Efficient estimation of covariance and (partial) correlation")
11155 (description
11156 "This package implements a James-Stein-type shrinkage estimator for the
11157 covariance matrix, with separate shrinkage for variances and correlations.
11158 Furthermore, functions are available for fast singular value decomposition,
11159 for computing the pseudoinverse, and for checking the rank and positive
11160 definiteness of a matrix.")
11161 (license license:gpl3+)))
11162
11163 (define-public r-rspectra
11164 (package
11165 (name "r-rspectra")
11166 (version "0.16-0")
11167 (source
11168 (origin
11169 (method url-fetch)
11170 (uri (cran-uri "RSpectra" version))
11171 (sha256
11172 (base32
11173 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
11174 (properties `((upstream-name . "RSpectra")))
11175 (build-system r-build-system)
11176 (propagated-inputs
11177 `(("r-matrix" ,r-matrix)
11178 ("r-rcpp" ,r-rcpp)
11179 ("r-rcppeigen" ,r-rcppeigen)))
11180 (home-page "https://github.com/yixuan/RSpectra")
11181 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
11182 (description
11183 "This package provides an R interface to the Spectra library for
11184 large-scale eigenvalue and SVD problems. It is typically used to compute a
11185 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
11186 which is usually more efficient than @code{eigen()} if k << n.")
11187 ;; MPL 2 or later.
11188 (license license:mpl2.0)))
11189
11190 (define-public r-vbsr
11191 (package
11192 (name "r-vbsr")
11193 (version "0.0.5")
11194 (source
11195 (origin
11196 (method url-fetch)
11197 (uri (cran-uri "vbsr" version))
11198 (sha256
11199 (base32
11200 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
11201 (build-system r-build-system)
11202 (home-page "https://cran.r-project.org/web/packages/vbsr")
11203 (synopsis "Variational Bayes spike regression regularized linear models")
11204 (description
11205 "This package provides an efficient algorithm for solving ultra-sparse
11206 regularized regression models using a variational Bayes algorithm with a spike
11207 prior. The algorithm is solved on a path, with coordinate updates, and is
11208 capable of generating very sparse models. Very general model
11209 diagnostics for controlling type-1 errors are also provided.")
11210 (license license:gpl2)))
11211
11212 (define-public r-flare
11213 (package
11214 (name "r-flare")
11215 (version "1.6.0.2")
11216 (source
11217 (origin
11218 (method url-fetch)
11219 (uri (cran-uri "flare" version))
11220 (sha256
11221 (base32
11222 "1ybrsx1djqldw0l5l1iz4pfh6xxb8ckkg1ric7wnsr51wm9ljlh5"))))
11223 (build-system r-build-system)
11224 (propagated-inputs
11225 `(("r-igraph" ,r-igraph)
11226 ("r-lattice" ,r-lattice)
11227 ("r-mass" ,r-mass)
11228 ("r-matrix" ,r-matrix)))
11229 (home-page "https://cran.r-project.org/web/packages/flare")
11230 (synopsis "Family of Lasso regression implementations")
11231 (description
11232 "This package provides implementations of a family of Lasso variants
11233 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
11234 high dimensional sparse linear models.")
11235 (license license:gpl2)))
11236
11237 (define-public r-lassopv
11238 (package
11239 (name "r-lassopv")
11240 (version "0.2.0")
11241 (source
11242 (origin
11243 (method url-fetch)
11244 (uri (cran-uri "lassopv" version))
11245 (sha256
11246 (base32
11247 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
11248 (build-system r-build-system)
11249 (propagated-inputs `(("r-lars" ,r-lars)))
11250 (home-page "https://github.com/lingfeiwang/lassopv")
11251 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
11252 (description
11253 "This package enables you to estimate the p-values for predictors x
11254 against target variable y in Lasso regression, using the regularization
11255 strength when each predictor enters the active set of regularization path for
11256 the first time as the statistic.")
11257 (license license:gpl3)))
11258
11259 (define-public r-splitstackshape
11260 (package
11261 (name "r-splitstackshape")
11262 (version "1.4.8")
11263 (source
11264 (origin
11265 (method url-fetch)
11266 (uri (cran-uri "splitstackshape" version))
11267 (sha256
11268 (base32
11269 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
11270 (build-system r-build-system)
11271 (propagated-inputs
11272 `(("r-data-table" ,r-data-table)))
11273 (home-page "https://github.com/mrdwab/splitstackshape")
11274 (synopsis "Stack and reshape datasets after splitting concatenated values")
11275 (description
11276 "Online data collection tools like Google Forms often export
11277 multiple-response questions with data concatenated in cells. The
11278 @code{concat.split} (cSplit) family of functions provided by this package
11279 splits such data into separate cells. This package also includes functions to
11280 stack groups of columns and to reshape wide data, even when the data are
11281 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
11282 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
11283 handle.")
11284 (license license:gpl3)))
11285
11286 (define-public r-tfmpvalue
11287 (package
11288 (name "r-tfmpvalue")
11289 (version "0.0.8")
11290 (source
11291 (origin
11292 (method url-fetch)
11293 (uri (cran-uri "TFMPvalue" version))
11294 (sha256
11295 (base32
11296 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
11297 (properties `((upstream-name . "TFMPvalue")))
11298 (build-system r-build-system)
11299 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11300 (home-page "https://github.com/ge11232002/TFMPvalue")
11301 (synopsis "P-value computation for position weight matrices")
11302 (description
11303 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
11304 identification from sequence/alignments, we are interested in the significance
11305 of certain match scores. TFMPvalue provides the accurate calculation of a
11306 p-value with a score threshold for position weight matrices, or the score with
11307 a given p-value. It is an interface to code originally made available by
11308 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
11309 Touzet and Varre (2007).")
11310 (license license:gpl2)))
11311
11312 (define-public r-rnifti
11313 (package
11314 (name "r-rnifti")
11315 (version "1.2.3")
11316 (source
11317 (origin
11318 (method url-fetch)
11319 (uri (cran-uri "RNifti" version))
11320 (sha256
11321 (base32
11322 "02jdxz3w423k9b5wldky4pnnq0cs2zlfi52jxjw1mk24z756j692"))))
11323 (properties `((upstream-name . "RNifti")))
11324 (build-system r-build-system)
11325 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11326 (home-page "https://github.com/jonclayden/RNifti")
11327 (synopsis "Fast R and C++ access to NIfTI images")
11328 (description
11329 "This package provides very fast read and write access to images stored
11330 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
11331 compiled C and interpreted R code. It also provides a C/C++ API that can be
11332 used by other packages.")
11333 (license license:gpl2)))
11334
11335 (define-public r-shades
11336 (package
11337 (name "r-shades")
11338 (version "1.4.0")
11339 (source
11340 (origin
11341 (method url-fetch)
11342 (uri (cran-uri "shades" version))
11343 (sha256
11344 (base32
11345 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
11346 (build-system r-build-system)
11347 (home-page "https://github.com/jonclayden/shades")
11348 (synopsis "Simple color manipulation")
11349 (description
11350 "This package provides functions for easily manipulating colors,
11351 creating color scales and calculating color distances.")
11352 (license license:bsd-3)))
11353
11354 (define-public r-ore
11355 (package
11356 (name "r-ore")
11357 (version "1.6.3")
11358 (source
11359 (origin
11360 (method url-fetch)
11361 (uri (cran-uri "ore" version))
11362 (sha256
11363 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
11364 (build-system r-build-system)
11365 (home-page "https://github.com/jonclayden/ore")
11366 (synopsis "R interface to the Onigmo regular expression library")
11367 (description
11368 "This package provides an alternative to R's built-in functionality for
11369 handling regular expressions, based on the Onigmo library. It offers
11370 first-class compiled regex objects, partial matching and function-based
11371 substitutions, amongst other features.")
11372 (license license:bsd-3)))
11373
11374 (define-public r-reportr
11375 (package
11376 (name "r-reportr")
11377 (version "1.3.0")
11378 (source
11379 (origin
11380 (method url-fetch)
11381 (uri (cran-uri "reportr" version))
11382 (sha256
11383 (base32
11384 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
11385 (build-system r-build-system)
11386 (propagated-inputs `(("r-ore" ,r-ore)))
11387 (home-page "https://github.com/jonclayden/reportr")
11388 (synopsis "General message and error reporting system")
11389 (description
11390 "This package provides a system for reporting messages, which offers
11391 certain useful features over the standard R system, such as the incorporation
11392 of output consolidation, message filtering, assertions, expression
11393 substitution, automatic generation of stack traces for debugging, and
11394 conditional reporting based on the current \"output level\".")
11395 (license license:gpl2)))
11396
11397 (define-public r-tractor-base
11398 (package
11399 (name "r-tractor-base")
11400 (version "3.3.2")
11401 (source
11402 (origin
11403 (method url-fetch)
11404 (uri (cran-uri "tractor.base" version))
11405 (sha256
11406 (base32
11407 "0y5gm0y4chl30f5qqq8qiiw4j8g32s4i9xrvyp3cwg902kf2p86i"))))
11408 (properties `((upstream-name . "tractor.base")))
11409 (build-system r-build-system)
11410 (propagated-inputs
11411 `(("r-ore" ,r-ore)
11412 ("r-reportr" ,r-reportr)
11413 ("r-rnifti" ,r-rnifti)
11414 ("r-shades" ,r-shades)))
11415 (home-page "https://www.tractor-mri.org.uk")
11416 (synopsis "Read, manipulate and visualize magnetic resonance images")
11417 (description
11418 "This package provides functions for working with magnetic resonance
11419 images. It supports reading and writing of popular file formats (DICOM,
11420 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
11421 visualization; flexible image manipulation; metadata and sparse image
11422 handling.")
11423 (license license:gpl2)))
11424
11425 (define-public r-grimport
11426 (package
11427 (name "r-grimport")
11428 (version "0.9-3")
11429 (source
11430 (origin
11431 (method url-fetch)
11432 (uri (cran-uri "grImport" version))
11433 (sha256
11434 (base32
11435 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
11436 (properties `((upstream-name . "grImport")))
11437 (build-system r-build-system)
11438 (inputs
11439 `(("ghostscript" ,ghostscript)))
11440 (propagated-inputs
11441 `(("r-xml" ,r-xml)))
11442 (home-page "https://cran.r-project.org/web/packages/grImport")
11443 (synopsis "Convert, import, and draw PostScript pictures")
11444 (description
11445 "This package provides functions for converting, importing, and drawing
11446 PostScript pictures in R plots.")
11447 (license license:gpl2+)))
11448
11449 (define-public r-grimport2
11450 (package
11451 (name "r-grimport2")
11452 (version "0.2-0")
11453 (source
11454 (origin
11455 (method url-fetch)
11456 (uri (cran-uri "grImport2" version))
11457 (sha256
11458 (base32
11459 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
11460 (properties `((upstream-name . "grImport2")))
11461 (build-system r-build-system)
11462 (propagated-inputs
11463 `(("r-base64enc" ,r-base64enc)
11464 ("r-jpeg" ,r-jpeg)
11465 ("r-png" ,r-png)
11466 ("r-xml" ,r-xml)))
11467 (home-page "https://cran.r-project.org/web/packages/grImport2/")
11468 (synopsis "Import SVG graphics")
11469 (description
11470 "This package provides functions for importing external vector images and
11471 drawing them as part of R plots. This package is different from the
11472 @code{grImport} package because, where that package imports PostScript format
11473 images, this package imports SVG format images. Furthermore, this package
11474 imports a specific subset of SVG, so external images must be preprocessed
11475 using a package like @code{rsvg} to produce SVG that this package can import.
11476 SVG features that are not supported by R graphics, such as gradient fills, can
11477 be imported and then exported via the @code{gridSVG} package.")
11478 (license license:gpl2+)))
11479
11480 (define-public r-kohonen
11481 (package
11482 (name "r-kohonen")
11483 (version "3.0.10")
11484 (source
11485 (origin
11486 (method url-fetch)
11487 (uri (cran-uri "kohonen" version))
11488 (sha256
11489 (base32
11490 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
11491 (build-system r-build-system)
11492 (propagated-inputs
11493 `(("r-rcpp" ,r-rcpp)))
11494 (home-page "https://cran.r-project.org/web/packages/kohonen")
11495 (synopsis "Supervised and unsupervised self-organising maps")
11496 (description
11497 "This package provides functions to train @dfn{self-organising
11498 maps} (SOMs). Also interrogation of the maps and prediction using trained
11499 maps are supported. The name of the package refers to Teuvo Kohonen, the
11500 inventor of the SOM.")
11501 (license license:gpl2+)))
11502
11503 (define-public r-nnls
11504 (package
11505 (name "r-nnls")
11506 (version "1.4")
11507 (source
11508 (origin
11509 (method url-fetch)
11510 (uri (cran-uri "nnls" version))
11511 (sha256
11512 (base32
11513 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
11514 (build-system r-build-system)
11515 (native-inputs `(("gfortran" ,gfortran)))
11516 (home-page "https://cran.r-project.org/web/packages/nnls")
11517 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
11518 (description
11519 "This package provides an R interface to the Lawson-Hanson implementation
11520 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
11521 the combination of non-negative and non-positive constraints.")
11522 (license license:gpl2+)))
11523
11524 (define-public r-iso
11525 (package
11526 (name "r-iso")
11527 (version "0.0-18.1")
11528 (source
11529 (origin
11530 (method url-fetch)
11531 (uri (cran-uri "Iso" version))
11532 (sha256
11533 (base32
11534 "0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
11535 (properties `((upstream-name . "Iso")))
11536 (build-system r-build-system)
11537 (native-inputs `(("gfortran" ,gfortran)))
11538 (home-page "https://www.stat.auckland.ac.nz/~rolf/")
11539 (synopsis "Functions to perform isotonic regression")
11540 (description
11541 "This package provides support for linear order and unimodal
11542 order (univariate) isotonic regression and bivariate isotonic regression with
11543 linear order on both variables.")
11544 (license license:gpl2+)))
11545
11546 (define-public r-chemometricswithr
11547 (package
11548 (name "r-chemometricswithr")
11549 (version "0.1.13")
11550 (source
11551 (origin
11552 (method url-fetch)
11553 (uri (cran-uri "ChemometricsWithR" version))
11554 (sha256
11555 (base32
11556 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
11557 (properties
11558 `((upstream-name . "ChemometricsWithR")))
11559 (build-system r-build-system)
11560 (propagated-inputs
11561 `(("r-devtools" ,r-devtools)
11562 ("r-kohonen" ,r-kohonen)
11563 ("r-mass" ,r-mass)
11564 ("r-pls" ,r-pls)))
11565 (home-page "https://github.com/rwehrens/CWR")
11566 (synopsis "Chemometrics with R")
11567 (description
11568 "This package provides functions and scripts used in the book
11569 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
11570 Life Sciences\" by Ron Wehrens, Springer (2011).")
11571 (license license:gpl2+)))
11572
11573 (define-public r-als
11574 (package
11575 (name "r-als")
11576 (version "0.0.6")
11577 (source
11578 (origin
11579 (method url-fetch)
11580 (uri (cran-uri "ALS" version))
11581 (sha256
11582 (base32
11583 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
11584 (properties `((upstream-name . "ALS")))
11585 (build-system r-build-system)
11586 (propagated-inputs
11587 `(("r-iso" ,r-iso)
11588 ("r-nnls" ,r-nnls)))
11589 (home-page "https://cran.r-project.org/web/packages/ALS")
11590 (synopsis "Multivariate curve resolution alternating least squares")
11591 (description
11592 "Alternating least squares is often used to resolve components
11593 contributing to data with a bilinear structure; the basic technique may be
11594 extended to alternating constrained least squares. This package provides an
11595 implementation of @dfn{multivariate curve resolution alternating least
11596 squares} (MCR-ALS).
11597
11598 Commonly applied constraints include unimodality, non-negativity, and
11599 normalization of components. Several data matrices may be decomposed
11600 simultaneously by assuming that one of the two matrices in the bilinear
11601 decomposition is shared between datasets.")
11602 (license license:gpl2+)))
11603
11604 (define-public r-strucchange
11605 (package
11606 (name "r-strucchange")
11607 (version "1.5-2")
11608 (source
11609 (origin
11610 (method url-fetch)
11611 (uri (cran-uri "strucchange" version))
11612 (sha256
11613 (base32
11614 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
11615 (build-system r-build-system)
11616 (propagated-inputs
11617 `(("r-sandwich" ,r-sandwich)
11618 ("r-zoo" ,r-zoo)))
11619 (home-page "https://cran.r-project.org/web/packages/strucchange")
11620 (synopsis "Testing, monitoring, and dating structural changes")
11621 (description
11622 "This package provides tools for testing, monitoring and dating
11623 structural changes in (linear) regression models. It features tests/methods
11624 from the generalized fluctuation test framework as well as from the F
11625 test (Chow test) framework. This includes methods to fit, plot and test
11626 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
11627 statistics, respectively. It is possible to monitor incoming data online
11628 using fluctuation processes. Finally, the breakpoints in regression models
11629 with structural changes can be estimated together with confidence intervals.
11630 Emphasis is always given to methods for visualizing the data.")
11631 ;; Either of these two GPL versions
11632 (license (list license:gpl2 license:gpl3))))
11633
11634 (define-public r-pixmap
11635 (package
11636 (name "r-pixmap")
11637 (version "0.4-11")
11638 (source
11639 (origin
11640 (method url-fetch)
11641 (uri (cran-uri "pixmap" version))
11642 (sha256
11643 (base32
11644 "04klxp6jndw1bp6z40v20fbmdmdpfca2g0czmmmgbkark9s1183g"))))
11645 (build-system r-build-system)
11646 (home-page "https://cran.r-project.org/web/packages/pixmap")
11647 (synopsis "Tools for bitmap images")
11648 (description
11649 "This package provides functions for importing, exporting, plotting and
11650 other manipulations of bitmapped images.")
11651 (license license:gpl2)))
11652
11653 (define-public r-rapidjsonr
11654 (package
11655 (name "r-rapidjsonr")
11656 (version "1.2.0")
11657 (source
11658 (origin
11659 (method url-fetch)
11660 (uri (cran-uri "rapidjsonr" version))
11661 (sha256
11662 (base32
11663 "07zdirhbzmvq3cp4xn8ngk1lgxbbabzays315zxbs3sxrz6lzjb2"))))
11664 (build-system r-build-system)
11665 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
11666 (synopsis "JSON parser")
11667 (description
11668 "This package provides JSON parsing capability through the Rapidjson
11669 library.")
11670 (license license:expat)))
11671
11672 (define-public r-ontologyindex
11673 (package
11674 (name "r-ontologyindex")
11675 (version "2.5")
11676 (source
11677 (origin
11678 (method url-fetch)
11679 (uri (cran-uri "ontologyIndex" version))
11680 (sha256
11681 (base32
11682 "127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry"))))
11683 (properties `((upstream-name . "ontologyIndex")))
11684 (build-system r-build-system)
11685 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
11686 (synopsis "Functions for processing ontologies in R")
11687 (description
11688 "This package provides functions for reading ontologies into R as lists
11689 and manipulating sets of ontological terms.")
11690 (license license:gpl2+)))
11691
11692 (define-public r-gargle
11693 (package
11694 (name "r-gargle")
11695 (version "0.5.0")
11696 (source
11697 (origin
11698 (method url-fetch)
11699 (uri (cran-uri "gargle" version))
11700 (sha256
11701 (base32
11702 "1fykmiv3x8c9ai31r9wr7qcca51h6kqn9cgwbxvxfj15fhwskh4n"))))
11703 (build-system r-build-system)
11704 (propagated-inputs
11705 `(("r-fs" ,r-fs)
11706 ("r-glue" ,r-glue)
11707 ("r-httr" ,r-httr)
11708 ("r-jsonlite" ,r-jsonlite)
11709 ("r-rlang" ,r-rlang)
11710 ("r-withr" ,r-withr)))
11711 (native-inputs
11712 `(("r-knitr" ,r-knitr)))
11713 (home-page "https://gargle.r-lib.org")
11714 (synopsis "Utilities for working with Google APIs")
11715 (description
11716 "This package provides utilities for working with Google APIs. This
11717 includes functions and classes for handling common credential types and for
11718 preparing, executing, and processing HTTP requests.")
11719 (license license:expat)))
11720
11721 (define-public r-bigrquery
11722 (package
11723 (name "r-bigrquery")
11724 (version "1.3.2")
11725 (source
11726 (origin
11727 (method url-fetch)
11728 (uri (cran-uri "bigrquery" version))
11729 (sha256
11730 (base32
11731 "16whccv7f94vf57dvbbrhdskz3nnbmpa11a14kp7aynckldlfy0v"))))
11732 (build-system r-build-system)
11733 (propagated-inputs
11734 `(("r-assertthat" ,r-assertthat)
11735 ("r-bit64" ,r-bit64)
11736 ("r-curl" ,r-curl)
11737 ("r-dbi" ,r-dbi)
11738 ("r-gargle" ,r-gargle)
11739 ("r-glue" ,r-glue)
11740 ("r-httr" ,r-httr)
11741 ("r-jsonlite" ,r-jsonlite)
11742 ("r-prettyunits" ,r-prettyunits)
11743 ("r-progress" ,r-progress)
11744 ("r-rapidjsonr" ,r-rapidjsonr)
11745 ("r-rcpp" ,r-rcpp)
11746 ("r-rlang" ,r-rlang)
11747 ("r-tibble" ,r-tibble)))
11748 (home-page "https://github.com/rstats-db/bigrquery")
11749 (synopsis "R interface to Google's BigQuery API")
11750 (description
11751 "This package provides an R interface to Google's BigQuery database.")
11752 (license license:gpl3)))
11753
11754 (define-public r-gmp
11755 (package
11756 (name "r-gmp")
11757 (version "0.6-1")
11758 (source
11759 (origin
11760 (method url-fetch)
11761 (uri (cran-uri "gmp" version))
11762 (sha256
11763 (base32
11764 "11rl7qmfrpp1974f0vzsi3zjyx147wlb82ydxak2b60khfvhrn90"))))
11765 (build-system r-build-system)
11766 (arguments
11767 '(#:phases
11768 (modify-phases %standard-phases
11769 (add-after 'unpack 'set-CC
11770 (lambda _ (setenv "CC" "gcc") #t)))))
11771 (inputs `(("gmp" ,gmp)))
11772 (home-page "https://cran.r-project.org/web/packages/gmp")
11773 (synopsis "Multiple precision arithmetic")
11774 (description
11775 "This package supports multiple precision arithmetic (big integers and
11776 rationals, prime number tests, matrix computation), \"arithmetic without
11777 limitations\" using the GNU Multiple Precision library.")
11778 ;; Any version of the GPL.
11779 (license license:gpl3+)))
11780
11781 (define-public r-rmpfr
11782 (package
11783 (name "r-rmpfr")
11784 (version "0.8-1")
11785 (source
11786 (origin
11787 (method url-fetch)
11788 (uri (cran-uri "Rmpfr" version))
11789 (sha256
11790 (base32
11791 "09kw7hyca8xc09r2d88qj81cclar8acaq5q9q5rw9f49iffda0rr"))))
11792 (properties `((upstream-name . "Rmpfr")))
11793 (build-system r-build-system)
11794 (inputs
11795 `(("mpfr" ,mpfr)
11796 ("gmp" ,gmp)))
11797 (propagated-inputs
11798 `(("r-gmp" ,r-gmp)))
11799 (native-inputs
11800 `(("pkg-config" ,pkg-config)))
11801 (home-page "http://rmpfr.r-forge.r-project.org/")
11802 (synopsis "R bindings to the MPFR library")
11803 (description
11804 "This package supports arithmetic (via S4 classes and methods) for
11805 arbitrary precision floating point numbers, including transcendental
11806 functions. To this end, the package interfaces with the @dfn{Multiple
11807 Precision Floating-Point Reliable} (MPFR) library.")
11808 (license license:gpl2+)))
11809
11810 (define-public r-assertive-base
11811 (package
11812 (name "r-assertive-base")
11813 (version "0.0-7")
11814 (source
11815 (origin
11816 (method url-fetch)
11817 (uri (cran-uri "assertive.base" version))
11818 (sha256
11819 (base32
11820 "1xs3ysvj0z57c58jw57pckq2rynia6ks4rmjmc02alczhk54wbgh"))))
11821 (properties
11822 `((upstream-name . "assertive.base")))
11823 (build-system r-build-system)
11824 (home-page "https://bitbucket.org/richierocks/assertive.base")
11825 (synopsis "Core of the assertive package")
11826 (description
11827 "This package provides a minimal set of predicates and assertions used by
11828 the assertive package. This is mainly for use by other package developers who
11829 want to include run-time testing features in their own packages.")
11830 (license license:gpl3+)))
11831
11832 (define-public r-assertive-properties
11833 (package
11834 (name "r-assertive-properties")
11835 (version "0.0-4")
11836 (source
11837 (origin
11838 (method url-fetch)
11839 (uri (cran-uri "assertive.properties" version))
11840 (sha256
11841 (base32
11842 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
11843 (properties
11844 `((upstream-name . "assertive.properties")))
11845 (build-system r-build-system)
11846 (propagated-inputs
11847 `(("r-assertive-base" ,r-assertive-base)))
11848 (home-page "https://bitbucket.org/richierocks/assertive.properties")
11849 (synopsis "Assertions to check properties of variables")
11850 (description
11851 "This package provides a set of predicates and assertions for checking
11852 the properties of variables, such as length, names and attributes. This is
11853 mainly for use by other package developers who want to include run-time
11854 testing features in their own packages.")
11855 (license license:gpl3+)))
11856
11857 (define-public r-assertive-numbers
11858 (package
11859 (name "r-assertive-numbers")
11860 (version "0.0-2")
11861 (source
11862 (origin
11863 (method url-fetch)
11864 (uri (cran-uri "assertive.numbers" version))
11865 (sha256
11866 (base32
11867 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
11868 (properties
11869 `((upstream-name . "assertive.numbers")))
11870 (build-system r-build-system)
11871 (propagated-inputs
11872 `(("r-assertive-base" ,r-assertive-base)))
11873 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
11874 (synopsis "Assertions to check properties of numbers")
11875 (description
11876 "This package provides a set of predicates and assertions for checking
11877 the properties of numbers. This is mainly for use by other package developers
11878 who want to include run-time testing features in their own packages.")
11879 (license license:gpl3+)))
11880
11881 (define-public r-assertive-sets
11882 (package
11883 (name "r-assertive-sets")
11884 (version "0.0-3")
11885 (source
11886 (origin
11887 (method url-fetch)
11888 (uri (cran-uri "assertive.sets" version))
11889 (sha256
11890 (base32
11891 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
11892 (properties
11893 `((upstream-name . "assertive.sets")))
11894 (build-system r-build-system)
11895 (propagated-inputs
11896 `(("r-assertive-base" ,r-assertive-base)))
11897 (home-page "https://bitbucket.org/richierocks/assertive.sets")
11898 (synopsis "Assertions to check properties of sets")
11899 (description
11900 "This package provides a set of predicates and assertions for checking
11901 the properties of sets. This is mainly for use by other package developers
11902 who want to include run-time testing features in their own packages.")
11903 (license license:gpl3+)))
11904
11905 (define-public r-assertive-matrices
11906 (package
11907 (name "r-assertive-matrices")
11908 (version "0.0-2")
11909 (source
11910 (origin
11911 (method url-fetch)
11912 (uri (cran-uri "assertive.matrices" version))
11913 (sha256
11914 (base32
11915 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
11916 (properties
11917 `((upstream-name . "assertive.matrices")))
11918 (build-system r-build-system)
11919 (propagated-inputs
11920 `(("r-assertive-base" ,r-assertive-base)))
11921 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
11922 (synopsis "Assertions to check properties of matrices")
11923 (description
11924 "This package provides a set of predicates and assertions for checking
11925 the properties of matrices. This is mainly for use by other package
11926 developers who want to include run-time testing features in their own
11927 packages.")
11928 (license license:gpl3+)))
11929
11930 (define-public r-assertive-models
11931 (package
11932 (name "r-assertive-models")
11933 (version "0.0-2")
11934 (source
11935 (origin
11936 (method url-fetch)
11937 (uri (cran-uri "assertive.models" version))
11938 (sha256
11939 (base32
11940 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
11941 (properties
11942 `((upstream-name . "assertive.models")))
11943 (build-system r-build-system)
11944 (propagated-inputs
11945 `(("r-assertive-base" ,r-assertive-base)))
11946 (home-page "https://bitbucket.org/richierocks/assertive.models")
11947 (synopsis "Assertions to check properties of models")
11948 (description
11949 "This package provides a set of predicates and assertions for checking
11950 the properties of models. This is mainly for use by other package developers
11951 who want to include run-time testing features in their own packages.")
11952 (license license:gpl3+)))
11953
11954 (define-public r-assertive-reflection
11955 (package
11956 (name "r-assertive-reflection")
11957 (version "0.0-5")
11958 (source
11959 (origin
11960 (method url-fetch)
11961 (uri (cran-uri "assertive.reflection" version))
11962 (sha256
11963 (base32
11964 "1g9lpwzy6r2xmyi2mlbcccnfgyzhzbmx5bsicf3vkffxrlkrpjn2"))))
11965 (properties
11966 `((upstream-name . "assertive.reflection")))
11967 (build-system r-build-system)
11968 (propagated-inputs
11969 `(("r-assertive-base" ,r-assertive-base)))
11970 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
11971 (synopsis "Assertions for checking the state of R")
11972 (description
11973 "This package provides a set of predicates and assertions for checking
11974 the state and capabilities of R, the operating system it is running on, and
11975 the IDE being used. This is mainly for use by other package developers who
11976 want to include run-time testing features in their own packages.")
11977 (license license:gpl3+)))
11978
11979 (define-public r-assertive-types
11980 (package
11981 (name "r-assertive-types")
11982 (version "0.0-3")
11983 (source
11984 (origin
11985 (method url-fetch)
11986 (uri (cran-uri "assertive.types" version))
11987 (sha256
11988 (base32
11989 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
11990 (properties
11991 `((upstream-name . "assertive.types")))
11992 (build-system r-build-system)
11993 (propagated-inputs
11994 `(("r-assertive-base" ,r-assertive-base)
11995 ("r-assertive-properties" ,r-assertive-properties)
11996 ("r-codetools" ,r-codetools)))
11997 (home-page "https://bitbucket.org/richierocks/assertive.types")
11998 (synopsis "Assertions to check types of variables")
11999 (description
12000 "This package provides a set of predicates and assertions for checking
12001 the types of variables. This is mainly for use by other package developers
12002 who want to include run-time testing features in their own packages.")
12003 (license license:gpl3+)))
12004
12005 (define-public r-assertive-files
12006 (package
12007 (name "r-assertive-files")
12008 (version "0.0-2")
12009 (source
12010 (origin
12011 (method url-fetch)
12012 (uri (cran-uri "assertive.files" version))
12013 (sha256
12014 (base32
12015 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
12016 (properties
12017 `((upstream-name . "assertive.files")))
12018 (build-system r-build-system)
12019 (propagated-inputs
12020 `(("r-assertive-base" ,r-assertive-base)
12021 ("r-assertive-numbers" ,r-assertive-numbers)))
12022 (home-page "https://bitbucket.org/richierocks/assertive.files")
12023 (synopsis "Assertions to check properties of files")
12024 (description
12025 "This package provides a set of predicates and assertions for checking
12026 the properties of files and connections. This is mainly for use by other
12027 package developers who want to include run-time testing features in their own
12028 packages.")
12029 (license license:gpl3+)))
12030
12031 (define-public r-assertive-code
12032 (package
12033 (name "r-assertive-code")
12034 (version "0.0-3")
12035 (source
12036 (origin
12037 (method url-fetch)
12038 (uri (cran-uri "assertive.code" version))
12039 (sha256
12040 (base32
12041 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
12042 (properties
12043 `((upstream-name . "assertive.code")))
12044 (build-system r-build-system)
12045 (propagated-inputs
12046 `(("r-assertive-base" ,r-assertive-base)
12047 ("r-assertive-properties" ,r-assertive-properties)
12048 ("r-assertive-types" ,r-assertive-types)))
12049 (home-page "https://bitbucket.org/richierocks/assertive.code")
12050 (synopsis "Assertions to check properties of code")
12051 (description
12052 "This package provides a set of predicates and assertions for checking
12053 the properties of code. This is mainly for use by other package developers
12054 who want to include run-time testing features in their own packages.")
12055 (license license:gpl3+)))
12056
12057 (define-public r-assertive-datetimes
12058 (package
12059 (name "r-assertive-datetimes")
12060 (version "0.0-3")
12061 (source
12062 (origin
12063 (method url-fetch)
12064 (uri (cran-uri "assertive.datetimes" version))
12065 (sha256
12066 (base32
12067 "151d05z8n6dpl44pqsa1jfi0ijbigr3zfc43xlw53nd8ymi22kh1"))))
12068 (properties
12069 `((upstream-name . "assertive.datetimes")))
12070 (build-system r-build-system)
12071 (propagated-inputs
12072 `(("r-assertive-base" ,r-assertive-base)
12073 ("r-assertive-types" ,r-assertive-types)))
12074 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
12075 (synopsis "Assertions to check properties of dates and times")
12076 (description
12077 "This package provides a set of predicates and assertions for checking
12078 the properties of dates and times. This is mainly for use by other package
12079 developers who want to include run-time testing features in their own
12080 packages.")
12081 (license license:gpl3+)))
12082
12083 (define-public r-assertive-strings
12084 (package
12085 (name "r-assertive-strings")
12086 (version "0.0-3")
12087 (source
12088 (origin
12089 (method url-fetch)
12090 (uri (cran-uri "assertive.strings" version))
12091 (sha256
12092 (base32
12093 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
12094 (properties
12095 `((upstream-name . "assertive.strings")))
12096 (build-system r-build-system)
12097 (propagated-inputs
12098 `(("r-assertive-base" ,r-assertive-base)
12099 ("r-assertive-types" ,r-assertive-types)
12100 ("r-stringi" ,r-stringi)))
12101 (home-page "https://bitbucket.org/richierocks/assertive.strings")
12102 (synopsis "Assertions to check properties of strings")
12103 (description
12104 "This package provides a set of predicates and assertions for checking
12105 the properties of strings. This is mainly for use by other package developers
12106 who want to include run-time testing features in their own packages.")
12107 (license license:gpl3+)))
12108
12109 (define-public r-assertive-data-us
12110 (package
12111 (name "r-assertive-data-us")
12112 (version "0.0-2")
12113 (source
12114 (origin
12115 (method url-fetch)
12116 (uri (cran-uri "assertive.data.us" version))
12117 (sha256
12118 (base32
12119 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
12120 (properties
12121 `((upstream-name . "assertive.data.us")))
12122 (build-system r-build-system)
12123 (propagated-inputs
12124 `(("r-assertive-base" ,r-assertive-base)
12125 ("r-assertive-strings" ,r-assertive-strings)))
12126 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
12127 (synopsis "Assertions to check properties of strings")
12128 (description
12129 "This package provides a set of predicates and assertions for checking
12130 the properties of US-specific complex data types. This is mainly for use by
12131 other package developers who want to include run-time testing features in
12132 their own packages.")
12133 (license license:gpl3+)))
12134
12135 (define-public r-assertive-data-uk
12136 (package
12137 (name "r-assertive-data-uk")
12138 (version "0.0-2")
12139 (source
12140 (origin
12141 (method url-fetch)
12142 (uri (cran-uri "assertive.data.uk" version))
12143 (sha256
12144 (base32
12145 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
12146 (properties
12147 `((upstream-name . "assertive.data.uk")))
12148 (build-system r-build-system)
12149 (propagated-inputs
12150 `(("r-assertive-base" ,r-assertive-base)
12151 ("r-assertive-strings" ,r-assertive-strings)))
12152 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
12153 (synopsis "Assertions to check properties of strings")
12154 (description
12155 "This package provides a set of predicates and assertions for checking
12156 the properties of UK-specific complex data types. This is mainly for use by
12157 other package developers who want to include run-time testing features in
12158 their own packages.")
12159 (license license:gpl3+)))
12160
12161 (define-public r-assertive-data
12162 (package
12163 (name "r-assertive-data")
12164 (version "0.0-3")
12165 (source
12166 (origin
12167 (method url-fetch)
12168 (uri (cran-uri "assertive.data" version))
12169 (sha256
12170 (base32
12171 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
12172 (properties
12173 `((upstream-name . "assertive.data")))
12174 (build-system r-build-system)
12175 (propagated-inputs
12176 `(("r-assertive-base" ,r-assertive-base)
12177 ("r-assertive-strings" ,r-assertive-strings)))
12178 (home-page "https://bitbucket.org/richierocks/assertive.data")
12179 (synopsis "Assertions to check properties of data")
12180 (description
12181 "This package provides a set of predicates and assertions for checking
12182 the properties of (country independent) complex data types. This is mainly
12183 for use by other package developers who want to include run-time testing
12184 features in their own packages.")
12185 (license license:gpl3+)))
12186
12187 (define-public r-assertive
12188 (package
12189 (name "r-assertive")
12190 (version "0.3-6")
12191 (source
12192 (origin
12193 (method url-fetch)
12194 (uri (cran-uri "assertive" version))
12195 (sha256
12196 (base32
12197 "02palil82idqhhshcdjsfsja9qkqnd0dczqzj5gbccy4hfg1c0y4"))))
12198 (build-system r-build-system)
12199 (propagated-inputs
12200 `(("r-assertive-base" ,r-assertive-base)
12201 ("r-assertive-code" ,r-assertive-code)
12202 ("r-assertive-data" ,r-assertive-data)
12203 ("r-assertive-data-uk" ,r-assertive-data-uk)
12204 ("r-assertive-data-us" ,r-assertive-data-us)
12205 ("r-assertive-datetimes" ,r-assertive-datetimes)
12206 ("r-assertive-files" ,r-assertive-files)
12207 ("r-assertive-matrices" ,r-assertive-matrices)
12208 ("r-assertive-models" ,r-assertive-models)
12209 ("r-assertive-numbers" ,r-assertive-numbers)
12210 ("r-assertive-properties" ,r-assertive-properties)
12211 ("r-assertive-reflection" ,r-assertive-reflection)
12212 ("r-assertive-sets" ,r-assertive-sets)
12213 ("r-assertive-strings" ,r-assertive-strings)
12214 ("r-assertive-types" ,r-assertive-types)
12215 ("r-knitr" ,r-knitr)))
12216 (native-inputs
12217 `(("r-knitr" ,r-knitr)))
12218 (home-page "https://bitbucket.org/richierocks/assertive")
12219 (synopsis "Readable check functions to ensure code integrity")
12220 (description
12221 "This package provides lots of predicates (@code{is_*} functions) to
12222 check the state of your variables, and assertions (@code{assert_*} functions)
12223 to throw errors if they aren't in the right form.")
12224 (license license:gpl3+)))
12225
12226 (define-public r-dotcall64
12227 (package
12228 (name "r-dotcall64")
12229 (version "1.0-0")
12230 (source
12231 (origin
12232 (method url-fetch)
12233 (uri (cran-uri "dotCall64" version))
12234 (sha256
12235 (base32
12236 "1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
12237 (properties `((upstream-name . "dotCall64")))
12238 (build-system r-build-system)
12239 (native-inputs `(("gfortran" ,gfortran)))
12240 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
12241 (synopsis "Enhanced foreign function interface supporting long vectors")
12242 (description
12243 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
12244 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
12245 supports long vectors, arguments of type 64-bit integer, and provides a
12246 mechanism to avoid unnecessary copies of read-only and write-only arguments.
12247 This makes it a convenient and fast interface to C/C++ and Fortran code.")
12248 (license license:gpl2+)))
12249
12250 (define-public r-spam
12251 (package
12252 (name "r-spam")
12253 (version "2.5-1")
12254 (source
12255 (origin
12256 (method url-fetch)
12257 (uri (cran-uri "spam" version))
12258 (sha256
12259 (base32 "0ry0a76cljlmilrzcriiizcidxyhq1i7i9bqhvl1qda81ld8hifi"))))
12260 (build-system r-build-system)
12261 (propagated-inputs
12262 `(("r-dotcall64" ,r-dotcall64)))
12263 (native-inputs `(("gfortran" ,gfortran)))
12264 (home-page "https://www.math.uzh.ch/pages/spam/")
12265 (synopsis "Sparse matrix algebra")
12266 (description
12267 "This package provides a set of functions for sparse matrix algebra.
12268 Differences with other sparse matrix packages are:
12269
12270 @enumerate
12271 @item it only supports (essentially) one sparse matrix format;
12272 @item it is based on transparent and simple structure(s);
12273 @item it is tailored for MCMC calculations within G(M)RF;
12274 @item and it is fast and scalable (with the extension package @code{spam64}).
12275 @end enumerate\n")
12276 ;; Either of these licenses
12277 (license (list license:bsd-3 license:lgpl2.0))))
12278
12279 (define-public r-fields
12280 (package
12281 (name "r-fields")
12282 (version "11.6")
12283 (source
12284 (origin
12285 (method url-fetch)
12286 (uri (cran-uri "fields" version))
12287 (sha256
12288 (base32 "1nsrgkw9w3mwd3sajyzc06h49gg1s0bkq6xh5b66h1n4jbcx2046"))))
12289 (build-system r-build-system)
12290 (propagated-inputs
12291 `(("r-maps" ,r-maps)
12292 ("r-spam" ,r-spam)))
12293 (native-inputs
12294 `(("gfortran" ,gfortran)))
12295 (home-page "https://www.image.ucar.edu/fields")
12296 (synopsis "Tools for spatial data")
12297 (description
12298 "This is a package for curve, surface and function fitting with an
12299 emphasis on splines, spatial data and spatial statistics. The major methods
12300 include cubic, and thin plate splines, Kriging, and compactly supported
12301 covariance functions for large data sets.")
12302 (license license:gpl2+)))
12303
12304 (define-public r-spatialextremes
12305 (package
12306 (name "r-spatialextremes")
12307 (version "2.0-9")
12308 (source
12309 (origin
12310 (method url-fetch)
12311 (uri (cran-uri "SpatialExtremes" version))
12312 (sha256
12313 (base32
12314 "1mhn1c8n3bmgf0fjyac3wji4790zswzkqliqcv3n8kv9806crb0y"))))
12315 (properties
12316 `((upstream-name . "SpatialExtremes")))
12317 (build-system r-build-system)
12318 (propagated-inputs
12319 `(("r-fields" ,r-fields)
12320 ("r-maps" ,r-maps)))
12321 (home-page "http://spatialextremes.r-forge.r-project.org/")
12322 (synopsis "Modelling spatial extremes")
12323 (description
12324 "This package provides tools for the statistical modelling of spatial
12325 extremes using max-stable processes, copula or Bayesian hierarchical models.
12326 More precisely, this package allows (conditional) simulations from various
12327 parametric max-stable models, analysis of the extremal spatial dependence, the
12328 fitting of such processes using composite likelihoods or least square (simple
12329 max-stable processes only), model checking and selection and prediction.")
12330 (license license:gpl2+)))
12331
12332 (define-public r-drc
12333 (package
12334 (name "r-drc")
12335 (version "3.0-1")
12336 (source
12337 (origin
12338 (method url-fetch)
12339 (uri (cran-uri "drc" version))
12340 (sha256
12341 (base32
12342 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
12343 (build-system r-build-system)
12344 (propagated-inputs
12345 `(("r-car" ,r-car)
12346 ("r-gtools" ,r-gtools)
12347 ("r-mass" ,r-mass)
12348 ("r-multcomp" ,r-multcomp)
12349 ("r-plotrix" ,r-plotrix)
12350 ("r-scales" ,r-scales)))
12351 (home-page "https://cran.r-project.org/web/packages/drc")
12352 (synopsis "Analysis of dose-response curves")
12353 (description
12354 "This package provides a suite of flexible and versatile model fitting
12355 and after-fitting functions for the analysis of dose-response data.")
12356 (license license:gpl2+)))
12357
12358 (define-public r-rmeta
12359 (package
12360 (name "r-rmeta")
12361 (version "3.0")
12362 (source
12363 (origin
12364 (method url-fetch)
12365 (uri (cran-uri "rmeta" version))
12366 (sha256
12367 (base32
12368 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
12369 (build-system r-build-system)
12370 (home-page "https://cran.r-project.org/web/packages/rmeta")
12371 (synopsis "Tools for meta-analysis")
12372 (description
12373 "This package provides functions for simple fixed and random effects
12374 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
12375 draws standard summary plots, funnel plots, and computes summaries and tests
12376 for association and heterogeneity.")
12377 (license license:gpl2)))
12378
12379 (define-public r-bootstrap
12380 (package
12381 (name "r-bootstrap")
12382 (version "2019.6")
12383 (source
12384 (origin
12385 (method url-fetch)
12386 (uri (cran-uri "bootstrap" version))
12387 (sha256
12388 (base32
12389 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
12390 (build-system r-build-system)
12391 (native-inputs `(("gfortran" ,gfortran)))
12392 (home-page "https://cran.r-project.org/web/packages/bootstrap")
12393 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
12394 (description
12395 "This package provides software and data for the book \"An Introduction
12396 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
12397 This package is primarily provided for projects already based on it, and for
12398 support of the book. New projects should preferentially use the recommended
12399 package \"boot\".")
12400 (license license:bsd-3)))
12401
12402 (define-public r-survivalroc
12403 (package
12404 (name "r-survivalroc")
12405 (version "1.0.3")
12406 (source
12407 (origin
12408 (method url-fetch)
12409 (uri (cran-uri "survivalROC" version))
12410 (sha256
12411 (base32
12412 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
12413 (properties `((upstream-name . "survivalROC")))
12414 (build-system r-build-system)
12415 (home-page "https://cran.r-project.org/web/packages/survivalROC")
12416 (synopsis "Time-dependent ROC curve estimation from censored survival data")
12417 (description
12418 "Compute time-dependent ROC curve from censored survival data using
12419 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
12420 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
12421 (license license:gpl2+)))
12422
12423 (define-public r-longitudinal
12424 (package
12425 (name "r-longitudinal")
12426 (version "1.1.12")
12427 (source
12428 (origin
12429 (method url-fetch)
12430 (uri (cran-uri "longitudinal" version))
12431 (sha256
12432 (base32
12433 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
12434 (build-system r-build-system)
12435 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
12436 (home-page "http://strimmerlab.org/software/longitudinal/")
12437 (synopsis "Analysis of multiple time course data")
12438 (description
12439 "This package contains general data structures and functions for
12440 longitudinal data with multiple variables, repeated measurements, and
12441 irregularly spaced time points. It also implements a shrinkage estimator of
12442 dynamical correlation and dynamical covariance.")
12443 (license license:gpl3+)))
12444
12445 (define-public r-genenet
12446 (package
12447 (name "r-genenet")
12448 (version "1.2.15")
12449 (source
12450 (origin
12451 (method url-fetch)
12452 (uri (cran-uri "GeneNet" version))
12453 (sha256
12454 (base32
12455 "11ba6ahsk3x9alvcw8bai2bpg84ki1m8nadrjjdhjg65svhw8njm"))))
12456 (properties `((upstream-name . "GeneNet")))
12457 (build-system r-build-system)
12458 (propagated-inputs
12459 `(("r-corpcor" ,r-corpcor)
12460 ("r-fdrtool" ,r-fdrtool)
12461 ("r-longitudinal" ,r-longitudinal)))
12462 (home-page "http://strimmerlab.org/software/genenet/")
12463 (synopsis "Modeling and inferring gene networks")
12464 (description
12465 "This package analyzes gene expression (time series) data with focus on
12466 the inference of gene networks. In particular, GeneNet implements the methods
12467 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
12468 for learning large-scale gene association networks (including assignment of
12469 putative directions).")
12470 (license license:gpl3+)))
12471
12472 (define-public r-rbamtools
12473 (package
12474 (name "r-rbamtools")
12475 (version "2.16.17")
12476 (source
12477 (origin
12478 (method url-fetch)
12479 (uri (cran-uri "rbamtools" version))
12480 (sha256
12481 (base32
12482 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
12483 (build-system r-build-system)
12484 (inputs `(("zlib" ,zlib)))
12485 (propagated-inputs
12486 `(("r-refgenome" ,r-refgenome)))
12487 (home-page "https://cran.r-project.org/web/packages/rbamtools")
12488 (synopsis "Read and write BAM (binary alignment) files")
12489 (description
12490 "This package provides an R interface to functions of the SAMtools
12491 library.")
12492 (license license:artistic2.0)))
12493
12494 (define-public r-protviz
12495 (package
12496 (name "r-protviz")
12497 (version "0.6.8")
12498 (source
12499 (origin
12500 (method url-fetch)
12501 (uri (cran-uri "protViz" version))
12502 (sha256
12503 (base32
12504 "0rn8fjg7791a4j2k1kk1jwx40xz20bfaavvflmhyzpl398vmmy3a"))))
12505 (properties `((upstream-name . "protViz")))
12506 (build-system r-build-system)
12507 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
12508 (home-page "https://github.com/protViz/protViz/")
12509 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
12510 (description
12511 "This package helps with quality checks, visualizations and analysis of
12512 mass spectrometry data, coming from proteomics experiments. The package is
12513 developed, tested and used at the Functional Genomics Center Zurich, where it
12514 is used mainly for prototyping, teaching, and having fun with proteomics data.
12515 But it can also be used to do data analysis for small scale data sets.")
12516 (license license:gpl3)))
12517
12518 (define-public r-cmprsk
12519 (package
12520 (name "r-cmprsk")
12521 (version "2.2-10")
12522 (source
12523 (origin
12524 (method url-fetch)
12525 (uri (cran-uri "cmprsk" version))
12526 (sha256
12527 (base32 "1xnx2zanw548prxsw2zw5cddkkg6kj97jgyzw67achq5mnsvfbg8"))))
12528 (build-system r-build-system)
12529 (propagated-inputs
12530 `(("r-survival" ,r-survival)))
12531 (native-inputs
12532 `(("gfortran" ,gfortran)))
12533 (home-page "https://cran.r-project.org/web/packages/cmprsk")
12534 (synopsis "Subdistribution analysis of competing risks")
12535 (description
12536 "This package provides tool for estimation, testing and regression
12537 modeling of subdistribution functions in competing risks, as described in
12538 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
12539 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
12540 A proportional hazards model for the subdistribution of a competing risk,
12541 JASA, 94:496-509.")
12542 (license license:gpl2+)))
12543
12544 (define-public r-etm
12545 (package
12546 (name "r-etm")
12547 (version "1.1.1")
12548 (source
12549 (origin
12550 (method url-fetch)
12551 (uri (cran-uri "etm" version))
12552 (sha256
12553 (base32
12554 "1hvrplmdpjjpjji663rw0vjbbrzj2nvr04d1nkc8bf46p4ixyxgy"))))
12555 (build-system r-build-system)
12556 (propagated-inputs
12557 `(("r-data-table" ,r-data-table)
12558 ("r-lattice" ,r-lattice)
12559 ("r-rcpp" ,r-rcpp)
12560 ("r-rcpparmadillo" ,r-rcpparmadillo)
12561 ("r-survival" ,r-survival)))
12562 (home-page "https://cran.r-project.org/web/packages/etm")
12563 (synopsis "Empirical transition matrix")
12564 (description
12565 "The @dfn{empirical transition matrix} (etm) package estimates
12566 the matrix of transition probabilities for any time-inhomogeneous multistate
12567 model with finite state space using the Aalen-Johansen estimator.")
12568 (license license:expat)))
12569
12570 (define-public r-epi
12571 (package
12572 (name "r-epi")
12573 (version "2.41")
12574 (source
12575 (origin
12576 (method url-fetch)
12577 (uri (cran-uri "Epi" version))
12578 (sha256
12579 (base32
12580 "09miba6zk63bwc79n3030kgzlvy3whkq968pgqyghxnsjfh5ckp5"))))
12581 (properties `((upstream-name . "Epi")))
12582 (build-system r-build-system)
12583 (propagated-inputs
12584 `(("r-cmprsk" ,r-cmprsk)
12585 ("r-data-table" ,r-data-table)
12586 ("r-etm" ,r-etm)
12587 ("r-mass" ,r-mass)
12588 ("r-matrix" ,r-matrix)
12589 ("r-mgcv" ,r-mgcv)
12590 ("r-numderiv" ,r-numderiv)
12591 ("r-plyr" ,r-plyr)
12592 ("r-survival" ,r-survival)
12593 ("r-zoo" ,r-zoo)))
12594 (home-page "https://BendixCarstensen.com/Epi/")
12595 (synopsis "Statistical analysis in epidemiology")
12596 (description
12597 "This package provides functions for demographic and epidemiological
12598 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
12599 particular representation, manipulation and simulation of multistate data -
12600 the Lexis suite of functions, which includes interfaces to the @code{mstate},
12601 @code{etm} and @code{cmprsk} packages. It also contains functions for
12602 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
12603 data and some useful functions for tabulation and plotting, as well as a
12604 number of epidemiological data sets.")
12605 (license license:gpl2)))
12606
12607 (define-public r-ppls
12608 (package
12609 (name "r-ppls")
12610 (version "1.6-1.1")
12611 (source
12612 (origin
12613 (method url-fetch)
12614 (uri (cran-uri "ppls" version))
12615 (sha256
12616 (base32
12617 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
12618 (build-system r-build-system)
12619 (propagated-inputs `(("r-mass" ,r-mass)))
12620 (home-page "https://cran.r-project.org/web/packages/ppls")
12621 (synopsis "Penalized partial least squares")
12622 (description
12623 "This package contains linear and nonlinear regression methods based on
12624 partial least squares and penalization techniques. Model parameters are
12625 selected via cross-validation, and confidence intervals ans tests for the
12626 regression coefficients can be conducted via jackknifing.")
12627 (license license:gpl2+)))
12628
12629 (define-public r-huge
12630 (package
12631 (name "r-huge")
12632 (version "1.3.4.1")
12633 (source
12634 (origin
12635 (method url-fetch)
12636 (uri (cran-uri "huge" version))
12637 (sha256
12638 (base32 "11m80dnaxqw5v006q6kvhndl2y5ih5553fcqg4jcaljd8sp9xvvq"))))
12639 (build-system r-build-system)
12640 (propagated-inputs
12641 `(("r-igraph" ,r-igraph)
12642 ("r-mass" ,r-mass)
12643 ("r-matrix" ,r-matrix)
12644 ("r-rcpp" ,r-rcpp)
12645 ("r-rcppeigen" ,r-rcppeigen)))
12646 (home-page "https://cran.r-project.org/web/packages/huge")
12647 (synopsis "High-dimensional undirected graph estimation")
12648 (description
12649 "This package provides a general framework for high-dimensional
12650 undirected graph estimation. It integrates data preprocessing, neighborhood
12651 screening, graph estimation, and model selection techniques into a pipeline.")
12652 (license license:gpl2)))
12653
12654 (define-public r-parcor
12655 (package
12656 (name "r-parcor")
12657 (version "0.2-6")
12658 (source
12659 (origin
12660 (method url-fetch)
12661 (uri (cran-uri "parcor" version))
12662 (sha256
12663 (base32
12664 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
12665 (build-system r-build-system)
12666 (propagated-inputs
12667 `(("r-epi" ,r-epi)
12668 ("r-genenet" ,r-genenet)
12669 ("r-glmnet" ,r-glmnet)
12670 ("r-mass" ,r-mass)
12671 ("r-ppls" ,r-ppls)))
12672 (home-page "https://cran.r-project.org/web/packages/parcor")
12673 (synopsis "Regularized estimation of partial correlation matrices")
12674 (description
12675 "This package estimates the matrix of partial correlations based on
12676 different regularized regression methods: lasso, adaptive lasso, PLS, and
12677 Ridge Regression. In addition, the package provides model selection for
12678 lasso, adaptive lasso and Ridge regression based on cross-validation.")
12679 (license license:gpl2+)))
12680
12681 (define-public r-mcmc
12682 (package
12683 (name "r-mcmc")
12684 (version "0.9-7")
12685 (source
12686 (origin
12687 (method url-fetch)
12688 (uri (cran-uri "mcmc" version))
12689 (sha256
12690 (base32
12691 "0q42m8ab7b6bxhns494ksjdss5f3c5m2jjfdlfj6fk1nz7ax7i5p"))))
12692 (build-system r-build-system)
12693 (home-page "https://www.stat.umn.edu/geyer/mcmc/")
12694 (synopsis "Markov chain Monte Carlo")
12695 (description
12696 "This package simulates continuous distributions of random vectors using
12697 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
12698 function that evaluates the log unnormalized density. Algorithms are random
12699 walk Metropolis algorithm (function @code{metrop}), simulated
12700 tempering (function @code{temper}), and morphometric random walk
12701 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
12702 by change of variable.")
12703 (license license:expat)))
12704
12705 (define-public r-listenv
12706 (package
12707 (name "r-listenv")
12708 (version "0.8.0")
12709 (source
12710 (origin
12711 (method url-fetch)
12712 (uri (cran-uri "listenv" version))
12713 (sha256
12714 (base32
12715 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
12716 (build-system r-build-system)
12717 (native-inputs
12718 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
12719 (home-page "https://github.com/HenrikBengtsson/listenv")
12720 (synopsis "Environments behaving (almost) as lists")
12721 (description
12722 "This package implements list environments. List environments are
12723 environments that have list-like properties. For instance, the elements of a
12724 list environment are ordered and can be accessed and iterated over using index
12725 subsetting.")
12726 (license license:lgpl2.1+)))
12727
12728 (define-public r-globals
12729 (package
12730 (name "r-globals")
12731 (version "0.13.1")
12732 (source
12733 (origin
12734 (method url-fetch)
12735 (uri (cran-uri "globals" version))
12736 (sha256
12737 (base32
12738 "1ch9m7fxclfhfa38b743wcm7w1bkx9kmivc6l7phpbgs6h9jhrcc"))))
12739 (build-system r-build-system)
12740 (propagated-inputs
12741 `(("r-codetools" ,r-codetools)))
12742 (home-page "https://github.com/HenrikBengtsson/globals")
12743 (synopsis "Identify global objects in R expressions")
12744 (description
12745 "This package provides tools to identify global (\"unknown\" or \"free\")
12746 objects in R expressions by code inspection using various strategies, e.g.
12747 conservative or liberal. The objective of this package is to make it as
12748 simple as possible to identify global objects for the purpose of exporting
12749 them in distributed compute environments.")
12750 (license license:lgpl2.1+)))
12751
12752 (define-public r-parallelly
12753 (package
12754 (name "r-parallelly")
12755 (version "1.21.0")
12756 (source
12757 (origin
12758 (method url-fetch)
12759 (uri (cran-uri "parallelly" version))
12760 (sha256
12761 (base32
12762 "1hlr81khr7z4x9gprymdh19mdq3nw6wm8d2795sd2pa3ya6phnb0"))))
12763 (properties `((upstream-name . "parallelly")))
12764 (build-system r-build-system)
12765 (home-page "https://github.com/HenrikBengtsson/parallelly")
12766 (synopsis "Enhancements of the parallel package")
12767 (description
12768 "This package provides utility functions that enhance the @code{parallel}
12769 package and support the built-in parallel backends of the @code{future}
12770 package. For example, @code{availableCores} gives the number of CPU cores
12771 available to your R process as given by R options and environment variables,
12772 including those set by job schedulers on high-performance compute clusters.
12773 If none is set, it will fall back to @code{parallel::detectCores}. Another
12774 example is @code{makeClusterPSOCK}, which is backward compatible with
12775 @code{parallel::makePSOCKcluster} while doing a better job in setting up
12776 remote cluster workers without the need for configuring the firewall to do
12777 port-forwarding to your local computer.")
12778 (license license:lgpl2.1+)))
12779
12780 (define-public r-future
12781 (package
12782 (name "r-future")
12783 (version "1.19.1")
12784 (source
12785 (origin
12786 (method url-fetch)
12787 (uri (cran-uri "future" version))
12788 (sha256
12789 (base32
12790 "12f483h7g172ygafbg7h43vykv0f7xz9miwqf5q8dyv7gpgqi5fl"))))
12791 (build-system r-build-system)
12792 (propagated-inputs
12793 `(("r-digest" ,r-digest)
12794 ("r-globals" ,r-globals)
12795 ("r-listenv" ,r-listenv)))
12796 (native-inputs
12797 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
12798 (home-page "https://github.com/HenrikBengtsson/future")
12799 (synopsis "Unified parallel and distributed processing in R")
12800 (description
12801 "The purpose of this package is to provide a lightweight and unified
12802 Future API for sequential and parallel processing of R expression via futures.
12803 This package implements sequential, multicore, multisession, and cluster
12804 futures. With these, R expressions can be evaluated on the local machine, in
12805 parallel a set of local machines, or distributed on a mix of local and remote
12806 machines. Extensions to this package implement additional backends for
12807 processing futures via compute cluster schedulers etc. Because of its unified
12808 API, there is no need to modify any code in order to switch from sequential on
12809 the local machine to, say, distributed processing on a remote compute cluster.")
12810 (license license:lgpl2.1+)))
12811
12812 (define-public r-future-apply
12813 (package
12814 (name "r-future-apply")
12815 (version "1.6.0")
12816 (source
12817 (origin
12818 (method url-fetch)
12819 (uri (cran-uri "future.apply" version))
12820 (sha256
12821 (base32
12822 "1zbfycjfvxnrigm6l2fd2zgnw96g0apiw426c73gkv3xv7bdy6ms"))))
12823 (properties `((upstream-name . "future.apply")))
12824 (build-system r-build-system)
12825 (propagated-inputs
12826 `(("r-future" ,r-future)
12827 ("r-globals" ,r-globals)))
12828 (native-inputs
12829 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
12830 (home-page "https://github.com/HenrikBengtsson/future.apply")
12831 (synopsis "Apply function to elements in parallel using futures")
12832 (description
12833 "This package provides implementations of @code{apply()},
12834 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
12835 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
12836 can be resolved using any future-supported backend, e.g. parallel on the local
12837 machine or distributed on a compute cluster.")
12838 (license license:gpl2+)))
12839
12840 (define-public r-rsvd
12841 (package
12842 (name "r-rsvd")
12843 (version "1.0.3")
12844 (source
12845 (origin
12846 (method url-fetch)
12847 (uri (cran-uri "rsvd" version))
12848 (sha256
12849 (base32
12850 "1fvrw46fl5xb2akaa4mp8nja4h7nn4bdhnjdrk22fsdfqc7hwmhk"))))
12851 (build-system r-build-system)
12852 (propagated-inputs
12853 `(("r-matrix" ,r-matrix)))
12854 (home-page "https://github.com/erichson/rSVD")
12855 (synopsis "Randomized singular value decomposition")
12856 (description
12857 "Low-rank matrix decompositions are fundamental tools and widely used for
12858 data analysis, dimension reduction, and data compression. Classically, highly
12859 accurate deterministic matrix algorithms are used for this task. However, the
12860 emergence of large-scale data has severely challenged our computational
12861 ability to analyze big data. The concept of randomness has been demonstrated
12862 as an effective strategy to quickly produce approximate answers to familiar
12863 problems such as the @dfn{singular value decomposition} (SVD). This package
12864 provides several randomized matrix algorithms such as the randomized singular
12865 value decomposition (@code{rsvd}), randomized principal component
12866 analysis (@code{rpca}), randomized robust principal component
12867 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
12868 and the randomized CUR decomposition (@code{rcur}). In addition several plot
12869 functions are provided.")
12870 (license license:gpl3+)))
12871
12872 (define-public r-sloop
12873 (package
12874 (name "r-sloop")
12875 (version "1.0.1")
12876 (source
12877 (origin
12878 (method url-fetch)
12879 (uri (cran-uri "sloop" version))
12880 (sha256
12881 (base32
12882 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
12883 (build-system r-build-system)
12884 (propagated-inputs
12885 `(("r-codetools" ,r-codetools)
12886 ("r-crayon" ,r-crayon)
12887 ("r-purrr" ,r-purrr)
12888 ("r-rlang" ,r-rlang)
12889 ("r-tibble" ,r-tibble)))
12890 (home-page "https://github.com/r-lib/sloop")
12891 (synopsis "Helpers for object-oriented programming in R")
12892 (description
12893 "This package provides a collection of helper functions designed to
12894 help you to better understand object oriented programming in R, particularly
12895 using @code{S3}.")
12896 (license license:gpl3)))
12897
12898 (define-public r-capushe
12899 (package
12900 (name "r-capushe")
12901 (version "1.1.1")
12902 (source
12903 (origin
12904 (method url-fetch)
12905 (uri (cran-uri "capushe" version))
12906 (sha256
12907 (base32
12908 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
12909 (build-system r-build-system)
12910 (propagated-inputs `(("r-mass" ,r-mass)))
12911 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
12912 (synopsis "Calibrating penalties using slope heuristics")
12913 (description
12914 "This package provides tools for the calibration of penalized criteria
12915 for model selection. The calibration methods available are based on the slope
12916 heuristics.")
12917 (license license:gpl2+)))
12918
12919 (define-public r-dorng
12920 (package
12921 (name "r-dorng")
12922 (version "1.8.2")
12923 (source
12924 (origin
12925 (method url-fetch)
12926 (uri (cran-uri "doRNG" version))
12927 (sha256
12928 (base32
12929 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
12930 (properties `((upstream-name . "doRNG")))
12931 (build-system r-build-system)
12932 (propagated-inputs
12933 `(("r-foreach" ,r-foreach)
12934 ("r-iterators" ,r-iterators)
12935 ("r-rngtools" ,r-rngtools)))
12936 (home-page "https://renozao.github.io/doRNG/")
12937 (synopsis "Generic reproducible parallel backend for foreach loops")
12938 (description
12939 "This package provides functions to perform reproducible parallel
12940 @code{foreach} loops, using independent random streams as generated by
12941 L'Ecuyer's combined multiple-recursive generator. It enables to easily
12942 convert standard @code{%dopar%} loops into fully reproducible loops,
12943 independently of the number of workers, the task scheduling strategy, or the
12944 chosen parallel environment and associated foreach backend.")
12945 (license license:gpl2+)))
12946
12947 (define-public r-blockmodeling
12948 (package
12949 (name "r-blockmodeling")
12950 (version "1.0.0")
12951 (source
12952 (origin
12953 (method url-fetch)
12954 (uri (cran-uri "blockmodeling" version))
12955 (sha256
12956 (base32
12957 "1z4w2kq0id0gb5d0lqcdaw3clplhzywarkpvvx3drivdypzl237i"))))
12958 (build-system r-build-system)
12959 (propagated-inputs
12960 `(("r-matrix" ,r-matrix)))
12961 (native-inputs `(("gfortran" ,gfortran)))
12962 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
12963 (synopsis "Generalized and classical blockmodeling of valued networks")
12964 (description
12965 "This package is primarily meant as an implementation of generalized
12966 blockmodeling for valued networks. In addition, measures of similarity or
12967 dissimilarity based on structural equivalence and regular equivalence (REGE
12968 algorithms) can be computed and partitioned matrices can be plotted.")
12969 (license license:gpl2+)))
12970
12971 (define-public r-upsetr
12972 (package
12973 (name "r-upsetr")
12974 (version "1.4.0")
12975 (source
12976 (origin
12977 (method url-fetch)
12978 (uri (cran-uri "UpSetR" version))
12979 (sha256
12980 (base32
12981 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
12982 (properties `((upstream-name . "UpSetR")))
12983 (build-system r-build-system)
12984 (propagated-inputs
12985 `(("r-ggplot2" ,r-ggplot2)
12986 ("r-gridextra" ,r-gridextra)
12987 ("r-plyr" ,r-plyr)
12988 ("r-scales" ,r-scales)))
12989 (home-page "https://github.com/hms-dbmi/UpSetR")
12990 (synopsis "Visualize intersecting sets")
12991 (description
12992 "This package provides a more scalable alternative to Venn and Euler
12993 diagrams for visualizing intersecting sets. Create visualizations of
12994 intersecting sets using a novel matrix design, along with visualizations of
12995 several common set, element and attribute related tasks.")
12996 (license license:expat)))
12997
12998 ;; This package includes a JavaScript file, which is not minified. When
12999 ;; upgrading please check that there are no new minified JavaScript files.
13000 (define-public r-shinybs
13001 (package
13002 (name "r-shinybs")
13003 (version "0.61")
13004 (source
13005 (origin
13006 (method url-fetch)
13007 (uri (cran-uri "shinyBS" version))
13008 (sha256
13009 (base32
13010 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
13011 (properties `((upstream-name . "shinyBS")))
13012 (build-system r-build-system)
13013 ;; The tests spawn Shiny browser apps. They cannot be run
13014 ;; non-interactively.
13015 (arguments '(#:tests? #f))
13016 (propagated-inputs
13017 `(("r-htmltools" ,r-htmltools)
13018 ("r-shiny" ,r-shiny)))
13019 (home-page "https://ebailey78.github.io/shinyBS/")
13020 (synopsis "Twitter Bootstrap components for Shiny")
13021 (description
13022 "This package adds additional Twitter Bootstrap components to Shiny.")
13023 (license license:gpl3)))
13024
13025 (define-public r-outliers
13026 (package
13027 (name "r-outliers")
13028 (version "0.14")
13029 (source
13030 (origin
13031 (method url-fetch)
13032 (uri (cran-uri "outliers" version))
13033 (sha256
13034 (base32
13035 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
13036 (build-system r-build-system)
13037 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
13038 (synopsis "Tests for outliers")
13039 (description
13040 "This package provides a collection of some tests commonly used for
13041 identifying outliers.")
13042 (license license:gpl2+)))
13043
13044 (define-public r-bayesm
13045 (package
13046 (name "r-bayesm")
13047 (version "3.1-4")
13048 (source
13049 (origin
13050 (method url-fetch)
13051 (uri (cran-uri "bayesm" version))
13052 (sha256
13053 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
13054 (build-system r-build-system)
13055 (propagated-inputs
13056 `(("r-rcpp" ,r-rcpp)
13057 ("r-rcpparmadillo" ,r-rcpparmadillo)))
13058 (home-page "http://www.perossi.org/home/bsm-1")
13059 (synopsis "Bayesian inference for marketing/micro-econometrics")
13060 (description
13061 "This package covers many important models used in marketing and
13062 micro-econometrics applications, including Bayes Regression (univariate or
13063 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
13064 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
13065 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
13066 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
13067 Estimation with normal base, Hierarchical Linear Models with normal prior and
13068 covariates, Hierarchical Linear Models with a mixture of normals prior and
13069 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
13070 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
13071 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
13072 analysis of choice-based conjoint data, Bayesian treatment of linear
13073 instrumental variables models, Analysis of Multivariate Ordinal survey data
13074 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
13075 Coefficient Logit Models.")
13076 (license license:gpl2+)))
13077
13078 (define-public r-tensora
13079 (package
13080 (name "r-tensora")
13081 (version "0.36.1")
13082 (source
13083 (origin
13084 (method url-fetch)
13085 (uri (cran-uri "tensorA" version))
13086 (sha256
13087 (base32
13088 "176hjy3bvg3in62r97wxbhq187sjz6c1gwy9x6spaxl6k4my3zy7"))))
13089 (properties `((upstream-name . "tensorA")))
13090 (build-system r-build-system)
13091 (home-page "http://www.stat.boogaart.de/tensorA")
13092 (synopsis "Advanced tensor arithmetic with named indices")
13093 (description
13094 "This package provides convenience functions for advanced linear algebra
13095 with tensors and computation with datasets of tensors on a higher level
13096 abstraction. It includes Einstein and Riemann summing conventions, dragging,
13097 co- and contravariate indices, and parallel computations on sequences of
13098 tensors.")
13099 (license license:gpl2+)))
13100
13101 (define-public r-rarpack
13102 (package
13103 (name "r-rarpack")
13104 (version "0.11-0")
13105 (source
13106 (origin
13107 (method url-fetch)
13108 (uri (cran-uri "rARPACK" version))
13109 (sha256
13110 (base32
13111 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
13112 (properties `((upstream-name . "rARPACK")))
13113 (build-system r-build-system)
13114 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
13115 (home-page "https://github.com/yixuan/rARPACK")
13116 (synopsis "Solvers for large scale eigenvalue and SVD problems")
13117 (description
13118 "This package was previously an R wrapper of the ARPACK library, and now
13119 a shell of the R package RSpectra, an R interface to the Spectra library for
13120 solving large scale eigenvalue/vector problems. The current version of
13121 rARPACK simply imports and exports the functions provided by RSpectra. New
13122 users of rARPACK are advised to switch to the RSpectra package.")
13123 (license license:bsd-3)))
13124
13125 (define-public r-compositions
13126 (package
13127 (name "r-compositions")
13128 (version "2.0-0")
13129 (source
13130 (origin
13131 (method url-fetch)
13132 (uri (cran-uri "compositions" version))
13133 (sha256
13134 (base32
13135 "0xsx4n699q2r4pk2jrvifi3wi49lih7d1j3j6qgqqd31brg53jqr"))))
13136 (build-system r-build-system)
13137 (propagated-inputs
13138 `(("r-bayesm" ,r-bayesm)
13139 ("r-mass" ,r-mass)
13140 ("r-robustbase" ,r-robustbase)
13141 ("r-tensora" ,r-tensora)))
13142 (native-inputs
13143 `(("r-knitr" ,r-knitr)))
13144 (home-page "http://www.stat.boogaart.de/compositions")
13145 (synopsis "Compositional data analysis")
13146 (description
13147 "This package provides functions for the consistent analysis of
13148 compositional data (e.g. portions of substances) and positive
13149 numbers (e.g. concentrations).")
13150 (license license:gpl2+)))
13151
13152 (define-public r-cobs
13153 (package
13154 (name "r-cobs")
13155 (version "1.3-4")
13156 (source
13157 (origin
13158 (method url-fetch)
13159 (uri (cran-uri "cobs" version))
13160 (sha256
13161 (base32
13162 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
13163 (build-system r-build-system)
13164 (propagated-inputs
13165 `(("r-quantreg" ,r-quantreg)
13166 ("r-sparsem" ,r-sparsem)))
13167 (home-page "https://cran.r-project.org/web/packages/cobs")
13168 (synopsis "Constrained B-Splines (sparse matrix based)")
13169 (description
13170 "This package provides qualitatively constrained (regression) smoothing
13171 splines via linear programming and sparse matrices.")
13172 (license license:gpl2+)))
13173
13174 (define-public r-drimpute
13175 (package
13176 (name "r-drimpute")
13177 (version "1.0")
13178 (source
13179 (origin
13180 (method url-fetch)
13181 (uri (cran-uri "DrImpute" version))
13182 (sha256
13183 (base32
13184 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
13185 (properties `((upstream-name . "DrImpute")))
13186 (build-system r-build-system)
13187 (propagated-inputs
13188 `(("r-rcpp" ,r-rcpp)
13189 ("r-rcpparmadillo" ,r-rcpparmadillo)))
13190 (home-page "https://github.com/ikwak2/DrImpute")
13191 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
13192 (description
13193 "This is an R package for imputing dropout events. Many statistical
13194 methods in cell type identification, visualization and lineage reconstruction
13195 do not account for dropout events. DrImpute can improve the performance of
13196 such software by imputing dropout events.")
13197 (license license:gpl3)))
13198
13199 (define-public r-gamlss-dist
13200 (package
13201 (name "r-gamlss-dist")
13202 (version "5.1-7")
13203 (source
13204 (origin
13205 (method url-fetch)
13206 (uri (cran-uri "gamlss.dist" version))
13207 (sha256
13208 (base32 "0nzgq3rnziy0i2zxn88hqy3pakpyin2m2csk9j3zg39si66c6wcq"))))
13209 (properties `((upstream-name . "gamlss.dist")))
13210 (build-system r-build-system)
13211 (propagated-inputs `(("r-mass" ,r-mass)))
13212 (home-page "http://www.gamlss.org/")
13213 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
13214 (description
13215 "This package provides a set of distributions which can be used for
13216 modelling the response variables in Generalized Additive Models for Location
13217 Scale and Shape. The distributions can be continuous, discrete or mixed
13218 distributions. Extra distributions can be created, by transforming, any
13219 continuous distribution defined on the real line, to a distribution defined on
13220 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
13221 transformation, respectively.")
13222 ;; Either version of the GPL.
13223 (license (list license:gpl2 license:gpl3))))
13224
13225 ;; This package includes JavaScript files, which are not minified. When
13226 ;; upgrading please check that there are no new minified JavaScript files.
13227 (define-public r-shinyjs
13228 (package
13229 (name "r-shinyjs")
13230 (version "2.0.0")
13231 (source
13232 (origin
13233 (method url-fetch)
13234 (uri (cran-uri "shinyjs" version))
13235 (sha256
13236 (base32
13237 "1zzq356dvd8ciajy6r5n4ybgx9xk7ydwv25j86xlcsqznkxdkkf2"))))
13238 (build-system r-build-system)
13239 (propagated-inputs
13240 `(("r-digest" ,r-digest)
13241 ("r-htmltools" ,r-htmltools)
13242 ("r-jsonlite" ,r-jsonlite)
13243 ("r-shiny" ,r-shiny)))
13244 (native-inputs
13245 `(("r-knitr" ,r-knitr)))
13246 (home-page "https://deanattali.com/shinyjs")
13247 (synopsis "Improve the user experience of your Shiny apps")
13248 (description
13249 "Perform common useful JavaScript operations in Shiny apps that will
13250 greatly improve your apps without having to know any JavaScript. Examples
13251 include: hiding an element, disabling an input, resetting an input back to its
13252 original value, delaying code execution by a few seconds, and many more useful
13253 functions for both the end user and the developer. Shinyjs can also be used
13254 to easily call your own custom JavaScript functions from R.")
13255 (license license:agpl3+)))
13256
13257 ;; This package includes minified JavaScript files. When upgrading please
13258 ;; check that there are no new minified JavaScript files.
13259 (define-public r-colourpicker
13260 (package
13261 (name "r-colourpicker")
13262 (version "1.1.0")
13263 (source
13264 (origin
13265 (method url-fetch)
13266 (uri (cran-uri "colourpicker" version))
13267 (sha256
13268 (base32
13269 "1qjispj7i12m02js5cm5xlgn5lyff0kc5ybz6lbknz8q5lkbdyrd"))))
13270 (build-system r-build-system)
13271 (arguments
13272 `(#:modules ((guix build utils)
13273 (guix build r-build-system)
13274 (srfi srfi-1)
13275 (ice-9 popen))
13276 #:phases
13277 (modify-phases %standard-phases
13278 (add-after 'unpack 'process-javascript
13279 (lambda* (#:key inputs #:allow-other-keys)
13280 (with-directory-excursion "inst"
13281 (call-with-values
13282 (lambda ()
13283 (unzip2
13284 `((,(assoc-ref inputs "js-salvattore")
13285 "examples/colourInput/www/salvattore.min.js")
13286 (,(assoc-ref inputs "js-jquery")
13287 "htmlwidgets/lib/jquery/jquery.min.js")
13288 ("www/shared/colourpicker/js/colourpicker.js"
13289 "www/shared/colourpicker/js/colourpicker.min.js"))))
13290 (lambda (sources targets)
13291 (for-each (lambda (source target)
13292 (format #t "Processing ~a --> ~a~%"
13293 source target)
13294 (delete-file target)
13295 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
13296 (call-with-output-file target
13297 (lambda (port)
13298 (dump-port minified port)))))
13299 sources targets))))
13300 #t)))))
13301 (propagated-inputs
13302 `(("r-ggplot2" ,r-ggplot2)
13303 ("r-htmltools" ,r-htmltools)
13304 ("r-htmlwidgets" ,r-htmlwidgets)
13305 ("r-jsonlite" ,r-jsonlite)
13306 ("r-miniui" ,r-miniui)
13307 ("r-shiny" ,r-shiny)
13308 ("r-shinyjs" ,r-shinyjs)))
13309 (native-inputs
13310 `(("r-knitr" ,r-knitr)
13311 ("uglify-js" ,uglify-js)
13312 ("js-jquery"
13313 ,(origin
13314 (method url-fetch)
13315 (uri "https://code.jquery.com/jquery-3.3.1.js")
13316 (sha256
13317 (base32
13318 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
13319 ("js-salvattore"
13320 ,(origin
13321 (method url-fetch)
13322 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
13323 (sha256
13324 (base32
13325 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
13326 (home-page "https://github.com/daattali/colourpicker")
13327 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
13328 (description
13329 "This package provides a color picker that can be used as an input in
13330 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
13331 custom color palettes, and many more options. A plot color helper tool is
13332 available as an RStudio Addin, which helps you pick colors to use in your
13333 plots. A more generic color picker RStudio Addin is also provided to let you
13334 select colors to use in your R code.")
13335 (license license:expat)))
13336
13337 (define-public r-ggextra
13338 (package
13339 (name "r-ggextra")
13340 (version "0.9")
13341 (source
13342 (origin
13343 (method url-fetch)
13344 (uri (cran-uri "ggExtra" version))
13345 (sha256
13346 (base32
13347 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
13348 (properties `((upstream-name . "ggExtra")))
13349 (build-system r-build-system)
13350 (propagated-inputs
13351 `(("r-colourpicker" ,r-colourpicker)
13352 ("r-ggplot2" ,r-ggplot2)
13353 ("r-gtable" ,r-gtable)
13354 ("r-miniui" ,r-miniui)
13355 ("r-r6" ,r-r6)
13356 ("r-scales" ,r-scales)
13357 ("r-shiny" ,r-shiny)
13358 ("r-shinyjs" ,r-shinyjs)))
13359 (native-inputs
13360 `(("r-knitr" ,r-knitr)))
13361 (home-page "https://github.com/daattali/ggExtra")
13362 (synopsis "Marginal histograms for ggplot2 and other enhancements")
13363 (description
13364 "This package is a collection of functions and layers to enhance ggplot2.
13365 The flagship function is @code{ggMarginal()}, which can be used to add
13366 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
13367 (license license:expat)))
13368
13369 (define-public r-minpack-lm
13370 (package
13371 (name "r-minpack-lm")
13372 (version "1.2-1")
13373 (source
13374 (origin
13375 (method url-fetch)
13376 (uri (cran-uri "minpack.lm" version))
13377 (sha256
13378 (base32
13379 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
13380 (properties `((upstream-name . "minpack.lm")))
13381 (build-system r-build-system)
13382 (native-inputs `(("gfortran" ,gfortran)))
13383 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
13384 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
13385 (description
13386 "The @code{nls.lm} function provides an R interface to @code{lmder} and
13387 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
13388 problems by a modification of the Levenberg-Marquardt algorithm, with support
13389 for lower and upper parameter bounds. The implementation can be used via
13390 @code{nls}-like calls using the @code{nlsLM} function.")
13391 (license license:gpl3)))
13392
13393 (define-public r-moments
13394 (package
13395 (name "r-moments")
13396 (version "0.14")
13397 (source
13398 (origin
13399 (method url-fetch)
13400 (uri (cran-uri "moments" version))
13401 (sha256
13402 (base32
13403 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
13404 (build-system r-build-system)
13405 (home-page "https://cran.r-project.org/web/packages/moments")
13406 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
13407 (description
13408 "This package provides functions to calculate: moments, Pearson's
13409 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
13410 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
13411 (license license:gpl2+)))
13412
13413 (define-public r-msir
13414 (package
13415 (name "r-msir")
13416 (version "1.3.2")
13417 (source
13418 (origin
13419 (method url-fetch)
13420 (uri (cran-uri "msir" version))
13421 (sha256
13422 (base32
13423 "0pvc3q162vqq3k39nni732x05zzfz4y9y2zf56d83185ypszv9kb"))))
13424 (build-system r-build-system)
13425 (propagated-inputs
13426 `(("r-mclust" ,r-mclust)))
13427 (home-page "https://cran.r-project.org/web/packages/msir")
13428 (synopsis "Model-based sliced inverse regression")
13429 (description
13430 "This is an R package for dimension reduction based on finite Gaussian
13431 mixture modeling of inverse regression.")
13432 (license license:gpl2+)))
13433
13434 (define-public r-pbivnorm
13435 (package
13436 (name "r-pbivnorm")
13437 (version "0.6.0")
13438 (source
13439 (origin
13440 (method url-fetch)
13441 (uri (cran-uri "pbivnorm" version))
13442 (sha256
13443 (base32
13444 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
13445 (build-system r-build-system)
13446 (native-inputs `(("gfortran" ,gfortran)))
13447 (home-page "https://github.com/brentonk/pbivnorm")
13448 (synopsis "Vectorized bivariate normal CDF")
13449 (description
13450 "This package provides a vectorized R function for calculating
13451 probabilities from a standard bivariate normal CDF.")
13452 (license license:gpl2+)))
13453
13454 (define-public r-lavaan
13455 (package
13456 (name "r-lavaan")
13457 (version "0.6-7")
13458 (source
13459 (origin
13460 (method url-fetch)
13461 (uri (cran-uri "lavaan" version))
13462 (sha256
13463 (base32
13464 "0ks62wrwghbm1brzmqvr92h5n1295dpc87m1g3xrfx0mkdaqdcdk"))))
13465 (build-system r-build-system)
13466 (propagated-inputs
13467 `(("r-mass" ,r-mass)
13468 ("r-mnormt" ,r-mnormt)
13469 ("r-numderiv" ,r-numderiv)
13470 ("r-pbivnorm" ,r-pbivnorm)))
13471 (home-page "http://lavaan.ugent.be")
13472 (synopsis "Latent variable analysis")
13473 (description
13474 "This package provides tools to fit a variety of latent variable models,
13475 including confirmatory factor analysis, structural equation modeling and
13476 latent growth curve models.")
13477 (license license:gpl2+)))
13478
13479 (define-public r-nonnest2
13480 (package
13481 (name "r-nonnest2")
13482 (version "0.5-5")
13483 (source
13484 (origin
13485 (method url-fetch)
13486 (uri (cran-uri "nonnest2" version))
13487 (sha256
13488 (base32
13489 "1ddaqwx8i3ygwvxf11mc8xhgk4nkvnail99nr5szq8i168752zq2"))))
13490 (build-system r-build-system)
13491 (propagated-inputs
13492 `(("r-compquadform" ,r-compquadform)
13493 ("r-lavaan" ,r-lavaan)
13494 ("r-mvtnorm" ,r-mvtnorm)
13495 ("r-sandwich" ,r-sandwich)))
13496 (native-inputs
13497 `(("r-knitr" ,r-knitr)))
13498 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
13499 (synopsis "Tests of non-nested models")
13500 (description
13501 "This package allows for testing of non-nested models. It includes tests
13502 of model distinguishability and of model fit that can be applied to both
13503 nested and non-nested models. The package also includes functionality to
13504 obtain confidence intervals associated with AIC and BIC.")
13505 ;; Either version of the GPL.
13506 (license (list license:gpl2 license:gpl3))))
13507
13508 (define-public r-penalized
13509 (package
13510 (name "r-penalized")
13511 (version "0.9-51")
13512 (source
13513 (origin
13514 (method url-fetch)
13515 (uri (cran-uri "penalized" version))
13516 (sha256
13517 (base32
13518 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
13519 (build-system r-build-system)
13520 (propagated-inputs
13521 `(("r-rcpp" ,r-rcpp)
13522 ("r-rcpparmadillo" ,r-rcpparmadillo)
13523 ("r-survival" ,r-survival)))
13524 (home-page "https://cran.r-project.org/web/packages/penalized/")
13525 (synopsis "Penalized estimation in GLMs and in the Cox model")
13526 (description
13527 "This package provides tools for fitting possibly high dimensional
13528 penalized regression models. The penalty structure can be any combination of
13529 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
13530 constraint on the regression coefficients. The supported regression models
13531 are linear, logistic and Poisson regression and the Cox Proportional Hazards
13532 model. Cross-validation routines allow optimization of the tuning
13533 parameters.")
13534 (license license:gpl2+)))
13535
13536 (define-public r-zim
13537 (package
13538 (name "r-zim")
13539 (version "1.1.0")
13540 (source
13541 (origin
13542 (method url-fetch)
13543 (uri (cran-uri "ZIM" version))
13544 (sha256
13545 (base32
13546 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
13547 (properties `((upstream-name . "ZIM")))
13548 (build-system r-build-system)
13549 (propagated-inputs `(("r-mass" ,r-mass)))
13550 (home-page "https://github.com/biostatstudio/ZIM")
13551 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
13552 (description
13553 "Analyze count time series with excess zeros. Two types of statistical
13554 models are supported: Markov regression and state-space models. They are also
13555 known as observation-driven and parameter-driven models respectively in the
13556 time series literature. The functions used for Markov regression or
13557 observation-driven models can also be used to fit ordinary regression models
13558 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
13559 negative binomial (ZINB) assumption. The package also contains miscellaneous
13560 functions to compute density, distribution, quantile, and generate random
13561 numbers from ZIP and ZINB distributions.")
13562 (license license:gpl3)))
13563
13564 (define-public r-nor1mix
13565 (package
13566 (name "r-nor1mix")
13567 (version "1.3-0")
13568 (source
13569 (origin
13570 (method url-fetch)
13571 (uri (cran-uri "nor1mix" version))
13572 (sha256
13573 (base32
13574 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
13575 (build-system r-build-system)
13576 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
13577 (synopsis "Normal (1-d) mixture models")
13578 (description
13579 "This package provides S3 classes and methods for one-dimensional normal
13580 mixture models, for, e.g., density estimation or clustering algorithms
13581 research and teaching; it provides the widely used Marron-Wand densities. It
13582 also provides tools for efficient random number generation and graphics.")
13583 (license license:gpl2+)))
13584
13585 (define-public r-beanplot
13586 (package
13587 (name "r-beanplot")
13588 (version "1.2")
13589 (source
13590 (origin
13591 (method url-fetch)
13592 (uri (cran-uri "beanplot" version))
13593 (sha256
13594 (base32
13595 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
13596 (build-system r-build-system)
13597 (home-page "https://cran.r-project.org/web/packages/beanplot/")
13598 (synopsis "Visualization via beanplots")
13599 (description
13600 "This package provides beanplots, an alternative to
13601 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
13602 graphs.")
13603 (license license:gpl2)))
13604
13605 (define-public r-pbdzmq
13606 (package
13607 (name "r-pbdzmq")
13608 (version "0.3-3.1")
13609 (source
13610 (origin
13611 (method url-fetch)
13612 (uri (cran-uri "pbdZMQ" version))
13613 (sha256
13614 (base32
13615 "08qmrzazadkyxlqc8830r0pckaq10l3fgj1f198xy6wwrm2lf0wy"))))
13616 (properties `((upstream-name . "pbdZMQ")))
13617 (build-system r-build-system)
13618 (inputs
13619 `(("zeromq" ,zeromq)
13620 ("zlib" ,zlib)))
13621 (native-inputs
13622 `(("pkg-config" ,pkg-config)))
13623 (home-page "https://pbdr.org/")
13624 (synopsis "R interface to ZeroMQ")
13625 (description
13626 "ZeroMQ is a well-known library for high-performance asynchronous
13627 messaging in scalable, distributed applications. This package provides high
13628 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
13629 interactive client/server programming frameworks. A few wrapper functions
13630 compatible with @code{rzmq} are also provided.")
13631 (license license:gpl3)))
13632
13633 (define-public r-repr
13634 (package
13635 (name "r-repr")
13636 (version "1.1.0")
13637 (source
13638 (origin
13639 (method url-fetch)
13640 (uri (cran-uri "repr" version))
13641 (sha256
13642 (base32
13643 "15jz780w4nd9qjd1g3gq8f5lkh60p2v3ig3hm5kl1rg3z4cf0gvl"))))
13644 (build-system r-build-system)
13645 (propagated-inputs
13646 `(("r-base64enc" ,r-base64enc)
13647 ("r-htmltools" ,r-htmltools)
13648 ("r-jsonlite" ,r-jsonlite)
13649 ("r-pillar" ,r-pillar)))
13650 (home-page "https://cran.r-project.org/web/packages/repr/")
13651 (synopsis "Serializable representations")
13652 (description
13653 "This package provides string and binary representations of objects for
13654 several formats and MIME types.")
13655 (license license:gpl3)))
13656
13657 (define-public r-irdisplay
13658 (package
13659 (name "r-irdisplay")
13660 (version "0.7.0")
13661 (source
13662 (origin
13663 (method url-fetch)
13664 (uri (cran-uri "IRdisplay" version))
13665 (sha256
13666 (base32
13667 "12chk53nf4zckgc4yl7gbvd7m5dvli52inp5b3f0zvcjvfncksli"))))
13668 (properties `((upstream-name . "IRdisplay")))
13669 (build-system r-build-system)
13670 (propagated-inputs
13671 `(("r-repr" ,r-repr)))
13672 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
13673 (synopsis "Jupyter display machinery")
13674 (description
13675 "This package provides an interface to the rich display capabilities of
13676 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
13677 running IRkernel session.")
13678 (license license:expat)))
13679
13680 (define-public r-irkernel
13681 (package
13682 (name "r-irkernel")
13683 (version "1.1.1")
13684 (source
13685 (origin
13686 (method url-fetch)
13687 (uri (cran-uri "IRkernel" version))
13688 (sha256
13689 (base32
13690 "1y06v3difaiihxfm2abm88nnjzvkla4p346cm1nxmga4iwb2k8gm"))))
13691 (properties `((upstream-name . "IRkernel")))
13692 (build-system r-build-system)
13693 (arguments
13694 `(#:phases
13695 (modify-phases %standard-phases
13696 (add-after 'install 'install-kernelspec
13697 (lambda* (#:key outputs #:allow-other-keys)
13698 (let ((out (assoc-ref outputs "out")))
13699 (setenv "HOME" "/tmp")
13700 (invoke "jupyter" "kernelspec" "install"
13701 "--name" "ir"
13702 "--prefix" out
13703 (string-append out "/site-library/IRkernel/kernelspec"))
13704 ;; Record the absolute file name of the 'R' executable in
13705 ;; 'kernel.json'.
13706 (substitute* (string-append out "/share/jupyter"
13707 "/kernels/ir/kernel.json")
13708 (("\\[\"R\",")
13709 (string-append "[\"" (which "R") "\",")))
13710 #t))))))
13711 (inputs
13712 `(("jupyter" ,jupyter)))
13713 (propagated-inputs
13714 `(("r-crayon" ,r-crayon)
13715 ("r-digest" ,r-digest)
13716 ("r-evaluate" ,r-evaluate)
13717 ("r-irdisplay" ,r-irdisplay)
13718 ("r-jsonlite" ,r-jsonlite)
13719 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
13720 ("r-minimal" ,r-minimal)
13721 ("r-pbdzmq" ,r-pbdzmq)
13722 ("r-repr" ,r-repr)
13723 ("r-uuid" ,r-uuid)))
13724 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
13725 (synopsis "Native R kernel for Jupyter")
13726 (description
13727 "The R kernel for the Jupyter environment executes R code which the
13728 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
13729 network.")
13730 (license license:expat)))
13731
13732 (define-public r-gmodels
13733 (package
13734 (name "r-gmodels")
13735 (version "2.18.1")
13736 (source
13737 (origin
13738 (method url-fetch)
13739 (uri (cran-uri "gmodels" version))
13740 (sha256
13741 (base32
13742 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
13743 (build-system r-build-system)
13744 (propagated-inputs
13745 `(("r-gdata" ,r-gdata)
13746 ("r-mass" ,r-mass)))
13747 (home-page "https://cran.r-project.org/web/packages/gmodels/")
13748 (synopsis "Various R programming tools for model fitting")
13749 (description
13750 "This package provides various R programming tools for model fitting.")
13751 (license license:gpl2)))
13752
13753 (define-public r-apcluster
13754 (package
13755 (name "r-apcluster")
13756 (version "1.4.8")
13757 (source
13758 (origin
13759 (method url-fetch)
13760 (uri (cran-uri "apcluster" version))
13761 (sha256
13762 (base32
13763 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
13764 (build-system r-build-system)
13765 (propagated-inputs
13766 `(("r-matrix" ,r-matrix)
13767 ("r-rcpp" ,r-rcpp)))
13768 (home-page "https://cran.r-project.org/web/packages/apcluster/")
13769 (synopsis "Affinity propagation clustering")
13770 (description
13771 "This package implements affinity propagation clustering introduced by
13772 Frey and Dueck (2007). The package further provides leveraged affinity
13773 propagation and an algorithm for exemplar-based agglomerative clustering that
13774 can also be used to join clusters obtained from affinity propagation. Various
13775 plotting functions are available for analyzing clustering results.")
13776 (license license:gpl2+)))
13777
13778 (define-public r-valr
13779 (package
13780 (name "r-valr")
13781 (version "0.6.2")
13782 (source
13783 (origin
13784 (method url-fetch)
13785 (uri (cran-uri "valr" version))
13786 (sha256
13787 (base32
13788 "1vbp89zfylgih5acvw7lcx3a0dbbd7dhq7yhywr7kq02737qykdx"))))
13789 (build-system r-build-system)
13790 (propagated-inputs
13791 `(("r-broom" ,r-broom)
13792 ("r-dplyr" ,r-dplyr)
13793 ("r-ggplot2" ,r-ggplot2)
13794 ("r-rcpp" ,r-rcpp)
13795 ("r-readr" ,r-readr)
13796 ("r-rlang" ,r-rlang)
13797 ("r-stringr" ,r-stringr)
13798 ("r-tibble" ,r-tibble)))
13799 (native-inputs
13800 `(("r-knitr" ,r-knitr)))
13801 (home-page "https://github.com/rnabioco/valr")
13802 (synopsis "Genome interval arithmetic in R")
13803 (description
13804 "This package enables you to read and manipulate genome intervals and
13805 signals. It provides functionality similar to command-line tool suites within
13806 R, enabling interactive analysis and visualization of genome-scale data.")
13807 (license license:expat)))
13808
13809 (define-public r-rematch2
13810 (package
13811 (name "r-rematch2")
13812 (version "2.1.2")
13813 (source
13814 (origin
13815 (method url-fetch)
13816 (uri (cran-uri "rematch2" version))
13817 (sha256
13818 (base32
13819 "1fzpz8vhghw8ygwg6rsvfy3783pqk7ch029i5851lwypkplvz77y"))))
13820 (build-system r-build-system)
13821 (propagated-inputs
13822 `(("r-tibble" ,r-tibble)))
13823 (home-page "https://github.com/r-lib/rematch2")
13824 (synopsis "Tidy output from regular expression matching")
13825 (description
13826 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
13827 return the match results in tidy data frames.")
13828 (license license:expat)))
13829
13830 (define-public r-picante
13831 (package
13832 (name "r-picante")
13833 (version "1.8.2")
13834 (source
13835 (origin
13836 (method url-fetch)
13837 (uri (cran-uri "picante" version))
13838 (sha256
13839 (base32
13840 "19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
13841 (build-system r-build-system)
13842 (propagated-inputs
13843 `(("r-ape" ,r-ape)
13844 ("r-nlme" ,r-nlme)
13845 ("r-vegan" ,r-vegan)))
13846 (home-page "https://cran.r-project.org/web/packages/picante/")
13847 (synopsis "Integrating phylogenies and ecology")
13848 (description
13849 "This package provides functions for phylocom integration, community
13850 analyses, null-models, traits and evolution. It implements numerous
13851 ecophylogenetic approaches including measures of community phylogenetic and
13852 trait diversity, phylogenetic signal, estimation of trait values for
13853 unobserved taxa, null models for community and phylogeny randomizations, and
13854 utility functions for data input/output and phylogeny plotting. A full
13855 description of package functionality and methods are provided by Kembel et
13856 al. (2010).")
13857 (license license:gpl2)))
13858
13859 (define-public r-reinforcelearn
13860 (package
13861 (name "r-reinforcelearn")
13862 (version "0.2.1")
13863 (source
13864 (origin
13865 (method url-fetch)
13866 (uri (cran-uri "reinforcelearn" version))
13867 (sha256
13868 (base32
13869 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
13870 (build-system r-build-system)
13871 (propagated-inputs
13872 `(("r-checkmate" ,r-checkmate)
13873 ("r-nnet" ,r-nnet)
13874 ("r-purrr" ,r-purrr)
13875 ("r-r6" ,r-r6)))
13876 (home-page "https://markusdumke.github.io/reinforcelearn")
13877 (synopsis "Reinforcement learning")
13878 (description
13879 "This package implements reinforcement learning environments and
13880 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
13881 can be used with function approximation, eligibility traces (Singh & Sutton,
13882 1996) and experience replay (Mnih et al., 2013).")
13883 (license license:expat)))
13884
13885 (define-public r-lemon
13886 (package
13887 (name "r-lemon")
13888 (version "0.4.5")
13889 (source
13890 (origin
13891 (method url-fetch)
13892 (uri (cran-uri "lemon" version))
13893 (sha256
13894 (base32
13895 "1y3ljidhqdakxlya2npj2w0az820g8kw6gl1cfm4f0cxvzgd1ly4"))))
13896 (build-system r-build-system)
13897 (propagated-inputs
13898 `(("r-ggplot2" ,r-ggplot2)
13899 ("r-gridextra" ,r-gridextra)
13900 ("r-gtable" ,r-gtable)
13901 ("r-knitr" ,r-knitr)
13902 ("r-lattice" ,r-lattice)
13903 ("r-plyr" ,r-plyr)
13904 ("r-rlang" ,r-rlang)
13905 ("r-scales" ,r-scales)))
13906 (native-inputs
13907 `(("r-knitr" ,r-knitr)))
13908 (home-page "https://github.com/stefanedwards/lemon")
13909 (synopsis "Freshen up your ggplot2 plots")
13910 (description
13911 "This package provides functions for working with legends and axis lines
13912 of ggplot2, facets that repeat axis lines on all panels, and some knitr
13913 extensions.")
13914 (license license:gpl3)))
13915
13916 (define-public r-wgaim
13917 (package
13918 (name "r-wgaim")
13919 (version "2.0-1")
13920 (source
13921 (origin
13922 (method url-fetch)
13923 (uri (cran-uri "wgaim" version))
13924 (sha256
13925 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
13926 (build-system r-build-system)
13927 (propagated-inputs
13928 `(("r-ggplot2" ,r-ggplot2)
13929 ("r-qtl" ,r-qtl)))
13930 (home-page "https://cran.r-project.org/web/packages/wgaim")
13931 (synopsis "Whole genome average interval mapping for QTL detection")
13932 (description
13933 "This package integrates sophisticated mixed modelling methods with a
13934 whole genome approach to detecting significant QTL in linkage maps.")
13935 (license license:gpl2+)))
13936
13937 (define-public r-bedr
13938 (package
13939 (name "r-bedr")
13940 (version "1.0.7")
13941 (source
13942 (origin
13943 (method url-fetch)
13944 (uri (cran-uri "bedr" version))
13945 (sha256
13946 (base32
13947 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
13948 (build-system r-build-system)
13949 (propagated-inputs
13950 `(("r-data-table" ,r-data-table)
13951 ("r-r-utils" ,r-r-utils)
13952 ("r-testthat" ,r-testthat)
13953 ("r-venndiagram" ,r-venndiagram)
13954 ("r-yaml" ,r-yaml)
13955 ("bedops" ,bedops)
13956 ("bedtools" ,bedtools)
13957 ("htslib" ,htslib))) ; for tabix
13958 (native-inputs
13959 `(("r-knitr" ,r-knitr))) ; for vignettes
13960 (home-page "https://cran.r-project.org/web/packages/bedr")
13961 (synopsis "Genomic region processing")
13962 (description
13963 "This package is for genomic regions processing using command line tools
13964 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
13965 utilities to perform genome arithmetic e.g indexing, formatting and merging.
13966 The bedr package's API enhances access to these tools as well as offers
13967 additional utilities for genomic regions processing.")
13968 (license license:gpl2)))
13969
13970 (define-public r-sets
13971 (package
13972 (name "r-sets")
13973 (version "1.0-18")
13974 (source
13975 (origin
13976 (method url-fetch)
13977 (uri (cran-uri "sets" version))
13978 (sha256
13979 (base32
13980 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
13981 (properties `((upstream-name . "sets")))
13982 (build-system r-build-system)
13983 (home-page "https://cran.r-project.org/web/packages/sets")
13984 (synopsis "Sets, generalized sets, customizable sets and intervals")
13985 (description
13986 "This package provides data structures and basic operations for ordinary
13987 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
13988 customizable sets, and intervals.")
13989 (license license:gpl2)))
13990
13991 (define-public r-partitions
13992 (package
13993 (name "r-partitions")
13994 (version "1.9-22")
13995 (source
13996 (origin
13997 (method url-fetch)
13998 (uri (cran-uri "partitions" version))
13999 (sha256
14000 (base32
14001 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
14002 (build-system r-build-system)
14003 (propagated-inputs
14004 `(("r-gmp" ,r-gmp)
14005 ("r-polynom" ,r-polynom)
14006 ("r-sets" ,r-sets)))
14007 (home-page "https://cran.r-project.org/web/packages/partitions")
14008 (synopsis "Additive partitions of integers")
14009 (description
14010 "This package provides tools to enumerates the partitions, unequal
14011 partitions, and restricted partitions of an integer; the three corresponding
14012 partition functions are also given.")
14013 ;; Any version of the GPL
14014 (license license:gpl2+)))
14015
14016 (define-public r-brobdingnag
14017 (package
14018 (name "r-brobdingnag")
14019 (version "1.2-6")
14020 (source
14021 (origin
14022 (method url-fetch)
14023 (uri (cran-uri "Brobdingnag" version))
14024 (sha256
14025 (base32
14026 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
14027 (properties `((upstream-name . "Brobdingnag")))
14028 (build-system r-build-system)
14029 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
14030 (synopsis "Very large numbers in R")
14031 (description
14032 "This package handles very large numbers in R. Real numbers are held
14033 using their natural logarithms, plus a logical flag indicating sign. The
14034 package includes a vignette that gives a step-by-step introduction to using S4
14035 methods.")
14036 ;; Any version of the GPL
14037 (license license:gpl2+)))
14038
14039 (define-public r-untb
14040 (package
14041 (name "r-untb")
14042 (version "1.7-4")
14043 (source
14044 (origin
14045 (method url-fetch)
14046 (uri (cran-uri "untb" version))
14047 (sha256
14048 (base32
14049 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
14050 (build-system r-build-system)
14051 (propagated-inputs
14052 `(("r-brobdingnag" ,r-brobdingnag)
14053 ("r-partitions" ,r-partitions)
14054 ("r-polynom" ,r-polynom)))
14055 (home-page "https://github.com/RobinHankin/untb.git")
14056 (synopsis "Ecological drift under the UNTB")
14057 (description
14058 "This package provides numerical simulations, and visualizations, of
14059 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
14060 (license license:gpl2+)))
14061
14062 (define-public r-stepwise
14063 (package
14064 (name "r-stepwise")
14065 (version "0.3")
14066 (source
14067 (origin
14068 (method url-fetch)
14069 (uri (cran-uri "stepwise" version))
14070 (sha256
14071 (base32
14072 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
14073 (build-system r-build-system)
14074 (home-page "https://stat.sfu.ca/statgen/research/stepwise.html")
14075 (synopsis "Stepwise detection of recombination breakpoints")
14076 (description
14077 "This package provides a stepwise approach to identifying recombination
14078 breakpoints in a genomic sequence alignment.")
14079 (license license:gpl2+)))
14080
14081 (define-public r-snpmaxsel
14082 (package
14083 (name "r-snpmaxsel")
14084 (version "1.0-3")
14085 (source
14086 (origin
14087 (method url-fetch)
14088 (uri (cran-uri "SNPmaxsel" version))
14089 (sha256
14090 (base32
14091 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
14092 (properties `((upstream-name . "SNPmaxsel")))
14093 (build-system r-build-system)
14094 (propagated-inputs
14095 `(("r-combinat" ,r-combinat)
14096 ("r-mvtnorm" ,r-mvtnorm)))
14097 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
14098 (synopsis "Maximally selected statistics for SNP data")
14099 (description
14100 "This package implements asymptotic methods related to maximally selected
14101 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
14102 data.")
14103 (license license:gpl2+)))
14104
14105 (define-public r-acsnminer
14106 (package
14107 (name "r-acsnminer")
14108 (version "0.16.8.25")
14109 (source (origin
14110 (method url-fetch)
14111 (uri (cran-uri "ACSNMineR" version))
14112 (sha256
14113 (base32
14114 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
14115 (properties `((upstream-name . "ACSNMineR")))
14116 (build-system r-build-system)
14117 (propagated-inputs
14118 `(("r-ggplot2" ,r-ggplot2)
14119 ("r-gridextra" ,r-gridextra)))
14120 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
14121 (synopsis "Gene enrichment analysis")
14122 (description
14123 "This package provides tools to compute and represent gene set enrichment
14124 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
14125 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
14126 enrichment can be run with hypergeometric test or Fisher exact test, and can
14127 use multiple corrections. Visualization of data can be done either by
14128 barplots or heatmaps.")
14129 (license license:gpl2+)))
14130
14131 (define-public r-seqinr
14132 (package
14133 (name "r-seqinr")
14134 (version "4.2-4")
14135 (source
14136 (origin
14137 (method url-fetch)
14138 (uri (cran-uri "seqinr" version))
14139 (sha256
14140 (base32
14141 "0pw035h17dmic8m0pb73fbyf6p4jbwggxjk5vpjlybn8dwd0rk93"))))
14142 (build-system r-build-system)
14143 (propagated-inputs
14144 `(("r-ade4" ,r-ade4)
14145 ("r-segmented" ,r-segmented)))
14146 (inputs
14147 `(("zlib" ,zlib)))
14148 (home-page "http://seqinr.r-forge.r-project.org/")
14149 (synopsis "Biological sequences retrieval and analysis")
14150 (description
14151 "This package provides tools for exploratory data analysis and data
14152 visualization of biological sequence (DNA and protein) data. It also includes
14153 utilities for sequence data management under the ACNUC system.")
14154 (license license:gpl2+)))
14155
14156 (define-public r-units
14157 (package
14158 (name "r-units")
14159 (version "0.6-7")
14160 (source
14161 (origin
14162 (method url-fetch)
14163 (uri (cran-uri "units" version))
14164 (sha256
14165 (base32
14166 "1rdpbkiqcabz00fqzzs98v89v4cgvcd4pb00pwxzkq6vmwmscwrz"))))
14167 (build-system r-build-system)
14168 (inputs
14169 `(("udunits" ,udunits)))
14170 (propagated-inputs
14171 `(("r-rcpp" ,r-rcpp)))
14172 (native-inputs
14173 `(("r-knitr" ,r-knitr)))
14174 (home-page "https://github.com/r-quantities/units/")
14175 (synopsis "Measurement Units for R Vectors")
14176 (description
14177 "This package provides support for measurement units in R vectors,
14178 matrices and arrays: automatic propagation, conversion, derivation and
14179 simplification of units; raising errors in case of unit incompatibility. It
14180 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
14181 classes.")
14182 (license license:gpl2)))
14183
14184 (define-public r-classint
14185 (package
14186 (name "r-classint")
14187 (version "0.4-3")
14188 (source
14189 (origin
14190 (method url-fetch)
14191 (uri (cran-uri "classInt" version))
14192 (sha256
14193 (base32
14194 "1b1lqhpzxm6b8pza8l3s0cxy74mm9y45lcd3354i2v3bg8m7mply"))))
14195 (properties `((upstream-name . "classInt")))
14196 (build-system r-build-system)
14197 (propagated-inputs
14198 `(("r-class" ,r-class)
14199 ("r-e1071" ,r-e1071)
14200 ("r-kernsmooth" ,r-kernsmooth)))
14201 (native-inputs
14202 `(("gfortran" ,gfortran)
14203 ("r-knitr" ,r-knitr)))
14204 (home-page "https://github.com/r-spatial/classInt/")
14205 (synopsis "Choose univariate class intervals")
14206 (description
14207 "This package provides selected commonly used methods for choosing
14208 univariate class intervals for mapping or other graphics purposes.")
14209 (license license:gpl2+)))
14210
14211 (define-public r-spdata
14212 (package
14213 (name "r-spdata")
14214 (version "0.3.8")
14215 (source
14216 (origin
14217 (method url-fetch)
14218 (uri (cran-uri "spData" version))
14219 (sha256
14220 (base32
14221 "1mlsqy9cbilfc80cbdlbgsngvzdkrd9yjdkxnw2b1gzxnj6jcqbs"))))
14222 (properties `((upstream-name . "spData")))
14223 (build-system r-build-system)
14224 (propagated-inputs
14225 `(("r-raster" ,r-raster)
14226 ("r-sp" ,r-sp)))
14227 (home-page "https://github.com/Nowosad/spData")
14228 (synopsis "Datasets for spatial analysis")
14229 (description
14230 "This a package containing diverse spatial datasets for demonstrating,
14231 benchmarking and teaching spatial data analysis. It includes R data of class
14232 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
14233 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
14234 of the datasets are designed to illustrate specific analysis techniques.
14235 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
14236 illustrate point pattern analysis techniques.")
14237 (license license:cc0)))
14238
14239 (define-public r-learnbayes
14240 (package
14241 (name "r-learnbayes")
14242 (version "2.15.1")
14243 (source
14244 (origin
14245 (method url-fetch)
14246 (uri (cran-uri "LearnBayes" version))
14247 (sha256
14248 (base32
14249 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
14250 (properties `((upstream-name . "LearnBayes")))
14251 (build-system r-build-system)
14252 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
14253 (synopsis "Functions for learning Bayesian inference")
14254 (description
14255 "This package provides a collection of functions helpful in learning the
14256 basic tenets of Bayesian statistical inference. It contains functions for
14257 summarizing basic one and two parameter posterior distributions and predictive
14258 distributions. It contains MCMC algorithms for summarizing posterior
14259 distributions defined by the user. It also contains functions for regression
14260 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
14261 sampling.")
14262 (license license:gpl2+)))
14263
14264 (define-public r-deldir
14265 (package
14266 (name "r-deldir")
14267 (version "0.1-29")
14268 (source
14269 (origin
14270 (method url-fetch)
14271 (uri (cran-uri "deldir" version))
14272 (sha256
14273 (base32
14274 "1vwh8c8zxspyls05q9kgzz5p85i8k8aax5ir45np2bmg0pjvh6kv"))))
14275 (build-system r-build-system)
14276 (native-inputs `(("gfortran" ,gfortran)))
14277 (home-page "https://cran.r-project.org/web/packages/deldir")
14278 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
14279 (description
14280 "This package provides tools for calculating the Delaunay triangulation
14281 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
14282 of a planar point set. It plots triangulations and tessellations in various
14283 ways, clips tessellations to sub-windows, calculates perimeters of
14284 tessellations, and summarizes information about the tiles of the
14285 tessellation.")
14286 (license license:gpl2+)))
14287
14288 (define-public r-sf
14289 (package
14290 (name "r-sf")
14291 (version "0.9-6")
14292 (source
14293 (origin
14294 (method url-fetch)
14295 (uri (cran-uri "sf" version))
14296 (sha256
14297 (base32
14298 "01yqlnx9v7lzb6g4ywjlncz67cnkizszarnf2dmd4fi8abhw4zs9"))))
14299 (build-system r-build-system)
14300 (inputs
14301 `(("gdal" ,gdal)
14302 ("geos" ,geos)
14303 ("proj" ,proj)
14304 ("sqlite" ,sqlite)
14305 ("zlib" ,zlib)))
14306 (propagated-inputs
14307 `(("r-classint" ,r-classint)
14308 ("r-dbi" ,r-dbi)
14309 ("r-magrittr" ,r-magrittr)
14310 ("r-rcpp" ,r-rcpp)
14311 ("r-units" ,r-units)))
14312 (native-inputs
14313 `(("pkg-config" ,pkg-config)
14314 ("r-knitr" ,r-knitr)))
14315 (home-page "https://github.com/r-spatial/sf/")
14316 (synopsis "Simple features for R")
14317 (description
14318 "This package provides support for simple features, a standardized way to
14319 encode spatial vector data. It binds to GDAL for reading and writing data, to
14320 GEOS for geometrical operations, and to PROJ for projection conversions and
14321 datum transformations.")
14322 ;; Either of these licenses
14323 (license (list license:gpl2 license:expat))))
14324
14325 (define-public r-spdep
14326 (package
14327 (name "r-spdep")
14328 (version "1.1-5")
14329 (source
14330 (origin
14331 (method url-fetch)
14332 (uri (cran-uri "spdep" version))
14333 (sha256
14334 (base32
14335 "0pbd7wrg5v44p2yxsjp774lpyzap3madir5mn5p3ix7ibk7ldjs7"))))
14336 (build-system r-build-system)
14337 (propagated-inputs
14338 `(("r-boot" ,r-boot)
14339 ("r-coda" ,r-coda)
14340 ("r-deldir" ,r-deldir)
14341 ("r-expm" ,r-expm)
14342 ("r-gmodels" ,r-gmodels)
14343 ("r-learnbayes" ,r-learnbayes)
14344 ("r-mass" ,r-mass)
14345 ("r-matrix" ,r-matrix)
14346 ("r-nlme" ,r-nlme)
14347 ("r-sf" ,r-sf)
14348 ("r-sp" ,r-sp)
14349 ("r-spdata" ,r-spdata)))
14350 (native-inputs
14351 `(("r-knitr" ,r-knitr)))
14352 (home-page "https://github.com/r-spatial/spdep/")
14353 (synopsis "Spatial dependence: weighting schemes, statistics and models")
14354 (description
14355 "This package provides a collection of functions to create spatial
14356 weights matrix objects from polygon contiguities, from point patterns by
14357 distance and tessellations, for summarizing these objects, and for permitting
14358 their use in spatial data analysis, including regional aggregation by minimum
14359 spanning tree.")
14360 (license license:gpl2+)))
14361
14362 (define-public r-adegenet
14363 (package
14364 (name "r-adegenet")
14365 (version "2.1.3")
14366 (source
14367 (origin
14368 (method url-fetch)
14369 (uri (cran-uri "adegenet" version))
14370 (sha256
14371 (base32
14372 "1ipnawi0qfd4rfwj37igvh36x1a9d8x4n7xynn1jcr12rd713407"))))
14373 (build-system r-build-system)
14374 (propagated-inputs
14375 `(("r-ade4" ,r-ade4)
14376 ("r-ape" ,r-ape)
14377 ("r-boot" ,r-boot)
14378 ("r-dplyr" ,r-dplyr)
14379 ("r-ggplot2" ,r-ggplot2)
14380 ("r-igraph" ,r-igraph)
14381 ("r-mass" ,r-mass)
14382 ("r-reshape2" ,r-reshape2)
14383 ("r-seqinr" ,r-seqinr)
14384 ("r-shiny" ,r-shiny)
14385 ("r-spdep" ,r-spdep)
14386 ("r-vegan" ,r-vegan)))
14387 (home-page "https://github.com/thibautjombart/adegenet")
14388 (synopsis "Exploratory analysis of genetic and genomic data")
14389 (description
14390 "This package provides a toolset for the exploration of genetic and
14391 genomic data. Adegenet provides formal (S4) classes for storing and handling
14392 various genetic data, including genetic markers with varying ploidy and
14393 hierarchical population structure (@code{genind} class), alleles counts by
14394 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
14395 also implements original multivariate methods (DAPC, sPCA), graphics,
14396 statistical tests, simulation tools, distance and similarity measures, and
14397 several spatial methods. A range of both empirical and simulated datasets is
14398 also provided to illustrate various methods.")
14399 (license license:gpl2+)))
14400
14401 (define-public r-pegas
14402 (package
14403 (name "r-pegas")
14404 (version "0.14")
14405 (source
14406 (origin
14407 (method url-fetch)
14408 (uri (cran-uri "pegas" version))
14409 (sha256
14410 (base32 "0lr06gajzdanj8ax91kgpxsj863m367v2s1z5gnxps3999n0xybx"))))
14411 (build-system r-build-system)
14412 (propagated-inputs
14413 `(("r-adegenet" ,r-adegenet)
14414 ("r-ape" ,r-ape)))
14415 (home-page "http://ape-package.ird.fr/pegas.html")
14416 (synopsis "Population and evolutionary genetics analysis system")
14417 (description
14418 "This package provides functions for reading, writing, plotting,
14419 analysing, and manipulating allelic and haplotypic data, including from VCF
14420 files, and for the analysis of population nucleotide sequences and
14421 micro-satellites including coalescent analyses, linkage disequilibrium,
14422 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
14423 minimum spanning tree and network, and median-joining networks.")
14424 (license license:gpl2+)))
14425
14426 (define-public r-rmetasim
14427 (package
14428 (name "r-rmetasim")
14429 (version "3.1.14")
14430 (source
14431 (origin
14432 (method url-fetch)
14433 (uri (cran-uri "rmetasim" version))
14434 (sha256
14435 (base32
14436 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
14437 (build-system r-build-system)
14438 (propagated-inputs
14439 `(("r-ade4" ,r-ade4)
14440 ("r-adegenet" ,r-adegenet)
14441 ("r-gtools" ,r-gtools)
14442 ("r-pegas" ,r-pegas)))
14443 (home-page "https://cran.r-project.org/web/packages/rmetasim")
14444 (synopsis "Individual-based population genetic simulation environment")
14445 (description
14446 "This package provides an interface between R and the metasim simulation
14447 engine. The simulation environment is documented in: Strand, A.(2002),
14448 Metasim 1.0: an individual-based environment for simulating population
14449 genetics of complex population dynamics.")
14450 ;; Any GPL version
14451 (license license:gpl2+)))
14452
14453 (define-public r-genetics
14454 (package
14455 (name "r-genetics")
14456 (version "1.3.8.1.2")
14457 (source
14458 (origin
14459 (method url-fetch)
14460 (uri (cran-uri "genetics" version))
14461 (sha256
14462 (base32
14463 "1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
14464 (build-system r-build-system)
14465 (propagated-inputs
14466 `(("r-combinat" ,r-combinat)
14467 ("r-gdata" ,r-gdata)
14468 ("r-gtools" ,r-gtools)
14469 ("r-mass" ,r-mass)
14470 ("r-mvtnorm" ,r-mvtnorm)))
14471 (home-page "https://cran.r-project.org/web/packages/genetics/")
14472 (synopsis "Population genetics")
14473 (description
14474 "This package provides classes and methods for handling genetic data.
14475 It includes classes to represent genotypes and haplotypes at single markers up
14476 to multiple markers on multiple chromosomes. Function include allele
14477 frequencies, flagging homo/heterozygotes, flagging carriers of certain
14478 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
14479 and testing for linkage disequilibrium, ...")
14480 ;; Any GPL version.
14481 (license license:gpl2+)))
14482
14483 (define-public r-snp-plotter
14484 (package
14485 (name "r-snp-plotter")
14486 (version "0.5.1")
14487 (source
14488 (origin
14489 (method url-fetch)
14490 (uri (cran-uri "snp.plotter" version))
14491 (sha256
14492 (base32
14493 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
14494 (properties `((upstream-name . "snp.plotter")))
14495 (build-system r-build-system)
14496 (propagated-inputs `(("r-genetics" ,r-genetics)))
14497 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
14498 (synopsis "Plot p-values using single SNP and/or haplotype data")
14499 (description
14500 "This package helps you create plots of p-values using single SNP and/or
14501 haplotype data. Main features of the package include options to display a
14502 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
14503 datasets simultaneously. Plots can be created using global and/or individual
14504 haplotype p-values along with single SNP p-values. Images are created as
14505 either PDF/EPS files.")
14506 (license license:gpl2+)))
14507
14508 (define-public r-polspline
14509 (package
14510 (name "r-polspline")
14511 (version "1.1.19")
14512 (source
14513 (origin
14514 (method url-fetch)
14515 (uri (cran-uri "polspline" version))
14516 (sha256
14517 (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
14518 (build-system r-build-system)
14519 (native-inputs `(("gfortran" ,gfortran)))
14520 (home-page "https://cran.r-project.org/web/packages/polspline/")
14521 (synopsis "Polynomial spline routines")
14522 (description
14523 "This package provides routines for the polynomial spline fitting
14524 routines hazard regression, hazard estimation with flexible tails, logspline,
14525 lspec, polyclass, and polymars.")
14526 (license license:gpl2+)))
14527
14528 (define-public r-rms
14529 (package
14530 (name "r-rms")
14531 (version "6.0-1")
14532 (source
14533 (origin
14534 (method url-fetch)
14535 (uri (cran-uri "rms" version))
14536 (sha256
14537 (base32 "1zkcsqcvldfj4kyn0346vi51igq951qrnpxlv2pfvap6n2v5wbxq"))))
14538 (build-system r-build-system)
14539 (propagated-inputs
14540 `(("r-cluster" ,r-cluster)
14541 ("r-digest" ,r-digest)
14542 ("r-ggplot2" ,r-ggplot2)
14543 ("r-hmisc" ,r-hmisc)
14544 ("r-htmltable" ,r-htmltable)
14545 ("r-htmltools" ,r-htmltools)
14546 ("r-lattice" ,r-lattice)
14547 ("r-mass" ,r-mass)
14548 ("r-multcomp" ,r-multcomp)
14549 ("r-nlme" ,r-nlme)
14550 ("r-polspline" ,r-polspline)
14551 ("r-quantreg" ,r-quantreg)
14552 ("r-rpart" ,r-rpart)
14553 ("r-sparsem" ,r-sparsem)
14554 ("r-survival" ,r-survival)))
14555 (native-inputs `(("gfortran" ,gfortran)))
14556 (home-page "http://biostat.mc.vanderbilt.edu/rms")
14557 (synopsis "Regression modeling strategies")
14558 (description
14559 "This is a package for regression modeling, testing, estimation,
14560 validation, graphics, prediction, and typesetting by storing enhanced model
14561 design attributes in the fit. The rms package is a collection of functions
14562 that assist with and streamline modeling. It also contains functions for
14563 binary and ordinal logistic regression models, ordinal models for continuous Y
14564 with a variety of distribution families, and the Buckley-James multiple
14565 regression model for right-censored responses, and implements penalized
14566 maximum likelihood estimation for logistic and ordinary linear models. The
14567 package works with almost any regression model, but it was especially written
14568 to work with binary or ordinal regression models, Cox regression, accelerated
14569 failure time models, ordinary linear models, the Buckley-James model,
14570 generalized least squares for serially or spatially correlated observations,
14571 generalized linear models, and quantile regression.")
14572 (license license:gpl2+)))
14573
14574 (define-public r-arsenal
14575 (package
14576 (name "r-arsenal")
14577 (version "3.5.0")
14578 (source
14579 (origin
14580 (method url-fetch)
14581 (uri (cran-uri "arsenal" version))
14582 (sha256
14583 (base32
14584 "0avi434wkk3w7axd89a4jwsbb11fi0239mkkla6zasnjwbqgjim0"))))
14585 (properties `((upstream-name . "arsenal")))
14586 (build-system r-build-system)
14587 (propagated-inputs `(("r-knitr" ,r-knitr)))
14588 (native-inputs `(("r-knitr" ,r-knitr)))
14589 (home-page "https://github.com/mayoverse/arsenal")
14590 (synopsis "Functions for large-scale statistical summaries")
14591 (description
14592 "This package provides an arsenal of R functions for large-scale
14593 statistical summaries, which are streamlined to work within the latest
14594 reporting tools in R and RStudio and which use formulas and versatile
14595 summary statistics for summary tables and models. The primary functions
14596 include
14597
14598 @enumerate
14599 @item @code{tableby}, a Table-1-like summary of multiple variable types by the
14600 levels of one or more categorical variables;
14601 @item @code{paired}, a Table-1-like summary of multiple variable types paired
14602 across two time points;
14603 @item @code{modelsum}, which performs simple model fits on one or more
14604 endpoints for many variables (univariate or adjusted for covariates);
14605 @item @code{freqlist}, a powerful frequency table across many categorical
14606 variables;
14607 @item @code{comparedf}, a function for comparing @code{data.frames}; and
14608 @item @code{write2}, a function to output tables to a document.
14609 @end enumerate
14610 ")
14611 (license license:gpl2+)))
14612
14613 (define-public r-haplo-stats
14614 (package
14615 (name "r-haplo-stats")
14616 (version "1.8.6")
14617 (source
14618 (origin
14619 (method url-fetch)
14620 (uri (cran-uri "haplo.stats" version))
14621 (sha256
14622 (base32
14623 "1imz4gs0n57vixwwbirrihpgvn2pyj5da4rgjcjk14n2xkk0nay7"))))
14624 (properties `((upstream-name . "haplo.stats")))
14625 (build-system r-build-system)
14626 (propagated-inputs
14627 `(("r-arsenal" ,r-arsenal)
14628 ("r-rms" ,r-rms)))
14629 (native-inputs
14630 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
14631 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
14632 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
14633 (description
14634 "This package provides routines for the analysis of indirectly measured
14635 haplotypes. The statistical methods assume that all subjects are unrelated
14636 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
14637 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
14638 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
14639 examples in the vignette.")
14640 (license license:gpl2+)))
14641
14642 (define-public r-bqtl
14643 (package
14644 (name "r-bqtl")
14645 (version "1.0-32")
14646 (source
14647 (origin
14648 (method url-fetch)
14649 (uri (cran-uri "bqtl" version))
14650 (sha256
14651 (base32
14652 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
14653 (build-system r-build-system)
14654 (native-inputs `(("gfortran" ,gfortran)))
14655 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
14656 (synopsis "Bayesian QTL mapping toolkit")
14657 (description
14658 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
14659 lines. It includes maximum likelihood and Bayesian tools.")
14660 (license license:gpl2+)))
14661
14662 (define-public r-ibdreg
14663 (package
14664 (name "r-ibdreg")
14665 (version "0.3.1")
14666 (source
14667 (origin
14668 (method url-fetch)
14669 (uri (cran-uri "ibdreg" version))
14670 (sha256
14671 (base32
14672 "0kgx9iavgm6d6njhki7bm82d6lw2c7kcch2pryd339js2hm0l5gq"))))
14673 (build-system r-build-system)
14674 (home-page "https://www.mayo.edu/research/labs/\
14675 statistical-genetics-genetic-epidemiology/software")
14676 (synopsis "Regression methods for IBD linkage with covariates")
14677 (description
14678 "This package provides a method to test genetic linkage with covariates
14679 by regression methods with response IBD sharing for relative pairs. Account
14680 for correlations of IBD statistics and covariates for relative pairs within
14681 the same pedigree.")
14682 (license license:gpl2+)))
14683
14684 (define-public r-dlmap
14685 (package
14686 (name "r-dlmap")
14687 (version "1.13")
14688 (source
14689 (origin
14690 (method url-fetch)
14691 (uri (cran-uri "dlmap" version))
14692 (sha256
14693 (base32
14694 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
14695 (build-system r-build-system)
14696 (propagated-inputs
14697 `(("r-ibdreg" ,r-ibdreg)
14698 ("r-mgcv" ,r-mgcv)
14699 ("r-nlme" ,r-nlme)
14700 ("r-qtl" ,r-qtl)
14701 ("r-wgaim" ,r-wgaim)))
14702 (home-page "https://cran.r-project.org/web/packages/dlmap/")
14703 (synopsis "Detection localization mapping for QTL")
14704 (description
14705 "This is package for QTL mapping in a mixed model framework with separate
14706 detection and localization stages. The first stage detects the number of QTL
14707 on each chromosome based on the genetic variation due to grouped markers on
14708 the chromosome; the second stage uses this information to determine the most
14709 likely QTL positions. The mixed model can accommodate general fixed and
14710 random effects, including spatial effects in field trials and pedigree
14711 effects. It is applicable to backcrosses, doubled haploids, recombinant
14712 inbred lines, F2 intercrosses, and association mapping populations.")
14713 (license license:gpl2)))
14714
14715 (define-public r-ldheatmap
14716 (package
14717 (name "r-ldheatmap")
14718 (version "1.0-4")
14719 (source
14720 (origin
14721 (method url-fetch)
14722 (uri (cran-uri "LDheatmap" version))
14723 (sha256
14724 (base32
14725 "1jp578cf29qcgx95w10lpymlwx2pgjsf0nypwkl9b8g635gkisq7"))))
14726 (properties `((upstream-name . "LDheatmap")))
14727 (build-system r-build-system)
14728 (propagated-inputs
14729 `(("r-genetics" ,r-genetics)
14730 ("r-rcpp" ,r-rcpp)
14731 ("r-snpstats" ,r-snpstats)))
14732 (home-page "https://stat.sfu.ca/statgen/research/ldheatmap.html")
14733 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
14734 (description
14735 "This package provides tools to produce a graphical display, as a heat
14736 map, of measures of pairwise linkage disequilibria between SNPs. Users may
14737 optionally include the physical locations or genetic map distances of each SNP
14738 on the plot.")
14739 (license license:gpl3)))
14740
14741 (define-public r-hwde
14742 (package
14743 (name "r-hwde")
14744 (version "0.67")
14745 (source
14746 (origin
14747 (method url-fetch)
14748 (uri (cran-uri "hwde" version))
14749 (sha256
14750 (base32
14751 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
14752 (build-system r-build-system)
14753 (home-page "https://cran.r-project.org/web/packages/hwde/")
14754 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
14755 (description
14756 "This package fits models for genotypic disequilibria, as described in
14757 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
14758 terms are available that account for first order interactions between loci.
14759 It also implements, for a single locus in a single population, a conditional
14760 exact test for Hardy-Weinberg equilibrium.")
14761 (license license:gpl2+)))
14762
14763 (define-public r-tdthap
14764 (package
14765 (name "r-tdthap")
14766 (version "1.1-11")
14767 (source
14768 (origin
14769 (method url-fetch)
14770 (uri (cran-uri "tdthap" version))
14771 (sha256
14772 (base32
14773 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
14774 (build-system r-build-system)
14775 (home-page "https://cran.r-project.org/web/packages/tdthap/")
14776 (synopsis "TDT tests for extended haplotypes")
14777 (description
14778 "Functions and examples are provided for transmission/disequilibrium
14779 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
14780 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
14781 (license license:artistic2.0)))
14782
14783 (define-public r-sparql
14784 (package
14785 (name "r-sparql")
14786 (version "1.16")
14787 (source (origin
14788 (method url-fetch)
14789 (uri (cran-uri "SPARQL" version))
14790 (sha256
14791 (base32
14792 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
14793 (properties `((upstream-name . "SPARQL")))
14794 (build-system r-build-system)
14795 (propagated-inputs
14796 `(("r-rcurl" ,r-rcurl)
14797 ("r-xml" ,r-xml)))
14798 (home-page "https://cran.r-project.org/web/packages/SPARQL")
14799 (synopsis "SPARQL client for R")
14800 (description "This package provides an interface to use SPARQL to pose
14801 SELECT or UPDATE queries to an end-point.")
14802 ;; The only license indication is found in the DESCRIPTION file,
14803 ;; which states GPL-3. So we cannot assume GPLv3+.
14804 (license license:gpl3)))
14805
14806 (define-public r-bookdown
14807 (package
14808 (name "r-bookdown")
14809 (version "0.21")
14810 (source (origin
14811 (method url-fetch)
14812 (uri (cran-uri "bookdown" version))
14813 (sha256
14814 (base32
14815 "0xms1srx9l2mn8xaxnpic0s21y8k56bhwpj45wy7b0yscmxgmh27"))))
14816 (build-system r-build-system)
14817 (propagated-inputs
14818 `(("r-htmltools" ,r-htmltools)
14819 ("r-knitr" ,r-knitr)
14820 ("r-rmarkdown" ,r-rmarkdown)
14821 ("r-tinytex" ,r-tinytex)
14822 ("r-xfun" ,r-xfun)
14823 ("r-yaml" ,r-yaml)
14824 ("pandoc" ,pandoc)))
14825 (home-page "https://github.com/rstudio/bookdown")
14826 (synopsis "Authoring books and technical documents with R markdown")
14827 (description "This package provides output formats and utilities for
14828 authoring books and technical documents with R Markdown.")
14829 (license license:gpl3)))
14830
14831 (define-public r-optparse
14832 (package
14833 (name "r-optparse")
14834 (version "1.6.6")
14835 (source
14836 (origin
14837 (method url-fetch)
14838 (uri (cran-uri "optparse" version))
14839 (sha256
14840 (base32
14841 "1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
14842 (build-system r-build-system)
14843 (propagated-inputs
14844 `(("r-getopt" ,r-getopt)))
14845 (native-inputs
14846 `(("r-knitr" ,r-knitr)))
14847 (home-page "https://github.com/trevorld/optparse")
14848 (synopsis "Command line option parser")
14849 (description
14850 "This package provides a command line parser inspired by Python's
14851 @code{optparse} library to be used with Rscript to write shebang scripts
14852 that accept short and long options.")
14853 (license license:gpl2+)))
14854
14855 (define-public r-kernlab
14856 (package
14857 (name "r-kernlab")
14858 (version "0.9-29")
14859 (source
14860 (origin
14861 (method url-fetch)
14862 (uri (cran-uri "kernlab" version))
14863 (sha256
14864 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
14865 (build-system r-build-system)
14866 (home-page "https://cran.r-project.org/web/packages/kernlab")
14867 (synopsis "Kernel-based machine learning tools")
14868 (description
14869 "This package provides kernel-based machine learning methods for
14870 classification, regression, clustering, novelty detection, quantile regression
14871 and dimensionality reduction. Among other methods @code{kernlab} includes
14872 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
14873 and a QP solver.")
14874 (license license:gpl2)))
14875
14876 (define-public r-hierfstat
14877 (package
14878 (name "r-hierfstat")
14879 (version "0.5-7")
14880 (source
14881 (origin
14882 (method url-fetch)
14883 (uri (cran-uri "hierfstat" version))
14884 (sha256
14885 (base32
14886 "0dp8k1z5a8gqnax99y1hwfvxilzf4n2i751zr0z6ihrzirsvb3m3"))))
14887 (build-system r-build-system)
14888 (propagated-inputs
14889 `(("r-ade4" ,r-ade4)
14890 ("r-adegenet" ,r-adegenet)
14891 ("r-gaston" ,r-gaston)
14892 ("r-gtools" ,r-gtools)))
14893 (native-inputs
14894 `(("r-knitr" ,r-knitr)))
14895 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
14896 (synopsis "Estimation and tests of hierarchical F-statistics")
14897 (description
14898 "This package allows the estimation of hierarchical F-statistics from
14899 haploid or diploid genetic data with any numbers of levels in the hierarchy,
14900 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
14901 are also given to test via randomisations the significance of each F and
14902 variance components, using the likelihood-ratio statistics G.")
14903 (license license:gpl2+)))
14904
14905 (define-public r-hapassoc
14906 (package
14907 (name "r-hapassoc")
14908 (version "1.2-8")
14909 (source
14910 (origin
14911 (method url-fetch)
14912 (uri (cran-uri "hapassoc" version))
14913 (sha256
14914 (base32
14915 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
14916 (build-system r-build-system)
14917 (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html")
14918 (synopsis "Inference of trait associations with SNP haplotypes")
14919 (description
14920 "Hapassoc performs likelihood inference of trait associations with
14921 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
14922 functions are developed primarily for data collected in cohort or
14923 cross-sectional studies. They can accommodate uncertain haplotype phase and
14924 handle missing genotypes at some SNPs.")
14925 (license license:gpl2)))
14926
14927 (define-public r-sampling
14928 (package
14929 (name "r-sampling")
14930 (version "2.8")
14931 (source
14932 (origin
14933 (method url-fetch)
14934 (uri (cran-uri "sampling" version))
14935 (sha256
14936 (base32
14937 "06pj7dan0mknpsblmlnk7am78qrnwgnql5vvx7vmbfvib7rj6s9m"))))
14938 (build-system r-build-system)
14939 (propagated-inputs
14940 `(("r-lpsolve" ,r-lpsolve)
14941 ("r-mass" ,r-mass)))
14942 (home-page "https://cran.r-project.org/web/packages/sampling/")
14943 (synopsis "Survey sampling")
14944 (description
14945 "This package provides functions for drawing and calibrating samples.")
14946 (license license:gpl2+)))
14947
14948 (define-public r-r2html
14949 (package
14950 (name "r-r2html")
14951 (version "2.3.2")
14952 (source
14953 (origin
14954 (method url-fetch)
14955 (uri (cran-uri "R2HTML" version))
14956 (sha256
14957 (base32
14958 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
14959 (properties `((upstream-name . "R2HTML")))
14960 (build-system r-build-system)
14961 (home-page "https://github.com/nalimilan/R2HTML")
14962 (synopsis "HTML export for R objects")
14963 (description
14964 "This package includes HTML functions and methods to write in an HTML
14965 file. Thus, making HTML reports is easy. It includes a function that allows
14966 redirection on the fly, which appears to be very useful for teaching purposes,
14967 as the student can keep a copy of the produced output to keep all that they
14968 did during the course. The package comes with a vignette describing how to
14969 write HTML reports for statistical analysis. Finally, a driver for Sweave
14970 parses HTML flat files containing R code and to automatically write
14971 the corresponding outputs (tables and graphs).")
14972 (license license:gpl2+)))
14973
14974 (define-public r-rjava
14975 (package
14976 (name "r-rjava")
14977 (version "0.9-13")
14978 (source
14979 (origin
14980 (method url-fetch)
14981 (uri (cran-uri "rJava" version))
14982 (sha256
14983 (base32
14984 "1x3mihyqzr61j52rwaqciw43mkjzmhib4s6qf57v6xj40ksqh5jv"))))
14985 (properties `((upstream-name . "rJava")))
14986 (build-system r-build-system)
14987 (arguments
14988 `(#:modules ((guix build utils)
14989 (guix build r-build-system)
14990 (ice-9 match))
14991 #:phases
14992 (modify-phases %standard-phases
14993 (add-after 'unpack 'set-JAVA_HOME
14994 (lambda* (#:key inputs #:allow-other-keys)
14995 (let ((jdk (assoc-ref inputs "jdk")))
14996 (setenv "JAVA_HOME" jdk)
14997 (setenv "JAVA" (which "java"))
14998 (setenv "JAR" (which "jar"))
14999 (setenv "JAVAC" (which "javac"))
15000 (setenv "JAVAH" (which "javah"))
15001 (setenv "JAVA_CPPFLAGS"
15002 (string-append "-I" jdk "/include "
15003 "-I" jdk "/include/linux"))
15004 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
15005 ((lib) (setenv "JAVA_LIBS" lib))
15006 (_ (error "Could not find libjvm.so"))))
15007 #t)))))
15008 (inputs
15009 `(("icu4c" ,icu4c)
15010 ("jdk" ,icedtea-8 "jdk")
15011 ("pcre" ,pcre)
15012 ("zlib" ,zlib)))
15013 (home-page "https://www.rforge.net/rJava/")
15014 (synopsis "Low-Level R to Java interface")
15015 (description
15016 "This package provides a low-level interface to the Java VM very much
15017 like .C/.Call and friends. It allows the creation of objects, calling methods
15018 and accessing fields.")
15019 (license license:gpl2)))
15020
15021 (define-public r-svmisc
15022 (package
15023 (name "r-svmisc")
15024 (version "1.1.0")
15025 (source
15026 (origin
15027 (method url-fetch)
15028 (uri (cran-uri "svMisc" version))
15029 (sha256
15030 (base32
15031 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
15032 (properties `((upstream-name . "svMisc")))
15033 (build-system r-build-system)
15034 (home-page "https://github.com/SciViews/svMisc")
15035 (synopsis "Miscellaneous functions for SciViews")
15036 (description
15037 "This package provides miscellaneous functions for SciViews or general
15038 use, including tools to manage a temporary environment attached to the search
15039 path for temporary variables you do not want to @code{save()} or
15040 @code{load()}; test the current platform; showing progress bars, etc.")
15041 (license license:gpl2)))
15042
15043 (define-public r-xyz
15044 (package
15045 (name "r-xyz")
15046 (version "0.2")
15047 (source
15048 (origin
15049 (method url-fetch)
15050 (uri (cran-uri "xyz" version))
15051 (sha256
15052 (base32
15053 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
15054 (build-system r-build-system)
15055 (propagated-inputs
15056 `(("r-rcpp" ,r-rcpp)))
15057 (home-page "https://cran.r-project.org/web/packages/xyz/")
15058 (synopsis "Algorithm for fast interaction search in high-dimensional data")
15059 (description
15060 "High dimensional interaction search by brute force requires a quadratic
15061 computational cost in the number of variables. The xyz algorithm provably
15062 finds strong interactions in almost linear time. For details of the algorithm
15063 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
15064 interaction search in high-dimensional data.")
15065 ;; Any version of the GPL.
15066 (license license:gpl2+)))
15067
15068 (define-public r-rttf2pt1
15069 (package
15070 (name "r-rttf2pt1")
15071 (version "1.3.8")
15072 (source
15073 (origin
15074 (method url-fetch)
15075 (uri (cran-uri "Rttf2pt1" version))
15076 (sha256
15077 (base32
15078 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
15079 (properties `((upstream-name . "Rttf2pt1")))
15080 (build-system r-build-system)
15081 (home-page "https://github.com/wch/Rttf2pt1")
15082 (synopsis "Font conversion utility")
15083 (description
15084 "This package contains the program @code{ttf2pt1}, for use with the
15085 @code{extrafont} package.")
15086 ;; Most of the files are covered under the Expat license. Some files are
15087 ;; covered under BSD-3. Deviations for individual files are recorded in
15088 ;; the LICENSE file.
15089 (license (list license:bsd-3 license:expat
15090 (license:non-copyleft "file://LICENSE")))))
15091
15092 (define-public r-extrafontdb
15093 (package
15094 (name "r-extrafontdb")
15095 (version "1.0")
15096 (source
15097 (origin
15098 (method url-fetch)
15099 (uri (cran-uri "extrafontdb" version))
15100 (sha256
15101 (base32
15102 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
15103 (build-system r-build-system)
15104 (home-page "https://github.com/wch/extrafontdb")
15105 (synopsis "Database for the extrafont package")
15106 (description
15107 "This package holds the database for the @code{extrafont} package.")
15108 (license license:gpl2)))
15109
15110 (define-public r-extrafont
15111 (package
15112 (name "r-extrafont")
15113 (version "0.17")
15114 (source
15115 (origin
15116 (method url-fetch)
15117 (uri (cran-uri "extrafont" version))
15118 (sha256
15119 (base32
15120 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
15121 (build-system r-build-system)
15122 (propagated-inputs
15123 `(("r-extrafontdb" ,r-extrafontdb)
15124 ("r-rttf2pt1" ,r-rttf2pt1)))
15125 (home-page "https://github.com/wch/extrafont")
15126 (synopsis "Tools for using fonts in R")
15127 (description
15128 "The extrafont package makes it easier to use fonts other than the basic
15129 PostScript fonts that R uses. Fonts that are imported into extrafont can be
15130 used with PDF or PostScript output files. There are two hurdles for using
15131 fonts in PDF (or Postscript) output files:
15132
15133 @enumerate
15134 @item Making R aware of the font and the dimensions of the characters.
15135 @item Embedding the fonts in the PDF file so that the PDF can be displayed
15136 properly on a device that doesn't have the font. This is usually needed if
15137 you want to print the PDF file or share it with others.
15138 @end enumerate
15139
15140 The extrafont package makes both of these things easier.")
15141 (license license:gpl2)))
15142
15143 (define-public r-xkcd
15144 (package
15145 (name "r-xkcd")
15146 (version "0.0.6")
15147 (source
15148 (origin
15149 (method url-fetch)
15150 (uri (cran-uri "xkcd" version))
15151 (sha256
15152 (base32
15153 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
15154 (build-system r-build-system)
15155 (propagated-inputs
15156 `(("r-extrafont" ,r-extrafont)
15157 ("r-ggplot2" ,r-ggplot2)
15158 ("r-hmisc" ,r-hmisc)))
15159 (home-page "https://cran.r-project.org/web/packages/xkcd/")
15160 (synopsis "Plot ggplot2 graphics in the XKCD style")
15161 (description
15162 "This package provides the means to plot ggplot2 graphs in the style of
15163 the XKCD web comic.")
15164 (license license:gpl3)))
15165
15166 (define-public r-msigdbr
15167 (package
15168 (name "r-msigdbr")
15169 (version "7.2.1")
15170 (source
15171 (origin
15172 (method url-fetch)
15173 (uri (cran-uri "msigdbr" version))
15174 (sha256
15175 (base32
15176 "1rc2p9vw57pn4prmfgay4w18qd53ggq7wxfsi9kp7w25ciip1dq1"))))
15177 (build-system r-build-system)
15178 (propagated-inputs
15179 `(("r-dplyr" ,r-dplyr)
15180 ("r-magrittr" ,r-magrittr)
15181 ("r-rlang" ,r-rlang)
15182 ("r-tibble" ,r-tibble)
15183 ("r-tidyselect" ,r-tidyselect)))
15184 (native-inputs
15185 `(("r-knitr" ,r-knitr)))
15186 (home-page "https://github.com/igordot/msigdbr")
15187 (synopsis "MSigDB gene sets for multiple organisms")
15188 (description
15189 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
15190 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
15191 software in a standard R data frame with key-value pairs. Included are the
15192 original human gene symbols and Entrez IDs as well as the equivalents for
15193 various frequently studied model organisms such as mouse, rat, pig, fly, and
15194 yeast.")
15195 ;; The package is covered under the Expat license, but the upstream MSigDB
15196 ;; files are made available under the Creative Commons Attribution 4.0
15197 ;; International license.
15198 (license (list license:expat license:cc-by4.0))))
15199
15200 (define-public r-gridgraphics
15201 (package
15202 (name "r-gridgraphics")
15203 (version "0.5-0")
15204 (source
15205 (origin
15206 (method url-fetch)
15207 (uri (cran-uri "gridGraphics" version))
15208 (sha256
15209 (base32
15210 "0rlyc3xk8kfrfzbfd8n4javq3yxqd7lsfmi4q5n6s61srnrl6c1r"))))
15211 (properties `((upstream-name . "gridGraphics")))
15212 (build-system r-build-system)
15213 (home-page "https://github.com/pmur002/gridgraphics")
15214 (synopsis "Redraw base graphics using @code{grid} graphics")
15215 (description
15216 "This package provides functions to convert a page of plots drawn with
15217 the @code{graphics} package into identical output drawn with the @code{grid}
15218 package. The result looks like the original @code{graphics}-based plot, but
15219 consists of @code{grid} grobs and viewports that can then be manipulated with
15220 @code{grid} functions (e.g., edit grobs and revisit viewports).")
15221 (license license:gpl2+)))
15222
15223 (define-public r-farver
15224 (package
15225 (name "r-farver")
15226 (version "2.0.3")
15227 (source
15228 (origin
15229 (method url-fetch)
15230 (uri (cran-uri "farver" version))
15231 (sha256
15232 (base32
15233 "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
15234 (build-system r-build-system)
15235 (home-page "https://github.com/thomasp85/farver")
15236 (synopsis "Vectorized color conversion and comparison")
15237 (description
15238 "The encoding of color can be handled in many different ways, using
15239 different color spaces. As different color spaces have different uses,
15240 efficient conversion between these representations are important. This
15241 package provides a set of functions that gives access to very fast color space
15242 conversion and comparisons implemented in C++, and offers 100-fold speed
15243 improvements over the @code{convertColor} function in the @code{grDevices}
15244 package.")
15245 (license license:expat)))
15246
15247 (define-public r-ggplotify
15248 (package
15249 (name "r-ggplotify")
15250 (version "0.0.5")
15251 (source
15252 (origin
15253 (method url-fetch)
15254 (uri (cran-uri "ggplotify" version))
15255 (sha256
15256 (base32
15257 "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
15258 (build-system r-build-system)
15259 (propagated-inputs
15260 `(("r-ggplot2" ,r-ggplot2)
15261 ("r-gridgraphics" ,r-gridgraphics)
15262 ("r-rvcheck" ,r-rvcheck)))
15263 (native-inputs
15264 `(("r-knitr" ,r-knitr)))
15265 (home-page "https://github.com/GuangchuangYu/ggplotify")
15266 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
15267 (description
15268 "This package provides tools to convert plot function calls (using
15269 expression or formula) to @code{grob} or @code{ggplot} objects that are
15270 compatible with the @code{grid} and @code{ggplot2} environment. With this
15271 package, we are able to e.g. use @code{cowplot} to align plots produced by
15272 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
15273 converting them to @code{ggplot} objects.")
15274 (license license:artistic2.0)))
15275
15276 (define-public r-triebeard
15277 (package
15278 (name "r-triebeard")
15279 (version "0.3.0")
15280 (source
15281 (origin
15282 (method url-fetch)
15283 (uri (cran-uri "triebeard" version))
15284 (sha256
15285 (base32
15286 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
15287 (build-system r-build-system)
15288 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
15289 (home-page "https://github.com/Ironholds/triebeard/")
15290 (synopsis "Radix trees in Rcpp")
15291 (description
15292 "Radix trees, or tries, are key-value data structures optimized for
15293 efficient lookups, similar in purpose to hash tables. This package provides
15294 an implementation of radix trees for use in R programming and in developing
15295 packages with Rcpp.")
15296 (license license:expat)))
15297
15298 (define-public r-tweenr
15299 (package
15300 (name "r-tweenr")
15301 (version "1.0.1")
15302 (source
15303 (origin
15304 (method url-fetch)
15305 (uri (cran-uri "tweenr" version))
15306 (sha256
15307 (base32
15308 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
15309 (build-system r-build-system)
15310 (propagated-inputs
15311 `(("r-farver" ,r-farver)
15312 ("r-magrittr" ,r-magrittr)
15313 ("r-rcpp" ,r-rcpp)
15314 ("r-rlang" ,r-rlang)))
15315 (home-page "https://github.com/thomasp85/tweenr")
15316 (synopsis "Interpolate data for smooth animations")
15317 (description
15318 "In order to create smooth animation between states of data, tweening is
15319 necessary. This package provides a range of functions for creating tweened
15320 data that can be used as basis for animation. Furthermore it adds a number of
15321 vectorized interpolaters for common R data types such as numeric, date and
15322 color.")
15323 (license license:expat)))
15324
15325 (define-public r-polyclip
15326 (package
15327 (name "r-polyclip")
15328 (version "1.10-0")
15329 (source
15330 (origin
15331 (method url-fetch)
15332 (uri (cran-uri "polyclip" version))
15333 (sha256
15334 (base32
15335 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
15336 (build-system r-build-system)
15337 (native-inputs `(("pkg-config" ,pkg-config)))
15338 (home-page "http://www.angusj.com/delphi/clipper.php")
15339 (synopsis "Polygon clipping")
15340 (description
15341 "This package provides an R port of the library Clipper. It performs
15342 polygon clipping operations (intersection, union, set minus, set difference)
15343 for polygonal regions of arbitrary complexity, including holes. It computes
15344 offset polygons (spatial buffer zones, morphological dilations, Minkowski
15345 dilations) for polygonal regions and polygonal lines. It computes the
15346 Minkowski Sum of general polygons. There is a function for removing
15347 self-intersections from polygon data.")
15348 (license license:boost1.0)))
15349
15350 (define-public r-urltools
15351 (package
15352 (name "r-urltools")
15353 (version "1.7.3")
15354 (source
15355 (origin
15356 (method url-fetch)
15357 (uri (cran-uri "urltools" version))
15358 (sha256
15359 (base32
15360 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
15361 (build-system r-build-system)
15362 (propagated-inputs
15363 `(("r-rcpp" ,r-rcpp)
15364 ("r-triebeard" ,r-triebeard)))
15365 (home-page "https://github.com/Ironholds/urltools/")
15366 (synopsis "Vectorized tools for URL handling and parsing")
15367 (description
15368 "This package provides a toolkit for all URL-handling needs, including
15369 encoding and decoding, parsing, parameter extraction and modification. All
15370 functions are designed to be both fast and entirely vectorized. It is
15371 intended to be useful for people dealing with web-related datasets, such as
15372 server-side logs, although may be useful for other situations involving large
15373 sets of URLs.")
15374 (license license:expat)))
15375
15376 (define-public r-ggforce
15377 (package
15378 (name "r-ggforce")
15379 (version "0.3.2")
15380 (source
15381 (origin
15382 (method url-fetch)
15383 (uri (cran-uri "ggforce" version))
15384 (sha256
15385 (base32
15386 "1lplxyq5bgx90dgaimhynpcywag1gp6vlsy7q52ay1nfc35qmkjc"))))
15387 (build-system r-build-system)
15388 (propagated-inputs
15389 `(("r-ggplot2" ,r-ggplot2)
15390 ("r-gtable" ,r-gtable)
15391 ("r-mass" ,r-mass)
15392 ("r-polyclip" ,r-polyclip)
15393 ("r-rcpp" ,r-rcpp)
15394 ("r-rcppeigen" ,r-rcppeigen)
15395 ("r-rlang" ,r-rlang)
15396 ("r-scales" ,r-scales)
15397 ("r-tidyselect" ,r-tidyselect)
15398 ("r-tweenr" ,r-tweenr)
15399 ("r-withr" ,r-withr)))
15400 (home-page "https://ggforce.data-imaginist.com")
15401 (synopsis "Accelerating ggplot2")
15402 (description
15403 "The aim of the ggplot2 package is to aid in visual data investigations.
15404 This focus has led to a lack of facilities for composing specialized plots.
15405 Thi package aims to be a collection of mainly new statistics and geometries
15406 that fills this gap.")
15407 (license license:expat)))
15408
15409 (define-public r-europepmc
15410 (package
15411 (name "r-europepmc")
15412 (version "0.4")
15413 (source
15414 (origin
15415 (method url-fetch)
15416 (uri (cran-uri "europepmc" version))
15417 (sha256
15418 (base32
15419 "174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
15420 (build-system r-build-system)
15421 (propagated-inputs
15422 `(("r-dplyr" ,r-dplyr)
15423 ("r-httr" ,r-httr)
15424 ("r-jsonlite" ,r-jsonlite)
15425 ("r-plyr" ,r-plyr)
15426 ("r-progress" ,r-progress)
15427 ("r-purrr" ,r-purrr)
15428 ("r-rlang" ,r-rlang)
15429 ("r-tibble" ,r-tibble)
15430 ("r-tidyr" ,r-tidyr)
15431 ("r-urltools" ,r-urltools)
15432 ("r-xml2" ,r-xml2)))
15433 (native-inputs
15434 `(("r-knitr" ,r-knitr)))
15435 (home-page "https://github.com/ropensci/europepmc/")
15436 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
15437 (description
15438 "This package provides an R Client for the
15439 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
15440 Service}. It gives access to both metadata on life science literature and
15441 open access full texts. Europe PMC indexes all PubMed content and other
15442 literature sources including Agricola, a bibliographic database of citations
15443 to the agricultural literature, or Biological Patents. In addition to
15444 bibliographic metadata, the client allows users to fetch citations and
15445 reference lists. Links between life-science literature and other EBI
15446 databases, including ENA, PDB or ChEMBL are also accessible.")
15447 (license license:gpl3)))
15448
15449 (define-public r-ggraph
15450 (package
15451 (name "r-ggraph")
15452 (version "2.0.3")
15453 (source
15454 (origin
15455 (method url-fetch)
15456 (uri (cran-uri "ggraph" version))
15457 (sha256
15458 (base32
15459 "1pz06j0za4p6dc3fqjzcw8bpym70bmnfcvpv1q34r74rnwzjdyvq"))))
15460 (build-system r-build-system)
15461 (propagated-inputs
15462 `(("r-digest" ,r-digest)
15463 ("r-dplyr" ,r-dplyr)
15464 ("r-ggforce" ,r-ggforce)
15465 ("r-ggplot2" ,r-ggplot2)
15466 ("r-ggrepel" ,r-ggrepel)
15467 ("r-graphlayouts" ,r-graphlayouts)
15468 ("r-gtable" ,r-gtable)
15469 ("r-igraph" ,r-igraph)
15470 ("r-mass" ,r-mass)
15471 ("r-rcpp" ,r-rcpp)
15472 ("r-rlang" ,r-rlang)
15473 ("r-scales" ,r-scales)
15474 ("r-tidygraph" ,r-tidygraph)
15475 ("r-viridis" ,r-viridis)))
15476 (native-inputs
15477 `(("r-knitr" ,r-knitr)))
15478 (home-page "https://cran.r-project.org/web/packages/ggraph/")
15479 (synopsis "Implementation of grammar of graphics for graphs and networks")
15480 (description
15481 "The grammar of graphics as implemented in ggplot2 is a poor fit for
15482 graph and network visualizations due to its reliance on tabular data input.
15483 The ggraph package is an extension of the ggplot2 API tailored to graph
15484 visualizations and provides the same flexible approach to building up plots
15485 layer by layer.")
15486 (license license:gpl3)))
15487
15488 (define-public r-varselrf
15489 (package
15490 (name "r-varselrf")
15491 (version "0.7-8")
15492 (source
15493 (origin
15494 (method url-fetch)
15495 (uri (cran-uri "varSelRF" version))
15496 (sha256
15497 (base32
15498 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
15499 (properties `((upstream-name . "varSelRF")))
15500 (build-system r-build-system)
15501 (propagated-inputs
15502 `(("r-randomforest" ,r-randomforest)))
15503 (home-page "https://www.ligarto.org/rdiaz/software/software")
15504 (synopsis "Variable selection using random forests")
15505 (description
15506 "This package provides tools for the variable selection from random
15507 forests using both backwards variable elimination (for the selection of small
15508 sets of non-redundant variables) and selection based on the importance
15509 spectrum (somewhat similar to scree plots; for the selection of large,
15510 potentially highly-correlated variables). The main applications are in
15511 high-dimensional data (e.g., microarray data, and other genomics and
15512 proteomics applications).")
15513 (license license:gpl2+)))
15514
15515 (define-public r-pamr
15516 (package
15517 (name "r-pamr")
15518 (version "1.56.1")
15519 (source
15520 (origin
15521 (method url-fetch)
15522 (uri (cran-uri "pamr" version))
15523 (sha256
15524 (base32
15525 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
15526 (build-system r-build-system)
15527 (propagated-inputs
15528 `(("r-cluster" ,r-cluster)
15529 ("r-survival" ,r-survival)))
15530 (native-inputs `(("gfortran" ,gfortran)))
15531 (home-page "https://cran.r-project.org/web/packages/pamr/")
15532 (synopsis "Prediction Analysis for Microarrays")
15533 (description
15534 "This package provides some functions for sample classification in
15535 microarrays.")
15536 (license license:gpl2)))
15537
15538 (define-public r-rda
15539 (package
15540 (name "r-rda")
15541 (version "1.0.2-2.1")
15542 (source
15543 (origin
15544 (method url-fetch)
15545 (uri (cran-uri "rda" version))
15546 (sha256
15547 (base32
15548 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
15549 (build-system r-build-system)
15550 (home-page "https://cran.r-project.org/web/packages/rda/")
15551 (synopsis "Shrunken centroids regularized discriminant analysis")
15552 (description
15553 "This package provides tools for shrunken centroids regularized
15554 discriminant analysis for the purpose of classifying high dimensional data.")
15555 (license license:gpl2+)))
15556
15557 (define-public r-ggvis
15558 (package
15559 (name "r-ggvis")
15560 (version "0.4.6")
15561 (source
15562 (origin
15563 (method url-fetch)
15564 (uri (cran-uri "ggvis" version))
15565 (sha256
15566 (base32
15567 "1k40mkfxj66qvwbsp849maihv6vxkdprhhzjkwffwn0lwl78lsz1"))))
15568 (build-system r-build-system)
15569 (propagated-inputs
15570 `(("r-assertthat" ,r-assertthat)
15571 ("r-dplyr" ,r-dplyr)
15572 ("r-htmltools" ,r-htmltools)
15573 ("r-jsonlite" ,r-jsonlite)
15574 ("r-lazyeval" ,r-lazyeval)
15575 ("r-magrittr" ,r-magrittr)
15576 ("r-shiny" ,r-shiny)))
15577 (home-page "https://ggvis.rstudio.com/")
15578 (synopsis "Interactive grammar of graphics")
15579 (description
15580 "This package is a data visualization package for R providing an
15581 implementation of an interactive grammar of graphics, taking the best parts of
15582 ggplot2, combining them with the reactive framework of Shiny and drawing web
15583 graphics using Vega.")
15584 (license license:gpl2)))
15585
15586 (define-public r-gbm
15587 (package
15588 (name "r-gbm")
15589 (version "2.1.8")
15590 (source
15591 (origin
15592 (method url-fetch)
15593 (uri (cran-uri "gbm" version))
15594 (sha256
15595 (base32
15596 "1h9f4ww9yc3nsvghgr2q7jjrlz29ibabxjbax1sk5wmqh2wy6pbx"))))
15597 (build-system r-build-system)
15598 (propagated-inputs
15599 `(("r-lattice" ,r-lattice)
15600 ("r-survival" ,r-survival)))
15601 (native-inputs
15602 `(("r-knitr" ,r-knitr)))
15603 (home-page "https://github.com/gbm-developers/gbm")
15604 (synopsis "Generalized boosted regression models")
15605 (description
15606 "This package is an implementation of extensions to Freund and Schapire's
15607 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
15608 regression methods for least squares, absolute loss, t-distribution loss,
15609 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
15610 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
15611 and Learning to Rank measures (LambdaMart).")
15612 (license license:gpl2+)))
15613
15614 (define-public r-threejs
15615 (package
15616 (name "r-threejs")
15617 (version "0.3.3")
15618 (source
15619 (origin
15620 (method url-fetch)
15621 (uri (cran-uri "threejs" version))
15622 (sha256
15623 (base32
15624 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
15625 (build-system r-build-system)
15626 (arguments
15627 `(#:modules ((guix build utils)
15628 (guix build r-build-system)
15629 (srfi srfi-1)
15630 (ice-9 popen))
15631 #:phases
15632 (modify-phases %standard-phases
15633 (add-after 'unpack 'process-javascript
15634 (lambda* (#:key inputs #:allow-other-keys)
15635 (with-directory-excursion "inst"
15636 (call-with-values
15637 (lambda ()
15638 (unzip2
15639 `((,(assoc-ref inputs "js-jquery")
15640 "htmlwidgets/lib/jquery/jquery.min.js")
15641 (,(assoc-ref inputs "js-threejs-111")
15642 "htmlwidgets/lib/threejs-111/three.min.js"))))
15643 (lambda (sources targets)
15644 (for-each (lambda (source target)
15645 (format #t "Processing ~a --> ~a~%"
15646 source target)
15647 (delete-file target)
15648 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
15649 (call-with-output-file target
15650 (lambda (port)
15651 (dump-port minified port)))))
15652 sources targets))))
15653 #t)))))
15654 (propagated-inputs
15655 `(("r-base64enc" ,r-base64enc)
15656 ("r-crosstalk" ,r-crosstalk)
15657 ("r-htmlwidgets" ,r-htmlwidgets)
15658 ("r-igraph" ,r-igraph)))
15659 (native-inputs
15660 `(("uglify-js" ,uglify-js)
15661 ("js-jquery"
15662 ,(origin
15663 (method url-fetch)
15664 (uri "https://code.jquery.com/jquery-1.12.4.js")
15665 (sha256
15666 (base32
15667 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
15668 ("js-threejs-111"
15669 ,(origin
15670 (method url-fetch)
15671 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
15672 (sha256
15673 (base32
15674 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
15675 (home-page "https://bwlewis.github.io/rthreejs")
15676 (synopsis "Interactive 3D scatter plots, networks and globes")
15677 (description
15678 "Create interactive 3D scatter plots, network plots, and globes in R
15679 using the three.js visualization library.")
15680 (license license:expat)))
15681
15682 (define-public r-mlbench
15683 (package
15684 (name "r-mlbench")
15685 (version "2.1-1")
15686 (source
15687 (origin
15688 (method url-fetch)
15689 (uri (cran-uri "mlbench" version))
15690 (sha256
15691 (base32
15692 "1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
15693 (build-system r-build-system)
15694 (home-page "https://cran.r-project.org/web/packages/mlbench/")
15695 (synopsis "Machine learning benchmark problems")
15696 (description
15697 "This package provides a collection of artificial and real-world machine
15698 learning benchmark problems, including, e.g., several data sets from the UCI
15699 repository.")
15700 (license license:gpl2)))
15701
15702 (define-public r-mpm
15703 (package
15704 (name "r-mpm")
15705 (version "1.0-22")
15706 (source
15707 (origin
15708 (method url-fetch)
15709 (uri (cran-uri "mpm" version))
15710 (sha256
15711 (base32
15712 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
15713 (build-system r-build-system)
15714 (propagated-inputs
15715 `(("r-kernsmooth" ,r-kernsmooth)
15716 ("r-mass" ,r-mass)))
15717 (home-page "http://mpm.r-forge.r-project.org")
15718 (synopsis "Multivariate projection methods")
15719 (description
15720 "This is a package for exploratory graphical analysis of multivariate
15721 data, specifically gene expression data with different projection methods:
15722 principal component analysis, correspondence analysis, spectral map
15723 analysis.")
15724 (license license:gpl2+)))
15725
15726 (define-public r-png
15727 (package
15728 (name "r-png")
15729 (version "0.1-7")
15730 (source (origin
15731 (method url-fetch)
15732 (uri (cran-uri "png" version))
15733 (sha256
15734 (base32
15735 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
15736 (build-system r-build-system)
15737 (inputs
15738 `(("libpng" ,libpng)
15739 ("zlib" ,zlib)))
15740 (home-page "https://www.rforge.net/png/")
15741 (synopsis "Read and write PNG images")
15742 (description
15743 "This package provides an easy and simple way to read, write and display
15744 bitmap images stored in the PNG format. It can read and write both files and
15745 in-memory raw vectors.")
15746 ;; Any of these GPL versions.
15747 (license (list license:gpl2 license:gpl3))))
15748
15749 (define-public r-ggcorrplot
15750 (package
15751 (name "r-ggcorrplot")
15752 (version "0.1.3")
15753 (source
15754 (origin
15755 (method url-fetch)
15756 (uri (cran-uri "ggcorrplot" version))
15757 (sha256
15758 (base32
15759 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
15760 (build-system r-build-system)
15761 (propagated-inputs
15762 `(("r-ggplot2" ,r-ggplot2)
15763 ("r-reshape2" ,r-reshape2)))
15764 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
15765 (synopsis "Visualization of a correlation matrix using ggplot2")
15766 (description
15767 "The ggcorrplot package can be used to visualize easily a correlation
15768 matrix using ggplot2. It provides a solution for reordering the correlation
15769 matrix and displays the significance level on the plot. It also includes a
15770 function for computing a matrix of correlation p-values.")
15771 (license license:gpl2)))
15772
15773 ;; This package includes minified JavaScript files. When upgrading please
15774 ;; check that there are no new minified JavaScript files.
15775 (define-public r-flexdashboard
15776 (package
15777 (name "r-flexdashboard")
15778 (version "0.5.2")
15779 (source
15780 (origin
15781 (method url-fetch)
15782 (uri (cran-uri "flexdashboard" version))
15783 (sha256
15784 (base32
15785 "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
15786 (modules '((guix build utils)))
15787 (snippet
15788 '(begin
15789 ;; Delete bundled minified JavaScript files
15790 (delete-file "inst/htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
15791 (delete-file "inst/www/sly/sly.min.js")
15792 (delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
15793 (delete-file "inst/www/prism/prism.js")
15794 #t))))
15795 (build-system r-build-system)
15796 (arguments
15797 `(#:modules ((guix build utils)
15798 (guix build r-build-system)
15799 (srfi srfi-1)
15800 (srfi srfi-26)
15801 (ice-9 popen)
15802 (ice-9 textual-ports))
15803 #:phases
15804 (modify-phases %standard-phases
15805 (add-after 'unpack 'process-javascript
15806 (lambda* (#:key inputs #:allow-other-keys)
15807 (with-directory-excursion "inst"
15808 ;; Concatenate all components of prism.js
15809 (let ((contents (string-join
15810 (map (lambda (name)
15811 (call-with-input-file
15812 (assoc-ref inputs name)
15813 get-string-all))
15814 (list "js-prism"
15815 "js-prism-r"
15816 "js-prism-line-numbers"))
15817 "\n")))
15818 (call-with-output-file "prism-src.js"
15819 (cut display contents <>)))
15820 (call-with-values
15821 (lambda ()
15822 (unzip2
15823 `(("www/stickytableheaders/jquery.stickytableheaders.js"
15824 "www/stickytableheaders/jquery.stickytableheaders.min.js")
15825 ("www/sly/sly.js"
15826 "www/sly/sly.min.js")
15827 ("prism-src.js"
15828 "www/prism/prism.js")
15829 (,(assoc-ref inputs "js-raphael")
15830 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
15831 (,(assoc-ref inputs "js-featherlight")
15832 "www/featherlight/featherlight.min.js"))))
15833 (lambda (sources targets)
15834 (for-each (lambda (source target)
15835 (format #t "Processing ~a --> ~a~%"
15836 source target)
15837 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
15838 (call-with-output-file target
15839 (lambda (port)
15840 (dump-port minified port)))))
15841 sources targets))))
15842 #t)))))
15843 (propagated-inputs
15844 `(("r-htmltools" ,r-htmltools)
15845 ("r-htmlwidgets" ,r-htmlwidgets)
15846 ("r-jsonlite" ,r-jsonlite)
15847 ("r-knitr" ,r-knitr)
15848 ("r-rmarkdown" ,r-rmarkdown)
15849 ("r-shiny" ,r-shiny)))
15850 (native-inputs
15851 `(("uglify-js" ,uglify-js)
15852 ("js-raphael"
15853 ,(origin
15854 (method url-fetch)
15855 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
15856 (sha256
15857 (base32
15858 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
15859 ("js-prism"
15860 ,(origin
15861 (method url-fetch)
15862 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
15863 (sha256
15864 (base32
15865 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
15866 ("js-prism-r"
15867 ,(origin
15868 (method url-fetch)
15869 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
15870 (sha256
15871 (base32
15872 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
15873 ("js-prism-line-numbers"
15874 ,(origin
15875 (method url-fetch)
15876 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
15877 (sha256
15878 (base32
15879 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
15880 ("js-featherlight"
15881 ,(origin
15882 (method url-fetch)
15883 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
15884 (sha256
15885 (base32
15886 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
15887 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
15888 (synopsis "R Markdown format for flexible dashboards")
15889 (description
15890 "This package provides an R Markdown format for converting an R Markdown
15891 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
15892 of its components to the containing web page.")
15893 (license license:expat)))
15894
15895 (define-public r-preseqr
15896 (package
15897 (name "r-preseqr")
15898 (version "4.0.0")
15899 (source
15900 (origin
15901 (method url-fetch)
15902 (uri (cran-uri "preseqR" version))
15903 (sha256
15904 (base32
15905 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
15906 (properties `((upstream-name . "preseqR")))
15907 (build-system r-build-system)
15908 (propagated-inputs
15909 `(("r-polynom" ,r-polynom)))
15910 (home-page "https://cran.r-project.org/web/packages/preseqR/")
15911 (synopsis "Predicting species accumulation curves")
15912 (description
15913 "This package can be used to predict the r-species accumulation
15914 curve (r-SAC), which is the number of species represented at least r times as
15915 a function of the sampling effort. When r = 1, the curve is known as the
15916 species accumulation curve, or the library complexity curve in high-throughput
15917 genomic sequencing. The package includes both parametric and nonparametric
15918 methods, as described by Deng C, et al. (2018).")
15919 (license license:gpl3)))
15920
15921 (define-public r-mapplots
15922 (package
15923 (name "r-mapplots")
15924 (version "1.5.1")
15925 (source
15926 (origin
15927 (method url-fetch)
15928 (uri (cran-uri "mapplots" version))
15929 (sha256
15930 (base32
15931 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
15932 (build-system r-build-system)
15933 (home-page "https://cran.r-project.org/web/packages/mapplots/")
15934 (synopsis "Data visualization on maps")
15935 (description
15936 "This package helps you create simple maps; add sub-plots like pie plots
15937 to a map or any other plot; format, plot and export gridded data. The package
15938 was developed for displaying fisheries data but most functions can be used for
15939 more generic data visualisation.")
15940 (license license:gpl2+)))
15941
15942 (define-public r-pmcmr
15943 (package
15944 (name "r-pmcmr")
15945 (version "4.3")
15946 (source
15947 (origin
15948 (method url-fetch)
15949 (uri (cran-uri "PMCMR" version))
15950 (sha256
15951 (base32
15952 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
15953 (properties `((upstream-name . "PMCMR")))
15954 (build-system r-build-system)
15955 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
15956 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
15957 (description
15958 "This is a deprecated package for calculating pairwise multiple
15959 comparisons of mean rank sums. This package is superseded by the novel
15960 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
15961 compatibility of dependent packages for some time.")
15962 (license license:gpl3+)))
15963
15964 (define-public r-downloader
15965 (package
15966 (name "r-downloader")
15967 (version "0.4")
15968 (source
15969 (origin
15970 (method url-fetch)
15971 (uri (cran-uri "downloader" version))
15972 (sha256
15973 (base32
15974 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
15975 (build-system r-build-system)
15976 (propagated-inputs
15977 `(("r-digest" ,r-digest)))
15978 (home-page "https://github.com/wch/downloader")
15979 (synopsis "Download files over HTTP and HTTPS")
15980 (description
15981 "This package provides a wrapper for the @code{download.file} function,
15982 making it possible to download files over HTTPS across platforms. The
15983 @code{RCurl} package provides this functionality (and much more) but has
15984 external dependencies. This package has is implemented purely in R.")
15985 (license license:gpl2)))
15986
15987 (define-public r-rex
15988 (package
15989 (name "r-rex")
15990 (version "1.2.0")
15991 (source
15992 (origin
15993 (method url-fetch)
15994 (uri (cran-uri "rex" version))
15995 (sha256
15996 (base32
15997 "0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
15998 (build-system r-build-system)
15999 (propagated-inputs
16000 `(("r-lazyeval" ,r-lazyeval)))
16001 (native-inputs
16002 `(("r-knitr" ,r-knitr)))
16003 (home-page "https://github.com/kevinushey/rex")
16004 (synopsis "Friendly regular expressions")
16005 (description
16006 "This package provides a friendly interface for the construction of
16007 regular expressions. Regular expressions are a very powerful feature, however
16008 they are often difficult to interpret. Rex allows you to build complex
16009 regular expressions from human readable expressions")
16010 (license license:expat)))
16011
16012 (define-public r-xmlparsedata
16013 (package
16014 (name "r-xmlparsedata")
16015 (version "1.0.4")
16016 (source
16017 (origin
16018 (method url-fetch)
16019 (uri (cran-uri "xmlparsedata" version))
16020 (sha256
16021 (base32
16022 "177vfyjrqfi3wam8scpsradap1lv35yc25xq745dr7gabg116yrq"))))
16023 (properties `((upstream-name . "xmlparsedata")))
16024 (build-system r-build-system)
16025 (home-page "https://github.com/r-lib/xmlparsedata#readme")
16026 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
16027 (description
16028 "This package provides tools to convert the output of
16029 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
16030 @code{XPath}, and is easier to manipulate in general.")
16031 (license license:expat)))
16032
16033 (define-public r-cyclocomp
16034 (package
16035 (name "r-cyclocomp")
16036 (version "1.1.0")
16037 (source
16038 (origin
16039 (method url-fetch)
16040 (uri (cran-uri "cyclocomp" version))
16041 (sha256
16042 (base32
16043 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
16044 (properties `((upstream-name . "cyclocomp")))
16045 (build-system r-build-system)
16046 (propagated-inputs
16047 `(("r-callr" ,r-callr)
16048 ("r-crayon" ,r-crayon)
16049 ("r-desc" ,r-desc)
16050 ("r-remotes" ,r-remotes)
16051 ("r-withr" ,r-withr)))
16052 (home-page "https://github.com/MangoTheCat/cyclocomp")
16053 (synopsis "Cyclomatic complexity of R code")
16054 (description
16055 "Cyclomatic complexity is a software metric, used to indicate the
16056 complexity of a program. It is a quantitative measure of the number of
16057 linearly independent paths through a program's source code. This package
16058 provides tools to compute this metric.")
16059 (license license:expat)))
16060
16061 (define-public r-lintr
16062 (package
16063 (name "r-lintr")
16064 (version "2.0.1")
16065 (source
16066 (origin
16067 (method url-fetch)
16068 (uri (cran-uri "lintr" version))
16069 (sha256
16070 (base32
16071 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
16072 (properties `((upstream-name . "lintr")))
16073 (build-system r-build-system)
16074 (propagated-inputs
16075 `(("r-codetools" ,r-codetools)
16076 ("r-crayon" ,r-crayon)
16077 ("r-cyclocomp" ,r-cyclocomp)
16078 ("r-digest" ,r-digest)
16079 ("r-httr" ,r-httr)
16080 ("r-jsonlite" ,r-jsonlite)
16081 ("r-knitr" ,r-knitr)
16082 ("r-rex" ,r-rex)
16083 ("r-rstudioapi" ,r-rstudioapi)
16084 ("r-testthat" ,r-testthat)
16085 ("r-xml2" ,r-xml2)
16086 ("r-xmlparsedata" ,r-xmlparsedata)))
16087 (home-page "https://github.com/jimhester/lintr")
16088 (synopsis "Linter for R code")
16089 (description "This package checks adherence to a given style, syntax
16090 errors and possible semantic issues. It supports on the fly checking of R
16091 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
16092 (license license:expat)))
16093
16094 (define-public r-sctransform
16095 (package
16096 (name "r-sctransform")
16097 (version "0.3.1")
16098 (source
16099 (origin
16100 (method url-fetch)
16101 (uri (cran-uri "sctransform" version))
16102 (sha256
16103 (base32
16104 "0b8ni8dzlcikjm2bx5w8yi9vygx0qqxjrmnsy4kf7d1h03n2sxwa"))))
16105 (build-system r-build-system)
16106 (propagated-inputs
16107 `(("r-future" ,r-future)
16108 ("r-future-apply" ,r-future-apply)
16109 ("r-ggplot2" ,r-ggplot2)
16110 ("r-gridextra" ,r-gridextra)
16111 ("r-mass" ,r-mass)
16112 ("r-matrix" ,r-matrix)
16113 ("r-matrixstats" ,r-matrixstats)
16114 ("r-rcpp" ,r-rcpp)
16115 ("r-rcpparmadillo" ,r-rcpparmadillo)
16116 ("r-reshape2" ,r-reshape2)))
16117 (home-page "https://github.com/ChristophH/sctransform")
16118 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
16119 (description
16120 "This package provides a normalization method for single-cell UMI count
16121 data using a variance stabilizing transformation. The transformation is based
16122 on a negative binomial regression model with regularized parameters. As part
16123 of the same regression framework, this package also provides functions for
16124 batch correction, and data correction.")
16125 (license license:gpl3)))
16126
16127 (define-public r-styler
16128 (package
16129 (name "r-styler")
16130 (version "1.3.2")
16131 (source
16132 (origin
16133 (method url-fetch)
16134 (uri (cran-uri "styler" version))
16135 (sha256
16136 (base32
16137 "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
16138 (build-system r-build-system)
16139 (propagated-inputs
16140 `(("r-backports" ,r-backports)
16141 ("r-cli" ,r-cli)
16142 ("r-magrittr" ,r-magrittr)
16143 ("r-purrr" ,r-purrr)
16144 ("r-r-cache" ,r-r-cache)
16145 ("r-rematch2" ,r-rematch2)
16146 ("r-rlang" ,r-rlang)
16147 ("r-rprojroot" ,r-rprojroot)
16148 ("r-tibble" ,r-tibble)
16149 ("r-withr" ,r-withr)
16150 ("r-xfun" ,r-xfun)))
16151 (home-page "https://github.com/r-lib/styler")
16152 (synopsis "Non-invasive pretty printing of R code")
16153 (description
16154 "This is a package for pretty-printing R code without changing the user's
16155 formatting intent.")
16156 (license license:gpl3)))
16157
16158 (define-public r-scrime
16159 (package
16160 (name "r-scrime")
16161 (version "1.3.5")
16162 (source
16163 (origin
16164 (method url-fetch)
16165 (uri (cran-uri "scrime" version))
16166 (sha256
16167 (base32
16168 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
16169 (build-system r-build-system)
16170 (home-page "https://cran.r-project.org/web/packages/scrime/")
16171 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
16172 (description
16173 "This package provides tools for the analysis of high-dimensional data
16174 developed/implemented at the group \"Statistical Complexity Reduction In
16175 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
16176 the functions can also be applied to other types of categorical data.")
16177 (license license:gpl2)))
16178
16179 (define-public r-pbmcapply
16180 (package
16181 (name "r-pbmcapply")
16182 (version "1.5.0")
16183 (source
16184 (origin
16185 (method url-fetch)
16186 (uri (cran-uri "pbmcapply" version))
16187 (sha256
16188 (base32
16189 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
16190 (build-system r-build-system)
16191 (home-page "https://github.com/kvnkuang/pbmcapply")
16192 (synopsis "Track the progress of apply procedures with a progress bar")
16193 (description
16194 "This light-weight package helps you track and visualize the progress of
16195 parallel versions of vectorized R functions of the @code{mc*apply} family.")
16196 (license license:expat)))
16197
16198 (define-public r-blme
16199 (package
16200 (name "r-blme")
16201 (version "1.0-4")
16202 (source
16203 (origin
16204 (method url-fetch)
16205 (uri (cran-uri "blme" version))
16206 (sha256
16207 (base32
16208 "1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
16209 (build-system r-build-system)
16210 (propagated-inputs `(("r-lme4" ,r-lme4)))
16211 (home-page "https://github.com/vdorie/blme")
16212 (synopsis "Bayesian linear mixed-effects models")
16213 (description
16214 "This package provides tools for maximum a posteriori estimation for
16215 linear and generalized linear mixed-effects models in a Bayesian setting. It
16216 extends the lme4 package.")
16217 (license license:gpl2+)))
16218
16219 (define-public r-batchtools
16220 (package
16221 (name "r-batchtools")
16222 (version "0.9.14")
16223 (source
16224 (origin
16225 (method url-fetch)
16226 (uri (cran-uri "batchtools" version))
16227 (sha256
16228 (base32
16229 "1b78r70gm4a0wzjr367hqx2rfphfkbppp14d0l5zs2fvyz166lsx"))))
16230 (build-system r-build-system)
16231 (propagated-inputs
16232 `(("r-backports" ,r-backports)
16233 ("r-base64url" ,r-base64url)
16234 ("r-brew" ,r-brew)
16235 ("r-checkmate" ,r-checkmate)
16236 ("r-data-table" ,r-data-table)
16237 ("r-digest" ,r-digest)
16238 ("r-fs" ,r-fs)
16239 ("r-progress" ,r-progress)
16240 ("r-r6" ,r-r6)
16241 ("r-rappdirs" ,r-rappdirs)
16242 ("r-stringi" ,r-stringi)
16243 ("r-withr" ,r-withr)))
16244 (native-inputs
16245 `(("r-knitr" ,r-knitr)))
16246 (home-page "https://github.com/mllg/batchtools")
16247 (synopsis "Tools for computation on batch systems")
16248 (description
16249 "As a successor of the packages BatchJobs and BatchExperiments, this
16250 package provides a parallel implementation of the Map function for high
16251 performance computing systems managed by various schedulers. A multicore and
16252 socket mode allow the parallelization on a local machines, and multiple
16253 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
16254 the package provides an abstraction mechanism to define large-scale computer
16255 experiments in a well-organized and reproducible way.")
16256 (license license:lgpl3)))
16257
16258 (define-public r-clue
16259 (package
16260 (name "r-clue")
16261 (version "0.3-57")
16262 (source
16263 (origin
16264 (method url-fetch)
16265 (uri (cran-uri "clue" version))
16266 (sha256
16267 (base32
16268 "05rdcahawxlxci3fjxihjvvh33wqpxw50sx015165ab4nh3rsdkf"))))
16269 (build-system r-build-system)
16270 (propagated-inputs `(("r-cluster" ,r-cluster)))
16271 (home-page "https://cran.r-project.org/web/packages/clue/")
16272 (synopsis "Tools for analyzing cluster ensembles")
16273 (description "Cluster ensembles are collections of individual solutions to
16274 a given clustering problem which are useful or necessary to consider in a wide
16275 range of applications. This R package provides an extensible computational
16276 environment for creating and analyzing cluster ensembles, with basic data
16277 structures for representing partitions and hierarchies, and facilities for
16278 computing on them, including methods for measuring proximity and obtaining
16279 consensus and secondary clusterings.")
16280 (license license:gpl2)))
16281
16282 (define-public r-sitmo
16283 (package
16284 (name "r-sitmo")
16285 (version "2.0.1")
16286 (source
16287 (origin
16288 (method url-fetch)
16289 (uri (cran-uri "sitmo" version))
16290 (sha256
16291 (base32
16292 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
16293 (build-system r-build-system)
16294 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16295 (home-page "https://github.com/coatless/sitmo/")
16296 (synopsis "Parallel pseudo random number generator header files")
16297 (description
16298 "This package provides two high quality and fast PPRNGs that may be used
16299 in an OpenMP parallel environment. In addition, there is a generator for one
16300 dimensional low-discrepancy sequence.")
16301 (license license:expat)))
16302
16303 (define-public r-dqrng
16304 (package
16305 (name "r-dqrng")
16306 (version "0.2.1")
16307 (source
16308 (origin
16309 (method url-fetch)
16310 (uri (cran-uri "dqrng" version))
16311 (sha256
16312 (base32
16313 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
16314 (build-system r-build-system)
16315 (propagated-inputs
16316 `(("r-bh" ,r-bh)
16317 ("r-rcpp" ,r-rcpp)
16318 ("r-sitmo" ,r-sitmo)))
16319 (home-page "https://www.daqana.org/dqrng")
16320 (synopsis "Fast pseudo random number generators")
16321 (description
16322 "Several fast random number generators are provided as C++ header-only
16323 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
16324 Additionally, fast functions for generating random numbers according to a
16325 uniform, normal and exponential distribution are included. The latter two use
16326 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
16327 functions are exported to R and as a C++ interface and are enabled for use
16328 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
16329 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
16330 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
16331 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
16332 ;; whole is distributed under the terms of the AGPL 3.
16333 (license license:agpl3)))
16334
16335 (define-public r-ingredients
16336 (package
16337 (name "r-ingredients")
16338 (version "2.0")
16339 (source
16340 (origin
16341 (method url-fetch)
16342 (uri (cran-uri "ingredients" version))
16343 (sha256
16344 (base32
16345 "084ywbq0dwnf075bazz40n23wh7r1fwl6zs7xqkcg07kfzqkzb2w"))))
16346 (properties `((upstream-name . "ingredients")))
16347 (build-system r-build-system)
16348 (propagated-inputs
16349 `(("r-ggplot2" ,r-ggplot2)
16350 ("r-gridextra" ,r-gridextra)
16351 ("r-scales" ,r-scales)))
16352 (native-inputs `(("r-knitr" ,r-knitr)))
16353 (home-page "https://ModelOriented.github.io/ingredients/")
16354 (synopsis "Effects and importances of model ingredients")
16355 (description
16356 "This is a collection of tools for assessment of feature importance and
16357 feature effects. Key functions are:
16358
16359 @itemize
16360 @item @code{feature_importance()} for assessment of global level feature
16361 importance,
16362 @item @code{ceteris_paribus()} for calculation of the what-if plots,
16363 @item @code{partial_dependence()} for partial dependence plots,
16364 @item @code{conditional_dependence()} for conditional dependence plots,
16365 @item @code{accumulated_dependence()} for accumulated local effects plots,
16366 @item @code{aggregate_profiles()} and @code{cluster_profiles()} for
16367 aggregation of ceteris paribus profiles,
16368 @item generic @code{print()} and @code{plot()} for better usability of
16369 selected explainers,
16370 @item generic @code{plotD3()} for interactive, D3 based explanations, and
16371 @item generic @code{describe()} for explanations in natural language.
16372 @end itemize\n")
16373 (license license:gpl3)))
16374
16375 (define-public r-ibreakdown
16376 (package
16377 (name "r-ibreakdown")
16378 (version "1.3.1")
16379 (source
16380 (origin
16381 (method url-fetch)
16382 (uri (cran-uri "iBreakDown" version))
16383 (sha256
16384 (base32
16385 "1bfl5bh0x6z5a0cmdmx68sap9zdxa3kwdnyk57csxapc362yz108"))))
16386 (properties `((upstream-name . "iBreakDown")))
16387 (build-system r-build-system)
16388 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
16389 (native-inputs `(("r-knitr" ,r-knitr)))
16390 (home-page "https://ModelOriented.github.io/iBreakDown/")
16391 (synopsis "Model agnostic instance level variable attributions")
16392 (description
16393 "This package provides a model agnostic tool for decomposition of
16394 predictions from black boxes. It supports additive attributions and
16395 attributions with interactions. The Break Down Table shows contributions of
16396 every variable to a final prediction. The Break Down Plot presents variable
16397 contributions in a concise graphical way. This package works for
16398 classification and regression models.")
16399 (license license:gpl3)))
16400
16401 (define-public r-dae
16402 (package
16403 (name "r-dae")
16404 (version "3.1-27")
16405 (source
16406 (origin
16407 (method url-fetch)
16408 (uri (cran-uri "dae" version))
16409 (sha256
16410 (base32
16411 "14q3cxhcz0zqjdkas0dl71k2bp5qwvb60gha47s78hdr38r46kml"))))
16412 (build-system r-build-system)
16413 (propagated-inputs
16414 `(("r-ggplot2" ,r-ggplot2)
16415 ("r-plyr" ,r-plyr)))
16416 (native-inputs
16417 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
16418 (home-page "http://chris.brien.name")
16419 (synopsis "Functions useful in the design and ANOVA of experiments")
16420 (description
16421 "This package provides functions useful in the design and ANOVA of
16422 experiments. The content falls into the following groupings:
16423
16424 @enumerate
16425 @item data,
16426 @item factor manipulation functions,
16427 @item design functions,
16428 @item ANOVA functions,
16429 @item matrix functions,
16430 @item projector and canonical efficiency functions, and
16431 @item miscellaneous functions.
16432 @end enumerate
16433
16434 There is a vignette called @code{DesignNotes} describing how to use the design
16435 functions for randomizing and assessing designs. The ANOVA functions
16436 facilitate the extraction of information when the @code{Error} function has
16437 been used in the call to @code{aov}.")
16438 (license license:gpl2)))
16439
16440 (define-public r-dalex
16441 (package
16442 (name "r-dalex")
16443 (version "2.0.1")
16444 (source
16445 (origin
16446 (method url-fetch)
16447 (uri (cran-uri "DALEX" version))
16448 (sha256
16449 (base32
16450 "1hiknx55d91abyfj3w4a2xxin7f1q8h5k0041m7w93xjdc4kis98"))))
16451 (properties `((upstream-name . "DALEX")))
16452 (build-system r-build-system)
16453 (propagated-inputs
16454 `(("r-ggplot2" ,r-ggplot2)
16455 ("r-ibreakdown" ,r-ibreakdown)
16456 ("r-ingredients" ,r-ingredients)))
16457 (home-page "https://pbiecek.github.io/DALEX/")
16458 (synopsis "Descriptive machine learning explanations")
16459 (description
16460 "Machine Learning models are widely used and have various applications in
16461 classification or regression. Models created with boosting, bagging, stacking
16462 or similar techniques are often used due to their high performance, but such
16463 black-box models usually lack interpretability. The DALEX package contains
16464 various explainers that help to understand the link between input variables
16465 and model output.")
16466 ;; Any version of the GPL
16467 (license license:gpl3+)))
16468
16469 (define-public r-enrichr
16470 (package
16471 (name "r-enrichr")
16472 (version "2.1")
16473 (source
16474 (origin
16475 (method url-fetch)
16476 (uri (cran-uri "enrichR" version))
16477 (sha256
16478 (base32
16479 "0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
16480 (properties `((upstream-name . "enrichR")))
16481 (build-system r-build-system)
16482 (propagated-inputs
16483 `(("r-httr" ,r-httr)
16484 ("r-rjson" ,r-rjson)))
16485 (home-page "https://cran.r-project.org/web/packages/enrichR/")
16486 (synopsis "R Interface to Enrichr database for analyzing gene sets")
16487 (description
16488 "This package provides an R interface to all Enrichr databases, a
16489 web-based tool for analyzing gene sets and returns any enrichment of common
16490 annotated biological functions.")
16491 (license license:gpl2+)))
16492
16493 (define-public r-plot3d
16494 (package
16495 (name "r-plot3d")
16496 (version "1.3")
16497 (source
16498 (origin
16499 (method url-fetch)
16500 (uri (cran-uri "plot3D" version))
16501 (sha256
16502 (base32
16503 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
16504 (properties `((upstream-name . "plot3D")))
16505 (build-system r-build-system)
16506 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
16507 (home-page "https://cran.r-project.org/web/packages/plot3D")
16508 (synopsis "Plot multi-dimensional data")
16509 (description
16510 "This package provides functions for viewing 2D and 3D data, including
16511 perspective plots, slice plots, surface plots, scatter plots, etc. It
16512 includes data sets from oceanography.")
16513 (license license:gpl3+)))
16514
16515 (define-public r-ggfortify
16516 (package
16517 (name "r-ggfortify")
16518 (version "0.4.11")
16519 (source
16520 (origin
16521 (method url-fetch)
16522 (uri (cran-uri "ggfortify" version))
16523 (sha256
16524 (base32
16525 "1wfm7l9bz6msh7rflgfv9dgbxh1ikz2ay0v7sgk9nkc24y6lhbpk"))))
16526 (build-system r-build-system)
16527 (propagated-inputs
16528 `(("r-dplyr" ,r-dplyr)
16529 ("r-ggplot2" ,r-ggplot2)
16530 ("r-gridextra" ,r-gridextra)
16531 ("r-scales" ,r-scales)
16532 ("r-stringr" ,r-stringr)
16533 ("r-tibble" ,r-tibble)
16534 ("r-tidyr" ,r-tidyr)))
16535 (native-inputs
16536 `(("r-knitr" ,r-knitr)))
16537 (home-page "https://github.com/sinhrks/ggfortify")
16538 (synopsis "Data visualization tools for statistical analysis results")
16539 (description
16540 "This package provides unified plotting tools for statistics commonly
16541 used, such as GLM, time series, PCA families, clustering and survival
16542 analysis. The package offers a single plotting interface for these analysis
16543 results and plots in a unified style using the @code{ggplot2} package.")
16544 (license license:gpl2)))
16545
16546 (define-public r-refmanager
16547 (package
16548 (name "r-refmanager")
16549 (version "1.2.12")
16550 (source
16551 (origin
16552 (method url-fetch)
16553 (uri (cran-uri "RefManageR" version))
16554 (sha256
16555 (base32
16556 "1hfxa1qacfryk36mpaqdhdgws5jwxiyy489ikd3wa18bp1wz8dkp"))))
16557 (properties `((upstream-name . "RefManageR")))
16558 (build-system r-build-system)
16559 (propagated-inputs
16560 `(("r-bibtex" ,r-bibtex)
16561 ("r-httr" ,r-httr)
16562 ("r-jsonlite" ,r-jsonlite)
16563 ("r-lubridate" ,r-lubridate)
16564 ("r-plyr" ,r-plyr)
16565 ("r-stringr" ,r-stringr)
16566 ("r-xml2" ,r-xml2)))
16567 (home-page "https://github.com/ropensci/RefManageR/")
16568 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
16569 (description
16570 "This package provides tools for importing and working with bibliographic
16571 references. It greatly enhances the @code{bibentry} class by providing a
16572 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
16573 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
16574 by various formats for name lists (author by last names, translator by full
16575 names, etc.). Entries can be updated, combined, sorted, printed in a number
16576 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
16577 into R and converted to @code{BibEntry} objects.")
16578 ;; Any of these licenses may be picked.
16579 (license (list license:gpl2 license:gpl3 license:bsd-3))))
16580
16581 (define-public r-citr
16582 (package
16583 (name "r-citr")
16584 (version "0.3.2")
16585 (source
16586 (origin
16587 (method url-fetch)
16588 (uri (cran-uri "citr" version))
16589 (sha256
16590 (base32
16591 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
16592 (build-system r-build-system)
16593 (propagated-inputs
16594 `(("r-assertthat" ,r-assertthat)
16595 ("r-curl" ,r-curl)
16596 ("r-httr" ,r-httr)
16597 ("r-miniui" ,r-miniui)
16598 ("r-refmanager" ,r-refmanager)
16599 ("r-rstudioapi" ,r-rstudioapi)
16600 ("r-shiny" ,r-shiny)
16601 ("r-shinyjs" ,r-shinyjs)
16602 ("r-yaml" ,r-yaml)))
16603 (home-page "https://github.com/crsh/citr")
16604 (synopsis "RStudio add-in to insert Markdown citations")
16605 (description
16606 "This package provides functions and an RStudio add-in that search a
16607 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
16608 the current document.")
16609 (license license:expat)))
16610
16611 (define-public r-xgboost
16612 (package
16613 (name "r-xgboost")
16614 (version "1.2.0.1")
16615 (source
16616 (origin
16617 (method url-fetch)
16618 (uri (cran-uri "xgboost" version))
16619 (sha256
16620 (base32
16621 "16hpvv2hwdzcyg90z7c1g5d2hj011qk8mivy4l2nqd2g7rkjwis4"))))
16622 (build-system r-build-system)
16623 (propagated-inputs
16624 `(("r-data-table" ,r-data-table)
16625 ("r-magrittr" ,r-magrittr)
16626 ("r-matrix" ,r-matrix)
16627 ("r-stringi" ,r-stringi)))
16628 (native-inputs
16629 `(("r-knitr" ,r-knitr)))
16630 (home-page "https://github.com/dmlc/xgboost")
16631 (synopsis "Extreme gradient boosting")
16632 (description
16633 "This package provides an R interface to Extreme Gradient Boosting, which
16634 is an efficient implementation of the gradient boosting framework from Chen
16635 and Guestrin (2016). The package includes efficient linear model solver and
16636 tree learning algorithms. The package can automatically do parallel
16637 computation on a single machine. It supports various objective functions,
16638 including regression, classification and ranking. The package is made to be
16639 extensible, so that users are also allowed to define their own objectives
16640 easily.")
16641 (license license:asl2.0)))
16642
16643 (define-public r-umap
16644 (package
16645 (name "r-umap")
16646 (version "0.2.6.0")
16647 (source
16648 (origin
16649 (method url-fetch)
16650 (uri (cran-uri "umap" version))
16651 (sha256
16652 (base32
16653 "0zajn2sk705sckljxl5vz4q2sxpsqim2grmjq2jwwc8ysr1h2s9f"))))
16654 (build-system r-build-system)
16655 (propagated-inputs
16656 `(("r-openssl" ,r-openssl)
16657 ("r-rcpp" ,r-rcpp)
16658 ("r-reticulate" ,r-reticulate)
16659 ("r-rspectra" ,r-rspectra)))
16660 (native-inputs
16661 `(("r-knitr" ,r-knitr)))
16662 (home-page "https://github.com/tkonopka/umap")
16663 (synopsis "Uniform manifold approximation and projection")
16664 (description
16665 "Uniform manifold approximation and projection is a technique for
16666 dimension reduction. This package provides an interface to the UMAP algorithm
16667 in R, including a translation of the original algorithm into R.")
16668 (license license:expat)))
16669
16670 (define-public r-uwot
16671 (package
16672 (name "r-uwot")
16673 (version "0.1.8")
16674 (source
16675 (origin
16676 (method url-fetch)
16677 (uri (cran-uri "uwot" version))
16678 (sha256
16679 (base32
16680 "1jzh8r1h6f7pw7pb1fr32vn6ai9g10s56ahkq0vi77iznihy1rpd"))))
16681 (build-system r-build-system)
16682 (propagated-inputs
16683 `(("r-dqrng" ,r-dqrng)
16684 ("r-fnn" ,r-fnn)
16685 ("r-irlba" ,r-irlba)
16686 ("r-matrix" ,r-matrix)
16687 ("r-rcpp" ,r-rcpp)
16688 ("r-rcppannoy" ,r-rcppannoy)
16689 ("r-rcppprogress" ,r-rcppprogress)
16690 ("r-rspectra" ,r-rspectra)))
16691 (home-page "https://github.com/jlmelville/uwot")
16692 (synopsis "Uniform manifold approximation and projection")
16693 (description
16694 "This package provides an implementation of the Uniform Manifold
16695 Approximation and Projection dimensionality reduction by McInnes et
16696 al. (2018). It also provides means to transform new data and to carry out
16697 supervised dimensionality reduction. An implementation of the related
16698 LargeVis method of Tang et al. (2016) is also provided.")
16699 (license license:gpl3)))
16700
16701 (define-public r-kableextra
16702 (package
16703 (name "r-kableextra")
16704 (version "1.3.1")
16705 (source
16706 (origin
16707 (method url-fetch)
16708 (uri (cran-uri "kableExtra" version))
16709 (sha256
16710 (base32
16711 "1zixccpgy9x95fgzfgxc43pm020c80c21flch71klc3zzzsq53gf"))))
16712 (properties `((upstream-name . "kableExtra")))
16713 (build-system r-build-system)
16714 (propagated-inputs
16715 `(("r-digest" ,r-digest)
16716 ("r-glue" ,r-glue)
16717 ("r-htmltools" ,r-htmltools)
16718 ("r-knitr" ,r-knitr)
16719 ("r-magrittr" ,r-magrittr)
16720 ("r-rmarkdown" ,r-rmarkdown)
16721 ("r-rstudioapi" ,r-rstudioapi)
16722 ("r-rvest" ,r-rvest)
16723 ("r-scales" ,r-scales)
16724 ("r-stringr" ,r-stringr)
16725 ("r-viridislite" ,r-viridislite)
16726 ("r-webshot" ,r-webshot)
16727 ("r-xml2" ,r-xml2)))
16728 (native-inputs
16729 `(("r-knitr" ,r-knitr)))
16730 (home-page "https://haozhu233.github.io/kableExtra/")
16731 (synopsis "Construct complex tables with pipe syntax")
16732 (description
16733 "Build complex HTML or LaTeX tables using @code{kable()} from
16734 @code{knitr} and the piping syntax from @code{magrittr}. The function
16735 @code{kable()} is a light weight table generator coming from @code{knitr}.
16736 This package simplifies the way to manipulate the HTML or LaTeX codes
16737 generated by @code{kable()} and allows users to construct complex tables and
16738 customize styles using a readable syntax.")
16739 (license license:expat)))
16740
16741 (define-public r-glasso
16742 (package
16743 (name "r-glasso")
16744 (version "1.11")
16745 (source
16746 (origin
16747 (method url-fetch)
16748 (uri (cran-uri "glasso" version))
16749 (sha256
16750 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
16751 (build-system r-build-system)
16752 (native-inputs `(("gfortran" ,gfortran)))
16753 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
16754 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
16755 (description
16756 "This is a package for estimation of a sparse inverse covariance matrix
16757 using a lasso (L1) penalty. Facilities are provided for estimates along a
16758 path of values for the regularization parameter.")
16759 (license license:gpl2)))
16760
16761 (define-public r-rhpcblasctl
16762 (package
16763 (name "r-rhpcblasctl")
16764 (version "0.20-137")
16765 (source
16766 (origin
16767 (method url-fetch)
16768 (uri (cran-uri "RhpcBLASctl" version))
16769 (sha256
16770 (base32
16771 "0vv144sgjhf7fazk633i16fc06g9k43syyxj1g34pi9gsgdcn0nv"))))
16772 (properties `((upstream-name . "RhpcBLASctl")))
16773 (build-system r-build-system)
16774 (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")
16775 (synopsis "Control the number of threads on BLAS")
16776 (description
16777 "This package allows you to control the number of threads the BLAS
16778 library uses. It is also possible to control the number of threads in
16779 OpenMP.")
16780 (license license:agpl3+)))
16781
16782 (define-public r-lda
16783 (package
16784 (name "r-lda")
16785 (version "1.4.2")
16786 (source
16787 (origin
16788 (method url-fetch)
16789 (uri (cran-uri "lda" version))
16790 (sha256
16791 (base32
16792 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
16793 (build-system r-build-system)
16794 (home-page "https://cran.r-project.org/web/packages/lda/")
16795 (synopsis "Collapsed Gibbs sampling methods for topic models")
16796 (description
16797 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
16798 related models. This includes (but is not limited to) sLDA, corrLDA, and the
16799 mixed-membership stochastic blockmodel. Inference for all of these models is
16800 implemented via a fast collapsed Gibbs sampler written in C. Utility
16801 functions for reading/writing data typically used in topic models, as well as
16802 tools for examining posterior distributions are also included.")
16803 ;; Any version of the LGPL
16804 (license license:lgpl3+)))
16805
16806 (define-public r-rann-l1
16807 (package
16808 (name "r-rann-l1")
16809 (version "2.5.2")
16810 (source
16811 (origin
16812 (method url-fetch)
16813 (uri (cran-uri "RANN.L1" version))
16814 (sha256
16815 (base32
16816 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
16817 (properties `((upstream-name . "RANN.L1")))
16818 (build-system r-build-system)
16819 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
16820 (synopsis "Fast nearest neighbour search using L1 metric")
16821 (description
16822 "This package provides tools to find the k nearest neighbours for every
16823 point in a given dataset in O(N log N) time using Arya and Mount's ANN
16824 library. There is support for approximate as well as exact searches, fixed
16825 radius searches and @code{bd} as well as @code{kd} trees. The distance is
16826 computed using the L1 (Manhattan, taxicab) metric.")
16827 (license license:gpl3+)))
16828
16829 (define-public r-leiden
16830 (package
16831 (name "r-leiden")
16832 (version "0.3.4")
16833 (source
16834 (origin
16835 (method url-fetch)
16836 (uri (cran-uri "leiden" version))
16837 (sha256
16838 (base32
16839 "0cj98s1d9771dahn2xwdb1hpkw51jsfmgvzpam34c7i57fj37hn2"))))
16840 (properties `((upstream-name . "leiden")))
16841 (build-system r-build-system)
16842 (propagated-inputs
16843 `(("r-igraph" ,r-igraph)
16844 ("r-matrix" ,r-matrix)
16845 ("r-reticulate" ,r-reticulate)))
16846 (native-inputs
16847 `(("r-knitr" ,r-knitr)))
16848 (home-page "https://github.com/TomKellyGenetics/leiden")
16849 (synopsis "R implementation of Leiden clustering algorithm")
16850 (description
16851 "This package implements the Python @code{leidenalg} module to be called
16852 in R. It enables clustering using the Leiden algorithm for partitioning a
16853 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
16854 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
16855 (license license:gpl3)))
16856
16857 (define-public r-patchwork
16858 (package
16859 (name "r-patchwork")
16860 (version "1.0.1")
16861 (source
16862 (origin
16863 (method url-fetch)
16864 (uri (cran-uri "patchwork" version))
16865 (sha256
16866 (base32
16867 "0wm93a40idrkzn5hpnykhznvh7hdbfqw0dkzzn0zk83qlwyc9g02"))))
16868 (build-system r-build-system)
16869 (propagated-inputs
16870 `(("r-ggplot2" ,r-ggplot2)
16871 ("r-gtable" ,r-gtable)))
16872 (native-inputs
16873 `(("r-knitr" ,r-knitr)))
16874 (home-page "https://github.com/thomasp85/patchwork")
16875 (synopsis "Compose ggplot2 plots")
16876 (description
16877 "The @code{ggplot2} package provides a strong API for sequentially
16878 building up a plot, but does not concern itself with composition of multiple
16879 plots. Patchwork is a package that expands the API to allow for arbitrarily
16880 complex composition of plots by providing mathematical operators for combining
16881 multiple plots.")
16882 (license license:expat)))
16883
16884 (define-public r-liger
16885 (package
16886 (name "r-liger")
16887 (version "0.4.2")
16888 (source
16889 (origin
16890 (method git-fetch)
16891 (uri (git-reference
16892 (url "https://github.com/MacoskoLab/liger")
16893 (commit (string-append "v" version))))
16894 (file-name (git-file-name name version))
16895 (sha256
16896 (base32
16897 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
16898 (modules '((guix build utils)))
16899 (snippet
16900 '(begin
16901 (delete-file "inst/java/ModularityOptimizer.jar")
16902 #t))))
16903 (build-system r-build-system)
16904 (arguments
16905 `(#:phases
16906 (modify-phases %standard-phases
16907 (add-after 'unpack 'build-java-part
16908 (lambda* (#:key inputs #:allow-other-keys)
16909 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
16910 (for-each (lambda (file) (invoke "javac" file))
16911 (find-files "." "\\.java$"))
16912 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
16913 (find-files "." "\\.class$"))
16914 #t)))))
16915 (propagated-inputs
16916 `(("r-cowplot" ,r-cowplot)
16917 ("r-dosnow" ,r-dosnow)
16918 ("r-dplyr" ,r-dplyr)
16919 ("r-fnn" ,r-fnn)
16920 ("r-foreach" ,r-foreach)
16921 ("r-ggplot2" ,r-ggplot2)
16922 ("r-ggrepel" ,r-ggrepel)
16923 ("r-hmisc" ,r-hmisc)
16924 ("r-ica" ,r-ica)
16925 ("r-irlba" ,r-irlba)
16926 ("r-matrix" ,r-matrix)
16927 ("r-mclust" ,r-mclust)
16928 ("r-patchwork" ,r-patchwork)
16929 ("r-plyr" ,r-plyr)
16930 ("r-rann-l1" ,r-rann-l1)
16931 ("r-rcpp" ,r-rcpp)
16932 ("r-rcpparmadillo" ,r-rcpparmadillo)
16933 ("r-riverplot" ,r-riverplot)
16934 ("r-rtsne" ,r-rtsne)
16935 ("r-snow" ,r-snow)))
16936 (native-inputs
16937 `(("jdk" ,icedtea "jdk")
16938 ;; See https://github.com/MacoskoLab/liger/issues/96
16939 ;; The optimizer is released under the Expat license.
16940 ("optimizer-src"
16941 ,(origin
16942 (method url-fetch)
16943 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
16944 (sha256
16945 (base32
16946 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
16947 ("unzip" ,unzip)
16948 ("r-knitr" ,r-knitr))) ; for vignettes
16949 (home-page "https://github.com/MacoskoLab/liger")
16950 (synopsis "Integrate and analyze multiple single-cell datasets")
16951 (description
16952 "LIGER is a package for integrating and analyzing multiple single-cell
16953 datasets, developed and maintained by the Macosko lab. It relies on
16954 integrative non-negative matrix factorization to identify shared and
16955 dataset-specific factors.")
16956 (license license:gpl3)))
16957
16958 (define-public r-harmony
16959 (package
16960 (name "r-harmony")
16961 (version "0.1")
16962 (source
16963 (origin
16964 (method git-fetch)
16965 (uri (git-reference
16966 (url "https://github.com/immunogenomics/harmony")
16967 (commit version)))
16968 (file-name (git-file-name name version))
16969 (sha256
16970 (base32
16971 "05r401q09rbr6fqhb9mbd95082cjdi3nag1cv6zn96xkr0f6imq9"))
16972 (modules '((guix build utils)))
16973 (snippet
16974 '(begin
16975 (for-each delete-file '("config.status" "configure"))
16976 #t))))
16977 (build-system r-build-system)
16978 (propagated-inputs
16979 `(("r-cowplot" ,r-cowplot)
16980 ("r-dplyr" ,r-dplyr)
16981 ("r-ggplot2" ,r-ggplot2)
16982 ("r-irlba" ,r-irlba)
16983 ("r-matrix" ,r-matrix)
16984 ("r-rcpp" ,r-rcpp)
16985 ("r-rcpparmadillo" ,r-rcpparmadillo)
16986 ("r-rcppprogress" ,r-rcppprogress)
16987 ("r-rlang" ,r-rlang)
16988 ("r-tibble" ,r-tibble)
16989 ("r-tidyr" ,r-tidyr)))
16990 (native-inputs
16991 `(("autoconf" ,autoconf)))
16992 (home-page "https://github.com/immunogenomics/harmony")
16993 (synopsis "Integration of single cell sequencing data")
16994 (description
16995 "This package provides an implementation of the Harmony algorithm for
16996 single cell integration, described in Korsunsky et al
16997 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
16998 function and interfaces to external frameworks.")
16999 (license license:gpl3)))
17000
17001 (define-public r-covr
17002 (package
17003 (name "r-covr")
17004 (version "3.5.1")
17005 (source
17006 (origin
17007 (method url-fetch)
17008 (uri (cran-uri "covr" version))
17009 (sha256
17010 (base32 "0v5cv3cw2kpdr6wxmkbd3wclavr17zipypdcb10hhmpa4cvgqk55"))))
17011 (properties `((upstream-name . "covr")))
17012 (build-system r-build-system)
17013 (propagated-inputs
17014 `(("r-crayon" ,r-crayon)
17015 ("r-digest" ,r-digest)
17016 ("r-httr" ,r-httr)
17017 ("r-jsonlite" ,r-jsonlite)
17018 ("r-rex" ,r-rex)
17019 ("r-withr" ,r-withr)
17020 ("r-yaml" ,r-yaml)))
17021 (native-inputs
17022 `(("r-knitr" ,r-knitr))) ; for vignettes
17023 (home-page "https://github.com/r-lib/covr")
17024 (synopsis "Test coverage for R packages")
17025 (description
17026 "Thisp package enables you to track and report code coverage for your
17027 package and (optionally) upload the results to a coverage service. Code
17028 coverage is a measure of the amount of code being exercised by a set of tests.
17029 It is an indirect measure of test quality and completeness. This package is
17030 compatible with any testing methodology or framework and tracks coverage of
17031 both R code and compiled C/C++/FORTRAN code.")
17032 (license license:gpl3)))
17033
17034 (define-public r-systemfonts
17035 (package
17036 (name "r-systemfonts")
17037 (version "0.3.2")
17038 (source
17039 (origin
17040 (method url-fetch)
17041 (uri (cran-uri "systemfonts" version))
17042 (sha256
17043 (base32
17044 "12hdvv66kkd3b4rs82blc3c4ifz2dw1048sqpkbz6vkk1zqpc53x"))))
17045 (properties `((upstream-name . "systemfonts")))
17046 (build-system r-build-system)
17047 (propagated-inputs
17048 `(("r-cpp11" ,r-cpp11)))
17049 (inputs
17050 `(("fontconfig" ,fontconfig)
17051 ("zlib" ,zlib)))
17052 (native-inputs
17053 `(("pkg-config" ,pkg-config)
17054 ("r-knitr" ,r-knitr)))
17055 (home-page "https://github.com/r-lib/systemfonts")
17056 (synopsis "System native font finding")
17057 (description
17058 "This package provides system native access to the font catalogue. As
17059 font handling varies between systems it is difficult to correctly locate
17060 installed fonts across different operating systems. The 'systemfonts' package
17061 provides bindings to the native libraries for finding font files that can then
17062 be used further by e.g. graphic devices.")
17063 (license license:expat)))
17064
17065 (define-public r-graphlayouts
17066 (package
17067 (name "r-graphlayouts")
17068 (version "0.7.1")
17069 (source
17070 (origin
17071 (method url-fetch)
17072 (uri (cran-uri "graphlayouts" version))
17073 (sha256
17074 (base32
17075 "05v7ss18bflhqa4ipsca8iw2ln8ddbaiyrizx2a5cwq81g5qq3rq"))))
17076 (properties `((upstream-name . "graphlayouts")))
17077 (build-system r-build-system)
17078 (propagated-inputs
17079 `(("r-igraph" ,r-igraph)
17080 ("r-rcpp" ,r-rcpp)
17081 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17082 (home-page "https://github.com/schochastics/graphlayouts")
17083 (synopsis "Additional layout algorithms for network visualizations")
17084 (description
17085 "This package provides several layout algorithms to visualize networks
17086 which are not part of the igraph library. Most are based on the concept of
17087 stress majorization by Gansner et al. (2004)
17088 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms
17089 emphasize hidden group structures in networks or focus on specific nodes.")
17090 (license license:expat)))
17091
17092 (define-public r-tidygraph
17093 (package
17094 (name "r-tidygraph")
17095 (version "1.2.0")
17096 (source
17097 (origin
17098 (method url-fetch)
17099 (uri (cran-uri "tidygraph" version))
17100 (sha256
17101 (base32
17102 "17qjns33zcj82jcsl7bn7i4zxcm7ric50zyf7agi0i01zi16qz85"))))
17103 (properties `((upstream-name . "tidygraph")))
17104 (build-system r-build-system)
17105 (propagated-inputs
17106 `(("r-dplyr" ,r-dplyr)
17107 ("r-igraph" ,r-igraph)
17108 ("r-magrittr" ,r-magrittr)
17109 ("r-pillar" ,r-pillar)
17110 ("r-r6" ,r-r6)
17111 ("r-rcpp" ,r-rcpp)
17112 ("r-rlang" ,r-rlang)
17113 ("r-tibble" ,r-tibble)
17114 ("r-tidyr" ,r-tidyr)))
17115 (home-page "https://github.com/thomasp85/tidygraph")
17116 (synopsis "Tidy API for graph manipulation")
17117 (description
17118 "This package provides a graph implementation that can be thought of as
17119 two tidy data frames describing node and edge data respectively. It provides
17120 an approach to manipulate these two virtual data frames using the API defined
17121 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
17122 common graph algorithms.")
17123 (license license:expat)))
17124
17125 (define-public r-soupx
17126 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
17127 (revision "1"))
17128 (package
17129 (name "r-soupx")
17130 (version (git-version "0.3.1" revision commit))
17131 (source
17132 (origin
17133 (method git-fetch)
17134 (uri (git-reference
17135 (url "https://github.com/constantAmateur/SoupX")
17136 (commit commit)))
17137 (file-name (git-file-name name version))
17138 (sha256
17139 (base32
17140 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
17141 (properties `((upstream-name . "SoupX")))
17142 (build-system r-build-system)
17143 (propagated-inputs
17144 `(("r-ggplot2" ,r-ggplot2)
17145 ("r-matrix" ,r-matrix)
17146 ("r-seurat" ,r-seurat)))
17147 (home-page "https://github.com/constantAmateur/SoupX")
17148 (synopsis "Single cell mRNA Soup eXterminator")
17149 (description
17150 "This package provides a package for quantifying, profiling and
17151 removing cell free mRNA contamination (the \"soup\") from droplet based single
17152 cell RNA-seq experiments.")
17153 (license license:gpl2))))
17154
17155 (define-public r-assertr
17156 (package
17157 (name "r-assertr")
17158 (version "2.7")
17159 (source
17160 (origin
17161 (method url-fetch)
17162 (uri (cran-uri "assertr" version))
17163 (sha256
17164 (base32
17165 "1x868pd4dac1c7b1q5390wqh2f6s50km8nqcpim3nxcj2l4qkqdb"))))
17166 (build-system r-build-system)
17167 (propagated-inputs
17168 `(("r-dplyr" ,r-dplyr)
17169 ("r-mass" ,r-mass)
17170 ("r-rlang" ,r-rlang)))
17171 (native-inputs
17172 `(("r-knitr" ,r-knitr))) ; needed for vignette
17173 (home-page "https://github.com/ropensci/assertr")
17174 (synopsis "Assertive programming for R analysis pipelines")
17175 (description
17176 "This package provides functionality to assert conditions that have to be
17177 met so that errors in data used in analysis pipelines can fail quickly. It is
17178 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
17179 in pipelines.")
17180 (license license:expat)))
17181
17182 (define-public r-parameters
17183 (package
17184 (name "r-parameters")
17185 (version "0.9.0")
17186 (source
17187 (origin
17188 (method url-fetch)
17189 (uri (cran-uri "parameters" version))
17190 (sha256
17191 (base32
17192 "17jjmy1qnx25ldvasrwhmal45nl1sr8qjxprbi8fcjwra9af6cr6"))))
17193 (properties `((upstream-name . "parameters")))
17194 (build-system r-build-system)
17195 (propagated-inputs
17196 `(("r-bayestestr" ,r-bayestestr)
17197 ("r-insight" ,r-insight)))
17198 (native-inputs
17199 `(("r-knitr" ,r-knitr)))
17200 (home-page "https://cran.r-project.org/web/packages/parameters")
17201 (synopsis "Processing of model parameters")
17202 (description
17203 "This package provides utilities for processing the parameters of various
17204 statistical models. Beyond computing p values, CIs, and other indices for a
17205 wide variety of models, this package implements features like standardization
17206 or bootstrapping of parameters and models, feature reduction (feature
17207 extraction and variable selection) as well as conversion between indices of
17208 effect size.")
17209 (license license:gpl3)))
17210
17211 (define-public r-rgdal
17212 (package
17213 (name "r-rgdal")
17214 (version "1.5-18")
17215 (source
17216 (origin
17217 (method url-fetch)
17218 (uri (cran-uri "rgdal" version))
17219 (sha256
17220 (base32 "1pr267sh0v6cympdg12yny51cmn4r20s5sjq2hqymn4kphcpqijk"))))
17221 (properties `((upstream-name . "rgdal")))
17222 (build-system r-build-system)
17223 (inputs
17224 `(("gdal" ,gdal)
17225 ("proj" ,proj)
17226 ("zlib" ,zlib)))
17227 (propagated-inputs
17228 `(("r-sp" ,r-sp)))
17229 (native-inputs
17230 `(("pkg-config" ,pkg-config)
17231 ("r-knitr" ,r-knitr)))
17232 (home-page "http://rgdal.r-forge.r-project.org")
17233 (synopsis "Bindings for the Geospatial Data Abstraction Library")
17234 (description
17235 "This package provides bindings to the Geospatial Data Abstraction
17236 Library (GDAL) and access to projection/transformation operations from the
17237 PROJ.4 library.")
17238 (license license:gpl2+)))
17239
17240 (define-public r-insol
17241 (package
17242 (name "r-insol")
17243 (version "1.2.1")
17244 (source
17245 (origin
17246 (method url-fetch)
17247 (uri (cran-uri "insol" version))
17248 (sha256
17249 (base32
17250 "1d2vqmbp94ff80mfkmq4a8y12r6ryym8hh1568ip9qbn7snc64v1"))))
17251 (properties `((upstream-name . "insol")))
17252 (build-system r-build-system)
17253 (propagated-inputs
17254 `(("r-raster" ,r-raster)))
17255 (native-inputs
17256 `(("gfortran" ,gfortran)))
17257 (home-page "https://meteoexploration.com/R/insol/index.html")
17258 (synopsis "Tools for calculating solar radiation")
17259 (description
17260 "This package provides functions to compute insolation on tilted
17261 surfaces, computes atmospheric transmittance and related parameters such as:
17262 Earth radius vector, declination, sunset and sunrise, daylength, equation of
17263 time, vector in the direction of the sun, vector normal to surface, and some
17264 atmospheric physics.")
17265 (license license:gpl2+)))
17266
17267 (define-public r-lifecycle
17268 (package
17269 (name "r-lifecycle")
17270 (version "0.2.0")
17271 (source
17272 (origin
17273 (method url-fetch)
17274 (uri (cran-uri "lifecycle" version))
17275 (sha256
17276 (base32
17277 "0912865c6675fsblrfdk6s568krsj1x8qbk1kipy7m05xs6nwx19"))))
17278 (properties `((upstream-name . "lifecycle")))
17279 (build-system r-build-system)
17280 (propagated-inputs
17281 `(("r-glue" ,r-glue)
17282 ("r-rlang" ,r-rlang)))
17283 (native-inputs
17284 `(("r-knitr" ,r-knitr))) ; for vignettes
17285 (home-page "https://github.com/r-lib/lifecycle")
17286 (synopsis "Manage the life cycle of your package functions")
17287 (description
17288 "Manage the life cycle of your exported functions with shared
17289 conventions, documentation badges, and non-invasive deprecation warnings. The
17290 lifecycle package defines four development stages (experimental, maturing,
17291 stable, and questioning) and three deprecation stages (soft-deprecated,
17292 deprecated, and defunct). It makes it easy to insert badges corresponding to
17293 these stages in your documentation. Usage of deprecated functions are
17294 signalled with increasing levels of non-invasive verbosity.")
17295 (license license:gpl3)))
17296
17297 (define-public r-assertable
17298 (package
17299 (name "r-assertable")
17300 (version "0.2.7")
17301 (source
17302 (origin
17303 (method url-fetch)
17304 (uri (cran-uri "assertable" version))
17305 (sha256
17306 (base32
17307 "1npks9rcrnchmd0silq6qrvqkmdkp9fwjkyyvvp1lqjclyxk6vkk"))))
17308 (build-system r-build-system)
17309 (propagated-inputs
17310 `(("r-data-table" ,r-data-table)))
17311 (home-page "https://cran.r-project.org/web/packages/assertable/")
17312 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
17313 (description "This package provides simple, flexible assertions on
17314 data.frame or data.table objects with verbose output for vetting. While other
17315 assertion packages apply towards more general use-cases, @code{assertable} is
17316 tailored towards tabular data. It includes functions to check variable names
17317 and values, whether the dataset contains all combinations of a given set of
17318 unique identifiers, and whether it is a certain length. In addition,
17319 @code{assertable} includes utility functions to check the existence of target
17320 files and to efficiently import multiple tabular data files into one
17321 data.table.")
17322 (license license:gpl3)))
17323
17324 (define-public r-quadprog
17325 (package
17326 (name "r-quadprog")
17327 (version "1.5-8")
17328 (source
17329 (origin
17330 (method url-fetch)
17331 (uri (cran-uri "quadprog" version))
17332 (sha256
17333 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
17334 (build-system r-build-system)
17335 (native-inputs
17336 `(("gfortran" ,gfortran)))
17337 (home-page "https://cran.r-project.org/web/packages/quadprog")
17338 (synopsis "Functions to solve quadratic programming problems")
17339 (description
17340 "This package contains routines and documentation for solving quadratic
17341 programming problems.")
17342 (license license:gpl3+)))
17343
17344 (define-public r-desolve
17345 (package
17346 (name "r-desolve")
17347 (version "1.28")
17348 (source
17349 (origin
17350 (method url-fetch)
17351 (uri (cran-uri "deSolve" version))
17352 (sha256
17353 (base32 "0jasvdzig0pzhzspmy20089az19r91xjfb9q6h8gj7c4mr6fymac"))))
17354 (properties `((upstream-name . "deSolve")))
17355 (build-system r-build-system)
17356 (native-inputs
17357 `(("gfortran" ,gfortran)))
17358 (home-page "https://desolve.r-forge.r-project.org/")
17359 (synopsis "Solvers for initial value problems of differential equations")
17360 (description "This package provides functions that solve initial value
17361 problems of a system of first-order @dfn{ordinary differential
17362 equations} (ODE), of @dfn{partial differential equations} (PDE), of
17363 @dfn{differential algebraic equations} (DAE), and of delay differential
17364 equations. The functions provide an interface to the FORTRAN functions
17365 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
17366 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
17367 C-implementation of solvers of the Runge-Kutta family with fixed or variable
17368 time steps. The package contains routines designed for solving ODEs resulting
17369 from 1-D, 2-D and 3-D partial differential equations that have been converted
17370 to ODEs by numerical differencing.")
17371 (license license:gpl2+)))
17372
17373 (define-public r-pracma
17374 (package
17375 (name "r-pracma")
17376 (version "2.2.9")
17377 (source (origin
17378 (method url-fetch)
17379 (uri (cran-uri "pracma" version))
17380 (sha256
17381 (base32 "07mzhzz73wsjjw1q05l024gcd13hwnzsxf873q9dyhw6x3shzshc"))))
17382 (build-system r-build-system)
17383 (home-page "https://cran.r-project.org/web/packages/pracma/")
17384 (synopsis "Practical numerical math functions")
17385 (description "This package provides functions for numerical analysis and
17386 linear algebra, numerical optimization, differential equations, plus some
17387 special functions. It uses Matlab function names where appropriate to simplify
17388 porting.")
17389 (license license:gpl3+)))
17390
17391 (define-public r-subplex
17392 (package
17393 (name "r-subplex")
17394 (version "1.6")
17395 (source
17396 (origin
17397 (method url-fetch)
17398 (uri (cran-uri "subplex" version))
17399 (sha256
17400 (base32
17401 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
17402 (build-system r-build-system)
17403 (native-inputs
17404 `(("gfortran" ,gfortran)))
17405 (home-page "https://cran.r-project.org/web/packages/subplex")
17406 (synopsis "Unconstrained optimization using the subplex algorithm")
17407 (description
17408 "This package implements the Subplex optimization algorithm.
17409 It solves unconstrained optimization problems using a simplex method on
17410 subspaces. The method is well suited for optimizing objective functions that
17411 are noisy or are discontinuous at the solution.")
17412 (license license:gpl3+)))
17413
17414 (define-public r-txtplot
17415 (package
17416 (name "r-txtplot")
17417 (version "1.0-4")
17418 (source
17419 (origin
17420 (method url-fetch)
17421 (uri (cran-uri "txtplot" version))
17422 (sha256
17423 (base32
17424 "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
17425 (build-system r-build-system)
17426 (home-page "https://cran.r-project.org/web/packages/txtplot/")
17427 (synopsis "Text-based plotting")
17428 (description "This package provides functions to produce rudimentary ASCII
17429 graphics directly in the terminal window. This package provides a basic
17430 plotting function (and equivalents of curve, density, acf and barplot) as well
17431 as a boxplot function.")
17432 (license license:lgpl3+)))
17433
17434 (define-public r-bio3d
17435 (package
17436 (name "r-bio3d")
17437 (version "2.4-1")
17438 (source
17439 (origin
17440 (method url-fetch)
17441 (uri (cran-uri "bio3d" version))
17442 (sha256
17443 (base32
17444 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
17445 (properties `((upstream-name . "bio3d")))
17446 (build-system r-build-system)
17447 (inputs `(("zlib" ,zlib)))
17448 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17449 (home-page "http://thegrantlab.org/bio3d/")
17450 (synopsis "Biological structure analysis")
17451 (description
17452 "This package provides utilities to process, organize and explore protein
17453 structure, sequence and dynamics data. Features include the ability to read
17454 and write structure, sequence and dynamic trajectory data, perform sequence
17455 and structure database searches, data summaries, atom selection, alignment,
17456 superposition, rigid core identification, clustering, torsion analysis,
17457 distance matrix analysis, structure and sequence conservation analysis, normal
17458 mode analysis, principal component analysis of heterogeneous structure data,
17459 and correlation network analysis from normal mode and molecular dynamics data.
17460 In addition, various utility functions are provided to enable the statistical
17461 and graphical power of the R environment to work with biological sequence and
17462 structural data.")
17463 (license license:gpl2+)))
17464
17465 (define-public r-bios2cor
17466 (package
17467 (name "r-bios2cor")
17468 (version "2.2")
17469 (source
17470 (origin
17471 (method url-fetch)
17472 (uri (cran-uri "Bios2cor" version))
17473 (sha256
17474 (base32
17475 "1wkj9vr33m9jilidil9jpw5rzr3pf7gkimxdvch22ks4bgkx7l1w"))))
17476 (properties `((upstream-name . "Bios2cor")))
17477 (build-system r-build-system)
17478 (propagated-inputs
17479 `(("r-bigmemory" ,r-bigmemory)
17480 ("r-bio3d" ,r-bio3d)
17481 ("r-circular" ,r-circular)
17482 ("r-igraph" ,r-igraph)))
17483 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
17484 (synopsis "From biological sequences and simulations to correlation analysis")
17485 (description
17486 "This package provides utilities for computation and analysis of
17487 correlation/covariation in multiple sequence alignments and in side chain
17488 motions during molecular dynamics simulations. Features include the
17489 computation of correlation/covariation scores using a variety of scoring
17490 functions between either sequence positions in alignments or side chain
17491 dihedral angles in molecular dynamics simulations and utilities to analyze the
17492 correlation/covariation matrix through a variety of tools including network
17493 representation and principal components analysis. In addition, several
17494 utility functions are based on the R graphical environment to provide friendly
17495 tools for help in data interpretation.")
17496 (license license:gpl2+)))
17497
17498 ;; This package includes minified JavaScript files. When upgrading please
17499 ;; check that there are no new minified JavaScript files.
17500 (define-public r-networkd3
17501 (package
17502 (name "r-networkd3")
17503 (version "0.4")
17504 (source
17505 (origin
17506 (method url-fetch)
17507 (uri (cran-uri "networkD3" version))
17508 (sha256
17509 (base32
17510 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
17511 (snippet
17512 '(begin
17513 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
17514 #t))))
17515 (properties `((upstream-name . "networkD3")))
17516 (build-system r-build-system)
17517 (arguments
17518 `(#:modules ((guix build utils)
17519 (guix build r-build-system)
17520 (srfi srfi-1)
17521 (ice-9 popen))
17522 #:phases
17523 (modify-phases %standard-phases
17524 (add-after 'unpack 'process-javascript
17525 (lambda* (#:key inputs #:allow-other-keys)
17526 (with-directory-excursion "inst/htmlwidgets/lib/"
17527 (call-with-values
17528 (lambda ()
17529 (unzip2
17530 `((,(assoc-ref inputs "d3.v4.js")
17531 "d3-4.5.0/d3.min.js"))))
17532 (lambda (sources targets)
17533 (for-each (lambda (source target)
17534 (format #t "Processing ~a --> ~a~%"
17535 source target)
17536 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
17537 (call-with-output-file target
17538 (lambda (port)
17539 (dump-port minified port)))))
17540 sources targets))))
17541 #t)))))
17542 (native-inputs
17543 `(("uglify-js" ,uglify-js)
17544 ;; NOTE: Make sure that this version of d3 is still valid when
17545 ;; upgrading the package.
17546 ("d3.v4.js"
17547 ,(origin
17548 (method url-fetch)
17549 (uri "https://d3js.org/d3.v4.js")
17550 (sha256
17551 (base32
17552 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
17553 (propagated-inputs
17554 `(("r-htmlwidgets" ,r-htmlwidgets)
17555 ("r-igraph" ,r-igraph)
17556 ("r-magrittr" ,r-magrittr)))
17557 (home-page "https://cran.r-project.org/package=networkD3")
17558 (synopsis "D3 JavaScript network graphs from R")
17559 (description
17560 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
17561 graphs from R.")
17562 (license license:gpl3+)))
17563
17564 (define-public r-aasea
17565 (package
17566 (name "r-aasea")
17567 (version "1.1.0")
17568 (source
17569 (origin
17570 (method url-fetch)
17571 (uri (cran-uri "aaSEA" version))
17572 (sha256
17573 (base32
17574 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
17575 (properties `((upstream-name . "aaSEA")))
17576 (build-system r-build-system)
17577 (propagated-inputs
17578 `(("r-bios2cor" ,r-bios2cor)
17579 ("r-dt" ,r-dt)
17580 ("r-hmisc" ,r-hmisc)
17581 ("r-magrittr" ,r-magrittr)
17582 ("r-networkd3" ,r-networkd3)
17583 ("r-plotly" ,r-plotly)
17584 ("r-seqinr" ,r-seqinr)
17585 ("r-shiny" ,r-shiny)
17586 ("r-shinydashboard" ,r-shinydashboard)))
17587 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
17588 (synopsis "Amino acid substitution effect analyzer")
17589 (description
17590 "Given a protein multiple sequence alignment, it is a daunting task to
17591 assess the effects of substitutions along sequence length. The aaSEA package
17592 is intended to help researchers to rapidly analyze property changes caused by
17593 single, multiple and correlated amino acid substitutions in proteins.")
17594 (license license:gpl3)))
17595
17596 (define-public r-abacus
17597 (package
17598 (name "r-abacus")
17599 (version "1.0.0")
17600 (source
17601 (origin
17602 (method url-fetch)
17603 (uri (cran-uri "ABACUS" version))
17604 (sha256
17605 (base32
17606 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
17607 (properties `((upstream-name . "ABACUS")))
17608 (build-system r-build-system)
17609 (propagated-inputs
17610 `(("r-ggplot2" ,r-ggplot2)
17611 ("r-shiny" ,r-shiny)))
17612 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
17613 (synopsis "Apps-based activities for communicating and understanding statistics")
17614 (description
17615 "This package provides a set of Shiny apps for effective communication
17616 and understanding in statistics. The current version includes properties of
17617 normal distribution, properties of sampling distribution, one-sample z and t
17618 tests, two samples independent (unpaired) t test and analysis of variance.")
17619 (license license:gpl3)))
17620
17621 (define-public r-abc-rap
17622 (package
17623 (name "r-abc-rap")
17624 (version "0.9.0")
17625 (source
17626 (origin
17627 (method url-fetch)
17628 (uri (cran-uri "ABC.RAP" version))
17629 (sha256
17630 (base32
17631 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
17632 (properties `((upstream-name . "ABC.RAP")))
17633 (build-system r-build-system)
17634 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
17635 (synopsis "Array-based CpG region analysis pipeline")
17636 (description
17637 "This package aims to identify candidate genes that are differentially
17638 methylated between cases and controls. It applies Student's t-test and delta
17639 beta analysis to identify candidate genes containing multiple CpG sites.")
17640 (license license:gpl3)))
17641
17642 (define-public r-abcadm
17643 (package
17644 (name "r-abcadm")
17645 (version "1.0")
17646 (source
17647 (origin
17648 (method url-fetch)
17649 (uri (cran-uri "abcADM" version))
17650 (sha256
17651 (base32
17652 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
17653 (properties `((upstream-name . "abcADM")))
17654 (build-system r-build-system)
17655 (propagated-inputs
17656 `(("r-bh" ,r-bh)
17657 ("r-rcpp" ,r-rcpp)))
17658 (home-page "https://cran.r-project.org/web/packages/abcADM/")
17659 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
17660 (description
17661 "This package provides tools to estimate parameters of accumulated
17662 damage (load duration) models based on failure time data under a Bayesian
17663 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
17664 long-term reliability under stochastic load profiles.")
17665 (license license:gpl3)))
17666
17667 (define-public r-rglpk
17668 (package
17669 (name "r-rglpk")
17670 (version "0.6-4")
17671 (source
17672 (origin
17673 (method url-fetch)
17674 (uri (cran-uri "Rglpk" version))
17675 (sha256
17676 (base32
17677 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
17678 (properties `((upstream-name . "Rglpk")))
17679 (build-system r-build-system)
17680 (propagated-inputs
17681 `(("r-slam" ,r-slam)))
17682 (inputs
17683 `(("glpk" ,glpk)))
17684 (home-page "https://r-forge.r-project.org/projects/rglp/")
17685 (synopsis "R interface to the GNU Linear Programming Kit")
17686 (description
17687 "This package provides an R interface to the GNU Linear Programming Kit,
17688 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
17689 integer linear programming} (MILP) and other related problems.")
17690 ;; Either license
17691 (license (list license:gpl2 license:gpl3))))
17692
17693 (define-public r-abcdefba
17694 (package
17695 (name "r-abcdefba")
17696 (version "0.4")
17697 (source
17698 (origin
17699 (method url-fetch)
17700 (uri (cran-uri "abcdeFBA" version))
17701 (sha256
17702 (base32
17703 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
17704 (properties `((upstream-name . "abcdeFBA")))
17705 (build-system r-build-system)
17706 (propagated-inputs
17707 `(("r-corrplot" ,r-corrplot)
17708 ("r-lattice" ,r-lattice)
17709 ("r-rgl" ,r-rgl)
17710 ("r-rglpk" ,r-rglpk)))
17711 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
17712 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
17713 (description
17714 "This package provides functions for Constraint Based Simulation using
17715 Flux Balance Analysis and informative analysis of the data generated during
17716 simulation.")
17717 (license license:gpl2)))
17718
17719 (define-public r-abcrlda
17720 (package
17721 (name "r-abcrlda")
17722 (version "1.0.3")
17723 (source
17724 (origin
17725 (method url-fetch)
17726 (uri (cran-uri "abcrlda" version))
17727 (sha256
17728 (base32
17729 "04pcdnk2szfpc2ylcw5ds7y895ivy03bycal03kxw7cwylzxasks"))))
17730 (properties `((upstream-name . "abcrlda")))
17731 (build-system r-build-system)
17732 (home-page "https://ieeexplore.ieee.org/document/8720003/")
17733 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
17734 (description
17735 "This package offers methods to perform @dfn{asymptotically
17736 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
17737 cost-sensitive binary classification. The bias-correction is an estimate of
17738 the bias term added to regularized discriminant analysis that minimizes the
17739 overall risk.")
17740 (license license:gpl3)))
17741
17742 (define-public r-abemus
17743 (package
17744 (name "r-abemus")
17745 (version "1.0.1")
17746 (source
17747 (origin
17748 (method url-fetch)
17749 (uri (cran-uri "abemus" version))
17750 (sha256
17751 (base32
17752 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
17753 (properties `((upstream-name . "abemus")))
17754 (build-system r-build-system)
17755 (propagated-inputs
17756 `(("r-data-table" ,r-data-table)))
17757 (home-page "https://cran.r-project.org/web/packages/abemus/")
17758 (synopsis "Adaptive base error model in ultra-deep sequencing data")
17759 (description
17760 "This package provides an implementation of @dfn{Adaptive Base Error
17761 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
17762 platform-specific genetic knowledge and empirical signal to readily detect and
17763 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
17764 cell free DNA} (cfDNA).")
17765 (license license:gpl3)))
17766
17767 ;; This package includes minified JavaScript files. When upgrading please
17768 ;; check that there are no new minified JavaScript files.
17769 (define-public r-rintrojs
17770 (package
17771 (name "r-rintrojs")
17772 (version "0.2.2")
17773 (source
17774 (origin
17775 (method url-fetch)
17776 (uri (cran-uri "rintrojs" version))
17777 (sha256
17778 (base32
17779 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
17780 (properties `((upstream-name . "rintrojs")))
17781 (build-system r-build-system)
17782 (arguments
17783 `(#:modules ((guix build utils)
17784 (guix build r-build-system)
17785 (srfi srfi-1)
17786 (ice-9 popen))
17787 #:phases
17788 (modify-phases %standard-phases
17789 (add-after 'unpack 'process-javascript
17790 (lambda* (#:key inputs #:allow-other-keys)
17791 (with-directory-excursion "inst/javascript/introjs/"
17792 (call-with-values
17793 (lambda ()
17794 (unzip2
17795 `((,(assoc-ref inputs "intro.js")
17796 "intro.min.js"))))
17797 (lambda (sources targets)
17798 (for-each (lambda (source target)
17799 (format #t "Processing ~a --> ~a~%"
17800 source target)
17801 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
17802 (call-with-output-file target
17803 (lambda (port)
17804 (dump-port minified port)))))
17805 sources targets))))
17806 #t)))))
17807 (native-inputs
17808 `(("uglify-js" ,uglify-js)
17809 ("intro.js"
17810 ,(origin
17811 (method url-fetch)
17812 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
17813 (sha256
17814 (base32
17815 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
17816 (propagated-inputs
17817 `(("r-jsonlite" ,r-jsonlite)
17818 ("r-shiny" ,r-shiny)))
17819 (home-page "https://github.com/carlganz/rintrojs")
17820 (synopsis "Wrapper for the Intro.js library")
17821 (description
17822 "This package provides a wrapper for the @url{http://www.introjs.com,
17823 Intro.js} library. This package makes it easy to include step-by-step
17824 introductions, and clickable hints in a Shiny application. It supports both
17825 static introductions in the UI, and programmatic introductions from the
17826 server-side.")
17827 (license license:agpl3+)))
17828
17829 (define-public r-sysfonts
17830 (package
17831 (name "r-sysfonts")
17832 (version "0.8.1")
17833 (source
17834 (origin
17835 (method url-fetch)
17836 (uri (cran-uri "sysfonts" version))
17837 (sha256
17838 (base32
17839 "1xp40hchjfif80a6jj210ghrjcvjjf66vqcssdy7a1j53nl1n994"))))
17840 (properties `((upstream-name . "sysfonts")))
17841 (build-system r-build-system)
17842 (inputs
17843 `(("freetype" ,freetype)
17844 ("libpng" ,libpng)
17845 ("zlib" ,zlib)))
17846 (native-inputs
17847 `(("pkg-config" ,pkg-config)))
17848 (home-page "https://github.com/yixuan/sysfonts")
17849 (synopsis "Loading fonts into R")
17850 (description
17851 "This is a package to simplify loading of system fonts and Google Fonts
17852 into R, in order to support other packages.")
17853 (license license:gpl2)))
17854
17855 (define-public r-showtextdb
17856 (package
17857 (name "r-showtextdb")
17858 (version "3.0")
17859 (source
17860 (origin
17861 (method url-fetch)
17862 (uri (cran-uri "showtextdb" version))
17863 (sha256
17864 (base32
17865 "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
17866 (properties `((upstream-name . "showtextdb")))
17867 (build-system r-build-system)
17868 (propagated-inputs
17869 `(("r-sysfonts" ,r-sysfonts)))
17870 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
17871 (synopsis "Font files for the 'showtext' package")
17872 (description
17873 "This package provides font files that can be used by the @code{showtext}
17874 package.")
17875 (license license:asl2.0)))
17876
17877 (define-public r-showtext
17878 (package
17879 (name "r-showtext")
17880 (version "0.9")
17881 (source
17882 (origin
17883 (method url-fetch)
17884 (uri (cran-uri "showtext" version))
17885 (sha256
17886 (base32
17887 "11fx2vv8jlvcnybh18y7v4bn2c67aqsqwfq7y8dpywbwr4zg8jid"))))
17888 (properties `((upstream-name . "showtext")))
17889 (build-system r-build-system)
17890 (inputs
17891 `(("freetype" ,freetype)
17892 ("libpng" ,libpng)
17893 ("zlib" ,zlib)))
17894 (propagated-inputs
17895 `(("r-showtextdb" ,r-showtextdb)
17896 ("r-sysfonts" ,r-sysfonts)))
17897 (native-inputs
17898 `(("pkg-config" ,pkg-config)
17899 ("r-knitr" ,r-knitr)))
17900 (home-page "https://github.com/yixuan/showtext")
17901 (synopsis "Using fonts more easily in R graphs")
17902 (description
17903 "This package aims to make it easy to use various types of
17904 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
17905 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
17906 will be converted into polygons or raster images, hence after the plot has
17907 been created, it no longer relies on the font files. No external software
17908 such as Ghostscript is needed to use this package.")
17909 (license license:asl2.0)))
17910
17911 (define-public r-emojifont
17912 (package
17913 (name "r-emojifont")
17914 (version "0.5.3")
17915 (source
17916 (origin
17917 (method url-fetch)
17918 (uri (cran-uri "emojifont" version))
17919 (sha256
17920 (base32
17921 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
17922 (properties `((upstream-name . "emojifont")))
17923 (build-system r-build-system)
17924 (propagated-inputs
17925 `(("r-ggplot2" ,r-ggplot2)
17926 ("r-proto" ,r-proto)
17927 ("r-showtext" ,r-showtext)
17928 ("r-sysfonts" ,r-sysfonts)))
17929 (home-page "https://guangchuangyu.github.io/emojifont")
17930 (synopsis "Emoji and Font Awesome in R graphics")
17931 (description
17932 "This package enables the use of emoji and the Font Awesome glyphs in
17933 both base and ggplot2 graphics.")
17934 (license license:artistic2.0)))
17935
17936 (define-public r-abstractr
17937 (package
17938 (name "r-abstractr")
17939 (version "0.1.0")
17940 (source
17941 (origin
17942 (method url-fetch)
17943 (uri (cran-uri "abstractr" version))
17944 (sha256
17945 (base32
17946 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
17947 (properties `((upstream-name . "abstractr")))
17948 (build-system r-build-system)
17949 (propagated-inputs
17950 `(("r-colourpicker" ,r-colourpicker)
17951 ("r-emojifont" ,r-emojifont)
17952 ("r-ggplot2" ,r-ggplot2)
17953 ("r-gridextra" ,r-gridextra)
17954 ("r-rintrojs" ,r-rintrojs)
17955 ("r-shiny" ,r-shiny)
17956 ("r-shinythemes" ,r-shinythemes)))
17957 (home-page "https://matt-kumar.shinyapps.io/portfolio")
17958 (synopsis "R-Shiny application for creating visual abstracts")
17959 (description
17960 "This package provides an R Shiny application to create visual abstracts
17961 for original research. A variety of user defined options and formatting are
17962 included.")
17963 (license license:gpl3)))
17964
17965 (define-public r-qgam
17966 (package
17967 (name "r-qgam")
17968 (version "1.3.2")
17969 (source
17970 (origin
17971 (method url-fetch)
17972 (uri (cran-uri "qgam" version))
17973 (sha256
17974 (base32
17975 "0lks2cj0p7irp1i01756v1l7i26d7alax1fbkc20qd6wpz840fi7"))))
17976 (properties `((upstream-name . "qgam")))
17977 (build-system r-build-system)
17978 (propagated-inputs
17979 `(("r-doparallel" ,r-doparallel)
17980 ("r-mgcv" ,r-mgcv)
17981 ("r-plyr" ,r-plyr)
17982 ("r-shiny" ,r-shiny)))
17983 (native-inputs `(("r-knitr" ,r-knitr)))
17984 (home-page "https://cran.r-project.org/web/packages/qgam/")
17985 (synopsis "Smooth additive quantile regression models")
17986 (description
17987 "This package provides smooth additive quantile regression models, fitted
17988 using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
17989 the smoothing parameters are estimated automatically by marginal loss
17990 minimization, while the regression coefficients are estimated using either
17991 PIRLS or Newton algorithm. The learning rate is determined so that the
17992 Bayesian credible intervals of the estimated effects have approximately the
17993 correct coverage. The main function is @code{qgam()} which is similar to
17994 @code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
17995 regression models.")
17996 (license license:gpl2+)))
17997
17998 (define-public r-abtest
17999 (package
18000 (name "r-abtest")
18001 (version "0.2.1")
18002 (source
18003 (origin
18004 (method url-fetch)
18005 (uri (cran-uri "abtest" version))
18006 (sha256
18007 (base32
18008 "1zfd13d7dplawk24dbdr1ka8cbdp5w6sxb0zlm7k4dhvn6ksi8h0"))))
18009 (properties `((upstream-name . "abtest")))
18010 (build-system r-build-system)
18011 (propagated-inputs
18012 `(("r-matrix" ,r-matrix)
18013 ("r-mvtnorm" ,r-mvtnorm)
18014 ("r-plotrix" ,r-plotrix)
18015 ("r-qgam" ,r-qgam)
18016 ("r-rcolorbrewer" ,r-rcolorbrewer)
18017 ("r-rcpp" ,r-rcpp)
18018 ("r-sn" ,r-sn)
18019 ("r-truncnorm" ,r-truncnorm)))
18020 (home-page "https://cran.r-project.org/web/packages/abtest/")
18021 (synopsis "Bayesian A/B testing")
18022 (description
18023 "This package provides functions for Bayesian A/B testing including prior
18024 elicitation options based on Kass and Vaidyanathan (1992)
18025 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
18026 (license license:gpl2+)))
18027
18028 (define-public r-accept
18029 (package
18030 (name "r-accept")
18031 (version "0.7.1")
18032 (source
18033 (origin
18034 (method url-fetch)
18035 (uri (cran-uri "accept" version))
18036 (sha256
18037 (base32
18038 "0pn8q0jsi0nb2mm2kv6sjczflflshhy55y7nqqnk70yx9f6wm83y"))))
18039 (properties `((upstream-name . "accept")))
18040 (build-system r-build-system)
18041 (propagated-inputs
18042 `(("r-dplyr" ,r-dplyr)
18043 ("r-extrafont" ,r-extrafont)
18044 ("r-mass" ,r-mass)
18045 ("r-plotly" ,r-plotly)
18046 ("r-stringr" ,r-stringr)
18047 ("r-viridis" ,r-viridis)))
18048 (home-page "https://cran.r-project.org/web/packages/accept/")
18049 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
18050 (description
18051 "This package allows clinicians to predict the rate and severity of
18052 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
18053 Disease} (COPD) patients, based on the clinical prediction model published in
18054 Adibi et al. (2019) @url{doi:10.1101/651901}.")
18055 (license license:gpl3)))
18056
18057 (define-public r-smpracticals
18058 (package
18059 (name "r-smpracticals")
18060 (version "1.4-3")
18061 (source
18062 (origin
18063 (method url-fetch)
18064 (uri (cran-uri "SMPracticals" version))
18065 (sha256
18066 (base32
18067 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
18068 (properties `((upstream-name . "SMPracticals")))
18069 (build-system r-build-system)
18070 (propagated-inputs
18071 `(("r-ellipse" ,r-ellipse)
18072 ("r-mass" ,r-mass)
18073 ("r-nlme" ,r-nlme)
18074 ("r-survival" ,r-survival)))
18075 (home-page "http://statwww.epfl.ch/davison/SM/")
18076 (synopsis "Practicals for use with Davison (2003) Statistical Models")
18077 (description
18078 "This package contains the datasets and a few functions for use with the
18079 practicals outlined in Appendix A of the book Statistical Models (Davison,
18080 2003, Cambridge University Press). The practicals themselves can be found at
18081 @url{http://statwww.epfl.ch/davison/SM/}.")
18082 (license license:gpl2+)))
18083
18084 (define-public r-fgui
18085 (package
18086 (name "r-fgui")
18087 (version "1.0-8")
18088 (source
18089 (origin
18090 (method url-fetch)
18091 (uri (cran-uri "fgui" version))
18092 (sha256
18093 (base32
18094 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
18095 (properties `((upstream-name . "fgui")))
18096 (build-system r-build-system)
18097 (home-page
18098 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
18099 (synopsis "Create GUI for R functions")
18100 (description
18101 "Rapidly create a GUI for a function you created by automatically
18102 creating widgets for arguments of the function. This package automatically
18103 parses help routines for context-sensitive help to these arguments. The
18104 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
18105 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
18106 incorporated into the interface for greater customization for the more
18107 experienced.")
18108 ;; Any version of the GPL.
18109 (license (list license:gpl2+ license:gpl3+))))
18110
18111 (define-public r-tcltk2
18112 (package
18113 (name "r-tcltk2")
18114 (version "1.2-11")
18115 (source
18116 (origin
18117 (method url-fetch)
18118 (uri (cran-uri "tcltk2" version))
18119 (sha256
18120 (base32
18121 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
18122 (properties `((upstream-name . "tcltk2")))
18123 (build-system r-build-system)
18124 (inputs
18125 `(("tcl" ,tcl)
18126 ("tk" ,tk)))
18127 (home-page "https://www.sciviews.org/SciViews-R")
18128 (synopsis "Tcl/Tk additions")
18129 (description
18130 "This package provides a series of additional Tcl commands and Tk widgets
18131 with style and various functions to supplement the tcltk package")
18132 (license license:lgpl3)))
18133
18134 (define-public r-accrual
18135 (package
18136 (name "r-accrual")
18137 (version "1.3")
18138 (source
18139 (origin
18140 (method url-fetch)
18141 (uri (cran-uri "accrual" version))
18142 (sha256
18143 (base32
18144 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
18145 (properties `((upstream-name . "accrual")))
18146 (build-system r-build-system)
18147 (propagated-inputs
18148 `(("r-fgui" ,r-fgui)
18149 ("r-smpracticals" ,r-smpracticals)
18150 ("r-tcltk2" ,r-tcltk2)))
18151 (home-page "https://cran.r-project.org/web/packages/accrual/")
18152 (synopsis "Bayesian accrual prediction")
18153 (description
18154 "Subject recruitment for medical research is challenging. Slow patient
18155 accrual leads to delay in research. Accrual monitoring during the process of
18156 recruitment is critical. Researchers need reliable tools to manage the
18157 accrual rate. This package provides an implementation of a Bayesian method
18158 that integrates researcher's experience on previous trials and data from the
18159 current study, providing reliable prediction on accrual rate for clinical
18160 studies. It provides functions for Bayesian accrual prediction which can be
18161 easily used by statisticians and clinical researchers.")
18162 (license license:gpl2)))
18163
18164 (define-public r-accrued
18165 (package
18166 (name "r-accrued")
18167 (version "1.4.1")
18168 (source
18169 (origin
18170 (method url-fetch)
18171 (uri (cran-uri "accrued" version))
18172 (sha256
18173 (base32
18174 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
18175 (properties `((upstream-name . "accrued")))
18176 (build-system r-build-system)
18177 (home-page "https://cran.r-project.org/web/packages/accrued/")
18178 (synopsis "Data quality visualization tools for partially accruing data")
18179 (description
18180 "This is a package for visualizing data quality of partially accruing
18181 data.")
18182 (license license:gpl3)))
18183
18184 (define-public r-mda
18185 (package
18186 (name "r-mda")
18187 (version "0.5-2")
18188 (source
18189 (origin
18190 (method url-fetch)
18191 (uri (cran-uri "mda" version))
18192 (sha256
18193 (base32
18194 "1hq0zhhz9klmp4zcr1w8hyn7s1h9kfg57d2l2mfm7psx459j0krl"))))
18195 (properties `((upstream-name . "mda")))
18196 (build-system r-build-system)
18197 (propagated-inputs `(("r-class" ,r-class)))
18198 (native-inputs `(("gfortran" ,gfortran)))
18199 (home-page "https://cran.r-project.org/web/packages/mda/")
18200 (synopsis "Mixture and flexible discriminant analysis")
18201 (description
18202 "This is a package for mixture and flexible discriminant analysis,
18203 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
18204 (license license:gpl2)))
18205
18206 (define-public r-elasticnet
18207 (package
18208 (name "r-elasticnet")
18209 (version "1.3")
18210 (source
18211 (origin
18212 (method url-fetch)
18213 (uri (cran-uri "elasticnet" version))
18214 (sha256
18215 (base32
18216 "0nxcw06d0cp2mbqzg2fm9yys5xm6xx7bfcfvr0avcs8afkvz29j8"))))
18217 (properties `((upstream-name . "elasticnet")))
18218 (build-system r-build-system)
18219 (propagated-inputs
18220 `(("r-lars" ,r-lars)))
18221 (home-page "http://users.stat.umn.edu/~zouxx019/")
18222 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
18223 (description
18224 "This package provides functions for fitting the entire solution path of
18225 the Elastic-Net and also provides functions for estimating sparse Principal
18226 Components. The Lasso solution paths can be computed by the same function.")
18227 (license license:gpl2+)))
18228
18229 (define-public r-sparselda
18230 (package
18231 (name "r-sparselda")
18232 (version "0.1-9")
18233 (source
18234 (origin
18235 (method url-fetch)
18236 (uri (cran-uri "sparseLDA" version))
18237 (sha256
18238 (base32
18239 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
18240 (properties `((upstream-name . "sparseLDA")))
18241 (build-system r-build-system)
18242 (propagated-inputs
18243 `(("r-elasticnet" ,r-elasticnet)
18244 ("r-mass" ,r-mass)
18245 ("r-mda" ,r-mda)))
18246 (home-page "https://www.imm.dtu.dk/~lkhc/")
18247 (synopsis "Sparse discriminant analysis")
18248 (description
18249 "This package performs sparse linear discriminant analysis for Gaussians
18250 and mixture of Gaussian models.")
18251 (license license:gpl2+)))
18252
18253 (define-public r-accsda
18254 (package
18255 (name "r-accsda")
18256 (version "1.0.0")
18257 (source
18258 (origin
18259 (method url-fetch)
18260 (uri (cran-uri "accSDA" version))
18261 (sha256
18262 (base32
18263 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
18264 (properties `((upstream-name . "accSDA")))
18265 (build-system r-build-system)
18266 (propagated-inputs
18267 `(("r-ggplot2" ,r-ggplot2)
18268 ("r-ggthemes" ,r-ggthemes)
18269 ("r-gridextra" ,r-gridextra)
18270 ("r-mass" ,r-mass)
18271 ("r-rarpack" ,r-rarpack)
18272 ("r-sparselda" ,r-sparselda)))
18273 (home-page "https://github.com/gumeo/accSDA/wiki")
18274 (synopsis "Accelerated sparse discriminant analysis")
18275 (description
18276 "This package provides an implementation of sparse linear discriminant
18277 analysis, which is a supervised classification method for multiple classes.
18278 Various novel optimization approaches to this problem are implemented
18279 including @dfn{alternating direction method of multipliers} (ADMM),
18280 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
18281 Functions for performing cross validation are also supplied along with basic
18282 prediction and plotting functions. @dfn{Sparse zero variance
18283 discriminant} (SZVD) analysis is also included in the package.")
18284 (license license:gpl2+)))
18285
18286 (define-public r-ace2fastq
18287 (package
18288 (name "r-ace2fastq")
18289 (version "0.6.0")
18290 (source
18291 (origin
18292 (method url-fetch)
18293 (uri (cran-uri "ace2fastq" version))
18294 (sha256
18295 (base32
18296 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
18297 (properties `((upstream-name . "ace2fastq")))
18298 (build-system r-build-system)
18299 (propagated-inputs
18300 `(("r-stringr" ,r-stringr)))
18301 (home-page "https://github.com/c5sire/ace2fastq")
18302 (synopsis "ACE file to FASTQ converter")
18303 (description
18304 "The ACE file format is used in genomics to store contigs from sequencing
18305 machines. This tools converts it into FASTQ format. Both formats contain the
18306 sequence characters and their corresponding quality information. Unlike the
18307 FASTQ file, the ACE file stores the quality values numerically. The
18308 conversion algorithm uses the standard Sanger formula. The package
18309 facilitates insertion into pipelines, and content inspection.")
18310 (license license:gpl3)))
18311
18312 (define-public r-rngwell
18313 (package
18314 (name "r-rngwell")
18315 (version "0.10-6")
18316 (source
18317 (origin
18318 (method url-fetch)
18319 (uri (cran-uri "rngWELL" version))
18320 (sha256
18321 (base32
18322 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
18323 (properties `((upstream-name . "rngWELL")))
18324 (build-system r-build-system)
18325 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
18326 (synopsis "Toolbox for WELL random number generators")
18327 (description
18328 "This is a dedicated package to WELL pseudo random generators, which were
18329 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
18330 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
18331 (license license:bsd-3)))
18332
18333 (define-public r-randtoolbox
18334 (package
18335 (name "r-randtoolbox")
18336 (version "1.30.1")
18337 (source
18338 (origin
18339 (method url-fetch)
18340 (uri (cran-uri "randtoolbox" version))
18341 (sha256
18342 (base32
18343 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
18344 (properties `((upstream-name . "randtoolbox")))
18345 (build-system r-build-system)
18346 (propagated-inputs
18347 `(("r-rngwell" ,r-rngwell)))
18348 (native-inputs
18349 `(("gfortran" ,gfortran)))
18350 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
18351 (synopsis "Toolbox for pseudo and quasi random number generation")
18352 (description
18353 "This package provides
18354
18355 @enumerate
18356 @item pseudo random generators, such as general linear
18357 congruential generators, multiple recursive generators and generalized
18358 feedback shift register (SF-Mersenne Twister algorithm and WELL
18359 generators)
18360
18361 @item quasi random generators, such as the Torus algorithm, the Sobol
18362 sequence, the Halton sequence (including the Van der Corput sequence), and
18363
18364 @item some generator tests: the gap test, the serial test, the poker test.
18365 @end enumerate
18366
18367 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
18368 (license license:bsd-3)))
18369
18370 (define-public r-lhs
18371 (package
18372 (name "r-lhs")
18373 (version "1.1.1")
18374 (source
18375 (origin
18376 (method url-fetch)
18377 (uri (cran-uri "lhs" version))
18378 (sha256
18379 (base32
18380 "1p4h03qlijs2a59wfd4rlvdlb9i87pw2zm8xsjd6yzz8vlm9yglh"))))
18381 (properties `((upstream-name . "lhs")))
18382 (build-system r-build-system)
18383 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
18384 (native-inputs
18385 `(("r-knitr" ,r-knitr)))
18386 (home-page "https://github.com/bertcarnell/lhs")
18387 (synopsis "Latin Hypercube Samples")
18388 (description
18389 "This package provides a number of methods for creating and augmenting
18390 Latin Hypercube Samples.")
18391 (license license:gpl3)))
18392
18393 (define-public r-acebayes
18394 (package
18395 (name "r-acebayes")
18396 (version "1.10")
18397 (source
18398 (origin
18399 (method url-fetch)
18400 (uri (cran-uri "acebayes" version))
18401 (sha256
18402 (base32
18403 "11bffz430gdfdaxjx3simig66vhynmx6l1ylac4q2shcmj52nx73"))))
18404 (properties `((upstream-name . "acebayes")))
18405 (build-system r-build-system)
18406 (propagated-inputs
18407 `(("r-compare" ,r-compare)
18408 ("r-lhs" ,r-lhs)
18409 ("r-randtoolbox" ,r-randtoolbox)
18410 ("r-rcpp" ,r-rcpp)
18411 ("r-rcpparmadillo" ,r-rcpparmadillo)))
18412 (home-page "https://cran.r-project.org/web/packages/acebayes/")
18413 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
18414 (description
18415 "Finding an optimal Bayesian experimental design involves maximizing an
18416 objective function given by the expectation of some appropriately chosen
18417 utility function with respect to the joint distribution of unknown
18418 quantities (including responses). This objective function is usually not
18419 available in closed form and the design space can be continuous and of high
18420 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
18421 to maximise an approximation to the expectation of the utility function.")
18422 (license license:gpl2)))
18423
18424 (define-public r-acet
18425 (package
18426 (name "r-acet")
18427 (version "1.8.1")
18428 (source
18429 (origin
18430 (method url-fetch)
18431 (uri (cran-uri "ACEt" version))
18432 (sha256
18433 (base32
18434 "0b5lfpnppyk0237phr2aybhx29nhm8ngwk2qa1y4lshrvsw97wg4"))))
18435 (properties `((upstream-name . "ACEt")))
18436 (build-system r-build-system)
18437 (propagated-inputs
18438 `(("r-bh" ,r-bh)
18439 ("r-mass" ,r-mass)
18440 ("r-rcpp" ,r-rcpp)
18441 ("r-rcpparmadillo" ,r-rcpparmadillo)))
18442 (home-page "https://cran.r-project.org/web/packages/ACEt/")
18443 (synopsis "Estimating dynamic heritability and twin model comparison")
18444 (description
18445 "This package supports twin models that are able to estimate the dynamic
18446 behaviour of the variance components in the classical twin models with respect
18447 to age using B-splines and P-splines.")
18448 (license license:gpl2+)))
18449
18450 (define-public r-acfmperiod
18451 (package
18452 (name "r-acfmperiod")
18453 (version "1.0.0")
18454 (source
18455 (origin
18456 (method url-fetch)
18457 (uri (cran-uri "acfMPeriod" version))
18458 (sha256
18459 (base32
18460 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
18461 (properties `((upstream-name . "acfMPeriod")))
18462 (build-system r-build-system)
18463 (propagated-inputs
18464 `(("r-mass" ,r-mass)))
18465 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
18466 (synopsis "Estimation of the ACF from the M-periodogram")
18467 (description
18468 "This package support non-robust and robust computations of the sample
18469 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
18470 univariate and multivariate processes. The methodology consists in reversing
18471 the diagonalization procedure involving the periodogram or the
18472 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
18473 ACOVF or the ACF as discussed in Fuller (1995)
18474 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
18475 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
18476 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
18477 (license license:gpl2+)))
18478
18479 (define-public r-gamlss-data
18480 (package
18481 (name "r-gamlss-data")
18482 (version "5.1-4")
18483 (source
18484 (origin
18485 (method url-fetch)
18486 (uri (cran-uri "gamlss.data" version))
18487 (sha256
18488 (base32
18489 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
18490 (properties `((upstream-name . "gamlss.data")))
18491 (build-system r-build-system)
18492 (home-page "http://www.gamlss.org/")
18493 (synopsis "GAMLSS data")
18494 (description
18495 "This package provides data used as examples to demonstrate GAMLSS
18496 models.")
18497 ;; Either version of the license
18498 (license (list license:gpl2 license:gpl3))))
18499
18500 (define-public r-gamlss
18501 (package
18502 (name "r-gamlss")
18503 (version "5.2-0")
18504 (source
18505 (origin
18506 (method url-fetch)
18507 (uri (cran-uri "gamlss" version))
18508 (sha256
18509 (base32
18510 "1q82md0439si0n7vqbbbdk45sjr0ad7i8mgrn3kwnr4h213pb4nk"))))
18511 (properties `((upstream-name . "gamlss")))
18512 (build-system r-build-system)
18513 (propagated-inputs
18514 `(("r-gamlss-data" ,r-gamlss-data)
18515 ("r-gamlss-dist" ,r-gamlss-dist)
18516 ("r-mass" ,r-mass)
18517 ("r-nlme" ,r-nlme)
18518 ("r-survival" ,r-survival)))
18519 (home-page "http://www.gamlss.org/")
18520 (synopsis "Generalized additive models for location scale and shape")
18521 (description
18522 "This package provides functions for fitting the generalized additive
18523 models for location scale and shape introduced by Rigby and
18524 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
18525 use a distributional regression approach where all the parameters of the
18526 conditional distribution of the response variable are modelled using
18527 explanatory variables.")
18528 ;; Either version of the license
18529 (license (list license:gpl2 license:gpl3))))
18530
18531 (define-public r-acid
18532 (package
18533 (name "r-acid")
18534 (version "1.1")
18535 (source
18536 (origin
18537 (method url-fetch)
18538 (uri (cran-uri "acid" version))
18539 (sha256
18540 (base32
18541 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
18542 (properties `((upstream-name . "acid")))
18543 (build-system r-build-system)
18544 (propagated-inputs
18545 `(("r-gamlss" ,r-gamlss)
18546 ("r-gamlss-dist" ,r-gamlss-dist)
18547 ("r-hmisc" ,r-hmisc)))
18548 (home-page "https://cran.r-project.org/web/packages/acid/")
18549 (synopsis "Analysing conditional income distributions")
18550 (description
18551 "This package provides functions for the analysis of income distributions
18552 for subgroups of the population as defined by a set of variables like age,
18553 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
18554 distribution as well as functions for moments, inequality measures, entropy
18555 measures and polarisation measures of income distributions. This package thus
18556 aides the analysis of income inequality by offering tools for the exploratory
18557 analysis of income distributions at the disaggregated level.")
18558 (license license:gpl3)))
18559
18560 (define-public r-acm4r
18561 (package
18562 (name "r-acm4r")
18563 (version "1.0")
18564 (source
18565 (origin
18566 (method url-fetch)
18567 (uri (cran-uri "acm4r" version))
18568 (sha256
18569 (base32
18570 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
18571 (properties `((upstream-name . "acm4r")))
18572 (build-system r-build-system)
18573 (propagated-inputs `(("r-mass" ,r-mass)))
18574 (home-page "https://cran.r-project.org/web/packages/acm4r/")
18575 (synopsis "Align-and-count method comparisons of RFLP data")
18576 (description
18577 "This is a package to compare sequence fragment lengths or molecular
18578 weights from pairs of lanes. The number of matching bands in the
18579 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
18580 the align-and-count method.")
18581 ;; Any version of the GPL
18582 (license (list license:gpl2+ license:gpl3+))))
18583
18584 (define-public r-filematrix
18585 (package
18586 (name "r-filematrix")
18587 (version "1.3")
18588 (source
18589 (origin
18590 (method url-fetch)
18591 (uri (cran-uri "filematrix" version))
18592 (sha256
18593 (base32
18594 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
18595 (properties `((upstream-name . "filematrix")))
18596 (build-system r-build-system)
18597 ;; These inputs are needed for vignettes
18598 (native-inputs
18599 `(("r-knitr" ,r-knitr)
18600 ("r-rmarkdown" ,r-rmarkdown)
18601 ("pandoc-citeproc" ,pandoc-citeproc)))
18602 (home-page "https://github.com/andreyshabalin/filematrix")
18603 (synopsis "File-backed matrix class with convenient read and write access")
18604 (description
18605 "This package provides an interface for working with large matrices
18606 stored in files, not in computer memory. It supports multiple non-character
18607 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
18608 byte real values). Access to parts of the matrix is done by indexing, exactly
18609 as with usual R matrices. It supports very large matrices; the package has
18610 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
18611 columns, ad allows for quick addition of extra columns to a filematrix.")
18612 (license license:lgpl3)))
18613
18614 (define-public r-acmeeqtl
18615 (package
18616 (name "r-acmeeqtl")
18617 (version "1.6")
18618 (source
18619 (origin
18620 (method url-fetch)
18621 (uri (cran-uri "ACMEeqtl" version))
18622 (sha256
18623 (base32
18624 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
18625 (properties `((upstream-name . "ACMEeqtl")))
18626 (build-system r-build-system)
18627 (propagated-inputs
18628 `(("r-filematrix" ,r-filematrix)))
18629 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
18630 (synopsis "Estimation of interpretable eQTL effect sizes")
18631 (description
18632 "This package provides a non-linear model, termed ACME, that reflects a
18633 parsimonious biological model for allelic contributions of cis-acting eQTLs.
18634 With non-linear least-squares algorithm the maximum likelihood parameters can
18635 be estimated. The ACME model provides interpretable effect size estimates and
18636 p-values with well controlled Type-I error.")
18637 (license license:lgpl3)))
18638
18639 (define-public r-acmer
18640 (package
18641 (name "r-acmer")
18642 (version "1.1.0")
18643 (source
18644 (origin
18645 (method url-fetch)
18646 (uri (cran-uri "acmeR" version))
18647 (sha256
18648 (base32
18649 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
18650 (properties `((upstream-name . "acmeR")))
18651 (build-system r-build-system)
18652 (propagated-inputs `(("r-foreign" ,r-foreign)))
18653 (home-page "https://cran.r-project.org/web/packages/acmeR/")
18654 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
18655 (description
18656 "This package provides an implementation of the ACME estimator, described
18657 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
18658 Mortality at Wind Turbines. Unlike most other models, this estimator supports
18659 decreasing-hazard Weibull model for persistence; decreasing search proficiency
18660 as carcasses age; variable bleed-through at successive searches; and interval
18661 mortality estimates. The package provides, based on search data, functions
18662 for estimating the mortality inflation factor in Frequentist and Bayesian
18663 settings.")
18664 (license license:expat)))
18665
18666 (define-public r-r-huge
18667 (package
18668 (name "r-r-huge")
18669 (version "0.9.0")
18670 (source
18671 (origin
18672 (method url-fetch)
18673 (uri (cran-uri "R.huge" version))
18674 (sha256
18675 (base32
18676 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
18677 (properties `((upstream-name . "R.huge")))
18678 (build-system r-build-system)
18679 (propagated-inputs
18680 `(("r-r-methodss3" ,r-r-methodss3)
18681 ("r-r-oo" ,r-r-oo)
18682 ("r-r-utils" ,r-r-utils)))
18683 (home-page "https://github.com/HenrikBengtsson/R.huge")
18684 (synopsis "Methods for accessing huge amounts of data")
18685 (description
18686 "This is a deprecated package for accessing huge amounts of data.
18687 Cross-platform alternatives are the following packages: bigmemory (CRAN),
18688 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
18689 the @code{aroma.affymetrix} package.")
18690 (license license:lgpl2.1+)))
18691
18692 (define-public r-r-filesets
18693 (package
18694 (name "r-r-filesets")
18695 (version "2.13.0")
18696 (source
18697 (origin
18698 (method url-fetch)
18699 (uri (cran-uri "R.filesets" version))
18700 (sha256
18701 (base32
18702 "124rygq0bl9n4akxcm868nl30cyk3rz0iprb98zlpk62gci9f5fg"))))
18703 (properties `((upstream-name . "R.filesets")))
18704 (build-system r-build-system)
18705 (propagated-inputs
18706 `(("r-digest" ,r-digest)
18707 ("r-r-cache" ,r-r-cache)
18708 ("r-r-methodss3" ,r-r-methodss3)
18709 ("r-r-oo" ,r-r-oo)
18710 ("r-r-utils" ,r-r-utils)))
18711 (home-page "https://github.com/HenrikBengtsson/R.filesets")
18712 (synopsis "Easy handling of and access to files")
18713 (description
18714 "This package provides classes and methods to locate, setup, subset,
18715 navigate and iterate file sets, i.e. sets of files located in one or more
18716 directories on the file system. The API is designed such that these classes
18717 can be extended via inheritance to provide a richer API for special file
18718 formats. Moreover, a specific name format is defined such that filenames and
18719 directories can be considered to have full names which consists of a name
18720 followed by comma-separated tags. This adds additional flexibility to
18721 identify file sets and individual files.")
18722 (license license:lgpl2.1+)))
18723
18724 (define-public r-r-devices
18725 (package
18726 (name "r-r-devices")
18727 (version "2.16.1")
18728 (source
18729 (origin
18730 (method url-fetch)
18731 (uri (cran-uri "R.devices" version))
18732 (sha256
18733 (base32
18734 "15zlnq3g27whq26fbcy5zfl5hiddm256h4rga4frblg6wqlbkvdd"))))
18735 (properties `((upstream-name . "R.devices")))
18736 (build-system r-build-system)
18737 (propagated-inputs
18738 `(("r-base64enc" ,r-base64enc)
18739 ("r-r-methodss3" ,r-r-methodss3)
18740 ("r-r-oo" ,r-r-oo)
18741 ("r-r-utils" ,r-r-utils)))
18742 (home-page "https://github.com/HenrikBengtsson/R.devices")
18743 (synopsis "Unified handling of graphics devices")
18744 (description
18745 "This package provides functions for creating plots and image files in a
18746 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
18747 Default device options as well as scales and aspect ratios are controlled in a
18748 uniform way across all device types. Switching output format requires minimal
18749 changes in code. This package is ideal for large-scale batch processing,
18750 because it will never leave open graphics devices or incomplete image files
18751 behind, even on errors or user interrupts.")
18752 (license license:lgpl2.1+)))
18753
18754 (define-public r-acnr
18755 (package
18756 (name "r-acnr")
18757 (version "1.0.0")
18758 (source
18759 (origin
18760 (method url-fetch)
18761 (uri (cran-uri "acnr" version))
18762 (sha256
18763 (base32
18764 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
18765 (properties `((upstream-name . "acnr")))
18766 (build-system r-build-system)
18767 (home-page "https://github.com/mpierrejean/acnr")
18768 (synopsis "Annotated copy-number regions")
18769 (description
18770 "This package provides SNP array data from different types of copy-number
18771 regions. These regions were identified manually by the authors of the package
18772 and may be used to generate realistic data sets with known truth.")
18773 (license license:lgpl2.1+)))
18774
18775 (define-public r-acopula
18776 (package
18777 (name "r-acopula")
18778 (version "0.9.3")
18779 (source
18780 (origin
18781 (method url-fetch)
18782 (uri (cran-uri "acopula" version))
18783 (sha256
18784 (base32
18785 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
18786 (properties `((upstream-name . "acopula")))
18787 (build-system r-build-system)
18788 (home-page "https://cran.r-project.org/web/packages/acopula/")
18789 (synopsis "Modelling dependence with multivariate Archimax copulas")
18790 (description
18791 "Archimax copulas are a mixture of Archimedean and EV copulas. This
18792 package provides definitions of several parametric families of generator and
18793 dependence function, computes CDF and PDF, estimates parameters, tests for
18794 goodness of fit, generates random sample and checks copula properties for
18795 custom constructs. In the 2-dimensional case explicit formulas for density
18796 are used, contrary to higher dimensions when all derivatives are linearly
18797 approximated. Several non-archimax families (normal, FGM, Plackett) are
18798 provided as well.")
18799 (license license:gpl2)))
18800
18801 (define-public r-tuner
18802 (package
18803 (name "r-tuner")
18804 (version "1.3.3")
18805 (source
18806 (origin
18807 (method url-fetch)
18808 (uri (cran-uri "tuneR" version))
18809 (sha256
18810 (base32
18811 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
18812 (properties `((upstream-name . "tuneR")))
18813 (build-system r-build-system)
18814 (propagated-inputs `(("r-signal" ,r-signal)))
18815 (home-page "https://cran.r-project.org/web/packages/tuneR/")
18816 (synopsis "Analysis of music and speech")
18817 (description
18818 "This is a package for the analysis of music and speech. Analyze music
18819 and speech, extract features like MFCCs, handle wave files and their
18820 representation in various ways, read MP3, read MIDI, perform steps of a
18821 transcription, ...")
18822 ;; Either of these versions.
18823 (license (list license:gpl2 license:gpl3))))
18824
18825 (define-public r-seewave
18826 (package
18827 (name "r-seewave")
18828 (version "2.1.6")
18829 (source
18830 (origin
18831 (method url-fetch)
18832 (uri (cran-uri "seewave" version))
18833 (sha256
18834 (base32
18835 "123h3q0gps0vy9sikr7gjphnv9m3l4h4mykiydjllmrpaw1s1844"))))
18836 (properties `((upstream-name . "seewave")))
18837 (build-system r-build-system)
18838 (inputs
18839 `(("libsndfile" ,libsndfile)))
18840 (propagated-inputs
18841 `(("r-tuner" ,r-tuner)))
18842 (home-page "http://rug.mnhn.fr/seewave")
18843 (synopsis "Sound analysis and synthesis")
18844 (description
18845 "This package provides functions for analysing, manipulating, displaying,
18846 editing and synthesizing time waves (particularly sound). This package
18847 processes time analysis (oscillograms and envelopes), spectral content,
18848 resonance quality factor, entropy, cross correlation and autocorrelation,
18849 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
18850 and 3D spectrograms and many other analyses.")
18851 (license license:gpl2+)))
18852
18853 (define-public r-acousticndlcoder
18854 (package
18855 (name "r-acousticndlcoder")
18856 (version "1.0.2")
18857 (source
18858 (origin
18859 (method url-fetch)
18860 (uri (cran-uri "AcousticNDLCodeR" version))
18861 (sha256
18862 (base32
18863 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
18864 (properties
18865 `((upstream-name . "AcousticNDLCodeR")))
18866 (build-system r-build-system)
18867 (propagated-inputs
18868 `(("r-seewave" ,r-seewave)
18869 ("r-tuner" ,r-tuner)
18870 ("r-zoo" ,r-zoo)))
18871 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
18872 (synopsis "Coding sound files for use with NDL")
18873 (description
18874 "Make acoustic cues to use with the R package @code{ndl}.
18875 The package implements functions used in the PLoS ONE paper \"Words from
18876 spontaneous conversational speech can be recognized with human-like accuracy
18877 by an error-driven learning algorithm that discriminates between meanings
18878 straight from smart acoustic features, bypassing the phoneme as recognition
18879 unit.\" @url{doi:10.1371/journal.pone.0174623}")
18880 (license license:gpl2+)))
18881
18882 (define-public r-acp
18883 (package
18884 (name "r-acp")
18885 (version "2.1")
18886 (source
18887 (origin
18888 (method url-fetch)
18889 (uri (cran-uri "acp" version))
18890 (sha256
18891 (base32
18892 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
18893 (properties `((upstream-name . "acp")))
18894 (build-system r-build-system)
18895 (propagated-inputs
18896 `(("r-quantmod" ,r-quantmod)
18897 ("r-tseries" ,r-tseries)))
18898 (home-page "https://cran.r-project.org/web/packages/acp/")
18899 (synopsis "Autoregressive conditional Poisson")
18900 (description
18901 "This package supports the analysis of count data exhibiting
18902 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
18903 model (ACP(p,q)) proposed by Heinen (2003).")
18904 (license license:gpl2)))
18905
18906 (define-public r-ada
18907 (package
18908 (name "r-ada")
18909 (version "2.0-5")
18910 (source
18911 (origin
18912 (method url-fetch)
18913 (uri (cran-uri "ada" version))
18914 (sha256
18915 (base32
18916 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
18917 (properties `((upstream-name . "ada")))
18918 (build-system r-build-system)
18919 (propagated-inputs `(("r-rpart" ,r-rpart)))
18920 (home-page "https://cran.r-project.org/web/packages/ada/")
18921 (synopsis "Stochastic boosting")
18922 (description
18923 "This package provides a straightforward, well-documented, and broad
18924 boosting routine for classification, ideally suited for small to
18925 moderate-sized data sets. It performs discrete, real, and gentle boost under
18926 both exponential and logistic loss on a given data set.")
18927 ;; Any version of the GPL.
18928 (license (list license:gpl2+ license:gpl3+))))
18929
18930 (define-public r-genalg
18931 (package
18932 (name "r-genalg")
18933 (version "0.2.0")
18934 (source
18935 (origin
18936 (method url-fetch)
18937 (uri (cran-uri "genalg" version))
18938 (sha256
18939 (base32
18940 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
18941 (properties `((upstream-name . "genalg")))
18942 (build-system r-build-system)
18943 (home-page "https://github.com/egonw/genalg")
18944 (synopsis "R based genetic algorithm")
18945 (description
18946 "This package provides an R based genetic algorithm for binary and
18947 floating point chromosomes.")
18948 (license license:gpl2)))
18949
18950 (define-public r-kernelfactory
18951 (package
18952 (name "r-kernelfactory")
18953 (version "0.3.0")
18954 (source
18955 (origin
18956 (method url-fetch)
18957 (uri (cran-uri "kernelFactory" version))
18958 (sha256
18959 (base32
18960 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
18961 (properties `((upstream-name . "kernelFactory")))
18962 (build-system r-build-system)
18963 (propagated-inputs
18964 `(("r-auc" ,r-auc)
18965 ("r-genalg" ,r-genalg)
18966 ("r-kernlab" ,r-kernlab)
18967 ("r-randomforest" ,r-randomforest)))
18968 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
18969 (synopsis "Ensemble of kernel machines")
18970 (description
18971 "Kernel factory is an ensemble method where each base classifier (random
18972 forest) is fit on the kernel matrix of a subset of the training data.")
18973 (license license:gpl2+)))
18974
18975 (define-public r-dummies
18976 (package
18977 (name "r-dummies")
18978 (version "1.5.6")
18979 (source
18980 (origin
18981 (method url-fetch)
18982 (uri (cran-uri "dummies" version))
18983 (sha256
18984 (base32
18985 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
18986 (properties `((upstream-name . "dummies")))
18987 (build-system r-build-system)
18988 (home-page "https://decisionpatterns.com")
18989 (synopsis "Create dummy/indicator variables flexibly and efficiently")
18990 (description
18991 "This package lets you expand factors, characters and other eligible
18992 classes into dummy/indicator variables.")
18993 (license license:gpl2+)))
18994
18995 (define-public r-acrm
18996 (package
18997 (name "r-acrm")
18998 (version "0.1.1")
18999 (source
19000 (origin
19001 (method url-fetch)
19002 (uri (cran-uri "aCRM" version))
19003 (sha256
19004 (base32
19005 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
19006 (properties `((upstream-name . "aCRM")))
19007 (build-system r-build-system)
19008 (propagated-inputs
19009 `(("r-ada" ,r-ada)
19010 ("r-dummies" ,r-dummies)
19011 ("r-kernelfactory" ,r-kernelfactory)
19012 ("r-randomforest" ,r-randomforest)))
19013 (home-page "https://cran.r-project.org/web/packages/aCRM/")
19014 (synopsis "Convenience functions for analytical customer relationship management")
19015 (description
19016 "This package provides convenience functions for data preparation and
19017 modeling often used in @dfn{analytical customer relationship
19018 management} (aCRM).")
19019 (license license:gpl2+)))
19020
19021 (define-public r-treeclust
19022 (package
19023 (name "r-treeclust")
19024 (version "1.1-7")
19025 (source
19026 (origin
19027 (method url-fetch)
19028 (uri (cran-uri "treeClust" version))
19029 (sha256
19030 (base32
19031 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
19032 (properties `((upstream-name . "treeClust")))
19033 (build-system r-build-system)
19034 (propagated-inputs
19035 `(("r-cluster" ,r-cluster)
19036 ("r-rpart" ,r-rpart)))
19037 (home-page "https://cran.r-project.org/web/packages/treeClust/")
19038 (synopsis "Cluster distances through trees")
19039 (description
19040 "This package provides tools to create a measure of inter-point
19041 dissimilarity useful for clustering mixed data, and, optionally, perform the
19042 clustering.")
19043 (license license:gpl2+)))
19044
19045 (define-public r-acrosstic
19046 (package
19047 (name "r-acrosstic")
19048 (version "1.0-3")
19049 (source
19050 (origin
19051 (method url-fetch)
19052 (uri (cran-uri "AcrossTic" version))
19053 (sha256
19054 (base32
19055 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
19056 (properties `((upstream-name . "AcrossTic")))
19057 (build-system r-build-system)
19058 (propagated-inputs
19059 `(("r-lpsolve" ,r-lpsolve)
19060 ("r-treeclust" ,r-treeclust)))
19061 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
19062 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
19063 (description
19064 "This is a package for constructing minimum-cost regular spanning
19065 subgraph as part of a non-parametric two-sample test for equality of
19066 distribution.")
19067 (license license:gpl2+)))
19068
19069 (define-public r-acrt
19070 (package
19071 (name "r-acrt")
19072 (version "1.0.1")
19073 (source
19074 (origin
19075 (method url-fetch)
19076 (uri (cran-uri "acrt" version))
19077 (sha256
19078 (base32
19079 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
19080 (properties `((upstream-name . "acrt")))
19081 (build-system r-build-system)
19082 (propagated-inputs
19083 `(("r-rcpp" ,r-rcpp)
19084 ("r-rcppeigen" ,r-rcppeigen)
19085 ("r-sandwich" ,r-sandwich)))
19086 (home-page "https://cran.r-project.org/web/packages/acrt/")
19087 (synopsis "Autocorrelation robust testing")
19088 (description
19089 "This package provides functions for testing affine hypotheses on the
19090 regression coefficient vector in regression models with autocorrelated
19091 errors.")
19092 (license license:gpl2)))
19093
19094 (define-public r-acs
19095 (package
19096 (name "r-acs")
19097 (version "2.1.4")
19098 (source
19099 (origin
19100 (method url-fetch)
19101 (uri (cran-uri "acs" version))
19102 (sha256
19103 (base32
19104 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
19105 (properties `((upstream-name . "acs")))
19106 (build-system r-build-system)
19107 (propagated-inputs
19108 `(("r-httr" ,r-httr)
19109 ("r-plyr" ,r-plyr)
19110 ("r-rcpp" ,r-rcpp)
19111 ("r-stringr" ,r-stringr)
19112 ("r-xml" ,r-xml)))
19113 (home-page "https://dusp.mit.edu/faculty/ezra-haber-glenn")
19114 (synopsis "Work with data from the US Census")
19115 (description
19116 "This package provides a general toolkit for downloading, managing,
19117 analyzing, and presenting data from the
19118 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
19119 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
19120 American Community Survey (ACS). Confidence intervals provided with ACS data
19121 are converted to standard errors to be bundled with estimates in complex
19122 @code{acs} objects. The package provides new methods to conduct standard
19123 operations on @code{acs} objects and present/plot data in statistically
19124 appropriate ways.")
19125 (license license:gpl3)))
19126
19127 (define-public r-acss-data
19128 (package
19129 (name "r-acss-data")
19130 (version "1.0")
19131 (source
19132 (origin
19133 (method url-fetch)
19134 (uri (cran-uri "acss.data" version))
19135 (sha256
19136 (base32
19137 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
19138 (properties `((upstream-name . "acss.data")))
19139 (build-system r-build-system)
19140 (home-page "http://complexitycalculator.com/methodology.html")
19141 (synopsis "Data for algorithmic complexity of short strings")
19142 (description
19143 "This is a data only package providing the algorithmic complexity of
19144 short strings, computed using the coding theorem method. For a given set of
19145 symbols in a string, all possible or a large number of random samples of
19146 Turing machines with a given number of states (e.g., 5) and number of symbols
19147 corresponding to the number of symbols in the strings were simulated until
19148 they reached a halting state or failed to end. This package contains data on
19149 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
19150 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
19151 distribution of the halting states.")
19152 (license license:gpl2+)))
19153
19154 (define-public r-acss
19155 (package
19156 (name "r-acss")
19157 (version "0.2-5")
19158 (source
19159 (origin
19160 (method url-fetch)
19161 (uri (cran-uri "acss" version))
19162 (sha256
19163 (base32
19164 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
19165 (properties `((upstream-name . "acss")))
19166 (build-system r-build-system)
19167 (propagated-inputs
19168 `(("r-acss-data" ,r-acss-data)
19169 ("r-zoo" ,r-zoo)))
19170 (home-page "http://complexitycalculator.com/methodology.html")
19171 (synopsis "Algorithmic complexity for short strings")
19172 (description
19173 "The main purpose of this package is to provide the algorithmic
19174 complexity for short strings, an approximation of the Kolmogorov Complexity of
19175 a short string using the coding theorem method. While the database containing
19176 the complexity is provided in the data only package @code{acss.data}, this
19177 package provides functions accessing the data such as @code{prob_random}
19178 returning the posterior probability that a given string was produced by a
19179 random process. In addition, two traditional (but problematic) measures of
19180 complexity are also provided: entropy and change complexity.")
19181 (license license:gpl2+)))
19182
19183 (define-public r-acswr
19184 (package
19185 (name "r-acswr")
19186 (version "1.0")
19187 (source
19188 (origin
19189 (method url-fetch)
19190 (uri (cran-uri "ACSWR" version))
19191 (sha256
19192 (base32
19193 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
19194 (properties `((upstream-name . "ACSWR")))
19195 (build-system r-build-system)
19196 (propagated-inputs
19197 `(("r-mass" ,r-mass)))
19198 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
19199 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
19200 (description
19201 "This is a companion package for the book \"A Course in Statistics with
19202 R\" (ISBN 978-1-119-15272-9.)")
19203 (license license:gpl2)))
19204
19205 (define-public r-alabama
19206 (package
19207 (name "r-alabama")
19208 (version "2015.3-1")
19209 (source
19210 (origin
19211 (method url-fetch)
19212 (uri (cran-uri "alabama" version))
19213 (sha256
19214 (base32
19215 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
19216 (properties `((upstream-name . "alabama")))
19217 (build-system r-build-system)
19218 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
19219 (home-page "https://cran.r-project.org/web/packages/alabama/")
19220 (synopsis "Constrained nonlinear optimization")
19221 (description
19222 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
19223 Algorithm; it is used for optimizing smooth nonlinear objective functions with
19224 constraints. Linear or nonlinear equality and inequality constraints are
19225 allowed.")
19226 (license license:gpl2+)))
19227
19228 (define-public r-gdina
19229 (package
19230 (name "r-gdina")
19231 (version "2.8.0")
19232 (source
19233 (origin
19234 (method url-fetch)
19235 (uri (cran-uri "GDINA" version))
19236 (sha256
19237 (base32
19238 "0chxnhp37xfd78gafkgwqrmc0jf3pvpdyrkc438kl0l53fb7dld7"))))
19239 (properties `((upstream-name . "GDINA")))
19240 (build-system r-build-system)
19241 (propagated-inputs
19242 `(("r-alabama" ,r-alabama)
19243 ("r-ggplot2" ,r-ggplot2)
19244 ("r-mass" ,r-mass)
19245 ("r-nloptr" ,r-nloptr)
19246 ("r-numderiv" ,r-numderiv)
19247 ("r-rcpp" ,r-rcpp)
19248 ("r-rcpparmadillo" ,r-rcpparmadillo)
19249 ("r-rsolnp" ,r-rsolnp)
19250 ("r-shiny" ,r-shiny)
19251 ("r-shinydashboard" ,r-shinydashboard)))
19252 (native-inputs
19253 `(("r-knitr" ,r-knitr)))
19254 (home-page "https://github.com/Wenchao-Ma/GDINA")
19255 (synopsis "Generalized DINA model framework")
19256 (description
19257 "This package provides a set of psychometric tools for cognitive
19258 diagnosis modeling based on the generalized deterministic inputs, noisy and
19259 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
19260 and its extensions, including the sequential G-DINA model by Ma and de la
19261 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
19262 polytomous G-DINA model by Chen and de la Torre
19263 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
19264 distribution can be independent, saturated, higher-order, loglinear smoothed
19265 or structured. Q-matrix validation, item and model fit statistics, model
19266 comparison at test and item level and differential item functioning can also
19267 be conducted. A graphical user interface is also provided.")
19268 (license license:gpl3)))
19269
19270 (define-public r-actcd
19271 (package
19272 (name "r-actcd")
19273 (version "1.2-0")
19274 (source
19275 (origin
19276 (method url-fetch)
19277 (uri (cran-uri "ACTCD" version))
19278 (sha256
19279 (base32
19280 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
19281 (properties `((upstream-name . "ACTCD")))
19282 (build-system r-build-system)
19283 (propagated-inputs
19284 `(("r-gdina" ,r-gdina)
19285 ("r-r-methodss3" ,r-r-methodss3)))
19286 (native-inputs
19287 `(("gfortran" ,gfortran)))
19288 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
19289 (synopsis "Asymptotic classification theory for cognitive diagnosis")
19290 (description
19291 "This is a package supporting cluster analysis for cognitive diagnosis
19292 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
19293 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
19294 sum-scores, cluster analysis techniques can be used to classify examinees into
19295 latent classes based on their attribute patterns. In addition to the
19296 algorithms used to classify data, three labeling approaches are proposed to
19297 label clusters so that examinees' attribute profiles can be obtained.")
19298 (license license:gpl2+)))
19299
19300 (define-public r-ineq
19301 (package
19302 (name "r-ineq")
19303 (version "0.2-13")
19304 (source
19305 (origin
19306 (method url-fetch)
19307 (uri (cran-uri "ineq" version))
19308 (sha256
19309 (base32
19310 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
19311 (properties `((upstream-name . "ineq")))
19312 (build-system r-build-system)
19313 (home-page "https://cran.r-project.org/web/packages/ineq/")
19314 (synopsis "Measuring inequality, concentration, and poverty")
19315 (description
19316 "This package provides tools for measuring inequality, concentration, and
19317 poverty measures. It provides both empirical and theoretical Lorenz curves.")
19318 ;; Either of these two versions.
19319 (license (list license:gpl2 license:gpl3))))
19320
19321 (define-public r-actfrag
19322 (package
19323 (name "r-actfrag")
19324 (version "0.1.1")
19325 (source
19326 (origin
19327 (method url-fetch)
19328 (uri (cran-uri "ActFrag" version))
19329 (sha256
19330 (base32
19331 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
19332 (properties `((upstream-name . "ActFrag")))
19333 (build-system r-build-system)
19334 (propagated-inputs
19335 `(("r-accelerometry" ,r-accelerometry)
19336 ("r-dplyr" ,r-dplyr)
19337 ("r-ineq" ,r-ineq)
19338 ("r-survival" ,r-survival)
19339 ("r-tidyr" ,r-tidyr)))
19340 (home-page "https://github.com/junruidi/ActFrag")
19341 (synopsis "Activity fragmentation metrics extraction")
19342 (description
19343 "This package provides functions to extract commonly used fragmentation
19344 metrics to quantify time accumulation strategies based on minute level
19345 actigraphy-measured activity counts data.")
19346 (license license:gpl3)))
19347
19348 (define-public r-ash
19349 (package
19350 (name "r-ash")
19351 (version "1.0-15")
19352 (source
19353 (origin
19354 (method url-fetch)
19355 (uri (cran-uri "ash" version))
19356 (sha256
19357 (base32
19358 "1ay2a2agdmiz7zzvn26mli0x0iwk09g5pp4yy1r23knhkp1pn2lb"))))
19359 (properties `((upstream-name . "ash")))
19360 (build-system r-build-system)
19361 (native-inputs `(("gfortran" ,gfortran)))
19362 (home-page "https://cran.r-project.org/web/packages/ash/")
19363 (synopsis "David Scott's ASH routines")
19364 (description
19365 "This package provides David Scott's ASH routines ported from S-PLUS to
19366 R.")
19367 (license license:gpl2+)))
19368
19369 (define-public r-hdrcde
19370 (package
19371 (name "r-hdrcde")
19372 (version "3.3")
19373 (source
19374 (origin
19375 (method url-fetch)
19376 (uri (cran-uri "hdrcde" version))
19377 (sha256
19378 (base32
19379 "0c2qbw4c3mq1cb068kjs72rxlbibz8svwcrx853jyr8ybs23z7ab"))))
19380 (properties `((upstream-name . "hdrcde")))
19381 (build-system r-build-system)
19382 (propagated-inputs
19383 `(("r-ash" ,r-ash)
19384 ("r-ggplot2" ,r-ggplot2)
19385 ("r-kernsmooth" ,r-kernsmooth)
19386 ("r-ks" ,r-ks)
19387 ("r-locfit" ,r-locfit)
19388 ("r-rcolorbrewer" ,r-rcolorbrewer)))
19389 (native-inputs `(("gfortran" ,gfortran)))
19390 (home-page "http://pkg.robjhyndman.com/hdrcde")
19391 (synopsis "Highest density regions and conditional density estimation")
19392 (description
19393 "This is a package for the computation of highest density regions in one
19394 and two dimensions, kernel estimation of univariate density functions
19395 conditional on one covariate, and multimodal regression.")
19396 (license license:gpl3)))
19397
19398 (define-public r-rainbow
19399 (package
19400 (name "r-rainbow")
19401 (version "3.6")
19402 (source
19403 (origin
19404 (method url-fetch)
19405 (uri (cran-uri "rainbow" version))
19406 (sha256
19407 (base32
19408 "11vfcck17d2xjc049ci5i8l1nqv345anmd110gdz7654i1pj9lb3"))))
19409 (properties `((upstream-name . "rainbow")))
19410 (build-system r-build-system)
19411 (propagated-inputs
19412 `(("r-cluster" ,r-cluster)
19413 ("r-colorspace" ,r-colorspace)
19414 ("r-hdrcde" ,r-hdrcde)
19415 ("r-ks" ,r-ks)
19416 ("r-mass" ,r-mass)
19417 ("r-pcapp" ,r-pcapp)))
19418 (home-page "https://cran.r-project.org/web/packages/rainbow/")
19419 (synopsis "Bagplots, boxplots and rainbow plots for functional data")
19420 (description
19421 "This is a package for visualizing functional data and identifying
19422 functional outliers with bagplots, boxplots and rainbow plots.")
19423 (license license:gpl3)))
19424
19425 (define-public r-fds
19426 (package
19427 (name "r-fds")
19428 (version "1.8")
19429 (source
19430 (origin
19431 (method url-fetch)
19432 (uri (cran-uri "fds" version))
19433 (sha256
19434 (base32
19435 "1284vncixrzrz9x6b52gslrbrbia07sd0xac7nwdqhp5f5v5wfi0"))))
19436 (properties `((upstream-name . "fds")))
19437 (build-system r-build-system)
19438 (propagated-inputs
19439 `(("r-rainbow" ,r-rainbow)
19440 ("r-rcurl" ,r-rcurl)))
19441 (home-page "https://cran.r-project.org/web/packages/fds/")
19442 (synopsis "Functional data sets")
19443 (description "This package contains a list of functional time series,
19444 sliced functional time series, and functional data sets. Functional time
19445 series is a special type of functional data observed over time. Sliced
19446 functional time series is a special type of functional time series with a time
19447 variable observed over time.")
19448 (license license:gpl2+)))
19449
19450 (define-public r-fda
19451 (package
19452 (name "r-fda")
19453 (version "5.1.5.1")
19454 (source
19455 (origin
19456 (method url-fetch)
19457 (uri (cran-uri "fda" version))
19458 (sha256
19459 (base32
19460 "0zi001cw5536x6rgr4l0skva7fk53663zf6ggnsa8znml090sihm"))))
19461 (properties `((upstream-name . "fda")))
19462 (build-system r-build-system)
19463 (propagated-inputs
19464 `(("r-matrix" ,r-matrix)))
19465 (home-page "https://www.functionaldata.org")
19466 (synopsis "Functional data analysis")
19467 (description
19468 "These functions were developed to support functional data analysis as
19469 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
19470 Analysis. The package includes data sets and script files working many
19471 examples.")
19472 (license license:gpl2+)))
19473
19474 (define-public r-actigraphy
19475 (package
19476 (name "r-actigraphy")
19477 (version "1.4.0")
19478 (source
19479 (origin
19480 (method url-fetch)
19481 (uri (cran-uri "Actigraphy" version))
19482 (sha256
19483 (base32
19484 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
19485 (properties `((upstream-name . "Actigraphy")))
19486 (build-system r-build-system)
19487 (propagated-inputs
19488 `(("r-fda" ,r-fda)))
19489 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
19490 (synopsis "Actigraphy data analysis")
19491 (description
19492 "This package provides tools for functional linear modeling and analysis
19493 of actigraphy data.")
19494 (license license:asl2.0)))
19495
19496 (define-public r-activedriver
19497 (package
19498 (name "r-activedriver")
19499 (version "1.0.0")
19500 (source
19501 (origin
19502 (method url-fetch)
19503 (uri (cran-uri "ActiveDriver" version))
19504 (sha256
19505 (base32
19506 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
19507 (properties `((upstream-name . "ActiveDriver")))
19508 (build-system r-build-system)
19509 (propagated-inputs
19510 `(("r-mass" ,r-mass)))
19511 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
19512 (synopsis "Tools for finding cancer driver proteins")
19513 (description
19514 "This package provides a mutation analysis tool that discovers cancer
19515 driver genes with frequent mutations in protein signalling sites such as
19516 post-translational modifications (phosphorylation, ubiquitination, etc). The
19517 Poisson generalized linear regression model identifies genes where cancer
19518 mutations in signalling sites are more frequent than expected from the
19519 sequence of the entire gene. Integration of mutations with signalling
19520 information helps find new driver genes and propose candidate mechanisms to
19521 known drivers.")
19522 (license license:gpl2+)))
19523
19524 (define-public r-activitycounts
19525 (package
19526 (name "r-activitycounts")
19527 (version "0.1.2")
19528 (source
19529 (origin
19530 (method url-fetch)
19531 (uri (cran-uri "activityCounts" version))
19532 (sha256
19533 (base32
19534 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
19535 (properties
19536 `((upstream-name . "activityCounts")))
19537 (build-system r-build-system)
19538 (propagated-inputs
19539 `(("r-lubridate" ,r-lubridate)
19540 ("r-magrittr" ,r-magrittr)
19541 ("r-seewave" ,r-seewave)
19542 ("r-signal" ,r-signal)
19543 ("r-tibble" ,r-tibble)))
19544 (home-page "https://github.com/walkabillylab/activityCounts")
19545 (synopsis "Generate ActiLife counts")
19546 (description
19547 "ActiLife generates activity counts from data collected by Actigraph
19548 accelerometers. Actigraph is one of the most common research-grade
19549 accelerometers. There is considerable research validating and developing
19550 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
19551 counts are proprietary and difficult to implement if researchers use different
19552 accelerometer brands. The code creates ActiLife counts from raw acceleration
19553 data for different accelerometer brands.")
19554 (license license:gpl3)))
19555
19556 (define-public r-activityindex
19557 (package
19558 (name "r-activityindex")
19559 (version "0.3.6")
19560 (source
19561 (origin
19562 (method url-fetch)
19563 (uri (cran-uri "ActivityIndex" version))
19564 (sha256
19565 (base32
19566 "14k6d78s15j7kb7jhixf4msrdjdl28d0r264cbvy41p8dkq7ysvk"))))
19567 (properties `((upstream-name . "ActivityIndex")))
19568 (build-system r-build-system)
19569 (propagated-inputs
19570 `(("r-data-table" ,r-data-table)
19571 ("r-matrixstats" ,r-matrixstats)
19572 ("r-r-utils" ,r-r-utils)))
19573 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
19574 (synopsis "Activity Index calculation using raw accelerometry data")
19575 (description
19576 "This is a package to read raw accelerometry from GT3X+ accelerometry
19577 data and plain table data to calculate the Activity Index from Bai et
19578 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
19579 (license license:gpl3)))
19580
19581 (define-public r-activpal
19582 (package
19583 (name "r-activpal")
19584 (version "0.1.3")
19585 (source
19586 (origin
19587 (method url-fetch)
19588 (uri (cran-uri "activPAL" version))
19589 (sha256
19590 (base32
19591 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
19592 (properties `((upstream-name . "activPAL")))
19593 (build-system r-build-system)
19594 (propagated-inputs
19595 `(("r-devtools" ,r-devtools)
19596 ("r-dplyr" ,r-dplyr)
19597 ("r-ggplot2" ,r-ggplot2)
19598 ("r-lubridate" ,r-lubridate)
19599 ("r-magrittr" ,r-magrittr)
19600 ("r-tidyr" ,r-tidyr)))
19601 (home-page "https://cran.r-project.org/web/packages/activPAL")
19602 (synopsis "Processing and chart generation from activPAL events files")
19603 (description
19604 "This package contains functions to generate pre-defined summary
19605 statistics from activPAL events files. The package also contains functions to
19606 produce informative graphics that visualize physical activity behaviour and
19607 trends. This includes generating graphs that align physical activity
19608 behaviour with additional time based observations described by other data
19609 sets, such as sleep diaries and continuous glucose monitoring data.")
19610 (license license:gpl3)))
19611
19612 (define-public r-activpalprocessing
19613 (package
19614 (name "r-activpalprocessing")
19615 (version "1.0.2")
19616 (source
19617 (origin
19618 (method url-fetch)
19619 (uri (cran-uri "activpalProcessing" version))
19620 (sha256
19621 (base32
19622 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
19623 (properties
19624 `((upstream-name . "activpalProcessing")))
19625 (build-system r-build-system)
19626 (propagated-inputs
19627 `(("r-chron" ,r-chron)))
19628 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
19629 (synopsis "Process activPAL events files")
19630 (description
19631 "This package performs estimation of physical activity and sedentary
19632 behavior variables from activPAL events files.")
19633 ;; Either version of the GPL.
19634 (license (list license:gpl2 license:gpl3))))
19635
19636 (define-public r-actogrammr
19637 (package
19638 (name "r-actogrammr")
19639 (version "0.2.3")
19640 (source
19641 (origin
19642 (method url-fetch)
19643 (uri (cran-uri "actogrammr" version))
19644 (sha256
19645 (base32
19646 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
19647 (properties `((upstream-name . "actogrammr")))
19648 (build-system r-build-system)
19649 (propagated-inputs
19650 `(("r-dplyr" ,r-dplyr)
19651 ("r-ggplot2" ,r-ggplot2)
19652 ("r-lubridate" ,r-lubridate)
19653 ("r-readr" ,r-readr)
19654 ("r-tidyr" ,r-tidyr)))
19655 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
19656 (synopsis "Read in activity data and plot actograms")
19657 (description
19658 "Read in activity measurements from standard file formats used by
19659 circadian rhythm researchers, currently only ClockLab format, and process and
19660 plot the data. The central type of plot is the actogram, as first described
19661 in \"Activity and distribution of certain wild mice in relation to biotic
19662 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
19663 (license license:gpl3)))
19664
19665 (define-public r-expint
19666 (package
19667 (name "r-expint")
19668 (version "0.1-6")
19669 (source
19670 (origin
19671 (method url-fetch)
19672 (uri (cran-uri "expint" version))
19673 (sha256
19674 (base32
19675 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
19676 (properties `((upstream-name . "expint")))
19677 (build-system r-build-system)
19678 (home-page "https://gitlab.com/vigou3/expint")
19679 (synopsis "Exponential integral and incomplete Gamma function")
19680 (description
19681 "This package provides the exponential integrals @code{E_1(x)},
19682 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
19683 function @code{G(a, x)} defined for negative values of its first argument.
19684 The package also gives easy access to the underlying C routines through an
19685 API; see the package vignette for details.")
19686 (license license:gpl2+)))
19687
19688 (define-public r-actuar
19689 (package
19690 (name "r-actuar")
19691 (version "3.0-0")
19692 (source
19693 (origin
19694 (method url-fetch)
19695 (uri (cran-uri "actuar" version))
19696 (sha256
19697 (base32
19698 "0dkp1sczldzy7kj70qvh1q59jhsq1brjybmxdz43jnx63y45llpz"))))
19699 (properties `((upstream-name . "actuar")))
19700 (build-system r-build-system)
19701 (propagated-inputs `(("r-expint" ,r-expint)))
19702 (home-page "https://gitlab.com/vigou3/actuar")
19703 (synopsis "Actuarial functions and heavy tailed distributions")
19704 (description
19705 "This package provides functions and data sets for actuarial science:
19706 modeling of loss distributions; risk theory and ruin theory; simulation of
19707 compound models, discrete mixtures and compound hierarchical models;
19708 credibility theory. It boasts support for many additional probability
19709 distributions to model insurance loss amounts and loss frequency: 19
19710 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
19711 distribution; zero-truncated and zero-modified extensions of the standard
19712 discrete distributions. It also supports phase-type distributions commonly
19713 used to compute ruin probabilities.")
19714 (license license:gpl2+)))
19715
19716 (define-public r-bmp
19717 (package
19718 (name "r-bmp")
19719 (version "0.3")
19720 (source
19721 (origin
19722 (method url-fetch)
19723 (uri (cran-uri "bmp" version))
19724 (sha256
19725 (base32
19726 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
19727 (properties `((upstream-name . "bmp")))
19728 (build-system r-build-system)
19729 (home-page "https://cran.r-project.org/web/packages/bmp/")
19730 (synopsis "Read Bitmap (BMP) images")
19731 (description
19732 "This package provides pure R tools to read BMP format images. It is
19733 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
19734 (license license:gpl2+)))
19735
19736 (define-public r-readbitmap
19737 (package
19738 (name "r-readbitmap")
19739 (version "0.1.5")
19740 (source
19741 (origin
19742 (method url-fetch)
19743 (uri (cran-uri "readbitmap" version))
19744 (sha256
19745 (base32
19746 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
19747 (properties `((upstream-name . "readbitmap")))
19748 (build-system r-build-system)
19749 (inputs
19750 `(("libjpeg" ,libjpeg-turbo)
19751 ("libpng" ,libpng)))
19752 (propagated-inputs
19753 `(("r-bmp" ,r-bmp)
19754 ("r-jpeg" ,r-jpeg)
19755 ("r-png" ,r-png)
19756 ("r-tiff" ,r-tiff)))
19757 (home-page "https://github.com/jefferis/readbitmap")
19758 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
19759 (description
19760 "This package provides tools to identify and read BMP, JPEG, PNG, and
19761 TIFF format bitmap images. Identification defaults to the use of the magic
19762 number embedded in the file rather than the file extension.")
19763 (license license:gpl2+)))
19764
19765 (define-public r-imager
19766 (package
19767 (name "r-imager")
19768 (version "0.42.3")
19769 (source
19770 (origin
19771 (method url-fetch)
19772 (uri (cran-uri "imager" version))
19773 (sha256
19774 (base32
19775 "1wxvbv803222gjrf1ys6a349xlnmmdw3kqgi93piq9gq7lahihvg"))))
19776 (properties `((upstream-name . "imager")))
19777 (build-system r-build-system)
19778 (inputs
19779 `(("fftw" ,fftw)
19780 ("libtiff" ,libtiff)
19781 ("libx11" ,libx11)
19782 ("zlib" ,zlib)))
19783 (propagated-inputs
19784 `(("r-downloader" ,r-downloader)
19785 ("r-igraph" ,r-igraph)
19786 ("r-jpeg" ,r-jpeg)
19787 ("r-magrittr" ,r-magrittr)
19788 ("r-png" ,r-png)
19789 ("r-purrr" ,r-purrr)
19790 ("r-rcpp" ,r-rcpp)
19791 ("r-readbitmap" ,r-readbitmap)
19792 ("r-stringr" ,r-stringr)))
19793 (native-inputs
19794 `(("pkg-config" ,pkg-config)
19795 ("r-knitr" ,r-knitr)))
19796 (home-page "https://dahtah.github.io/imager/")
19797 (synopsis "Image processing library")
19798 (description
19799 "This is a package for fast image processing for images in up to 4
19800 dimensions (two spatial dimensions, one time/depth dimension, one color
19801 dimension). It provides most traditional image processing tools (filtering,
19802 morphology, transformations, etc.) as well as various functions for easily
19803 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
19804 simple, modern C++ library for image processing.")
19805 (license license:lgpl3)))
19806
19807 (define-public r-acuityview
19808 (package
19809 (name "r-acuityview")
19810 (version "0.1")
19811 (source
19812 (origin
19813 (method url-fetch)
19814 (uri (cran-uri "AcuityView" version))
19815 (sha256
19816 (base32
19817 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
19818 (properties `((upstream-name . "AcuityView")))
19819 (build-system r-build-system)
19820 (propagated-inputs
19821 `(("r-fftwtools" ,r-fftwtools)
19822 ("r-imager" ,r-imager)
19823 ("r-plotrix" ,r-plotrix)))
19824 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
19825 (synopsis "Display scenes as seen by an animal with less acute vision")
19826 (description
19827 "This package provides a simple method for representing a visual scene as
19828 it may be seen by an animal with less acute vision.")
19829 (license license:gpl2+)))
19830
19831 (define-public r-caret
19832 (package
19833 (name "r-caret")
19834 (version "6.0-86")
19835 (source
19836 (origin
19837 (method url-fetch)
19838 (uri (cran-uri "caret" version))
19839 (sha256
19840 (base32
19841 "0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
19842 (build-system r-build-system)
19843 (propagated-inputs
19844 `(("r-foreach" ,r-foreach)
19845 ("r-ggplot2" ,r-ggplot2)
19846 ("r-lattice" ,r-lattice)
19847 ("r-modelmetrics" ,r-modelmetrics)
19848 ("r-nlme" ,r-nlme)
19849 ("r-plyr" ,r-plyr)
19850 ("r-proc" ,r-proc)
19851 ("r-recipes" ,r-recipes)
19852 ("r-reshape2" ,r-reshape2)
19853 ("r-withr" ,r-withr)))
19854 (native-inputs
19855 `(("r-knitr" ,r-knitr)))
19856 (home-page "https://github.com/topepo/caret")
19857 (synopsis "Classification and regression training")
19858 (description
19859 "This package provides miscellaneous functions for training and plotting
19860 classification and regression models.")
19861 (license license:gpl2+)))
19862
19863 (define-public r-adabag
19864 (package
19865 (name "r-adabag")
19866 (version "4.2")
19867 (source
19868 (origin
19869 (method url-fetch)
19870 (uri (cran-uri "adabag" version))
19871 (sha256
19872 (base32
19873 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
19874 (properties `((upstream-name . "adabag")))
19875 (build-system r-build-system)
19876 (propagated-inputs
19877 `(("r-caret" ,r-caret)
19878 ("r-doparallel" ,r-doparallel)
19879 ("r-foreach" ,r-foreach)
19880 ("r-rpart" ,r-rpart)))
19881 (home-page "https://cran.r-project.org/web/packages/adabag/")
19882 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
19883 (description
19884 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
19885 Breiman's Bagging algorithm using classification trees as individual
19886 classifiers. Once these classifiers have been trained, they can be used to
19887 predict on new data. Also, cross validation estimation of the error can be
19888 done.")
19889 (license license:gpl2+)))
19890
19891 (define-public r-adagio
19892 (package
19893 (name "r-adagio")
19894 (version "0.7.1")
19895 (source
19896 (origin
19897 (method url-fetch)
19898 (uri (cran-uri "adagio" version))
19899 (sha256
19900 (base32
19901 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
19902 (properties `((upstream-name . "adagio")))
19903 (build-system r-build-system)
19904 (native-inputs `(("gfortran" ,gfortran)))
19905 (home-page "https://cran.r-project.org/web/packages/adagio/")
19906 (synopsis "Discrete and global optimization routines")
19907 (description
19908 "This package provides methods and algorithms for discrete optimization,
19909 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
19910 Hooke-Jeeves minimization, and some (evolutionary) global optimization
19911 functions.")
19912 (license license:gpl3+)))
19913
19914 (define-public r-univoutl
19915 (package
19916 (name "r-univoutl")
19917 (version "0.2")
19918 (source
19919 (origin
19920 (method url-fetch)
19921 (uri (cran-uri "univOutl" version))
19922 (sha256
19923 (base32
19924 "0rlc3w7cx2hfxacpjs9kmjzv5p8v9wxnlpxi3rh276wiy5zdr91v"))))
19925 (properties `((upstream-name . "univOutl")))
19926 (build-system r-build-system)
19927 (propagated-inputs
19928 `(("r-hmisc" ,r-hmisc)
19929 ("r-robustbase" ,r-robustbase)))
19930 (home-page "https://github.com/marcellodo/univOutl")
19931 (synopsis "Detection of univariate outliers")
19932 (description
19933 "This package provides well-known outlier detection techniques in the
19934 univariate case. Methods to deal with skewed distribution are included too.
19935 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
19936 historical data is implemented as well. When available, survey weights can be
19937 used in outliers detection.")
19938 (license license:gpl2+)))
19939
19940 (define-public r-tolerance
19941 (package
19942 (name "r-tolerance")
19943 (version "2.0.0")
19944 (source
19945 (origin
19946 (method url-fetch)
19947 (uri (cran-uri "tolerance" version))
19948 (sha256
19949 (base32
19950 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
19951 (properties `((upstream-name . "tolerance")))
19952 (build-system r-build-system)
19953 (propagated-inputs
19954 `(("r-mass" ,r-mass)
19955 ("r-rgl" ,r-rgl)))
19956 (home-page "https://cran.r-project.org/web/packages/tolerance/")
19957 (synopsis "Statistical tolerance intervals and regions")
19958 (description
19959 "This package provides functions for estimating tolerance
19960 limits (intervals) for various univariate distributions (binomial, Cauchy,
19961 discrete Pareto, exponential, two-parameter exponential, extreme value,
19962 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
19963 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
19964 Bayesian normal tolerance limits, multivariate normal tolerance regions,
19965 nonparametric tolerance intervals, tolerance bands for regression
19966 settings (linear regression, nonlinear regression, nonparametric regression,
19967 and multivariate regression), and analysis of variance tolerance intervals.
19968 Visualizations are also available for most of these settings.")
19969 (license license:gpl2+)))
19970
19971 (define-public r-additivitytests
19972 (package
19973 (name "r-additivitytests")
19974 (version "1.1-4")
19975 (source
19976 (origin
19977 (method url-fetch)
19978 (uri (cran-uri "additivityTests" version))
19979 (sha256
19980 (base32
19981 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
19982 (properties
19983 `((upstream-name . "additivityTests")))
19984 (build-system r-build-system)
19985 (home-page "https://github.com/simecek/additivityTests")
19986 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
19987 (description
19988 "This package provides an implementation of the Tukey, Mandel,
19989 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
19990 (license license:gpl3)))
19991
19992 (define-public r-flexclust
19993 (package
19994 (name "r-flexclust")
19995 (version "1.4-0")
19996 (source
19997 (origin
19998 (method url-fetch)
19999 (uri (cran-uri "flexclust" version))
20000 (sha256
20001 (base32
20002 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
20003 (properties `((upstream-name . "flexclust")))
20004 (build-system r-build-system)
20005 (propagated-inputs
20006 `(("r-class" ,r-class)
20007 ("r-lattice" ,r-lattice)
20008 ("r-modeltools" ,r-modeltools)))
20009 (home-page "https://cran.r-project.org/web/packages/flexclust/")
20010 (synopsis "Flexible cluster algorithms")
20011 (description
20012 "The main function @code{kcca} implements a general framework for
20013 k-centroids cluster analysis supporting arbitrary distance measures and
20014 centroid computation. Further cluster methods include hard competitive
20015 learning, neural gas, and QT clustering. There are numerous visualization
20016 methods for cluster results (neighborhood graphs, convex cluster hulls,
20017 barcharts of centroids, ...), and bootstrap methods for the analysis of
20018 cluster stability.")
20019 (license license:gpl2)))
20020
20021 (define-public r-biclust
20022 (package
20023 (name "r-biclust")
20024 (version "2.0.2")
20025 (source
20026 (origin
20027 (method url-fetch)
20028 (uri (cran-uri "biclust" version))
20029 (sha256
20030 (base32
20031 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
20032 (properties `((upstream-name . "biclust")))
20033 (build-system r-build-system)
20034 (propagated-inputs
20035 `(("r-additivitytests" ,r-additivitytests)
20036 ("r-colorspace" ,r-colorspace)
20037 ("r-flexclust" ,r-flexclust)
20038 ("r-ggplot2" ,r-ggplot2)
20039 ("r-lattice" ,r-lattice)
20040 ("r-mass" ,r-mass)
20041 ("r-tidyr" ,r-tidyr)))
20042 (home-page "https://cran.r-project.org/web/packages/biclust/")
20043 (synopsis "BiCluster algorithms")
20044 (description
20045 "The main function @code{biclust()} provides several algorithms to find
20046 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
20047 In addition, the package provides methods for data
20048 preprocessing (normalization and discretization), visualization, and
20049 validation of bicluster solutions.")
20050 (license license:gpl3)))
20051
20052 (define-public r-icge
20053 (package
20054 (name "r-icge")
20055 (version "0.3")
20056 (source
20057 (origin
20058 (method url-fetch)
20059 (uri (cran-uri "ICGE" version))
20060 (sha256
20061 (base32
20062 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
20063 (properties `((upstream-name . "ICGE")))
20064 (build-system r-build-system)
20065 (propagated-inputs
20066 `(("r-cluster" ,r-cluster)
20067 ("r-mass" ,r-mass)))
20068 (home-page "https://cran.r-project.org/web/packages/ICGE/")
20069 (synopsis "Cluster estimation and identification of atypical units")
20070 (description
20071 "ICGE is a package that helps to estimate the number of real clusters in
20072 data as well as to identify atypical units. The underlying methods are based
20073 on distances rather than on unit x variables.")
20074 (license license:gpl2+)))
20075
20076 (define-public r-depth
20077 (package
20078 (name "r-depth")
20079 (version "2.1-1.1")
20080 (source
20081 (origin
20082 (method url-fetch)
20083 (uri (cran-uri "depth" version))
20084 (sha256
20085 (base32
20086 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
20087 (properties `((upstream-name . "depth")))
20088 (build-system r-build-system)
20089 (propagated-inputs
20090 `(("r-abind" ,r-abind)
20091 ("r-circular" ,r-circular)
20092 ("r-rgl" ,r-rgl)))
20093 (native-inputs
20094 `(("gfortran" ,gfortran)))
20095 (home-page "https://cran.r-project.org/web/packages/depth/")
20096 (synopsis "Nonparametric depth functions for multivariate analysis")
20097 (description
20098 "This package provides tools for depth functions methodology applied to
20099 multivariate analysis. Besides allowing calculation of depth values and
20100 depth-based location estimators, the package includes functions or drawing
20101 contour plots and perspective plots of depth functions. Euclidean and
20102 spherical depths are supported.")
20103 (license license:gpl2)))
20104
20105 (define-public r-archetypes
20106 (package
20107 (name "r-archetypes")
20108 (version "2.2-0.1")
20109 (source
20110 (origin
20111 (method url-fetch)
20112 (uri (cran-uri "archetypes" version))
20113 (sha256
20114 (base32
20115 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
20116 (properties `((upstream-name . "archetypes")))
20117 (build-system r-build-system)
20118 (propagated-inputs
20119 `(("r-modeltools" ,r-modeltools)
20120 ("r-nnls" ,r-nnls)))
20121 (home-page "https://cran.r-project.org/web/packages/archetypes")
20122 (synopsis "Archetypal analysis")
20123 (description
20124 "The main function @code{archetypes} implements a framework for
20125 archetypal analysis supporting arbitrary problem solving mechanisms for the
20126 different conceptual parts of the algorithm.")
20127 (license license:gpl2+)))
20128
20129 (define-public r-shapes
20130 (package
20131 (name "r-shapes")
20132 (version "1.2.5")
20133 (source
20134 (origin
20135 (method url-fetch)
20136 (uri (cran-uri "shapes" version))
20137 (sha256
20138 (base32
20139 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
20140 (properties `((upstream-name . "shapes")))
20141 (build-system r-build-system)
20142 (propagated-inputs
20143 `(("r-mass" ,r-mass)
20144 ("r-minpack-lm" ,r-minpack-lm)
20145 ("r-rgl" ,r-rgl)
20146 ("r-scatterplot3d" ,r-scatterplot3d)))
20147 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
20148 (synopsis "Statistical shape analysis")
20149 (description
20150 "This package provides routines for the statistical analysis of landmark
20151 shapes, including Procrustes analysis, graphical displays, principal
20152 components analysis, permutation and bootstrap tests, thin-plate spline
20153 transformation grids and comparing covariance matrices. See Dryden, I.L. and
20154 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
20155 Edition), John Wiley and Sons.")
20156 (license license:gpl2)))
20157
20158 (define-public r-anthropometry
20159 (package
20160 (name "r-anthropometry")
20161 (version "1.14")
20162 (source
20163 (origin
20164 (method url-fetch)
20165 (uri (cran-uri "Anthropometry" version))
20166 (sha256
20167 (base32
20168 "0y52g15pcgs4b68sfczn6nnpdqsialsb4mq3wb9a2gba7qdcf76y"))))
20169 (properties `((upstream-name . "Anthropometry")))
20170 (build-system r-build-system)
20171 (propagated-inputs
20172 `(("r-archetypes" ,r-archetypes)
20173 ("r-biclust" ,r-biclust)
20174 ("r-cluster" ,r-cluster)
20175 ("r-depth" ,r-depth)
20176 ("r-fnn" ,r-fnn)
20177 ("r-icge" ,r-icge)
20178 ("r-nnls" ,r-nnls)
20179 ("r-rgl" ,r-rgl)
20180 ("r-shapes" ,r-shapes)))
20181 (native-inputs
20182 `(("r-knitr" ,r-knitr)))
20183 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
20184 (synopsis "Statistical methods for anthropometric data")
20185 (description
20186 "This package provides statistical methods especially developed to
20187 analyze anthropometric data. These methods are aimed at providing effective
20188 solutions to some commons problems related to Ergonomics and Anthropometry.
20189 They are based on clustering, the statistical concept of data depth,
20190 statistical shape analysis and archetypal analysis.")
20191 (license license:gpl2+)))
20192
20193 (define-public r-adamethods
20194 (package
20195 (name "r-adamethods")
20196 (version "1.2.1")
20197 (source
20198 (origin
20199 (method url-fetch)
20200 (uri (cran-uri "adamethods" version))
20201 (sha256
20202 (base32
20203 "150awbd3skb1mqca18bqjykhyycqw8crviw66s6qrcnmcsbk77pj"))))
20204 (properties `((upstream-name . "adamethods")))
20205 (build-system r-build-system)
20206 (propagated-inputs
20207 `(("r-anthropometry" ,r-anthropometry)
20208 ("r-archetypes" ,r-archetypes)
20209 ("r-fnn" ,r-fnn)
20210 ("r-foreach" ,r-foreach)
20211 ("r-nnls" ,r-nnls)
20212 ("r-tolerance" ,r-tolerance)
20213 ("r-univoutl" ,r-univoutl)))
20214 (home-page "https://cran.r-project.org/web/packages/adamethods/")
20215 (synopsis "Archetypoid algorithms and anomaly detection")
20216 (description
20217 "This package is a collection of several algorithms to obtain
20218 archetypoids with small and large databases and with both classical
20219 multivariate data and functional data (univariate and multivariate). Some of
20220 these algorithms also detect anomalies (outliers).")
20221 (license license:gpl2+)))
20222
20223 (define-public r-idpmisc
20224 (package
20225 (name "r-idpmisc")
20226 (version "1.1.20")
20227 (source
20228 (origin
20229 (method url-fetch)
20230 (uri (cran-uri "IDPmisc" version))
20231 (sha256
20232 (base32
20233 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
20234 (properties `((upstream-name . "IDPmisc")))
20235 (build-system r-build-system)
20236 (propagated-inputs
20237 `(("r-lattice" ,r-lattice)))
20238 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
20239 (synopsis "Functions for data analyses and visualization")
20240 (description
20241 "This package provides different high-level graphics functions for
20242 displaying large datasets, displaying circular data in a very flexible way,
20243 finding local maxima, brewing color ramps, drawing nice arrows, zooming
20244 2D-plots, creating figures with differently colored margin and plot region.
20245 In addition, the package contains auxiliary functions for data manipulation
20246 like omitting observations with irregular values or selecting data by logical
20247 vectors, which include NAs. Other functions are especially useful in
20248 spectroscopy and analyses of environmental data: robust baseline fitting,
20249 finding peaks in spectra, converting humidity measures.")
20250 (license license:gpl3+)))
20251
20252 (define-public r-qqman
20253 (package
20254 (name "r-qqman")
20255 (version "0.1.4")
20256 (source
20257 (origin
20258 (method url-fetch)
20259 (uri (cran-uri "qqman" version))
20260 (sha256
20261 (base32
20262 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
20263 (properties `((upstream-name . "qqman")))
20264 (build-system r-build-system)
20265 (propagated-inputs
20266 `(("r-calibrate" ,r-calibrate)))
20267 (home-page "https://cran.r-project.org/web/packages/qqman/")
20268 (synopsis "Q-Q and Manhattan plots for GWAS data")
20269 (description
20270 "This package allows you to create Q-Q and Manhattan plots for GWAS data
20271 from PLINK results.")
20272 (license license:gpl3)))
20273
20274 (define-public r-ggplot-multistats
20275 (package
20276 (name "r-ggplot-multistats")
20277 (version "1.0.0")
20278 (source
20279 (origin
20280 (method url-fetch)
20281 (uri (cran-uri "ggplot.multistats" version))
20282 (sha256
20283 (base32
20284 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
20285 (properties
20286 `((upstream-name . "ggplot.multistats")))
20287 (build-system r-build-system)
20288 (propagated-inputs
20289 `(("r-ggplot2" ,r-ggplot2)
20290 ("r-hexbin" ,r-hexbin)
20291 ("r-rlang" ,r-rlang)
20292 ("r-scales" ,r-scales)))
20293 (home-page "https://github.com/flying-sheep/ggplot.multistats")
20294 (synopsis "Multiple summary statistics for binned stats/geometries")
20295 (description
20296 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
20297 which functions similar to its singular form, but allows the use of multiple
20298 statistics per bin. Those statistics can be mapped to multiple bin
20299 aesthetics.")
20300 (license license:gpl3)))
20301
20302 (define-public r-knn-covertree
20303 (package
20304 (name "r-knn-covertree")
20305 (version "1.0")
20306 (source
20307 (origin
20308 (method url-fetch)
20309 (uri (cran-uri "knn.covertree" version))
20310 (sha256
20311 (base32
20312 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
20313 (properties `((upstream-name . "knn.covertree")))
20314 (build-system r-build-system)
20315 (propagated-inputs
20316 `(("r-matrix" ,r-matrix)
20317 ("r-rcpp" ,r-rcpp)
20318 ("r-rcppeigen" ,r-rcppeigen)))
20319 (home-page "https://github.com/flying-sheep/knn.covertree")
20320 (synopsis "Accurate kNN Implementation with multiple distance measures")
20321 (description
20322 "Similarly to the FNN package, this package allows calculation of the k
20323 nearest neighbors (kNN) of a data matrix. The implementation is based on
20324 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
20325 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
20326 (license license:agpl3+)))
20327
20328 (define-public r-poibin
20329 (package
20330 (name "r-poibin")
20331 (version "1.5")
20332 (source
20333 (origin
20334 (method url-fetch)
20335 (uri (cran-uri "poibin" version))
20336 (sha256
20337 (base32
20338 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
20339 (properties `((upstream-name . "poibin")))
20340 (build-system r-build-system)
20341 (home-page "https://cran.r-project.org/web/packages/poibin/")
20342 (synopsis "Poisson binomial distribution")
20343 (description
20344 "This package provides an implementation of both the exact and
20345 approximation methods for computing the @dfn{cumulative distribution
20346 function} (CDF) of the Poisson binomial distribution. It also provides the
20347 @dfn{probability mass function} (PMF), quantile function, and random number
20348 generation for the Poisson binomial distribution.")
20349 (license license:gpl2)))
20350
20351 (define-public r-diagram
20352 (package
20353 (name "r-diagram")
20354 (version "1.6.5")
20355 (source
20356 (origin
20357 (method url-fetch)
20358 (uri (cran-uri "diagram" version))
20359 (sha256
20360 (base32
20361 "1r3lyl0h7mk9cfg8smr3jydfkjdawaphnxibkxfjqa7029vkxh79"))))
20362 (properties `((upstream-name . "diagram")))
20363 (build-system r-build-system)
20364 (propagated-inputs
20365 `(("r-shape" ,r-shape)))
20366 (home-page "https://cran.r-project.org/web/packages/diagram/")
20367 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
20368 (description
20369 "This package provides tools to visualize simple graphs (networks) based
20370 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
20371 electrical networks, etc. It also includes supporting material for the book
20372 \"A practical guide to ecological modelling - using R as a simulation
20373 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
20374 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
20375 Francesca Mazzia (2012).")
20376 (license license:gpl2+)))
20377
20378 (define-public r-lim
20379 (package
20380 (name "r-lim")
20381 (version "1.4.6")
20382 (source
20383 (origin
20384 (method url-fetch)
20385 (uri (cran-uri "LIM" version))
20386 (sha256
20387 (base32
20388 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
20389 (properties `((upstream-name . "LIM")))
20390 (build-system r-build-system)
20391 (propagated-inputs
20392 `(("r-diagram" ,r-diagram)
20393 ("r-limsolve" ,r-limsolve)))
20394 (home-page "https://cran.r-project.org/web/packages/LIM/")
20395 (synopsis "Linear inverse model examples and solution methods")
20396 (description
20397 "This package provides functions that read and solve linear inverse
20398 problems (food web problems, linear programming problems).")
20399 (license license:gpl2+)))
20400
20401 (define-public r-shinycssloaders
20402 (package
20403 (name "r-shinycssloaders")
20404 (version "1.0.0")
20405 (source
20406 (origin
20407 (method url-fetch)
20408 (uri (cran-uri "shinycssloaders" version))
20409 (sha256
20410 (base32
20411 "0r3xm273lhdhzbs2mkgw1m2kwb7z1dh1pzya8yxy5vacda1l2ikl"))))
20412 (properties
20413 `((upstream-name . "shinycssloaders")))
20414 (build-system r-build-system)
20415 (propagated-inputs
20416 `(("r-digest" ,r-digest)
20417 ("r-glue" ,r-glue)
20418 ("r-shiny" ,r-shiny)))
20419 (home-page "https://github.com/andrewsali/shinycssloaders")
20420 (synopsis "Add CSS loading animations to Shiny outputs")
20421 (description
20422 "This package provides tools to create a lightweight Shiny wrapper for
20423 the css-loaders created by Luke Hass
20424 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
20425 automatically show a loader when the output is (re)calculating.")
20426 (license license:gpl3)))
20427
20428 (define-public r-rsvg
20429 (package
20430 (name "r-rsvg")
20431 (version "2.1")
20432 (source
20433 (origin
20434 (method url-fetch)
20435 (uri (cran-uri "rsvg" version))
20436 (sha256
20437 (base32
20438 "0bxnwa9sbzx6jlxrzh3ymjq81vkxil2qx7kk7wp13a0cql7dhxcn"))))
20439 (properties `((upstream-name . "rsvg")))
20440 (build-system r-build-system)
20441 (inputs
20442 `(("librsvg" ,librsvg)
20443 ("zlib" ,zlib)))
20444 (native-inputs
20445 `(("pkg-config" ,pkg-config)
20446 ("r-knitr" ,r-knitr)))
20447 (home-page "https://github.com/jeroen/rsvg#readme")
20448 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
20449 (description
20450 "This package allows you to render vector-based SVG images into
20451 high-quality custom-size bitmap arrays using the librsvg2 library. The
20452 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
20453 addition, the package can convert images directly to various formats such as
20454 PDF or PostScript.")
20455 (license license:expat)))
20456
20457 (define-public r-influencer
20458 (package
20459 (name "r-influencer")
20460 (version "0.1.0")
20461 (source
20462 (origin
20463 (method url-fetch)
20464 (uri (cran-uri "influenceR" version))
20465 (sha256
20466 (base32
20467 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
20468 (properties `((upstream-name . "influenceR")))
20469 (build-system r-build-system)
20470 (propagated-inputs
20471 `(("r-igraph" ,r-igraph)
20472 ("r-matrix" ,r-matrix)))
20473 (home-page "https://github.com/rcc-uchicago/influenceR")
20474 (synopsis "Tools to quantify structural importance of nodes in a network")
20475 (description
20476 "This package provides functionality to compute various node centrality
20477 measures on networks. Included are functions to compute betweenness
20478 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
20479 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
20480 algorithm to identify key players, and Valente's bridging metric. The
20481 betweenness, Key Players, and bridging implementations are parallelized with
20482 OpenMP.")
20483 (license license:gpl2)))
20484
20485 (define-public r-emplik
20486 (package
20487 (name "r-emplik")
20488 (version "1.1-1")
20489 (source
20490 (origin
20491 (method url-fetch)
20492 (uri (cran-uri "emplik" version))
20493 (sha256
20494 (base32
20495 "1kw8g8j075bsicdvgkjf4870rfv5c30gvmw6qkkaz3ki22x74w77"))))
20496 (properties `((upstream-name . "emplik")))
20497 (build-system r-build-system)
20498 (propagated-inputs
20499 `(("r-quantreg" ,r-quantreg)))
20500 (home-page "https://www.ms.uky.edu/~mai/EmpLik.html")
20501 (synopsis "Empirical likelihood ratio for censored/truncated data")
20502 (description
20503 "This package provides empirical likelihood ratio tests for
20504 means/quantiles/hazards from possibly censored and/or truncated data. It also
20505 does regression.")
20506 (license license:gpl2+)))
20507
20508 (define-public r-imputeyn
20509 (package
20510 (name "r-imputeyn")
20511 (version "1.3")
20512 (source
20513 (origin
20514 (method url-fetch)
20515 (uri (cran-uri "imputeYn" version))
20516 (sha256
20517 (base32
20518 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
20519 (properties `((upstream-name . "imputeYn")))
20520 (build-system r-build-system)
20521 (propagated-inputs
20522 `(("r-boot" ,r-boot)
20523 ("r-emplik" ,r-emplik)
20524 ("r-mvtnorm" ,r-mvtnorm)
20525 ("r-quadprog" ,r-quadprog)
20526 ("r-survival" ,r-survival)))
20527 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
20528 (synopsis "Impute last largest censored observation under weighted least squares")
20529 (description
20530 "This package allows for the imputation of the last largest censored
20531 observantions. This method brings less bias and more efficient estimates for
20532 AFT models.")
20533 (license license:gpl2)))
20534
20535 (define-public r-adapenetclass
20536 (package
20537 (name "r-adapenetclass")
20538 (version "1.2")
20539 (source
20540 (origin
20541 (method url-fetch)
20542 (uri (cran-uri "AdapEnetClass" version))
20543 (sha256
20544 (base32
20545 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
20546 (properties `((upstream-name . "AdapEnetClass")))
20547 (build-system r-build-system)
20548 (propagated-inputs
20549 `(("r-glmnet" ,r-glmnet)
20550 ("r-imputeyn" ,r-imputeyn)
20551 ("r-lars" ,r-lars)
20552 ("r-quadprog" ,r-quadprog)))
20553 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
20554 (synopsis "Class of adaptive elastic net methods for censored data")
20555 (description
20556 "This package provides methods for variable selection for AFT models.")
20557 (license license:gpl2)))
20558
20559 (define-public r-flock
20560 (package
20561 (name "r-flock")
20562 (version "0.7")
20563 (source
20564 (origin
20565 (method url-fetch)
20566 (uri (cran-uri "flock" version))
20567 (sha256
20568 (base32
20569 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
20570 (properties `((upstream-name . "flock")))
20571 (build-system r-build-system)
20572 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
20573 (home-page "https://cran.r-project.org/web/packages/flock/")
20574 (synopsis "Process synchronization using file locks")
20575 (description
20576 "This package implements synchronization between R processes (spawned by
20577 using the @code{parallel} package for instance) using file locks. It supports
20578 both exclusive and shared locking.")
20579 (license license:asl2.0)))
20580
20581 (define-public r-archivist
20582 (package
20583 (name "r-archivist")
20584 (version "2.3.4")
20585 (source
20586 (origin
20587 (method url-fetch)
20588 (uri (cran-uri "archivist" version))
20589 (sha256
20590 (base32
20591 "1i11hrcq1910jgd6diw6h3sxx624v57zjianm49pqvb2dvd0b8y7"))))
20592 (properties `((upstream-name . "archivist")))
20593 (build-system r-build-system)
20594 (propagated-inputs
20595 `(("r-dbi" ,r-dbi)
20596 ("r-digest" ,r-digest)
20597 ("r-flock" ,r-flock)
20598 ("r-httr" ,r-httr)
20599 ("r-lubridate" ,r-lubridate)
20600 ("r-magrittr" ,r-magrittr)
20601 ("r-rcurl" ,r-rcurl)
20602 ("r-rsqlite" ,r-rsqlite)))
20603 (home-page "https://pbiecek.github.io/archivist/")
20604 (synopsis "Tools for storing, restoring and searching for R objects")
20605 (description
20606 "Data exploration and modelling is a process in which a lot of data
20607 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
20608 statistical models, different versions of data sets and different versions of
20609 results. Archivist helps to store and manage artifacts created in R. It
20610 allows you to store selected artifacts as binary files together with their
20611 metadata and relations. Archivist allows sharing artifacts with others. It
20612 can look for already created artifacts by using its class, name, date of the
20613 creation or other properties. It also makes it easy to restore such
20614 artifacts.")
20615 (license license:gpl2)))
20616
20617 (define-public r-versions
20618 (package
20619 (name "r-versions")
20620 (version "0.3")
20621 (source
20622 (origin
20623 (method url-fetch)
20624 (uri (cran-uri "versions" version))
20625 (sha256
20626 (base32
20627 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
20628 (properties `((upstream-name . "versions")))
20629 (build-system r-build-system)
20630 (home-page "https://cran.r-project.org/web/packages/versions/")
20631 (synopsis "Query and install specific versions of CRAN packages")
20632 (description
20633 "This package allows you to install specified versions of R packages
20634 hosted on CRAN and provides functions to list available versions and the
20635 versions of currently installed packages.")
20636 (license license:bsd-3)))
20637
20638 (define-public r-adapr
20639 (package
20640 (name "r-adapr")
20641 (version "2.0.0")
20642 (source
20643 (origin
20644 (method url-fetch)
20645 (uri (cran-uri "adapr" version))
20646 (sha256
20647 (base32
20648 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
20649 (properties `((upstream-name . "adapr")))
20650 (build-system r-build-system)
20651 (propagated-inputs
20652 `(("r-archivist" ,r-archivist)
20653 ("r-devtools" ,r-devtools)
20654 ("r-digest" ,r-digest)
20655 ("r-doparallel" ,r-doparallel)
20656 ("r-gdata" ,r-gdata)
20657 ("r-ggplot2" ,r-ggplot2)
20658 ("r-git2r" ,r-git2r)
20659 ("r-igraph" ,r-igraph)
20660 ("r-knitr" ,r-knitr)
20661 ("r-plotly" ,r-plotly)
20662 ("r-plyr" ,r-plyr)
20663 ("r-rmarkdown" ,r-rmarkdown)
20664 ("r-shiny" ,r-shiny)
20665 ("r-shinydashboard" ,r-shinydashboard)
20666 ("r-versions" ,r-versions)))
20667 (home-page "https://cran.r-project.org/web/packages/adapr/")
20668 (synopsis "Implementation of an accountable data analysis process")
20669 (description
20670 "This package tracks reading and writing within R scripts that are
20671 organized into a directed acyclic graph. It contains an interactive Shiny
20672 application @code{adaprApp()}. It uses Git and file hashes to track version
20673 histories of inputs and outputs.")
20674 (license license:lgpl2.0)))
20675
20676 (define-public r-adapsamp
20677 (package
20678 (name "r-adapsamp")
20679 (version "1.1.1")
20680 (source
20681 (origin
20682 (method url-fetch)
20683 (uri (cran-uri "AdapSamp" version))
20684 (sha256
20685 (base32
20686 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
20687 (properties `((upstream-name . "AdapSamp")))
20688 (build-system r-build-system)
20689 (propagated-inputs `(("r-pracma" ,r-pracma)))
20690 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
20691 (synopsis "Adaptive sampling algorithms")
20692 (description
20693 "For distributions whose probability density functions are log-concave,
20694 the adaptive rejection sampling algorithm can be used to build envelope
20695 functions for sampling. For others, the modified adaptive rejection sampling
20696 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
20697 adaptive slice sampling algorithm can be used. This R package mainly includes
20698 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
20699 @code{rASS()}. These functions can realize sampling based on the algorithms
20700 above.")
20701 (license license:gpl2)))
20702
20703 (define-public r-adaptalint
20704 (package
20705 (name "r-adaptalint")
20706 (version "0.2.4")
20707 (source
20708 (origin
20709 (method url-fetch)
20710 (uri (cran-uri "adaptalint" version))
20711 (sha256
20712 (base32
20713 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
20714 (properties `((upstream-name . "adaptalint")))
20715 (build-system r-build-system)
20716 (propagated-inputs
20717 `(("r-dplyr" ,r-dplyr)
20718 ("r-lintr" ,r-lintr)
20719 ("r-purrr" ,r-purrr)))
20720 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
20721 (synopsis "Check R code style")
20722 (description
20723 "This package provides tools to infer the code style (which style rules
20724 are followed and which ones are not) from one package and use it to check
20725 another. This makes it easier to find and correct the most important problems
20726 first.")
20727 (license license:gpl3)))
20728
20729 (define-public r-fracdiff
20730 (package
20731 (name "r-fracdiff")
20732 (version "1.5-1")
20733 (source
20734 (origin
20735 (method url-fetch)
20736 (uri (cran-uri "fracdiff" version))
20737 (sha256
20738 (base32
20739 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
20740 (properties `((upstream-name . "fracdiff")))
20741 (build-system r-build-system)
20742 (home-page "https://github.com/mmaechler/fracdiff")
20743 (synopsis
20744 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
20745 (description
20746 "This package provides tools for the maximum likelihood estimation of the
20747 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
20748 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
20749 (license license:gpl2+)))
20750
20751 (define-public r-forecast
20752 (package
20753 (name "r-forecast")
20754 (version "8.13")
20755 (source
20756 (origin
20757 (method url-fetch)
20758 (uri (cran-uri "forecast" version))
20759 (sha256
20760 (base32
20761 "0vrql5d4v28890np2m6ws1nr1fcl6frs1bz74vfkihkixcmkl3j9"))))
20762 (properties `((upstream-name . "forecast")))
20763 (build-system r-build-system)
20764 (propagated-inputs
20765 `(("r-colorspace" ,r-colorspace)
20766 ("r-fracdiff" ,r-fracdiff)
20767 ("r-ggplot2" ,r-ggplot2)
20768 ("r-lmtest" ,r-lmtest)
20769 ("r-magrittr" ,r-magrittr)
20770 ("r-nnet" ,r-nnet)
20771 ("r-rcpp" ,r-rcpp)
20772 ("r-rcpparmadillo" ,r-rcpparmadillo)
20773 ("r-timedate" ,r-timedate)
20774 ("r-tseries" ,r-tseries)
20775 ("r-urca" ,r-urca)
20776 ("r-zoo" ,r-zoo)))
20777 (native-inputs
20778 `(("r-knitr" ,r-knitr))) ; needed for vignettes
20779 (home-page "https://pkg.robjhyndman.com/forecast/")
20780 (synopsis "Forecasting functions for time series and linear models")
20781 (description
20782 "This package provides methods and tools for displaying and analysing
20783 univariate time series forecasts including exponential smoothing via state
20784 space models and automatic ARIMA modelling.")
20785 (license license:gpl3)))
20786
20787 (define-public r-xmisc
20788 (package
20789 (name "r-xmisc")
20790 (version "0.2.1")
20791 (source
20792 (origin
20793 (method url-fetch)
20794 (uri (cran-uri "Xmisc" version))
20795 (sha256
20796 (base32
20797 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
20798 (properties `((upstream-name . "Xmisc")))
20799 (build-system r-build-system)
20800 (home-page "https://cran.r-project.org/package=Xmisc")
20801 (synopsis
20802 "Xiaobei's miscellaneous classes and functions")
20803 (description
20804 "This package provides Xiaobei's miscellaneous classes and functions,
20805 which are useful when developing R packages for @dfn{object oriented
20806 programming} (OOP) using R Reference Class.")
20807 (license license:gpl2+)))
20808
20809 (define-public r-proxyc
20810 (package
20811 (name "r-proxyc")
20812 (version "0.1.5")
20813 (source
20814 (origin
20815 (method url-fetch)
20816 (uri (cran-uri "proxyC" version))
20817 (sha256
20818 (base32
20819 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
20820 (properties `((upstream-name . "proxyC")))
20821 (build-system r-build-system)
20822 (propagated-inputs
20823 `(("r-matrix" ,r-matrix)
20824 ("r-rcpp" ,r-rcpp)
20825 ("r-rcpparmadillo" ,r-rcpparmadillo)
20826 ("r-rcppparallel" ,r-rcppparallel)))
20827 (home-page "https://cran.r-project.org/package=proxyC")
20828 (synopsis "Compute proximity in large sparse matrices")
20829 (description
20830 "This package provides efficient tools to compute the proximity between
20831 rows or columns of large matrices. Functions are optimised for large sparse
20832 matrices using the Armadillo and Intel TBB libraries. Among several built-in
20833 similarity/distance measures, computation of correlation, cosine similarity
20834 and Euclidean distance is particularly fast.")
20835 (license license:gpl3)))
20836
20837 (define-public r-isocodes
20838 (package
20839 (name "r-isocodes")
20840 (version "2020.03.16")
20841 (source
20842 (origin
20843 (method url-fetch)
20844 (uri (cran-uri "ISOcodes" version))
20845 (sha256
20846 (base32
20847 "1hz1sj57qkkkrgn8slsz2n4jv1fkyp40503j9rg30lxy4gmb83hn"))))
20848 (properties `((upstream-name . "ISOcodes")))
20849 (build-system r-build-system)
20850 (home-page "https://cran.r-project.org/package=ISOcodes")
20851 (synopsis "Selected ISO codes")
20852 (description
20853 "This package provides ISO language, territory, currency, script and
20854 character codes. It provides ISO 639 language codes, ISO 3166 territory
20855 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
20856 character codes as well as the UN M.49 area codes.")
20857 (license license:gpl2)))
20858
20859 (define-public r-stopwords
20860 (package
20861 (name "r-stopwords")
20862 (version "2.0")
20863 (source
20864 (origin
20865 (method url-fetch)
20866 (uri (cran-uri "stopwords" version))
20867 (sha256
20868 (base32
20869 "155g00ansyqfpp1mzd2q6mn0k214xinf78nww2368h24kz761jjw"))))
20870 (properties `((upstream-name . "stopwords")))
20871 (build-system r-build-system)
20872 (propagated-inputs
20873 `(("r-desc" ,r-desc)
20874 ("r-isocodes" ,r-isocodes)
20875 ("r-usethis" ,r-usethis)))
20876 (home-page "https://github.com/quanteda/stopwords")
20877 (synopsis "Multilingual stopword lists")
20878 (description
20879 "This package provides multiple sources of stopwords, for use in text
20880 analysis and natural language processing.")
20881 (license license:expat)))
20882
20883 (define-public r-spacyr
20884 (package
20885 (name "r-spacyr")
20886 (version "1.2.1")
20887 (source
20888 (origin
20889 (method url-fetch)
20890 (uri (cran-uri "spacyr" version))
20891 (sha256
20892 (base32
20893 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
20894 (properties `((upstream-name . "spacyr")))
20895 (build-system r-build-system)
20896 (propagated-inputs
20897 `(("r-data-table" ,r-data-table)
20898 ("r-reticulate" ,r-reticulate)))
20899 (home-page "https://spacyr.quanteda.io")
20900 (synopsis "R wrapper for the spaCy NLP library")
20901 (description
20902 "This package provides an R wrapper to the Python @dfn{natural language
20903 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
20904 (license license:gpl3)))
20905
20906 (define-public r-snowballc
20907 (package
20908 (name "r-snowballc")
20909 (version "0.7.0")
20910 (source
20911 (origin
20912 (method url-fetch)
20913 (uri (cran-uri "SnowballC" version))
20914 (sha256
20915 (base32
20916 "1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
20917 (properties `((upstream-name . "SnowballC")))
20918 (build-system r-build-system)
20919 (home-page "https://r-forge.r-project.org/projects/r-temis/")
20920 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
20921 (description
20922 "This package provides an R interface to the C @code{libstemmer} library
20923 that implements Porter's word stemming algorithm for collapsing words to a
20924 common root to aid comparison of vocabulary. Currently supported languages
20925 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
20926 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
20927 (license license:bsd-3)))
20928
20929 (define-public r-quanteda
20930 (package
20931 (name "r-quanteda")
20932 (version "2.1.2")
20933 (source
20934 (origin
20935 (method url-fetch)
20936 (uri (cran-uri "quanteda" version))
20937 (sha256
20938 (base32
20939 "13rjwgmg5v1dbryrs9ifyy76s5ib6wrbrm2y5af44vhf1h6p9cvy"))))
20940 (properties `((upstream-name . "quanteda")))
20941 (build-system r-build-system)
20942 (propagated-inputs
20943 `(("r-data-table" ,r-data-table)
20944 ("r-digest" ,r-digest)
20945 ("r-extrafont" ,r-extrafont)
20946 ("r-fastmatch" ,r-fastmatch)
20947 ("r-ggplot2" ,r-ggplot2)
20948 ("r-ggrepel" ,r-ggrepel)
20949 ("r-jsonlite" ,r-jsonlite)
20950 ("r-magrittr" ,r-magrittr)
20951 ("r-matrix" ,r-matrix)
20952 ("r-network" ,r-network)
20953 ("r-proxyc" ,r-proxyc)
20954 ("r-rcpp" ,r-rcpp)
20955 ("r-rcpparmadillo" ,r-rcpparmadillo)
20956 ("r-rcppparallel" ,r-rcppparallel)
20957 ("r-sna" ,r-sna)
20958 ("r-snowballc" ,r-snowballc)
20959 ("r-stopwords" ,r-stopwords)
20960 ("r-stringi" ,r-stringi)
20961 ("r-xml2" ,r-xml2)
20962 ("r-yaml" ,r-yaml)))
20963 (native-inputs
20964 `(("r-knitr" ,r-knitr)))
20965 (home-page "https://quanteda.io")
20966 (synopsis "Quantitative analysis of textual data")
20967 (description
20968 "This package provides a fast, flexible, and comprehensive framework for
20969 quantitative text analysis in R. It provides functionality for corpus
20970 management, creating and manipulating tokens and ngrams, exploring keywords in
20971 context, forming and manipulating sparse matrices of documents by features and
20972 feature co-occurrences, analyzing keywords, computing feature similarities and
20973 distances, applying content dictionaries, applying supervised and unsupervised
20974 machine learning, visually representing text and text analyses, and more.")
20975 (license license:gpl3)))
20976
20977 (define-public r-topicmodels
20978 (package
20979 (name "r-topicmodels")
20980 (version "0.2-11")
20981 (source
20982 (origin
20983 (method url-fetch)
20984 (uri (cran-uri "topicmodels" version))
20985 (sha256
20986 (base32
20987 "0jmp6wva99y0w40cfw7b0faylndhjam097x36ilc4vmyczcv89lw"))))
20988 (properties `((upstream-name . "topicmodels")))
20989 (build-system r-build-system)
20990 (native-inputs
20991 `(("gsl" ,gsl)))
20992 (propagated-inputs
20993 `(("r-modeltools" ,r-modeltools)
20994 ("r-slam" ,r-slam)
20995 ("r-tm" ,r-tm)))
20996 (home-page "https://cran.r-project.org/package=topicmodels")
20997 (synopsis "Topic models")
20998 (description
20999 "This package provides an interface to the C code for @dfn{Latent
21000 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
21001 David M. Blei and co-authors and the C++ code for fitting LDA models using
21002 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
21003 (license license:gpl2)))
21004
21005 (define-public r-stm
21006 (package
21007 (name "r-stm")
21008 (version "1.3.6")
21009 (source
21010 (origin
21011 (method url-fetch)
21012 (uri (cran-uri "stm" version))
21013 (sha256
21014 (base32
21015 "0qwq4nin2n9fjd06852r8k7arvcgh46kcfb3lm21swgx6j8bgrhb"))))
21016 (properties `((upstream-name . "stm")))
21017 (build-system r-build-system)
21018 (propagated-inputs
21019 `(("r-data-table" ,r-data-table)
21020 ("r-glmnet" ,r-glmnet)
21021 ("r-lda" ,r-lda)
21022 ("r-matrix" ,r-matrix)
21023 ("r-matrixstats" ,r-matrixstats)
21024 ("r-quadprog" ,r-quadprog)
21025 ("r-quanteda" ,r-quanteda)
21026 ("r-rcpp" ,r-rcpp)
21027 ("r-rcpparmadillo" ,r-rcpparmadillo)
21028 ("r-slam" ,r-slam)
21029 ("r-stringr" ,r-stringr)))
21030 (home-page "http://www.structuraltopicmodel.com/")
21031 (synopsis "Estimation of the Structural Topic Model")
21032 (description
21033 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
21034 topic models with document-level covariates. The package also includes tools
21035 for model selection, visualization, and estimation of topic-covariate
21036 regressions.")
21037 (license license:expat)))
21038
21039 (define-public r-polycor
21040 (package
21041 (name "r-polycor")
21042 (version "0.7-10")
21043 (source
21044 (origin
21045 (method url-fetch)
21046 (uri (cran-uri "polycor" version))
21047 (sha256
21048 (base32
21049 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
21050 (properties `((upstream-name . "polycor")))
21051 (build-system r-build-system)
21052 (propagated-inputs
21053 `(("r-matrix" ,r-matrix)
21054 ("r-mvtnorm" ,r-mvtnorm)))
21055 (home-page "https://r-forge.r-project.org/projects/polycor/")
21056 (synopsis "Polychoric and polyserial correlations")
21057 (description
21058 "This package provides tools to compute polychoric and polyserial
21059 correlations by quick \"two-step\" methods or ML, optionally with standard
21060 errors; tetrachoric and biserial correlations are special cases.")
21061 (license license:gpl2+)))
21062
21063 (define-public r-msm
21064 (package
21065 (name "r-msm")
21066 (version "1.6.8")
21067 (source
21068 (origin
21069 (method url-fetch)
21070 (uri (cran-uri "msm" version))
21071 (sha256
21072 (base32
21073 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
21074 (properties `((upstream-name . "msm")))
21075 (build-system r-build-system)
21076 (propagated-inputs
21077 `(("r-expm" ,r-expm)
21078 ("r-mvtnorm" ,r-mvtnorm)
21079 ("r-survival" ,r-survival)))
21080 (home-page "https://github.com/chjackson/msm")
21081 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
21082 (description
21083 "This package provides functions for fitting continuous-time Markov and
21084 hidden Markov multi-state models to longitudinal data. It was designed for
21085 processes observed at arbitrary times in continuous time (panel data) but some
21086 other observation schemes are supported. Both Markov transition rates and the
21087 hidden Markov output process can be modelled in terms of covariates, which may
21088 be constant or piecewise-constant in time.")
21089 (license license:gpl2+)))
21090
21091 (define-public r-ltm
21092 (package
21093 (name "r-ltm")
21094 (version "1.1-1")
21095 (source
21096 (origin
21097 (method url-fetch)
21098 (uri (cran-uri "ltm" version))
21099 (sha256
21100 (base32
21101 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
21102 (properties `((upstream-name . "ltm")))
21103 (build-system r-build-system)
21104 (propagated-inputs
21105 `(("r-mass" ,r-mass)
21106 ("r-msm" ,r-msm)
21107 ("r-polycor" ,r-polycor)))
21108 (home-page "https://github.com/drizopoulos/ltm")
21109 (synopsis "Latent trait models under IRT")
21110 (description
21111 "This is a package supporting the analysis of multivariate dichotomous
21112 and polytomous data using latent trait models under the Item Response Theory
21113 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
21114 Three-Parameter, the Graded Response, and the Generalized Partial Credit
21115 Models.")
21116 (license license:gpl2+)))
21117
21118 (define-public r-mi
21119 (package
21120 (name "r-mi")
21121 (version "1.0")
21122 (source
21123 (origin
21124 (method url-fetch)
21125 (uri (cran-uri "mi" version))
21126 (sha256
21127 (base32
21128 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
21129 (properties `((upstream-name . "mi")))
21130 (build-system r-build-system)
21131 (propagated-inputs
21132 `(("r-arm" ,r-arm)
21133 ("r-matrix" ,r-matrix)))
21134 (home-page "http://www.stat.columbia.edu/~gelman/")
21135 (synopsis "Missing data imputation and model checking")
21136 (description
21137 "This package provides functions for data manipulation, imputing missing
21138 values in an approximate Bayesian framework, diagnostics of the models used to
21139 generate the imputations, confidence-building mechanisms to validate some of
21140 the assumptions of the imputation algorithm, and functions to analyze multiply
21141 imputed data sets with the appropriate degree of sampling uncertainty.")
21142 (license license:gpl2+)))
21143
21144 (define-public r-matrixcalc
21145 (package
21146 (name "r-matrixcalc")
21147 (version "1.0-3")
21148 (source
21149 (origin
21150 (method url-fetch)
21151 (uri (cran-uri "matrixcalc" version))
21152 (sha256
21153 (base32
21154 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
21155 (properties `((upstream-name . "matrixcalc")))
21156 (build-system r-build-system)
21157 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
21158 (synopsis "Collection of functions for matrix calculations")
21159 (description
21160 "This package provides a collection of functions to support matrix
21161 calculations for probability, econometric and numerical analysis. There are
21162 additional functions that are comparable to APL functions which are useful for
21163 actuarial models such as pension mathematics.")
21164 (license license:gpl2+)))
21165
21166 (define-public r-sem
21167 (package
21168 (name "r-sem")
21169 (version "3.1-11")
21170 (source
21171 (origin
21172 (method url-fetch)
21173 (uri (cran-uri "sem" version))
21174 (sha256
21175 (base32
21176 "03j3ig6fy34pi6nwfq9w8f5m555lilw5skr1vn6ay4yvjmvavc9k"))))
21177 (properties `((upstream-name . "sem")))
21178 (build-system r-build-system)
21179 (propagated-inputs
21180 `(("r-boot" ,r-boot)
21181 ("r-mass" ,r-mass)
21182 ("r-matrixcalc" ,r-matrixcalc)
21183 ("r-mi" ,r-mi)))
21184 (home-page "https://cran.r-project.org/package=sem")
21185 (synopsis "Structural equation models")
21186 (description
21187 "This package provides functions for fitting general linear structural
21188 equation models (with observed and latent variables) using the RAM approach,
21189 and for fitting structural equations in observed-variable models by two-stage
21190 least squares.")
21191 (license license:gpl2+)))
21192
21193 (define-public r-semtools
21194 (package
21195 (name "r-semtools")
21196 (version "0.5-3")
21197 (source
21198 (origin
21199 (method url-fetch)
21200 (uri (cran-uri "semTools" version))
21201 (sha256
21202 (base32
21203 "0k3w10fnq0l89inhxvnypyrfhlrm921mfn0kwyyfpndvbqizky1d"))))
21204 (properties `((upstream-name . "semTools")))
21205 (build-system r-build-system)
21206 (propagated-inputs
21207 `(("r-lavaan" ,r-lavaan)))
21208 (home-page "https://github.com/simsem/semTools/wiki")
21209 (synopsis "Useful tools for structural equation modeling")
21210 (description
21211 "This package provides useful tools for structural equation modeling.")
21212 (license license:gpl2+)))
21213
21214 (define-public r-regsem
21215 (package
21216 (name "r-regsem")
21217 (version "1.6.2")
21218 (source
21219 (origin
21220 (method url-fetch)
21221 (uri (cran-uri "regsem" version))
21222 (sha256
21223 (base32
21224 "14nrzyrkrijdrr4jwkri5zra2wh36w68wy6xs600l2z1633h2lmn"))))
21225 (properties `((upstream-name . "regsem")))
21226 (build-system r-build-system)
21227 (propagated-inputs
21228 `(("r-lavaan" ,r-lavaan)
21229 ("r-rcpp" ,r-rcpp)
21230 ("r-rcpparmadillo" ,r-rcpparmadillo)
21231 ("r-rsolnp" ,r-rsolnp)))
21232 (native-inputs
21233 `(("r-knitr" ,r-knitr)))
21234 (home-page "https://cran.r-project.org/package=regsem")
21235 (synopsis "Regularized structural equation modeling")
21236 (description
21237 "This package uses both ridge and lasso penalties (and extensions) to
21238 penalize specific parameters in structural equation models. The package
21239 offers additional cost functions, cross validation, and other extensions
21240 beyond traditional structural equation models. It also contains a function to
21241 perform @dfn{exploratory mediation} (XMed).")
21242 (license license:gpl2+)))
21243
21244 (define-public r-stanheaders
21245 (package
21246 (name "r-stanheaders")
21247 (version "2.21.0-6")
21248 (source
21249 (origin
21250 (method url-fetch)
21251 (uri (cran-uri "StanHeaders" version))
21252 (sha256
21253 (base32
21254 "1wwcrss4y6xbi81cg6ldhm57wz5paflzzp3yxh8b6shf9l2jla50"))))
21255 (properties `((upstream-name . "StanHeaders")))
21256 (build-system r-build-system)
21257 (inputs `(("pandoc" ,pandoc)))
21258 (propagated-inputs
21259 `(("r-rcppeigen" ,r-rcppeigen)
21260 ("r-rcppparallel" ,r-rcppparallel)))
21261 (native-inputs
21262 `(("gfortran" ,gfortran)
21263 ("r-knitr" ,r-knitr))) ; for vignettes
21264 (home-page "https://mc-stan.org/")
21265 (synopsis "C++ header files for Stan")
21266 (description
21267 "The C++ header files of the Stan project are provided by this package.
21268 There is a shared object containing part of the @code{CVODES} library, but it
21269 is not accessible from R. @code{r-stanheaders} is only useful for developers
21270 who want to utilize the @code{LinkingTo} directive of their package's
21271 DESCRIPTION file to build on the Stan library without incurring unnecessary
21272 dependencies.
21273
21274 The Stan project develops a probabilistic programming language that implements
21275 full or approximate Bayesian statistical inference via Markov Chain Monte
21276 Carlo or variational methods and implements (optionally penalized) maximum
21277 likelihood estimation via optimization. The Stan library includes an advanced
21278 automatic differentiation scheme, templated statistical and linear algebra
21279 functions that can handle the automatically differentiable scalar types (and
21280 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
21281 package provides user-facing R functions to parse, compile, test, estimate,
21282 and analyze Stan models.")
21283 (license license:bsd-3)))
21284
21285 (define-public r-rpf
21286 (package
21287 (name "r-rpf")
21288 (version "1.0.5")
21289 (source
21290 (origin
21291 (method url-fetch)
21292 (uri (cran-uri "rpf" version))
21293 (sha256
21294 (base32
21295 "0kz7i7g3l16irz6bxgnkxdmmd931m1fk6rl72dvs21ir5brr010l"))))
21296 (properties `((upstream-name . "rpf")))
21297 (build-system r-build-system)
21298 (propagated-inputs
21299 `(("r-lifecycle" ,r-lifecycle)
21300 ("r-mvtnorm" ,r-mvtnorm)
21301 ("r-rcpp" ,r-rcpp)
21302 ("r-rcppeigen" ,r-rcppeigen)))
21303 (native-inputs
21304 `(("r-knitr" ,r-knitr)))
21305 (home-page "https://github.com/jpritikin/rpf")
21306 (synopsis "Response probability functions")
21307 (description
21308 "The purpose of this package is to factor out logic and math common to
21309 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
21310 core support code suitable for more specialized IRT packages to build upon.
21311 Complete access to optimized C functions is made available with
21312 @code{R_RegisterCCallable()}.")
21313 (license license:gpl3+)))
21314
21315 (define-public r-openmx
21316 (package
21317 (name "r-openmx")
21318 (version "2.18.1")
21319 (source
21320 (origin
21321 (method url-fetch)
21322 (uri (cran-uri "OpenMx" version))
21323 (sha256
21324 (base32
21325 "0gyjps0l3ig90piccgd04s63cz65kk5i5l9iyakps4bv27h1lzwm"))))
21326 (properties `((upstream-name . "OpenMx")))
21327 (build-system r-build-system)
21328 (propagated-inputs
21329 `(("r-bh" ,r-bh)
21330 ("r-digest" ,r-digest)
21331 ("r-lifecycle" ,r-lifecycle)
21332 ("r-mass" ,r-mass)
21333 ("r-matrix" ,r-matrix)
21334 ("r-rcpp" ,r-rcpp)
21335 ("r-rcppeigen" ,r-rcppeigen)
21336 ("r-rpf" ,r-rpf)
21337 ("r-stanheaders" ,r-stanheaders)))
21338 (native-inputs `(("gfortran" ,gfortran)))
21339 (home-page "http://openmx.ssri.psu.edu")
21340 (synopsis "Extended structural equation modelling")
21341 (description
21342 "This package allows for the estimation of a wide variety of advanced
21343 multivariate statistical models. It consists of a library of functions and
21344 optimizers that allow you to quickly and flexibly define an SEM model and
21345 estimate parameters given observed data.")
21346 (license license:asl2.0)))
21347
21348 (define-public r-kutils
21349 (package
21350 (name "r-kutils")
21351 (version "1.70")
21352 (source
21353 (origin
21354 (method url-fetch)
21355 (uri (cran-uri "kutils" version))
21356 (sha256
21357 (base32
21358 "06jk66wbq3jmdf2jdhqns6r3yk36l2x7c907x977zv80sqxa1l37"))))
21359 (properties `((upstream-name . "kutils")))
21360 (build-system r-build-system)
21361 (propagated-inputs
21362 `(("r-foreign" ,r-foreign)
21363 ("r-openxlsx" ,r-openxlsx)
21364 ("r-plyr" ,r-plyr)
21365 ("r-runit" ,r-runit)
21366 ("r-xtable" ,r-xtable)))
21367 (home-page "https://cran.r-project.org/package=kutils")
21368 (synopsis "Project management tools")
21369 (description
21370 "This package provides tools for data importation, recoding, and
21371 inspection. There are functions to create new project folders, R code
21372 templates, create uniquely named output directories, and to quickly obtain a
21373 visual summary for each variable in a data frame. The main feature here is
21374 the systematic implementation of the \"variable key\" framework for data
21375 importation and recoding.")
21376 (license license:gpl2)))
21377
21378 (define-public r-rockchalk
21379 (package
21380 (name "r-rockchalk")
21381 (version "1.8.144")
21382 (source
21383 (origin
21384 (method url-fetch)
21385 (uri (cran-uri "rockchalk" version))
21386 (sha256
21387 (base32
21388 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
21389 (properties `((upstream-name . "rockchalk")))
21390 (build-system r-build-system)
21391 (propagated-inputs
21392 `(("r-cardata" ,r-cardata)
21393 ("r-kutils" ,r-kutils)
21394 ("r-lme4" ,r-lme4)
21395 ("r-mass" ,r-mass)))
21396 (home-page "https://cran.r-project.org/package=rockchalk")
21397 (synopsis "Regression estimation and presentation")
21398 (description
21399 "This package provides a collection of functions for interpretation and
21400 presentation of regression analysis. These functions are used to produce the
21401 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
21402 includes regression diagnostics, regression tables, and plots of interactions
21403 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
21404 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
21405 fairly comprehensive overview.")
21406 (license license:gpl3+)))
21407
21408 (define-public r-lisreltor
21409 (package
21410 (name "r-lisreltor")
21411 (version "0.1.4")
21412 (source
21413 (origin
21414 (method url-fetch)
21415 (uri (cran-uri "lisrelToR" version))
21416 (sha256
21417 (base32
21418 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
21419 (properties `((upstream-name . "lisrelToR")))
21420 (build-system r-build-system)
21421 (home-page "https://cran.r-project.org/package=lisrelToR")
21422 (synopsis "Import output from LISREL into R")
21423 (description
21424 "This is an unofficial package aimed at automating the import of LISREL
21425 output in R.")
21426 (license license:gpl2)))
21427
21428 (define-public r-bdgraph
21429 (package
21430 (name "r-bdgraph")
21431 (version "2.63")
21432 (source
21433 (origin
21434 (method url-fetch)
21435 (uri (cran-uri "BDgraph" version))
21436 (sha256
21437 (base32
21438 "05q6dbvdnxmh7myvw60zqcqx16f80i8d6qa4y7xnfkx02l9lwiyc"))))
21439 (properties `((upstream-name . "BDgraph")))
21440 (build-system r-build-system)
21441 (propagated-inputs
21442 `(("r-igraph" ,r-igraph)))
21443 (home-page "https://www.uva.nl/profile/a.mohammadi")
21444 (synopsis "Bayesian structure learning in graphical models")
21445 (description
21446 "This package provides statistical tools for Bayesian structure learning
21447 in undirected graphical models for continuous, discrete, and mixed data. It
21448 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
21449 on a continuous-time birth-death process.")
21450 (license license:gpl2+)))
21451
21452 (define-public r-d3network
21453 (package
21454 (name "r-d3network")
21455 (version "0.5.2.1")
21456 (source
21457 (origin
21458 (method url-fetch)
21459 (uri (cran-uri "d3Network" version))
21460 (sha256
21461 (base32
21462 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
21463 (properties `((upstream-name . "d3Network")))
21464 (build-system r-build-system)
21465 (propagated-inputs
21466 `(("r-plyr" ,r-plyr)
21467 ("r-rjson" ,r-rjson)
21468 ("r-whisker" ,r-whisker)))
21469 (home-page "http://christophergandrud.github.io/d3Network/")
21470 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
21471 (description
21472 "This package is intended to make it easy to create D3 JavaScript
21473 network, tree, dendrogram, and Sankey graphs from R using data frames.")
21474 (license license:gpl3+)))
21475
21476 (define-public r-qgraph
21477 (package
21478 (name "r-qgraph")
21479 (version "1.6.5")
21480 (source
21481 (origin
21482 (method url-fetch)
21483 (uri (cran-uri "qgraph" version))
21484 (sha256
21485 (base32
21486 "0pwys9irxvp0ap158drplyypkplbmwqinv0fmlsblk7q875cr592"))))
21487 (properties `((upstream-name . "qgraph")))
21488 (build-system r-build-system)
21489 (propagated-inputs
21490 `(("r-abind" ,r-abind)
21491 ("r-bdgraph" ,r-bdgraph)
21492 ("r-colorspace" ,r-colorspace)
21493 ("r-corpcor" ,r-corpcor)
21494 ("r-d3network" ,r-d3network)
21495 ("r-dplyr" ,r-dplyr)
21496 ("r-fdrtool" ,r-fdrtool)
21497 ("r-ggplot2" ,r-ggplot2)
21498 ("r-ggraph" ,r-ggraph)
21499 ("r-glasso" ,r-glasso)
21500 ("r-gtools" ,r-gtools)
21501 ("r-hmisc" ,r-hmisc)
21502 ("r-huge" ,r-huge)
21503 ("r-igraph" ,r-igraph)
21504 ("r-jpeg" ,r-jpeg)
21505 ("r-lavaan" ,r-lavaan)
21506 ("r-matrix" ,r-matrix)
21507 ("r-pbapply" ,r-pbapply)
21508 ("r-plyr" ,r-plyr)
21509 ("r-png" ,r-png)
21510 ("r-psych" ,r-psych)
21511 ("r-rcpp" ,r-rcpp)
21512 ("r-reshape2" ,r-reshape2)
21513 ("r-tidygraph" ,r-tidygraph)))
21514 (home-page "http://sachaepskamp.com/qgraph/")
21515 (synopsis "Weighted network visualization and analysis")
21516 (description
21517 "This package implements tools for weighted network visualization and
21518 analysis, as well as Gaussian graphical model computation. It contains graph
21519 plotting methods, and tools for psychometric data visualization and graphical
21520 model estimation. See Epskamp et al. (2012)
21521 @url{doi:10.18637/jss.v048.i04}.")
21522 (license license:gpl2)))
21523
21524 (define-public r-semplot
21525 (package
21526 (name "r-semplot")
21527 (version "1.1.2")
21528 (source
21529 (origin
21530 (method url-fetch)
21531 (uri (cran-uri "semPlot" version))
21532 (sha256
21533 (base32
21534 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
21535 (properties `((upstream-name . "semPlot")))
21536 (build-system r-build-system)
21537 (propagated-inputs
21538 `(("r-colorspace" ,r-colorspace)
21539 ("r-corpcor" ,r-corpcor)
21540 ("r-igraph" ,r-igraph)
21541 ("r-lavaan" ,r-lavaan)
21542 ("r-lisreltor" ,r-lisreltor)
21543 ("r-openmx" ,r-openmx)
21544 ("r-plyr" ,r-plyr)
21545 ("r-qgraph" ,r-qgraph)
21546 ("r-regsem" ,r-regsem)
21547 ("r-rockchalk" ,r-rockchalk)
21548 ("r-sem" ,r-sem)
21549 ("r-xml" ,r-xml)))
21550 (home-page "https://github.com/SachaEpskamp/semPlot")
21551 (synopsis "Unified visualizations of structural equation models")
21552 (description
21553 "Structural equation modeling (SEM) has a long history of representing
21554 models graphically as path diagrams. The semPlot package for R fills the gap
21555 between advanced, but time-consuming, graphical software and the limited
21556 graphics produced automatically by SEM software. In addition, semPlot offers
21557 more functionality than drawing path diagrams: it can act as a common ground
21558 for importing SEM results into R. Any result usable as input to semPlot can
21559 also be represented in any of the three popular SEM frame-works, as well as
21560 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
21561 (license license:gpl2)))
21562
21563 (define-public r-cdm
21564 (package
21565 (name "r-cdm")
21566 (version "7.5-15")
21567 (source
21568 (origin
21569 (method url-fetch)
21570 (uri (cran-uri "CDM" version))
21571 (sha256
21572 (base32
21573 "159ny2dz0rf1r3k1mqlfwambffc8rx425sggf5bn51nybpzanq3l"))))
21574 (properties `((upstream-name . "CDM")))
21575 (build-system r-build-system)
21576 (propagated-inputs
21577 `(("r-mvtnorm" ,r-mvtnorm)
21578 ("r-polycor" ,r-polycor)
21579 ("r-rcpp" ,r-rcpp)
21580 ("r-rcpparmadillo" ,r-rcpparmadillo)))
21581 (home-page
21582 "https://github.com/alexanderrobitzsch/CDM")
21583 (synopsis "Cognitive diagnosis modeling")
21584 (description
21585 "This package provides functions for cognitive diagnosis modeling and
21586 multidimensional item response modeling for dichotomous and polytomous item
21587 responses. It enables the estimation of the DINA and DINO model, the multiple
21588 group (polytomous) GDINA model, the multiple choice DINA model, the general
21589 diagnostic model (GDM), the structured latent class model (SLCA), and
21590 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
21591 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
21592 estimation and the package structure. For tutorials on how to use the CDM
21593 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
21594 well as Ravand and Robitzsch (2015).")
21595 (license license:gpl2+)))
21596
21597 (define-public r-tam
21598 (package
21599 (name "r-tam")
21600 (version "3.5-19")
21601 (source
21602 (origin
21603 (method url-fetch)
21604 (uri (cran-uri "TAM" version))
21605 (sha256
21606 (base32
21607 "1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
21608 (properties `((upstream-name . "TAM")))
21609 (build-system r-build-system)
21610 (propagated-inputs
21611 `(("r-cdm" ,r-cdm)
21612 ("r-rcpp" ,r-rcpp)
21613 ("r-rcpparmadillo" ,r-rcpparmadillo)))
21614 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
21615 (synopsis "Test analysis modules")
21616 (description
21617 "This package includes tools for marginal maximum likelihood estimation
21618 and joint maximum likelihood estimation for unidimensional and
21619 multidimensional item response models. The package functionality covers the
21620 Rasch model, 2PL model, 3PL model, generalized partial credit model,
21621 multi-faceted Rasch model, nominal item response model, structured latent
21622 class model, mixture distribution IRT models, and located latent class models.
21623 Latent regression models and plausible value imputation are also supported.")
21624 (license license:gpl2+)))
21625
21626 (define-public r-erm
21627 (package
21628 (name "r-erm")
21629 (version "1.0-1")
21630 (source
21631 (origin
21632 (method url-fetch)
21633 (uri (cran-uri "eRm" version))
21634 (sha256
21635 (base32
21636 "0njqzznnhnkvalmhiq5yq1w7gwp2myki5cv61w42ydvd27hdyyg9"))))
21637 (properties `((upstream-name . "eRm")))
21638 (build-system r-build-system)
21639 (propagated-inputs
21640 `(("r-colorspace" ,r-colorspace)
21641 ("r-lattice" ,r-lattice)
21642 ("r-mass" ,r-mass)
21643 ("r-matrix" ,r-matrix)
21644 ("r-psych" ,r-psych)))
21645 (native-inputs `(("gfortran" ,gfortran)))
21646 (home-page "https://cran.r-project.org/package=eRm")
21647 (synopsis "Extended Rasch modeling")
21648 (description
21649 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
21650 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
21651 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
21652 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
21653 data matrix. Additional features are the ML estimation of the person
21654 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
21655 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
21656 infit and outfit measures, ICC and other plots, automated stepwise item
21657 elimination, and a simulation module for various binary data matrices.")
21658 (license license:gpl3)))
21659
21660 (define-public r-irtoys
21661 (package
21662 (name "r-irtoys")
21663 (version "0.2.1")
21664 (source
21665 (origin
21666 (method url-fetch)
21667 (uri (cran-uri "irtoys" version))
21668 (sha256
21669 (base32
21670 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
21671 (properties `((upstream-name . "irtoys")))
21672 (build-system r-build-system)
21673 (propagated-inputs
21674 `(("r-ltm" ,r-ltm)
21675 ("r-sm" ,r-sm)))
21676 (home-page "https://cran.r-project.org/package=irtoys")
21677 (synopsis "Collection of functions related to Item Response Theory (IRT)")
21678 (description
21679 "This package provides a collection of functions useful in learning and
21680 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
21681 programs. It provides basic CTT analysis, a simple common interface to the
21682 estimation of item parameters in IRT models for binary responses with three
21683 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
21684 EAP, WLE, plausible values), item and person fit statistics, scaling
21685 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
21686 array of parametric and non-parametric (kernel) plots. It estimates and plots
21687 Haberman's interaction model when all items are dichotomously scored.")
21688 (license license:gpl2+)))
21689
21690 (define-public r-iheatmapr
21691 (package
21692 (name "r-iheatmapr")
21693 (version "0.5.1")
21694 (source
21695 (origin
21696 (method url-fetch)
21697 (uri (cran-uri "iheatmapr" version))
21698 (sha256
21699 (base32
21700 "1pwkwh7ljlpr6zyz6j8knpz3iw60xzkw8amc98x4pc2mw148jvzx"))))
21701 (properties `((upstream-name . "iheatmapr")))
21702 (build-system r-build-system)
21703 (propagated-inputs
21704 `(("r-fastcluster" ,r-fastcluster)
21705 ("r-ggdendro" ,r-ggdendro)
21706 ("r-htmlwidgets" ,r-htmlwidgets)
21707 ("r-jsonlite" ,r-jsonlite)
21708 ("r-knitr" ,r-knitr)
21709 ("r-magrittr" ,r-magrittr)
21710 ("r-rcolorbrewer" ,r-rcolorbrewer)
21711 ("r-scales" ,r-scales)))
21712 (native-inputs
21713 `(("r-knitr" ,r-knitr)))
21714 (home-page "https://docs.ropensci.org/iheatmapr")
21715 (synopsis "Interactive, Complex Heatmaps")
21716 (description
21717 "iheatmapr is an R package for building complex, interactive heatmaps
21718 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
21719 subplots along the rows or columns of the main heatmap add more information
21720 about each row or column. For example, a one column additional heatmap may
21721 indicate what group a particular row or column belongs to. Complex heatmaps
21722 may also include multiple side by side heatmaps which show different types of
21723 data for the same conditions. Interactivity can improve complex heatmaps by
21724 providing tooltips with information about each cell and enabling zooming into
21725 interesting features. iheatmapr uses the plotly library for interactivity.")
21726 (license license:expat)))
21727
21728 (define-public r-packrat
21729 (package
21730 (name "r-packrat")
21731 (version "0.5.0")
21732 (source
21733 (origin
21734 (method url-fetch)
21735 (uri (cran-uri "packrat" version))
21736 (sha256
21737 (base32
21738 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
21739 (properties `((upstream-name . "packrat")))
21740 (build-system r-build-system)
21741 (home-page "https://github.com/rstudio/packrat/")
21742 (synopsis "Dependency management R projects")
21743 (description
21744 "This package provides a dependency manager for R projects that allows
21745 you to manage the R packages your project depends on in an isolated, portable,
21746 and reproducible way.")
21747 (license license:gpl2)))
21748
21749 (define-public r-rsconnect
21750 (package
21751 (name "r-rsconnect")
21752 (version "0.8.16")
21753 (source
21754 (origin
21755 (method url-fetch)
21756 (uri (cran-uri "rsconnect" version))
21757 (sha256
21758 (base32
21759 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
21760 (properties `((upstream-name . "rsconnect")))
21761 (build-system r-build-system)
21762 (propagated-inputs
21763 `(("r-curl" ,r-curl)
21764 ("r-digest" ,r-digest)
21765 ("r-jsonlite" ,r-jsonlite)
21766 ("r-openssl" ,r-openssl)
21767 ("r-packrat" ,r-packrat)
21768 ("r-rstudioapi" ,r-rstudioapi)
21769 ("r-yaml" ,r-yaml)))
21770 (home-page "https://github.com/rstudio/rsconnect")
21771 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
21772 (description
21773 "This package provides a programmatic deployment interface for RPubs,
21774 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
21775 documents, Shiny applications, Plumber APIs, plots, and static web content.")
21776 (license license:gpl2)))
21777
21778 ;; This package includes minified JavaScript files. When upgrading please
21779 ;; check that there are no new minified JavaScript files.
21780 (define-public r-dygraphs
21781 (package
21782 (name "r-dygraphs")
21783 (version "1.1.1.6")
21784 (source
21785 (origin
21786 (method url-fetch)
21787 (uri (cran-uri "dygraphs" version))
21788 (sha256
21789 (base32
21790 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
21791 (properties `((upstream-name . "dygraphs")))
21792 (build-system r-build-system)
21793 (arguments
21794 `(#:modules ((guix build utils)
21795 (guix build r-build-system)
21796 (srfi srfi-1)
21797 (ice-9 popen))
21798 #:phases
21799 (modify-phases %standard-phases
21800 (add-after 'unpack 'process-javascript
21801 (lambda* (#:key inputs #:allow-other-keys)
21802 (with-directory-excursion "inst/htmlwidgets/lib/"
21803 (call-with-values
21804 (lambda ()
21805 (unzip2
21806 `(("dygraphs/dygraph-combined-dev.js"
21807 "dygraph-combined.js")
21808 (,(assoc-ref inputs "js-jquery")
21809 "jquery/jquery.min.js")
21810 (,(assoc-ref inputs "js-fquarter")
21811 "fquarter/moment-fquarter.min.js"))))
21812 (lambda (sources targets)
21813 (for-each (lambda (source target)
21814 (format #t "Processing ~a --> ~a~%"
21815 source target)
21816 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
21817 (call-with-output-file target
21818 (lambda (port)
21819 (dump-port minified port)))))
21820 sources targets))))
21821 #t)))))
21822 (native-inputs
21823 `(("uglify-js" ,uglify-js)
21824 ;; They actually use version 1.11.1, but this more recent version
21825 ;; should be just fine.
21826 ("js-jquery"
21827 ,(origin
21828 (method url-fetch)
21829 (uri "https://code.jquery.com/jquery-1.12.4.js")
21830 (sha256
21831 (base32
21832 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
21833 ("js-fquarter"
21834 ,(origin
21835 (method url-fetch)
21836 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
21837 "moment-fquarter/1.0.1/moment-fquarter.js"))
21838 (sha256
21839 (base32
21840 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
21841 (propagated-inputs
21842 `(("r-htmltools" ,r-htmltools)
21843 ("r-htmlwidgets" ,r-htmlwidgets)
21844 ("r-magrittr" ,r-magrittr)
21845 ("r-xts" ,r-xts)
21846 ("r-zoo" ,r-zoo)))
21847 (home-page "https://github.com/rstudio/dygraphs")
21848 (synopsis "Interface to Dygraphs interactive time series charting library")
21849 (description
21850 "This package provides an R interface to the dygraphs JavaScript charting
21851 library (a copy of which is included in the package). It provides rich
21852 facilities for charting time-series data in R, including highly configurable
21853 series- and axis-display and interactive features like zoom/pan and
21854 series/point highlighting.")
21855 (license license:expat)))
21856
21857 (define-public r-shinystan
21858 (package
21859 (name "r-shinystan")
21860 (version "2.5.0")
21861 (source
21862 (origin
21863 (method url-fetch)
21864 (uri (cran-uri "shinystan" version))
21865 (sha256
21866 (base32
21867 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
21868 (properties `((upstream-name . "shinystan")))
21869 (build-system r-build-system)
21870 (propagated-inputs
21871 `(("r-bayesplot" ,r-bayesplot)
21872 ("r-colourpicker" ,r-colourpicker)
21873 ("r-dt" ,r-dt)
21874 ("r-dygraphs" ,r-dygraphs)
21875 ("r-ggplot2" ,r-ggplot2)
21876 ("r-gridextra" ,r-gridextra)
21877 ("r-gtools" ,r-gtools)
21878 ("r-markdown" ,r-markdown)
21879 ("r-reshape2" ,r-reshape2)
21880 ("r-rsconnect" ,r-rsconnect)
21881 ("r-rstan" ,r-rstan)
21882 ("r-shiny" ,r-shiny)
21883 ("r-shinyjs" ,r-shinyjs)
21884 ("r-shinythemes" ,r-shinythemes)
21885 ("r-threejs" ,r-threejs)
21886 ("r-xtable" ,r-xtable)
21887 ("r-xts" ,r-xts)))
21888 (home-page "https://mc-stan.org/")
21889 (synopsis "Interactive visual and numerical analysis for Bayesian models")
21890 (description
21891 "This package provides a graphical user interface for interactive
21892 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
21893 for analyzing a posterior sample. The interface is powered by the Shiny web
21894 application framework and works with the output of MCMC programs written in
21895 any programming language (and has extended functionality for Stan models fit
21896 using the @code{rstan} and @code{rstanarm} packages).")
21897 (license license:gpl3+)))
21898
21899 (define-public r-rstantools
21900 (package
21901 (name "r-rstantools")
21902 (version "2.1.1")
21903 (source
21904 (origin
21905 (method url-fetch)
21906 (uri (cran-uri "rstantools" version))
21907 (sha256
21908 (base32
21909 "0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
21910 (properties `((upstream-name . "rstantools")))
21911 (build-system r-build-system)
21912 (inputs `(("pandoc" ,pandoc)))
21913 (propagated-inputs
21914 `(("r-desc" ,r-desc)
21915 ("r-rcpp" ,r-rcpp)
21916 ("r-rcppparallel" ,r-rcppparallel)))
21917 (native-inputs
21918 `(("r-knitr" ,r-knitr)))
21919 (home-page "https://mc-stan.org/rstantools/")
21920 (synopsis "Tools for developing R packages interfacing with Stan")
21921 (description
21922 "This package provides various tools for developers of R packages
21923 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
21924 up the required package structure, S3 generics and default methods to unify
21925 function naming across Stan-based R packages, and vignettes with
21926 recommendations for developers.")
21927 (license license:gpl3+)))
21928
21929 (define-public r-loo
21930 (package
21931 (name "r-loo")
21932 (version "2.3.1")
21933 (source
21934 (origin
21935 (method url-fetch)
21936 (uri (cran-uri "loo" version))
21937 (sha256
21938 (base32 "12z0k8lhz0rxygs5lc7076nw6qhk0pda8nxf65hkinfrf4dy53fr"))))
21939 (properties `((upstream-name . "loo")))
21940 (build-system r-build-system)
21941 (inputs
21942 `(("pandoc" ,pandoc)
21943 ("pandoc-citeproc" ,pandoc-citeproc)))
21944 (propagated-inputs
21945 `(("r-checkmate" ,r-checkmate)
21946 ("r-matrixstats" ,r-matrixstats)))
21947 (native-inputs
21948 `(("r-knitr" ,r-knitr)))
21949 (home-page "https://mc-stan.org/loo/")
21950 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
21951 (description
21952 "This package provides an implementation of efficient approximate
21953 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
21954 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
21955 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
21956 procedure for regularizing importance weights. As a byproduct of the
21957 calculations, we also obtain approximate standard errors for estimated
21958 predictive errors and for the comparison of predictive errors between models.
21959 The package also provides methods for using stacking and other model weighting
21960 techniques to average Bayesian predictive distributions.")
21961 (license license:gpl3+)))
21962
21963 (define-public r-rstan
21964 (package
21965 (name "r-rstan")
21966 (version "2.21.2")
21967 (source
21968 (origin
21969 (method url-fetch)
21970 (uri (cran-uri "rstan" version))
21971 (sha256
21972 (base32
21973 "0jh58qfrksd2j9w2zy4bajryivgp36m3xdb9mjrjqbk1ib9h83p3"))))
21974 (properties `((upstream-name . "rstan")))
21975 (build-system r-build-system)
21976 (arguments
21977 `(#:phases
21978 (modify-phases %standard-phases
21979 (add-before 'install 'set-timezone
21980 ;; This package is picky about timezones.
21981 (lambda* (#:key inputs #:allow-other-keys)
21982 (setenv "TZ" "UTC+1")
21983 (setenv "TZDIR"
21984 (string-append (assoc-ref inputs "tzdata")
21985 "/share/zoneinfo"))
21986 #t)))))
21987 (native-inputs
21988 `(("tzdata" ,tzdata-for-tests)
21989 ("pandoc" ,pandoc)
21990 ("r-knitr" ,r-knitr)))
21991 (propagated-inputs
21992 `(("r-bh" ,r-bh)
21993 ("r-ggplot2" ,r-ggplot2)
21994 ("r-gridextra" ,r-gridextra)
21995 ("r-inline" ,r-inline)
21996 ("r-loo" ,r-loo)
21997 ("r-pkgbuild" ,r-pkgbuild)
21998 ("r-rcpp" ,r-rcpp)
21999 ("r-rcppeigen" ,r-rcppeigen)
22000 ("r-rcppparallel" ,r-rcppparallel)
22001 ("r-stanheaders" ,r-stanheaders)
22002 ("r-v8" ,r-v8)
22003 ("r-withr" ,r-withr)))
22004 (home-page "https://discourse.mc-stan.org/")
22005 (synopsis "R interface to Stan")
22006 (description
22007 "User-facing R functions are provided to parse, compile, test, estimate,
22008 and analyze Stan models by accessing the header-only Stan library provided by
22009 the StanHeaders package. The Stan project develops a probabilistic
22010 programming language that implements full Bayesian statistical inference via
22011 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
22012 approximation, and (optionally penalized) maximum likelihood estimation via
22013 optimization. In all three cases, automatic differentiation is used to
22014 quickly and accurately evaluate gradients without burdening the user with the
22015 need to derive the partial derivatives.")
22016 (license license:gpl3+)))
22017
22018 (define-public r-rstanarm
22019 (package
22020 (name "r-rstanarm")
22021 (version "2.21.1")
22022 (source
22023 (origin
22024 (method url-fetch)
22025 (uri (cran-uri "rstanarm" version))
22026 (sha256
22027 (base32
22028 "04ggzak3f7jaxza3dxyrmxp5b48qcgyspy22ykbhr03g4hzp7jk8"))))
22029 (properties `((upstream-name . "rstanarm")))
22030 (build-system r-build-system)
22031 (inputs
22032 `(("pandoc" ,pandoc)
22033 ("pandoc-citeproc" ,pandoc-citeproc)))
22034 (propagated-inputs
22035 `(("r-bayesplot" ,r-bayesplot)
22036 ("r-bh" ,r-bh)
22037 ("r-ggplot2" ,r-ggplot2)
22038 ("r-lme4" ,r-lme4)
22039 ("r-loo" ,r-loo)
22040 ("r-matrix" ,r-matrix)
22041 ("r-nlme" ,r-nlme)
22042 ("r-rcpp" ,r-rcpp)
22043 ("r-rcppeigen" ,r-rcppeigen)
22044 ("r-rcppparallel" ,r-rcppparallel)
22045 ("r-rstan" ,r-rstan)
22046 ("r-rstantools" ,r-rstantools)
22047 ("r-shinystan" ,r-shinystan)
22048 ("r-stanheaders" ,r-stanheaders)
22049 ("r-survival" ,r-survival)))
22050 (native-inputs
22051 `(("r-knitr" ,r-knitr)))
22052 (home-page "https://mc-stan.org/rstanarm/")
22053 (synopsis "Bayesian applied regression modeling via Stan")
22054 (description
22055 "This package estimates previously compiled regression models using the
22056 @code{rstan} package, which provides the R interface to the Stan C++ library
22057 for Bayesian estimation. Users specify models via the customary R syntax with
22058 a formula and @code{data.frame} plus some additional arguments for priors.")
22059 (license license:gpl3+)))
22060
22061 (define-public r-kendall
22062 (package
22063 (name "r-kendall")
22064 (version "2.2")
22065 (source
22066 (origin
22067 (method url-fetch)
22068 (uri (cran-uri "Kendall" version))
22069 (sha256
22070 (base32
22071 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
22072 (properties `((upstream-name . "Kendall")))
22073 (build-system r-build-system)
22074 (propagated-inputs
22075 `(("r-boot" ,r-boot)))
22076 (native-inputs
22077 `(("gfortran" ,gfortran)))
22078 (home-page "https://cran.r-project.org/web/packages/Kendall/")
22079 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
22080 (description
22081 "This package computes the Kendall rank correlation and Mann-Kendall
22082 trend test.")
22083 (license license:gpl2+)))
22084
22085 (define-public r-zyp
22086 (package
22087 (name "r-zyp")
22088 (version "0.10-1.1")
22089 (source
22090 (origin
22091 (method url-fetch)
22092 (uri (cran-uri "zyp" version))
22093 (sha256
22094 (base32
22095 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
22096 (properties `((upstream-name . "zyp")))
22097 (build-system r-build-system)
22098 (propagated-inputs
22099 `(("r-kendall" ,r-kendall)))
22100 (home-page "https://cran.r-project.org/web/packages/zyp/")
22101 (synopsis "Zhang + Yue-Pilon Trends Package")
22102 (description
22103 "This package contains an efficient implementation of Sen's slope
22104 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
22105 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
22106 climate data.")
22107 (license license:lgpl2.1)))
22108
22109 (define-public r-rlinsolve
22110 (package
22111 (name "r-rlinsolve")
22112 (version "0.3.1")
22113 (source
22114 (origin
22115 (method url-fetch)
22116 (uri (cran-uri "Rlinsolve" version))
22117 (sha256
22118 (base32
22119 "1x02xxbkchcwwfa2123n9yqfzinfi0zba8zxhp977czzwysy75cc"))))
22120 (properties `((upstream-name . "Rlinsolve")))
22121 (build-system r-build-system)
22122 (propagated-inputs
22123 `(("r-matrix" ,r-matrix)
22124 ("r-rcpp" ,r-rcpp)
22125 ("r-rcpparmadillo" ,r-rcpparmadillo)
22126 ("r-rdpack" ,r-rdpack)))
22127 (home-page "https://cran.r-project.org/web/packages/Rlinsolve/")
22128 (synopsis "Iterative solvers for (sparse) linear system of equations")
22129 (description
22130 "Solving a system of linear equations is one of the most fundamental
22131 computational problems for many fields of mathematical studies, such as
22132 regression problems from statistics or numerical partial differential
22133 equations. This package provides basic stationary iterative solvers such as
22134 Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods.
22135 Nonstationary, also known as Krylov subspace methods are also provided.
22136 Sparse matrix computation is also supported in that solving large and sparse
22137 linear systems can be manageable using the @code{Matrix} package along with
22138 @code{RcppArmadillo}.")
22139 (license license:gpl3+)))
22140
22141 (define-public r-zvcv
22142 (package
22143 (name "r-zvcv")
22144 (version "2.1.0")
22145 (source
22146 (origin
22147 (method url-fetch)
22148 (uri (cran-uri "ZVCV" version))
22149 (sha256
22150 (base32
22151 "0np6h6x74kz1x13wmbkkm1wq43d8bnn2khzjc80prqdi6n0m9v8r"))))
22152 (properties `((upstream-name . "ZVCV")))
22153 (build-system r-build-system)
22154 (propagated-inputs
22155 `(("r-abind" ,r-abind)
22156 ("r-bh" ,r-bh)
22157 ("r-dplyr" ,r-dplyr)
22158 ("r-glmnet" ,r-glmnet)
22159 ("r-magrittr" ,r-magrittr)
22160 ("r-mvtnorm" ,r-mvtnorm)
22161 ("r-rcpp" ,r-rcpp)
22162 ("r-rcpparmadillo" ,r-rcpparmadillo)
22163 ("r-rlinsolve" ,r-rlinsolve)))
22164 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
22165 (synopsis "Zero-Variance Control Variates")
22166 (description
22167 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
22168 to reduce the variance of Monte Carlo estimators of expectations using the
22169 derivatives of the log target. Once the derivatives are available, the only
22170 additional computational effort is in solving a linear regression problem.
22171 This method has been extended to higher dimensions using regularisation. This
22172 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
22173 samples, derivatives and function evaluations are available. Additional
22174 functions for applying ZV-CV to two estimators for the normalising constant of
22175 the posterior distribution in Bayesian statistics are also supplied.")
22176 (license license:gpl2+)))
22177
22178 (define-public r-ztype
22179 (package
22180 (name "r-ztype")
22181 (version "0.1.0")
22182 (source
22183 (origin
22184 (method url-fetch)
22185 (uri (cran-uri "ztype" version))
22186 (sha256
22187 (base32
22188 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
22189 (properties `((upstream-name . "ztype")))
22190 (build-system r-build-system)
22191 (propagated-inputs
22192 `(("r-assertthat" ,r-assertthat)
22193 ("r-dplyr" ,r-dplyr)
22194 ("r-ggplot2" ,r-ggplot2)
22195 ("r-lubridate" ,r-lubridate)
22196 ("r-magrittr" ,r-magrittr)
22197 ("r-rvest" ,r-rvest)
22198 ("r-stringr" ,r-stringr)))
22199 (home-page "https://cran.r-project.org/web/packages/ztype/")
22200 (synopsis "Run a Ztype game loaded with R functions")
22201 (description
22202 "How fast can you type R functions on your keyboard? Find out by running
22203 a @code{zty.pe} game: export R functions as instructions to type to destroy
22204 opponents' vessels.")
22205 (license license:gpl3)))
22206
22207 (define-public r-zseq
22208 (package
22209 (name "r-zseq")
22210 (version "0.2.0")
22211 (source
22212 (origin
22213 (method url-fetch)
22214 (uri (cran-uri "Zseq" version))
22215 (sha256
22216 (base32
22217 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
22218 (properties `((upstream-name . "Zseq")))
22219 (build-system r-build-system)
22220 (propagated-inputs
22221 `(("r-gmp" ,r-gmp)))
22222 (home-page "https://cran.r-project.org/web/packages/Zseq/")
22223 (synopsis "Integer sequence generator")
22224 (description
22225 "This package generates well-known integer sequences. The @code{gmp}
22226 package is adopted for computing with arbitrarily large numbers. Every
22227 function has a hyperlink to its corresponding item in the @dfn{On-Line
22228 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
22229 (license license:gpl3+)))
22230
22231 (define-public r-isoband
22232 (package
22233 (name "r-isoband")
22234 (version "0.2.2")
22235 (source
22236 (origin
22237 (method url-fetch)
22238 (uri (cran-uri "isoband" version))
22239 (sha256
22240 (base32
22241 "044fg014gb6v6v11gm7ivfipz45iqw9cpahjhaacw6kyahyb66zx"))))
22242 (properties `((upstream-name . "isoband")))
22243 (build-system r-build-system)
22244 (propagated-inputs
22245 `(("r-testthat" ,r-testthat)))
22246 (native-inputs
22247 `(("r-knitr" ,r-knitr)))
22248 (home-page "https://github.com/wilkelab/isoband")
22249 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
22250 (description
22251 "This package provides a fast C++ implementation to generate contour
22252 lines (isolines) and contour polygons (isobands) from regularly spaced grids
22253 containing elevation data.")
22254 (license license:expat)))
22255
22256 (define-public r-ppcor
22257 (package
22258 (name "r-ppcor")
22259 (version "1.1")
22260 (source
22261 (origin
22262 (method url-fetch)
22263 (uri (cran-uri "ppcor" version))
22264 (sha256
22265 (base32
22266 "1x9b2kb8s0bp92b17gby0jwzzr3i4cf3ap9c4nq7m8fav72g0y3a"))))
22267 (properties `((upstream-name . "ppcor")))
22268 (build-system r-build-system)
22269 (propagated-inputs
22270 `(("r-mass" ,r-mass)))
22271 (home-page "https://cran.r-project.org/web/packages/ppcor/")
22272 (synopsis "Partial and semi-partial correlation")
22273 (description
22274 "This package provides users not only with a function to readily
22275 calculate the higher-order partial and semi-partial correlations but also with
22276 statistics and p-values of the correlation coefficients.")
22277 (license license:gpl2)))
22278
22279 (define-public r-hrbrthemes
22280 (package
22281 (name "r-hrbrthemes")
22282 (version "0.8.0")
22283 (source
22284 (origin
22285 (method url-fetch)
22286 (uri (cran-uri "hrbrthemes" version))
22287 (sha256
22288 (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
22289 (properties `((upstream-name . "hrbrthemes")))
22290 (build-system r-build-system)
22291 (propagated-inputs
22292 `(("r-extrafont" ,r-extrafont)
22293 ("r-gdtools" ,r-gdtools)
22294 ("r-ggplot2" ,r-ggplot2)
22295 ("r-htmltools" ,r-htmltools)
22296 ("r-knitr" ,r-knitr)
22297 ("r-magrittr" ,r-magrittr)
22298 ("r-rmarkdown" ,r-rmarkdown)
22299 ("r-scales" ,r-scales)))
22300 (native-inputs
22301 `(("r-knitr" ,r-knitr)))
22302 (home-page "https://github.com/hrbrmstr/hrbrthemes/")
22303 (synopsis "Additional themes, theme components and utilities for @code{ggplot2}")
22304 (description
22305 "This package provides a compilation of extra @code{ggplot2} themes,
22306 scales and utilities, including a spell check function for plot label fields
22307 and an overall emphasis on typography.")
22308 (license license:expat)))
22309
22310 (define-public r-crochet
22311 (package
22312 (name "r-crochet")
22313 (version "2.3.0")
22314 (source
22315 (origin
22316 (method url-fetch)
22317 (uri (cran-uri "crochet" version))
22318 (sha256
22319 (base32
22320 "0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
22321 (build-system r-build-system)
22322 (native-inputs
22323 `(("r-knitr" ,r-knitr)))
22324 (home-page "https://github.com/agrueneberg/crochet")
22325 (synopsis "Implementation Helper for Matrix-Like Types")
22326 (description
22327 "Functions to help implement the extraction / subsetting / indexing
22328 function @code{[} and replacement function @code{[<-} of custom matrix-like
22329 types (based on S3, S4, etc.), modeled as closely to the base matrix class
22330 as possible (with tests to prove it).")
22331 (license license:expat)))
22332
22333 (define-public r-boa
22334 (package
22335 (name "r-boa")
22336 (version "1.1.8-2")
22337 (source
22338 (origin
22339 (method url-fetch)
22340 (uri (cran-uri "boa" version))
22341 (sha256
22342 (base32
22343 "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
22344 (properties `((upstream-name . "boa")))
22345 (build-system r-build-system)
22346 (home-page "http://www.jstatsoft.org/v21/i11")
22347 (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
22348 (description
22349 "This package provides a menu-driven program and library of functions for
22350 carrying out convergence diagnostics and statistical and graphical analysis of
22351 @dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
22352 (license license:gpl2+)))
22353
22354 (define-public r-httpcode
22355 (package
22356 (name "r-httpcode")
22357 (version "0.3.0")
22358 (source (origin
22359 (method url-fetch)
22360 (uri (cran-uri "httpcode" version))
22361 (sha256
22362 (base32
22363 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
22364 (build-system r-build-system)
22365 (home-page "https://github.com/sckott/httpcode")
22366 (synopsis "HTTP status code helper")
22367 (description "@code{httpcode} provides functionality for finding and
22368 explaining the meaning of @code{HTTP} status codes. Functions are included for
22369 searching for codes by full or partial number, by message, and to get
22370 appropriate dog and cat images for many status codes.")
22371 (license license:expat)))
22372
22373 (define-public r-latex2exp
22374 (package
22375 (name "r-latex2exp")
22376 (version "0.4.0")
22377 (source (origin
22378 (method url-fetch)
22379 (uri (cran-uri "latex2exp" version))
22380 (sha256
22381 (base32
22382 "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
22383 (build-system r-build-system)
22384 (propagated-inputs
22385 `(("r-stringr" ,r-stringr)
22386 ("r-magrittr" ,r-magrittr)))
22387 (home-page "https://github.com/stefano-meschiari/latex2exp/")
22388 (synopsis "Use LaTeX expressions in plots")
22389 (description "@code{latex2exp} parses and converts LaTeX math formulas to
22390 R's plotmath expressions, used to enter mathematical formulas and symbols to be
22391 rendered as text, axis labels, etc. throughout R's plotting system.")
22392 (license license:expat)))
22393
22394 (define-public r-oai
22395 (package
22396 (name "r-oai")
22397 (version "0.3.0")
22398 (source (origin
22399 (method url-fetch)
22400 (uri (cran-uri "oai" version))
22401 (sha256
22402 (base32
22403 "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
22404 (build-system r-build-system)
22405 (propagated-inputs
22406 `(("r-xml2" ,r-xml2)
22407 ("r-httr" ,r-httr)
22408 ("r-plyr" ,r-plyr)
22409 ("r-stringr" ,r-stringr)
22410 ("r-tibble" ,r-tibble)))
22411 (home-page "https://github.com/ropensci/oai/")
22412 (synopsis "General purpose OAI-PMH services client")
22413 (description "@code{oai} provides a general purpose client to work with
22414 any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
22415 service. Functions are provided to work with the OAI-PMH verbs:
22416 @code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
22417 @code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
22418 (license license:expat)))
22419
22420 (define-public r-argon2
22421 (package
22422 (name "r-argon2")
22423 (version "0.2-0")
22424 (source
22425 (origin
22426 (method url-fetch)
22427 (uri (cran-uri "argon2" version))
22428 (sha256
22429 (base32
22430 "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
22431 (properties `((upstream-name . "argon2")))
22432 (build-system r-build-system)
22433 (home-page "https://github.com/wrathematics/argon2")
22434 (synopsis "Secure password hashing based on the argon2 algorithm")
22435 (description
22436 "This package provides utilities for secure password hashing via the
22437 argon2 algorithm.")
22438 (license license:bsd-2)))
22439
22440 (define-public r-getpass
22441 (package
22442 (name "r-getpass")
22443 (version "0.2-2")
22444 (source
22445 (origin
22446 (method url-fetch)
22447 (uri (cran-uri "getPass" version))
22448 (sha256
22449 (base32
22450 "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
22451 (properties `((upstream-name . "getPass")))
22452 (build-system r-build-system)
22453 (propagated-inputs
22454 `(("r-rstudioapi" ,r-rstudioapi)))
22455 (home-page "https://github.com/wrathematics/getPass")
22456 (synopsis "Masked user input")
22457 (description
22458 "This package provides a micro-package for reading \"passwords\", i.e.
22459 reading user input with masking, so that the input is not displayed as it is
22460 typed. Currently, RStudio, the command line (every OS), and any platform
22461 where tcltk is present are supported.")
22462 (license license:bsd-2)))
22463
22464 (define-public r-remoter
22465 (package
22466 (name "r-remoter")
22467 (version "0.4-0")
22468 (source
22469 (origin
22470 (method url-fetch)
22471 (uri (cran-uri "remoter" version))
22472 (sha256
22473 (base32
22474 "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
22475 (properties `((upstream-name . "remoter")))
22476 (build-system r-build-system)
22477 (propagated-inputs
22478 `(("r-argon2" ,r-argon2)
22479 ("r-getpass" ,r-getpass)
22480 ("r-pbdzmq" ,r-pbdzmq)
22481 ("r-png" ,r-png)))
22482 (home-page "https://github.com/RBigData/remoter")
22483 (synopsis "Control a remote R session from a local one")
22484 (description
22485 "This package provides a set of utilities for client/server computing
22486 with R, controlling a remote R session (the server) from a local one (the
22487 client).")
22488 (license license:bsd-2)))
22489
22490 (define-public r-asd
22491 (package
22492 (name "r-asd")
22493 (version "2.2")
22494 (source
22495 (origin
22496 (method url-fetch)
22497 (uri (cran-uri "asd" version))
22498 (sha256
22499 (base32
22500 "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
22501 (properties `((upstream-name . "asd")))
22502 (build-system r-build-system)
22503 (propagated-inputs
22504 `(("r-mvtnorm" ,r-mvtnorm)))
22505 (home-page "https://cran.r-project.org/web/packages/asd")
22506 (synopsis "Simulations for Adaptive Seamless Designs")
22507 (description
22508 "This package provdes means to run simulations for adaptive seamless
22509 designs with and without early outcomes for treatment selection and
22510 subpopulation type designs.")
22511 (license license:gpl3)))
22512
22513 (define-public r-nbconvertr
22514 (package
22515 (name "r-nbconvertr")
22516 (version "1.3.2")
22517 (source
22518 (origin
22519 (method url-fetch)
22520 (uri (cran-uri "nbconvertR" version))
22521 (sha256
22522 (base32
22523 "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
22524 (properties `((upstream-name . "nbconvertR")))
22525 (build-system r-build-system)
22526 (inputs
22527 `(("jupyter" ,python-nbconvert)
22528 ("pandoc" ,pandoc)))
22529 (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
22530 (synopsis "Vignette engine wrapping Jupyter notebooks")
22531 (description
22532 "This package calls the Jupyter script @code{nbconvert} to create
22533 vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
22534 containing rich text, code, and its output. Code cells can be edited and
22535 evaluated interactively.")
22536 (license license:gpl3)))
22537
22538 (define-public r-bridgesampling
22539 (package
22540 (name "r-bridgesampling")
22541 (version "1.0-0")
22542 (source
22543 (origin
22544 (method url-fetch)
22545 (uri (cran-uri "bridgesampling" version))
22546 (sha256
22547 (base32
22548 "1awhvv0v42w2q6llqi1wqpaiv5zx74cqzigdsvphy2jfp8ajw64y"))))
22549 (properties
22550 `((upstream-name . "bridgesampling")))
22551 (build-system r-build-system)
22552 (propagated-inputs
22553 `(("r-brobdingnag" ,r-brobdingnag)
22554 ("r-coda" ,r-coda)
22555 ("r-matrix" ,r-matrix)
22556 ("r-mvtnorm" ,r-mvtnorm)
22557 ("r-scales" ,r-scales)
22558 ("r-stringr" ,r-stringr)))
22559 (native-inputs
22560 `(("r-knitr" ,r-knitr)))
22561 (home-page "https://github.com/quentingronau/bridgesampling")
22562 (synopsis "Bridge sampling for marginal likelihoods and Bayes factors")
22563 (description
22564 "This package provides functions for estimating marginal likelihoods,
22565 Bayes factors, posterior model probabilities, and normalizing constants in
22566 general, via different versions of bridge sampling.")
22567 (license license:gpl2+)))
22568
22569 (define-public r-tea
22570 (package
22571 (name "r-tea")
22572 (version "1.1")
22573 (source
22574 (origin
22575 (method url-fetch)
22576 (uri (cran-uri "tea" version))
22577 (sha256
22578 (base32
22579 "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
22580 (properties
22581 `((upstream-name . "tea")))
22582 (build-system r-build-system)
22583 (propagated-inputs
22584 `(("r-matrix" ,r-matrix)))
22585 (home-page "https://cran.r-project.org/web/packages/tea/")
22586 (synopsis "Threshold estimation approaches")
22587 (description
22588 "This package provides different approaches for selecting the threshold
22589 in generalized Pareto distributions. Most of them are based on minimizing the
22590 AMSE-criterion or at least by reducing the bias of the assumed GPD-model.
22591 Others are heuristically motivated by searching for stable sample paths, i.e.
22592 a nearly constant region of the tail index estimator with respect to k, which
22593 is the number of data in the tail. The third class is motivated by graphical
22594 inspection. In addition, a sequential testing procedure for GPD-GoF-tests
22595 is also implemented here.")
22596 (license license:gpl3)))
22597
22598 (define-public r-awsmethods
22599 (package
22600 (name "r-awsmethods")
22601 (version "1.1-1")
22602 (source
22603 (origin
22604 (method url-fetch)
22605 (uri (cran-uri "awsMethods" version))
22606 (sha256
22607 (base32
22608 "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh"))))
22609 (properties
22610 `((upstream-name . "awsMethods")))
22611 (build-system r-build-system)
22612 (home-page "http://www.wias-berlin.de/software/imaging/")
22613 (synopsis "Class and methods definitions")
22614 (description
22615 "This package defines the generic method @code{extract} and provides
22616 @code{openMP} support as needed in several packages like
22617 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
22618 (license license:gpl2+)))
22619
22620 (define-public r-aws
22621 (package
22622 (name "r-aws")
22623 (version "2.5")
22624 (source
22625 (origin
22626 (method url-fetch)
22627 (uri (cran-uri "aws" version))
22628 (sha256
22629 (base32
22630 "1mwg1q7l4a07g5aa9c6kh3fpl9lakk01pbzlk7ixbpy12yfvj9nm"))))
22631 (properties
22632 `((upstream-name . "aws")))
22633 (build-system r-build-system)
22634 (propagated-inputs
22635 `(("r-awsmethods" ,r-awsmethods)
22636 ("r-gsl" ,r-gsl)))
22637 (native-inputs
22638 `(("gfortran" ,gfortran)))
22639 (home-page "https://cran.r-project.org/web/packages/aws/")
22640 (synopsis "Adaptive weights smoothing")
22641 (description
22642 "This package provides a collection of R-functions implementing adaptive
22643 smoothing procedures in 1D, 2D and 3D. This includes the
22644 Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
22645 Confidence Intervals} (ICI), variational approaches, and a non-local means
22646 filter.")
22647 (license license:gpl2+)))
22648
22649 (define-public r-sgloptim
22650 (package
22651 (name "r-sgloptim")
22652 (version "1.3.8")
22653 (source
22654 (origin
22655 (method url-fetch)
22656 (uri (cran-uri "sglOptim" version))
22657 (sha256
22658 (base32
22659 "15bkkvgp9v9vsp65wps48g3c2fa0fj1025hbrziywq14j7wayyjr"))))
22660 (properties
22661 `((upstream-name . "sglOptim")))
22662 (build-system r-build-system)
22663 (propagated-inputs
22664 `(("r-bh" ,r-bh)
22665 ("r-doparallel" ,r-doparallel)
22666 ("r-foreach" ,r-foreach)
22667 ("r-matrix" ,r-matrix)
22668 ("r-rcpp" ,r-rcpp)
22669 ("r-rcpparmadillo" ,r-rcpparmadillo)
22670 ("r-rcppprogress" ,r-rcppprogress)))
22671 (native-inputs
22672 `(("r-knitr" ,r-knitr)))
22673 (home-page "https://github.com/nielsrhansen/sglOptim")
22674 (synopsis "Generic sparse group Lasso solver")
22675 (description
22676 "This package provides a fast generic solver for sparse group lasso
22677 optimization problems. The loss (objective) function must be defined in a C++
22678 module. The optimization problem is solved using a coordinate gradient
22679 descent algorithm. Convergence of the algorithm is established and the
22680 algorithm is applicable to a broad class of loss functions. Use of parallel
22681 computing for cross validation and subsampling is supported through the
22682 @code{foreach} and @code{doParallel} packages.")
22683 (license license:gpl2+)))
22684
22685 (define-public r-grouped
22686 (package
22687 (name "r-grouped")
22688 (version "0.6-0")
22689 (source
22690 (origin
22691 (method url-fetch)
22692 (uri (cran-uri "grouped" version))
22693 (sha256
22694 (base32
22695 "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
22696 (properties
22697 `((upstream-name . "grouped")))
22698 (build-system r-build-system)
22699 (propagated-inputs
22700 `(("r-mass" ,r-mass)))
22701 (home-page "https://cran.r-project.org/web/packages/grouped/")
22702 (synopsis "Regression analysis of grouped and coarse data")
22703 (description
22704 "This package provides regression models for grouped and coarse data,
22705 under the coarsened at random assumption.")
22706 (license license:gpl2+)))
22707
22708 (define-public r-stam
22709 (package
22710 (name "r-stam")
22711 (version "0.0-1")
22712 (source
22713 (origin
22714 (method url-fetch)
22715 (uri (cran-uri "stam" version))
22716 (sha256
22717 (base32
22718 "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
22719 (properties
22720 `((upstream-name . "stam")))
22721 (build-system r-build-system)
22722 (propagated-inputs
22723 `(("r-np" ,r-np)
22724 ("r-sp" ,r-sp)))
22725 (home-page "https://cran.r-project.org/web/packages/stam")
22726 (synopsis "Spatio-temporal analysis and modelling")
22727 (description
22728 "This package provides various methods to conduct Spatio-Temporal
22729 Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
22730 Inferred Spatio-Temporal Modelling.")
22731 (license license:gpl2+)))
22732
22733 (define-public r-dcv
22734 (package
22735 (name "r-dcv")
22736 (version "0.1.1")
22737 (source
22738 (origin
22739 (method url-fetch)
22740 (uri (cran-uri "dcv" version))
22741 (sha256
22742 (base32
22743 "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
22744 (properties
22745 `((upstream-name . "dcv")))
22746 (build-system r-build-system)
22747 (propagated-inputs
22748 `(("r-lmtest" ,r-lmtest)))
22749 (home-page "https://cran.r-project.org/web/packages/dcv/")
22750 (synopsis "Conventional cross-validation statistics for climate-growth model")
22751 (description
22752 "This package performs several conventional cross-validation statistical
22753 methods for climate-growth model in the climate reconstruction from tree
22754 rings, including Sign Test statistic, Reduction of Error statistic, Product
22755 Mean Test, Durbin-Watson statistic etc.")
22756 (license license:gpl2)))
22757
22758 (define-public r-rcdd
22759 (package
22760 (name "r-rcdd")
22761 (version "1.2-2")
22762 (source
22763 (origin
22764 (method url-fetch)
22765 (uri (cran-uri "rcdd" version))
22766 (sha256
22767 (base32
22768 "0pzpbqnlgzr240iici70278py5wnbbxkzlgn112f9wv5ga3riric"))))
22769 (properties
22770 `((upstream-name . "rcdd")))
22771 (build-system r-build-system)
22772 (inputs
22773 `(("gmp" ,gmp)))
22774 (home-page "https://www.stat.umn.edu/geyer/rcdd/")
22775 (synopsis "Computational geometry")
22776 (description
22777 "This package converts back and forth between two representations of a
22778 convex polytope: as solution of a set of linear equalities and inequalities
22779 and as convex hull of set of points and rays. Also does linear programming
22780 and redundant generator elimination. All functions can use exact
22781 infinite-precision rational arithmetic.")
22782 (license license:gpl2)))
22783
22784 (define-public r-rxnat
22785 (package
22786 (name "r-rxnat")
22787 (version "1.0.14")
22788 (source
22789 (origin
22790 (method url-fetch)
22791 (uri (cran-uri "Rxnat" version))
22792 (sha256
22793 (base32
22794 "00fl68pa0c2vy4xlny67pn41lzgm7b97wgg3dwm6z35izca62l11"))))
22795 (properties
22796 `((upstream-name . "Rxnat")))
22797 (build-system r-build-system)
22798 (propagated-inputs
22799 `(("r-dplyr" ,r-dplyr)
22800 ("r-httr" ,r-httr)
22801 ("r-rcurl" ,r-rcurl)
22802 ("r-tibble" ,r-tibble)))
22803 (native-inputs
22804 `(("r-knitr" ,r-knitr)))
22805 (home-page "https://cran.r-project.org/web/packages/Rxnat/")
22806 (synopsis "Queries and extracts images from neuroimaging datasets")
22807 (description
22808 "This package allows communication with the Extensible Neuroimaging
22809 Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
22810 download images.")
22811 (license license:gpl2)))
22812
22813 (define-public r-rserve
22814 (package
22815 (name "r-rserve")
22816 (version "1.8-6")
22817 (source
22818 (origin
22819 (method url-fetch)
22820 (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
22821 version ".tar.gz"))
22822 (sha256
22823 (base32
22824 "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
22825 (build-system r-build-system)
22826 (propagated-inputs
22827 `(("r-checkmate" ,r-checkmate)
22828 ("r-mime" ,r-mime)
22829 ("r-jsonlite" ,r-jsonlite)
22830 ("r-knitr" ,r-knitr)
22831 ("r-r6" ,r-r6)
22832 ("r-rcpp" ,r-rcpp)
22833 ("r-uuid" ,r-uuid)))
22834 (inputs
22835 `(("openssl" ,openssl)
22836 ("zlib" ,zlib)))
22837 (home-page "https://github.com/s-u/Rserve")
22838 (synopsis
22839 "Server providing access to R from many languages and systems")
22840 (description
22841 "Rserve acts as a socket server (TCP/IP or local sockets) which allows
22842 binary requests to be sent to R. Every connection has a separate workspace
22843 and working directory. Client-side implementations are available for popular
22844 languages such as C/C++ and Java, allowing any application to use facilities
22845 of R without the need of linking to R code. Rserve supports remote
22846 connection, user authentication and file transfer. A simple R client is
22847 included in this package as well.")
22848 (license license:gpl2)))
22849
22850 (define-public r-gamm4
22851 (package
22852 (name "r-gamm4")
22853 (version "0.2-6")
22854 (source
22855 (origin
22856 (method url-fetch)
22857 (uri (cran-uri "gamm4" version))
22858 (sha256
22859 (base32
22860 "128c725y9s07c1m9cvd9hgi9hldrymcs5divd8pw7bdjh9jvdiap"))))
22861 (properties `((upstream-name . "gamm4")))
22862 (build-system r-build-system)
22863 (propagated-inputs
22864 `(("r-lme4" ,r-lme4)
22865 ("r-matrix" ,r-matrix)
22866 ("r-mgcv" ,r-mgcv)))
22867 (home-page "https://cran.r-project.org/web/packages/gamm4/")
22868 (synopsis "Generalized additive mixed models using mgcv and lme4")
22869 (description
22870 "Estimate generalized additive mixed models via a version of function
22871 @code{gamm} from the @code{mgcv} package, using the @code{lme4} packagefor
22872 estimation.")
22873 (license license:gpl2+)))
22874
22875 (define-public r-optimx
22876 (package
22877 (name "r-optimx")
22878 (version "2020-4.2")
22879 (source
22880 (origin
22881 (method url-fetch)
22882 (uri (cran-uri "optimx" version))
22883 (sha256
22884 (base32
22885 "00bi2sr2hr7x6cfwlsn7hz2r56lcyv9naa8vmfcgr1r269fc50b3"))))
22886 (properties `((upstream-name . "optimx")))
22887 (build-system r-build-system)
22888 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
22889 (native-inputs `(("r-knitr" ,r-knitr)))
22890 (home-page "https://cran.r-project.org/web/packages/optimx/")
22891 (synopsis "Expanded replacement and extension of the optim function")
22892 (description
22893 "This package provides a replacement and extension of the @code{optim}
22894 function to call to several function minimization codes in R in a single
22895 statement. These methods handle smooth, possibly box constrained functions of
22896 several or many parameters. Note that the function @code{optimr} was prepared
22897 to simplify the incorporation of minimization codes going forward. This
22898 package also implements some utility codes and some extra solvers, including
22899 safeguarded Newton methods. Many methods previously separate are now included
22900 here.")
22901 (license license:gpl2)))
22902
22903 (define-public r-projpred
22904 (package
22905 (name "r-projpred")
22906 (version "2.0.2")
22907 (source
22908 (origin
22909 (method url-fetch)
22910 (uri (cran-uri "projpred" version))
22911 (sha256
22912 (base32
22913 "0nx514mrfh3gv854pr71w5x3zgdnn0kinf5nh7z90q3h7ysry2mg"))))
22914 (properties `((upstream-name . "projpred")))
22915 (build-system r-build-system)
22916 (propagated-inputs
22917 `(("r-dplyr" ,r-dplyr)
22918 ("r-gamm4" ,r-gamm4)
22919 ("r-ggplot2" ,r-ggplot2)
22920 ("r-lme4" ,r-lme4)
22921 ("r-loo" ,r-loo)
22922 ("r-magrittr" ,r-magrittr)
22923 ("r-mass" ,r-mass)
22924 ("r-mgcv" ,r-mgcv)
22925 ("r-optimx" ,r-optimx)
22926 ("r-rcpp" ,r-rcpp)
22927 ("r-rcpparmadillo" ,r-rcpparmadillo)
22928 ("r-rngtools" ,r-rngtools)
22929 ("r-rstantools" ,r-rstantools)
22930 ("r-tidyverse" ,r-tidyverse)))
22931 (native-inputs `(("r-knitr" ,r-knitr)))
22932 (home-page "https://mc-stan.org/projpred/")
22933 (synopsis "Projection predictive feature selection")
22934 (description
22935 "This package performs projection predictive feature selection for
22936 generalized linear models and generalized linear and additive multilevel
22937 models. The package is compatible with the @code{rstanarm} and @code{brms}
22938 packages, but other reference models can also be used. See the package
22939 vignette for more information and examples.")
22940 (license license:gpl3)))
22941
22942 (define-public r-brms
22943 (package
22944 (name "r-brms")
22945 (version "2.14.0")
22946 (source
22947 (origin
22948 (method url-fetch)
22949 (uri (cran-uri "brms" version))
22950 (sha256
22951 (base32
22952 "0s8dl1xm3bpivfv3hw94zv9cifjg8cgs5137yd8d755kc2v0fdmf"))))
22953 (properties `((upstream-name . "brms")))
22954 (build-system r-build-system)
22955 (propagated-inputs
22956 `(("r-abind" ,r-abind)
22957 ("r-backports" ,r-backports)
22958 ("r-bayesplot" ,r-bayesplot)
22959 ("r-bridgesampling" ,r-bridgesampling)
22960 ("r-coda" ,r-coda)
22961 ("r-future" ,r-future)
22962 ("r-ggplot2" ,r-ggplot2)
22963 ("r-glue" ,r-glue)
22964 ("r-loo" ,r-loo)
22965 ("r-matrix" ,r-matrix)
22966 ("r-matrixstats" ,r-matrixstats)
22967 ("r-mgcv" ,r-mgcv)
22968 ("r-nleqslv" ,r-nleqslv)
22969 ("r-nlme" ,r-nlme)
22970 ("r-rcpp" ,r-rcpp)
22971 ("r-rstan" ,r-rstan)
22972 ("r-rstantools" ,r-rstantools)
22973 ("r-shinystan" ,r-shinystan)))
22974 (native-inputs `(("r-knitr" ,r-knitr)))
22975 (home-page
22976 "https://github.com/paul-buerkner/brms")
22977 (synopsis
22978 "Bayesian Regression Models using 'Stan'")
22979 (description
22980 "Fit Bayesian generalized (non-)linear multivariate multilevel models
22981 using 'Stan' for full Bayesian inference. A wide range of distributions and
22982 link functions are supported, allowing users to fit -- among others -- linear,
22983 robust linear, count data, survival, response times, ordinal, zero-inflated,
22984 hurdle, and even self-defined mixture models all in a multilevel context.
22985 Further modeling options include non-linear and smooth terms, auto-correlation
22986 structures, censored data, meta-analytic standard errors, and quite a few
22987 more. In addition, all parameters of the response distribution can be
22988 predicted in order to perform distributional regression. Prior specifications
22989 are flexible and explicitly encourage users to apply prior distributions that
22990 actually reflect their beliefs. Model fit can easily be assessed and compared
22991 with posterior predictive checks and leave-one-out cross-validation.")
22992 (license license:gpl2)))
22993
22994 (define-public r-mstate
22995 (package
22996 (name "r-mstate")
22997 (version "0.2.12")
22998 (source
22999 (origin
23000 (method url-fetch)
23001 (uri (cran-uri "mstate" version))
23002 (sha256
23003 (base32
23004 "0qnhivbibzss8yfsg44cvbf73n4jj4i28rbdysl88g14ig5sabgv"))))
23005 (properties `((upstream-name . "mstate")))
23006 (build-system r-build-system)
23007 (propagated-inputs
23008 `(("r-rcolorbrewer" ,r-rcolorbrewer)
23009 ("r-survival" ,r-survival)))
23010 (home-page
23011 "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
23012 (synopsis
23013 "Data Preparation, Estimation and Prediction in Multi-State Models")
23014 (description
23015 "Contains functions for data preparation, descriptives, hazard estimation
23016 and prediction with Aalen-Johansen or simulation in competing risks and
23017 multi-state models.")
23018 (license license:gpl2+)))
23019
23020 (define-public r-scatterpie
23021 (package
23022 (name "r-scatterpie")
23023 (version "0.1.5")
23024 (source
23025 (origin
23026 (method url-fetch)
23027 (uri (cran-uri "scatterpie" version))
23028 (sha256
23029 (base32
23030 "0h48l0699lpfagv09f53yismir84945m56qwzk52lc7wxyvkfcp1"))))
23031 (properties `((upstream-name . "scatterpie")))
23032 (build-system r-build-system)
23033 (propagated-inputs
23034 `(("r-ggforce" ,r-ggforce)
23035 ("r-ggplot2" ,r-ggplot2)
23036 ("r-rlang" ,r-rlang)
23037 ("r-rvcheck" ,r-rvcheck)
23038 ("r-tidyr" ,r-tidyr)))
23039 (native-inputs
23040 `(("r-knitr" ,r-knitr)))
23041 (home-page "https://cran.r-project.org/web/packages/scatterpie/")
23042 (synopsis "Scatter pie plot")
23043 (description
23044 "This package creates scatterpie plots, especially useful for plotting
23045 pies on a map.")
23046 (license license:artistic2.0)))
23047
23048 (define-public r-boruta
23049 (package
23050 (name "r-boruta")
23051 (version "7.0.0")
23052 (source
23053 (origin
23054 (method url-fetch)
23055 (uri (cran-uri "Boruta" version))
23056 (sha256
23057 (base32
23058 "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
23059 (properties `((upstream-name . "Boruta")))
23060 (build-system r-build-system)
23061 (propagated-inputs `(("r-ranger" ,r-ranger)))
23062 (home-page "https://gitlab.com/mbq/Boruta/")
23063 (synopsis "Wrapper algorithm for all relevant feature selection")
23064 (description
23065 "This package provides an all relevant feature selection wrapper
23066 algorithm. It finds relevant features by comparing original attributes'
23067 importance with importance achievable at random, estimated using their
23068 permuted copies (shadows).")
23069 (license license:gpl2+)))
23070
23071 (define-public r-directlabels
23072 (package
23073 (name "r-directlabels")
23074 (version "2020.6.17")
23075 (source
23076 (origin
23077 (method url-fetch)
23078 (uri (cran-uri "directlabels" version))
23079 (sha256
23080 (base32
23081 "1b6v206kizz5rjw03chjvn40a7cqihjpk80h1h79z2x27hp1qi3f"))))
23082 (build-system r-build-system)
23083 (propagated-inputs
23084 `(("r-quadprog" ,r-quadprog)))
23085 (native-inputs
23086 `(("r-knitr" ,r-knitr)))
23087 (home-page "http://directlabels.r-forge.r-project.org/")
23088 (synopsis "Direct labels for multicolor plots")
23089 (description
23090 "This package provides an extensible framework for automatically placing
23091 direct labels onto multicolor plots. Label positions are described using
23092 positioning methods that can be re-used across several different plots. There
23093 are heuristics for examining @code{trellis} and @code{ggplot} objects and
23094 inferring an appropriate positioning method.")
23095 (license license:gpl3)))
23096
23097 (define-public r-lsd
23098 (package
23099 (name "r-lsd")
23100 (version "4.1-0")
23101 (source
23102 (origin
23103 (method url-fetch)
23104 (uri (cran-uri "LSD" version))
23105 (sha256
23106 (base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
23107 (properties `((upstream-name . "LSD")))
23108 (build-system r-build-system)
23109 (home-page "https://cran.r-project.org/web/packages/LSD/")
23110 (synopsis "Lots of superior depictions tool creates colorful plots")
23111 (description
23112 "This package creates lots of colorful plots in a multitude of variations.
23113 Try a demo of the LSD by running @code{demotour()}.")
23114 ;; Either version
23115 (license (list license:gpl2 license:gpl3))))
23116
23117 (define-public r-phylogram
23118 (package
23119 (name "r-phylogram")
23120 (version "2.1.0")
23121 (source
23122 (origin
23123 (method url-fetch)
23124 (uri (cran-uri "phylogram" version))
23125 (sha256
23126 (base32 "1p4h5pirc0m5pzc18q0jk3mcmb5n48gdf9abz03vml3a209xxl2v"))))
23127 (properties `((upstream-name . "phylogram")))
23128 (build-system r-build-system)
23129 (propagated-inputs `(("r-ape" ,r-ape)))
23130 (home-page "https://github.com/ropensci/phylogram/")
23131 (synopsis "Dendrograms for evolutionary analysis")
23132 (description
23133 "The @code{r-phylogram} package is a tool for for developing phylogenetic
23134 trees as deeply-nested lists known as \"dendrogram\" objects. It provides
23135 functions for conversion between \"dendrogram\" and \"phylo\" class objects,
23136 as well as several tools for command-line tree manipulation and import/export
23137 via Newick parenthetic text. This improves accessibility to the comprehensive
23138 range of object-specific analytical and tree-visualization functions found
23139 across a wide array of bioinformatic R packages.")
23140 (license license:gpl3)))
23141
23142 (define-public r-kmer
23143 (package
23144 (name "r-kmer")
23145 (version "1.1.2")
23146 (source
23147 (origin
23148 (method url-fetch)
23149 (uri (cran-uri "kmer" version))
23150 (sha256
23151 (base32 "0jimn9r0abglwxdl1zqz0lxa99cmj6haydkxjzqfbpx9by80wnww"))))
23152 (properties `((upstream-name . "kmer")))
23153 (build-system r-build-system)
23154 (propagated-inputs
23155 `(("r-openssl" ,r-openssl)
23156 ("r-phylogram" ,r-phylogram)
23157 ("r-rcpp" ,r-rcpp)))
23158 (home-page "https://github.com/shaunpwilkinson/kmer/")
23159 (synopsis "Fast K-Mer counting and clustering for biological sequence analysis")
23160 (description
23161 "@code{r-kmer} is an R package for rapidly computing distance matrices
23162 and clustering large sequence datasets using fast alignment-free k-mer
23163 counting and recursive k-means partitioning.")
23164 (license license:gpl3)))
23165
23166 (define-public r-hardhat
23167 (package
23168 (name "r-hardhat")
23169 (version "0.1.4")
23170 (source
23171 (origin
23172 (method url-fetch)
23173 (uri (cran-uri "hardhat" version))
23174 (sha256
23175 (base32
23176 "0gaj4hr4dj27jaasp7v0hzaivipplvq746ajsyz4yd1in03hfjvs"))))
23177 (properties `((upstream-name . "hardhat")))
23178 (build-system r-build-system)
23179 (propagated-inputs
23180 `(("r-glue" ,r-glue)
23181 ("r-rlang" ,r-rlang)
23182 ("r-tibble" ,r-tibble)
23183 ("r-vctrs" ,r-vctrs)))
23184 (native-inputs
23185 `(("r-knitr" ,r-knitr)))
23186 (home-page "https://github.com/tidymodels/hardhat")
23187 (synopsis "Construct modeling packages")
23188 (description
23189 "Building modeling packages is hard. A large amount of effort generally
23190 goes into providing an implementation for a new method that is efficient,
23191 fast, and correct, but often less emphasis is put on the user interface. A
23192 good interface requires specialized knowledge about S3 methods and formulas,
23193 which the average package developer might not have. The goal of
23194 @code{hardhat} is to reduce the burden around building new modeling packages
23195 by providing functionality for preprocessing, predicting, and validating
23196 input.")
23197 (license license:expat)))
23198
23199 (define-public r-shapforxgboost
23200 (package
23201 (name "r-shapforxgboost")
23202 (version "0.0.4")
23203 (source
23204 (origin
23205 (method url-fetch)
23206 (uri (cran-uri "SHAPforxgboost" version))
23207 (sha256
23208 (base32
23209 "0k6bg27wqnkzv82bcahbapmqhiz6rvnx81m23zbjw58c7lwshgnq"))))
23210 (properties
23211 `((upstream-name . "SHAPforxgboost")))
23212 (build-system r-build-system)
23213 (propagated-inputs
23214 `(("r-bbmisc" ,r-bbmisc)
23215 ("r-data-table" ,r-data-table)
23216 ("r-ggextra" ,r-ggextra)
23217 ("r-ggforce" ,r-ggforce)
23218 ("r-ggplot2" ,r-ggplot2)
23219 ("r-ggpubr" ,r-ggpubr)
23220 ("r-rcolorbrewer" ,r-rcolorbrewer)
23221 ("r-xgboost" ,r-xgboost)))
23222 (home-page "https://github.com/liuyanguu/SHAPforxgboost")
23223 (synopsis "SHAP Plots for XGBoost")
23224 (description
23225 "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
23226 using @dfn{SHAP} (Shapley additive explanation) visualization plots for
23227 @code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
23228 and force plot. It relies on the @code{XGBoost} package to produce SHAP
23229 values.")
23230 (license license:expat)))
23231
23232 (define-public r-rismed
23233 (package
23234 (name "r-rismed")
23235 (version "2.2")
23236 (source
23237 (origin
23238 (method url-fetch)
23239 (uri (cran-uri "RISmed" version))
23240 (sha256
23241 (base32
23242 "0nwixhngi4r2f73362salivsmsf7l52bm13jqvhdq8mfiigm80vd"))))
23243 (properties `((upstream-name . "RISmed")))
23244 (build-system r-build-system)
23245 (home-page "https://cran.r-project.org/web/packages/RISmed")
23246 (synopsis "Download content from NCBI databases")
23247 (description
23248 "This package provides a set of tools to extract bibliographic
23249 content from the National Center for Biotechnology Information (NCBI)
23250 databases, including PubMed. The name RISmed is a portmanteau of
23251 RIS (for Research Information Systems, a common tag format for
23252 bibliographic data) and PubMed.")
23253 (license license:gpl2+)))
23254
23255 (define-public r-semver
23256 (package
23257 (name "r-semver")
23258 (version "0.2.0")
23259 (source
23260 (origin
23261 (method url-fetch)
23262 (uri (cran-uri "semver" version))
23263 (sha256
23264 (base32
23265 "10wpkyms2cix3bsin2q0qhkbl445pwwpa5gm2s4jjw1989namkxy"))))
23266 (properties `((upstream-name . "semver")))
23267 (build-system r-build-system)
23268 (propagated-inputs
23269 `(("r-assertthat" ,r-assertthat)
23270 ("r-rcpp" ,r-rcpp)))
23271 (native-inputs `(("r-knitr" ,r-knitr)))
23272 (home-page "https://github.com/johndharrison/semver")
23273 (synopsis "Parser for Semantic Versioning 2.0.0")
23274 (description
23275 "This package provides tools and functions for parsing, rendering and
23276 operating on semantic version strings. Semantic versioning is a simple set of
23277 rules and requirements that dictate how version numbers are assigned and
23278 incremented as outlined at @url{http://semver.org}.")
23279 (license license:expat)))
23280
23281 (define-public r-binman
23282 (package
23283 (name "r-binman")
23284 (version "0.1.2")
23285 (source
23286 (origin
23287 (method url-fetch)
23288 (uri (cran-uri "binman" version))
23289 (sha256
23290 (base32
23291 "00l7m98h41r67gf0qxqis3vx63j7wylnk9vlgcyk41szkrz8ikkc"))))
23292 (properties `((upstream-name . "binman")))
23293 (build-system r-build-system)
23294 (propagated-inputs
23295 `(("r-assertthat" ,r-assertthat)
23296 ("r-httr" ,r-httr)
23297 ("r-jsonlite" ,r-jsonlite)
23298 ("r-rappdirs" ,r-rappdirs)
23299 ("r-semver" ,r-semver)
23300 ("r-xml2" ,r-xml2)
23301 ("r-yaml" ,r-yaml)))
23302 (native-inputs `(("r-knitr" ,r-knitr)))
23303 (home-page "https://github.com/ropensci/binman")
23304 (synopsis "Binary download manager")
23305 (description
23306 "This package provides tools and functions for managing the download of
23307 binary files. Binary repositories are defined in the YAML format. Defining
23308 new pre-download, download and post-download templates allow additional
23309 repositories to be added.")
23310 (license license:expat)))
23311
23312 (define-public r-wdman
23313 (package
23314 (name "r-wdman")
23315 (version "0.2.5")
23316 (source
23317 (origin
23318 (method url-fetch)
23319 (uri (cran-uri "wdman" version))
23320 (sha256
23321 (base32
23322 "1yf41lsrr9dbf5n4f5hv9mlmzl736fhnp9gxkm2g9apws6gsig02"))))
23323 (properties `((upstream-name . "wdman")))
23324 (build-system r-build-system)
23325 (propagated-inputs
23326 `(("r-assertthat" ,r-assertthat)
23327 ("r-binman" ,r-binman)
23328 ("r-processx" ,r-processx)
23329 ("r-semver" ,r-semver)
23330 ("r-yaml" ,r-yaml)))
23331 (native-inputs `(("r-knitr" ,r-knitr)))
23332 (home-page "https://docs.ropensci.org/wdman/")
23333 (synopsis "Webdriver/Selenium binary manager")
23334 (description
23335 "There are a number of binary files associated with the
23336 Webdriver/Selenium project (see @url{http://www.seleniumhq.org/download/},
23337 @url{https://sites.google.com/a/chromium.org/chromedriver/},
23338 @url{https://github.com/mozilla/geckodriver},
23339 @url{http://phantomjs.org/download.html}, and
23340 @url{https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver} for
23341 more information). This package provides functions to download these binaries
23342 and to manage processes involving them.")
23343 (license license:expat)))
23344
23345 (define-public r-rselenium
23346 (package
23347 (name "r-rselenium")
23348 (version "1.7.7")
23349 (source
23350 (origin
23351 (method url-fetch)
23352 (uri (cran-uri "RSelenium" version))
23353 (sha256
23354 (base32
23355 "1xn5fdbzmq7b1f5fc9ls23g177bmnd8bn4p4d8aafr6z3jwkmfir"))))
23356 (properties `((upstream-name . "RSelenium")))
23357 (build-system r-build-system)
23358 (propagated-inputs
23359 `(("r-binman" ,r-binman)
23360 ("r-catools" ,r-catools)
23361 ("r-httr" ,r-httr)
23362 ("r-openssl" ,r-openssl)
23363 ("r-wdman" ,r-wdman)
23364 ("r-xml" ,r-xml)))
23365 (native-inputs `(("r-knitr" ,r-knitr)))
23366 (home-page "https://docs.ropensci.org/RSelenium/")
23367 (synopsis "R bindings for Selenium WebDriver")
23368 (description
23369 "This package provides a set of R bindings for the Selenium 2.0
23370 WebDriver (see @url{https://selenium.dev/documentation/en/} for more
23371 information) using the @code{JsonWireProtocol} (see
23372 @url{https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol} for more
23373 information). Selenium 2.0 WebDriver allows driving a web browser natively as
23374 a user would either locally or on a remote machine using the Selenium server
23375 it marks a leap forward in terms of web browser automation. Selenium
23376 automates web browsers (commonly referred to as browsers). Using RSelenium
23377 you can automate browsers locally or remotely.")
23378 (license license:agpl3+)))
23379
23380 (define-public r-conquer
23381 (package
23382 (name "r-conquer")
23383 (version "1.0.2")
23384 (source
23385 (origin
23386 (method url-fetch)
23387 (uri (cran-uri "conquer" version))
23388 (sha256
23389 (base32
23390 "1zvlsrbmrij011mcdi3qngs1al2lhrdiyknxnk0w1zhzrra62bsl"))))
23391 (properties `((upstream-name . "conquer")))
23392 (build-system r-build-system)
23393 (propagated-inputs
23394 `(("r-matrix" ,r-matrix)
23395 ("r-matrixstats" ,r-matrixstats)
23396 ("r-rcpp" ,r-rcpp)
23397 ("r-rcpparmadillo" ,r-rcpparmadillo)))
23398 (home-page "https://github.com/XiaoouPan/conquer")
23399 (synopsis "Convolution-type smoothed quantile regression")
23400 (description
23401 "This package provides fast and accurate convolution-type smoothed
23402 quantile regression, implemented using Barzilai-Borwein gradient descent with
23403 a Huber regression warm start. Confidence intervals for regression
23404 coefficients are constructed using multiplier bootstrap.")
23405 (license license:gpl3)))
23406
23407 (define-public r-fastshap
23408 (package
23409 (name "r-fastshap")
23410 (version "0.0.5")
23411 (source
23412 (origin
23413 (method url-fetch)
23414 (uri (cran-uri "fastshap" version))
23415 (sha256
23416 (base32
23417 "08f25ib5mry6h8lvj0g3clc9kfl5g2wdd8x8bw455wwmbcm6x5vg"))))
23418 (properties `((upstream-name . "fastshap")))
23419 (build-system r-build-system)
23420 (propagated-inputs
23421 `(("r-abind" ,r-abind)
23422 ("r-ggplot2" ,r-ggplot2)
23423 ("r-gridextra" ,r-gridextra)
23424 ("r-matrixstats" ,r-matrixstats)
23425 ("r-plyr" ,r-plyr)
23426 ("r-rcpp" ,r-rcpp)
23427 ("r-rcpparmadillo" ,r-rcpparmadillo)
23428 ("r-tibble" ,r-tibble)))
23429 (home-page "https://github.com/bgreenwell/fastshap")
23430 (synopsis "Fast approximate Shapley values")
23431 (description
23432 "This package computes fast (relative to other implementations)
23433 approximate Shapley values for any supervised learning model. Shapley values
23434 help to explain the predictions from any black box model using ideas from game
23435 theory; see @url{Strumbel and Kononenko (2014),
23436 doi.org/10.1007/s10115-013-0679-x} for details.")
23437 (license license:gpl2+)))
23438
23439 (define-public r-metrics
23440 (package
23441 (name "r-metrics")
23442 (version "0.1.4")
23443 (source
23444 (origin
23445 (method url-fetch)
23446 (uri (cran-uri "Metrics" version))
23447 (sha256
23448 (base32
23449 "0fh8qbjlwzagh272lgwr4bxcqcjb1qpz53mgs8rzlvncax6nk5bk"))))
23450 (properties `((upstream-name . "Metrics")))
23451 (build-system r-build-system)
23452 (home-page "https://github.com/mfrasco/Metrics")
23453 (synopsis "Evaluation metrics for machine learning")
23454 (description
23455 "This package provides an implementation of evaluation metrics in R that
23456 are commonly used in supervised machine learning. It implements metrics for
23457 regression, time series, binary classification, classification, and
23458 information retrieval problems. It has zero dependencies and a consistent,
23459 simple interface for all functions.")
23460 (license license:bsd-3)))
23461
23462 (define-public r-iml
23463 (package
23464 (name "r-iml")
23465 (version "0.10.0")
23466 (source
23467 (origin
23468 (method url-fetch)
23469 (uri (cran-uri "iml" version))
23470 (sha256
23471 (base32
23472 "0xm3q42qahq798ilgg050df0mahhbdfd3fx3i7cpx606h38si0x7"))))
23473 (properties `((upstream-name . "iml")))
23474 (build-system r-build-system)
23475 (propagated-inputs
23476 `(("r-checkmate" ,r-checkmate)
23477 ("r-data-table" ,r-data-table)
23478 ("r-formula" ,r-formula)
23479 ("r-future" ,r-future)
23480 ("r-future-apply" ,r-future-apply)
23481 ("r-ggplot2" ,r-ggplot2)
23482 ("r-gridextra" ,r-gridextra)
23483 ("r-metrics" ,r-metrics)
23484 ("r-prediction" ,r-prediction)
23485 ("r-r6" ,r-r6)))
23486 (native-inputs `(("r-knitr" ,r-knitr)))
23487 (home-page "https://github.com/christophM/iml")
23488 (synopsis "Interpretable machine learning")
23489 (description
23490 "This package provides interpretability methods to analyze the behavior
23491 and predictions of any machine learning model. Implemented methods are:
23492
23493 @itemize
23494 @item Feature importance described by Fisher et al. (2018),
23495 @item accumulated local effects plots described by Apley (2018),
23496 @item partial dependence plots described by Friedman (2001),
23497 @item individual conditional expectation ('ice') plots described by Goldstein
23498 et al. (2013) @url{https://doi.org/10.1080/10618600.2014.907095},
23499 @item local models (variant of 'lime') described by Ribeiro et. al (2016),
23500 @item the Shapley Value described by Strumbelj et. al (2014)
23501 @url{https://doi.org/10.1007/s10115-013-0679-x},
23502 @item feature interactions described by Friedman et. al
23503 @url{https://doi.org/10.1214/07-AOAS148} and tree surrogate models.
23504 @end itemize
23505 ")
23506 (license license:expat)))
23507
23508 (define-public r-goftest
23509 (package
23510 (name "r-goftest")
23511 (version "1.2-2")
23512 (source
23513 (origin
23514 (method url-fetch)
23515 (uri (cran-uri "goftest" version))
23516 (sha256
23517 (base32
23518 "0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4"))))
23519 (properties `((upstream-name . "goftest")))
23520 (build-system r-build-system)
23521 (home-page "https://github.com/baddstats/goftest")
23522 (synopsis "Classical Goodness-of-Fit tests for univariate distributions")
23523 (description
23524 "This package provides Cramer-Von Mises and Anderson-Darling tests of
23525 goodness-of-fit for continuous univariate distributions, using efficient
23526 algorithms.")
23527 (license license:gpl2+)))
23528
23529 (define-public r-tensor
23530 (package
23531 (name "r-tensor")
23532 (version "1.5")
23533 (source
23534 (origin
23535 (method url-fetch)
23536 (uri (cran-uri "tensor" version))
23537 (sha256
23538 (base32
23539 "19mfsgr6vz4lgwidm80i4yw0y1dr3n8i6qz7g4n2xa0k74zc5pp1"))))
23540 (properties `((upstream-name . "tensor")))
23541 (build-system r-build-system)
23542 (home-page "https://cran.r-project.org/web/packages/tensor/")
23543 (synopsis "Tensor product of arrays")
23544 (description
23545 "The tensor product of two arrays is notionally an outer product of the
23546 arrays collapsed in specific extents by summing along the appropriate
23547 diagonals. This package allows you to compute the tensor product of arrays.")
23548 (license license:gpl2+)))
23549
23550 (define-public r-spatstat-utils
23551 (package
23552 (name "r-spatstat-utils")
23553 (version "1.17-0")
23554 (source
23555 (origin
23556 (method url-fetch)
23557 (uri (cran-uri "spatstat.utils" version))
23558 (sha256
23559 (base32
23560 "08h9kzkkxvlnngxnv5mdylfali5jj4yhgbr8kvf8l7glswz6ik9r"))))
23561 (properties
23562 `((upstream-name . "spatstat.utils")))
23563 (build-system r-build-system)
23564 (home-page "http://www.spatstat.org")
23565 (synopsis "Utility functions for spatstat")
23566 (description
23567 "This package contains utility functions for the @code{spatstat} package
23568 which may also be useful for other purposes.")
23569 (license license:gpl2+)))
23570
23571 (define-public r-spatstat-data
23572 (package
23573 (name "r-spatstat-data")
23574 (version "1.4-3")
23575 (source
23576 (origin
23577 (method url-fetch)
23578 (uri (cran-uri "spatstat.data" version))
23579 (sha256
23580 (base32
23581 "18lfj5vkwxgf5w9qz0g5al3zy8y2yi3bnd13w24hszfc82nbcmc9"))))
23582 (properties `((upstream-name . "spatstat.data")))
23583 (build-system r-build-system)
23584 (propagated-inputs
23585 `(("r-matrix" ,r-matrix)
23586 ("r-spatstat-utils" ,r-spatstat-utils)))
23587 (home-page "http://www.spatstat.org")
23588 (synopsis "Datasets for spatstat")
23589 (description
23590 "This package contains all the datasets for the @code{spatstat}
23591 package.")
23592 (license license:gpl2+)))
23593
23594 (define-public r-spatstat
23595 (package
23596 (name "r-spatstat")
23597 (version "1.64-1")
23598 (source
23599 (origin
23600 (method url-fetch)
23601 (uri (cran-uri "spatstat" version))
23602 (sha256
23603 (base32
23604 "06jmxfs9kz9qqi3ichfgn8dglwb87kq2nl578p83za5psv8cfgya"))))
23605 (properties `((upstream-name . "spatstat")))
23606 (build-system r-build-system)
23607 (propagated-inputs
23608 `(("r-abind" ,r-abind)
23609 ("r-deldir" ,r-deldir)
23610 ("r-goftest" ,r-goftest)
23611 ("r-matrix" ,r-matrix)
23612 ("r-mgcv" ,r-mgcv)
23613 ("r-nlme" ,r-nlme)
23614 ("r-polyclip" ,r-polyclip)
23615 ("r-rpart" ,r-rpart)
23616 ("r-spatstat-data" ,r-spatstat-data)
23617 ("r-spatstat-utils" ,r-spatstat-utils)
23618 ("r-tensor" ,r-tensor)))
23619 (home-page "http://www.spatstat.org")
23620 (synopsis "Spatial Point Pattern analysis, model-fitting, simulation, tests")
23621 (description
23622 "This package provides a comprehensive toolbox for analysing Spatial
23623 Point Patterns. It is focused mainly on two-dimensional point patterns,
23624 including multitype/marked points, in any spatial region. It also supports
23625 three-dimensional point patterns, space-time point patterns in any number of
23626 dimensions, point patterns on a linear network, and patterns of other
23627 geometrical objects. It supports spatial covariate data such as pixel images
23628 and contains over 2000 functions for plotting spatial data, exploratory data
23629 analysis, model-fitting, simulation, spatial sampling, model diagnostics, and
23630 formal inference.")
23631 (license license:gpl2+)))
23632
23633 (define-public r-gaston
23634 (package
23635 (name "r-gaston")
23636 (version "1.5.7")
23637 (source
23638 (origin
23639 (method url-fetch)
23640 (uri (cran-uri "gaston" version))
23641 (sha256
23642 (base32
23643 "14z94dpln4dvgrv2w7w9ik7h6rpvbf02qhq1hqzx8c2cndzxr21i"))))
23644 (properties `((upstream-name . "gaston")))
23645 (build-system r-build-system)
23646 (inputs `(("zlib" ,zlib)))
23647 (propagated-inputs
23648 `(("r-rcpp" ,r-rcpp)
23649 ("r-rcppeigen" ,r-rcppeigen)
23650 ("r-rcppparallel" ,r-rcppparallel)))
23651 (native-inputs `(("r-knitr" ,r-knitr)))
23652 (home-page "https://cran.r-project.org/web/packages/gaston/")
23653 (synopsis "Genetic data handling (QC, GRM, LD, PCA) and linear mixed models")
23654 (description
23655 "This is a package for the manipulation of genetic data (SNPs).
23656 Computation of @dfn{genetic relationship matrix} (GRM) and dominance matrix,
23657 @dfn{linkage disequilibrium} (LD), and heritability with efficient algorithms
23658 for linear mixed models (AIREML).")
23659 (license license:gpl3)))
23660
23661 (define-public r-cpp11
23662 (package
23663 (name "r-cpp11")
23664 (version "0.2.3")
23665 (source
23666 (origin
23667 (method url-fetch)
23668 (uri (cran-uri "cpp11" version))
23669 (sha256
23670 (base32
23671 "1avcip33bldzz0rhkl43b4sljrbb8i24684xxmr9il5bijcpyy97"))))
23672 (properties `((upstream-name . "cpp11")))
23673 (build-system r-build-system)
23674 (native-inputs `(("r-knitr" ,r-knitr)))
23675 (home-page "https://github.com/r-lib/cpp11")
23676 (synopsis "C++11 Interface for R's C Interface")
23677 (description
23678 "This package provides a header only, C++11 interface to R's C interface.
23679 Compared to other approaches @code{cpp11} strives to be safe against long
23680 jumps from the C API as well as C++ exceptions, conform to normal R function
23681 semantics and supports interaction with @code{ALTREP} vectors.")
23682 (license license:expat)))
23683
23684 (define-public r-rcppziggurat
23685 (package
23686 (name "r-rcppziggurat")
23687 (version "0.1.6")
23688 (source
23689 (origin
23690 (method url-fetch)
23691 (uri (cran-uri "RcppZiggurat" version))
23692 (sha256
23693 (base32
23694 "0wgd1v2p7zajnbrjf3hfi56p3pk3ld6iwkanbb04bjbnlif2ay4w"))))
23695 (properties `((upstream-name . "RcppZiggurat")))
23696 (build-system r-build-system)
23697 (propagated-inputs
23698 `(("r-rcpp" ,r-rcpp)
23699 ("r-rcppgsl" ,r-rcppgsl)))
23700 (native-inputs `(("r-knitr" ,r-knitr)))
23701 (home-page "https://cran.r-project.org/web/packages/RcppZiggurat/")
23702 (synopsis "Rcpp integration of different \"Ziggurat\" normal RNG implementations")
23703 (description
23704 "The Ziggurat generator for normally distributed random numbers,
23705 originally proposed by Marsaglia and Tsang (2000,
23706 @url{https://doi.org/10.18637/jss.v005.i08}) has been improved upon a few
23707 times starting with Leong et al (2005,
23708 @url{https://doi.org/10.18637/jss.v012.i07}). This package provides an
23709 aggregation for comparing different implementations in order to provide a
23710 'faster but good enough' alternative for use with R and C++ code.")
23711 (license license:gpl2+)))
23712
23713 (define-public r-rfast
23714 (package
23715 (name "r-rfast")
23716 (version "2.0.1")
23717 (source
23718 (origin
23719 (method url-fetch)
23720 (uri (cran-uri "Rfast" version))
23721 (sha256
23722 (base32
23723 "1cq3mcg49hsvqhwn6f4dgsx7f8ma4qnwr5n6s7m22qy57rg31958"))))
23724 (properties `((upstream-name . "Rfast")))
23725 (build-system r-build-system)
23726 (propagated-inputs
23727 `(("r-rcpp" ,r-rcpp)
23728 ("r-rcpparmadillo" ,r-rcpparmadillo)
23729 ("r-rcppziggurat" ,r-rcppziggurat)))
23730 (home-page "https://github.com/RfastOfficial/Rfast")
23731 (synopsis "Collection of efficient and fast R functions")
23732 (description
23733 "This package provides a collection of fast (utility) functions for data
23734 analysis. Column- and row- wise means, medians, variances, minimums,
23735 maximums, many t, F and G-square tests, many regressions (normal, logistic,
23736 Poisson), are some of the many fast functions.")
23737 (license license:gpl2+)))
23738
23739 (define-public r-clusterr
23740 (package
23741 (name "r-clusterr")
23742 (version "1.2.2")
23743 (source
23744 (origin
23745 (method url-fetch)
23746 (uri (cran-uri "ClusterR" version))
23747 (sha256
23748 (base32
23749 "1ky172bk15a78hky77vl60j7c81nq2495sxjrv53is25nkac7sjm"))))
23750 (properties `((upstream-name . "ClusterR")))
23751 (build-system r-build-system)
23752 (propagated-inputs
23753 `(("r-ggplot2" ,r-ggplot2)
23754 ("r-gmp" ,r-gmp)
23755 ("r-gtools" ,r-gtools)
23756 ("r-rcpp" ,r-rcpp)
23757 ("r-rcpparmadillo" ,r-rcpparmadillo)))
23758 (native-inputs `(("r-knitr" ,r-knitr)))
23759 (home-page "https://github.com/mlampros/ClusterR")
23760 (synopsis "Clustering")
23761 (description
23762 "This package provides Gaussian mixture models, k-means,
23763 mini-batch-kmeans, k-medoids and affinity propagation clustering with the
23764 option to plot, validate, predict (new data) and estimate the optimal number
23765 of clusters. The package takes advantage of @code{RcppArmadillo} to speed up
23766 the computationally intensive parts of the functions. For more information,
23767 see
23768
23769 @enumerate
23770 @item \"Clustering in an Object-Oriented Environment\" by Anja Struyf, Mia
23771 Hubert, Peter Rousseeuw (1997), Journal of Statistical Software,
23772 @url{https://doi.org/10.18637/jss.v001.i04};
23773 @item \"Web-scale k-means clustering\" by D. Sculley (2010), ACM Digital
23774 Library, @url{https://doi.org/10.1145/1772690.1772862};
23775 @item \"Armadillo: a template-based C++ library
23776 for linear algebra\" by Sanderson et al (2016), The Journal of Open Source
23777 Software, @url{https://doi.org/10.21105/joss.00026};
23778 @item \"Clustering by Passing Messages Between Data Points\" by Brendan
23779 J. Frey and Delbert Dueck, Science 16 Feb 2007: Vol. 315, Issue 5814,
23780 pp. 972-976, @url{https://doi.org/10.1126/science.1136800}.
23781 @end enumerate
23782 ")
23783 (license license:gpl3)))
23784
23785 (define-public r-spectrum
23786 (package
23787 (name "r-spectrum")
23788 (version "1.1")
23789 (source
23790 (origin
23791 (method url-fetch)
23792 (uri (cran-uri "Spectrum" version))
23793 (sha256
23794 (base32
23795 "0n38d360azkck6vvhr771zsh0gbvd9qsf9ygg5r18vhz0pb1xcfw"))))
23796 (properties `((upstream-name . "Spectrum")))
23797 (build-system r-build-system)
23798 (propagated-inputs
23799 `(("r-clusterr" ,r-clusterr)
23800 ("r-diptest" ,r-diptest)
23801 ("r-ggplot2" ,r-ggplot2)
23802 ("r-rfast" ,r-rfast)))
23803 (native-inputs `(("r-knitr" ,r-knitr)))
23804 (home-page "https://cran.r-project.org/web/packages/Spectrum/")
23805 (synopsis "Fast adaptive spectral clustering for single and multi-view data")
23806 (description
23807 "This package provides a self-tuning spectral clustering method for
23808 single or multi-view data. Spectrum uses a new type of adaptive density aware
23809 kernel that strengthens connections in the graph based on common nearest
23810 neighbours. It uses a tensor product graph data integration and diffusion
23811 procedure to integrate different data sources and reduce noise. Spectrum uses
23812 either the eigengap or multimodality gap heuristics to determine the number of
23813 clusters. The method is sufficiently flexible so that a wide range of
23814 Gaussian and non-Gaussian structures can be clustered with automatic selection
23815 of K.")
23816 (license license:agpl3+)))
23817
23818 (define-public r-nabor
23819 (package
23820 (name "r-nabor")
23821 (version "0.5.0")
23822 (source
23823 (origin
23824 (method url-fetch)
23825 (uri (cran-uri "nabor" version))
23826 (sha256
23827 (base32
23828 "1nj39cdfwrmhgsi3cq8imxv3n6xzc1v6dzdb2cf2hybjk368v4s7"))))
23829 (properties `((upstream-name . "nabor")))
23830 (build-system r-build-system)
23831 (propagated-inputs
23832 `(("r-bh" ,r-bh)
23833 ("r-rcpp" ,r-rcpp)
23834 ("r-rcppeigen" ,r-rcppeigen)))
23835 (home-page "https://cran.r-project.org/web/packages/nabor/")
23836 (synopsis "Wrapper for K nearest neighbour library for low dimensions")
23837 (description
23838 "This package provides an R wrapper for libnabo, an exact or approximate
23839 k nearest neighbour library which is optimised for low dimensional
23840 spaces (e.g. 3D). @code{nabor} includes a @code{knn} function that is
23841 designed as a drop-in replacement for the RANN function @code{nn2}. In
23842 addition, objects which include the k-d tree search structure can be returned
23843 to speed up repeated queries of the same set of target points.")
23844 (license license:bsd-3)))
23845
23846 (define-public r-muhaz
23847 (package
23848 (name "r-muhaz")
23849 (version "1.2.6.1")
23850 (source
23851 (origin
23852 (method url-fetch)
23853 (uri (cran-uri "muhaz" version))
23854 (sha256
23855 (base32
23856 "08qh43zx6h3yby44q2vxphfvmfdmqxpgyp0734yn341sy9n8pkkk"))))
23857 (properties `((upstream-name . "muhaz")))
23858 (build-system r-build-system)
23859 (propagated-inputs
23860 `(("r-survival" ,r-survival)))
23861 (native-inputs
23862 `(("gfortran" ,gfortran)))
23863 (home-page "https://cran.r-project.org/web/packages/muhaz/")
23864 (synopsis "Hazard function estimation in survival analysis")
23865 (description
23866 "This package produces a smooth estimate of the hazard function for
23867 censored data.")
23868 ;; Any version of the GPL.
23869 (license license:gpl3+)))
23870
23871 (define-public r-flexsurv
23872 (package
23873 (name "r-flexsurv")
23874 (version "1.1.1")
23875 (source
23876 (origin
23877 (method url-fetch)
23878 (uri (cran-uri "flexsurv" version))
23879 (sha256
23880 (base32
23881 "0x7p1rv51pplfyyzcg63ssb8z56mig7y0363hkr0219w3cvyq9nr"))))
23882 (properties `((upstream-name . "flexsurv")))
23883 (build-system r-build-system)
23884 (propagated-inputs
23885 `(("r-desolve" ,r-desolve)
23886 ("r-mstate" ,r-mstate)
23887 ("r-muhaz" ,r-muhaz)
23888 ("r-mvtnorm" ,r-mvtnorm)
23889 ("r-quadprog" ,r-quadprog)
23890 ("r-rcpp" ,r-rcpp)
23891 ("r-survival" ,r-survival)
23892 ("r-tibble" ,r-tibble)
23893 ("r-tidyr" ,r-tidyr)))
23894 (native-inputs
23895 `(("r-knitr" ,r-knitr)))
23896 (home-page "https://github.com/chjackson/flexsurv-dev")
23897 (synopsis "Flexible parametric survival and multi-state models")
23898 (description
23899 "This package provides flexible parametric models for time-to-event data,
23900 including the Royston-Parmar spline model, generalized gamma and generalized F
23901 distributions. Any user-defined parametric distribution can be fitted, given
23902 at least an R function defining the probability density or hazard. There are
23903 also tools for fitting and predicting from fully parametric multi-state
23904 models.")
23905 (license license:gpl2+)))
23906
23907 (define-public r-transphylo
23908 (package
23909 (name "r-transphylo")
23910 (version "1.4.4")
23911 (source
23912 (origin
23913 (method url-fetch)
23914 (uri (cran-uri "TransPhylo" version))
23915 (sha256
23916 (base32
23917 "1506c97y8dnhd0c38rgvmg70q0l3xmmn07mjglhnw7hi5n5y9mv9"))))
23918 (properties `((upstream-name . "TransPhylo")))
23919 (build-system r-build-system)
23920 (propagated-inputs
23921 `(("r-ape" ,r-ape)
23922 ("r-rcpp" ,r-rcpp)))
23923 (native-inputs
23924 `(("r-knitr" ,r-knitr)))
23925 (home-page "https://cran.r-project.org/web/packages/TransPhylo/")
23926 (synopsis "Inference of transmission tree from a dated phylogeny")
23927 (description
23928 "This is a package to infer transmission trees from a dated phylogeny.
23929 It includes methods to simulate and analyze outbreaks. The methodology is
23930 described in @url{https://doi.org/10.1093/molbev/msu121,Didelot et al. (2014)}
23931 and @url{https://doi.org/10.1093/molbev/msw275,Didelot et al. (2017)}.")
23932 (license license:gpl2+)))
23933
23934 (define-public r-km-ci
23935 (package
23936 (name "r-km-ci")
23937 (version "0.5-2")
23938 (source
23939 (origin
23940 (method url-fetch)
23941 (uri (cran-uri "km.ci" version))
23942 (sha256
23943 (base32
23944 "1l6kw8jppaa1802yc5pbfwwgac56nhwc9p076ivylhms4w7cdf8v"))))
23945 (properties `((upstream-name . "km.ci")))
23946 (build-system r-build-system)
23947 (propagated-inputs
23948 `(("r-survival" ,r-survival)))
23949 (home-page "https://cran.r-project.org/web/packages/km.ci/")
23950 (synopsis "Confidence intervals for the Kaplan-Meier estimator")
23951 (description
23952 "This package computes various @dfn{confidence intervals} (CI) for the
23953 Kaplan-Meier estimator, namely: Petos CI, Rothman CI, CIs based on Greenwoods
23954 variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by
23955 Nair and Hall and Wellner.")
23956 (license license:gpl2+)))
23957
23958 (define-public r-kmsurv
23959 (package
23960 (name "r-kmsurv")
23961 (version "0.1-5")
23962 (source
23963 (origin
23964 (method url-fetch)
23965 (uri (cran-uri "KMsurv" version))
23966 (sha256
23967 (base32
23968 "0hi5vvk584rl70gbrr75w9hc775xmbxnaig0dd6hlpi4071pnqjm"))))
23969 (properties `((upstream-name . "KMsurv")))
23970 (build-system r-build-system)
23971 (home-page "https://cran.r-project.org/web/packages/KMsurv/")
23972 (synopsis "Data sets from Klein and Moeschberger (1997), Survival Analysis")
23973 (description
23974 "This package provides data sets and functions for Klein and Moeschberger
23975 (1997), \"Survival Analysis, Techniques for Censored and Truncated Data\",
23976 Springer.")
23977 (license license:gpl3+)))
23978
23979 (define-public r-survmisc
23980 (package
23981 (name "r-survmisc")
23982 (version "0.5.5")
23983 (source
23984 (origin
23985 (method url-fetch)
23986 (uri (cran-uri "survMisc" version))
23987 (sha256
23988 (base32
23989 "00nvvl8gz4477ab24rd0xvfksm8msv8h021b9ld5c9cizc41n2bm"))))
23990 (properties `((upstream-name . "survMisc")))
23991 (build-system r-build-system)
23992 (propagated-inputs
23993 `(("r-data-table" ,r-data-table)
23994 ("r-ggplot2" ,r-ggplot2)
23995 ("r-gridextra" ,r-gridextra)
23996 ("r-km-ci" ,r-km-ci)
23997 ("r-kmsurv" ,r-kmsurv)
23998 ("r-knitr" ,r-knitr)
23999 ("r-survival" ,r-survival)
24000 ("r-xtable" ,r-xtable)
24001 ("r-zoo" ,r-zoo)))
24002 (native-inputs
24003 `(("r-knitr" ,r-knitr)))
24004 (home-page "https://cran.r-project.org/web/packages/survMisc/")
24005 (synopsis "Miscellaneous functions for survival data")
24006 (description
24007 "This package provides a collection of functions to help in the analysis
24008 of right-censored survival data. These extend the methods available in
24009 the @code{survival} package.")
24010 (license license:gpl2)))
24011
24012 (define-public r-exactranktests
24013 (package
24014 (name "r-exactranktests")
24015 (version "0.8-31")
24016 (source
24017 (origin
24018 (method url-fetch)
24019 (uri (cran-uri "exactRankTests" version))
24020 (sha256
24021 (base32
24022 "1154dkcid3njhamdp87qs9bnx7l8bdqkcjsds9q9f2xmizs9x8gw"))))
24023 (properties
24024 `((upstream-name . "exactRankTests")))
24025 (build-system r-build-system)
24026 (home-page "https://cran.r-project.org/web/packages/exactRankTests/")
24027 (synopsis "Exact distributions for rank and permutation tests")
24028 (description
24029 "This package computes exact conditional p-values and quantiles using an
24030 implementation of the Shift-Algorithm by Streitberg & Roehmel.")
24031 (license license:gpl2+)))
24032
24033 (define-public r-maxstat
24034 (package
24035 (name "r-maxstat")
24036 (version "0.7-25")
24037 (source
24038 (origin
24039 (method url-fetch)
24040 (uri (cran-uri "maxstat" version))
24041 (sha256
24042 (base32
24043 "114z1rwxwvk05ijjhdppzm148n1h192fp0w12ky10zkrhf6kphbg"))))
24044 (properties `((upstream-name . "maxstat")))
24045 (build-system r-build-system)
24046 (propagated-inputs
24047 `(("r-exactranktests" ,r-exactranktests)
24048 ("r-mvtnorm" ,r-mvtnorm)))
24049 (home-page "https://cran.r-project.org/web/packages/maxstat/")
24050 (synopsis "Maximally selected rank statistics")
24051 (description
24052 "This package provides maximally selected rank statistics with several
24053 p-value approximations.")
24054 (license license:gpl2+)))
24055
24056 (define-public r-survminer
24057 (package
24058 (name "r-survminer")
24059 (version "0.4.8")
24060 (source
24061 (origin
24062 (method url-fetch)
24063 (uri (cran-uri "survminer" version))
24064 (sha256
24065 (base32
24066 "1niysd89mxb2a6ncvzm1s6xgfvq3psba65af0whh2p56r2hwrwff"))))
24067 (properties `((upstream-name . "survminer")))
24068 (build-system r-build-system)
24069 (propagated-inputs
24070 `(("r-broom" ,r-broom)
24071 ("r-dplyr" ,r-dplyr)
24072 ("r-ggplot2" ,r-ggplot2)
24073 ("r-ggpubr" ,r-ggpubr)
24074 ("r-gridextra" ,r-gridextra)
24075 ("r-magrittr" ,r-magrittr)
24076 ("r-maxstat" ,r-maxstat)
24077 ("r-purrr" ,r-purrr)
24078 ("r-rlang" ,r-rlang)
24079 ("r-scales" ,r-scales)
24080 ("r-survival" ,r-survival)
24081 ("r-survmisc" ,r-survmisc)
24082 ("r-tibble" ,r-tibble)
24083 ("r-tidyr" ,r-tidyr)))
24084 (native-inputs
24085 `(("r-knitr" ,r-knitr)))
24086 (home-page "https://rpkgs.datanovia.com/survminer/index.html")
24087 (synopsis "Drawing survival curves using ggplot2")
24088 (description
24089 "This package contains the function @code{ggsurvplot()} for easily
24090 drawing beautiful and 'ready-to-publish' survival curves with the 'number at
24091 risk' table and 'censoring count plot'. Other functions are also available to
24092 plot adjusted curves for Cox model and to visually examine Cox model
24093 assumptions.")
24094 (license license:gpl2)))
24095
24096 (define-public r-forge
24097 (package
24098 (name "r-forge")
24099 (version "0.2.0")
24100 (source
24101 (origin
24102 (method url-fetch)
24103 (uri (cran-uri "forge" version))
24104 (sha256
24105 (base32
24106 "0pjfzsc35agkh0zfw2czwajkbsyn6liys5irl5bhz5r1vim3jmwa"))))
24107 (properties `((upstream-name . "forge")))
24108 (build-system r-build-system)
24109 (propagated-inputs
24110 `(("r-magrittr" ,r-magrittr)
24111 ("r-rlang" ,r-rlang)))
24112 (home-page "https://cran.r-project.org/web/packages/forge/")
24113 (synopsis "Cast values into shape")
24114 (description
24115 "This package provides helper functions with a consistent interface to
24116 coerce and verify the types and shapes of values for input checking.")
24117 (license license:asl2.0)))
24118
24119 (define-public r-config
24120 (package
24121 (name "r-config")
24122 (version "0.3")
24123 (source
24124 (origin
24125 (method url-fetch)
24126 (uri (cran-uri "config" version))
24127 (sha256
24128 (base32
24129 "0l67nfpm42ssnk0bl4jmq6bibz8hawgfgh2s14s5c8mnimv6mpjs"))))
24130 (properties `((upstream-name . "config")))
24131 (build-system r-build-system)
24132 (propagated-inputs
24133 `(("r-yaml" ,r-yaml)))
24134 (native-inputs
24135 `(("r-knitr" ,r-knitr)))
24136 (home-page "https://github.com/rstudio/config")
24137 (synopsis "Manage environment specific configuration values")
24138 (description
24139 "This package lets you manage configuration values across multiple
24140 environments (e.g. development, test, production). It reads values using a
24141 function that determines the current environment and returns the appropriate
24142 value.")
24143 (license license:gpl3)))
24144
24145 (define-public r-adaptivesparsity
24146 (package
24147 (name "r-adaptivesparsity")
24148 (version "1.6")
24149 (source (origin
24150 (method url-fetch)
24151 (uri (cran-uri "AdaptiveSparsity" version))
24152 (sha256
24153 (base32
24154 "0imr5m8mll9j6n4icsv6z9rl5kbnwsp9wvzrg7n90nnmcxq2cz91"))))
24155 (properties
24156 `((upstream-name . "AdaptiveSparsity")))
24157 (build-system r-build-system)
24158 (arguments
24159 `(#:phases
24160 (modify-phases %standard-phases
24161 (add-after 'unpack 'link-against-armadillo
24162 (lambda _
24163 (substitute* "src/Makevars"
24164 (("PKG_LIBS=" prefix)
24165 (string-append prefix "-larmadillo")))
24166 #t)))))
24167 (propagated-inputs
24168 `(("r-mass" ,r-mass)
24169 ("r-matrix" ,r-matrix)
24170 ("r-rcpp" ,r-rcpp)
24171 ("r-rcpparmadillo" ,r-rcpparmadillo)))
24172 (inputs
24173 `(("armadillo" ,armadillo)))
24174 (home-page "https://cran.r-project.org/web/packages/AdaptiveSparsity")
24175 (synopsis "Adaptive sparsity models")
24176 (description
24177 "This package implements the Figueiredo machine learning algorithm for
24178 adaptive sparsity and the Wong algorithm for adaptively sparse Gaussian
24179 geometric models.")
24180 (license license:lgpl3+)))
24181
24182 (define-public r-diffusionmap
24183 (package
24184 (name "r-diffusionmap")
24185 (version "1.2.0")
24186 (source
24187 (origin
24188 (method url-fetch)
24189 (uri (cran-uri "diffusionMap" version))
24190 (sha256
24191 (base32
24192 "1rvk7069brlm1s9kqj4c31mwwr3mw4hmhay95cjjjfmw5xclff2j"))))
24193 (properties `((upstream-name . "diffusionMap")))
24194 (build-system r-build-system)
24195 (propagated-inputs
24196 `(("r-igraph" ,r-igraph)
24197 ("r-matrix" ,r-matrix)
24198 ("r-scatterplot3d" ,r-scatterplot3d)))
24199 (home-page "https://www.r-project.org")
24200 (synopsis "Diffusion map")
24201 (description "This package implements the diffusion map method of data
24202 parametrization, including creation and visualization of diffusion maps,
24203 clustering with diffusion K-means and regression using the adaptive regression
24204 model.")
24205 (license license:gpl2)))
24206
24207 (define-public r-igraph
24208 (package
24209 (name "r-igraph")
24210 (version "1.2.6")
24211 (source
24212 (origin
24213 (method url-fetch)
24214 (uri (cran-uri "igraph" version))
24215 (sha256
24216 (base32
24217 "0vf7wrx77cdiav8724cw8gchrn0y9wvywphf5km4pa7xcqhsf3b4"))))
24218 (build-system r-build-system)
24219 (native-inputs
24220 `(("gfortran" ,gfortran)))
24221 (inputs
24222 `(("gmp" ,gmp)
24223 ("glpk" ,glpk)
24224 ("libxml2" ,libxml2)
24225 ("zlib" ,zlib)))
24226 (propagated-inputs
24227 `(("r-magrittr" ,r-magrittr)
24228 ("r-matrix" ,r-matrix)
24229 ("r-pkgconfig" ,r-pkgconfig)))
24230 (home-page "https://igraph.org")
24231 (synopsis "Network analysis and visualization")
24232 (description
24233 "This package provides routines for simple graphs and network analysis.
24234 It can handle large graphs very well and provides functions for generating
24235 random and regular graphs, graph visualization, centrality methods and much
24236 more.")
24237 (license license:gpl2+)))
24238
24239 (define-public r-workflows
24240 (package
24241 (name "r-workflows")
24242 (version "0.2.1")
24243 (source
24244 (origin
24245 (method url-fetch)
24246 (uri (cran-uri "workflows" version))
24247 (sha256
24248 (base32
24249 "1mk0pnmpqlhf143mvj9rwvjrrshirz6s83s5hbfalhnyw7hzkfb9"))))
24250 (properties `((upstream-name . "workflows")))
24251 (build-system r-build-system)
24252 (propagated-inputs
24253 `(("r-cli" ,r-cli)
24254 ("r-ellipsis" ,r-ellipsis)
24255 ("r-generics" ,r-generics)
24256 ("r-glue" ,r-glue)
24257 ("r-hardhat" ,r-hardhat)
24258 ("r-parsnip" ,r-parsnip)
24259 ("r-rlang" ,r-rlang)
24260 ("r-tidyselect" ,r-tidyselect)))
24261 (native-inputs
24262 `(("r-knitr" ,r-knitr)))
24263 (home-page "https://github.com/tidymodels/workflows")
24264 (synopsis "Modeling workflows")
24265 (description
24266 "A workflow is an object that can bundle together your pre-processing,
24267 modeling, and post-processing requests. For example, if you have a
24268 @code{recipe} and @code{parsnip} model, these can be combined into a
24269 workflow. The advantages are:
24270
24271 @enumerate
24272 @item You don’t have to keep track of separate objects in your workspace.
24273 @item The recipe prepping and model fitting can be executed using a single
24274 call to @code{fit()}.
24275 @item If you have custom tuning parameter settings, these can be defined using
24276 a simpler interface when combined with @code{tune}.
24277 @item In the future, workflows will be able to add post-processing operations,
24278 such as modifying the probability cutoff for two-class models.
24279 @end enumerate
24280 ")
24281 (license license:expat)))
24282
24283 (define-public r-gpfit
24284 (package
24285 (name "r-gpfit")
24286 (version "1.0-8")
24287 (source
24288 (origin
24289 (method url-fetch)
24290 (uri (cran-uri "GPfit" version))
24291 (sha256
24292 (base32
24293 "05mpiyi2vxv0wqp422n1mnxa8msc4daq40cwpnpngbcwqhlgqkby"))))
24294 (properties `((upstream-name . "GPfit")))
24295 (build-system r-build-system)
24296 (propagated-inputs
24297 `(("r-lattice" ,r-lattice)
24298 ("r-lhs" ,r-lhs)))
24299 (home-page "https://cran.r-project.org/web/packages/GPfit/")
24300 (synopsis "Gaussian Processes modeling")
24301 (description
24302 "This package provides a computationally stable approach of fitting a
24303 @dfn{Gaussian Process} (GP) model to a deterministic simulator.")
24304 (license license:gpl2)))
24305
24306 (define-public r-yardstick
24307 (package
24308 (name "r-yardstick")
24309 (version "0.0.7")
24310 (source
24311 (origin
24312 (method url-fetch)
24313 (uri (cran-uri "yardstick" version))
24314 (sha256
24315 (base32
24316 "1yrvlhn4gxyn9f20z5yv3xam0j0a8z362jwa32r33r0g0jk5z2fq"))))
24317 (properties `((upstream-name . "yardstick")))
24318 (build-system r-build-system)
24319 (propagated-inputs
24320 `(("r-dplyr" ,r-dplyr)
24321 ("r-generics" ,r-generics)
24322 ("r-proc" ,r-proc)
24323 ("r-rlang" ,r-rlang)
24324 ("r-tidyselect" ,r-tidyselect)))
24325 (native-inputs
24326 `(("r-knitr" ,r-knitr)))
24327 (home-page "https://github.com/tidymodels/yardstick")
24328 (synopsis "Tidy characterizations of model performance")
24329 (description
24330 "This package provides tidy tools for quantifying how well a model fits
24331 to a data set such as confusion matrices, class probability curve summaries,
24332 and regression metrics (e.g., RMSE).")
24333 (license license:gpl2)))
24334
24335 (define-public r-warp
24336 (package
24337 (name "r-warp")
24338 (version "0.2.0")
24339 (source
24340 (origin
24341 (method url-fetch)
24342 (uri (cran-uri "warp" version))
24343 (sha256
24344 (base32
24345 "0s0acddc5h14245hi1faycxp0fyvw6nlgaz2df7da4fpyd2f638f"))))
24346 (properties `((upstream-name . "warp")))
24347 (build-system r-build-system)
24348 (native-inputs `(("r-knitr" ,r-knitr)))
24349 (home-page "https://github.com/DavisVaughan/warp")
24350 (synopsis "Group dates")
24351 (description
24352 "This package provides tooling to group dates by a variety of periods
24353 including: yearly, monthly, by second, by week of the month, and more. The
24354 groups are defined in such a way that they also represent the distance between
24355 dates in terms of the period. This extracts valuable information that can be
24356 used in further calculations that rely on a specific temporal spacing between
24357 observations.")
24358 (license license:expat)))
24359
24360 (define-public r-slider
24361 (package
24362 (name "r-slider")
24363 (version "0.1.5")
24364 (source
24365 (origin
24366 (method url-fetch)
24367 (uri (cran-uri "slider" version))
24368 (sha256
24369 (base32
24370 "1x4jwfxam4czfkb1s5qds5krfw1h2p5a4rh6f5z4yvhsv0d81xck"))))
24371 (properties `((upstream-name . "slider")))
24372 (build-system r-build-system)
24373 (propagated-inputs
24374 `(("r-glue" ,r-glue)
24375 ("r-rlang" ,r-rlang)
24376 ("r-vctrs" ,r-vctrs)
24377 ("r-warp" ,r-warp)))
24378 (native-inputs `(("r-knitr" ,r-knitr)))
24379 (home-page "https://github.com/DavisVaughan/slider")
24380 (synopsis "Sliding window functions")
24381 (description
24382 "This package provides type-stable rolling window functions over any R
24383 data type. Cumulative and expanding windows are also supported. For more
24384 advanced usage, an index can be used as a secondary vector that defines how
24385 sliding windows are to be created.")
24386 (license license:expat)))
24387
24388 (define-public r-rsample
24389 (package
24390 (name "r-rsample")
24391 (version "0.0.8")
24392 (source
24393 (origin
24394 (method url-fetch)
24395 (uri (cran-uri "rsample" version))
24396 (sha256
24397 (base32
24398 "1psmxk16d4bz1v05x0gb9hn4brkdjxw8hjbxmj62snichnix3q3i"))))
24399 (properties `((upstream-name . "rsample")))
24400 (build-system r-build-system)
24401 (propagated-inputs
24402 `(("r-dplyr" ,r-dplyr)
24403 ("r-ellipsis" ,r-ellipsis)
24404 ("r-furrr" ,r-furrr)
24405 ("r-generics" ,r-generics)
24406 ("r-modeldata" ,r-modeldata)
24407 ("r-purrr" ,r-purrr)
24408 ("r-rlang" ,r-rlang)
24409 ("r-slider" ,r-slider)
24410 ("r-tibble" ,r-tibble)
24411 ("r-tidyr" ,r-tidyr)
24412 ("r-tidyselect" ,r-tidyselect)
24413 ("r-vctrs" ,r-vctrs)))
24414 (native-inputs
24415 `(("r-knitr" ,r-knitr)))
24416 (home-page "https://rsample.tidymodels.org")
24417 (synopsis "General resampling infrastructure")
24418 (description
24419 "This package provides classes and functions to create and summarize
24420 different types of resampling objects (e.g. bootstrap, cross-validation).")
24421 (license license:gpl2)))
24422
24423 (define-public r-dicedesign
24424 (package
24425 (name "r-dicedesign")
24426 (version "1.8-1")
24427 (source
24428 (origin
24429 (method url-fetch)
24430 (uri (cran-uri "DiceDesign" version))
24431 (sha256
24432 (base32
24433 "11s1m543kxd6gv4amh8z6pph1n67sj9sfwm6hjy83wfs65syf5vp"))))
24434 (properties `((upstream-name . "DiceDesign")))
24435 (build-system r-build-system)
24436 (home-page "http://dice.emse.fr/")
24437 (synopsis "Designs of computer experiments")
24438 (description
24439 "This package provides tools to create some specific @code{Space-Filling
24440 Design} (SFD) and to test their quality.")
24441 (license license:gpl3)))
24442
24443 (define-public r-dials
24444 (package
24445 (name "r-dials")
24446 (version "0.0.9")
24447 (source
24448 (origin
24449 (method url-fetch)
24450 (uri (cran-uri "dials" version))
24451 (sha256
24452 (base32
24453 "0g9wj2py4wz703rh4p7hk8qxqnkm7zyrypv4qz4vaqziazjsmxks"))))
24454 (properties `((upstream-name . "dials")))
24455 (build-system r-build-system)
24456 (propagated-inputs
24457 `(("r-dicedesign" ,r-dicedesign)
24458 ("r-dplyr" ,r-dplyr)
24459 ("r-glue" ,r-glue)
24460 ("r-purrr" ,r-purrr)
24461 ("r-rlang" ,r-rlang)
24462 ("r-scales" ,r-scales)
24463 ("r-tibble" ,r-tibble)
24464 ("r-vctrs" ,r-vctrs)
24465 ("r-withr" ,r-withr)))
24466 (native-inputs `(("r-knitr" ,r-knitr)))
24467 (home-page "https://dials.tidymodels.org/")
24468 (synopsis "Tools for creating tuning parameter values")
24469 (description
24470 "Many models contain tuning parameters (i.e. parameters that cannot be
24471 directly estimated from the data). These tools can be used to define objects
24472 for creating, simulating, or validating values for such parameters.")
24473 (license license:gpl2)))
24474
24475 (define-public r-tune
24476 (package
24477 (name "r-tune")
24478 (version "0.1.1")
24479 (source
24480 (origin
24481 (method url-fetch)
24482 (uri (cran-uri "tune" version))
24483 (sha256
24484 (base32
24485 "0293xkmv1nyvm72wxznnlm3qpf6475xzl2sf52mnrjxxr7i447p1"))))
24486 (properties `((upstream-name . "tune")))
24487 (build-system r-build-system)
24488 (propagated-inputs
24489 `(("r-cli" ,r-cli)
24490 ("r-crayon" ,r-crayon)
24491 ("r-dials" ,r-dials)
24492 ("r-dplyr" ,r-dplyr)
24493 ("r-foreach" ,r-foreach)
24494 ("r-ggplot2" ,r-ggplot2)
24495 ("r-glue" ,r-glue)
24496 ("r-gpfit" ,r-gpfit)
24497 ("r-hardhat" ,r-hardhat)
24498 ("r-lifecycle" ,r-lifecycle)
24499 ("r-parsnip" ,r-parsnip)
24500 ("r-purrr" ,r-purrr)
24501 ("r-recipes" ,r-recipes)
24502 ("r-rlang" ,r-rlang)
24503 ("r-rsample" ,r-rsample)
24504 ("r-tibble" ,r-tibble)
24505 ("r-tidyr" ,r-tidyr)
24506 ("r-vctrs" ,r-vctrs)
24507 ("r-workflows" ,r-workflows)
24508 ("r-yardstick" ,r-yardstick)))
24509 (home-page "https://github.com/tidymodels/tune")
24510 (synopsis "Tidy tuning tools")
24511 (description
24512 "The ability to tune models is important. @code{tune} contains functions
24513 and classes to be used in conjunction with other @code{tidymodels} packages
24514 for finding reasonable values of hyper-parameters in models, pre-processing
24515 methods, and post-processing steps.")
24516 (license license:expat)))
24517
24518 (define-public r-tidyposterior
24519 (package
24520 (name "r-tidyposterior")
24521 (version "0.0.3")
24522 (source
24523 (origin
24524 (method url-fetch)
24525 (uri (cran-uri "tidyposterior" version))
24526 (sha256
24527 (base32
24528 "0wsv800w056ziqbnwal7ncmdy4li8cn5yrdx07w35b7j8kl4mwhg"))))
24529 (properties `((upstream-name . "tidyposterior")))
24530 (build-system r-build-system)
24531 (propagated-inputs
24532 `(("r-dplyr" ,r-dplyr)
24533 ("r-generics" ,r-generics)
24534 ("r-ggplot2" ,r-ggplot2)
24535 ("r-lifecycle" ,r-lifecycle)
24536 ("r-purrr" ,r-purrr)
24537 ("r-rlang" ,r-rlang)
24538 ("r-rsample" ,r-rsample)
24539 ("r-rstanarm" ,r-rstanarm)
24540 ("r-tibble" ,r-tibble)
24541 ("r-tidyr" ,r-tidyr)
24542 ("r-vctrs" ,r-vctrs)))
24543 (native-inputs
24544 `(("r-knitr" ,r-knitr)))
24545 (home-page "https://tidyposterior.tidymodels.org")
24546 (synopsis "Bayesian analysis to compare models using resampling statistics")
24547 (description
24548 "This package can be used to conduct post hoc analyses of resampling
24549 results generated by models. For example, if two models are evaluated with
24550 the @dfn{root mean squared error} (RMSE) using 10-fold cross-validation, there
24551 are 10 paired statistics. These can be used to make comparisons between
24552 models without involving a test set.")
24553 (license license:gpl2)))
24554
24555 (define-public r-tidypredict
24556 (package
24557 (name "r-tidypredict")
24558 (version "0.4.8")
24559 (source
24560 (origin
24561 (method url-fetch)
24562 (uri (cran-uri "tidypredict" version))
24563 (sha256
24564 (base32
24565 "0fff349pkksss8h1k2qza78l81ha6avx63pxziv6dfa8h62qmrdy"))))
24566 (properties `((upstream-name . "tidypredict")))
24567 (build-system r-build-system)
24568 (propagated-inputs
24569 `(("r-dplyr" ,r-dplyr)
24570 ("r-generics" ,r-generics)
24571 ("r-knitr" ,r-knitr)
24572 ("r-purrr" ,r-purrr)
24573 ("r-rlang" ,r-rlang)
24574 ("r-stringr" ,r-stringr)
24575 ("r-tibble" ,r-tibble)
24576 ("r-tidyr" ,r-tidyr)))
24577 (native-inputs
24578 `(("r-knitr" ,r-knitr)))
24579 (home-page "https://tidypredict.tidymodels.org")
24580 (synopsis "Run predictions inside the database")
24581 (description
24582 "This package parses a fitted R model object, and returns a formula in
24583 Tidy Eval code that calculates the predictions. It works with several
24584 database backends because it leverages @code{dplyr} and @code{dbplyr} for the
24585 final SQL translation of the algorithm. It currently supports @code{lm()},
24586 @code{glm()}, @code{randomForest()}, @code{ranger()}, @code{earth()},
24587 @code{xgb.Booster.complete()}, @code{cubist()}, and @code{ctree()} models.")
24588 (license license:gpl3)))
24589
24590 (define-public r-janeaustenr
24591 (package
24592 (name "r-janeaustenr")
24593 (version "0.1.5")
24594 (source
24595 (origin
24596 (method url-fetch)
24597 (uri (cran-uri "janeaustenr" version))
24598 (sha256
24599 (base32
24600 "1wyn4qc28a3sval8shmyi2d7s4nl3jh96s8pzq871brxcmrncbwr"))))
24601 (properties `((upstream-name . "janeaustenr")))
24602 (build-system r-build-system)
24603 (home-page "https://github.com/juliasilge/janeaustenr")
24604 (synopsis "Jane Austen's complete novels")
24605 (description
24606 "This package provides the full texts for Jane Austen's six completed
24607 novels, ready for text analysis. These novels are \"Sense and Sensibility\",
24608 \"Pride and Prejudice\", \"Mansfield Park\", \"Emma\", \"Northanger Abbey\",
24609 and \"Persuasion\".")
24610 (license license:expat)))
24611
24612 (define-public r-tokenizers
24613 (package
24614 (name "r-tokenizers")
24615 (version "0.2.1")
24616 (source
24617 (origin
24618 (method url-fetch)
24619 (uri (cran-uri "tokenizers" version))
24620 (sha256
24621 (base32
24622 "006xf1vdrmp9skhpss9ldhmk4cwqk512cjp1pxm2gxfybpf7qq98"))))
24623 (properties `((upstream-name . "tokenizers")))
24624 (build-system r-build-system)
24625 (propagated-inputs
24626 `(("r-rcpp" ,r-rcpp)
24627 ("r-snowballc" ,r-snowballc)
24628 ("r-stringi" ,r-stringi)))
24629 (native-inputs
24630 `(("r-knitr" ,r-knitr)))
24631 (home-page "https://lincolnmullen.com/software/tokenizers/")
24632 (synopsis "Fast, consistent tokenization of natural language text")
24633 (description
24634 "This is a package for converting natural language text into tokens.
24635 It includes tokenizers for shingled n-grams, skip n-grams, words, word stems,
24636 sentences, paragraphs, characters, shingled characters, lines, tweets, Penn
24637 Treebank, regular expressions, as well as functions for counting characters,
24638 words, and sentences, and a function for splitting longer texts into separate
24639 documents, each with the same number of words. The tokenizers have a
24640 consistent interface, and the package is built on the @code{stringi} and
24641 @code{Rcpp} packages for fast yet correct tokenization in UTF-8 encoding.")
24642 (license license:expat)))
24643
24644 (define-public r-hunspell
24645 (package
24646 (name "r-hunspell")
24647 (version "3.0")
24648 (source
24649 (origin
24650 (method url-fetch)
24651 (uri (cran-uri "hunspell" version))
24652 (sha256
24653 (base32
24654 "0mwqw5p0ph083plm2hr2hqr50bjg2dw862dpsfm4l2fgyy3rryq1"))))
24655 (properties `((upstream-name . "hunspell")))
24656 (build-system r-build-system)
24657 (propagated-inputs
24658 `(("r-digest" ,r-digest)
24659 ("r-rcpp" ,r-rcpp)))
24660 (native-inputs
24661 `(("r-knitr" ,r-knitr)))
24662 (home-page "https://github.com/ropensci/hunspell#readme")
24663 (synopsis "High-performance stemmer, tokenizer, and spell checker")
24664 (description
24665 "This package provides a low-level spell checker and morphological
24666 analyzer based on the famous @code{hunspell} library. The package can analyze
24667 or check individual words as well as parse text, LaTeX, HTML or XML documents.
24668 For a more user-friendly interface use the @code{spelling} package which
24669 builds on this package to automate checking of files, documentation and
24670 vignettes in all common formats.")
24671 ;; The hunspell library itself is available under one of GPL2, LGPL2.1, or
24672 ;; MPL; in addition to these licenses the rest of the R wrapper is also
24673 ;; available under the Expat license.
24674 (license (list license:gpl2
24675 license:lgpl2.1
24676 license:mpl1.1
24677 license:expat))))
24678
24679 (define-public r-tidytext
24680 (package
24681 (name "r-tidytext")
24682 (version "0.2.6")
24683 (source
24684 (origin
24685 (method url-fetch)
24686 (uri (cran-uri "tidytext" version))
24687 (sha256
24688 (base32
24689 "0xmjkab7p13ncfglf3a9hvndf8fh96mmxw3l7hcpbnaq9qkiwk29"))))
24690 (properties `((upstream-name . "tidytext")))
24691 (build-system r-build-system)
24692 (propagated-inputs
24693 `(("r-dplyr" ,r-dplyr)
24694 ("r-generics" ,r-generics)
24695 ("r-hunspell" ,r-hunspell)
24696 ("r-janeaustenr" ,r-janeaustenr)
24697 ("r-matrix" ,r-matrix)
24698 ("r-purrr" ,r-purrr)
24699 ("r-rlang" ,r-rlang)
24700 ("r-stringr" ,r-stringr)
24701 ("r-tibble" ,r-tibble)
24702 ("r-tokenizers" ,r-tokenizers)))
24703 (native-inputs
24704 `(("r-knitr" ,r-knitr)))
24705 (home-page "https://github.com/juliasilge/tidytext")
24706 (synopsis "Text mining using dplyr, ggplot2, and other Tidy tools")
24707 (description
24708 "This is a package for text mining for word processing and sentiment
24709 analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.")
24710 (license license:expat)))
24711
24712 (define-public r-parsnip
24713 (package
24714 (name "r-parsnip")
24715 (version "0.1.4")
24716 (source
24717 (origin
24718 (method url-fetch)
24719 (uri (cran-uri "parsnip" version))
24720 (sha256
24721 (base32
24722 "1134840xisvkkrbkh5kvx24vxp7sx06124svy573a9m4h8c492sr"))))
24723 (properties `((upstream-name . "parsnip")))
24724 (build-system r-build-system)
24725 (propagated-inputs
24726 `(("r-dplyr" ,r-dplyr)
24727 ("r-generics" ,r-generics)
24728 ("r-globals" ,r-globals)
24729 ("r-glue" ,r-glue)
24730 ("r-magrittr" ,r-magrittr)
24731 ("r-prettyunits" ,r-prettyunits)
24732 ("r-purrr" ,r-purrr)
24733 ("r-rlang" ,r-rlang)
24734 ("r-tibble" ,r-tibble)
24735 ("r-tidyr" ,r-tidyr)
24736 ("r-vctrs" ,r-vctrs)))
24737 (native-inputs
24738 `(("r-knitr" ,r-knitr)))
24739 (home-page "https://parsnip.tidymodels.org")
24740 (synopsis "Common API to modeling and analysis functions")
24741 (description
24742 "This package provides a common interface to allow users to specify a
24743 model without having to remember the different argument names across different
24744 functions or computational engines (e.g. R, Spark, Stan, etc).")
24745 (license license:gpl2)))
24746
24747 (define-public r-infer
24748 (package
24749 (name "r-infer")
24750 (version "0.5.3")
24751 (source
24752 (origin
24753 (method url-fetch)
24754 (uri (cran-uri "infer" version))
24755 (sha256
24756 (base32
24757 "1q0lnxnv8krv4n9z80sh4b442s89rvnbph5bddy34z83bkncwv2g"))))
24758 (properties `((upstream-name . "infer")))
24759 (build-system r-build-system)
24760 (propagated-inputs
24761 `(("r-dplyr" ,r-dplyr)
24762 ("r-ggplot2" ,r-ggplot2)
24763 ("r-glue" ,r-glue)
24764 ("r-magrittr" ,r-magrittr)
24765 ("r-purrr" ,r-purrr)
24766 ("r-rlang" ,r-rlang)
24767 ("r-tibble" ,r-tibble)))
24768 (native-inputs
24769 `(("r-knitr" ,r-knitr)))
24770 (home-page "https://github.com/tidymodels/infer")
24771 (synopsis "Tidy statistical inference")
24772 (description
24773 "The objective of this package is to perform inference using an
24774 expressive statistical grammar that coheres with the Tidy design framework.")
24775 (license license:cc0)))
24776
24777 (define-public r-modeldata
24778 (package
24779 (name "r-modeldata")
24780 (version "0.1.0")
24781 (source
24782 (origin
24783 (method url-fetch)
24784 (uri (cran-uri "modeldata" version))
24785 (sha256
24786 (base32
24787 "0lbvmicvhw560jn9qk5dywrl6mgj1rf7zh7p86lf97c6bmz0zp2r"))))
24788 (properties `((upstream-name . "modeldata")))
24789 (build-system r-build-system)
24790 (home-page "https://modeldata.tidymodels.org")
24791 (synopsis "Data sets useful for modeling packages")
24792 (description
24793 "This package provides data sets used for demonstrating or testing
24794 model-related packages.")
24795 (license license:expat)))
24796
24797 (define-public r-tidymodels
24798 (package
24799 (name "r-tidymodels")
24800 (version "0.1.1")
24801 (source
24802 (origin
24803 (method url-fetch)
24804 (uri (cran-uri "tidymodels" version))
24805 (sha256
24806 (base32
24807 "0w2xnr642klmqlflkw6rkvqcrgs01i8f34nk9wdax3fsl1yx2wi4"))))
24808 (properties `((upstream-name . "tidymodels")))
24809 (build-system r-build-system)
24810 (propagated-inputs
24811 `(("r-broom" ,r-broom)
24812 ("r-cli" ,r-cli)
24813 ("r-crayon" ,r-crayon)
24814 ("r-dials" ,r-dials)
24815 ("r-dplyr" ,r-dplyr)
24816 ("r-ggplot2" ,r-ggplot2)
24817 ("r-infer" ,r-infer)
24818 ("r-magrittr" ,r-magrittr)
24819 ("r-modeldata" ,r-modeldata)
24820 ("r-parsnip" ,r-parsnip)
24821 ("r-purrr" ,r-purrr)
24822 ("r-recipes" ,r-recipes)
24823 ("r-rlang" ,r-rlang)
24824 ("r-rsample" ,r-rsample)
24825 ("r-rstudioapi" ,r-rstudioapi)
24826 ("r-tibble" ,r-tibble)
24827 ("r-tidyr" ,r-tidyr)
24828 ("r-tune" ,r-tune)
24829 ("r-workflows" ,r-workflows)
24830 ("r-yardstick" ,r-yardstick)))
24831 (native-inputs
24832 `(("r-knitr" ,r-knitr)
24833 ("r-rmarkdown" ,r-rmarkdown)
24834 ("pandoc" ,pandoc)
24835 ("pandoc-citeproc" ,pandoc-citeproc))) ; for vignettes
24836 (home-page "https://github.com/tidymodels/tidymodels")
24837 (synopsis "Tidy collection for modeling and statistical analysis")
24838 (description
24839 "The tidy modeling \"verse\" is a collection of packages for modeling and
24840 statistical analysis that share the underlying design philosophy, grammar, and
24841 data structures of the tidyverse.")
24842 (license license:gpl3)))
24843
24844 (define-public r-mlecens
24845 (package
24846 (name "r-mlecens")
24847 (version "0.1-4")
24848 (source
24849 (origin
24850 (method url-fetch)
24851 (uri (cran-uri "MLEcens" version))
24852 (sha256
24853 (base32
24854 "0zlmrcjraypscgs2v0w4s4hm7qccsmaz4hjsgqpn0058vx622945"))))
24855 (properties `((upstream-name . "MLEcens")))
24856 (build-system r-build-system)
24857 (home-page "http://stat.ethz.ch/~maathuis/")
24858 (synopsis "Computation of the MLE for bivariate (interval) censored data")
24859 (description
24860 "This package contains functions to compute the nonparametric
24861 @dfn{maximum likelihood estimator} (MLE) for the bivariate distribution of
24862 @code{(X,Y)}, when realizations of @code{(X,Y)} cannot be observed directly.
24863 To be more precise, we consider the situation where we observe a set of
24864 rectangles that are known to contain the unobservable realizations of (X,Y).
24865 We compute the MLE based on such a set of rectangles. The methods can also be
24866 used for univariate censored data (see data set @code{cosmesis}), and for
24867 censored data with competing risks (see data set @code{menopause}). The
24868 package also provides functions to visualize the observed data and the MLE.")
24869 (license license:gpl2+)))
24870
24871 (define-public r-perm
24872 (package
24873 (name "r-perm")
24874 (version "1.0-0.0")
24875 (source
24876 (origin
24877 (method url-fetch)
24878 (uri (cran-uri "perm" version))
24879 (sha256
24880 (base32
24881 "0075awl66ynv10vypg63fcxk33qzvxddrp8mi4w08ysvimcyxijk"))))
24882 (properties `((upstream-name . "perm")))
24883 (build-system r-build-system)
24884 (home-page "https://cran.r-project.org/web/packages/perm/")
24885 (synopsis "Exact or asymptotic permutation tests")
24886 (description
24887 "This package provides several methods for performing permutation tests.
24888 It has three main functions, to perform linear permutation tests. These tests
24889 are tests where the test statistic is the sum of the product of a
24890 covariate (usually group indicator) and the scores.")
24891 ;; Any version of the GPL
24892 (license license:gpl2+)))
24893
24894 (define-public r-qtl
24895 (package
24896 (name "r-qtl")
24897 (version "1.46-2")
24898 (source
24899 (origin
24900 (method url-fetch)
24901 (uri (cran-uri "qtl" version))
24902 (sha256
24903 (base32
24904 "0rbwcnvyy96gq1dsgpxx03pv423qya26h6ws5y0blj3blfdmj83a"))))
24905 (build-system r-build-system)
24906 (home-page "https://rqtl.org/")
24907 (synopsis "R package for analyzing QTL experiments in genetics")
24908 (description "R/qtl is an extension library for the R statistics system.
24909 It is used to analyze experimental crosses for identifying genes contributing
24910 to variation in quantitative traits (so-called quantitative trait loci, QTLs).
24911
24912 Using a hidden Markov model, R/qtl estimates genetic maps, to identify
24913 genotyping errors, and to perform single-QTL and two-QTL, two-dimensional
24914 genome scans.")
24915 (license license:gpl3)))
24916
24917 (define-public r-qtl2
24918 (package
24919 (name "r-qtl2")
24920 (version "0.22-11")
24921 (source (origin
24922 (method url-fetch)
24923 (uri (cran-uri "qtl2" version))
24924 (sha256
24925 (base32 "0dfdzjylqzc92dcszawc8cyinxccjm3p36v9vcq9ma818pqcanmr"))))
24926 (build-system r-build-system)
24927 (propagated-inputs
24928 `(("r-data-table" ,r-data-table)
24929 ("r-jsonlite" ,r-jsonlite)
24930 ("r-rcpp" ,r-rcpp)
24931 ("r-rcppeigen" ,r-rcppeigen)
24932 ("r-rsqlite" ,r-rsqlite)
24933 ("r-yaml" ,r-yaml)))
24934 (home-page "https://kbroman.org/qtl2/")
24935 (synopsis "Quantitative Trait Locus Mapping in Experimental Crosses")
24936 (description
24937 "This package provides a set of tools to perform @dfn{Quantitative Trait
24938 Locus} (QTL) analysis in experimental crosses. It is a reimplementation of the
24939 @code{R/qtl} package to better handle high-dimensional data and complex cross
24940 designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.")
24941 (license license:gpl3)))
24942
24943 (define-public r-seqminer
24944 (package
24945 (name "r-seqminer")
24946 (version "8.0")
24947 (source
24948 (origin
24949 (method url-fetch)
24950 (uri (cran-uri "seqminer" version))
24951 (sha256
24952 (base32
24953 "00jzj8mwb0zaiwlifd41b26mrq9mzigj18nc29dydi0r42hxg16i"))))
24954 (build-system r-build-system)
24955 (inputs
24956 `(("zlib" ,zlib)))
24957 (home-page "http://seqminer.genomic.codes")
24958 (synopsis "Read nucleotide sequence data (VCF, BCF, and METAL formats)")
24959 (description
24960 "This package provides tools to integrate nucleotide sequencing
24961 data (variant call format, e.g. VCF or BCF) or meta-analysis results in R.")
24962 ;; Any version of the GPL is acceptable
24963 (license (list license:gpl2+ license:gpl3+))))
24964
24965 (define-public r-maldiquant
24966 (package
24967 (name "r-maldiquant")
24968 (version "1.19.3")
24969 (source
24970 (origin
24971 (method url-fetch)
24972 (uri (cran-uri "MALDIquant" version))
24973 (sha256
24974 (base32
24975 "0b7kdz3x4sdq413h1q09l1qhcvdnnwv6fqsqwllks1cd3xy34c57"))))
24976 (properties `((upstream-name . "MALDIquant")))
24977 (build-system r-build-system)
24978 (home-page "https://cran.r-project.org/web/packages/MALDIquant")
24979 (synopsis "Quantitative analysis of mass spectrometry data")
24980 (description
24981 "This package provides a complete analysis pipeline for matrix-assisted
24982 laser desorption/ionization-time-of-flight (MALDI-TOF) and other
24983 two-dimensional mass spectrometry data. In addition to commonly used plotting
24984 and processing methods it includes distinctive features, namely baseline
24985 subtraction methods such as morphological filters (TopHat) or the
24986 statistics-sensitive non-linear iterative peak-clipping algorithm (SNIP), peak
24987 alignment using warping functions, handling of replicated measurements as well
24988 as allowing spectra with different resolutions.")
24989 (license license:gpl3+)))
24990
24991 (define-public r-seurat
24992 (package
24993 (name "r-seurat")
24994 (version "3.2.2")
24995 (source (origin
24996 (method url-fetch)
24997 (uri (cran-uri "Seurat" version))
24998 (sha256
24999 (base32
25000 "048vnj0c3mrwhr6yq3jqhgnkg68w99nj1ccsmgnd8rl694w26spj"))))
25001 (properties `((upstream-name . "Seurat")))
25002 (build-system r-build-system)
25003 (propagated-inputs
25004 `(("r-cluster" ,r-cluster)
25005 ("r-cowplot" ,r-cowplot)
25006 ("r-fitdistrplus" ,r-fitdistrplus)
25007 ("r-future" ,r-future)
25008 ("r-future-apply" ,r-future-apply)
25009 ("r-ggplot2" ,r-ggplot2)
25010 ("r-ggrepel" ,r-ggrepel)
25011 ("r-ggridges" ,r-ggridges)
25012 ("r-httr" ,r-httr)
25013 ("r-ica" ,r-ica)
25014 ("r-igraph" ,r-igraph)
25015 ("r-irlba" ,r-irlba)
25016 ("r-jsonlite" ,r-jsonlite)
25017 ("r-kernsmooth" ,r-kernsmooth)
25018 ("r-leiden" ,r-leiden)
25019 ("r-lmtest" ,r-lmtest)
25020 ("r-mass" ,r-mass)
25021 ("r-matrix" ,r-matrix)
25022 ("r-matrixstats" ,r-matrixstats)
25023 ("r-miniui" ,r-miniui)
25024 ("r-patchwork" ,r-patchwork)
25025 ("r-pbapply" ,r-pbapply)
25026 ("r-plotly" ,r-plotly)
25027 ("r-png" ,r-png)
25028 ("r-rann" ,r-rann)
25029 ("r-rcolorbrewer" ,r-rcolorbrewer)
25030 ("r-rcpp" ,r-rcpp)
25031 ("r-rcppannoy" ,r-rcppannoy)
25032 ("r-rcppeigen" ,r-rcppeigen)
25033 ("r-rcppprogress" ,r-rcppprogress)
25034 ("r-reticulate" ,r-reticulate)
25035 ("r-rlang" ,r-rlang)
25036 ("r-rocr" ,r-rocr)
25037 ("r-rsvd" ,r-rsvd)
25038 ("r-rtsne" ,r-rtsne)
25039 ("r-scales" ,r-scales)
25040 ("r-sctransform" ,r-sctransform)
25041 ("r-shiny" ,r-shiny)
25042 ("r-spatstat" ,r-spatstat)
25043 ("r-tibble" ,r-tibble)
25044 ("r-uwot" ,r-uwot)))
25045 (home-page "http://www.satijalab.org/seurat")
25046 (synopsis "Seurat is an R toolkit for single cell genomics")
25047 (description
25048 "This package is an R package designed for QC, analysis, and
25049 exploration of single cell RNA-seq data. It easily enables widely-used
25050 analytical techniques, including the identification of highly variable genes,
25051 dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering
25052 algorithms; density clustering, hierarchical clustering, k-means, and the
25053 discovery of differentially expressed genes and markers.")
25054 (license license:gpl3)))
25055
25056 (define-public r-phangorn
25057 (package
25058 (name "r-phangorn")
25059 (version "2.5.5")
25060 (source
25061 (origin
25062 (method url-fetch)
25063 (uri (cran-uri "phangorn" version))
25064 (sha256
25065 (base32
25066 "0ihkaykqjmf80d8wrk3saphxvnv58zma6pd13633bd3cwanc33f5"))))
25067 (build-system r-build-system)
25068 (propagated-inputs
25069 `(("r-ape" ,r-ape)
25070 ("r-fastmatch" ,r-fastmatch)
25071 ("r-igraph" ,r-igraph)
25072 ("r-magrittr" ,r-magrittr)
25073 ("r-matrix" ,r-matrix)
25074 ("r-quadprog" ,r-quadprog)
25075 ("r-rcpp" ,r-rcpp)))
25076 (home-page "https://github.com/KlausVigo/phangorn")
25077 (synopsis "Phylogenetic analysis in R")
25078 (description
25079 "Phangorn is a package for phylogenetic analysis in R. It supports
25080 estimation of phylogenetic trees and networks using Maximum Likelihood,
25081 Maximum Parsimony, distance methods and Hadamard conjugation.")
25082 (license license:gpl2+)))
25083
25084 (define-public r-diversitree
25085 (package
25086 (name "r-diversitree")
25087 (version "0.9-14")
25088 (source
25089 (origin
25090 (method url-fetch)
25091 (uri (cran-uri "diversitree" version))
25092 (sha256
25093 (base32
25094 "0xkxw4n1rsagip51smh9k0h0lmnnvsajqcxma7yh95ifdkyrcyy4"))))
25095 (build-system r-build-system)
25096 (native-inputs
25097 `(("gfortran" ,gfortran)))
25098 (inputs `(("fftw" ,fftw) ("gsl" ,gsl)))
25099 (propagated-inputs
25100 `(("r-ape" ,r-ape)
25101 ("r-desolve" ,r-desolve)
25102 ("r-rcpp" ,r-rcpp)
25103 ("r-subplex" ,r-subplex)))
25104 (home-page "https://www.zoology.ubc.ca/prog/diversitree")
25105 (synopsis "Comparative 'phylogenetic' analyses of diversification")
25106 (description "This package contains a number of comparative \"phylogenetic\"
25107 methods, mostly focusing on analysing diversification and character evolution.
25108 Contains implementations of \"BiSSE\" (Binary State Speciation and Extinction)
25109 and its unresolved tree extensions, \"MuSSE\" (Multiple State Speciation and
25110 Extinction), \"QuaSSE\", \"GeoSSE\", and \"BiSSE-ness\" Other included methods
25111 include Markov models of discrete and continuous trait evolution and constant
25112 rate speciation and extinction.")
25113 (license license:gpl2+)))
25114
25115 (define-public r-absfiltergsea
25116 (package
25117 (name "r-absfiltergsea")
25118 (version "1.5.1")
25119 (source
25120 (origin
25121 (method url-fetch)
25122 (uri (cran-uri "AbsFilterGSEA" version))
25123 (sha256
25124 (base32 "15srxkxsvn38kd5frdrwfdf0ad8gskrd0h01wmdf9hglq8fjrp7w"))))
25125 (properties `((upstream-name . "AbsFilterGSEA")))
25126 (build-system r-build-system)
25127 (propagated-inputs
25128 `(("r-biobase" ,r-biobase)
25129 ("r-deseq" ,r-deseq)
25130 ("r-limma" ,r-limma)
25131 ("r-rcpp" ,r-rcpp)
25132 ("r-rcpparmadillo" ,r-rcpparmadillo)))
25133 (home-page "https://cran.r-project.org/web/packages/AbsFilterGSEA/")
25134 (synopsis "Improved false positive control of gene-permuting with absolute filtering")
25135 (description
25136 "This package provides a function that performs gene-permuting of a gene-set
25137 enrichment analysis (GSEA) calculation with or without the absolute filtering.
25138 Without filtering, users can perform (original) two-tailed or one-tailed
25139 absolute GSEA.")
25140 (license license:gpl2)))
25141
25142 (define-public r-calculus
25143 (package
25144 (name "r-calculus")
25145 (version "0.2.1")
25146 (source
25147 (origin
25148 (method url-fetch)
25149 (uri (cran-uri "calculus" version))
25150 (sha256
25151 (base32
25152 "0hs7hzjl6xjza20v9zx9a1piywxa6w3h2rskr52d1dcbc0vwhinp"))))
25153 (properties `((upstream-name . "calculus")))
25154 (build-system r-build-system)
25155 (propagated-inputs
25156 `(("r-rcpp" ,r-rcpp)))
25157 (home-page "https://github.com/eguidotti/calculus")
25158 (synopsis "High dimensional numerical and symbolic calculus")
25159 (description
25160 "Efficient C++ optimized functions for numerical and symbolic calculus.
25161 It includes basic symbolic arithmetic, tensor calculus, Einstein summing
25162 convention, fast computation of the Levi-Civita symbol and generalized
25163 Kronecker delta, Taylor series expansion, multivariate Hermite polynomials,
25164 accurate high-order derivatives, differential operators (Gradient, Jacobian,
25165 Hessian, Divergence, Curl, Laplacian) and numerical integration in arbitrary
25166 orthogonal coordinate systems: cartesian, polar, spherical, cylindrical,
25167 parabolic or user defined by custom scale factors.")
25168 (license license:gpl3)))
25169
25170 (define-public r-aws-signature
25171 (package
25172 (name "r-aws-signature")
25173 (version "0.6.0")
25174 (source
25175 (origin
25176 (method url-fetch)
25177 (uri (cran-uri "aws.signature" version))
25178 (sha256
25179 (base32
25180 "15llpcnrdq4y6jsn7079yjmgbr5d1wgy2ymsm3jj3gkrd5l4zzpp"))))
25181 (properties `((upstream-name . "aws.signature")))
25182 (build-system r-build-system)
25183 (propagated-inputs
25184 `(("r-base64enc" ,r-base64enc)
25185 ("r-digest" ,r-digest)))
25186 (home-page "https://github.com/cloudyr/aws.signature")
25187 (synopsis "Amazon Web Services Request Signatures")
25188 (description
25189 "This package generates version 2 and 4 request signatures for Amazon Web
25190 Services (AWS) and provides a mechanism for retrieving credentials from
25191 environment variables, AWS credentials files, and EC2 instance metadata. For
25192 use on EC2 instances, the package 'aws.ec2metadata' is suggested.")
25193 (license license:gpl2+)))
25194
25195 (define-public r-aws-s3
25196 (package
25197 (name "r-aws-s3")
25198 (version "0.3.21")
25199 (source
25200 (origin
25201 (method url-fetch)
25202 (uri (cran-uri "aws.s3" version))
25203 (sha256
25204 (base32
25205 "132cczq0ml7lpp2yl6l4p99dn1zihrncnpa6wyad4m9mnr50a8dx"))))
25206 (properties `((upstream-name . "aws.s3")))
25207 (build-system r-build-system)
25208 (propagated-inputs
25209 `(("r-aws-signature" ,r-aws-signature)
25210 ("r-base64enc" ,r-base64enc)
25211 ("r-curl" ,r-curl)
25212 ("r-digest" ,r-digest)
25213 ("r-httr" ,r-httr)
25214 ("r-xml2" ,r-xml2)))
25215 (home-page "https://github.com/cloudyr/aws.s3")
25216 (synopsis "AWS S3 Client Package")
25217 (description
25218 "This package provides a simple client package for the Amazon Web
25219 Services (AWS) Simple Storage Service (S3) REST API.")
25220 (license license:gpl2+)))