gnu: r-mlr3tuning: Update to 0.6.0.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 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 ;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
36 ;;;
37 ;;; This file is part of GNU Guix.
38 ;;;
39 ;;; GNU Guix is free software; you can redistribute it and/or modify it
40 ;;; under the terms of the GNU General Public License as published by
41 ;;; the Free Software Foundation; either version 3 of the License, or (at
42 ;;; your option) any later version.
43 ;;;
44 ;;; GNU Guix is distributed in the hope that it will be useful, but
45 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
46 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
47 ;;; GNU General Public License for more details.
48 ;;;
49 ;;; You should have received a copy of the GNU General Public License
50 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
51
52 (define-module (gnu packages cran)
53 #:use-module ((guix licenses) #:prefix license:)
54 #:use-module (guix packages)
55 #:use-module (guix download)
56 #:use-module (guix git-download)
57 #:use-module (guix utils)
58 #:use-module (guix build-system gnu)
59 #:use-module (guix build-system r)
60 #:use-module (gnu packages)
61 #:use-module (gnu packages algebra)
62 #:use-module (gnu packages autotools)
63 #:use-module (gnu packages base)
64 #:use-module (gnu packages bioinformatics)
65 #:use-module (gnu packages c)
66 #:use-module (gnu packages compression)
67 #:use-module (gnu packages crypto)
68 #:use-module (gnu packages curl)
69 #:use-module (gnu packages databases)
70 #:use-module (gnu packages fontutils)
71 #:use-module (gnu packages fribidi)
72 #:use-module (gnu packages gcc)
73 #:use-module (gnu packages geo)
74 #:use-module (gnu packages ghostscript)
75 #:use-module (gnu packages gl)
76 #:use-module (gnu packages gnome)
77 #:use-module (gnu packages graph)
78 #:use-module (gnu packages gtk)
79 #:use-module (gnu packages haskell-xyz)
80 #:use-module (gnu packages icu4c)
81 #:use-module (gnu packages image)
82 #:use-module (gnu packages imagemagick)
83 #:use-module (gnu packages java)
84 #:use-module (gnu packages javascript)
85 #:use-module (gnu packages libevent)
86 #:use-module (gnu packages lisp-xyz)
87 #:use-module (gnu packages machine-learning)
88 #:use-module (gnu packages maths)
89 #:use-module (gnu packages mpi)
90 #:use-module (gnu packages multiprecision)
91 #:use-module (gnu packages networking)
92 #:use-module (gnu packages node)
93 #:use-module (gnu packages pcre)
94 #:use-module (gnu packages perl)
95 #:use-module (gnu packages pkg-config)
96 #:use-module (gnu packages pulseaudio) ;libsndfile
97 #:use-module (gnu packages python)
98 #:use-module (gnu packages python-xyz)
99 #:use-module (gnu packages sqlite)
100 #:use-module (gnu packages statistics)
101 #:use-module (gnu packages tcl)
102 #:use-module (gnu packages tls)
103 #:use-module (gnu packages version-control)
104 #:use-module (gnu packages web)
105 #:use-module (gnu packages xml)
106 #:use-module (gnu packages xorg))
107
108 (define-public r-brio
109 (package
110 (name "r-brio")
111 (version "1.1.1")
112 (source
113 (origin
114 (method url-fetch)
115 (uri (cran-uri "brio" version))
116 (sha256
117 (base32
118 "0ai2pqw5zk11r0rl2xshsq095ix1sdp2vjlixz2qxvy27x145ykh"))))
119 (properties `((upstream-name . "brio")))
120 (build-system r-build-system)
121 (home-page "https://github.com/r-lib/brio")
122 (synopsis "Basic R input output")
123 (description
124 "This package provides functions to handle basic input output. These
125 functions always read and write UTF-8 (8-bit Unicode Transformation Format)
126 files and provide more explicit control over line endings.")
127 (license license:expat)))
128
129 (define-public r-cachem
130 (package
131 (name "r-cachem")
132 (version "1.0.3")
133 (source
134 (origin
135 (method url-fetch)
136 (uri (cran-uri "cachem" version))
137 (sha256
138 (base32
139 "0y3jb96lyn3vc3nq8gs9x669w3xp69vdg5xc69qy0l356r39gp3r"))))
140 (properties `((upstream-name . "cachem")))
141 (build-system r-build-system)
142 (propagated-inputs
143 `(("r-fastmap" ,r-fastmap)
144 ("r-rlang" ,r-rlang)))
145 (home-page "https://cachem.r-lib.org/")
146 (synopsis "Cache R objects with automatic pruning")
147 (description
148 "This package provides key-value stores with automatic pruning. Caches
149 can limit either their total size or the age of the oldest object (or both),
150 automatically pruning objects to maintain the constraints.")
151 (license license:expat)))
152
153 (define-public r-diffobj
154 (package
155 (name "r-diffobj")
156 (version "0.3.3")
157 (source
158 (origin
159 (method url-fetch)
160 (uri (cran-uri "diffobj" version))
161 (sha256
162 (base32
163 "1x3d5sk8mk0s2d7dq8wxi1zv6krlx33n22ls2jwnb58b8xrmakj1"))))
164 (properties `((upstream-name . "diffobj")))
165 (build-system r-build-system)
166 (propagated-inputs `(("r-crayon" ,r-crayon)))
167 (native-inputs `(("r-knitr" ,r-knitr)))
168 (home-page "https://github.com/brodieG/diffobj")
169 (synopsis "Diffs for R objects")
170 (description
171 "Generate a colorized diff of two R objects for an intuitive
172 visualization of their differences.")
173 (license license:gpl2+)))
174
175 (define-public r-waldo
176 (package
177 (name "r-waldo")
178 (version "0.2.3")
179 (source
180 (origin
181 (method url-fetch)
182 (uri (cran-uri "waldo" version))
183 (sha256
184 (base32
185 "0lsw8p4wiggqm9fvh5vgmf0ms0npcg3hcwyzlg5ahv5yx4pv5fhz"))))
186 (properties `((upstream-name . "waldo")))
187 (build-system r-build-system)
188 (propagated-inputs
189 `(("r-cli" ,r-cli)
190 ("r-diffobj" ,r-diffobj)
191 ("r-fansi" ,r-fansi)
192 ("r-glue" ,r-glue)
193 ("r-rematch2" ,r-rematch2)
194 ("r-rlang" ,r-rlang)
195 ("r-tibble" ,r-tibble)))
196 (home-page "https://github.com/r-lib/waldo")
197 (synopsis "Find differences between R objects")
198 (description
199 "Compare complex R objects and reveal the key differences. This package
200 was designed particularly for use in testing packages where being able to
201 quickly isolate key differences makes understanding test failures much
202 easier.")
203 (license license:expat)))
204
205 (define-public r-rticles
206 (package
207 (name "r-rticles")
208 (version "0.18")
209 (source
210 (origin
211 (method url-fetch)
212 (uri (cran-uri "rticles" version))
213 (sha256
214 (base32
215 "1srczjy9dqw06glrv95798xsg462kfbbwm3yk1fv1zhpz9jhakwv"))))
216 (properties `((upstream-name . "rticles")))
217 (build-system r-build-system)
218 (propagated-inputs
219 `(("r-knitr" ,r-knitr)
220 ("r-rmarkdown" ,r-rmarkdown)
221 ("r-tinytex" ,r-tinytex)
222 ("r-xfun" ,r-xfun)
223 ("r-yaml" ,r-yaml)))
224 (home-page "https://github.com/rstudio/rticles")
225 (synopsis "Article formats for R Markdown")
226 (description
227 "This package provides a suite of custom R Markdown formats and templates
228 for authoring journal articles and conference submissions.")
229 (license license:gpl3)))
230
231 (define-public r-bezier
232 (package
233 (name "r-bezier")
234 (version "1.1.2")
235 (source (origin
236 (method url-fetch)
237 (uri (cran-uri "bezier" version))
238 (sha256
239 (base32
240 "1vw5128v8h973xwa1fdm9cw2jvrldj87nd55lddlp3qsz3ag4br6"))))
241 (build-system r-build-system)
242 (home-page "https://cran.r-project.org/web/packages/bezier/")
243 (synopsis "Bezier curve and spline toolkit")
244 (description
245 "This package is a toolkit for working with Bezier curves and splines.
246 The package provides functions for point generation, arc length estimation,
247 degree elevation and curve fitting.")
248 (license license:gpl2+)))
249
250 (define-public r-v8
251 (package
252 (name "r-v8")
253 (version "3.4.0")
254 (source
255 (origin
256 (method url-fetch)
257 (uri (cran-uri "V8" version))
258 (sha256
259 (base32
260 "1g9z22pc8ydx1yhv57ww2d2jg5hvrl7ilwa79x89zgn17jha5j7m"))))
261 (properties `((upstream-name . "V8")))
262 (build-system r-build-system)
263 (arguments
264 `(#:phases
265 (modify-phases %standard-phases
266 (add-after 'unpack 'find-v8
267 (lambda* (#:key inputs #:allow-other-keys)
268 (substitute* "configure"
269 (("^PKG_LIBS=.*")
270 (string-append "PKG_LIBS="
271 (assoc-ref inputs "node")
272 "/lib/libnode.so.64\n")))
273 (setenv "INCLUDE_DIR"
274 (string-append
275 (assoc-ref inputs "node")
276 "/include/node"))
277 (setenv "LIB_DIR"
278 (string-append
279 (assoc-ref inputs "node") "/lib"))
280 #t)))))
281 (inputs
282 `(("node" ,libnode)))
283 (propagated-inputs
284 `(("r-curl" ,r-curl)
285 ("r-jsonlite" ,r-jsonlite)
286 ("r-rcpp" ,r-rcpp)))
287 (native-inputs
288 `(("r-knitr" ,r-knitr)))
289 (home-page "https://jeroen.cran.dev/V8")
290 (synopsis "Embedded JavaScript and WebAssembly engine for R")
291 (description
292 "This package provides an R interface to V8: Google's JavaScript and
293 WebAssembly engine.")
294 (license license:expat)))
295
296 (define-public r-dot
297 (package
298 (name "r-dot")
299 (version "0.1")
300 (source
301 (origin
302 (method url-fetch)
303 (uri (cran-uri "DOT" version))
304 (sha256
305 (base32
306 "0qh5n57cp9c2n5yn59q4wggz82943pwfanp3kx869aba2x3sj30i"))))
307 (properties `((upstream-name . "DOT")))
308 (build-system r-build-system)
309 (propagated-inputs
310 `(("r-v8" ,r-v8)))
311 (home-page "http://haghish.com/dot")
312 (synopsis "Render and Export DOT Graphs in R")
313 (description
314 "This package provides tools to render DOT diagram markup language in R
315 and also provides the possibility to export the graphs in PostScript and
316 SVG (Scalable Vector Graphics) formats. In addition, it supports literate
317 programming packages such as @code{knitr} and @code{rmarkdown}.")
318 (license license:expat)))
319
320 (define-public r-clipr
321 (package
322 (name "r-clipr")
323 (version "0.7.1")
324 (source
325 (origin
326 (method url-fetch)
327 (uri (cran-uri "clipr" version))
328 (sha256
329 (base32
330 "1ywa4kipwc2d7na6iiz3wzdah99h6aynnh74yxl3nzl40xxlgbgz"))))
331 (build-system r-build-system)
332 (native-inputs
333 `(("r-knitr" ,r-knitr)))
334 (home-page "https://github.com/mdlincoln/clipr")
335 (synopsis "Read and write from the system clipboard")
336 (description
337 "This package provides simple utility functions to read from and write to
338 the system clipboards.")
339 (license license:gpl3)))
340
341 (define-public r-zoo
342 (package
343 (name "r-zoo")
344 (version "1.8-8")
345 (source (origin
346 (method url-fetch)
347 (uri (cran-uri "zoo" version))
348 (sha256
349 (base32
350 "1rrw431jwaxd9xljp73f15rhcxvwc0xlyrmr0ghi5fj7a03c932f"))))
351 (build-system r-build-system)
352 (propagated-inputs
353 `(("r-lattice" ,r-lattice)))
354 (home-page "http://zoo.R-Forge.R-project.org/")
355 (synopsis "S3 infrastructure for regular and irregular time series")
356 (description "This package contains an S3 class with methods for totally
357 ordered indexed observations. It is particularly aimed at irregular time
358 series of numeric vectors/matrices and factors.")
359 (license license:gpl2+)))
360
361 (define-public r-ggalluvial
362 (package
363 (name "r-ggalluvial")
364 (version "0.12.3")
365 (source (origin
366 (method url-fetch)
367 (uri (cran-uri "ggalluvial" version))
368 (sha256
369 (base32
370 "0mkan9gxg3yxjism22yxbhvlh2lh7wpbrqpb355za790prcmjbh3"))))
371 (properties `((upstream-name . "ggalluvial")))
372 (build-system r-build-system)
373 (propagated-inputs
374 `(("r-dplyr" ,r-dplyr)
375 ("r-ggplot2" ,r-ggplot2)
376 ("r-lazyeval" ,r-lazyeval)
377 ("r-rlang" ,r-rlang)
378 ("r-tidyr" ,r-tidyr)
379 ("r-tidyselect" ,r-tidyselect)))
380 (native-inputs
381 `(("r-knitr" ,r-knitr)))
382 (home-page "http://corybrunson.github.io/ggalluvial/")
383 (synopsis "Alluvial plots for ggplot2")
384 (description "This package provides alluvial plots for @code{ggplot2}.
385 Alluvial plots use variable-width ribbons and stacked bar plots to represent
386 multi-dimensional or repeated-measures data with categorical or ordinal
387 variables.")
388 (license license:gpl3)))
389
390 (define-public r-ggpmisc
391 (package
392 (name "r-ggpmisc")
393 (version "0.3.8-1")
394 (source (origin
395 (method url-fetch)
396 (uri (cran-uri "ggpmisc" version))
397 (sha256
398 (base32
399 "0kcrh73nwha52vl6z35wafmqs5lsdh2p4nqvi2ir70cv1k5y46zf"))))
400 (build-system r-build-system)
401 (propagated-inputs
402 `(("r-dplyr" ,r-dplyr)
403 ("r-generics" ,r-generics)
404 ("r-glue" ,r-glue)
405 ("r-ggplot2" ,r-ggplot2)
406 ("r-gridextra" ,r-gridextra)
407 ("r-lubridate" ,r-lubridate)
408 ("r-magrittr" ,r-magrittr)
409 ("r-mass" ,r-mass)
410 ("r-plyr" ,r-plyr)
411 ("r-polynom" ,r-polynom)
412 ("r-rlang" ,r-rlang)
413 ("r-scales" ,r-scales)
414 ("r-splus2r" ,r-splus2r)
415 ("r-stringr" ,r-stringr)
416 ("r-tibble" ,r-tibble)
417 ("r-xts" ,r-xts)
418 ("r-zoo" ,r-zoo)))
419 (native-inputs
420 `(("r-knitr" ,r-knitr)))
421 (home-page "https://www.r4photobiology.info/")
422 (synopsis "Miscellaneous Extensions to @code{ggplot2}")
423 (description "This package provides extensions to @code{ggplot2},
424 respecting the grammar of its graphics paradigm.")
425 (license license:gpl2+)))
426
427 (define-public r-gprofiler
428 (package
429 (name "r-gprofiler")
430 (version "0.7.0")
431 (source
432 (origin
433 (method url-fetch)
434 (uri (cran-uri "gProfileR" version))
435 (sha256
436 (base32
437 "1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
438 (properties `((upstream-name . "gProfileR")))
439 (build-system r-build-system)
440 (propagated-inputs
441 `(("r-plyr" ,r-plyr)
442 ("r-rcurl" ,r-rcurl)))
443 (home-page "https://cran.r-project.org/web/packages/gProfileR/")
444 (synopsis "Interface to the g:Profiler toolkit")
445 (description
446 "This package provides tools for functional enrichment analysis,
447 gene identifier conversion and mapping homologous genes across related
448 organisms via the @code{g:Profiler} toolkit.")
449 (license license:gpl2+)))
450
451 (define-public r-gprofiler2
452 (package
453 (name "r-gprofiler2")
454 (version "0.2.0")
455 (source
456 (origin
457 (method url-fetch)
458 (uri (cran-uri "gprofiler2" version))
459 (sha256
460 (base32
461 "0q8hl3gdxy34c0181ql405fdklz82nfvmwdcafd5mzf935rjpyjg"))))
462 (properties `((upstream-name . "gprofiler2")))
463 (build-system r-build-system)
464 (propagated-inputs
465 `(("r-crosstalk" ,r-crosstalk)
466 ("r-dplyr" ,r-dplyr)
467 ("r-ggplot2" ,r-ggplot2)
468 ("r-gridextra" ,r-gridextra)
469 ("r-jsonlite" ,r-jsonlite)
470 ("r-plotly" ,r-plotly)
471 ("r-rcurl" ,r-rcurl)
472 ("r-tidyr" ,r-tidyr)
473 ("r-viridislite" ,r-viridislite)))
474 (native-inputs `(("r-knitr" ,r-knitr)))
475 (home-page "https://cran.r-project.org/web/packages/gprofiler2/")
476 (synopsis "Interface to the g:Profiler toolset")
477 (description
478 "This package provides a toolset for functional enrichment analysis and
479 visualization, gene/protein/SNP identifier conversion and mapping orthologous
480 genes across species via @url{https://biit.cs.ut.ee/gprofiler,g:Profiler}.
481 The main tools are:
482
483 @enumerate
484 @item @code{g:GOSt}, functional enrichment analysis and visualization of gene
485 lists;
486 @item @code{g:Convert}, gene/protein/transcript identifier conversion across
487 various namespaces;
488 @item @code{g:Orth}, orthology search across species;
489 @item @code{g:SNPense}, mapping SNP rs identifiers to chromosome positions,
490 genes and variant effects.
491 @end enumerate
492
493 This package is an R interface corresponding to the 2019 update of
494 @code{g:Profiler} and provides access to versions @code{e94_eg41_p11} and
495 higher.")
496 (license license:gpl2+)))
497
498 (define-public r-oenb
499 (package
500 (name "r-oenb")
501 (version "0.0.1")
502 (source
503 (origin
504 (method url-fetch)
505 (uri (cran-uri "oenb" version))
506 (sha256
507 (base32
508 "1x1jlqp6r27c4gb7wafzpmh5rq6yq61a2d395r5lsmv2g5jb4biz"))))
509 (properties `((upstream-name . "oenb")))
510 (build-system r-build-system)
511 (propagated-inputs
512 `(("r-dplyr" ,r-dplyr)
513 ("r-xml" ,r-xml)))
514 (native-inputs `(("r-knitr" ,r-knitr)))
515 (home-page "https://github.com/franzmohr/oenb")
516 (synopsis "Tools for the OeNB Data Web Service")
517 (description
518 "Tools to access data from the data web service of the
519 @acronym{OeNB, Oesterreichische Nationalbank},
520 @url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
521 (license license:gpl2+)))
522
523 (define-public r-scales
524 (package
525 (name "r-scales")
526 (version "1.1.1")
527 (source
528 (origin
529 (method url-fetch)
530 (uri (cran-uri "scales" version))
531 (sha256
532 (base32 "019ps0njjc0rzrjygqiyn8b9vp0c3c0jd56h1yi19wzi49jvdcj0"))))
533 (build-system r-build-system)
534 (propagated-inputs
535 `(("r-farver" ,r-farver)
536 ("r-labeling" ,r-labeling)
537 ("r-lifecycle" ,r-lifecycle)
538 ("r-munsell" ,r-munsell)
539 ("r-rcolorbrewer" ,r-rcolorbrewer)
540 ("r-r6" ,r-r6)
541 ("r-viridislite" ,r-viridislite)))
542 (home-page "https://github.com/hadley/scales")
543 (synopsis "Scale functions for visualization")
544 (description
545 "This package provides graphical scales that map data to aesthetics, and
546 provides methods for automatically determining breaks and labels for axes and
547 legends.")
548 (license license:expat)))
549
550 (define-public r-pheatmap
551 (package
552 (name "r-pheatmap")
553 (version "1.0.12")
554 (source
555 (origin
556 (method url-fetch)
557 (uri (cran-uri "pheatmap" version))
558 (sha256
559 (base32
560 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
561 (build-system r-build-system)
562 (propagated-inputs
563 `(("r-gtable" ,r-gtable)
564 ("r-rcolorbrewer" ,r-rcolorbrewer)
565 ("r-scales" ,r-scales)))
566 (home-page "https://cran.r-project.org/web/packages/pheatmap")
567 (synopsis "Pretty heatmaps")
568 (description
569 "This package provides an implementation of heatmaps that offers more
570 control over dimensions and appearance.")
571 (license license:gpl2+)))
572
573 (define-public r-ecp
574 (package
575 (name "r-ecp")
576 (version "3.1.3")
577 (source (origin
578 (method url-fetch)
579 (uri (cran-uri "ecp" version))
580 (sha256
581 (base32
582 "0n602jssl6rf596nwm6hbl7s9vdlqi20w8mrhxicj373mw5v22m8"))))
583 (build-system r-build-system)
584 (propagated-inputs
585 `(("r-rcpp" ,r-rcpp)))
586 (home-page "https://cran.r-project.org/web/packages/ecp/")
587 (synopsis "Multiple change-point analysis of multivariate data")
588 (description
589 "This package implements various procedures for finding multiple
590 change-points. Two methods make use of dynamic programming and pruning, with
591 no distributional assumptions other than the existence of certain absolute
592 moments in one method. Hierarchical and exact search methods are included.
593 All methods return the set of estimated change-points as well as other summary
594 information.")
595 (license license:gpl2+)))
596
597 (define-public r-ellipsis
598 (package
599 (name "r-ellipsis")
600 (version "0.3.1")
601 (source
602 (origin
603 (method url-fetch)
604 (uri (cran-uri "ellipsis" version))
605 (sha256
606 (base32
607 "1nvmkcca57d9067rcggw1gby80ibx5hplk2myz0cs9zwilaib2jg"))))
608 (build-system r-build-system)
609 (propagated-inputs
610 `(("r-rlang" ,r-rlang)))
611 (home-page "https://github.com/hadley/ellipsis")
612 (synopsis "Tools for working with additional arguments")
613 (description
614 "In S3 generics, it's useful to take @code{...} so that methods can have
615 additional arguments. But this flexibility comes at a cost: misspelled
616 arguments will be silently ignored. The @code{ellipsis} package is an
617 experiment that allows a generic to warn if any arguments passed in @code{...}
618 are not used.")
619 (license license:gpl3)))
620
621 (define-public r-grr
622 (package
623 (name "r-grr")
624 (version "0.9.5")
625 (source
626 (origin
627 (method url-fetch)
628 (uri (cran-uri "grr" version))
629 (sha256
630 (base32
631 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
632 (build-system r-build-system)
633 (home-page "https://cran.r-project.org/web/packages/grr")
634 (synopsis "Alternative implementations of base R functions")
635 (description
636 "This package provides alternative implementations of some base R
637 functions, including @code{sort}, @code{order}, and @code{match}. The
638 functions are simplified but can be faster or have other advantages.")
639 (license license:gpl3)))
640
641 (define-public r-matrix-utils
642 (package
643 (name "r-matrix-utils")
644 (version "0.9.8")
645 (source
646 (origin
647 (method url-fetch)
648 (uri (cran-uri "Matrix.utils" version))
649 (sha256
650 (base32
651 "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb"))))
652 (properties `((upstream-name . "Matrix.utils")))
653 (build-system r-build-system)
654 (propagated-inputs
655 `(("r-grr" ,r-grr)
656 ("r-matrix" ,r-matrix)))
657 (home-page "https://github.com/cvarrichio/Matrix.utils")
658 (synopsis
659 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
660 (description
661 "This package implements data manipulation methods such as @code{cast},
662 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
663 objects.")
664 (license license:gpl3)))
665
666 (define-public r-mboost
667 (package
668 (name "r-mboost")
669 (version "2.9-4")
670 (source (origin
671 (method url-fetch)
672 (uri (cran-uri "mboost" version))
673 (sha256
674 (base32
675 "1dgyc38axfk2a430wsdnnk76xikizkyxf5r0l1kbp6cacrx6idz0"))))
676 (build-system r-build-system)
677 (propagated-inputs
678 `(("r-lattice" ,r-lattice)
679 ("r-matrix" ,r-matrix)
680 ("r-nnls" ,r-nnls)
681 ("r-partykit" ,r-partykit)
682 ("r-quadprog" ,r-quadprog)
683 ("r-stabs" ,r-stabs)
684 ("r-survival" ,r-survival)))
685 (home-page "https://github.com/boost-R/mboost")
686 (synopsis "Model-based boosting")
687 (description
688 "This package provides a functional gradient descent algorithm (boosting)
689 for optimizing general risk functions utilizing component-wise (penalised)
690 least squares estimates or regression trees as base-learners for fitting
691 generalized linear, additive and interaction models to potentially
692 high-dimensional data.")
693 (license license:gpl2)))
694
695 (define-public r-shadowtext
696 (package
697 (name "r-shadowtext")
698 (version "0.0.7")
699 (source (origin
700 (method url-fetch)
701 (uri (cran-uri "shadowtext" version))
702 (sha256
703 (base32
704 "1s1ip8zfr684a3ld7hvf524bhn2j31k6d1wbhh1ni0flsggv2ckf"))))
705 (properties `((upstream-name . "shadowtext")))
706 (build-system r-build-system)
707 (propagated-inputs
708 `(("r-ggplot2" ,r-ggplot2)
709 ("r-scales" ,r-scales)))
710 (native-inputs
711 `(("r-knitr" ,r-knitr)))
712 (home-page "https://github.com/GuangchuangYu/shadowtext/")
713 (synopsis "Shadow text grob and layer")
714 (description "This package implements @code{shadowtextGrob()} for
715 @code{grid} and @code{geom_shadowtext()} layer for @code{ggplot2}.
716 These functions draw text grob with background shadow.")
717 (license license:artistic2.0)))
718
719 (define-public r-sys
720 (package
721 (name "r-sys")
722 (version "3.4")
723 (source
724 (origin
725 (method url-fetch)
726 (uri (cran-uri "sys" version))
727 (sha256
728 (base32
729 "11q4zmx62w44p1j34frwmrsp23mc7l4n354i0zyziw92yax8zy0p"))))
730 (build-system r-build-system)
731 (home-page "https://github.com/jeroen/sys")
732 (synopsis "Powerful and reliable tools for running system commands in R")
733 (description
734 "This package provides drop-in replacements for the base @code{system2()}
735 function with fine control and consistent behavior across platforms. It
736 supports clean interruption, timeout, background tasks, and streaming STDIN /
737 STDOUT / STDERR over binary or text connections. The package also provides
738 functions for evaluating expressions inside a temporary fork. Such
739 evaluations have no side effects on the main R process, and support reliable
740 interrupts and timeouts. This provides the basis for a sandboxing
741 mechanism.")
742 (license license:expat)))
743
744 (define-public r-ashr
745 (package
746 (name "r-ashr")
747 (version "2.2-47")
748 (source (origin
749 (method url-fetch)
750 (uri (cran-uri "ashr" version))
751 (sha256
752 (base32
753 "1rqb5j30ylaf1h4l66x4jxyn5inrvhc42d90qd5mgkxsq0ghdlr4"))))
754 (properties `((upstream-name . "ashr")))
755 (build-system r-build-system)
756 (propagated-inputs
757 `(("r-etrunct" ,r-etrunct)
758 ("r-invgamma" ,r-invgamma)
759 ("r-matrix" ,r-matrix)
760 ("r-mixsqp" ,r-mixsqp)
761 ("r-rcpp" ,r-rcpp)
762 ("r-squarem" ,r-squarem)
763 ("r-truncnorm" ,r-truncnorm)))
764 (native-inputs
765 `(("r-knitr" ,r-knitr)))
766 (home-page "https://github.com/stephens999/ashr")
767 (synopsis "Methods for adaptive shrinkage, using empirical bayes")
768 (description "This package implements an empirical Bayes approach for
769 large-scale hypothesis testing and false discovery rate estimation.")
770 (license license:gpl3+)))
771
772 (define-public r-askpass
773 (package
774 (name "r-askpass")
775 (version "1.1")
776 (source
777 (origin
778 (method url-fetch)
779 (uri (cran-uri "askpass" version))
780 (sha256
781 (base32
782 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
783 (build-system r-build-system)
784 (propagated-inputs `(("r-sys" ,r-sys)))
785 (home-page "https://github.com/jeroen/askpass")
786 (synopsis "Safe password entry for R")
787 (description
788 "This package provides cross-platform utilities for prompting the user
789 for credentials or a passphrase, for example to authenticate with a server or
790 read a protected key.")
791 (license license:expat)))
792
793 (define-public r-vegan
794 (package
795 (name "r-vegan")
796 (version "2.5-7")
797 (source
798 (origin
799 (method url-fetch)
800 (uri (cran-uri "vegan" version))
801 (sha256
802 (base32
803 "0aj6m9l1vkh32sar6fyvq4p8j4h2f2f347w1300qnzgaa5lmhfz6"))))
804 (build-system r-build-system)
805 (native-inputs
806 `(("r-knitr" ,r-knitr) ; needed for vignettes
807 ("gfortran" ,gfortran)))
808 (propagated-inputs
809 `(("r-cluster" ,r-cluster)
810 ("r-lattice" ,r-lattice)
811 ("r-mass" ,r-mass)
812 ("r-mgcv" ,r-mgcv)
813 ("r-permute" ,r-permute)))
814 (home-page "https://cran.r-project.org/web/packages/vegan")
815 (synopsis "Functions for community ecology")
816 (description
817 "The vegan package provides tools for descriptive community ecology. It
818 has most basic functions of diversity analysis, community ordination and
819 dissimilarity analysis. Most of its multivariate tools can be used for other
820 data types as well.")
821 (license license:gpl2+)))
822
823 (define-public r-tidyverse
824 (package
825 (name "r-tidyverse")
826 (version "1.3.0")
827 (source
828 (origin
829 (method url-fetch)
830 (uri (cran-uri "tidyverse" version))
831 (sha256
832 (base32
833 "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
834 (build-system r-build-system)
835 (propagated-inputs
836 `(("r-broom" ,r-broom)
837 ("r-cli" ,r-cli)
838 ("r-crayon" ,r-crayon)
839 ("r-dbplyr" ,r-dbplyr)
840 ("r-dplyr" ,r-dplyr)
841 ("r-forcats" ,r-forcats)
842 ("r-ggplot2" ,r-ggplot2)
843 ("r-haven" ,r-haven)
844 ("r-hms" ,r-hms)
845 ("r-httr" ,r-httr)
846 ("r-jsonlite" ,r-jsonlite)
847 ("r-lubridate" ,r-lubridate)
848 ("r-magrittr" ,r-magrittr)
849 ("r-modelr" ,r-modelr)
850 ("r-pillar" ,r-pillar)
851 ("r-purrr" ,r-purrr)
852 ("r-readr" ,r-readr)
853 ("r-readxl" ,r-readxl)
854 ("r-reprex" ,r-reprex)
855 ("r-rlang" ,r-rlang)
856 ("r-rstudioapi" ,r-rstudioapi)
857 ("r-rvest" ,r-rvest)
858 ("r-stringr" ,r-stringr)
859 ("r-tibble" ,r-tibble)
860 ("r-tidyr" ,r-tidyr)
861 ("r-xml2" ,r-xml2)))
862 (home-page "https://tidyverse.tidyverse.org")
863 (synopsis "Install and load packages from the \"Tidyverse\"")
864 (description
865 "The @code{tidyverse} is a set of packages that work in harmony because
866 they share common data representations and API design. This package is
867 designed to make it easy to install and load multiple tidyverse packages in a
868 single step.")
869 (license license:gpl3)))
870
871 (define-public r-rvest
872 (package
873 (name "r-rvest")
874 (version "0.3.6")
875 (source
876 (origin
877 (method url-fetch)
878 (uri (cran-uri "rvest" version))
879 (sha256
880 (base32 "1yh2p429a0zr8pqmlw5rzf6m797j20j5w6xwxlqq0wrdbnif6bka"))))
881 (build-system r-build-system)
882 (propagated-inputs
883 `(("r-httr" ,r-httr)
884 ("r-magrittr" ,r-magrittr)
885 ("r-selectr" ,r-selectr)
886 ("r-xml2" ,r-xml2)))
887 (native-inputs
888 `(("r-knitr" ,r-knitr)))
889 (home-page "https://github.com/hadley/rvest")
890 (synopsis "Simple web scraping for R")
891 (description
892 "@code{r-rvest} helps you scrape information from web pages. It is
893 designed to work with @code{magrittr} to make it easy to express common web
894 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
895 (license license:gpl3)))
896
897 (define-public r-selectr
898 (package
899 (name "r-selectr")
900 (version "0.4-2")
901 (source
902 (origin
903 (method url-fetch)
904 (uri (cran-uri "selectr" version))
905 (sha256
906 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
907 (build-system r-build-system)
908 (propagated-inputs
909 `(("r-stringr" ,r-stringr)
910 ("r-r6" ,r-r6)))
911 (home-page "https://sjp.co.nz/projects/selectr/")
912 (synopsis "Translate CSS selectors to XPath expressions")
913 (description
914 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
915 expression. This allows you to use CSS selectors when working with the XML
916 package as it can only evaluate XPath expressions. Also provided are
917 convenience functions useful for using CSS selectors on XML nodes. This
918 package is a port of the Python package @code{cssselect}.")
919 (license license:bsd-3)))
920
921 (define-public r-reprex
922 (package
923 (name "r-reprex")
924 (version "1.0.0")
925 (source
926 (origin
927 (method url-fetch)
928 (uri (cran-uri "reprex" version))
929 (sha256
930 (base32
931 "07nzx0fdl48jw95ipx17ql0l13q60yl3rjrkj1m375wrc7h1v5nx"))))
932 (build-system r-build-system)
933 (propagated-inputs
934 `(("r-callr" ,r-callr)
935 ("r-cli" ,r-cli)
936 ("r-clipr" ,r-clipr)
937 ("r-fs" ,r-fs)
938 ("r-glue" ,r-glue)
939 ("r-knitr" ,r-knitr)
940 ("r-rlang" ,r-rlang)
941 ("r-rmarkdown" ,r-rmarkdown)
942 ("r-withr" ,r-withr)))
943 (native-inputs
944 `(("r-knitr" ,r-knitr)))
945 (home-page "https://github.com/tidyverse/reprex")
946 (synopsis "Prepare reproducible R code examples for sharing")
947 (description
948 "This package provides a convenience wrapper that uses the
949 @code{rmarkdown} package to render small snippets of code to target formats
950 that include both code and output. The goal is to encourage the sharing of
951 small, reproducible, and runnable examples on code-oriented websites or email.
952 @code{reprex} also extracts clean, runnable R code from various common formats,
953 such as copy/paste from an R session.")
954 (license license:expat)))
955
956 (define-public r-reordercluster
957 (package
958 (name "r-reordercluster")
959 (version "1.0")
960 (source (origin
961 (method url-fetch)
962 (uri (cran-uri "ReorderCluster" version))
963 (sha256
964 (base32
965 "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
966 (build-system r-build-system)
967 (propagated-inputs
968 `(("r-gplots" ,r-gplots)
969 ("r-rcpp" ,r-rcpp)))
970 (home-page "https://cran.r-project.org/web/packages/ReorderCluster")
971 (synopsis "Reordering the dendrogram according to the class labels")
972 (description "This package provides tools for performing the leaf reordering
973 for the dendrogram that preserves the hierarchical clustering result and at the
974 same time tries to group instances from the same class together.")
975 (license license:gpl3+)))
976
977 (define-public r-callr
978 (package
979 (name "r-callr")
980 (version "3.5.1")
981 (source
982 (origin
983 (method url-fetch)
984 (uri (cran-uri "callr" version))
985 (sha256
986 (base32
987 "15l6ppsxdadlnl4fk0f8bvf327n8izk96px5d08m1ay9iij8qcyf"))))
988 (build-system r-build-system)
989 (propagated-inputs
990 `(("r-r6" ,r-r6)
991 ("r-processx" ,r-processx)))
992 (home-page "https://github.com/r-lib/callr#readme")
993 (synopsis "Call R from R")
994 (description
995 "It is sometimes useful to perform a computation in a separate R process,
996 without affecting the current R process at all. This package does exactly
997 that.")
998 (license license:expat)))
999
1000 (define-public r-readxl
1001 (package
1002 (name "r-readxl")
1003 (version "1.3.1")
1004 (source
1005 (origin
1006 (method url-fetch)
1007 (uri (cran-uri "readxl" version))
1008 (sha256
1009 (base32
1010 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
1011 (build-system r-build-system)
1012 (propagated-inputs
1013 `(("r-cellranger" ,r-cellranger)
1014 ("r-progress" ,r-progress)
1015 ("r-rcpp" ,r-rcpp)
1016 ("r-tibble" ,r-tibble)))
1017 (home-page "https://readxl.tidyverse.org")
1018 (synopsis "Read Excel files")
1019 (description
1020 "This package lets you import Excel files into R. It supports
1021 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
1022 the embedded @code{RapidXML} C++ library.")
1023 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
1024 ;; 'rapidxml' which is Boost.
1025 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
1026
1027 (define-public r-modelr
1028 (package
1029 (name "r-modelr")
1030 (version "0.1.8")
1031 (source
1032 (origin
1033 (method url-fetch)
1034 (uri (cran-uri "modelr" version))
1035 (sha256
1036 (base32
1037 "1i31nff7bqibk6r4hhd4j1vzwbyaf8493v0bjaagn36njmysfnw2"))))
1038 (build-system r-build-system)
1039 (propagated-inputs
1040 `(("r-broom" ,r-broom)
1041 ("r-magrittr" ,r-magrittr)
1042 ("r-purrr" ,r-purrr)
1043 ("r-rlang" ,r-rlang)
1044 ("r-tibble" ,r-tibble)
1045 ("r-tidyr" ,r-tidyr)
1046 ("r-tidyselect" ,r-tidyselect)
1047 ("r-vctrs" ,r-vctrs)))
1048 (home-page "https://github.com/tidyverse/modelr")
1049 (synopsis "Helper functions for modelling in pipelines")
1050 (description
1051 "Functions for modelling that help you seamlessly integrate modelling
1052 into a pipeline of data manipulation and visualisation.")
1053 (license license:gpl3)))
1054
1055 (define-public r-httpuv
1056 (package
1057 (name "r-httpuv")
1058 (version "1.5.5")
1059 (source (origin
1060 (method url-fetch)
1061 (uri (cran-uri "httpuv" version))
1062 (sha256
1063 (base32
1064 "05rir03xwamwfq5691vx0x957sgmr4i8iv5vpx5rv1f74y4wkrhb"))
1065 ;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
1066 ;; only contains fixes for building on Solaris.
1067 (patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))
1068 (modules '((guix build utils)))
1069 (snippet
1070 `(begin
1071 (delete-file-recursively "src/libuv")
1072 ;; Cannot unbundle http-parser, because it contains local
1073 ;; modifications.
1074 #t))))
1075 (build-system r-build-system)
1076 (arguments
1077 `(#:phases
1078 (modify-phases %standard-phases
1079 (add-after 'unpack 'unbundle-libuv
1080 (lambda* (#:key outputs #:allow-other-keys)
1081 (substitute* (find-files "src" "\\.cpp$|\\.h$")
1082 (("\"libuv/include/uv\\.h\"")
1083 "<uv.h>"))
1084 ;; Fix https://github.com/rstudio/httpuv/issues/282
1085 (substitute* "src/http.cpp"
1086 (("uv_pipe_init\\(pLoop, &pSocket->handle\\.pipe, true\\);")
1087 "uv_pipe_init(pLoop, &pSocket->handle.pipe, 0);"))
1088 #t)))))
1089 (inputs
1090 `(("libuv" ,libuv)))
1091 (propagated-inputs
1092 `(("r-bh" ,r-bh)
1093 ("r-later" ,r-later)
1094 ("r-promises" ,r-promises)
1095 ("r-r6" ,r-r6)
1096 ("r-rcpp" ,r-rcpp)))
1097 (home-page "https://github.com/rstudio/httpuv")
1098 (synopsis "HTTP and WebSocket server library for R")
1099 (description
1100 "The httpuv package provides low-level socket and protocol support for
1101 handling HTTP and WebSocket requests directly from within R. It is primarily
1102 intended as a building block for other packages, rather than making it
1103 particularly easy to create complete web applications using httpuv alone.")
1104 ;; This package includes third-party code that was originally released
1105 ;; under various non-copyleft licenses. Full licensing information can be
1106 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
1107 (license license:gpl3+)))
1108
1109 (define-public r-jsonlite
1110 (package
1111 (name "r-jsonlite")
1112 (version "1.7.2")
1113 (source (origin
1114 (method url-fetch)
1115 (uri (cran-uri "jsonlite" version))
1116 (sha256
1117 (base32
1118 "1lhzcpz9clwq04i5m6jzkvw9x03pwlqrixv4l9xzchjr8d84nd86"))))
1119 (build-system r-build-system)
1120 (native-inputs
1121 `(("r-knitr" ,r-knitr)))
1122 (home-page "https://arxiv.org/abs/1403.2805")
1123 (synopsis "Robust, high performance JSON parser and generator for R")
1124 (description
1125 "The jsonlite package provides a fast JSON parser and generator optimized
1126 for statistical data and the web. It offers flexible, robust, high
1127 performance tools for working with JSON in R and is particularly powerful for
1128 building pipelines and interacting with a web API. In addition to converting
1129 JSON data from/to R objects, jsonlite contains functions to stream, validate,
1130 and prettify JSON data. The unit tests included with the package verify that
1131 all edge cases are encoded and decoded consistently for use with dynamic data
1132 in systems and applications.")
1133 (license license:expat)))
1134
1135 (define-public r-servr
1136 (package
1137 (name "r-servr")
1138 (version "0.21")
1139 (source (origin
1140 (method url-fetch)
1141 (uri (cran-uri "servr" version))
1142 (sha256
1143 (base32
1144 "12fk585hmz735v4hra8da9wld1fmd67byqnf95m7jjyh7l3dmh1z"))))
1145 (build-system r-build-system)
1146 (propagated-inputs
1147 `(("r-httpuv" ,r-httpuv)
1148 ("r-jsonlite" ,r-jsonlite)
1149 ("r-mime" ,r-mime)
1150 ("r-xfun" ,r-xfun)))
1151 (home-page "https://github.com/yihui/servr")
1152 (synopsis "Simple HTTP server to serve static files or dynamic documents")
1153 (description
1154 "Servr provides an HTTP server in R to serve static files, or dynamic
1155 documents that can be converted to HTML files (e.g., R Markdown) under a given
1156 directory.")
1157 (license license:expat)))
1158
1159 (define-public r-htmltools
1160 (package
1161 (name "r-htmltools")
1162 (version "0.5.1.1")
1163 (source (origin
1164 (method url-fetch)
1165 (uri (cran-uri "htmltools" version))
1166 (sha256
1167 (base32
1168 "1fm4cymz4hz6lds80m9j5q00xy5flkrmfn5dkrn3s3rkzqpyggzh"))))
1169 (build-system r-build-system)
1170 (propagated-inputs
1171 `(("r-base64enc" ,r-base64enc)
1172 ("r-digest" ,r-digest)
1173 ("r-rlang" ,r-rlang)))
1174 (home-page "https://cran.r-project.org/web/packages/htmltools")
1175 (synopsis "R tools for HTML")
1176 (description
1177 "This package provides tools for HTML generation and output in R.")
1178 (license license:expat)))
1179
1180 (define-public r-htmlwidgets
1181 (package
1182 (name "r-htmlwidgets")
1183 (version "1.5.3")
1184 (source (origin
1185 (method url-fetch)
1186 (uri (cran-uri "htmlwidgets" version))
1187 (sha256
1188 (base32
1189 "0a8g7wqd3qxnhwkm9c9bkzg29db7gvjiaa5y038ln8nch8qq7981"))))
1190 (build-system r-build-system)
1191 (propagated-inputs
1192 `(("r-htmltools" ,r-htmltools)
1193 ("r-jsonlite" ,r-jsonlite)
1194 ("r-yaml" ,r-yaml)))
1195 (native-inputs
1196 `(("r-knitr" ,r-knitr)))
1197 (home-page "https://github.com/ramnathv/htmlwidgets")
1198 (synopsis "HTML Widgets for R")
1199 (description
1200 "HTML widgets is a framework for creating HTML widgets that render in
1201 various contexts including the R console, R Markdown documents, and Shiny web
1202 applications.")
1203 (license license:expat)))
1204
1205 (define-public r-htmltable
1206 (package
1207 (name "r-htmltable")
1208 (version "2.1.0")
1209 (source
1210 (origin
1211 (method url-fetch)
1212 (uri (cran-uri "htmlTable" version))
1213 (sha256
1214 (base32 "1gzh0bdxi55p1ckxv4k0a41b1j0grwv2w3lkqz4c3gkw66dk6ja0"))))
1215 (properties `((upstream-name . "htmlTable")))
1216 (build-system r-build-system)
1217 (propagated-inputs
1218 `(("r-checkmate" ,r-checkmate)
1219 ("r-htmltools" ,r-htmltools)
1220 ("r-htmlwidgets" ,r-htmlwidgets)
1221 ("r-knitr" ,r-knitr)
1222 ("r-magrittr" ,r-magrittr)
1223 ("r-rstudioapi" ,r-rstudioapi)
1224 ("r-stringr" ,r-stringr)))
1225 (native-inputs
1226 `(("r-knitr" ,r-knitr)))
1227 (home-page "http://gforge.se/packages/")
1228 (synopsis "Advanced tables for Markdown/HTML")
1229 (description
1230 "This package provides functions to build tables with advanced layout
1231 elements such as row spanners, column spanners, table spanners, zebra
1232 striping, and more. While allowing advanced layout, the underlying
1233 CSS-structure is simple in order to maximize compatibility with word
1234 processors such as LibreOffice. The package also contains a few text
1235 formatting functions that help outputting text compatible with HTML or
1236 LaTeX.")
1237 (license license:gpl3+)))
1238
1239 (define-public r-curl
1240 (package
1241 (name "r-curl")
1242 (version "4.3")
1243 (source (origin
1244 (method url-fetch)
1245 (uri (cran-uri "curl" version))
1246 (sha256
1247 (base32
1248 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
1249 (build-system r-build-system)
1250 (arguments
1251 `(#:phases
1252 (modify-phases %standard-phases
1253 ;; The environment variable CURL_CA_BUNDLE is only respected when
1254 ;; running Windows, so we disable the platform checks.
1255 ;; This can be removed once the libcurl has been patched.
1256 (add-after 'unpack 'allow-CURL_CA_BUNDLE
1257 (lambda _
1258 (substitute* "R/onload.R"
1259 (("if \\(!grepl\\(\"mingw\".*")
1260 "if (FALSE)\n"))
1261 (substitute* "src/handle.c"
1262 (("/\\* Only set" m)
1263 (string-append "\
1264 const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
1265 if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
1266 " m)))
1267 #t)))))
1268 (inputs
1269 `(("libcurl" ,curl)
1270 ("zlib" ,zlib)))
1271 (native-inputs
1272 `(("pkg-config" ,pkg-config)))
1273 (home-page "https://github.com/jeroenooms/curl")
1274 (synopsis "HTTP client for R")
1275 (description
1276 "The @code{curl()} and @code{curl_download()} functions provide highly
1277 configurable drop-in replacements for base @code{url()} and
1278 @code{download.file()} with better performance, support for encryption, gzip
1279 compression, authentication, and other @code{libcurl} goodies. The core of
1280 the package implements a framework for performing fully customized requests
1281 where data can be processed either in memory, on disk, or streaming via the
1282 callback or connection interfaces.")
1283 (license license:expat)))
1284
1285 (define-public r-hwriter
1286 (package
1287 (name "r-hwriter")
1288 (version "1.3.2")
1289 (source
1290 (origin
1291 (method url-fetch)
1292 (uri (cran-uri "hwriter" version))
1293 (sha256
1294 (base32
1295 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
1296 (build-system r-build-system)
1297 (home-page "https://cran.r-project.org/web/packages/hwriter")
1298 (synopsis "Output R objects in HTML format")
1299 (description
1300 "This package provides easy-to-use and versatile functions to output R
1301 objects in HTML format.")
1302 (license license:lgpl2.1+)))
1303
1304 (define-public r-rjson
1305 (package
1306 (name "r-rjson")
1307 (version "0.2.20")
1308 (source
1309 (origin
1310 (method url-fetch)
1311 (uri (cran-uri "rjson" version))
1312 (sha256
1313 (base32
1314 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
1315 (build-system r-build-system)
1316 (home-page "https://cran.r-project.org/web/packages/rjson")
1317 (synopsis "JSON library for R")
1318 (description
1319 "This package provides functions to convert R objects into JSON objects
1320 and vice-versa.")
1321 (license license:gpl2+)))
1322
1323 (define-public r-fastmap
1324 (package
1325 (name "r-fastmap")
1326 (version "1.1.0")
1327 (source
1328 (origin
1329 (method url-fetch)
1330 (uri (cran-uri "fastmap" version))
1331 (sha256
1332 (base32
1333 "0aw29hnq3ppn7bsnwg9d9sp84k1cvq30lrmfzqn315n0nhkfa4wi"))))
1334 (properties `((upstream-name . "fastmap")))
1335 (build-system r-build-system)
1336 (home-page "https://r-lib.github.io/fastmap/")
1337 (synopsis "Fast implementation of a key-value store")
1338 (description
1339 "This package provides a fast implementation of a key-value store.
1340 Environments are commonly used as key-value stores, but every time a new key
1341 is used, it is added to R's global symbol table, causing a small amount of
1342 memory leakage. This can be problematic in cases where many different keys
1343 are used. Fastmap avoids this memory leak issue by implementing the map using
1344 data structures in C++.")
1345 (license license:expat)))
1346
1347 (define-public r-shiny
1348 (package
1349 (name "r-shiny")
1350 (version "1.4.0.2")
1351 (source
1352 (origin
1353 (method git-fetch)
1354 (uri (git-reference
1355 (url "https://github.com/rstudio/shiny")
1356 (commit (string-append "v" version))))
1357 (file-name (git-file-name name version))
1358 (sha256
1359 (base32
1360 "005wgcxq7f2q9g6wvfk29n2nms262w0abpz93sfvx79yv6qxppzs"))))
1361 (build-system r-build-system)
1362 (arguments
1363 `(#:modules ((guix build r-build-system)
1364 (guix build minify-build-system)
1365 (guix build utils)
1366 (ice-9 match))
1367 #:imported-modules (,@%r-build-system-modules
1368 (guix build minify-build-system))
1369 #:phases
1370 (modify-phases (@ (guix build r-build-system) %standard-phases)
1371 (add-after 'unpack 'replace-bundled-minified-JavaScript
1372 (lambda* (#:key inputs #:allow-other-keys)
1373 (let ((replace-file (lambda (old new)
1374 (format #t "replacing ~a with ~a\n" old new)
1375 (delete-file old)
1376 (symlink new old))))
1377 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
1378 ;; contain just data. They are not minified code, so we don't
1379 ;; replace them.
1380 (with-directory-excursion "inst/www/shared"
1381 (replace-file "bootstrap/shim/respond.min.js"
1382 (string-append (assoc-ref inputs "js-respond")
1383 "/share/javascript/respond.min.js"))
1384 (replace-file "bootstrap/shim/html5shiv.min.js"
1385 (string-append (assoc-ref inputs "js-html5shiv")
1386 "/share/javascript/html5shiv.min.js"))
1387 (replace-file "json2-min.js"
1388 (string-append (assoc-ref inputs "js-json2")
1389 "/share/javascript/json2-min.js"))
1390 (replace-file "strftime/strftime-min.js"
1391 (string-append (assoc-ref inputs "js-strftime")
1392 "/share/javascript/strftime.min.js"))
1393 (replace-file "highlight/highlight.pack.js"
1394 (string-append (assoc-ref inputs "js-highlight")
1395 "/share/javascript/highlight.min.js"))
1396 (replace-file "datatables/js/jquery.dataTables.min.js"
1397 (string-append (assoc-ref inputs "js-datatables")
1398 "/share/javascript/jquery.dataTables.min.js"))
1399 (replace-file "selectize/js/selectize.min.js"
1400 (string-append (assoc-ref inputs "js-selectize")
1401 "/share/javascript/selectize.min.js"))
1402 (replace-file "selectize/js/es5-shim.min.js"
1403 (string-append (assoc-ref inputs "js-es5-shim")
1404 "/share/javascript/es5-shim.min.js"))
1405 (for-each (match-lambda
1406 ((source . target)
1407 (delete-file target)
1408 (minify source #:target target)))
1409 '(("jqueryui/jquery-ui.js" .
1410 "jqueryui/jquery-ui.min.js")
1411 ("datepicker/js/bootstrap-datepicker.js" .
1412 "datepicker/js/bootstrap-datepicker.min.js")
1413 ("ionrangeslider/js/ion.rangeSlider.js" .
1414 "ionrangeslider/js/ion.rangeSlider.min.js")
1415 ("bootstrap/js/bootstrap.js" .
1416 "bootstrap/js/bootstrap.min.js")
1417 ("shiny.js" .
1418 "shiny.min.js")
1419 ("jquery.js" .
1420 "jquery.min.js")
1421 ("legacy/jquery.js" .
1422 "legacy/jquery.min.js")
1423 ("showdown/src/showdown.js" .
1424 "showdown/compressed/showdown.js")))))
1425 #t)))))
1426 (propagated-inputs
1427 `(("r-crayon" ,r-crayon)
1428 ("r-digest" ,r-digest)
1429 ("r-fastmap" ,r-fastmap)
1430 ("r-htmltools" ,r-htmltools)
1431 ("r-httpuv" ,r-httpuv)
1432 ("r-jsonlite" ,r-jsonlite)
1433 ("r-later" ,r-later)
1434 ("r-mime" ,r-mime)
1435 ("r-promises" ,r-promises)
1436 ("r-r6" ,r-r6)
1437 ("r-rlang" ,r-rlang)
1438 ("r-sourcetools" ,r-sourcetools)
1439 ("r-withr" ,r-withr)
1440 ("r-xtable" ,r-xtable)))
1441 (inputs
1442 `(("js-datatables" ,js-datatables)
1443 ("js-html5shiv" ,js-html5shiv)
1444 ("js-json2" ,js-json2)
1445 ("js-respond" ,js-respond)
1446 ("js-selectize" ,js-selectize)
1447 ("js-strftime" ,js-strftime)
1448 ("js-highlight" ,js-highlight)
1449 ("js-es5-shim" ,js-es5-shim)))
1450 (native-inputs
1451 `(("uglify-js" ,uglify-js)
1452 ("gfortran" ,gfortran)))
1453 (home-page "http://shiny.rstudio.com")
1454 (synopsis "Easy interactive web applications with R")
1455 (description
1456 "Makes it incredibly easy to build interactive web applications
1457 with R. Automatic \"reactive\" binding between inputs and outputs and
1458 extensive prebuilt widgets make it possible to build beautiful,
1459 responsive, and powerful applications with minimal effort.")
1460 (license license:artistic2.0)))
1461
1462 ;; This package includes minified JavaScript files. When upgrading please
1463 ;; check that there are no new minified JavaScript files.
1464 (define-public r-shinytree
1465 (package
1466 (name "r-shinytree")
1467 (version "0.2.7")
1468 (source
1469 (origin
1470 (method url-fetch)
1471 (uri (cran-uri "shinyTree" version))
1472 (sha256
1473 (base32
1474 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
1475 (modules '((guix build utils)))
1476 (snippet
1477 '(begin
1478 ;; Delete minified JavaScript
1479 (for-each delete-file
1480 '("inst/www/jsTree-3.3.7/libs/require.js"
1481 "inst/www/jsTree-3.3.7/libs/jquery.js"
1482 "inst/www/jsTree-3.3.7/jstree.min.js"))
1483 #t))))
1484 (properties `((upstream-name . "shinyTree")))
1485 (build-system r-build-system)
1486 (arguments
1487 `(#:modules ((guix build utils)
1488 (guix build r-build-system)
1489 (srfi srfi-1)
1490 (ice-9 popen))
1491 #:phases
1492 (modify-phases %standard-phases
1493 (add-after 'unpack 'replace-minified-javascript
1494 (lambda* (#:key inputs #:allow-other-keys)
1495 (with-directory-excursion "inst/www/jsTree-3.3.7/"
1496 (symlink (string-append (assoc-ref inputs "js-requirejs")
1497 "/share/javascript/require.min.js")
1498 "libs/require.js")
1499 (call-with-values
1500 (lambda ()
1501 (unzip2
1502 `((,(assoc-ref inputs "js-jquery")
1503 "libs/jquery.js")
1504 ("jstree.js"
1505 "jstree.min.js"))))
1506 (lambda (sources targets)
1507 (for-each (lambda (source target)
1508 (format #t "Processing ~a --> ~a~%"
1509 source target)
1510 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1511 (call-with-output-file target
1512 (lambda (port)
1513 (dump-port minified port)))))
1514 sources targets))))
1515 #t)))))
1516 (propagated-inputs
1517 `(("r-htmlwidgets" ,r-htmlwidgets)
1518 ("r-jsonlite" ,r-jsonlite)
1519 ("r-promises" ,r-promises)
1520 ("r-shiny" ,r-shiny)
1521 ("r-stringr" ,r-stringr)))
1522 (inputs
1523 `(("js-requirejs" ,js-requirejs)))
1524 (native-inputs
1525 `(("uglify-js" ,uglify-js)
1526 ("js-jquery"
1527 ,(origin
1528 (method url-fetch)
1529 (uri "https://code.jquery.com/jquery-3.3.1.js")
1530 (sha256
1531 (base32
1532 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
1533 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
1534 (synopsis "jsTree bindings for Shiny")
1535 (description
1536 "This package exposes R bindings to jsTree, a JavaScript library that
1537 supports interactive trees, to enable rich, editable trees in Shiny.")
1538 (license license:expat)))
1539
1540 (define-public r-shinydashboard
1541 (package
1542 (name "r-shinydashboard")
1543 (version "0.7.1")
1544 (source (origin
1545 (method url-fetch)
1546 (uri (cran-uri "shinydashboard" version))
1547 (sha256
1548 (base32
1549 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
1550 (build-system r-build-system)
1551 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
1552 ;; Regenerate it from the included sources.
1553 (arguments
1554 `(#:modules ((guix build utils)
1555 (guix build r-build-system)
1556 (ice-9 popen))
1557 #:phases
1558 (modify-phases %standard-phases
1559 (add-after 'unpack 'generate-minified-javascript
1560 (lambda _
1561 (with-directory-excursion "inst/AdminLTE"
1562 (delete-file "app.min.js")
1563 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
1564 (call-with-output-file "app.min.js"
1565 (lambda (port)
1566 (dump-port minified port))))))))))
1567 (propagated-inputs
1568 `(("r-htmltools" ,r-htmltools)
1569 ("r-promises" ,r-promises)
1570 ("r-shiny" ,r-shiny)))
1571 (native-inputs
1572 `(("uglify-js" ,uglify-js)))
1573 (home-page "https://rstudio.github.io/shinydashboard/")
1574 (synopsis "Create dashboards with shiny")
1575 (description "This package provides an extension to the Shiny web
1576 application framework for R, making it easy to create attractive dashboards.")
1577 ;; This package includes software that was released under the Expat
1578 ;; license, but the whole package is released under GPL version 2 or
1579 ;; later.
1580 (license license:gpl2+)))
1581
1582 (define-public r-shinyfiles
1583 (package
1584 (name "r-shinyfiles")
1585 (version "0.9.0")
1586 (source
1587 (origin
1588 (method url-fetch)
1589 (uri (cran-uri "shinyFiles" version))
1590 (sha256
1591 (base32 "0rsijlx16vd74r7bd8s9zipy71kgpw19v9s85kxj5bmwc6njmbai"))))
1592 (properties `((upstream-name . "shinyFiles")))
1593 (build-system r-build-system)
1594 (propagated-inputs
1595 `(("r-fs" ,r-fs)
1596 ("r-htmltools" ,r-htmltools)
1597 ("r-jsonlite" ,r-jsonlite)
1598 ("r-shiny" ,r-shiny)
1599 ("r-tibble" ,r-tibble)))
1600 (home-page "https://github.com/thomasp85/shinyFiles")
1601 (synopsis "Server-side file system viewer for Shiny")
1602 (description
1603 "This package provides functionality for client-side navigation of the
1604 server side file system in shiny apps. In case the app is running locally
1605 this gives the user direct access to the file system without the need to
1606 \"download\" files to a temporary location. Both file and folder selection as
1607 well as file saving is available.")
1608 (license license:gpl2+)))
1609
1610 (define-public r-shinythemes
1611 (package
1612 (name "r-shinythemes")
1613 (version "1.2.0")
1614 (source
1615 (origin
1616 (method url-fetch)
1617 (uri (cran-uri "shinythemes" version))
1618 (sha256
1619 (base32
1620 "0qr9bfxw8afxns44i2j4msignf6g5qb2nzpay2lpv343rrlqbmip"))))
1621 (properties `((upstream-name . "shinythemes")))
1622 (build-system r-build-system)
1623 (propagated-inputs `(("r-shiny" ,r-shiny)))
1624 (home-page "https://rstudio.github.io/shinythemes/")
1625 (synopsis "Themes for Shiny")
1626 (description
1627 "This package provides themes for use with Shiny. It includes several
1628 Bootstrap themes, which are packaged for use with Shiny applications.")
1629 ;; The package is released under version 3 of the GPL, but it includes
1630 ;; source files that are covered by the Expat license. It also includes
1631 ;; fonts under SIL or the ASL.
1632 (license (list license:gpl3 license:expat
1633 license:silofl1.1 license:asl2.0))))
1634
1635 ;; The package sources include minified variants of d3.js and non-minified
1636 ;; source code of d3-jetpack.
1637 (define-public r-d3r
1638 (package
1639 (name "r-d3r")
1640 (version "0.9.1")
1641 (source
1642 (origin
1643 (method url-fetch)
1644 (uri (cran-uri "d3r" version))
1645 (sha256
1646 (base32
1647 "0kc82vvyfxhxvqfalngn36prn3sxdiinsx04rn99ha6zdc27zp5k"))))
1648 (build-system r-build-system)
1649 (arguments
1650 `(#:modules ((guix build utils)
1651 (guix build r-build-system)
1652 (srfi srfi-1))
1653 #:phases
1654 (modify-phases %standard-phases
1655 (add-after 'unpack 'process-javascript
1656 (lambda* (#:key inputs #:allow-other-keys)
1657 (with-directory-excursion "inst/www/d3/"
1658 (call-with-values
1659 (lambda ()
1660 (unzip2
1661 `((,(assoc-ref inputs "d3.v3.js")
1662 "v3/dist/d3.min.js")
1663 (,(assoc-ref inputs "d3.v4.js")
1664 "v4/dist/d3.min.js")
1665 (,(assoc-ref inputs "d3.v5.js")
1666 "v5/dist/d3.min.js")
1667 (,(assoc-ref inputs "d3.v6.js")
1668 "v6/dist/d3.min.js"))))
1669 (lambda (sources targets)
1670 (for-each (lambda (source target)
1671 (format #t "Processing ~a --> ~a~%"
1672 source target)
1673 (delete-file target)
1674 (invoke "esbuild" source "--minify"
1675 (string-append "--outfile=" target)))
1676 sources targets))))
1677 #t)))))
1678 (propagated-inputs
1679 `(("r-dplyr" ,r-dplyr)
1680 ("r-htmltools" ,r-htmltools)
1681 ("r-rlang" ,r-rlang)
1682 ("r-tidyr" ,r-tidyr)))
1683 (native-inputs
1684 `(("esbuild" ,esbuild)
1685 ("d3.v3.js"
1686 ,(origin
1687 (method url-fetch)
1688 (uri "https://d3js.org/d3.v3.js")
1689 (sha256
1690 (base32
1691 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1692 ("d3.v4.js"
1693 ,(origin
1694 (method url-fetch)
1695 (uri "https://d3js.org/d3.v4.js")
1696 (sha256
1697 (base32
1698 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1699 ("d3.v5.js"
1700 ,(origin
1701 (method url-fetch)
1702 (uri "https://d3js.org/d3.v5.js")
1703 (sha256
1704 (base32
1705 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))
1706 ("d3.v6.js"
1707 ,(origin
1708 (method url-fetch)
1709 (uri "https://d3js.org/d3.v6.js")
1710 (sha256
1711 (base32
1712 "1x6432ca7p1pfxhz3airzw943fincn9izzxkclc1wmphcvv2n2p9"))))))
1713 (home-page "https://github.com/timelyportfolio/d3r")
1714 (synopsis "d3.js utilities for R")
1715 (description
1716 "This package provides a suite of functions to help ease the use of the
1717 d3.js visualization library in R. These helpers include
1718 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1719 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1720 R objects into the JSON format that the d3.js library expects.")
1721 (license license:bsd-3)))
1722
1723 ;; We use the latest commit here because the last release was in 2016 while
1724 ;; the latest commit was in 2018.
1725 (define-public r-sankeyd3
1726 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1727 (revision "1"))
1728 (package
1729 (name "r-sankeyd3")
1730 (version (git-version "0.3.2" revision commit))
1731 (source
1732 (origin
1733 (method git-fetch)
1734 (uri (git-reference
1735 (url "https://github.com/fbreitwieser/sankeyD3")
1736 (commit commit)))
1737 (file-name (git-file-name name version))
1738 (sha256
1739 (base32
1740 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1741 (build-system r-build-system)
1742 (propagated-inputs
1743 `(("r-d3r" ,r-d3r)
1744 ("r-htmlwidgets" ,r-htmlwidgets)
1745 ("r-shiny" ,r-shiny)
1746 ("r-magrittr" ,r-magrittr)))
1747 (home-page "https://github.com/fbreitwieser/sankeyD3")
1748 (synopsis "Sankey network graphs from R")
1749 (description
1750 "This package provides an R library to generate Sankey network graphs
1751 in R and Shiny via the D3 visualization library.")
1752 ;; The R code is licensed under GPLv3+. It includes the non-minified
1753 ;; JavaScript source code of d3-sankey, which is released under the
1754 ;; 3-clause BSD license.
1755 (license (list license:gpl3+ license:bsd-3)))))
1756
1757 (define-public r-wesanderson
1758 (package
1759 (name "r-wesanderson")
1760 (version "0.3.6")
1761 (source
1762 (origin
1763 (method url-fetch)
1764 (uri (cran-uri "wesanderson" version))
1765 (sha256
1766 (base32
1767 "09mr6p2jmqdjq27cz974w5hyxgn929zp9z3inhxqmmh1582fmdi2"))))
1768 (properties `((upstream-name . "wesanderson")))
1769 (build-system r-build-system)
1770 (home-page "https://github.com/karthik/wesanderson")
1771 (synopsis "Wes Anderson color palette generator")
1772 (description
1773 "This package provides color palettes that have been generated mostly
1774 from Wes Anderson movies.")
1775 (license license:expat)))
1776
1777 (define-public r-tablerdash
1778 (package
1779 (name "r-tablerdash")
1780 (version "0.1.0")
1781 (source
1782 (origin
1783 (method url-fetch)
1784 (uri (cran-uri "tablerDash" version))
1785 (sha256
1786 (base32
1787 "1mnp6lxa7d669r325aynq1n3f35r9sy4v1fvdh4cymbf33s8mkmm"))
1788 (snippet
1789 '(begin
1790 ;; Delete minified JavaScript
1791 (for-each delete-file
1792 '("inst/tablerDash-0.1.0/require.min.js"
1793 "inst/bootstrap-4.0.0/bootstrap.bundle.min.js"))
1794 #true))))
1795 (properties `((upstream-name . "tablerDash")))
1796 (build-system r-build-system)
1797 (arguments
1798 `(#:modules ((guix build utils)
1799 (guix build r-build-system)
1800 (srfi srfi-1))
1801 #:phases
1802 (modify-phases %standard-phases
1803 (add-after 'unpack 'process-javascript
1804 (lambda* (#:key inputs #:allow-other-keys)
1805 (with-directory-excursion "inst"
1806 (call-with-values
1807 (lambda ()
1808 (unzip2
1809 `((,(assoc-ref inputs "js-requirejs")
1810 "tablerDash-0.1.0/require.min.js")
1811 (,(assoc-ref inputs "js-bootstrap")
1812 "bootstrap-4.0.0/bootstrap.bundle.min.js"))))
1813 (lambda (sources targets)
1814 (for-each (lambda (source target)
1815 (format #t "Processing ~a --> ~a~%"
1816 source target)
1817 (invoke "esbuild" source "--minify"
1818 (string-append "--outfile=" target)))
1819 sources targets))))
1820 #t)))))
1821 (propagated-inputs
1822 `(("r-htmltools" ,r-htmltools)
1823 ("r-knitr" ,r-knitr)
1824 ("r-shiny" ,r-shiny)))
1825 (native-inputs
1826 `(("esbuild" ,esbuild)
1827 ("js-requirejs"
1828 ,(origin
1829 (method url-fetch)
1830 (uri "https://raw.githubusercontent.com/requirejs/requirejs/2.3.5/require.js")
1831 (sha256
1832 (base32
1833 "06w32mwqii9cx409ivda88z58qbkcdb4p6hf6jawchsgagaziyds"))))
1834 ("js-bootstrap"
1835 ,(origin
1836 (method url-fetch)
1837 (uri "https://raw.githubusercontent.com/twbs/bootstrap/\
1838 v4.0.0/dist/js/bootstrap.bundle.js")
1839 (sha256
1840 (base32
1841 "0cvfqffn45vfbj3fk6wmrhkyndhk4id89vgydssbbzxjkfwprfrj"))))))
1842 (home-page "https://rinterface.github.io/tablerDash/")
1843 (synopsis "Tabler API for Shiny")
1844 (description
1845 "This package provides an R interface to the
1846 @url{https://tabler.io,Tabler} HTML template. tablerDash is a light Bootstrap
1847 4 dashboard template. There are different layouts available such as a one
1848 page dashboard or a multi-page template, where the navigation menu is
1849 contained in the navigation bar.")
1850 (license license:gpl2+)))
1851
1852 (define-public r-spelling
1853 (package
1854 (name "r-spelling")
1855 (version "2.2")
1856 (source
1857 (origin
1858 (method url-fetch)
1859 (uri (cran-uri "spelling" version))
1860 (sha256
1861 (base32
1862 "179nj9w1v27qq9q5240ddvggp0795998sxyqjvbqjvq9dmach3bl"))))
1863 (properties `((upstream-name . "spelling")))
1864 (build-system r-build-system)
1865 (propagated-inputs
1866 `(("r-commonmark" ,r-commonmark)
1867 ("r-hunspell" ,r-hunspell)
1868 ("r-knitr" ,r-knitr)
1869 ("r-xml2" ,r-xml2)))
1870 (home-page "https://docs.ropensci.org/spelling/")
1871 (synopsis "Tools for spell checking in R")
1872 (description
1873 "This is an R package for spell checking common document formats
1874 including LaTeX, markdown, manual pages, and DESCRIPTION files. It includes
1875 utilities to automate checking of documentation and vignettes as a unit test
1876 during @code{R CMD check}. Both British and American English are supported
1877 out of the box and other languages can be added. In addition, packages may
1878 define a wordlist to allow custom terminology without having to abuse
1879 punctuation.")
1880 (license license:expat)))
1881
1882 (define-public r-crosstalk
1883 (package
1884 (name "r-crosstalk")
1885 (version "1.1.1")
1886 (source
1887 (origin
1888 (method url-fetch)
1889 (uri (cran-uri "crosstalk" version))
1890 (sha256
1891 (base32
1892 "1n6c6s7a6yxiwvva71x6bzcrim8xprl5s01fqiy61yq0y3vk8cpd"))))
1893 (build-system r-build-system)
1894 (propagated-inputs
1895 `(("r-htmltools" ,r-htmltools)
1896 ("r-jsonlite" ,r-jsonlite)
1897 ("r-lazyeval" ,r-lazyeval)
1898 ("r-r6" ,r-r6)))
1899 (home-page "https://rstudio.github.io/crosstalk/")
1900 (synopsis "Inter-widget interactivity for HTML widgets")
1901 (description
1902 "This package provides building blocks for allowing HTML widgets to
1903 communicate with each other, with Shiny or without (i.e. static @code{.html}
1904 files). It currently supports linked brushing and filtering.")
1905 (license license:expat)))
1906
1907 (define-public r-rook
1908 (package
1909 (name "r-rook")
1910 (version "1.1-1")
1911 (source
1912 (origin
1913 (method url-fetch)
1914 (uri (cran-uri "Rook" version))
1915 (sha256
1916 (base32
1917 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
1918 (properties `((upstream-name . "Rook")))
1919 (build-system r-build-system)
1920 (propagated-inputs `(("r-brew" ,r-brew)))
1921 (home-page "https://cran.r-project.org/web/packages/Rook")
1922 (synopsis "Web server interface for R")
1923 (description
1924 "This package contains the Rook specification and convenience software
1925 for building and running Rook applications. A Rook application is an R
1926 reference class object that implements a @code{call} method or an R closure
1927 that takes exactly one argument, an environment, and returns a list with three
1928 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
1929 (license license:gpl2)))
1930
1931 (define-public r-miniui
1932 (package
1933 (name "r-miniui")
1934 (version "0.1.1.1")
1935 (source
1936 (origin
1937 (method url-fetch)
1938 (uri (cran-uri "miniUI" version))
1939 (sha256
1940 (base32
1941 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
1942 (properties `((upstream-name . "miniUI")))
1943 (build-system r-build-system)
1944 (propagated-inputs
1945 `(("r-htmltools" ,r-htmltools)
1946 ("r-shiny" ,r-shiny)))
1947 (home-page "https://cran.r-project.org/web/packages/miniUI/")
1948 (synopsis "Shiny UI widgets for small screens")
1949 (description
1950 "This package provides UI widget and layout functions for writing Shiny apps that
1951 work well on small screens.")
1952 (license license:gpl3)))
1953
1954 (define-public r-feather
1955 (package
1956 (name "r-feather")
1957 (version "0.3.5")
1958 (source
1959 (origin
1960 (method url-fetch)
1961 (uri (cran-uri "feather" version))
1962 (sha256
1963 (base32
1964 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
1965 (build-system r-build-system)
1966 (propagated-inputs
1967 `(("r-hms" ,r-hms)
1968 ("r-rcpp" ,r-rcpp)
1969 ("r-tibble" ,r-tibble)))
1970 (home-page "https://github.com/wesm/feather")
1971 (synopsis "R Bindings to the Feather API")
1972 (description "Read and write feather files, a lightweight binary columnar
1973 data store designed for maximum speed.")
1974 (license license:asl2.0)))
1975
1976 (define-public r-maps
1977 (package
1978 (name "r-maps")
1979 (version "3.3.0")
1980 (source
1981 (origin
1982 (method url-fetch)
1983 (uri (cran-uri "maps" version))
1984 (sha256
1985 (base32
1986 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
1987 (build-system r-build-system)
1988 (home-page "https://cran.r-project.org/web/packages/maps")
1989 (synopsis "Draw geographical maps")
1990 (description "This package provides an R module for display of maps.
1991 Projection code and larger maps are in separate packages (@code{mapproj} and
1992 @code{mapdata}).")
1993 (license license:gpl2)))
1994
1995 (define-public r-mapproj
1996 (package
1997 (name "r-mapproj")
1998 (version "1.2.7")
1999 (source
2000 (origin
2001 (method url-fetch)
2002 (uri (cran-uri "mapproj" version))
2003 (sha256
2004 (base32
2005 "0nscsfq8md6ri9258xz57c3dj81wdl6kdwf4a9qcrwwbn20i427h"))))
2006 (build-system r-build-system)
2007 (propagated-inputs `(("r-maps" ,r-maps)))
2008 (home-page "https://cran.r-project.org/web/packages/mapproj")
2009 (synopsis "Map projection in R")
2010 (description "This package converts latitude/longitude into projected
2011 coordinates.")
2012 (license (list license:gpl2 ; The R interface
2013 (license:non-copyleft ; The C code
2014 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
2015 "Lucent Public License Version 1.02")))))
2016
2017 (define-public r-rgooglemaps
2018 (package
2019 (name "r-rgooglemaps")
2020 (version "1.4.5.3")
2021 (source
2022 (origin
2023 (method url-fetch)
2024 (uri (cran-uri "RgoogleMaps" version))
2025 (sha256
2026 (base32
2027 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
2028 (properties `((upstream-name . "RgoogleMaps")))
2029 (build-system r-build-system)
2030 (propagated-inputs
2031 `(("r-png" ,r-png)
2032 ("r-sp" ,r-sp)))
2033 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
2034 (synopsis "Use Google Maps in R")
2035 (description "This package serves two purposes:
2036 @enumerate
2037 @item Provide a comfortable R interface to query the Google server for static
2038 maps, and
2039 @item Use the map as a background image to overlay plots within R. This
2040 requires proper coordinate scaling.
2041 @end enumerate\n")
2042 (license license:gpl2+)))
2043
2044 (define-public r-geosphere
2045 (package
2046 (name "r-geosphere")
2047 (version "1.5-10")
2048 (source
2049 (origin
2050 (method url-fetch)
2051 (uri (cran-uri "geosphere" version))
2052 (sha256
2053 (base32
2054 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
2055 (build-system r-build-system)
2056 (propagated-inputs `(("r-sp" ,r-sp)))
2057 (home-page "https://cran.r-project.org/web/packages/geosphere")
2058 (synopsis "Spherical trigonometry")
2059 (description "This package computes spherical trigonometry for geographic
2060 applications. That is, compute distances and related measures for angular
2061 (longitude/latitude) locations.")
2062 (license license:gpl3+)))
2063
2064 (define-public r-jpeg
2065 (package
2066 (name "r-jpeg")
2067 (version "0.1-8.1")
2068 (source
2069 (origin
2070 (method url-fetch)
2071 (uri (cran-uri "jpeg" version))
2072 (sha256
2073 (base32
2074 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
2075 (build-system r-build-system)
2076 (inputs `(("libjpeg" ,libjpeg-turbo)))
2077 (home-page "https://www.rforge.net/jpeg/")
2078 (synopsis "Read and write JPEG images with R")
2079 (description "This package provides a way to read, write and display
2080 bitmap images stored in the JPEG format with R. It can read and write both
2081 files and in-memory raw vectors.")
2082 (license license:gpl2+)))
2083
2084 (define-public r-ggmap
2085 (package
2086 (name "r-ggmap")
2087 (version "3.0.0")
2088 (source
2089 (origin
2090 (method url-fetch)
2091 (uri (cran-uri "ggmap" version))
2092 (sha256
2093 (base32
2094 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
2095 (build-system r-build-system)
2096 (propagated-inputs
2097 `(("r-bitops" ,r-bitops)
2098 ("r-digest" ,r-digest)
2099 ("r-dplyr" ,r-dplyr)
2100 ("r-ggplot2" ,r-ggplot2)
2101 ("r-glue" ,r-glue)
2102 ("r-httr" ,r-httr)
2103 ("r-jpeg" ,r-jpeg)
2104 ("r-magrittr" ,r-magrittr)
2105 ("r-plyr" ,r-plyr)
2106 ("r-png" ,r-png)
2107 ("r-purrr" ,r-purrr)
2108 ("r-rgooglemaps" ,r-rgooglemaps)
2109 ("r-rjson" ,r-rjson)
2110 ("r-scales" ,r-scales)
2111 ("r-stringr" ,r-stringr)
2112 ("r-tibble" ,r-tibble)
2113 ("r-tidyr" ,r-tidyr)))
2114 (home-page "https://github.com/dkahle/ggmap")
2115 (synopsis "Spatial visualization with ggplot2")
2116 (description "This package provides a collection of functions to visualize
2117 spatial data and models on top of static maps from various online sources (e.g
2118 Google Maps and Stamen Maps). It includes tools common to those tasks,
2119 including functions for geolocation and routing.")
2120 (license license:gpl2)))
2121
2122 (define-public r-haven
2123 (package
2124 (name "r-haven")
2125 (version "2.3.1")
2126 (source
2127 (origin
2128 (method url-fetch)
2129 (uri (cran-uri "haven" version))
2130 (sha256
2131 (base32
2132 "03cypgqhdkrfbfpl1yx2wb7flczrbak1w654wkicmd5ajwr9zvkf"))))
2133 (build-system r-build-system)
2134 (inputs
2135 `(("zlib" ,zlib)))
2136 (native-inputs
2137 `(("r-knitr" ,r-knitr)))
2138 (propagated-inputs
2139 `(("r-forcats" ,r-forcats)
2140 ("r-hms" ,r-hms)
2141 ("r-rcpp" ,r-rcpp)
2142 ("r-rlang" ,r-rlang)
2143 ("r-readr" ,r-readr)
2144 ("r-tibble" ,r-tibble)
2145 ("r-tidyselect" ,r-tidyselect)
2146 ("r-vctrs" ,r-vctrs)))
2147 (home-page "https://haven.tidyverse.org")
2148 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
2149 (description
2150 "This package lets you mport foreign statistical formats into R via the
2151 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
2152 (license license:expat)))
2153
2154 (define-public r-amap
2155 (package
2156 (name "r-amap")
2157 (version "0.8-18")
2158 (source (origin
2159 (method url-fetch)
2160 (uri (cran-uri "amap" version))
2161 (sha256
2162 (base32
2163 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
2164 (build-system r-build-system)
2165 (native-inputs
2166 `(("gfortran" ,gfortran)))
2167 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
2168 (synopsis "Another multidimensional analysis package")
2169 (description "This package provides tools for clustering and principal
2170 component analysis (with robust methods, and parallelized functions).")
2171 (license license:gpl2+)))
2172
2173 (define-public r-ape
2174 (package
2175 (name "r-ape")
2176 (version "5.4-1")
2177 (source
2178 (origin
2179 (method url-fetch)
2180 (uri (cran-uri "ape" version))
2181 (sha256
2182 (base32
2183 "1r7fwyz30ippcl1ibqiv1xryf44x5crcks5kx19h146ffj76qcgh"))))
2184 (build-system r-build-system)
2185 (propagated-inputs
2186 `(("r-lattice" ,r-lattice)
2187 ("r-nlme" ,r-nlme)
2188 ("r-rcpp" ,r-rcpp)))
2189 (home-page "http://ape-package.ird.fr/")
2190 (synopsis "Analyses of phylogenetics and evolution")
2191 (description
2192 "This package provides functions for reading, writing, plotting, and
2193 manipulating phylogenetic trees, analyses of comparative data in a
2194 phylogenetic framework, ancestral character analyses, analyses of
2195 diversification and macroevolution, computing distances from DNA sequences,
2196 and several other tools.")
2197 (license license:gpl2+)))
2198
2199 (define-public r-abbyyr
2200 (package
2201 (name "r-abbyyr")
2202 (version "0.5.5")
2203 (source
2204 (origin
2205 (method url-fetch)
2206 (uri (cran-uri "abbyyR" version))
2207 (sha256
2208 (base32
2209 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
2210 (properties `((upstream-name . "abbyyR")))
2211 (build-system r-build-system)
2212 (propagated-inputs
2213 `(("r-curl" ,r-curl)
2214 ("r-httr" ,r-httr)
2215 ("r-plyr" ,r-plyr)
2216 ("r-progress" ,r-progress)
2217 ("r-readr" ,r-readr)
2218 ("r-xml" ,r-xml)))
2219 (home-page "https://github.com/soodoku/abbyyR")
2220 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
2221 (description
2222 "This package provides tools to get text from images of text using Abbyy
2223 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
2224 OCR images, barcodes, forms, documents with machine readable zones, e.g.
2225 passports and get the results in a variety of formats including plain text and
2226 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
2227 (license license:expat)))
2228
2229 (define-public r-colorspace
2230 (package
2231 (name "r-colorspace")
2232 (version "2.0-0")
2233 (source
2234 (origin
2235 (method url-fetch)
2236 (uri (cran-uri "colorspace" version))
2237 (sha256
2238 (base32 "13h1hara0s6xn16bgkrbd0flszah1yiylwfwxwn2inqqk6pm6sjf"))))
2239 (build-system r-build-system)
2240 (native-inputs
2241 `(("r-knitr" ,r-knitr)))
2242 (home-page "https://cran.r-project.org/web/packages/colorspace")
2243 (synopsis "Color space manipulation")
2244 (description
2245 "This package carries out a mapping between assorted color spaces
2246 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
2247 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
2248 colors are provided.")
2249 (license license:bsd-3)))
2250
2251 (define-public r-glue
2252 (package
2253 (name "r-glue")
2254 (version "1.4.2")
2255 (source
2256 (origin
2257 (method url-fetch)
2258 (uri (cran-uri "glue" version))
2259 (sha256
2260 (base32
2261 "1bgpirdvjrf0da734clrixawvpdap4lpda4g89vais96589m8wwz"))))
2262 (build-system r-build-system)
2263 ;; knitr depends on glue, so we can't add knitr here to build the
2264 ;; vignettes.
2265 #;
2266 (native-inputs
2267 `(("r-knitr" ,r-knitr)))
2268 (home-page "https://github.com/tidyverse/glue")
2269 (synopsis "Interpreted string literals")
2270 (description
2271 "This package provides an implementation of interpreted string literals,
2272 inspired by Python's Literal String Interpolation (PEP-0498) and
2273 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
2274 (license license:expat)))
2275
2276 (define-public r-pastecs
2277 (package
2278 (name "r-pastecs")
2279 (version "1.3.21")
2280 (source (origin
2281 (method url-fetch)
2282 (uri (cran-uri "pastecs" version))
2283 (sha256
2284 (base32
2285 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
2286 (build-system r-build-system)
2287 (propagated-inputs
2288 `(("r-boot" ,r-boot)))
2289 (home-page "http://www.sciviews.org/pastecs")
2290 (synopsis "Analysis of space-time ecological series")
2291 (description
2292 "This package provides functions for regulation, decomposition and analysis
2293 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
2294 initiative to bring PASSTEC 2000 functionalities to R.")
2295 (license license:gpl2+)))
2296
2297 (define-public r-partykit
2298 (package
2299 (name "r-partykit")
2300 (version "1.2-12")
2301 (source (origin
2302 (method url-fetch)
2303 (uri (cran-uri "partykit" version))
2304 (sha256
2305 (base32
2306 "15d5g89winndv8cy8jjjxy87fliafp5zyb8b58czrijwcmagg50l"))))
2307 (build-system r-build-system)
2308 (propagated-inputs
2309 `(("r-formula" ,r-formula)
2310 ("r-inum" ,r-inum)
2311 ("r-libcoin" ,r-libcoin)
2312 ("r-mvtnorm" ,r-mvtnorm)
2313 ("r-rpart" ,r-rpart)
2314 ("r-survival" ,r-survival)))
2315 (home-page "http://partykit.R-Forge.R-project.org/partykit")
2316 (synopsis "Toolkit for recursive partytioning")
2317 (description
2318 "This package provides a toolkit with infrastructure for representing,
2319 summarizing, and visualizing tree-structured regression and classification
2320 models.")
2321 (license license:gpl2+)))
2322
2323 (define-public r-plogr
2324 (package
2325 (name "r-plogr")
2326 (version "0.2.0")
2327 (source
2328 (origin
2329 (method url-fetch)
2330 (uri (cran-uri "plogr" version))
2331 (sha256
2332 (base32
2333 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
2334 (build-system r-build-system)
2335 (home-page "https://github.com/krlmlr/plogr")
2336 (synopsis "R bindings for the plog C++ logging library")
2337 (description
2338 "This package provides the header files for a stripped-down version of
2339 the plog header-only C++ logging library, and a method to log to R's standard
2340 error stream.")
2341 (license license:expat)))
2342
2343 (define-public r-pls
2344 (package
2345 (name "r-pls")
2346 (version "2.7-3")
2347 (source
2348 (origin
2349 (method url-fetch)
2350 (uri (cran-uri "pls" version))
2351 (sha256
2352 (base32 "0b3ls12w19wc4xkhnsgmb333y9lyzwq3syjc3k8zs1agnw59c7cg"))))
2353 (build-system r-build-system)
2354 (home-page "https://mevik.net/work/software/pls.html")
2355 (synopsis "Partial Least Squares and Principal Component Regression")
2356 (description
2357 "The pls package implements multivariate regression methods: Partial Least
2358 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
2359 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
2360
2361 @itemize
2362 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
2363 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
2364 @item multi-response models (or @dfn{PLS2})
2365 @item flexible cross-validation
2366 @item Jackknife variance estimates of regression coefficients
2367 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
2368 (R)MSEP, R², and correlation loadings
2369 @item formula interface, modelled after @code{lm()}, with methods for predict,
2370 print, summary, plot, update, etc.
2371 @item extraction functions for coefficients, scores, and loadings
2372 @item MSEP, RMSEP, and R² estimates
2373 @item multiplicative scatter correction (@dfn{MSC})
2374 @end itemize\n")
2375 (license license:gpl2)))
2376
2377 (define-public r-ps
2378 (package
2379 (name "r-ps")
2380 (version "1.5.0")
2381 (source
2382 (origin
2383 (method url-fetch)
2384 (uri (cran-uri "ps" version))
2385 (sha256
2386 (base32 "15pyz94b0z6ibrjp25np5nd4z20whnnr35wsavdgwmsmynba2qbl"))))
2387 (build-system r-build-system)
2388 (home-page "https://ps.r-lib.org")
2389 (synopsis "List, query, and manipulate system processes")
2390 (description
2391 "The ps package implements an API to list, query, and manipulate system
2392 processes. Most of its code is based on the @code{psutil} Python package.")
2393 (license license:bsd-3)))
2394
2395 (define-public r-pkgbuild
2396 (package
2397 (name "r-pkgbuild")
2398 (version "1.2.0")
2399 (source
2400 (origin
2401 (method url-fetch)
2402 (uri (cran-uri "pkgbuild" version))
2403 (sha256
2404 (base32 "0qx920h2viwjg10va81nj0xja495d8ni6vcc25ggvzki6a6k069f"))))
2405 (build-system r-build-system)
2406 (propagated-inputs
2407 `(("r-callr" ,r-callr)
2408 ("r-cli" ,r-cli)
2409 ("r-crayon" ,r-crayon)
2410 ("r-desc" ,r-desc)
2411 ("r-prettyunits" ,r-prettyunits)
2412 ("r-r6" ,r-r6)
2413 ("r-rprojroot" ,r-rprojroot)
2414 ("r-withr" ,r-withr)))
2415 (home-page "https://github.com/r-pkgs/pkgbuild")
2416 (synopsis "Find tools needed to build R packages")
2417 (description
2418 "This package provides functions used to build R packages. It locates
2419 compilers needed to build R packages on various platforms and ensures the PATH
2420 is configured appropriately so R can use them.")
2421 (license license:gpl3)))
2422
2423 (define-public r-pkgload
2424 (package
2425 (name "r-pkgload")
2426 (version "1.1.0")
2427 (source
2428 (origin
2429 (method url-fetch)
2430 (uri (cran-uri "pkgload" version))
2431 (sha256
2432 (base32
2433 "03bv8xq4s6s7m34y1kjs99jzlb95vwrfi76mbnhmzcx2pc6ld78q"))))
2434 (build-system r-build-system)
2435 (propagated-inputs
2436 `(("r-cli" ,r-cli)
2437 ("r-crayon" ,r-crayon)
2438 ("r-desc" ,r-desc)
2439 ("r-pkgbuild" ,r-pkgbuild)
2440 ("r-rlang" ,r-rlang)
2441 ("r-rprojroot" ,r-rprojroot)
2442 ("r-rstudioapi" ,r-rstudioapi)
2443 ("r-withr" ,r-withr)))
2444 (home-page "https://github.com/r-lib/pkgload")
2445 (synopsis "Simulate package installation and attach")
2446 (description
2447 "This package simulates the process of installing a package and then
2448 attaching it. This is a key part of the @code{devtools} package as it allows
2449 you to rapidly iterate while developing a package.")
2450 (license license:gpl3)))
2451
2452 (define-public r-rcpp
2453 (package
2454 (name "r-rcpp")
2455 (version "1.0.6")
2456 (source
2457 (origin
2458 (method url-fetch)
2459 (uri (cran-uri "Rcpp" version))
2460 (sha256
2461 (base32 "04ph6lm36cmvz01ng53pvvf3jxvzsn9smyflkfc7l3q0pib4gwn9"))))
2462 (build-system r-build-system)
2463 (home-page "http://www.rcpp.org")
2464 (synopsis "Seamless R and C++ integration")
2465 (description
2466 "The Rcpp package provides R functions as well as C++ classes which offer
2467 a seamless integration of R and C++. Many R data types and objects can be
2468 mapped back and forth to C++ equivalents which facilitates both writing of new
2469 code as well as easier integration of third-party libraries. Documentation
2470 about Rcpp is provided by several vignettes included in this package, via the
2471 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
2472 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
2473 @code{citation(\"Rcpp\")} for details on these last two.")
2474 (license license:gpl2+)))
2475
2476 (define-public r-bindr
2477 (package
2478 (name "r-bindr")
2479 (version "0.1.1")
2480 (source
2481 (origin
2482 (method url-fetch)
2483 (uri (cran-uri "bindr" version))
2484 (sha256
2485 (base32
2486 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
2487 (build-system r-build-system)
2488 (home-page "https://github.com/krlmlr/bindr")
2489 (synopsis "Parametrized active bindings")
2490 (description
2491 "This package provides a simple interface for creating active bindings
2492 where the bound function accepts additional arguments.")
2493 (license license:expat)))
2494
2495 (define-public r-bindrcpp
2496 (package
2497 (name "r-bindrcpp")
2498 (version "0.2.2")
2499 (source
2500 (origin
2501 (method url-fetch)
2502 (uri (cran-uri "bindrcpp" version))
2503 (sha256
2504 (base32
2505 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
2506 (build-system r-build-system)
2507 (propagated-inputs
2508 `(("r-bindr" ,r-bindr)
2509 ("r-plogr" ,r-plogr)
2510 ("r-rcpp" ,r-rcpp)))
2511 (home-page "https://github.com/krlmlr/bindrcpp")
2512 (synopsis "Rcpp interface to active bindings")
2513 (description
2514 "This package provides an easy way to fill an environment with active
2515 bindings that call a C++ function.")
2516 (license license:expat)))
2517
2518 (define-public r-bisquerna
2519 (package
2520 (name "r-bisquerna")
2521 (version "1.0.4")
2522 (source (origin
2523 (method url-fetch)
2524 (uri (cran-uri "BisqueRNA" version))
2525 (sha256
2526 (base32
2527 "01g34n87ml7n3pck77497ddgbv3rr5p4153ac8ninpgjijlm3jw2"))))
2528 (properties `((upstream-name . "BisqueRNA")))
2529 (build-system r-build-system)
2530 (propagated-inputs
2531 `(("r-biobase" ,r-biobase)
2532 ("r-limsolve" ,r-limsolve)))
2533 (home-page "https://www.biorxiv.org/content/10.1101/669911v1")
2534 (synopsis "Decomposition of bulk expression with single-cell sequencing")
2535 (description "This package provides tools to accurately estimate cell type
2536 abundances from heterogeneous bulk expression. A reference-based method
2537 utilizes single-cell information to generate a signature matrix and
2538 transformation of bulk expression for accurate regression based estimates.
2539 A marker-based method utilizes known cell-specific marker genes to measure
2540 relative abundances across samples.")
2541 (license license:gpl3)))
2542
2543 (define-public r-auc
2544 (package
2545 (name "r-auc")
2546 (version "0.3.0")
2547 (source
2548 (origin
2549 (method url-fetch)
2550 (uri (cran-uri "AUC" version))
2551 (sha256
2552 (base32
2553 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
2554 (properties `((upstream-name . "AUC")))
2555 (build-system r-build-system)
2556 (home-page "https://cran.r-project.org/web/packages/AUC")
2557 (synopsis "Compute the area under the curve of selected measures")
2558 (description
2559 "This package includes functions to compute the area under the curve of
2560 selected measures: the area under the sensitivity curve (AUSEC), the area
2561 under the specificity curve (AUSPC), the area under the accuracy
2562 curve (AUACC), and the area under the receiver operating characteristic
2563 curve (AUROC). The curves can also be visualized. Support for partial areas
2564 is provided.")
2565 (license license:gpl2+)))
2566
2567 (define-public r-calibrate
2568 (package
2569 (name "r-calibrate")
2570 (version "1.7.7")
2571 (source
2572 (origin
2573 (method url-fetch)
2574 (uri (cran-uri "calibrate" version))
2575 (sha256
2576 (base32 "19kgrnsyq67iqv1biyssqi30a6v2836ql20nabpy2m692ns0jfvi"))))
2577 (build-system r-build-system)
2578 (propagated-inputs
2579 `(("r-mass" ,r-mass)))
2580 (home-page "https://cran.r-project.org/web/packages/calibrate")
2581 (synopsis "Calibration of scatterplot and biplot axes")
2582 (description
2583 "This is a package for drawing calibrated scales with tick marks
2584 on (non-orthogonal) variable vectors in scatterplots and biplots.")
2585 (license license:gpl2)))
2586
2587 (define-public r-shape
2588 (package
2589 (name "r-shape")
2590 (version "1.4.5")
2591 (source
2592 (origin
2593 (method url-fetch)
2594 (uri (cran-uri "shape" version))
2595 (sha256
2596 (base32
2597 "17qqhjyfhxv9la07ykaslb50c8g4d0cgfypx4y91h9i2yjw7jjh9"))))
2598 (build-system r-build-system)
2599 (home-page "https://cran.r-project.org/web/packages/shape")
2600 (synopsis "Functions for plotting graphical shapes")
2601 (description
2602 "This package provides functions for plotting graphical shapes such as
2603 ellipses, circles, cylinders, arrows, ...")
2604 (license license:gpl3+)))
2605
2606 (define-public r-globaloptions
2607 (package
2608 (name "r-globaloptions")
2609 (version "0.1.2")
2610 (source
2611 (origin
2612 (method url-fetch)
2613 (uri (cran-uri "GlobalOptions" version))
2614 (sha256
2615 (base32 "0gkm77w6db9ajyncy1xdcivplap06a51zi99m009kylccschd2a7"))))
2616 (properties `((upstream-name . "GlobalOptions")))
2617 (build-system r-build-system)
2618 (native-inputs
2619 `(("r-knitr" ,r-knitr)))
2620 (home-page "https://github.com/jokergoo/GlobalOptions")
2621 (synopsis "Generate functions to get or set global options")
2622 (description
2623 "This package provides more controls on the option values such as
2624 validation and filtering on the values, making options invisible or private.")
2625 (license license:gpl2+)))
2626
2627 (define-public r-circlize
2628 (package
2629 (name "r-circlize")
2630 (version "0.4.12")
2631 (source
2632 (origin
2633 (method url-fetch)
2634 (uri (cran-uri "circlize" version))
2635 (sha256
2636 (base32
2637 "1x2j6a80bb4fly3dm91ias964s1gb1cmzj3lyh69ikwjaam0rdmk"))))
2638 (build-system r-build-system)
2639 (propagated-inputs
2640 `(("r-colorspace" ,r-colorspace)
2641 ("r-globaloptions" ,r-globaloptions)
2642 ("r-shape" ,r-shape)))
2643 (native-inputs
2644 `(("r-knitr" ,r-knitr)))
2645 (home-page "https://github.com/jokergoo/circlize")
2646 (synopsis "Circular visualization")
2647 (description
2648 "Circular layout is an efficient way to visualise huge amounts of
2649 information. This package provides an implementation of circular layout
2650 generation in R as well as an enhancement of available software. Its
2651 flexibility is based on the usage of low-level graphics functions such that
2652 self-defined high-level graphics can be easily implemented by users for
2653 specific purposes. Together with the seamless connection between the powerful
2654 computational and visual environment in R, it gives users more convenience and
2655 freedom to design figures for better understanding complex patterns behind
2656 multi-dimensional data.")
2657 (license license:gpl2+)))
2658
2659 (define-public r-powerlaw
2660 (package
2661 (name "r-powerlaw")
2662 (version "0.70.6")
2663 (source
2664 (origin
2665 (method url-fetch)
2666 (uri (cran-uri "poweRlaw" version))
2667 (sha256
2668 (base32 "14d1myxllvm1grnfiszzzxaiqpb2jpmsi19wq70r8r2wki293h7g"))))
2669 (properties `((upstream-name . "poweRlaw")))
2670 (build-system r-build-system)
2671 (propagated-inputs
2672 `(("r-pracma" ,r-pracma)))
2673 (native-inputs
2674 `(("r-knitr" ,r-knitr)))
2675 (home-page "https://github.com/csgillespie/poweRlaw")
2676 (synopsis "Tools for the analysis of heavy tailed distributions")
2677 (description
2678 "This package provides an implementation of maximum likelihood estimators
2679 for a variety of heavy tailed distributions, including both the discrete and
2680 continuous power law distributions. Additionally, a goodness-of-fit based
2681 approach is used to estimate the lower cut-off for the scaling region.")
2682 ;; Any of these GPL versions.
2683 (license (list license:gpl2 license:gpl3))))
2684
2685 (define-public r-compare
2686 (package
2687 (name "r-compare")
2688 (version "0.2-6")
2689 (source
2690 (origin
2691 (method url-fetch)
2692 (uri (cran-uri "compare" version))
2693 (sha256
2694 (base32
2695 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
2696 (build-system r-build-system)
2697 (home-page "https://cran.r-project.org/web/packages/compare")
2698 (synopsis "Comparing objects for differences")
2699 (description
2700 "This package provides functions to compare a model object to a
2701 comparison object. If the objects are not identical, the functions can be
2702 instructed to explore various modifications of the objects (e.g., sorting
2703 rows, dropping names) to see if the modified versions are identical.")
2704 (license license:gpl2+)))
2705
2706 (define-public r-dendextend
2707 (package
2708 (name "r-dendextend")
2709 (version "1.14.0")
2710 (source
2711 (origin
2712 (method url-fetch)
2713 (uri (cran-uri "dendextend" version))
2714 (sha256
2715 (base32
2716 "0n3qg76apgbqbvxv2yp5qwpy6nx03xmmc9mdfyq4dqblqhdld29p"))))
2717 (build-system r-build-system)
2718 (propagated-inputs
2719 `(("r-ggplot2" ,r-ggplot2)
2720 ("r-magrittr" ,r-magrittr)
2721 ("r-viridis" ,r-viridis)))
2722 (native-inputs
2723 `(("r-knitr" ,r-knitr)))
2724 (home-page "https://cran.r-project.org/web/packages/dendextend")
2725 (synopsis "Extending 'dendrogram' functionality in R")
2726 (description
2727 "This package offers a set of functions for extending @code{dendrogram}
2728 objects in R, letting you visualize and compare trees of hierarchical
2729 clusterings. You can adjust a tree's graphical parameters (the color, size,
2730 type, etc of its branches, nodes and labels) and visually and statistically
2731 compare different dendrograms to one another.")
2732 ;; Any of these versions
2733 (license (list license:gpl2 license:gpl3))))
2734
2735 (define-public r-getoptlong
2736 (package
2737 (name "r-getoptlong")
2738 (version "1.0.5")
2739 (source
2740 (origin
2741 (method url-fetch)
2742 (uri (cran-uri "GetoptLong" version))
2743 (sha256
2744 (base32
2745 "00fpm6nd3kqa2ikasxa62jzywi46fvvmx1mdavcp5yrxxn37j8wc"))))
2746 (properties `((upstream-name . "GetoptLong")))
2747 (build-system r-build-system)
2748 (inputs
2749 `(("perl" ,perl)))
2750 (propagated-inputs
2751 `(("r-crayon" ,r-crayon)
2752 ("r-globaloptions" ,r-globaloptions)
2753 ("r-rjson" ,r-rjson)))
2754 (native-inputs
2755 `(("r-knitr" ,r-knitr)))
2756 (home-page "https://github.com/jokergoo/GetoptLong")
2757 (synopsis "Parsing command-line arguments and variable interpolation")
2758 (description
2759 "This is yet another command-line argument parser which wraps the
2760 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
2761 use in R. It also provides a simple way for variable interpolation in R.")
2762 (license license:gpl2+)))
2763
2764 (define-public r-fastmatch
2765 (package
2766 (name "r-fastmatch")
2767 (version "1.1-0")
2768 (source
2769 (origin
2770 (method url-fetch)
2771 (uri (cran-uri "fastmatch" version))
2772 (sha256
2773 (base32
2774 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
2775 (build-system r-build-system)
2776 (home-page "https://www.rforge.net/fastmatch")
2777 (synopsis "Fast match function")
2778 (description
2779 "This package provides a fast @code{match} replacement for cases that
2780 require repeated look-ups. It is slightly faster that R's built-in
2781 @code{match} function on first match against a table, but extremely fast on
2782 any subsequent lookup as it keeps the hash table in memory.")
2783 (license license:gpl2)))
2784
2785 (define-public r-ff
2786 (package
2787 (name "r-ff")
2788 (version "4.0.4")
2789 (source
2790 (origin
2791 (method url-fetch)
2792 (uri (cran-uri "ff" version))
2793 (sha256
2794 (base32
2795 "1rfj2ff5cxzdp9nvfnbgmswc1jvxz5vkxqgpv6gprwk32a0z3v12"))))
2796 (build-system r-build-system)
2797 (propagated-inputs `(("r-bit" ,r-bit)))
2798 (home-page "http://ff.r-forge.r-project.org/")
2799 (synopsis "Memory-efficient storage of large data on disk and access functions")
2800 (description
2801 "This package provides data structures that are stored on disk but
2802 behave (almost) as if they were in RAM by transparently mapping only a section
2803 in main memory.")
2804 ;; error Architecture not supported.
2805 (supported-systems (delete "aarch64-linux" %supported-systems))
2806 (license license:gpl2)))
2807
2808 (define-public r-ffbase
2809 (package
2810 (name "r-ffbase")
2811 (version "0.13.1")
2812 (source
2813 (origin
2814 (method url-fetch)
2815 (uri (cran-uri "ffbase" version))
2816 (sha256
2817 (base32
2818 "0knl0vnh8w4q3ry24gp4fd55ipnaj9hb1rwm31fs119kgmh3gd8x"))))
2819 (build-system r-build-system)
2820 (propagated-inputs
2821 `(("r-bit" ,r-bit)
2822 ("r-fastmatch" ,r-fastmatch)
2823 ("r-ff" ,r-ff)))
2824 (home-page "https://github.com/edwindj/ffbase")
2825 (synopsis "Basic statistical functions for package 'ff'")
2826 (description
2827 "This package extends the out of memory vectors of @code{ff} with
2828 statistical functions and other utilities to ease their usage.")
2829 (license license:gpl3)))
2830
2831 (define-public r-prettyunits
2832 (package
2833 (name "r-prettyunits")
2834 (version "1.1.1")
2835 (source
2836 (origin
2837 (method url-fetch)
2838 (uri (cran-uri "prettyunits" version))
2839 (sha256
2840 (base32
2841 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
2842 (build-system r-build-system)
2843 (home-page "https://github.com/gaborcsardi/prettyunits")
2844 (synopsis "Pretty, human readable formatting of quantities")
2845 (description
2846 "This package provides tools for pretty, human readable formatting of
2847 quantities.")
2848 (license license:expat)))
2849
2850 (define-public r-reshape
2851 (package
2852 (name "r-reshape")
2853 (version "0.8.8")
2854 (source
2855 (origin
2856 (method url-fetch)
2857 (uri (cran-uri "reshape" version))
2858 (sha256
2859 (base32
2860 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
2861 (build-system r-build-system)
2862 (propagated-inputs
2863 `(("r-plyr" ,r-plyr)
2864 ("r-rcpp" ,r-rcpp)))
2865 (home-page "http://had.co.nz/reshape")
2866 (synopsis "Flexibly reshape data")
2867 (description
2868 "Flexibly restructure and aggregate data using just two functions:
2869 @code{melt} and @code{cast}. This package provides them.")
2870 (license license:expat)))
2871
2872 (define-public r-restrserve
2873 (package
2874 (name "r-restrserve")
2875 (version "0.4.1")
2876 (source
2877 (origin
2878 (method url-fetch)
2879 (uri (cran-uri "RestRserve" version))
2880 (sha256
2881 (base32 "1486hrzj5q5w4nbrsbqlv7vv20ly01y90qc2vygl5syzwvyjd422"))))
2882 (build-system r-build-system)
2883 (propagated-inputs
2884 `(("r-checkmate" ,r-checkmate)
2885 ("r-jsonlite" ,r-jsonlite)
2886 ("r-mime" ,r-mime)
2887 ("r-r6" ,r-r6)
2888 ("r-rcpp" ,r-rcpp)
2889 ("r-rserve" ,r-rserve)
2890 ("r-uuid" ,r-uuid)))
2891 (native-inputs
2892 `(("r-knitr" ,r-knitr)))
2893 (home-page "https://restrserve.org")
2894 (synopsis "R web API framework")
2895 (description
2896 "RestRserve is an R web API framework for building high-performance AND
2897 robust microservices and app backends. With Rserve backend on UNIX-like
2898 systems it is parallel by design. It will handle incoming requests in
2899 parallel - each request in a separate fork.")
2900 (license license:gpl2+)))
2901
2902 (define-public r-progress
2903 (package
2904 (name "r-progress")
2905 (version "1.2.2")
2906 (source
2907 (origin
2908 (method url-fetch)
2909 (uri (cran-uri "progress" version))
2910 (sha256
2911 (base32
2912 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
2913 (build-system r-build-system)
2914 (propagated-inputs
2915 `(("r-crayon" ,r-crayon)
2916 ("r-hms" ,r-hms)
2917 ("r-prettyunits" ,r-prettyunits)
2918 ("r-r6" ,r-r6)))
2919 (home-page "https://github.com/gaborcsardi/progress")
2920 (synopsis "Terminal progress bars")
2921 (description
2922 "This package provides configurable progress bars. They may include
2923 percentage, elapsed time, and/or the estimated completion time. They work in
2924 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
2925 package also provides a C++ API, that works with or without Rcpp.")
2926 (license license:expat)))
2927
2928 (define-public r-ggally
2929 (package
2930 (name "r-ggally")
2931 (version "2.1.0")
2932 (source
2933 (origin
2934 (method url-fetch)
2935 (uri (cran-uri "GGally" version))
2936 (sha256
2937 (base32
2938 "0lvcvlc8p2cii7rqx7m81f7cv3kk9mlf7cbbgv7l75g7ljw8dyvz"))))
2939 (properties `((upstream-name . "GGally")))
2940 (build-system r-build-system)
2941 (inputs
2942 `(("openssl" ,openssl)))
2943 (propagated-inputs
2944 `(("r-dplyr" ,r-dplyr)
2945 ("r-forcats" ,r-forcats)
2946 ("r-ggplot2" ,r-ggplot2)
2947 ("r-gtable" ,r-gtable)
2948 ("r-lifecycle" ,r-lifecycle)
2949 ("r-plyr" ,r-plyr)
2950 ("r-progress" ,r-progress)
2951 ("r-rcolorbrewer" ,r-rcolorbrewer)
2952 ("r-reshape" ,r-reshape)
2953 ("r-rlang" ,r-rlang)
2954 ("r-scales" ,r-scales)
2955 ("r-tidyr" ,r-tidyr)))
2956 (home-page "https://ggobi.github.io/ggally")
2957 (synopsis "Extension to ggplot2")
2958 (description
2959 "The R package ggplot2 is a plotting system based on the grammar of
2960 graphics. GGally extends ggplot2 by adding several functions to reduce the
2961 complexity of combining geometric objects with transformed data. Some of
2962 these functions include a pairwise plot matrix, a two group pairwise plot
2963 matrix, a parallel coordinates plot, a survival plot, and several functions to
2964 plot networks.")
2965 (license license:gpl2+)))
2966
2967 (define-public r-proxy
2968 (package
2969 (name "r-proxy")
2970 (version "0.4-24")
2971 (source
2972 (origin
2973 (method url-fetch)
2974 (uri (cran-uri "proxy" version))
2975 (sha256
2976 (base32
2977 "0z4wdnpv5x135nssxnmkkba7fivd5xgbpaabqjkl2na76vq9pzwc"))))
2978 (build-system r-build-system)
2979 (home-page "https://cran.r-project.org/web/packages/proxy")
2980 (synopsis "Distance and similarity measures")
2981 (description
2982 "This package provides an extensible framework for the efficient
2983 calculation of auto- and cross-proximities, along with implementations of the
2984 most popular ones.")
2985 (license license:gpl2)))
2986
2987 (define-public r-sp
2988 (package
2989 (name "r-sp")
2990 (version "1.4-5")
2991 (source
2992 (origin
2993 (method url-fetch)
2994 (uri (cran-uri "sp" version))
2995 (sha256
2996 (base32 "1nh9izsnszzm5kbq461w8bi0yh7fqzb74b2zmpg5qis0slbb5vkb"))))
2997 (build-system r-build-system)
2998 (propagated-inputs
2999 `(("r-lattice" ,r-lattice)))
3000 (home-page "https://cran.r-project.org/web/packages/sp")
3001 (synopsis "Classes and methods for spatial data")
3002 (description
3003 "This package provides classes and methods for spatial data; the classes
3004 document where the spatial location information resides, for 2D or 3D data.
3005 Utility functions are provided, e.g. for plotting data as maps, spatial
3006 selection, as well as methods for retrieving coordinates, for subsetting,
3007 print, summary, etc.")
3008 (license license:gpl2+)))
3009
3010 (define-public r-laplacesdemon
3011 (package
3012 (name "r-laplacesdemon")
3013 (version "16.1.4")
3014 (source
3015 (origin
3016 (method url-fetch)
3017 (uri (cran-uri "LaplacesDemon" version))
3018 (sha256
3019 (base32 "1nv1kx86cg8f2s8q15pzskc0lg94bb250p0fhybrx5sjqv1s2lj1"))))
3020 (properties `((upstream-name . "LaplacesDemon")))
3021 (build-system r-build-system)
3022 (home-page "https://github.com/LaplacesDemonR/LaplacesDemon")
3023 (synopsis "Complete environment for Bayesian inference")
3024 (description
3025 "This package provides a complete environment for Bayesian inference using
3026 a variety of different samplers.")
3027 (license license:expat)))
3028
3029 (define-public r-rmtstat
3030 (package
3031 (name "r-rmtstat")
3032 (version "0.3")
3033 (source
3034 (origin
3035 (method url-fetch)
3036 (uri (cran-uri "RMTstat" version))
3037 (sha256
3038 (base32
3039 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
3040 (properties `((upstream-name . "RMTstat")))
3041 (build-system r-build-system)
3042 (home-page "https://cran.r-project.org/web/packages/RMTstat")
3043 (synopsis "Distributions, statistics and tests derived from random matrix theory")
3044 (description
3045 "This package provides functions for working with the Tracy-Widom laws
3046 and other distributions related to the eigenvalues of large Wishart
3047 matrices.")
3048 (license license:bsd-3)))
3049
3050 (define-public r-rmpi
3051 (package
3052 (name "r-rmpi")
3053 (version "0.6-9")
3054 (source (origin
3055 (method url-fetch)
3056 (uri (cran-uri "Rmpi" version))
3057 (sha256
3058 (base32
3059 "1rhycla98hxgnnxlxxldr1x51djak7c2jjvlrv3jcsvgwp1ymqdj"))))
3060 (properties `((upstream-name . "Rmpi")))
3061 (build-system r-build-system)
3062 (arguments
3063 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
3064 #:phases (modify-phases %standard-phases
3065 (add-before 'install 'mpi-setup
3066 ,%openmpi-setup))))
3067 (inputs
3068 `(("openmpi" ,openmpi)))
3069 (native-inputs
3070 `(("pkg-config" ,pkg-config)))
3071 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
3072 (synopsis "R interface to message-passing interface (MPI)")
3073 (description
3074 "This package provides an interface (wrapper) to MPI APIs. It also
3075 provides an interactive R manager and worker environment.")
3076 (license license:gpl2+)))
3077
3078 (define-public r-lmoments
3079 (package
3080 (name "r-lmoments")
3081 (version "1.3-1")
3082 (source
3083 (origin
3084 (method url-fetch)
3085 (uri (cran-uri "Lmoments" version))
3086 (sha256
3087 (base32
3088 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
3089 (properties `((upstream-name . "Lmoments")))
3090 (build-system r-build-system)
3091 (propagated-inputs
3092 `(("r-rcpp" ,r-rcpp)
3093 ("r-rcpparmadillo" ,r-rcpparmadillo)))
3094 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
3095 (synopsis "L-moments and quantile mixtures")
3096 (description
3097 "This package contains functions to estimate L-moments and trimmed
3098 L-moments from the data. It also contains functions to estimate the
3099 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
3100 quantile mixture from L-moments and trimmed L-moments.")
3101 (license license:gpl2)))
3102
3103 (define-public r-distillery
3104 (package
3105 (name "r-distillery")
3106 (version "1.2")
3107 (source
3108 (origin
3109 (method url-fetch)
3110 (uri (cran-uri "distillery" version))
3111 (sha256
3112 (base32
3113 "10nhh9p0hp294pp4aav0y0zsmir2qbn05sf3k52rmzmm36q2kc8y"))))
3114 (build-system r-build-system)
3115 (home-page "https://ral.ucar.edu/staff/ericg/")
3116 (synopsis "Functions for confidence intervals and object information")
3117 (description
3118 "This package provides some very simple method functions for confidence
3119 interval calculation and to distill pertinent information from a potentially
3120 complex object; primarily used in common with the packages extRemes and
3121 SpatialVx.")
3122 (license license:gpl2+)))
3123
3124 (define-public r-etrunct
3125 (package
3126 (name "r-etrunct")
3127 (version "0.1")
3128 (source (origin
3129 (method url-fetch)
3130 (uri (cran-uri "etrunct" version))
3131 (sha256
3132 (base32
3133 "0ayazgyqlc8jcqr03cwfmfhm4pck6xri1r6vkgqy4arqkrrnrcqr"))))
3134 (properties `((upstream-name . "etrunct")))
3135 (build-system r-build-system)
3136 (home-page "https://cran.r-project.org/web/packages/etrunct")
3137 (synopsis "Computes moments of univariate truncated T distribution")
3138 (description "This package computes moments of univariate truncated
3139 T distribution. There is only one exported function, @code{e_trunct},
3140 which should be seen for details.")
3141 (license license:expat)))
3142
3143 (define-public r-extremes
3144 (package
3145 (name "r-extremes")
3146 (version "2.1")
3147 (source
3148 (origin
3149 (method url-fetch)
3150 (uri (cran-uri "extRemes" version))
3151 (sha256
3152 (base32
3153 "1b69r3mzl6hp3g3rqxyc77m8r40jyq7c2d87q85af7xqkn6hnxid"))))
3154 (properties `((upstream-name . "extRemes")))
3155 (build-system r-build-system)
3156 (propagated-inputs
3157 `(("r-distillery" ,r-distillery)
3158 ("r-lmoments" ,r-lmoments)))
3159 (home-page "https://www.assessment.ucar.edu/toolkit/")
3160 (synopsis "Extreme value analysis")
3161 (description
3162 "ExtRemes is a suite of functions for carrying out analyses on the
3163 extreme values of a process of interest; be they block maxima over long blocks
3164 or excesses over a high threshold.")
3165 (license license:gpl2+)))
3166
3167 (define-public r-lmtest
3168 (package
3169 (name "r-lmtest")
3170 (version "0.9-38")
3171 (source
3172 (origin
3173 (method url-fetch)
3174 (uri (cran-uri "lmtest" version))
3175 (sha256
3176 (base32
3177 "0sr19bmw2cpagfvwg772m79wvl1i2hww1xfr69bzr3rr8pm2r8ij"))))
3178 (build-system r-build-system)
3179 (propagated-inputs
3180 `(("r-zoo" ,r-zoo)))
3181 (native-inputs
3182 `(("gfortran" ,gfortran)))
3183 (home-page "https://cran.r-project.org/web/packages/lmtest")
3184 (synopsis "Testing linear regression models")
3185 (description
3186 "This package provides a collection of tests, data sets, and examples for
3187 diagnostic checking in linear regression models. Furthermore, some generic
3188 tools for inference in parametric models are provided.")
3189 ;; Either version is okay
3190 (license (list license:gpl2 license:gpl3))))
3191
3192 (define-public r-idr
3193 (package
3194 (name "r-idr")
3195 (version "1.2")
3196 (source (origin
3197 (method url-fetch)
3198 (uri (cran-uri "idr" version))
3199 (sha256
3200 (base32
3201 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
3202 (build-system r-build-system)
3203 (home-page "https://cran.r-project.org/web/packages/idr/")
3204 (synopsis "Irreproducible discovery rate")
3205 (description
3206 "This is a package for estimating the copula mixture model and plotting
3207 correspondence curves in \"Measuring reproducibility of high-throughput
3208 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
3209 by Li, Brown, Huang, and Bickel")
3210 (license license:gpl2+)))
3211
3212 (define-public r-inline
3213 (package
3214 (name "r-inline")
3215 (version "0.3.17")
3216 (source (origin
3217 (method url-fetch)
3218 (uri (cran-uri "inline" version))
3219 (sha256
3220 (base32
3221 "1wslsn60q959yrr27cwanba43qlpfaxzdli46i9dc26lxfr5fa3r"))))
3222 (build-system r-build-system)
3223 (home-page "https://cran.r-project.org/web/packages/inline")
3224 (synopsis "Functions to inline C, C++, Fortran function calls from R")
3225 (description
3226 "This package provides functionality to dynamically define R functions
3227 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
3228 @code{.Call} calling conventions.")
3229 ;; Any version of the LGPL.
3230 (license license:lgpl3+)))
3231
3232 (define-public r-inum
3233 (package
3234 (name "r-inum")
3235 (version "1.0-3")
3236 (source (origin
3237 (method url-fetch)
3238 (uri (cran-uri "inum" version))
3239 (sha256
3240 (base32
3241 "1sz11b4vlpskhmq9vvc1jix63a5g7lij6368w8qbnkjmjd97k7i4"))))
3242 (build-system r-build-system)
3243 (propagated-inputs
3244 `(("r-libcoin" ,r-libcoin)))
3245 (home-page "https://cran.r-project.org/web/packages/inum/")
3246 (synopsis "Interval and enum-type representation of vectors")
3247 (description
3248 "This package provides an enum-type representation of vectors and
3249 representation of intervals, including a method of coercing variables
3250 in data frames.")
3251 (license license:gpl2)))
3252 (define-public r-invgamma
3253 (package
3254 (name "r-invgamma")
3255 (version "1.1")
3256 (source (origin
3257 (method url-fetch)
3258 (uri (cran-uri "invgamma" version))
3259 (sha256
3260 (base32
3261 "12ga2y4wc9bc5zz6vimvxwgjpsx3ys3209nq63gscbw559ydxa5a"))))
3262 (properties `((upstream-name . "invgamma")))
3263 (build-system r-build-system)
3264 (home-page "https://github.com/dkahle/invgamma")
3265 (synopsis "Inverse gamma distribution")
3266 (description "This package provides a light weight implementation of the
3267 standard distribution functions for the inverse gamma distribution, wrapping
3268 those for the gamma distribution in the @code{stats} package.")
3269 (license license:gpl2)))
3270
3271 (define-public r-bdsmatrix
3272 (package
3273 (name "r-bdsmatrix")
3274 (version "1.3-4")
3275 (source
3276 (origin
3277 (method url-fetch)
3278 (uri (cran-uri "bdsmatrix" version))
3279 (sha256
3280 (base32
3281 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
3282 (properties `((upstream-name . "bdsmatrix")))
3283 (build-system r-build-system)
3284 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
3285 (synopsis "Routines for block diagonal symmetric matrices")
3286 (description
3287 "This package provides procedures to work with block diagonal symmetric
3288 matrices, a special case of sparse matrices.")
3289 (license license:lgpl2.0)))
3290
3291 (define-public r-bbmle
3292 (package
3293 (name "r-bbmle")
3294 (version "1.0.23.1")
3295 (source
3296 (origin
3297 (method url-fetch)
3298 (uri (cran-uri "bbmle" version))
3299 (sha256
3300 (base32
3301 "0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
3302 (build-system r-build-system)
3303 (propagated-inputs
3304 `(("r-bdsmatrix" ,r-bdsmatrix)
3305 ("r-lattice" ,r-lattice)
3306 ("r-mass" ,r-mass)
3307 ("r-matrix" ,r-matrix)
3308 ("r-mvtnorm" ,r-mvtnorm)
3309 ("r-numderiv" ,r-numderiv)))
3310 (home-page "https://cran.r-project.org/web/packages/bbmle")
3311 (synopsis "Tools for General Maximum Likelihood Estimation")
3312 (description
3313 "This package provides methods and functions for fitting maximum
3314 likelihood models in R. This package modifies and extends the @code{mle}
3315 classes in the @code{stats4} package.")
3316 ;; Any version of the GPL
3317 (license license:gpl2+)))
3318
3319 (define-public r-emdbook
3320 (package
3321 (name "r-emdbook")
3322 (version "1.3.12")
3323 (source
3324 (origin
3325 (method url-fetch)
3326 (uri (cran-uri "emdbook" version))
3327 (sha256
3328 (base32
3329 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
3330 (build-system r-build-system)
3331 (propagated-inputs
3332 `(("r-bbmle" ,r-bbmle)
3333 ("r-coda" ,r-coda)
3334 ("r-lattice" ,r-lattice)
3335 ("r-mass" ,r-mass)
3336 ("r-plyr" ,r-plyr)))
3337 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
3338 (synopsis "Support functions and data for \"Ecological Models and Data\"")
3339 (description
3340 "This package provides auxiliary functions and data sets for \"Ecological
3341 Models and Data\", a book presenting maximum likelihood estimation and related
3342 topics for ecologists (ISBN 978-0-691-12522-0).")
3343 ;; Any GPL version
3344 (license (list license:gpl2 license:gpl3))))
3345
3346 (define-public r-lpsolve
3347 (package
3348 (name "r-lpsolve")
3349 (version "5.6.15")
3350 (source
3351 (origin
3352 (method url-fetch)
3353 (uri (cran-uri "lpSolve" version))
3354 (sha256
3355 (base32
3356 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
3357 (properties `((upstream-name . "lpSolve")))
3358 (build-system r-build-system)
3359 (home-page "https://cran.r-project.org/web/packages/lpSolve")
3360 (synopsis "R interface to Lp_solve to solve linear/integer programs")
3361 (description
3362 "Lp_solve is software for solving linear, integer and mixed integer
3363 programs. This implementation supplies a \"wrapper\" function in C and some R
3364 functions that solve general linear/integer problems, assignment problems, and
3365 transportation problems.")
3366 (license license:lgpl2.0)))
3367
3368 (define-public r-limsolve
3369 (package
3370 (name "r-limsolve")
3371 (version "1.5.6")
3372 (source
3373 (origin
3374 (method url-fetch)
3375 (uri (cran-uri "limSolve" version))
3376 (sha256
3377 (base32
3378 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
3379 (properties `((upstream-name . "limSolve")))
3380 (build-system r-build-system)
3381 (propagated-inputs
3382 `(("r-lpsolve" ,r-lpsolve)
3383 ("r-mass" ,r-mass)
3384 ("r-quadprog" ,r-quadprog)))
3385 (native-inputs `(("gfortran" ,gfortran)))
3386 (home-page "https://cran.r-project.org/web/packages/limSolve")
3387 (synopsis "Solving linear inverse models")
3388 (description
3389 "This package provides functions that:
3390
3391 @enumerate
3392 @item find the minimum/maximum of a linear or quadratic function,
3393 @item sample an underdetermined or overdetermined system,
3394 @item solve a linear system Ax=B for the unknown x.
3395 @end enumerate
3396
3397 It includes banded and tridiagonal linear systems. The package calls Fortran
3398 functions from LINPACK.")
3399 ;; Any GPL version.
3400 (license (list license:gpl2+ license:gpl3+))))
3401
3402 (define-public r-fitdistrplus
3403 (package
3404 (name "r-fitdistrplus")
3405 (version "1.1-3")
3406 (source
3407 (origin
3408 (method url-fetch)
3409 (uri (cran-uri "fitdistrplus" version))
3410 (sha256
3411 (base32
3412 "1pjnqx0j26dai2fa4ip56wspmfsrcm9dpmxkg15y9623w5b58vbp"))))
3413 (build-system r-build-system)
3414 (propagated-inputs
3415 `(("r-mass" ,r-mass)
3416 ("r-survival" ,r-survival)))
3417 (native-inputs
3418 `(("r-knitr" ,r-knitr)))
3419 (home-page "http://riskassessment.r-forge.r-project.org")
3420 (synopsis "Fitting a parametric distribution from data")
3421 (description
3422 "This package extends the @code{fitdistr} function of the MASS package
3423 with several functions to help the fit of a parametric distribution to
3424 non-censored or censored data. Censored data may contain left-censored,
3425 right-censored and interval-censored values, with several lower and upper
3426 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
3427 provides moment matching (MME), quantile matching (QME) and maximum
3428 goodness-of-fit estimation (MGE) methods (available only for non-censored
3429 data). Weighted versions of MLE, MME and QME are available.")
3430 (license license:gpl2+)))
3431
3432 (define-public r-energy
3433 (package
3434 (name "r-energy")
3435 (version "1.7-7")
3436 (source
3437 (origin
3438 (method url-fetch)
3439 (uri (cran-uri "energy" version))
3440 (sha256
3441 (base32
3442 "13wnx5nwk7nsv7vf5sxhz4y0rxrnzm76ldgywk1bxrz67srqzf37"))))
3443 (build-system r-build-system)
3444 (propagated-inputs
3445 `(("r-boot" ,r-boot)
3446 ("r-rcpp" ,r-rcpp)))
3447 (home-page "https://cran.r-project.org/web/packages/energy")
3448 (synopsis "Multivariate inference via the energy of data")
3449 (description
3450 "This package provides e-statistics (energy) tests and statistics for
3451 multivariate and univariate inference, including distance correlation,
3452 one-sample, two-sample, and multi-sample tests for comparing multivariate
3453 distributions, are implemented. Measuring and testing multivariate
3454 independence based on distance correlation, partial distance correlation,
3455 multivariate goodness-of-fit tests, clustering based on energy distance,
3456 testing for multivariate normality, distance components (disco) for
3457 non-parametric analysis of structured data, and other energy
3458 statistics/methods are implemented.")
3459 (license license:gpl2+)))
3460
3461 (define-public r-suppdists
3462 (package
3463 (name "r-suppdists")
3464 (version "1.1-9.5")
3465 (source
3466 (origin
3467 (method url-fetch)
3468 (uri (cran-uri "SuppDists" version))
3469 (sha256
3470 (base32
3471 "01j6p94m1g363nph2158fq2rmd6z3h5dvcv6aidh2d6syw131xak"))))
3472 (properties `((upstream-name . "SuppDists")))
3473 (build-system r-build-system)
3474 (home-page "https://cran.r-project.org/web/packages/SuppDists")
3475 (synopsis "Supplementary distributions")
3476 (description
3477 "This package provides ten distributions supplementing those built into
3478 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
3479 Spearman's rho, maximum F ratio, the Pearson product moment correlation
3480 coefficient, Johnson distributions, normal scores and generalized
3481 hypergeometric distributions. In addition two random number generators of
3482 George Marsaglia are included.")
3483 (license license:gpl2+)))
3484
3485 (define-public r-ksamples
3486 (package
3487 (name "r-ksamples")
3488 (version "1.2-9")
3489 (source
3490 (origin
3491 (method url-fetch)
3492 (uri (cran-uri "kSamples" version))
3493 (sha256
3494 (base32
3495 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
3496 (properties `((upstream-name . "kSamples")))
3497 (build-system r-build-system)
3498 (propagated-inputs
3499 `(("r-suppdists" ,r-suppdists)))
3500 (home-page "https://cran.r-project.org/web/packages/kSamples")
3501 (synopsis "K-Sample rank tests and their combinations")
3502 (description
3503 "This package provides tools to compares k samples using the
3504 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
3505 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
3506 test. It computes asymptotic, simulated or (limited) exact P-values, all
3507 valid under randomization, with or without ties, or conditionally under random
3508 sampling from populations, given the observed tie pattern. Except for Steel's
3509 test and the JT test it also combines these tests across several blocks of
3510 samples.")
3511 (license license:gpl2+)))
3512
3513 (define-public r-cvst
3514 (package
3515 (name "r-cvst")
3516 (version "0.2-2")
3517 (source
3518 (origin
3519 (method url-fetch)
3520 (uri (cran-uri "CVST" version))
3521 (sha256
3522 (base32
3523 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
3524 (properties `((upstream-name . "CVST")))
3525 (build-system r-build-system)
3526 (propagated-inputs
3527 `(("r-kernlab" ,r-kernlab)
3528 ("r-matrix" ,r-matrix)))
3529 (home-page "https://cran.r-project.org/web/packages/CVST")
3530 (synopsis "Fast cross-validation via sequential testing")
3531 (description
3532 "This package implements the fast cross-validation via sequential
3533 testing (CVST) procedure. CVST is an improved cross-validation procedure
3534 which uses non-parametric testing coupled with sequential analysis to
3535 determine the best parameter set on linearly increasing subsets of the data.
3536 Additionally to the CVST the package contains an implementation of the
3537 ordinary k-fold cross-validation with a flexible and powerful set of helper
3538 objects and methods to handle the overall model selection process. The
3539 implementations of the Cochran's Q test with permutations and the sequential
3540 testing framework of Wald are generic and can therefore also be used in other
3541 contexts.")
3542 (license license:gpl2+)))
3543
3544 (define-public r-squarem
3545 (package
3546 (name "r-squarem")
3547 (version "2021.1")
3548 (source
3549 (origin
3550 (method url-fetch)
3551 (uri (cran-uri "SQUAREM" version))
3552 (sha256
3553 (base32
3554 "0n1s32l9p4vdm3h5q6g43s0qbpzry08difsh0yay80wrla6f3rb6"))))
3555 (properties `((upstream-name . "SQUAREM")))
3556 (build-system r-build-system)
3557 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
3558 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
3559 (description
3560 "This package provides algorithms for accelerating the convergence of
3561 slow, monotone sequences from smooth, contraction mapping such as the EM
3562 algorithm. It can be used to accelerate any smooth, linearly convergent
3563 acceleration scheme. A tutorial style introduction to this package is
3564 available in a vignette.")
3565 (license license:gpl2+)))
3566
3567 (define-public r-lava
3568 (package
3569 (name "r-lava")
3570 (version "1.6.8.1")
3571 (source
3572 (origin
3573 (method url-fetch)
3574 (uri (cran-uri "lava" version))
3575 (sha256
3576 (base32
3577 "1yiz8y3jhxkszgz9m9fialp9r27hy97xh0imfvs8ziv7dk43y93d"))))
3578 (build-system r-build-system)
3579 (propagated-inputs
3580 `(("r-numderiv" ,r-numderiv)
3581 ("r-squarem" ,r-squarem)
3582 ("r-survival" ,r-survival)))
3583 (native-inputs
3584 `(("r-knitr" ,r-knitr)))
3585 (home-page "https://github.com/kkholst/lava")
3586 (synopsis "Latent variable models")
3587 (description
3588 "This package provides tools for the estimation and simulation of latent
3589 variable models.")
3590 (license license:gpl3)))
3591
3592 (define-public r-drr
3593 (package
3594 (name "r-drr")
3595 (version "0.0.4")
3596 (source
3597 (origin
3598 (method url-fetch)
3599 (uri (cran-uri "DRR" version))
3600 (sha256
3601 (base32
3602 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
3603 (properties `((upstream-name . "DRR")))
3604 (build-system r-build-system)
3605 (propagated-inputs
3606 `(("r-cvst" ,r-cvst)
3607 ("r-kernlab" ,r-kernlab)
3608 ("r-matrix" ,r-matrix)))
3609 (home-page "https://cran.r-project.org/web/packages/DRR")
3610 (synopsis "Dimensionality reduction via regression")
3611 (description
3612 "This package provides an implementation of dimensionality reduction via
3613 regression using Kernel Ridge Regression.")
3614 (license license:gpl3)))
3615
3616 (define-public r-prodlim
3617 (package
3618 (name "r-prodlim")
3619 (version "2019.11.13")
3620 (source
3621 (origin
3622 (method url-fetch)
3623 (uri (cran-uri "prodlim" version))
3624 (sha256
3625 (base32
3626 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
3627 (build-system r-build-system)
3628 (propagated-inputs
3629 `(("r-kernsmooth" ,r-kernsmooth)
3630 ("r-lava" ,r-lava)
3631 ("r-rcpp" ,r-rcpp)
3632 ("r-survival" ,r-survival)))
3633 (home-page "https://cran.r-project.org/web/packages/prodlim")
3634 (synopsis "Product-limit estimation for censored event history analysis")
3635 (description
3636 "This package provides a fast and user-friendly implementation of
3637 nonparametric estimators for censored event history (survival) analysis with
3638 the Kaplan-Meier and Aalen-Johansen methods.")
3639 (license license:gpl2+)))
3640
3641 (define-public r-dimred
3642 (package
3643 (name "r-dimred")
3644 (version "0.2.3")
3645 (source
3646 (origin
3647 (method url-fetch)
3648 (uri (cran-uri "dimRed" version))
3649 (sha256
3650 (base32
3651 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
3652 (properties `((upstream-name . "dimRed")))
3653 (build-system r-build-system)
3654 (propagated-inputs
3655 `(("r-drr" ,r-drr)
3656 ("r-magrittr" ,r-magrittr)))
3657 (home-page "https://github.com/gdkrmr/dimRed")
3658 (synopsis "Framework for dimensionality reduction")
3659 (description
3660 "This package provides a collection of dimensionality reduction
3661 techniques from R packages and provides a common interface for calling the
3662 methods.")
3663 (license license:gpl3)))
3664
3665 (define-public r-timedate
3666 (package
3667 (name "r-timedate")
3668 (version "3043.102")
3669 (source
3670 (origin
3671 (method url-fetch)
3672 (uri (cran-uri "timeDate" version))
3673 (sha256
3674 (base32
3675 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
3676 (properties `((upstream-name . "timeDate")))
3677 (build-system r-build-system)
3678 (home-page "https://www.rmetrics.org")
3679 (synopsis "Chronological and calendar objects")
3680 (description
3681 "This package provides an environment for teaching \"Financial
3682 Engineering and Computational Finance\" and for managing chronological and
3683 calendar objects.")
3684 (license license:gpl2+)))
3685
3686 (define-public r-magic
3687 (package
3688 (name "r-magic")
3689 (version "1.5-9")
3690 (source
3691 (origin
3692 (method url-fetch)
3693 (uri (cran-uri "magic" version))
3694 (sha256
3695 (base32
3696 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
3697 (build-system r-build-system)
3698 (propagated-inputs
3699 `(("r-abind" ,r-abind)))
3700 (home-page "https://github.com/RobinHankin/magic.git")
3701 (synopsis "Create and investigate magic squares")
3702 (description
3703 "This package provides a collection of efficient, vectorized algorithms
3704 for the creation and investigation of magic squares and hypercubes, including
3705 a variety of functions for the manipulation and analysis of arbitrarily
3706 dimensioned arrays.")
3707 (license license:gpl2)))
3708
3709 (define-public r-rmysql
3710 (package
3711 (name "r-rmysql")
3712 (version "0.10.21")
3713 (source
3714 (origin
3715 (method url-fetch)
3716 (uri (cran-uri "RMySQL" version))
3717 (sha256
3718 (base32
3719 "0cbb5ln9iigl816nzvsls9zil5qlfr8yv2aginapqv6n69nz0srs"))))
3720 (properties `((upstream-name . "RMySQL")))
3721 (build-system r-build-system)
3722 (inputs
3723 `(("mariadb-dev" ,mariadb "dev")
3724 ("zlib" ,zlib)))
3725 (propagated-inputs
3726 `(("r-dbi" ,r-dbi)))
3727 (home-page "https://github.com/r-dbi/RMySQL")
3728 (synopsis "Database interface and MySQL driver for R")
3729 (description
3730 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
3731 package contains an old implementation based on legacy code from S-PLUS which
3732 is being phased out. A modern MySQL client based on Rcpp is available from
3733 the RMariaDB package.")
3734 (license license:gpl2)))
3735
3736 (define-public r-rpostgresql
3737 (package
3738 (name "r-rpostgresql")
3739 (version "0.6-2")
3740 (source
3741 (origin
3742 (method url-fetch)
3743 (uri (cran-uri "RPostgreSQL" version))
3744 (sha256
3745 (base32
3746 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
3747 (properties `((upstream-name . "RPostgreSQL")))
3748 (build-system r-build-system)
3749 (inputs
3750 `(("postgresql" ,postgresql)))
3751 (propagated-inputs
3752 `(("r-dbi" ,r-dbi)))
3753 (home-page "https://github.com/tomoakin/RPostgreSQL")
3754 (synopsis "R interface to the PostgreSQL database system")
3755 (description
3756 "This package provides a Database Interface (DBI) compliant driver for R
3757 to access PostgreSQL database systems.")
3758 ;; The whole package is released under GPL version 2. It includes code
3759 ;; under the PostgreSQL license.
3760 (license license:gpl2)))
3761
3762 (define-public r-linprog
3763 (package
3764 (name "r-linprog")
3765 (version "0.9-2")
3766 (source
3767 (origin
3768 (method url-fetch)
3769 (uri (cran-uri "linprog" version))
3770 (sha256
3771 (base32
3772 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
3773 (build-system r-build-system)
3774 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
3775 (home-page "http://linprog.r-forge.r-project.org/")
3776 (synopsis "Linear programming and optimization")
3777 (description
3778 "This package can be used to solve Linear Programming / Linear
3779 Optimization problems by using the simplex algorithm.")
3780 (license license:gpl2+)))
3781
3782 (define-public r-geometry
3783 (package
3784 (name "r-geometry")
3785 (version "0.4.5")
3786 (source
3787 (origin
3788 (method url-fetch)
3789 (uri (cran-uri "geometry" version))
3790 (sha256
3791 (base32
3792 "1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
3793 (build-system r-build-system)
3794 (propagated-inputs
3795 `(("r-magic" ,r-magic)
3796 ("r-linprog" ,r-linprog)
3797 ("r-lpsolve" ,r-lpsolve)
3798 ("r-rcpp" ,r-rcpp)
3799 ("r-rcppprogress" ,r-rcppprogress)))
3800 (home-page "http://geometry.r-forge.r-project.org/")
3801 (synopsis "Mesh generator and surface tessellator")
3802 (description
3803 "This package makes the qhull library available in R, in a similar manner
3804 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
3805 intersections about a point, Voronoi diagrams, furthest-site Delaunay
3806 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
3807 and higher dimensions. It implements the Quickhull algorithm for computing
3808 the convex hull. Qhull does not support constrained Delaunay triangulations,
3809 or mesh generation of non-convex objects, but the package does include some R
3810 functions that allow for this. Currently the package only gives access to
3811 Delaunay triangulation and convex hull computation.")
3812 ;; The Qhull sources are included and are distributed under a custom
3813 ;; non-copyleft license. The R sources are released under GPL version 2.
3814 (license (list license:gpl2
3815 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
3816
3817 (define-public r-ddalpha
3818 (package
3819 (name "r-ddalpha")
3820 (version "1.3.11")
3821 (source
3822 (origin
3823 (method url-fetch)
3824 (uri (cran-uri "ddalpha" version))
3825 (sha256
3826 (base32
3827 "1sdnb47r534nh138zk3a6b2mgi74nvshc7p5m304vjs9jlx4l2y3"))))
3828 (build-system r-build-system)
3829 (propagated-inputs
3830 `(("r-bh" ,r-bh)
3831 ("r-class" ,r-class)
3832 ("r-geometry" ,r-geometry)
3833 ("r-mass" ,r-mass)
3834 ("r-rcpp" ,r-rcpp)
3835 ("r-robustbase" ,r-robustbase)
3836 ("r-sfsmisc" ,r-sfsmisc)))
3837 (native-inputs
3838 `(("gfortran" ,gfortran)))
3839 (home-page "https://cran.r-project.org/web/packages/ddalpha")
3840 (synopsis "Depth-Based classification and calculation of data depth")
3841 (description
3842 "This package contains procedures for depth-based supervised learning,
3843 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
3844 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
3845 statistical depth function to a compact low-dimensional space, where the final
3846 classification is done. It also offers an extension to functional data and
3847 routines for calculating certain notions of statistical depth functions. 50
3848 multivariate and 5 functional classification problems are included.")
3849 (license license:gpl2)))
3850
3851 (define-public r-gower
3852 (package
3853 (name "r-gower")
3854 (version "0.2.2")
3855 (source
3856 (origin
3857 (method url-fetch)
3858 (uri (cran-uri "gower" version))
3859 (sha256
3860 (base32
3861 "0c9n921wn4hhlvjq96r4nkk96s5788376cbldr7y7bwz348200iz"))))
3862 (build-system r-build-system)
3863 (home-page "https://github.com/markvanderloo/gower")
3864 (synopsis "Gower's distance")
3865 (description
3866 "This package provides tools to compute Gower's distance (or similarity)
3867 coefficient between records, and to compute the top-n matches between records.
3868 Core algorithms are executed in parallel on systems supporting OpenMP.")
3869 (license license:gpl3)))
3870
3871 (define-public r-rcpproll
3872 (package
3873 (name "r-rcpproll")
3874 (version "0.3.0")
3875 (source
3876 (origin
3877 (method url-fetch)
3878 (uri (cran-uri "RcppRoll" version))
3879 (sha256
3880 (base32
3881 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
3882 (properties `((upstream-name . "RcppRoll")))
3883 (build-system r-build-system)
3884 (propagated-inputs
3885 `(("r-rcpp" ,r-rcpp)))
3886 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
3887 (synopsis "Efficient rolling and windowed operations")
3888 (description
3889 "This package provides fast and efficient routines for common rolling /
3890 windowed operations. Routines for the efficient computation of windowed mean,
3891 median, sum, product, minimum, maximum, standard deviation and variance are
3892 provided.")
3893 (license license:gpl2+)))
3894
3895 (define-public r-ipred
3896 (package
3897 (name "r-ipred")
3898 (version "0.9-9")
3899 (source
3900 (origin
3901 (method url-fetch)
3902 (uri (cran-uri "ipred" version))
3903 (sha256
3904 (base32
3905 "0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d"))))
3906 (build-system r-build-system)
3907 (propagated-inputs
3908 `(("r-class" ,r-class)
3909 ("r-mass" ,r-mass)
3910 ("r-nnet" ,r-nnet)
3911 ("r-prodlim" ,r-prodlim)
3912 ("r-rpart" ,r-rpart)
3913 ("r-survival" ,r-survival)))
3914 (home-page "https://cran.r-project.org/web/packages/ipred")
3915 (synopsis "Improved predictors")
3916 (description
3917 "This package provides improved predictive models by indirect
3918 classification and bagging for classification, regression and survival
3919 problems as well as resampling based estimators of prediction error.")
3920 (license license:gpl2+)))
3921
3922 (define-public r-psych
3923 (package
3924 (name "r-psych")
3925 (version "2.0.12")
3926 (source
3927 (origin
3928 (method url-fetch)
3929 (uri (cran-uri "psych" version))
3930 (sha256
3931 (base32
3932 "0k5dw5nb7kx7f21b0z01dry99qcpnk7iaicv7xq9d35wv2hx8wca"))))
3933 (build-system r-build-system)
3934 (propagated-inputs
3935 `(("r-lattice" ,r-lattice)
3936 ("r-mnormt" ,r-mnormt)
3937 ("r-nlme" ,r-nlme)))
3938 (home-page "https://cran.r-project.org/web/packages/psych/")
3939 (synopsis "Procedures for psychological, psychometric, and personality research")
3940 (description
3941 "This package provides a general purpose toolbox for personality,
3942 psychometric theory and experimental psychology. Functions are primarily for
3943 multivariate analysis and scale construction using factor analysis, principal
3944 component analysis, cluster analysis and reliability analysis, although others
3945 provide basic descriptive statistics. Item Response Theory is done using
3946 factor analysis of tetrachoric and polychoric correlations. Functions for
3947 analyzing data at multiple levels include within and between group statistics,
3948 including correlations and factor analysis. Functions for simulating and
3949 testing particular item and test structures are included. Several functions
3950 serve as a useful front end for structural equation modeling. Graphical
3951 displays of path diagrams, factor analysis and structural equation models are
3952 created using basic graphics.")
3953 (license license:gpl2+)))
3954
3955 (define-public r-generics
3956 (package
3957 (name "r-generics")
3958 (version "0.1.0")
3959 (source
3960 (origin
3961 (method url-fetch)
3962 (uri (cran-uri "generics" version))
3963 (sha256
3964 (base32
3965 "0qw7r0d2qvlj1pvrlpv30d6akml624ydxkk19hv85iv6pfyx2wdb"))))
3966 (build-system r-build-system)
3967 (home-page "https://github.com/r-lib/generics")
3968 (synopsis "Common S3 generics not provided by base R methods")
3969 (description
3970 "In order to reduce potential package dependencies and conflicts,
3971 generics provides a number of commonly used S3 generics that are not provided
3972 by base R methods related to model fitting.")
3973 (license license:gpl2)))
3974
3975 (define-public r-broom
3976 (package
3977 (name "r-broom")
3978 (version "0.7.4")
3979 (source
3980 (origin
3981 (method url-fetch)
3982 (uri (cran-uri "broom" version))
3983 (sha256
3984 (base32
3985 "1zwdgv59a5c4mdcfn3anvsf83ymi11ij6k9nssw3aqzirp6fwg3w"))))
3986 (build-system r-build-system)
3987 (propagated-inputs
3988 `(("r-backports" ,r-backports)
3989 ("r-dplyr" ,r-dplyr)
3990 ("r-ellipsis" ,r-ellipsis)
3991 ("r-generics" ,r-generics)
3992 ("r-glue" ,r-glue)
3993 ("r-purrr" ,r-purrr)
3994 ("r-rlang" ,r-rlang)
3995 ("r-stringr" ,r-stringr)
3996 ("r-tibble" ,r-tibble)
3997 ("r-tidyr" ,r-tidyr)))
3998 (native-inputs
3999 `(("r-knitr" ,r-knitr)))
4000 (home-page "https://github.com/tidyverse/broom")
4001 (synopsis "Convert statistical analysis objects into tidy data frames")
4002 (description
4003 "This package provides tools to convert statistical analysis objects from
4004 R into tidy data frames, so that they can more easily be combined, reshaped
4005 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
4006 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
4007 summarizes a model's statistical findings such as coefficients of a
4008 regression; @code{augment}, which adds columns to the original data such as
4009 predictions, residuals and cluster assignments; and @code{glance}, which
4010 provides a one-row summary of model-level statistics.")
4011 (license license:expat)))
4012
4013 (define-public r-recipes
4014 (package
4015 (name "r-recipes")
4016 (version "0.1.15")
4017 (source
4018 (origin
4019 (method url-fetch)
4020 (uri (cran-uri "recipes" version))
4021 (sha256
4022 (base32
4023 "0xif0ak3w90xmfzlxvb5pnzc3scpfl1pyhrjffi3mq4asvsd52l0"))))
4024 (build-system r-build-system)
4025 (propagated-inputs
4026 `(("r-dplyr" ,r-dplyr)
4027 ("r-generics" ,r-generics)
4028 ("r-glue" ,r-glue)
4029 ("r-gower" ,r-gower)
4030 ("r-ipred" ,r-ipred)
4031 ("r-lifecycle" ,r-lifecycle)
4032 ("r-lubridate" ,r-lubridate)
4033 ("r-magrittr" ,r-magrittr)
4034 ("r-matrix" ,r-matrix)
4035 ("r-purrr" ,r-purrr)
4036 ("r-rlang" ,r-rlang)
4037 ("r-tibble" ,r-tibble)
4038 ("r-tidyr" ,r-tidyr)
4039 ("r-tidyselect" ,r-tidyselect)
4040 ("r-timedate" ,r-timedate)
4041 ("r-withr" ,r-withr)))
4042 (native-inputs
4043 `(("r-knitr" ,r-knitr)))
4044 (home-page "https://github.com/topepo/recipes")
4045 (synopsis "Preprocessing tools to create design matrices")
4046 (description
4047 "Recipes is an extensible framework to create and preprocess design
4048 matrices. Recipes consist of one or more data manipulation and analysis
4049 \"steps\". Statistical parameters for the steps can be estimated from an
4050 initial data set and then applied to other data sets. The resulting design
4051 matrices can then be used as inputs into statistical or machine learning
4052 models.")
4053 (license license:gpl2)))
4054
4055 (define-public r-pdist
4056 (package
4057 (name "r-pdist")
4058 (version "1.2")
4059 (source
4060 (origin
4061 (method url-fetch)
4062 (uri (cran-uri "pdist" version))
4063 (sha256
4064 (base32
4065 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
4066 (build-system r-build-system)
4067 (home-page "https://github.com/jeffwong/pdist")
4068 (synopsis "Partitioned distance function")
4069 (description
4070 "Pdist computes the euclidean distance between rows of a matrix X and
4071 rows of another matrix Y. Previously, this could be done by binding the two
4072 matrices together and calling @code{dist}, but this creates unnecessary
4073 computation by computing the distances between a row of X and another row of
4074 X, and likewise for Y. Pdist strictly computes distances across the two
4075 matrices, not within the same matrix, making computations significantly faster
4076 for certain use cases.")
4077 (license license:gpl3+)))
4078
4079 (define-public r-ggrepel
4080 (package
4081 (name "r-ggrepel")
4082 (version "0.9.1")
4083 (source
4084 (origin
4085 (method url-fetch)
4086 (uri (cran-uri "ggrepel" version))
4087 (sha256
4088 (base32
4089 "1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9"))))
4090 (build-system r-build-system)
4091 (propagated-inputs
4092 `(("r-ggplot2" ,r-ggplot2)
4093 ("r-rcpp" ,r-rcpp)
4094 ("r-rlang" ,r-rlang)
4095 ("r-scales" ,r-scales)))
4096 (native-inputs
4097 `(("r-knitr" ,r-knitr))) ; for vignettes
4098 (home-page "https://github.com/slowkow/ggrepel")
4099 (synopsis "Repulsive text and label geometries for ggplot2")
4100 (description
4101 "This package provides text and label geometries for ggplot2 that help to
4102 avoid overlapping text labels. Labels repel away from each other and away
4103 from the data points.")
4104 (license license:gpl3)))
4105
4106 (define-public r-corrplot
4107 (package
4108 (name "r-corrplot")
4109 (version "0.84")
4110 (source
4111 (origin
4112 (method url-fetch)
4113 (uri (cran-uri "corrplot" version))
4114 (sha256
4115 (base32
4116 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
4117 (build-system r-build-system)
4118 (home-page "https://github.com/taiyun/corrplot")
4119 (synopsis "Visualization of a correlation matrix")
4120 (description
4121 "This package provides a graphical display of a correlation matrix or
4122 general matrix. It also contains some algorithms to do matrix reordering. In
4123 addition, corrplot is good at details, including choosing color, text labels,
4124 color labels, layout, etc.")
4125 ;; Any version of the GPL
4126 (license license:gpl2+)))
4127
4128 (define-public r-stringdist
4129 (package
4130 (name "r-stringdist")
4131 (version "0.9.6.3")
4132 (source
4133 (origin
4134 (method url-fetch)
4135 (uri (cran-uri "stringdist" version))
4136 (sha256
4137 (base32 "06rzbgw43vzg496xca82pydf3g2rz6iw6h50ai0prbp9hbwrhvfd"))))
4138 (build-system r-build-system)
4139 (home-page "https://github.com/markvanderloo/stringdist")
4140 (synopsis "Approximate string matching and string distance functions")
4141 (description
4142 "This package implements an approximate string matching version of R's
4143 native @code{match} function. It can calculate various string distances based
4144 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal string alignment),
4145 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
4146 Jaro-Winkler). An implementation of soundex is provided as well. Distances
4147 can be computed between character vectors while taking proper care of encoding
4148 or between integer vectors representing generic sequences.")
4149 (license license:gpl3+)))
4150
4151 (define-public r-ucminf
4152 (package
4153 (name "r-ucminf")
4154 (version "1.1-4")
4155 (source
4156 (origin
4157 (method url-fetch)
4158 (uri (cran-uri "ucminf" version))
4159 (sha256
4160 (base32
4161 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
4162 (build-system r-build-system)
4163 (native-inputs `(("gfortran" ,gfortran)))
4164 (home-page "https://cran.r-project.org/web/packages/ucminf/")
4165 (synopsis "General-purpose unconstrained non-linear optimization")
4166 (description
4167 "This package provides an implementation of an algorithm for
4168 general-purpose unconstrained non-linear optimization. The algorithm is of
4169 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
4170 search with a trust region type monitoring of the input to the line search
4171 algorithm. The interface of @code{ucminf} is designed for easy interchange
4172 with the package @code{optim}.")
4173 (license license:gpl2+)))
4174
4175 (define-public r-useful
4176 (package
4177 (name "r-useful")
4178 (version "1.2.6")
4179 (source (origin
4180 (method url-fetch)
4181 (uri (cran-uri "useful" version))
4182 (sha256
4183 (base32
4184 "0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v1"))))
4185 (properties `((upstream-name . "useful")))
4186 (build-system r-build-system)
4187 (propagated-inputs
4188 `(("r-assertthat" ,r-assertthat)
4189 ("r-dplyr" ,r-dplyr)
4190 ("r-ggplot2" ,r-ggplot2)
4191 ("r-magrittr" ,r-magrittr)
4192 ("r-matrix" ,r-matrix)
4193 ("r-plyr" ,r-plyr)
4194 ("r-purrr" ,r-purrr)
4195 ("r-scales" ,r-scales)))
4196 (home-page "https://github.com/jaredlander/useful")
4197 (synopsis "Collection of handy, useful functions")
4198 (description "This package provides a set of little functions that have been
4199 found useful to do little odds and ends such as plotting the results of K-means
4200 clustering, substituting special text characters, viewing parts of a
4201 @code{data.frame}, constructing formulas from text and building design and
4202 response matrices.")
4203 (license license:bsd-3)))
4204
4205 (define-public r-ordinal
4206 (package
4207 (name "r-ordinal")
4208 (version "2019.12-10")
4209 (source
4210 (origin
4211 (method url-fetch)
4212 (uri (cran-uri "ordinal" version))
4213 (sha256
4214 (base32
4215 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
4216 (build-system r-build-system)
4217 (propagated-inputs
4218 `(("r-mass" ,r-mass)
4219 ("r-matrix" ,r-matrix)
4220 ("r-numderiv" ,r-numderiv)
4221 ("r-ucminf" ,r-ucminf)))
4222 (home-page "https://github.com/runehaubo/ordinal")
4223 (synopsis "Regression models for ordinal data")
4224 (description
4225 "This package provides an implementation of cumulative link (mixed)
4226 models also known as ordered regression models, proportional odds models,
4227 proportional hazards models for grouped survival times and ordered models.
4228 Estimation is via maximum likelihood and mixed models are fitted with the
4229 Laplace approximation and adaptive Gauss-Hermite quadrature.")
4230 (license license:gpl2+)))
4231
4232 (define-public r-jomo
4233 (package
4234 (name "r-jomo")
4235 (version "2.7-2")
4236 (source
4237 (origin
4238 (method url-fetch)
4239 (uri (cran-uri "jomo" version))
4240 (sha256
4241 (base32
4242 "1sbcpacxnxbzwa8rr9x2bq7hh0s3sw6yznr90dkp43n6xk5xaqir"))))
4243 (build-system r-build-system)
4244 (propagated-inputs
4245 `(("r-lme4" ,r-lme4)
4246 ("r-mass" ,r-mass)
4247 ("r-ordinal" ,r-ordinal)
4248 ("r-survival" ,r-survival)))
4249 (home-page "https://cran.r-project.org/web/packages/jomo/")
4250 (synopsis "Multilevel Joint Modelling Multiple Imputation")
4251 (description
4252 "Similarly to Schafer's package pan, jomo is a package for multilevel
4253 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
4254 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
4255 possibility of handling binary and categorical data through latent normal
4256 variables, the option to use cluster-specific covariance matrices and to
4257 impute compatibly with the substantive model.")
4258 (license license:gpl2)))
4259
4260 (define-public r-pan
4261 (package
4262 (name "r-pan")
4263 (version "1.6")
4264 (source
4265 (origin
4266 (method url-fetch)
4267 (uri (cran-uri "pan" version))
4268 (sha256
4269 (base32
4270 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
4271 (build-system r-build-system)
4272 (native-inputs `(("gfortran" ,gfortran)))
4273 (home-page "https://cran.r-project.org/web/packages/pan/")
4274 (synopsis "Multiple imputation for multivariate panel or clustered data")
4275 (description
4276 "This package implements multiple imputation for multivariate panel or
4277 clustered data.")
4278 (license license:gpl3)))
4279
4280 (define-public r-mitml
4281 (package
4282 (name "r-mitml")
4283 (version "0.4-1")
4284 (source
4285 (origin
4286 (method url-fetch)
4287 (uri (cran-uri "mitml" version))
4288 (sha256
4289 (base32
4290 "1bw92fl6xp3yvawh3nbjzs4hp4alpwj6vnv6lsysd74aqndw447c"))))
4291 (build-system r-build-system)
4292 (propagated-inputs
4293 `(("r-haven" ,r-haven)
4294 ("r-jomo" ,r-jomo)
4295 ("r-pan" ,r-pan)))
4296 (native-inputs
4297 `(("r-knitr" ,r-knitr)))
4298 (home-page "https://cran.r-project.org/web/packages/mitml/")
4299 (synopsis "Tools for multiple imputation in multilevel modeling")
4300 (description
4301 "This package provides tools for multiple imputation of missing data in
4302 multilevel modeling. It includes a user-friendly interface to the packages
4303 pan and jomo, and several functions for visualization, data management and the
4304 analysis of multiply imputed data sets.")
4305 (license license:gpl2+)))
4306
4307 (define-public r-mice
4308 (package
4309 (name "r-mice")
4310 (version "3.13.0")
4311 (source
4312 (origin
4313 (method url-fetch)
4314 (uri (cran-uri "mice" version))
4315 (sha256
4316 (base32
4317 "11cpyqlilakan2pwjzacb9jjlazazsqdngy237nnrj8j6mky822i"))))
4318 (build-system r-build-system)
4319 (propagated-inputs
4320 `(("r-broom" ,r-broom)
4321 ("r-cpp11" ,r-cpp11)
4322 ("r-dplyr" ,r-dplyr)
4323 ("r-generics" ,r-generics)
4324 ("r-lattice" ,r-lattice)
4325 ("r-rcpp" ,r-rcpp)
4326 ("r-rlang" ,r-rlang)
4327 ("r-tidyr" ,r-tidyr)))
4328 (home-page "https://cran.r-project.org/web/packages/mice/")
4329 (synopsis "Multivariate imputation by chained equations")
4330 (description
4331 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
4332 implemented by the MICE algorithm as described in @url{Van Buuren and
4333 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
4334 variable has its own imputation model. Built-in imputation models are
4335 provided for continuous data (predictive mean matching, normal), binary
4336 data (logistic regression), unordered categorical data (polytomous logistic
4337 regression) and ordered categorical data (proportional odds). MICE can also
4338 impute continuous two-level data (normal model, pan, second-level variables).
4339 Passive imputation can be used to maintain consistency between variables.
4340 Various diagnostic plots are available to inspect the quality of the
4341 imputations.")
4342 ;; Any of these two versions.
4343 (license (list license:gpl2 license:gpl3))))
4344
4345 (define-public r-truncnorm
4346 (package
4347 (name "r-truncnorm")
4348 (version "1.0-8")
4349 (source
4350 (origin
4351 (method url-fetch)
4352 (uri (cran-uri "truncnorm" version))
4353 (sha256
4354 (base32
4355 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
4356 (build-system r-build-system)
4357 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
4358 (synopsis "Truncated normal distribution")
4359 (description "This package provides functions for the truncated normal
4360 distribution with mean equal to @code{mean} and standard deviation equal to
4361 @code{sd}. It includes density, distribution, quantile, and expected value
4362 functions, as well as a random generation function.")
4363 (license license:gpl2)))
4364
4365 (define-public r-rsolnp
4366 (package
4367 (name "r-rsolnp")
4368 (version "1.16")
4369 (source
4370 (origin
4371 (method url-fetch)
4372 (uri (cran-uri "Rsolnp" version))
4373 (sha256
4374 (base32
4375 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
4376 (properties `((upstream-name . "Rsolnp")))
4377 (build-system r-build-system)
4378 (propagated-inputs
4379 `(("r-truncnorm" ,r-truncnorm)))
4380 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
4381 (synopsis "General non-linear optimization")
4382 (description "The Rsolnp package implements a general non-linear augmented
4383 Lagrange multiplier method solver, a @dfn{sequential quadratic
4384 programming} (SQP) based solver).")
4385 ;; Any version of the GPL.
4386 (license license:gpl2+)))
4387
4388 (define-public r-hardyweinberg
4389 (package
4390 (name "r-hardyweinberg")
4391 (version "1.7.1")
4392 (source
4393 (origin
4394 (method url-fetch)
4395 (uri (cran-uri "HardyWeinberg" version))
4396 (sha256
4397 (base32
4398 "0afjz818yvaq3akvgpy4irnlpspd2dj71qkrwj81lm9y36ypwlw6"))))
4399 (properties `((upstream-name . "HardyWeinberg")))
4400 (build-system r-build-system)
4401 (propagated-inputs
4402 `(("r-mice" ,r-mice)
4403 ("r-rcpp" ,r-rcpp)
4404 ("r-rsolnp" ,r-rsolnp)))
4405 (home-page "https://cran.r-project.org/package=HardyWeinberg")
4406 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
4407 (description
4408 "This package contains tools for exploring Hardy-Weinberg equilibrium for
4409 diallelic genetic marker data. All classical tests (chi-square, exact,
4410 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
4411 included in the package, as well as functions for power computation and for
4412 the simulation of marker data under equilibrium and disequilibrium. Routines
4413 for dealing with markers on the X-chromosome are included. Functions for
4414 testing equilibrium in the presence of missing data by using multiple
4415 imputation are also provided. Implements several graphics for exploring the
4416 equilibrium status of a large set of diallelic markers: ternary plots with
4417 acceptance regions, log-ratio plots and Q-Q plots.")
4418 (license license:gpl2+)))
4419
4420 (define-public r-sm
4421 (package
4422 (name "r-sm")
4423 (version "2.2-5.6")
4424 (source
4425 (origin
4426 (method url-fetch)
4427 (uri (cran-uri "sm" version))
4428 (sha256
4429 (base32
4430 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
4431 (build-system r-build-system)
4432 (native-inputs `(("gfortran" ,gfortran)))
4433 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
4434 (synopsis "Smoothing methods for nonparametric regression and density estimation")
4435 (description
4436 "This is software accompanying the book 'Applied Smoothing Techniques for
4437 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
4438 University Press. It provides smoothing methods for nonparametric regression
4439 and density estimation")
4440 (license license:gpl2+)))
4441
4442 (define-public r-venndiagram
4443 (package
4444 (name "r-venndiagram")
4445 (version "1.6.20")
4446 (source (origin
4447 (method url-fetch)
4448 (uri (cran-uri "VennDiagram" version))
4449 (sha256
4450 (base32
4451 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
4452 (properties `((upstream-name . "VennDiagram")))
4453 (build-system r-build-system)
4454 (propagated-inputs
4455 `(("r-futile-logger" ,r-futile-logger)))
4456 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
4457 (synopsis "Generate High-Resolution Venn and Euler Plots")
4458 (description
4459 "This package provides a set of functions to generate high-resolution
4460 Venn and Euler plots. It includes handling for several special cases,
4461 including two-case scaling, and extensive customization of plot shape and
4462 structure.")
4463 (license license:gpl2+)))
4464
4465 (define-public r-vioplot
4466 (package
4467 (name "r-vioplot")
4468 (version "0.3.5")
4469 (source
4470 (origin
4471 (method url-fetch)
4472 (uri (cran-uri "vioplot" version))
4473 (sha256
4474 (base32
4475 "0aiy615kn9lpr2cs757g3pklg81n01yhqh0wrwv111fn3cy86r0v"))))
4476 (build-system r-build-system)
4477 (propagated-inputs
4478 `(("r-sm" ,r-sm)
4479 ("r-zoo" ,r-zoo)))
4480 (native-inputs
4481 `(("r-knitr" ,r-knitr)))
4482 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
4483 (synopsis "Violin plot")
4484 (description
4485 "This package provides a violin plot, which is a combination of a box
4486 plot and a kernel density plot.")
4487 (license license:bsd-3)))
4488
4489 (define-public r-rsofia
4490 (package
4491 (name "r-rsofia")
4492 (version "1.1")
4493 (source (origin
4494 (method url-fetch)
4495 ;; This package has been removed from CRAN, so we can
4496 ;; only fetch it from the archives.
4497 (uri (string-append "https://cran.r-project.org/src/"
4498 "contrib/Archive/RSofia/RSofia_"
4499 version ".tar.gz"))
4500 (sha256
4501 (base32
4502 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
4503 (properties `((upstream-name . "RSofia")))
4504 (build-system r-build-system)
4505 (propagated-inputs
4506 `(("r-rcpp" ,r-rcpp)))
4507 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
4508 (synopsis "Port of sofia-ml to R")
4509 (description "This package is a port of sofia-ml to R. Sofia-ml is a
4510 suite of fast incremental algorithms for machine learning that can be used for
4511 training models for classification or ranking.")
4512 (license license:asl2.0)))
4513
4514 (define-public r-xts
4515 (package
4516 (name "r-xts")
4517 (version "0.12.1")
4518 (source
4519 (origin
4520 (method url-fetch)
4521 (uri (cran-uri "xts" version))
4522 (sha256
4523 (base32
4524 "0b6a7mpyk9aw6axas7nz01gadczprwwfhii01fz31z26z555i06n"))))
4525 (build-system r-build-system)
4526 (propagated-inputs `(("r-zoo" ,r-zoo)))
4527 (home-page "https://github.com/joshuaulrich/xts")
4528 (synopsis "Extensible time series")
4529 (description
4530 "This package provides for uniform handling of R's different time-based
4531 data classes by extending @code{zoo}, maximizing native format information
4532 preservation and allowing for user-level customization and extension, while
4533 simplifying cross-class interoperability.")
4534 (license license:gpl2+)))
4535
4536 (define-public r-performanceanalytics
4537 (package
4538 (name "r-performanceanalytics")
4539 (version "2.0.4")
4540 (source
4541 (origin
4542 (method url-fetch)
4543 (uri (cran-uri "PerformanceAnalytics" version))
4544 (sha256
4545 (base32
4546 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
4547 (properties
4548 `((upstream-name . "PerformanceAnalytics")))
4549 (build-system r-build-system)
4550 (propagated-inputs
4551 `(("r-quadprog" ,r-quadprog)
4552 ("r-xts" ,r-xts)
4553 ("r-zoo" ,r-zoo)))
4554 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
4555 (synopsis "Econometric tools for performance and risk analysis")
4556 (description "This is a collection of econometric functions for
4557 performance and risk analysis. This package aims to aid practitioners and
4558 researchers in utilizing the latest research in analysis of non-normal return
4559 streams. In general, it is most tested on return (rather than price) data on
4560 a regular scale, but most functions will work with irregular return data as
4561 well, and increasing numbers of functions will work with P&L or price data
4562 where possible.")
4563 ;; Either version may be picked.
4564 (license (list license:gpl2 license:gpl3))))
4565
4566 (define-public r-laeken
4567 (package
4568 (name "r-laeken")
4569 (version "0.5.1")
4570 (source
4571 (origin
4572 (method url-fetch)
4573 (uri (cran-uri "laeken" version))
4574 (sha256
4575 (base32
4576 "199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
4577 (build-system r-build-system)
4578 (propagated-inputs
4579 `(("r-boot" ,r-boot)
4580 ("r-mass" ,r-mass)))
4581 (home-page "https://cran.r-project.org/web/packages/laeken/")
4582 (synopsis "Estimation of indicators on social exclusion and poverty")
4583 (description "This package provides tools for the estimation of indicators
4584 on social exclusion and poverty, as well as an implementation of Pareto tail
4585 modeling for empirical income distributions.")
4586 (license license:gpl2+)))
4587
4588 (define-public r-vcd
4589 (package
4590 (name "r-vcd")
4591 (version "1.4-8")
4592 (source
4593 (origin
4594 (method url-fetch)
4595 (uri (cran-uri "vcd" version))
4596 (sha256
4597 (base32
4598 "030yyhpzsj4ivwrla7p9kgvmyjh6b8fr7czf678ykxjj64ccnvr3"))))
4599 (build-system r-build-system)
4600 (propagated-inputs
4601 `(("r-colorspace" ,r-colorspace)
4602 ("r-lmtest" ,r-lmtest)
4603 ("r-mass" ,r-mass)))
4604 (home-page "https://cran.r-project.org/web/packages/vcd/")
4605 (synopsis "Visualizing categorical data")
4606 (description "This package provides visualization techniques, data sets,
4607 summary and inference procedures aimed particularly at categorical data.
4608 Special emphasis is given to highly extensible grid graphics. The package was
4609 originally inspired by the book \"Visualizing Categorical Data\" by Michael
4610 Friendly and is now the main support package for a new book, \"Discrete Data
4611 Analysis with R\" by Michael Friendly and David Meyer (2015).")
4612 (license license:gpl2)))
4613
4614 (define-public r-ica
4615 (package
4616 (name "r-ica")
4617 (version "1.0-2")
4618 (source
4619 (origin
4620 (method url-fetch)
4621 (uri (cran-uri "ica" version))
4622 (sha256
4623 (base32
4624 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
4625 (build-system r-build-system)
4626 (home-page "https://cran.r-project.org/web/packages/ica/")
4627 (synopsis "Independent component analysis")
4628 (description "This package provides tools for @dfn{Independent Component
4629 Analysis} (ICA) using various algorithms: FastICA,
4630 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
4631 of Eigenmatrices} (JADE).")
4632 (license license:gpl2+)))
4633
4634 (define-public r-dtw
4635 (package
4636 (name "r-dtw")
4637 (version "1.22-3")
4638 (source
4639 (origin
4640 (method url-fetch)
4641 (uri (cran-uri "dtw" version))
4642 (sha256
4643 (base32
4644 "004gm4mzgdzdj807j3bwqsv5lizmnmz5jq514bdjshhkysnzjz6z"))))
4645 (build-system r-build-system)
4646 (propagated-inputs `(("r-proxy" ,r-proxy)))
4647 (home-page "http://dtw.r-forge.r-project.org/")
4648 (synopsis "Dynamic Time Warping Algorithms")
4649 (description "This package provides a comprehensive implementation of
4650 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
4651 optimal (least cumulative distance) alignment between points of two time
4652 series. Common DTW variants covered include local (slope) and global (window)
4653 constraints, subsequence matches, arbitrary distance definitions,
4654 normalizations, minimum variance matching, and so on.")
4655 (license license:gpl2+)))
4656
4657 (define-public r-sdmtools
4658 (package
4659 (name "r-sdmtools")
4660 (version "1.1-221.2")
4661 (source
4662 (origin
4663 (method url-fetch)
4664 (uri (cran-uri "SDMTools" version))
4665 (sha256
4666 (base32
4667 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
4668 (properties `((upstream-name . "SDMTools")))
4669 (build-system r-build-system)
4670 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
4671 (home-page "https://www.rforge.net/SDMTools/")
4672 (synopsis "Species distribution modelling tools")
4673 (description "This package provides a set of tools for post processing
4674 the outcomes of species distribution modeling exercises. It includes novel
4675 methods for comparing models and tracking changes in distributions through
4676 time. It further includes methods for visualizing outcomes, selecting
4677 thresholds, calculating measures of accuracy and landscape fragmentation
4678 statistics, etc.")
4679 (license license:gpl3+)))
4680
4681 (define-public r-scatterplot3d
4682 (package
4683 (name "r-scatterplot3d")
4684 (version "0.3-41")
4685 (source
4686 (origin
4687 (method url-fetch)
4688 (uri (cran-uri "scatterplot3d" version))
4689 (sha256
4690 (base32
4691 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
4692 (build-system r-build-system)
4693 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
4694 (synopsis "3D scatter plot")
4695 (description "This package provides an implementation of scatter plots for
4696 plotting. a three dimensional point cloud.")
4697 (license license:gpl2)))
4698
4699 (define-public r-ggridges
4700 (package
4701 (name "r-ggridges")
4702 (version "0.5.3")
4703 (source
4704 (origin
4705 (method url-fetch)
4706 (uri (cran-uri "ggridges" version))
4707 (sha256
4708 (base32
4709 "0bmlqy1p6rac90af97ffpdi6php7dblx66l2hcm8ljidgyqzmspm"))))
4710 (build-system r-build-system)
4711 (propagated-inputs
4712 `(("r-ggplot2" ,r-ggplot2)
4713 ("r-plyr" ,r-plyr)
4714 ("r-scales" ,r-scales)
4715 ("r-withr" ,r-withr)))
4716 (native-inputs
4717 `(("r-knitr" ,r-knitr)))
4718 (home-page "https://github.com/clauswilke/ggridges")
4719 (synopsis "Ridgeline plots in ggplot2")
4720 (description
4721 "Ridgeline plots provide a convenient way of visualizing changes in
4722 distributions over time or space. This package enables the creation of such
4723 plots in @code{ggplot2}.")
4724 (license license:gpl2)))
4725
4726 (define-public r-ggjoy
4727 (package
4728 (name "r-ggjoy")
4729 (version "0.4.1")
4730 (source
4731 (origin
4732 (method url-fetch)
4733 (uri (cran-uri "ggjoy" version))
4734 (sha256
4735 (base32
4736 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
4737 (build-system r-build-system)
4738 (propagated-inputs
4739 `(("r-ggplot2" ,r-ggplot2)
4740 ("r-ggridges" ,r-ggridges)))
4741 (home-page "https://github.com/clauswilke/ggjoy")
4742 (synopsis "Joyplots in ggplot2")
4743 (description "Joyplots provide a convenient way of visualizing changes in
4744 distributions over time or space. This package enables the creation of such
4745 plots in @code{ggplot2}.")
4746 (license license:gpl2)))
4747
4748 (define-public r-cli
4749 (package
4750 (name "r-cli")
4751 (version "2.3.0")
4752 (source
4753 (origin
4754 (method url-fetch)
4755 (uri (cran-uri "cli" version))
4756 (sha256
4757 (base32
4758 "128bx3bds0dnkixc4frbky11rz1ilnvdfzz9mggajj690i11b62q"))))
4759 (build-system r-build-system)
4760 (propagated-inputs
4761 `(("r-assertthat" ,r-assertthat)
4762 ("r-glue" ,r-glue)))
4763 (home-page "https://github.com/r-lib/cli#readme")
4764 (synopsis "Helpers for developing command line interfaces")
4765 (description "This package provides a suite of tools designed to build
4766 attractive command line interfaces (CLIs). It includes tools for drawing
4767 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
4768 (license license:expat)))
4769
4770 (define-public r-argparser
4771 (package
4772 (name "r-argparser")
4773 (version "0.6")
4774 (source
4775 (origin
4776 (method url-fetch)
4777 (uri (cran-uri "argparser" version))
4778 (sha256
4779 (base32
4780 "1pxiz9jlhlnpzqn1lz349r07i7glw708w202x6dlnxp112fg7k4x"))))
4781 (build-system r-build-system)
4782 (home-page "https://bitbucket.org/djhshih/argparser")
4783 (synopsis "Command-line argument parser")
4784 (description
4785 "This package provides a cross-platform command-line argument parser
4786 written purely in R with no external dependencies. It is useful with the
4787 Rscript front-end and facilitates turning an R script into an executable
4788 script.")
4789 (license license:gpl3+)))
4790
4791 (define-public r-debugme
4792 (package
4793 (name "r-debugme")
4794 (version "1.1.0")
4795 (source
4796 (origin
4797 (method url-fetch)
4798 (uri (cran-uri "debugme" version))
4799 (sha256
4800 (base32
4801 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
4802 (build-system r-build-system)
4803 (propagated-inputs `(("r-crayon" ,r-crayon)))
4804 (home-page "https://github.com/r-lib/debugme#readme")
4805 (synopsis "Debug R packages")
4806 (description
4807 "This package allows the user to specify debug messages as special string
4808 constants, and control debugging of packages via environment variables.")
4809 (license license:expat)))
4810
4811 (define-public r-processx
4812 (package
4813 (name "r-processx")
4814 (version "3.4.5")
4815 (source
4816 (origin
4817 (method url-fetch)
4818 (uri (cran-uri "processx" version))
4819 (sha256
4820 (base32 "055v2gdrgqsfy8s672wsq79bqr44b4jjmcbqivx4p2d6lqx10s73"))))
4821 (build-system r-build-system)
4822 (propagated-inputs
4823 `(("r-ps" ,r-ps)
4824 ("r-r6" ,r-r6)))
4825 (home-page "https://github.com/r-lib/processx3")
4826 (synopsis "Execute and control system processes")
4827 (description
4828 "This package provides portable tools to run system processes in the
4829 background. It can check if a background process is running; wait on a
4830 background process to finish; get the exit status of finished processes; kill
4831 background processes and their children; restart processes. It can read the
4832 standard output and error of the processes, using non-blocking connections.
4833 @code{processx} can poll a process for standard output or error, with a
4834 timeout. It can also poll several processes at once.")
4835 (license license:expat)))
4836
4837 (define-public r-tsp
4838 (package
4839 (name "r-tsp")
4840 (version "1.1-10")
4841 (source
4842 (origin
4843 (method url-fetch)
4844 (uri (cran-uri "TSP" version))
4845 (sha256
4846 (base32
4847 "0z1v6m0vqjzxc4az3zyjaayygx0jr3mdmc56jjd421iqh0b9z5s4"))))
4848 (properties `((upstream-name . "TSP")))
4849 (build-system r-build-system)
4850 (propagated-inputs `(("r-foreach" ,r-foreach)))
4851 (home-page "https://cran.r-project.org/web/packages/TSP/")
4852 (synopsis "Traveling salesperson problem (TSP)")
4853 (description "This package provides basic infrastructure and some
4854 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
4855 traveling salesman problem).")
4856 (license license:gpl3)))
4857
4858 (define-public r-qap
4859 (package
4860 (name "r-qap")
4861 (version "0.1-1")
4862 (source
4863 (origin
4864 (method url-fetch)
4865 (uri (cran-uri "qap" version))
4866 (sha256
4867 (base32
4868 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
4869 (build-system r-build-system)
4870 (native-inputs `(("gfortran" ,gfortran)))
4871 (home-page "https://cran.r-project.org/web/packages/qap/")
4872 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
4873 (description "This package implements heuristics for the @dfn{quadratic
4874 assignment problem} (QAP). Currently only a simulated annealing heuristic is
4875 available.")
4876 (license license:gpl3)))
4877
4878 (define-public r-gclus
4879 (package
4880 (name "r-gclus")
4881 (version "1.3.2")
4882 (source
4883 (origin
4884 (method url-fetch)
4885 (uri (cran-uri "gclus" version))
4886 (sha256
4887 (base32
4888 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
4889 (build-system r-build-system)
4890 (propagated-inputs `(("r-cluster" ,r-cluster)))
4891 (home-page "https://cran.r-project.org/web/packages/gclus/")
4892 (synopsis "Clustering graphics")
4893 (description "This package orders panels in scatterplot matrices and
4894 parallel coordinate displays by some merit index. It contains various indices
4895 of merit, ordering functions, and enhanced versions of @code{pairs} and
4896 @code{parcoord} which color panels according to their merit level.")
4897 (license license:gpl2+)))
4898
4899 (define-public r-webshot
4900 (package
4901 (name "r-webshot")
4902 (version "0.5.2")
4903 (source
4904 (origin
4905 (method url-fetch)
4906 (uri (cran-uri "webshot" version))
4907 (sha256
4908 (base32
4909 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
4910 (build-system r-build-system)
4911 (propagated-inputs
4912 `(("r-callr" ,r-callr)
4913 ("r-jsonlite" ,r-jsonlite)
4914 ("r-magrittr" ,r-magrittr)))
4915 (home-page "https://github.com/wch/webshot/")
4916 (synopsis "Take screenshots of web pages")
4917 (description
4918 "Webshot makes it easy to take screenshots of web pages from within R.
4919 It can also run Shiny applications locally and take screenshots of the
4920 application; and it can render and screenshot static as well as interactive R
4921 Markdown documents.")
4922 (license license:gpl2)))
4923
4924 (define-public r-seriation
4925 (package
4926 (name "r-seriation")
4927 (version "1.2-9")
4928 (source
4929 (origin
4930 (method url-fetch)
4931 (uri (cran-uri "seriation" version))
4932 (sha256
4933 (base32
4934 "1glxn098ar1v96xlwp85kjxzfd1nyfzp2f82x5z3fm87yv57k4lb"))))
4935 (build-system r-build-system)
4936 (propagated-inputs
4937 `(("r-cluster" ,r-cluster)
4938 ("r-colorspace" ,r-colorspace)
4939 ("r-dendextend" ,r-dendextend)
4940 ("r-gclus" ,r-gclus)
4941 ("r-gplots" ,r-gplots)
4942 ("r-mass" ,r-mass)
4943 ("r-qap" ,r-qap)
4944 ("r-registry" ,r-registry)
4945 ("r-tsp" ,r-tsp)))
4946 (native-inputs `(("gfortran" ,gfortran)))
4947 (home-page "https://s2.smu.edu/IDA/seriation/")
4948 (synopsis "Infrastructure for ordering objects using seriation")
4949 (description
4950 "This package provides infrastructure for seriation with an
4951 implementation of several seriation/sequencing techniques to reorder matrices,
4952 dissimilarity matrices, and dendrograms. It also provides (optimally)
4953 reordered heatmaps, color images and clustering visualizations like
4954 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
4955 iVAT).")
4956 (license license:gpl3)))
4957
4958 (define-public r-xfun
4959 (package
4960 (name "r-xfun")
4961 (version "0.21")
4962 (source
4963 (origin
4964 (method url-fetch)
4965 (uri (cran-uri "xfun" version))
4966 (sha256
4967 (base32 "18qjs81fn8q2d2drcan8gpgvrbgxgd0b659c92z19kg2h4c1g3k4"))))
4968 (build-system r-build-system)
4969 ;; knitr itself depends on xfun
4970 #;
4971 (native-inputs
4972 `(("r-knitr" ,r-knitr)))
4973 (home-page "https://github.com/yihui/xfun")
4974 (synopsis "Miscellaneous functions")
4975 (description
4976 "This package provides miscellaneous functions commonly used in other
4977 packages maintained by Yihui Xie.")
4978 (license license:expat)))
4979
4980 (define-public r-utf8
4981 (package
4982 (name "r-utf8")
4983 (version "1.1.4")
4984 (source
4985 (origin
4986 (method url-fetch)
4987 (uri (cran-uri "utf8" version))
4988 (sha256
4989 (base32
4990 "0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
4991 (build-system r-build-system)
4992 (home-page "https://github.com/patperry/r-utf8")
4993 (synopsis "Unicode text processing")
4994 (description
4995 "This package provides tools to process and print UTF-8 encoded
4996 international text (Unicode). Input, validate, normalize, encode, format, and
4997 display.")
4998 (license license:asl2.0)))
4999
5000 (define-public r-zeallot
5001 (package
5002 (name "r-zeallot")
5003 (version "0.1.0")
5004 (source
5005 (origin
5006 (method url-fetch)
5007 (uri (cran-uri "zeallot" version))
5008 (sha256
5009 (base32
5010 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
5011 (build-system r-build-system)
5012 (home-page "https://github.com/nteetor/zeallot")
5013 (synopsis "Multiple, unpacking, and destructuring assignment")
5014 (description
5015 "This package provides a @code{%<-%} operator to perform multiple,
5016 unpacking, and destructuring assignment in R. The operator unpacks the
5017 right-hand side of an assignment into multiple values and assigns these values
5018 to variables on the left-hand side of the assignment.")
5019 (license license:expat)))
5020
5021 (define-public r-vctrs
5022 (package
5023 (name "r-vctrs")
5024 (version "0.3.6")
5025 (source
5026 (origin
5027 (method url-fetch)
5028 (uri (cran-uri "vctrs" version))
5029 (sha256
5030 (base32
5031 "09ddxgzyah7lw42hn6n8fynsixf43s10jamsf94d2aidky63czfz"))))
5032 (build-system r-build-system)
5033 (propagated-inputs
5034 `(("r-digest" ,r-digest)
5035 ("r-ellipsis" ,r-ellipsis)
5036 ("r-glue" ,r-glue)
5037 ("r-rlang" ,r-rlang)))
5038 (native-inputs
5039 `(("r-knitr" ,r-knitr)))
5040 (home-page "https://github.com/r-lib/vctrs")
5041 (synopsis "Vector helpers")
5042 (description
5043 "There are three main goals to the @code{vctrs} package:
5044
5045 @enumerate
5046 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
5047 @code{length()} and @code{class()}. These definitions are paired with a
5048 framework for type-coercion and size-recycling.
5049 @item To define type- and size-stability as desirable function properties, use
5050 them to analyse existing base function, and to propose better alternatives.
5051 This work has been particularly motivated by thinking about the ideal
5052 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
5053 @item To provide a new @code{vctr} base class that makes it easy to create new
5054 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
5055 a few new @code{vctrs} generics, making implementation considerably simpler
5056 and more robust.
5057 @end enumerate\n")
5058 (license license:gpl3)))
5059
5060 (define-public r-pillar
5061 (package
5062 (name "r-pillar")
5063 (version "1.4.7")
5064 (source
5065 (origin
5066 (method url-fetch)
5067 (uri (cran-uri "pillar" version))
5068 (sha256
5069 (base32
5070 "167ji21fx04s2niw5pjq9vzxgagxzsg3gimh8dzr2kl5ljrb5vfd"))))
5071 (build-system r-build-system)
5072 (propagated-inputs
5073 `(("r-cli" ,r-cli)
5074 ("r-crayon" ,r-crayon)
5075 ("r-ellipsis" ,r-ellipsis)
5076 ("r-fansi" ,r-fansi)
5077 ("r-lifecycle" ,r-lifecycle)
5078 ("r-rlang" ,r-rlang)
5079 ("r-utf8" ,r-utf8)
5080 ("r-vctrs" ,r-vctrs)))
5081 (home-page "https://github.com/r-lib/pillar")
5082 (synopsis "Coloured formatting for columns")
5083 (description
5084 "This package provides a @code{pillar} generic designed for formatting
5085 columns of data using the full range of colours provided by modern
5086 terminals.")
5087 (license license:gpl3)))
5088
5089 (define-public r-uuid
5090 (package
5091 (name "r-uuid")
5092 (version "0.1-4")
5093 (source
5094 (origin
5095 (method url-fetch)
5096 (uri (cran-uri "uuid" version))
5097 (sha256
5098 (base32
5099 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
5100 (build-system r-build-system)
5101 (home-page "https://www.rforge.net/uuid")
5102 (synopsis "Tools for generating and handling of UUIDs")
5103 (description
5104 "This package provides tools for generating and handling of
5105 @dfn{Universally Unique Identifiers} (UUIDs).")
5106 (license license:expat)))
5107
5108 (define-public r-tinytex
5109 (package
5110 (name "r-tinytex")
5111 (version "0.29")
5112 (source
5113 (origin
5114 (method url-fetch)
5115 (uri (cran-uri "tinytex" version))
5116 (sha256
5117 (base32
5118 "0my1412vn5zri01w2myzn268lfwinbhfgdj4bbcib3s48i9djw0n"))))
5119 (build-system r-build-system)
5120 (propagated-inputs
5121 `(("r-xfun" ,r-xfun)))
5122 (home-page "https://github.com/yihui/tinytex")
5123 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
5124 (description
5125 "This package provides helper functions to install and maintain the LaTeX
5126 distribution named TinyTeX, a lightweight, cross-platform, portable, and
5127 easy-to-maintain version of TeX Live. This package also contains helper
5128 functions to compile LaTeX documents, and install missing LaTeX packages
5129 automatically.")
5130 (license license:expat)))
5131
5132 (define-public r-tinytest
5133 (package
5134 (name "r-tinytest")
5135 (version "1.2.4")
5136 (source
5137 (origin
5138 (method url-fetch)
5139 (uri (cran-uri "tinytest" version))
5140 (sha256
5141 (base32
5142 "1asryjrah3fj39gg0c6yxgpr142j5bg2n990v7q8r0a5pb8gcr45"))))
5143 (properties `((upstream-name . "tinytest")))
5144 (build-system r-build-system)
5145 (home-page "https://github.com/markvanderloo/tinytest")
5146 (synopsis "Lightweight unit testing framework")
5147 (description
5148 "This package provides a lightweight unit testing framework. Main
5149 features:
5150
5151 @enumerate
5152 @item install tests with the package;
5153 @item test results are treated as data that can be stored and manipulated;
5154 @item test files are R scripts interspersed with test commands, that can be
5155 programmed over;
5156 @item fully automated build-install-test sequence for packages;
5157 @item skip tests when not run locally (e.g. on CRAN);
5158 @item flexible and configurable output printing;
5159 @item compare computed output with output stored with the package;
5160 @item run tests in parallel;
5161 @item extensible by other packages;
5162 @item report side effects.
5163 @end enumerate
5164 ")
5165 (license license:gpl3)))
5166
5167 (define-public r-network
5168 (package
5169 (name "r-network")
5170 (version "1.16.1")
5171 (source
5172 (origin
5173 (method url-fetch)
5174 (uri (cran-uri "network" version))
5175 (sha256
5176 (base32
5177 "1cgy7vlbinyndl0zkzvnpcmi240wry6iwfb42sz1mj5c9iwkar7b"))))
5178 (build-system r-build-system)
5179 (propagated-inputs
5180 `(("r-magrittr" ,r-magrittr)
5181 ("r-tibble" ,r-tibble)))
5182 (home-page "https://statnet.org/")
5183 (synopsis "Classes for relational data")
5184 (description
5185 "This package provides tools to create and modify network objects. The
5186 @code{network} class can represent a range of relational data types, and
5187 supports arbitrary vertex/edge/graph attributes.")
5188 (license license:gpl2+)))
5189
5190 (define-public r-stabs
5191 (package
5192 (name "r-stabs")
5193 (version "0.6-4")
5194 (source
5195 (origin
5196 (method url-fetch)
5197 (uri (cran-uri "stabs" version))
5198 (sha256
5199 (base32
5200 "1nf1yg14cgxrs4np1yghpzw1nczaslfv3rvf3918wrlzg0vp6l7q"))))
5201 (build-system r-build-system)
5202 (native-inputs
5203 `(("r-knitr" ,r-knitr)))
5204 (home-page "https://github.com/hofnerb/stabs")
5205 (synopsis "Stability selection with error control")
5206 (description
5207 "This package provides resampling procedures to assess the stability of
5208 selected variables with additional finite sample error control for
5209 high-dimensional variable selection procedures such as Lasso or boosting.
5210 Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
5211 complementary pairs stability selection with improved error bounds
5212 (Shah & Samworth, 2013) are implemented. The package can be combined with
5213 arbitrary user specified variable selection approaches.")
5214 (license license:gpl2)))
5215
5216 (define-public r-rle
5217 (package
5218 (name "r-rle")
5219 (version "0.9.2")
5220 (source
5221 (origin
5222 (method url-fetch)
5223 (uri (cran-uri "rle" version))
5224 (sha256
5225 (base32
5226 "0sagl0jggg40lihzy7pfq4593rfvc3b3f7g6ggi85s7n18qvwg40"))))
5227 (properties `((upstream-name . "rle")))
5228 (build-system r-build-system)
5229 (home-page "https://cran.r-project.org/web/packages/rle/")
5230 (synopsis "Common functions for run-length encoded vectors")
5231 (description
5232 "This package provides common @code{base} and @code{stats} methods for
5233 @code{rle} objects, aiming to make it possible to treat them transparently as
5234 vectors.")
5235 (license license:gpl3)))
5236
5237 (define-public r-statnet-common
5238 (package
5239 (name "r-statnet-common")
5240 (version "4.4.1")
5241 (source
5242 (origin
5243 (method url-fetch)
5244 (uri (cran-uri "statnet.common" version))
5245 (sha256
5246 (base32
5247 "1z89an46xcl1d7dacj4irhk6pkajdz7v85b2347vczwdf622pksf"))))
5248 (properties
5249 `((upstream-name . "statnet.common")))
5250 (build-system r-build-system)
5251 (propagated-inputs
5252 `(("r-coda" ,r-coda)
5253 ("r-rle" ,r-rle)))
5254 (home-page "https://statnet.org")
5255 (synopsis "R scripts and utilities used by the Statnet software")
5256 (description "This package provides non-statistical utilities used by the
5257 software developed by the Statnet Project.")
5258 (license license:gpl3)))
5259
5260 (define-public r-statcheck
5261 (package
5262 (name "r-statcheck")
5263 (version "1.3.0")
5264 (source
5265 (origin
5266 (method url-fetch)
5267 (uri (cran-uri "statcheck" version))
5268 (sha256
5269 (base32
5270 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
5271 (build-system r-build-system)
5272 (propagated-inputs
5273 `(("r-ggplot2" ,r-ggplot2)
5274 ("r-plyr" ,r-plyr)
5275 ("r-rmarkdown" ,r-rmarkdown)))
5276 (home-page "https://cran.r-project.org/web/packages/statcheck/")
5277 (synopsis "Extract statistics from articles and recompute p-values")
5278 (description "This package can automatically extract statistical
5279 null-hypothesis significant testing (NHST) results from articles and recompute
5280 the p-values based on the reported test statistic and degrees of freedom to
5281 detect possible inconsistencies.")
5282 (license license:gpl2)))
5283
5284 (define-public r-sna
5285 (package
5286 (name "r-sna")
5287 (version "2.6")
5288 (source
5289 (origin
5290 (method url-fetch)
5291 (uri (cran-uri "sna" version))
5292 (sha256
5293 (base32
5294 "0ai0v4538d30m4wks5s3lch1yfmx1ml0nnrz7ihs097lv586a09s"))))
5295 (build-system r-build-system)
5296 (propagated-inputs
5297 `(("r-network" ,r-network)
5298 ("r-statnet-common" ,r-statnet-common)))
5299 (home-page "https://statnet.org")
5300 (synopsis "Tools for social network analysis")
5301 (description
5302 "This package provides a range of tools for social network analysis,
5303 including node and graph-level indices, structural distance and covariance
5304 methods, structural equivalence detection, network regression, random graph
5305 generation, and 2D/3D network visualization.")
5306 (license license:gpl2+)))
5307
5308 (define-public r-tfisher
5309 (package
5310 (name "r-tfisher")
5311 (version "0.2.0")
5312 (source
5313 (origin
5314 (method url-fetch)
5315 (uri (cran-uri "TFisher" version))
5316 (sha256
5317 (base32
5318 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
5319 (properties `((upstream-name . "TFisher")))
5320 (build-system r-build-system)
5321 (propagated-inputs
5322 `(("r-matrix" ,r-matrix)
5323 ("r-mvtnorm" ,r-mvtnorm)
5324 ("r-sn" ,r-sn)))
5325 (home-page "https://cran.r-project.org/web/packages/TFisher/")
5326 (synopsis "Optimal thresholding Fisher's p-value combination method")
5327 (description
5328 "This package provides the @dfn{cumulative distribution function} (CDF),
5329 quantile, and statistical power calculator for a collection of thresholding
5330 Fisher's p-value combination methods, including Fisher's p-value combination
5331 method, truncated product method and, in particular, soft-thresholding
5332 Fisher's p-value combination method which is proven to be optimal in some
5333 context of signal detection. The p-value calculator for the omnibus version
5334 of these tests are also included.")
5335 (license license:gpl2)))
5336
5337 (define-public r-ttr
5338 (package
5339 (name "r-ttr")
5340 (version "0.24.2")
5341 (source
5342 (origin
5343 (method url-fetch)
5344 (uri (cran-uri "TTR" version))
5345 (sha256
5346 (base32
5347 "06vicgbhwpsww09hhha5mbcd0cwip6cvkfbhjjhp950rv64bk1r5"))))
5348 (properties `((upstream-name . "TTR")))
5349 (build-system r-build-system)
5350 (propagated-inputs
5351 `(("r-curl" ,r-curl)
5352 ("r-xts" ,r-xts)
5353 ("r-zoo" ,r-zoo)))
5354 (home-page "https://github.com/joshuaulrich/TTR")
5355 (synopsis "Technical trading rules")
5356 (description
5357 "This package provides functions and data to construct technical trading
5358 rules with R.")
5359 (license license:gpl2)))
5360
5361 (define-public r-leaps
5362 (package
5363 (name "r-leaps")
5364 (version "3.1")
5365 (source
5366 (origin
5367 (method url-fetch)
5368 (uri (cran-uri "leaps" version))
5369 (sha256
5370 (base32
5371 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
5372 (build-system r-build-system)
5373 (native-inputs `(("gfortran" ,gfortran)))
5374 (home-page "https://cran.r-project.org/web/packages/leaps/")
5375 (synopsis "Regression subset selection")
5376 (description
5377 "This package provides tools for regression subset selection, including
5378 exhaustive search.")
5379 (license license:gpl2+)))
5380
5381 (define-public r-splus2r
5382 (package
5383 (name "r-splus2r")
5384 (version "1.3-3")
5385 (source
5386 (origin
5387 (method url-fetch)
5388 (uri (cran-uri "splus2R" version))
5389 (sha256
5390 (base32
5391 "035zd22zcpkh74rik9ws6g8al6vjz7jgrqs5si361bzb5n290p3x"))))
5392 (properties `((upstream-name . "splus2R")))
5393 (build-system r-build-system)
5394 (home-page "https://cran.r-project.org/web/packages/splus2R/")
5395 (synopsis "Supplemental S-PLUS functionality in R")
5396 (description
5397 "Currently there are many functions in S-PLUS that are missing in R. To
5398 facilitate the conversion of S-PLUS packages to R packages, this package
5399 provides some missing S-PLUS functionality in R.")
5400 (license license:gpl2)))
5401
5402 (define-public r-ifultools
5403 (package
5404 (name "r-ifultools")
5405 (version "2.0-22")
5406 (source
5407 (origin
5408 (method url-fetch)
5409 (uri (cran-uri "ifultools" version))
5410 (sha256
5411 (base32
5412 "0f95vqc47dgssqngznk0rclr72ndbyxc7gdq2cmbksvq7qpn3gg1"))))
5413 (build-system r-build-system)
5414 (propagated-inputs
5415 `(("r-mass" ,r-mass)
5416 ("r-splus2r" ,r-splus2r)))
5417 (home-page "https://cran.r-project.org/web/packages/ifultools/")
5418 (synopsis "Insightful research tools")
5419 (description "This package provides C code used by the wmtsa, fractal, and
5420 sapa R packages.")
5421 (license license:gpl2)))
5422
5423 (define-public r-sapa
5424 (package
5425 (name "r-sapa")
5426 (version "2.0-2")
5427 (source
5428 (origin
5429 (method url-fetch)
5430 (uri (cran-uri "sapa" version))
5431 (sha256
5432 (base32
5433 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
5434 (build-system r-build-system)
5435 (propagated-inputs
5436 `(("r-ifultools" ,r-ifultools)
5437 ("r-splus2r" ,r-splus2r)))
5438 (home-page "https://cran.r-project.org/web/packages/sapa/")
5439 (synopsis "Spectral analysis for physical applications")
5440 (description "This package provides software for the book Spectral
5441 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
5442 Cambridge University Press, 1993.")
5443 (license license:gpl2)))
5444
5445 (define-public r-aggregation
5446 (package
5447 (name "r-aggregation")
5448 (version "1.0.1")
5449 (source
5450 (origin
5451 (method url-fetch)
5452 (uri (cran-uri "aggregation" version))
5453 (sha256
5454 (base32
5455 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
5456 (build-system r-build-system)
5457 (home-page "https://cran.r-project.org/web/packages/aggregation/")
5458 (synopsis "Methods for p-value aggregation")
5459 (description
5460 "This package contains functionality for performing the following methods
5461 of p-value aggregation: Fisher's method, the Lancaster method (weighted
5462 Fisher's method), and Sidak correction.")
5463 (license license:gpl3)))
5464
5465 (define-public r-quantmod
5466 (package
5467 (name "r-quantmod")
5468 (version "0.4.18")
5469 (source
5470 (origin
5471 (method url-fetch)
5472 (uri (cran-uri "quantmod" version))
5473 (sha256
5474 (base32
5475 "0dbcrncv06iqcbkky95dd7l32xq0hhbnkb0kj8wwzym1jf748h5a"))))
5476 (build-system r-build-system)
5477 (propagated-inputs
5478 `(("r-curl" ,r-curl)
5479 ("r-ttr" ,r-ttr)
5480 ("r-xts" ,r-xts)
5481 ("r-zoo" ,r-zoo)))
5482 (home-page "https://cran.r-project.org/web/packages/quantmod/")
5483 (synopsis "Quantitative financial modelling framework")
5484 (description "This package provides a quantitative financial modelling
5485 framework to allow users to specify, build, trade, and analyse quantitative
5486 financial trading strategies.")
5487 (license license:gpl3)))
5488
5489 (define-public r-tseries
5490 (package
5491 (name "r-tseries")
5492 (version "0.10-48")
5493 (source
5494 (origin
5495 (method url-fetch)
5496 (uri (cran-uri "tseries" version))
5497 (sha256
5498 (base32
5499 "0wa4rcf0igayi1yrwc6wak6d491560p0z89rz32haqlkiiq25gak"))))
5500 (build-system r-build-system)
5501 (propagated-inputs
5502 `(("r-quadprog" ,r-quadprog)
5503 ("r-quantmod" ,r-quantmod)
5504 ("r-zoo" ,r-zoo)))
5505 (native-inputs
5506 `(("gfortran" ,gfortran)))
5507 (home-page "https://cran.r-project.org/web/packages/tseries/")
5508 (synopsis "Time series analysis and computational finance")
5509 (description
5510 "This package provides functions relating to time series analysis and
5511 computational finance.")
5512 (license license:gpl2)))
5513
5514 (define-public r-wmtsa
5515 (package
5516 (name "r-wmtsa")
5517 (version "2.0-3")
5518 (source
5519 (origin
5520 (method url-fetch)
5521 (uri (cran-uri "wmtsa" version))
5522 (sha256
5523 (base32
5524 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
5525 (build-system r-build-system)
5526 (propagated-inputs
5527 `(("r-ifultools" ,r-ifultools)
5528 ("r-mass" ,r-mass)
5529 ("r-splus2r" ,r-splus2r)))
5530 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
5531 (synopsis "Wavelet methods for time series analysis")
5532 (description
5533 "This package provides software to accompany the book \"Wavelet Methods
5534 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
5535 University Press, 2000.")
5536 (license license:gpl2)))
5537
5538 (define-public r-tsa
5539 (package
5540 (name "r-tsa")
5541 (version "1.3")
5542 (source
5543 (origin
5544 (method url-fetch)
5545 (uri (cran-uri "TSA" version))
5546 (sha256
5547 (base32
5548 "1bv5q609lhmrcxnjnvcj497fbjlv89zwa8q918hw4iki5nkvwwdb"))))
5549 (properties `((upstream-name . "TSA")))
5550 (build-system r-build-system)
5551 (propagated-inputs
5552 `(("r-leaps" ,r-leaps)
5553 ("r-locfit" ,r-locfit)
5554 ("r-mgcv" ,r-mgcv)
5555 ("r-tseries" ,r-tseries)))
5556 (home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
5557 (synopsis "Time series analysis")
5558 (description
5559 "This package contains R functions and datasets detailed in the book
5560 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
5561 Cryer and Kung-Sik Chan.")
5562 (license license:gpl2+)))
5563
5564 (define-public r-extradistr
5565 (package
5566 (name "r-extradistr")
5567 (version "1.9.1")
5568 (source
5569 (origin
5570 (method url-fetch)
5571 (uri (cran-uri "extraDistr" version))
5572 (sha256
5573 (base32
5574 "1gypnbvdzczl0mvznvy8r7hzsvc5gvdvi2mmzj21cqdw9n63944r"))))
5575 (properties `((upstream-name . "extraDistr")))
5576 (build-system r-build-system)
5577 (propagated-inputs
5578 `(("r-rcpp" ,r-rcpp)))
5579 (home-page "https://github.com/twolodzko/extraDistr")
5580 (synopsis "Additional univariate and multivariate distributions")
5581 (description
5582 "This package implements density, distribution functions, quantile
5583 functions and random generation functions for a large number of univariate and
5584 multivariate distributions.")
5585 (license license:gpl2)))
5586
5587 (define-public r-fractal
5588 (package
5589 (name "r-fractal")
5590 (version "2.0-4")
5591 (source
5592 (origin
5593 (method url-fetch)
5594 (uri (cran-uri "fractal" version))
5595 (sha256
5596 (base32
5597 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
5598 (build-system r-build-system)
5599 (propagated-inputs
5600 `(("r-ifultools" ,r-ifultools)
5601 ("r-mass" ,r-mass)
5602 ("r-sapa" ,r-sapa)
5603 ("r-scatterplot3d" ,r-scatterplot3d)
5604 ("r-splus2r" ,r-splus2r)
5605 ("r-wmtsa" ,r-wmtsa)))
5606 (home-page "https://cran.r-project.org/web/packages/fractal/")
5607 (synopsis "Fractal time series modeling and analysis")
5608 (description
5609 "This package provides tools for stochastic fractal and deterministic
5610 chaotic time series analysis.")
5611 (license license:gpl2)))
5612
5613 (define-public r-urca
5614 (package
5615 (name "r-urca")
5616 (version "1.3-0")
5617 (source
5618 (origin
5619 (method url-fetch)
5620 (uri (cran-uri "urca" version))
5621 (sha256
5622 (base32
5623 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
5624 (build-system r-build-system)
5625 (propagated-inputs `(("r-nlme" ,r-nlme)))
5626 (native-inputs `(("gfortran" ,gfortran)))
5627 (home-page "https://cran.r-project.org/web/packages/urca/")
5628 (synopsis "Unit root and cointegration tests for time series data")
5629 (description
5630 "This package provides unit root and cointegration tests encountered in
5631 applied econometric analysis.")
5632 (license license:gpl2+)))
5633
5634 (define-public r-cubature
5635 (package
5636 (name "r-cubature")
5637 (version "2.0.4.1")
5638 (source
5639 (origin
5640 (method url-fetch)
5641 (uri (cran-uri "cubature" version))
5642 (sha256
5643 (base32
5644 "006la36gxdikvmdnq4ny7ik7r30id4z3b3fqsl57dpqwkpsbsgrq"))))
5645 (build-system r-build-system)
5646 (propagated-inputs
5647 `(("r-rcpp" ,r-rcpp)))
5648 (native-inputs
5649 `(("r-knitr" ,r-knitr)))
5650 (home-page "https://github.com/bnaras/cubature")
5651 (synopsis "Adaptive multivariate integration over hypercubes")
5652 (description
5653 "This package is an R wrapper around the cubature C library for adaptive
5654 multivariate integration over hypercubes. This version provides both
5655 @code{hcubature} and @code{pcubature} routines in addition to a vector
5656 interface.")
5657 ;; The included cubature C library is released under GPLv2+, but the
5658 ;; wrapper declares the license to be GPLv3+.
5659 (license (list license:gpl2+ license:gpl3+))))
5660
5661 (define-public r-trend
5662 (package
5663 (name "r-trend")
5664 (version "1.1.4")
5665 (source
5666 (origin
5667 (method url-fetch)
5668 (uri (cran-uri "trend" version))
5669 (sha256
5670 (base32
5671 "1mr5g5gaxiqj6x83ngcbwwh57vhrhcz0x9dh0rmvs9y2ivk29ccs"))))
5672 (build-system r-build-system)
5673 (propagated-inputs
5674 `(("r-extradistr" ,r-extradistr)))
5675 (native-inputs
5676 `(("gfortran" ,gfortran)))
5677 (home-page "https://cran.r-project.org/web/packages/trend/")
5678 (synopsis "Non-parametric trend tests and change-point detection")
5679 (description
5680 "The analysis of environmental data often requires the detection of
5681 trends and change-points. This package includes tests for trend
5682 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
5683 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
5684 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
5685 correlation trend test), change-point detection (Lanzante's test procedures,
5686 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
5687 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
5688 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
5689 sample Robust Rank-Order Distributional Test.")
5690 (license license:gpl3)))
5691
5692 (define-public r-expm
5693 (package
5694 (name "r-expm")
5695 (version "0.999-6")
5696 (source
5697 (origin
5698 (method url-fetch)
5699 (uri (cran-uri "expm" version))
5700 (sha256
5701 (base32
5702 "1p5dapwv8ycxaysgi6imnby04i4kh1c5a2czqa4wygz0s8pr2y9c"))))
5703 (build-system r-build-system)
5704 (propagated-inputs `(("r-matrix" ,r-matrix)))
5705 (native-inputs `(("gfortran" ,gfortran)))
5706 (home-page "https://r-forge.r-project.org/projects/expm/")
5707 (synopsis "Tools for matrix exponentials and related quantities")
5708 (description
5709 "This package provides tools for the computation of the matrix
5710 exponential, logarithm, square root, and related quantities.")
5711 (license license:gpl2+)))
5712
5713 (define-public r-complexplus
5714 (package
5715 (name "r-complexplus")
5716 (version "2.1")
5717 (source
5718 (origin
5719 (method url-fetch)
5720 (uri (cran-uri "complexplus" version))
5721 (sha256
5722 (base32
5723 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
5724 (build-system r-build-system)
5725 (propagated-inputs
5726 `(("r-expm" ,r-expm)
5727 ("r-matrix" ,r-matrix)))
5728 (home-page "https://cran.r-project.org/web/packages/complexplus/")
5729 (synopsis "Functions of complex or real variables")
5730 (description
5731 "This package extends several functions to the complex domain, including
5732 the matrix exponential and logarithm, and the determinant.")
5733 (license license:gpl2)))
5734
5735 (define-public r-phontools
5736 (package
5737 (name "r-phontools")
5738 (version "0.2-2.1")
5739 (source
5740 (origin
5741 (method url-fetch)
5742 (uri (cran-uri "phonTools" version))
5743 (sha256
5744 (base32
5745 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
5746 (properties `((upstream-name . "phonTools")))
5747 (build-system r-build-system)
5748 (home-page "http://www.santiagobarreda.com/rscripts.html")
5749 (synopsis "Tools for phonetic and acoustic analyses")
5750 (description
5751 "This package contains tools for the organization, display, and analysis
5752 of the sorts of data frequently encountered in phonetics research and
5753 experimentation, including the easy creation of IPA vowel plots, and the
5754 creation and manipulation of WAVE audio files.")
5755 (license license:bsd-2)))
5756
5757 (define-public r-np
5758 (package
5759 (name "r-np")
5760 (version "0.60-10")
5761 (source
5762 (origin
5763 (method url-fetch)
5764 (uri (cran-uri "np" version))
5765 (sha256
5766 (base32
5767 "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
5768 (build-system r-build-system)
5769 (propagated-inputs
5770 `(("r-boot" ,r-boot)
5771 ("r-cubature" ,r-cubature)
5772 ("r-quadprog" ,r-quadprog)
5773 ("r-quantreg" ,r-quantreg)))
5774 (home-page "https://github.com/JeffreyRacine/R-Package-np")
5775 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
5776 (description "This package provides non-parametric (and semi-parametric)
5777 kernel methods that seamlessly handle a mix of continuous, unordered, and
5778 ordered factor data types.")
5779 ;; Any version of the GPL.
5780 (license license:gpl3+)))
5781
5782 (define-public r-powerplus
5783 (package
5784 (name "r-powerplus")
5785 (version "3.1")
5786 (source
5787 (origin
5788 (method url-fetch)
5789 (uri (cran-uri "powerplus" version))
5790 (sha256
5791 (base32
5792 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
5793 (build-system r-build-system)
5794 (propagated-inputs
5795 `(("r-complexplus" ,r-complexplus)
5796 ("r-expm" ,r-expm)
5797 ("r-mass" ,r-mass)
5798 ("r-matrix" ,r-matrix)
5799 ("r-phontools" ,r-phontools)))
5800 (home-page "https://cran.r-project.org/web/packages/powerplus/")
5801 (synopsis "Exponentiation operations")
5802 (description
5803 "This package provides tools for the computation of matrix and scalar
5804 exponentiation.")
5805 (license license:gpl2)))
5806
5807 (define-public r-egg
5808 (package
5809 (name "r-egg")
5810 (version "0.4.5")
5811 (source
5812 (origin
5813 (method url-fetch)
5814 (uri (cran-uri "egg" version))
5815 (sha256
5816 (base32
5817 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
5818 (properties `((upstream-name . "egg")))
5819 (build-system r-build-system)
5820 (propagated-inputs
5821 `(("r-ggplot2" ,r-ggplot2)
5822 ("r-gridextra" ,r-gridextra)
5823 ("r-gtable" ,r-gtable)))
5824 (home-page "https://cran.r-project.org/web/packages/egg")
5825 (synopsis "Extensions for ggplot2")
5826 (description
5827 "This package provides miscellaneous functions to help customize ggplot2
5828 objects. High-level functions are provided to post-process ggplot2 layouts
5829 and allow alignment between plot panels, as well as setting panel sizes to
5830 fixed values. Other functions include a custom @code{geom}, and helper
5831 functions to enforce symmetric scales or add tags to facetted plots.")
5832 (license license:gpl3)))
5833
5834 (define-public r-heatmaply
5835 (package
5836 (name "r-heatmaply")
5837 (version "1.2.1")
5838 (source
5839 (origin
5840 (method url-fetch)
5841 (uri (cran-uri "heatmaply" version))
5842 (sha256
5843 (base32
5844 "0hspfkninwy62sf8gkdcsvwnvl66bbnjs2dpah9rr95a3rsgdp9d"))))
5845 (build-system r-build-system)
5846 (propagated-inputs
5847 `(("r-assertthat" ,r-assertthat)
5848 ("r-colorspace" ,r-colorspace)
5849 ("r-dendextend" ,r-dendextend)
5850 ("r-egg" ,r-egg)
5851 ("r-ggplot2" ,r-ggplot2)
5852 ("r-htmlwidgets" ,r-htmlwidgets)
5853 ("r-magrittr" ,r-magrittr)
5854 ("r-plotly" ,r-plotly)
5855 ("r-rcolorbrewer" ,r-rcolorbrewer)
5856 ("r-reshape2" ,r-reshape2)
5857 ("r-scales" ,r-scales)
5858 ("r-seriation" ,r-seriation)
5859 ("r-viridis" ,r-viridis)
5860 ("r-webshot" ,r-webshot)))
5861 (native-inputs
5862 `(("r-knitr" ,r-knitr)))
5863 (home-page "https://cran.r-project.org/package=heatmaply")
5864 (synopsis "Interactive cluster heat maps using plotly")
5865 (description
5866 "This package enables you to create interactive cluster heatmaps that can
5867 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
5868 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
5869 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
5870 a popular graphical method for visualizing high-dimensional data, in which a
5871 table of numbers is encoded as a grid of colored cells. The rows and columns
5872 of the matrix are ordered to highlight patterns and are often accompanied by
5873 dendrograms.")
5874 ;; Either version of the license.
5875 (license (list license:gpl2 license:gpl3))))
5876
5877 (define-public r-h5
5878 (package
5879 (name "r-h5")
5880 (version "0.9.9")
5881 (source
5882 (origin
5883 (method url-fetch)
5884 (uri (cran-uri "h5" version))
5885 (sha256
5886 (base32
5887 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
5888 (build-system r-build-system)
5889 (inputs
5890 `(("zlib" ,zlib)
5891 ("hdf5" ,hdf5)))
5892 (native-inputs
5893 `(("which" ,which)))
5894 (propagated-inputs
5895 `(("r-rcpp" ,r-rcpp)))
5896 (home-page "https://github.com/mannau/h5")
5897 (synopsis "Interface to the HDF5 Library")
5898 (description
5899 "This package provides an S4 interface to the HDF5 library supporting
5900 fast storage and retrieval of R-objects like vectors, matrices and arrays to
5901 binary files in a language independent format. The HDF5 format can therefore
5902 be used as an alternative to R's save/load mechanism. Since h5 is able to
5903 access only subsets of stored data it can also handle data sets which do not
5904 fit into memory.")
5905 (license license:bsd-2)))
5906
5907 (define-public r-cgdsr
5908 (package
5909 (name "r-cgdsr")
5910 (version "1.3.0")
5911 (source
5912 (origin
5913 (method url-fetch)
5914 (uri (cran-uri "cgdsr" version))
5915 (sha256
5916 (base32
5917 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
5918 (build-system r-build-system)
5919 (propagated-inputs
5920 `(("r-httr" ,r-httr)
5921 ("r-r-methodss3" ,r-r-methodss3)
5922 ("r-r-oo" ,r-r-oo)))
5923 (home-page "https://github.com/cBioPortal/cgdsr")
5924 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
5925 (description
5926 "This package provides a basic set of R functions for querying the Cancer
5927 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
5928 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
5929 (license license:lgpl3)))
5930
5931 (define-public r-import
5932 (package
5933 (name "r-import")
5934 (version "1.2.0")
5935 (source
5936 (origin
5937 (method url-fetch)
5938 (uri (cran-uri "import" version))
5939 (sha256
5940 (base32
5941 "018s0x224gqnv4cjfh0fwliyfg6ma9vslmwybrlizfsmqcc5wp37"))))
5942 (build-system r-build-system)
5943 (native-inputs
5944 `(("r-knitr" ,r-knitr)))
5945 (home-page "https://github.com/smbache/import")
5946 (synopsis "Import mechanism for R")
5947 (description
5948 "This is an alternative mechanism for importing objects from packages.
5949 The syntax allows for importing multiple objects from a package with a single
5950 command in an expressive way. The import package bridges some of the gap
5951 between using @code{library} (or @code{require}) and direct (single-object)
5952 imports. Furthermore the imported objects are not placed in the current
5953 environment. It is also possible to import objects from stand-alone @code{.R}
5954 files.")
5955 (license license:expat)))
5956
5957 (define-public r-shinyace
5958 (package
5959 (name "r-shinyace")
5960 (version "0.4.1")
5961 (source
5962 (origin
5963 (method url-fetch)
5964 (uri (cran-uri "shinyAce" version))
5965 (sha256
5966 (base32
5967 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
5968 (properties `((upstream-name . "shinyAce")))
5969 (build-system r-build-system)
5970 (propagated-inputs
5971 `(("r-shiny" ,r-shiny)
5972 ("r-jsonlite" ,r-jsonlite)))
5973 (home-page "https://cran.r-project.org/web/packages/shinyAce/")
5974 (synopsis "Ace editor bindings for Shiny")
5975 (description
5976 "This package provides Ace editor bindings to enable a rich text editing
5977 environment within Shiny.")
5978 (license license:expat)))
5979
5980 (define-public r-randomizr
5981 (package
5982 (name "r-randomizr")
5983 (version "0.20.0")
5984 (source
5985 (origin
5986 (method url-fetch)
5987 (uri (cran-uri "randomizr" version))
5988 (sha256
5989 (base32
5990 "0dljyfldnardaps3fq6vi5wcs9x6qfaq5apapa78c51lnaa6fn9h"))))
5991 (properties `((upstream-name . "randomizr")))
5992 (build-system r-build-system)
5993 (native-inputs
5994 `(("r-knitr" ,r-knitr)))
5995 (home-page "https://declaredesign.org/r/randomizr/")
5996 (synopsis "Tools for common forms of random assignment and sampling")
5997 (description
5998 "This package provides tools for generating random assignments for common
5999 experimental designs and random samples for common sampling designs.")
6000 (license license:expat)))
6001
6002 (define-public r-base64url
6003 (package
6004 (name "r-base64url")
6005 (version "1.4")
6006 (source
6007 (origin
6008 (method url-fetch)
6009 (uri (cran-uri "base64url" version))
6010 (sha256
6011 (base32
6012 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
6013 (build-system r-build-system)
6014 (propagated-inputs
6015 `(("r-backports" ,r-backports)))
6016 (home-page "https://github.com/mllg/base64url")
6017 (synopsis "Fast and URL-safe base64 encoder and decoder")
6018 (description
6019 "This package provides a URL-safe base64 encoder and decoder. In
6020 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
6021 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
6022 encoder does not fill the string with trailing @code{=}. The resulting
6023 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
6024 and thus are safe to use in URLs or for file names. The package also comes
6025 with a simple base32 encoder/decoder suited for case insensitive file
6026 systems.")
6027 (license license:gpl3)))
6028
6029 (define-public r-radiant-data
6030 (package
6031 (name "r-radiant-data")
6032 (version "1.3.12")
6033 (source
6034 (origin
6035 (method url-fetch)
6036 (uri (cran-uri "radiant.data" version))
6037 (sha256
6038 (base32
6039 "08bqqrfvpgyf613ikihwfnzb23l23f5nfs7zynnxbjxc1zfhbpny"))
6040 (modules '((guix build utils)))
6041 (snippet
6042 '(begin
6043 ;; Delete files that are under CC-NC-SA.
6044 (delete-file-recursively "inst/app/tools/help")
6045 #t))))
6046 (properties `((upstream-name . "radiant.data")))
6047 (build-system r-build-system)
6048 (propagated-inputs
6049 `(("r-base64enc" ,r-base64enc)
6050 ("r-broom" ,r-broom)
6051 ("r-car" ,r-car)
6052 ("r-curl" ,r-curl)
6053 ("r-dplyr" ,r-dplyr)
6054 ("r-dt" ,r-dt)
6055 ("r-glue" ,r-glue)
6056 ("r-ggplot2" ,r-ggplot2)
6057 ("r-import" ,r-import)
6058 ("r-jsonlite" ,r-jsonlite)
6059 ("r-knitr" ,r-knitr)
6060 ("r-lubridate" ,r-lubridate)
6061 ("r-magrittr" ,r-magrittr)
6062 ("r-markdown" ,r-markdown)
6063 ("r-mass" ,r-mass)
6064 ("r-patchwork" ,r-patchwork)
6065 ("r-plotly" ,r-plotly)
6066 ("r-psych" ,r-psych)
6067 ("r-randomizr" ,r-randomizr)
6068 ("r-readr" ,r-readr)
6069 ("r-readxl" ,r-readxl)
6070 ("r-rlang" ,r-rlang)
6071 ("r-rmarkdown" ,r-rmarkdown)
6072 ("r-rstudioapi" ,r-rstudioapi)
6073 ("r-scales" ,r-scales)
6074 ("r-shiny" ,r-shiny)
6075 ("r-shinyfiles" ,r-shinyfiles)
6076 ("r-shinyace" ,r-shinyace)
6077 ("r-stringi" ,r-stringi)
6078 ("r-tibble" ,r-tibble)
6079 ("r-tidyr" ,r-tidyr)
6080 ("r-writexl" ,r-writexl)))
6081 (home-page "https://github.com/radiant-rstats/radiant.data")
6082 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
6083 (description
6084 "The Radiant Data menu includes interfaces for loading, saving, viewing,
6085 visualizing, summarizing, transforming, and combining data. It also contains
6086 functionality to generate reproducible reports of the analyses conducted in
6087 the application.")
6088 (license license:agpl3)))
6089
6090 (define-public r-algdesign
6091 (package
6092 (name "r-algdesign")
6093 (version "1.2.0")
6094 (source
6095 (origin
6096 (method url-fetch)
6097 (uri (cran-uri "AlgDesign" version))
6098 (sha256
6099 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
6100 (properties `((upstream-name . "AlgDesign")))
6101 (build-system r-build-system)
6102 (home-page "https://github.com/jvbraun/AlgDesign")
6103 (synopsis "Algorithmic experimental design")
6104 (description
6105 "This package provides tools to calculate exact and approximate theory
6106 experimental designs for D, A, and I criteria. Very large designs may be
6107 created. Experimental designs may be blocked or blocked designs created from
6108 a candidate list, using several criteria. The blocking can be done when whole
6109 and within plot factors interact.")
6110 (license license:gpl2+)))
6111
6112 (define-public r-signal
6113 (package
6114 (name "r-signal")
6115 (version "0.7-6")
6116 (source
6117 (origin
6118 (method url-fetch)
6119 (uri (cran-uri "signal" version))
6120 (sha256
6121 (base32
6122 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
6123 (build-system r-build-system)
6124 (propagated-inputs `(("r-mass" ,r-mass)))
6125 (native-inputs `(("gfortran" ,gfortran)))
6126 (home-page "https://cran.r-project.org/web/packages/signal/")
6127 (synopsis "Signal processing")
6128 (description
6129 "This package provides a set of signal processing functions originally
6130 written for Matlab and GNU Octave. It includes filter generation utilities,
6131 filtering functions, resampling routines, and visualization of filter models.
6132 It also includes interpolation functions.")
6133 (license license:gpl2)))
6134
6135 (define-public r-gsubfn
6136 (package
6137 (name "r-gsubfn")
6138 (version "0.7")
6139 (source
6140 (origin
6141 (method url-fetch)
6142 (uri (cran-uri "gsubfn" version))
6143 (sha256
6144 (base32
6145 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
6146 (build-system r-build-system)
6147 (propagated-inputs `(("r-proto" ,r-proto)))
6148 (home-page "https://code.google.com/archive/p/gsubfn/")
6149 (synopsis "Utilities for strings and function arguments.")
6150 (description
6151 "This package provides @code{gsubfn} which is like @code{gsub} but can
6152 take a replacement function or certain other objects instead of the
6153 replacement string. Matches and back references are input to the replacement
6154 function and replaced by the function output. @code{gsubfn} can be used to
6155 split strings based on content rather than delimiters and for quasi-perl-style
6156 string interpolation. The package also has facilities for translating
6157 formulas to functions and allowing such formulas in function calls instead of
6158 functions.")
6159 (license license:gpl2+)))
6160
6161 (define-public r-sqldf
6162 (package
6163 (name "r-sqldf")
6164 (version "0.4-11")
6165 (source
6166 (origin
6167 (method url-fetch)
6168 (uri (cran-uri "sqldf" version))
6169 (sha256
6170 (base32
6171 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
6172 (build-system r-build-system)
6173 (propagated-inputs
6174 `(("r-chron" ,r-chron)
6175 ("r-dbi" ,r-dbi)
6176 ("r-gsubfn" ,r-gsubfn)
6177 ("r-proto" ,r-proto)
6178 ("r-rsqlite" ,r-rsqlite)))
6179 (home-page "https://github.com/ggrothendieck/sqldf")
6180 (synopsis "Manipulate R data frames using SQL")
6181 (description
6182 "The @code{sqldf} function is typically passed a single argument which is
6183 an SQL select statement where the table names are ordinary R data frame names.
6184 @code{sqldf} transparently sets up a database, imports the data frames into
6185 that database, performs the SQL statement and returns the result using a
6186 heuristic to determine which class to assign to each column of the returned
6187 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
6188 used to read filtered files into R even if the original files are larger than
6189 R itself can handle.")
6190 (license license:gpl2)))
6191
6192 (define-public r-abind
6193 (package
6194 (name "r-abind")
6195 (version "1.4-5")
6196 (source
6197 (origin
6198 (method url-fetch)
6199 (uri (cran-uri "abind" version))
6200 (sha256
6201 (base32
6202 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
6203 (build-system r-build-system)
6204 (home-page "https://cran.r-project.org/web/packages/abind/")
6205 (synopsis "Combine multidimensional arrays")
6206 (description
6207 "This package provides tools to combine multidimensional arrays into a
6208 single array. This is a generalization of @code{cbind} and @code{rbind}. It
6209 works with vectors, matrices, and higher-dimensional arrays. It also provides
6210 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
6211 extracting and replacing data in arrays.")
6212 (license license:lgpl2.0+)))
6213
6214 (define-public r-prroc
6215 (package
6216 (name "r-prroc")
6217 (version "1.3.1")
6218 (source
6219 (origin
6220 (method url-fetch)
6221 (uri (cran-uri "PRROC" version))
6222 (sha256
6223 (base32
6224 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
6225 (properties `((upstream-name . "PRROC")))
6226 (build-system r-build-system)
6227 (home-page "https://cran.r-project.org/web/packages/PRROC/")
6228 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
6229 (description
6230 "This package computes the areas under the @dfn{precision-recall} (PR)
6231 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
6232 contrast to other implementations, the interpolation between points of the PR
6233 curve is done by a non-linear piecewise function. In addition to the areas
6234 under the curves, the curves themselves can also be computed and plotted by a
6235 specific S3-method.")
6236 (license license:gpl3)))
6237
6238 (define-public r-vim
6239 (package
6240 (name "r-vim")
6241 (version "6.1.0")
6242 (source
6243 (origin
6244 (method url-fetch)
6245 (uri (cran-uri "VIM" version))
6246 (sha256
6247 (base32
6248 "1a8aw0ysaf0al95m2la2zx1p3g5mnwqx0x30br1s1dqqkfnv57hz"))))
6249 (properties `((upstream-name . "VIM")))
6250 (build-system r-build-system)
6251 (propagated-inputs
6252 `(("r-car" ,r-car)
6253 ("r-colorspace" ,r-colorspace)
6254 ("r-data-table" ,r-data-table)
6255 ("r-e1071" ,r-e1071)
6256 ("r-laeken" ,r-laeken)
6257 ("r-magrittr" ,r-magrittr)
6258 ("r-mass" ,r-mass)
6259 ("r-nnet" ,r-nnet)
6260 ("r-ranger" ,r-ranger)
6261 ("r-rcpp" ,r-rcpp)
6262 ("r-robustbase" ,r-robustbase)
6263 ("r-sp" ,r-sp)
6264 ("r-vcd" ,r-vcd)))
6265 (native-inputs
6266 `(("r-knitr" ,r-knitr)))
6267 (home-page "https://github.com/alexkowa/VIM")
6268 (synopsis "Visualization and imputation of missing values")
6269 (description
6270 "This package provides tools for the visualization of missing and/or
6271 imputed values are introduced, which can be used for exploring the data and
6272 the structure of the missing and/or imputed values. Depending on this
6273 structure of the missing values, the corresponding methods may help to
6274 identify the mechanism generating the missing values and explore the
6275 data including missing values. In addition, the quality of imputation can be
6276 visually explored using various univariate, bivariate, multiple and
6277 multivariate plot methods.")
6278 (license license:gpl2+)))
6279
6280 (define-public r-fnn
6281 (package
6282 (name "r-fnn")
6283 (version "1.1.3")
6284 (source
6285 (origin
6286 (method url-fetch)
6287 (uri (cran-uri "FNN" version))
6288 (sha256
6289 (base32
6290 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
6291 (properties `((upstream-name . "FNN")))
6292 (build-system r-build-system)
6293 (home-page "https://cran.r-project.org/web/packages/FNN")
6294 (synopsis "Fast nearest neighbor search algorithms and applications")
6295 (description
6296 "This package provides cover-tree and kd-tree fast k-nearest neighbor
6297 search algorithms. Related applications including KNN classification,
6298 regression and information measures are implemented.")
6299 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
6300 ;; later can be used.
6301 (license license:gpl2+)))
6302
6303 (define-public r-smoother
6304 (package
6305 (name "r-smoother")
6306 (version "1.1")
6307 (source
6308 (origin
6309 (method url-fetch)
6310 (uri (cran-uri "smoother" version))
6311 (sha256
6312 (base32
6313 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
6314 (build-system r-build-system)
6315 (propagated-inputs
6316 `(("r-ttr" ,r-ttr)))
6317 (home-page "https://cran.r-project.org/web/packages/smoother")
6318 (synopsis "Functions relating to the smoothing of numerical data")
6319 (description
6320 "This package provides a collection of methods for smoothing numerical
6321 data, commencing with a port of the Matlab gaussian window smoothing function.
6322 In addition, several functions typically used in smoothing of financial data
6323 are included.")
6324 (license license:gpl2)))
6325
6326 (define-public r-riverplot
6327 (package
6328 (name "r-riverplot")
6329 (version "0.10")
6330 (source
6331 (origin
6332 (method url-fetch)
6333 (uri (cran-uri "riverplot" version))
6334 (sha256
6335 (base32
6336 "04ap1dsa7fx03l73jhv1ql3adaaaz2100qawdplxa9xmrllgcgbj"))))
6337 (build-system r-build-system)
6338 (propagated-inputs
6339 `(("r-rcolorbrewer" ,r-rcolorbrewer)))
6340 (native-inputs
6341 `(("r-knitr" ,r-knitr)))
6342 (home-page "https://logfc.wordpress.com")
6343 (synopsis "Sankey or ribbon plots")
6344 (description
6345 "Sankey plots are a type of diagram that is convenient to illustrate how
6346 flow of information, resources etc. separates and joins, much like observing
6347 how rivers split and merge. For example, they can be used to compare
6348 different clusterings. This package provides an implementation of Sankey
6349 plots for R.")
6350 (license license:gpl2+)))
6351
6352 (define-public r-dyn
6353 (package
6354 (name "r-dyn")
6355 (version "0.2-9.6")
6356 (source
6357 (origin
6358 (method url-fetch)
6359 (uri (cran-uri "dyn" version))
6360 (sha256
6361 (base32
6362 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
6363 (build-system r-build-system)
6364 (propagated-inputs
6365 `(("r-zoo" ,r-zoo)))
6366 (home-page "https://cran.r-project.org/web/packages/dyn")
6367 (synopsis "Time series regression")
6368 (description
6369 "This package provides the dyn class interfaces @code{ts}, @code{irts},
6370 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
6371 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
6372 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
6373 @code{randomForest::randomForest()} and other regression functions, allowing
6374 those functions to be used with time series including specifications that may
6375 contain lags, diffs and missing values.")
6376 ;; Any GPL version.
6377 (license license:gpl2+)))
6378
6379 (define-public r-catdap
6380 (package
6381 (name "r-catdap")
6382 (version "1.3.5")
6383 (source
6384 (origin
6385 (method url-fetch)
6386 (uri (cran-uri "catdap" version))
6387 (sha256
6388 (base32
6389 "0fyhl69z2lznymvpzxra9qvcg85ggzkfjy68c6mzdmf1ja44d2k5"))))
6390 (build-system r-build-system)
6391 (native-inputs
6392 `(("gfortran" ,gfortran)))
6393 (home-page "https://cran.r-project.org/web/packages/catdap/")
6394 (synopsis "Tools for categorical data analysis")
6395 (description
6396 "This package provides functions for analyzing multivariate data.
6397 Dependencies of the distribution of the specified variable (response
6398 variable) to other variables (explanatory variables) are derived and
6399 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
6400 (license license:gpl2+)))
6401
6402 (define-public r-arules
6403 (package
6404 (name "r-arules")
6405 (version "1.6-6")
6406 (source
6407 (origin
6408 (method url-fetch)
6409 (uri (cran-uri "arules" version))
6410 (sha256
6411 (base32
6412 "1pk3jjizn2m5rwi7qkdkbq9f07acgpy0qdzzqmx0agg47cwahlkm"))))
6413 (build-system r-build-system)
6414 (propagated-inputs
6415 `(("r-matrix" ,r-matrix)))
6416 (home-page "https://github.com/mhahsler/arules")
6417 (synopsis "Mining association rules and frequent itemsets")
6418 (description
6419 "This package provides an infrastructure for representing, manipulating
6420 and analyzing transaction data and patterns (frequent itemsets and association rules).
6421 It also provides C implementations of the association mining algorithms Apriori
6422 and Eclat.")
6423 (license license:gpl3)))
6424
6425 (define-public r-parsedate
6426 (package
6427 (name "r-parsedate")
6428 (version "1.2.0")
6429 (source
6430 (origin
6431 (method url-fetch)
6432 (uri (cran-uri "parsedate" version))
6433 (sha256
6434 (base32
6435 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
6436 (build-system r-build-system)
6437 (propagated-inputs
6438 `(("r-rematch2" ,r-rematch2)))
6439 (home-page "https://github.com/gaborcsardi/parsedate")
6440 (synopsis
6441 "Recognize and parse dates in various formats")
6442 (description
6443 "This package provides three functions for dealing with dates:
6444 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
6445 time formats, @code{parse_date} parses dates in unspecified formats,
6446 and @code{format_iso_8601} formats a date in ISO 8601 format.")
6447 (license license:gpl2)))
6448
6449 (define-public r-abc-data
6450 (package
6451 (name "r-abc-data")
6452 (version "1.0")
6453 (source
6454 (origin
6455 (method url-fetch)
6456 (uri (cran-uri "abc.data" version))
6457 (sha256
6458 (base32
6459 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
6460 (properties `((upstream-name . "abc.data")))
6461 (build-system r-build-system)
6462 (home-page "https://cran.r-project.org/web/packages/abc.data/")
6463 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
6464 (description
6465 "This package contains data which are used by functions of the abc
6466 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
6467 algorithms for performing parameter estimation, model selection, and
6468 goodness-of-fit.")
6469 (license license:gpl3+)))
6470
6471 (define-public r-abc
6472 (package
6473 (name "r-abc")
6474 (version "2.1")
6475 (source
6476 (origin
6477 (method url-fetch)
6478 (uri (cran-uri "abc" version))
6479 (sha256
6480 (base32
6481 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
6482 (build-system r-build-system)
6483 (propagated-inputs
6484 `(("r-abc-data" ,r-abc-data)
6485 ("r-locfit" ,r-locfit)
6486 ("r-mass" ,r-mass)
6487 ("r-nnet" ,r-nnet)
6488 ("r-quantreg" ,r-quantreg)))
6489 (home-page "https://cran.r-project.org/web/packages/abc/")
6490 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
6491 (description
6492 "This package implements several @dfn{Approximate Bayesian
6493 Computation} (ABC) algorithms for performing parameter estimation, model
6494 selection, and goodness-of-fit. Cross-validation tools are also available for
6495 measuring the accuracy of ABC estimates, and to calculate the
6496 misclassification probabilities of different models.")
6497 (license license:gpl3+)))
6498
6499 (define-public r-zip
6500 (package
6501 (name "r-zip")
6502 (version "2.1.1")
6503 (source
6504 (origin
6505 (method url-fetch)
6506 (uri (cran-uri "zip" version))
6507 (sha256
6508 (base32
6509 "0b3wmbx5v0i1scylgk4nli2ljg4p12wx7a1sqljklv9969wl3p8i"))))
6510 (build-system r-build-system)
6511 (home-page "https://github.com/gaborcsardi/zip")
6512 (synopsis "Cross-platform Zip compression")
6513 (description
6514 "This package provides a cross-platform Zip compression library for R.
6515 It is a replacement for the @code{zip} function, that does not require any
6516 additional external tools on any platform.")
6517 (license license:cc0)))
6518
6519 (define-public r-openxlsx
6520 (package
6521 (name "r-openxlsx")
6522 (version "4.2.3")
6523 (source
6524 (origin
6525 (method url-fetch)
6526 (uri (cran-uri "openxlsx" version))
6527 (sha256
6528 (base32
6529 "0vz4nlrwgsiifrgza8kfd9i1c0ya6plymrgk59vyy2z54vc8kvyd"))))
6530 (build-system r-build-system)
6531 (propagated-inputs
6532 `(("r-rcpp" ,r-rcpp)
6533 ("r-stringi" ,r-stringi)
6534 ("r-zip" ,r-zip)))
6535 (native-inputs
6536 `(("r-knitr" ,r-knitr)))
6537 (home-page "https://github.com/awalker89/openxlsx")
6538 (synopsis "Read, write and edit XLSX files")
6539 (description
6540 "This package simplifies the creation of Excel @code{.xlsx} files by
6541 providing a high level interface to writing, styling and editing worksheets.
6542 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
6543 and @code{XLConnect} packages with the added benefit of removing the
6544 dependency on Java.")
6545 (license license:gpl3)))
6546
6547 (define-public r-rio
6548 (package
6549 (name "r-rio")
6550 (version "0.5.16")
6551 (source
6552 (origin
6553 (method url-fetch)
6554 (uri (cran-uri "rio" version))
6555 (sha256
6556 (base32
6557 "0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
6558 (build-system r-build-system)
6559 (propagated-inputs
6560 `(("r-curl" ,r-curl)
6561 ("r-data-table" ,r-data-table)
6562 ("r-foreign" ,r-foreign)
6563 ("r-haven" ,r-haven)
6564 ("r-openxlsx" ,r-openxlsx)
6565 ("r-readxl" ,r-readxl)
6566 ("r-tibble" ,r-tibble)))
6567 (home-page "https://github.com/leeper/rio")
6568 (synopsis "Swiss-army knife for data I/O")
6569 (description
6570 "This package provides streamlined data import and export infrastructure
6571 by making assumptions that the user is probably willing to make: @code{import}
6572 and @code{export} determine the data structure from the file extension,
6573 reasonable defaults are used for data import and export (e.g.,
6574 @code{stringsAsFactors=FALSE}), web-based import is natively
6575 supported (including from SSL/HTTPS), compressed files can be read directly
6576 without explicit decompression, and fast import packages are used where
6577 appropriate. An additional convenience function, @code{convert}, provides a
6578 simple method for converting between file types.")
6579 (license license:gpl2)))
6580
6581 (define-public r-maptools
6582 (package
6583 (name "r-maptools")
6584 (version "1.0-2")
6585 (source
6586 (origin
6587 (method url-fetch)
6588 (uri (cran-uri "maptools" version))
6589 (sha256
6590 (base32
6591 "0jgf3wg47jdnznxb3ncv4is9ackwviy4lzcyggqwzw3wh6jnvb6s"))))
6592 (build-system r-build-system)
6593 (propagated-inputs
6594 `(("r-foreign" ,r-foreign)
6595 ("r-lattice" ,r-lattice)
6596 ("r-sp" ,r-sp)))
6597 (home-page "https://r-forge.r-project.org/projects/maptools/")
6598 (synopsis "Tools for reading and handling spatial objects")
6599 (description
6600 "This package provides a set of tools for manipulating and reading
6601 geographic data, in particular ESRI Shapefiles. It includes binary access to
6602 GSHHG shoreline files. The package also provides interface wrappers for
6603 exchanging spatial objects with other R packages.")
6604 ;; The C source files from shapelib are released under the Expat license.
6605 ;; The R code is released under GPL version 2 or later.
6606 (license (list license:gpl2+
6607 license:expat))))
6608
6609 (define-public r-later
6610 (package
6611 (name "r-later")
6612 (version "1.1.0.1")
6613 (source
6614 (origin
6615 (method url-fetch)
6616 (uri (cran-uri "later" version))
6617 (sha256
6618 (base32
6619 "1k9n2j7zxw9gfclnx8zfqp6w64c5d6apn7g02yhkajkpmszagfki"))))
6620 (build-system r-build-system)
6621 (propagated-inputs
6622 `(("r-bh" ,r-bh)
6623 ("r-rcpp" ,r-rcpp)
6624 ("r-rlang" ,r-rlang)))
6625 (native-inputs
6626 `(("r-knitr" ,r-knitr)))
6627 (home-page "https://github.com/r-lib/later")
6628 (synopsis "Utilities for delaying function execution")
6629 (description
6630 "This package provides tools to execute arbitrary R or C functions some
6631 time after the current time, after the R execution stack has emptied.")
6632 (license license:gpl2+)))
6633
6634 (define-public r-promises
6635 (package
6636 (name "r-promises")
6637 (version "1.1.1")
6638 (source
6639 (origin
6640 (method url-fetch)
6641 (uri (cran-uri "promises" version))
6642 (sha256
6643 (base32
6644 "002qkhcn3ri6a3w5fizjvdvrjgvqiw8i7rl9jglcnqik5kmwc61p"))))
6645 (build-system r-build-system)
6646 (propagated-inputs
6647 `(("r-later" ,r-later)
6648 ("r-magrittr" ,r-magrittr)
6649 ("r-r6" ,r-r6)
6650 ("r-rcpp" ,r-rcpp)
6651 ("r-rlang" ,r-rlang)))
6652 (native-inputs
6653 `(("r-knitr" ,r-knitr)))
6654 (home-page "https://rstudio.github.io/promises")
6655 (synopsis "Abstractions for promise-based asynchronous programming")
6656 (description
6657 "This package provides fundamental abstractions for doing asynchronous
6658 programming in R using promises. Asynchronous programming is useful for
6659 allowing a single R process to orchestrate multiple tasks in the background
6660 while also attending to something else. Semantics are similar to JavaScript
6661 promises, but with a syntax that is idiomatic R.")
6662 (license license:expat)))
6663
6664 (define-public r-dosnow
6665 (package
6666 (name "r-dosnow")
6667 (version "1.0.19")
6668 (source
6669 (origin
6670 (method url-fetch)
6671 (uri (cran-uri "doSNOW" version))
6672 (sha256
6673 (base32
6674 "0f07b38cl7s61vwzkyqkzzsic9g4sw9k6ndbxk3g90l4ca0d1ljc"))))
6675 (properties `((upstream-name . "doSNOW")))
6676 (build-system r-build-system)
6677 (propagated-inputs
6678 `(("r-foreach" ,r-foreach)
6679 ("r-iterators" ,r-iterators)
6680 ("r-snow" ,r-snow)))
6681 (home-page "https://cran.r-project.org/web/packages/doSNOW")
6682 (synopsis "Foreach parallel adaptor for the snow package")
6683 (description
6684 "This package provides a parallel backend for the @code{%dopar%} function
6685 using the @code{snow} package.")
6686 (license license:gpl2)))
6687
6688 (define-public r-fst
6689 (package
6690 (name "r-fst")
6691 (version "0.9.4")
6692 (source
6693 (origin
6694 (method url-fetch)
6695 (uri (cran-uri "fst" version))
6696 (sha256
6697 (base32
6698 "0vwclzxww8mw9nnpyj29bn71mrr8jjg7ka03979h9rbzw6d9bjrr"))))
6699 (properties `((upstream-name . "fst")))
6700 (build-system r-build-system)
6701 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
6702 (home-page "http://www.fstpackage.org")
6703 (synopsis "Fast serialization of data frames")
6704 (description
6705 "The fst package for R provides a fast, easy and flexible way to
6706 serialize data frames. With access speeds of multiple GB/s, fst is
6707 specifically designed to unlock the potential of high speed solid state disks.
6708 Data frames stored in the fst format have full random access, both in column
6709 and rows. The fst format allows for random access of stored data and
6710 compression with the LZ4 and ZSTD compressors.")
6711 (license license:agpl3)))
6712
6713 (define-public r-snowfall
6714 (package
6715 (name "r-snowfall")
6716 (version "1.84-6.1")
6717 (source (origin
6718 (method url-fetch)
6719 (uri (cran-uri "snowfall" version))
6720 (sha256
6721 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
6722 (build-system r-build-system)
6723 (propagated-inputs
6724 `(("r-snow" ,r-snow)))
6725 (home-page "https://cran.r-project.org/web/packages/snowfall/")
6726 (synopsis "Easier cluster computing")
6727 (description "This package is a usability wrapper around snow for easier
6728 development of parallel R programs. This package offers e.g. extended error
6729 checks, and additional functions. All functions work in sequential mode, too,
6730 if no cluster is present or wished. The package is also designed as connector
6731 to the cluster management tool @code{sfCluster}, but can also used without
6732 it.")
6733 (license license:gpl2+)))
6734
6735 (define-public r-rgexf
6736 (package
6737 (name "r-rgexf")
6738 (version "0.16.0")
6739 (source
6740 (origin
6741 (method url-fetch)
6742 (uri (cran-uri "rgexf" version))
6743 (sha256
6744 (base32
6745 "1vj5ha1qx0xzflchxf25ycys6clfn9y32m1717afzkvhmkwisrra"))
6746 (snippet
6747 '(begin
6748 ;; Delete minified JavaScript files
6749 (for-each delete-file
6750 '("inst/gexf-js/js/jquery-2.0.2.min.js"
6751 "inst/gexf-js/js/jquery-ui-1.10.3.custom.min.js"
6752 "inst/gexf-js/js/jquery.mousewheel.min.js"))
6753 #true))))
6754 (properties `((upstream-name . "rgexf")))
6755 (build-system r-build-system)
6756 (arguments
6757 `(#:modules ((guix build utils)
6758 (guix build r-build-system)
6759 (srfi srfi-1)
6760 (ice-9 popen))
6761 #:phases
6762 (modify-phases %standard-phases
6763 (add-after 'unpack 'process-javascript
6764 (lambda* (#:key inputs #:allow-other-keys)
6765 (invoke "unzip" "-d" "/tmp" (assoc-ref inputs "js-jquery-ui"))
6766 (with-directory-excursion "inst/gexf-js/js/"
6767 (call-with-values
6768 (lambda ()
6769 (unzip2
6770 `((,(assoc-ref inputs "js-jquery")
6771 "jquery-2.0.2.min.js")
6772 ("/tmp/jquery-ui-1.10.3/ui/jquery-ui.js"
6773 "jquery-ui-1.10.3.custom.min.js")
6774 (,(assoc-ref inputs "js-jquery-mousewheel")
6775 "jquery.mousewheel.min.js"))))
6776 (lambda (sources targets)
6777 (for-each (lambda (source target)
6778 (format #true "Processing ~a --> ~a~%"
6779 source target)
6780 (invoke "esbuild" source "--minify"
6781 (string-append "--outfile=" target)))
6782 sources targets))))
6783 #t)))))
6784 (propagated-inputs
6785 `(("r-igraph" ,r-igraph)
6786 ("r-servr" ,r-servr)
6787 ("r-xml" ,r-xml)))
6788 (native-inputs
6789 `(("r-knitr" ,r-knitr)
6790 ("esbuild" ,esbuild)
6791 ("unzip" ,unzip)
6792 ("js-jquery"
6793 ,(origin
6794 (method url-fetch)
6795 (uri "https://code.jquery.com/jquery-2.0.2.js")
6796 (sha256
6797 (base32
6798 "0v818bxpw48gdk8i95qqqij80r9jcgisi2r4ac6xnxca20h0gvfj"))))
6799 ("js-jquery-ui"
6800 ,(origin
6801 (method url-fetch)
6802 (uri "https://jqueryui.com/resources/download/jquery-ui-1.10.3.zip")
6803 (sha256
6804 (base32
6805 "00xpfy0l69nj2yan4s8k65ldsrlfsjkmyw2dwcg93dc8mv454vxx"))))
6806 ("js-jquery-mousewheel"
6807 ,(origin
6808 (method url-fetch)
6809 (uri "https://raw.githubusercontent.com/jquery/jquery-mousewheel/\
6810 3.0.6/jquery.mousewheel.js")
6811 (sha256
6812 (base32
6813 "19lk5xy2s47bx8hsa7j6bg012f8yw6d770g230bcnm559kf4nc6v"))))))
6814 (home-page "https://gvegayon.github.io/rgexf")
6815 (synopsis "Build, import and export GEXF graph files")
6816 (description
6817 "Create, read and write GEXF (Graph Exchange XML Format) graph
6818 files (used in Gephi and others). It allows the user to easily build/read
6819 graph files including attributes, GEXF visual attributes (such as color, size,
6820 and position), network dynamics (for both edges and nodes) and edge weighting.
6821 Users can build/handle graphs element-by-element or massively through
6822 data-frames, visualize the graph on a web browser through gexf-js (a
6823 JavaScript library) and interact with the igraph package.")
6824 (license license:expat)))
6825
6826 (define-public r-data-tree
6827 (package
6828 (name "r-data-tree")
6829 (version "1.0.0")
6830 (source
6831 (origin
6832 (method url-fetch)
6833 (uri (cran-uri "data.tree" version))
6834 (sha256
6835 (base32
6836 "0pizmx2312zsym4m42b97q2184bg3hibvbdrblcga05xln84qrs0"))))
6837 (properties `((upstream-name . "data.tree")))
6838 (build-system r-build-system)
6839 (propagated-inputs
6840 `(("r-r6" ,r-r6)
6841 ("r-stringi" ,r-stringi)))
6842 (native-inputs
6843 `(("r-knitr" ,r-knitr)))
6844 (home-page "http://github.com/gluc/data.tree")
6845 (synopsis "General purpose hierarchical data structure")
6846 (description
6847 "Create tree structures from hierarchical data, and traverse the tree in
6848 various orders. Aggregate, cumulate, print, plot, convert to and from
6849 data.frame and more. This is useful for decision trees, machine learning,
6850 finance, conversion from and to JSON, and many other applications.")
6851 (license license:gpl2+)))
6852
6853 (define-public r-collapsibletree
6854 (package
6855 (name "r-collapsibletree")
6856 (version "0.1.7")
6857 (source
6858 (origin
6859 (method url-fetch)
6860 (uri (cran-uri "collapsibleTree" version))
6861 (sha256
6862 (base32
6863 "0b65pbp1wnpsrayqi630ds4r98jvcvynnlp6wxdqrnnr9nzw5343"))
6864 (snippet
6865 '(begin
6866 ;; Delete minified JavaScript file
6867 (delete-file "inst/htmlwidgets/lib/d3-4.10.2/d3.min.js")
6868 #true))))
6869 (properties
6870 `((upstream-name . "collapsibleTree")))
6871 (build-system r-build-system)
6872 (arguments
6873 `(#:phases
6874 (modify-phases %standard-phases
6875 (add-after 'unpack 'process-javascript
6876 (lambda* (#:key inputs #:allow-other-keys)
6877 (with-directory-excursion "inst/htmlwidgets/lib/d3-4.10.2/"
6878 (let ((source (assoc-ref inputs "d3.v4.js"))
6879 (target "d3.min.js"))
6880 (format #t "Processing ~a --> ~a~%"
6881 source target)
6882 (invoke "esbuild" source "--minify"
6883 (string-append "--outfile=" target)))))))))
6884 (propagated-inputs
6885 `(("r-data-tree" ,r-data-tree)
6886 ("r-htmlwidgets" ,r-htmlwidgets)))
6887 (native-inputs
6888 `(("esbuild" ,esbuild)
6889 ("d3.v4.js"
6890 ,(origin
6891 (method url-fetch)
6892 (uri "https://d3js.org/d3.v4.js")
6893 (sha256
6894 (base32
6895 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
6896 (home-page "https://github.com/AdeelK93/collapsibleTree")
6897 (synopsis "Interactive collapsible tree diagrams using D3.js")
6898 (description
6899 "This is a package for interactive Reingold-Tilford tree diagrams created
6900 using D3.js, where every node can be expanded and collapsed by clicking on it.
6901 Tooltips and color gradients can be mapped to nodes using a numeric column in
6902 the source data frame.")
6903 (license license:gpl3+)))
6904
6905 (define-public r-rappdirs
6906 (package
6907 (name "r-rappdirs")
6908 (version "0.3.3")
6909 (source
6910 (origin
6911 (method url-fetch)
6912 (uri (cran-uri "rappdirs" version))
6913 (sha256
6914 (base32
6915 "1161i3jgjvzjv4p8qbz9r976fnggkcrw3mlj4yd1h2svnijrz5a9"))))
6916 (build-system r-build-system)
6917 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
6918 (synopsis "Determine where to save data, caches, and logs")
6919 (description
6920 "This package provides an easy way to determine which directories on the
6921 user's computer should be used to save data, caches and logs. It is a port of
6922 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
6923 (license license:expat)))
6924
6925 (define-public r-rastervis
6926 (package
6927 (name "r-rastervis")
6928 (version "0.49")
6929 (source
6930 (origin
6931 (method url-fetch)
6932 (uri (cran-uri "rasterVis" version))
6933 (sha256
6934 (base32
6935 "0d12h7xqcwy1wps6yya9nzfppbnsxpmbkqmy3a8pvxpg81l632kk"))))
6936 (properties `((upstream-name . "rasterVis")))
6937 (build-system r-build-system)
6938 (propagated-inputs
6939 `(("r-hexbin" ,r-hexbin)
6940 ("r-lattice" ,r-lattice)
6941 ("r-latticeextra" ,r-latticeextra)
6942 ("r-raster" ,r-raster)
6943 ("r-rcolorbrewer" ,r-rcolorbrewer)
6944 ("r-sp" ,r-sp)
6945 ("r-viridislite" ,r-viridislite)
6946 ("r-zoo" ,r-zoo)))
6947 (home-page "https://oscarperpinan.github.io/rastervis/")
6948 (synopsis "Visualization methods for raster data")
6949 (description
6950 "This package provides methods for enhanced visualization and interaction
6951 with raster data. It implements visualization methods for quantitative data
6952 and categorical data, both for univariate and multivariate rasters. It also
6953 provides methods to display spatiotemporal rasters, and vector fields.")
6954 (license license:gpl3)))
6955
6956 (define-public r-rentrez
6957 (package
6958 (name "r-rentrez")
6959 (version "1.2.3")
6960 (source
6961 (origin
6962 (method url-fetch)
6963 (uri (cran-uri "rentrez" version))
6964 (sha256
6965 (base32
6966 "0x1g2f6hvkqqlb39z8m5qxhcvsizddic5i7rpqw0wy77xfbna9gv"))))
6967 (properties `((upstream-name . "rentrez")))
6968 (build-system r-build-system)
6969 (propagated-inputs
6970 `(("r-httr" ,r-httr)
6971 ("r-jsonlite" ,r-jsonlite)
6972 ("r-xml" ,r-xml)))
6973 (native-inputs
6974 `(("r-knitr" ,r-knitr)))
6975 (home-page "https://docs.ropensci.org/rentrez/")
6976 (synopsis "Entrez in R")
6977 (description
6978 "This package provides an R interface to the NCBI's EUtils API,
6979 allowing users to search databases like GenBank PubMed, process the results of
6980 those searches and pull data into their R sessions.")
6981 (license license:expat)))
6982
6983 (define-public r-renv
6984 (package
6985 (name "r-renv")
6986 (version "0.12.5")
6987 (source
6988 (origin
6989 (method url-fetch)
6990 (uri (cran-uri "renv" version))
6991 (sha256
6992 (base32
6993 "0wfq1z5glng6jrfxj25mjhp129z6468gaszr9ggks5gp8lrwszzh"))))
6994 (properties `((upstream-name . "renv")))
6995 (build-system r-build-system)
6996 (native-inputs
6997 `(("r-knitr" ,r-knitr)))
6998 (home-page "https://rstudio.github.io/renv")
6999 (synopsis "Project environments")
7000 (description
7001 "This package provides a dependency management toolkit for R. Using
7002 renv, you can create and manage project-local R libraries, save the state of
7003 these libraries to a lockfile, and later restore your library as required.
7004 Together, these tools can help make your projects more isolated, portable, and
7005 reproducible.")
7006 (license license:expat)))
7007
7008 (define-public r-learnr
7009 (package
7010 (name "r-learnr")
7011 (version "0.10.1")
7012 (source
7013 (origin
7014 (method url-fetch)
7015 (uri (cran-uri "learnr" version))
7016 (sha256
7017 (base32
7018 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
7019 (build-system r-build-system)
7020 (propagated-inputs
7021 `(("r-checkmate" ,r-checkmate)
7022 ("r-ellipsis" ,r-ellipsis)
7023 ("r-evaluate" ,r-evaluate)
7024 ("r-htmltools" ,r-htmltools)
7025 ("r-htmlwidgets" ,r-htmlwidgets)
7026 ("r-jsonlite" ,r-jsonlite)
7027 ("r-knitr" ,r-knitr)
7028 ("r-markdown" ,r-markdown)
7029 ("r-rappdirs" ,r-rappdirs)
7030 ("r-renv" ,r-renv)
7031 ("r-rmarkdown" ,r-rmarkdown)
7032 ("r-rprojroot" ,r-rprojroot)
7033 ("r-shiny" ,r-shiny)
7034 ("r-withr" ,r-withr)))
7035 (home-page "https://rstudio.github.io/learnr/")
7036 (synopsis "Interactive tutorials for R")
7037 (description
7038 "This package provides tools to create interactive tutorials using R
7039 Markdown. Use a combination of narrative, figures, videos, exercises, and
7040 quizzes to create self-paced tutorials for learning about R and R packages.")
7041 (license license:asl2.0)))
7042
7043 (define-public r-analytics
7044 (package
7045 (name "r-analytics")
7046 (version "3.0")
7047 (source
7048 (origin
7049 (method url-fetch)
7050 (uri (cran-uri "analytics" version))
7051 (sha256
7052 (base32
7053 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
7054 (build-system r-build-system)
7055 (propagated-inputs
7056 `(("r-car" ,r-car)
7057 ("r-cluster" ,r-cluster)
7058 ("r-fractal" ,r-fractal)
7059 ("r-lmtest" ,r-lmtest)
7060 ("r-mass" ,r-mass)
7061 ("r-np" ,r-np)
7062 ("r-powerplus" ,r-powerplus)
7063 ("r-robust" ,r-robust)
7064 ("r-trend" ,r-trend)
7065 ("r-tsa" ,r-tsa)
7066 ("r-urca" ,r-urca)
7067 ("r-vim" ,r-vim)))
7068 (home-page "https://cran.r-project.org/web/packages/analytics/")
7069 (synopsis "Collection of data analysis tools")
7070 (description
7071 "This package is a collection of data analysis tools. It includes tools
7072 for regression outlier detection in a fitted linear model, stationary
7073 bootstrap using a truncated geometric distribution, a comprehensive test for
7074 weak stationarity, column means by group, weighted biplots, and a heuristic to
7075 obtain a better initial configuration in non-metric MDS.")
7076 (license license:gpl2)))
7077
7078 (define-public r-reticulate
7079 (package
7080 (name "r-reticulate")
7081 (version "1.18")
7082 (source
7083 (origin
7084 (method url-fetch)
7085 (uri (cran-uri "reticulate" version))
7086 (sha256
7087 (base32
7088 "04w5c9jfxakb4rr2qjynxgagb42khsja3y4dwgxywiplb1d8agxk"))))
7089 (build-system r-build-system)
7090 (inputs `(("python" ,python)))
7091 (propagated-inputs
7092 `(("r-rappdirs" ,r-rappdirs)
7093 ("r-jsonlite" ,r-jsonlite)
7094 ("r-matrix" ,r-matrix)
7095 ("r-rcpp" ,r-rcpp)))
7096 (native-inputs
7097 `(("r-knitr" ,r-knitr)))
7098 (home-page "https://github.com/rstudio/reticulate")
7099 (synopsis "R interface to Python")
7100 (description
7101 "This package provides an interface from R to Python modules, classes,
7102 and functions. When calling into Python, R data types are automatically
7103 converted to their equivalent Python types. When values are returned from
7104 Python to R they are converted back to R types.")
7105 (license license:asl2.0)))
7106
7107 (define-public r-bibtex
7108 (package
7109 (name "r-bibtex")
7110 (version "0.4.2.3")
7111 (source
7112 (origin
7113 (method url-fetch)
7114 (uri (cran-uri "bibtex" version))
7115 (sha256
7116 (base32
7117 "0vdwx6808r73pk15263f33bkqbfmb08d8jkmr4d7h4ml414ikbbv"))))
7118 (build-system r-build-system)
7119 (propagated-inputs `(("r-stringr" ,r-stringr)))
7120 (home-page "https://github.com/romainfrancois/bibtex")
7121 (synopsis "Bibtex parser")
7122 (description "This package provides a utility for R to parse a bibtex
7123 file.")
7124 (license license:gpl2+)))
7125
7126 (define-public r-ggseqlogo
7127 (package
7128 (name "r-ggseqlogo")
7129 (version "0.1")
7130 (source
7131 (origin
7132 (method url-fetch)
7133 (uri (cran-uri "ggseqlogo" version))
7134 (sha256
7135 (base32
7136 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
7137 (build-system r-build-system)
7138 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
7139 (home-page "https://github.com/omarwagih/ggseqlogo")
7140 (synopsis "ggplot2 extension for drawing genetic sequence logos")
7141 (description
7142 "The range of functions provided by this package makes it possible to
7143 draw highly versatile genomic sequence logos. Features include, but are not
7144 limited to, modifying colour schemes and fonts used to draw the logo,
7145 generating multiple logo plots, and aiding the visualisation with annotations.
7146 Sequence logos can easily be combined with other ggplot2 plots.")
7147 ;; Unspecified version of the LGPL.
7148 (license license:lgpl3+)))
7149
7150 (define-public r-ggsci
7151 (package
7152 (name "r-ggsci")
7153 (version "2.9")
7154 (source
7155 (origin
7156 (method url-fetch)
7157 (uri (cran-uri "ggsci" version))
7158 (sha256
7159 (base32
7160 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
7161 (build-system r-build-system)
7162 (propagated-inputs
7163 `(("r-ggplot2" ,r-ggplot2)
7164 ("r-scales" ,r-scales)))
7165 (home-page "https://nanx.me/ggsci/")
7166 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
7167 (description
7168 "This package provides a collection of ggplot2 color palettes inspired by
7169 plots in scientific journals, data visualization libraries, science fiction
7170 movies, and TV shows.")
7171 (license license:gpl3)))
7172
7173 (define-public r-ggsignif
7174 (package
7175 (name "r-ggsignif")
7176 (version "0.6.0")
7177 (source
7178 (origin
7179 (method url-fetch)
7180 (uri (cran-uri "ggsignif" version))
7181 (sha256
7182 (base32
7183 "17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
7184 (build-system r-build-system)
7185 (native-inputs
7186 `(("r-knitr" ,r-knitr)))
7187 (propagated-inputs
7188 `(("r-ggplot2" ,r-ggplot2)))
7189 (home-page "https://github.com/const-ae/ggsignif")
7190 (synopsis "Significance brackets for ggplot2")
7191 (description
7192 "Enrich your ggplots with group-wise comparisons. This package provides
7193 an easy way to indicate if two groups are significantly different. Commonly
7194 this is shown by a bracket on top connecting the groups of interest which
7195 itself is annotated with the level of significance. The package provides a
7196 single layer that takes the groups for comparison and the test as arguments
7197 and adds the annotation to the plot.")
7198 (license license:gpl3)))
7199
7200 (define-public r-rstatix
7201 (package
7202 (name "r-rstatix")
7203 (version "0.6.0")
7204 (source
7205 (origin
7206 (method url-fetch)
7207 (uri (cran-uri "rstatix" version))
7208 (sha256
7209 (base32
7210 "0nwwvxwr4z3j4n9z8cnvwghppc836g47n0ia98chk272qwh8xcpb"))))
7211 (properties `((upstream-name . "rstatix")))
7212 (build-system r-build-system)
7213 (propagated-inputs
7214 `(("r-broom" ,r-broom)
7215 ("r-car" ,r-car)
7216 ("r-corrplot" ,r-corrplot)
7217 ("r-dplyr" ,r-dplyr)
7218 ("r-generics" ,r-generics)
7219 ("r-magrittr" ,r-magrittr)
7220 ("r-purrr" ,r-purrr)
7221 ("r-rlang" ,r-rlang)
7222 ("r-tibble" ,r-tibble)
7223 ("r-tidyr" ,r-tidyr)
7224 ("r-tidyselect" ,r-tidyselect)))
7225 (home-page "https://rpkgs.datanovia.com/rstatix/")
7226 (synopsis "Pipe-friendly framework for basic statistical tests")
7227 (description
7228 "This package provides a simple and intuitive pipe-friendly framework,
7229 coherent with the @code{tidyverse} design philosophy, for performing basic
7230 statistical tests, including t-test, Wilcoxon test, ANOVA, Kruskal-Wallis and
7231 correlation analyses. The output of each test is automatically transformed
7232 into a tidy data frame to facilitate visualization. Additional functions are
7233 available for reshaping, reordering, manipulating and visualizing correlation
7234 matrix.")
7235 (license license:gpl2)))
7236
7237 (define-public r-ggpubr
7238 (package
7239 (name "r-ggpubr")
7240 (version "0.4.0")
7241 (source
7242 (origin
7243 (method url-fetch)
7244 (uri (cran-uri "ggpubr" version))
7245 (sha256
7246 (base32
7247 "0x86lmghr25k8w90yrp360dn42dhp5cjvjpdiv2s2gxfn701xcmb"))))
7248 (build-system r-build-system)
7249 (propagated-inputs
7250 `(("r-cowplot" ,r-cowplot)
7251 ("r-dplyr" ,r-dplyr)
7252 ("r-ggplot2" ,r-ggplot2)
7253 ("r-ggrepel" ,r-ggrepel)
7254 ("r-ggsci" ,r-ggsci)
7255 ("r-ggsignif" ,r-ggsignif)
7256 ("r-glue" ,r-glue)
7257 ("r-gridextra" ,r-gridextra)
7258 ("r-magrittr" ,r-magrittr)
7259 ("r-polynom" ,r-polynom)
7260 ("r-purrr" ,r-purrr)
7261 ("r-rlang" ,r-rlang)
7262 ("r-scales" ,r-scales)
7263 ("r-rstatix" ,r-rstatix)
7264 ("r-tibble" ,r-tibble)
7265 ("r-tidyr" ,r-tidyr)))
7266 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
7267 (synopsis "ggplot2-based publication-ready plots")
7268 (description
7269 "The ggplot2 package is an excellent and flexible package for elegant
7270 data visualization in R. However the default generated plots require some
7271 formatting before we can send them for publication. The ggpubr package
7272 provides some easy-to-use functions for creating and customizing ggplot2-based
7273 publication-ready plots.")
7274 (license license:gpl2)))
7275
7276 (define-public r-ellipse
7277 (package
7278 (name "r-ellipse")
7279 (version "0.4.2")
7280 (source
7281 (origin
7282 (method url-fetch)
7283 (uri (cran-uri "ellipse" version))
7284 (sha256
7285 (base32
7286 "1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
7287 (build-system r-build-system)
7288 (home-page "https://cran.r-project.org/web/packages/ellipse/")
7289 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
7290 (description
7291 "This package contains various routines for drawing ellipses and
7292 ellipse-like confidence regions, implementing the plots described in Murdoch
7293 and Chow (1996), A graphical display of large correlation matrices, The
7294 American Statistician 50, 178-180. There are also routines implementing the
7295 profile plots described in Bates and Watts (1988), Nonlinear Regression
7296 Analysis and its Applications.")
7297 (license license:gpl2+)))
7298
7299 (define-public r-flashclust
7300 (package
7301 (name "r-flashclust")
7302 (version "1.01-2")
7303 (source
7304 (origin
7305 (method url-fetch)
7306 (uri (cran-uri "flashClust" version))
7307 (sha256
7308 (base32
7309 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
7310 (properties `((upstream-name . "flashClust")))
7311 (build-system r-build-system)
7312 (native-inputs `(("gfortran" ,gfortran)))
7313 (home-page "https://cran.r-project.org/web/packages/flashClust/")
7314 (synopsis "Implementation of optimal hierarchical clustering")
7315 (description
7316 "This package provides a fast implementation of hierarchical
7317 clustering.")
7318 (license license:gpl2+)))
7319
7320 (define-public r-factominer
7321 (package
7322 (name "r-factominer")
7323 (version "2.4")
7324 (source
7325 (origin
7326 (method url-fetch)
7327 (uri (cran-uri "FactoMineR" version))
7328 (sha256
7329 (base32
7330 "0lg8n9fxxk46nchnj4pbpqqf4swxfsq7r9jzr36dmd36kb7avqxr"))))
7331 (properties `((upstream-name . "FactoMineR")))
7332 (build-system r-build-system)
7333 (propagated-inputs
7334 `(("r-car" ,r-car)
7335 ("r-cluster" ,r-cluster)
7336 ("r-dt" ,r-dt)
7337 ("r-ellipse" ,r-ellipse)
7338 ("r-flashclust" ,r-flashclust)
7339 ("r-ggplot2" ,r-ggplot2)
7340 ("r-ggrepel" ,r-ggrepel)
7341 ("r-lattice" ,r-lattice)
7342 ("r-leaps" ,r-leaps)
7343 ("r-mass" ,r-mass)
7344 ("r-scatterplot3d" ,r-scatterplot3d)))
7345 (native-inputs
7346 `(("r-knitr" ,r-knitr)))
7347 (home-page "http://factominer.free.fr")
7348 (synopsis "Multivariate exploratory data analysis and data mining")
7349 (description
7350 "This package provides exploratory data analysis methods to summarize,
7351 visualize and describe datasets. The main principal component methods are
7352 available, those with the largest potential in terms of applications:
7353 principal component analysis (PCA) when variables are quantitative,
7354 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
7355 variables are categorical, Multiple Factor Analysis when variables are
7356 structured in groups, etc. and hierarchical cluster analysis.")
7357 (license license:gpl2+)))
7358
7359 (define-public r-factoextra
7360 (package
7361 (name "r-factoextra")
7362 (version "1.0.7")
7363 (source
7364 (origin
7365 (method url-fetch)
7366 (uri (cran-uri "factoextra" version))
7367 (sha256
7368 (base32
7369 "1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
7370 (build-system r-build-system)
7371 (propagated-inputs
7372 `(("r-abind" ,r-abind)
7373 ("r-cluster" ,r-cluster)
7374 ("r-dendextend" ,r-dendextend)
7375 ("r-factominer" ,r-factominer)
7376 ("r-ggplot2" ,r-ggplot2)
7377 ("r-ggpubr" ,r-ggpubr)
7378 ("r-ggrepel" ,r-ggrepel)
7379 ("r-reshape2" ,r-reshape2)
7380 ("r-tidyr" ,r-tidyr)))
7381 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
7382 (synopsis "Extract and visualize the results of multivariate data analyses")
7383 (description
7384 "This package provides some easy-to-use functions to extract and
7385 visualize the output of multivariate data analyses, including
7386 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
7387 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
7388 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
7389 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
7390 packages. It contains also functions for simplifying some clustering analysis
7391 steps and provides ggplot2-based elegant data visualization.")
7392 (license license:gpl2)))
7393
7394 (define-public r-fansi
7395 (package
7396 (name "r-fansi")
7397 (version "0.4.2")
7398 (source
7399 (origin
7400 (method url-fetch)
7401 (uri (cran-uri "fansi" version))
7402 (sha256
7403 (base32
7404 "0i7wmaflkjzdbggqv31wnsj3m9imvc6db429vyjk64xrz1ng1vd2"))))
7405 (build-system r-build-system)
7406 (native-inputs
7407 `(("r-knitr" ,r-knitr))) ; for vignettes
7408 (home-page "https://github.com/brodieG/fansi")
7409 (synopsis "ANSI control sequence aware string functions")
7410 (description
7411 "This package provides counterparts to R string manipulation functions
7412 that account for the effects of ANSI text formatting control sequences.")
7413 (license license:gpl2+)))
7414
7415 (define-public r-nbclust
7416 (package
7417 (name "r-nbclust")
7418 (version "3.0")
7419 (source
7420 (origin
7421 (method url-fetch)
7422 (uri (cran-uri "NbClust" version))
7423 (sha256
7424 (base32
7425 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
7426 (properties `((upstream-name . "NbClust")))
7427 (build-system r-build-system)
7428 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
7429 (synopsis "Determine the best number of clusters in a data set")
7430 (description
7431 "NbClust provides 30 indexes for determining the optimal number of
7432 clusters in a data set and offers the best clustering scheme from different
7433 results to the user.")
7434 (license license:gpl2)))
7435
7436 (define-public r-hdf5r
7437 (package
7438 (name "r-hdf5r")
7439 (version "1.3.3")
7440 (source
7441 (origin
7442 (method url-fetch)
7443 (uri (cran-uri "hdf5r" version))
7444 (sha256
7445 (base32
7446 "0i8m4yjxggrs05slq2afvz2ckl1yc9wq7gd1s7dq2gjn46zkry50"))))
7447 (build-system r-build-system)
7448 (inputs
7449 `(("hdf5" ,hdf5)
7450 ("zlib" ,zlib)))
7451 (propagated-inputs
7452 `(("r-bit64" ,r-bit64)
7453 ("r-r6" ,r-r6)))
7454 (native-inputs
7455 `(("r-knitr" ,r-knitr)))
7456 (home-page "https://hhoeflin.github.io/hdf5r")
7457 (synopsis "Interface to the HDF5 binary data format")
7458 (description
7459 "HDF5 is a data model, library and file format for storing and managing
7460 large amounts of data. This package provides a nearly feature complete,
7461 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
7462 functionality is added so that HDF5 objects behave very similar to their
7463 corresponding R counterparts.")
7464 (license license:asl2.0)))
7465
7466 (define-public r-itertools
7467 (package
7468 (name "r-itertools")
7469 (version "0.1-3")
7470 (source
7471 (origin
7472 (method url-fetch)
7473 (uri (cran-uri "itertools" version))
7474 (sha256
7475 (base32
7476 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
7477 (build-system r-build-system)
7478 (propagated-inputs
7479 `(("r-iterators" ,r-iterators)))
7480 (home-page "https://cran.r-project.org/web/packages/itertools/")
7481 (synopsis "Iterator tools")
7482 (description
7483 "This package provides various tools for creating iterators, many
7484 patterned after functions in the Python @code{itertools} module, and others
7485 patterned after functions in the snow package.")
7486 (license license:gpl2)))
7487
7488 (define-public r-polynom
7489 (package
7490 (name "r-polynom")
7491 (version "1.4-0")
7492 (source
7493 (origin
7494 (method url-fetch)
7495 (uri (cran-uri "polynom" version))
7496 (sha256
7497 (base32
7498 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
7499 (build-system r-build-system)
7500 (home-page "https://cran.r-project.org/web/packages/polynom/")
7501 (synopsis "Functions for univariate polynomial manipulations")
7502 (description
7503 "This package provides a collection of functions to implement a class for
7504 univariate polynomial manipulations.")
7505 (license license:gpl2)))
7506
7507 (define-public r-gbrd
7508 (package
7509 (name "r-gbrd")
7510 (version "0.4-11")
7511 (source
7512 (origin
7513 (method url-fetch)
7514 (uri (cran-uri "gbRd" version))
7515 (sha256
7516 (base32
7517 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
7518 (properties `((upstream-name . "gbRd")))
7519 (build-system r-build-system)
7520 (home-page "https://cran.r-project.org/web/packages/gbRd/")
7521 (synopsis "Utilities for processing Rd objects and files")
7522 (description
7523 "This package provides utilities for processing Rd objects and files.
7524 Extract argument descriptions and other parts of the help pages of
7525 functions.")
7526 (license license:gpl2+)))
7527
7528 (define-public r-rjags
7529 (package
7530 (name "r-rjags")
7531 (version "4-10")
7532 (source
7533 (origin
7534 (method url-fetch)
7535 (uri (cran-uri "rjags" version))
7536 (sha256
7537 (base32
7538 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
7539 (build-system r-build-system)
7540 (propagated-inputs
7541 `(("r-coda" ,r-coda)))
7542 (inputs
7543 `(("jags" ,jags)))
7544 (native-inputs
7545 `(("pkg-config" ,pkg-config)))
7546 (home-page "http://mcmc-jags.sourceforge.net")
7547 (synopsis "Bayesian graphical models using MCMC")
7548 (description
7549 "This package provides an R interface to the JAGS MCMC library. JAGS is
7550 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
7551 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
7552 (license license:gpl2)))
7553
7554 (define-public r-rbibutils
7555 (package
7556 (name "r-rbibutils")
7557 (version "2.0")
7558 (source
7559 (origin
7560 (method url-fetch)
7561 (uri (cran-uri "rbibutils" version))
7562 (sha256
7563 (base32
7564 "1vfg2188i4dyhrmvnwpsh2la8qkd4wkryz2fpj4cppi1wfz3ml83"))))
7565 (properties `((upstream-name . "rbibutils")))
7566 (build-system r-build-system)
7567 (home-page "https://geobosh.github.io/rbibutils/")
7568 (synopsis "Convert between bibliography formats")
7569 (description
7570 "This package converts between a number of bibliography formats,
7571 including BibTeX, BibLaTeX and Bibentry. It includes a port of the bibutils
7572 utilities and supports all bibliography formats and character encodings
7573 implemented in bibutils.")
7574 (license license:gpl2)))
7575
7576 (define-public r-rdpack
7577 (package
7578 (name "r-rdpack")
7579 (version "2.1")
7580 (source
7581 (origin
7582 (method url-fetch)
7583 (uri (cran-uri "Rdpack" version))
7584 (sha256
7585 (base32
7586 "1kmz0kq2z1xl55w22paz98x9jpss06abvicmkslv4zq77kz99q16"))))
7587 (properties `((upstream-name . "Rdpack")))
7588 (build-system r-build-system)
7589 (propagated-inputs
7590 `(("r-rbibutils" ,r-rbibutils)
7591 ("r-gbrd" ,r-gbrd)))
7592 (home-page "https://github.com/GeoBosh/Rdpack")
7593 (synopsis "Update and manipulate Rd documentation objects")
7594 (description
7595 "This package provides functions for manipulation of R documentation
7596 objects, including functions @code{reprompt()} and @code{ereprompt()} for
7597 updating Rd documentation for functions, methods and classes; it also includes
7598 Rd macros for citations and import of references from bibtex files for use in
7599 Rd files and roxygen2 comments, as well as many functions for manipulation of
7600 references and Rd files.")
7601 (license license:gpl2+)))
7602
7603 (define-public r-officer
7604 (package
7605 (name "r-officer")
7606 (version "0.3.16")
7607 (source
7608 (origin
7609 (method url-fetch)
7610 (uri (cran-uri "officer" version))
7611 (sha256
7612 (base32
7613 "1ls5kp70jfxrzxxb3xrg8sn2fyk6qd7rmx23n5jxi7z7850avjrj"))))
7614 (build-system r-build-system)
7615 (propagated-inputs
7616 `(("r-r6" ,r-r6)
7617 ("r-uuid" ,r-uuid)
7618 ("r-xml2" ,r-xml2)
7619 ("r-zip" ,r-zip)))
7620 (native-inputs
7621 `(("r-knitr" ,r-knitr)))
7622 (home-page "https://davidgohel.github.io/officer")
7623 (synopsis "Manipulation of Word and PowerPoint documents")
7624 (description
7625 "This package provides tools to access and manipulate Word and PowerPoint
7626 documents from R. The package focuses on tabular and graphical reporting from
7627 R; it also provides two functions that let users get document content into
7628 data objects. A set of functions lets add and remove images, tables and
7629 paragraphs of text in new or existing documents. When working with PowerPoint
7630 presentations, slides can be added or removed; shapes inside slides can also
7631 be added or removed. When working with Word documents, a cursor can be used
7632 to help insert or delete content at a specific location in the document.")
7633 (license license:gpl3)))
7634
7635 (define-public r-profilemodel
7636 (package
7637 (name "r-profilemodel")
7638 (version "0.6.1")
7639 (source
7640 (origin
7641 (method url-fetch)
7642 (uri (cran-uri "profileModel" version))
7643 (sha256
7644 (base32
7645 "01m5nb8cmq0aq555pxk2a99182si65hhmn68yn9nal2j3zl2bp4i"))))
7646 (properties `((upstream-name . "profileModel")))
7647 (build-system r-build-system)
7648 (home-page "https://github.com/ikosmidis/profileModel")
7649 (synopsis "Profiling inference functions for various model classes")
7650 (description
7651 "This package provides tools that can be used to calculate, evaluate,
7652 plot and use for inference the profiles of *arbitrary* inference functions for
7653 arbitrary @code{glm}-like fitted models with linear predictors. More information
7654 on the methods that are implemented can be found in Kosmidis (2008)
7655 @url{https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf}.")
7656 (license license:gpl2+)))
7657
7658 (define-public r-brglm
7659 (package
7660 (name "r-brglm")
7661 (version "0.7.1")
7662 (source
7663 (origin
7664 (method url-fetch)
7665 (uri (cran-uri "brglm" version))
7666 (sha256
7667 (base32
7668 "1v68ma1agwhxar76mfvdfkcnd5h4gmxiz8j491rhdsckg271j7sa"))))
7669 (properties `((upstream-name . "brglm")))
7670 (build-system r-build-system)
7671 (propagated-inputs
7672 `(("r-profilemodel" ,r-profilemodel)))
7673 (home-page "https://github.com/ikosmidis/brglm")
7674 (synopsis "Bias reduction in binomial-response generalized linear models")
7675 (description
7676 "Fit generalized linear models with binomial responses using either an
7677 adjusted-score approach to bias reduction or maximum penalized likelihood
7678 where penalization is by Jeffreys invariant prior. These procedures return
7679 estimates with improved frequentist properties (bias, mean squared error) that
7680 are always finite even in cases where the maximum likelihood estimates are
7681 infinite (data separation). Fitting takes place by fitting generalized linear
7682 models on iteratively updated pseudo-data. The interface is essentially the
7683 same as @code{glm}. More flexibility is provided by the fact that custom
7684 pseudo-data representations can be specified and used for model fitting.
7685 Functions are provided for the construction of confidence intervals for the
7686 reduced-bias estimates.")
7687 (license license:gpl2+)))
7688
7689 (define-public r-entropy
7690 (package
7691 (name "r-entropy")
7692 (version "1.2.1")
7693 (source
7694 (origin
7695 (method url-fetch)
7696 (uri (cran-uri "entropy" version))
7697 (sha256
7698 (base32
7699 "10vg4818q5g54pv2nn9x5i7pvky5nsv96syy47pz2mgqp1273cpd"))))
7700 (properties `((upstream-name . "entropy")))
7701 (build-system r-build-system)
7702 (home-page "https://www.strimmerlab.org/software/entropy/")
7703 (synopsis "Estimation of entropy, mutual information and related quantities")
7704 (description
7705 "This package implements various estimators of entropy, such as the
7706 shrinkage estimator by Hausser and Strimmer, the maximum likelihood and the
7707 Millow-Madow estimator, various Bayesian estimators, and the Chao-Shen
7708 estimator. It also offers an R interface to the NSB estimator. Furthermore,
7709 it provides functions for estimating Kullback-Leibler divergence, chi-squared,
7710 mutual information, and chi-squared statistic of independence. In addition
7711 there are functions for discretizing continuous random variables.")
7712 (license license:gpl3+)))
7713
7714 (define-public r-abn
7715 (package
7716 (name "r-abn")
7717 (version "2.3-0")
7718 (source
7719 (origin
7720 (method url-fetch)
7721 (uri (cran-uri "abn" version))
7722 (sha256
7723 (base32
7724 "17vdrqm6qp5aijg00ah2imj3pqr6cl5r43hgg8dijbrbhznarci6"))))
7725 (build-system r-build-system)
7726 (inputs
7727 `(("gsl" ,gsl)))
7728 (propagated-inputs
7729 `(("r-lme4" ,r-lme4)
7730 ("r-nnet" ,r-nnet)
7731 ("r-rcpp" ,r-rcpp)
7732 ("r-rcpparmadillo" ,r-rcpparmadillo)
7733 ("r-rjags" ,r-rjags)))
7734 (home-page "https://r-bayesian-networks.org/")
7735 (synopsis "Modelling multivariate data with additive bayesian networks")
7736 (description
7737 "Bayesian network analysis is a form of probabilistic graphical models
7738 which derives from empirical data a directed acyclic graph, DAG, describing
7739 the dependency structure between random variables. An additive Bayesian
7740 network model consists of a form of a DAG where each node comprises a
7741 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
7742 equivalent to Bayesian multivariate regression using graphical modelling, they
7743 generalises the usual multivariable regression, GLM, to multiple dependent
7744 variables. This package provides routines to help determine optimal Bayesian
7745 network models for a given data set, where these models are used to identify
7746 statistical dependencies in messy, complex data.")
7747 (license license:gpl2+)))
7748
7749 (define-public r-acd
7750 (package
7751 (name "r-acd")
7752 (version "1.5.3")
7753 (source
7754 (origin
7755 (method url-fetch)
7756 (uri (cran-uri "ACD" version))
7757 (sha256
7758 (base32
7759 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
7760 (properties `((upstream-name . "ACD")))
7761 (build-system r-build-system)
7762 (home-page "https://cran.r-project.org/web/packages/ACD/")
7763 (synopsis "Categorical data analysis with complete or missing responses")
7764 (description
7765 "This package provides tools for categorical data analysis with complete
7766 or missing responses.")
7767 (license license:gpl2+)))
7768
7769 (define-public r-acdm
7770 (package
7771 (name "r-acdm")
7772 (version "1.0.4")
7773 (source
7774 (origin
7775 (method url-fetch)
7776 (uri (cran-uri "ACDm" version))
7777 (sha256
7778 (base32
7779 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
7780 (properties `((upstream-name . "ACDm")))
7781 (build-system r-build-system)
7782 (propagated-inputs
7783 `(("r-dplyr" ,r-dplyr)
7784 ("r-ggplot2" ,r-ggplot2)
7785 ("r-plyr" ,r-plyr)
7786 ("r-rsolnp" ,r-rsolnp)
7787 ("r-zoo" ,r-zoo)))
7788 (home-page "https://cran.r-project.org/web/packages/ACDm/")
7789 (synopsis "Tools for Autoregressive Conditional Duration Models")
7790 (description
7791 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
7792 and Russell, 1998) models. It creates trade, price or volume durations from
7793 transactions (tic) data, performs diurnal adjustments, fits various ACD models
7794 and tests them.")
7795 (license license:gpl2+)))
7796
7797 (define-public r-overlap
7798 (package
7799 (name "r-overlap")
7800 (version "0.3.3")
7801 (source
7802 (origin
7803 (method url-fetch)
7804 (uri (cran-uri "overlap" version))
7805 (sha256
7806 (base32
7807 "17cnr4qin1qy0df4k491267acna12gpbbps6w3gi8nccqxfrb1pd"))))
7808 (build-system r-build-system)
7809 (home-page "https://cran.r-project.org/web/packages/overlap/")
7810 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
7811 (description
7812 "This package provides functions to fit kernel density functions to data
7813 on temporal activity patterns of animals; estimate coefficients of overlapping
7814 of densities for two species; and calculate bootstrap estimates of confidence
7815 intervals.")
7816 (license license:gpl3+)))
7817
7818 (define-public r-snakecase
7819 (package
7820 (name "r-snakecase")
7821 (version "0.11.0")
7822 (source
7823 (origin
7824 (method url-fetch)
7825 (uri (cran-uri "snakecase" version))
7826 (sha256
7827 (base32
7828 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
7829 (build-system r-build-system)
7830 (propagated-inputs
7831 `(("r-stringi" ,r-stringi)
7832 ("r-stringr" ,r-stringr)))
7833 (home-page "https://github.com/Tazinho/snakecase")
7834 (synopsis "Convert strings into any case")
7835 (description
7836 "This package provides a consistent, flexible and easy to use tool to
7837 parse and convert strings into cases like snake or camel among others.")
7838 (license license:gpl3)))
7839
7840 (define-public r-prediction
7841 (package
7842 (name "r-prediction")
7843 (version "0.3.14")
7844 (source
7845 (origin
7846 (method url-fetch)
7847 (uri (cran-uri "prediction" version))
7848 (sha256
7849 (base32
7850 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
7851 (build-system r-build-system)
7852 (propagated-inputs
7853 `(("r-data-table" ,r-data-table)))
7854 (home-page "https://github.com/leeper/prediction")
7855 (synopsis "Tidy, type-safe prediction methods")
7856 (description
7857 "This package provides the @code{prediction()} function, a type-safe
7858 alternative to @code{predict()} that always returns a data frame. The package
7859 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
7860 from the @code{stats} package, as well as numerous other model classes from
7861 other add-on packages.")
7862 (license license:expat)))
7863
7864 (define-public r-insight
7865 (package
7866 (name "r-insight")
7867 (version "0.12.0")
7868 (source
7869 (origin
7870 (method url-fetch)
7871 (uri (cran-uri "insight" version))
7872 (sha256
7873 (base32
7874 "0gkvcw9d729ql1gfrpxzgrag4xafd0hchrdww215qz11ma1rzy7s"))))
7875 (build-system r-build-system)
7876 (native-inputs
7877 `(("r-knitr" ,r-knitr)))
7878 (home-page "https://easystats.github.io/insight/")
7879 (synopsis "Easy access to model information for various model objects")
7880 (description
7881 "This package provides a tool to provide an easy, intuitive and
7882 consistent access to information contained in various R models, like model
7883 formulas, model terms, information about random effects, data that was used to
7884 fit the model or data from response variables. The package mainly revolves
7885 around two types of functions: Functions that find (the names of) information,
7886 starting with @code{find_}, and functions that get the underlying data,
7887 starting with @code{get_}. The package has a consistent syntax and works with
7888 many different model objects, where otherwise functions to access these
7889 information are missing.")
7890 (license license:gpl3)))
7891
7892 (define-public r-sjlabelled
7893 (package
7894 (name "r-sjlabelled")
7895 (version "1.1.7")
7896 (source
7897 (origin
7898 (method url-fetch)
7899 (uri (cran-uri "sjlabelled" version))
7900 (sha256
7901 (base32
7902 "0d3fsjd2gxchv8mlx9l5pf8xvkmx4pgvizam83f3qss07bmvpzwg"))))
7903 (build-system r-build-system)
7904 (propagated-inputs
7905 `(("r-insight" ,r-insight)))
7906 (native-inputs
7907 `(("r-knitr" ,r-knitr)))
7908 (home-page "https://github.com/strengejacke/sjlabelled")
7909 (synopsis "Labelled data utility functions")
7910 (description
7911 "This package provides a collection of functions dealing with labelled
7912 data, like reading and writing data between R and other statistical software
7913 packages. This includes easy ways to get, set or change value and variable
7914 label attributes, to convert labelled vectors into factors or numeric (and
7915 vice versa), or to deal with multiple declared missing values.")
7916 (license license:gpl3)))
7917
7918 (define-public r-sjmisc
7919 (package
7920 (name "r-sjmisc")
7921 (version "2.8.6")
7922 (source
7923 (origin
7924 (method url-fetch)
7925 (uri (cran-uri "sjmisc" version))
7926 (sha256
7927 (base32
7928 "1nfrkv5jfnwb85blpv7yk7xac1myzi2c30bqcf7xicniknkjwycr"))))
7929 (build-system r-build-system)
7930 (propagated-inputs
7931 `(("r-dplyr" ,r-dplyr)
7932 ("r-insight" ,r-insight)
7933 ("r-magrittr" ,r-magrittr)
7934 ("r-purrr" ,r-purrr)
7935 ("r-rlang" ,r-rlang)
7936 ("r-sjlabelled" ,r-sjlabelled)
7937 ("r-tidyselect" ,r-tidyselect)))
7938 (native-inputs
7939 `(("r-knitr" ,r-knitr)))
7940 (home-page "https://github.com/strengejacke/sjmisc")
7941 (synopsis "Data and variable transformation functions")
7942 (description
7943 "This package is a collection of miscellaneous utility functions,
7944 supporting data transformation tasks like recoding, dichotomizing or grouping
7945 variables, setting and replacing missing values. The data transformation
7946 functions also support labelled data, and all integrate seamlessly into a
7947 tidyverse workflow.")
7948 (license license:gpl3)))
7949
7950 (define-public r-nortest
7951 (package
7952 (name "r-nortest")
7953 (version "1.0-4")
7954 (source
7955 (origin
7956 (method url-fetch)
7957 (uri (cran-uri "nortest" version))
7958 (sha256
7959 (base32
7960 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
7961 (build-system r-build-system)
7962 (home-page "https://cran.r-project.org/web/packages/nortest/")
7963 (synopsis "Tests for normality")
7964 (description
7965 "This package provides five omnibus tests for testing the composite
7966 hypothesis of normality.")
7967 (license license:gpl2+)))
7968
7969 (define-public r-moonbook
7970 (package
7971 (name "r-moonbook")
7972 (version "0.2.4")
7973 (source
7974 (origin
7975 (method url-fetch)
7976 (uri (cran-uri "moonBook" version))
7977 (sha256
7978 (base32
7979 "0z78pzc8sr2g19xjdd9cmai4iqyifmh79gj8x40ddww6a27dalry"))))
7980 (properties `((upstream-name . "moonBook")))
7981 (build-system r-build-system)
7982 (propagated-inputs
7983 `(("r-magrittr" ,r-magrittr)
7984 ("r-nortest" ,r-nortest)
7985 ("r-sjmisc" ,r-sjmisc)
7986 ("r-stringr" ,r-stringr)
7987 ("r-survival" ,r-survival)
7988 ("r-ztable" ,r-ztable)))
7989 (native-inputs
7990 `(("r-knitr" ,r-knitr)))
7991 (home-page "https://github.com/cardiomoon/moonBook")
7992 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
7993 (description
7994 "This package provides several analysis-related functions for the book
7995 entitled \"R statistics and graph for medical articles\" (written in Korean),
7996 version 1, by Keon-Woong Moon with Korean demographic data with several plot
7997 functions.")
7998 (license license:gpl2)))
7999
8000 (define-public r-flextable
8001 (package
8002 (name "r-flextable")
8003 (version "0.6.3")
8004 (source
8005 (origin
8006 (method url-fetch)
8007 (uri (cran-uri "flextable" version))
8008 (sha256
8009 (base32
8010 "0as80m19lvajc0vzllq9d9p63zglsm2ph7vdfg3jgk90jp8j76dg"))))
8011 (build-system r-build-system)
8012 (propagated-inputs
8013 `(("r-base64enc" ,r-base64enc)
8014 ("r-data-table" ,r-data-table)
8015 ("r-gdtools" ,r-gdtools)
8016 ("r-htmltools" ,r-htmltools)
8017 ("r-knitr" ,r-knitr)
8018 ("r-officer" ,r-officer)
8019 ("r-rlang" ,r-rlang)
8020 ("r-rmarkdown" ,r-rmarkdown)
8021 ("r-uuid" ,r-uuid)
8022 ("r-xml2" ,r-xml2)))
8023 (native-inputs
8024 `(("r-knitr" ,r-knitr)))
8025 (home-page "https://davidgohel.github.io/flextable")
8026 (synopsis "Functions for tabular reporting")
8027 (description
8028 "This package provides tools to create pretty tables for HTML documents
8029 and other formats. Functions are provided to let users create tables, modify
8030 and format their content. It extends the @code{officer} package and can be
8031 used within R markdown documents when rendering to HTML and to Word
8032 documents.")
8033 (license license:gpl3)))
8034
8035 (define-public r-writexl
8036 (package
8037 (name "r-writexl")
8038 (version "1.3.1")
8039 (source
8040 (origin
8041 (method url-fetch)
8042 (uri (cran-uri "writexl" version))
8043 (sha256
8044 (base32
8045 "1njdhvh8605wd2j8glrbxfyc36p2n88prpq080jn44s9lgfmbgsb"))))
8046 (build-system r-build-system)
8047 (inputs `(("zlib" ,zlib)))
8048 (home-page "https://github.com/ropensci/writexl")
8049 (synopsis "Export data frames to xlsx format")
8050 (description
8051 "This package provides a data frame to xlsx exporter based on
8052 libxlsxwriter.")
8053 (license license:bsd-2)))
8054
8055 (define-public r-biasedurn
8056 (package
8057 (name "r-biasedurn")
8058 (version "1.07")
8059 (source
8060 (origin
8061 (method url-fetch)
8062 (uri (cran-uri "BiasedUrn" version))
8063 (sha256
8064 (base32
8065 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
8066 (properties `((upstream-name . "BiasedUrn")))
8067 (build-system r-build-system)
8068 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
8069 (synopsis "Biased Urn model distributions")
8070 (description
8071 "This package provides statistical models of biased sampling in the form
8072 of univariate and multivariate noncentral hypergeometric distributions,
8073 including Wallenius' noncentral hypergeometric distribution and Fisher's
8074 noncentral hypergeometric distribution (also called extended hypergeometric
8075 distribution).")
8076 (license license:gpl3)))
8077
8078 (define-public r-goplot
8079 (package
8080 (name "r-goplot")
8081 (version "1.0.2")
8082 (source
8083 (origin
8084 (method url-fetch)
8085 (uri (cran-uri "GOplot" version))
8086 (sha256
8087 (base32
8088 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
8089 (properties `((upstream-name . "GOplot")))
8090 (build-system r-build-system)
8091 (propagated-inputs
8092 `(("r-ggdendro" ,r-ggdendro)
8093 ("r-ggplot2" ,r-ggplot2)
8094 ("r-gridextra" ,r-gridextra)
8095 ("r-rcolorbrewer" ,r-rcolorbrewer)))
8096 (home-page "https://github.com/wencke/wencke.github.io")
8097 (synopsis "Visualization of functional analysis data")
8098 (description
8099 "This package provides an implementation of multilayered visualizations
8100 for enhanced graphical representation of functional analysis data. It
8101 combines and integrates omics data derived from expression and functional
8102 annotation enrichment analyses. Its plotting functions have been developed
8103 with an hierarchical structure in mind: starting from a general overview to
8104 identify the most enriched categories (modified bar plot, bubble plot) to a
8105 more detailed one displaying different types of relevant information for the
8106 molecules in a given set of categories (circle plot, chord plot, cluster plot,
8107 Venn diagram, heatmap).")
8108 (license license:gpl2)))
8109
8110 (define-public r-getopt
8111 (package
8112 (name "r-getopt")
8113 (version "1.20.3")
8114 (source
8115 (origin
8116 (method url-fetch)
8117 (uri (cran-uri "getopt" version))
8118 (sha256
8119 (base32
8120 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
8121 (build-system r-build-system)
8122 (home-page "https://github.com/trevorld/getopt")
8123 (synopsis "Command-line option processor for R")
8124 (description
8125 "This package is designed to be used with Rscript to write shebang
8126 scripts that accept short and long options. Many users will prefer to
8127 use the packages @code{optparse} or @code{argparse} which add extra
8128 features like automatically generated help options and usage texts,
8129 support for default values, positional argument support, etc.")
8130 (license license:gpl2+)))
8131
8132 (define-public r-findpython
8133 (package
8134 (name "r-findpython")
8135 (version "1.0.7")
8136 (source
8137 (origin
8138 (method url-fetch)
8139 (uri (cran-uri "findpython" version))
8140 (sha256
8141 (base32
8142 "0jf10jpqla90x03kl3k77gnd255zmw9rvr8d724vb17cqawh9yar"))))
8143 (build-system r-build-system)
8144 (home-page "https://github.com/trevorld/findpython")
8145 (synopsis "Functions to find an acceptable Python binary")
8146 (description
8147 "This package was designed to find an acceptable Python binary that
8148 matches version and feature constraints.")
8149 (license license:expat)))
8150
8151 ;; This in not the same as "r-argparser"
8152 (define-public r-argparse
8153 (package
8154 (name "r-argparse")
8155 (version "2.0.3")
8156 (source
8157 (origin
8158 (method url-fetch)
8159 (uri (cran-uri "argparse" version))
8160 (sha256
8161 (base32
8162 "1c2r417m1dxk1jhcggv3g4zax5a59k9rqs9jcs6xy2pa2333jqfj"))))
8163 (build-system r-build-system)
8164 (inputs `(("python" ,python)))
8165 (propagated-inputs
8166 `(("r-findpython" ,r-findpython)
8167 ("r-jsonlite" ,r-jsonlite)
8168 ("r-r6" ,r-r6)))
8169 (native-inputs
8170 `(("r-knitr" ,r-knitr)))
8171 (home-page "https://github.com/trevorld/argparse")
8172 (synopsis "Command line optional and positional argument parser")
8173 (description
8174 "This package provides a command line parser to be used with Rscript to
8175 write shebang scripts that gracefully accept positional and optional arguments
8176 and automatically generate usage notices.")
8177 (license license:gpl2+)))
8178
8179 (define-public r-hash
8180 (package
8181 (name "r-hash")
8182 (version "2.2.6.1")
8183 (source
8184 (origin
8185 (method url-fetch)
8186 (uri (cran-uri "hash" version))
8187 (sha256
8188 (base32
8189 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
8190 (build-system r-build-system)
8191 (home-page "https://cran.r-project.org/web/packages/hash/")
8192 (synopsis "Implementation of hash/associated arrays/dictionaries")
8193 (description
8194 "This package implements a data structure similar to hashes in Perl and
8195 dictionaries in Python but with a purposefully R flavor. For objects of
8196 appreciable size, access using hashes outperforms native named lists and
8197 vectors.")
8198 (license license:gpl2+)))
8199
8200 (define-public r-orddom
8201 (package
8202 (name "r-orddom")
8203 (version "3.1")
8204 (source
8205 (origin
8206 (method url-fetch)
8207 (uri (cran-uri "orddom" version))
8208 (sha256
8209 (base32
8210 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
8211 (build-system r-build-system)
8212 (propagated-inputs `(("r-psych" ,r-psych)))
8213 (home-page "https://cran.r-project.org/web/packages/orddom/")
8214 (synopsis "Ordinal dominance statistics")
8215 (description
8216 "This package provides tools to compute ordinal, statistics and effect
8217 sizes as an alternative to mean comparison: Cliff's delta or success rate
8218 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
8219 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
8220 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
8221 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
8222 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
8223 Group (Non-)Overlap considerations.")
8224 (license license:gpl2)))
8225
8226 (define-public r-deriv
8227 (package
8228 (name "r-deriv")
8229 (version "4.1.2")
8230 (source
8231 (origin
8232 (method url-fetch)
8233 (uri (cran-uri "Deriv" version))
8234 (sha256
8235 (base32
8236 "1j9sh1w9lsnnhlh59g4ghykyfx46rxh380s8imvm7pzna7rw7c64"))))
8237 (properties `((upstream-name . "Deriv")))
8238 (build-system r-build-system)
8239 (home-page "https://cran.r-project.org/web/packages/Deriv")
8240 (synopsis "Symbolic differentiation")
8241 (description
8242 "This package provides an R-based solution for symbolic differentiation.
8243 It admits user-defined functions as well as function substitution in arguments
8244 of functions to be differentiated. Some symbolic simplification is part of
8245 the work.")
8246 (license license:gpl3+)))
8247
8248 (define-public r-doby
8249 (package
8250 (name "r-doby")
8251 (version "4.6.8")
8252 (source
8253 (origin
8254 (method url-fetch)
8255 (uri (cran-uri "doBy" version))
8256 (sha256
8257 (base32
8258 "0r97kwsj6g87m7shgnjc5c9y71jkhiq4xd9q0s2bxl0vl92qqwvg"))))
8259 (properties `((upstream-name . "doBy")))
8260 (build-system r-build-system)
8261 (propagated-inputs
8262 `(("r-broom" ,r-broom)
8263 ("r-deriv" ,r-deriv)
8264 ("r-dplyr" ,r-dplyr)
8265 ("r-ggplot2" ,r-ggplot2)
8266 ("r-magrittr" ,r-magrittr)
8267 ("r-mass" ,r-mass)
8268 ("r-matrix" ,r-matrix)
8269 ("r-pbkrtest" ,r-pbkrtest)
8270 ("r-tibble" ,r-tibble)))
8271 (native-inputs
8272 `(("r-knitr" ,r-knitr)))
8273 (home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
8274 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
8275 (description
8276 "This package contains:
8277
8278 @itemize
8279 @item facilities for working with grouped data: @code{do}
8280 something to data stratified @code{by} some variables.
8281 @item implementations of least-squares means, general linear contrasts, and
8282 @item miscellaneous other utilities.
8283 @end itemize\n")
8284 (license license:gpl2+)))
8285
8286 (define-public r-refgenome
8287 (package
8288 (name "r-refgenome")
8289 (version "1.7.7")
8290 (source
8291 (origin
8292 (method url-fetch)
8293 (uri (cran-uri "refGenome" version))
8294 (sha256
8295 (base32
8296 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
8297 (properties `((upstream-name . "refGenome")))
8298 (build-system r-build-system)
8299 (propagated-inputs
8300 `(("r-dbi" ,r-dbi)
8301 ("r-doby" ,r-doby)
8302 ("r-rsqlite" ,r-rsqlite)))
8303 (home-page "https://cran.r-project.org/web/packages/refGenome/")
8304 (synopsis
8305 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
8306 (description
8307 "This package contains functionality for importing and managing of
8308 downloaded genome annotation data from the Ensembl genome browser (European
8309 Bioinformatics Institute) and from the UCSC genome browser (University of
8310 California, Santa Cruz) and annotation routines for genomic positions and
8311 splice site positions.")
8312 (license license:gpl2)))
8313
8314 (define-public r-basix
8315 (package
8316 (name "r-basix")
8317 (version "1.1")
8318 (source
8319 (origin
8320 (method url-fetch)
8321 (uri (cran-uri "BASIX" version))
8322 (sha256
8323 (base32
8324 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
8325 (properties `((upstream-name . "BASIX")))
8326 (build-system r-build-system)
8327 (home-page "https://cran.r-project.org/web/packages/BASIX/")
8328 (synopsis "Efficient C/C++ toolset for R")
8329 (description
8330 "BASIX provides some efficient C/C++ implementations of native R
8331 procedures to speed up calculations in R.")
8332 (license license:gpl2)))
8333
8334 (define-public r-blockfest
8335 (package
8336 (name "r-blockfest")
8337 (version "1.8")
8338 (source
8339 (origin
8340 (method url-fetch)
8341 (uri (cran-uri "BlockFeST" version))
8342 (sha256
8343 (base32
8344 "12cbrmgqszlj729zrn9d1d7drbr0iay43knnmrzcxs6v7lfszsx5"))))
8345 (properties `((upstream-name . "BlockFeST")))
8346 (build-system r-build-system)
8347 (propagated-inputs `(("r-basix" ,r-basix)))
8348 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
8349 (synopsis "Bayesian calculation of region-specific fixation index")
8350 (description
8351 "This package provides an R implementation of an extension of the
8352 BayeScan software for codominant markers, adding the option to group
8353 individual SNPs into pre-defined blocks. A typical application of this new
8354 approach is the identification of genomic regions, genes, or gene sets
8355 containing one or more SNPs that evolved under directional selection.")
8356 (license license:gpl2)))
8357
8358 (define-public r-proc
8359 (package
8360 (name "r-proc")
8361 (version "1.17.0.1")
8362 (source
8363 (origin
8364 (method url-fetch)
8365 (uri (cran-uri "pROC" version))
8366 (sha256
8367 (base32
8368 "1gd6a47d6bcfd237s3g7r9rws8x2sg7zrvq5k6clpc41zdpp4712"))))
8369 (properties `((upstream-name . "pROC")))
8370 (build-system r-build-system)
8371 (propagated-inputs
8372 `(("r-plyr" ,r-plyr)
8373 ("r-rcpp" ,r-rcpp)))
8374 (home-page "https://web.expasy.org/pROC/")
8375 (synopsis "Display and analyze ROC curves")
8376 (description
8377 "This package provides tools for visualizing, smoothing and comparing
8378 receiver operating characteristic (ROC curves). The area under the
8379 curve (AUC) can be compared with statistical tests based on U-statistics or
8380 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
8381 (license license:gpl3+)))
8382
8383 (define-public r-rootsolve
8384 (package
8385 (name "r-rootsolve")
8386 (version "1.8.2.1")
8387 (source
8388 (origin
8389 (method url-fetch)
8390 (uri (cran-uri "rootSolve" version))
8391 (sha256
8392 (base32
8393 "0c9hhgq1pgqdg80a6n2ssfbj5nyaf97y4iiya7j7l6b34qc53128"))))
8394 (properties `((upstream-name . "rootSolve")))
8395 (build-system r-build-system)
8396 (native-inputs `(("gfortran" ,gfortran)))
8397 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
8398 (synopsis "Tools for the analysis of ordinary differential equations")
8399 (description
8400 "This package provides routines to find the root of nonlinear functions,
8401 and to perform steady-state and equilibrium analysis of @dfn{ordinary
8402 differential equations} (ODE). It includes routines that:
8403
8404 @enumerate
8405 @item generate gradient and jacobian matrices (full and banded),
8406 @item find roots of non-linear equations by the Newton-Raphson method,
8407 @item estimate steady-state conditions of a system of (differential) equations
8408 in full, banded or sparse form, using the Newton-Raphson method, or by
8409 dynamically running,
8410 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
8411 and 3-D partial differential equations, that have been converted to ordinary
8412 differential equations by numerical differencing (using the method-of-lines
8413 approach).
8414 @end enumerate\n")
8415 (license license:gpl2+)))
8416
8417 (define-public r-abcanalysis
8418 (package
8419 (name "r-abcanalysis")
8420 (version "1.2.1")
8421 (source
8422 (origin
8423 (method url-fetch)
8424 (uri (cran-uri "ABCanalysis" version))
8425 (sha256
8426 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
8427 (properties `((upstream-name . "ABCanalysis")))
8428 (build-system r-build-system)
8429 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
8430 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
8431 (synopsis "Computed ABC Analysis")
8432 (description
8433 "Multivariate data sets often differ in several factors or derived statistical
8434 parameters, which have to be selected for a valid interpretation. Basing this
8435 selection on traditional statistical limits leads occasionally to the perception
8436 of losing information from a data set. This package provides tools to calculate
8437 these limits on the basis of the mathematical properties of the distribution of
8438 the analyzed items.")
8439 (license license:gpl3)))
8440
8441 (define-public r-slam
8442 (package
8443 (name "r-slam")
8444 (version "0.1-48")
8445 (source
8446 (origin
8447 (method url-fetch)
8448 (uri (cran-uri "slam" version))
8449 (sha256
8450 (base32 "1ppsvkph4v1dffxgp12a4wnr9arj7pkmh4qv0and3f6nbz9k42qa"))))
8451 (build-system r-build-system)
8452 (home-page "https://cran.r-project.org/web/packages/slam/")
8453 (synopsis "Sparse lightweight arrays and matrices")
8454 (description
8455 "This package contains data structures and algorithms for sparse arrays and matrices,
8456 based on index arrays and simple triplet representations, respectively.")
8457 (license license:gpl2)))
8458
8459 (define-public r-manipulatewidget
8460 (package
8461 (name "r-manipulatewidget")
8462 (version "0.10.1")
8463 (source
8464 (origin
8465 (method url-fetch)
8466 (uri (cran-uri "manipulateWidget" version))
8467 (sha256
8468 (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
8469 (properties
8470 `((upstream-name . "manipulateWidget")))
8471 (build-system r-build-system)
8472 (propagated-inputs
8473 `(("r-base64enc" ,r-base64enc)
8474 ("r-codetools" ,r-codetools)
8475 ("r-htmltools" ,r-htmltools)
8476 ("r-htmlwidgets" ,r-htmlwidgets)
8477 ("r-knitr" ,r-knitr)
8478 ("r-miniui" ,r-miniui)
8479 ("r-shiny" ,r-shiny)
8480 ("r-webshot" ,r-webshot)))
8481 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
8482 (synopsis "Add even more interactivity to interactive charts")
8483 (description
8484 "This package lets you create in just a few lines of R code a nice user interface to
8485 modify the data or the graphical parameters of one or multiple interactive
8486 charts. It is useful to quickly explore visually some data or for package
8487 developers to generate user interfaces easy to maintain.")
8488 (license license:gpl2+)))
8489
8490 (define-public r-a3
8491 (package
8492 (name "r-a3")
8493 (version "1.0.0")
8494 (source
8495 (origin
8496 (method url-fetch)
8497 (uri (cran-uri "A3" version))
8498 (sha256
8499 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
8500 (properties `((upstream-name . "A3")))
8501 (build-system r-build-system)
8502 (propagated-inputs
8503 `(("r-pbapply" ,r-pbapply)
8504 ("r-xtable" ,r-xtable)))
8505 (home-page "https://cran.r-project.org/web/packages/A3/")
8506 (synopsis "Error metrics for predictive models")
8507 (description
8508 "This package supplies tools for tabulating and analyzing the results of predictive
8509 models. The methods employed are applicable to virtually any predictive model
8510 and make comparisons between different methodologies straightforward.")
8511 (license license:gpl2+)))
8512
8513 (define-public r-infotheo
8514 (package
8515 (name "r-infotheo")
8516 (version "1.2.0")
8517 (source
8518 (origin
8519 (method url-fetch)
8520 (uri (cran-uri "infotheo" version))
8521 (sha256
8522 (base32
8523 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
8524 (build-system r-build-system)
8525 (home-page "http://homepage.meyerp.com/software")
8526 (synopsis "Information-theoretic measures")
8527 (description
8528 "This package implements various measures of information theory based on
8529 several entropy estimators.")
8530 (license license:gpl3+)))
8531
8532 (define-public r-abcoptim
8533 (package
8534 (name "r-abcoptim")
8535 (version "0.15.0")
8536 (source
8537 (origin
8538 (method url-fetch)
8539 (uri (cran-uri "ABCoptim" version))
8540 (sha256
8541 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
8542 (properties `((upstream-name . "ABCoptim")))
8543 (build-system r-build-system)
8544 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
8545 (home-page "https://github.com/gvegayon/ABCoptim/")
8546 (synopsis "Optimization of Artificial Bee Colony algorithm")
8547 (description
8548 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
8549 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
8550 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
8551 algorithms, and uses only common control parameters such as colony size and
8552 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
8553 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
8554 This version is a work-in-progress and is written in R code.")
8555 (license license:expat)))
8556
8557 (define-public r-abcp2
8558 (package
8559 (name "r-abcp2")
8560 (version "1.2")
8561 (source
8562 (origin
8563 (method url-fetch)
8564 (uri (cran-uri "ABCp2" version))
8565 (sha256
8566 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
8567 (properties `((upstream-name . "ABCp2")))
8568 (build-system r-build-system)
8569 (propagated-inputs `(("r-mass" ,r-mass)))
8570 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
8571 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
8572 (description
8573 "This package tests the goodness of fit of a distribution of offspring to the Normal,
8574 Poisson, and Gamma distribution and estimates the proportional paternity of the
8575 second male (P2) based on the best fit distribution.")
8576 (license license:gpl2)))
8577
8578 (define-public r-abcrf
8579 (package
8580 (name "r-abcrf")
8581 (version "1.8.1")
8582 (source
8583 (origin
8584 (method url-fetch)
8585 (uri (cran-uri "abcrf" version))
8586 (sha256
8587 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
8588 (build-system r-build-system)
8589 (propagated-inputs
8590 `(("r-doparallel" ,r-doparallel)
8591 ("r-foreach" ,r-foreach)
8592 ("r-mass" ,r-mass)
8593 ("r-matrixstats" ,r-matrixstats)
8594 ("r-ranger" ,r-ranger)
8595 ("r-rcpp" ,r-rcpp)
8596 ("r-rcpparmadillo" ,r-rcpparmadillo)
8597 ("r-readr" ,r-readr)
8598 ("r-stringr" ,r-stringr)))
8599 (home-page "https://cran.r-project.org/web/packages/abcrf/")
8600 (synopsis "Approximate bayesian computation via random forests")
8601 (description
8602 "This package performs approximate bayesian computation (ABC) model choice and
8603 parameter inference via random forests. This machine learning tool named random
8604 forests (RF) can conduct selection among the highly complex models covered by
8605 ABC algorithms.")
8606 (license license:gpl2+)))
8607
8608 (define-public r-abctools
8609 (package
8610 (name "r-abctools")
8611 (version "1.1.3")
8612 (source
8613 (origin
8614 (method url-fetch)
8615 (uri (cran-uri "abctools" version))
8616 (sha256
8617 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
8618 (build-system r-build-system)
8619 (propagated-inputs
8620 `(("r-abc" ,r-abc)
8621 ("r-abind" ,r-abind)
8622 ("r-hmisc" ,r-hmisc)
8623 ("r-plyr" ,r-plyr)))
8624 (home-page "https://github.com/dennisprangle/abctools/")
8625 (synopsis "Tools for ABC analyses")
8626 (description
8627 "This @code{r-abctools} package provides tools for approximate Bayesian computation
8628 including summary statistic selection and assessing coverage. This includes
8629 recent dimension reduction algorithms to tune the choice of summary statistics,
8630 and coverage methods to tune the choice of threshold.")
8631 (license license:gpl2+)))
8632
8633 (define-public r-ggstance
8634 (package
8635 (name "r-ggstance")
8636 (version "0.3.5")
8637 (source
8638 (origin
8639 (method url-fetch)
8640 (uri (cran-uri "ggstance" version))
8641 (sha256
8642 (base32 "0jz9vvnmcc6a38n8nzr458r65sna23bgn5r8mxdhzdlyqibihr7d"))))
8643 (build-system r-build-system)
8644 (propagated-inputs
8645 `(("r-ggplot2" ,r-ggplot2)
8646 ("r-plyr" ,r-plyr)
8647 ("r-rlang" ,r-rlang)
8648 ("r-withr" ,r-withr)))
8649 (home-page "https://cran.r-project.org/web/packages/ggstance/")
8650 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
8651 (description
8652 "This package is a @code{r-ggplot2} extension that provides flipped components:
8653 @enumerate
8654 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
8655 @item vertical versions of @code{r-ggplot2} positions.
8656 @end enumerate")
8657 (license license:gpl3)))
8658
8659 (define-public r-mosaiccore
8660 (package
8661 (name "r-mosaiccore")
8662 (version "0.9.0")
8663 (source
8664 (origin
8665 (method url-fetch)
8666 (uri (cran-uri "mosaicCore" version))
8667 (sha256
8668 (base32 "1h3ixzna4xy42rdnd89jj0v9q0riy3fnkd33z6l5c0zaidzm58fz"))))
8669 (properties `((upstream-name . "mosaicCore")))
8670 (build-system r-build-system)
8671 (propagated-inputs
8672 `(("r-dplyr" ,r-dplyr)
8673 ("r-mass" ,r-mass)
8674 ("r-rlang" ,r-rlang)
8675 ("r-tidyr" ,r-tidyr)))
8676 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
8677 (synopsis "Common utilities for mosaic family packages")
8678 (description
8679 "Common utilities used in other Mosaic family packages are collected here.")
8680 (license license:gpl2+)))
8681
8682 (define-public r-labelled
8683 (package
8684 (name "r-labelled")
8685 (version "2.7.0")
8686 (source
8687 (origin
8688 (method url-fetch)
8689 (uri (cran-uri "labelled" version))
8690 (sha256
8691 (base32
8692 "1nsb0mh0jg7gggc41b6v55nmfq07g0qn9fy55x4jws5dscs6pdmi"))))
8693 (properties `((upstream-name . "labelled")))
8694 (build-system r-build-system)
8695 (propagated-inputs
8696 `(("r-dplyr" ,r-dplyr)
8697 ("r-haven" ,r-haven)
8698 ("r-lifecycle" ,r-lifecycle)
8699 ("r-pillar" ,r-pillar)
8700 ("r-rlang" ,r-rlang)
8701 ("r-tidyr" ,r-tidyr)
8702 ("r-vctrs" ,r-vctrs)))
8703 (native-inputs
8704 `(("r-knitr" ,r-knitr)))
8705 (home-page "http://larmarange.github.io/labelled/")
8706 (synopsis "Manipulating labelled data")
8707 (description
8708 "This package provides useful functions to deal with the
8709 @code{haven_labelled} and @code{haven_labelled_spss} classes introduced by the
8710 haven package. ")
8711 (license license:gpl3)))
8712
8713 (define-public r-ggformula
8714 (package
8715 (name "r-ggformula")
8716 (version "0.10.1")
8717 (source
8718 (origin
8719 (method url-fetch)
8720 (uri (cran-uri "ggformula" version))
8721 (sha256
8722 (base32 "1ph5jd8svk8hmshi894vmmpq3zwgdmf4yn3gmdlkad68z8jynhsp"))))
8723 (build-system r-build-system)
8724 (propagated-inputs
8725 `(("r-ggforce" ,r-ggforce)
8726 ("r-ggplot2" ,r-ggplot2)
8727 ("r-ggridges" ,r-ggridges)
8728 ("r-ggstance" ,r-ggstance)
8729 ("r-labelled" ,r-labelled)
8730 ("r-magrittr" ,r-magrittr)
8731 ("r-mosaiccore" ,r-mosaiccore)
8732 ("r-rlang" ,r-rlang)
8733 ("r-scales" ,r-scales)
8734 ("r-stringr" ,r-stringr)
8735 ("r-tibble" ,r-tibble)))
8736 (native-inputs
8737 `(("r-knitr" ,r-knitr)))
8738 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
8739 (synopsis "Formula interface for the @code{r-ggplot2}")
8740 (description
8741 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
8742 gf_density(), and so on, bring the formula interface to ggplot(). This captures
8743 and extends the excellent simplicity of the lattice-graphics formula interface,
8744 while providing the intuitive capabilities of @code{r-ggplot2}.")
8745 (license license:expat)))
8746
8747 (define-public r-mosaicdata
8748 (package
8749 (name "r-mosaicdata")
8750 (version "0.20.2")
8751 (source
8752 (origin
8753 (method url-fetch)
8754 (uri (cran-uri "mosaicData" version))
8755 (sha256
8756 (base32 "0h3f5fgzkzjfgf3ml0qa5j52921y6wy6jgggxmhs31bs8fd4srg4"))))
8757 (properties `((upstream-name . "mosaicData")))
8758 (build-system r-build-system)
8759 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
8760 (synopsis "Data sets for project Mosaic")
8761 (description
8762 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
8763 used to teach mathematics, statistics, computation and modeling.")
8764 (license license:gpl2+)))
8765
8766 (define-public r-raster
8767 (package
8768 (name "r-raster")
8769 (version "3.4-5")
8770 (source
8771 (origin
8772 (method url-fetch)
8773 (uri (cran-uri "raster" version))
8774 (sha256
8775 (base32
8776 "19g4chd0nyhnz6hc2j0v9ahjcgz64vvja4y3mrj1pfis1dwhsqn6"))))
8777 (build-system r-build-system)
8778 (propagated-inputs
8779 `(("r-rcpp" ,r-rcpp)
8780 ("r-sp" ,r-sp)))
8781 (home-page "https://www.rspatial.org/")
8782 (synopsis "Geographic data analysis and modeling")
8783 (description
8784 "The package implements basic and high-level functions for reading,
8785 writing, manipulating, analyzing and modeling of gridded spatial data.
8786 Processing of very large files is supported.")
8787 (license license:gpl3+)))
8788
8789 (define-public r-mosaic
8790 (package
8791 (name "r-mosaic")
8792 (version "1.4.0")
8793 (source
8794 (origin
8795 (method url-fetch)
8796 (uri (cran-uri "mosaic" version))
8797 (sha256
8798 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
8799 (build-system r-build-system)
8800 (propagated-inputs
8801 `(("r-broom" ,r-broom)
8802 ("r-dplyr" ,r-dplyr)
8803 ("r-ggdendro" ,r-ggdendro)
8804 ("r-ggformula" ,r-ggformula)
8805 ("r-ggplot2" ,r-ggplot2)
8806 ("r-ggrepel" ,r-ggrepel)
8807 ("r-glue" ,r-glue)
8808 ("r-gridextra" ,r-gridextra)
8809 ("r-lattice" ,r-lattice)
8810 ("r-latticeextra" ,r-latticeextra)
8811 ("r-lazyeval" ,r-lazyeval)
8812 ("r-mass" ,r-mass)
8813 ("r-matrix" ,r-matrix)
8814 ("r-mosaiccore" ,r-mosaiccore)
8815 ("r-mosaicdata" ,r-mosaicdata)
8816 ("r-readr" ,r-readr)
8817 ("r-tidyr" ,r-tidyr)))
8818 (native-inputs
8819 `(("r-knitr" ,r-knitr)))
8820 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
8821 (synopsis "Mathematics, statistics, and computation teaching utilities")
8822 (description
8823 "This package contain data sets and utilities from
8824 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
8825 statistics, computation and modeling. Project MOSAIC is a community of
8826 educators working to tie together aspects of quantitative work that students
8827 in science, technology, engineering and mathematics will need in their
8828 professional lives, but which are usually taught in isolation, if at all.")
8829 (license license:gpl2+)))
8830
8831 (define-public r-abd
8832 (package
8833 (name "r-abd")
8834 (version "0.2-8")
8835 (source
8836 (origin
8837 (method url-fetch)
8838 (uri (cran-uri "abd" version))
8839 (sha256
8840 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
8841 (build-system r-build-system)
8842 (propagated-inputs
8843 `(("r-lattice" ,r-lattice)
8844 ("r-mosaic" ,r-mosaic)
8845 ("r-nlme" ,r-nlme)))
8846 (home-page "https://cran.r-project.org/web/packages/abd/")
8847 (synopsis "Analysis of biological data")
8848 (description
8849 "The @code{r-abd} package contains data sets and sample code for the Analysis of
8850 biological data by Michael Whitlock and Dolph Schluter.")
8851 (license license:gpl2)))
8852
8853 (define-public r-svgui
8854 (package
8855 (name "r-svgui")
8856 (version "1.0.0")
8857 (source
8858 (origin
8859 (method url-fetch)
8860 (uri (cran-uri "svGUI" version))
8861 (sha256
8862 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
8863 (properties `((upstream-name . "svGUI")))
8864 (build-system r-build-system)
8865 (home-page "https://github.com/SciViews/svGUI/")
8866 (synopsis "Functions for managing GUI clients in R")
8867 (description
8868 "The SciViews @code{svGUI} package eases the management of Graphical User
8869 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
8870 centralizes info about GUI elements currently used, and it dispatches GUI
8871 calls to the particular toolkits in use in function of the context.")
8872 (license license:gpl2)))
8873
8874 (define-public r-svdialogs
8875 (package
8876 (name "r-svdialogs")
8877 (version "1.0.0")
8878 (source
8879 (origin
8880 (method url-fetch)
8881 (uri (cran-uri "svDialogs" version))
8882 (sha256
8883 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
8884 (properties `((upstream-name . "svDialogs")))
8885 (build-system r-build-system)
8886 (inputs
8887 `(("yad" ,yad)
8888 ("zenity" ,zenity)))
8889 (propagated-inputs
8890 `(("r-rstudioapi" ,r-rstudioapi)
8891 ("r-svgui" ,r-svgui)))
8892 (home-page "https://github.com/SciViews/svDialogs/")
8893 (synopsis "Portable dialog boxes")
8894 (description
8895 "This package helps to construct standard dialog boxes for your GUI, including
8896 message boxes, input boxes, list, file or directory selection, and others. In
8897 case R cannot display GUI dialog boxes, a simpler command line version of these
8898 interactive elements is also provided as a fallback solution.")
8899 (license license:gpl2)))
8900
8901 (define-public r-abe
8902 (package
8903 (name "r-abe")
8904 (version "3.0.1")
8905 (source
8906 (origin
8907 (method url-fetch)
8908 (uri (cran-uri "abe" version))
8909 (sha256
8910 (base32
8911 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
8912 (build-system r-build-system)
8913 (home-page "https://cran.r-project.org/web/packages/abe/")
8914 (synopsis "Augmented backward elimination")
8915 (description
8916 "This package performs augmented backward elimination and checks the
8917 stability of the obtained model. Augmented backward elimination combines
8918 significance or information based criteria with the change in estimate to
8919 either select the optimal model for prediction purposes or to serve as a tool
8920 to obtain a practically sound, highly interpretable model.")
8921 (license license:gpl2+)))
8922
8923 (define-public r-abf2
8924 (package
8925 (name "r-abf2")
8926 (version "0.7-1")
8927 (source
8928 (origin
8929 (method url-fetch)
8930 (uri (cran-uri "abf2" version))
8931 (sha256
8932 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
8933 (build-system r-build-system)
8934 (home-page "https://cran.r-project.org/web/packages/abf2/")
8935 (synopsis "Load gap-free axon @code{r-abf2} files")
8936 (description
8937 "This package loads electrophysiology data from ABF2 files, as created by
8938 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
8939 mode are currently supported.")
8940 (license license:artistic2.0)))
8941
8942 (define-public r-abhgenotyper
8943 (package
8944 (name "r-abhgenotyper")
8945 (version "1.0.1")
8946 (source
8947 (origin
8948 (method url-fetch)
8949 (uri (cran-uri "ABHgenotypeR" version))
8950 (sha256
8951 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
8952 (properties `((upstream-name . "ABHgenotypeR")))
8953 (build-system r-build-system)
8954 (propagated-inputs
8955 `(("r-ggplot2" ,r-ggplot2)
8956 ("r-reshape2" ,r-reshape2)))
8957 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
8958 (synopsis "Visualize and manipulate ABH genotypes")
8959 (description
8960 "The @code{r-abhgenotyper} package provides simple imputation,
8961 error-correction and plotting capacities for genotype data. The package is
8962 supposed to serve as an intermediate but independent analysis tool between the
8963 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
8964 not found in either TASSEL or @code{r-qtl} in addition to visualization of
8965 genotypes as \"graphical genotypes\".")
8966 (license license:gpl3)))
8967
8968 (define-public r-furrr
8969 (package
8970 (name "r-furrr")
8971 (version "0.2.2")
8972 (source
8973 (origin
8974 (method url-fetch)
8975 (uri (cran-uri "furrr" version))
8976 (sha256
8977 (base32
8978 "0kfd4hw1yn2mfxzjgiz4r6yi2vsp1j0wy5hdhzd6wha7vi9h7hg5"))))
8979 (build-system r-build-system)
8980 (propagated-inputs
8981 `(("r-ellipsis" ,r-ellipsis)
8982 ("r-future" ,r-future)
8983 ("r-globals" ,r-globals)
8984 ("r-lifecycle" ,r-lifecycle)
8985 ("r-purrr" ,r-purrr)
8986 ("r-rlang" ,r-rlang)
8987 ("r-vctrs" ,r-vctrs)))
8988 (home-page "https://github.com/DavisVaughan/furrr")
8989 (synopsis "Apply mapping functions in parallel using futures")
8990 (description
8991 "This package provides implementations of the family of @code{map()}
8992 functions from the @code{purrr} package that can be resolved using any
8993 @code{future}-supported backend, e.g. parallel on the local machine or
8994 distributed on a compute cluster.")
8995 (license license:lgpl2.1+)))
8996
8997 (define-public r-abjutils
8998 (package
8999 (name "r-abjutils")
9000 (version "0.3.1")
9001 (source
9002 (origin
9003 (method url-fetch)
9004 (uri (cran-uri "abjutils" version))
9005 (sha256
9006 (base32 "18mmlkqsrjfclk8islfjdsp8sbw6dpjj5x45kqilxdiss69gg5zd"))))
9007 (build-system r-build-system)
9008 (propagated-inputs
9009 `(("r-dplyr" ,r-dplyr)
9010 ("r-magrittr" ,r-magrittr)
9011 ("r-purrr" ,r-purrr)
9012 ("r-rlang" ,r-rlang)
9013 ("r-rstudioapi" ,r-rstudioapi)
9014 ("r-stringi" ,r-stringi)
9015 ("r-stringr" ,r-stringr)
9016 ("r-tidyr" ,r-tidyr)))
9017 (home-page "https://github.com/abjur/abjutils/")
9018 (synopsis "Collection of tools for jurimetrical analysis")
9019 (description
9020 "This package implements general purpose tools, such as functions for
9021 sampling and basic manipulation of Brazilian lawsuits identification number.
9022 It also implements functions for text cleaning, such as accentuation
9023 removal.")
9024 (license license:expat)))
9025
9026 (define-public r-abnormality
9027 (package
9028 (name "r-abnormality")
9029 (version "0.1.0")
9030 (source
9031 (origin
9032 (method url-fetch)
9033 (uri (cran-uri "abnormality" version))
9034 (sha256
9035 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
9036 (build-system r-build-system)
9037 (propagated-inputs
9038 `(("r-mass" ,r-mass)
9039 ("r-matrix" ,r-matrix)))
9040 (home-page "https://cran.r-project.org/web/packages/abnormality/")
9041 (synopsis "Measure a subject's abnormality with respect to a reference population")
9042 (description
9043 "This package contains functions to implement the methodology and
9044 considerations laid out by Marks et al. in the article \"Measuring abnormality
9045 in high dimensional spaces: applications in biomechanical gait analysis\".
9046 Using high-dimensional datasets to measure a subject's overall level of
9047 abnormality as compared to a reference population is often needed in outcomes
9048 research.")
9049 (license license:expat)))
9050
9051 (define-public r-abodoutlier
9052 (package
9053 (name "r-abodoutlier")
9054 (version "0.1")
9055 (source
9056 (origin
9057 (method url-fetch)
9058 (uri (cran-uri "abodOutlier" version))
9059 (sha256
9060 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
9061 (properties `((upstream-name . "abodOutlier")))
9062 (build-system r-build-system)
9063 (propagated-inputs
9064 `(("r-cluster" ,r-cluster)))
9065 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
9066 (synopsis "Angle-based outlier detection")
9067 (description
9068 "This package performs angle-based outlier detection on a given data
9069 frame. It offers three methods to process data:
9070 @enumerate
9071 @item full but slow implementation using all the data that has cubic
9072 complexity;
9073 @item a fully randomized method;
9074 @item a method using k-nearest neighbours.
9075 @end enumerate
9076 These algorithms are well suited for high dimensional data outlier
9077 detection.")
9078 (license license:expat)))
9079
9080 (define-public r-abps
9081 (package
9082 (name "r-abps")
9083 (version "0.3")
9084 (source
9085 (origin
9086 (method url-fetch)
9087 (uri (cran-uri "ABPS" version))
9088 (sha256
9089 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
9090 (properties `((upstream-name . "ABPS")))
9091 (build-system r-build-system)
9092 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
9093 (home-page "https://cran.r-project.org/web/packages/ABPS/")
9094 (synopsis "Abnormal blood profile score to detect blood doping")
9095 (description
9096 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
9097 The ABPS is a part of the Athlete biological passport program of the World
9098 anti-doping agency, which combines several blood parameters into a single
9099 score in order to detect blood doping. The package also contains functions to
9100 calculate other scores used in anti-doping programs, such as the ratio of
9101 hemoglobin to reticulocytes (OFF-score), as well as example data.")
9102 (license license:gpl2+)))
9103
9104 (define-public r-parmigene
9105 (package
9106 (name "r-parmigene")
9107 (version "1.1.0")
9108 (source
9109 (origin
9110 (method url-fetch)
9111 (uri (cran-uri "parmigene" version))
9112 (sha256
9113 (base32
9114 "067rqxqyzy1fsjj0s1g7af4527whwdhzjzc5b8a8n7683na59ns4"))))
9115 (build-system r-build-system)
9116 (home-page "https://cran.r-project.org/web/packages/parmigene/")
9117 (synopsis "Mutual information estimation for gene network reconstruction")
9118 (description
9119 "This package provides a parallel estimation of the mutual information
9120 based on entropy estimates from k-nearest neighbors distances and algorithms
9121 for the reconstruction of gene regulatory networks.")
9122 (license license:agpl3+)))
9123
9124 (define-public r-pscl
9125 (package
9126 (name "r-pscl")
9127 (version "1.5.5")
9128 (source
9129 (origin
9130 (method url-fetch)
9131 (uri (cran-uri "pscl" version))
9132 (sha256
9133 (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
9134 (build-system r-build-system)
9135 (propagated-inputs
9136 `(("r-mass" ,r-mass)))
9137 (home-page "https://github.com/atahk/pscl/")
9138 (synopsis "Political science computational laboratory")
9139 (description
9140 "The @code{pscl} is an R package providing classes and methods for:
9141 @enumerate
9142 @item Bayesian analysis of roll call data (item-response models);
9143 @item elementary Bayesian statistics;
9144 @item maximum likelihood estimation of zero-inflated and hurdle models for count
9145 data;
9146 @item utility functions.
9147 @end enumerate")
9148 (license license:gpl2)))
9149
9150 (define-public r-accelmissing
9151 (package
9152 (name "r-accelmissing")
9153 (version "1.4")
9154 (source
9155 (origin
9156 (method url-fetch)
9157 (uri (cran-uri "accelmissing" version))
9158 (sha256
9159 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
9160 (build-system r-build-system)
9161 (propagated-inputs
9162 `(("r-mice" ,r-mice)
9163 ("r-pscl" ,r-pscl)))
9164 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
9165 (synopsis "Missing value imputation for accelerometer data")
9166 (description
9167 "This package provides a statistical method to impute the missing values in
9168 accelerometer data. The methodology includes both parametric and
9169 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
9170 model. It also provides multiple functions to preprocess the accelerometer data
9171 previous to the missing data imputation. These include detecting the wearing
9172 and the non-wearing time, selecting valid days and subjects, and creating plots.")
9173 (license license:gpl2+)))
9174
9175 (define-public r-mhsmm
9176 (package
9177 (name "r-mhsmm")
9178 (version "0.4.16")
9179 (source
9180 (origin
9181 (method url-fetch)
9182 (uri (cran-uri "mhsmm" version))
9183 (sha256
9184 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
9185 (build-system r-build-system)
9186 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
9187 (home-page "https://github.com/jaredo/mhsmm/")
9188 (synopsis "Inference for hidden Markov and semi-Markov models")
9189 (description
9190 "The @code{r-mhsmm} package implements estimation and prediction methods for
9191 hidden Markov and semi-Markov models for multiple observation sequences. Such
9192 techniques are of interest when observed data is thought to be dependent on some
9193 unobserved (or hidden) state. Also, this package is suitable for equidistant
9194 time series data, with multivariate and/or missing data. Allows user defined
9195 emission distributions.")
9196 (license license:gpl2+)))
9197
9198 (define-public r-nleqslv
9199 (package
9200 (name "r-nleqslv")
9201 (version "3.3.2")
9202 (source
9203 (origin
9204 (method url-fetch)
9205 (uri (cran-uri "nleqslv" version))
9206 (sha256
9207 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
9208 (build-system r-build-system)
9209 (native-inputs `(("gfortran" ,gfortran)))
9210 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
9211 (synopsis "Solve systems of nonlinear equations")
9212 (description
9213 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
9214 Broyden or a Newton method with a choice of global strategies such as line
9215 search and trust region. There are options for using a numerical or user
9216 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
9217 singular or ill-conditioned Jacobian.")
9218 (license license:gpl2+)))
9219
9220 (define-public r-physicalactivity
9221 (package
9222 (name "r-physicalactivity")
9223 (version "0.2-4")
9224 (source
9225 (origin
9226 (method url-fetch)
9227 (uri (cran-uri "PhysicalActivity" version))
9228 (sha256
9229 (base32 "0b27prkv3x6v2afz0y53ccs9scibpc7nj54n0hpd9fgn1wyg4c40"))))
9230 (properties
9231 `((upstream-name . "PhysicalActivity")))
9232 (build-system r-build-system)
9233 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
9234 (synopsis "Procesing accelerometer data for physical activity measurement")
9235 (description
9236 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
9237 for classification of monitor wear and nonwear time intervals in accelerometer
9238 data collected to assess physical activity. The package also contains functions
9239 for making plots of accelerometer data and obtaining the summary of various
9240 information including daily monitor wear time and the mean monitor wear time
9241 during valid days. The revised package version 0.2-1 improved the functions
9242 regarding speed, robustness and add better support for time zones and daylight
9243 saving. In addition, several functions were added:
9244 @enumerate
9245 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
9246 @item the @code{markPAI} can categorize physical activity intensity level based
9247 on user-defined cut-points of accelerometer counts.
9248 @end enumerate
9249 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
9250 @code{queryActigraph} functions.")
9251 (license license:gpl3+)))
9252
9253 (define-public r-acc
9254 (package
9255 (name "r-acc")
9256 (version "1.3.3")
9257 (source
9258 (origin
9259 (method url-fetch)
9260 (uri (cran-uri "acc" version))
9261 (sha256
9262 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
9263 (build-system r-build-system)
9264 (propagated-inputs
9265 `(("r-circlize" ,r-circlize)
9266 ("r-dbi" ,r-dbi)
9267 ("r-ggplot2" ,r-ggplot2)
9268 ("r-iterators" ,r-iterators)
9269 ("r-mhsmm" ,r-mhsmm)
9270 ("r-nleqslv" ,r-nleqslv)
9271 ("r-physicalactivity" ,r-physicalactivity)
9272 ("r-plyr" ,r-plyr)
9273 ("r-r-utils" ,r-r-utils)
9274 ("r-rcpp" ,r-rcpp)
9275 ("r-rcpparmadillo" ,r-rcpparmadillo)
9276 ("r-rsqlite" ,r-rsqlite)
9277 ("r-zoo" ,r-zoo)))
9278 (home-page "https://cran.r-project.org/web/packages/acc/")
9279 (synopsis "Exploring accelerometer data")
9280 (description
9281 "This package processes accelerometer data from uni-axial and tri-axial devices
9282 and generates data summaries. Also, includes functions to plot, analyze, and
9283 simulate accelerometer data.")
9284 (license license:gpl2+)))
9285
9286 (define-public r-rbenchmark
9287 (package
9288 (name "r-rbenchmark")
9289 (version "1.0.0")
9290 (source
9291 (origin
9292 (method url-fetch)
9293 (uri (cran-uri "rbenchmark" version))
9294 (sha256
9295 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
9296 (build-system r-build-system)
9297 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
9298 (synopsis "Benchmarking routine for R")
9299 (description
9300 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
9301 and is intended to facilitate benchmarking of arbitrary R code. The library
9302 consists of just one function, benchmark, which is a simple wrapper around
9303 system.time. Given a specification of the benchmarking process (counts of
9304 replications, evaluation environment) and an arbitrary number of expressions,
9305 benchmark evaluates each of the expressions in the specified environment,
9306 replicating the evaluation as many times as specified, and returning the results
9307 conveniently wrapped into a data frame.")
9308 (license license:gpl2+)))
9309
9310 (define-public r-mitools
9311 (package
9312 (name "r-mitools")
9313 (version "2.4")
9314 (source
9315 (origin
9316 (method url-fetch)
9317 (uri (cran-uri "mitools" version))
9318 (sha256
9319 (base32
9320 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
9321 (build-system r-build-system)
9322 (propagated-inputs `(("r-dbi" ,r-dbi)))
9323 (home-page "https://cran.r-project.org/web/packages/mitools/")
9324 (synopsis "Tools for multiple imputation of missing data")
9325 (description
9326 "This package provides tools to perform analyses and combine results from
9327 multiple-imputation datasets.")
9328 (license license:gpl2)))
9329
9330 (define-public r-mixsqp
9331 (package
9332 (name "r-mixsqp")
9333 (version "0.3-43")
9334 (source (origin
9335 (method url-fetch)
9336 (uri (cran-uri "mixsqp" version))
9337 (sha256
9338 (base32
9339 "1qics04w0swyp216d6g8dmsph8q2kpadpacp66h2qih3521js12q"))))
9340 (properties `((upstream-name . "mixsqp")))
9341 (build-system r-build-system)
9342 (propagated-inputs
9343 `(("r-irlba" ,r-irlba)
9344 ("r-rcpp" ,r-rcpp)
9345 ("r-rcpparmadillo" ,r-rcpparmadillo)))
9346 (native-inputs
9347 `(("r-knitr" ,r-knitr)))
9348 (home-page "https://github.com/stephenslab/mixsqp")
9349 (synopsis
9350 "Sequential quadratic programming for maximum-likelihood estimation")
9351 (description
9352 "This package provides an optimization method based on sequential
9353 quadratic programming for maximum likelihood estimation of the mixture
9354 proportions in a finite mixture model where the component densities are
9355 known. The algorithm is expected to obtain solutions that are at least
9356 as accurate as the state-of-the-art MOSEK interior-point solver, and they
9357 are expected to arrive at solutions more quickly when the number of
9358 samples is large and the number of mixture components is not too large.")
9359 (license license:expat)))
9360
9361 (define-public r-magick
9362 (package
9363 (name "r-magick")
9364 (version "2.6.0")
9365 (source
9366 (origin
9367 (method url-fetch)
9368 (uri (cran-uri "magick" version))
9369 (sha256
9370 (base32
9371 "1k4fqhxh2ppynl56fs044wpn4wk6gbv6lwp2x4x7j67zwcv56n36"))))
9372 (build-system r-build-system)
9373 (inputs
9374 `(("imagemagick" ,imagemagick)
9375 ("zlib" ,zlib)))
9376 (propagated-inputs
9377 `(("r-curl" ,r-curl)
9378 ("r-magrittr" ,r-magrittr)
9379 ("r-rcpp" ,r-rcpp)))
9380 (native-inputs
9381 `(("pkg-config" ,pkg-config)
9382 ("r-knitr" ,r-knitr)))
9383 (home-page "https://github.com/ropensci/magick")
9384 (synopsis "Advanced graphics and image-processing in R")
9385 (description
9386 "This package provides bindings to ImageMagick, a comprehensive image
9387 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
9388 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
9389 operations are vectorized via the Magick++ STL meaning they operate either on
9390 a single frame or a series of frames for working with layers, collages, or
9391 animation. In RStudio, images are automatically previewed when printed to the
9392 console, resulting in an interactive editing environment.")
9393 (license license:expat)))
9394
9395 (define-public r-survey
9396 (package
9397 (name "r-survey")
9398 (version "4.0")
9399 (source
9400 (origin
9401 (method url-fetch)
9402 (uri (cran-uri "survey" version))
9403 (sha256
9404 (base32
9405 "1q9x0s86s72gl43zj49gypg6jj2b78xjvxr4lmy5147s9h7z8lxh"))))
9406 (build-system r-build-system)
9407 (propagated-inputs
9408 `(("r-lattice" ,r-lattice)
9409 ("r-matrix" ,r-matrix)
9410 ("r-minqa" ,r-minqa)
9411 ("r-mitools" ,r-mitools)
9412 ("r-numderiv" ,r-numderiv)
9413 ("r-survival" ,r-survival)))
9414 (home-page "http://r-survey.r-forge.r-project.org/survey/")
9415 (synopsis "Analysis of complex survey samples")
9416 (description
9417 "This package provides tools for the analysis of complex survey samples.
9418 The provided features include: summary statistics, two-sample tests, rank
9419 tests, generalised linear models, cumulative link models, Cox models,
9420 loglinear models, and general maximum pseudolikelihood estimation for
9421 multistage stratified, cluster-sampled, unequally weighted survey samples;
9422 variances by Taylor series linearisation or replicate weights;
9423 post-stratification, calibration, and raking; two-phase subsampling designs;
9424 graphics; PPS sampling without replacement; principal components, and factor
9425 analysis.")
9426 ;; Either version of the GPL.
9427 (license (list license:gpl2 license:gpl3))))
9428
9429 (define-public r-gee
9430 (package
9431 (name "r-gee")
9432 (version "4.13-20")
9433 (source
9434 (origin
9435 (method url-fetch)
9436 (uri (cran-uri "gee" version))
9437 (sha256
9438 (base32
9439 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
9440 (properties `((upstream-name . "gee")))
9441 (build-system r-build-system)
9442 (native-inputs
9443 `(("gfortran" ,gfortran)))
9444 (home-page "https://cran.r-project.org/web/packages/gee/")
9445 (synopsis "Generalized estimation equation solver")
9446 (description
9447 "This package provides a solver for generalized estimation equations.")
9448 (license license:gpl2)))
9449
9450 (define-public r-tab
9451 (package
9452 (name "r-tab")
9453 (version "4.1.1")
9454 (source
9455 (origin
9456 (method url-fetch)
9457 (uri (cran-uri "tab" version))
9458 (sha256
9459 (base32
9460 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
9461 (properties `((upstream-name . "tab")))
9462 (build-system r-build-system)
9463 (propagated-inputs
9464 `(("r-dplyr" ,r-dplyr)
9465 ("r-gee" ,r-gee)
9466 ("r-knitr" ,r-knitr)
9467 ("r-mass" ,r-mass)
9468 ("r-survey" ,r-survey)
9469 ("r-survival" ,r-survival)
9470 ("r-xtable" ,r-xtable)))
9471 (home-page "https://cran.r-project.org/web/packages/tab/")
9472 (synopsis "Create summary tables for statistical reports")
9473 (description
9474 "This package contains functions for creating various types of summary
9475 tables, e.g. comparing characteristics across levels of a categorical variable
9476 and summarizing fitted generalized linear models, generalized estimating
9477 equations, and Cox proportional hazards models. Functions are available to
9478 handle data from simple random samples as well as complex surveys.")
9479 (license license:gpl3+)))
9480
9481 (define-public r-dvmisc
9482 (package
9483 (name "r-dvmisc")
9484 (version "1.1.4")
9485 (source
9486 (origin
9487 (method url-fetch)
9488 (uri (cran-uri "dvmisc" version))
9489 (sha256
9490 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
9491 (build-system r-build-system)
9492 (propagated-inputs
9493 `(("r-cubature" ,r-cubature)
9494 ("r-data-table" ,r-data-table)
9495 ("r-dplyr" ,r-dplyr)
9496 ("r-ggplot2" ,r-ggplot2)
9497 ("r-mass" ,r-mass)
9498 ("r-mvtnorm" ,r-mvtnorm)
9499 ("r-pracma" ,r-pracma)
9500 ("r-rbenchmark" ,r-rbenchmark)
9501 ("r-rcpp" ,r-rcpp)
9502 ("r-survey" ,r-survey)
9503 ("r-tab" ,r-tab)))
9504 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
9505 (synopsis "Faster computation of common statistics and miscellaneous functions")
9506 (description
9507 "This package implements faster versions of base R functions (e.g. mean, standard
9508 deviation, covariance, weighted mean), mostly written in C++, along with
9509 miscellaneous functions for various purposes (e.g. create the histogram with
9510 fitted probability density function or probability mass function curve, create
9511 the body mass index groups, assess the linearity assumption in logistic
9512 regression).")
9513 (license license:gpl2)))
9514
9515 (define-public r-accelerometry
9516 (package
9517 (name "r-accelerometry")
9518 (version "3.1.2")
9519 (source
9520 (origin
9521 (method url-fetch)
9522 (uri (cran-uri "accelerometry" version))
9523 (sha256
9524 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
9525 (build-system r-build-system)
9526 (propagated-inputs
9527 `(("r-dvmisc" ,r-dvmisc)
9528 ("r-rcpp" ,r-rcpp)))
9529 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
9530 (synopsis "Functions for processing accelerometer data")
9531 (description
9532 "This package provides a collection of functions that perform operations on
9533 time-series accelerometer data, such as identify the non-wear time, flag minutes
9534 that are part of an activity bout, and find the maximum 10-minute average count
9535 value. The functions are generally very flexible, allowing for a variety of
9536 algorithms to be implemented.")
9537 (license license:gpl3)))
9538
9539 (define-public r-absim
9540 (package
9541 (name "r-absim")
9542 (version "0.2.6")
9543 (source
9544 (origin
9545 (method url-fetch)
9546 (uri (cran-uri "AbSim" version))
9547 (sha256
9548 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
9549 (properties `((upstream-name . "AbSim")))
9550 (build-system r-build-system)
9551 (propagated-inputs
9552 `(("r-ape" ,r-ape)
9553 ("r-powerlaw" ,r-powerlaw)))
9554 (home-page "https://cran.r-project.org/web/packages/AbSim/")
9555 (synopsis "Time resolved simulations of antibody repertoires")
9556 (description
9557 "This package provides simulation methods for the evolution of antibody repertoires.
9558 The heavy and light chain variable region of both human and C57BL/6 mice can
9559 be simulated in a time-dependent fashion. Both single lineages using one set of
9560 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
9561 with an initial V-D-J recombination event, starting the first phylogenetic tree.
9562 Upon completion, the main loop of the algorithm begins, with each iteration
9563 representing one simulated time step. Various mutation events are possible at
9564 each time step, contributing to a diverse final repertoire.")
9565 (license license:gpl2)))
9566
9567 (define-public r-quic
9568 (package
9569 (name "r-quic")
9570 (version "1.1")
9571 (source
9572 (origin
9573 (method url-fetch)
9574 (uri (cran-uri "QUIC" version))
9575 (sha256
9576 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
9577 (properties `((upstream-name . "QUIC")))
9578 (build-system r-build-system)
9579 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
9580 (synopsis "Regularized sparse inverse covariance matrix estimation")
9581 (description
9582 "This package implements the regularized Gaussian maximum likelihood
9583 estimation of the inverse of a covariance matrix. It uses Newton's method and
9584 coordinate descent to solve the regularized inverse covariance matrix
9585 estimation problem.")
9586 ;; The project home page states that the release is under GPLv3 or later.
9587 ;; The CRAN page only says GPL-3.
9588 (license license:gpl3+)))
9589
9590 (define-public r-abundant
9591 (package
9592 (name "r-abundant")
9593 (version "1.1")
9594 (source
9595 (origin
9596 (method url-fetch)
9597 (uri (cran-uri "abundant" version))
9598 (sha256
9599 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
9600 (build-system r-build-system)
9601 (propagated-inputs
9602 `(("r-quic" ,r-quic)))
9603 (home-page "https://cran.r-project.org/web/packages/abundant/")
9604 (synopsis "Abundant regression and high-dimensional principal fitted components")
9605 (description
9606 "This package provides tools to fit and predict with the high-dimensional
9607 principal fitted components model. This model is described by Cook, Forzani,
9608 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
9609 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
9610 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
9611 (license license:gpl2+)))
9612
9613 (define-public r-ac3net
9614 (package
9615 (name "r-ac3net")
9616 (version "1.2.2")
9617 (source
9618 (origin
9619 (method url-fetch)
9620 (uri (cran-uri "Ac3net" version))
9621 (sha256
9622 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
9623 (properties `((upstream-name . "Ac3net")))
9624 (build-system r-build-system)
9625 (propagated-inputs
9626 `(("r-data-table" ,r-data-table)))
9627 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
9628 (synopsis "Inferring directional conservative causal core gene networks")
9629 (description "This package infers directional Conservative causal core
9630 (gene) networks (C3NET). This is a version of the algorithm C3NET with
9631 directional network.")
9632 (license license:gpl3+)))
9633
9634 (define-public r-aca
9635 (package
9636 (name "r-aca")
9637 (version "1.1")
9638 (source
9639 (origin
9640 (method url-fetch)
9641 (uri (cran-uri "ACA" version))
9642 (sha256
9643 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
9644 (properties `((upstream-name . "ACA")))
9645 (build-system r-build-system)
9646 (home-page "https://cran.r-project.org/web/packages/ACA/")
9647 (synopsis "Abrupt change-point or aberration detection in point series")
9648 (description
9649 "This package offers an interactive function for the detection of breakpoints in
9650 series.")
9651 ;; Any version of the GPL
9652 (license (list license:gpl2+ license:gpl3+))))
9653
9654 (define-public r-acceptancesampling
9655 (package
9656 (name "r-acceptancesampling")
9657 (version "1.0-6")
9658 (source
9659 (origin
9660 (method url-fetch)
9661 (uri (cran-uri "AcceptanceSampling" version))
9662 (sha256
9663 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
9664 (properties
9665 `((upstream-name . "AcceptanceSampling")))
9666 (build-system r-build-system)
9667 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
9668 (synopsis "Creation and evaluation of acceptance sampling plans")
9669 (description
9670 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
9671 acceptance sampling plans. Acceptance sampling is a methodology commonly used
9672 in quality control and improvement. International standards of acceptance
9673 sampling provide sampling plans for specific circumstances. The aim of this
9674 package is to provide an easy-to-use interface to visualize single, double or
9675 multiple sampling plans. In addition, methods have been provided to enable the
9676 user to assess sampling plans against pre-specified levels of performance, as
9677 measured by the probability of acceptance for a given level of quality in the
9678 lot.")
9679 (license license:gpl3+)))
9680
9681 (define-public r-acclma
9682 (package
9683 (name "r-acclma")
9684 (version "1.0")
9685 (source
9686 (origin
9687 (method url-fetch)
9688 (uri (cran-uri "ACCLMA" version))
9689 (sha256
9690 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
9691 (properties `((upstream-name . "ACCLMA")))
9692 (build-system r-build-system)
9693 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
9694 (synopsis "ACC & LMA graph plotting")
9695 (description
9696 "This package contains a function that imports data from a @acronym{CSV,
9697 Comma-Separated Values} file, or uses manually entered data from the format (x,
9698 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
9699 Curve} vs @acronym{LOI, Line of Independence} graph and
9700 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
9701 function is @code{plotLMA} (source file, header) that takes a data set and plots the
9702 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
9703 string) was passed, a manual data entry window is opened. The header parameter
9704 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
9705 a header row or not. The dataset should contain only one independent variable
9706 (x) and one dependent variable (y) and can contain a weight for each
9707 observation.")
9708 (license license:gpl2)))
9709
9710 (define-public r-aspi
9711 (package
9712 (name "r-aspi")
9713 (version "0.2.0")
9714 (source
9715 (origin
9716 (method url-fetch)
9717 (uri (cran-uri "aspi" version))
9718 (sha256
9719 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
9720 (build-system r-build-system)
9721 (home-page
9722 "https://cran.r-project.org/web/packages/aspi/")
9723 (synopsis
9724 "Analysis of symmetry of parasitic infections")
9725 (description
9726 "This package provides tools for the analysis and visualization of bilateral
9727 asymmetry in parasitic infections.")
9728 (license license:gpl3+)))
9729
9730 (define-public r-sandwich
9731 (package
9732 (name "r-sandwich")
9733 (version "3.0-0")
9734 (source
9735 (origin
9736 (method url-fetch)
9737 (uri (cran-uri "sandwich" version))
9738 (sha256
9739 (base32
9740 "0afm6snak7r11dxyl3qirqdjah6d9pdv4afmxwam1nq9bqxyb3w2"))))
9741 (build-system r-build-system)
9742 (propagated-inputs
9743 `(("r-zoo" ,r-zoo)))
9744 (home-page "https://cran.r-project.org/web/packages/sandwich/")
9745 (synopsis "Robust Covariance Matrix Estimators")
9746 (description
9747 "This package provides model-robust standard error estimators for
9748 cross-sectional, time series, clustered, panel, and longitudinal data.")
9749 ;; Either version of the license.
9750 (license (list license:gpl2 license:gpl3))))
9751
9752 (define-public r-th-data
9753 (package
9754 (name "r-th-data")
9755 (version "1.0-10")
9756 (source
9757 (origin
9758 (method url-fetch)
9759 (uri (cran-uri "TH.data" version))
9760 (sha256
9761 (base32
9762 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
9763 (properties `((upstream-name . "TH.data")))
9764 (build-system r-build-system)
9765 (propagated-inputs
9766 `(("r-mass" ,r-mass)
9767 ("r-survival" ,r-survival)))
9768 (home-page "https://cran.r-project.org/web/packages/TH.data/")
9769 (synopsis "Shared data sets")
9770 (description
9771 "This package contains supporting data sets that are used in other
9772 packages maintained by Torsten Hothorn.")
9773 (license license:gpl3)))
9774
9775 (define-public r-multcomp
9776 (package
9777 (name "r-multcomp")
9778 (version "1.4-16")
9779 (source
9780 (origin
9781 (method url-fetch)
9782 (uri (cran-uri "multcomp" version))
9783 (sha256
9784 (base32
9785 "1s8qmljawalisggniy7va5l5cicsgvs0lp20c33vxlvyiy0dbb1s"))))
9786 (build-system r-build-system)
9787 (propagated-inputs
9788 `(("r-codetools" ,r-codetools)
9789 ("r-mvtnorm" ,r-mvtnorm)
9790 ("r-sandwich" ,r-sandwich)
9791 ("r-survival" ,r-survival)
9792 ("r-th-data" ,r-th-data)))
9793 (home-page "https://cran.r-project.org/web/packages/multcomp/")
9794 (synopsis "Simultaneous inference in general parametric models")
9795 (description
9796 "Simultaneous tests and confidence intervals for general linear
9797 hypotheses in parametric models, including linear, generalized linear, linear
9798 mixed effects, and survival models. The package includes demos reproducing
9799 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
9800 Hothorn, Westfall, 2010, CRC Press).")
9801 (license license:gpl2)))
9802
9803 (define-public r-emmeans
9804 (package
9805 (name "r-emmeans")
9806 (version "1.5.4")
9807 (source
9808 (origin
9809 (method url-fetch)
9810 (uri (cran-uri "emmeans" version))
9811 (sha256
9812 (base32
9813 "1rbh3ls23fazrwpsam5llk3kqdzz2zvsms3i4f1cgn34ky3w8361"))))
9814 (build-system r-build-system)
9815 (propagated-inputs
9816 `(("r-estimability" ,r-estimability)
9817 ("r-mvtnorm" ,r-mvtnorm)
9818 ("r-numderiv" ,r-numderiv)
9819 ("r-plyr" ,r-plyr)
9820 ("r-xtable" ,r-xtable)))
9821 (native-inputs
9822 `(("r-knitr" ,r-knitr)))
9823 (home-page "https://github.com/rvlenth/emmeans")
9824 (synopsis "Estimated marginal means, aka least-squares means")
9825 (description
9826 "This package provides tools to obtain @dfn{estimated marginal
9827 means} (EMMs) for many linear, generalized linear, and mixed models. It can
9828 be used to compute contrasts or linear functions of EMMs, trends, and
9829 comparisons of slopes.")
9830 ;; Either version of the license.
9831 (license (list license:gpl2 license:gpl3))))
9832
9833 (define-public r-pwr
9834 (package
9835 (name "r-pwr")
9836 (version "1.3-0")
9837 (source
9838 (origin
9839 (method url-fetch)
9840 (uri (cran-uri "pwr" version))
9841 (sha256
9842 (base32
9843 "1kfzy73v3z6ipc3kdfkcjrp4b4p5k54nwk796gqi36srm93hgc2v"))))
9844 (build-system r-build-system)
9845 (native-inputs
9846 `(("r-knitr" ,r-knitr)))
9847 (home-page "https://github.com/heliosdrm/pwr")
9848 (synopsis "Basic functions for power analysis")
9849 (description
9850 "This package provides power analysis functions along the lines of
9851 Cohen (1988).")
9852 (license license:gpl3+)))
9853
9854 (define-public r-libcoin
9855 (package
9856 (name "r-libcoin")
9857 (version "1.0-8")
9858 (source
9859 (origin
9860 (method url-fetch)
9861 (uri (cran-uri "libcoin" version))
9862 (sha256
9863 (base32 "0izgnr4zdrbz3a05b0s28xfly4izp2zslgh282l9ads4skrmj3hl"))))
9864 (build-system r-build-system)
9865 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
9866 (home-page "https://cran.r-project.org/web/packages/libcoin")
9867 (synopsis "Linear test statistics for permutation inference")
9868 (description
9869 "This package provides basic infrastructure for linear test statistics
9870 and permutation inference in the framework of Strasser and Weber (1999).")
9871 (license license:gpl2)))
9872
9873 (define-public r-coin
9874 (package
9875 (name "r-coin")
9876 (version "1.4-1")
9877 (source
9878 (origin
9879 (method url-fetch)
9880 (uri (cran-uri "coin" version))
9881 (sha256
9882 (base32
9883 "15xvhnbyg34aacn6jfz4bsa1f7wq2ci0hslj8mgymql90k50x1qi"))))
9884 (build-system r-build-system)
9885 (propagated-inputs
9886 `(("r-libcoin" ,r-libcoin)
9887 ("r-matrixstats" ,r-matrixstats)
9888 ("r-modeltools" ,r-modeltools)
9889 ("r-multcomp" ,r-multcomp)
9890 ("r-mvtnorm" ,r-mvtnorm)
9891 ("r-survival" ,r-survival)))
9892 (home-page "http://coin.r-forge.r-project.org")
9893 (synopsis "Conditional inference procedures in a permutation test framework")
9894 (description
9895 "This package provides conditional inference procedures for the general
9896 independence problem including two-sample, K-sample (non-parametric ANOVA),
9897 correlation, censored, ordered and multivariate problems.")
9898 (license license:gpl2)))
9899
9900 (define-public r-bayesplot
9901 (package
9902 (name "r-bayesplot")
9903 (version "1.8.0")
9904 (source
9905 (origin
9906 (method url-fetch)
9907 (uri (cran-uri "bayesplot" version))
9908 (sha256
9909 (base32
9910 "0j69a78l5z0wyxcz607amaa4jc8kwwvcia9wxyir65b8ks9gj1d6"))))
9911 (build-system r-build-system)
9912 (inputs
9913 `(("pandoc" ,pandoc)
9914 ("pandoc-citeproc" ,pandoc-citeproc)))
9915 (native-inputs
9916 `(("r-knitr" ,r-knitr)))
9917 (propagated-inputs
9918 `(("r-dplyr" ,r-dplyr)
9919 ("r-ggplot2" ,r-ggplot2)
9920 ("r-ggridges" ,r-ggridges)
9921 ("r-glue" ,r-glue)
9922 ("r-reshape2" ,r-reshape2)
9923 ("r-rlang" ,r-rlang)
9924 ("r-tibble" ,r-tibble)
9925 ("r-tidyselect" ,r-tidyselect)))
9926 (home-page "https://mc-stan.org/bayesplot")
9927 (synopsis "Plotting for Bayesian models")
9928 (description
9929 "This package provides plotting functions for posterior analysis, model
9930 checking, and MCMC diagnostics. The package is designed not only to provide
9931 convenient functionality for users, but also a common set of functions that
9932 can be easily used by developers working on a variety of R packages for
9933 Bayesian modeling.")
9934 (license license:gpl3+)))
9935
9936 (define-public r-tmb
9937 (package
9938 (name "r-tmb")
9939 (version "1.7.19")
9940 (source
9941 (origin
9942 (method url-fetch)
9943 (uri (cran-uri "TMB" version))
9944 (sha256
9945 (base32
9946 "0vnjh8d5gnjswil8ld3gbbspy4m5l2pzar1mpj62qxn2mwx0cc4s"))))
9947 (properties `((upstream-name . "TMB")))
9948 (build-system r-build-system)
9949 (propagated-inputs
9950 `(("r-matrix" ,r-matrix)
9951 ("r-rcppeigen" ,r-rcppeigen)))
9952 (home-page "http://tmb-project.org")
9953 (synopsis "Template model builder: a general random effect tool")
9954 (description
9955 "With this tool, a user should be able to quickly implement complex
9956 random effect models through simple C++ templates. The package combines
9957 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
9958 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
9959 from R) to obtain an efficient implementation of the applied Laplace
9960 approximation with exact derivatives. Key features are: Automatic sparseness
9961 detection, parallelism through BLAS and parallel user templates.")
9962 (license license:gpl2)))
9963
9964 (define-public r-sjstats
9965 (package
9966 (name "r-sjstats")
9967 (version "0.18.1")
9968 (source
9969 (origin
9970 (method url-fetch)
9971 (uri (cran-uri "sjstats" version))
9972 (sha256
9973 (base32 "1cv80yjnyh6qihxf57zivihhia20gibr5f03x8aspy6382wnwlka"))))
9974 (build-system r-build-system)
9975 (propagated-inputs
9976 `(("r-bayestestr" ,r-bayestestr)
9977 ("r-broom" ,r-broom)
9978 ("r-dplyr" ,r-dplyr)
9979 ("r-effectsize" ,r-effectsize)
9980 ("r-emmeans" ,r-emmeans)
9981 ("r-insight" ,r-insight)
9982 ("r-lme4" ,r-lme4)
9983 ("r-magrittr" ,r-magrittr)
9984 ("r-mass" ,r-mass)
9985 ("r-modelr" ,r-modelr)
9986 ("r-parameters" ,r-parameters)
9987 ("r-performance" ,r-performance)
9988 ("r-purrr" ,r-purrr)
9989 ("r-rlang" ,r-rlang)
9990 ("r-sjlabelled" ,r-sjlabelled)
9991 ("r-sjmisc" ,r-sjmisc)
9992 ("r-tidyr" ,r-tidyr)))
9993 (home-page "https://github.com/strengejacke/sjstats")
9994 (synopsis "Functions for common statistical computations")
9995 (description
9996 "This package provides a collection of convenient functions for common
9997 statistical computations, which are not directly provided by R's @code{base}
9998 or @code{stats} packages. This package aims at providing, first, shortcuts
9999 for statistical measures, which otherwise could only be calculated with
10000 additional effort. Second, these shortcut functions are generic, and can be
10001 applied not only to vectors, but also to other objects as well. The focus of
10002 most functions lies on summary statistics or fit measures for regression
10003 models, including generalized linear models, mixed effects models and Bayesian
10004 models.")
10005 (license license:gpl3)))
10006
10007 (define-public r-glmmtmb
10008 (package
10009 (name "r-glmmtmb")
10010 (version "1.0.2.1")
10011 (source
10012 (origin
10013 (method url-fetch)
10014 (uri (cran-uri "glmmTMB" version))
10015 (sha256
10016 (base32
10017 "1a35hxcxz1cdm3zd5s7fyjaw2qs00hkacgr7h9130amygc1262ab"))))
10018 (properties `((upstream-name . "glmmTMB")))
10019 (build-system r-build-system)
10020 (propagated-inputs
10021 `(("r-lme4" ,r-lme4)
10022 ("r-matrix" ,r-matrix)
10023 ("r-nlme" ,r-nlme)
10024 ("r-rcppeigen" ,r-rcppeigen)
10025 ("r-tmb" ,r-tmb)))
10026 (native-inputs
10027 `(("r-knitr" ,r-knitr))) ; for vignettes
10028 (home-page "https://github.com/glmmTMB")
10029 (synopsis "Generalized linear mixed models")
10030 (description
10031 "Fit linear and generalized linear mixed models with various extensions,
10032 including zero-inflation. The models are fitted using maximum likelihood
10033 estimation via the Template Model Builder. Random effects are assumed to be
10034 Gaussian on the scale of the linear predictor and are integrated out using the
10035 Laplace approximation. Gradients are calculated using automatic
10036 differentiation.")
10037 (license license:agpl3+)))
10038
10039 (define-public r-bayestestr
10040 (package
10041 (name "r-bayestestr")
10042 (version "0.8.2")
10043 (source
10044 (origin
10045 (method url-fetch)
10046 (uri (cran-uri "bayestestR" version))
10047 (sha256
10048 (base32
10049 "06y7vccgln1882yv04may9p6s915py8nnhg82d5ppbpxzcifi7l4"))))
10050 (properties `((upstream-name . "bayestestR")))
10051 (build-system r-build-system)
10052 (propagated-inputs
10053 `(("r-insight" ,r-insight)))
10054 (native-inputs
10055 `(("r-knitr" ,r-knitr)))
10056 (home-page "https://github.com/easystats/bayestestR")
10057 (synopsis "Describe Bayesian models and posterior distributions")
10058 (description
10059 "This package provides utilities to understand and describe posterior
10060 distributions and Bayesian models. It includes point-estimates such as
10061 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
10062 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
10063 ROPE percentage and pd).")
10064 (license license:gpl3)))
10065
10066 (define-public r-performance
10067 (package
10068 (name "r-performance")
10069 (version "0.7.0")
10070 (source
10071 (origin
10072 (method url-fetch)
10073 (uri (cran-uri "performance" version))
10074 (sha256
10075 (base32
10076 "1z45vy8gg77c2imcspwqf94anzi6c40wwbq0h7hg6zy76jsgvbyj"))))
10077 (build-system r-build-system)
10078 (propagated-inputs
10079 `(("r-bayestestr" ,r-bayestestr)
10080 ("r-insight" ,r-insight)))
10081 (home-page "https://easystats.github.io/performance/")
10082 (synopsis "Assessment of regression models performance")
10083 (description
10084 "This package provides utilities for computing measures to assess model
10085 quality, which are not directly provided by R's @code{base} or @code{stats}
10086 packages. These include e.g. measures like r-squared, intraclass correlation
10087 coefficient, root mean squared error or functions to check models for
10088 overdispersion, singularity or zero-inflation and more. Functions apply to a
10089 large variety of regression models, including generalized linear models, mixed
10090 effects models and Bayesian models.")
10091 (license license:gpl3)))
10092
10093 (define-public r-ggeffects
10094 (package
10095 (name "r-ggeffects")
10096 (version "1.0.1")
10097 (source
10098 (origin
10099 (method url-fetch)
10100 (uri (cran-uri "ggeffects" version))
10101 (sha256
10102 (base32
10103 "1c5rvycaqp7zp1j6j17c84v8nlpi0w7bhfxmcha4n37m0snk1kgy"))))
10104 (build-system r-build-system)
10105 (propagated-inputs
10106 `(("r-insight" ,r-insight)
10107 ("r-mass" ,r-mass)
10108 ("r-sjlabelled" ,r-sjlabelled)))
10109 (native-inputs
10110 `(("r-knitr" ,r-knitr)))
10111 (home-page "https://github.com/strengejacke/ggeffects")
10112 (synopsis "Create tidy data frames of marginal effects for ggplot")
10113 (description
10114 "This package provides tools to compute marginal effects from statistical
10115 models and return the result as tidy data frames. These data frames are ready
10116 to use with the @code{ggplot2} package. Marginal effects can be calculated
10117 for many different models. Interaction terms, splines and polynomial terms
10118 are also supported. The two main functions are @code{ggpredict()} and
10119 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
10120 results using @code{ggplot2}.")
10121 (license license:gpl3)))
10122
10123 (define-public r-effectsize
10124 (package
10125 (name "r-effectsize")
10126 (version "0.4.3")
10127 (source
10128 (origin
10129 (method url-fetch)
10130 (uri (cran-uri "effectsize" version))
10131 (sha256
10132 (base32
10133 "1hcrnax9wf0nwsb8nv15rxw8yy8w5dak16dw3w5bxi8xnf56lkz2"))))
10134 (properties `((upstream-name . "effectsize")))
10135 (build-system r-build-system)
10136 (propagated-inputs
10137 `(("r-bayestestr" ,r-bayestestr)
10138 ("r-insight" ,r-insight)
10139 ("r-parameters" ,r-parameters)))
10140 (native-inputs
10141 `(("r-knitr" ,r-knitr)))
10142 (home-page "https://github.com/easystats/effectsize")
10143 (synopsis "Indices of effect size and standardized parameters")
10144 (description
10145 "This package provides utilities to work with indices of effect size and
10146 standardized parameters for a wide variety of models, allowing computation and
10147 conversion of indices such as Cohen's d, r, odds, etc.")
10148 (license license:gpl3)))
10149
10150 (define-public r-sjplot
10151 (package
10152 (name "r-sjplot")
10153 (version "2.8.7")
10154 (source
10155 (origin
10156 (method url-fetch)
10157 (uri (cran-uri "sjPlot" version))
10158 (sha256
10159 (base32 "1g4qabg654kwdm09ihp4h3mg64a1d7a7gsn6w56rwsidqqaxilq0"))))
10160 (properties `((upstream-name . "sjPlot")))
10161 (build-system r-build-system)
10162 (propagated-inputs
10163 `(("r-bayestestr" ,r-bayestestr)
10164 ("r-dplyr" ,r-dplyr)
10165 ("r-effectsize" ,r-effectsize)
10166 ("r-ggeffects" ,r-ggeffects)
10167 ("r-ggplot2" ,r-ggplot2)
10168 ("r-insight" ,r-insight)
10169 ("r-knitr" ,r-knitr)
10170 ("r-mass" ,r-mass)
10171 ("r-parameters" ,r-parameters)
10172 ("r-performance" ,r-performance)
10173 ("r-purrr" ,r-purrr)
10174 ("r-rlang" ,r-rlang)
10175 ("r-scales" ,r-scales)
10176 ("r-sjlabelled" ,r-sjlabelled)
10177 ("r-sjmisc" ,r-sjmisc)
10178 ("r-sjstats" ,r-sjstats)
10179 ("r-tidyr" ,r-tidyr)))
10180 (native-inputs
10181 `(("r-knitr" ,r-knitr)))
10182 (home-page "https://strengejacke.github.io/sjPlot/")
10183 (synopsis "Data visualization for statistics in social science")
10184 (description
10185 "This package represents a collection of plotting and table output
10186 functions for data visualization. Results of various statistical
10187 analyses (that are commonly used in social sciences) can be visualized using
10188 this package, including simple and cross tabulated frequencies, histograms,
10189 box plots, (generalized) linear models, mixed effects models, principal
10190 component analysis and correlation matrices, cluster analyses, scatter plots,
10191 stacked scales, effects plots of regression models (including interaction
10192 terms) and much more. This package supports labelled data.")
10193 (license license:gpl3)))
10194
10195 (define-public r-ini
10196 (package
10197 (name "r-ini")
10198 (version "0.3.1")
10199 (source
10200 (origin
10201 (method url-fetch)
10202 (uri (cran-uri "ini" version))
10203 (sha256
10204 (base32
10205 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
10206 (build-system r-build-system)
10207 (home-page "https://github.com/dvdscripter/ini")
10208 (synopsis "Read and write configuration files")
10209 (description
10210 "This package provides tools to parse simple @code{.ini} configuration
10211 files to an structured list. Users can manipulate this resulting list with
10212 @code{lapply()} functions. This same structured list can be used to write
10213 back to file after modifications.")
10214 (license license:gpl3)))
10215
10216 (define-public r-gitcreds
10217 (package
10218 (name "r-gitcreds")
10219 (version "0.1.1")
10220 (source
10221 (origin
10222 (method url-fetch)
10223 (uri (cran-uri "gitcreds" version))
10224 (sha256
10225 (base32
10226 "1snzn7nxy0rwz0bzjsg6k04c0n811dgn8gn9cmn2v78aj57ayjmi"))))
10227 (properties `((upstream-name . "gitcreds")))
10228 (build-system r-build-system)
10229 (inputs `(("git" ,git-minimal)))
10230 (native-inputs `(("r-knitr" ,r-knitr)))
10231 (home-page "https://github.com/r-lib/gitcreds")
10232 (synopsis "Query git credentials from R")
10233 (description
10234 "Query, set, and delete credentials from the git credential store.
10235 Manage GitHub tokens and other git credentials. This package is to be used by
10236 other packages that need to authenticate to GitHub and/or other git
10237 repositories.")
10238 (license license:expat)))
10239
10240 (define-public r-gh
10241 (package
10242 (name "r-gh")
10243 (version "1.2.0")
10244 (source
10245 (origin
10246 (method url-fetch)
10247 (uri (cran-uri "gh" version))
10248 (sha256
10249 (base32
10250 "1zvy3ylxvni10lhvmbm9h14mg4wlsbdbzbzviwf28jxss8749219"))))
10251 (build-system r-build-system)
10252 (propagated-inputs
10253 `(("r-cli" ,r-cli)
10254 ("r-gitcreds" ,r-gitcreds)
10255 ("r-httr" ,r-httr)
10256 ("r-ini" ,r-ini)
10257 ("r-jsonlite" ,r-jsonlite)))
10258 (native-inputs
10259 `(("r-knitr" ,r-knitr)))
10260 (home-page "https://github.com/r-lib/gh#readme")
10261 (synopsis "Access the GitHub API via R")
10262 (description
10263 "This package provides a minimal R client to access the GitHub API.")
10264 (license license:expat)))
10265
10266 (define-public r-fs
10267 (package
10268 (name "r-fs")
10269 (version "1.5.0")
10270 (source
10271 (origin
10272 (method url-fetch)
10273 (uri (cran-uri "fs" version))
10274 (sha256
10275 (base32
10276 "15rqc3ljmcmgfvadj1j1kq7kvibagxic8sgplhlcdqqxax9idprn"))))
10277 (build-system r-build-system)
10278 (native-inputs
10279 `(("r-knitr" ,r-knitr)))
10280 (home-page "https://fs.r-lib.org")
10281 (synopsis "Cross-platform file system operations based on libuv")
10282 (description
10283 "This package provides a cross-platform interface to file system
10284 operations, built on top of the libuv C library.")
10285 (license license:gpl3)))
10286
10287 (define-public r-clisymbols
10288 (package
10289 (name "r-clisymbols")
10290 (version "1.2.0")
10291 (source
10292 (origin
10293 (method url-fetch)
10294 (uri (cran-uri "clisymbols" version))
10295 (sha256
10296 (base32
10297 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
10298 (build-system r-build-system)
10299 (home-page "https://github.com/gaborcsardi/clisymbols")
10300 (synopsis "Unicode symbols at the R prompt")
10301 (description
10302 "This package provides a small subset of Unicode symbols, that are useful
10303 when building command line applications. They fall back to alternatives on
10304 terminals that do not support Unicode.")
10305 (license license:expat)))
10306
10307 (define-public r-credentials
10308 (package
10309 (name "r-credentials")
10310 (version "1.3.0")
10311 (source
10312 (origin
10313 (method url-fetch)
10314 (uri (cran-uri "credentials" version))
10315 (sha256
10316 (base32
10317 "1w9zj34xdwz9bszsvhv2cbgq96y5sgxbh7ndn31pgfcpzlkfq6f1"))))
10318 (properties `((upstream-name . "credentials")))
10319 (build-system r-build-system)
10320 (arguments
10321 `(#:phases
10322 (modify-phases %standard-phases
10323 (add-after 'unpack 'setenv-HOME
10324 (lambda _
10325 ;; This is necessary because git looks for $HOME/.gitconfig
10326 (setenv "HOME" "/tmp")
10327 #t)))))
10328 (inputs
10329 `(("git" ,git-minimal)))
10330 (propagated-inputs
10331 `(("r-askpass" ,r-askpass)
10332 ("r-curl" ,r-curl)
10333 ("r-jsonlite" ,r-jsonlite)
10334 ("r-openssl" ,r-openssl)
10335 ("r-sys" ,r-sys)))
10336 (native-inputs
10337 `(("r-knitr" ,r-knitr)))
10338 (home-page "https://docs.ropensci.org/credentials/")
10339 (synopsis "Tools for managing SSH and Git credentials")
10340 (description
10341 "This package assists you in setting up and retrieving of HTTPS and SSH
10342 credentials for use with git and other services. For HTTPS remotes the
10343 package interfaces the @command{git-credential} utility which @command{git}
10344 uses to store HTTP usernames and passwords. For SSH remotes this package
10345 provides convenient functions to find or generate appropriate SSH keys. The
10346 package both helps the user to setup a local git installation, and also
10347 provides a back-end for git/ssh client libraries to authenticate with existing
10348 user credentials.")
10349 (license license:expat)))
10350
10351 (define-public r-gert
10352 (package
10353 (name "r-gert")
10354 (version "1.1.0")
10355 (source
10356 (origin
10357 (method url-fetch)
10358 (uri (cran-uri "gert" version))
10359 (sha256
10360 (base32
10361 "09har6mj7qy813s6dxyzfzmjwg60m8c01yx3q6lfsnvwqzxlqxv8"))))
10362 (properties `((upstream-name . "gert")))
10363 (build-system r-build-system)
10364 (inputs
10365 `(("libgit2" ,libgit2)
10366 ("zlib" ,zlib)))
10367 (propagated-inputs
10368 `(("r-askpass" ,r-askpass)
10369 ("r-credentials" ,r-credentials)
10370 ("r-openssl" ,r-openssl)
10371 ("r-rstudioapi" ,r-rstudioapi)
10372 ("r-sys" ,r-sys)
10373 ("r-zip" ,r-zip)))
10374 (native-inputs
10375 `(("pkg-config" ,pkg-config)
10376 ("r-knitr" ,r-knitr)))
10377 (home-page "https://docs.ropensci.org/gert/")
10378 (synopsis "Simple Git client for R")
10379 (description
10380 "This package provides a simple git client for R based on libgit2 with
10381 support for SSH and HTTPS remotes. All functions in gert use basic R data
10382 types (such as vectors and data-frames) for their arguments and return values.
10383 User credentials are shared with command line git through the
10384 @code{git-credential} store and SSH keys stored on disk or ssh-agent.")
10385 (license license:expat)))
10386
10387 (define-public r-usethis
10388 (package
10389 (name "r-usethis")
10390 (version "2.0.1")
10391 (source
10392 (origin
10393 (method url-fetch)
10394 (uri (cran-uri "usethis" version))
10395 (sha256
10396 (base32
10397 "1j6nzzrm2m6vi1gq0d5kxnnr9d8cy88wpmgigz3inych65x9w9pg"))))
10398 (build-system r-build-system)
10399 (propagated-inputs
10400 `(("r-cli" ,r-cli)
10401 ("r-clipr" ,r-clipr)
10402 ("r-crayon" ,r-crayon)
10403 ("r-curl" ,r-curl)
10404 ("r-desc" ,r-desc)
10405 ("r-fs" ,r-fs)
10406 ("r-gert" ,r-gert)
10407 ("r-gh" ,r-gh)
10408 ("r-glue" ,r-glue)
10409 ("r-jsonlite" ,r-jsonlite)
10410 ("r-lifecycle" ,r-lifecycle)
10411 ("r-purrr" ,r-purrr)
10412 ("r-rappdirs" ,r-rappdirs)
10413 ("r-rlang" ,r-rlang)
10414 ("r-rprojroot" ,r-rprojroot)
10415 ("r-rstudioapi" ,r-rstudioapi)
10416 ("r-whisker" ,r-whisker)
10417 ("r-withr" ,r-withr)
10418 ("r-yaml" ,r-yaml)))
10419 (home-page "https://github.com/r-lib/usethis")
10420 (synopsis "Automate R package and project setup")
10421 (description
10422 "This package helps you to automate R package and project setup tasks
10423 that are otherwise performed manually. This includes setting up unit testing,
10424 test coverage, continuous integration, Git, GitHub integration, licenses,
10425 Rcpp, RStudio projects, and more.")
10426 (license license:gpl3)))
10427
10428 (define-public r-sessioninfo
10429 (package
10430 (name "r-sessioninfo")
10431 (version "1.1.1")
10432 (source
10433 (origin
10434 (method url-fetch)
10435 (uri (cran-uri "sessioninfo" version))
10436 (sha256
10437 (base32
10438 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
10439 (build-system r-build-system)
10440 (propagated-inputs
10441 `(("r-cli" ,r-cli)
10442 ("r-withr" ,r-withr)))
10443 (home-page "https://github.com/r-lib/sessioninfo#readme")
10444 (synopsis "R session information")
10445 (description
10446 "This package provides tools to query and print information about the
10447 current R session. It is similar to @code{utils::sessionInfo()}, but includes
10448 more information about packages, and where they were installed from.")
10449 (license license:gpl2)))
10450
10451 (define-public r-remotes
10452 (package
10453 (name "r-remotes")
10454 (version "2.2.0")
10455 (source
10456 (origin
10457 (method url-fetch)
10458 (uri (cran-uri "remotes" version))
10459 (sha256
10460 (base32
10461 "1f1kdw9j1wald3fs8b3n68x1kljy07j60g3aw1aarx26ikyk9whj"))))
10462 (build-system r-build-system)
10463 (native-inputs
10464 `(("r-knitr" ,r-knitr)))
10465 (home-page "https://github.com/r-lib/remotes#readme")
10466 (synopsis "R package installation from remote repositories")
10467 (description
10468 "Download and install R packages stored in GitHub, BitBucket, or plain
10469 subversion or git repositories. This package is a lightweight replacement of
10470 the @code{install_*} functions in the @code{devtools} package. Indeed most of
10471 the code was copied over from @code{devtools}.")
10472 (license license:gpl2+)))
10473
10474 (define-public r-xopen
10475 (package
10476 (name "r-xopen")
10477 (version "1.0.0")
10478 (source
10479 (origin
10480 (method url-fetch)
10481 (uri (cran-uri "xopen" version))
10482 (sha256
10483 (base32
10484 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
10485 (build-system r-build-system)
10486 (propagated-inputs
10487 `(("r-processx" ,r-processx)))
10488 (home-page "https://github.com/r-lib/xopen#readme")
10489 (synopsis "Open system files, URLs, anything")
10490 (description
10491 "This package provides a cross-platform solution to open files,
10492 directories or URLs with their associated programs.")
10493 (license license:expat)))
10494
10495 (define-public r-rcmdcheck
10496 (package
10497 (name "r-rcmdcheck")
10498 (version "1.3.3")
10499 (source
10500 (origin
10501 (method url-fetch)
10502 (uri (cran-uri "rcmdcheck" version))
10503 (sha256
10504 (base32
10505 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
10506 (build-system r-build-system)
10507 (propagated-inputs
10508 `(("r-callr" ,r-callr)
10509 ("r-cli" ,r-cli)
10510 ("r-crayon" ,r-crayon)
10511 ("r-desc" ,r-desc)
10512 ("r-digest" ,r-digest)
10513 ("r-pkgbuild" ,r-pkgbuild)
10514 ("r-prettyunits" ,r-prettyunits)
10515 ("r-r6" ,r-r6)
10516 ("r-rprojroot" ,r-rprojroot)
10517 ("r-sessioninfo" ,r-sessioninfo)
10518 ("r-withr" ,r-withr)
10519 ("r-xopen" ,r-xopen)))
10520 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
10521 (synopsis "Run R CMD check from R and capture results")
10522 (description
10523 "Run @code{R CMD check} from R programmatically, and capture the results
10524 of the individual checks.")
10525 (license license:expat)))
10526
10527 (define-public r-rapportools
10528 (package
10529 (name "r-rapportools")
10530 (version "1.0")
10531 (source
10532 (origin
10533 (method url-fetch)
10534 (uri (cran-uri "rapportools" version))
10535 (sha256
10536 (base32
10537 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
10538 (build-system r-build-system)
10539 (propagated-inputs
10540 `(("r-pander" ,r-pander)
10541 ("r-plyr" ,r-plyr)
10542 ("r-reshape" ,r-reshape)))
10543 (home-page "https://cran.r-project.org/web/packages/rapportools/")
10544 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
10545 (description
10546 "This package provides helper functions that act as wrappers to more
10547 advanced statistical methods with the advantage of having sane defaults for
10548 quick reporting.")
10549 (license license:agpl3+)))
10550
10551 (define-public r-pander
10552 (package
10553 (name "r-pander")
10554 (version "0.6.3")
10555 (source
10556 (origin
10557 (method url-fetch)
10558 (uri (cran-uri "pander" version))
10559 (sha256
10560 (base32
10561 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
10562 (build-system r-build-system)
10563 (propagated-inputs
10564 `(("r-digest" ,r-digest)
10565 ("r-rcpp" ,r-rcpp)))
10566 (home-page "https://rapporter.github.io/pander")
10567 (synopsis "Render R objects into Pandoc's markdown")
10568 (description
10569 "The main aim of the pander R package is to provide a minimal and easy
10570 tool for rendering R objects into Pandoc's markdown. The package is also
10571 capable of exporting/converting complex Pandoc documents (reports) in various
10572 ways.")
10573 ;; This package is licensed under either the AGPLv3+ or the very rarely
10574 ;; used OSL 3.0.
10575 (license license:agpl3+)))
10576
10577 (define-public r-summarytools
10578 (package
10579 (name "r-summarytools")
10580 (version "0.9.8")
10581 (source
10582 (origin
10583 (method url-fetch)
10584 (uri (cran-uri "summarytools" version))
10585 (sha256
10586 (base32
10587 "0n7rad6bkfn9cb99wbfzbwl5qzch48r0gafhddfcqvyh4fbn2k0j"))))
10588 (build-system r-build-system)
10589 (propagated-inputs
10590 `(("r-base64enc" ,r-base64enc)
10591 ("r-checkmate" ,r-checkmate)
10592 ("r-dplyr" ,r-dplyr)
10593 ("r-htmltools" ,r-htmltools)
10594 ("r-lubridate" ,r-lubridate)
10595 ("r-magick" ,r-magick)
10596 ("r-matrixstats" ,r-matrixstats)
10597 ("r-pander" ,r-pander)
10598 ("r-pryr" ,r-pryr)
10599 ("r-rapportools" ,r-rapportools)
10600 ("r-tibble" ,r-tibble)
10601 ("r-tidyr" ,r-tidyr)))
10602 (native-inputs
10603 `(("r-knitr" ,r-knitr)))
10604 (home-page "https://github.com/dcomtois/summarytools")
10605 (synopsis "Tools to quickly and neatly summarize data")
10606 (description
10607 "This package provides tools for data frame summaries, cross-tabulations,
10608 weight-enabled frequency tables and common univariate statistics in concise
10609 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
10610 good point-of-entry for exploring data, both for experienced and new R
10611 users.")
10612 (license license:gpl2)))
10613
10614 (define-public r-lsei
10615 (package
10616 (name "r-lsei")
10617 (version "1.3-0")
10618 (source
10619 (origin
10620 (method url-fetch)
10621 (uri (cran-uri "lsei" version))
10622 (sha256
10623 (base32
10624 "1dka0rigfw4vj809qma2dkiwjb3nw5635ynnba5cm299cn7hb2b2"))))
10625 (build-system r-build-system)
10626 (native-inputs
10627 `(("gfortran" ,gfortran)))
10628 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10629 (synopsis "Solve regression problems under equality/inequality constraints")
10630 (description
10631 "It contains functions that solve least squares linear regression
10632 problems under linear equality/inequality constraints. Functions for solving
10633 quadratic programming problems are also available, which transform such
10634 problems into least squares ones first.")
10635 (license license:gpl2+)))
10636
10637 (define-public r-npsurv
10638 (package
10639 (name "r-npsurv")
10640 (version "0.5-0")
10641 (source
10642 (origin
10643 (method url-fetch)
10644 (uri (cran-uri "npsurv" version))
10645 (sha256
10646 (base32
10647 "1ihxhb42cga1hssj2jv4ah0f4hlwsky899ij5261fzh1wxvdp1xw"))))
10648 (build-system r-build-system)
10649 (propagated-inputs
10650 `(("r-lsei" ,r-lsei)))
10651 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10652 (synopsis "Nonparametric survival analysis")
10653 (description
10654 "This package contains functions for non-parametric survival analysis of
10655 exact and interval-censored observations.")
10656 (license license:gpl2+)))
10657
10658 (define-public r-clusteval
10659 (package
10660 (name "r-clusteval")
10661 (version "0.1")
10662 (source
10663 (origin
10664 (method url-fetch)
10665 (uri (cran-uri "clusteval" version))
10666 (sha256
10667 (base32
10668 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
10669 (build-system r-build-system)
10670 (propagated-inputs
10671 `(("r-mvtnorm" ,r-mvtnorm)
10672 ("r-rcpp" ,r-rcpp)))
10673 (home-page "https://cran.r-project.org/web/packages/clusteval/")
10674 (synopsis "Evaluation of clustering algorithms")
10675 (description
10676 "This R package provides a suite of tools to evaluate clustering
10677 algorithms, clusterings, and individual clusters.")
10678 (license license:expat)))
10679
10680 (define-public r-tweedie
10681 (package
10682 (name "r-tweedie")
10683 (version "2.3.3")
10684 (source
10685 (origin
10686 (method url-fetch)
10687 (uri (cran-uri "tweedie" version))
10688 (sha256
10689 (base32
10690 "1nfhaqblvm62j8gfkyrgba5ai0pb2fsnrxp63637mhys2bawlcm0"))))
10691 (build-system r-build-system)
10692 (native-inputs `(("gfortran" ,gfortran)))
10693 (home-page "https://cran.r-project.org/web/packages/tweedie/")
10694 (synopsis "Evaluation of Tweedie exponential family models")
10695 (description
10696 "Maximum likelihood computations for Tweedie families, including the
10697 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
10698 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
10699 and related methods.")
10700 (license license:gpl2+)))
10701
10702 (define-public r-rcppgsl
10703 (package
10704 (name "r-rcppgsl")
10705 (version "0.3.8")
10706 (source
10707 (origin
10708 (method url-fetch)
10709 (uri (cran-uri "RcppGSL" version))
10710 (sha256
10711 (base32 "17nlayy6gvwb3v6l5aiqm84i75yf4dfi3zclxrgpqwf3j9v09yvz"))))
10712 (properties `((upstream-name . "RcppGSL")))
10713 (build-system r-build-system)
10714 (propagated-inputs
10715 `(("r-rcpp" ,r-rcpp)
10716 ("gsl" ,gsl)))
10717 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
10718 (synopsis "Rcpp integration for GSL vectors and matrices")
10719 (description
10720 "The GNU Scientific Library (or GSL) is a collection of numerical
10721 routines for scientific computing. It is particularly useful for C and C++
10722 programs as it provides a standard C interface to a wide range of mathematical
10723 routines. There are over 1000 functions in total with an extensive test
10724 suite. The RcppGSL package provides an easy-to-use interface between GSL data
10725 structures and R using concepts from Rcpp which is itself a package that eases
10726 the interfaces between R and C++.")
10727 (license license:gpl2+)))
10728
10729 (define-public r-mvabund
10730 (package
10731 (name "r-mvabund")
10732 (version "4.1.6")
10733 (source
10734 (origin
10735 (method url-fetch)
10736 (uri (cran-uri "mvabund" version))
10737 (sha256
10738 (base32
10739 "0aisvax9d7bk6aykrcdcn1ji618r520mcrkr1i3jnck1qs31z41f"))))
10740 (build-system r-build-system)
10741 (propagated-inputs
10742 `(("r-mass" ,r-mass)
10743 ("r-rcpp" ,r-rcpp)
10744 ("r-rcppgsl" ,r-rcppgsl)
10745 ("r-statmod" ,r-statmod)
10746 ("r-tweedie" ,r-tweedie)))
10747 (home-page "https://cran.r-project.org/web/packages/mvabund/")
10748 (synopsis "Statistical methods for analysing multivariate abundance data")
10749 (description
10750 "This package provides a set of tools for displaying, modeling and
10751 analysing multivariate abundance data in community ecology.")
10752 (license license:lgpl2.1+)))
10753
10754 (define-public r-afex
10755 (package
10756 (name "r-afex")
10757 (version "0.28-1")
10758 (source
10759 (origin
10760 (method url-fetch)
10761 (uri (cran-uri "afex" version))
10762 (sha256
10763 (base32
10764 "0blwqr5ni3psav1dcdmhfi4jy3b4scm5njimqfpr1d81zadvgc6g"))))
10765 (build-system r-build-system)
10766 (propagated-inputs
10767 `(("r-car" ,r-car)
10768 ("r-lme4" ,r-lme4)
10769 ("r-lmertest" ,r-lmertest)
10770 ("r-pbkrtest" ,r-pbkrtest)
10771 ("r-reshape2" ,r-reshape2)))
10772 (native-inputs
10773 `(("r-knitr" ,r-knitr)))
10774 (home-page "https://afex.singmann.science/")
10775 (synopsis "Analysis of factorial experiments")
10776 (description
10777 "This package provides convenience functions for analyzing factorial
10778 experiments using ANOVA or mixed models.")
10779 (license license:gpl2+)))
10780
10781 (define-public r-lmertest
10782 (package
10783 (name "r-lmertest")
10784 (version "3.1-3")
10785 (source
10786 (origin
10787 (method url-fetch)
10788 (uri (cran-uri "lmerTest" version))
10789 (sha256
10790 (base32
10791 "1zd8gqjkazhxgpnnr484xwsq30p62fq8592nzyc171zjyplpbaim"))))
10792 (properties `((upstream-name . "lmerTest")))
10793 (build-system r-build-system)
10794 (propagated-inputs
10795 `(("r-ggplot2" ,r-ggplot2)
10796 ("r-lme4" ,r-lme4)
10797 ("r-mass" ,r-mass)
10798 ("r-numderiv" ,r-numderiv)))
10799 (home-page "https://github.com/runehaubo/lmerTestR")
10800 (synopsis "Tests in linear mixed effects models")
10801 (description
10802 "This package provides p-values in type I, II or III anova and summary
10803 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
10804 method. A Kenward-Roger method is also available via the @code{pbkrtest}
10805 package. Model selection methods include step, drop1 and anova-like tables
10806 for random effects (ranova). Methods for Least-Square means (LS-means) and
10807 tests of linear contrasts of fixed effects are also available.")
10808 (license license:gpl2+)))
10809
10810 (define-public r-r2glmm
10811 (package
10812 (name "r-r2glmm")
10813 (version "0.1.2")
10814 (source
10815 (origin
10816 (method url-fetch)
10817 (uri (cran-uri "r2glmm" version))
10818 (sha256
10819 (base32
10820 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
10821 (build-system r-build-system)
10822 (propagated-inputs
10823 `(("r-afex" ,r-afex)
10824 ("r-data-table" ,r-data-table)
10825 ("r-dplyr" ,r-dplyr)
10826 ("r-ggplot2" ,r-ggplot2)
10827 ("r-gridextra" ,r-gridextra)
10828 ("r-lmertest" ,r-lmertest)
10829 ("r-mass" ,r-mass)
10830 ("r-matrix" ,r-matrix)
10831 ("r-mgcv" ,r-mgcv)
10832 ("r-pbkrtest" ,r-pbkrtest)))
10833 (home-page "https://github.com/bcjaeger/r2glmm")
10834 (synopsis "Compute R squared for mixed (multilevel) models")
10835 (description
10836 "This package computes model and semi partial R squared with confidence
10837 limits for the linear and generalized linear mixed model (LMM and GLMM). The
10838 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
10839 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
10840 al. (2016)).")
10841 (license license:gpl2)))
10842
10843 (define-public r-weights
10844 (package
10845 (name "r-weights")
10846 (version "1.0.1")
10847 (source
10848 (origin
10849 (method url-fetch)
10850 (uri (cran-uri "weights" version))
10851 (sha256
10852 (base32
10853 "1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
10854 (build-system r-build-system)
10855 (propagated-inputs
10856 `(("r-gdata" ,r-gdata)
10857 ("r-hmisc" ,r-hmisc)
10858 ("r-mice" ,r-mice)))
10859 (home-page
10860 "https://cran.r-project.org/web/packages/weights/")
10861 (synopsis "Weighting and weighted statistics")
10862 (description "This package Provides a variety of functions for producing
10863 simple weighted statistics, such as weighted Pearson's correlations, partial
10864 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
10865 includes some software for quickly recoding survey data and plotting point
10866 estimates from interaction terms in regressions (and multiply imputed
10867 regressions). NOTE: Weighted partial correlation calculations pulled to
10868 address a bug.")
10869 (license license:gpl2+)))
10870
10871 (define-public r-rcppannoy
10872 (package
10873 (name "r-rcppannoy")
10874 (version "0.0.18")
10875 (source
10876 (origin
10877 (method url-fetch)
10878 (uri (cran-uri "RcppAnnoy" version))
10879 (sha256
10880 (base32
10881 "0n68cf77gz34iq6w6ad87pbqwqam45nxp1gjzns4g6qhf7qdvrz4"))))
10882 (properties `((upstream-name . "RcppAnnoy")))
10883 (build-system r-build-system)
10884 (propagated-inputs
10885 `(("r-rcpp" ,r-rcpp)))
10886 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
10887 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
10888 (description
10889 "Annoy is a small C++ library for Approximate Nearest Neighbors written
10890 for efficient memory usage as well an ability to load from and save to disk.
10891 This package provides an R interface.")
10892 ;; Annoy is released under ASL 2.0, but this wrapper is released under
10893 ;; GPLv2+.
10894 (license (list license:gpl2+ license:asl2.0))))
10895
10896 (define-public r-rcpphnsw
10897 (package
10898 (name "r-rcpphnsw")
10899 (version "0.3.0")
10900 (source
10901 (origin
10902 (method url-fetch)
10903 (uri (cran-uri "RcppHNSW" version))
10904 (sha256
10905 (base32
10906 "01z0plf1i6dyibw4ica8shmijyk1grpqb886hcga72z2cpm4xsx0"))))
10907 (properties `((upstream-name . "RcppHNSW")))
10908 (build-system r-build-system)
10909 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10910 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
10911 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
10912 (description
10913 "Hnswlib is a C++ library for approximate nearest neighbors. This
10914 package provides a minimal R interface by relying on the Rcpp package.")
10915 ;; hnswlib is released under Version 2.0 of the Apache License.
10916 (license (list license:gpl3 license:asl2.0))))
10917
10918 (define-public r-rcppparallel
10919 (package
10920 (name "r-rcppparallel")
10921 (version "5.0.2")
10922 (source
10923 (origin
10924 (method url-fetch)
10925 (uri (cran-uri "RcppParallel" version))
10926 (sha256
10927 (base32
10928 "10bg4fw38m64dhy543rwq2nnjjc9y24iggk343xslrb3ij8018lc"))))
10929 (properties `((upstream-name . "RcppParallel")))
10930 (build-system r-build-system)
10931 (home-page "https://rcppcore.github.io/RcppParallel/")
10932 (synopsis "Parallel programming tools for Rcpp")
10933 (description
10934 "This package provides high level functions for parallel programming with
10935 Rcpp. For example, the @code{parallelFor()} function can be used to convert
10936 the work of a standard serial @code{for} loop into a parallel one and the
10937 @code{parallelReduce()} function can be used for accumulating aggregates or
10938 other values.")
10939 (license license:gpl2)))
10940
10941 (define-public r-ncdf4
10942 (package
10943 (name "r-ncdf4")
10944 (version "1.17")
10945 (source
10946 (origin
10947 (method url-fetch)
10948 (uri (cran-uri "ncdf4" version))
10949 (sha256
10950 (base32
10951 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
10952 (build-system r-build-system)
10953 (inputs
10954 `(("netcdf" ,netcdf)
10955 ("zlib" ,zlib)))
10956 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
10957 (synopsis "R interface to Unidata netCDF format data files")
10958 (description
10959 "This package provides a high-level R interface to data files written
10960 using Unidata's netCDF library (version 4 or earlier), which are binary data
10961 files that are portable across platforms and include metadata information in
10962 addition to the data sets. Using this package, netCDF files can be opened and
10963 data sets read in easily. It is also easy to create new netCDF dimensions,
10964 variables, and files, in either version 3 or 4 format, and manipulate existing
10965 netCDF files.")
10966 (license license:gpl3+)))
10967
10968 (define-public r-biocmanager
10969 (package
10970 (name "r-biocmanager")
10971 (version "1.30.10")
10972 (source
10973 (origin
10974 (method url-fetch)
10975 (uri (cran-uri "BiocManager" version))
10976 (sha256
10977 (base32 "03n9s2vf7vgpgb5alpxwamf9xfkn32cbzngwyn6spq1bnh9a9dzk"))))
10978 (properties `((upstream-name . "BiocManager")))
10979 (build-system r-build-system)
10980 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
10981 (synopsis "Access the Bioconductor project package repository")
10982 (description
10983 "This package provides a convenient tool to install and update
10984 Bioconductor packages.")
10985 (license license:artistic2.0)))
10986
10987 (define-public r-rgl
10988 (package
10989 (name "r-rgl")
10990 (version "0.104.16")
10991 (source
10992 (origin
10993 (method url-fetch)
10994 (uri (cran-uri "rgl" version))
10995 (sha256
10996 (base32
10997 "169a8riiam8445nl7rcwn0x92dlwyzh5xldvap6dcxjyjqmjwbdq"))))
10998 (build-system r-build-system)
10999 (native-inputs
11000 `(("pkg-config" ,pkg-config)
11001 ("r-knitr" ,r-knitr)))
11002 (inputs
11003 `(("freetype" ,freetype)
11004 ("libpng" ,libpng)
11005 ("glu" ,glu)
11006 ("libx11" ,libx11)
11007 ("pandoc" ,pandoc)
11008 ("zlib" ,zlib)))
11009 (propagated-inputs
11010 `(("r-crosstalk" ,r-crosstalk)
11011 ("r-htmltools" ,r-htmltools)
11012 ("r-htmlwidgets" ,r-htmlwidgets)
11013 ("r-jsonlite" ,r-jsonlite)
11014 ("r-knitr" ,r-knitr)
11015 ("r-magrittr" ,r-magrittr)
11016 ("r-manipulatewidget" ,r-manipulatewidget)
11017 ("r-shiny" ,r-shiny)))
11018 (home-page "https://r-forge.r-project.org/projects/rgl/")
11019 (synopsis "3D visualization using OpenGL")
11020 (description
11021 "This package provides medium to high level functions for 3D interactive graphics,
11022 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
11023 as functions for constructing representations of geometric
11024 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
11025 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
11026 image formats, including PNG, Postscript, SVG, PGF.")
11027 ;; Any version of the GPL.
11028 (license (list license:gpl2+ license:gpl3+))))
11029
11030 (define-public r-multicool
11031 (package
11032 (name "r-multicool")
11033 (version "0.1-11")
11034 (source
11035 (origin
11036 (method url-fetch)
11037 (uri (cran-uri "multicool" version))
11038 (sha256
11039 (base32
11040 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
11041 (build-system r-build-system)
11042 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11043 (home-page "https://cran.r-project.org/web/packages/multicool/")
11044 (synopsis "Permutations of multisets in cool-lex order")
11045 (description
11046 "This package provides a set of tools to permute multisets without loops
11047 or hash tables and to generate integer partitions. Cool-lex order is similar
11048 to colexicographical order.")
11049 (license license:gpl2)))
11050
11051 (define-public r-misc3d
11052 (package
11053 (name "r-misc3d")
11054 (version "0.9-0")
11055 (source
11056 (origin
11057 (method url-fetch)
11058 (uri (cran-uri "misc3d" version))
11059 (sha256
11060 (base32
11061 "10jf5r1x588vi54bzaqgi9mgcqlkiga2c3jvmqmk3lavc8fjksd1"))))
11062 (build-system r-build-system)
11063 (home-page "https://cran.r-project.org/web/packages/misc3d/")
11064 (synopsis "Miscellaneous 3D Plots")
11065 (description
11066 "This package provides a collection of miscellaneous 3d plots, including
11067 isosurfaces.")
11068 ;; Any version of the GPL.
11069 (license (list license:gpl2+ license:gpl3+))))
11070
11071 (define-public r-ks
11072 (package
11073 (name "r-ks")
11074 (version "1.12.0")
11075 (source
11076 (origin
11077 (method url-fetch)
11078 (uri (cran-uri "ks" version))
11079 (sha256
11080 (base32 "1sff6rlpq64lqyvwgral9zbcan30wpgmfb26hw9y6wzypd9gxbz6"))))
11081 (build-system r-build-system)
11082 (propagated-inputs
11083 `(("r-fnn" ,r-fnn)
11084 ("r-kernlab" ,r-kernlab)
11085 ("r-kernsmooth" ,r-kernsmooth)
11086 ("r-matrix" ,r-matrix)
11087 ("r-mclust" ,r-mclust)
11088 ("r-mgcv" ,r-mgcv)
11089 ("r-multicool" ,r-multicool)
11090 ("r-mvtnorm" ,r-mvtnorm)
11091 ("r-plot3d" ,r-plot3d)))
11092 (home-page "http://www.mvstat.net/tduong/")
11093 (synopsis "Kernel smoothing")
11094 (description
11095 "This package provides kernel smoothers for univariate and multivariate
11096 data, including density functions, density derivatives, cumulative
11097 distributions, modal clustering, discriminant analysis, and two-sample
11098 hypothesis testing.")
11099 ;; Either version of the GPL.
11100 (license (list license:gpl2 license:gpl3))))
11101
11102 (define-public r-feature
11103 (package
11104 (name "r-feature")
11105 (version "1.2.15")
11106 (source
11107 (origin
11108 (method url-fetch)
11109 (uri (cran-uri "feature" version))
11110 (sha256
11111 (base32
11112 "0yzn1w1sasilcp8v0pcjnxjv9l6lspkskqi412i6h040gqmjjf6y"))))
11113 (build-system r-build-system)
11114 (propagated-inputs
11115 `(("r-ks" ,r-ks)
11116 ("r-plot3d" ,r-plot3d)))
11117 (native-inputs
11118 `(("r-knitr" ,r-knitr)))
11119 (home-page "http://www.mvstat.net/tduong/")
11120 (synopsis "Inferential feature significance for kernel density estimation")
11121 (description
11122 "The feature package contains functions to display and compute kernel
11123 density estimates, significant gradient and significant curvature regions.
11124 Significant gradient and/or curvature regions often correspond to significant
11125 features (e.g. local modes).")
11126 ;; Either version of the GPL.
11127 (license (list license:gpl2 license:gpl3))))
11128
11129 (define-public r-arm
11130 (package
11131 (name "r-arm")
11132 (version "1.11-2")
11133 (source
11134 (origin
11135 (method url-fetch)
11136 (uri (cran-uri "arm" version))
11137 (sha256
11138 (base32
11139 "1grb27vayr2vhyalzfqbhx6p278r7c3l4pzi5nrz3dmnyqrbx1c3"))))
11140 (build-system r-build-system)
11141 (propagated-inputs
11142 `(("r-abind" ,r-abind)
11143 ("r-coda" ,r-coda)
11144 ("r-hmisc" ,r-hmisc)
11145 ("r-lme4" ,r-lme4)
11146 ("r-mass" ,r-mass)
11147 ("r-matrix" ,r-matrix)
11148 ("r-nlme" ,r-nlme)))
11149 (home-page "https://cran.r-project.org/web/packages/arm/")
11150 (synopsis "Data analysis using regression and multilevel/hierarchical models")
11151 (description
11152 "This package provides functions to accompany A. Gelman and J. Hill,
11153 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
11154 University Press, 2007.")
11155 (license license:gpl3+)))
11156
11157 (define-public r-circular
11158 (package
11159 (name "r-circular")
11160 (version "0.4-93")
11161 (source
11162 (origin
11163 (method url-fetch)
11164 (uri (cran-uri "circular" version))
11165 (sha256
11166 (base32
11167 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
11168 (build-system r-build-system)
11169 (propagated-inputs
11170 `(("r-boot" ,r-boot)
11171 ("r-mvtnorm" ,r-mvtnorm)))
11172 (native-inputs
11173 `(("gfortran" ,gfortran)))
11174 (home-page "https://cran.r-project.org/web/packages/circular/")
11175 (synopsis "Circular statistics")
11176 (description
11177 "This package provides tools for circular statistics, from \"Topics in
11178 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
11179 Scientific.")
11180 (license license:gpl2+)))
11181
11182 (define-public r-activity
11183 (package
11184 (name "r-activity")
11185 (version "1.3")
11186 (source
11187 (origin
11188 (method url-fetch)
11189 (uri (cran-uri "activity" version))
11190 (sha256
11191 (base32
11192 "12imqj366dp6pam5gap6ji56p5wf1073xz5g4iikfxf5l8snxw92"))))
11193 (build-system r-build-system)
11194 (propagated-inputs
11195 `(("r-circular" ,r-circular)
11196 ("r-insol" ,r-insol)
11197 ("r-pbapply" ,r-pbapply)))
11198 (home-page "https://cran.r-project.org/web/packages/activity/")
11199 (synopsis "Animal activity statistics")
11200 (description
11201 "This package provides functions to fit kernel density functions to
11202 animal activity time data; plot activity distributions; quantify overall
11203 levels of activity; statistically compare activity metrics through
11204 bootstrapping; and evaluate variation in linear variables with time (or other
11205 circular variables).")
11206 (license license:gpl3)))
11207
11208 (define-public r-ouch
11209 (package
11210 (name "r-ouch")
11211 (version "2.14-1")
11212 (source
11213 (origin
11214 (method url-fetch)
11215 (uri (cran-uri "ouch" version))
11216 (sha256
11217 (base32
11218 "0ddf9bw5lhj8vb0ja78jf99i0smq4rgmm842k4a4ygap41vdyn2b"))))
11219 (build-system r-build-system)
11220 (propagated-inputs `(("r-subplex" ,r-subplex)))
11221 (home-page "https://kingaa.github.io/ouch/")
11222 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
11223 (description
11224 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
11225 for evolution along a phylogenetic tree.")
11226 (license license:gpl2+)))
11227
11228 (define-public r-fmsb
11229 (package
11230 (name "r-fmsb")
11231 (version "0.7.0")
11232 (source
11233 (origin
11234 (method url-fetch)
11235 (uri (cran-uri "fmsb" version))
11236 (sha256
11237 (base32
11238 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
11239 (build-system r-build-system)
11240 (home-page "http://minato.sip21c.org/msb/")
11241 (synopsis "Functions for medical statistics book with demographic data")
11242 (description
11243 "This package provides several utility functions for the book entitled
11244 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
11245 Japan, 2007) with Japanese demographic data and some demographic analysis
11246 related functions.")
11247 (license license:gpl2+)))
11248
11249 (define-public r-stabledist
11250 (package
11251 (name "r-stabledist")
11252 (version "0.7-1")
11253 (source
11254 (origin
11255 (method url-fetch)
11256 (uri (cran-uri "stabledist" version))
11257 (sha256
11258 (base32
11259 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
11260 (build-system r-build-system)
11261 (home-page "https://www.rmetrics.org")
11262 (synopsis "Stable distribution functions")
11263 (description
11264 "This package provides density, probability and quantile functions, and
11265 random number generation for (skew) stable distributions, using the
11266 parametrizations of Nolan.")
11267 (license license:gpl2+)))
11268
11269 (define-public r-gsl
11270 (package
11271 (name "r-gsl")
11272 (version "2.1-6")
11273 (source
11274 (origin
11275 (method url-fetch)
11276 (uri (cran-uri "gsl" version))
11277 (sha256
11278 (base32
11279 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
11280 (build-system r-build-system)
11281 (inputs
11282 `(("gsl" ,gsl)))
11283 (home-page "https://cran.r-project.org/web/packages/gsl")
11284 (synopsis "Wrapper for the GNU Scientific Library")
11285 (description
11286 "This package provides an R wrapper for the special functions and quasi
11287 random number generators of the GNU Scientific Library.")
11288 (license license:gpl2+)))
11289
11290 (define-public r-adgoftest
11291 (package
11292 (name "r-adgoftest")
11293 (version "0.3")
11294 (source
11295 (origin
11296 (method url-fetch)
11297 (uri (cran-uri "ADGofTest" version))
11298 (sha256
11299 (base32
11300 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
11301 (properties `((upstream-name . "ADGofTest")))
11302 (build-system r-build-system)
11303 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
11304 (synopsis "Anderson-Darling GoF test")
11305 (description
11306 "This package provides an implementation of the Anderson-Darling GoF test
11307 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
11308 Anderson-Darling Distribution\".")
11309 ;; Any version of the GPL.
11310 (license license:gpl3+)))
11311
11312 (define-public r-sodium
11313 (package
11314 (name "r-sodium")
11315 (version "1.1")
11316 (source
11317 (origin
11318 (method url-fetch)
11319 (uri (cran-uri "sodium" version))
11320 (sha256
11321 (base32
11322 "1zxzi8xvxnhgcd5qrylf08nz1cdq3aslrswjas440qg63ypmbf6w"))))
11323 (properties `((upstream-name . "sodium")))
11324 (build-system r-build-system)
11325 (inputs
11326 `(("libsodium" ,libsodium)))
11327 (native-inputs
11328 `(("pkg-config" ,pkg-config)
11329 ("r-knitr" ,r-knitr)))
11330 (home-page "https://github.com/jeroen/sodium")
11331 (synopsis "R bindings to the libsodium crypto library")
11332 (description
11333 "This package provides bindings to libsodium: a library for encryption,
11334 decryption, signatures, password hashing and more. Sodium uses curve25519, a
11335 Diffie-Hellman function by Daniel Bernstein, which has become very popular
11336 after it was discovered that the NSA had backdoored Dual EC DRBG.")
11337 (license license:expat)))
11338
11339 (define-public r-softimpute
11340 (package
11341 (name "r-softimpute")
11342 (version "1.4")
11343 (source
11344 (origin
11345 (method url-fetch)
11346 (uri (cran-uri "softImpute" version))
11347 (sha256
11348 (base32
11349 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
11350 (properties `((upstream-name . "softImpute")))
11351 (build-system r-build-system)
11352 (propagated-inputs
11353 `(("r-matrix" ,r-matrix)))
11354 (native-inputs
11355 `(("gfortran" ,gfortran)))
11356 (home-page "https://cran.r-project.org/web/packages/softImpute")
11357 (synopsis "Matrix completion via iterative soft-thresholded SVD")
11358 (description
11359 "This package provides iterative methods for matrix completion that use
11360 nuclear-norm regularization. The package includes procedures for centering
11361 and scaling rows, columns or both, and for computing low-rank @dfn{single
11362 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
11363 components).")
11364 (license license:gpl2)))
11365
11366 (define-public r-fftwtools
11367 (package
11368 (name "r-fftwtools")
11369 (version "0.9-9")
11370 (source
11371 (origin
11372 (method url-fetch)
11373 (uri (cran-uri "fftwtools" version))
11374 (sha256
11375 (base32
11376 "0h8lyl2i6zq16ir7xnfj9dhyivxvwikm8lml19s8s8jx95z3n9x9"))))
11377 (build-system r-build-system)
11378 (inputs `(("fftw" ,fftw)))
11379 (home-page "https://github.com/krahim/fftwtools")
11380 (synopsis "Wrapper for FFTW3")
11381 (description
11382 "This package provides a wrapper for several FFTW functions. It provides
11383 access to the two-dimensional FFT, the multivariate FFT, and the
11384 one-dimensional real to complex FFT using the FFTW3 library. The package
11385 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
11386 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
11387 The FFT functions have a parameter that allows them to not return the
11388 redundant complex conjugate when the input is real data.")
11389 (license license:gpl2+)))
11390
11391 (define-public r-tiff
11392 (package
11393 (name "r-tiff")
11394 (version "0.1-6")
11395 (source
11396 (origin
11397 (method url-fetch)
11398 (uri (cran-uri "tiff" version))
11399 (sha256
11400 (base32
11401 "1yy4im2lwzhjnnkfwxgkknsajvm83pcwaf370pkgfva2db0xjfv2"))))
11402 (build-system r-build-system)
11403 (inputs
11404 `(("libtiff" ,libtiff)
11405 ("libjpeg" ,libjpeg-turbo)
11406 ("zlib" ,zlib)))
11407 (home-page "https://www.rforge.net/tiff/")
11408 (synopsis "Read and write TIFF images")
11409 (description
11410 "This package provides an easy and simple way to read, write and display
11411 bitmap images stored in the TIFF format. It can read and write both files and
11412 in-memory raw vectors.")
11413 ;; Either of these two license versions.
11414 (license (list license:gpl2 license:gpl3))))
11415
11416 (define-public r-nlp
11417 (package
11418 (name "r-nlp")
11419 (version "0.2-1")
11420 (source
11421 (origin
11422 (method url-fetch)
11423 (uri (cran-uri "NLP" version))
11424 (sha256
11425 (base32
11426 "1dpj04fmld2lnhg072ahgjbhmciqqy9h1lrz0wf32mr7mm9s9sh5"))))
11427 (properties `((upstream-name . "NLP")))
11428 (build-system r-build-system)
11429 (home-page "https://cran.r-project.org/web/packages/NLP/")
11430 (synopsis "Natural language processing infrastructure")
11431 (description
11432 "This package provides basic classes and methods for Natural Language
11433 Processing.")
11434 (license license:gpl3)))
11435
11436 (define-public r-tm
11437 (package
11438 (name "r-tm")
11439 (version "0.7-8")
11440 (source
11441 (origin
11442 (method url-fetch)
11443 (uri (cran-uri "tm" version))
11444 (sha256
11445 (base32
11446 "0mk2lsplynms15nw92vbdgsafg4bw1m0ik31gch1mnsnv61idsxi"))))
11447 (properties `((upstream-name . "tm")))
11448 (build-system r-build-system)
11449 (propagated-inputs
11450 `(("r-bh" ,r-bh)
11451 ("r-nlp" ,r-nlp)
11452 ("r-rcpp" ,r-rcpp)
11453 ("r-slam" ,r-slam)
11454 ("r-xml2" ,r-xml2)))
11455 (home-page "http://tm.r-forge.r-project.org/")
11456 (synopsis "Text mining package")
11457 (description
11458 "This package provides a framework for text mining applications within R.")
11459 (license license:gpl3)))
11460
11461 (define-public r-waveslim
11462 (package
11463 (name "r-waveslim")
11464 (version "1.8.2")
11465 (source
11466 (origin
11467 (method url-fetch)
11468 (uri (cran-uri "waveslim" version))
11469 (sha256
11470 (base32
11471 "0ibivnhz0l06sss5rrrcvyiwg3qpbyk3qn4vx4pp90kj09x4yg0k"))))
11472 (build-system r-build-system)
11473 (native-inputs
11474 `(("gfortran" ,gfortran)))
11475 (home-page "http://waveslim.blogspot.com")
11476 (synopsis "Basic wavelet routines for signal processing")
11477 (description
11478 "This package provides basic wavelet routines for time series (1D),
11479 image (2D) and array (3D) analysis. The code provided here is based on
11480 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
11481 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
11482 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
11483 pairs (Selesnick 2001, 2002).")
11484 (license license:bsd-3)))
11485
11486 (define-public r-wordcloud
11487 (package
11488 (name "r-wordcloud")
11489 (version "2.6")
11490 (source
11491 (origin
11492 (method url-fetch)
11493 (uri (cran-uri "wordcloud" version))
11494 (sha256
11495 (base32
11496 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
11497 (build-system r-build-system)
11498 (propagated-inputs
11499 `(("r-rcolorbrewer" ,r-rcolorbrewer)
11500 ("r-rcpp" ,r-rcpp)
11501 ;; The "tm" package is only "suggested" according to CRAN, but the
11502 ;; wordcloud package cannot be loaded without it.
11503 ("r-tm" ,r-tm)))
11504 (home-page "https://cran.r-project.org/web/packages/wordcloud")
11505 (synopsis "Word clouds")
11506 (description
11507 "This package provides functionality to create pretty word clouds,
11508 visualize differences and similarity between documents, and avoid
11509 over-plotting in scatter plots with text.")
11510 (license license:lgpl2.1)))
11511
11512 (define-public r-colorramps
11513 (package
11514 (name "r-colorramps")
11515 (version "2.3")
11516 (source
11517 (origin
11518 (method url-fetch)
11519 (uri (cran-uri "colorRamps" version))
11520 (sha256
11521 (base32
11522 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
11523 (properties `((upstream-name . "colorRamps")))
11524 (build-system r-build-system)
11525 (home-page "https://cran.r-project.org/web/packages/colorRamps")
11526 (synopsis "Build color tables")
11527 (description "This package provides features to build gradient color
11528 maps.")
11529 ;; Any version of the GPL
11530 (license license:gpl3+)))
11531
11532 (define-public r-tidytree
11533 (package
11534 (name "r-tidytree")
11535 (version "0.3.3")
11536 (source
11537 (origin
11538 (method url-fetch)
11539 (uri (cran-uri "tidytree" version))
11540 (sha256
11541 (base32 "05b53dap0f784kl6s1wgck6m7brwmy6ifqp7v5l06s1spfspagl6"))))
11542 (build-system r-build-system)
11543 (propagated-inputs
11544 `(("r-ape" ,r-ape)
11545 ("r-dplyr" ,r-dplyr)
11546 ("r-lazyeval" ,r-lazyeval)
11547 ("r-magrittr" ,r-magrittr)
11548 ("r-rlang" ,r-rlang)
11549 ("r-tibble" ,r-tibble)))
11550 (native-inputs
11551 `(("r-knitr" ,r-knitr)))
11552 (home-page "https://github.com/GuangchuangYu/tidytree")
11553 (synopsis "Tidy tool for phylogenetic tree data manipulation")
11554 (description
11555 "Phylogenetic trees generally contain multiple components including nodes,
11556 edges, branches and associated data. This package provides an approach to
11557 convert tree objects to tidy data frames. It also provides tidy interfaces to
11558 manipulate tree data.")
11559 (license license:artistic2.0)))
11560
11561 (define-public r-rvcheck
11562 (package
11563 (name "r-rvcheck")
11564 (version "0.1.8")
11565 (source
11566 (origin
11567 (method url-fetch)
11568 (uri (cran-uri "rvcheck" version))
11569 (sha256
11570 (base32 "0627bc8qmhxmd63yh6f90qni3qw1zwdpxjln2qbychzmzd4am9ac"))))
11571 (build-system r-build-system)
11572 (propagated-inputs
11573 `(("r-biocmanager" ,r-biocmanager)
11574 ("r-rlang" ,r-rlang)))
11575 (home-page "https://cran.r-project.org/web/packages/rvcheck")
11576 (synopsis "R package version check")
11577 (description
11578 "This package provides tools to check the latest release version of R and
11579 R packages (on CRAN, Bioconductor or Github).")
11580 (license license:artistic2.0)))
11581
11582 (define-public r-docopt
11583 (package
11584 (name "r-docopt")
11585 (version "0.7.1")
11586 (source
11587 (origin
11588 (method url-fetch)
11589 (uri (cran-uri "docopt" version))
11590 (sha256
11591 (base32
11592 "1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
11593 (build-system r-build-system)
11594 (home-page "https://github.com/docopt/docopt.R")
11595 (synopsis "Command-line interface specification language")
11596 (description
11597 "This package enables you to define a command-line interface by just
11598 giving it a description in the specific format.")
11599 (license license:expat)))
11600
11601 (define-public r-sparsesvd
11602 (package
11603 (name "r-sparsesvd")
11604 (version "0.2")
11605 (source
11606 (origin
11607 (method url-fetch)
11608 (uri (cran-uri "sparsesvd" version))
11609 (sha256
11610 (base32
11611 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
11612 (build-system r-build-system)
11613 (propagated-inputs `(("r-matrix" ,r-matrix)))
11614 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
11615 (synopsis "Sparse truncated singular value decomposition")
11616 (description
11617 "This package provides a Wrapper around the SVDLIBC library
11618 for (truncated) singular value decomposition of a sparse matrix. Currently,
11619 only sparse real matrices in Matrix package format are supported.")
11620 ;; SVDLIBC is released under BSD-2. The R interface is released under
11621 ;; BSD-3.
11622 (license (list license:bsd-3 license:bsd-2))))
11623
11624 (define-public r-speedglm
11625 (package
11626 (name "r-speedglm")
11627 (version "0.3-3")
11628 (source
11629 (origin
11630 (method url-fetch)
11631 (uri (cran-uri "speedglm" version))
11632 (sha256
11633 (base32
11634 "0f37w4lj8dpcg1sfkd7cv6qpdkanmb97mnd8zih2fxzv8bpd0rfh"))))
11635 (build-system r-build-system)
11636 (propagated-inputs
11637 `(("r-mass" ,r-mass)
11638 ("r-matrix" ,r-matrix)))
11639 (home-page "https://cran.r-project.org/web/packages/speedglm")
11640 (synopsis "Fit linear and generalized linear models to large data sets")
11641 (description
11642 "This package provides tools for fitting linear models and generalized
11643 linear models to large data sets by updating algorithms.")
11644 ;; Any version of the GPL
11645 (license license:gpl2+)))
11646
11647 (define-public r-densityclust
11648 (package
11649 (name "r-densityclust")
11650 (version "0.3")
11651 (source
11652 (origin
11653 (method url-fetch)
11654 (uri (cran-uri "densityClust" version))
11655 (sha256
11656 (base32
11657 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
11658 (properties `((upstream-name . "densityClust")))
11659 (build-system r-build-system)
11660 (propagated-inputs
11661 `(("r-fnn" ,r-fnn)
11662 ("r-ggplot2" ,r-ggplot2)
11663 ("r-ggrepel" ,r-ggrepel)
11664 ("r-gridextra" ,r-gridextra)
11665 ("r-rcolorbrewer" ,r-rcolorbrewer)
11666 ("r-rcpp" ,r-rcpp)
11667 ("r-rtsne" ,r-rtsne)))
11668 (home-page "https://cran.r-project.org/web/packages/densityClust")
11669 (synopsis "Clustering by fast search and find of density peaks")
11670 (description
11671 "This package provides an improved implementation (based on k-nearest
11672 neighbors) of the density peak clustering algorithm, originally described by
11673 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
11674 large datasets (> 100,000 samples) very efficiently.")
11675 (license license:gpl2+)))
11676
11677 (define-public r-combinat
11678 (package
11679 (name "r-combinat")
11680 (version "0.0-8")
11681 (source
11682 (origin
11683 (method url-fetch)
11684 (uri (cran-uri "combinat" version))
11685 (sha256
11686 (base32
11687 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
11688 (build-system r-build-system)
11689 (home-page "https://cran.r-project.org/web/packages/combinat")
11690 (synopsis "Combinatorics utilities")
11691 (description "This package provides assorted routines for combinatorics.")
11692 (license license:gpl2)))
11693
11694 (define-public r-qlcmatrix
11695 (package
11696 (name "r-qlcmatrix")
11697 (version "0.9.7")
11698 (source
11699 (origin
11700 (method url-fetch)
11701 (uri (cran-uri "qlcMatrix" version))
11702 (sha256
11703 (base32
11704 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
11705 (properties `((upstream-name . "qlcMatrix")))
11706 (build-system r-build-system)
11707 (propagated-inputs
11708 `(("r-docopt" ,r-docopt)
11709 ("r-matrix" ,r-matrix)
11710 ("r-slam" ,r-slam)
11711 ("r-sparsesvd" ,r-sparsesvd)))
11712 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
11713 (synopsis "Sparse matrix functions for quantitative language comparison")
11714 (description
11715 "This package provides an extension of the functionality of the Matrix
11716 package for using sparse matrices. Some of the functions are very general,
11717 while other are highly specific for the special data format used for
11718 @dfn{quantitative language comparison} (QLC).")
11719 (license license:gpl3)))
11720
11721 (define-public r-ddrtree
11722 (package
11723 (name "r-ddrtree")
11724 (version "0.1.5")
11725 (source
11726 (origin
11727 (method url-fetch)
11728 (uri (cran-uri "DDRTree" version))
11729 (sha256
11730 (base32
11731 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
11732 (properties `((upstream-name . "DDRTree")))
11733 (build-system r-build-system)
11734 (propagated-inputs
11735 `(("r-bh" ,r-bh)
11736 ("r-irlba" ,r-irlba)
11737 ("r-rcpp" ,r-rcpp)
11738 ("r-rcppeigen" ,r-rcppeigen)))
11739 (home-page "https://cran.r-project.org/web/packages/DDRTree")
11740 (synopsis "Learning principal graphs with DDRTree")
11741 (description
11742 "This package provides an implementation of the framework of
11743 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
11744 dimensional space while constructs a principal tree which passes through the
11745 middle of the data simultaneously. DDRTree shows superiority to
11746 alternatives (Wishbone, DPT) for inferring the ordering as well as the
11747 intrinsic structure of single cell genomics data. In general, it could be
11748 used to reconstruct the temporal progression as well as the bifurcation
11749 structure of any data type.")
11750 (license license:asl2.0)))
11751
11752 (define-public r-corpcor
11753 (package
11754 (name "r-corpcor")
11755 (version "1.6.9")
11756 (source
11757 (origin
11758 (method url-fetch)
11759 (uri (cran-uri "corpcor" version))
11760 (sha256
11761 (base32
11762 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
11763 (build-system r-build-system)
11764 (home-page "http://strimmerlab.org/software/corpcor/")
11765 (synopsis "Efficient estimation of covariance and (partial) correlation")
11766 (description
11767 "This package implements a James-Stein-type shrinkage estimator for the
11768 covariance matrix, with separate shrinkage for variances and correlations.
11769 Furthermore, functions are available for fast singular value decomposition,
11770 for computing the pseudoinverse, and for checking the rank and positive
11771 definiteness of a matrix.")
11772 (license license:gpl3+)))
11773
11774 (define-public r-rspectra
11775 (package
11776 (name "r-rspectra")
11777 (version "0.16-0")
11778 (source
11779 (origin
11780 (method url-fetch)
11781 (uri (cran-uri "RSpectra" version))
11782 (sha256
11783 (base32
11784 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
11785 (properties `((upstream-name . "RSpectra")))
11786 (build-system r-build-system)
11787 (propagated-inputs
11788 `(("r-matrix" ,r-matrix)
11789 ("r-rcpp" ,r-rcpp)
11790 ("r-rcppeigen" ,r-rcppeigen)))
11791 (home-page "https://github.com/yixuan/RSpectra")
11792 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
11793 (description
11794 "This package provides an R interface to the Spectra library for
11795 large-scale eigenvalue and SVD problems. It is typically used to compute a
11796 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
11797 which is usually more efficient than @code{eigen()} if k << n.")
11798 ;; MPL 2 or later.
11799 (license license:mpl2.0)))
11800
11801 (define-public r-vbsr
11802 (package
11803 (name "r-vbsr")
11804 (version "0.0.5")
11805 (source
11806 (origin
11807 (method url-fetch)
11808 (uri (cran-uri "vbsr" version))
11809 (sha256
11810 (base32
11811 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
11812 (build-system r-build-system)
11813 (home-page "https://cran.r-project.org/web/packages/vbsr")
11814 (synopsis "Variational Bayes spike regression regularized linear models")
11815 (description
11816 "This package provides an efficient algorithm for solving ultra-sparse
11817 regularized regression models using a variational Bayes algorithm with a spike
11818 prior. The algorithm is solved on a path, with coordinate updates, and is
11819 capable of generating very sparse models. Very general model
11820 diagnostics for controlling type-1 errors are also provided.")
11821 (license license:gpl2)))
11822
11823 (define-public r-flare
11824 (package
11825 (name "r-flare")
11826 (version "1.7.0")
11827 (source
11828 (origin
11829 (method url-fetch)
11830 (uri (cran-uri "flare" version))
11831 (sha256
11832 (base32
11833 "0f992dmgnr6s8g3386i9bjfyf08q8srgw7sjz2yx7snj8znq7251"))))
11834 (build-system r-build-system)
11835 (propagated-inputs
11836 `(("r-igraph" ,r-igraph)
11837 ("r-lattice" ,r-lattice)
11838 ("r-mass" ,r-mass)
11839 ("r-matrix" ,r-matrix)))
11840 (home-page "https://cran.r-project.org/web/packages/flare")
11841 (synopsis "Family of Lasso regression implementations")
11842 (description
11843 "This package provides implementations of a family of Lasso variants
11844 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
11845 high dimensional sparse linear models.")
11846 (license license:gpl2)))
11847
11848 (define-public r-lassopv
11849 (package
11850 (name "r-lassopv")
11851 (version "0.2.0")
11852 (source
11853 (origin
11854 (method url-fetch)
11855 (uri (cran-uri "lassopv" version))
11856 (sha256
11857 (base32
11858 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
11859 (build-system r-build-system)
11860 (propagated-inputs `(("r-lars" ,r-lars)))
11861 (home-page "https://github.com/lingfeiwang/lassopv")
11862 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
11863 (description
11864 "This package enables you to estimate the p-values for predictors x
11865 against target variable y in Lasso regression, using the regularization
11866 strength when each predictor enters the active set of regularization path for
11867 the first time as the statistic.")
11868 (license license:gpl3)))
11869
11870 (define-public r-splitstackshape
11871 (package
11872 (name "r-splitstackshape")
11873 (version "1.4.8")
11874 (source
11875 (origin
11876 (method url-fetch)
11877 (uri (cran-uri "splitstackshape" version))
11878 (sha256
11879 (base32
11880 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
11881 (build-system r-build-system)
11882 (propagated-inputs
11883 `(("r-data-table" ,r-data-table)))
11884 (home-page "https://github.com/mrdwab/splitstackshape")
11885 (synopsis "Stack and reshape datasets after splitting concatenated values")
11886 (description
11887 "Online data collection tools like Google Forms often export
11888 multiple-response questions with data concatenated in cells. The
11889 @code{concat.split} (cSplit) family of functions provided by this package
11890 splits such data into separate cells. This package also includes functions to
11891 stack groups of columns and to reshape wide data, even when the data are
11892 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
11893 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
11894 handle.")
11895 (license license:gpl3)))
11896
11897 (define-public r-tfmpvalue
11898 (package
11899 (name "r-tfmpvalue")
11900 (version "0.0.8")
11901 (source
11902 (origin
11903 (method url-fetch)
11904 (uri (cran-uri "TFMPvalue" version))
11905 (sha256
11906 (base32
11907 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
11908 (properties `((upstream-name . "TFMPvalue")))
11909 (build-system r-build-system)
11910 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11911 (home-page "https://github.com/ge11232002/TFMPvalue")
11912 (synopsis "P-value computation for position weight matrices")
11913 (description
11914 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
11915 identification from sequence/alignments, we are interested in the significance
11916 of certain match scores. TFMPvalue provides the accurate calculation of a
11917 p-value with a score threshold for position weight matrices, or the score with
11918 a given p-value. It is an interface to code originally made available by
11919 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
11920 Touzet and Varre (2007).")
11921 (license license:gpl2)))
11922
11923 (define-public r-rnifti
11924 (package
11925 (name "r-rnifti")
11926 (version "1.3.0")
11927 (source
11928 (origin
11929 (method url-fetch)
11930 (uri (cran-uri "RNifti" version))
11931 (sha256
11932 (base32
11933 "1zr0q79id62csmc30c7gs4hbmavk8n6p50a981sfz51dczhjj5ny"))))
11934 (properties `((upstream-name . "RNifti")))
11935 (build-system r-build-system)
11936 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11937 (home-page "https://github.com/jonclayden/RNifti")
11938 (synopsis "Fast R and C++ access to NIfTI images")
11939 (description
11940 "This package provides very fast read and write access to images stored
11941 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
11942 compiled C and interpreted R code. It also provides a C/C++ API that can be
11943 used by other packages.")
11944 (license license:gpl2)))
11945
11946 (define-public r-shades
11947 (package
11948 (name "r-shades")
11949 (version "1.4.0")
11950 (source
11951 (origin
11952 (method url-fetch)
11953 (uri (cran-uri "shades" version))
11954 (sha256
11955 (base32
11956 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
11957 (build-system r-build-system)
11958 (home-page "https://github.com/jonclayden/shades")
11959 (synopsis "Simple color manipulation")
11960 (description
11961 "This package provides functions for easily manipulating colors,
11962 creating color scales and calculating color distances.")
11963 (license license:bsd-3)))
11964
11965 (define-public r-ore
11966 (package
11967 (name "r-ore")
11968 (version "1.6.3")
11969 (source
11970 (origin
11971 (method url-fetch)
11972 (uri (cran-uri "ore" version))
11973 (sha256
11974 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
11975 (build-system r-build-system)
11976 (home-page "https://github.com/jonclayden/ore")
11977 (synopsis "R interface to the Onigmo regular expression library")
11978 (description
11979 "This package provides an alternative to R's built-in functionality for
11980 handling regular expressions, based on the Onigmo library. It offers
11981 first-class compiled regex objects, partial matching and function-based
11982 substitutions, amongst other features.")
11983 (license license:bsd-3)))
11984
11985 (define-public r-reportr
11986 (package
11987 (name "r-reportr")
11988 (version "1.3.0")
11989 (source
11990 (origin
11991 (method url-fetch)
11992 (uri (cran-uri "reportr" version))
11993 (sha256
11994 (base32
11995 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
11996 (build-system r-build-system)
11997 (propagated-inputs `(("r-ore" ,r-ore)))
11998 (home-page "https://github.com/jonclayden/reportr")
11999 (synopsis "General message and error reporting system")
12000 (description
12001 "This package provides a system for reporting messages, which offers
12002 certain useful features over the standard R system, such as the incorporation
12003 of output consolidation, message filtering, assertions, expression
12004 substitution, automatic generation of stack traces for debugging, and
12005 conditional reporting based on the current \"output level\".")
12006 (license license:gpl2)))
12007
12008 (define-public r-tractor-base
12009 (package
12010 (name "r-tractor-base")
12011 (version "3.3.3.1")
12012 (source
12013 (origin
12014 (method url-fetch)
12015 (uri (cran-uri "tractor.base" version))
12016 (sha256
12017 (base32
12018 "0w5jw7pf77npkgig7667yikpbwv4dfk1dcq63qm88l409ga2f95p"))))
12019 (properties `((upstream-name . "tractor.base")))
12020 (build-system r-build-system)
12021 (propagated-inputs
12022 `(("r-ore" ,r-ore)
12023 ("r-reportr" ,r-reportr)
12024 ("r-rnifti" ,r-rnifti)
12025 ("r-shades" ,r-shades)))
12026 (home-page "https://www.tractor-mri.org.uk")
12027 (synopsis "Read, manipulate and visualize magnetic resonance images")
12028 (description
12029 "This package provides functions for working with magnetic resonance
12030 images. It supports reading and writing of popular file formats (DICOM,
12031 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
12032 visualization; flexible image manipulation; metadata and sparse image
12033 handling.")
12034 (license license:gpl2)))
12035
12036 (define-public r-grimport
12037 (package
12038 (name "r-grimport")
12039 (version "0.9-3")
12040 (source
12041 (origin
12042 (method url-fetch)
12043 (uri (cran-uri "grImport" version))
12044 (sha256
12045 (base32
12046 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
12047 (properties `((upstream-name . "grImport")))
12048 (build-system r-build-system)
12049 (inputs
12050 `(("ghostscript" ,ghostscript)))
12051 (propagated-inputs
12052 `(("r-xml" ,r-xml)))
12053 (home-page "https://cran.r-project.org/web/packages/grImport")
12054 (synopsis "Convert, import, and draw PostScript pictures")
12055 (description
12056 "This package provides functions for converting, importing, and drawing
12057 PostScript pictures in R plots.")
12058 (license license:gpl2+)))
12059
12060 (define-public r-grimport2
12061 (package
12062 (name "r-grimport2")
12063 (version "0.2-0")
12064 (source
12065 (origin
12066 (method url-fetch)
12067 (uri (cran-uri "grImport2" version))
12068 (sha256
12069 (base32
12070 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
12071 (properties `((upstream-name . "grImport2")))
12072 (build-system r-build-system)
12073 (propagated-inputs
12074 `(("r-base64enc" ,r-base64enc)
12075 ("r-jpeg" ,r-jpeg)
12076 ("r-png" ,r-png)
12077 ("r-xml" ,r-xml)))
12078 (home-page "https://cran.r-project.org/web/packages/grImport2/")
12079 (synopsis "Import SVG graphics")
12080 (description
12081 "This package provides functions for importing external vector images and
12082 drawing them as part of R plots. This package is different from the
12083 @code{grImport} package because, where that package imports PostScript format
12084 images, this package imports SVG format images. Furthermore, this package
12085 imports a specific subset of SVG, so external images must be preprocessed
12086 using a package like @code{rsvg} to produce SVG that this package can import.
12087 SVG features that are not supported by R graphics, such as gradient fills, can
12088 be imported and then exported via the @code{gridSVG} package.")
12089 (license license:gpl2+)))
12090
12091 (define-public r-kohonen
12092 (package
12093 (name "r-kohonen")
12094 (version "3.0.10")
12095 (source
12096 (origin
12097 (method url-fetch)
12098 (uri (cran-uri "kohonen" version))
12099 (sha256
12100 (base32
12101 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
12102 (build-system r-build-system)
12103 (propagated-inputs
12104 `(("r-rcpp" ,r-rcpp)))
12105 (home-page "https://cran.r-project.org/web/packages/kohonen")
12106 (synopsis "Supervised and unsupervised self-organising maps")
12107 (description
12108 "This package provides functions to train @dfn{self-organising
12109 maps} (SOMs). Also interrogation of the maps and prediction using trained
12110 maps are supported. The name of the package refers to Teuvo Kohonen, the
12111 inventor of the SOM.")
12112 (license license:gpl2+)))
12113
12114 (define-public r-nnls
12115 (package
12116 (name "r-nnls")
12117 (version "1.4")
12118 (source
12119 (origin
12120 (method url-fetch)
12121 (uri (cran-uri "nnls" version))
12122 (sha256
12123 (base32
12124 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
12125 (build-system r-build-system)
12126 (native-inputs `(("gfortran" ,gfortran)))
12127 (home-page "https://cran.r-project.org/web/packages/nnls")
12128 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
12129 (description
12130 "This package provides an R interface to the Lawson-Hanson implementation
12131 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
12132 the combination of non-negative and non-positive constraints.")
12133 (license license:gpl2+)))
12134
12135 (define-public r-iso
12136 (package
12137 (name "r-iso")
12138 (version "0.0-18.1")
12139 (source
12140 (origin
12141 (method url-fetch)
12142 (uri (cran-uri "Iso" version))
12143 (sha256
12144 (base32
12145 "0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
12146 (properties `((upstream-name . "Iso")))
12147 (build-system r-build-system)
12148 (native-inputs `(("gfortran" ,gfortran)))
12149 (home-page "https://www.stat.auckland.ac.nz/~rolf/")
12150 (synopsis "Functions to perform isotonic regression")
12151 (description
12152 "This package provides support for linear order and unimodal
12153 order (univariate) isotonic regression and bivariate isotonic regression with
12154 linear order on both variables.")
12155 (license license:gpl2+)))
12156
12157 (define-public r-chemometricswithr
12158 (package
12159 (name "r-chemometricswithr")
12160 (version "0.1.13")
12161 (source
12162 (origin
12163 (method url-fetch)
12164 (uri (cran-uri "ChemometricsWithR" version))
12165 (sha256
12166 (base32
12167 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
12168 (properties
12169 `((upstream-name . "ChemometricsWithR")))
12170 (build-system r-build-system)
12171 (propagated-inputs
12172 `(("r-devtools" ,r-devtools)
12173 ("r-kohonen" ,r-kohonen)
12174 ("r-mass" ,r-mass)
12175 ("r-pls" ,r-pls)))
12176 (home-page "https://github.com/rwehrens/CWR")
12177 (synopsis "Chemometrics with R")
12178 (description
12179 "This package provides functions and scripts used in the book
12180 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
12181 Life Sciences\" by Ron Wehrens, Springer (2011).")
12182 (license license:gpl2+)))
12183
12184 (define-public r-als
12185 (package
12186 (name "r-als")
12187 (version "0.0.6")
12188 (source
12189 (origin
12190 (method url-fetch)
12191 (uri (cran-uri "ALS" version))
12192 (sha256
12193 (base32
12194 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
12195 (properties `((upstream-name . "ALS")))
12196 (build-system r-build-system)
12197 (propagated-inputs
12198 `(("r-iso" ,r-iso)
12199 ("r-nnls" ,r-nnls)))
12200 (home-page "https://cran.r-project.org/web/packages/ALS")
12201 (synopsis "Multivariate curve resolution alternating least squares")
12202 (description
12203 "Alternating least squares is often used to resolve components
12204 contributing to data with a bilinear structure; the basic technique may be
12205 extended to alternating constrained least squares. This package provides an
12206 implementation of @dfn{multivariate curve resolution alternating least
12207 squares} (MCR-ALS).
12208
12209 Commonly applied constraints include unimodality, non-negativity, and
12210 normalization of components. Several data matrices may be decomposed
12211 simultaneously by assuming that one of the two matrices in the bilinear
12212 decomposition is shared between datasets.")
12213 (license license:gpl2+)))
12214
12215 (define-public r-strucchange
12216 (package
12217 (name "r-strucchange")
12218 (version "1.5-2")
12219 (source
12220 (origin
12221 (method url-fetch)
12222 (uri (cran-uri "strucchange" version))
12223 (sha256
12224 (base32
12225 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
12226 (build-system r-build-system)
12227 (propagated-inputs
12228 `(("r-sandwich" ,r-sandwich)
12229 ("r-zoo" ,r-zoo)))
12230 (home-page "https://cran.r-project.org/web/packages/strucchange")
12231 (synopsis "Testing, monitoring, and dating structural changes")
12232 (description
12233 "This package provides tools for testing, monitoring and dating
12234 structural changes in (linear) regression models. It features tests/methods
12235 from the generalized fluctuation test framework as well as from the F
12236 test (Chow test) framework. This includes methods to fit, plot and test
12237 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
12238 statistics, respectively. It is possible to monitor incoming data online
12239 using fluctuation processes. Finally, the breakpoints in regression models
12240 with structural changes can be estimated together with confidence intervals.
12241 Emphasis is always given to methods for visualizing the data.")
12242 ;; Either of these two GPL versions
12243 (license (list license:gpl2 license:gpl3))))
12244
12245 (define-public r-pixmap
12246 (package
12247 (name "r-pixmap")
12248 (version "0.4-12")
12249 (source
12250 (origin
12251 (method url-fetch)
12252 (uri (cran-uri "pixmap" version))
12253 (sha256
12254 (base32
12255 "1v1a1adsgh5jlvvi98j4nhb1h681s97ip76zdrga12rlsjaahfw9"))))
12256 (build-system r-build-system)
12257 (home-page "https://cran.r-project.org/web/packages/pixmap")
12258 (synopsis "Tools for bitmap images")
12259 (description
12260 "This package provides functions for importing, exporting, plotting and
12261 other manipulations of bitmapped images.")
12262 (license license:gpl2)))
12263
12264 (define-public r-rapidjsonr
12265 (package
12266 (name "r-rapidjsonr")
12267 (version "1.2.0")
12268 (source
12269 (origin
12270 (method url-fetch)
12271 (uri (cran-uri "rapidjsonr" version))
12272 (sha256
12273 (base32
12274 "07zdirhbzmvq3cp4xn8ngk1lgxbbabzays315zxbs3sxrz6lzjb2"))))
12275 (build-system r-build-system)
12276 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
12277 (synopsis "JSON parser")
12278 (description
12279 "This package provides JSON parsing capability through the Rapidjson
12280 library.")
12281 (license license:expat)))
12282
12283 (define-public r-ontologyindex
12284 (package
12285 (name "r-ontologyindex")
12286 (version "2.7")
12287 (source
12288 (origin
12289 (method url-fetch)
12290 (uri (cran-uri "ontologyIndex" version))
12291 (sha256
12292 (base32
12293 "0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k"))))
12294 (properties `((upstream-name . "ontologyIndex")))
12295 (build-system r-build-system)
12296 (native-inputs
12297 `(("r-knitr" ,r-knitr)))
12298 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
12299 (synopsis "Functions for processing ontologies in R")
12300 (description
12301 "This package provides functions for reading ontologies into R as lists
12302 and manipulating sets of ontological terms.")
12303 (license license:gpl2+)))
12304
12305 (define-public r-gargle
12306 (package
12307 (name "r-gargle")
12308 (version "0.5.0")
12309 (source
12310 (origin
12311 (method url-fetch)
12312 (uri (cran-uri "gargle" version))
12313 (sha256
12314 (base32
12315 "1fykmiv3x8c9ai31r9wr7qcca51h6kqn9cgwbxvxfj15fhwskh4n"))))
12316 (build-system r-build-system)
12317 (propagated-inputs
12318 `(("r-fs" ,r-fs)
12319 ("r-glue" ,r-glue)
12320 ("r-httr" ,r-httr)
12321 ("r-jsonlite" ,r-jsonlite)
12322 ("r-rlang" ,r-rlang)
12323 ("r-withr" ,r-withr)))
12324 (native-inputs
12325 `(("r-knitr" ,r-knitr)))
12326 (home-page "https://gargle.r-lib.org")
12327 (synopsis "Utilities for working with Google APIs")
12328 (description
12329 "This package provides utilities for working with Google APIs. This
12330 includes functions and classes for handling common credential types and for
12331 preparing, executing, and processing HTTP requests.")
12332 (license license:expat)))
12333
12334 (define-public r-bigrquery
12335 (package
12336 (name "r-bigrquery")
12337 (version "1.3.2")
12338 (source
12339 (origin
12340 (method url-fetch)
12341 (uri (cran-uri "bigrquery" version))
12342 (sha256
12343 (base32
12344 "16whccv7f94vf57dvbbrhdskz3nnbmpa11a14kp7aynckldlfy0v"))))
12345 (build-system r-build-system)
12346 (propagated-inputs
12347 `(("r-assertthat" ,r-assertthat)
12348 ("r-bit64" ,r-bit64)
12349 ("r-curl" ,r-curl)
12350 ("r-dbi" ,r-dbi)
12351 ("r-gargle" ,r-gargle)
12352 ("r-glue" ,r-glue)
12353 ("r-httr" ,r-httr)
12354 ("r-jsonlite" ,r-jsonlite)
12355 ("r-prettyunits" ,r-prettyunits)
12356 ("r-progress" ,r-progress)
12357 ("r-rapidjsonr" ,r-rapidjsonr)
12358 ("r-rcpp" ,r-rcpp)
12359 ("r-rlang" ,r-rlang)
12360 ("r-tibble" ,r-tibble)))
12361 (home-page "https://github.com/rstats-db/bigrquery")
12362 (synopsis "R interface to Google's BigQuery API")
12363 (description
12364 "This package provides an R interface to Google's BigQuery database.")
12365 (license license:gpl3)))
12366
12367 (define-public r-gmp
12368 (package
12369 (name "r-gmp")
12370 (version "0.6-2")
12371 (source
12372 (origin
12373 (method url-fetch)
12374 (uri (cran-uri "gmp" version))
12375 (sha256
12376 (base32
12377 "03kzbflgpy5sgnzxmhshs5qv7jjmfc113ybkhxys4z8y7xdv9z3b"))))
12378 (build-system r-build-system)
12379 (arguments
12380 '(#:phases
12381 (modify-phases %standard-phases
12382 (add-after 'unpack 'set-CC
12383 (lambda _ (setenv "CC" "gcc") #t)))))
12384 (inputs `(("gmp" ,gmp)))
12385 (home-page "https://cran.r-project.org/web/packages/gmp")
12386 (synopsis "Multiple precision arithmetic")
12387 (description
12388 "This package supports multiple precision arithmetic (big integers and
12389 rationals, prime number tests, matrix computation), \"arithmetic without
12390 limitations\" using the GNU Multiple Precision library.")
12391 ;; Any version of the GPL.
12392 (license license:gpl3+)))
12393
12394 (define-public r-rmpfr
12395 (package
12396 (name "r-rmpfr")
12397 (version "0.8-2")
12398 (source
12399 (origin
12400 (method url-fetch)
12401 (uri (cran-uri "Rmpfr" version))
12402 (sha256
12403 (base32
12404 "007pc7fpzl2mcg3qxa2vfjip6m2dr314qjsnybkj3kdj70bszxkl"))))
12405 (properties `((upstream-name . "Rmpfr")))
12406 (build-system r-build-system)
12407 (inputs
12408 `(("mpfr" ,mpfr)
12409 ("gmp" ,gmp)))
12410 (propagated-inputs
12411 `(("r-gmp" ,r-gmp)))
12412 (native-inputs
12413 `(("pkg-config" ,pkg-config)))
12414 (home-page "http://rmpfr.r-forge.r-project.org/")
12415 (synopsis "R bindings to the MPFR library")
12416 (description
12417 "This package supports arithmetic (via S4 classes and methods) for
12418 arbitrary precision floating point numbers, including transcendental
12419 functions. To this end, the package interfaces with the @dfn{Multiple
12420 Precision Floating-Point Reliable} (MPFR) library.")
12421 (license license:gpl2+)))
12422
12423 (define-public r-assertive-base
12424 (package
12425 (name "r-assertive-base")
12426 (version "0.0-9")
12427 (source
12428 (origin
12429 (method url-fetch)
12430 (uri (cran-uri "assertive.base" version))
12431 (sha256
12432 (base32
12433 "07m0ddz092bgbl2fn1yk932h0iajdcqkri632477wl5a1q5r3w2b"))))
12434 (properties
12435 `((upstream-name . "assertive.base")))
12436 (build-system r-build-system)
12437 (home-page "https://bitbucket.org/richierocks/assertive.base")
12438 (synopsis "Core of the assertive package")
12439 (description
12440 "This package provides a minimal set of predicates and assertions used by
12441 the assertive package. This is mainly for use by other package developers who
12442 want to include run-time testing features in their own packages.")
12443 (license license:gpl3+)))
12444
12445 (define-public r-assertive-properties
12446 (package
12447 (name "r-assertive-properties")
12448 (version "0.0-4")
12449 (source
12450 (origin
12451 (method url-fetch)
12452 (uri (cran-uri "assertive.properties" version))
12453 (sha256
12454 (base32
12455 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
12456 (properties
12457 `((upstream-name . "assertive.properties")))
12458 (build-system r-build-system)
12459 (propagated-inputs
12460 `(("r-assertive-base" ,r-assertive-base)))
12461 (home-page "https://bitbucket.org/richierocks/assertive.properties")
12462 (synopsis "Assertions to check properties of variables")
12463 (description
12464 "This package provides a set of predicates and assertions for checking
12465 the properties of variables, such as length, names and attributes. This is
12466 mainly for use by other package developers who want to include run-time
12467 testing features in their own packages.")
12468 (license license:gpl3+)))
12469
12470 (define-public r-assertive-numbers
12471 (package
12472 (name "r-assertive-numbers")
12473 (version "0.0-2")
12474 (source
12475 (origin
12476 (method url-fetch)
12477 (uri (cran-uri "assertive.numbers" version))
12478 (sha256
12479 (base32
12480 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
12481 (properties
12482 `((upstream-name . "assertive.numbers")))
12483 (build-system r-build-system)
12484 (propagated-inputs
12485 `(("r-assertive-base" ,r-assertive-base)))
12486 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
12487 (synopsis "Assertions to check properties of numbers")
12488 (description
12489 "This package provides a set of predicates and assertions for checking
12490 the properties of numbers. This is mainly for use by other package developers
12491 who want to include run-time testing features in their own packages.")
12492 (license license:gpl3+)))
12493
12494 (define-public r-assertive-sets
12495 (package
12496 (name "r-assertive-sets")
12497 (version "0.0-3")
12498 (source
12499 (origin
12500 (method url-fetch)
12501 (uri (cran-uri "assertive.sets" version))
12502 (sha256
12503 (base32
12504 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
12505 (properties
12506 `((upstream-name . "assertive.sets")))
12507 (build-system r-build-system)
12508 (propagated-inputs
12509 `(("r-assertive-base" ,r-assertive-base)))
12510 (home-page "https://bitbucket.org/richierocks/assertive.sets")
12511 (synopsis "Assertions to check properties of sets")
12512 (description
12513 "This package provides a set of predicates and assertions for checking
12514 the properties of sets. This is mainly for use by other package developers
12515 who want to include run-time testing features in their own packages.")
12516 (license license:gpl3+)))
12517
12518 (define-public r-assertive-matrices
12519 (package
12520 (name "r-assertive-matrices")
12521 (version "0.0-2")
12522 (source
12523 (origin
12524 (method url-fetch)
12525 (uri (cran-uri "assertive.matrices" version))
12526 (sha256
12527 (base32
12528 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
12529 (properties
12530 `((upstream-name . "assertive.matrices")))
12531 (build-system r-build-system)
12532 (propagated-inputs
12533 `(("r-assertive-base" ,r-assertive-base)))
12534 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
12535 (synopsis "Assertions to check properties of matrices")
12536 (description
12537 "This package provides a set of predicates and assertions for checking
12538 the properties of matrices. This is mainly for use by other package
12539 developers who want to include run-time testing features in their own
12540 packages.")
12541 (license license:gpl3+)))
12542
12543 (define-public r-assertive-models
12544 (package
12545 (name "r-assertive-models")
12546 (version "0.0-2")
12547 (source
12548 (origin
12549 (method url-fetch)
12550 (uri (cran-uri "assertive.models" version))
12551 (sha256
12552 (base32
12553 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
12554 (properties
12555 `((upstream-name . "assertive.models")))
12556 (build-system r-build-system)
12557 (propagated-inputs
12558 `(("r-assertive-base" ,r-assertive-base)))
12559 (home-page "https://bitbucket.org/richierocks/assertive.models")
12560 (synopsis "Assertions to check properties of models")
12561 (description
12562 "This package provides a set of predicates and assertions for checking
12563 the properties of models. This is mainly for use by other package developers
12564 who want to include run-time testing features in their own packages.")
12565 (license license:gpl3+)))
12566
12567 (define-public r-assertive-reflection
12568 (package
12569 (name "r-assertive-reflection")
12570 (version "0.0-5")
12571 (source
12572 (origin
12573 (method url-fetch)
12574 (uri (cran-uri "assertive.reflection" version))
12575 (sha256
12576 (base32
12577 "1g9lpwzy6r2xmyi2mlbcccnfgyzhzbmx5bsicf3vkffxrlkrpjn2"))))
12578 (properties
12579 `((upstream-name . "assertive.reflection")))
12580 (build-system r-build-system)
12581 (propagated-inputs
12582 `(("r-assertive-base" ,r-assertive-base)))
12583 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
12584 (synopsis "Assertions for checking the state of R")
12585 (description
12586 "This package provides a set of predicates and assertions for checking
12587 the state and capabilities of R, the operating system it is running on, and
12588 the IDE being used. This is mainly for use by other package developers who
12589 want to include run-time testing features in their own packages.")
12590 (license license:gpl3+)))
12591
12592 (define-public r-assertive-types
12593 (package
12594 (name "r-assertive-types")
12595 (version "0.0-3")
12596 (source
12597 (origin
12598 (method url-fetch)
12599 (uri (cran-uri "assertive.types" version))
12600 (sha256
12601 (base32
12602 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
12603 (properties
12604 `((upstream-name . "assertive.types")))
12605 (build-system r-build-system)
12606 (propagated-inputs
12607 `(("r-assertive-base" ,r-assertive-base)
12608 ("r-assertive-properties" ,r-assertive-properties)
12609 ("r-codetools" ,r-codetools)))
12610 (home-page "https://bitbucket.org/richierocks/assertive.types")
12611 (synopsis "Assertions to check types of variables")
12612 (description
12613 "This package provides a set of predicates and assertions for checking
12614 the types of variables. This is mainly for use by other package developers
12615 who want to include run-time testing features in their own packages.")
12616 (license license:gpl3+)))
12617
12618 (define-public r-assertive-files
12619 (package
12620 (name "r-assertive-files")
12621 (version "0.0-2")
12622 (source
12623 (origin
12624 (method url-fetch)
12625 (uri (cran-uri "assertive.files" version))
12626 (sha256
12627 (base32
12628 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
12629 (properties
12630 `((upstream-name . "assertive.files")))
12631 (build-system r-build-system)
12632 (propagated-inputs
12633 `(("r-assertive-base" ,r-assertive-base)
12634 ("r-assertive-numbers" ,r-assertive-numbers)))
12635 (home-page "https://bitbucket.org/richierocks/assertive.files")
12636 (synopsis "Assertions to check properties of files")
12637 (description
12638 "This package provides a set of predicates and assertions for checking
12639 the properties of files and connections. This is mainly for use by other
12640 package developers who want to include run-time testing features in their own
12641 packages.")
12642 (license license:gpl3+)))
12643
12644 (define-public r-assertive-code
12645 (package
12646 (name "r-assertive-code")
12647 (version "0.0-3")
12648 (source
12649 (origin
12650 (method url-fetch)
12651 (uri (cran-uri "assertive.code" version))
12652 (sha256
12653 (base32
12654 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
12655 (properties
12656 `((upstream-name . "assertive.code")))
12657 (build-system r-build-system)
12658 (propagated-inputs
12659 `(("r-assertive-base" ,r-assertive-base)
12660 ("r-assertive-properties" ,r-assertive-properties)
12661 ("r-assertive-types" ,r-assertive-types)))
12662 (home-page "https://bitbucket.org/richierocks/assertive.code")
12663 (synopsis "Assertions to check properties of code")
12664 (description
12665 "This package provides a set of predicates and assertions for checking
12666 the properties of code. This is mainly for use by other package developers
12667 who want to include run-time testing features in their own packages.")
12668 (license license:gpl3+)))
12669
12670 (define-public r-assertive-datetimes
12671 (package
12672 (name "r-assertive-datetimes")
12673 (version "0.0-3")
12674 (source
12675 (origin
12676 (method url-fetch)
12677 (uri (cran-uri "assertive.datetimes" version))
12678 (sha256
12679 (base32
12680 "151d05z8n6dpl44pqsa1jfi0ijbigr3zfc43xlw53nd8ymi22kh1"))))
12681 (properties
12682 `((upstream-name . "assertive.datetimes")))
12683 (build-system r-build-system)
12684 (propagated-inputs
12685 `(("r-assertive-base" ,r-assertive-base)
12686 ("r-assertive-types" ,r-assertive-types)))
12687 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
12688 (synopsis "Assertions to check properties of dates and times")
12689 (description
12690 "This package provides a set of predicates and assertions for checking
12691 the properties of dates and times. This is mainly for use by other package
12692 developers who want to include run-time testing features in their own
12693 packages.")
12694 (license license:gpl3+)))
12695
12696 (define-public r-assertive-strings
12697 (package
12698 (name "r-assertive-strings")
12699 (version "0.0-3")
12700 (source
12701 (origin
12702 (method url-fetch)
12703 (uri (cran-uri "assertive.strings" version))
12704 (sha256
12705 (base32
12706 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
12707 (properties
12708 `((upstream-name . "assertive.strings")))
12709 (build-system r-build-system)
12710 (propagated-inputs
12711 `(("r-assertive-base" ,r-assertive-base)
12712 ("r-assertive-types" ,r-assertive-types)
12713 ("r-stringi" ,r-stringi)))
12714 (home-page "https://bitbucket.org/richierocks/assertive.strings")
12715 (synopsis "Assertions to check properties of strings")
12716 (description
12717 "This package provides a set of predicates and assertions for checking
12718 the properties of strings. This is mainly for use by other package developers
12719 who want to include run-time testing features in their own packages.")
12720 (license license:gpl3+)))
12721
12722 (define-public r-assertive-data-us
12723 (package
12724 (name "r-assertive-data-us")
12725 (version "0.0-2")
12726 (source
12727 (origin
12728 (method url-fetch)
12729 (uri (cran-uri "assertive.data.us" version))
12730 (sha256
12731 (base32
12732 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
12733 (properties
12734 `((upstream-name . "assertive.data.us")))
12735 (build-system r-build-system)
12736 (propagated-inputs
12737 `(("r-assertive-base" ,r-assertive-base)
12738 ("r-assertive-strings" ,r-assertive-strings)))
12739 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
12740 (synopsis "Assertions to check properties of strings")
12741 (description
12742 "This package provides a set of predicates and assertions for checking
12743 the properties of US-specific complex data types. This is mainly for use by
12744 other package developers who want to include run-time testing features in
12745 their own packages.")
12746 (license license:gpl3+)))
12747
12748 (define-public r-assertive-data-uk
12749 (package
12750 (name "r-assertive-data-uk")
12751 (version "0.0-2")
12752 (source
12753 (origin
12754 (method url-fetch)
12755 (uri (cran-uri "assertive.data.uk" version))
12756 (sha256
12757 (base32
12758 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
12759 (properties
12760 `((upstream-name . "assertive.data.uk")))
12761 (build-system r-build-system)
12762 (propagated-inputs
12763 `(("r-assertive-base" ,r-assertive-base)
12764 ("r-assertive-strings" ,r-assertive-strings)))
12765 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
12766 (synopsis "Assertions to check properties of strings")
12767 (description
12768 "This package provides a set of predicates and assertions for checking
12769 the properties of UK-specific complex data types. This is mainly for use by
12770 other package developers who want to include run-time testing features in
12771 their own packages.")
12772 (license license:gpl3+)))
12773
12774 (define-public r-assertive-data
12775 (package
12776 (name "r-assertive-data")
12777 (version "0.0-3")
12778 (source
12779 (origin
12780 (method url-fetch)
12781 (uri (cran-uri "assertive.data" version))
12782 (sha256
12783 (base32
12784 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
12785 (properties
12786 `((upstream-name . "assertive.data")))
12787 (build-system r-build-system)
12788 (propagated-inputs
12789 `(("r-assertive-base" ,r-assertive-base)
12790 ("r-assertive-strings" ,r-assertive-strings)))
12791 (home-page "https://bitbucket.org/richierocks/assertive.data")
12792 (synopsis "Assertions to check properties of data")
12793 (description
12794 "This package provides a set of predicates and assertions for checking
12795 the properties of (country independent) complex data types. This is mainly
12796 for use by other package developers who want to include run-time testing
12797 features in their own packages.")
12798 (license license:gpl3+)))
12799
12800 (define-public r-assertive
12801 (package
12802 (name "r-assertive")
12803 (version "0.3-6")
12804 (source
12805 (origin
12806 (method url-fetch)
12807 (uri (cran-uri "assertive" version))
12808 (sha256
12809 (base32
12810 "02palil82idqhhshcdjsfsja9qkqnd0dczqzj5gbccy4hfg1c0y4"))))
12811 (build-system r-build-system)
12812 (propagated-inputs
12813 `(("r-assertive-base" ,r-assertive-base)
12814 ("r-assertive-code" ,r-assertive-code)
12815 ("r-assertive-data" ,r-assertive-data)
12816 ("r-assertive-data-uk" ,r-assertive-data-uk)
12817 ("r-assertive-data-us" ,r-assertive-data-us)
12818 ("r-assertive-datetimes" ,r-assertive-datetimes)
12819 ("r-assertive-files" ,r-assertive-files)
12820 ("r-assertive-matrices" ,r-assertive-matrices)
12821 ("r-assertive-models" ,r-assertive-models)
12822 ("r-assertive-numbers" ,r-assertive-numbers)
12823 ("r-assertive-properties" ,r-assertive-properties)
12824 ("r-assertive-reflection" ,r-assertive-reflection)
12825 ("r-assertive-sets" ,r-assertive-sets)
12826 ("r-assertive-strings" ,r-assertive-strings)
12827 ("r-assertive-types" ,r-assertive-types)
12828 ("r-knitr" ,r-knitr)))
12829 (native-inputs
12830 `(("r-knitr" ,r-knitr)))
12831 (home-page "https://bitbucket.org/richierocks/assertive")
12832 (synopsis "Readable check functions to ensure code integrity")
12833 (description
12834 "This package provides lots of predicates (@code{is_*} functions) to
12835 check the state of your variables, and assertions (@code{assert_*} functions)
12836 to throw errors if they aren't in the right form.")
12837 (license license:gpl3+)))
12838
12839 (define-public r-dotcall64
12840 (package
12841 (name "r-dotcall64")
12842 (version "1.0-0")
12843 (source
12844 (origin
12845 (method url-fetch)
12846 (uri (cran-uri "dotCall64" version))
12847 (sha256
12848 (base32
12849 "1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
12850 (properties `((upstream-name . "dotCall64")))
12851 (build-system r-build-system)
12852 (native-inputs `(("gfortran" ,gfortran)))
12853 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
12854 (synopsis "Enhanced foreign function interface supporting long vectors")
12855 (description
12856 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
12857 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
12858 supports long vectors, arguments of type 64-bit integer, and provides a
12859 mechanism to avoid unnecessary copies of read-only and write-only arguments.
12860 This makes it a convenient and fast interface to C/C++ and Fortran code.")
12861 (license license:gpl2+)))
12862
12863 (define-public r-spam
12864 (package
12865 (name "r-spam")
12866 (version "2.6-0")
12867 (source
12868 (origin
12869 (method url-fetch)
12870 (uri (cran-uri "spam" version))
12871 (sha256
12872 (base32 "0p5ycvpry955ldrgbbq3syy91wx9425mddpn8r5m9xwlirjxv3v3"))))
12873 (build-system r-build-system)
12874 (propagated-inputs
12875 `(("r-dotcall64" ,r-dotcall64)))
12876 (native-inputs
12877 `(("gfortran" ,gfortran)
12878 ("r-knitr" ,r-knitr)))
12879 (home-page "https://www.math.uzh.ch/pages/spam/")
12880 (synopsis "Sparse matrix algebra")
12881 (description
12882 "This package provides a set of functions for sparse matrix algebra.
12883 Differences with other sparse matrix packages are:
12884
12885 @enumerate
12886 @item it only supports (essentially) one sparse matrix format;
12887 @item it is based on transparent and simple structure(s);
12888 @item it is tailored for MCMC calculations within G(M)RF;
12889 @item and it is fast and scalable (with the extension package @code{spam64}).
12890 @end enumerate\n")
12891 ;; Either of these licenses
12892 (license (list license:bsd-3 license:lgpl2.0))))
12893
12894 (define-public r-fields
12895 (package
12896 (name "r-fields")
12897 (version "11.6")
12898 (source
12899 (origin
12900 (method url-fetch)
12901 (uri (cran-uri "fields" version))
12902 (sha256
12903 (base32 "1nsrgkw9w3mwd3sajyzc06h49gg1s0bkq6xh5b66h1n4jbcx2046"))))
12904 (build-system r-build-system)
12905 (propagated-inputs
12906 `(("r-maps" ,r-maps)
12907 ("r-spam" ,r-spam)))
12908 (native-inputs
12909 `(("gfortran" ,gfortran)))
12910 (home-page "https://www.image.ucar.edu/fields")
12911 (synopsis "Tools for spatial data")
12912 (description
12913 "This is a package for curve, surface and function fitting with an
12914 emphasis on splines, spatial data and spatial statistics. The major methods
12915 include cubic, and thin plate splines, Kriging, and compactly supported
12916 covariance functions for large data sets.")
12917 (license license:gpl2+)))
12918
12919 (define-public r-spatialextremes
12920 (package
12921 (name "r-spatialextremes")
12922 (version "2.0-9")
12923 (source
12924 (origin
12925 (method url-fetch)
12926 (uri (cran-uri "SpatialExtremes" version))
12927 (sha256
12928 (base32
12929 "1mhn1c8n3bmgf0fjyac3wji4790zswzkqliqcv3n8kv9806crb0y"))))
12930 (properties
12931 `((upstream-name . "SpatialExtremes")))
12932 (build-system r-build-system)
12933 (propagated-inputs
12934 `(("r-fields" ,r-fields)
12935 ("r-maps" ,r-maps)))
12936 (home-page "http://spatialextremes.r-forge.r-project.org/")
12937 (synopsis "Modelling spatial extremes")
12938 (description
12939 "This package provides tools for the statistical modelling of spatial
12940 extremes using max-stable processes, copula or Bayesian hierarchical models.
12941 More precisely, this package allows (conditional) simulations from various
12942 parametric max-stable models, analysis of the extremal spatial dependence, the
12943 fitting of such processes using composite likelihoods or least square (simple
12944 max-stable processes only), model checking and selection and prediction.")
12945 (license license:gpl2+)))
12946
12947 (define-public r-drc
12948 (package
12949 (name "r-drc")
12950 (version "3.0-1")
12951 (source
12952 (origin
12953 (method url-fetch)
12954 (uri (cran-uri "drc" version))
12955 (sha256
12956 (base32
12957 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
12958 (build-system r-build-system)
12959 (propagated-inputs
12960 `(("r-car" ,r-car)
12961 ("r-gtools" ,r-gtools)
12962 ("r-mass" ,r-mass)
12963 ("r-multcomp" ,r-multcomp)
12964 ("r-plotrix" ,r-plotrix)
12965 ("r-scales" ,r-scales)))
12966 (home-page "https://cran.r-project.org/web/packages/drc")
12967 (synopsis "Analysis of dose-response curves")
12968 (description
12969 "This package provides a suite of flexible and versatile model fitting
12970 and after-fitting functions for the analysis of dose-response data.")
12971 (license license:gpl2+)))
12972
12973 (define-public r-rmeta
12974 (package
12975 (name "r-rmeta")
12976 (version "3.0")
12977 (source
12978 (origin
12979 (method url-fetch)
12980 (uri (cran-uri "rmeta" version))
12981 (sha256
12982 (base32
12983 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
12984 (build-system r-build-system)
12985 (home-page "https://cran.r-project.org/web/packages/rmeta")
12986 (synopsis "Tools for meta-analysis")
12987 (description
12988 "This package provides functions for simple fixed and random effects
12989 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
12990 draws standard summary plots, funnel plots, and computes summaries and tests
12991 for association and heterogeneity.")
12992 (license license:gpl2)))
12993
12994 (define-public r-bootstrap
12995 (package
12996 (name "r-bootstrap")
12997 (version "2019.6")
12998 (source
12999 (origin
13000 (method url-fetch)
13001 (uri (cran-uri "bootstrap" version))
13002 (sha256
13003 (base32
13004 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
13005 (build-system r-build-system)
13006 (native-inputs `(("gfortran" ,gfortran)))
13007 (home-page "https://cran.r-project.org/web/packages/bootstrap")
13008 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
13009 (description
13010 "This package provides software and data for the book \"An Introduction
13011 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
13012 This package is primarily provided for projects already based on it, and for
13013 support of the book. New projects should preferentially use the recommended
13014 package \"boot\".")
13015 (license license:bsd-3)))
13016
13017 (define-public r-survivalroc
13018 (package
13019 (name "r-survivalroc")
13020 (version "1.0.3")
13021 (source
13022 (origin
13023 (method url-fetch)
13024 (uri (cran-uri "survivalROC" version))
13025 (sha256
13026 (base32
13027 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
13028 (properties `((upstream-name . "survivalROC")))
13029 (build-system r-build-system)
13030 (home-page "https://cran.r-project.org/web/packages/survivalROC")
13031 (synopsis "Time-dependent ROC curve estimation from censored survival data")
13032 (description
13033 "Compute time-dependent ROC curve from censored survival data using
13034 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
13035 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
13036 (license license:gpl2+)))
13037
13038 (define-public r-longitudinal
13039 (package
13040 (name "r-longitudinal")
13041 (version "1.1.12")
13042 (source
13043 (origin
13044 (method url-fetch)
13045 (uri (cran-uri "longitudinal" version))
13046 (sha256
13047 (base32
13048 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
13049 (build-system r-build-system)
13050 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
13051 (home-page "http://strimmerlab.org/software/longitudinal/")
13052 (synopsis "Analysis of multiple time course data")
13053 (description
13054 "This package contains general data structures and functions for
13055 longitudinal data with multiple variables, repeated measurements, and
13056 irregularly spaced time points. It also implements a shrinkage estimator of
13057 dynamical correlation and dynamical covariance.")
13058 (license license:gpl3+)))
13059
13060 (define-public r-genenet
13061 (package
13062 (name "r-genenet")
13063 (version "1.2.15")
13064 (source
13065 (origin
13066 (method url-fetch)
13067 (uri (cran-uri "GeneNet" version))
13068 (sha256
13069 (base32
13070 "11ba6ahsk3x9alvcw8bai2bpg84ki1m8nadrjjdhjg65svhw8njm"))))
13071 (properties `((upstream-name . "GeneNet")))
13072 (build-system r-build-system)
13073 (propagated-inputs
13074 `(("r-corpcor" ,r-corpcor)
13075 ("r-fdrtool" ,r-fdrtool)
13076 ("r-longitudinal" ,r-longitudinal)))
13077 (home-page "http://strimmerlab.org/software/genenet/")
13078 (synopsis "Modeling and inferring gene networks")
13079 (description
13080 "This package analyzes gene expression (time series) data with focus on
13081 the inference of gene networks. In particular, GeneNet implements the methods
13082 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
13083 for learning large-scale gene association networks (including assignment of
13084 putative directions).")
13085 (license license:gpl3+)))
13086
13087 (define-public r-rbamtools
13088 (package
13089 (name "r-rbamtools")
13090 (version "2.16.17")
13091 (source
13092 (origin
13093 (method url-fetch)
13094 (uri (cran-uri "rbamtools" version))
13095 (sha256
13096 (base32
13097 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
13098 (build-system r-build-system)
13099 (inputs `(("zlib" ,zlib)))
13100 (propagated-inputs
13101 `(("r-refgenome" ,r-refgenome)))
13102 (home-page "https://cran.r-project.org/web/packages/rbamtools")
13103 (synopsis "Read and write BAM (binary alignment) files")
13104 (description
13105 "This package provides an R interface to functions of the SAMtools
13106 library.")
13107 (license license:artistic2.0)))
13108
13109 (define-public r-protviz
13110 (package
13111 (name "r-protviz")
13112 (version "0.6.8")
13113 (source
13114 (origin
13115 (method url-fetch)
13116 (uri (cran-uri "protViz" version))
13117 (sha256
13118 (base32
13119 "0rn8fjg7791a4j2k1kk1jwx40xz20bfaavvflmhyzpl398vmmy3a"))))
13120 (properties `((upstream-name . "protViz")))
13121 (build-system r-build-system)
13122 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
13123 (home-page "https://github.com/protViz/protViz/")
13124 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
13125 (description
13126 "This package helps with quality checks, visualizations and analysis of
13127 mass spectrometry data, coming from proteomics experiments. The package is
13128 developed, tested and used at the Functional Genomics Center Zurich, where it
13129 is used mainly for prototyping, teaching, and having fun with proteomics data.
13130 But it can also be used to do data analysis for small scale data sets.")
13131 (license license:gpl3)))
13132
13133 (define-public r-cmprsk
13134 (package
13135 (name "r-cmprsk")
13136 (version "2.2-10")
13137 (source
13138 (origin
13139 (method url-fetch)
13140 (uri (cran-uri "cmprsk" version))
13141 (sha256
13142 (base32 "1xnx2zanw548prxsw2zw5cddkkg6kj97jgyzw67achq5mnsvfbg8"))))
13143 (build-system r-build-system)
13144 (propagated-inputs
13145 `(("r-survival" ,r-survival)))
13146 (native-inputs
13147 `(("gfortran" ,gfortran)))
13148 (home-page "https://cran.r-project.org/web/packages/cmprsk")
13149 (synopsis "Subdistribution analysis of competing risks")
13150 (description
13151 "This package provides tool for estimation, testing and regression
13152 modeling of subdistribution functions in competing risks, as described in
13153 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
13154 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
13155 A proportional hazards model for the subdistribution of a competing risk,
13156 JASA, 94:496-509.")
13157 (license license:gpl2+)))
13158
13159 (define-public r-etm
13160 (package
13161 (name "r-etm")
13162 (version "1.1.1")
13163 (source
13164 (origin
13165 (method url-fetch)
13166 (uri (cran-uri "etm" version))
13167 (sha256
13168 (base32
13169 "1hvrplmdpjjpjji663rw0vjbbrzj2nvr04d1nkc8bf46p4ixyxgy"))))
13170 (build-system r-build-system)
13171 (propagated-inputs
13172 `(("r-data-table" ,r-data-table)
13173 ("r-lattice" ,r-lattice)
13174 ("r-rcpp" ,r-rcpp)
13175 ("r-rcpparmadillo" ,r-rcpparmadillo)
13176 ("r-survival" ,r-survival)))
13177 (home-page "https://cran.r-project.org/web/packages/etm")
13178 (synopsis "Empirical transition matrix")
13179 (description
13180 "The @dfn{empirical transition matrix} (etm) package estimates
13181 the matrix of transition probabilities for any time-inhomogeneous multistate
13182 model with finite state space using the Aalen-Johansen estimator.")
13183 (license license:expat)))
13184
13185 (define-public r-epi
13186 (package
13187 (name "r-epi")
13188 (version "2.43")
13189 (source
13190 (origin
13191 (method url-fetch)
13192 (uri (cran-uri "Epi" version))
13193 (sha256
13194 (base32
13195 "0wsjvilcivrhy2kh2dcagkzy7bjmfa0sq9xjpv6qb4b0nc0mv089"))))
13196 (properties `((upstream-name . "Epi")))
13197 (build-system r-build-system)
13198 (propagated-inputs
13199 `(("r-cmprsk" ,r-cmprsk)
13200 ("r-data-table" ,r-data-table)
13201 ("r-dplyr" ,r-dplyr)
13202 ("r-etm" ,r-etm)
13203 ("r-mass" ,r-mass)
13204 ("r-matrix" ,r-matrix)
13205 ("r-mgcv" ,r-mgcv)
13206 ("r-numderiv" ,r-numderiv)
13207 ("r-plyr" ,r-plyr)
13208 ("r-purrr" ,r-purrr)
13209 ("r-survival" ,r-survival)
13210 ("r-zoo" ,r-zoo)))
13211 (home-page "https://BendixCarstensen.com/Epi/")
13212 (synopsis "Statistical analysis in epidemiology")
13213 (description
13214 "This package provides functions for demographic and epidemiological
13215 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
13216 particular representation, manipulation and simulation of multistate data -
13217 the Lexis suite of functions, which includes interfaces to the @code{mstate},
13218 @code{etm} and @code{cmprsk} packages. It also contains functions for
13219 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
13220 data and some useful functions for tabulation and plotting, as well as a
13221 number of epidemiological data sets.")
13222 (license license:gpl2)))
13223
13224 (define-public r-ppls
13225 (package
13226 (name "r-ppls")
13227 (version "1.6-1.1")
13228 (source
13229 (origin
13230 (method url-fetch)
13231 (uri (cran-uri "ppls" version))
13232 (sha256
13233 (base32
13234 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
13235 (build-system r-build-system)
13236 (propagated-inputs `(("r-mass" ,r-mass)))
13237 (home-page "https://cran.r-project.org/web/packages/ppls")
13238 (synopsis "Penalized partial least squares")
13239 (description
13240 "This package contains linear and nonlinear regression methods based on
13241 partial least squares and penalization techniques. Model parameters are
13242 selected via cross-validation, and confidence intervals ans tests for the
13243 regression coefficients can be conducted via jackknifing.")
13244 (license license:gpl2+)))
13245
13246 (define-public r-huge
13247 (package
13248 (name "r-huge")
13249 (version "1.3.4.1")
13250 (source
13251 (origin
13252 (method url-fetch)
13253 (uri (cran-uri "huge" version))
13254 (sha256
13255 (base32 "11m80dnaxqw5v006q6kvhndl2y5ih5553fcqg4jcaljd8sp9xvvq"))))
13256 (build-system r-build-system)
13257 (propagated-inputs
13258 `(("r-igraph" ,r-igraph)
13259 ("r-mass" ,r-mass)
13260 ("r-matrix" ,r-matrix)
13261 ("r-rcpp" ,r-rcpp)
13262 ("r-rcppeigen" ,r-rcppeigen)))
13263 (home-page "https://cran.r-project.org/web/packages/huge")
13264 (synopsis "High-dimensional undirected graph estimation")
13265 (description
13266 "This package provides a general framework for high-dimensional
13267 undirected graph estimation. It integrates data preprocessing, neighborhood
13268 screening, graph estimation, and model selection techniques into a pipeline.")
13269 (license license:gpl2)))
13270
13271 (define-public r-parcor
13272 (package
13273 (name "r-parcor")
13274 (version "0.2-6")
13275 (source
13276 (origin
13277 (method url-fetch)
13278 (uri (cran-uri "parcor" version))
13279 (sha256
13280 (base32
13281 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
13282 (build-system r-build-system)
13283 (propagated-inputs
13284 `(("r-epi" ,r-epi)
13285 ("r-genenet" ,r-genenet)
13286 ("r-glmnet" ,r-glmnet)
13287 ("r-mass" ,r-mass)
13288 ("r-ppls" ,r-ppls)))
13289 (home-page "https://cran.r-project.org/web/packages/parcor")
13290 (synopsis "Regularized estimation of partial correlation matrices")
13291 (description
13292 "This package estimates the matrix of partial correlations based on
13293 different regularized regression methods: lasso, adaptive lasso, PLS, and
13294 Ridge Regression. In addition, the package provides model selection for
13295 lasso, adaptive lasso and Ridge regression based on cross-validation.")
13296 (license license:gpl2+)))
13297
13298 (define-public r-mcmc
13299 (package
13300 (name "r-mcmc")
13301 (version "0.9-7")
13302 (source
13303 (origin
13304 (method url-fetch)
13305 (uri (cran-uri "mcmc" version))
13306 (sha256
13307 (base32
13308 "0q42m8ab7b6bxhns494ksjdss5f3c5m2jjfdlfj6fk1nz7ax7i5p"))))
13309 (build-system r-build-system)
13310 (home-page "https://www.stat.umn.edu/geyer/mcmc/")
13311 (synopsis "Markov chain Monte Carlo")
13312 (description
13313 "This package simulates continuous distributions of random vectors using
13314 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
13315 function that evaluates the log unnormalized density. Algorithms are random
13316 walk Metropolis algorithm (function @code{metrop}), simulated
13317 tempering (function @code{temper}), and morphometric random walk
13318 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
13319 by change of variable.")
13320 (license license:expat)))
13321
13322 (define-public r-listenv
13323 (package
13324 (name "r-listenv")
13325 (version "0.8.0")
13326 (source
13327 (origin
13328 (method url-fetch)
13329 (uri (cran-uri "listenv" version))
13330 (sha256
13331 (base32
13332 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
13333 (build-system r-build-system)
13334 (native-inputs
13335 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13336 (home-page "https://github.com/HenrikBengtsson/listenv")
13337 (synopsis "Environments behaving (almost) as lists")
13338 (description
13339 "This package implements list environments. List environments are
13340 environments that have list-like properties. For instance, the elements of a
13341 list environment are ordered and can be accessed and iterated over using index
13342 subsetting.")
13343 (license license:lgpl2.1+)))
13344
13345 (define-public r-globals
13346 (package
13347 (name "r-globals")
13348 (version "0.14.0")
13349 (source
13350 (origin
13351 (method url-fetch)
13352 (uri (cran-uri "globals" version))
13353 (sha256
13354 (base32
13355 "1wrjiiif6rpc268zz79pvpw33si6n6ffgxdnxmmcracwhb5vqg90"))))
13356 (build-system r-build-system)
13357 (propagated-inputs
13358 `(("r-codetools" ,r-codetools)))
13359 (home-page "https://github.com/HenrikBengtsson/globals")
13360 (synopsis "Identify global objects in R expressions")
13361 (description
13362 "This package provides tools to identify global (\"unknown\" or \"free\")
13363 objects in R expressions by code inspection using various strategies, e.g.
13364 conservative or liberal. The objective of this package is to make it as
13365 simple as possible to identify global objects for the purpose of exporting
13366 them in distributed compute environments.")
13367 (license license:lgpl2.1+)))
13368
13369 (define-public r-parallelly
13370 (package
13371 (name "r-parallelly")
13372 (version "1.23.0")
13373 (source
13374 (origin
13375 (method url-fetch)
13376 (uri (cran-uri "parallelly" version))
13377 (sha256
13378 (base32
13379 "025whcz55wj9jd73dalkbxh4l2331mqn758glr6hlf472lwf4v1p"))))
13380 (properties `((upstream-name . "parallelly")))
13381 (build-system r-build-system)
13382 (home-page "https://github.com/HenrikBengtsson/parallelly")
13383 (synopsis "Enhancements of the parallel package")
13384 (description
13385 "This package provides utility functions that enhance the @code{parallel}
13386 package and support the built-in parallel backends of the @code{future}
13387 package. For example, @code{availableCores} gives the number of CPU cores
13388 available to your R process as given by R options and environment variables,
13389 including those set by job schedulers on high-performance compute clusters.
13390 If none is set, it will fall back to @code{parallel::detectCores}. Another
13391 example is @code{makeClusterPSOCK}, which is backward compatible with
13392 @code{parallel::makePSOCKcluster} while doing a better job in setting up
13393 remote cluster workers without the need for configuring the firewall to do
13394 port-forwarding to your local computer.")
13395 (license license:lgpl2.1+)))
13396
13397 (define-public r-future
13398 (package
13399 (name "r-future")
13400 (version "1.21.0")
13401 (source
13402 (origin
13403 (method url-fetch)
13404 (uri (cran-uri "future" version))
13405 (sha256
13406 (base32
13407 "0bfiy17n5rghxw0702k0vgpjkk13268lniifdlx59flf0q16d7lh"))))
13408 (build-system r-build-system)
13409 (propagated-inputs
13410 `(("r-digest" ,r-digest)
13411 ("r-globals" ,r-globals)
13412 ("r-listenv" ,r-listenv)
13413 ("r-parallelly" ,r-parallelly)))
13414 (native-inputs
13415 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13416 (home-page "https://github.com/HenrikBengtsson/future")
13417 (synopsis "Unified parallel and distributed processing in R")
13418 (description
13419 "The purpose of this package is to provide a lightweight and unified
13420 Future API for sequential and parallel processing of R expression via futures.
13421 This package implements sequential, multicore, multisession, and cluster
13422 futures. With these, R expressions can be evaluated on the local machine, in
13423 parallel a set of local machines, or distributed on a mix of local and remote
13424 machines. Extensions to this package implement additional backends for
13425 processing futures via compute cluster schedulers etc. Because of its unified
13426 API, there is no need to modify any code in order to switch from sequential on
13427 the local machine to, say, distributed processing on a remote compute cluster.")
13428 (license license:lgpl2.1+)))
13429
13430 (define-public r-future-apply
13431 (package
13432 (name "r-future-apply")
13433 (version "1.7.0")
13434 (source
13435 (origin
13436 (method url-fetch)
13437 (uri (cran-uri "future.apply" version))
13438 (sha256
13439 (base32
13440 "1ns5cf80vyabvyz9qp6kpvkg4jycinn7x6v7x6692fgjapdnmyig"))))
13441 (properties `((upstream-name . "future.apply")))
13442 (build-system r-build-system)
13443 (propagated-inputs
13444 `(("r-future" ,r-future)
13445 ("r-globals" ,r-globals)))
13446 (native-inputs
13447 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13448 (home-page "https://github.com/HenrikBengtsson/future.apply")
13449 (synopsis "Apply function to elements in parallel using futures")
13450 (description
13451 "This package provides implementations of @code{apply()},
13452 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
13453 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
13454 can be resolved using any future-supported backend, e.g. parallel on the local
13455 machine or distributed on a compute cluster.")
13456 (license license:gpl2+)))
13457
13458 (define-public r-rsvd
13459 (package
13460 (name "r-rsvd")
13461 (version "1.0.3")
13462 (source
13463 (origin
13464 (method url-fetch)
13465 (uri (cran-uri "rsvd" version))
13466 (sha256
13467 (base32
13468 "1fvrw46fl5xb2akaa4mp8nja4h7nn4bdhnjdrk22fsdfqc7hwmhk"))))
13469 (build-system r-build-system)
13470 (propagated-inputs
13471 `(("r-matrix" ,r-matrix)))
13472 (home-page "https://github.com/erichson/rSVD")
13473 (synopsis "Randomized singular value decomposition")
13474 (description
13475 "Low-rank matrix decompositions are fundamental tools and widely used for
13476 data analysis, dimension reduction, and data compression. Classically, highly
13477 accurate deterministic matrix algorithms are used for this task. However, the
13478 emergence of large-scale data has severely challenged our computational
13479 ability to analyze big data. The concept of randomness has been demonstrated
13480 as an effective strategy to quickly produce approximate answers to familiar
13481 problems such as the @dfn{singular value decomposition} (SVD). This package
13482 provides several randomized matrix algorithms such as the randomized singular
13483 value decomposition (@code{rsvd}), randomized principal component
13484 analysis (@code{rpca}), randomized robust principal component
13485 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
13486 and the randomized CUR decomposition (@code{rcur}). In addition several plot
13487 functions are provided.")
13488 (license license:gpl3+)))
13489
13490 (define-public r-sloop
13491 (package
13492 (name "r-sloop")
13493 (version "1.0.1")
13494 (source
13495 (origin
13496 (method url-fetch)
13497 (uri (cran-uri "sloop" version))
13498 (sha256
13499 (base32
13500 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
13501 (build-system r-build-system)
13502 (propagated-inputs
13503 `(("r-codetools" ,r-codetools)
13504 ("r-crayon" ,r-crayon)
13505 ("r-purrr" ,r-purrr)
13506 ("r-rlang" ,r-rlang)
13507 ("r-tibble" ,r-tibble)))
13508 (home-page "https://github.com/r-lib/sloop")
13509 (synopsis "Helpers for object-oriented programming in R")
13510 (description
13511 "This package provides a collection of helper functions designed to
13512 help you to better understand object oriented programming in R, particularly
13513 using @code{S3}.")
13514 (license license:gpl3)))
13515
13516 (define-public r-capushe
13517 (package
13518 (name "r-capushe")
13519 (version "1.1.1")
13520 (source
13521 (origin
13522 (method url-fetch)
13523 (uri (cran-uri "capushe" version))
13524 (sha256
13525 (base32
13526 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
13527 (build-system r-build-system)
13528 (propagated-inputs `(("r-mass" ,r-mass)))
13529 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
13530 (synopsis "Calibrating penalties using slope heuristics")
13531 (description
13532 "This package provides tools for the calibration of penalized criteria
13533 for model selection. The calibration methods available are based on the slope
13534 heuristics.")
13535 (license license:gpl2+)))
13536
13537 (define-public r-dorng
13538 (package
13539 (name "r-dorng")
13540 (version "1.8.2")
13541 (source
13542 (origin
13543 (method url-fetch)
13544 (uri (cran-uri "doRNG" version))
13545 (sha256
13546 (base32
13547 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
13548 (properties `((upstream-name . "doRNG")))
13549 (build-system r-build-system)
13550 (propagated-inputs
13551 `(("r-foreach" ,r-foreach)
13552 ("r-iterators" ,r-iterators)
13553 ("r-rngtools" ,r-rngtools)))
13554 (home-page "https://renozao.github.io/doRNG/")
13555 (synopsis "Generic reproducible parallel backend for foreach loops")
13556 (description
13557 "This package provides functions to perform reproducible parallel
13558 @code{foreach} loops, using independent random streams as generated by
13559 L'Ecuyer's combined multiple-recursive generator. It enables to easily
13560 convert standard @code{%dopar%} loops into fully reproducible loops,
13561 independently of the number of workers, the task scheduling strategy, or the
13562 chosen parallel environment and associated foreach backend.")
13563 (license license:gpl2+)))
13564
13565 (define-public r-blockmodeling
13566 (package
13567 (name "r-blockmodeling")
13568 (version "1.0.0")
13569 (source
13570 (origin
13571 (method url-fetch)
13572 (uri (cran-uri "blockmodeling" version))
13573 (sha256
13574 (base32
13575 "1z4w2kq0id0gb5d0lqcdaw3clplhzywarkpvvx3drivdypzl237i"))))
13576 (build-system r-build-system)
13577 (propagated-inputs
13578 `(("r-matrix" ,r-matrix)))
13579 (native-inputs `(("gfortran" ,gfortran)))
13580 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
13581 (synopsis "Generalized and classical blockmodeling of valued networks")
13582 (description
13583 "This package is primarily meant as an implementation of generalized
13584 blockmodeling for valued networks. In addition, measures of similarity or
13585 dissimilarity based on structural equivalence and regular equivalence (REGE
13586 algorithms) can be computed and partitioned matrices can be plotted.")
13587 (license license:gpl2+)))
13588
13589 (define-public r-upsetr
13590 (package
13591 (name "r-upsetr")
13592 (version "1.4.0")
13593 (source
13594 (origin
13595 (method url-fetch)
13596 (uri (cran-uri "UpSetR" version))
13597 (sha256
13598 (base32
13599 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
13600 (properties `((upstream-name . "UpSetR")))
13601 (build-system r-build-system)
13602 (propagated-inputs
13603 `(("r-ggplot2" ,r-ggplot2)
13604 ("r-gridextra" ,r-gridextra)
13605 ("r-plyr" ,r-plyr)
13606 ("r-scales" ,r-scales)))
13607 (home-page "https://github.com/hms-dbmi/UpSetR")
13608 (synopsis "Visualize intersecting sets")
13609 (description
13610 "This package provides a more scalable alternative to Venn and Euler
13611 diagrams for visualizing intersecting sets. Create visualizations of
13612 intersecting sets using a novel matrix design, along with visualizations of
13613 several common set, element and attribute related tasks.")
13614 (license license:expat)))
13615
13616 ;; This package includes a JavaScript file, which is not minified. When
13617 ;; upgrading please check that there are no new minified JavaScript files.
13618 (define-public r-shinybs
13619 (package
13620 (name "r-shinybs")
13621 (version "0.61")
13622 (source
13623 (origin
13624 (method url-fetch)
13625 (uri (cran-uri "shinyBS" version))
13626 (sha256
13627 (base32
13628 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
13629 (properties `((upstream-name . "shinyBS")))
13630 (build-system r-build-system)
13631 ;; The tests spawn Shiny browser apps. They cannot be run
13632 ;; non-interactively.
13633 (arguments '(#:tests? #f))
13634 (propagated-inputs
13635 `(("r-htmltools" ,r-htmltools)
13636 ("r-shiny" ,r-shiny)))
13637 (home-page "https://ebailey78.github.io/shinyBS/")
13638 (synopsis "Twitter Bootstrap components for Shiny")
13639 (description
13640 "This package adds additional Twitter Bootstrap components to Shiny.")
13641 (license license:gpl3)))
13642
13643 (define-public r-shinyjqui
13644 (package
13645 (name "r-shinyjqui")
13646 (version "0.3.3")
13647 (source
13648 (origin
13649 (method url-fetch)
13650 (uri (cran-uri "shinyjqui" version))
13651 (sha256
13652 (base32
13653 "0n4ijxmkp8x6dwrsxwvx0zgd8b5129cmn6q6rrav38v1q5k8889x"))
13654 (snippet
13655 '(begin
13656 (delete-file "inst/www/shinyjqui.min.js")))))
13657 (properties `((upstream-name . "shinyjqui")))
13658 (build-system r-build-system)
13659 (arguments
13660 `(#:phases
13661 (modify-phases %standard-phases
13662 (add-after 'unpack 'process-javascript
13663 (lambda* (#:key inputs #:allow-other-keys)
13664 (with-directory-excursion "inst/www/"
13665 (let ((source "shinyjqui.js")
13666 (target "shinyjqui.min.js"))
13667 (format #true "Processing ~a --> ~a~%"
13668 source target)
13669 (invoke "esbuild" source "--minify"
13670 (string-append "--outfile=" target)))))))))
13671 (propagated-inputs
13672 `(("r-htmltools" ,r-htmltools)
13673 ("r-htmlwidgets" ,r-htmlwidgets)
13674 ("r-jsonlite" ,r-jsonlite)
13675 ("r-shiny" ,r-shiny)))
13676 (native-inputs
13677 `(("r-knitr" ,r-knitr)
13678 ("esbuild" ,esbuild)))
13679 (home-page "https://github.com/yang-tang/shinyjqui")
13680 (synopsis "jQuery UI interactions and effects for Shiny")
13681 (description
13682 "This is an extension to Shiny that brings interactions and animation
13683 effects from the jQuery UI library.")
13684 (license license:expat)))
13685
13686 (define-public r-outliers
13687 (package
13688 (name "r-outliers")
13689 (version "0.14")
13690 (source
13691 (origin
13692 (method url-fetch)
13693 (uri (cran-uri "outliers" version))
13694 (sha256
13695 (base32
13696 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
13697 (build-system r-build-system)
13698 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
13699 (synopsis "Tests for outliers")
13700 (description
13701 "This package provides a collection of some tests commonly used for
13702 identifying outliers.")
13703 (license license:gpl2+)))
13704
13705 (define-public r-bayesm
13706 (package
13707 (name "r-bayesm")
13708 (version "3.1-4")
13709 (source
13710 (origin
13711 (method url-fetch)
13712 (uri (cran-uri "bayesm" version))
13713 (sha256
13714 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
13715 (build-system r-build-system)
13716 (propagated-inputs
13717 `(("r-rcpp" ,r-rcpp)
13718 ("r-rcpparmadillo" ,r-rcpparmadillo)))
13719 (home-page "http://www.perossi.org/home/bsm-1")
13720 (synopsis "Bayesian inference for marketing/micro-econometrics")
13721 (description
13722 "This package covers many important models used in marketing and
13723 micro-econometrics applications, including Bayes Regression (univariate or
13724 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
13725 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
13726 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
13727 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
13728 Estimation with normal base, Hierarchical Linear Models with normal prior and
13729 covariates, Hierarchical Linear Models with a mixture of normals prior and
13730 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
13731 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
13732 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
13733 analysis of choice-based conjoint data, Bayesian treatment of linear
13734 instrumental variables models, Analysis of Multivariate Ordinal survey data
13735 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
13736 Coefficient Logit Models.")
13737 (license license:gpl2+)))
13738
13739 (define-public r-tensora
13740 (package
13741 (name "r-tensora")
13742 (version "0.36.2")
13743 (source
13744 (origin
13745 (method url-fetch)
13746 (uri (cran-uri "tensorA" version))
13747 (sha256
13748 (base32
13749 "19wwh654qlja4z1n7afjpzsrrm53p8ddysa2vra5mdnkddb4g2cf"))))
13750 (properties `((upstream-name . "tensorA")))
13751 (build-system r-build-system)
13752 (home-page "http://www.stat.boogaart.de/tensorA")
13753 (synopsis "Advanced tensor arithmetic with named indices")
13754 (description
13755 "This package provides convenience functions for advanced linear algebra
13756 with tensors and computation with datasets of tensors on a higher level
13757 abstraction. It includes Einstein and Riemann summing conventions, dragging,
13758 co- and contravariate indices, and parallel computations on sequences of
13759 tensors.")
13760 (license license:gpl2+)))
13761
13762 (define-public r-rarpack
13763 (package
13764 (name "r-rarpack")
13765 (version "0.11-0")
13766 (source
13767 (origin
13768 (method url-fetch)
13769 (uri (cran-uri "rARPACK" version))
13770 (sha256
13771 (base32
13772 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
13773 (properties `((upstream-name . "rARPACK")))
13774 (build-system r-build-system)
13775 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
13776 (home-page "https://github.com/yixuan/rARPACK")
13777 (synopsis "Solvers for large scale eigenvalue and SVD problems")
13778 (description
13779 "This package was previously an R wrapper of the ARPACK library, and now
13780 a shell of the R package RSpectra, an R interface to the Spectra library for
13781 solving large scale eigenvalue/vector problems. The current version of
13782 rARPACK simply imports and exports the functions provided by RSpectra. New
13783 users of rARPACK are advised to switch to the RSpectra package.")
13784 (license license:bsd-3)))
13785
13786 (define-public r-compositions
13787 (package
13788 (name "r-compositions")
13789 (version "2.0-1")
13790 (source
13791 (origin
13792 (method url-fetch)
13793 (uri (cran-uri "compositions" version))
13794 (sha256
13795 (base32
13796 "03qslsfx11gshls901zlhw47prd55mf16w4mkmd8x1dgiwq938l4"))))
13797 (build-system r-build-system)
13798 (propagated-inputs
13799 `(("r-bayesm" ,r-bayesm)
13800 ("r-mass" ,r-mass)
13801 ("r-robustbase" ,r-robustbase)
13802 ("r-tensora" ,r-tensora)))
13803 (native-inputs
13804 `(("r-knitr" ,r-knitr)))
13805 (home-page "http://www.stat.boogaart.de/compositions")
13806 (synopsis "Compositional data analysis")
13807 (description
13808 "This package provides functions for the consistent analysis of
13809 compositional data (e.g. portions of substances) and positive
13810 numbers (e.g. concentrations).")
13811 (license license:gpl2+)))
13812
13813 (define-public r-cobs
13814 (package
13815 (name "r-cobs")
13816 (version "1.3-4")
13817 (source
13818 (origin
13819 (method url-fetch)
13820 (uri (cran-uri "cobs" version))
13821 (sha256
13822 (base32
13823 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
13824 (build-system r-build-system)
13825 (propagated-inputs
13826 `(("r-quantreg" ,r-quantreg)
13827 ("r-sparsem" ,r-sparsem)))
13828 (home-page "https://cran.r-project.org/web/packages/cobs")
13829 (synopsis "Constrained B-Splines (sparse matrix based)")
13830 (description
13831 "This package provides qualitatively constrained (regression) smoothing
13832 splines via linear programming and sparse matrices.")
13833 (license license:gpl2+)))
13834
13835 (define-public r-drimpute
13836 (package
13837 (name "r-drimpute")
13838 (version "1.0")
13839 (source
13840 (origin
13841 (method url-fetch)
13842 (uri (cran-uri "DrImpute" version))
13843 (sha256
13844 (base32
13845 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
13846 (properties `((upstream-name . "DrImpute")))
13847 (build-system r-build-system)
13848 (propagated-inputs
13849 `(("r-rcpp" ,r-rcpp)
13850 ("r-rcpparmadillo" ,r-rcpparmadillo)))
13851 (home-page "https://github.com/ikwak2/DrImpute")
13852 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
13853 (description
13854 "This is an R package for imputing dropout events. Many statistical
13855 methods in cell type identification, visualization and lineage reconstruction
13856 do not account for dropout events. DrImpute can improve the performance of
13857 such software by imputing dropout events.")
13858 (license license:gpl3)))
13859
13860 (define-public r-gamlss-dist
13861 (package
13862 (name "r-gamlss-dist")
13863 (version "5.1-7")
13864 (source
13865 (origin
13866 (method url-fetch)
13867 (uri (cran-uri "gamlss.dist" version))
13868 (sha256
13869 (base32 "0nzgq3rnziy0i2zxn88hqy3pakpyin2m2csk9j3zg39si66c6wcq"))))
13870 (properties `((upstream-name . "gamlss.dist")))
13871 (build-system r-build-system)
13872 (propagated-inputs `(("r-mass" ,r-mass)))
13873 (home-page "http://www.gamlss.org/")
13874 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
13875 (description
13876 "This package provides a set of distributions which can be used for
13877 modelling the response variables in Generalized Additive Models for Location
13878 Scale and Shape. The distributions can be continuous, discrete or mixed
13879 distributions. Extra distributions can be created, by transforming, any
13880 continuous distribution defined on the real line, to a distribution defined on
13881 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
13882 transformation, respectively.")
13883 ;; Either version of the GPL.
13884 (license (list license:gpl2 license:gpl3))))
13885
13886 ;; This package includes JavaScript files, which are not minified. When
13887 ;; upgrading please check that there are no new minified JavaScript files.
13888 (define-public r-shinyjs
13889 (package
13890 (name "r-shinyjs")
13891 (version "2.0.0")
13892 (source
13893 (origin
13894 (method url-fetch)
13895 (uri (cran-uri "shinyjs" version))
13896 (sha256
13897 (base32
13898 "1zzq356dvd8ciajy6r5n4ybgx9xk7ydwv25j86xlcsqznkxdkkf2"))))
13899 (build-system r-build-system)
13900 (propagated-inputs
13901 `(("r-digest" ,r-digest)
13902 ("r-htmltools" ,r-htmltools)
13903 ("r-jsonlite" ,r-jsonlite)
13904 ("r-shiny" ,r-shiny)))
13905 (native-inputs
13906 `(("r-knitr" ,r-knitr)))
13907 (home-page "https://deanattali.com/shinyjs")
13908 (synopsis "Improve the user experience of your Shiny apps")
13909 (description
13910 "Perform common useful JavaScript operations in Shiny apps that will
13911 greatly improve your apps without having to know any JavaScript. Examples
13912 include: hiding an element, disabling an input, resetting an input back to its
13913 original value, delaying code execution by a few seconds, and many more useful
13914 functions for both the end user and the developer. Shinyjs can also be used
13915 to easily call your own custom JavaScript functions from R.")
13916 (license license:agpl3+)))
13917
13918 ;; This package includes minified JavaScript files. When upgrading please
13919 ;; check that there are no new minified JavaScript files.
13920 (define-public r-colourpicker
13921 (package
13922 (name "r-colourpicker")
13923 (version "1.1.0")
13924 (source
13925 (origin
13926 (method url-fetch)
13927 (uri (cran-uri "colourpicker" version))
13928 (sha256
13929 (base32
13930 "1qjispj7i12m02js5cm5xlgn5lyff0kc5ybz6lbknz8q5lkbdyrd"))))
13931 (build-system r-build-system)
13932 (arguments
13933 `(#:modules ((guix build utils)
13934 (guix build r-build-system)
13935 (srfi srfi-1)
13936 (ice-9 popen))
13937 #:phases
13938 (modify-phases %standard-phases
13939 (add-after 'unpack 'process-javascript
13940 (lambda* (#:key inputs #:allow-other-keys)
13941 (with-directory-excursion "inst"
13942 (call-with-values
13943 (lambda ()
13944 (unzip2
13945 `((,(assoc-ref inputs "js-salvattore")
13946 "examples/colourInput/www/salvattore.min.js")
13947 (,(assoc-ref inputs "js-jquery")
13948 "htmlwidgets/lib/jquery/jquery.min.js")
13949 ("www/shared/colourpicker/js/colourpicker.js"
13950 "www/shared/colourpicker/js/colourpicker.min.js"))))
13951 (lambda (sources targets)
13952 (for-each (lambda (source target)
13953 (format #t "Processing ~a --> ~a~%"
13954 source target)
13955 (delete-file target)
13956 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
13957 (call-with-output-file target
13958 (lambda (port)
13959 (dump-port minified port)))))
13960 sources targets))))
13961 #t)))))
13962 (propagated-inputs
13963 `(("r-ggplot2" ,r-ggplot2)
13964 ("r-htmltools" ,r-htmltools)
13965 ("r-htmlwidgets" ,r-htmlwidgets)
13966 ("r-jsonlite" ,r-jsonlite)
13967 ("r-miniui" ,r-miniui)
13968 ("r-shiny" ,r-shiny)
13969 ("r-shinyjs" ,r-shinyjs)))
13970 (native-inputs
13971 `(("r-knitr" ,r-knitr)
13972 ("uglify-js" ,uglify-js)
13973 ("js-jquery"
13974 ,(origin
13975 (method url-fetch)
13976 (uri "https://code.jquery.com/jquery-3.3.1.js")
13977 (sha256
13978 (base32
13979 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
13980 ("js-salvattore"
13981 ,(origin
13982 (method url-fetch)
13983 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
13984 (sha256
13985 (base32
13986 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
13987 (home-page "https://github.com/daattali/colourpicker")
13988 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
13989 (description
13990 "This package provides a color picker that can be used as an input in
13991 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
13992 custom color palettes, and many more options. A plot color helper tool is
13993 available as an RStudio Addin, which helps you pick colors to use in your
13994 plots. A more generic color picker RStudio Addin is also provided to let you
13995 select colors to use in your R code.")
13996 (license license:expat)))
13997
13998 (define-public r-ggextra
13999 (package
14000 (name "r-ggextra")
14001 (version "0.9")
14002 (source
14003 (origin
14004 (method url-fetch)
14005 (uri (cran-uri "ggExtra" version))
14006 (sha256
14007 (base32
14008 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
14009 (properties `((upstream-name . "ggExtra")))
14010 (build-system r-build-system)
14011 (propagated-inputs
14012 `(("r-colourpicker" ,r-colourpicker)
14013 ("r-ggplot2" ,r-ggplot2)
14014 ("r-gtable" ,r-gtable)
14015 ("r-miniui" ,r-miniui)
14016 ("r-r6" ,r-r6)
14017 ("r-scales" ,r-scales)
14018 ("r-shiny" ,r-shiny)
14019 ("r-shinyjs" ,r-shinyjs)))
14020 (native-inputs
14021 `(("r-knitr" ,r-knitr)))
14022 (home-page "https://github.com/daattali/ggExtra")
14023 (synopsis "Marginal histograms for ggplot2 and other enhancements")
14024 (description
14025 "This package is a collection of functions and layers to enhance ggplot2.
14026 The flagship function is @code{ggMarginal()}, which can be used to add
14027 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
14028 (license license:expat)))
14029
14030 (define-public r-minpack-lm
14031 (package
14032 (name "r-minpack-lm")
14033 (version "1.2-1")
14034 (source
14035 (origin
14036 (method url-fetch)
14037 (uri (cran-uri "minpack.lm" version))
14038 (sha256
14039 (base32
14040 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
14041 (properties `((upstream-name . "minpack.lm")))
14042 (build-system r-build-system)
14043 (native-inputs `(("gfortran" ,gfortran)))
14044 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
14045 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
14046 (description
14047 "The @code{nls.lm} function provides an R interface to @code{lmder} and
14048 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
14049 problems by a modification of the Levenberg-Marquardt algorithm, with support
14050 for lower and upper parameter bounds. The implementation can be used via
14051 @code{nls}-like calls using the @code{nlsLM} function.")
14052 (license license:gpl3)))
14053
14054 (define-public r-moments
14055 (package
14056 (name "r-moments")
14057 (version "0.14")
14058 (source
14059 (origin
14060 (method url-fetch)
14061 (uri (cran-uri "moments" version))
14062 (sha256
14063 (base32
14064 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
14065 (build-system r-build-system)
14066 (home-page "https://cran.r-project.org/web/packages/moments")
14067 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
14068 (description
14069 "This package provides functions to calculate: moments, Pearson's
14070 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
14071 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
14072 (license license:gpl2+)))
14073
14074 (define-public r-msir
14075 (package
14076 (name "r-msir")
14077 (version "1.3.3")
14078 (source
14079 (origin
14080 (method url-fetch)
14081 (uri (cran-uri "msir" version))
14082 (sha256
14083 (base32
14084 "1wm83m3cqd6llxb9p2jwim0wb81v84pgdmgcznygzaaq6kbn3n84"))))
14085 (build-system r-build-system)
14086 (propagated-inputs
14087 `(("r-mclust" ,r-mclust)))
14088 (native-inputs
14089 `(("r-knitr" ,r-knitr)))
14090 (home-page "https://cran.r-project.org/web/packages/msir")
14091 (synopsis "Model-based sliced inverse regression")
14092 (description
14093 "This is an R package for dimension reduction based on finite Gaussian
14094 mixture modeling of inverse regression.")
14095 (license license:gpl2+)))
14096
14097 (define-public r-pbivnorm
14098 (package
14099 (name "r-pbivnorm")
14100 (version "0.6.0")
14101 (source
14102 (origin
14103 (method url-fetch)
14104 (uri (cran-uri "pbivnorm" version))
14105 (sha256
14106 (base32
14107 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
14108 (build-system r-build-system)
14109 (native-inputs `(("gfortran" ,gfortran)))
14110 (home-page "https://github.com/brentonk/pbivnorm")
14111 (synopsis "Vectorized bivariate normal CDF")
14112 (description
14113 "This package provides a vectorized R function for calculating
14114 probabilities from a standard bivariate normal CDF.")
14115 (license license:gpl2+)))
14116
14117 (define-public r-lavaan
14118 (package
14119 (name "r-lavaan")
14120 (version "0.6-7")
14121 (source
14122 (origin
14123 (method url-fetch)
14124 (uri (cran-uri "lavaan" version))
14125 (sha256
14126 (base32
14127 "0ks62wrwghbm1brzmqvr92h5n1295dpc87m1g3xrfx0mkdaqdcdk"))))
14128 (build-system r-build-system)
14129 (propagated-inputs
14130 `(("r-mass" ,r-mass)
14131 ("r-mnormt" ,r-mnormt)
14132 ("r-numderiv" ,r-numderiv)
14133 ("r-pbivnorm" ,r-pbivnorm)))
14134 (home-page "http://lavaan.ugent.be")
14135 (synopsis "Latent variable analysis")
14136 (description
14137 "This package provides tools to fit a variety of latent variable models,
14138 including confirmatory factor analysis, structural equation modeling and
14139 latent growth curve models.")
14140 (license license:gpl2+)))
14141
14142 (define-public r-nonnest2
14143 (package
14144 (name "r-nonnest2")
14145 (version "0.5-5")
14146 (source
14147 (origin
14148 (method url-fetch)
14149 (uri (cran-uri "nonnest2" version))
14150 (sha256
14151 (base32
14152 "1ddaqwx8i3ygwvxf11mc8xhgk4nkvnail99nr5szq8i168752zq2"))))
14153 (build-system r-build-system)
14154 (propagated-inputs
14155 `(("r-compquadform" ,r-compquadform)
14156 ("r-lavaan" ,r-lavaan)
14157 ("r-mvtnorm" ,r-mvtnorm)
14158 ("r-sandwich" ,r-sandwich)))
14159 (native-inputs
14160 `(("r-knitr" ,r-knitr)))
14161 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
14162 (synopsis "Tests of non-nested models")
14163 (description
14164 "This package allows for testing of non-nested models. It includes tests
14165 of model distinguishability and of model fit that can be applied to both
14166 nested and non-nested models. The package also includes functionality to
14167 obtain confidence intervals associated with AIC and BIC.")
14168 ;; Either version of the GPL.
14169 (license (list license:gpl2 license:gpl3))))
14170
14171 (define-public r-penalized
14172 (package
14173 (name "r-penalized")
14174 (version "0.9-51")
14175 (source
14176 (origin
14177 (method url-fetch)
14178 (uri (cran-uri "penalized" version))
14179 (sha256
14180 (base32
14181 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
14182 (build-system r-build-system)
14183 (propagated-inputs
14184 `(("r-rcpp" ,r-rcpp)
14185 ("r-rcpparmadillo" ,r-rcpparmadillo)
14186 ("r-survival" ,r-survival)))
14187 (home-page "https://cran.r-project.org/web/packages/penalized/")
14188 (synopsis "Penalized estimation in GLMs and in the Cox model")
14189 (description
14190 "This package provides tools for fitting possibly high dimensional
14191 penalized regression models. The penalty structure can be any combination of
14192 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
14193 constraint on the regression coefficients. The supported regression models
14194 are linear, logistic and Poisson regression and the Cox Proportional Hazards
14195 model. Cross-validation routines allow optimization of the tuning
14196 parameters.")
14197 (license license:gpl2+)))
14198
14199 (define-public r-zim
14200 (package
14201 (name "r-zim")
14202 (version "1.1.0")
14203 (source
14204 (origin
14205 (method url-fetch)
14206 (uri (cran-uri "ZIM" version))
14207 (sha256
14208 (base32
14209 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
14210 (properties `((upstream-name . "ZIM")))
14211 (build-system r-build-system)
14212 (propagated-inputs `(("r-mass" ,r-mass)))
14213 (home-page "https://github.com/biostatstudio/ZIM")
14214 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
14215 (description
14216 "Analyze count time series with excess zeros. Two types of statistical
14217 models are supported: Markov regression and state-space models. They are also
14218 known as observation-driven and parameter-driven models respectively in the
14219 time series literature. The functions used for Markov regression or
14220 observation-driven models can also be used to fit ordinary regression models
14221 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
14222 negative binomial (ZINB) assumption. The package also contains miscellaneous
14223 functions to compute density, distribution, quantile, and generate random
14224 numbers from ZIP and ZINB distributions.")
14225 (license license:gpl3)))
14226
14227 (define-public r-nor1mix
14228 (package
14229 (name "r-nor1mix")
14230 (version "1.3-0")
14231 (source
14232 (origin
14233 (method url-fetch)
14234 (uri (cran-uri "nor1mix" version))
14235 (sha256
14236 (base32
14237 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
14238 (build-system r-build-system)
14239 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
14240 (synopsis "Normal (1-d) mixture models")
14241 (description
14242 "This package provides S3 classes and methods for one-dimensional normal
14243 mixture models, for, e.g., density estimation or clustering algorithms
14244 research and teaching; it provides the widely used Marron-Wand densities. It
14245 also provides tools for efficient random number generation and graphics.")
14246 (license license:gpl2+)))
14247
14248 (define-public r-beanplot
14249 (package
14250 (name "r-beanplot")
14251 (version "1.2")
14252 (source
14253 (origin
14254 (method url-fetch)
14255 (uri (cran-uri "beanplot" version))
14256 (sha256
14257 (base32
14258 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
14259 (build-system r-build-system)
14260 (home-page "https://cran.r-project.org/web/packages/beanplot/")
14261 (synopsis "Visualization via beanplots")
14262 (description
14263 "This package provides beanplots, an alternative to
14264 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
14265 graphs.")
14266 (license license:gpl2)))
14267
14268 (define-public r-pbdzmq
14269 (package
14270 (name "r-pbdzmq")
14271 (version "0.3-5")
14272 (source
14273 (origin
14274 (method url-fetch)
14275 (uri (cran-uri "pbdZMQ" version))
14276 (sha256
14277 (base32
14278 "1v8iv1pzs4j3ics9k9h4xjkv6z1ma2xbqy003xk2lqax6srqi02d"))))
14279 (properties `((upstream-name . "pbdZMQ")))
14280 (build-system r-build-system)
14281 (inputs
14282 `(("zeromq" ,zeromq)
14283 ("zlib" ,zlib)))
14284 (native-inputs
14285 `(("pkg-config" ,pkg-config)))
14286 (home-page "https://pbdr.org/")
14287 (synopsis "R interface to ZeroMQ")
14288 (description
14289 "ZeroMQ is a well-known library for high-performance asynchronous
14290 messaging in scalable, distributed applications. This package provides high
14291 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
14292 interactive client/server programming frameworks. A few wrapper functions
14293 compatible with @code{rzmq} are also provided.")
14294 (license license:gpl3)))
14295
14296 (define-public r-repr
14297 (package
14298 (name "r-repr")
14299 (version "1.1.3")
14300 (source
14301 (origin
14302 (method url-fetch)
14303 (uri (cran-uri "repr" version))
14304 (sha256
14305 (base32
14306 "0qimllv9pn8wsl550bjkp5dkknbmr69j85mrwfbbq75m2ga466sk"))))
14307 (build-system r-build-system)
14308 (propagated-inputs
14309 `(("r-base64enc" ,r-base64enc)
14310 ("r-htmltools" ,r-htmltools)
14311 ("r-jsonlite" ,r-jsonlite)
14312 ("r-pillar" ,r-pillar)))
14313 (home-page "https://cran.r-project.org/web/packages/repr/")
14314 (synopsis "Serializable representations")
14315 (description
14316 "This package provides string and binary representations of objects for
14317 several formats and MIME types.")
14318 (license license:gpl3)))
14319
14320 (define-public r-irdisplay
14321 (package
14322 (name "r-irdisplay")
14323 (version "1.0")
14324 (source
14325 (origin
14326 (method url-fetch)
14327 (uri (cran-uri "IRdisplay" version))
14328 (sha256
14329 (base32
14330 "15jbjrihm1mk899357h9xb08iq3xyagds1xb40fmdpkfcmcfqrw9"))))
14331 (properties `((upstream-name . "IRdisplay")))
14332 (build-system r-build-system)
14333 (propagated-inputs
14334 `(("r-repr" ,r-repr)))
14335 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
14336 (synopsis "Jupyter display machinery")
14337 (description
14338 "This package provides an interface to the rich display capabilities of
14339 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
14340 running IRkernel session.")
14341 (license license:expat)))
14342
14343 (define-public r-irkernel
14344 (package
14345 (name "r-irkernel")
14346 (version "1.1.1")
14347 (source
14348 (origin
14349 (method url-fetch)
14350 (uri (cran-uri "IRkernel" version))
14351 (sha256
14352 (base32
14353 "1y06v3difaiihxfm2abm88nnjzvkla4p346cm1nxmga4iwb2k8gm"))))
14354 (properties `((upstream-name . "IRkernel")))
14355 (build-system r-build-system)
14356 (arguments
14357 `(#:phases
14358 (modify-phases %standard-phases
14359 (add-after 'install 'install-kernelspec
14360 (lambda* (#:key outputs #:allow-other-keys)
14361 (let ((out (assoc-ref outputs "out")))
14362 (setenv "HOME" "/tmp")
14363 (invoke "jupyter" "kernelspec" "install"
14364 "--name" "ir"
14365 "--prefix" out
14366 (string-append out "/site-library/IRkernel/kernelspec"))
14367 ;; Record the absolute file name of the 'R' executable in
14368 ;; 'kernel.json'.
14369 (substitute* (string-append out "/share/jupyter"
14370 "/kernels/ir/kernel.json")
14371 (("\\[\"R\",")
14372 (string-append "[\"" (which "R") "\",")))
14373 #t))))))
14374 (inputs
14375 `(("jupyter" ,jupyter)))
14376 (propagated-inputs
14377 `(("r-crayon" ,r-crayon)
14378 ("r-digest" ,r-digest)
14379 ("r-evaluate" ,r-evaluate)
14380 ("r-irdisplay" ,r-irdisplay)
14381 ("r-jsonlite" ,r-jsonlite)
14382 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
14383 ("r-minimal" ,r-minimal)
14384 ("r-pbdzmq" ,r-pbdzmq)
14385 ("r-repr" ,r-repr)
14386 ("r-uuid" ,r-uuid)))
14387 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
14388 (synopsis "Native R kernel for Jupyter")
14389 (description
14390 "The R kernel for the Jupyter environment executes R code which the
14391 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
14392 network.")
14393 (license license:expat)))
14394
14395 (define-public r-gmodels
14396 (package
14397 (name "r-gmodels")
14398 (version "2.18.1")
14399 (source
14400 (origin
14401 (method url-fetch)
14402 (uri (cran-uri "gmodels" version))
14403 (sha256
14404 (base32
14405 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
14406 (build-system r-build-system)
14407 (propagated-inputs
14408 `(("r-gdata" ,r-gdata)
14409 ("r-mass" ,r-mass)))
14410 (home-page "https://cran.r-project.org/web/packages/gmodels/")
14411 (synopsis "Various R programming tools for model fitting")
14412 (description
14413 "This package provides various R programming tools for model fitting.")
14414 (license license:gpl2)))
14415
14416 (define-public r-apcluster
14417 (package
14418 (name "r-apcluster")
14419 (version "1.4.8")
14420 (source
14421 (origin
14422 (method url-fetch)
14423 (uri (cran-uri "apcluster" version))
14424 (sha256
14425 (base32
14426 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
14427 (build-system r-build-system)
14428 (propagated-inputs
14429 `(("r-matrix" ,r-matrix)
14430 ("r-rcpp" ,r-rcpp)))
14431 (home-page "https://cran.r-project.org/web/packages/apcluster/")
14432 (synopsis "Affinity propagation clustering")
14433 (description
14434 "This package implements affinity propagation clustering introduced by
14435 Frey and Dueck (2007). The package further provides leveraged affinity
14436 propagation and an algorithm for exemplar-based agglomerative clustering that
14437 can also be used to join clusters obtained from affinity propagation. Various
14438 plotting functions are available for analyzing clustering results.")
14439 (license license:gpl2+)))
14440
14441 (define-public r-valr
14442 (package
14443 (name "r-valr")
14444 (version "0.6.2")
14445 (source
14446 (origin
14447 (method url-fetch)
14448 (uri (cran-uri "valr" version))
14449 (sha256
14450 (base32
14451 "1vbp89zfylgih5acvw7lcx3a0dbbd7dhq7yhywr7kq02737qykdx"))))
14452 (build-system r-build-system)
14453 (propagated-inputs
14454 `(("r-broom" ,r-broom)
14455 ("r-dplyr" ,r-dplyr)
14456 ("r-ggplot2" ,r-ggplot2)
14457 ("r-rcpp" ,r-rcpp)
14458 ("r-readr" ,r-readr)
14459 ("r-rlang" ,r-rlang)
14460 ("r-stringr" ,r-stringr)
14461 ("r-tibble" ,r-tibble)))
14462 (native-inputs
14463 `(("r-knitr" ,r-knitr)))
14464 (home-page "https://github.com/rnabioco/valr")
14465 (synopsis "Genome interval arithmetic in R")
14466 (description
14467 "This package enables you to read and manipulate genome intervals and
14468 signals. It provides functionality similar to command-line tool suites within
14469 R, enabling interactive analysis and visualization of genome-scale data.")
14470 (license license:expat)))
14471
14472 (define-public r-rematch2
14473 (package
14474 (name "r-rematch2")
14475 (version "2.1.2")
14476 (source
14477 (origin
14478 (method url-fetch)
14479 (uri (cran-uri "rematch2" version))
14480 (sha256
14481 (base32
14482 "1fzpz8vhghw8ygwg6rsvfy3783pqk7ch029i5851lwypkplvz77y"))))
14483 (build-system r-build-system)
14484 (propagated-inputs
14485 `(("r-tibble" ,r-tibble)))
14486 (home-page "https://github.com/r-lib/rematch2")
14487 (synopsis "Tidy output from regular expression matching")
14488 (description
14489 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
14490 return the match results in tidy data frames.")
14491 (license license:expat)))
14492
14493 (define-public r-picante
14494 (package
14495 (name "r-picante")
14496 (version "1.8.2")
14497 (source
14498 (origin
14499 (method url-fetch)
14500 (uri (cran-uri "picante" version))
14501 (sha256
14502 (base32
14503 "19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
14504 (build-system r-build-system)
14505 (propagated-inputs
14506 `(("r-ape" ,r-ape)
14507 ("r-nlme" ,r-nlme)
14508 ("r-vegan" ,r-vegan)))
14509 (home-page "https://cran.r-project.org/web/packages/picante/")
14510 (synopsis "Integrating phylogenies and ecology")
14511 (description
14512 "This package provides functions for phylocom integration, community
14513 analyses, null-models, traits and evolution. It implements numerous
14514 ecophylogenetic approaches including measures of community phylogenetic and
14515 trait diversity, phylogenetic signal, estimation of trait values for
14516 unobserved taxa, null models for community and phylogeny randomizations, and
14517 utility functions for data input/output and phylogeny plotting. A full
14518 description of package functionality and methods are provided by Kembel et
14519 al. (2010).")
14520 (license license:gpl2)))
14521
14522 (define-public r-reinforcelearn
14523 (package
14524 (name "r-reinforcelearn")
14525 (version "0.2.1")
14526 (source
14527 (origin
14528 (method url-fetch)
14529 (uri (cran-uri "reinforcelearn" version))
14530 (sha256
14531 (base32
14532 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
14533 (build-system r-build-system)
14534 (propagated-inputs
14535 `(("r-checkmate" ,r-checkmate)
14536 ("r-nnet" ,r-nnet)
14537 ("r-purrr" ,r-purrr)
14538 ("r-r6" ,r-r6)))
14539 (home-page "https://markusdumke.github.io/reinforcelearn")
14540 (synopsis "Reinforcement learning")
14541 (description
14542 "This package implements reinforcement learning environments and
14543 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
14544 can be used with function approximation, eligibility traces (Singh & Sutton,
14545 1996) and experience replay (Mnih et al., 2013).")
14546 (license license:expat)))
14547
14548 (define-public r-lemon
14549 (package
14550 (name "r-lemon")
14551 (version "0.4.5")
14552 (source
14553 (origin
14554 (method url-fetch)
14555 (uri (cran-uri "lemon" version))
14556 (sha256
14557 (base32
14558 "1y3ljidhqdakxlya2npj2w0az820g8kw6gl1cfm4f0cxvzgd1ly4"))))
14559 (build-system r-build-system)
14560 (propagated-inputs
14561 `(("r-ggplot2" ,r-ggplot2)
14562 ("r-gridextra" ,r-gridextra)
14563 ("r-gtable" ,r-gtable)
14564 ("r-knitr" ,r-knitr)
14565 ("r-lattice" ,r-lattice)
14566 ("r-plyr" ,r-plyr)
14567 ("r-rlang" ,r-rlang)
14568 ("r-scales" ,r-scales)))
14569 (native-inputs
14570 `(("r-knitr" ,r-knitr)))
14571 (home-page "https://github.com/stefanedwards/lemon")
14572 (synopsis "Freshen up your ggplot2 plots")
14573 (description
14574 "This package provides functions for working with legends and axis lines
14575 of ggplot2, facets that repeat axis lines on all panels, and some knitr
14576 extensions.")
14577 (license license:gpl3)))
14578
14579 (define-public r-wgaim
14580 (package
14581 (name "r-wgaim")
14582 (version "2.0-1")
14583 (source
14584 (origin
14585 (method url-fetch)
14586 (uri (cran-uri "wgaim" version))
14587 (sha256
14588 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
14589 (build-system r-build-system)
14590 (propagated-inputs
14591 `(("r-ggplot2" ,r-ggplot2)
14592 ("r-qtl" ,r-qtl)))
14593 (home-page "https://cran.r-project.org/web/packages/wgaim")
14594 (synopsis "Whole genome average interval mapping for QTL detection")
14595 (description
14596 "This package integrates sophisticated mixed modelling methods with a
14597 whole genome approach to detecting significant QTL in linkage maps.")
14598 (license license:gpl2+)))
14599
14600 (define-public r-bedr
14601 (package
14602 (name "r-bedr")
14603 (version "1.0.7")
14604 (source
14605 (origin
14606 (method url-fetch)
14607 (uri (cran-uri "bedr" version))
14608 (sha256
14609 (base32
14610 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
14611 (build-system r-build-system)
14612 (propagated-inputs
14613 `(("r-data-table" ,r-data-table)
14614 ("r-r-utils" ,r-r-utils)
14615 ("r-testthat" ,r-testthat)
14616 ("r-venndiagram" ,r-venndiagram)
14617 ("r-yaml" ,r-yaml)
14618 ("bedops" ,bedops)
14619 ("bedtools" ,bedtools)
14620 ("htslib" ,htslib))) ; for tabix
14621 (native-inputs
14622 `(("r-knitr" ,r-knitr))) ; for vignettes
14623 (home-page "https://cran.r-project.org/web/packages/bedr")
14624 (synopsis "Genomic region processing")
14625 (description
14626 "This package is for genomic regions processing using command line tools
14627 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
14628 utilities to perform genome arithmetic e.g indexing, formatting and merging.
14629 The bedr package's API enhances access to these tools as well as offers
14630 additional utilities for genomic regions processing.")
14631 (license license:gpl2)))
14632
14633 (define-public r-sets
14634 (package
14635 (name "r-sets")
14636 (version "1.0-18")
14637 (source
14638 (origin
14639 (method url-fetch)
14640 (uri (cran-uri "sets" version))
14641 (sha256
14642 (base32
14643 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
14644 (properties `((upstream-name . "sets")))
14645 (build-system r-build-system)
14646 (home-page "https://cran.r-project.org/web/packages/sets")
14647 (synopsis "Sets, generalized sets, customizable sets and intervals")
14648 (description
14649 "This package provides data structures and basic operations for ordinary
14650 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
14651 customizable sets, and intervals.")
14652 (license license:gpl2)))
14653
14654 (define-public r-partitions
14655 (package
14656 (name "r-partitions")
14657 (version "1.9-22")
14658 (source
14659 (origin
14660 (method url-fetch)
14661 (uri (cran-uri "partitions" version))
14662 (sha256
14663 (base32
14664 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
14665 (build-system r-build-system)
14666 (propagated-inputs
14667 `(("r-gmp" ,r-gmp)
14668 ("r-polynom" ,r-polynom)
14669 ("r-sets" ,r-sets)))
14670 (home-page "https://cran.r-project.org/web/packages/partitions")
14671 (synopsis "Additive partitions of integers")
14672 (description
14673 "This package provides tools to enumerates the partitions, unequal
14674 partitions, and restricted partitions of an integer; the three corresponding
14675 partition functions are also given.")
14676 ;; Any version of the GPL
14677 (license license:gpl2+)))
14678
14679 (define-public r-brobdingnag
14680 (package
14681 (name "r-brobdingnag")
14682 (version "1.2-6")
14683 (source
14684 (origin
14685 (method url-fetch)
14686 (uri (cran-uri "Brobdingnag" version))
14687 (sha256
14688 (base32
14689 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
14690 (properties `((upstream-name . "Brobdingnag")))
14691 (build-system r-build-system)
14692 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
14693 (synopsis "Very large numbers in R")
14694 (description
14695 "This package handles very large numbers in R. Real numbers are held
14696 using their natural logarithms, plus a logical flag indicating sign. The
14697 package includes a vignette that gives a step-by-step introduction to using S4
14698 methods.")
14699 ;; Any version of the GPL
14700 (license license:gpl2+)))
14701
14702 (define-public r-untb
14703 (package
14704 (name "r-untb")
14705 (version "1.7-4")
14706 (source
14707 (origin
14708 (method url-fetch)
14709 (uri (cran-uri "untb" version))
14710 (sha256
14711 (base32
14712 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
14713 (build-system r-build-system)
14714 (propagated-inputs
14715 `(("r-brobdingnag" ,r-brobdingnag)
14716 ("r-partitions" ,r-partitions)
14717 ("r-polynom" ,r-polynom)))
14718 (home-page "https://github.com/RobinHankin/untb.git")
14719 (synopsis "Ecological drift under the UNTB")
14720 (description
14721 "This package provides numerical simulations, and visualizations, of
14722 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
14723 (license license:gpl2+)))
14724
14725 (define-public r-stepwise
14726 (package
14727 (name "r-stepwise")
14728 (version "0.3")
14729 (source
14730 (origin
14731 (method url-fetch)
14732 (uri (cran-uri "stepwise" version))
14733 (sha256
14734 (base32
14735 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
14736 (build-system r-build-system)
14737 (home-page "https://stat.sfu.ca/statgen/research/stepwise.html")
14738 (synopsis "Stepwise detection of recombination breakpoints")
14739 (description
14740 "This package provides a stepwise approach to identifying recombination
14741 breakpoints in a genomic sequence alignment.")
14742 (license license:gpl2+)))
14743
14744 (define-public r-snpmaxsel
14745 (package
14746 (name "r-snpmaxsel")
14747 (version "1.0-3")
14748 (source
14749 (origin
14750 (method url-fetch)
14751 (uri (cran-uri "SNPmaxsel" version))
14752 (sha256
14753 (base32
14754 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
14755 (properties `((upstream-name . "SNPmaxsel")))
14756 (build-system r-build-system)
14757 (propagated-inputs
14758 `(("r-combinat" ,r-combinat)
14759 ("r-mvtnorm" ,r-mvtnorm)))
14760 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
14761 (synopsis "Maximally selected statistics for SNP data")
14762 (description
14763 "This package implements asymptotic methods related to maximally selected
14764 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
14765 data.")
14766 (license license:gpl2+)))
14767
14768 (define-public r-acsnminer
14769 (package
14770 (name "r-acsnminer")
14771 (version "0.16.8.25")
14772 (source (origin
14773 (method url-fetch)
14774 (uri (cran-uri "ACSNMineR" version))
14775 (sha256
14776 (base32
14777 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
14778 (properties `((upstream-name . "ACSNMineR")))
14779 (build-system r-build-system)
14780 (propagated-inputs
14781 `(("r-ggplot2" ,r-ggplot2)
14782 ("r-gridextra" ,r-gridextra)))
14783 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
14784 (synopsis "Gene enrichment analysis")
14785 (description
14786 "This package provides tools to compute and represent gene set enrichment
14787 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
14788 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
14789 enrichment can be run with hypergeometric test or Fisher exact test, and can
14790 use multiple corrections. Visualization of data can be done either by
14791 barplots or heatmaps.")
14792 (license license:gpl2+)))
14793
14794 (define-public r-seqinr
14795 (package
14796 (name "r-seqinr")
14797 (version "4.2-5")
14798 (source
14799 (origin
14800 (method url-fetch)
14801 (uri (cran-uri "seqinr" version))
14802 (sha256
14803 (base32
14804 "1z1jipgrn9nrnxlx7bcf8c2chwpa3kfva0zgyb12xbr3kisn166y"))))
14805 (build-system r-build-system)
14806 (propagated-inputs
14807 `(("r-ade4" ,r-ade4)
14808 ("r-segmented" ,r-segmented)))
14809 (inputs
14810 `(("zlib" ,zlib)))
14811 (home-page "http://seqinr.r-forge.r-project.org/")
14812 (synopsis "Biological sequences retrieval and analysis")
14813 (description
14814 "This package provides tools for exploratory data analysis and data
14815 visualization of biological sequence (DNA and protein) data. It also includes
14816 utilities for sequence data management under the ACNUC system.")
14817 (license license:gpl2+)))
14818
14819 (define-public r-units
14820 (package
14821 (name "r-units")
14822 (version "0.6-7")
14823 (source
14824 (origin
14825 (method url-fetch)
14826 (uri (cran-uri "units" version))
14827 (sha256
14828 (base32
14829 "1rdpbkiqcabz00fqzzs98v89v4cgvcd4pb00pwxzkq6vmwmscwrz"))))
14830 (build-system r-build-system)
14831 (inputs
14832 `(("udunits" ,udunits)))
14833 (propagated-inputs
14834 `(("r-rcpp" ,r-rcpp)))
14835 (native-inputs
14836 `(("r-knitr" ,r-knitr)))
14837 (home-page "https://github.com/r-quantities/units/")
14838 (synopsis "Measurement Units for R Vectors")
14839 (description
14840 "This package provides support for measurement units in R vectors,
14841 matrices and arrays: automatic propagation, conversion, derivation and
14842 simplification of units; raising errors in case of unit incompatibility. It
14843 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
14844 classes.")
14845 (license license:gpl2)))
14846
14847 (define-public r-udunits2
14848 (package
14849 (name "r-udunits2")
14850 (version "0.13")
14851 (source
14852 (origin
14853 (method url-fetch)
14854 (uri (cran-uri "udunits2" version))
14855 (sha256
14856 (base32
14857 "0yav7rm2afcx67xqrknybxgz7x63w78zyxa0xifvc0k2gz0d6mfi"))))
14858 (properties `((upstream-name . "udunits2")))
14859 (build-system r-build-system)
14860 (inputs
14861 `(("udunits" ,udunits)))
14862 (home-page "https://cran.r-project.org/package=udunits2")
14863 (synopsis "Udunits-2 bindings for R")
14864 (description
14865 "This package provides simple bindings to Unidata's udunits library.")
14866 (license license:gpl2)))
14867
14868 (define-public r-classint
14869 (package
14870 (name "r-classint")
14871 (version "0.4-3")
14872 (source
14873 (origin
14874 (method url-fetch)
14875 (uri (cran-uri "classInt" version))
14876 (sha256
14877 (base32
14878 "1b1lqhpzxm6b8pza8l3s0cxy74mm9y45lcd3354i2v3bg8m7mply"))))
14879 (properties `((upstream-name . "classInt")))
14880 (build-system r-build-system)
14881 (propagated-inputs
14882 `(("r-class" ,r-class)
14883 ("r-e1071" ,r-e1071)
14884 ("r-kernsmooth" ,r-kernsmooth)))
14885 (native-inputs
14886 `(("gfortran" ,gfortran)
14887 ("r-knitr" ,r-knitr)))
14888 (home-page "https://github.com/r-spatial/classInt/")
14889 (synopsis "Choose univariate class intervals")
14890 (description
14891 "This package provides selected commonly used methods for choosing
14892 univariate class intervals for mapping or other graphics purposes.")
14893 (license license:gpl2+)))
14894
14895 (define-public r-spdata
14896 (package
14897 (name "r-spdata")
14898 (version "0.3.8")
14899 (source
14900 (origin
14901 (method url-fetch)
14902 (uri (cran-uri "spData" version))
14903 (sha256
14904 (base32
14905 "1mlsqy9cbilfc80cbdlbgsngvzdkrd9yjdkxnw2b1gzxnj6jcqbs"))))
14906 (properties `((upstream-name . "spData")))
14907 (build-system r-build-system)
14908 (propagated-inputs
14909 `(("r-raster" ,r-raster)
14910 ("r-sp" ,r-sp)))
14911 (home-page "https://github.com/Nowosad/spData")
14912 (synopsis "Datasets for spatial analysis")
14913 (description
14914 "This a package containing diverse spatial datasets for demonstrating,
14915 benchmarking and teaching spatial data analysis. It includes R data of class
14916 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
14917 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
14918 of the datasets are designed to illustrate specific analysis techniques.
14919 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
14920 illustrate point pattern analysis techniques.")
14921 (license license:cc0)))
14922
14923 (define-public r-learnbayes
14924 (package
14925 (name "r-learnbayes")
14926 (version "2.15.1")
14927 (source
14928 (origin
14929 (method url-fetch)
14930 (uri (cran-uri "LearnBayes" version))
14931 (sha256
14932 (base32
14933 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
14934 (properties `((upstream-name . "LearnBayes")))
14935 (build-system r-build-system)
14936 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
14937 (synopsis "Functions for learning Bayesian inference")
14938 (description
14939 "This package provides a collection of functions helpful in learning the
14940 basic tenets of Bayesian statistical inference. It contains functions for
14941 summarizing basic one and two parameter posterior distributions and predictive
14942 distributions. It contains MCMC algorithms for summarizing posterior
14943 distributions defined by the user. It also contains functions for regression
14944 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
14945 sampling.")
14946 (license license:gpl2+)))
14947
14948 (define-public r-deldir
14949 (package
14950 (name "r-deldir")
14951 (version "0.2-9")
14952 (source
14953 (origin
14954 (method url-fetch)
14955 (uri (cran-uri "deldir" version))
14956 (sha256
14957 (base32
14958 "0jfwff5kk0zraspsvbk26lphl3fnrc6xmhl4690hr0a5k177ildm"))))
14959 (build-system r-build-system)
14960 (native-inputs `(("gfortran" ,gfortran)))
14961 (home-page "https://cran.r-project.org/web/packages/deldir")
14962 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
14963 (description
14964 "This package provides tools for calculating the Delaunay triangulation
14965 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
14966 of a planar point set. It plots triangulations and tessellations in various
14967 ways, clips tessellations to sub-windows, calculates perimeters of
14968 tessellations, and summarizes information about the tiles of the
14969 tessellation.")
14970 (license license:gpl2+)))
14971
14972 (define-public r-sf
14973 (package
14974 (name "r-sf")
14975 (version "0.9-7")
14976 (source
14977 (origin
14978 (method url-fetch)
14979 (uri (cran-uri "sf" version))
14980 (sha256
14981 (base32
14982 "175fmnnw11fjhfgjv9sn9b0jfjcqbybpgwsvv99d5yddigvw5jja"))))
14983 (build-system r-build-system)
14984 (inputs
14985 `(("gdal" ,gdal)
14986 ("geos" ,geos)
14987 ("proj" ,proj)
14988 ("sqlite" ,sqlite)
14989 ("zlib" ,zlib)))
14990 (propagated-inputs
14991 `(("r-classint" ,r-classint)
14992 ("r-dbi" ,r-dbi)
14993 ("r-magrittr" ,r-magrittr)
14994 ("r-rcpp" ,r-rcpp)
14995 ("r-units" ,r-units)))
14996 (native-inputs
14997 `(("pkg-config" ,pkg-config)
14998 ("r-knitr" ,r-knitr)))
14999 (home-page "https://github.com/r-spatial/sf/")
15000 (synopsis "Simple features for R")
15001 (description
15002 "This package provides support for simple features, a standardized way to
15003 encode spatial vector data. It binds to GDAL for reading and writing data, to
15004 GEOS for geometrical operations, and to PROJ for projection conversions and
15005 datum transformations.")
15006 ;; Either of these licenses
15007 (license (list license:gpl2 license:expat))))
15008
15009 (define-public r-spdep
15010 (package
15011 (name "r-spdep")
15012 (version "1.1-5")
15013 (source
15014 (origin
15015 (method url-fetch)
15016 (uri (cran-uri "spdep" version))
15017 (sha256
15018 (base32
15019 "0pbd7wrg5v44p2yxsjp774lpyzap3madir5mn5p3ix7ibk7ldjs7"))))
15020 (build-system r-build-system)
15021 (propagated-inputs
15022 `(("r-boot" ,r-boot)
15023 ("r-coda" ,r-coda)
15024 ("r-deldir" ,r-deldir)
15025 ("r-expm" ,r-expm)
15026 ("r-gmodels" ,r-gmodels)
15027 ("r-learnbayes" ,r-learnbayes)
15028 ("r-mass" ,r-mass)
15029 ("r-matrix" ,r-matrix)
15030 ("r-nlme" ,r-nlme)
15031 ("r-sf" ,r-sf)
15032 ("r-sp" ,r-sp)
15033 ("r-spdata" ,r-spdata)))
15034 (native-inputs
15035 `(("r-knitr" ,r-knitr)))
15036 (home-page "https://github.com/r-spatial/spdep/")
15037 (synopsis "Spatial dependence: weighting schemes, statistics and models")
15038 (description
15039 "This package provides a collection of functions to create spatial
15040 weights matrix objects from polygon contiguities, from point patterns by
15041 distance and tessellations, for summarizing these objects, and for permitting
15042 their use in spatial data analysis, including regional aggregation by minimum
15043 spanning tree.")
15044 (license license:gpl2+)))
15045
15046 (define-public r-adegenet
15047 (package
15048 (name "r-adegenet")
15049 (version "2.1.3")
15050 (source
15051 (origin
15052 (method url-fetch)
15053 (uri (cran-uri "adegenet" version))
15054 (sha256
15055 (base32
15056 "1ipnawi0qfd4rfwj37igvh36x1a9d8x4n7xynn1jcr12rd713407"))))
15057 (build-system r-build-system)
15058 (propagated-inputs
15059 `(("r-ade4" ,r-ade4)
15060 ("r-ape" ,r-ape)
15061 ("r-boot" ,r-boot)
15062 ("r-dplyr" ,r-dplyr)
15063 ("r-ggplot2" ,r-ggplot2)
15064 ("r-igraph" ,r-igraph)
15065 ("r-mass" ,r-mass)
15066 ("r-reshape2" ,r-reshape2)
15067 ("r-seqinr" ,r-seqinr)
15068 ("r-shiny" ,r-shiny)
15069 ("r-spdep" ,r-spdep)
15070 ("r-vegan" ,r-vegan)))
15071 (home-page "https://github.com/thibautjombart/adegenet")
15072 (synopsis "Exploratory analysis of genetic and genomic data")
15073 (description
15074 "This package provides a toolset for the exploration of genetic and
15075 genomic data. Adegenet provides formal (S4) classes for storing and handling
15076 various genetic data, including genetic markers with varying ploidy and
15077 hierarchical population structure (@code{genind} class), alleles counts by
15078 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
15079 also implements original multivariate methods (DAPC, sPCA), graphics,
15080 statistical tests, simulation tools, distance and similarity measures, and
15081 several spatial methods. A range of both empirical and simulated datasets is
15082 also provided to illustrate various methods.")
15083 (license license:gpl2+)))
15084
15085 (define-public r-pegas
15086 (package
15087 (name "r-pegas")
15088 (version "0.14")
15089 (source
15090 (origin
15091 (method url-fetch)
15092 (uri (cran-uri "pegas" version))
15093 (sha256
15094 (base32 "0lr06gajzdanj8ax91kgpxsj863m367v2s1z5gnxps3999n0xybx"))))
15095 (build-system r-build-system)
15096 (propagated-inputs
15097 `(("r-adegenet" ,r-adegenet)
15098 ("r-ape" ,r-ape)))
15099 (home-page "http://ape-package.ird.fr/pegas.html")
15100 (synopsis "Population and evolutionary genetics analysis system")
15101 (description
15102 "This package provides functions for reading, writing, plotting,
15103 analysing, and manipulating allelic and haplotypic data, including from VCF
15104 files, and for the analysis of population nucleotide sequences and
15105 micro-satellites including coalescent analyses, linkage disequilibrium,
15106 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
15107 minimum spanning tree and network, and median-joining networks.")
15108 (license license:gpl2+)))
15109
15110 (define-public r-rmetasim
15111 (package
15112 (name "r-rmetasim")
15113 (version "3.1.14")
15114 (source
15115 (origin
15116 (method url-fetch)
15117 (uri (cran-uri "rmetasim" version))
15118 (sha256
15119 (base32
15120 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
15121 (build-system r-build-system)
15122 (propagated-inputs
15123 `(("r-ade4" ,r-ade4)
15124 ("r-adegenet" ,r-adegenet)
15125 ("r-gtools" ,r-gtools)
15126 ("r-pegas" ,r-pegas)))
15127 (home-page "https://cran.r-project.org/web/packages/rmetasim")
15128 (synopsis "Individual-based population genetic simulation environment")
15129 (description
15130 "This package provides an interface between R and the metasim simulation
15131 engine. The simulation environment is documented in: Strand, A.(2002),
15132 Metasim 1.0: an individual-based environment for simulating population
15133 genetics of complex population dynamics.")
15134 ;; Any GPL version
15135 (license license:gpl2+)))
15136
15137 (define-public r-genetics
15138 (package
15139 (name "r-genetics")
15140 (version "1.3.8.1.2")
15141 (source
15142 (origin
15143 (method url-fetch)
15144 (uri (cran-uri "genetics" version))
15145 (sha256
15146 (base32
15147 "1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
15148 (build-system r-build-system)
15149 (propagated-inputs
15150 `(("r-combinat" ,r-combinat)
15151 ("r-gdata" ,r-gdata)
15152 ("r-gtools" ,r-gtools)
15153 ("r-mass" ,r-mass)
15154 ("r-mvtnorm" ,r-mvtnorm)))
15155 (home-page "https://cran.r-project.org/web/packages/genetics/")
15156 (synopsis "Population genetics")
15157 (description
15158 "This package provides classes and methods for handling genetic data.
15159 It includes classes to represent genotypes and haplotypes at single markers up
15160 to multiple markers on multiple chromosomes. Function include allele
15161 frequencies, flagging homo/heterozygotes, flagging carriers of certain
15162 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
15163 and testing for linkage disequilibrium, ...")
15164 ;; Any GPL version.
15165 (license license:gpl2+)))
15166
15167 (define-public r-snp-plotter
15168 (package
15169 (name "r-snp-plotter")
15170 (version "0.5.1")
15171 (source
15172 (origin
15173 (method url-fetch)
15174 (uri (cran-uri "snp.plotter" version))
15175 (sha256
15176 (base32
15177 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
15178 (properties `((upstream-name . "snp.plotter")))
15179 (build-system r-build-system)
15180 (propagated-inputs `(("r-genetics" ,r-genetics)))
15181 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
15182 (synopsis "Plot p-values using single SNP and/or haplotype data")
15183 (description
15184 "This package helps you create plots of p-values using single SNP and/or
15185 haplotype data. Main features of the package include options to display a
15186 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
15187 datasets simultaneously. Plots can be created using global and/or individual
15188 haplotype p-values along with single SNP p-values. Images are created as
15189 either PDF/EPS files.")
15190 (license license:gpl2+)))
15191
15192 (define-public r-polspline
15193 (package
15194 (name "r-polspline")
15195 (version "1.1.19")
15196 (source
15197 (origin
15198 (method url-fetch)
15199 (uri (cran-uri "polspline" version))
15200 (sha256
15201 (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
15202 (build-system r-build-system)
15203 (native-inputs `(("gfortran" ,gfortran)))
15204 (home-page "https://cran.r-project.org/web/packages/polspline/")
15205 (synopsis "Polynomial spline routines")
15206 (description
15207 "This package provides routines for the polynomial spline fitting
15208 routines hazard regression, hazard estimation with flexible tails, logspline,
15209 lspec, polyclass, and polymars.")
15210 (license license:gpl2+)))
15211
15212 (define-public r-rms
15213 (package
15214 (name "r-rms")
15215 (version "6.1-1")
15216 (source
15217 (origin
15218 (method url-fetch)
15219 (uri (cran-uri "rms" version))
15220 (sha256
15221 (base32 "1zgfd60lzbakcv7x0i5k3lkw3s0xx5bzssjgangna5lq2j17cdli"))))
15222 (build-system r-build-system)
15223 (propagated-inputs
15224 `(("r-cluster" ,r-cluster)
15225 ("r-digest" ,r-digest)
15226 ("r-ggplot2" ,r-ggplot2)
15227 ("r-hmisc" ,r-hmisc)
15228 ("r-htmltable" ,r-htmltable)
15229 ("r-htmltools" ,r-htmltools)
15230 ("r-lattice" ,r-lattice)
15231 ("r-mass" ,r-mass)
15232 ("r-multcomp" ,r-multcomp)
15233 ("r-nlme" ,r-nlme)
15234 ("r-polspline" ,r-polspline)
15235 ("r-quantreg" ,r-quantreg)
15236 ("r-rpart" ,r-rpart)
15237 ("r-sparsem" ,r-sparsem)
15238 ("r-survival" ,r-survival)))
15239 (native-inputs `(("gfortran" ,gfortran)))
15240 (home-page "http://biostat.mc.vanderbilt.edu/rms")
15241 (synopsis "Regression modeling strategies")
15242 (description
15243 "This is a package for regression modeling, testing, estimation,
15244 validation, graphics, prediction, and typesetting by storing enhanced model
15245 design attributes in the fit. The rms package is a collection of functions
15246 that assist with and streamline modeling. It also contains functions for
15247 binary and ordinal logistic regression models, ordinal models for continuous Y
15248 with a variety of distribution families, and the Buckley-James multiple
15249 regression model for right-censored responses, and implements penalized
15250 maximum likelihood estimation for logistic and ordinary linear models. The
15251 package works with almost any regression model, but it was especially written
15252 to work with binary or ordinal regression models, Cox regression, accelerated
15253 failure time models, ordinary linear models, the Buckley-James model,
15254 generalized least squares for serially or spatially correlated observations,
15255 generalized linear models, and quantile regression.")
15256 (license license:gpl2+)))
15257
15258 (define-public r-arsenal
15259 (package
15260 (name "r-arsenal")
15261 (version "3.6.1")
15262 (source
15263 (origin
15264 (method url-fetch)
15265 (uri (cran-uri "arsenal" version))
15266 (sha256
15267 (base32
15268 "13ql3rb79a764ppsc1sqi8glzzkw79la0j2ahzbxgz7cz879sazy"))))
15269 (properties `((upstream-name . "arsenal")))
15270 (build-system r-build-system)
15271 (propagated-inputs `(("r-knitr" ,r-knitr)))
15272 (native-inputs `(("r-knitr" ,r-knitr)))
15273 (home-page "https://github.com/mayoverse/arsenal")
15274 (synopsis "Functions for large-scale statistical summaries")
15275 (description
15276 "This package provides an arsenal of R functions for large-scale
15277 statistical summaries, which are streamlined to work within the latest
15278 reporting tools in R and RStudio and which use formulas and versatile
15279 summary statistics for summary tables and models. The primary functions
15280 include
15281
15282 @enumerate
15283 @item @code{tableby}, a Table-1-like summary of multiple variable types by the
15284 levels of one or more categorical variables;
15285 @item @code{paired}, a Table-1-like summary of multiple variable types paired
15286 across two time points;
15287 @item @code{modelsum}, which performs simple model fits on one or more
15288 endpoints for many variables (univariate or adjusted for covariates);
15289 @item @code{freqlist}, a powerful frequency table across many categorical
15290 variables;
15291 @item @code{comparedf}, a function for comparing @code{data.frames}; and
15292 @item @code{write2}, a function to output tables to a document.
15293 @end enumerate
15294 ")
15295 (license license:gpl2+)))
15296
15297 (define-public r-haplo-stats
15298 (package
15299 (name "r-haplo-stats")
15300 (version "1.8.6")
15301 (source
15302 (origin
15303 (method url-fetch)
15304 (uri (cran-uri "haplo.stats" version))
15305 (sha256
15306 (base32
15307 "1imz4gs0n57vixwwbirrihpgvn2pyj5da4rgjcjk14n2xkk0nay7"))))
15308 (properties `((upstream-name . "haplo.stats")))
15309 (build-system r-build-system)
15310 (propagated-inputs
15311 `(("r-arsenal" ,r-arsenal)
15312 ("r-rms" ,r-rms)))
15313 (native-inputs
15314 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
15315 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
15316 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
15317 (description
15318 "This package provides routines for the analysis of indirectly measured
15319 haplotypes. The statistical methods assume that all subjects are unrelated
15320 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
15321 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
15322 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
15323 examples in the vignette.")
15324 (license license:gpl2+)))
15325
15326 (define-public r-bqtl
15327 (package
15328 (name "r-bqtl")
15329 (version "1.0-32")
15330 (source
15331 (origin
15332 (method url-fetch)
15333 (uri (cran-uri "bqtl" version))
15334 (sha256
15335 (base32
15336 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
15337 (build-system r-build-system)
15338 (native-inputs `(("gfortran" ,gfortran)))
15339 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
15340 (synopsis "Bayesian QTL mapping toolkit")
15341 (description
15342 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
15343 lines. It includes maximum likelihood and Bayesian tools.")
15344 (license license:gpl2+)))
15345
15346 (define-public r-ibdreg
15347 (package
15348 (name "r-ibdreg")
15349 (version "0.3.1")
15350 (source
15351 (origin
15352 (method url-fetch)
15353 (uri (cran-uri "ibdreg" version))
15354 (sha256
15355 (base32
15356 "0kgx9iavgm6d6njhki7bm82d6lw2c7kcch2pryd339js2hm0l5gq"))))
15357 (build-system r-build-system)
15358 (home-page "https://www.mayo.edu/research/labs/\
15359 statistical-genetics-genetic-epidemiology/software")
15360 (synopsis "Regression methods for IBD linkage with covariates")
15361 (description
15362 "This package provides a method to test genetic linkage with covariates
15363 by regression methods with response IBD sharing for relative pairs. Account
15364 for correlations of IBD statistics and covariates for relative pairs within
15365 the same pedigree.")
15366 (license license:gpl2+)))
15367
15368 (define-public r-dlmap
15369 (package
15370 (name "r-dlmap")
15371 (version "1.13")
15372 (source
15373 (origin
15374 (method url-fetch)
15375 (uri (cran-uri "dlmap" version))
15376 (sha256
15377 (base32
15378 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
15379 (build-system r-build-system)
15380 (propagated-inputs
15381 `(("r-ibdreg" ,r-ibdreg)
15382 ("r-mgcv" ,r-mgcv)
15383 ("r-nlme" ,r-nlme)
15384 ("r-qtl" ,r-qtl)
15385 ("r-wgaim" ,r-wgaim)))
15386 (home-page "https://cran.r-project.org/web/packages/dlmap/")
15387 (synopsis "Detection localization mapping for QTL")
15388 (description
15389 "This is package for QTL mapping in a mixed model framework with separate
15390 detection and localization stages. The first stage detects the number of QTL
15391 on each chromosome based on the genetic variation due to grouped markers on
15392 the chromosome; the second stage uses this information to determine the most
15393 likely QTL positions. The mixed model can accommodate general fixed and
15394 random effects, including spatial effects in field trials and pedigree
15395 effects. It is applicable to backcrosses, doubled haploids, recombinant
15396 inbred lines, F2 intercrosses, and association mapping populations.")
15397 (license license:gpl2)))
15398
15399 (define-public r-hwde
15400 (package
15401 (name "r-hwde")
15402 (version "0.67")
15403 (source
15404 (origin
15405 (method url-fetch)
15406 (uri (cran-uri "hwde" version))
15407 (sha256
15408 (base32
15409 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
15410 (build-system r-build-system)
15411 (home-page "https://cran.r-project.org/web/packages/hwde/")
15412 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
15413 (description
15414 "This package fits models for genotypic disequilibria, as described in
15415 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
15416 terms are available that account for first order interactions between loci.
15417 It also implements, for a single locus in a single population, a conditional
15418 exact test for Hardy-Weinberg equilibrium.")
15419 (license license:gpl2+)))
15420
15421 (define-public r-tdthap
15422 (package
15423 (name "r-tdthap")
15424 (version "1.1-11")
15425 (source
15426 (origin
15427 (method url-fetch)
15428 (uri (cran-uri "tdthap" version))
15429 (sha256
15430 (base32
15431 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
15432 (build-system r-build-system)
15433 (home-page "https://cran.r-project.org/web/packages/tdthap/")
15434 (synopsis "TDT tests for extended haplotypes")
15435 (description
15436 "Functions and examples are provided for transmission/disequilibrium
15437 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
15438 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
15439 (license license:artistic2.0)))
15440
15441 (define-public r-sparql
15442 (package
15443 (name "r-sparql")
15444 (version "1.16")
15445 (source (origin
15446 (method url-fetch)
15447 (uri (cran-uri "SPARQL" version))
15448 (sha256
15449 (base32
15450 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
15451 (properties `((upstream-name . "SPARQL")))
15452 (build-system r-build-system)
15453 (propagated-inputs
15454 `(("r-rcurl" ,r-rcurl)
15455 ("r-xml" ,r-xml)))
15456 (home-page "https://cran.r-project.org/web/packages/SPARQL")
15457 (synopsis "SPARQL client for R")
15458 (description "This package provides an interface to use SPARQL to pose
15459 SELECT or UPDATE queries to an end-point.")
15460 ;; The only license indication is found in the DESCRIPTION file,
15461 ;; which states GPL-3. So we cannot assume GPLv3+.
15462 (license license:gpl3)))
15463
15464 (define-public r-bookdown
15465 (package
15466 (name "r-bookdown")
15467 (version "0.21")
15468 (source (origin
15469 (method url-fetch)
15470 (uri (cran-uri "bookdown" version))
15471 (sha256
15472 (base32
15473 "0xms1srx9l2mn8xaxnpic0s21y8k56bhwpj45wy7b0yscmxgmh27"))))
15474 (build-system r-build-system)
15475 (propagated-inputs
15476 `(("r-htmltools" ,r-htmltools)
15477 ("r-knitr" ,r-knitr)
15478 ("r-rmarkdown" ,r-rmarkdown)
15479 ("r-tinytex" ,r-tinytex)
15480 ("r-xfun" ,r-xfun)
15481 ("r-yaml" ,r-yaml)
15482 ("pandoc" ,pandoc)))
15483 (home-page "https://github.com/rstudio/bookdown")
15484 (synopsis "Authoring books and technical documents with R markdown")
15485 (description "This package provides output formats and utilities for
15486 authoring books and technical documents with R Markdown.")
15487 (license license:gpl3)))
15488
15489 (define-public r-optparse
15490 (package
15491 (name "r-optparse")
15492 (version "1.6.6")
15493 (source
15494 (origin
15495 (method url-fetch)
15496 (uri (cran-uri "optparse" version))
15497 (sha256
15498 (base32
15499 "1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
15500 (build-system r-build-system)
15501 (propagated-inputs
15502 `(("r-getopt" ,r-getopt)))
15503 (native-inputs
15504 `(("r-knitr" ,r-knitr)))
15505 (home-page "https://github.com/trevorld/optparse")
15506 (synopsis "Command line option parser")
15507 (description
15508 "This package provides a command line parser inspired by Python's
15509 @code{optparse} library to be used with Rscript to write shebang scripts
15510 that accept short and long options.")
15511 (license license:gpl2+)))
15512
15513 (define-public r-kernlab
15514 (package
15515 (name "r-kernlab")
15516 (version "0.9-29")
15517 (source
15518 (origin
15519 (method url-fetch)
15520 (uri (cran-uri "kernlab" version))
15521 (sha256
15522 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
15523 (build-system r-build-system)
15524 (home-page "https://cran.r-project.org/web/packages/kernlab")
15525 (synopsis "Kernel-based machine learning tools")
15526 (description
15527 "This package provides kernel-based machine learning methods for
15528 classification, regression, clustering, novelty detection, quantile regression
15529 and dimensionality reduction. Among other methods @code{kernlab} includes
15530 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
15531 and a QP solver.")
15532 (license license:gpl2)))
15533
15534 (define-public r-hierfstat
15535 (package
15536 (name "r-hierfstat")
15537 (version "0.5-7")
15538 (source
15539 (origin
15540 (method url-fetch)
15541 (uri (cran-uri "hierfstat" version))
15542 (sha256
15543 (base32
15544 "0dp8k1z5a8gqnax99y1hwfvxilzf4n2i751zr0z6ihrzirsvb3m3"))))
15545 (build-system r-build-system)
15546 (propagated-inputs
15547 `(("r-ade4" ,r-ade4)
15548 ("r-adegenet" ,r-adegenet)
15549 ("r-gaston" ,r-gaston)
15550 ("r-gtools" ,r-gtools)))
15551 (native-inputs
15552 `(("r-knitr" ,r-knitr)))
15553 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
15554 (synopsis "Estimation and tests of hierarchical F-statistics")
15555 (description
15556 "This package allows the estimation of hierarchical F-statistics from
15557 haploid or diploid genetic data with any numbers of levels in the hierarchy,
15558 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
15559 are also given to test via randomisations the significance of each F and
15560 variance components, using the likelihood-ratio statistics G.")
15561 (license license:gpl2+)))
15562
15563 (define-public r-hapassoc
15564 (package
15565 (name "r-hapassoc")
15566 (version "1.2-8")
15567 (source
15568 (origin
15569 (method url-fetch)
15570 (uri (cran-uri "hapassoc" version))
15571 (sha256
15572 (base32
15573 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
15574 (build-system r-build-system)
15575 (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html")
15576 (synopsis "Inference of trait associations with SNP haplotypes")
15577 (description
15578 "Hapassoc performs likelihood inference of trait associations with
15579 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
15580 functions are developed primarily for data collected in cohort or
15581 cross-sectional studies. They can accommodate uncertain haplotype phase and
15582 handle missing genotypes at some SNPs.")
15583 (license license:gpl2)))
15584
15585 (define-public r-sampling
15586 (package
15587 (name "r-sampling")
15588 (version "2.9")
15589 (source
15590 (origin
15591 (method url-fetch)
15592 (uri (cran-uri "sampling" version))
15593 (sha256
15594 (base32
15595 "11xis4vzn2ga8ml9xrgfgqzccvwbnabq35aidzdvpnvciybsanvz"))))
15596 (build-system r-build-system)
15597 (propagated-inputs
15598 `(("r-lpsolve" ,r-lpsolve)
15599 ("r-mass" ,r-mass)))
15600 (home-page "https://cran.r-project.org/web/packages/sampling/")
15601 (synopsis "Survey sampling")
15602 (description
15603 "This package provides functions for drawing and calibrating samples.")
15604 (license license:gpl2+)))
15605
15606 (define-public r-r2html
15607 (package
15608 (name "r-r2html")
15609 (version "2.3.2")
15610 (source
15611 (origin
15612 (method url-fetch)
15613 (uri (cran-uri "R2HTML" version))
15614 (sha256
15615 (base32
15616 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
15617 (properties `((upstream-name . "R2HTML")))
15618 (build-system r-build-system)
15619 (home-page "https://github.com/nalimilan/R2HTML")
15620 (synopsis "HTML export for R objects")
15621 (description
15622 "This package includes HTML functions and methods to write in an HTML
15623 file. Thus, making HTML reports is easy. It includes a function that allows
15624 redirection on the fly, which appears to be very useful for teaching purposes,
15625 as the student can keep a copy of the produced output to keep all that they
15626 did during the course. The package comes with a vignette describing how to
15627 write HTML reports for statistical analysis. Finally, a driver for Sweave
15628 parses HTML flat files containing R code and to automatically write
15629 the corresponding outputs (tables and graphs).")
15630 (license license:gpl2+)))
15631
15632 (define-public r-rjava
15633 (package
15634 (name "r-rjava")
15635 (version "0.9-13")
15636 (source
15637 (origin
15638 (method url-fetch)
15639 (uri (cran-uri "rJava" version))
15640 (sha256
15641 (base32
15642 "1x3mihyqzr61j52rwaqciw43mkjzmhib4s6qf57v6xj40ksqh5jv"))))
15643 (properties `((upstream-name . "rJava")))
15644 (build-system r-build-system)
15645 (arguments
15646 `(#:modules ((guix build utils)
15647 (guix build r-build-system)
15648 (ice-9 match))
15649 #:phases
15650 (modify-phases %standard-phases
15651 (add-after 'unpack 'set-JAVA_HOME
15652 (lambda* (#:key inputs #:allow-other-keys)
15653 (let ((jdk (assoc-ref inputs "jdk")))
15654 (setenv "JAVA_HOME" jdk)
15655 (setenv "JAVA" (which "java"))
15656 (setenv "JAR" (which "jar"))
15657 (setenv "JAVAC" (which "javac"))
15658 (setenv "JAVAH" (which "javah"))
15659 (setenv "JAVA_CPPFLAGS"
15660 (string-append "-I" jdk "/include "
15661 "-I" jdk "/include/linux"))
15662 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
15663 ((lib) (setenv "JAVA_LIBS" lib))
15664 (_ (error "Could not find libjvm.so"))))
15665 #t)))))
15666 (inputs
15667 `(("icu4c" ,icu4c)
15668 ("jdk" ,icedtea-8 "jdk")
15669 ("pcre" ,pcre)
15670 ("zlib" ,zlib)))
15671 (home-page "https://www.rforge.net/rJava/")
15672 (synopsis "Low-Level R to Java interface")
15673 (description
15674 "This package provides a low-level interface to the Java VM very much
15675 like .C/.Call and friends. It allows the creation of objects, calling methods
15676 and accessing fields.")
15677 (license license:gpl2)))
15678
15679 (define-public r-svmisc
15680 (package
15681 (name "r-svmisc")
15682 (version "1.1.0")
15683 (source
15684 (origin
15685 (method url-fetch)
15686 (uri (cran-uri "svMisc" version))
15687 (sha256
15688 (base32
15689 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
15690 (properties `((upstream-name . "svMisc")))
15691 (build-system r-build-system)
15692 (home-page "https://github.com/SciViews/svMisc")
15693 (synopsis "Miscellaneous functions for SciViews")
15694 (description
15695 "This package provides miscellaneous functions for SciViews or general
15696 use, including tools to manage a temporary environment attached to the search
15697 path for temporary variables you do not want to @code{save()} or
15698 @code{load()}; test the current platform; showing progress bars, etc.")
15699 (license license:gpl2)))
15700
15701 (define-public r-xyz
15702 (package
15703 (name "r-xyz")
15704 (version "0.2")
15705 (source
15706 (origin
15707 (method url-fetch)
15708 (uri (cran-uri "xyz" version))
15709 (sha256
15710 (base32
15711 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
15712 (build-system r-build-system)
15713 (propagated-inputs
15714 `(("r-rcpp" ,r-rcpp)))
15715 (home-page "https://cran.r-project.org/web/packages/xyz/")
15716 (synopsis "Algorithm for fast interaction search in high-dimensional data")
15717 (description
15718 "High dimensional interaction search by brute force requires a quadratic
15719 computational cost in the number of variables. The xyz algorithm provably
15720 finds strong interactions in almost linear time. For details of the algorithm
15721 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
15722 interaction search in high-dimensional data.")
15723 ;; Any version of the GPL.
15724 (license license:gpl2+)))
15725
15726 (define-public r-rttf2pt1
15727 (package
15728 (name "r-rttf2pt1")
15729 (version "1.3.8")
15730 (source
15731 (origin
15732 (method url-fetch)
15733 (uri (cran-uri "Rttf2pt1" version))
15734 (sha256
15735 (base32
15736 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
15737 (properties `((upstream-name . "Rttf2pt1")))
15738 (build-system r-build-system)
15739 (home-page "https://github.com/wch/Rttf2pt1")
15740 (synopsis "Font conversion utility")
15741 (description
15742 "This package contains the program @code{ttf2pt1}, for use with the
15743 @code{extrafont} package.")
15744 ;; Most of the files are covered under the Expat license. Some files are
15745 ;; covered under BSD-3. Deviations for individual files are recorded in
15746 ;; the LICENSE file.
15747 (license (list license:bsd-3 license:expat
15748 (license:non-copyleft "file://LICENSE")))))
15749
15750 (define-public r-extrafontdb
15751 (package
15752 (name "r-extrafontdb")
15753 (version "1.0")
15754 (source
15755 (origin
15756 (method url-fetch)
15757 (uri (cran-uri "extrafontdb" version))
15758 (sha256
15759 (base32
15760 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
15761 (build-system r-build-system)
15762 (home-page "https://github.com/wch/extrafontdb")
15763 (synopsis "Database for the extrafont package")
15764 (description
15765 "This package holds the database for the @code{extrafont} package.")
15766 (license license:gpl2)))
15767
15768 (define-public r-extrafont
15769 (package
15770 (name "r-extrafont")
15771 (version "0.17")
15772 (source
15773 (origin
15774 (method url-fetch)
15775 (uri (cran-uri "extrafont" version))
15776 (sha256
15777 (base32
15778 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
15779 (build-system r-build-system)
15780 (propagated-inputs
15781 `(("r-extrafontdb" ,r-extrafontdb)
15782 ("r-rttf2pt1" ,r-rttf2pt1)))
15783 (home-page "https://github.com/wch/extrafont")
15784 (synopsis "Tools for using fonts in R")
15785 (description
15786 "The extrafont package makes it easier to use fonts other than the basic
15787 PostScript fonts that R uses. Fonts that are imported into extrafont can be
15788 used with PDF or PostScript output files. There are two hurdles for using
15789 fonts in PDF (or Postscript) output files:
15790
15791 @enumerate
15792 @item Making R aware of the font and the dimensions of the characters.
15793 @item Embedding the fonts in the PDF file so that the PDF can be displayed
15794 properly on a device that doesn't have the font. This is usually needed if
15795 you want to print the PDF file or share it with others.
15796 @end enumerate
15797
15798 The extrafont package makes both of these things easier.")
15799 (license license:gpl2)))
15800
15801 (define-public r-xkcd
15802 (package
15803 (name "r-xkcd")
15804 (version "0.0.6")
15805 (source
15806 (origin
15807 (method url-fetch)
15808 (uri (cran-uri "xkcd" version))
15809 (sha256
15810 (base32
15811 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
15812 (build-system r-build-system)
15813 (propagated-inputs
15814 `(("r-extrafont" ,r-extrafont)
15815 ("r-ggplot2" ,r-ggplot2)
15816 ("r-hmisc" ,r-hmisc)))
15817 (home-page "https://cran.r-project.org/web/packages/xkcd/")
15818 (synopsis "Plot ggplot2 graphics in the XKCD style")
15819 (description
15820 "This package provides the means to plot ggplot2 graphs in the style of
15821 the XKCD web comic.")
15822 (license license:gpl3)))
15823
15824 (define-public r-msigdbr
15825 (package
15826 (name "r-msigdbr")
15827 (version "7.2.1")
15828 (source
15829 (origin
15830 (method url-fetch)
15831 (uri (cran-uri "msigdbr" version))
15832 (sha256
15833 (base32
15834 "1rc2p9vw57pn4prmfgay4w18qd53ggq7wxfsi9kp7w25ciip1dq1"))))
15835 (build-system r-build-system)
15836 (propagated-inputs
15837 `(("r-dplyr" ,r-dplyr)
15838 ("r-magrittr" ,r-magrittr)
15839 ("r-rlang" ,r-rlang)
15840 ("r-tibble" ,r-tibble)
15841 ("r-tidyselect" ,r-tidyselect)))
15842 (native-inputs
15843 `(("r-knitr" ,r-knitr)))
15844 (home-page "https://github.com/igordot/msigdbr")
15845 (synopsis "MSigDB gene sets for multiple organisms")
15846 (description
15847 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
15848 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
15849 software in a standard R data frame with key-value pairs. Included are the
15850 original human gene symbols and Entrez IDs as well as the equivalents for
15851 various frequently studied model organisms such as mouse, rat, pig, fly, and
15852 yeast.")
15853 ;; The package is covered under the Expat license, but the upstream MSigDB
15854 ;; files are made available under the Creative Commons Attribution 4.0
15855 ;; International license.
15856 (license (list license:expat license:cc-by4.0))))
15857
15858 (define-public r-gridgraphics
15859 (package
15860 (name "r-gridgraphics")
15861 (version "0.5-1")
15862 (source
15863 (origin
15864 (method url-fetch)
15865 (uri (cran-uri "gridGraphics" version))
15866 (sha256
15867 (base32
15868 "12yswy02j3h5wir7m5jnkhpjmb0sa4snn61vjd68i49qwsa6w219"))))
15869 (properties `((upstream-name . "gridGraphics")))
15870 (build-system r-build-system)
15871 (home-page "https://github.com/pmur002/gridgraphics")
15872 (synopsis "Redraw base graphics using @code{grid} graphics")
15873 (description
15874 "This package provides functions to convert a page of plots drawn with
15875 the @code{graphics} package into identical output drawn with the @code{grid}
15876 package. The result looks like the original @code{graphics}-based plot, but
15877 consists of @code{grid} grobs and viewports that can then be manipulated with
15878 @code{grid} functions (e.g., edit grobs and revisit viewports).")
15879 (license license:gpl2+)))
15880
15881 (define-public r-farver
15882 (package
15883 (name "r-farver")
15884 (version "2.0.3")
15885 (source
15886 (origin
15887 (method url-fetch)
15888 (uri (cran-uri "farver" version))
15889 (sha256
15890 (base32
15891 "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
15892 (build-system r-build-system)
15893 (home-page "https://github.com/thomasp85/farver")
15894 (synopsis "Vectorized color conversion and comparison")
15895 (description
15896 "The encoding of color can be handled in many different ways, using
15897 different color spaces. As different color spaces have different uses,
15898 efficient conversion between these representations are important. This
15899 package provides a set of functions that gives access to very fast color space
15900 conversion and comparisons implemented in C++, and offers 100-fold speed
15901 improvements over the @code{convertColor} function in the @code{grDevices}
15902 package.")
15903 (license license:expat)))
15904
15905 (define-public r-ggplotify
15906 (package
15907 (name "r-ggplotify")
15908 (version "0.0.5")
15909 (source
15910 (origin
15911 (method url-fetch)
15912 (uri (cran-uri "ggplotify" version))
15913 (sha256
15914 (base32
15915 "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
15916 (build-system r-build-system)
15917 (propagated-inputs
15918 `(("r-ggplot2" ,r-ggplot2)
15919 ("r-gridgraphics" ,r-gridgraphics)
15920 ("r-rvcheck" ,r-rvcheck)))
15921 (native-inputs
15922 `(("r-knitr" ,r-knitr)))
15923 (home-page "https://github.com/GuangchuangYu/ggplotify")
15924 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
15925 (description
15926 "This package provides tools to convert plot function calls (using
15927 expression or formula) to @code{grob} or @code{ggplot} objects that are
15928 compatible with the @code{grid} and @code{ggplot2} environment. With this
15929 package, we are able to e.g. use @code{cowplot} to align plots produced by
15930 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
15931 converting them to @code{ggplot} objects.")
15932 (license license:artistic2.0)))
15933
15934 (define-public r-triebeard
15935 (package
15936 (name "r-triebeard")
15937 (version "0.3.0")
15938 (source
15939 (origin
15940 (method url-fetch)
15941 (uri (cran-uri "triebeard" version))
15942 (sha256
15943 (base32
15944 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
15945 (build-system r-build-system)
15946 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
15947 (home-page "https://github.com/Ironholds/triebeard/")
15948 (synopsis "Radix trees in Rcpp")
15949 (description
15950 "Radix trees, or tries, are key-value data structures optimized for
15951 efficient lookups, similar in purpose to hash tables. This package provides
15952 an implementation of radix trees for use in R programming and in developing
15953 packages with Rcpp.")
15954 (license license:expat)))
15955
15956 (define-public r-tweenr
15957 (package
15958 (name "r-tweenr")
15959 (version "1.0.1")
15960 (source
15961 (origin
15962 (method url-fetch)
15963 (uri (cran-uri "tweenr" version))
15964 (sha256
15965 (base32
15966 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
15967 (build-system r-build-system)
15968 (propagated-inputs
15969 `(("r-farver" ,r-farver)
15970 ("r-magrittr" ,r-magrittr)
15971 ("r-rcpp" ,r-rcpp)
15972 ("r-rlang" ,r-rlang)))
15973 (home-page "https://github.com/thomasp85/tweenr")
15974 (synopsis "Interpolate data for smooth animations")
15975 (description
15976 "In order to create smooth animation between states of data, tweening is
15977 necessary. This package provides a range of functions for creating tweened
15978 data that can be used as basis for animation. Furthermore it adds a number of
15979 vectorized interpolaters for common R data types such as numeric, date and
15980 color.")
15981 (license license:expat)))
15982
15983 (define-public r-polyclip
15984 (package
15985 (name "r-polyclip")
15986 (version "1.10-0")
15987 (source
15988 (origin
15989 (method url-fetch)
15990 (uri (cran-uri "polyclip" version))
15991 (sha256
15992 (base32
15993 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
15994 (build-system r-build-system)
15995 (native-inputs `(("pkg-config" ,pkg-config)))
15996 (home-page "http://www.angusj.com/delphi/clipper.php")
15997 (synopsis "Polygon clipping")
15998 (description
15999 "This package provides an R port of the library Clipper. It performs
16000 polygon clipping operations (intersection, union, set minus, set difference)
16001 for polygonal regions of arbitrary complexity, including holes. It computes
16002 offset polygons (spatial buffer zones, morphological dilations, Minkowski
16003 dilations) for polygonal regions and polygonal lines. It computes the
16004 Minkowski Sum of general polygons. There is a function for removing
16005 self-intersections from polygon data.")
16006 (license license:boost1.0)))
16007
16008 (define-public r-urltools
16009 (package
16010 (name "r-urltools")
16011 (version "1.7.3")
16012 (source
16013 (origin
16014 (method url-fetch)
16015 (uri (cran-uri "urltools" version))
16016 (sha256
16017 (base32
16018 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
16019 (build-system r-build-system)
16020 (propagated-inputs
16021 `(("r-rcpp" ,r-rcpp)
16022 ("r-triebeard" ,r-triebeard)))
16023 (home-page "https://github.com/Ironholds/urltools/")
16024 (synopsis "Vectorized tools for URL handling and parsing")
16025 (description
16026 "This package provides a toolkit for all URL-handling needs, including
16027 encoding and decoding, parsing, parameter extraction and modification. All
16028 functions are designed to be both fast and entirely vectorized. It is
16029 intended to be useful for people dealing with web-related datasets, such as
16030 server-side logs, although may be useful for other situations involving large
16031 sets of URLs.")
16032 (license license:expat)))
16033
16034 (define-public r-ggforce
16035 (package
16036 (name "r-ggforce")
16037 (version "0.3.2")
16038 (source
16039 (origin
16040 (method url-fetch)
16041 (uri (cran-uri "ggforce" version))
16042 (sha256
16043 (base32
16044 "1lplxyq5bgx90dgaimhynpcywag1gp6vlsy7q52ay1nfc35qmkjc"))))
16045 (build-system r-build-system)
16046 (propagated-inputs
16047 `(("r-ggplot2" ,r-ggplot2)
16048 ("r-gtable" ,r-gtable)
16049 ("r-mass" ,r-mass)
16050 ("r-polyclip" ,r-polyclip)
16051 ("r-rcpp" ,r-rcpp)
16052 ("r-rcppeigen" ,r-rcppeigen)
16053 ("r-rlang" ,r-rlang)
16054 ("r-scales" ,r-scales)
16055 ("r-tidyselect" ,r-tidyselect)
16056 ("r-tweenr" ,r-tweenr)
16057 ("r-withr" ,r-withr)))
16058 (home-page "https://ggforce.data-imaginist.com")
16059 (synopsis "Accelerating ggplot2")
16060 (description
16061 "The aim of the ggplot2 package is to aid in visual data investigations.
16062 This focus has led to a lack of facilities for composing specialized plots.
16063 Thi package aims to be a collection of mainly new statistics and geometries
16064 that fills this gap.")
16065 (license license:expat)))
16066
16067 (define-public r-europepmc
16068 (package
16069 (name "r-europepmc")
16070 (version "0.4")
16071 (source
16072 (origin
16073 (method url-fetch)
16074 (uri (cran-uri "europepmc" version))
16075 (sha256
16076 (base32
16077 "174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
16078 (build-system r-build-system)
16079 (propagated-inputs
16080 `(("r-dplyr" ,r-dplyr)
16081 ("r-httr" ,r-httr)
16082 ("r-jsonlite" ,r-jsonlite)
16083 ("r-plyr" ,r-plyr)
16084 ("r-progress" ,r-progress)
16085 ("r-purrr" ,r-purrr)
16086 ("r-rlang" ,r-rlang)
16087 ("r-tibble" ,r-tibble)
16088 ("r-tidyr" ,r-tidyr)
16089 ("r-urltools" ,r-urltools)
16090 ("r-xml2" ,r-xml2)))
16091 (native-inputs
16092 `(("r-knitr" ,r-knitr)))
16093 (home-page "https://github.com/ropensci/europepmc/")
16094 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
16095 (description
16096 "This package provides an R Client for the
16097 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
16098 Service}. It gives access to both metadata on life science literature and
16099 open access full texts. Europe PMC indexes all PubMed content and other
16100 literature sources including Agricola, a bibliographic database of citations
16101 to the agricultural literature, or Biological Patents. In addition to
16102 bibliographic metadata, the client allows users to fetch citations and
16103 reference lists. Links between life-science literature and other EBI
16104 databases, including ENA, PDB or ChEMBL are also accessible.")
16105 (license license:gpl3)))
16106
16107 (define-public r-ggraph
16108 (package
16109 (name "r-ggraph")
16110 (version "2.0.4")
16111 (source
16112 (origin
16113 (method url-fetch)
16114 (uri (cran-uri "ggraph" version))
16115 (sha256
16116 (base32
16117 "1j3xf4fsv0i0gbppdrw4yprfyk53wx6s8nvnkipi2ywbm7cr4q4w"))))
16118 (build-system r-build-system)
16119 (propagated-inputs
16120 `(("r-digest" ,r-digest)
16121 ("r-dplyr" ,r-dplyr)
16122 ("r-ggforce" ,r-ggforce)
16123 ("r-ggplot2" ,r-ggplot2)
16124 ("r-ggrepel" ,r-ggrepel)
16125 ("r-graphlayouts" ,r-graphlayouts)
16126 ("r-gtable" ,r-gtable)
16127 ("r-igraph" ,r-igraph)
16128 ("r-mass" ,r-mass)
16129 ("r-rcpp" ,r-rcpp)
16130 ("r-rlang" ,r-rlang)
16131 ("r-scales" ,r-scales)
16132 ("r-tidygraph" ,r-tidygraph)
16133 ("r-viridis" ,r-viridis)
16134 ("r-withr" ,r-withr)))
16135 (native-inputs
16136 `(("r-knitr" ,r-knitr)))
16137 (home-page "https://cran.r-project.org/web/packages/ggraph/")
16138 (synopsis "Implementation of grammar of graphics for graphs and networks")
16139 (description
16140 "The grammar of graphics as implemented in ggplot2 is a poor fit for
16141 graph and network visualizations due to its reliance on tabular data input.
16142 The ggraph package is an extension of the ggplot2 API tailored to graph
16143 visualizations and provides the same flexible approach to building up plots
16144 layer by layer.")
16145 (license license:gpl3)))
16146
16147 (define-public r-varselrf
16148 (package
16149 (name "r-varselrf")
16150 (version "0.7-8")
16151 (source
16152 (origin
16153 (method url-fetch)
16154 (uri (cran-uri "varSelRF" version))
16155 (sha256
16156 (base32
16157 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
16158 (properties `((upstream-name . "varSelRF")))
16159 (build-system r-build-system)
16160 (propagated-inputs
16161 `(("r-randomforest" ,r-randomforest)))
16162 (home-page "https://www.ligarto.org/rdiaz/software/software")
16163 (synopsis "Variable selection using random forests")
16164 (description
16165 "This package provides tools for the variable selection from random
16166 forests using both backwards variable elimination (for the selection of small
16167 sets of non-redundant variables) and selection based on the importance
16168 spectrum (somewhat similar to scree plots; for the selection of large,
16169 potentially highly-correlated variables). The main applications are in
16170 high-dimensional data (e.g., microarray data, and other genomics and
16171 proteomics applications).")
16172 (license license:gpl2+)))
16173
16174 (define-public r-pamr
16175 (package
16176 (name "r-pamr")
16177 (version "1.56.1")
16178 (source
16179 (origin
16180 (method url-fetch)
16181 (uri (cran-uri "pamr" version))
16182 (sha256
16183 (base32
16184 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
16185 (build-system r-build-system)
16186 (propagated-inputs
16187 `(("r-cluster" ,r-cluster)
16188 ("r-survival" ,r-survival)))
16189 (native-inputs `(("gfortran" ,gfortran)))
16190 (home-page "https://cran.r-project.org/web/packages/pamr/")
16191 (synopsis "Prediction Analysis for Microarrays")
16192 (description
16193 "This package provides some functions for sample classification in
16194 microarrays.")
16195 (license license:gpl2)))
16196
16197 (define-public r-rda
16198 (package
16199 (name "r-rda")
16200 (version "1.0.2-2.1")
16201 (source
16202 (origin
16203 (method url-fetch)
16204 (uri (cran-uri "rda" version))
16205 (sha256
16206 (base32
16207 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
16208 (build-system r-build-system)
16209 (home-page "https://cran.r-project.org/web/packages/rda/")
16210 (synopsis "Shrunken centroids regularized discriminant analysis")
16211 (description
16212 "This package provides tools for shrunken centroids regularized
16213 discriminant analysis for the purpose of classifying high dimensional data.")
16214 (license license:gpl2+)))
16215
16216 (define-public r-ggvis
16217 (package
16218 (name "r-ggvis")
16219 (version "0.4.7")
16220 (source
16221 (origin
16222 (method url-fetch)
16223 (uri (cran-uri "ggvis" version))
16224 (sha256
16225 (base32
16226 "1qv512pd4x5vmx15y9nvqmabbbw14h75fmi1sjbcg5yl25z0cswy"))))
16227 (build-system r-build-system)
16228 (propagated-inputs
16229 `(("r-assertthat" ,r-assertthat)
16230 ("r-dplyr" ,r-dplyr)
16231 ("r-htmltools" ,r-htmltools)
16232 ("r-jsonlite" ,r-jsonlite)
16233 ("r-magrittr" ,r-magrittr)
16234 ("r-rlang" ,r-rlang)
16235 ("r-shiny" ,r-shiny)))
16236 (home-page "https://ggvis.rstudio.com/")
16237 (synopsis "Interactive grammar of graphics")
16238 (description
16239 "This package is a data visualization package for R providing an
16240 implementation of an interactive grammar of graphics, taking the best parts of
16241 ggplot2, combining them with the reactive framework of Shiny and drawing web
16242 graphics using Vega.")
16243 (license license:gpl2)))
16244
16245 (define-public r-gbm
16246 (package
16247 (name "r-gbm")
16248 (version "2.1.8")
16249 (source
16250 (origin
16251 (method url-fetch)
16252 (uri (cran-uri "gbm" version))
16253 (sha256
16254 (base32
16255 "1h9f4ww9yc3nsvghgr2q7jjrlz29ibabxjbax1sk5wmqh2wy6pbx"))))
16256 (build-system r-build-system)
16257 (propagated-inputs
16258 `(("r-lattice" ,r-lattice)
16259 ("r-survival" ,r-survival)))
16260 (native-inputs
16261 `(("r-knitr" ,r-knitr)))
16262 (home-page "https://github.com/gbm-developers/gbm")
16263 (synopsis "Generalized boosted regression models")
16264 (description
16265 "This package is an implementation of extensions to Freund and Schapire's
16266 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
16267 regression methods for least squares, absolute loss, t-distribution loss,
16268 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
16269 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
16270 and Learning to Rank measures (LambdaMart).")
16271 (license license:gpl2+)))
16272
16273 (define-public r-threejs
16274 (package
16275 (name "r-threejs")
16276 (version "0.3.3")
16277 (source
16278 (origin
16279 (method url-fetch)
16280 (uri (cran-uri "threejs" version))
16281 (sha256
16282 (base32
16283 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
16284 (build-system r-build-system)
16285 (arguments
16286 `(#:modules ((guix build utils)
16287 (guix build r-build-system)
16288 (srfi srfi-1)
16289 (ice-9 popen))
16290 #:phases
16291 (modify-phases %standard-phases
16292 (add-after 'unpack 'process-javascript
16293 (lambda* (#:key inputs #:allow-other-keys)
16294 (with-directory-excursion "inst"
16295 (call-with-values
16296 (lambda ()
16297 (unzip2
16298 `((,(assoc-ref inputs "js-jquery")
16299 "htmlwidgets/lib/jquery/jquery.min.js")
16300 (,(assoc-ref inputs "js-threejs-111")
16301 "htmlwidgets/lib/threejs-111/three.min.js"))))
16302 (lambda (sources targets)
16303 (for-each (lambda (source target)
16304 (format #t "Processing ~a --> ~a~%"
16305 source target)
16306 (delete-file target)
16307 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16308 (call-with-output-file target
16309 (lambda (port)
16310 (dump-port minified port)))))
16311 sources targets))))
16312 #t)))))
16313 (propagated-inputs
16314 `(("r-base64enc" ,r-base64enc)
16315 ("r-crosstalk" ,r-crosstalk)
16316 ("r-htmlwidgets" ,r-htmlwidgets)
16317 ("r-igraph" ,r-igraph)))
16318 (native-inputs
16319 `(("uglify-js" ,uglify-js)
16320 ("js-jquery"
16321 ,(origin
16322 (method url-fetch)
16323 (uri "https://code.jquery.com/jquery-1.12.4.js")
16324 (sha256
16325 (base32
16326 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
16327 ("js-threejs-111"
16328 ,(origin
16329 (method url-fetch)
16330 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
16331 (sha256
16332 (base32
16333 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
16334 (home-page "https://bwlewis.github.io/rthreejs")
16335 (synopsis "Interactive 3D scatter plots, networks and globes")
16336 (description
16337 "Create interactive 3D scatter plots, network plots, and globes in R
16338 using the three.js visualization library.")
16339 (license license:expat)))
16340
16341 (define-public r-mlbench
16342 (package
16343 (name "r-mlbench")
16344 (version "2.1-3")
16345 (source
16346 (origin
16347 (method url-fetch)
16348 (uri (cran-uri "mlbench" version))
16349 (sha256
16350 (base32
16351 "157iqsld0wj8g8cbs7nh6p2x6kasmkhs3078hsmqac946gk2pydi"))))
16352 (build-system r-build-system)
16353 (home-page "https://cran.r-project.org/web/packages/mlbench/")
16354 (synopsis "Machine learning benchmark problems")
16355 (description
16356 "This package provides a collection of artificial and real-world machine
16357 learning benchmark problems, including, e.g., several data sets from the UCI
16358 repository.")
16359 (license license:gpl2)))
16360
16361 (define-public r-mpm
16362 (package
16363 (name "r-mpm")
16364 (version "1.0-22")
16365 (source
16366 (origin
16367 (method url-fetch)
16368 (uri (cran-uri "mpm" version))
16369 (sha256
16370 (base32
16371 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
16372 (build-system r-build-system)
16373 (propagated-inputs
16374 `(("r-kernsmooth" ,r-kernsmooth)
16375 ("r-mass" ,r-mass)))
16376 (home-page "http://mpm.r-forge.r-project.org")
16377 (synopsis "Multivariate projection methods")
16378 (description
16379 "This is a package for exploratory graphical analysis of multivariate
16380 data, specifically gene expression data with different projection methods:
16381 principal component analysis, correspondence analysis, spectral map
16382 analysis.")
16383 (license license:gpl2+)))
16384
16385 (define-public r-png
16386 (package
16387 (name "r-png")
16388 (version "0.1-7")
16389 (source (origin
16390 (method url-fetch)
16391 (uri (cran-uri "png" version))
16392 (sha256
16393 (base32
16394 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
16395 (build-system r-build-system)
16396 (inputs
16397 `(("libpng" ,libpng)
16398 ("zlib" ,zlib)))
16399 (home-page "https://www.rforge.net/png/")
16400 (synopsis "Read and write PNG images")
16401 (description
16402 "This package provides an easy and simple way to read, write and display
16403 bitmap images stored in the PNG format. It can read and write both files and
16404 in-memory raw vectors.")
16405 ;; Any of these GPL versions.
16406 (license (list license:gpl2 license:gpl3))))
16407
16408 (define-public r-ggcorrplot
16409 (package
16410 (name "r-ggcorrplot")
16411 (version "0.1.3")
16412 (source
16413 (origin
16414 (method url-fetch)
16415 (uri (cran-uri "ggcorrplot" version))
16416 (sha256
16417 (base32
16418 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
16419 (build-system r-build-system)
16420 (propagated-inputs
16421 `(("r-ggplot2" ,r-ggplot2)
16422 ("r-reshape2" ,r-reshape2)))
16423 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
16424 (synopsis "Visualization of a correlation matrix using ggplot2")
16425 (description
16426 "The ggcorrplot package can be used to visualize easily a correlation
16427 matrix using ggplot2. It provides a solution for reordering the correlation
16428 matrix and displays the significance level on the plot. It also includes a
16429 function for computing a matrix of correlation p-values.")
16430 (license license:gpl2)))
16431
16432 ;; This package includes minified JavaScript files. When upgrading please
16433 ;; check that there are no new minified JavaScript files.
16434 (define-public r-flexdashboard
16435 (package
16436 (name "r-flexdashboard")
16437 (version "0.5.2")
16438 (source
16439 (origin
16440 (method url-fetch)
16441 (uri (cran-uri "flexdashboard" version))
16442 (sha256
16443 (base32
16444 "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
16445 (modules '((guix build utils)))
16446 (snippet
16447 '(begin
16448 ;; Delete bundled minified JavaScript files
16449 (delete-file "inst/htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
16450 (delete-file "inst/www/sly/sly.min.js")
16451 (delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
16452 (delete-file "inst/www/prism/prism.js")
16453 #t))))
16454 (build-system r-build-system)
16455 (arguments
16456 `(#:modules ((guix build utils)
16457 (guix build r-build-system)
16458 (srfi srfi-1)
16459 (srfi srfi-26)
16460 (ice-9 popen)
16461 (ice-9 textual-ports))
16462 #:phases
16463 (modify-phases %standard-phases
16464 (add-after 'unpack 'process-javascript
16465 (lambda* (#:key inputs #:allow-other-keys)
16466 (with-directory-excursion "inst"
16467 ;; Concatenate all components of prism.js
16468 (let ((contents (string-join
16469 (map (lambda (name)
16470 (call-with-input-file
16471 (assoc-ref inputs name)
16472 get-string-all))
16473 (list "js-prism"
16474 "js-prism-r"
16475 "js-prism-line-numbers"))
16476 "\n")))
16477 (call-with-output-file "prism-src.js"
16478 (cut display contents <>)))
16479 (call-with-values
16480 (lambda ()
16481 (unzip2
16482 `(("www/stickytableheaders/jquery.stickytableheaders.js"
16483 "www/stickytableheaders/jquery.stickytableheaders.min.js")
16484 ("www/sly/sly.js"
16485 "www/sly/sly.min.js")
16486 ("prism-src.js"
16487 "www/prism/prism.js")
16488 (,(assoc-ref inputs "js-raphael")
16489 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
16490 (,(assoc-ref inputs "js-featherlight")
16491 "www/featherlight/featherlight.min.js"))))
16492 (lambda (sources targets)
16493 (for-each (lambda (source target)
16494 (format #t "Processing ~a --> ~a~%"
16495 source target)
16496 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16497 (call-with-output-file target
16498 (lambda (port)
16499 (dump-port minified port)))))
16500 sources targets))))
16501 #t)))))
16502 (propagated-inputs
16503 `(("r-htmltools" ,r-htmltools)
16504 ("r-htmlwidgets" ,r-htmlwidgets)
16505 ("r-jsonlite" ,r-jsonlite)
16506 ("r-knitr" ,r-knitr)
16507 ("r-rmarkdown" ,r-rmarkdown)
16508 ("r-shiny" ,r-shiny)))
16509 (native-inputs
16510 `(("uglify-js" ,uglify-js)
16511 ("js-raphael"
16512 ,(origin
16513 (method url-fetch)
16514 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
16515 (sha256
16516 (base32
16517 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
16518 ("js-prism"
16519 ,(origin
16520 (method url-fetch)
16521 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
16522 (sha256
16523 (base32
16524 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
16525 ("js-prism-r"
16526 ,(origin
16527 (method url-fetch)
16528 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
16529 (sha256
16530 (base32
16531 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
16532 ("js-prism-line-numbers"
16533 ,(origin
16534 (method url-fetch)
16535 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
16536 (sha256
16537 (base32
16538 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
16539 ("js-featherlight"
16540 ,(origin
16541 (method url-fetch)
16542 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
16543 (sha256
16544 (base32
16545 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
16546 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
16547 (synopsis "R Markdown format for flexible dashboards")
16548 (description
16549 "This package provides an R Markdown format for converting an R Markdown
16550 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
16551 of its components to the containing web page.")
16552 (license license:expat)))
16553
16554 (define-public r-preseqr
16555 (package
16556 (name "r-preseqr")
16557 (version "4.0.0")
16558 (source
16559 (origin
16560 (method url-fetch)
16561 (uri (cran-uri "preseqR" version))
16562 (sha256
16563 (base32
16564 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
16565 (properties `((upstream-name . "preseqR")))
16566 (build-system r-build-system)
16567 (propagated-inputs
16568 `(("r-polynom" ,r-polynom)))
16569 (home-page "https://cran.r-project.org/web/packages/preseqR/")
16570 (synopsis "Predicting species accumulation curves")
16571 (description
16572 "This package can be used to predict the r-species accumulation
16573 curve (r-SAC), which is the number of species represented at least r times as
16574 a function of the sampling effort. When r = 1, the curve is known as the
16575 species accumulation curve, or the library complexity curve in high-throughput
16576 genomic sequencing. The package includes both parametric and nonparametric
16577 methods, as described by Deng C, et al. (2018).")
16578 (license license:gpl3)))
16579
16580 (define-public r-mapplots
16581 (package
16582 (name "r-mapplots")
16583 (version "1.5.1")
16584 (source
16585 (origin
16586 (method url-fetch)
16587 (uri (cran-uri "mapplots" version))
16588 (sha256
16589 (base32
16590 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
16591 (build-system r-build-system)
16592 (home-page "https://cran.r-project.org/web/packages/mapplots/")
16593 (synopsis "Data visualization on maps")
16594 (description
16595 "This package helps you create simple maps; add sub-plots like pie plots
16596 to a map or any other plot; format, plot and export gridded data. The package
16597 was developed for displaying fisheries data but most functions can be used for
16598 more generic data visualisation.")
16599 (license license:gpl2+)))
16600
16601 (define-public r-pmcmr
16602 (package
16603 (name "r-pmcmr")
16604 (version "4.3")
16605 (source
16606 (origin
16607 (method url-fetch)
16608 (uri (cran-uri "PMCMR" version))
16609 (sha256
16610 (base32
16611 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
16612 (properties `((upstream-name . "PMCMR")))
16613 (build-system r-build-system)
16614 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
16615 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
16616 (description
16617 "This is a deprecated package for calculating pairwise multiple
16618 comparisons of mean rank sums. This package is superseded by the novel
16619 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
16620 compatibility of dependent packages for some time.")
16621 (license license:gpl3+)))
16622
16623 (define-public r-downloader
16624 (package
16625 (name "r-downloader")
16626 (version "0.4")
16627 (source
16628 (origin
16629 (method url-fetch)
16630 (uri (cran-uri "downloader" version))
16631 (sha256
16632 (base32
16633 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
16634 (build-system r-build-system)
16635 (propagated-inputs
16636 `(("r-digest" ,r-digest)))
16637 (home-page "https://github.com/wch/downloader")
16638 (synopsis "Download files over HTTP and HTTPS")
16639 (description
16640 "This package provides a wrapper for the @code{download.file} function,
16641 making it possible to download files over HTTPS across platforms. The
16642 @code{RCurl} package provides this functionality (and much more) but has
16643 external dependencies. This package has is implemented purely in R.")
16644 (license license:gpl2)))
16645
16646 (define-public r-rex
16647 (package
16648 (name "r-rex")
16649 (version "1.2.0")
16650 (source
16651 (origin
16652 (method url-fetch)
16653 (uri (cran-uri "rex" version))
16654 (sha256
16655 (base32
16656 "0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
16657 (build-system r-build-system)
16658 (propagated-inputs
16659 `(("r-lazyeval" ,r-lazyeval)))
16660 (native-inputs
16661 `(("r-knitr" ,r-knitr)))
16662 (home-page "https://github.com/kevinushey/rex")
16663 (synopsis "Friendly regular expressions")
16664 (description
16665 "This package provides a friendly interface for the construction of
16666 regular expressions. Regular expressions are a very powerful feature, however
16667 they are often difficult to interpret. Rex allows you to build complex
16668 regular expressions from human readable expressions")
16669 (license license:expat)))
16670
16671 (define-public r-xmlparsedata
16672 (package
16673 (name "r-xmlparsedata")
16674 (version "1.0.4")
16675 (source
16676 (origin
16677 (method url-fetch)
16678 (uri (cran-uri "xmlparsedata" version))
16679 (sha256
16680 (base32
16681 "177vfyjrqfi3wam8scpsradap1lv35yc25xq745dr7gabg116yrq"))))
16682 (properties `((upstream-name . "xmlparsedata")))
16683 (build-system r-build-system)
16684 (home-page "https://github.com/r-lib/xmlparsedata#readme")
16685 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
16686 (description
16687 "This package provides tools to convert the output of
16688 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
16689 @code{XPath}, and is easier to manipulate in general.")
16690 (license license:expat)))
16691
16692 (define-public r-cyclocomp
16693 (package
16694 (name "r-cyclocomp")
16695 (version "1.1.0")
16696 (source
16697 (origin
16698 (method url-fetch)
16699 (uri (cran-uri "cyclocomp" version))
16700 (sha256
16701 (base32
16702 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
16703 (properties `((upstream-name . "cyclocomp")))
16704 (build-system r-build-system)
16705 (propagated-inputs
16706 `(("r-callr" ,r-callr)
16707 ("r-crayon" ,r-crayon)
16708 ("r-desc" ,r-desc)
16709 ("r-remotes" ,r-remotes)
16710 ("r-withr" ,r-withr)))
16711 (home-page "https://github.com/MangoTheCat/cyclocomp")
16712 (synopsis "Cyclomatic complexity of R code")
16713 (description
16714 "Cyclomatic complexity is a software metric, used to indicate the
16715 complexity of a program. It is a quantitative measure of the number of
16716 linearly independent paths through a program's source code. This package
16717 provides tools to compute this metric.")
16718 (license license:expat)))
16719
16720 (define-public r-lintr
16721 (package
16722 (name "r-lintr")
16723 (version "2.0.1")
16724 (source
16725 (origin
16726 (method url-fetch)
16727 (uri (cran-uri "lintr" version))
16728 (sha256
16729 (base32
16730 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
16731 (properties `((upstream-name . "lintr")))
16732 (build-system r-build-system)
16733 (propagated-inputs
16734 `(("r-codetools" ,r-codetools)
16735 ("r-crayon" ,r-crayon)
16736 ("r-cyclocomp" ,r-cyclocomp)
16737 ("r-digest" ,r-digest)
16738 ("r-httr" ,r-httr)
16739 ("r-jsonlite" ,r-jsonlite)
16740 ("r-knitr" ,r-knitr)
16741 ("r-rex" ,r-rex)
16742 ("r-rstudioapi" ,r-rstudioapi)
16743 ("r-testthat" ,r-testthat)
16744 ("r-xml2" ,r-xml2)
16745 ("r-xmlparsedata" ,r-xmlparsedata)))
16746 (home-page "https://github.com/jimhester/lintr")
16747 (synopsis "Linter for R code")
16748 (description "This package checks adherence to a given style, syntax
16749 errors and possible semantic issues. It supports on the fly checking of R
16750 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
16751 (license license:expat)))
16752
16753 (define-public r-sctransform
16754 (package
16755 (name "r-sctransform")
16756 (version "0.3.2")
16757 (source
16758 (origin
16759 (method url-fetch)
16760 (uri (cran-uri "sctransform" version))
16761 (sha256
16762 (base32
16763 "1p3m6i28nlxh6r609syn88cwlbdpl3dw44dy3gsijk2ibq20mfsx"))))
16764 (build-system r-build-system)
16765 (propagated-inputs
16766 `(("r-future" ,r-future)
16767 ("r-future-apply" ,r-future-apply)
16768 ("r-ggplot2" ,r-ggplot2)
16769 ("r-gridextra" ,r-gridextra)
16770 ("r-mass" ,r-mass)
16771 ("r-matrix" ,r-matrix)
16772 ("r-matrixstats" ,r-matrixstats)
16773 ("r-rcpp" ,r-rcpp)
16774 ("r-rcpparmadillo" ,r-rcpparmadillo)
16775 ("r-reshape2" ,r-reshape2)))
16776 (home-page "https://github.com/ChristophH/sctransform")
16777 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
16778 (description
16779 "This package provides a normalization method for single-cell UMI count
16780 data using a variance stabilizing transformation. The transformation is based
16781 on a negative binomial regression model with regularized parameters. As part
16782 of the same regression framework, this package also provides functions for
16783 batch correction, and data correction.")
16784 (license license:gpl3)))
16785
16786 (define-public r-styler
16787 (package
16788 (name "r-styler")
16789 (version "1.3.2")
16790 (source
16791 (origin
16792 (method url-fetch)
16793 (uri (cran-uri "styler" version))
16794 (sha256
16795 (base32
16796 "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
16797 (build-system r-build-system)
16798 (propagated-inputs
16799 `(("r-backports" ,r-backports)
16800 ("r-cli" ,r-cli)
16801 ("r-magrittr" ,r-magrittr)
16802 ("r-purrr" ,r-purrr)
16803 ("r-r-cache" ,r-r-cache)
16804 ("r-rematch2" ,r-rematch2)
16805 ("r-rlang" ,r-rlang)
16806 ("r-rprojroot" ,r-rprojroot)
16807 ("r-tibble" ,r-tibble)
16808 ("r-withr" ,r-withr)
16809 ("r-xfun" ,r-xfun)))
16810 (home-page "https://github.com/r-lib/styler")
16811 (synopsis "Non-invasive pretty printing of R code")
16812 (description
16813 "This is a package for pretty-printing R code without changing the user's
16814 formatting intent.")
16815 (license license:gpl3)))
16816
16817 (define-public r-scrime
16818 (package
16819 (name "r-scrime")
16820 (version "1.3.5")
16821 (source
16822 (origin
16823 (method url-fetch)
16824 (uri (cran-uri "scrime" version))
16825 (sha256
16826 (base32
16827 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
16828 (build-system r-build-system)
16829 (home-page "https://cran.r-project.org/web/packages/scrime/")
16830 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
16831 (description
16832 "This package provides tools for the analysis of high-dimensional data
16833 developed/implemented at the group \"Statistical Complexity Reduction In
16834 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
16835 the functions can also be applied to other types of categorical data.")
16836 (license license:gpl2)))
16837
16838 (define-public r-pbmcapply
16839 (package
16840 (name "r-pbmcapply")
16841 (version "1.5.0")
16842 (source
16843 (origin
16844 (method url-fetch)
16845 (uri (cran-uri "pbmcapply" version))
16846 (sha256
16847 (base32
16848 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
16849 (build-system r-build-system)
16850 (home-page "https://github.com/kvnkuang/pbmcapply")
16851 (synopsis "Track the progress of apply procedures with a progress bar")
16852 (description
16853 "This light-weight package helps you track and visualize the progress of
16854 parallel versions of vectorized R functions of the @code{mc*apply} family.")
16855 (license license:expat)))
16856
16857 (define-public r-blme
16858 (package
16859 (name "r-blme")
16860 (version "1.0-5")
16861 (source
16862 (origin
16863 (method url-fetch)
16864 (uri (cran-uri "blme" version))
16865 (sha256
16866 (base32
16867 "0413j7gwr5yj14jamkizj55q7xii1a0kgazzj0ilqn2ascclz6k7"))))
16868 (build-system r-build-system)
16869 (propagated-inputs `(("r-lme4" ,r-lme4)))
16870 (home-page "https://github.com/vdorie/blme")
16871 (synopsis "Bayesian linear mixed-effects models")
16872 (description
16873 "This package provides tools for maximum a posteriori estimation for
16874 linear and generalized linear mixed-effects models in a Bayesian setting. It
16875 extends the lme4 package.")
16876 (license license:gpl2+)))
16877
16878 (define-public r-batchtools
16879 (package
16880 (name "r-batchtools")
16881 (version "0.9.15")
16882 (source
16883 (origin
16884 (method url-fetch)
16885 (uri (cran-uri "batchtools" version))
16886 (sha256
16887 (base32
16888 "0d2xy77hkzhcnyz8zxcv98i80fx6ripjw4rvyx4ww1d0vjjgqf52"))))
16889 (build-system r-build-system)
16890 (propagated-inputs
16891 `(("r-backports" ,r-backports)
16892 ("r-base64url" ,r-base64url)
16893 ("r-brew" ,r-brew)
16894 ("r-checkmate" ,r-checkmate)
16895 ("r-data-table" ,r-data-table)
16896 ("r-digest" ,r-digest)
16897 ("r-fs" ,r-fs)
16898 ("r-progress" ,r-progress)
16899 ("r-r6" ,r-r6)
16900 ("r-rappdirs" ,r-rappdirs)
16901 ("r-stringi" ,r-stringi)
16902 ("r-withr" ,r-withr)))
16903 (native-inputs
16904 `(("r-knitr" ,r-knitr)))
16905 (home-page "https://github.com/mllg/batchtools")
16906 (synopsis "Tools for computation on batch systems")
16907 (description
16908 "As a successor of the packages BatchJobs and BatchExperiments, this
16909 package provides a parallel implementation of the Map function for high
16910 performance computing systems managed by various schedulers. A multicore and
16911 socket mode allow the parallelization on a local machines, and multiple
16912 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
16913 the package provides an abstraction mechanism to define large-scale computer
16914 experiments in a well-organized and reproducible way.")
16915 (license license:lgpl3)))
16916
16917 (define-public r-clue
16918 (package
16919 (name "r-clue")
16920 (version "0.3-58")
16921 (source
16922 (origin
16923 (method url-fetch)
16924 (uri (cran-uri "clue" version))
16925 (sha256
16926 (base32
16927 "1rwwxlnpl1k0n4k96vxc9zajw9kb4syqwzj76fvaf0qim8p6ddia"))))
16928 (build-system r-build-system)
16929 (propagated-inputs `(("r-cluster" ,r-cluster)))
16930 (home-page "https://cran.r-project.org/web/packages/clue/")
16931 (synopsis "Tools for analyzing cluster ensembles")
16932 (description "Cluster ensembles are collections of individual solutions to
16933 a given clustering problem which are useful or necessary to consider in a wide
16934 range of applications. This R package provides an extensible computational
16935 environment for creating and analyzing cluster ensembles, with basic data
16936 structures for representing partitions and hierarchies, and facilities for
16937 computing on them, including methods for measuring proximity and obtaining
16938 consensus and secondary clusterings.")
16939 (license license:gpl2)))
16940
16941 (define-public r-sitmo
16942 (package
16943 (name "r-sitmo")
16944 (version "2.0.1")
16945 (source
16946 (origin
16947 (method url-fetch)
16948 (uri (cran-uri "sitmo" version))
16949 (sha256
16950 (base32
16951 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
16952 (build-system r-build-system)
16953 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16954 (home-page "https://github.com/coatless/sitmo/")
16955 (synopsis "Parallel pseudo random number generator header files")
16956 (description
16957 "This package provides two high quality and fast PPRNGs that may be used
16958 in an OpenMP parallel environment. In addition, there is a generator for one
16959 dimensional low-discrepancy sequence.")
16960 (license license:expat)))
16961
16962 (define-public r-dqrng
16963 (package
16964 (name "r-dqrng")
16965 (version "0.2.1")
16966 (source
16967 (origin
16968 (method url-fetch)
16969 (uri (cran-uri "dqrng" version))
16970 (sha256
16971 (base32
16972 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
16973 (build-system r-build-system)
16974 (propagated-inputs
16975 `(("r-bh" ,r-bh)
16976 ("r-rcpp" ,r-rcpp)
16977 ("r-sitmo" ,r-sitmo)))
16978 (home-page "https://www.daqana.org/dqrng")
16979 (synopsis "Fast pseudo random number generators")
16980 (description
16981 "Several fast random number generators are provided as C++ header-only
16982 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
16983 Additionally, fast functions for generating random numbers according to a
16984 uniform, normal and exponential distribution are included. The latter two use
16985 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
16986 functions are exported to R and as a C++ interface and are enabled for use
16987 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
16988 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
16989 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
16990 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
16991 ;; whole is distributed under the terms of the AGPL 3.
16992 (license license:agpl3)))
16993
16994 (define-public r-ingredients
16995 (package
16996 (name "r-ingredients")
16997 (version "2.0.1")
16998 (source
16999 (origin
17000 (method url-fetch)
17001 (uri (cran-uri "ingredients" version))
17002 (sha256
17003 (base32
17004 "0w46h1f28y5ypqm3ypsvk7yk9v7k8p21f1pzjl3ima8r1ivmhv12"))))
17005 (properties `((upstream-name . "ingredients")))
17006 (build-system r-build-system)
17007 (propagated-inputs
17008 `(("r-ggplot2" ,r-ggplot2)
17009 ("r-gridextra" ,r-gridextra)
17010 ("r-scales" ,r-scales)))
17011 (native-inputs `(("r-knitr" ,r-knitr)))
17012 (home-page "https://ModelOriented.github.io/ingredients/")
17013 (synopsis "Effects and importances of model ingredients")
17014 (description
17015 "This is a collection of tools for assessment of feature importance and
17016 feature effects. Key functions are:
17017
17018 @itemize
17019 @item @code{feature_importance()} for assessment of global level feature
17020 importance,
17021 @item @code{ceteris_paribus()} for calculation of the what-if plots,
17022 @item @code{partial_dependence()} for partial dependence plots,
17023 @item @code{conditional_dependence()} for conditional dependence plots,
17024 @item @code{accumulated_dependence()} for accumulated local effects plots,
17025 @item @code{aggregate_profiles()} and @code{cluster_profiles()} for
17026 aggregation of ceteris paribus profiles,
17027 @item generic @code{print()} and @code{plot()} for better usability of
17028 selected explainers,
17029 @item generic @code{plotD3()} for interactive, D3 based explanations, and
17030 @item generic @code{describe()} for explanations in natural language.
17031 @end itemize\n")
17032 (license license:gpl3)))
17033
17034 (define-public r-ibreakdown
17035 (package
17036 (name "r-ibreakdown")
17037 (version "1.3.1")
17038 (source
17039 (origin
17040 (method url-fetch)
17041 (uri (cran-uri "iBreakDown" version))
17042 (sha256
17043 (base32
17044 "1bfl5bh0x6z5a0cmdmx68sap9zdxa3kwdnyk57csxapc362yz108"))))
17045 (properties `((upstream-name . "iBreakDown")))
17046 (build-system r-build-system)
17047 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
17048 (native-inputs `(("r-knitr" ,r-knitr)))
17049 (home-page "https://ModelOriented.github.io/iBreakDown/")
17050 (synopsis "Model agnostic instance level variable attributions")
17051 (description
17052 "This package provides a model agnostic tool for decomposition of
17053 predictions from black boxes. It supports additive attributions and
17054 attributions with interactions. The Break Down Table shows contributions of
17055 every variable to a final prediction. The Break Down Plot presents variable
17056 contributions in a concise graphical way. This package works for
17057 classification and regression models.")
17058 (license license:gpl3)))
17059
17060 (define-public r-dae
17061 (package
17062 (name "r-dae")
17063 (version "3.1-32")
17064 (source
17065 (origin
17066 (method url-fetch)
17067 (uri (cran-uri "dae" version))
17068 (sha256
17069 (base32
17070 "126w1lb9pz8mb2ajl2vz5dj798nbifp0dypnzfgcwixif5g5bpqi"))))
17071 (build-system r-build-system)
17072 (propagated-inputs
17073 `(("r-ggplot2" ,r-ggplot2)
17074 ("r-plyr" ,r-plyr)))
17075 (native-inputs
17076 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
17077 (home-page "http://chris.brien.name")
17078 (synopsis "Functions useful in the design and ANOVA of experiments")
17079 (description
17080 "This package provides functions useful in the design and ANOVA of
17081 experiments. The content falls into the following groupings:
17082
17083 @enumerate
17084 @item data,
17085 @item factor manipulation functions,
17086 @item design functions,
17087 @item ANOVA functions,
17088 @item matrix functions,
17089 @item projector and canonical efficiency functions, and
17090 @item miscellaneous functions.
17091 @end enumerate
17092
17093 There is a vignette called @code{DesignNotes} describing how to use the design
17094 functions for randomizing and assessing designs. The ANOVA functions
17095 facilitate the extraction of information when the @code{Error} function has
17096 been used in the call to @code{aov}.")
17097 (license license:gpl2)))
17098
17099 (define-public r-dalex
17100 (package
17101 (name "r-dalex")
17102 (version "2.0.1")
17103 (source
17104 (origin
17105 (method url-fetch)
17106 (uri (cran-uri "DALEX" version))
17107 (sha256
17108 (base32
17109 "1hiknx55d91abyfj3w4a2xxin7f1q8h5k0041m7w93xjdc4kis98"))))
17110 (properties `((upstream-name . "DALEX")))
17111 (build-system r-build-system)
17112 (propagated-inputs
17113 `(("r-ggplot2" ,r-ggplot2)
17114 ("r-ibreakdown" ,r-ibreakdown)
17115 ("r-ingredients" ,r-ingredients)))
17116 (home-page "https://pbiecek.github.io/DALEX/")
17117 (synopsis "Descriptive machine learning explanations")
17118 (description
17119 "Machine Learning models are widely used and have various applications in
17120 classification or regression. Models created with boosting, bagging, stacking
17121 or similar techniques are often used due to their high performance, but such
17122 black-box models usually lack interpretability. The DALEX package contains
17123 various explainers that help to understand the link between input variables
17124 and model output.")
17125 ;; Any version of the GPL
17126 (license license:gpl3+)))
17127
17128 (define-public r-enrichr
17129 (package
17130 (name "r-enrichr")
17131 (version "3.0")
17132 (source
17133 (origin
17134 (method url-fetch)
17135 (uri (cran-uri "enrichR" version))
17136 (sha256
17137 (base32
17138 "0i3kfq4fkmx47n61zj5f87iv8ci6gbgy90a7s8dy9zbndzvbgya3"))))
17139 (properties `((upstream-name . "enrichR")))
17140 (build-system r-build-system)
17141 (propagated-inputs
17142 `(("r-ggplot2" ,r-ggplot2)
17143 ("r-httr" ,r-httr)
17144 ("r-rjson" ,r-rjson)))
17145 (native-inputs
17146 `(("r-knitr" ,r-knitr)))
17147 (home-page "https://cran.r-project.org/web/packages/enrichR/")
17148 (synopsis "R Interface to Enrichr database for analyzing gene sets")
17149 (description
17150 "This package provides an R interface to all Enrichr databases, a
17151 web-based tool for analyzing gene sets and returns any enrichment of common
17152 annotated biological functions.")
17153 (license license:gpl2+)))
17154
17155 (define-public r-plot3d
17156 (package
17157 (name "r-plot3d")
17158 (version "1.3")
17159 (source
17160 (origin
17161 (method url-fetch)
17162 (uri (cran-uri "plot3D" version))
17163 (sha256
17164 (base32
17165 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
17166 (properties `((upstream-name . "plot3D")))
17167 (build-system r-build-system)
17168 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
17169 (home-page "https://cran.r-project.org/web/packages/plot3D")
17170 (synopsis "Plot multi-dimensional data")
17171 (description
17172 "This package provides functions for viewing 2D and 3D data, including
17173 perspective plots, slice plots, surface plots, scatter plots, etc. It
17174 includes data sets from oceanography.")
17175 (license license:gpl3+)))
17176
17177 (define-public r-ggfortify
17178 (package
17179 (name "r-ggfortify")
17180 (version "0.4.11")
17181 (source
17182 (origin
17183 (method url-fetch)
17184 (uri (cran-uri "ggfortify" version))
17185 (sha256
17186 (base32
17187 "1wfm7l9bz6msh7rflgfv9dgbxh1ikz2ay0v7sgk9nkc24y6lhbpk"))))
17188 (build-system r-build-system)
17189 (propagated-inputs
17190 `(("r-dplyr" ,r-dplyr)
17191 ("r-ggplot2" ,r-ggplot2)
17192 ("r-gridextra" ,r-gridextra)
17193 ("r-scales" ,r-scales)
17194 ("r-stringr" ,r-stringr)
17195 ("r-tibble" ,r-tibble)
17196 ("r-tidyr" ,r-tidyr)))
17197 (native-inputs
17198 `(("r-knitr" ,r-knitr)))
17199 (home-page "https://github.com/sinhrks/ggfortify")
17200 (synopsis "Data visualization tools for statistical analysis results")
17201 (description
17202 "This package provides unified plotting tools for statistics commonly
17203 used, such as GLM, time series, PCA families, clustering and survival
17204 analysis. The package offers a single plotting interface for these analysis
17205 results and plots in a unified style using the @code{ggplot2} package.")
17206 (license license:gpl2)))
17207
17208 (define-public r-refmanager
17209 (package
17210 (name "r-refmanager")
17211 (version "1.3.0")
17212 (source
17213 (origin
17214 (method url-fetch)
17215 (uri (cran-uri "RefManageR" version))
17216 (sha256
17217 (base32
17218 "1spzdp5ni52dybcaxqnhwdphh27wjyrsfy4hsxsplpg9rqwfqfps"))))
17219 (properties `((upstream-name . "RefManageR")))
17220 (build-system r-build-system)
17221 (propagated-inputs
17222 `(("r-httr" ,r-httr)
17223 ("r-jsonlite" ,r-jsonlite)
17224 ("r-lubridate" ,r-lubridate)
17225 ("r-plyr" ,r-plyr)
17226 ("r-stringr" ,r-stringr)
17227 ("r-xml2" ,r-xml2)))
17228 (native-inputs
17229 `(("r-knitr" ,r-knitr)))
17230 (home-page "https://github.com/ropensci/RefManageR/")
17231 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
17232 (description
17233 "This package provides tools for importing and working with bibliographic
17234 references. It greatly enhances the @code{bibentry} class by providing a
17235 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
17236 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
17237 by various formats for name lists (author by last names, translator by full
17238 names, etc.). Entries can be updated, combined, sorted, printed in a number
17239 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
17240 into R and converted to @code{BibEntry} objects.")
17241 ;; Any of these licenses may be picked.
17242 (license (list license:gpl2 license:gpl3 license:bsd-3))))
17243
17244 (define-public r-citr
17245 (package
17246 (name "r-citr")
17247 (version "0.3.2")
17248 (source
17249 (origin
17250 (method url-fetch)
17251 (uri (cran-uri "citr" version))
17252 (sha256
17253 (base32
17254 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
17255 (build-system r-build-system)
17256 (propagated-inputs
17257 `(("r-assertthat" ,r-assertthat)
17258 ("r-curl" ,r-curl)
17259 ("r-httr" ,r-httr)
17260 ("r-miniui" ,r-miniui)
17261 ("r-refmanager" ,r-refmanager)
17262 ("r-rstudioapi" ,r-rstudioapi)
17263 ("r-shiny" ,r-shiny)
17264 ("r-shinyjs" ,r-shinyjs)
17265 ("r-yaml" ,r-yaml)))
17266 (home-page "https://github.com/crsh/citr")
17267 (synopsis "RStudio add-in to insert Markdown citations")
17268 (description
17269 "This package provides functions and an RStudio add-in that search a
17270 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
17271 the current document.")
17272 (license license:expat)))
17273
17274 (define-public r-xgboost
17275 (package
17276 (name "r-xgboost")
17277 (version "1.3.2.1")
17278 (source
17279 (origin
17280 (method url-fetch)
17281 (uri (cran-uri "xgboost" version))
17282 (sha256
17283 (base32
17284 "117q8xqm82589517fi8xicd8724v9c0wnq3qpl84h6nm3aw65x1g"))))
17285 (build-system r-build-system)
17286 (propagated-inputs
17287 `(("r-data-table" ,r-data-table)
17288 ("r-magrittr" ,r-magrittr)
17289 ("r-matrix" ,r-matrix)))
17290 (native-inputs
17291 `(("r-knitr" ,r-knitr)))
17292 (home-page "https://github.com/dmlc/xgboost")
17293 (synopsis "Extreme gradient boosting")
17294 (description
17295 "This package provides an R interface to Extreme Gradient Boosting, which
17296 is an efficient implementation of the gradient boosting framework from Chen
17297 and Guestrin (2016). The package includes efficient linear model solver and
17298 tree learning algorithms. The package can automatically do parallel
17299 computation on a single machine. It supports various objective functions,
17300 including regression, classification and ranking. The package is made to be
17301 extensible, so that users are also allowed to define their own objectives
17302 easily.")
17303 (license license:asl2.0)))
17304
17305 (define-public r-umap
17306 (package
17307 (name "r-umap")
17308 (version "0.2.7.0")
17309 (source
17310 (origin
17311 (method url-fetch)
17312 (uri (cran-uri "umap" version))
17313 (sha256
17314 (base32
17315 "191vpy84s0bar06y9z1qx43x2kc4qp7lmrcmd0cvz2pnzq722jab"))))
17316 (build-system r-build-system)
17317 (propagated-inputs
17318 `(("r-openssl" ,r-openssl)
17319 ("r-rcpp" ,r-rcpp)
17320 ("r-reticulate" ,r-reticulate)
17321 ("r-rspectra" ,r-rspectra)))
17322 (native-inputs
17323 `(("r-knitr" ,r-knitr)))
17324 (home-page "https://github.com/tkonopka/umap")
17325 (synopsis "Uniform manifold approximation and projection")
17326 (description
17327 "Uniform manifold approximation and projection is a technique for
17328 dimension reduction. This package provides an interface to the UMAP algorithm
17329 in R, including a translation of the original algorithm into R.")
17330 (license license:expat)))
17331
17332 (define-public r-uwot
17333 (package
17334 (name "r-uwot")
17335 (version "0.1.10")
17336 (source
17337 (origin
17338 (method url-fetch)
17339 (uri (cran-uri "uwot" version))
17340 (sha256
17341 (base32
17342 "08vxh085wnrxgwy35ksb4cr7ccjvd98pyr2zlgarqryfgc1bdqbf"))))
17343 (build-system r-build-system)
17344 (propagated-inputs
17345 `(("r-dqrng" ,r-dqrng)
17346 ("r-fnn" ,r-fnn)
17347 ("r-irlba" ,r-irlba)
17348 ("r-matrix" ,r-matrix)
17349 ("r-rcpp" ,r-rcpp)
17350 ("r-rcppannoy" ,r-rcppannoy)
17351 ("r-rcppprogress" ,r-rcppprogress)
17352 ("r-rspectra" ,r-rspectra)))
17353 (home-page "https://github.com/jlmelville/uwot")
17354 (synopsis "Uniform manifold approximation and projection")
17355 (description
17356 "This package provides an implementation of the Uniform Manifold
17357 Approximation and Projection dimensionality reduction by McInnes et
17358 al. (2018). It also provides means to transform new data and to carry out
17359 supervised dimensionality reduction. An implementation of the related
17360 LargeVis method of Tang et al. (2016) is also provided.")
17361 (license license:gpl3)))
17362
17363 (define-public r-kableextra
17364 (package
17365 (name "r-kableextra")
17366 (version "1.3.1")
17367 (source
17368 (origin
17369 (method url-fetch)
17370 (uri (cran-uri "kableExtra" version))
17371 (sha256
17372 (base32
17373 "1zixccpgy9x95fgzfgxc43pm020c80c21flch71klc3zzzsq53gf"))))
17374 (properties `((upstream-name . "kableExtra")))
17375 (build-system r-build-system)
17376 (propagated-inputs
17377 `(("r-digest" ,r-digest)
17378 ("r-glue" ,r-glue)
17379 ("r-htmltools" ,r-htmltools)
17380 ("r-knitr" ,r-knitr)
17381 ("r-magrittr" ,r-magrittr)
17382 ("r-rmarkdown" ,r-rmarkdown)
17383 ("r-rstudioapi" ,r-rstudioapi)
17384 ("r-rvest" ,r-rvest)
17385 ("r-scales" ,r-scales)
17386 ("r-stringr" ,r-stringr)
17387 ("r-viridislite" ,r-viridislite)
17388 ("r-webshot" ,r-webshot)
17389 ("r-xml2" ,r-xml2)))
17390 (native-inputs
17391 `(("r-knitr" ,r-knitr)))
17392 (home-page "https://haozhu233.github.io/kableExtra/")
17393 (synopsis "Construct complex tables with pipe syntax")
17394 (description
17395 "Build complex HTML or LaTeX tables using @code{kable()} from
17396 @code{knitr} and the piping syntax from @code{magrittr}. The function
17397 @code{kable()} is a light weight table generator coming from @code{knitr}.
17398 This package simplifies the way to manipulate the HTML or LaTeX codes
17399 generated by @code{kable()} and allows users to construct complex tables and
17400 customize styles using a readable syntax.")
17401 (license license:expat)))
17402
17403 (define-public r-glasso
17404 (package
17405 (name "r-glasso")
17406 (version "1.11")
17407 (source
17408 (origin
17409 (method url-fetch)
17410 (uri (cran-uri "glasso" version))
17411 (sha256
17412 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
17413 (build-system r-build-system)
17414 (native-inputs `(("gfortran" ,gfortran)))
17415 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
17416 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
17417 (description
17418 "This is a package for estimation of a sparse inverse covariance matrix
17419 using a lasso (L1) penalty. Facilities are provided for estimates along a
17420 path of values for the regularization parameter.")
17421 (license license:gpl2)))
17422
17423 (define-public r-rhpcblasctl
17424 (package
17425 (name "r-rhpcblasctl")
17426 (version "0.20-137")
17427 (source
17428 (origin
17429 (method url-fetch)
17430 (uri (cran-uri "RhpcBLASctl" version))
17431 (sha256
17432 (base32
17433 "0vv144sgjhf7fazk633i16fc06g9k43syyxj1g34pi9gsgdcn0nv"))))
17434 (properties `((upstream-name . "RhpcBLASctl")))
17435 (build-system r-build-system)
17436 (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")
17437 (synopsis "Control the number of threads on BLAS")
17438 (description
17439 "This package allows you to control the number of threads the BLAS
17440 library uses. It is also possible to control the number of threads in
17441 OpenMP.")
17442 (license license:agpl3+)))
17443
17444 (define-public r-lda
17445 (package
17446 (name "r-lda")
17447 (version "1.4.2")
17448 (source
17449 (origin
17450 (method url-fetch)
17451 (uri (cran-uri "lda" version))
17452 (sha256
17453 (base32
17454 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
17455 (build-system r-build-system)
17456 (home-page "https://cran.r-project.org/web/packages/lda/")
17457 (synopsis "Collapsed Gibbs sampling methods for topic models")
17458 (description
17459 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
17460 related models. This includes (but is not limited to) sLDA, corrLDA, and the
17461 mixed-membership stochastic blockmodel. Inference for all of these models is
17462 implemented via a fast collapsed Gibbs sampler written in C. Utility
17463 functions for reading/writing data typically used in topic models, as well as
17464 tools for examining posterior distributions are also included.")
17465 ;; Any version of the LGPL
17466 (license license:lgpl3+)))
17467
17468 (define-public r-rann-l1
17469 (package
17470 (name "r-rann-l1")
17471 (version "2.5.2")
17472 (source
17473 (origin
17474 (method url-fetch)
17475 (uri (cran-uri "RANN.L1" version))
17476 (sha256
17477 (base32
17478 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
17479 (properties `((upstream-name . "RANN.L1")))
17480 (build-system r-build-system)
17481 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
17482 (synopsis "Fast nearest neighbour search using L1 metric")
17483 (description
17484 "This package provides tools to find the k nearest neighbours for every
17485 point in a given dataset in O(N log N) time using Arya and Mount's ANN
17486 library. There is support for approximate as well as exact searches, fixed
17487 radius searches and @code{bd} as well as @code{kd} trees. The distance is
17488 computed using the L1 (Manhattan, taxicab) metric.")
17489 (license license:gpl3+)))
17490
17491 (define-public r-leiden
17492 (package
17493 (name "r-leiden")
17494 (version "0.3.7")
17495 (source
17496 (origin
17497 (method url-fetch)
17498 (uri (cran-uri "leiden" version))
17499 (sha256
17500 (base32
17501 "14iqn5iqcya6bqbjvjivpd7q9gwc323sj29y7ssrbhb3sz9982bp"))))
17502 (properties `((upstream-name . "leiden")))
17503 (build-system r-build-system)
17504 (propagated-inputs
17505 `(("r-igraph" ,r-igraph)
17506 ("r-matrix" ,r-matrix)
17507 ("r-reticulate" ,r-reticulate)))
17508 (native-inputs
17509 `(("r-knitr" ,r-knitr)))
17510 (home-page "https://github.com/TomKellyGenetics/leiden")
17511 (synopsis "R implementation of Leiden clustering algorithm")
17512 (description
17513 "This package implements the Python @code{leidenalg} module to be called
17514 in R. It enables clustering using the Leiden algorithm for partitioning a
17515 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
17516 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
17517 (license license:gpl3)))
17518
17519 (define-public r-patchwork
17520 (package
17521 (name "r-patchwork")
17522 (version "1.1.1")
17523 (source
17524 (origin
17525 (method url-fetch)
17526 (uri (cran-uri "patchwork" version))
17527 (sha256
17528 (base32
17529 "10glgkf58lcykcwda1hj6xdps02m3i247qynk6s2jmwljagps3fg"))))
17530 (build-system r-build-system)
17531 (propagated-inputs
17532 `(("r-ggplot2" ,r-ggplot2)
17533 ("r-gtable" ,r-gtable)))
17534 (native-inputs
17535 `(("r-knitr" ,r-knitr)))
17536 (home-page "https://github.com/thomasp85/patchwork")
17537 (synopsis "Compose ggplot2 plots")
17538 (description
17539 "The @code{ggplot2} package provides a strong API for sequentially
17540 building up a plot, but does not concern itself with composition of multiple
17541 plots. Patchwork is a package that expands the API to allow for arbitrarily
17542 complex composition of plots by providing mathematical operators for combining
17543 multiple plots.")
17544 (license license:expat)))
17545
17546 (define-public r-liger
17547 (package
17548 (name "r-liger")
17549 (version "0.4.2")
17550 (source
17551 (origin
17552 (method git-fetch)
17553 (uri (git-reference
17554 (url "https://github.com/MacoskoLab/liger")
17555 (commit (string-append "v" version))))
17556 (file-name (git-file-name name version))
17557 (sha256
17558 (base32
17559 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
17560 (modules '((guix build utils)))
17561 (snippet
17562 '(begin
17563 (delete-file "inst/java/ModularityOptimizer.jar")
17564 #t))))
17565 (build-system r-build-system)
17566 (arguments
17567 `(#:phases
17568 (modify-phases %standard-phases
17569 (add-after 'unpack 'build-java-part
17570 (lambda* (#:key inputs #:allow-other-keys)
17571 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
17572 (for-each (lambda (file) (invoke "javac" file))
17573 (find-files "." "\\.java$"))
17574 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
17575 (find-files "." "\\.class$"))
17576 #t)))))
17577 (propagated-inputs
17578 `(("r-cowplot" ,r-cowplot)
17579 ("r-dosnow" ,r-dosnow)
17580 ("r-dplyr" ,r-dplyr)
17581 ("r-fnn" ,r-fnn)
17582 ("r-foreach" ,r-foreach)
17583 ("r-ggplot2" ,r-ggplot2)
17584 ("r-ggrepel" ,r-ggrepel)
17585 ("r-hmisc" ,r-hmisc)
17586 ("r-ica" ,r-ica)
17587 ("r-irlba" ,r-irlba)
17588 ("r-matrix" ,r-matrix)
17589 ("r-mclust" ,r-mclust)
17590 ("r-patchwork" ,r-patchwork)
17591 ("r-plyr" ,r-plyr)
17592 ("r-rann-l1" ,r-rann-l1)
17593 ("r-rcpp" ,r-rcpp)
17594 ("r-rcpparmadillo" ,r-rcpparmadillo)
17595 ("r-riverplot" ,r-riverplot)
17596 ("r-rtsne" ,r-rtsne)
17597 ("r-snow" ,r-snow)))
17598 (native-inputs
17599 `(("jdk" ,icedtea "jdk")
17600 ;; See https://github.com/MacoskoLab/liger/issues/96
17601 ;; The optimizer is released under the Expat license.
17602 ("optimizer-src"
17603 ,(origin
17604 (method url-fetch)
17605 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
17606 (sha256
17607 (base32
17608 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
17609 ("unzip" ,unzip)
17610 ("r-knitr" ,r-knitr))) ; for vignettes
17611 (home-page "https://github.com/MacoskoLab/liger")
17612 (synopsis "Integrate and analyze multiple single-cell datasets")
17613 (description
17614 "LIGER is a package for integrating and analyzing multiple single-cell
17615 datasets, developed and maintained by the Macosko lab. It relies on
17616 integrative non-negative matrix factorization to identify shared and
17617 dataset-specific factors.")
17618 (license license:gpl3)))
17619
17620 (define-public r-harmony
17621 (package
17622 (name "r-harmony")
17623 (version "0.1")
17624 (source
17625 (origin
17626 (method git-fetch)
17627 (uri (git-reference
17628 (url "https://github.com/immunogenomics/harmony")
17629 (commit version)))
17630 (file-name (git-file-name name version))
17631 (sha256
17632 (base32
17633 "05r401q09rbr6fqhb9mbd95082cjdi3nag1cv6zn96xkr0f6imq9"))
17634 (modules '((guix build utils)))
17635 (snippet
17636 '(begin
17637 (for-each delete-file '("config.status" "configure"))
17638 #t))))
17639 (build-system r-build-system)
17640 (propagated-inputs
17641 `(("r-cowplot" ,r-cowplot)
17642 ("r-dplyr" ,r-dplyr)
17643 ("r-ggplot2" ,r-ggplot2)
17644 ("r-irlba" ,r-irlba)
17645 ("r-matrix" ,r-matrix)
17646 ("r-rcpp" ,r-rcpp)
17647 ("r-rcpparmadillo" ,r-rcpparmadillo)
17648 ("r-rcppprogress" ,r-rcppprogress)
17649 ("r-rlang" ,r-rlang)
17650 ("r-tibble" ,r-tibble)
17651 ("r-tidyr" ,r-tidyr)))
17652 (native-inputs
17653 `(("autoconf" ,autoconf)))
17654 (home-page "https://github.com/immunogenomics/harmony")
17655 (synopsis "Integration of single cell sequencing data")
17656 (description
17657 "This package provides an implementation of the Harmony algorithm for
17658 single cell integration, described in Korsunsky et al
17659 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
17660 function and interfaces to external frameworks.")
17661 (license license:gpl3)))
17662
17663 (define-public r-covr
17664 (package
17665 (name "r-covr")
17666 (version "3.5.1")
17667 (source
17668 (origin
17669 (method url-fetch)
17670 (uri (cran-uri "covr" version))
17671 (sha256
17672 (base32 "0v5cv3cw2kpdr6wxmkbd3wclavr17zipypdcb10hhmpa4cvgqk55"))))
17673 (properties `((upstream-name . "covr")))
17674 (build-system r-build-system)
17675 (propagated-inputs
17676 `(("r-crayon" ,r-crayon)
17677 ("r-digest" ,r-digest)
17678 ("r-httr" ,r-httr)
17679 ("r-jsonlite" ,r-jsonlite)
17680 ("r-rex" ,r-rex)
17681 ("r-withr" ,r-withr)
17682 ("r-yaml" ,r-yaml)))
17683 (native-inputs
17684 `(("r-knitr" ,r-knitr))) ; for vignettes
17685 (home-page "https://github.com/r-lib/covr")
17686 (synopsis "Test coverage for R packages")
17687 (description
17688 "Thisp package enables you to track and report code coverage for your
17689 package and (optionally) upload the results to a coverage service. Code
17690 coverage is a measure of the amount of code being exercised by a set of tests.
17691 It is an indirect measure of test quality and completeness. This package is
17692 compatible with any testing methodology or framework and tracks coverage of
17693 both R code and compiled C/C++/FORTRAN code.")
17694 (license license:gpl3)))
17695
17696 (define-public r-systemfonts
17697 (package
17698 (name "r-systemfonts")
17699 (version "1.0.1")
17700 (source
17701 (origin
17702 (method url-fetch)
17703 (uri (cran-uri "systemfonts" version))
17704 (sha256
17705 (base32
17706 "15x7qx8iigkybgz6b6s66i3mh75vgynzpd50nw05wflfwzcv87a0"))))
17707 (properties `((upstream-name . "systemfonts")))
17708 (build-system r-build-system)
17709 (propagated-inputs
17710 `(("r-cpp11" ,r-cpp11)))
17711 (inputs
17712 `(("fontconfig" ,fontconfig)
17713 ("zlib" ,zlib)))
17714 (native-inputs
17715 `(("pkg-config" ,pkg-config)
17716 ("r-knitr" ,r-knitr)))
17717 (home-page "https://github.com/r-lib/systemfonts")
17718 (synopsis "System native font finding")
17719 (description
17720 "This package provides system native access to the font catalogue. As
17721 font handling varies between systems it is difficult to correctly locate
17722 installed fonts across different operating systems. The 'systemfonts' package
17723 provides bindings to the native libraries for finding font files that can then
17724 be used further by e.g. graphic devices.")
17725 (license license:expat)))
17726
17727 (define-public r-graphlayouts
17728 (package
17729 (name "r-graphlayouts")
17730 (version "0.7.1")
17731 (source
17732 (origin
17733 (method url-fetch)
17734 (uri (cran-uri "graphlayouts" version))
17735 (sha256
17736 (base32
17737 "05v7ss18bflhqa4ipsca8iw2ln8ddbaiyrizx2a5cwq81g5qq3rq"))))
17738 (properties `((upstream-name . "graphlayouts")))
17739 (build-system r-build-system)
17740 (propagated-inputs
17741 `(("r-igraph" ,r-igraph)
17742 ("r-rcpp" ,r-rcpp)
17743 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17744 (home-page "https://github.com/schochastics/graphlayouts")
17745 (synopsis "Additional layout algorithms for network visualizations")
17746 (description
17747 "This package provides several layout algorithms to visualize networks
17748 which are not part of the igraph library. Most are based on the concept of
17749 stress majorization by Gansner et al. (2004)
17750 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms
17751 emphasize hidden group structures in networks or focus on specific nodes.")
17752 (license license:expat)))
17753
17754 (define-public r-tidygraph
17755 (package
17756 (name "r-tidygraph")
17757 (version "1.2.0")
17758 (source
17759 (origin
17760 (method url-fetch)
17761 (uri (cran-uri "tidygraph" version))
17762 (sha256
17763 (base32
17764 "17qjns33zcj82jcsl7bn7i4zxcm7ric50zyf7agi0i01zi16qz85"))))
17765 (properties `((upstream-name . "tidygraph")))
17766 (build-system r-build-system)
17767 (propagated-inputs
17768 `(("r-dplyr" ,r-dplyr)
17769 ("r-igraph" ,r-igraph)
17770 ("r-magrittr" ,r-magrittr)
17771 ("r-pillar" ,r-pillar)
17772 ("r-r6" ,r-r6)
17773 ("r-rcpp" ,r-rcpp)
17774 ("r-rlang" ,r-rlang)
17775 ("r-tibble" ,r-tibble)
17776 ("r-tidyr" ,r-tidyr)))
17777 (home-page "https://github.com/thomasp85/tidygraph")
17778 (synopsis "Tidy API for graph manipulation")
17779 (description
17780 "This package provides a graph implementation that can be thought of as
17781 two tidy data frames describing node and edge data respectively. It provides
17782 an approach to manipulate these two virtual data frames using the API defined
17783 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
17784 common graph algorithms.")
17785 (license license:expat)))
17786
17787 (define-public r-soupx
17788 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
17789 (revision "1"))
17790 (package
17791 (name "r-soupx")
17792 (version (git-version "0.3.1" revision commit))
17793 (source
17794 (origin
17795 (method git-fetch)
17796 (uri (git-reference
17797 (url "https://github.com/constantAmateur/SoupX")
17798 (commit commit)))
17799 (file-name (git-file-name name version))
17800 (sha256
17801 (base32
17802 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
17803 (properties `((upstream-name . "SoupX")))
17804 (build-system r-build-system)
17805 (propagated-inputs
17806 `(("r-ggplot2" ,r-ggplot2)
17807 ("r-matrix" ,r-matrix)
17808 ("r-seurat" ,r-seurat)))
17809 (home-page "https://github.com/constantAmateur/SoupX")
17810 (synopsis "Single cell mRNA Soup eXterminator")
17811 (description
17812 "This package provides a package for quantifying, profiling and
17813 removing cell free mRNA contamination (the \"soup\") from droplet based single
17814 cell RNA-seq experiments.")
17815 (license license:gpl2))))
17816
17817 (define-public r-assertr
17818 (package
17819 (name "r-assertr")
17820 (version "2.8")
17821 (source
17822 (origin
17823 (method url-fetch)
17824 (uri (cran-uri "assertr" version))
17825 (sha256
17826 (base32
17827 "00764vv86r3bn4r85in4w637harffyw605fgq0dj6mrbrwcfb650"))))
17828 (build-system r-build-system)
17829 (propagated-inputs
17830 `(("r-dplyr" ,r-dplyr)
17831 ("r-mass" ,r-mass)
17832 ("r-rlang" ,r-rlang)))
17833 (native-inputs
17834 `(("r-knitr" ,r-knitr))) ; needed for vignette
17835 (home-page "https://github.com/ropensci/assertr")
17836 (synopsis "Assertive programming for R analysis pipelines")
17837 (description
17838 "This package provides functionality to assert conditions that have to be
17839 met so that errors in data used in analysis pipelines can fail quickly. It is
17840 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
17841 in pipelines.")
17842 (license license:expat)))
17843
17844 (define-public r-parameters
17845 (package
17846 (name "r-parameters")
17847 (version "0.11.0")
17848 (source
17849 (origin
17850 (method url-fetch)
17851 (uri (cran-uri "parameters" version))
17852 (sha256
17853 (base32
17854 "020k3vxnp0vjrlkcxx5vj30vag474hw48zxzw9315whsq4hhhbqc"))))
17855 (properties `((upstream-name . "parameters")))
17856 (build-system r-build-system)
17857 (propagated-inputs
17858 `(("r-bayestestr" ,r-bayestestr)
17859 ("r-insight" ,r-insight)))
17860 (native-inputs
17861 `(("r-knitr" ,r-knitr)))
17862 (home-page "https://cran.r-project.org/web/packages/parameters")
17863 (synopsis "Processing of model parameters")
17864 (description
17865 "This package provides utilities for processing the parameters of various
17866 statistical models. Beyond computing p values, CIs, and other indices for a
17867 wide variety of models, this package implements features like standardization
17868 or bootstrapping of parameters and models, feature reduction (feature
17869 extraction and variable selection) as well as conversion between indices of
17870 effect size.")
17871 (license license:gpl3)))
17872
17873 (define-public r-rgdal
17874 (package
17875 (name "r-rgdal")
17876 (version "1.5-23")
17877 (source
17878 (origin
17879 (method url-fetch)
17880 (uri (cran-uri "rgdal" version))
17881 (sha256
17882 (base32 "0vnb7kw762y349pda4aq1hx0smafylmn3635l963qykfji5p99cw"))))
17883 (properties `((upstream-name . "rgdal")))
17884 (build-system r-build-system)
17885 (inputs
17886 `(("gdal" ,gdal)
17887 ("proj" ,proj)
17888 ("zlib" ,zlib)))
17889 (propagated-inputs
17890 `(("r-sp" ,r-sp)))
17891 (native-inputs
17892 `(("pkg-config" ,pkg-config)
17893 ("r-knitr" ,r-knitr)))
17894 (home-page "http://rgdal.r-forge.r-project.org")
17895 (synopsis "Bindings for the Geospatial Data Abstraction Library")
17896 (description
17897 "This package provides bindings to the Geospatial Data Abstraction
17898 Library (GDAL) and access to projection/transformation operations from the
17899 PROJ.4 library.")
17900 (license license:gpl2+)))
17901
17902 (define-public r-insol
17903 (package
17904 (name "r-insol")
17905 (version "1.2.2")
17906 (source
17907 (origin
17908 (method url-fetch)
17909 (uri (cran-uri "insol" version))
17910 (sha256
17911 (base32
17912 "166kgxgzbh55y2qqya6c2si22x0v7asi70im054g6xxwc5187kh3"))))
17913 (properties `((upstream-name . "insol")))
17914 (build-system r-build-system)
17915 (propagated-inputs
17916 `(("r-raster" ,r-raster)))
17917 (native-inputs
17918 `(("gfortran" ,gfortran)))
17919 (home-page "https://meteoexploration.com/R/insol/index.html")
17920 (synopsis "Tools for calculating solar radiation")
17921 (description
17922 "This package provides functions to compute insolation on tilted
17923 surfaces, computes atmospheric transmittance and related parameters such as:
17924 Earth radius vector, declination, sunset and sunrise, daylength, equation of
17925 time, vector in the direction of the sun, vector normal to surface, and some
17926 atmospheric physics.")
17927 (license license:gpl2+)))
17928
17929 (define-public r-lifecycle
17930 (package
17931 (name "r-lifecycle")
17932 (version "0.2.0")
17933 (source
17934 (origin
17935 (method url-fetch)
17936 (uri (cran-uri "lifecycle" version))
17937 (sha256
17938 (base32
17939 "0912865c6675fsblrfdk6s568krsj1x8qbk1kipy7m05xs6nwx19"))))
17940 (properties `((upstream-name . "lifecycle")))
17941 (build-system r-build-system)
17942 (propagated-inputs
17943 `(("r-glue" ,r-glue)
17944 ("r-rlang" ,r-rlang)))
17945 (native-inputs
17946 `(("r-knitr" ,r-knitr))) ; for vignettes
17947 (home-page "https://github.com/r-lib/lifecycle")
17948 (synopsis "Manage the life cycle of your package functions")
17949 (description
17950 "Manage the life cycle of your exported functions with shared
17951 conventions, documentation badges, and non-invasive deprecation warnings. The
17952 lifecycle package defines four development stages (experimental, maturing,
17953 stable, and questioning) and three deprecation stages (soft-deprecated,
17954 deprecated, and defunct). It makes it easy to insert badges corresponding to
17955 these stages in your documentation. Usage of deprecated functions are
17956 signalled with increasing levels of non-invasive verbosity.")
17957 (license license:gpl3)))
17958
17959 (define-public r-assertable
17960 (package
17961 (name "r-assertable")
17962 (version "0.2.8")
17963 (source
17964 (origin
17965 (method url-fetch)
17966 (uri (cran-uri "assertable" version))
17967 (sha256
17968 (base32
17969 "1cciil1nzxd8gbj49w99jiv077lbpb59vx7bmb4p218aj2h5hqq4"))))
17970 (build-system r-build-system)
17971 (propagated-inputs
17972 `(("r-data-table" ,r-data-table)))
17973 (native-inputs
17974 `(("r-knitr" ,r-knitr)))
17975 (home-page "https://cran.r-project.org/web/packages/assertable/")
17976 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
17977 (description "This package provides simple, flexible assertions on
17978 data.frame or data.table objects with verbose output for vetting. While other
17979 assertion packages apply towards more general use-cases, @code{assertable} is
17980 tailored towards tabular data. It includes functions to check variable names
17981 and values, whether the dataset contains all combinations of a given set of
17982 unique identifiers, and whether it is a certain length. In addition,
17983 @code{assertable} includes utility functions to check the existence of target
17984 files and to efficiently import multiple tabular data files into one
17985 data.table.")
17986 (license license:gpl3)))
17987
17988 (define-public r-quadprog
17989 (package
17990 (name "r-quadprog")
17991 (version "1.5-8")
17992 (source
17993 (origin
17994 (method url-fetch)
17995 (uri (cran-uri "quadprog" version))
17996 (sha256
17997 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
17998 (build-system r-build-system)
17999 (native-inputs
18000 `(("gfortran" ,gfortran)))
18001 (home-page "https://cran.r-project.org/web/packages/quadprog")
18002 (synopsis "Functions to solve quadratic programming problems")
18003 (description
18004 "This package contains routines and documentation for solving quadratic
18005 programming problems.")
18006 (license license:gpl3+)))
18007
18008 (define-public r-desolve
18009 (package
18010 (name "r-desolve")
18011 (version "1.28")
18012 (source
18013 (origin
18014 (method url-fetch)
18015 (uri (cran-uri "deSolve" version))
18016 (sha256
18017 (base32 "0jasvdzig0pzhzspmy20089az19r91xjfb9q6h8gj7c4mr6fymac"))))
18018 (properties `((upstream-name . "deSolve")))
18019 (build-system r-build-system)
18020 (native-inputs
18021 `(("gfortran" ,gfortran)))
18022 (home-page "https://desolve.r-forge.r-project.org/")
18023 (synopsis "Solvers for initial value problems of differential equations")
18024 (description "This package provides functions that solve initial value
18025 problems of a system of first-order @dfn{ordinary differential
18026 equations} (ODE), of @dfn{partial differential equations} (PDE), of
18027 @dfn{differential algebraic equations} (DAE), and of delay differential
18028 equations. The functions provide an interface to the FORTRAN functions
18029 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
18030 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
18031 C-implementation of solvers of the Runge-Kutta family with fixed or variable
18032 time steps. The package contains routines designed for solving ODEs resulting
18033 from 1-D, 2-D and 3-D partial differential equations that have been converted
18034 to ODEs by numerical differencing.")
18035 (license license:gpl2+)))
18036
18037 (define-public r-pracma
18038 (package
18039 (name "r-pracma")
18040 (version "2.3.3")
18041 (source (origin
18042 (method url-fetch)
18043 (uri (cran-uri "pracma" version))
18044 (sha256
18045 (base32 "0g5r5ir5k43ba0ngnsanp108k479l2dnsjd5w6idk1d34ivqs7yg"))))
18046 (build-system r-build-system)
18047 (home-page "https://cran.r-project.org/web/packages/pracma/")
18048 (synopsis "Practical numerical math functions")
18049 (description "This package provides functions for numerical analysis and
18050 linear algebra, numerical optimization, differential equations, plus some
18051 special functions. It uses Matlab function names where appropriate to simplify
18052 porting.")
18053 (license license:gpl3+)))
18054
18055 (define-public r-subplex
18056 (package
18057 (name "r-subplex")
18058 (version "1.6")
18059 (source
18060 (origin
18061 (method url-fetch)
18062 (uri (cran-uri "subplex" version))
18063 (sha256
18064 (base32
18065 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
18066 (build-system r-build-system)
18067 (native-inputs
18068 `(("gfortran" ,gfortran)))
18069 (home-page "https://cran.r-project.org/web/packages/subplex")
18070 (synopsis "Unconstrained optimization using the subplex algorithm")
18071 (description
18072 "This package implements the Subplex optimization algorithm.
18073 It solves unconstrained optimization problems using a simplex method on
18074 subspaces. The method is well suited for optimizing objective functions that
18075 are noisy or are discontinuous at the solution.")
18076 (license license:gpl3+)))
18077
18078 (define-public r-txtplot
18079 (package
18080 (name "r-txtplot")
18081 (version "1.0-4")
18082 (source
18083 (origin
18084 (method url-fetch)
18085 (uri (cran-uri "txtplot" version))
18086 (sha256
18087 (base32
18088 "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
18089 (build-system r-build-system)
18090 (home-page "https://cran.r-project.org/web/packages/txtplot/")
18091 (synopsis "Text-based plotting")
18092 (description "This package provides functions to produce rudimentary ASCII
18093 graphics directly in the terminal window. This package provides a basic
18094 plotting function (and equivalents of curve, density, acf and barplot) as well
18095 as a boxplot function.")
18096 (license license:lgpl3+)))
18097
18098 (define-public r-bio3d
18099 (package
18100 (name "r-bio3d")
18101 (version "2.4-1")
18102 (source
18103 (origin
18104 (method url-fetch)
18105 (uri (cran-uri "bio3d" version))
18106 (sha256
18107 (base32
18108 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
18109 (properties `((upstream-name . "bio3d")))
18110 (build-system r-build-system)
18111 (inputs `(("zlib" ,zlib)))
18112 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
18113 (home-page "http://thegrantlab.org/bio3d/")
18114 (synopsis "Biological structure analysis")
18115 (description
18116 "This package provides utilities to process, organize and explore protein
18117 structure, sequence and dynamics data. Features include the ability to read
18118 and write structure, sequence and dynamic trajectory data, perform sequence
18119 and structure database searches, data summaries, atom selection, alignment,
18120 superposition, rigid core identification, clustering, torsion analysis,
18121 distance matrix analysis, structure and sequence conservation analysis, normal
18122 mode analysis, principal component analysis of heterogeneous structure data,
18123 and correlation network analysis from normal mode and molecular dynamics data.
18124 In addition, various utility functions are provided to enable the statistical
18125 and graphical power of the R environment to work with biological sequence and
18126 structural data.")
18127 (license license:gpl2+)))
18128
18129 (define-public r-bios2cor
18130 (package
18131 (name "r-bios2cor")
18132 (version "2.2")
18133 (source
18134 (origin
18135 (method url-fetch)
18136 (uri (cran-uri "Bios2cor" version))
18137 (sha256
18138 (base32
18139 "1wkj9vr33m9jilidil9jpw5rzr3pf7gkimxdvch22ks4bgkx7l1w"))))
18140 (properties `((upstream-name . "Bios2cor")))
18141 (build-system r-build-system)
18142 (propagated-inputs
18143 `(("r-bigmemory" ,r-bigmemory)
18144 ("r-bio3d" ,r-bio3d)
18145 ("r-circular" ,r-circular)
18146 ("r-igraph" ,r-igraph)))
18147 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
18148 (synopsis "From biological sequences and simulations to correlation analysis")
18149 (description
18150 "This package provides utilities for computation and analysis of
18151 correlation/covariation in multiple sequence alignments and in side chain
18152 motions during molecular dynamics simulations. Features include the
18153 computation of correlation/covariation scores using a variety of scoring
18154 functions between either sequence positions in alignments or side chain
18155 dihedral angles in molecular dynamics simulations and utilities to analyze the
18156 correlation/covariation matrix through a variety of tools including network
18157 representation and principal components analysis. In addition, several
18158 utility functions are based on the R graphical environment to provide friendly
18159 tools for help in data interpretation.")
18160 (license license:gpl2+)))
18161
18162 ;; This package includes minified JavaScript files. When upgrading please
18163 ;; check that there are no new minified JavaScript files.
18164 (define-public r-networkd3
18165 (package
18166 (name "r-networkd3")
18167 (version "0.4")
18168 (source
18169 (origin
18170 (method url-fetch)
18171 (uri (cran-uri "networkD3" version))
18172 (sha256
18173 (base32
18174 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
18175 (snippet
18176 '(begin
18177 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
18178 #t))))
18179 (properties `((upstream-name . "networkD3")))
18180 (build-system r-build-system)
18181 (arguments
18182 `(#:modules ((guix build utils)
18183 (guix build r-build-system)
18184 (srfi srfi-1)
18185 (ice-9 popen))
18186 #:phases
18187 (modify-phases %standard-phases
18188 (add-after 'unpack 'process-javascript
18189 (lambda* (#:key inputs #:allow-other-keys)
18190 (with-directory-excursion "inst/htmlwidgets/lib/"
18191 (call-with-values
18192 (lambda ()
18193 (unzip2
18194 `((,(assoc-ref inputs "d3.v4.js")
18195 "d3-4.5.0/d3.min.js"))))
18196 (lambda (sources targets)
18197 (for-each (lambda (source target)
18198 (format #t "Processing ~a --> ~a~%"
18199 source target)
18200 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
18201 (call-with-output-file target
18202 (lambda (port)
18203 (dump-port minified port)))))
18204 sources targets))))
18205 #t)))))
18206 (native-inputs
18207 `(("uglify-js" ,uglify-js)
18208 ;; NOTE: Make sure that this version of d3 is still valid when
18209 ;; upgrading the package.
18210 ("d3.v4.js"
18211 ,(origin
18212 (method url-fetch)
18213 (uri "https://d3js.org/d3.v4.js")
18214 (sha256
18215 (base32
18216 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
18217 (propagated-inputs
18218 `(("r-htmlwidgets" ,r-htmlwidgets)
18219 ("r-igraph" ,r-igraph)
18220 ("r-magrittr" ,r-magrittr)))
18221 (home-page "https://cran.r-project.org/package=networkD3")
18222 (synopsis "D3 JavaScript network graphs from R")
18223 (description
18224 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
18225 graphs from R.")
18226 (license license:gpl3+)))
18227
18228 (define-public r-aasea
18229 (package
18230 (name "r-aasea")
18231 (version "1.1.0")
18232 (source
18233 (origin
18234 (method url-fetch)
18235 (uri (cran-uri "aaSEA" version))
18236 (sha256
18237 (base32
18238 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
18239 (properties `((upstream-name . "aaSEA")))
18240 (build-system r-build-system)
18241 (propagated-inputs
18242 `(("r-bios2cor" ,r-bios2cor)
18243 ("r-dt" ,r-dt)
18244 ("r-hmisc" ,r-hmisc)
18245 ("r-magrittr" ,r-magrittr)
18246 ("r-networkd3" ,r-networkd3)
18247 ("r-plotly" ,r-plotly)
18248 ("r-seqinr" ,r-seqinr)
18249 ("r-shiny" ,r-shiny)
18250 ("r-shinydashboard" ,r-shinydashboard)))
18251 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
18252 (synopsis "Amino acid substitution effect analyzer")
18253 (description
18254 "Given a protein multiple sequence alignment, it is a daunting task to
18255 assess the effects of substitutions along sequence length. The aaSEA package
18256 is intended to help researchers to rapidly analyze property changes caused by
18257 single, multiple and correlated amino acid substitutions in proteins.")
18258 (license license:gpl3)))
18259
18260 (define-public r-abacus
18261 (package
18262 (name "r-abacus")
18263 (version "1.0.0")
18264 (source
18265 (origin
18266 (method url-fetch)
18267 (uri (cran-uri "ABACUS" version))
18268 (sha256
18269 (base32
18270 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
18271 (properties `((upstream-name . "ABACUS")))
18272 (build-system r-build-system)
18273 (propagated-inputs
18274 `(("r-ggplot2" ,r-ggplot2)
18275 ("r-shiny" ,r-shiny)))
18276 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
18277 (synopsis "Apps-based activities for communicating and understanding statistics")
18278 (description
18279 "This package provides a set of Shiny apps for effective communication
18280 and understanding in statistics. The current version includes properties of
18281 normal distribution, properties of sampling distribution, one-sample z and t
18282 tests, two samples independent (unpaired) t test and analysis of variance.")
18283 (license license:gpl3)))
18284
18285 (define-public r-abc-rap
18286 (package
18287 (name "r-abc-rap")
18288 (version "0.9.0")
18289 (source
18290 (origin
18291 (method url-fetch)
18292 (uri (cran-uri "ABC.RAP" version))
18293 (sha256
18294 (base32
18295 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
18296 (properties `((upstream-name . "ABC.RAP")))
18297 (build-system r-build-system)
18298 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
18299 (synopsis "Array-based CpG region analysis pipeline")
18300 (description
18301 "This package aims to identify candidate genes that are differentially
18302 methylated between cases and controls. It applies Student's t-test and delta
18303 beta analysis to identify candidate genes containing multiple CpG sites.")
18304 (license license:gpl3)))
18305
18306 (define-public r-abcadm
18307 (package
18308 (name "r-abcadm")
18309 (version "1.0")
18310 (source
18311 (origin
18312 (method url-fetch)
18313 (uri (cran-uri "abcADM" version))
18314 (sha256
18315 (base32
18316 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
18317 (properties `((upstream-name . "abcADM")))
18318 (build-system r-build-system)
18319 (propagated-inputs
18320 `(("r-bh" ,r-bh)
18321 ("r-rcpp" ,r-rcpp)))
18322 (home-page "https://cran.r-project.org/web/packages/abcADM/")
18323 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
18324 (description
18325 "This package provides tools to estimate parameters of accumulated
18326 damage (load duration) models based on failure time data under a Bayesian
18327 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
18328 long-term reliability under stochastic load profiles.")
18329 (license license:gpl3)))
18330
18331 (define-public r-rglpk
18332 (package
18333 (name "r-rglpk")
18334 (version "0.6-4")
18335 (source
18336 (origin
18337 (method url-fetch)
18338 (uri (cran-uri "Rglpk" version))
18339 (sha256
18340 (base32
18341 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
18342 (properties `((upstream-name . "Rglpk")))
18343 (build-system r-build-system)
18344 (propagated-inputs
18345 `(("r-slam" ,r-slam)))
18346 (inputs
18347 `(("glpk" ,glpk)))
18348 (home-page "https://r-forge.r-project.org/projects/rglp/")
18349 (synopsis "R interface to the GNU Linear Programming Kit")
18350 (description
18351 "This package provides an R interface to the GNU Linear Programming Kit,
18352 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
18353 integer linear programming} (MILP) and other related problems.")
18354 ;; Either license
18355 (license (list license:gpl2 license:gpl3))))
18356
18357 (define-public r-abcdefba
18358 (package
18359 (name "r-abcdefba")
18360 (version "0.4")
18361 (source
18362 (origin
18363 (method url-fetch)
18364 (uri (cran-uri "abcdeFBA" version))
18365 (sha256
18366 (base32
18367 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
18368 (properties `((upstream-name . "abcdeFBA")))
18369 (build-system r-build-system)
18370 (propagated-inputs
18371 `(("r-corrplot" ,r-corrplot)
18372 ("r-lattice" ,r-lattice)
18373 ("r-rgl" ,r-rgl)
18374 ("r-rglpk" ,r-rglpk)))
18375 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
18376 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
18377 (description
18378 "This package provides functions for Constraint Based Simulation using
18379 Flux Balance Analysis and informative analysis of the data generated during
18380 simulation.")
18381 (license license:gpl2)))
18382
18383 (define-public r-abcrlda
18384 (package
18385 (name "r-abcrlda")
18386 (version "1.0.3")
18387 (source
18388 (origin
18389 (method url-fetch)
18390 (uri (cran-uri "abcrlda" version))
18391 (sha256
18392 (base32
18393 "04pcdnk2szfpc2ylcw5ds7y895ivy03bycal03kxw7cwylzxasks"))))
18394 (properties `((upstream-name . "abcrlda")))
18395 (build-system r-build-system)
18396 (home-page "https://ieeexplore.ieee.org/document/8720003/")
18397 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
18398 (description
18399 "This package offers methods to perform @dfn{asymptotically
18400 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
18401 cost-sensitive binary classification. The bias-correction is an estimate of
18402 the bias term added to regularized discriminant analysis that minimizes the
18403 overall risk.")
18404 (license license:gpl3)))
18405
18406 (define-public r-abemus
18407 (package
18408 (name "r-abemus")
18409 (version "1.0.1")
18410 (source
18411 (origin
18412 (method url-fetch)
18413 (uri (cran-uri "abemus" version))
18414 (sha256
18415 (base32
18416 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
18417 (properties `((upstream-name . "abemus")))
18418 (build-system r-build-system)
18419 (propagated-inputs
18420 `(("r-data-table" ,r-data-table)))
18421 (home-page "https://cran.r-project.org/web/packages/abemus/")
18422 (synopsis "Adaptive base error model in ultra-deep sequencing data")
18423 (description
18424 "This package provides an implementation of @dfn{Adaptive Base Error
18425 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
18426 platform-specific genetic knowledge and empirical signal to readily detect and
18427 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
18428 cell free DNA} (cfDNA).")
18429 (license license:gpl3)))
18430
18431 ;; This package includes minified JavaScript files. When upgrading please
18432 ;; check that there are no new minified JavaScript files.
18433 (define-public r-rintrojs
18434 (package
18435 (name "r-rintrojs")
18436 (version "0.2.2")
18437 (source
18438 (origin
18439 (method url-fetch)
18440 (uri (cran-uri "rintrojs" version))
18441 (sha256
18442 (base32
18443 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
18444 (properties `((upstream-name . "rintrojs")))
18445 (build-system r-build-system)
18446 (arguments
18447 `(#:modules ((guix build utils)
18448 (guix build r-build-system)
18449 (srfi srfi-1)
18450 (ice-9 popen))
18451 #:phases
18452 (modify-phases %standard-phases
18453 (add-after 'unpack 'process-javascript
18454 (lambda* (#:key inputs #:allow-other-keys)
18455 (with-directory-excursion "inst/javascript/introjs/"
18456 (call-with-values
18457 (lambda ()
18458 (unzip2
18459 `((,(assoc-ref inputs "intro.js")
18460 "intro.min.js"))))
18461 (lambda (sources targets)
18462 (for-each (lambda (source target)
18463 (format #t "Processing ~a --> ~a~%"
18464 source target)
18465 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
18466 (call-with-output-file target
18467 (lambda (port)
18468 (dump-port minified port)))))
18469 sources targets))))
18470 #t)))))
18471 (native-inputs
18472 `(("uglify-js" ,uglify-js)
18473 ("intro.js"
18474 ,(origin
18475 (method url-fetch)
18476 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
18477 (sha256
18478 (base32
18479 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
18480 (propagated-inputs
18481 `(("r-jsonlite" ,r-jsonlite)
18482 ("r-shiny" ,r-shiny)))
18483 (home-page "https://github.com/carlganz/rintrojs")
18484 (synopsis "Wrapper for the Intro.js library")
18485 (description
18486 "This package provides a wrapper for the @url{http://www.introjs.com,
18487 Intro.js} library. This package makes it easy to include step-by-step
18488 introductions, and clickable hints in a Shiny application. It supports both
18489 static introductions in the UI, and programmatic introductions from the
18490 server-side.")
18491 (license license:agpl3+)))
18492
18493 (define-public r-sysfonts
18494 (package
18495 (name "r-sysfonts")
18496 (version "0.8.3")
18497 (source
18498 (origin
18499 (method url-fetch)
18500 (uri (cran-uri "sysfonts" version))
18501 (sha256
18502 (base32
18503 "00kbazxw6zd1kakfshffdj928krca53bw9k78k0zar40mbqxiwd5"))))
18504 (properties `((upstream-name . "sysfonts")))
18505 (build-system r-build-system)
18506 (inputs
18507 `(("freetype" ,freetype)
18508 ("libpng" ,libpng)
18509 ("zlib" ,zlib)))
18510 (native-inputs
18511 `(("pkg-config" ,pkg-config)))
18512 (home-page "https://github.com/yixuan/sysfonts")
18513 (synopsis "Loading fonts into R")
18514 (description
18515 "This is a package to simplify loading of system fonts and Google Fonts
18516 into R, in order to support other packages.")
18517 (license license:gpl2)))
18518
18519 (define-public r-showtextdb
18520 (package
18521 (name "r-showtextdb")
18522 (version "3.0")
18523 (source
18524 (origin
18525 (method url-fetch)
18526 (uri (cran-uri "showtextdb" version))
18527 (sha256
18528 (base32
18529 "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
18530 (properties `((upstream-name . "showtextdb")))
18531 (build-system r-build-system)
18532 (propagated-inputs
18533 `(("r-sysfonts" ,r-sysfonts)))
18534 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
18535 (synopsis "Font files for the 'showtext' package")
18536 (description
18537 "This package provides font files that can be used by the @code{showtext}
18538 package.")
18539 (license license:asl2.0)))
18540
18541 (define-public r-showtext
18542 (package
18543 (name "r-showtext")
18544 (version "0.9-2")
18545 (source
18546 (origin
18547 (method url-fetch)
18548 (uri (cran-uri "showtext" version))
18549 (sha256
18550 (base32
18551 "0y5mw6ffk92r7b22irrfhdmj4hxfl0d1wjxj14hznbapc4qm6f0z"))))
18552 (properties `((upstream-name . "showtext")))
18553 (build-system r-build-system)
18554 (inputs
18555 `(("freetype" ,freetype)
18556 ("libpng" ,libpng)
18557 ("zlib" ,zlib)))
18558 (propagated-inputs
18559 `(("r-showtextdb" ,r-showtextdb)
18560 ("r-sysfonts" ,r-sysfonts)))
18561 (native-inputs
18562 `(("pkg-config" ,pkg-config)
18563 ("r-knitr" ,r-knitr)))
18564 (home-page "https://github.com/yixuan/showtext")
18565 (synopsis "Using fonts more easily in R graphs")
18566 (description
18567 "This package aims to make it easy to use various types of
18568 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
18569 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
18570 will be converted into polygons or raster images, hence after the plot has
18571 been created, it no longer relies on the font files. No external software
18572 such as Ghostscript is needed to use this package.")
18573 (license license:asl2.0)))
18574
18575 (define-public r-emojifont
18576 (package
18577 (name "r-emojifont")
18578 (version "0.5.3")
18579 (source
18580 (origin
18581 (method url-fetch)
18582 (uri (cran-uri "emojifont" version))
18583 (sha256
18584 (base32
18585 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
18586 (properties `((upstream-name . "emojifont")))
18587 (build-system r-build-system)
18588 (propagated-inputs
18589 `(("r-ggplot2" ,r-ggplot2)
18590 ("r-proto" ,r-proto)
18591 ("r-showtext" ,r-showtext)
18592 ("r-sysfonts" ,r-sysfonts)))
18593 (home-page "https://guangchuangyu.github.io/emojifont")
18594 (synopsis "Emoji and Font Awesome in R graphics")
18595 (description
18596 "This package enables the use of emoji and the Font Awesome glyphs in
18597 both base and ggplot2 graphics.")
18598 (license license:artistic2.0)))
18599
18600 (define-public r-abstractr
18601 (package
18602 (name "r-abstractr")
18603 (version "0.1.0")
18604 (source
18605 (origin
18606 (method url-fetch)
18607 (uri (cran-uri "abstractr" version))
18608 (sha256
18609 (base32
18610 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
18611 (properties `((upstream-name . "abstractr")))
18612 (build-system r-build-system)
18613 (propagated-inputs
18614 `(("r-colourpicker" ,r-colourpicker)
18615 ("r-emojifont" ,r-emojifont)
18616 ("r-ggplot2" ,r-ggplot2)
18617 ("r-gridextra" ,r-gridextra)
18618 ("r-rintrojs" ,r-rintrojs)
18619 ("r-shiny" ,r-shiny)
18620 ("r-shinythemes" ,r-shinythemes)))
18621 (home-page "https://matt-kumar.shinyapps.io/portfolio")
18622 (synopsis "R-Shiny application for creating visual abstracts")
18623 (description
18624 "This package provides an R Shiny application to create visual abstracts
18625 for original research. A variety of user defined options and formatting are
18626 included.")
18627 (license license:gpl3)))
18628
18629 (define-public r-qgam
18630 (package
18631 (name "r-qgam")
18632 (version "1.3.2")
18633 (source
18634 (origin
18635 (method url-fetch)
18636 (uri (cran-uri "qgam" version))
18637 (sha256
18638 (base32
18639 "0lks2cj0p7irp1i01756v1l7i26d7alax1fbkc20qd6wpz840fi7"))))
18640 (properties `((upstream-name . "qgam")))
18641 (build-system r-build-system)
18642 (propagated-inputs
18643 `(("r-doparallel" ,r-doparallel)
18644 ("r-mgcv" ,r-mgcv)
18645 ("r-plyr" ,r-plyr)
18646 ("r-shiny" ,r-shiny)))
18647 (native-inputs `(("r-knitr" ,r-knitr)))
18648 (home-page "https://cran.r-project.org/web/packages/qgam/")
18649 (synopsis "Smooth additive quantile regression models")
18650 (description
18651 "This package provides smooth additive quantile regression models, fitted
18652 using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
18653 the smoothing parameters are estimated automatically by marginal loss
18654 minimization, while the regression coefficients are estimated using either
18655 PIRLS or Newton algorithm. The learning rate is determined so that the
18656 Bayesian credible intervals of the estimated effects have approximately the
18657 correct coverage. The main function is @code{qgam()} which is similar to
18658 @code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
18659 regression models.")
18660 (license license:gpl2+)))
18661
18662 (define-public r-abtest
18663 (package
18664 (name "r-abtest")
18665 (version "0.2.2")
18666 (source
18667 (origin
18668 (method url-fetch)
18669 (uri (cran-uri "abtest" version))
18670 (sha256
18671 (base32
18672 "1ak0m4jd1grriwg4pn3aqf1468qma6rjn5kqjh8izx7zl29jd07v"))))
18673 (properties `((upstream-name . "abtest")))
18674 (build-system r-build-system)
18675 (propagated-inputs
18676 `(("r-matrix" ,r-matrix)
18677 ("r-mvtnorm" ,r-mvtnorm)
18678 ("r-plotrix" ,r-plotrix)
18679 ("r-qgam" ,r-qgam)
18680 ("r-rcolorbrewer" ,r-rcolorbrewer)
18681 ("r-rcpp" ,r-rcpp)
18682 ("r-sn" ,r-sn)
18683 ("r-truncnorm" ,r-truncnorm)))
18684 (home-page "https://cran.r-project.org/web/packages/abtest/")
18685 (synopsis "Bayesian A/B testing")
18686 (description
18687 "This package provides functions for Bayesian A/B testing including prior
18688 elicitation options based on Kass and Vaidyanathan (1992)
18689 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
18690 (license license:gpl2+)))
18691
18692 (define-public r-accept
18693 (package
18694 (name "r-accept")
18695 (version "0.7.1")
18696 (source
18697 (origin
18698 (method url-fetch)
18699 (uri (cran-uri "accept" version))
18700 (sha256
18701 (base32
18702 "0pn8q0jsi0nb2mm2kv6sjczflflshhy55y7nqqnk70yx9f6wm83y"))))
18703 (properties `((upstream-name . "accept")))
18704 (build-system r-build-system)
18705 (propagated-inputs
18706 `(("r-dplyr" ,r-dplyr)
18707 ("r-extrafont" ,r-extrafont)
18708 ("r-mass" ,r-mass)
18709 ("r-plotly" ,r-plotly)
18710 ("r-stringr" ,r-stringr)
18711 ("r-viridis" ,r-viridis)))
18712 (home-page "https://cran.r-project.org/web/packages/accept/")
18713 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
18714 (description
18715 "This package allows clinicians to predict the rate and severity of
18716 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
18717 Disease} (COPD) patients, based on the clinical prediction model published in
18718 Adibi et al. (2019) @url{doi:10.1101/651901}.")
18719 (license license:gpl3)))
18720
18721 (define-public r-smpracticals
18722 (package
18723 (name "r-smpracticals")
18724 (version "1.4-3")
18725 (source
18726 (origin
18727 (method url-fetch)
18728 (uri (cran-uri "SMPracticals" version))
18729 (sha256
18730 (base32
18731 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
18732 (properties `((upstream-name . "SMPracticals")))
18733 (build-system r-build-system)
18734 (propagated-inputs
18735 `(("r-ellipse" ,r-ellipse)
18736 ("r-mass" ,r-mass)
18737 ("r-nlme" ,r-nlme)
18738 ("r-survival" ,r-survival)))
18739 (home-page "http://statwww.epfl.ch/davison/SM/")
18740 (synopsis "Practicals for use with Davison (2003) Statistical Models")
18741 (description
18742 "This package contains the datasets and a few functions for use with the
18743 practicals outlined in Appendix A of the book Statistical Models (Davison,
18744 2003, Cambridge University Press). The practicals themselves can be found at
18745 @url{http://statwww.epfl.ch/davison/SM/}.")
18746 (license license:gpl2+)))
18747
18748 (define-public r-fgui
18749 (package
18750 (name "r-fgui")
18751 (version "1.0-8")
18752 (source
18753 (origin
18754 (method url-fetch)
18755 (uri (cran-uri "fgui" version))
18756 (sha256
18757 (base32
18758 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
18759 (properties `((upstream-name . "fgui")))
18760 (build-system r-build-system)
18761 (home-page
18762 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
18763 (synopsis "Create GUI for R functions")
18764 (description
18765 "Rapidly create a GUI for a function you created by automatically
18766 creating widgets for arguments of the function. This package automatically
18767 parses help routines for context-sensitive help to these arguments. The
18768 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
18769 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
18770 incorporated into the interface for greater customization for the more
18771 experienced.")
18772 ;; Any version of the GPL.
18773 (license (list license:gpl2+ license:gpl3+))))
18774
18775 (define-public r-tcltk2
18776 (package
18777 (name "r-tcltk2")
18778 (version "1.2-11")
18779 (source
18780 (origin
18781 (method url-fetch)
18782 (uri (cran-uri "tcltk2" version))
18783 (sha256
18784 (base32
18785 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
18786 (properties `((upstream-name . "tcltk2")))
18787 (build-system r-build-system)
18788 (inputs
18789 `(("tcl" ,tcl)
18790 ("tk" ,tk)))
18791 (home-page "https://www.sciviews.org/SciViews-R")
18792 (synopsis "Tcl/Tk additions")
18793 (description
18794 "This package provides a series of additional Tcl commands and Tk widgets
18795 with style and various functions to supplement the tcltk package")
18796 (license license:lgpl3)))
18797
18798 (define-public r-accrual
18799 (package
18800 (name "r-accrual")
18801 (version "1.3")
18802 (source
18803 (origin
18804 (method url-fetch)
18805 (uri (cran-uri "accrual" version))
18806 (sha256
18807 (base32
18808 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
18809 (properties `((upstream-name . "accrual")))
18810 (build-system r-build-system)
18811 (propagated-inputs
18812 `(("r-fgui" ,r-fgui)
18813 ("r-smpracticals" ,r-smpracticals)
18814 ("r-tcltk2" ,r-tcltk2)))
18815 (home-page "https://cran.r-project.org/web/packages/accrual/")
18816 (synopsis "Bayesian accrual prediction")
18817 (description
18818 "Subject recruitment for medical research is challenging. Slow patient
18819 accrual leads to delay in research. Accrual monitoring during the process of
18820 recruitment is critical. Researchers need reliable tools to manage the
18821 accrual rate. This package provides an implementation of a Bayesian method
18822 that integrates researcher's experience on previous trials and data from the
18823 current study, providing reliable prediction on accrual rate for clinical
18824 studies. It provides functions for Bayesian accrual prediction which can be
18825 easily used by statisticians and clinical researchers.")
18826 (license license:gpl2)))
18827
18828 (define-public r-accrued
18829 (package
18830 (name "r-accrued")
18831 (version "1.4.1")
18832 (source
18833 (origin
18834 (method url-fetch)
18835 (uri (cran-uri "accrued" version))
18836 (sha256
18837 (base32
18838 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
18839 (properties `((upstream-name . "accrued")))
18840 (build-system r-build-system)
18841 (home-page "https://cran.r-project.org/web/packages/accrued/")
18842 (synopsis "Data quality visualization tools for partially accruing data")
18843 (description
18844 "This is a package for visualizing data quality of partially accruing
18845 data.")
18846 (license license:gpl3)))
18847
18848 (define-public r-mda
18849 (package
18850 (name "r-mda")
18851 (version "0.5-2")
18852 (source
18853 (origin
18854 (method url-fetch)
18855 (uri (cran-uri "mda" version))
18856 (sha256
18857 (base32
18858 "1hq0zhhz9klmp4zcr1w8hyn7s1h9kfg57d2l2mfm7psx459j0krl"))))
18859 (properties `((upstream-name . "mda")))
18860 (build-system r-build-system)
18861 (propagated-inputs `(("r-class" ,r-class)))
18862 (native-inputs `(("gfortran" ,gfortran)))
18863 (home-page "https://cran.r-project.org/web/packages/mda/")
18864 (synopsis "Mixture and flexible discriminant analysis")
18865 (description
18866 "This is a package for mixture and flexible discriminant analysis,
18867 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
18868 (license license:gpl2)))
18869
18870 (define-public r-elasticnet
18871 (package
18872 (name "r-elasticnet")
18873 (version "1.3")
18874 (source
18875 (origin
18876 (method url-fetch)
18877 (uri (cran-uri "elasticnet" version))
18878 (sha256
18879 (base32
18880 "0nxcw06d0cp2mbqzg2fm9yys5xm6xx7bfcfvr0avcs8afkvz29j8"))))
18881 (properties `((upstream-name . "elasticnet")))
18882 (build-system r-build-system)
18883 (propagated-inputs
18884 `(("r-lars" ,r-lars)))
18885 (home-page "http://users.stat.umn.edu/~zouxx019/")
18886 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
18887 (description
18888 "This package provides functions for fitting the entire solution path of
18889 the Elastic-Net and also provides functions for estimating sparse Principal
18890 Components. The Lasso solution paths can be computed by the same function.")
18891 (license license:gpl2+)))
18892
18893 (define-public r-sparselda
18894 (package
18895 (name "r-sparselda")
18896 (version "0.1-9")
18897 (source
18898 (origin
18899 (method url-fetch)
18900 (uri (cran-uri "sparseLDA" version))
18901 (sha256
18902 (base32
18903 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
18904 (properties `((upstream-name . "sparseLDA")))
18905 (build-system r-build-system)
18906 (propagated-inputs
18907 `(("r-elasticnet" ,r-elasticnet)
18908 ("r-mass" ,r-mass)
18909 ("r-mda" ,r-mda)))
18910 (home-page "https://www.imm.dtu.dk/~lkhc/")
18911 (synopsis "Sparse discriminant analysis")
18912 (description
18913 "This package performs sparse linear discriminant analysis for Gaussians
18914 and mixture of Gaussian models.")
18915 (license license:gpl2+)))
18916
18917 (define-public r-accsda
18918 (package
18919 (name "r-accsda")
18920 (version "1.0.0")
18921 (source
18922 (origin
18923 (method url-fetch)
18924 (uri (cran-uri "accSDA" version))
18925 (sha256
18926 (base32
18927 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
18928 (properties `((upstream-name . "accSDA")))
18929 (build-system r-build-system)
18930 (propagated-inputs
18931 `(("r-ggplot2" ,r-ggplot2)
18932 ("r-ggthemes" ,r-ggthemes)
18933 ("r-gridextra" ,r-gridextra)
18934 ("r-mass" ,r-mass)
18935 ("r-rarpack" ,r-rarpack)
18936 ("r-sparselda" ,r-sparselda)))
18937 (home-page "https://github.com/gumeo/accSDA/wiki")
18938 (synopsis "Accelerated sparse discriminant analysis")
18939 (description
18940 "This package provides an implementation of sparse linear discriminant
18941 analysis, which is a supervised classification method for multiple classes.
18942 Various novel optimization approaches to this problem are implemented
18943 including @dfn{alternating direction method of multipliers} (ADMM),
18944 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
18945 Functions for performing cross validation are also supplied along with basic
18946 prediction and plotting functions. @dfn{Sparse zero variance
18947 discriminant} (SZVD) analysis is also included in the package.")
18948 (license license:gpl2+)))
18949
18950 (define-public r-ace2fastq
18951 (package
18952 (name "r-ace2fastq")
18953 (version "0.6.0")
18954 (source
18955 (origin
18956 (method url-fetch)
18957 (uri (cran-uri "ace2fastq" version))
18958 (sha256
18959 (base32
18960 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
18961 (properties `((upstream-name . "ace2fastq")))
18962 (build-system r-build-system)
18963 (propagated-inputs
18964 `(("r-stringr" ,r-stringr)))
18965 (home-page "https://github.com/c5sire/ace2fastq")
18966 (synopsis "ACE file to FASTQ converter")
18967 (description
18968 "The ACE file format is used in genomics to store contigs from sequencing
18969 machines. This tools converts it into FASTQ format. Both formats contain the
18970 sequence characters and their corresponding quality information. Unlike the
18971 FASTQ file, the ACE file stores the quality values numerically. The
18972 conversion algorithm uses the standard Sanger formula. The package
18973 facilitates insertion into pipelines, and content inspection.")
18974 (license license:gpl3)))
18975
18976 (define-public r-rngwell
18977 (package
18978 (name "r-rngwell")
18979 (version "0.10-6")
18980 (source
18981 (origin
18982 (method url-fetch)
18983 (uri (cran-uri "rngWELL" version))
18984 (sha256
18985 (base32
18986 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
18987 (properties `((upstream-name . "rngWELL")))
18988 (build-system r-build-system)
18989 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
18990 (synopsis "Toolbox for WELL random number generators")
18991 (description
18992 "This is a dedicated package to WELL pseudo random generators, which were
18993 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
18994 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
18995 (license license:bsd-3)))
18996
18997 (define-public r-randtoolbox
18998 (package
18999 (name "r-randtoolbox")
19000 (version "1.30.1")
19001 (source
19002 (origin
19003 (method url-fetch)
19004 (uri (cran-uri "randtoolbox" version))
19005 (sha256
19006 (base32
19007 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
19008 (properties `((upstream-name . "randtoolbox")))
19009 (build-system r-build-system)
19010 (propagated-inputs
19011 `(("r-rngwell" ,r-rngwell)))
19012 (native-inputs
19013 `(("gfortran" ,gfortran)))
19014 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
19015 (synopsis "Toolbox for pseudo and quasi random number generation")
19016 (description
19017 "This package provides
19018
19019 @enumerate
19020 @item pseudo random generators, such as general linear
19021 congruential generators, multiple recursive generators and generalized
19022 feedback shift register (SF-Mersenne Twister algorithm and WELL
19023 generators)
19024
19025 @item quasi random generators, such as the Torus algorithm, the Sobol
19026 sequence, the Halton sequence (including the Van der Corput sequence), and
19027
19028 @item some generator tests: the gap test, the serial test, the poker test.
19029 @end enumerate
19030
19031 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
19032 (license license:bsd-3)))
19033
19034 (define-public r-lhs
19035 (package
19036 (name "r-lhs")
19037 (version "1.1.1")
19038 (source
19039 (origin
19040 (method url-fetch)
19041 (uri (cran-uri "lhs" version))
19042 (sha256
19043 (base32
19044 "1p4h03qlijs2a59wfd4rlvdlb9i87pw2zm8xsjd6yzz8vlm9yglh"))))
19045 (properties `((upstream-name . "lhs")))
19046 (build-system r-build-system)
19047 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
19048 (native-inputs
19049 `(("r-knitr" ,r-knitr)))
19050 (home-page "https://github.com/bertcarnell/lhs")
19051 (synopsis "Latin Hypercube Samples")
19052 (description
19053 "This package provides a number of methods for creating and augmenting
19054 Latin Hypercube Samples.")
19055 (license license:gpl3)))
19056
19057 (define-public r-acebayes
19058 (package
19059 (name "r-acebayes")
19060 (version "1.10")
19061 (source
19062 (origin
19063 (method url-fetch)
19064 (uri (cran-uri "acebayes" version))
19065 (sha256
19066 (base32
19067 "11bffz430gdfdaxjx3simig66vhynmx6l1ylac4q2shcmj52nx73"))))
19068 (properties `((upstream-name . "acebayes")))
19069 (build-system r-build-system)
19070 (propagated-inputs
19071 `(("r-compare" ,r-compare)
19072 ("r-lhs" ,r-lhs)
19073 ("r-randtoolbox" ,r-randtoolbox)
19074 ("r-rcpp" ,r-rcpp)
19075 ("r-rcpparmadillo" ,r-rcpparmadillo)))
19076 (home-page "https://cran.r-project.org/web/packages/acebayes/")
19077 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
19078 (description
19079 "Finding an optimal Bayesian experimental design involves maximizing an
19080 objective function given by the expectation of some appropriately chosen
19081 utility function with respect to the joint distribution of unknown
19082 quantities (including responses). This objective function is usually not
19083 available in closed form and the design space can be continuous and of high
19084 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
19085 to maximise an approximation to the expectation of the utility function.")
19086 (license license:gpl2)))
19087
19088 (define-public r-acet
19089 (package
19090 (name "r-acet")
19091 (version "1.8.1")
19092 (source
19093 (origin
19094 (method url-fetch)
19095 (uri (cran-uri "ACEt" version))
19096 (sha256
19097 (base32
19098 "0b5lfpnppyk0237phr2aybhx29nhm8ngwk2qa1y4lshrvsw97wg4"))))
19099 (properties `((upstream-name . "ACEt")))
19100 (build-system r-build-system)
19101 (propagated-inputs
19102 `(("r-bh" ,r-bh)
19103 ("r-mass" ,r-mass)
19104 ("r-rcpp" ,r-rcpp)
19105 ("r-rcpparmadillo" ,r-rcpparmadillo)))
19106 (home-page "https://cran.r-project.org/web/packages/ACEt/")
19107 (synopsis "Estimating dynamic heritability and twin model comparison")
19108 (description
19109 "This package supports twin models that are able to estimate the dynamic
19110 behaviour of the variance components in the classical twin models with respect
19111 to age using B-splines and P-splines.")
19112 (license license:gpl2+)))
19113
19114 (define-public r-acfmperiod
19115 (package
19116 (name "r-acfmperiod")
19117 (version "1.0.0")
19118 (source
19119 (origin
19120 (method url-fetch)
19121 (uri (cran-uri "acfMPeriod" version))
19122 (sha256
19123 (base32
19124 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
19125 (properties `((upstream-name . "acfMPeriod")))
19126 (build-system r-build-system)
19127 (propagated-inputs
19128 `(("r-mass" ,r-mass)))
19129 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
19130 (synopsis "Estimation of the ACF from the M-periodogram")
19131 (description
19132 "This package support non-robust and robust computations of the sample
19133 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
19134 univariate and multivariate processes. The methodology consists in reversing
19135 the diagonalization procedure involving the periodogram or the
19136 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
19137 ACOVF or the ACF as discussed in Fuller (1995)
19138 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
19139 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
19140 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
19141 (license license:gpl2+)))
19142
19143 (define-public r-gamlss-data
19144 (package
19145 (name "r-gamlss-data")
19146 (version "5.1-4")
19147 (source
19148 (origin
19149 (method url-fetch)
19150 (uri (cran-uri "gamlss.data" version))
19151 (sha256
19152 (base32
19153 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
19154 (properties `((upstream-name . "gamlss.data")))
19155 (build-system r-build-system)
19156 (home-page "http://www.gamlss.org/")
19157 (synopsis "GAMLSS data")
19158 (description
19159 "This package provides data used as examples to demonstrate GAMLSS
19160 models.")
19161 ;; Either version of the license
19162 (license (list license:gpl2 license:gpl3))))
19163
19164 (define-public r-gamlss
19165 (package
19166 (name "r-gamlss")
19167 (version "5.2-0")
19168 (source
19169 (origin
19170 (method url-fetch)
19171 (uri (cran-uri "gamlss" version))
19172 (sha256
19173 (base32
19174 "1q82md0439si0n7vqbbbdk45sjr0ad7i8mgrn3kwnr4h213pb4nk"))))
19175 (properties `((upstream-name . "gamlss")))
19176 (build-system r-build-system)
19177 (propagated-inputs
19178 `(("r-gamlss-data" ,r-gamlss-data)
19179 ("r-gamlss-dist" ,r-gamlss-dist)
19180 ("r-mass" ,r-mass)
19181 ("r-nlme" ,r-nlme)
19182 ("r-survival" ,r-survival)))
19183 (home-page "http://www.gamlss.org/")
19184 (synopsis "Generalized additive models for location scale and shape")
19185 (description
19186 "This package provides functions for fitting the generalized additive
19187 models for location scale and shape introduced by Rigby and
19188 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
19189 use a distributional regression approach where all the parameters of the
19190 conditional distribution of the response variable are modelled using
19191 explanatory variables.")
19192 ;; Either version of the license
19193 (license (list license:gpl2 license:gpl3))))
19194
19195 (define-public r-acid
19196 (package
19197 (name "r-acid")
19198 (version "1.1")
19199 (source
19200 (origin
19201 (method url-fetch)
19202 (uri (cran-uri "acid" version))
19203 (sha256
19204 (base32
19205 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
19206 (properties `((upstream-name . "acid")))
19207 (build-system r-build-system)
19208 (propagated-inputs
19209 `(("r-gamlss" ,r-gamlss)
19210 ("r-gamlss-dist" ,r-gamlss-dist)
19211 ("r-hmisc" ,r-hmisc)))
19212 (home-page "https://cran.r-project.org/web/packages/acid/")
19213 (synopsis "Analysing conditional income distributions")
19214 (description
19215 "This package provides functions for the analysis of income distributions
19216 for subgroups of the population as defined by a set of variables like age,
19217 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
19218 distribution as well as functions for moments, inequality measures, entropy
19219 measures and polarisation measures of income distributions. This package thus
19220 aides the analysis of income inequality by offering tools for the exploratory
19221 analysis of income distributions at the disaggregated level.")
19222 (license license:gpl3)))
19223
19224 (define-public r-acm4r
19225 (package
19226 (name "r-acm4r")
19227 (version "1.0")
19228 (source
19229 (origin
19230 (method url-fetch)
19231 (uri (cran-uri "acm4r" version))
19232 (sha256
19233 (base32
19234 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
19235 (properties `((upstream-name . "acm4r")))
19236 (build-system r-build-system)
19237 (propagated-inputs `(("r-mass" ,r-mass)))
19238 (home-page "https://cran.r-project.org/web/packages/acm4r/")
19239 (synopsis "Align-and-count method comparisons of RFLP data")
19240 (description
19241 "This is a package to compare sequence fragment lengths or molecular
19242 weights from pairs of lanes. The number of matching bands in the
19243 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
19244 the align-and-count method.")
19245 ;; Any version of the GPL
19246 (license (list license:gpl2+ license:gpl3+))))
19247
19248 (define-public r-filelock
19249 (package
19250 (name "r-filelock")
19251 (version "1.0.2")
19252 (source
19253 (origin
19254 (method url-fetch)
19255 (uri (cran-uri "filelock" version))
19256 (sha256
19257 (base32
19258 "00ql5fw1hidpfnm0szaavf43ahmsnvdbi8i5lr1nrcc90yaiaadc"))))
19259 (properties `((upstream-name . "filelock")))
19260 (build-system r-build-system)
19261 (home-page "https://github.com/r-lib/filelock")
19262 (synopsis "Portable file locking")
19263 (description
19264 "This library lets you place an exclusive or shared lock on a file using
19265 the appropriate system call provided by the underlying operating system.")
19266 (license license:expat)))
19267
19268 (define-public r-filematrix
19269 (package
19270 (name "r-filematrix")
19271 (version "1.3")
19272 (source
19273 (origin
19274 (method url-fetch)
19275 (uri (cran-uri "filematrix" version))
19276 (sha256
19277 (base32
19278 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
19279 (properties `((upstream-name . "filematrix")))
19280 (build-system r-build-system)
19281 ;; These inputs are needed for vignettes
19282 (native-inputs
19283 `(("r-knitr" ,r-knitr)
19284 ("r-rmarkdown" ,r-rmarkdown)
19285 ("pandoc-citeproc" ,pandoc-citeproc)))
19286 (home-page "https://github.com/andreyshabalin/filematrix")
19287 (synopsis "File-backed matrix class with convenient read and write access")
19288 (description
19289 "This package provides an interface for working with large matrices
19290 stored in files, not in computer memory. It supports multiple non-character
19291 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
19292 byte real values). Access to parts of the matrix is done by indexing, exactly
19293 as with usual R matrices. It supports very large matrices; the package has
19294 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
19295 columns, ad allows for quick addition of extra columns to a filematrix.")
19296 (license license:lgpl3)))
19297
19298 (define-public r-acmeeqtl
19299 (package
19300 (name "r-acmeeqtl")
19301 (version "1.6")
19302 (source
19303 (origin
19304 (method url-fetch)
19305 (uri (cran-uri "ACMEeqtl" version))
19306 (sha256
19307 (base32
19308 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
19309 (properties `((upstream-name . "ACMEeqtl")))
19310 (build-system r-build-system)
19311 (propagated-inputs
19312 `(("r-filematrix" ,r-filematrix)))
19313 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
19314 (synopsis "Estimation of interpretable eQTL effect sizes")
19315 (description
19316 "This package provides a non-linear model, termed ACME, that reflects a
19317 parsimonious biological model for allelic contributions of cis-acting eQTLs.
19318 With non-linear least-squares algorithm the maximum likelihood parameters can
19319 be estimated. The ACME model provides interpretable effect size estimates and
19320 p-values with well controlled Type-I error.")
19321 (license license:lgpl3)))
19322
19323 (define-public r-acmer
19324 (package
19325 (name "r-acmer")
19326 (version "1.1.0")
19327 (source
19328 (origin
19329 (method url-fetch)
19330 (uri (cran-uri "acmeR" version))
19331 (sha256
19332 (base32
19333 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
19334 (properties `((upstream-name . "acmeR")))
19335 (build-system r-build-system)
19336 (propagated-inputs `(("r-foreign" ,r-foreign)))
19337 (home-page "https://cran.r-project.org/web/packages/acmeR/")
19338 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
19339 (description
19340 "This package provides an implementation of the ACME estimator, described
19341 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
19342 Mortality at Wind Turbines. Unlike most other models, this estimator supports
19343 decreasing-hazard Weibull model for persistence; decreasing search proficiency
19344 as carcasses age; variable bleed-through at successive searches; and interval
19345 mortality estimates. The package provides, based on search data, functions
19346 for estimating the mortality inflation factor in Frequentist and Bayesian
19347 settings.")
19348 (license license:expat)))
19349
19350 (define-public r-r-huge
19351 (package
19352 (name "r-r-huge")
19353 (version "0.9.0")
19354 (source
19355 (origin
19356 (method url-fetch)
19357 (uri (cran-uri "R.huge" version))
19358 (sha256
19359 (base32
19360 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
19361 (properties `((upstream-name . "R.huge")))
19362 (build-system r-build-system)
19363 (propagated-inputs
19364 `(("r-r-methodss3" ,r-r-methodss3)
19365 ("r-r-oo" ,r-r-oo)
19366 ("r-r-utils" ,r-r-utils)))
19367 (home-page "https://github.com/HenrikBengtsson/R.huge")
19368 (synopsis "Methods for accessing huge amounts of data")
19369 (description
19370 "This is a deprecated package for accessing huge amounts of data.
19371 Cross-platform alternatives are the following packages: bigmemory (CRAN),
19372 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
19373 the @code{aroma.affymetrix} package.")
19374 (license license:lgpl2.1+)))
19375
19376 (define-public r-r-filesets
19377 (package
19378 (name "r-r-filesets")
19379 (version "2.14.0")
19380 (source
19381 (origin
19382 (method url-fetch)
19383 (uri (cran-uri "R.filesets" version))
19384 (sha256
19385 (base32
19386 "08xv8b3c81nf54viyr3w912al18483k5gfnjpg7bxbdfk70dfzbh"))))
19387 (properties `((upstream-name . "R.filesets")))
19388 (build-system r-build-system)
19389 (propagated-inputs
19390 `(("r-digest" ,r-digest)
19391 ("r-r-cache" ,r-r-cache)
19392 ("r-r-methodss3" ,r-r-methodss3)
19393 ("r-r-oo" ,r-r-oo)
19394 ("r-r-utils" ,r-r-utils)))
19395 (home-page "https://github.com/HenrikBengtsson/R.filesets")
19396 (synopsis "Easy handling of and access to files")
19397 (description
19398 "This package provides classes and methods to locate, setup, subset,
19399 navigate and iterate file sets, i.e. sets of files located in one or more
19400 directories on the file system. The API is designed such that these classes
19401 can be extended via inheritance to provide a richer API for special file
19402 formats. Moreover, a specific name format is defined such that filenames and
19403 directories can be considered to have full names which consists of a name
19404 followed by comma-separated tags. This adds additional flexibility to
19405 identify file sets and individual files.")
19406 (license license:lgpl2.1+)))
19407
19408 (define-public r-r-devices
19409 (package
19410 (name "r-r-devices")
19411 (version "2.17.0")
19412 (source
19413 (origin
19414 (method url-fetch)
19415 (uri (cran-uri "R.devices" version))
19416 (sha256
19417 (base32
19418 "1djz6vm1b7sjvx1q319dl47gbnz9kvipaxcz9i0spyp094lv3m62"))))
19419 (properties `((upstream-name . "R.devices")))
19420 (build-system r-build-system)
19421 (propagated-inputs
19422 `(("r-base64enc" ,r-base64enc)
19423 ("r-r-methodss3" ,r-r-methodss3)
19424 ("r-r-oo" ,r-r-oo)
19425 ("r-r-utils" ,r-r-utils)))
19426 (home-page "https://github.com/HenrikBengtsson/R.devices")
19427 (synopsis "Unified handling of graphics devices")
19428 (description
19429 "This package provides functions for creating plots and image files in a
19430 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
19431 Default device options as well as scales and aspect ratios are controlled in a
19432 uniform way across all device types. Switching output format requires minimal
19433 changes in code. This package is ideal for large-scale batch processing,
19434 because it will never leave open graphics devices or incomplete image files
19435 behind, even on errors or user interrupts.")
19436 (license license:lgpl2.1+)))
19437
19438 (define-public r-acnr
19439 (package
19440 (name "r-acnr")
19441 (version "1.0.0")
19442 (source
19443 (origin
19444 (method url-fetch)
19445 (uri (cran-uri "acnr" version))
19446 (sha256
19447 (base32
19448 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
19449 (properties `((upstream-name . "acnr")))
19450 (build-system r-build-system)
19451 (home-page "https://github.com/mpierrejean/acnr")
19452 (synopsis "Annotated copy-number regions")
19453 (description
19454 "This package provides SNP array data from different types of copy-number
19455 regions. These regions were identified manually by the authors of the package
19456 and may be used to generate realistic data sets with known truth.")
19457 (license license:lgpl2.1+)))
19458
19459 (define-public r-acopula
19460 (package
19461 (name "r-acopula")
19462 (version "0.9.3")
19463 (source
19464 (origin
19465 (method url-fetch)
19466 (uri (cran-uri "acopula" version))
19467 (sha256
19468 (base32
19469 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
19470 (properties `((upstream-name . "acopula")))
19471 (build-system r-build-system)
19472 (home-page "https://cran.r-project.org/web/packages/acopula/")
19473 (synopsis "Modelling dependence with multivariate Archimax copulas")
19474 (description
19475 "Archimax copulas are a mixture of Archimedean and EV copulas. This
19476 package provides definitions of several parametric families of generator and
19477 dependence function, computes CDF and PDF, estimates parameters, tests for
19478 goodness of fit, generates random sample and checks copula properties for
19479 custom constructs. In the 2-dimensional case explicit formulas for density
19480 are used, contrary to higher dimensions when all derivatives are linearly
19481 approximated. Several non-archimax families (normal, FGM, Plackett) are
19482 provided as well.")
19483 (license license:gpl2)))
19484
19485 (define-public r-tuner
19486 (package
19487 (name "r-tuner")
19488 (version "1.3.3")
19489 (source
19490 (origin
19491 (method url-fetch)
19492 (uri (cran-uri "tuneR" version))
19493 (sha256
19494 (base32
19495 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
19496 (properties `((upstream-name . "tuneR")))
19497 (build-system r-build-system)
19498 (propagated-inputs `(("r-signal" ,r-signal)))
19499 (home-page "https://cran.r-project.org/web/packages/tuneR/")
19500 (synopsis "Analysis of music and speech")
19501 (description
19502 "This is a package for the analysis of music and speech. Analyze music
19503 and speech, extract features like MFCCs, handle wave files and their
19504 representation in various ways, read MP3, read MIDI, perform steps of a
19505 transcription, ...")
19506 ;; Either of these versions.
19507 (license (list license:gpl2 license:gpl3))))
19508
19509 (define-public r-seewave
19510 (package
19511 (name "r-seewave")
19512 (version "2.1.6")
19513 (source
19514 (origin
19515 (method url-fetch)
19516 (uri (cran-uri "seewave" version))
19517 (sha256
19518 (base32
19519 "123h3q0gps0vy9sikr7gjphnv9m3l4h4mykiydjllmrpaw1s1844"))))
19520 (properties `((upstream-name . "seewave")))
19521 (build-system r-build-system)
19522 (inputs
19523 `(("libsndfile" ,libsndfile)))
19524 (propagated-inputs
19525 `(("r-tuner" ,r-tuner)))
19526 (home-page "http://rug.mnhn.fr/seewave")
19527 (synopsis "Sound analysis and synthesis")
19528 (description
19529 "This package provides functions for analysing, manipulating, displaying,
19530 editing and synthesizing time waves (particularly sound). This package
19531 processes time analysis (oscillograms and envelopes), spectral content,
19532 resonance quality factor, entropy, cross correlation and autocorrelation,
19533 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
19534 and 3D spectrograms and many other analyses.")
19535 (license license:gpl2+)))
19536
19537 (define-public r-acousticndlcoder
19538 (package
19539 (name "r-acousticndlcoder")
19540 (version "1.0.2")
19541 (source
19542 (origin
19543 (method url-fetch)
19544 (uri (cran-uri "AcousticNDLCodeR" version))
19545 (sha256
19546 (base32
19547 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
19548 (properties
19549 `((upstream-name . "AcousticNDLCodeR")))
19550 (build-system r-build-system)
19551 (propagated-inputs
19552 `(("r-seewave" ,r-seewave)
19553 ("r-tuner" ,r-tuner)
19554 ("r-zoo" ,r-zoo)))
19555 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
19556 (synopsis "Coding sound files for use with NDL")
19557 (description
19558 "Make acoustic cues to use with the R package @code{ndl}.
19559 The package implements functions used in the PLoS ONE paper \"Words from
19560 spontaneous conversational speech can be recognized with human-like accuracy
19561 by an error-driven learning algorithm that discriminates between meanings
19562 straight from smart acoustic features, bypassing the phoneme as recognition
19563 unit.\" @url{doi:10.1371/journal.pone.0174623}")
19564 (license license:gpl2+)))
19565
19566 (define-public r-acp
19567 (package
19568 (name "r-acp")
19569 (version "2.1")
19570 (source
19571 (origin
19572 (method url-fetch)
19573 (uri (cran-uri "acp" version))
19574 (sha256
19575 (base32
19576 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
19577 (properties `((upstream-name . "acp")))
19578 (build-system r-build-system)
19579 (propagated-inputs
19580 `(("r-quantmod" ,r-quantmod)
19581 ("r-tseries" ,r-tseries)))
19582 (home-page "https://cran.r-project.org/web/packages/acp/")
19583 (synopsis "Autoregressive conditional Poisson")
19584 (description
19585 "This package supports the analysis of count data exhibiting
19586 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
19587 model (ACP(p,q)) proposed by Heinen (2003).")
19588 (license license:gpl2)))
19589
19590 (define-public r-ada
19591 (package
19592 (name "r-ada")
19593 (version "2.0-5")
19594 (source
19595 (origin
19596 (method url-fetch)
19597 (uri (cran-uri "ada" version))
19598 (sha256
19599 (base32
19600 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
19601 (properties `((upstream-name . "ada")))
19602 (build-system r-build-system)
19603 (propagated-inputs `(("r-rpart" ,r-rpart)))
19604 (home-page "https://cran.r-project.org/web/packages/ada/")
19605 (synopsis "Stochastic boosting")
19606 (description
19607 "This package provides a straightforward, well-documented, and broad
19608 boosting routine for classification, ideally suited for small to
19609 moderate-sized data sets. It performs discrete, real, and gentle boost under
19610 both exponential and logistic loss on a given data set.")
19611 ;; Any version of the GPL.
19612 (license (list license:gpl2+ license:gpl3+))))
19613
19614 (define-public r-genalg
19615 (package
19616 (name "r-genalg")
19617 (version "0.2.0")
19618 (source
19619 (origin
19620 (method url-fetch)
19621 (uri (cran-uri "genalg" version))
19622 (sha256
19623 (base32
19624 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
19625 (properties `((upstream-name . "genalg")))
19626 (build-system r-build-system)
19627 (home-page "https://github.com/egonw/genalg")
19628 (synopsis "R based genetic algorithm")
19629 (description
19630 "This package provides an R based genetic algorithm for binary and
19631 floating point chromosomes.")
19632 (license license:gpl2)))
19633
19634 (define-public r-kernelfactory
19635 (package
19636 (name "r-kernelfactory")
19637 (version "0.3.0")
19638 (source
19639 (origin
19640 (method url-fetch)
19641 (uri (cran-uri "kernelFactory" version))
19642 (sha256
19643 (base32
19644 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
19645 (properties `((upstream-name . "kernelFactory")))
19646 (build-system r-build-system)
19647 (propagated-inputs
19648 `(("r-auc" ,r-auc)
19649 ("r-genalg" ,r-genalg)
19650 ("r-kernlab" ,r-kernlab)
19651 ("r-randomforest" ,r-randomforest)))
19652 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
19653 (synopsis "Ensemble of kernel machines")
19654 (description
19655 "Kernel factory is an ensemble method where each base classifier (random
19656 forest) is fit on the kernel matrix of a subset of the training data.")
19657 (license license:gpl2+)))
19658
19659 (define-public r-dummies
19660 (package
19661 (name "r-dummies")
19662 (version "1.5.6")
19663 (source
19664 (origin
19665 (method url-fetch)
19666 (uri (cran-uri "dummies" version))
19667 (sha256
19668 (base32
19669 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
19670 (properties `((upstream-name . "dummies")))
19671 (build-system r-build-system)
19672 (home-page "https://decisionpatterns.com")
19673 (synopsis "Create dummy/indicator variables flexibly and efficiently")
19674 (description
19675 "This package lets you expand factors, characters and other eligible
19676 classes into dummy/indicator variables.")
19677 (license license:gpl2+)))
19678
19679 (define-public r-acrm
19680 (package
19681 (name "r-acrm")
19682 (version "0.1.1")
19683 (source
19684 (origin
19685 (method url-fetch)
19686 (uri (cran-uri "aCRM" version))
19687 (sha256
19688 (base32
19689 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
19690 (properties `((upstream-name . "aCRM")))
19691 (build-system r-build-system)
19692 (propagated-inputs
19693 `(("r-ada" ,r-ada)
19694 ("r-dummies" ,r-dummies)
19695 ("r-kernelfactory" ,r-kernelfactory)
19696 ("r-randomforest" ,r-randomforest)))
19697 (home-page "https://cran.r-project.org/web/packages/aCRM/")
19698 (synopsis "Convenience functions for analytical customer relationship management")
19699 (description
19700 "This package provides convenience functions for data preparation and
19701 modeling often used in @dfn{analytical customer relationship
19702 management} (aCRM).")
19703 (license license:gpl2+)))
19704
19705 (define-public r-treeclust
19706 (package
19707 (name "r-treeclust")
19708 (version "1.1-7")
19709 (source
19710 (origin
19711 (method url-fetch)
19712 (uri (cran-uri "treeClust" version))
19713 (sha256
19714 (base32
19715 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
19716 (properties `((upstream-name . "treeClust")))
19717 (build-system r-build-system)
19718 (propagated-inputs
19719 `(("r-cluster" ,r-cluster)
19720 ("r-rpart" ,r-rpart)))
19721 (home-page "https://cran.r-project.org/web/packages/treeClust/")
19722 (synopsis "Cluster distances through trees")
19723 (description
19724 "This package provides tools to create a measure of inter-point
19725 dissimilarity useful for clustering mixed data, and, optionally, perform the
19726 clustering.")
19727 (license license:gpl2+)))
19728
19729 (define-public r-acrosstic
19730 (package
19731 (name "r-acrosstic")
19732 (version "1.0-3")
19733 (source
19734 (origin
19735 (method url-fetch)
19736 (uri (cran-uri "AcrossTic" version))
19737 (sha256
19738 (base32
19739 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
19740 (properties `((upstream-name . "AcrossTic")))
19741 (build-system r-build-system)
19742 (propagated-inputs
19743 `(("r-lpsolve" ,r-lpsolve)
19744 ("r-treeclust" ,r-treeclust)))
19745 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
19746 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
19747 (description
19748 "This is a package for constructing minimum-cost regular spanning
19749 subgraph as part of a non-parametric two-sample test for equality of
19750 distribution.")
19751 (license license:gpl2+)))
19752
19753 (define-public r-acrt
19754 (package
19755 (name "r-acrt")
19756 (version "1.0.1")
19757 (source
19758 (origin
19759 (method url-fetch)
19760 (uri (cran-uri "acrt" version))
19761 (sha256
19762 (base32
19763 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
19764 (properties `((upstream-name . "acrt")))
19765 (build-system r-build-system)
19766 (propagated-inputs
19767 `(("r-rcpp" ,r-rcpp)
19768 ("r-rcppeigen" ,r-rcppeigen)
19769 ("r-sandwich" ,r-sandwich)))
19770 (home-page "https://cran.r-project.org/web/packages/acrt/")
19771 (synopsis "Autocorrelation robust testing")
19772 (description
19773 "This package provides functions for testing affine hypotheses on the
19774 regression coefficient vector in regression models with autocorrelated
19775 errors.")
19776 (license license:gpl2)))
19777
19778 (define-public r-acs
19779 (package
19780 (name "r-acs")
19781 (version "2.1.4")
19782 (source
19783 (origin
19784 (method url-fetch)
19785 (uri (cran-uri "acs" version))
19786 (sha256
19787 (base32
19788 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
19789 (properties `((upstream-name . "acs")))
19790 (build-system r-build-system)
19791 (propagated-inputs
19792 `(("r-httr" ,r-httr)
19793 ("r-plyr" ,r-plyr)
19794 ("r-rcpp" ,r-rcpp)
19795 ("r-stringr" ,r-stringr)
19796 ("r-xml" ,r-xml)))
19797 (home-page "https://dusp.mit.edu/faculty/ezra-haber-glenn")
19798 (synopsis "Work with data from the US Census")
19799 (description
19800 "This package provides a general toolkit for downloading, managing,
19801 analyzing, and presenting data from the
19802 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
19803 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
19804 American Community Survey (ACS). Confidence intervals provided with ACS data
19805 are converted to standard errors to be bundled with estimates in complex
19806 @code{acs} objects. The package provides new methods to conduct standard
19807 operations on @code{acs} objects and present/plot data in statistically
19808 appropriate ways.")
19809 (license license:gpl3)))
19810
19811 (define-public r-acss-data
19812 (package
19813 (name "r-acss-data")
19814 (version "1.0")
19815 (source
19816 (origin
19817 (method url-fetch)
19818 (uri (cran-uri "acss.data" version))
19819 (sha256
19820 (base32
19821 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
19822 (properties `((upstream-name . "acss.data")))
19823 (build-system r-build-system)
19824 (home-page "http://complexitycalculator.com/methodology.html")
19825 (synopsis "Data for algorithmic complexity of short strings")
19826 (description
19827 "This is a data only package providing the algorithmic complexity of
19828 short strings, computed using the coding theorem method. For a given set of
19829 symbols in a string, all possible or a large number of random samples of
19830 Turing machines with a given number of states (e.g., 5) and number of symbols
19831 corresponding to the number of symbols in the strings were simulated until
19832 they reached a halting state or failed to end. This package contains data on
19833 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
19834 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
19835 distribution of the halting states.")
19836 (license license:gpl2+)))
19837
19838 (define-public r-acss
19839 (package
19840 (name "r-acss")
19841 (version "0.2-5")
19842 (source
19843 (origin
19844 (method url-fetch)
19845 (uri (cran-uri "acss" version))
19846 (sha256
19847 (base32
19848 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
19849 (properties `((upstream-name . "acss")))
19850 (build-system r-build-system)
19851 (propagated-inputs
19852 `(("r-acss-data" ,r-acss-data)
19853 ("r-zoo" ,r-zoo)))
19854 (home-page "http://complexitycalculator.com/methodology.html")
19855 (synopsis "Algorithmic complexity for short strings")
19856 (description
19857 "The main purpose of this package is to provide the algorithmic
19858 complexity for short strings, an approximation of the Kolmogorov Complexity of
19859 a short string using the coding theorem method. While the database containing
19860 the complexity is provided in the data only package @code{acss.data}, this
19861 package provides functions accessing the data such as @code{prob_random}
19862 returning the posterior probability that a given string was produced by a
19863 random process. In addition, two traditional (but problematic) measures of
19864 complexity are also provided: entropy and change complexity.")
19865 (license license:gpl2+)))
19866
19867 (define-public r-acswr
19868 (package
19869 (name "r-acswr")
19870 (version "1.0")
19871 (source
19872 (origin
19873 (method url-fetch)
19874 (uri (cran-uri "ACSWR" version))
19875 (sha256
19876 (base32
19877 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
19878 (properties `((upstream-name . "ACSWR")))
19879 (build-system r-build-system)
19880 (propagated-inputs
19881 `(("r-mass" ,r-mass)))
19882 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
19883 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
19884 (description
19885 "This is a companion package for the book \"A Course in Statistics with
19886 R\" (ISBN 978-1-119-15272-9.)")
19887 (license license:gpl2)))
19888
19889 (define-public r-alabama
19890 (package
19891 (name "r-alabama")
19892 (version "2015.3-1")
19893 (source
19894 (origin
19895 (method url-fetch)
19896 (uri (cran-uri "alabama" version))
19897 (sha256
19898 (base32
19899 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
19900 (properties `((upstream-name . "alabama")))
19901 (build-system r-build-system)
19902 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
19903 (home-page "https://cran.r-project.org/web/packages/alabama/")
19904 (synopsis "Constrained nonlinear optimization")
19905 (description
19906 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
19907 Algorithm; it is used for optimizing smooth nonlinear objective functions with
19908 constraints. Linear or nonlinear equality and inequality constraints are
19909 allowed.")
19910 (license license:gpl2+)))
19911
19912 (define-public r-gdina
19913 (package
19914 (name "r-gdina")
19915 (version "2.8.0")
19916 (source
19917 (origin
19918 (method url-fetch)
19919 (uri (cran-uri "GDINA" version))
19920 (sha256
19921 (base32
19922 "0chxnhp37xfd78gafkgwqrmc0jf3pvpdyrkc438kl0l53fb7dld7"))))
19923 (properties `((upstream-name . "GDINA")))
19924 (build-system r-build-system)
19925 (propagated-inputs
19926 `(("r-alabama" ,r-alabama)
19927 ("r-ggplot2" ,r-ggplot2)
19928 ("r-mass" ,r-mass)
19929 ("r-nloptr" ,r-nloptr)
19930 ("r-numderiv" ,r-numderiv)
19931 ("r-rcpp" ,r-rcpp)
19932 ("r-rcpparmadillo" ,r-rcpparmadillo)
19933 ("r-rsolnp" ,r-rsolnp)
19934 ("r-shiny" ,r-shiny)
19935 ("r-shinydashboard" ,r-shinydashboard)))
19936 (native-inputs
19937 `(("r-knitr" ,r-knitr)))
19938 (home-page "https://github.com/Wenchao-Ma/GDINA")
19939 (synopsis "Generalized DINA model framework")
19940 (description
19941 "This package provides a set of psychometric tools for cognitive
19942 diagnosis modeling based on the generalized deterministic inputs, noisy and
19943 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
19944 and its extensions, including the sequential G-DINA model by Ma and de la
19945 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
19946 polytomous G-DINA model by Chen and de la Torre
19947 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
19948 distribution can be independent, saturated, higher-order, loglinear smoothed
19949 or structured. Q-matrix validation, item and model fit statistics, model
19950 comparison at test and item level and differential item functioning can also
19951 be conducted. A graphical user interface is also provided.")
19952 (license license:gpl3)))
19953
19954 (define-public r-actcd
19955 (package
19956 (name "r-actcd")
19957 (version "1.2-0")
19958 (source
19959 (origin
19960 (method url-fetch)
19961 (uri (cran-uri "ACTCD" version))
19962 (sha256
19963 (base32
19964 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
19965 (properties `((upstream-name . "ACTCD")))
19966 (build-system r-build-system)
19967 (propagated-inputs
19968 `(("r-gdina" ,r-gdina)
19969 ("r-r-methodss3" ,r-r-methodss3)))
19970 (native-inputs
19971 `(("gfortran" ,gfortran)))
19972 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
19973 (synopsis "Asymptotic classification theory for cognitive diagnosis")
19974 (description
19975 "This is a package supporting cluster analysis for cognitive diagnosis
19976 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
19977 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
19978 sum-scores, cluster analysis techniques can be used to classify examinees into
19979 latent classes based on their attribute patterns. In addition to the
19980 algorithms used to classify data, three labeling approaches are proposed to
19981 label clusters so that examinees' attribute profiles can be obtained.")
19982 (license license:gpl2+)))
19983
19984 (define-public r-ineq
19985 (package
19986 (name "r-ineq")
19987 (version "0.2-13")
19988 (source
19989 (origin
19990 (method url-fetch)
19991 (uri (cran-uri "ineq" version))
19992 (sha256
19993 (base32
19994 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
19995 (properties `((upstream-name . "ineq")))
19996 (build-system r-build-system)
19997 (home-page "https://cran.r-project.org/web/packages/ineq/")
19998 (synopsis "Measuring inequality, concentration, and poverty")
19999 (description
20000 "This package provides tools for measuring inequality, concentration, and
20001 poverty measures. It provides both empirical and theoretical Lorenz curves.")
20002 ;; Either of these two versions.
20003 (license (list license:gpl2 license:gpl3))))
20004
20005 (define-public r-actfrag
20006 (package
20007 (name "r-actfrag")
20008 (version "0.1.1")
20009 (source
20010 (origin
20011 (method url-fetch)
20012 (uri (cran-uri "ActFrag" version))
20013 (sha256
20014 (base32
20015 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
20016 (properties `((upstream-name . "ActFrag")))
20017 (build-system r-build-system)
20018 (propagated-inputs
20019 `(("r-accelerometry" ,r-accelerometry)
20020 ("r-dplyr" ,r-dplyr)
20021 ("r-ineq" ,r-ineq)
20022 ("r-survival" ,r-survival)
20023 ("r-tidyr" ,r-tidyr)))
20024 (home-page "https://github.com/junruidi/ActFrag")
20025 (synopsis "Activity fragmentation metrics extraction")
20026 (description
20027 "This package provides functions to extract commonly used fragmentation
20028 metrics to quantify time accumulation strategies based on minute level
20029 actigraphy-measured activity counts data.")
20030 (license license:gpl3)))
20031
20032 (define-public r-ash
20033 (package
20034 (name "r-ash")
20035 (version "1.0-15")
20036 (source
20037 (origin
20038 (method url-fetch)
20039 (uri (cran-uri "ash" version))
20040 (sha256
20041 (base32
20042 "1ay2a2agdmiz7zzvn26mli0x0iwk09g5pp4yy1r23knhkp1pn2lb"))))
20043 (properties `((upstream-name . "ash")))
20044 (build-system r-build-system)
20045 (native-inputs `(("gfortran" ,gfortran)))
20046 (home-page "https://cran.r-project.org/web/packages/ash/")
20047 (synopsis "David Scott's ASH routines")
20048 (description
20049 "This package provides David Scott's ASH routines ported from S-PLUS to
20050 R.")
20051 (license license:gpl2+)))
20052
20053 (define-public r-hdrcde
20054 (package
20055 (name "r-hdrcde")
20056 (version "3.4")
20057 (source
20058 (origin
20059 (method url-fetch)
20060 (uri (cran-uri "hdrcde" version))
20061 (sha256
20062 (base32
20063 "16qlk44cjvn2s0vzaf915df65ksdx20dbxhy7fpdqins46hccha3"))))
20064 (properties `((upstream-name . "hdrcde")))
20065 (build-system r-build-system)
20066 (propagated-inputs
20067 `(("r-ash" ,r-ash)
20068 ("r-ggplot2" ,r-ggplot2)
20069 ("r-kernsmooth" ,r-kernsmooth)
20070 ("r-ks" ,r-ks)
20071 ("r-locfit" ,r-locfit)
20072 ("r-rcolorbrewer" ,r-rcolorbrewer)))
20073 (native-inputs `(("gfortran" ,gfortran)))
20074 (home-page "http://pkg.robjhyndman.com/hdrcde")
20075 (synopsis "Highest density regions and conditional density estimation")
20076 (description
20077 "This is a package for the computation of highest density regions in one
20078 and two dimensions, kernel estimation of univariate density functions
20079 conditional on one covariate, and multimodal regression.")
20080 (license license:gpl3)))
20081
20082 (define-public r-rainbow
20083 (package
20084 (name "r-rainbow")
20085 (version "3.6")
20086 (source
20087 (origin
20088 (method url-fetch)
20089 (uri (cran-uri "rainbow" version))
20090 (sha256
20091 (base32
20092 "11vfcck17d2xjc049ci5i8l1nqv345anmd110gdz7654i1pj9lb3"))))
20093 (properties `((upstream-name . "rainbow")))
20094 (build-system r-build-system)
20095 (propagated-inputs
20096 `(("r-cluster" ,r-cluster)
20097 ("r-colorspace" ,r-colorspace)
20098 ("r-hdrcde" ,r-hdrcde)
20099 ("r-ks" ,r-ks)
20100 ("r-mass" ,r-mass)
20101 ("r-pcapp" ,r-pcapp)))
20102 (home-page "https://cran.r-project.org/web/packages/rainbow/")
20103 (synopsis "Bagplots, boxplots and rainbow plots for functional data")
20104 (description
20105 "This is a package for visualizing functional data and identifying
20106 functional outliers with bagplots, boxplots and rainbow plots.")
20107 (license license:gpl3)))
20108
20109 (define-public r-fds
20110 (package
20111 (name "r-fds")
20112 (version "1.8")
20113 (source
20114 (origin
20115 (method url-fetch)
20116 (uri (cran-uri "fds" version))
20117 (sha256
20118 (base32
20119 "1284vncixrzrz9x6b52gslrbrbia07sd0xac7nwdqhp5f5v5wfi0"))))
20120 (properties `((upstream-name . "fds")))
20121 (build-system r-build-system)
20122 (propagated-inputs
20123 `(("r-rainbow" ,r-rainbow)
20124 ("r-rcurl" ,r-rcurl)))
20125 (home-page "https://cran.r-project.org/web/packages/fds/")
20126 (synopsis "Functional data sets")
20127 (description "This package contains a list of functional time series,
20128 sliced functional time series, and functional data sets. Functional time
20129 series is a special type of functional data observed over time. Sliced
20130 functional time series is a special type of functional time series with a time
20131 variable observed over time.")
20132 (license license:gpl2+)))
20133
20134 (define-public r-fda
20135 (package
20136 (name "r-fda")
20137 (version "5.1.9")
20138 (source
20139 (origin
20140 (method url-fetch)
20141 (uri (cran-uri "fda" version))
20142 (sha256
20143 (base32
20144 "0yjrjsv55bcwqn2yxjgj3hn17wfvjvgngfw9xv3w802i52yz9gf8"))))
20145 (properties `((upstream-name . "fda")))
20146 (build-system r-build-system)
20147 (propagated-inputs
20148 `(("r-fds" ,r-fds)
20149 ("r-matrix" ,r-matrix)))
20150 (home-page "https://www.functionaldata.org")
20151 (synopsis "Functional data analysis")
20152 (description
20153 "These functions were developed to support functional data analysis as
20154 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
20155 Analysis. The package includes data sets and script files working many
20156 examples.")
20157 (license license:gpl2+)))
20158
20159 (define-public r-actigraphy
20160 (package
20161 (name "r-actigraphy")
20162 (version "1.4.0")
20163 (source
20164 (origin
20165 (method url-fetch)
20166 (uri (cran-uri "Actigraphy" version))
20167 (sha256
20168 (base32
20169 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
20170 (properties `((upstream-name . "Actigraphy")))
20171 (build-system r-build-system)
20172 (propagated-inputs
20173 `(("r-fda" ,r-fda)))
20174 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
20175 (synopsis "Actigraphy data analysis")
20176 (description
20177 "This package provides tools for functional linear modeling and analysis
20178 of actigraphy data.")
20179 (license license:asl2.0)))
20180
20181 (define-public r-activedriver
20182 (package
20183 (name "r-activedriver")
20184 (version "1.0.0")
20185 (source
20186 (origin
20187 (method url-fetch)
20188 (uri (cran-uri "ActiveDriver" version))
20189 (sha256
20190 (base32
20191 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
20192 (properties `((upstream-name . "ActiveDriver")))
20193 (build-system r-build-system)
20194 (propagated-inputs
20195 `(("r-mass" ,r-mass)))
20196 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
20197 (synopsis "Tools for finding cancer driver proteins")
20198 (description
20199 "This package provides a mutation analysis tool that discovers cancer
20200 driver genes with frequent mutations in protein signalling sites such as
20201 post-translational modifications (phosphorylation, ubiquitination, etc). The
20202 Poisson generalized linear regression model identifies genes where cancer
20203 mutations in signalling sites are more frequent than expected from the
20204 sequence of the entire gene. Integration of mutations with signalling
20205 information helps find new driver genes and propose candidate mechanisms to
20206 known drivers.")
20207 (license license:gpl2+)))
20208
20209 (define-public r-activitycounts
20210 (package
20211 (name "r-activitycounts")
20212 (version "0.1.2")
20213 (source
20214 (origin
20215 (method url-fetch)
20216 (uri (cran-uri "activityCounts" version))
20217 (sha256
20218 (base32
20219 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
20220 (properties
20221 `((upstream-name . "activityCounts")))
20222 (build-system r-build-system)
20223 (propagated-inputs
20224 `(("r-lubridate" ,r-lubridate)
20225 ("r-magrittr" ,r-magrittr)
20226 ("r-seewave" ,r-seewave)
20227 ("r-signal" ,r-signal)
20228 ("r-tibble" ,r-tibble)))
20229 (home-page "https://github.com/walkabillylab/activityCounts")
20230 (synopsis "Generate ActiLife counts")
20231 (description
20232 "ActiLife generates activity counts from data collected by Actigraph
20233 accelerometers. Actigraph is one of the most common research-grade
20234 accelerometers. There is considerable research validating and developing
20235 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
20236 counts are proprietary and difficult to implement if researchers use different
20237 accelerometer brands. The code creates ActiLife counts from raw acceleration
20238 data for different accelerometer brands.")
20239 (license license:gpl3)))
20240
20241 (define-public r-activityindex
20242 (package
20243 (name "r-activityindex")
20244 (version "0.3.7")
20245 (source
20246 (origin
20247 (method url-fetch)
20248 (uri (cran-uri "ActivityIndex" version))
20249 (sha256
20250 (base32
20251 "1zj2b6x31a1kxl80rarmkrlm7ack4154mrkbqs3fpi48zpmjbgd5"))))
20252 (properties `((upstream-name . "ActivityIndex")))
20253 (build-system r-build-system)
20254 (propagated-inputs
20255 `(("r-data-table" ,r-data-table)
20256 ("r-matrixstats" ,r-matrixstats)
20257 ("r-r-utils" ,r-r-utils)))
20258 (native-inputs
20259 `(("r-knitr" ,r-knitr)))
20260 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
20261 (synopsis "Activity Index calculation using raw accelerometry data")
20262 (description
20263 "This is a package to read raw accelerometry from GT3X+ accelerometry
20264 data and plain table data to calculate the Activity Index from Bai et
20265 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
20266 (license license:gpl3)))
20267
20268 (define-public r-activpal
20269 (package
20270 (name "r-activpal")
20271 (version "0.1.3")
20272 (source
20273 (origin
20274 (method url-fetch)
20275 (uri (cran-uri "activPAL" version))
20276 (sha256
20277 (base32
20278 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
20279 (properties `((upstream-name . "activPAL")))
20280 (build-system r-build-system)
20281 (propagated-inputs
20282 `(("r-devtools" ,r-devtools)
20283 ("r-dplyr" ,r-dplyr)
20284 ("r-ggplot2" ,r-ggplot2)
20285 ("r-lubridate" ,r-lubridate)
20286 ("r-magrittr" ,r-magrittr)
20287 ("r-tidyr" ,r-tidyr)))
20288 (home-page "https://cran.r-project.org/web/packages/activPAL")
20289 (synopsis "Processing and chart generation from activPAL events files")
20290 (description
20291 "This package contains functions to generate pre-defined summary
20292 statistics from activPAL events files. The package also contains functions to
20293 produce informative graphics that visualize physical activity behaviour and
20294 trends. This includes generating graphs that align physical activity
20295 behaviour with additional time based observations described by other data
20296 sets, such as sleep diaries and continuous glucose monitoring data.")
20297 (license license:gpl3)))
20298
20299 (define-public r-activpalprocessing
20300 (package
20301 (name "r-activpalprocessing")
20302 (version "1.0.2")
20303 (source
20304 (origin
20305 (method url-fetch)
20306 (uri (cran-uri "activpalProcessing" version))
20307 (sha256
20308 (base32
20309 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
20310 (properties
20311 `((upstream-name . "activpalProcessing")))
20312 (build-system r-build-system)
20313 (propagated-inputs
20314 `(("r-chron" ,r-chron)))
20315 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
20316 (synopsis "Process activPAL events files")
20317 (description
20318 "This package performs estimation of physical activity and sedentary
20319 behavior variables from activPAL events files.")
20320 ;; Either version of the GPL.
20321 (license (list license:gpl2 license:gpl3))))
20322
20323 (define-public r-actogrammr
20324 (package
20325 (name "r-actogrammr")
20326 (version "0.2.3")
20327 (source
20328 (origin
20329 (method url-fetch)
20330 (uri (cran-uri "actogrammr" version))
20331 (sha256
20332 (base32
20333 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
20334 (properties `((upstream-name . "actogrammr")))
20335 (build-system r-build-system)
20336 (propagated-inputs
20337 `(("r-dplyr" ,r-dplyr)
20338 ("r-ggplot2" ,r-ggplot2)
20339 ("r-lubridate" ,r-lubridate)
20340 ("r-readr" ,r-readr)
20341 ("r-tidyr" ,r-tidyr)))
20342 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
20343 (synopsis "Read in activity data and plot actograms")
20344 (description
20345 "Read in activity measurements from standard file formats used by
20346 circadian rhythm researchers, currently only ClockLab format, and process and
20347 plot the data. The central type of plot is the actogram, as first described
20348 in \"Activity and distribution of certain wild mice in relation to biotic
20349 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
20350 (license license:gpl3)))
20351
20352 (define-public r-expint
20353 (package
20354 (name "r-expint")
20355 (version "0.1-6")
20356 (source
20357 (origin
20358 (method url-fetch)
20359 (uri (cran-uri "expint" version))
20360 (sha256
20361 (base32
20362 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
20363 (properties `((upstream-name . "expint")))
20364 (build-system r-build-system)
20365 (home-page "https://gitlab.com/vigou3/expint")
20366 (synopsis "Exponential integral and incomplete Gamma function")
20367 (description
20368 "This package provides the exponential integrals @code{E_1(x)},
20369 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
20370 function @code{G(a, x)} defined for negative values of its first argument.
20371 The package also gives easy access to the underlying C routines through an
20372 API; see the package vignette for details.")
20373 (license license:gpl2+)))
20374
20375 (define-public r-actuar
20376 (package
20377 (name "r-actuar")
20378 (version "3.1-1")
20379 (source
20380 (origin
20381 (method url-fetch)
20382 (uri (cran-uri "actuar" version))
20383 (sha256
20384 (base32
20385 "0sxn1mskh7x164f1vbrqnadgxnq7y2p3a9mlmqc0sp6cqkw9lhp9"))))
20386 (properties `((upstream-name . "actuar")))
20387 (build-system r-build-system)
20388 (propagated-inputs `(("r-expint" ,r-expint)))
20389 (home-page "https://gitlab.com/vigou3/actuar")
20390 (synopsis "Actuarial functions and heavy tailed distributions")
20391 (description
20392 "This package provides functions and data sets for actuarial science:
20393 modeling of loss distributions; risk theory and ruin theory; simulation of
20394 compound models, discrete mixtures and compound hierarchical models;
20395 credibility theory. It boasts support for many additional probability
20396 distributions to model insurance loss amounts and loss frequency: 19
20397 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
20398 distribution; zero-truncated and zero-modified extensions of the standard
20399 discrete distributions. It also supports phase-type distributions commonly
20400 used to compute ruin probabilities.")
20401 (license license:gpl2+)))
20402
20403 (define-public r-bmp
20404 (package
20405 (name "r-bmp")
20406 (version "0.3")
20407 (source
20408 (origin
20409 (method url-fetch)
20410 (uri (cran-uri "bmp" version))
20411 (sha256
20412 (base32
20413 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
20414 (properties `((upstream-name . "bmp")))
20415 (build-system r-build-system)
20416 (home-page "https://cran.r-project.org/web/packages/bmp/")
20417 (synopsis "Read Bitmap (BMP) images")
20418 (description
20419 "This package provides pure R tools to read BMP format images. It is
20420 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
20421 (license license:gpl2+)))
20422
20423 (define-public r-readbitmap
20424 (package
20425 (name "r-readbitmap")
20426 (version "0.1.5")
20427 (source
20428 (origin
20429 (method url-fetch)
20430 (uri (cran-uri "readbitmap" version))
20431 (sha256
20432 (base32
20433 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
20434 (properties `((upstream-name . "readbitmap")))
20435 (build-system r-build-system)
20436 (inputs
20437 `(("libjpeg" ,libjpeg-turbo)
20438 ("libpng" ,libpng)))
20439 (propagated-inputs
20440 `(("r-bmp" ,r-bmp)
20441 ("r-jpeg" ,r-jpeg)
20442 ("r-png" ,r-png)
20443 ("r-tiff" ,r-tiff)))
20444 (home-page "https://github.com/jefferis/readbitmap")
20445 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
20446 (description
20447 "This package provides tools to identify and read BMP, JPEG, PNG, and
20448 TIFF format bitmap images. Identification defaults to the use of the magic
20449 number embedded in the file rather than the file extension.")
20450 (license license:gpl2+)))
20451
20452 (define-public r-imager
20453 (package
20454 (name "r-imager")
20455 (version "0.42.3")
20456 (source
20457 (origin
20458 (method url-fetch)
20459 (uri (cran-uri "imager" version))
20460 (sha256
20461 (base32
20462 "1wxvbv803222gjrf1ys6a349xlnmmdw3kqgi93piq9gq7lahihvg"))))
20463 (properties `((upstream-name . "imager")))
20464 (build-system r-build-system)
20465 (inputs
20466 `(("fftw" ,fftw)
20467 ("libtiff" ,libtiff)
20468 ("libx11" ,libx11)
20469 ("zlib" ,zlib)))
20470 (propagated-inputs
20471 `(("r-downloader" ,r-downloader)
20472 ("r-igraph" ,r-igraph)
20473 ("r-jpeg" ,r-jpeg)
20474 ("r-magrittr" ,r-magrittr)
20475 ("r-png" ,r-png)
20476 ("r-purrr" ,r-purrr)
20477 ("r-rcpp" ,r-rcpp)
20478 ("r-readbitmap" ,r-readbitmap)
20479 ("r-stringr" ,r-stringr)))
20480 (native-inputs
20481 `(("pkg-config" ,pkg-config)
20482 ("r-knitr" ,r-knitr)))
20483 (home-page "https://dahtah.github.io/imager/")
20484 (synopsis "Image processing library")
20485 (description
20486 "This is a package for fast image processing for images in up to 4
20487 dimensions (two spatial dimensions, one time/depth dimension, one color
20488 dimension). It provides most traditional image processing tools (filtering,
20489 morphology, transformations, etc.) as well as various functions for easily
20490 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
20491 simple, modern C++ library for image processing.")
20492 (license license:lgpl3)))
20493
20494 (define-public r-acuityview
20495 (package
20496 (name "r-acuityview")
20497 (version "0.1")
20498 (source
20499 (origin
20500 (method url-fetch)
20501 (uri (cran-uri "AcuityView" version))
20502 (sha256
20503 (base32
20504 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
20505 (properties `((upstream-name . "AcuityView")))
20506 (build-system r-build-system)
20507 (propagated-inputs
20508 `(("r-fftwtools" ,r-fftwtools)
20509 ("r-imager" ,r-imager)
20510 ("r-plotrix" ,r-plotrix)))
20511 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
20512 (synopsis "Display scenes as seen by an animal with less acute vision")
20513 (description
20514 "This package provides a simple method for representing a visual scene as
20515 it may be seen by an animal with less acute vision.")
20516 (license license:gpl2+)))
20517
20518 (define-public r-caret
20519 (package
20520 (name "r-caret")
20521 (version "6.0-86")
20522 (source
20523 (origin
20524 (method url-fetch)
20525 (uri (cran-uri "caret" version))
20526 (sha256
20527 (base32
20528 "0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
20529 (build-system r-build-system)
20530 (propagated-inputs
20531 `(("r-foreach" ,r-foreach)
20532 ("r-ggplot2" ,r-ggplot2)
20533 ("r-lattice" ,r-lattice)
20534 ("r-modelmetrics" ,r-modelmetrics)
20535 ("r-nlme" ,r-nlme)
20536 ("r-plyr" ,r-plyr)
20537 ("r-proc" ,r-proc)
20538 ("r-recipes" ,r-recipes)
20539 ("r-reshape2" ,r-reshape2)
20540 ("r-withr" ,r-withr)))
20541 (native-inputs
20542 `(("r-knitr" ,r-knitr)))
20543 (home-page "https://github.com/topepo/caret")
20544 (synopsis "Classification and regression training")
20545 (description
20546 "This package provides miscellaneous functions for training and plotting
20547 classification and regression models.")
20548 (license license:gpl2+)))
20549
20550 (define-public r-adabag
20551 (package
20552 (name "r-adabag")
20553 (version "4.2")
20554 (source
20555 (origin
20556 (method url-fetch)
20557 (uri (cran-uri "adabag" version))
20558 (sha256
20559 (base32
20560 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
20561 (properties `((upstream-name . "adabag")))
20562 (build-system r-build-system)
20563 (propagated-inputs
20564 `(("r-caret" ,r-caret)
20565 ("r-doparallel" ,r-doparallel)
20566 ("r-foreach" ,r-foreach)
20567 ("r-rpart" ,r-rpart)))
20568 (home-page "https://cran.r-project.org/web/packages/adabag/")
20569 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
20570 (description
20571 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
20572 Breiman's Bagging algorithm using classification trees as individual
20573 classifiers. Once these classifiers have been trained, they can be used to
20574 predict on new data. Also, cross validation estimation of the error can be
20575 done.")
20576 (license license:gpl2+)))
20577
20578 (define-public r-adagio
20579 (package
20580 (name "r-adagio")
20581 (version "0.7.1")
20582 (source
20583 (origin
20584 (method url-fetch)
20585 (uri (cran-uri "adagio" version))
20586 (sha256
20587 (base32
20588 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
20589 (properties `((upstream-name . "adagio")))
20590 (build-system r-build-system)
20591 (native-inputs `(("gfortran" ,gfortran)))
20592 (home-page "https://cran.r-project.org/web/packages/adagio/")
20593 (synopsis "Discrete and global optimization routines")
20594 (description
20595 "This package provides methods and algorithms for discrete optimization,
20596 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
20597 Hooke-Jeeves minimization, and some (evolutionary) global optimization
20598 functions.")
20599 (license license:gpl3+)))
20600
20601 (define-public r-univoutl
20602 (package
20603 (name "r-univoutl")
20604 (version "0.2")
20605 (source
20606 (origin
20607 (method url-fetch)
20608 (uri (cran-uri "univOutl" version))
20609 (sha256
20610 (base32
20611 "0rlc3w7cx2hfxacpjs9kmjzv5p8v9wxnlpxi3rh276wiy5zdr91v"))))
20612 (properties `((upstream-name . "univOutl")))
20613 (build-system r-build-system)
20614 (propagated-inputs
20615 `(("r-hmisc" ,r-hmisc)
20616 ("r-robustbase" ,r-robustbase)))
20617 (home-page "https://github.com/marcellodo/univOutl")
20618 (synopsis "Detection of univariate outliers")
20619 (description
20620 "This package provides well-known outlier detection techniques in the
20621 univariate case. Methods to deal with skewed distribution are included too.
20622 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
20623 historical data is implemented as well. When available, survey weights can be
20624 used in outliers detection.")
20625 (license license:gpl2+)))
20626
20627 (define-public r-tolerance
20628 (package
20629 (name "r-tolerance")
20630 (version "2.0.0")
20631 (source
20632 (origin
20633 (method url-fetch)
20634 (uri (cran-uri "tolerance" version))
20635 (sha256
20636 (base32
20637 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
20638 (properties `((upstream-name . "tolerance")))
20639 (build-system r-build-system)
20640 (propagated-inputs
20641 `(("r-mass" ,r-mass)
20642 ("r-rgl" ,r-rgl)))
20643 (home-page "https://cran.r-project.org/web/packages/tolerance/")
20644 (synopsis "Statistical tolerance intervals and regions")
20645 (description
20646 "This package provides functions for estimating tolerance
20647 limits (intervals) for various univariate distributions (binomial, Cauchy,
20648 discrete Pareto, exponential, two-parameter exponential, extreme value,
20649 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
20650 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
20651 Bayesian normal tolerance limits, multivariate normal tolerance regions,
20652 nonparametric tolerance intervals, tolerance bands for regression
20653 settings (linear regression, nonlinear regression, nonparametric regression,
20654 and multivariate regression), and analysis of variance tolerance intervals.
20655 Visualizations are also available for most of these settings.")
20656 (license license:gpl2+)))
20657
20658 (define-public r-additivitytests
20659 (package
20660 (name "r-additivitytests")
20661 (version "1.1-4")
20662 (source
20663 (origin
20664 (method url-fetch)
20665 (uri (cran-uri "additivityTests" version))
20666 (sha256
20667 (base32
20668 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
20669 (properties
20670 `((upstream-name . "additivityTests")))
20671 (build-system r-build-system)
20672 (home-page "https://github.com/simecek/additivityTests")
20673 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
20674 (description
20675 "This package provides an implementation of the Tukey, Mandel,
20676 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
20677 (license license:gpl3)))
20678
20679 (define-public r-flexclust
20680 (package
20681 (name "r-flexclust")
20682 (version "1.4-0")
20683 (source
20684 (origin
20685 (method url-fetch)
20686 (uri (cran-uri "flexclust" version))
20687 (sha256
20688 (base32
20689 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
20690 (properties `((upstream-name . "flexclust")))
20691 (build-system r-build-system)
20692 (propagated-inputs
20693 `(("r-class" ,r-class)
20694 ("r-lattice" ,r-lattice)
20695 ("r-modeltools" ,r-modeltools)))
20696 (home-page "https://cran.r-project.org/web/packages/flexclust/")
20697 (synopsis "Flexible cluster algorithms")
20698 (description
20699 "The main function @code{kcca} implements a general framework for
20700 k-centroids cluster analysis supporting arbitrary distance measures and
20701 centroid computation. Further cluster methods include hard competitive
20702 learning, neural gas, and QT clustering. There are numerous visualization
20703 methods for cluster results (neighborhood graphs, convex cluster hulls,
20704 barcharts of centroids, ...), and bootstrap methods for the analysis of
20705 cluster stability.")
20706 (license license:gpl2)))
20707
20708 (define-public r-biclust
20709 (package
20710 (name "r-biclust")
20711 (version "2.0.2")
20712 (source
20713 (origin
20714 (method url-fetch)
20715 (uri (cran-uri "biclust" version))
20716 (sha256
20717 (base32
20718 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
20719 (properties `((upstream-name . "biclust")))
20720 (build-system r-build-system)
20721 (propagated-inputs
20722 `(("r-additivitytests" ,r-additivitytests)
20723 ("r-colorspace" ,r-colorspace)
20724 ("r-flexclust" ,r-flexclust)
20725 ("r-ggplot2" ,r-ggplot2)
20726 ("r-lattice" ,r-lattice)
20727 ("r-mass" ,r-mass)
20728 ("r-tidyr" ,r-tidyr)))
20729 (home-page "https://cran.r-project.org/web/packages/biclust/")
20730 (synopsis "BiCluster algorithms")
20731 (description
20732 "The main function @code{biclust()} provides several algorithms to find
20733 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
20734 In addition, the package provides methods for data
20735 preprocessing (normalization and discretization), visualization, and
20736 validation of bicluster solutions.")
20737 (license license:gpl3)))
20738
20739 (define-public r-icge
20740 (package
20741 (name "r-icge")
20742 (version "0.3")
20743 (source
20744 (origin
20745 (method url-fetch)
20746 (uri (cran-uri "ICGE" version))
20747 (sha256
20748 (base32
20749 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
20750 (properties `((upstream-name . "ICGE")))
20751 (build-system r-build-system)
20752 (propagated-inputs
20753 `(("r-cluster" ,r-cluster)
20754 ("r-mass" ,r-mass)))
20755 (home-page "https://cran.r-project.org/web/packages/ICGE/")
20756 (synopsis "Cluster estimation and identification of atypical units")
20757 (description
20758 "ICGE is a package that helps to estimate the number of real clusters in
20759 data as well as to identify atypical units. The underlying methods are based
20760 on distances rather than on unit x variables.")
20761 (license license:gpl2+)))
20762
20763 (define-public r-depth
20764 (package
20765 (name "r-depth")
20766 (version "2.1-1.1")
20767 (source
20768 (origin
20769 (method url-fetch)
20770 (uri (cran-uri "depth" version))
20771 (sha256
20772 (base32
20773 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
20774 (properties `((upstream-name . "depth")))
20775 (build-system r-build-system)
20776 (propagated-inputs
20777 `(("r-abind" ,r-abind)
20778 ("r-circular" ,r-circular)
20779 ("r-rgl" ,r-rgl)))
20780 (native-inputs
20781 `(("gfortran" ,gfortran)))
20782 (home-page "https://cran.r-project.org/web/packages/depth/")
20783 (synopsis "Nonparametric depth functions for multivariate analysis")
20784 (description
20785 "This package provides tools for depth functions methodology applied to
20786 multivariate analysis. Besides allowing calculation of depth values and
20787 depth-based location estimators, the package includes functions or drawing
20788 contour plots and perspective plots of depth functions. Euclidean and
20789 spherical depths are supported.")
20790 (license license:gpl2)))
20791
20792 (define-public r-archetypes
20793 (package
20794 (name "r-archetypes")
20795 (version "2.2-0.1")
20796 (source
20797 (origin
20798 (method url-fetch)
20799 (uri (cran-uri "archetypes" version))
20800 (sha256
20801 (base32
20802 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
20803 (properties `((upstream-name . "archetypes")))
20804 (build-system r-build-system)
20805 (propagated-inputs
20806 `(("r-modeltools" ,r-modeltools)
20807 ("r-nnls" ,r-nnls)))
20808 (home-page "https://cran.r-project.org/web/packages/archetypes")
20809 (synopsis "Archetypal analysis")
20810 (description
20811 "The main function @code{archetypes} implements a framework for
20812 archetypal analysis supporting arbitrary problem solving mechanisms for the
20813 different conceptual parts of the algorithm.")
20814 (license license:gpl2+)))
20815
20816 (define-public r-shapes
20817 (package
20818 (name "r-shapes")
20819 (version "1.2.5")
20820 (source
20821 (origin
20822 (method url-fetch)
20823 (uri (cran-uri "shapes" version))
20824 (sha256
20825 (base32
20826 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
20827 (properties `((upstream-name . "shapes")))
20828 (build-system r-build-system)
20829 (propagated-inputs
20830 `(("r-mass" ,r-mass)
20831 ("r-minpack-lm" ,r-minpack-lm)
20832 ("r-rgl" ,r-rgl)
20833 ("r-scatterplot3d" ,r-scatterplot3d)))
20834 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
20835 (synopsis "Statistical shape analysis")
20836 (description
20837 "This package provides routines for the statistical analysis of landmark
20838 shapes, including Procrustes analysis, graphical displays, principal
20839 components analysis, permutation and bootstrap tests, thin-plate spline
20840 transformation grids and comparing covariance matrices. See Dryden, I.L. and
20841 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
20842 Edition), John Wiley and Sons.")
20843 (license license:gpl2)))
20844
20845 (define-public r-anthropometry
20846 (package
20847 (name "r-anthropometry")
20848 (version "1.14")
20849 (source
20850 (origin
20851 (method url-fetch)
20852 (uri (cran-uri "Anthropometry" version))
20853 (sha256
20854 (base32
20855 "0y52g15pcgs4b68sfczn6nnpdqsialsb4mq3wb9a2gba7qdcf76y"))))
20856 (properties `((upstream-name . "Anthropometry")))
20857 (build-system r-build-system)
20858 (propagated-inputs
20859 `(("r-archetypes" ,r-archetypes)
20860 ("r-biclust" ,r-biclust)
20861 ("r-cluster" ,r-cluster)
20862 ("r-depth" ,r-depth)
20863 ("r-fnn" ,r-fnn)
20864 ("r-icge" ,r-icge)
20865 ("r-nnls" ,r-nnls)
20866 ("r-rgl" ,r-rgl)
20867 ("r-shapes" ,r-shapes)))
20868 (native-inputs
20869 `(("r-knitr" ,r-knitr)))
20870 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
20871 (synopsis "Statistical methods for anthropometric data")
20872 (description
20873 "This package provides statistical methods especially developed to
20874 analyze anthropometric data. These methods are aimed at providing effective
20875 solutions to some commons problems related to Ergonomics and Anthropometry.
20876 They are based on clustering, the statistical concept of data depth,
20877 statistical shape analysis and archetypal analysis.")
20878 (license license:gpl2+)))
20879
20880 (define-public r-adamethods
20881 (package
20882 (name "r-adamethods")
20883 (version "1.2.1")
20884 (source
20885 (origin
20886 (method url-fetch)
20887 (uri (cran-uri "adamethods" version))
20888 (sha256
20889 (base32
20890 "150awbd3skb1mqca18bqjykhyycqw8crviw66s6qrcnmcsbk77pj"))))
20891 (properties `((upstream-name . "adamethods")))
20892 (build-system r-build-system)
20893 (propagated-inputs
20894 `(("r-anthropometry" ,r-anthropometry)
20895 ("r-archetypes" ,r-archetypes)
20896 ("r-fnn" ,r-fnn)
20897 ("r-foreach" ,r-foreach)
20898 ("r-nnls" ,r-nnls)
20899 ("r-tolerance" ,r-tolerance)
20900 ("r-univoutl" ,r-univoutl)))
20901 (home-page "https://cran.r-project.org/web/packages/adamethods/")
20902 (synopsis "Archetypoid algorithms and anomaly detection")
20903 (description
20904 "This package is a collection of several algorithms to obtain
20905 archetypoids with small and large databases and with both classical
20906 multivariate data and functional data (univariate and multivariate). Some of
20907 these algorithms also detect anomalies (outliers).")
20908 (license license:gpl2+)))
20909
20910 (define-public r-idpmisc
20911 (package
20912 (name "r-idpmisc")
20913 (version "1.1.20")
20914 (source
20915 (origin
20916 (method url-fetch)
20917 (uri (cran-uri "IDPmisc" version))
20918 (sha256
20919 (base32
20920 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
20921 (properties `((upstream-name . "IDPmisc")))
20922 (build-system r-build-system)
20923 (propagated-inputs
20924 `(("r-lattice" ,r-lattice)))
20925 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
20926 (synopsis "Functions for data analyses and visualization")
20927 (description
20928 "This package provides different high-level graphics functions for
20929 displaying large datasets, displaying circular data in a very flexible way,
20930 finding local maxima, brewing color ramps, drawing nice arrows, zooming
20931 2D-plots, creating figures with differently colored margin and plot region.
20932 In addition, the package contains auxiliary functions for data manipulation
20933 like omitting observations with irregular values or selecting data by logical
20934 vectors, which include NAs. Other functions are especially useful in
20935 spectroscopy and analyses of environmental data: robust baseline fitting,
20936 finding peaks in spectra, converting humidity measures.")
20937 (license license:gpl3+)))
20938
20939 (define-public r-qqman
20940 (package
20941 (name "r-qqman")
20942 (version "0.1.4")
20943 (source
20944 (origin
20945 (method url-fetch)
20946 (uri (cran-uri "qqman" version))
20947 (sha256
20948 (base32
20949 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
20950 (properties `((upstream-name . "qqman")))
20951 (build-system r-build-system)
20952 (propagated-inputs
20953 `(("r-calibrate" ,r-calibrate)))
20954 (home-page "https://cran.r-project.org/web/packages/qqman/")
20955 (synopsis "Q-Q and Manhattan plots for GWAS data")
20956 (description
20957 "This package allows you to create Q-Q and Manhattan plots for GWAS data
20958 from PLINK results.")
20959 (license license:gpl3)))
20960
20961 (define-public r-ggplot-multistats
20962 (package
20963 (name "r-ggplot-multistats")
20964 (version "1.0.0")
20965 (source
20966 (origin
20967 (method url-fetch)
20968 (uri (cran-uri "ggplot.multistats" version))
20969 (sha256
20970 (base32
20971 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
20972 (properties
20973 `((upstream-name . "ggplot.multistats")))
20974 (build-system r-build-system)
20975 (propagated-inputs
20976 `(("r-ggplot2" ,r-ggplot2)
20977 ("r-hexbin" ,r-hexbin)
20978 ("r-rlang" ,r-rlang)
20979 ("r-scales" ,r-scales)))
20980 (home-page "https://github.com/flying-sheep/ggplot.multistats")
20981 (synopsis "Multiple summary statistics for binned stats/geometries")
20982 (description
20983 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
20984 which functions similar to its singular form, but allows the use of multiple
20985 statistics per bin. Those statistics can be mapped to multiple bin
20986 aesthetics.")
20987 (license license:gpl3)))
20988
20989 (define-public r-knn-covertree
20990 (package
20991 (name "r-knn-covertree")
20992 (version "1.0")
20993 (source
20994 (origin
20995 (method url-fetch)
20996 (uri (cran-uri "knn.covertree" version))
20997 (sha256
20998 (base32
20999 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
21000 (properties `((upstream-name . "knn.covertree")))
21001 (build-system r-build-system)
21002 (propagated-inputs
21003 `(("r-matrix" ,r-matrix)
21004 ("r-rcpp" ,r-rcpp)
21005 ("r-rcppeigen" ,r-rcppeigen)))
21006 (home-page "https://github.com/flying-sheep/knn.covertree")
21007 (synopsis "Accurate kNN Implementation with multiple distance measures")
21008 (description
21009 "Similarly to the FNN package, this package allows calculation of the k
21010 nearest neighbors (kNN) of a data matrix. The implementation is based on
21011 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
21012 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
21013 (license license:agpl3+)))
21014
21015 (define-public r-poibin
21016 (package
21017 (name "r-poibin")
21018 (version "1.5")
21019 (source
21020 (origin
21021 (method url-fetch)
21022 (uri (cran-uri "poibin" version))
21023 (sha256
21024 (base32
21025 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
21026 (properties `((upstream-name . "poibin")))
21027 (build-system r-build-system)
21028 (home-page "https://cran.r-project.org/web/packages/poibin/")
21029 (synopsis "Poisson binomial distribution")
21030 (description
21031 "This package provides an implementation of both the exact and
21032 approximation methods for computing the @dfn{cumulative distribution
21033 function} (CDF) of the Poisson binomial distribution. It also provides the
21034 @dfn{probability mass function} (PMF), quantile function, and random number
21035 generation for the Poisson binomial distribution.")
21036 (license license:gpl2)))
21037
21038 (define-public r-diagram
21039 (package
21040 (name "r-diagram")
21041 (version "1.6.5")
21042 (source
21043 (origin
21044 (method url-fetch)
21045 (uri (cran-uri "diagram" version))
21046 (sha256
21047 (base32
21048 "1r3lyl0h7mk9cfg8smr3jydfkjdawaphnxibkxfjqa7029vkxh79"))))
21049 (properties `((upstream-name . "diagram")))
21050 (build-system r-build-system)
21051 (propagated-inputs
21052 `(("r-shape" ,r-shape)))
21053 (home-page "https://cran.r-project.org/web/packages/diagram/")
21054 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
21055 (description
21056 "This package provides tools to visualize simple graphs (networks) based
21057 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
21058 electrical networks, etc. It also includes supporting material for the book
21059 \"A practical guide to ecological modelling - using R as a simulation
21060 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
21061 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
21062 Francesca Mazzia (2012).")
21063 (license license:gpl2+)))
21064
21065 (define-public r-lim
21066 (package
21067 (name "r-lim")
21068 (version "1.4.6")
21069 (source
21070 (origin
21071 (method url-fetch)
21072 (uri (cran-uri "LIM" version))
21073 (sha256
21074 (base32
21075 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
21076 (properties `((upstream-name . "LIM")))
21077 (build-system r-build-system)
21078 (propagated-inputs
21079 `(("r-diagram" ,r-diagram)
21080 ("r-limsolve" ,r-limsolve)))
21081 (home-page "https://cran.r-project.org/web/packages/LIM/")
21082 (synopsis "Linear inverse model examples and solution methods")
21083 (description
21084 "This package provides functions that read and solve linear inverse
21085 problems (food web problems, linear programming problems).")
21086 (license license:gpl2+)))
21087
21088 (define-public r-shinycssloaders
21089 (package
21090 (name "r-shinycssloaders")
21091 (version "1.0.0")
21092 (source
21093 (origin
21094 (method url-fetch)
21095 (uri (cran-uri "shinycssloaders" version))
21096 (sha256
21097 (base32
21098 "0r3xm273lhdhzbs2mkgw1m2kwb7z1dh1pzya8yxy5vacda1l2ikl"))))
21099 (properties
21100 `((upstream-name . "shinycssloaders")))
21101 (build-system r-build-system)
21102 (propagated-inputs
21103 `(("r-digest" ,r-digest)
21104 ("r-glue" ,r-glue)
21105 ("r-shiny" ,r-shiny)))
21106 (home-page "https://github.com/andrewsali/shinycssloaders")
21107 (synopsis "Add CSS loading animations to Shiny outputs")
21108 (description
21109 "This package provides tools to create a lightweight Shiny wrapper for
21110 the css-loaders created by Luke Hass
21111 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
21112 automatically show a loader when the output is (re)calculating.")
21113 (license license:gpl3)))
21114
21115 (define-public r-rsvg
21116 (package
21117 (name "r-rsvg")
21118 (version "2.1")
21119 (source
21120 (origin
21121 (method url-fetch)
21122 (uri (cran-uri "rsvg" version))
21123 (sha256
21124 (base32
21125 "0bxnwa9sbzx6jlxrzh3ymjq81vkxil2qx7kk7wp13a0cql7dhxcn"))))
21126 (properties `((upstream-name . "rsvg")))
21127 (build-system r-build-system)
21128 (inputs
21129 `(("librsvg" ,librsvg)
21130 ("zlib" ,zlib)))
21131 (native-inputs
21132 `(("pkg-config" ,pkg-config)
21133 ("r-knitr" ,r-knitr)))
21134 (home-page "https://github.com/jeroen/rsvg#readme")
21135 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
21136 (description
21137 "This package allows you to render vector-based SVG images into
21138 high-quality custom-size bitmap arrays using the librsvg2 library. The
21139 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
21140 addition, the package can convert images directly to various formats such as
21141 PDF or PostScript.")
21142 (license license:expat)))
21143
21144 (define-public r-influencer
21145 (package
21146 (name "r-influencer")
21147 (version "0.1.0")
21148 (source
21149 (origin
21150 (method url-fetch)
21151 (uri (cran-uri "influenceR" version))
21152 (sha256
21153 (base32
21154 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
21155 (properties `((upstream-name . "influenceR")))
21156 (build-system r-build-system)
21157 (propagated-inputs
21158 `(("r-igraph" ,r-igraph)
21159 ("r-matrix" ,r-matrix)))
21160 (home-page "https://github.com/rcc-uchicago/influenceR")
21161 (synopsis "Tools to quantify structural importance of nodes in a network")
21162 (description
21163 "This package provides functionality to compute various node centrality
21164 measures on networks. Included are functions to compute betweenness
21165 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
21166 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
21167 algorithm to identify key players, and Valente's bridging metric. The
21168 betweenness, Key Players, and bridging implementations are parallelized with
21169 OpenMP.")
21170 (license license:gpl2)))
21171
21172 (define-public r-emplik
21173 (package
21174 (name "r-emplik")
21175 (version "1.1-1")
21176 (source
21177 (origin
21178 (method url-fetch)
21179 (uri (cran-uri "emplik" version))
21180 (sha256
21181 (base32
21182 "1kw8g8j075bsicdvgkjf4870rfv5c30gvmw6qkkaz3ki22x74w77"))))
21183 (properties `((upstream-name . "emplik")))
21184 (build-system r-build-system)
21185 (propagated-inputs
21186 `(("r-quantreg" ,r-quantreg)))
21187 (home-page "https://www.ms.uky.edu/~mai/EmpLik.html")
21188 (synopsis "Empirical likelihood ratio for censored/truncated data")
21189 (description
21190 "This package provides empirical likelihood ratio tests for
21191 means/quantiles/hazards from possibly censored and/or truncated data. It also
21192 does regression.")
21193 (license license:gpl2+)))
21194
21195 (define-public r-imputeyn
21196 (package
21197 (name "r-imputeyn")
21198 (version "1.3")
21199 (source
21200 (origin
21201 (method url-fetch)
21202 (uri (cran-uri "imputeYn" version))
21203 (sha256
21204 (base32
21205 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
21206 (properties `((upstream-name . "imputeYn")))
21207 (build-system r-build-system)
21208 (propagated-inputs
21209 `(("r-boot" ,r-boot)
21210 ("r-emplik" ,r-emplik)
21211 ("r-mvtnorm" ,r-mvtnorm)
21212 ("r-quadprog" ,r-quadprog)
21213 ("r-survival" ,r-survival)))
21214 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
21215 (synopsis "Impute last largest censored observation under weighted least squares")
21216 (description
21217 "This package allows for the imputation of the last largest censored
21218 observantions. This method brings less bias and more efficient estimates for
21219 AFT models.")
21220 (license license:gpl2)))
21221
21222 (define-public r-adapenetclass
21223 (package
21224 (name "r-adapenetclass")
21225 (version "1.2")
21226 (source
21227 (origin
21228 (method url-fetch)
21229 (uri (cran-uri "AdapEnetClass" version))
21230 (sha256
21231 (base32
21232 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
21233 (properties `((upstream-name . "AdapEnetClass")))
21234 (build-system r-build-system)
21235 (propagated-inputs
21236 `(("r-glmnet" ,r-glmnet)
21237 ("r-imputeyn" ,r-imputeyn)
21238 ("r-lars" ,r-lars)
21239 ("r-quadprog" ,r-quadprog)))
21240 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
21241 (synopsis "Class of adaptive elastic net methods for censored data")
21242 (description
21243 "This package provides methods for variable selection for AFT models.")
21244 (license license:gpl2)))
21245
21246 (define-public r-flock
21247 (package
21248 (name "r-flock")
21249 (version "0.7")
21250 (source
21251 (origin
21252 (method url-fetch)
21253 (uri (cran-uri "flock" version))
21254 (sha256
21255 (base32
21256 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
21257 (properties `((upstream-name . "flock")))
21258 (build-system r-build-system)
21259 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
21260 (home-page "https://cran.r-project.org/web/packages/flock/")
21261 (synopsis "Process synchronization using file locks")
21262 (description
21263 "This package implements synchronization between R processes (spawned by
21264 using the @code{parallel} package for instance) using file locks. It supports
21265 both exclusive and shared locking.")
21266 (license license:asl2.0)))
21267
21268 (define-public r-archivist
21269 (package
21270 (name "r-archivist")
21271 (version "2.3.5")
21272 (source
21273 (origin
21274 (method url-fetch)
21275 (uri (cran-uri "archivist" version))
21276 (sha256
21277 (base32
21278 "0sk16bcafgswrvwh39ysbgm6jvsg20yil4pdsg3wsp81nnsrb43k"))))
21279 (properties `((upstream-name . "archivist")))
21280 (build-system r-build-system)
21281 (propagated-inputs
21282 `(("r-dbi" ,r-dbi)
21283 ("r-digest" ,r-digest)
21284 ("r-flock" ,r-flock)
21285 ("r-httr" ,r-httr)
21286 ("r-lubridate" ,r-lubridate)
21287 ("r-magrittr" ,r-magrittr)
21288 ("r-rcurl" ,r-rcurl)
21289 ("r-rsqlite" ,r-rsqlite)))
21290 (native-inputs
21291 `(("r-knitr" ,r-knitr)))
21292 (home-page "https://pbiecek.github.io/archivist/")
21293 (synopsis "Tools for storing, restoring and searching for R objects")
21294 (description
21295 "Data exploration and modelling is a process in which a lot of data
21296 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
21297 statistical models, different versions of data sets and different versions of
21298 results. Archivist helps to store and manage artifacts created in R. It
21299 allows you to store selected artifacts as binary files together with their
21300 metadata and relations. Archivist allows sharing artifacts with others. It
21301 can look for already created artifacts by using its class, name, date of the
21302 creation or other properties. It also makes it easy to restore such
21303 artifacts.")
21304 (license license:gpl2)))
21305
21306 (define-public r-versions
21307 (package
21308 (name "r-versions")
21309 (version "0.3")
21310 (source
21311 (origin
21312 (method url-fetch)
21313 (uri (cran-uri "versions" version))
21314 (sha256
21315 (base32
21316 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
21317 (properties `((upstream-name . "versions")))
21318 (build-system r-build-system)
21319 (home-page "https://cran.r-project.org/web/packages/versions/")
21320 (synopsis "Query and install specific versions of CRAN packages")
21321 (description
21322 "This package allows you to install specified versions of R packages
21323 hosted on CRAN and provides functions to list available versions and the
21324 versions of currently installed packages.")
21325 (license license:bsd-3)))
21326
21327 (define-public r-adapr
21328 (package
21329 (name "r-adapr")
21330 (version "2.0.0")
21331 (source
21332 (origin
21333 (method url-fetch)
21334 (uri (cran-uri "adapr" version))
21335 (sha256
21336 (base32
21337 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
21338 (properties `((upstream-name . "adapr")))
21339 (build-system r-build-system)
21340 (propagated-inputs
21341 `(("r-archivist" ,r-archivist)
21342 ("r-devtools" ,r-devtools)
21343 ("r-digest" ,r-digest)
21344 ("r-doparallel" ,r-doparallel)
21345 ("r-gdata" ,r-gdata)
21346 ("r-ggplot2" ,r-ggplot2)
21347 ("r-git2r" ,r-git2r)
21348 ("r-igraph" ,r-igraph)
21349 ("r-knitr" ,r-knitr)
21350 ("r-plotly" ,r-plotly)
21351 ("r-plyr" ,r-plyr)
21352 ("r-rmarkdown" ,r-rmarkdown)
21353 ("r-shiny" ,r-shiny)
21354 ("r-shinydashboard" ,r-shinydashboard)
21355 ("r-versions" ,r-versions)))
21356 (home-page "https://cran.r-project.org/web/packages/adapr/")
21357 (synopsis "Implementation of an accountable data analysis process")
21358 (description
21359 "This package tracks reading and writing within R scripts that are
21360 organized into a directed acyclic graph. It contains an interactive Shiny
21361 application @code{adaprApp()}. It uses Git and file hashes to track version
21362 histories of inputs and outputs.")
21363 (license license:lgpl2.0)))
21364
21365 (define-public r-adapsamp
21366 (package
21367 (name "r-adapsamp")
21368 (version "1.1.1")
21369 (source
21370 (origin
21371 (method url-fetch)
21372 (uri (cran-uri "AdapSamp" version))
21373 (sha256
21374 (base32
21375 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
21376 (properties `((upstream-name . "AdapSamp")))
21377 (build-system r-build-system)
21378 (propagated-inputs `(("r-pracma" ,r-pracma)))
21379 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
21380 (synopsis "Adaptive sampling algorithms")
21381 (description
21382 "For distributions whose probability density functions are log-concave,
21383 the adaptive rejection sampling algorithm can be used to build envelope
21384 functions for sampling. For others, the modified adaptive rejection sampling
21385 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
21386 adaptive slice sampling algorithm can be used. This R package mainly includes
21387 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
21388 @code{rASS()}. These functions can realize sampling based on the algorithms
21389 above.")
21390 (license license:gpl2)))
21391
21392 (define-public r-adaptalint
21393 (package
21394 (name "r-adaptalint")
21395 (version "0.2.4")
21396 (source
21397 (origin
21398 (method url-fetch)
21399 (uri (cran-uri "adaptalint" version))
21400 (sha256
21401 (base32
21402 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
21403 (properties `((upstream-name . "adaptalint")))
21404 (build-system r-build-system)
21405 (propagated-inputs
21406 `(("r-dplyr" ,r-dplyr)
21407 ("r-lintr" ,r-lintr)
21408 ("r-purrr" ,r-purrr)))
21409 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
21410 (synopsis "Check R code style")
21411 (description
21412 "This package provides tools to infer the code style (which style rules
21413 are followed and which ones are not) from one package and use it to check
21414 another. This makes it easier to find and correct the most important problems
21415 first.")
21416 (license license:gpl3)))
21417
21418 (define-public r-fracdiff
21419 (package
21420 (name "r-fracdiff")
21421 (version "1.5-1")
21422 (source
21423 (origin
21424 (method url-fetch)
21425 (uri (cran-uri "fracdiff" version))
21426 (sha256
21427 (base32
21428 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
21429 (properties `((upstream-name . "fracdiff")))
21430 (build-system r-build-system)
21431 (home-page "https://github.com/mmaechler/fracdiff")
21432 (synopsis
21433 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
21434 (description
21435 "This package provides tools for the maximum likelihood estimation of the
21436 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
21437 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
21438 (license license:gpl2+)))
21439
21440 (define-public r-forecast
21441 (package
21442 (name "r-forecast")
21443 (version "8.13")
21444 (source
21445 (origin
21446 (method url-fetch)
21447 (uri (cran-uri "forecast" version))
21448 (sha256
21449 (base32
21450 "0vrql5d4v28890np2m6ws1nr1fcl6frs1bz74vfkihkixcmkl3j9"))))
21451 (properties `((upstream-name . "forecast")))
21452 (build-system r-build-system)
21453 (propagated-inputs
21454 `(("r-colorspace" ,r-colorspace)
21455 ("r-fracdiff" ,r-fracdiff)
21456 ("r-ggplot2" ,r-ggplot2)
21457 ("r-lmtest" ,r-lmtest)
21458 ("r-magrittr" ,r-magrittr)
21459 ("r-nnet" ,r-nnet)
21460 ("r-rcpp" ,r-rcpp)
21461 ("r-rcpparmadillo" ,r-rcpparmadillo)
21462 ("r-timedate" ,r-timedate)
21463 ("r-tseries" ,r-tseries)
21464 ("r-urca" ,r-urca)
21465 ("r-zoo" ,r-zoo)))
21466 (native-inputs
21467 `(("r-knitr" ,r-knitr))) ; needed for vignettes
21468 (home-page "https://pkg.robjhyndman.com/forecast/")
21469 (synopsis "Forecasting functions for time series and linear models")
21470 (description
21471 "This package provides methods and tools for displaying and analysing
21472 univariate time series forecasts including exponential smoothing via state
21473 space models and automatic ARIMA modelling.")
21474 (license license:gpl3)))
21475
21476 (define-public r-xmisc
21477 (package
21478 (name "r-xmisc")
21479 (version "0.2.1")
21480 (source
21481 (origin
21482 (method url-fetch)
21483 (uri (cran-uri "Xmisc" version))
21484 (sha256
21485 (base32
21486 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
21487 (properties `((upstream-name . "Xmisc")))
21488 (build-system r-build-system)
21489 (home-page "https://cran.r-project.org/package=Xmisc")
21490 (synopsis
21491 "Xiaobei's miscellaneous classes and functions")
21492 (description
21493 "This package provides Xiaobei's miscellaneous classes and functions,
21494 which are useful when developing R packages for @dfn{object oriented
21495 programming} (OOP) using R Reference Class.")
21496 (license license:gpl2+)))
21497
21498 (define-public r-proxyc
21499 (package
21500 (name "r-proxyc")
21501 (version "0.1.5")
21502 (source
21503 (origin
21504 (method url-fetch)
21505 (uri (cran-uri "proxyC" version))
21506 (sha256
21507 (base32
21508 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
21509 (properties `((upstream-name . "proxyC")))
21510 (build-system r-build-system)
21511 (propagated-inputs
21512 `(("r-matrix" ,r-matrix)
21513 ("r-rcpp" ,r-rcpp)
21514 ("r-rcpparmadillo" ,r-rcpparmadillo)
21515 ("r-rcppparallel" ,r-rcppparallel)))
21516 (home-page "https://cran.r-project.org/package=proxyC")
21517 (synopsis "Compute proximity in large sparse matrices")
21518 (description
21519 "This package provides efficient tools to compute the proximity between
21520 rows or columns of large matrices. Functions are optimised for large sparse
21521 matrices using the Armadillo and Intel TBB libraries. Among several built-in
21522 similarity/distance measures, computation of correlation, cosine similarity
21523 and Euclidean distance is particularly fast.")
21524 (license license:gpl3)))
21525
21526 (define-public r-isocodes
21527 (package
21528 (name "r-isocodes")
21529 (version "2020.12.04")
21530 (source
21531 (origin
21532 (method url-fetch)
21533 (uri (cran-uri "ISOcodes" version))
21534 (sha256
21535 (base32
21536 "18373rkhmwm7y2drvfbhrxkqw9d23avf0ndvh0fg00z4djvddkjx"))))
21537 (properties `((upstream-name . "ISOcodes")))
21538 (build-system r-build-system)
21539 (home-page "https://cran.r-project.org/package=ISOcodes")
21540 (synopsis "Selected ISO codes")
21541 (description
21542 "This package provides ISO language, territory, currency, script and
21543 character codes. It provides ISO 639 language codes, ISO 3166 territory
21544 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
21545 character codes as well as the UN M.49 area codes.")
21546 (license license:gpl2)))
21547
21548 (define-public r-stopwords
21549 (package
21550 (name "r-stopwords")
21551 (version "2.2")
21552 (source
21553 (origin
21554 (method url-fetch)
21555 (uri (cran-uri "stopwords" version))
21556 (sha256
21557 (base32
21558 "1f862y30c4r0phamlp7shzkpxg0vh3i410xy0336w310hv3wqsxn"))))
21559 (properties `((upstream-name . "stopwords")))
21560 (build-system r-build-system)
21561 (propagated-inputs
21562 `(("r-isocodes" ,r-isocodes)))
21563 (home-page "https://github.com/quanteda/stopwords")
21564 (synopsis "Multilingual stopword lists")
21565 (description
21566 "This package provides multiple sources of stopwords, for use in text
21567 analysis and natural language processing.")
21568 (license license:expat)))
21569
21570 (define-public r-spacyr
21571 (package
21572 (name "r-spacyr")
21573 (version "1.2.1")
21574 (source
21575 (origin
21576 (method url-fetch)
21577 (uri (cran-uri "spacyr" version))
21578 (sha256
21579 (base32
21580 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
21581 (properties `((upstream-name . "spacyr")))
21582 (build-system r-build-system)
21583 (propagated-inputs
21584 `(("r-data-table" ,r-data-table)
21585 ("r-reticulate" ,r-reticulate)))
21586 (home-page "https://spacyr.quanteda.io")
21587 (synopsis "R wrapper for the spaCy NLP library")
21588 (description
21589 "This package provides an R wrapper to the Python @dfn{natural language
21590 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
21591 (license license:gpl3)))
21592
21593 (define-public r-snowballc
21594 (package
21595 (name "r-snowballc")
21596 (version "0.7.0")
21597 (source
21598 (origin
21599 (method url-fetch)
21600 (uri (cran-uri "SnowballC" version))
21601 (sha256
21602 (base32
21603 "1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
21604 (properties `((upstream-name . "SnowballC")))
21605 (build-system r-build-system)
21606 (home-page "https://r-forge.r-project.org/projects/r-temis/")
21607 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
21608 (description
21609 "This package provides an R interface to the C @code{libstemmer} library
21610 that implements Porter's word stemming algorithm for collapsing words to a
21611 common root to aid comparison of vocabulary. Currently supported languages
21612 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
21613 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
21614 (license license:bsd-3)))
21615
21616 (define-public r-quanteda
21617 (package
21618 (name "r-quanteda")
21619 (version "2.1.2")
21620 (source
21621 (origin
21622 (method url-fetch)
21623 (uri (cran-uri "quanteda" version))
21624 (sha256
21625 (base32
21626 "13rjwgmg5v1dbryrs9ifyy76s5ib6wrbrm2y5af44vhf1h6p9cvy"))))
21627 (properties `((upstream-name . "quanteda")))
21628 (build-system r-build-system)
21629 (propagated-inputs
21630 `(("r-data-table" ,r-data-table)
21631 ("r-digest" ,r-digest)
21632 ("r-extrafont" ,r-extrafont)
21633 ("r-fastmatch" ,r-fastmatch)
21634 ("r-ggplot2" ,r-ggplot2)
21635 ("r-ggrepel" ,r-ggrepel)
21636 ("r-jsonlite" ,r-jsonlite)
21637 ("r-magrittr" ,r-magrittr)
21638 ("r-matrix" ,r-matrix)
21639 ("r-network" ,r-network)
21640 ("r-proxyc" ,r-proxyc)
21641 ("r-rcpp" ,r-rcpp)
21642 ("r-rcpparmadillo" ,r-rcpparmadillo)
21643 ("r-rcppparallel" ,r-rcppparallel)
21644 ("r-sna" ,r-sna)
21645 ("r-snowballc" ,r-snowballc)
21646 ("r-stopwords" ,r-stopwords)
21647 ("r-stringi" ,r-stringi)
21648 ("r-xml2" ,r-xml2)
21649 ("r-yaml" ,r-yaml)))
21650 (native-inputs
21651 `(("r-knitr" ,r-knitr)))
21652 (home-page "https://quanteda.io")
21653 (synopsis "Quantitative analysis of textual data")
21654 (description
21655 "This package provides a fast, flexible, and comprehensive framework for
21656 quantitative text analysis in R. It provides functionality for corpus
21657 management, creating and manipulating tokens and ngrams, exploring keywords in
21658 context, forming and manipulating sparse matrices of documents by features and
21659 feature co-occurrences, analyzing keywords, computing feature similarities and
21660 distances, applying content dictionaries, applying supervised and unsupervised
21661 machine learning, visually representing text and text analyses, and more.")
21662 (license license:gpl3)))
21663
21664 (define-public r-topicmodels
21665 (package
21666 (name "r-topicmodels")
21667 (version "0.2-12")
21668 (source
21669 (origin
21670 (method url-fetch)
21671 (uri (cran-uri "topicmodels" version))
21672 (sha256
21673 (base32
21674 "1d6iizmn042b59q2y6qc82z19wq3xm0zvgkf8iqf8fdzh51kmn5g"))))
21675 (properties `((upstream-name . "topicmodels")))
21676 (build-system r-build-system)
21677 (inputs
21678 `(("gsl" ,gsl)))
21679 (propagated-inputs
21680 `(("r-modeltools" ,r-modeltools)
21681 ("r-slam" ,r-slam)
21682 ("r-tm" ,r-tm)))
21683 (home-page "https://cran.r-project.org/package=topicmodels")
21684 (synopsis "Topic models")
21685 (description
21686 "This package provides an interface to the C code for @dfn{Latent
21687 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
21688 David M. Blei and co-authors and the C++ code for fitting LDA models using
21689 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
21690 (license license:gpl2)))
21691
21692 (define-public r-stm
21693 (package
21694 (name "r-stm")
21695 (version "1.3.6")
21696 (source
21697 (origin
21698 (method url-fetch)
21699 (uri (cran-uri "stm" version))
21700 (sha256
21701 (base32
21702 "0qwq4nin2n9fjd06852r8k7arvcgh46kcfb3lm21swgx6j8bgrhb"))))
21703 (properties `((upstream-name . "stm")))
21704 (build-system r-build-system)
21705 (propagated-inputs
21706 `(("r-data-table" ,r-data-table)
21707 ("r-glmnet" ,r-glmnet)
21708 ("r-lda" ,r-lda)
21709 ("r-matrix" ,r-matrix)
21710 ("r-matrixstats" ,r-matrixstats)
21711 ("r-quadprog" ,r-quadprog)
21712 ("r-quanteda" ,r-quanteda)
21713 ("r-rcpp" ,r-rcpp)
21714 ("r-rcpparmadillo" ,r-rcpparmadillo)
21715 ("r-slam" ,r-slam)
21716 ("r-stringr" ,r-stringr)))
21717 (home-page "http://www.structuraltopicmodel.com/")
21718 (synopsis "Estimation of the Structural Topic Model")
21719 (description
21720 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
21721 topic models with document-level covariates. The package also includes tools
21722 for model selection, visualization, and estimation of topic-covariate
21723 regressions.")
21724 (license license:expat)))
21725
21726 (define-public r-polycor
21727 (package
21728 (name "r-polycor")
21729 (version "0.7-10")
21730 (source
21731 (origin
21732 (method url-fetch)
21733 (uri (cran-uri "polycor" version))
21734 (sha256
21735 (base32
21736 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
21737 (properties `((upstream-name . "polycor")))
21738 (build-system r-build-system)
21739 (propagated-inputs
21740 `(("r-matrix" ,r-matrix)
21741 ("r-mvtnorm" ,r-mvtnorm)))
21742 (home-page "https://r-forge.r-project.org/projects/polycor/")
21743 (synopsis "Polychoric and polyserial correlations")
21744 (description
21745 "This package provides tools to compute polychoric and polyserial
21746 correlations by quick \"two-step\" methods or ML, optionally with standard
21747 errors; tetrachoric and biserial correlations are special cases.")
21748 (license license:gpl2+)))
21749
21750 (define-public r-msm
21751 (package
21752 (name "r-msm")
21753 (version "1.6.8")
21754 (source
21755 (origin
21756 (method url-fetch)
21757 (uri (cran-uri "msm" version))
21758 (sha256
21759 (base32
21760 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
21761 (properties `((upstream-name . "msm")))
21762 (build-system r-build-system)
21763 (propagated-inputs
21764 `(("r-expm" ,r-expm)
21765 ("r-mvtnorm" ,r-mvtnorm)
21766 ("r-survival" ,r-survival)))
21767 (home-page "https://github.com/chjackson/msm")
21768 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
21769 (description
21770 "This package provides functions for fitting continuous-time Markov and
21771 hidden Markov multi-state models to longitudinal data. It was designed for
21772 processes observed at arbitrary times in continuous time (panel data) but some
21773 other observation schemes are supported. Both Markov transition rates and the
21774 hidden Markov output process can be modelled in terms of covariates, which may
21775 be constant or piecewise-constant in time.")
21776 (license license:gpl2+)))
21777
21778 (define-public r-ltm
21779 (package
21780 (name "r-ltm")
21781 (version "1.1-1")
21782 (source
21783 (origin
21784 (method url-fetch)
21785 (uri (cran-uri "ltm" version))
21786 (sha256
21787 (base32
21788 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
21789 (properties `((upstream-name . "ltm")))
21790 (build-system r-build-system)
21791 (propagated-inputs
21792 `(("r-mass" ,r-mass)
21793 ("r-msm" ,r-msm)
21794 ("r-polycor" ,r-polycor)))
21795 (home-page "https://github.com/drizopoulos/ltm")
21796 (synopsis "Latent trait models under IRT")
21797 (description
21798 "This is a package supporting the analysis of multivariate dichotomous
21799 and polytomous data using latent trait models under the Item Response Theory
21800 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
21801 Three-Parameter, the Graded Response, and the Generalized Partial Credit
21802 Models.")
21803 (license license:gpl2+)))
21804
21805 (define-public r-mi
21806 (package
21807 (name "r-mi")
21808 (version "1.0")
21809 (source
21810 (origin
21811 (method url-fetch)
21812 (uri (cran-uri "mi" version))
21813 (sha256
21814 (base32
21815 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
21816 (properties `((upstream-name . "mi")))
21817 (build-system r-build-system)
21818 (propagated-inputs
21819 `(("r-arm" ,r-arm)
21820 ("r-matrix" ,r-matrix)))
21821 (home-page "http://www.stat.columbia.edu/~gelman/")
21822 (synopsis "Missing data imputation and model checking")
21823 (description
21824 "This package provides functions for data manipulation, imputing missing
21825 values in an approximate Bayesian framework, diagnostics of the models used to
21826 generate the imputations, confidence-building mechanisms to validate some of
21827 the assumptions of the imputation algorithm, and functions to analyze multiply
21828 imputed data sets with the appropriate degree of sampling uncertainty.")
21829 (license license:gpl2+)))
21830
21831 (define-public r-matrixcalc
21832 (package
21833 (name "r-matrixcalc")
21834 (version "1.0-3")
21835 (source
21836 (origin
21837 (method url-fetch)
21838 (uri (cran-uri "matrixcalc" version))
21839 (sha256
21840 (base32
21841 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
21842 (properties `((upstream-name . "matrixcalc")))
21843 (build-system r-build-system)
21844 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
21845 (synopsis "Collection of functions for matrix calculations")
21846 (description
21847 "This package provides a collection of functions to support matrix
21848 calculations for probability, econometric and numerical analysis. There are
21849 additional functions that are comparable to APL functions which are useful for
21850 actuarial models such as pension mathematics.")
21851 (license license:gpl2+)))
21852
21853 (define-public r-sem
21854 (package
21855 (name "r-sem")
21856 (version "3.1-11")
21857 (source
21858 (origin
21859 (method url-fetch)
21860 (uri (cran-uri "sem" version))
21861 (sha256
21862 (base32
21863 "03j3ig6fy34pi6nwfq9w8f5m555lilw5skr1vn6ay4yvjmvavc9k"))))
21864 (properties `((upstream-name . "sem")))
21865 (build-system r-build-system)
21866 (propagated-inputs
21867 `(("r-boot" ,r-boot)
21868 ("r-mass" ,r-mass)
21869 ("r-matrixcalc" ,r-matrixcalc)
21870 ("r-mi" ,r-mi)))
21871 (home-page "https://cran.r-project.org/package=sem")
21872 (synopsis "Structural equation models")
21873 (description
21874 "This package provides functions for fitting general linear structural
21875 equation models (with observed and latent variables) using the RAM approach,
21876 and for fitting structural equations in observed-variable models by two-stage
21877 least squares.")
21878 (license license:gpl2+)))
21879
21880 (define-public r-semtools
21881 (package
21882 (name "r-semtools")
21883 (version "0.5-4")
21884 (source
21885 (origin
21886 (method url-fetch)
21887 (uri (cran-uri "semTools" version))
21888 (sha256
21889 (base32
21890 "15kban4ds2mssxqslm126b89p8biya14c9m68sqk61vzvx5dm2vq"))))
21891 (properties `((upstream-name . "semTools")))
21892 (build-system r-build-system)
21893 (propagated-inputs
21894 `(("r-lavaan" ,r-lavaan)))
21895 (home-page "https://github.com/simsem/semTools/wiki")
21896 (synopsis "Useful tools for structural equation modeling")
21897 (description
21898 "This package provides useful tools for structural equation modeling.")
21899 (license license:gpl2+)))
21900
21901 (define-public r-regsem
21902 (package
21903 (name "r-regsem")
21904 (version "1.6.2")
21905 (source
21906 (origin
21907 (method url-fetch)
21908 (uri (cran-uri "regsem" version))
21909 (sha256
21910 (base32
21911 "14nrzyrkrijdrr4jwkri5zra2wh36w68wy6xs600l2z1633h2lmn"))))
21912 (properties `((upstream-name . "regsem")))
21913 (build-system r-build-system)
21914 (propagated-inputs
21915 `(("r-lavaan" ,r-lavaan)
21916 ("r-rcpp" ,r-rcpp)
21917 ("r-rcpparmadillo" ,r-rcpparmadillo)
21918 ("r-rsolnp" ,r-rsolnp)))
21919 (native-inputs
21920 `(("r-knitr" ,r-knitr)))
21921 (home-page "https://cran.r-project.org/package=regsem")
21922 (synopsis "Regularized structural equation modeling")
21923 (description
21924 "This package uses both ridge and lasso penalties (and extensions) to
21925 penalize specific parameters in structural equation models. The package
21926 offers additional cost functions, cross validation, and other extensions
21927 beyond traditional structural equation models. It also contains a function to
21928 perform @dfn{exploratory mediation} (XMed).")
21929 (license license:gpl2+)))
21930
21931 (define-public r-stanheaders
21932 (package
21933 (name "r-stanheaders")
21934 (version "2.21.0-7")
21935 (source
21936 (origin
21937 (method url-fetch)
21938 (uri (cran-uri "StanHeaders" version))
21939 (sha256
21940 (base32
21941 "0srkyawyiykn3p5lw1z3zf18s4ax4iasv1ci3l1px40f9w36wm17"))))
21942 (properties `((upstream-name . "StanHeaders")))
21943 (build-system r-build-system)
21944 (inputs `(("pandoc" ,pandoc)))
21945 (propagated-inputs
21946 `(("r-rcppeigen" ,r-rcppeigen)
21947 ("r-rcppparallel" ,r-rcppparallel)))
21948 (native-inputs
21949 `(("gfortran" ,gfortran)
21950 ("r-knitr" ,r-knitr))) ; for vignettes
21951 (home-page "https://mc-stan.org/")
21952 (synopsis "C++ header files for Stan")
21953 (description
21954 "The C++ header files of the Stan project are provided by this package.
21955 There is a shared object containing part of the @code{CVODES} library, but it
21956 is not accessible from R. @code{r-stanheaders} is only useful for developers
21957 who want to utilize the @code{LinkingTo} directive of their package's
21958 DESCRIPTION file to build on the Stan library without incurring unnecessary
21959 dependencies.
21960
21961 The Stan project develops a probabilistic programming language that implements
21962 full or approximate Bayesian statistical inference via Markov Chain Monte
21963 Carlo or variational methods and implements (optionally penalized) maximum
21964 likelihood estimation via optimization. The Stan library includes an advanced
21965 automatic differentiation scheme, templated statistical and linear algebra
21966 functions that can handle the automatically differentiable scalar types (and
21967 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
21968 package provides user-facing R functions to parse, compile, test, estimate,
21969 and analyze Stan models.")
21970 (license license:bsd-3)))
21971
21972 (define-public r-rpf
21973 (package
21974 (name "r-rpf")
21975 (version "1.0.5")
21976 (source
21977 (origin
21978 (method url-fetch)
21979 (uri (cran-uri "rpf" version))
21980 (sha256
21981 (base32
21982 "0kz7i7g3l16irz6bxgnkxdmmd931m1fk6rl72dvs21ir5brr010l"))))
21983 (properties `((upstream-name . "rpf")))
21984 (build-system r-build-system)
21985 (propagated-inputs
21986 `(("r-lifecycle" ,r-lifecycle)
21987 ("r-mvtnorm" ,r-mvtnorm)
21988 ("r-rcpp" ,r-rcpp)
21989 ("r-rcppeigen" ,r-rcppeigen)))
21990 (native-inputs
21991 `(("r-knitr" ,r-knitr)))
21992 (home-page "https://github.com/jpritikin/rpf")
21993 (synopsis "Response probability functions")
21994 (description
21995 "The purpose of this package is to factor out logic and math common to
21996 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
21997 core support code suitable for more specialized IRT packages to build upon.
21998 Complete access to optimized C functions is made available with
21999 @code{R_RegisterCCallable()}.")
22000 (license license:gpl3+)))
22001
22002 (define-public r-openmx
22003 (package
22004 (name "r-openmx")
22005 (version "2.18.1")
22006 (source
22007 (origin
22008 (method url-fetch)
22009 (uri (cran-uri "OpenMx" version))
22010 (sha256
22011 (base32
22012 "0gyjps0l3ig90piccgd04s63cz65kk5i5l9iyakps4bv27h1lzwm"))))
22013 (properties `((upstream-name . "OpenMx")))
22014 (build-system r-build-system)
22015 (propagated-inputs
22016 `(("r-bh" ,r-bh)
22017 ("r-digest" ,r-digest)
22018 ("r-lifecycle" ,r-lifecycle)
22019 ("r-mass" ,r-mass)
22020 ("r-matrix" ,r-matrix)
22021 ("r-rcpp" ,r-rcpp)
22022 ("r-rcppeigen" ,r-rcppeigen)
22023 ("r-rpf" ,r-rpf)
22024 ("r-stanheaders" ,r-stanheaders)))
22025 (native-inputs `(("gfortran" ,gfortran)))
22026 (home-page "http://openmx.ssri.psu.edu")
22027 (synopsis "Extended structural equation modelling")
22028 (description
22029 "This package allows for the estimation of a wide variety of advanced
22030 multivariate statistical models. It consists of a library of functions and
22031 optimizers that allow you to quickly and flexibly define an SEM model and
22032 estimate parameters given observed data.")
22033 (license license:asl2.0)))
22034
22035 (define-public r-kutils
22036 (package
22037 (name "r-kutils")
22038 (version "1.70")
22039 (source
22040 (origin
22041 (method url-fetch)
22042 (uri (cran-uri "kutils" version))
22043 (sha256
22044 (base32
22045 "06jk66wbq3jmdf2jdhqns6r3yk36l2x7c907x977zv80sqxa1l37"))))
22046 (properties `((upstream-name . "kutils")))
22047 (build-system r-build-system)
22048 (propagated-inputs
22049 `(("r-foreign" ,r-foreign)
22050 ("r-openxlsx" ,r-openxlsx)
22051 ("r-plyr" ,r-plyr)
22052 ("r-runit" ,r-runit)
22053 ("r-xtable" ,r-xtable)))
22054 (home-page "https://cran.r-project.org/package=kutils")
22055 (synopsis "Project management tools")
22056 (description
22057 "This package provides tools for data importation, recoding, and
22058 inspection. There are functions to create new project folders, R code
22059 templates, create uniquely named output directories, and to quickly obtain a
22060 visual summary for each variable in a data frame. The main feature here is
22061 the systematic implementation of the \"variable key\" framework for data
22062 importation and recoding.")
22063 (license license:gpl2)))
22064
22065 (define-public r-rockchalk
22066 (package
22067 (name "r-rockchalk")
22068 (version "1.8.144")
22069 (source
22070 (origin
22071 (method url-fetch)
22072 (uri (cran-uri "rockchalk" version))
22073 (sha256
22074 (base32
22075 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
22076 (properties `((upstream-name . "rockchalk")))
22077 (build-system r-build-system)
22078 (propagated-inputs
22079 `(("r-cardata" ,r-cardata)
22080 ("r-kutils" ,r-kutils)
22081 ("r-lme4" ,r-lme4)
22082 ("r-mass" ,r-mass)))
22083 (home-page "https://cran.r-project.org/package=rockchalk")
22084 (synopsis "Regression estimation and presentation")
22085 (description
22086 "This package provides a collection of functions for interpretation and
22087 presentation of regression analysis. These functions are used to produce the
22088 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
22089 includes regression diagnostics, regression tables, and plots of interactions
22090 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
22091 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
22092 fairly comprehensive overview.")
22093 (license license:gpl3+)))
22094
22095 (define-public r-lisreltor
22096 (package
22097 (name "r-lisreltor")
22098 (version "0.1.4")
22099 (source
22100 (origin
22101 (method url-fetch)
22102 (uri (cran-uri "lisrelToR" version))
22103 (sha256
22104 (base32
22105 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
22106 (properties `((upstream-name . "lisrelToR")))
22107 (build-system r-build-system)
22108 (home-page "https://cran.r-project.org/package=lisrelToR")
22109 (synopsis "Import output from LISREL into R")
22110 (description
22111 "This is an unofficial package aimed at automating the import of LISREL
22112 output in R.")
22113 (license license:gpl2)))
22114
22115 (define-public r-bdgraph
22116 (package
22117 (name "r-bdgraph")
22118 (version "2.63")
22119 (source
22120 (origin
22121 (method url-fetch)
22122 (uri (cran-uri "BDgraph" version))
22123 (sha256
22124 (base32
22125 "05q6dbvdnxmh7myvw60zqcqx16f80i8d6qa4y7xnfkx02l9lwiyc"))))
22126 (properties `((upstream-name . "BDgraph")))
22127 (build-system r-build-system)
22128 (propagated-inputs
22129 `(("r-igraph" ,r-igraph)))
22130 (home-page "https://www.uva.nl/profile/a.mohammadi")
22131 (synopsis "Bayesian structure learning in graphical models")
22132 (description
22133 "This package provides statistical tools for Bayesian structure learning
22134 in undirected graphical models for continuous, discrete, and mixed data. It
22135 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
22136 on a continuous-time birth-death process.")
22137 (license license:gpl2+)))
22138
22139 (define-public r-d3network
22140 (package
22141 (name "r-d3network")
22142 (version "0.5.2.1")
22143 (source
22144 (origin
22145 (method url-fetch)
22146 (uri (cran-uri "d3Network" version))
22147 (sha256
22148 (base32
22149 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
22150 (properties `((upstream-name . "d3Network")))
22151 (build-system r-build-system)
22152 (propagated-inputs
22153 `(("r-plyr" ,r-plyr)
22154 ("r-rjson" ,r-rjson)
22155 ("r-whisker" ,r-whisker)))
22156 (home-page "http://christophergandrud.github.io/d3Network/")
22157 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
22158 (description
22159 "This package is intended to make it easy to create D3 JavaScript
22160 network, tree, dendrogram, and Sankey graphs from R using data frames.")
22161 (license license:gpl3+)))
22162
22163 (define-public r-qgraph
22164 (package
22165 (name "r-qgraph")
22166 (version "1.6.9")
22167 (source
22168 (origin
22169 (method url-fetch)
22170 (uri (cran-uri "qgraph" version))
22171 (sha256
22172 (base32
22173 "153bqfmsrghkg7598nfr57r3cxv6dn6ir084njl2sqq5np0sj9di"))))
22174 (properties `((upstream-name . "qgraph")))
22175 (build-system r-build-system)
22176 (propagated-inputs
22177 `(("r-abind" ,r-abind)
22178 ("r-colorspace" ,r-colorspace)
22179 ("r-corpcor" ,r-corpcor)
22180 ("r-dplyr" ,r-dplyr)
22181 ("r-fdrtool" ,r-fdrtool)
22182 ("r-ggplot2" ,r-ggplot2)
22183 ("r-glasso" ,r-glasso)
22184 ("r-gtools" ,r-gtools)
22185 ("r-hmisc" ,r-hmisc)
22186 ("r-igraph" ,r-igraph)
22187 ("r-jpeg" ,r-jpeg)
22188 ("r-lavaan" ,r-lavaan)
22189 ("r-matrix" ,r-matrix)
22190 ("r-pbapply" ,r-pbapply)
22191 ("r-plyr" ,r-plyr)
22192 ("r-png" ,r-png)
22193 ("r-psych" ,r-psych)
22194 ("r-rcpp" ,r-rcpp)
22195 ("r-reshape2" ,r-reshape2)))
22196 (home-page "http://sachaepskamp.com/qgraph/")
22197 (synopsis "Weighted network visualization and analysis")
22198 (description
22199 "This package implements tools for weighted network visualization and
22200 analysis, as well as Gaussian graphical model computation. It contains graph
22201 plotting methods, and tools for psychometric data visualization and graphical
22202 model estimation. See Epskamp et al. (2012)
22203 @url{doi:10.18637/jss.v048.i04}.")
22204 (license license:gpl2)))
22205
22206 (define-public r-semplot
22207 (package
22208 (name "r-semplot")
22209 (version "1.1.2")
22210 (source
22211 (origin
22212 (method url-fetch)
22213 (uri (cran-uri "semPlot" version))
22214 (sha256
22215 (base32
22216 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
22217 (properties `((upstream-name . "semPlot")))
22218 (build-system r-build-system)
22219 (propagated-inputs
22220 `(("r-colorspace" ,r-colorspace)
22221 ("r-corpcor" ,r-corpcor)
22222 ("r-igraph" ,r-igraph)
22223 ("r-lavaan" ,r-lavaan)
22224 ("r-lisreltor" ,r-lisreltor)
22225 ("r-openmx" ,r-openmx)
22226 ("r-plyr" ,r-plyr)
22227 ("r-qgraph" ,r-qgraph)
22228 ("r-regsem" ,r-regsem)
22229 ("r-rockchalk" ,r-rockchalk)
22230 ("r-sem" ,r-sem)
22231 ("r-xml" ,r-xml)))
22232 (home-page "https://github.com/SachaEpskamp/semPlot")
22233 (synopsis "Unified visualizations of structural equation models")
22234 (description
22235 "Structural equation modeling (SEM) has a long history of representing
22236 models graphically as path diagrams. The semPlot package for R fills the gap
22237 between advanced, but time-consuming, graphical software and the limited
22238 graphics produced automatically by SEM software. In addition, semPlot offers
22239 more functionality than drawing path diagrams: it can act as a common ground
22240 for importing SEM results into R. Any result usable as input to semPlot can
22241 also be represented in any of the three popular SEM frame-works, as well as
22242 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
22243 (license license:gpl2)))
22244
22245 (define-public r-cdm
22246 (package
22247 (name "r-cdm")
22248 (version "7.5-15")
22249 (source
22250 (origin
22251 (method url-fetch)
22252 (uri (cran-uri "CDM" version))
22253 (sha256
22254 (base32
22255 "159ny2dz0rf1r3k1mqlfwambffc8rx425sggf5bn51nybpzanq3l"))))
22256 (properties `((upstream-name . "CDM")))
22257 (build-system r-build-system)
22258 (propagated-inputs
22259 `(("r-mvtnorm" ,r-mvtnorm)
22260 ("r-polycor" ,r-polycor)
22261 ("r-rcpp" ,r-rcpp)
22262 ("r-rcpparmadillo" ,r-rcpparmadillo)))
22263 (home-page
22264 "https://github.com/alexanderrobitzsch/CDM")
22265 (synopsis "Cognitive diagnosis modeling")
22266 (description
22267 "This package provides functions for cognitive diagnosis modeling and
22268 multidimensional item response modeling for dichotomous and polytomous item
22269 responses. It enables the estimation of the DINA and DINO model, the multiple
22270 group (polytomous) GDINA model, the multiple choice DINA model, the general
22271 diagnostic model (GDM), the structured latent class model (SLCA), and
22272 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
22273 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
22274 estimation and the package structure. For tutorials on how to use the CDM
22275 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
22276 well as Ravand and Robitzsch (2015).")
22277 (license license:gpl2+)))
22278
22279 (define-public r-tam
22280 (package
22281 (name "r-tam")
22282 (version "3.5-19")
22283 (source
22284 (origin
22285 (method url-fetch)
22286 (uri (cran-uri "TAM" version))
22287 (sha256
22288 (base32
22289 "1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
22290 (properties `((upstream-name . "TAM")))
22291 (build-system r-build-system)
22292 (propagated-inputs
22293 `(("r-cdm" ,r-cdm)
22294 ("r-rcpp" ,r-rcpp)
22295 ("r-rcpparmadillo" ,r-rcpparmadillo)))
22296 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
22297 (synopsis "Test analysis modules")
22298 (description
22299 "This package includes tools for marginal maximum likelihood estimation
22300 and joint maximum likelihood estimation for unidimensional and
22301 multidimensional item response models. The package functionality covers the
22302 Rasch model, 2PL model, 3PL model, generalized partial credit model,
22303 multi-faceted Rasch model, nominal item response model, structured latent
22304 class model, mixture distribution IRT models, and located latent class models.
22305 Latent regression models and plausible value imputation are also supported.")
22306 (license license:gpl2+)))
22307
22308 (define-public r-erm
22309 (package
22310 (name "r-erm")
22311 (version "1.0-1")
22312 (source
22313 (origin
22314 (method url-fetch)
22315 (uri (cran-uri "eRm" version))
22316 (sha256
22317 (base32
22318 "0njqzznnhnkvalmhiq5yq1w7gwp2myki5cv61w42ydvd27hdyyg9"))))
22319 (properties `((upstream-name . "eRm")))
22320 (build-system r-build-system)
22321 (propagated-inputs
22322 `(("r-colorspace" ,r-colorspace)
22323 ("r-lattice" ,r-lattice)
22324 ("r-mass" ,r-mass)
22325 ("r-matrix" ,r-matrix)
22326 ("r-psych" ,r-psych)))
22327 (native-inputs `(("gfortran" ,gfortran)))
22328 (home-page "https://cran.r-project.org/package=eRm")
22329 (synopsis "Extended Rasch modeling")
22330 (description
22331 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
22332 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
22333 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
22334 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
22335 data matrix. Additional features are the ML estimation of the person
22336 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
22337 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
22338 infit and outfit measures, ICC and other plots, automated stepwise item
22339 elimination, and a simulation module for various binary data matrices.")
22340 (license license:gpl3)))
22341
22342 (define-public r-irtoys
22343 (package
22344 (name "r-irtoys")
22345 (version "0.2.1")
22346 (source
22347 (origin
22348 (method url-fetch)
22349 (uri (cran-uri "irtoys" version))
22350 (sha256
22351 (base32
22352 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
22353 (properties `((upstream-name . "irtoys")))
22354 (build-system r-build-system)
22355 (propagated-inputs
22356 `(("r-ltm" ,r-ltm)
22357 ("r-sm" ,r-sm)))
22358 (home-page "https://cran.r-project.org/package=irtoys")
22359 (synopsis "Collection of functions related to Item Response Theory (IRT)")
22360 (description
22361 "This package provides a collection of functions useful in learning and
22362 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
22363 programs. It provides basic CTT analysis, a simple common interface to the
22364 estimation of item parameters in IRT models for binary responses with three
22365 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
22366 EAP, WLE, plausible values), item and person fit statistics, scaling
22367 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
22368 array of parametric and non-parametric (kernel) plots. It estimates and plots
22369 Haberman's interaction model when all items are dichotomously scored.")
22370 (license license:gpl2+)))
22371
22372 (define-public r-iheatmapr
22373 (package
22374 (name "r-iheatmapr")
22375 (version "0.5.1")
22376 (source
22377 (origin
22378 (method url-fetch)
22379 (uri (cran-uri "iheatmapr" version))
22380 (sha256
22381 (base32
22382 "1pwkwh7ljlpr6zyz6j8knpz3iw60xzkw8amc98x4pc2mw148jvzx"))))
22383 (properties `((upstream-name . "iheatmapr")))
22384 (build-system r-build-system)
22385 (propagated-inputs
22386 `(("r-fastcluster" ,r-fastcluster)
22387 ("r-ggdendro" ,r-ggdendro)
22388 ("r-htmlwidgets" ,r-htmlwidgets)
22389 ("r-jsonlite" ,r-jsonlite)
22390 ("r-knitr" ,r-knitr)
22391 ("r-magrittr" ,r-magrittr)
22392 ("r-rcolorbrewer" ,r-rcolorbrewer)
22393 ("r-scales" ,r-scales)))
22394 (native-inputs
22395 `(("r-knitr" ,r-knitr)))
22396 (home-page "https://docs.ropensci.org/iheatmapr")
22397 (synopsis "Interactive, Complex Heatmaps")
22398 (description
22399 "iheatmapr is an R package for building complex, interactive heatmaps
22400 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
22401 subplots along the rows or columns of the main heatmap add more information
22402 about each row or column. For example, a one column additional heatmap may
22403 indicate what group a particular row or column belongs to. Complex heatmaps
22404 may also include multiple side by side heatmaps which show different types of
22405 data for the same conditions. Interactivity can improve complex heatmaps by
22406 providing tooltips with information about each cell and enabling zooming into
22407 interesting features. iheatmapr uses the plotly library for interactivity.")
22408 (license license:expat)))
22409
22410 (define-public r-packrat
22411 (package
22412 (name "r-packrat")
22413 (version "0.5.0")
22414 (source
22415 (origin
22416 (method url-fetch)
22417 (uri (cran-uri "packrat" version))
22418 (sha256
22419 (base32
22420 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
22421 (properties `((upstream-name . "packrat")))
22422 (build-system r-build-system)
22423 (home-page "https://github.com/rstudio/packrat/")
22424 (synopsis "Dependency management R projects")
22425 (description
22426 "This package provides a dependency manager for R projects that allows
22427 you to manage the R packages your project depends on in an isolated, portable,
22428 and reproducible way.")
22429 (license license:gpl2)))
22430
22431 (define-public r-rsconnect
22432 (package
22433 (name "r-rsconnect")
22434 (version "0.8.16")
22435 (source
22436 (origin
22437 (method url-fetch)
22438 (uri (cran-uri "rsconnect" version))
22439 (sha256
22440 (base32
22441 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
22442 (properties `((upstream-name . "rsconnect")))
22443 (build-system r-build-system)
22444 (propagated-inputs
22445 `(("r-curl" ,r-curl)
22446 ("r-digest" ,r-digest)
22447 ("r-jsonlite" ,r-jsonlite)
22448 ("r-openssl" ,r-openssl)
22449 ("r-packrat" ,r-packrat)
22450 ("r-rstudioapi" ,r-rstudioapi)
22451 ("r-yaml" ,r-yaml)))
22452 (home-page "https://github.com/rstudio/rsconnect")
22453 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
22454 (description
22455 "This package provides a programmatic deployment interface for RPubs,
22456 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
22457 documents, Shiny applications, Plumber APIs, plots, and static web content.")
22458 (license license:gpl2)))
22459
22460 ;; This package includes minified JavaScript files. When upgrading please
22461 ;; check that there are no new minified JavaScript files.
22462 (define-public r-dygraphs
22463 (package
22464 (name "r-dygraphs")
22465 (version "1.1.1.6")
22466 (source
22467 (origin
22468 (method url-fetch)
22469 (uri (cran-uri "dygraphs" version))
22470 (sha256
22471 (base32
22472 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
22473 (properties `((upstream-name . "dygraphs")))
22474 (build-system r-build-system)
22475 (arguments
22476 `(#:modules ((guix build utils)
22477 (guix build r-build-system)
22478 (srfi srfi-1)
22479 (ice-9 popen))
22480 #:phases
22481 (modify-phases %standard-phases
22482 (add-after 'unpack 'process-javascript
22483 (lambda* (#:key inputs #:allow-other-keys)
22484 (with-directory-excursion "inst/htmlwidgets/lib/"
22485 (call-with-values
22486 (lambda ()
22487 (unzip2
22488 `(("dygraphs/dygraph-combined-dev.js"
22489 "dygraph-combined.js")
22490 (,(assoc-ref inputs "js-jquery")
22491 "jquery/jquery.min.js")
22492 (,(assoc-ref inputs "js-fquarter")
22493 "fquarter/moment-fquarter.min.js"))))
22494 (lambda (sources targets)
22495 (for-each (lambda (source target)
22496 (format #t "Processing ~a --> ~a~%"
22497 source target)
22498 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
22499 (call-with-output-file target
22500 (lambda (port)
22501 (dump-port minified port)))))
22502 sources targets))))
22503 #t)))))
22504 (native-inputs
22505 `(("uglify-js" ,uglify-js)
22506 ;; They actually use version 1.11.1, but this more recent version
22507 ;; should be just fine.
22508 ("js-jquery"
22509 ,(origin
22510 (method url-fetch)
22511 (uri "https://code.jquery.com/jquery-1.12.4.js")
22512 (sha256
22513 (base32
22514 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
22515 ("js-fquarter"
22516 ,(origin
22517 (method url-fetch)
22518 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
22519 "moment-fquarter/1.0.1/moment-fquarter.js"))
22520 (sha256
22521 (base32
22522 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
22523 (propagated-inputs
22524 `(("r-htmltools" ,r-htmltools)
22525 ("r-htmlwidgets" ,r-htmlwidgets)
22526 ("r-magrittr" ,r-magrittr)
22527 ("r-xts" ,r-xts)
22528 ("r-zoo" ,r-zoo)))
22529 (home-page "https://github.com/rstudio/dygraphs")
22530 (synopsis "Interface to Dygraphs interactive time series charting library")
22531 (description
22532 "This package provides an R interface to the dygraphs JavaScript charting
22533 library (a copy of which is included in the package). It provides rich
22534 facilities for charting time-series data in R, including highly configurable
22535 series- and axis-display and interactive features like zoom/pan and
22536 series/point highlighting.")
22537 (license license:expat)))
22538
22539 (define-public r-shinystan
22540 (package
22541 (name "r-shinystan")
22542 (version "2.5.0")
22543 (source
22544 (origin
22545 (method url-fetch)
22546 (uri (cran-uri "shinystan" version))
22547 (sha256
22548 (base32
22549 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
22550 (properties `((upstream-name . "shinystan")))
22551 (build-system r-build-system)
22552 (propagated-inputs
22553 `(("r-bayesplot" ,r-bayesplot)
22554 ("r-colourpicker" ,r-colourpicker)
22555 ("r-dt" ,r-dt)
22556 ("r-dygraphs" ,r-dygraphs)
22557 ("r-ggplot2" ,r-ggplot2)
22558 ("r-gridextra" ,r-gridextra)
22559 ("r-gtools" ,r-gtools)
22560 ("r-markdown" ,r-markdown)
22561 ("r-reshape2" ,r-reshape2)
22562 ("r-rsconnect" ,r-rsconnect)
22563 ("r-rstan" ,r-rstan)
22564 ("r-shiny" ,r-shiny)
22565 ("r-shinyjs" ,r-shinyjs)
22566 ("r-shinythemes" ,r-shinythemes)
22567 ("r-threejs" ,r-threejs)
22568 ("r-xtable" ,r-xtable)
22569 ("r-xts" ,r-xts)))
22570 (home-page "https://mc-stan.org/")
22571 (synopsis "Interactive visual and numerical analysis for Bayesian models")
22572 (description
22573 "This package provides a graphical user interface for interactive
22574 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
22575 for analyzing a posterior sample. The interface is powered by the Shiny web
22576 application framework and works with the output of MCMC programs written in
22577 any programming language (and has extended functionality for Stan models fit
22578 using the @code{rstan} and @code{rstanarm} packages).")
22579 (license license:gpl3+)))
22580
22581 (define-public r-rstantools
22582 (package
22583 (name "r-rstantools")
22584 (version "2.1.1")
22585 (source
22586 (origin
22587 (method url-fetch)
22588 (uri (cran-uri "rstantools" version))
22589 (sha256
22590 (base32
22591 "0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
22592 (properties `((upstream-name . "rstantools")))
22593 (build-system r-build-system)
22594 (inputs `(("pandoc" ,pandoc)))
22595 (propagated-inputs
22596 `(("r-desc" ,r-desc)
22597 ("r-rcpp" ,r-rcpp)
22598 ("r-rcppparallel" ,r-rcppparallel)))
22599 (native-inputs
22600 `(("r-knitr" ,r-knitr)))
22601 (home-page "https://mc-stan.org/rstantools/")
22602 (synopsis "Tools for developing R packages interfacing with Stan")
22603 (description
22604 "This package provides various tools for developers of R packages
22605 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
22606 up the required package structure, S3 generics and default methods to unify
22607 function naming across Stan-based R packages, and vignettes with
22608 recommendations for developers.")
22609 (license license:gpl3+)))
22610
22611 (define-public r-loo
22612 (package
22613 (name "r-loo")
22614 (version "2.4.1")
22615 (source
22616 (origin
22617 (method url-fetch)
22618 (uri (cran-uri "loo" version))
22619 (sha256
22620 (base32 "0l2v8zpashqbnck3qx5lp1gqjcfphzky8mxyw5gfk9wk99mzn8dw"))))
22621 (properties `((upstream-name . "loo")))
22622 (build-system r-build-system)
22623 (inputs
22624 `(("pandoc" ,pandoc)
22625 ("pandoc-citeproc" ,pandoc-citeproc)))
22626 (propagated-inputs
22627 `(("r-checkmate" ,r-checkmate)
22628 ("r-matrixstats" ,r-matrixstats)))
22629 (native-inputs
22630 `(("r-knitr" ,r-knitr)))
22631 (home-page "https://mc-stan.org/loo/")
22632 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
22633 (description
22634 "This package provides an implementation of efficient approximate
22635 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
22636 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
22637 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
22638 procedure for regularizing importance weights. As a byproduct of the
22639 calculations, we also obtain approximate standard errors for estimated
22640 predictive errors and for the comparison of predictive errors between models.
22641 The package also provides methods for using stacking and other model weighting
22642 techniques to average Bayesian predictive distributions.")
22643 (license license:gpl3+)))
22644
22645 (define-public r-rstan
22646 (package
22647 (name "r-rstan")
22648 (version "2.21.2")
22649 (source
22650 (origin
22651 (method url-fetch)
22652 (uri (cran-uri "rstan" version))
22653 (sha256
22654 (base32
22655 "0jh58qfrksd2j9w2zy4bajryivgp36m3xdb9mjrjqbk1ib9h83p3"))))
22656 (properties `((upstream-name . "rstan")))
22657 (build-system r-build-system)
22658 (arguments
22659 `(#:phases
22660 (modify-phases %standard-phases
22661 (add-before 'install 'set-timezone
22662 ;; This package is picky about timezones.
22663 (lambda* (#:key inputs #:allow-other-keys)
22664 (setenv "TZ" "UTC+1")
22665 (setenv "TZDIR"
22666 (string-append (assoc-ref inputs "tzdata")
22667 "/share/zoneinfo"))
22668 #t)))))
22669 (native-inputs
22670 `(("tzdata" ,tzdata-for-tests)
22671 ("pandoc" ,pandoc)
22672 ("r-knitr" ,r-knitr)))
22673 (propagated-inputs
22674 `(("r-bh" ,r-bh)
22675 ("r-ggplot2" ,r-ggplot2)
22676 ("r-gridextra" ,r-gridextra)
22677 ("r-inline" ,r-inline)
22678 ("r-loo" ,r-loo)
22679 ("r-pkgbuild" ,r-pkgbuild)
22680 ("r-rcpp" ,r-rcpp)
22681 ("r-rcppeigen" ,r-rcppeigen)
22682 ("r-rcppparallel" ,r-rcppparallel)
22683 ("r-stanheaders" ,r-stanheaders)
22684 ("r-v8" ,r-v8)
22685 ("r-withr" ,r-withr)))
22686 (home-page "https://discourse.mc-stan.org/")
22687 (synopsis "R interface to Stan")
22688 (description
22689 "User-facing R functions are provided to parse, compile, test, estimate,
22690 and analyze Stan models by accessing the header-only Stan library provided by
22691 the StanHeaders package. The Stan project develops a probabilistic
22692 programming language that implements full Bayesian statistical inference via
22693 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
22694 approximation, and (optionally penalized) maximum likelihood estimation via
22695 optimization. In all three cases, automatic differentiation is used to
22696 quickly and accurately evaluate gradients without burdening the user with the
22697 need to derive the partial derivatives.")
22698 (license license:gpl3+)))
22699
22700 (define-public r-rstanarm
22701 (package
22702 (name "r-rstanarm")
22703 (version "2.21.1")
22704 (source
22705 (origin
22706 (method url-fetch)
22707 (uri (cran-uri "rstanarm" version))
22708 (sha256
22709 (base32
22710 "04ggzak3f7jaxza3dxyrmxp5b48qcgyspy22ykbhr03g4hzp7jk8"))))
22711 (properties `((upstream-name . "rstanarm")))
22712 (build-system r-build-system)
22713 (inputs
22714 `(("pandoc" ,pandoc)
22715 ("pandoc-citeproc" ,pandoc-citeproc)))
22716 (propagated-inputs
22717 `(("r-bayesplot" ,r-bayesplot)
22718 ("r-bh" ,r-bh)
22719 ("r-ggplot2" ,r-ggplot2)
22720 ("r-lme4" ,r-lme4)
22721 ("r-loo" ,r-loo)
22722 ("r-matrix" ,r-matrix)
22723 ("r-nlme" ,r-nlme)
22724 ("r-rcpp" ,r-rcpp)
22725 ("r-rcppeigen" ,r-rcppeigen)
22726 ("r-rcppparallel" ,r-rcppparallel)
22727 ("r-rstan" ,r-rstan)
22728 ("r-rstantools" ,r-rstantools)
22729 ("r-shinystan" ,r-shinystan)
22730 ("r-stanheaders" ,r-stanheaders)
22731 ("r-survival" ,r-survival)))
22732 (native-inputs
22733 `(("r-knitr" ,r-knitr)))
22734 (home-page "https://mc-stan.org/rstanarm/")
22735 (synopsis "Bayesian applied regression modeling via Stan")
22736 (description
22737 "This package estimates previously compiled regression models using the
22738 @code{rstan} package, which provides the R interface to the Stan C++ library
22739 for Bayesian estimation. Users specify models via the customary R syntax with
22740 a formula and @code{data.frame} plus some additional arguments for priors.")
22741 (license license:gpl3+)))
22742
22743 (define-public r-kendall
22744 (package
22745 (name "r-kendall")
22746 (version "2.2")
22747 (source
22748 (origin
22749 (method url-fetch)
22750 (uri (cran-uri "Kendall" version))
22751 (sha256
22752 (base32
22753 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
22754 (properties `((upstream-name . "Kendall")))
22755 (build-system r-build-system)
22756 (propagated-inputs
22757 `(("r-boot" ,r-boot)))
22758 (native-inputs
22759 `(("gfortran" ,gfortran)))
22760 (home-page "https://cran.r-project.org/web/packages/Kendall/")
22761 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
22762 (description
22763 "This package computes the Kendall rank correlation and Mann-Kendall
22764 trend test.")
22765 (license license:gpl2+)))
22766
22767 (define-public r-keyring
22768 (package
22769 (name "r-keyring")
22770 (version "1.1.0")
22771 (source
22772 (origin
22773 (method url-fetch)
22774 (uri (cran-uri "keyring" version))
22775 (sha256
22776 (base32
22777 "1hpfd4hbx43i39l995rg86kfxi7wlyla1gv8mwcdr4xx7z122zzq"))))
22778 (properties `((upstream-name . "keyring")))
22779 (build-system r-build-system)
22780 (propagated-inputs
22781 `(("r-assertthat" ,r-assertthat)
22782 ("r-filelock" ,r-filelock)
22783 ("r-getpass" ,r-getpass)
22784 ("r-openssl" ,r-openssl)
22785 ("r-r6" ,r-r6)
22786 ("r-rappdirs" ,r-rappdirs)
22787 ("r-sodium" ,r-sodium)
22788 ("r-yaml" ,r-yaml)))
22789 (native-inputs `(("pkg-config" ,pkg-config)))
22790 (home-page "https://github.com/r-lib/keyring")
22791 (synopsis "Access the system credential store from R")
22792 (description
22793 "This package provides a platform-independent API to access the operating
22794 system's credential store. It currently supports Keychain on macOS,
22795 Credential Store on Windows, the Secret Service API on GNU/Linux, and a
22796 simple, platform independent store implemented with environment variables.
22797 Additional storage back-ends can be added easily.")
22798 (license license:expat)))
22799
22800 (define-public r-zyp
22801 (package
22802 (name "r-zyp")
22803 (version "0.10-1.1")
22804 (source
22805 (origin
22806 (method url-fetch)
22807 (uri (cran-uri "zyp" version))
22808 (sha256
22809 (base32
22810 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
22811 (properties `((upstream-name . "zyp")))
22812 (build-system r-build-system)
22813 (propagated-inputs
22814 `(("r-kendall" ,r-kendall)))
22815 (home-page "https://cran.r-project.org/web/packages/zyp/")
22816 (synopsis "Zhang + Yue-Pilon Trends Package")
22817 (description
22818 "This package contains an efficient implementation of Sen's slope
22819 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
22820 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
22821 climate data.")
22822 (license license:lgpl2.1)))
22823
22824 (define-public r-rlinsolve
22825 (package
22826 (name "r-rlinsolve")
22827 (version "0.3.1")
22828 (source
22829 (origin
22830 (method url-fetch)
22831 (uri (cran-uri "Rlinsolve" version))
22832 (sha256
22833 (base32
22834 "1x02xxbkchcwwfa2123n9yqfzinfi0zba8zxhp977czzwysy75cc"))))
22835 (properties `((upstream-name . "Rlinsolve")))
22836 (build-system r-build-system)
22837 (propagated-inputs
22838 `(("r-matrix" ,r-matrix)
22839 ("r-rcpp" ,r-rcpp)
22840 ("r-rcpparmadillo" ,r-rcpparmadillo)
22841 ("r-rdpack" ,r-rdpack)))
22842 (home-page "https://cran.r-project.org/web/packages/Rlinsolve/")
22843 (synopsis "Iterative solvers for (sparse) linear system of equations")
22844 (description
22845 "Solving a system of linear equations is one of the most fundamental
22846 computational problems for many fields of mathematical studies, such as
22847 regression problems from statistics or numerical partial differential
22848 equations. This package provides basic stationary iterative solvers such as
22849 Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods.
22850 Nonstationary, also known as Krylov subspace methods are also provided.
22851 Sparse matrix computation is also supported in that solving large and sparse
22852 linear systems can be manageable using the @code{Matrix} package along with
22853 @code{RcppArmadillo}.")
22854 (license license:gpl3+)))
22855
22856 (define-public r-zvcv
22857 (package
22858 (name "r-zvcv")
22859 (version "2.1.0")
22860 (source
22861 (origin
22862 (method url-fetch)
22863 (uri (cran-uri "ZVCV" version))
22864 (sha256
22865 (base32
22866 "0np6h6x74kz1x13wmbkkm1wq43d8bnn2khzjc80prqdi6n0m9v8r"))))
22867 (properties `((upstream-name . "ZVCV")))
22868 (build-system r-build-system)
22869 (propagated-inputs
22870 `(("r-abind" ,r-abind)
22871 ("r-bh" ,r-bh)
22872 ("r-dplyr" ,r-dplyr)
22873 ("r-glmnet" ,r-glmnet)
22874 ("r-magrittr" ,r-magrittr)
22875 ("r-mvtnorm" ,r-mvtnorm)
22876 ("r-rcpp" ,r-rcpp)
22877 ("r-rcpparmadillo" ,r-rcpparmadillo)
22878 ("r-rlinsolve" ,r-rlinsolve)))
22879 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
22880 (synopsis "Zero-Variance Control Variates")
22881 (description
22882 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
22883 to reduce the variance of Monte Carlo estimators of expectations using the
22884 derivatives of the log target. Once the derivatives are available, the only
22885 additional computational effort is in solving a linear regression problem.
22886 This method has been extended to higher dimensions using regularisation. This
22887 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
22888 samples, derivatives and function evaluations are available. Additional
22889 functions for applying ZV-CV to two estimators for the normalising constant of
22890 the posterior distribution in Bayesian statistics are also supplied.")
22891 (license license:gpl2+)))
22892
22893 (define-public r-ztype
22894 (package
22895 (name "r-ztype")
22896 (version "0.1.0")
22897 (source
22898 (origin
22899 (method url-fetch)
22900 (uri (cran-uri "ztype" version))
22901 (sha256
22902 (base32
22903 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
22904 (properties `((upstream-name . "ztype")))
22905 (build-system r-build-system)
22906 (propagated-inputs
22907 `(("r-assertthat" ,r-assertthat)
22908 ("r-dplyr" ,r-dplyr)
22909 ("r-ggplot2" ,r-ggplot2)
22910 ("r-lubridate" ,r-lubridate)
22911 ("r-magrittr" ,r-magrittr)
22912 ("r-rvest" ,r-rvest)
22913 ("r-stringr" ,r-stringr)))
22914 (home-page "https://cran.r-project.org/web/packages/ztype/")
22915 (synopsis "Run a Ztype game loaded with R functions")
22916 (description
22917 "How fast can you type R functions on your keyboard? Find out by running
22918 a @code{zty.pe} game: export R functions as instructions to type to destroy
22919 opponents' vessels.")
22920 (license license:gpl3)))
22921
22922 (define-public r-zseq
22923 (package
22924 (name "r-zseq")
22925 (version "0.2.0")
22926 (source
22927 (origin
22928 (method url-fetch)
22929 (uri (cran-uri "Zseq" version))
22930 (sha256
22931 (base32
22932 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
22933 (properties `((upstream-name . "Zseq")))
22934 (build-system r-build-system)
22935 (propagated-inputs
22936 `(("r-gmp" ,r-gmp)))
22937 (home-page "https://cran.r-project.org/web/packages/Zseq/")
22938 (synopsis "Integer sequence generator")
22939 (description
22940 "This package generates well-known integer sequences. The @code{gmp}
22941 package is adopted for computing with arbitrarily large numbers. Every
22942 function has a hyperlink to its corresponding item in the @dfn{On-Line
22943 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
22944 (license license:gpl3+)))
22945
22946 (define-public r-isoband
22947 (package
22948 (name "r-isoband")
22949 (version "0.2.3")
22950 (source
22951 (origin
22952 (method url-fetch)
22953 (uri (cran-uri "isoband" version))
22954 (sha256
22955 (base32
22956 "1zkzdc39dpw2z59bjck27nimz9a2vskmw0f7wb17s53dvy7k3lzr"))))
22957 (properties `((upstream-name . "isoband")))
22958 (build-system r-build-system)
22959 (propagated-inputs
22960 `(("r-testthat" ,r-testthat)))
22961 (native-inputs
22962 `(("r-knitr" ,r-knitr)))
22963 (home-page "https://github.com/wilkelab/isoband")
22964 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
22965 (description
22966 "This package provides a fast C++ implementation to generate contour
22967 lines (isolines) and contour polygons (isobands) from regularly spaced grids
22968 containing elevation data.")
22969 (license license:expat)))
22970
22971 (define-public r-ppcor
22972 (package
22973 (name "r-ppcor")
22974 (version "1.1")
22975 (source
22976 (origin
22977 (method url-fetch)
22978 (uri (cran-uri "ppcor" version))
22979 (sha256
22980 (base32
22981 "1x9b2kb8s0bp92b17gby0jwzzr3i4cf3ap9c4nq7m8fav72g0y3a"))))
22982 (properties `((upstream-name . "ppcor")))
22983 (build-system r-build-system)
22984 (propagated-inputs
22985 `(("r-mass" ,r-mass)))
22986 (home-page "https://cran.r-project.org/web/packages/ppcor/")
22987 (synopsis "Partial and semi-partial correlation")
22988 (description
22989 "This package provides users not only with a function to readily
22990 calculate the higher-order partial and semi-partial correlations but also with
22991 statistics and p-values of the correlation coefficients.")
22992 (license license:gpl2)))
22993
22994 (define-public r-hrbrthemes
22995 (package
22996 (name "r-hrbrthemes")
22997 (version "0.8.0")
22998 (source
22999 (origin
23000 (method url-fetch)
23001 (uri (cran-uri "hrbrthemes" version))
23002 (sha256
23003 (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
23004 (properties `((upstream-name . "hrbrthemes")))
23005 (build-system r-build-system)
23006 (propagated-inputs
23007 `(("r-extrafont" ,r-extrafont)
23008 ("r-gdtools" ,r-gdtools)
23009 ("r-ggplot2" ,r-ggplot2)
23010 ("r-htmltools" ,r-htmltools)
23011 ("r-knitr" ,r-knitr)
23012 ("r-magrittr" ,r-magrittr)
23013 ("r-rmarkdown" ,r-rmarkdown)
23014 ("r-scales" ,r-scales)))
23015 (native-inputs
23016 `(("r-knitr" ,r-knitr)))
23017 (home-page "https://github.com/hrbrmstr/hrbrthemes/")
23018 (synopsis "Additional themes, theme components and utilities for @code{ggplot2}")
23019 (description
23020 "This package provides a compilation of extra @code{ggplot2} themes,
23021 scales and utilities, including a spell check function for plot label fields
23022 and an overall emphasis on typography.")
23023 (license license:expat)))
23024
23025 (define-public r-crochet
23026 (package
23027 (name "r-crochet")
23028 (version "2.3.0")
23029 (source
23030 (origin
23031 (method url-fetch)
23032 (uri (cran-uri "crochet" version))
23033 (sha256
23034 (base32
23035 "0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
23036 (build-system r-build-system)
23037 (native-inputs
23038 `(("r-knitr" ,r-knitr)))
23039 (home-page "https://github.com/agrueneberg/crochet")
23040 (synopsis "Implementation Helper for Matrix-Like Types")
23041 (description
23042 "Functions to help implement the extraction / subsetting / indexing
23043 function @code{[} and replacement function @code{[<-} of custom matrix-like
23044 types (based on S3, S4, etc.), modeled as closely to the base matrix class
23045 as possible (with tests to prove it).")
23046 (license license:expat)))
23047
23048 (define-public r-boa
23049 (package
23050 (name "r-boa")
23051 (version "1.1.8-2")
23052 (source
23053 (origin
23054 (method url-fetch)
23055 (uri (cran-uri "boa" version))
23056 (sha256
23057 (base32
23058 "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
23059 (properties `((upstream-name . "boa")))
23060 (build-system r-build-system)
23061 (home-page "http://www.jstatsoft.org/v21/i11")
23062 (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
23063 (description
23064 "This package provides a menu-driven program and library of functions for
23065 carrying out convergence diagnostics and statistical and graphical analysis of
23066 @dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
23067 (license license:gpl2+)))
23068
23069 (define-public r-httpcode
23070 (package
23071 (name "r-httpcode")
23072 (version "0.3.0")
23073 (source (origin
23074 (method url-fetch)
23075 (uri (cran-uri "httpcode" version))
23076 (sha256
23077 (base32
23078 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
23079 (build-system r-build-system)
23080 (home-page "https://github.com/sckott/httpcode")
23081 (synopsis "HTTP status code helper")
23082 (description "@code{httpcode} provides functionality for finding and
23083 explaining the meaning of @code{HTTP} status codes. Functions are included for
23084 searching for codes by full or partial number, by message, and to get
23085 appropriate dog and cat images for many status codes.")
23086 (license license:expat)))
23087
23088 (define-public r-latex2exp
23089 (package
23090 (name "r-latex2exp")
23091 (version "0.4.0")
23092 (source (origin
23093 (method url-fetch)
23094 (uri (cran-uri "latex2exp" version))
23095 (sha256
23096 (base32
23097 "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
23098 (build-system r-build-system)
23099 (propagated-inputs
23100 `(("r-stringr" ,r-stringr)
23101 ("r-magrittr" ,r-magrittr)))
23102 (home-page "https://github.com/stefano-meschiari/latex2exp/")
23103 (synopsis "Use LaTeX expressions in plots")
23104 (description "@code{latex2exp} parses and converts LaTeX math formulas to
23105 R's plotmath expressions, used to enter mathematical formulas and symbols to be
23106 rendered as text, axis labels, etc. throughout R's plotting system.")
23107 (license license:expat)))
23108
23109 (define-public r-oai
23110 (package
23111 (name "r-oai")
23112 (version "0.3.0")
23113 (source (origin
23114 (method url-fetch)
23115 (uri (cran-uri "oai" version))
23116 (sha256
23117 (base32
23118 "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
23119 (build-system r-build-system)
23120 (propagated-inputs
23121 `(("r-xml2" ,r-xml2)
23122 ("r-httr" ,r-httr)
23123 ("r-plyr" ,r-plyr)
23124 ("r-stringr" ,r-stringr)
23125 ("r-tibble" ,r-tibble)))
23126 (home-page "https://github.com/ropensci/oai/")
23127 (synopsis "General purpose OAI-PMH services client")
23128 (description "@code{oai} provides a general purpose client to work with
23129 any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
23130 service. Functions are provided to work with the OAI-PMH verbs:
23131 @code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
23132 @code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
23133 (license license:expat)))
23134
23135 (define-public r-argon2
23136 (package
23137 (name "r-argon2")
23138 (version "0.2-0")
23139 (source
23140 (origin
23141 (method url-fetch)
23142 (uri (cran-uri "argon2" version))
23143 (sha256
23144 (base32
23145 "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
23146 (properties `((upstream-name . "argon2")))
23147 (build-system r-build-system)
23148 (home-page "https://github.com/wrathematics/argon2")
23149 (synopsis "Secure password hashing based on the argon2 algorithm")
23150 (description
23151 "This package provides utilities for secure password hashing via the
23152 argon2 algorithm.")
23153 (license license:bsd-2)))
23154
23155 (define-public r-getpass
23156 (package
23157 (name "r-getpass")
23158 (version "0.2-2")
23159 (source
23160 (origin
23161 (method url-fetch)
23162 (uri (cran-uri "getPass" version))
23163 (sha256
23164 (base32
23165 "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
23166 (properties `((upstream-name . "getPass")))
23167 (build-system r-build-system)
23168 (propagated-inputs
23169 `(("r-rstudioapi" ,r-rstudioapi)))
23170 (home-page "https://github.com/wrathematics/getPass")
23171 (synopsis "Masked user input")
23172 (description
23173 "This package provides a micro-package for reading \"passwords\", i.e.
23174 reading user input with masking, so that the input is not displayed as it is
23175 typed. Currently, RStudio, the command line (every OS), and any platform
23176 where tcltk is present are supported.")
23177 (license license:bsd-2)))
23178
23179 (define-public r-remoter
23180 (package
23181 (name "r-remoter")
23182 (version "0.4-0")
23183 (source
23184 (origin
23185 (method url-fetch)
23186 (uri (cran-uri "remoter" version))
23187 (sha256
23188 (base32
23189 "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
23190 (properties `((upstream-name . "remoter")))
23191 (build-system r-build-system)
23192 (propagated-inputs
23193 `(("r-argon2" ,r-argon2)
23194 ("r-getpass" ,r-getpass)
23195 ("r-pbdzmq" ,r-pbdzmq)
23196 ("r-png" ,r-png)))
23197 (home-page "https://github.com/RBigData/remoter")
23198 (synopsis "Control a remote R session from a local one")
23199 (description
23200 "This package provides a set of utilities for client/server computing
23201 with R, controlling a remote R session (the server) from a local one (the
23202 client).")
23203 (license license:bsd-2)))
23204
23205 (define-public r-asd
23206 (package
23207 (name "r-asd")
23208 (version "2.2")
23209 (source
23210 (origin
23211 (method url-fetch)
23212 (uri (cran-uri "asd" version))
23213 (sha256
23214 (base32
23215 "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
23216 (properties `((upstream-name . "asd")))
23217 (build-system r-build-system)
23218 (propagated-inputs
23219 `(("r-mvtnorm" ,r-mvtnorm)))
23220 (home-page "https://cran.r-project.org/web/packages/asd")
23221 (synopsis "Simulations for Adaptive Seamless Designs")
23222 (description
23223 "This package provdes means to run simulations for adaptive seamless
23224 designs with and without early outcomes for treatment selection and
23225 subpopulation type designs.")
23226 (license license:gpl3)))
23227
23228 (define-public r-nbconvertr
23229 (package
23230 (name "r-nbconvertr")
23231 (version "1.3.2")
23232 (source
23233 (origin
23234 (method url-fetch)
23235 (uri (cran-uri "nbconvertR" version))
23236 (sha256
23237 (base32
23238 "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
23239 (properties `((upstream-name . "nbconvertR")))
23240 (build-system r-build-system)
23241 (inputs
23242 `(("jupyter" ,python-nbconvert)
23243 ("pandoc" ,pandoc)))
23244 (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
23245 (synopsis "Vignette engine wrapping Jupyter notebooks")
23246 (description
23247 "This package calls the Jupyter script @code{nbconvert} to create
23248 vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
23249 containing rich text, code, and its output. Code cells can be edited and
23250 evaluated interactively.")
23251 (license license:gpl3)))
23252
23253 (define-public r-bridgesampling
23254 (package
23255 (name "r-bridgesampling")
23256 (version "1.0-0")
23257 (source
23258 (origin
23259 (method url-fetch)
23260 (uri (cran-uri "bridgesampling" version))
23261 (sha256
23262 (base32
23263 "1awhvv0v42w2q6llqi1wqpaiv5zx74cqzigdsvphy2jfp8ajw64y"))))
23264 (properties
23265 `((upstream-name . "bridgesampling")))
23266 (build-system r-build-system)
23267 (propagated-inputs
23268 `(("r-brobdingnag" ,r-brobdingnag)
23269 ("r-coda" ,r-coda)
23270 ("r-matrix" ,r-matrix)
23271 ("r-mvtnorm" ,r-mvtnorm)
23272 ("r-scales" ,r-scales)
23273 ("r-stringr" ,r-stringr)))
23274 (native-inputs
23275 `(("r-knitr" ,r-knitr)))
23276 (home-page "https://github.com/quentingronau/bridgesampling")
23277 (synopsis "Bridge sampling for marginal likelihoods and Bayes factors")
23278 (description
23279 "This package provides functions for estimating marginal likelihoods,
23280 Bayes factors, posterior model probabilities, and normalizing constants in
23281 general, via different versions of bridge sampling.")
23282 (license license:gpl2+)))
23283
23284 (define-public r-tea
23285 (package
23286 (name "r-tea")
23287 (version "1.1")
23288 (source
23289 (origin
23290 (method url-fetch)
23291 (uri (cran-uri "tea" version))
23292 (sha256
23293 (base32
23294 "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
23295 (properties
23296 `((upstream-name . "tea")))
23297 (build-system r-build-system)
23298 (propagated-inputs
23299 `(("r-matrix" ,r-matrix)))
23300 (home-page "https://cran.r-project.org/web/packages/tea/")
23301 (synopsis "Threshold estimation approaches")
23302 (description
23303 "This package provides different approaches for selecting the threshold
23304 in generalized Pareto distributions. Most of them are based on minimizing the
23305 AMSE-criterion or at least by reducing the bias of the assumed GPD-model.
23306 Others are heuristically motivated by searching for stable sample paths, i.e.
23307 a nearly constant region of the tail index estimator with respect to k, which
23308 is the number of data in the tail. The third class is motivated by graphical
23309 inspection. In addition, a sequential testing procedure for GPD-GoF-tests
23310 is also implemented here.")
23311 (license license:gpl3)))
23312
23313 (define-public r-awsmethods
23314 (package
23315 (name "r-awsmethods")
23316 (version "1.1-1")
23317 (source
23318 (origin
23319 (method url-fetch)
23320 (uri (cran-uri "awsMethods" version))
23321 (sha256
23322 (base32
23323 "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh"))))
23324 (properties
23325 `((upstream-name . "awsMethods")))
23326 (build-system r-build-system)
23327 (home-page "http://www.wias-berlin.de/software/imaging/")
23328 (synopsis "Class and methods definitions")
23329 (description
23330 "This package defines the generic method @code{extract} and provides
23331 @code{openMP} support as needed in several packages like
23332 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
23333 (license license:gpl2+)))
23334
23335 (define-public r-aws
23336 (package
23337 (name "r-aws")
23338 (version "2.5-1")
23339 (source
23340 (origin
23341 (method url-fetch)
23342 (uri (cran-uri "aws" version))
23343 (sha256
23344 (base32
23345 "1fhm87iax6bkvd4vszvjbcqw3b2drs11rjxr7zf2w4sgc72svaz8"))))
23346 (properties
23347 `((upstream-name . "aws")))
23348 (build-system r-build-system)
23349 (propagated-inputs
23350 `(("r-awsmethods" ,r-awsmethods)
23351 ("r-gsl" ,r-gsl)))
23352 (native-inputs
23353 `(("gfortran" ,gfortran)))
23354 (home-page "https://cran.r-project.org/web/packages/aws/")
23355 (synopsis "Adaptive weights smoothing")
23356 (description
23357 "This package provides a collection of R-functions implementing adaptive
23358 smoothing procedures in 1D, 2D and 3D. This includes the
23359 Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
23360 Confidence Intervals} (ICI), variational approaches, and a non-local means
23361 filter.")
23362 (license license:gpl2+)))
23363
23364 (define-public r-sgloptim
23365 (package
23366 (name "r-sgloptim")
23367 (version "1.3.8")
23368 (source
23369 (origin
23370 (method url-fetch)
23371 (uri (cran-uri "sglOptim" version))
23372 (sha256
23373 (base32
23374 "15bkkvgp9v9vsp65wps48g3c2fa0fj1025hbrziywq14j7wayyjr"))))
23375 (properties
23376 `((upstream-name . "sglOptim")))
23377 (build-system r-build-system)
23378 (propagated-inputs
23379 `(("r-bh" ,r-bh)
23380 ("r-doparallel" ,r-doparallel)
23381 ("r-foreach" ,r-foreach)
23382 ("r-matrix" ,r-matrix)
23383 ("r-rcpp" ,r-rcpp)
23384 ("r-rcpparmadillo" ,r-rcpparmadillo)
23385 ("r-rcppprogress" ,r-rcppprogress)))
23386 (native-inputs
23387 `(("r-knitr" ,r-knitr)))
23388 (home-page "https://github.com/nielsrhansen/sglOptim")
23389 (synopsis "Generic sparse group Lasso solver")
23390 (description
23391 "This package provides a fast generic solver for sparse group lasso
23392 optimization problems. The loss (objective) function must be defined in a C++
23393 module. The optimization problem is solved using a coordinate gradient
23394 descent algorithm. Convergence of the algorithm is established and the
23395 algorithm is applicable to a broad class of loss functions. Use of parallel
23396 computing for cross validation and subsampling is supported through the
23397 @code{foreach} and @code{doParallel} packages.")
23398 (license license:gpl2+)))
23399
23400 (define-public r-grouped
23401 (package
23402 (name "r-grouped")
23403 (version "0.6-0")
23404 (source
23405 (origin
23406 (method url-fetch)
23407 (uri (cran-uri "grouped" version))
23408 (sha256
23409 (base32
23410 "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
23411 (properties
23412 `((upstream-name . "grouped")))
23413 (build-system r-build-system)
23414 (propagated-inputs
23415 `(("r-mass" ,r-mass)))
23416 (home-page "https://cran.r-project.org/web/packages/grouped/")
23417 (synopsis "Regression analysis of grouped and coarse data")
23418 (description
23419 "This package provides regression models for grouped and coarse data,
23420 under the coarsened at random assumption.")
23421 (license license:gpl2+)))
23422
23423 (define-public r-stam
23424 (package
23425 (name "r-stam")
23426 (version "0.0-1")
23427 (source
23428 (origin
23429 (method url-fetch)
23430 (uri (cran-uri "stam" version))
23431 (sha256
23432 (base32
23433 "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
23434 (properties
23435 `((upstream-name . "stam")))
23436 (build-system r-build-system)
23437 (propagated-inputs
23438 `(("r-np" ,r-np)
23439 ("r-sp" ,r-sp)))
23440 (home-page "https://cran.r-project.org/web/packages/stam")
23441 (synopsis "Spatio-temporal analysis and modelling")
23442 (description
23443 "This package provides various methods to conduct Spatio-Temporal
23444 Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
23445 Inferred Spatio-Temporal Modelling.")
23446 (license license:gpl2+)))
23447
23448 (define-public r-dcv
23449 (package
23450 (name "r-dcv")
23451 (version "0.1.1")
23452 (source
23453 (origin
23454 (method url-fetch)
23455 (uri (cran-uri "dcv" version))
23456 (sha256
23457 (base32
23458 "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
23459 (properties
23460 `((upstream-name . "dcv")))
23461 (build-system r-build-system)
23462 (propagated-inputs
23463 `(("r-lmtest" ,r-lmtest)))
23464 (home-page "https://cran.r-project.org/web/packages/dcv/")
23465 (synopsis "Conventional cross-validation statistics for climate-growth model")
23466 (description
23467 "This package performs several conventional cross-validation statistical
23468 methods for climate-growth model in the climate reconstruction from tree
23469 rings, including Sign Test statistic, Reduction of Error statistic, Product
23470 Mean Test, Durbin-Watson statistic etc.")
23471 (license license:gpl2)))
23472
23473 (define-public r-rcdd
23474 (package
23475 (name "r-rcdd")
23476 (version "1.2-2")
23477 (source
23478 (origin
23479 (method url-fetch)
23480 (uri (cran-uri "rcdd" version))
23481 (sha256
23482 (base32
23483 "0pzpbqnlgzr240iici70278py5wnbbxkzlgn112f9wv5ga3riric"))))
23484 (properties
23485 `((upstream-name . "rcdd")))
23486 (build-system r-build-system)
23487 (inputs
23488 `(("gmp" ,gmp)))
23489 (home-page "https://www.stat.umn.edu/geyer/rcdd/")
23490 (synopsis "Computational geometry")
23491 (description
23492 "This package converts back and forth between two representations of a
23493 convex polytope: as solution of a set of linear equalities and inequalities
23494 and as convex hull of set of points and rays. Also does linear programming
23495 and redundant generator elimination. All functions can use exact
23496 infinite-precision rational arithmetic.")
23497 (license license:gpl2)))
23498
23499 (define-public r-rxnat
23500 (package
23501 (name "r-rxnat")
23502 (version "1.0.14")
23503 (source
23504 (origin
23505 (method url-fetch)
23506 (uri (cran-uri "Rxnat" version))
23507 (sha256
23508 (base32
23509 "00fl68pa0c2vy4xlny67pn41lzgm7b97wgg3dwm6z35izca62l11"))))
23510 (properties
23511 `((upstream-name . "Rxnat")))
23512 (build-system r-build-system)
23513 (propagated-inputs
23514 `(("r-dplyr" ,r-dplyr)
23515 ("r-httr" ,r-httr)
23516 ("r-rcurl" ,r-rcurl)
23517 ("r-tibble" ,r-tibble)))
23518 (native-inputs
23519 `(("r-knitr" ,r-knitr)))
23520 (home-page "https://cran.r-project.org/web/packages/Rxnat/")
23521 (synopsis "Queries and extracts images from neuroimaging datasets")
23522 (description
23523 "This package allows communication with the Extensible Neuroimaging
23524 Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
23525 download images.")
23526 (license license:gpl2)))
23527
23528 (define-public r-rserve
23529 (package
23530 (name "r-rserve")
23531 (version "1.8-6")
23532 (source
23533 (origin
23534 (method url-fetch)
23535 (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
23536 version ".tar.gz"))
23537 (sha256
23538 (base32
23539 "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
23540 (build-system r-build-system)
23541 (propagated-inputs
23542 `(("r-checkmate" ,r-checkmate)
23543 ("r-mime" ,r-mime)
23544 ("r-jsonlite" ,r-jsonlite)
23545 ("r-knitr" ,r-knitr)
23546 ("r-r6" ,r-r6)
23547 ("r-rcpp" ,r-rcpp)
23548 ("r-uuid" ,r-uuid)))
23549 (inputs
23550 `(("openssl" ,openssl)
23551 ("zlib" ,zlib)))
23552 (home-page "https://github.com/s-u/Rserve")
23553 (synopsis
23554 "Server providing access to R from many languages and systems")
23555 (description
23556 "Rserve acts as a socket server (TCP/IP or local sockets) which allows
23557 binary requests to be sent to R. Every connection has a separate workspace
23558 and working directory. Client-side implementations are available for popular
23559 languages such as C/C++ and Java, allowing any application to use facilities
23560 of R without the need of linking to R code. Rserve supports remote
23561 connection, user authentication and file transfer. A simple R client is
23562 included in this package as well.")
23563 (license license:gpl2)))
23564
23565 (define-public r-gamm4
23566 (package
23567 (name "r-gamm4")
23568 (version "0.2-6")
23569 (source
23570 (origin
23571 (method url-fetch)
23572 (uri (cran-uri "gamm4" version))
23573 (sha256
23574 (base32
23575 "128c725y9s07c1m9cvd9hgi9hldrymcs5divd8pw7bdjh9jvdiap"))))
23576 (properties `((upstream-name . "gamm4")))
23577 (build-system r-build-system)
23578 (propagated-inputs
23579 `(("r-lme4" ,r-lme4)
23580 ("r-matrix" ,r-matrix)
23581 ("r-mgcv" ,r-mgcv)))
23582 (home-page "https://cran.r-project.org/web/packages/gamm4/")
23583 (synopsis "Generalized additive mixed models using mgcv and lme4")
23584 (description
23585 "Estimate generalized additive mixed models via a version of function
23586 @code{gamm} from the @code{mgcv} package, using the @code{lme4} packagefor
23587 estimation.")
23588 (license license:gpl2+)))
23589
23590 (define-public r-optimx
23591 (package
23592 (name "r-optimx")
23593 (version "2020-4.2")
23594 (source
23595 (origin
23596 (method url-fetch)
23597 (uri (cran-uri "optimx" version))
23598 (sha256
23599 (base32
23600 "00bi2sr2hr7x6cfwlsn7hz2r56lcyv9naa8vmfcgr1r269fc50b3"))))
23601 (properties `((upstream-name . "optimx")))
23602 (build-system r-build-system)
23603 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
23604 (native-inputs `(("r-knitr" ,r-knitr)))
23605 (home-page "https://cran.r-project.org/web/packages/optimx/")
23606 (synopsis "Expanded replacement and extension of the optim function")
23607 (description
23608 "This package provides a replacement and extension of the @code{optim}
23609 function to call to several function minimization codes in R in a single
23610 statement. These methods handle smooth, possibly box constrained functions of
23611 several or many parameters. Note that the function @code{optimr} was prepared
23612 to simplify the incorporation of minimization codes going forward. This
23613 package also implements some utility codes and some extra solvers, including
23614 safeguarded Newton methods. Many methods previously separate are now included
23615 here.")
23616 (license license:gpl2)))
23617
23618 (define-public r-projpred
23619 (package
23620 (name "r-projpred")
23621 (version "2.0.2")
23622 (source
23623 (origin
23624 (method url-fetch)
23625 (uri (cran-uri "projpred" version))
23626 (sha256
23627 (base32
23628 "0nx514mrfh3gv854pr71w5x3zgdnn0kinf5nh7z90q3h7ysry2mg"))))
23629 (properties `((upstream-name . "projpred")))
23630 (build-system r-build-system)
23631 (propagated-inputs
23632 `(("r-dplyr" ,r-dplyr)
23633 ("r-gamm4" ,r-gamm4)
23634 ("r-ggplot2" ,r-ggplot2)
23635 ("r-lme4" ,r-lme4)
23636 ("r-loo" ,r-loo)
23637 ("r-magrittr" ,r-magrittr)
23638 ("r-mass" ,r-mass)
23639 ("r-mgcv" ,r-mgcv)
23640 ("r-optimx" ,r-optimx)
23641 ("r-rcpp" ,r-rcpp)
23642 ("r-rcpparmadillo" ,r-rcpparmadillo)
23643 ("r-rngtools" ,r-rngtools)
23644 ("r-rstantools" ,r-rstantools)
23645 ("r-tidyverse" ,r-tidyverse)))
23646 (native-inputs `(("r-knitr" ,r-knitr)))
23647 (home-page "https://mc-stan.org/projpred/")
23648 (synopsis "Projection predictive feature selection")
23649 (description
23650 "This package performs projection predictive feature selection for
23651 generalized linear models and generalized linear and additive multilevel
23652 models. The package is compatible with the @code{rstanarm} and @code{brms}
23653 packages, but other reference models can also be used. See the package
23654 vignette for more information and examples.")
23655 (license license:gpl3)))
23656
23657 (define-public r-brms
23658 (package
23659 (name "r-brms")
23660 (version "2.14.4")
23661 (source
23662 (origin
23663 (method url-fetch)
23664 (uri (cran-uri "brms" version))
23665 (sha256
23666 (base32
23667 "0mzwihhgmn405l6zq11a180q4k3chggj9qj0j7q838b9vrszg59j"))))
23668 (properties `((upstream-name . "brms")))
23669 (build-system r-build-system)
23670 (propagated-inputs
23671 `(("r-abind" ,r-abind)
23672 ("r-backports" ,r-backports)
23673 ("r-bayesplot" ,r-bayesplot)
23674 ("r-bridgesampling" ,r-bridgesampling)
23675 ("r-coda" ,r-coda)
23676 ("r-future" ,r-future)
23677 ("r-ggplot2" ,r-ggplot2)
23678 ("r-glue" ,r-glue)
23679 ("r-loo" ,r-loo)
23680 ("r-matrix" ,r-matrix)
23681 ("r-matrixstats" ,r-matrixstats)
23682 ("r-mgcv" ,r-mgcv)
23683 ("r-nleqslv" ,r-nleqslv)
23684 ("r-nlme" ,r-nlme)
23685 ("r-projpred" ,r-projpred)
23686 ("r-rcpp" ,r-rcpp)
23687 ("r-rstan" ,r-rstan)
23688 ("r-rstantools" ,r-rstantools)
23689 ("r-shinystan" ,r-shinystan)))
23690 (native-inputs `(("r-knitr" ,r-knitr)))
23691 (home-page
23692 "https://github.com/paul-buerkner/brms")
23693 (synopsis
23694 "Bayesian Regression Models using 'Stan'")
23695 (description
23696 "Fit Bayesian generalized (non-)linear multivariate multilevel models
23697 using 'Stan' for full Bayesian inference. A wide range of distributions and
23698 link functions are supported, allowing users to fit -- among others -- linear,
23699 robust linear, count data, survival, response times, ordinal, zero-inflated,
23700 hurdle, and even self-defined mixture models all in a multilevel context.
23701 Further modeling options include non-linear and smooth terms, auto-correlation
23702 structures, censored data, meta-analytic standard errors, and quite a few
23703 more. In addition, all parameters of the response distribution can be
23704 predicted in order to perform distributional regression. Prior specifications
23705 are flexible and explicitly encourage users to apply prior distributions that
23706 actually reflect their beliefs. Model fit can easily be assessed and compared
23707 with posterior predictive checks and leave-one-out cross-validation.")
23708 (license license:gpl2)))
23709
23710 (define-public r-mstate
23711 (package
23712 (name "r-mstate")
23713 (version "0.3.1")
23714 (source
23715 (origin
23716 (method url-fetch)
23717 (uri (cran-uri "mstate" version))
23718 (sha256
23719 (base32
23720 "11i3p7fph8nbnfis1m7rdrq32qryaajv2wrkxk1x6k17zkh4rq6i"))))
23721 (properties `((upstream-name . "mstate")))
23722 (build-system r-build-system)
23723 (propagated-inputs
23724 `(("r-data-table" ,r-data-table)
23725 ("r-lattice" ,r-lattice)
23726 ("r-magrittr" ,r-magrittr)
23727 ("r-rcolorbrewer" ,r-rcolorbrewer)
23728 ("r-rlang" ,r-rlang)
23729 ("r-survival" ,r-survival)
23730 ("r-viridis" ,r-viridis)))
23731 (native-inputs
23732 `(("r-knitr" ,r-knitr)))
23733 (home-page
23734 "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
23735 (synopsis
23736 "Data Preparation, Estimation and Prediction in Multi-State Models")
23737 (description
23738 "Contains functions for data preparation, descriptives, hazard estimation
23739 and prediction with Aalen-Johansen or simulation in competing risks and
23740 multi-state models.")
23741 (license license:gpl2+)))
23742
23743 (define-public r-scatterpie
23744 (package
23745 (name "r-scatterpie")
23746 (version "0.1.5")
23747 (source
23748 (origin
23749 (method url-fetch)
23750 (uri (cran-uri "scatterpie" version))
23751 (sha256
23752 (base32
23753 "0h48l0699lpfagv09f53yismir84945m56qwzk52lc7wxyvkfcp1"))))
23754 (properties `((upstream-name . "scatterpie")))
23755 (build-system r-build-system)
23756 (propagated-inputs
23757 `(("r-ggforce" ,r-ggforce)
23758 ("r-ggplot2" ,r-ggplot2)
23759 ("r-rlang" ,r-rlang)
23760 ("r-rvcheck" ,r-rvcheck)
23761 ("r-tidyr" ,r-tidyr)))
23762 (native-inputs
23763 `(("r-knitr" ,r-knitr)))
23764 (home-page "https://cran.r-project.org/web/packages/scatterpie/")
23765 (synopsis "Scatter pie plot")
23766 (description
23767 "This package creates scatterpie plots, especially useful for plotting
23768 pies on a map.")
23769 (license license:artistic2.0)))
23770
23771 (define-public r-scrypt
23772 (package
23773 (name "r-scrypt")
23774 (version "0.1.3")
23775 (source
23776 (origin
23777 (method url-fetch)
23778 (uri (cran-uri "scrypt" version))
23779 (sha256
23780 (base32
23781 "14iblgbp9v2by8fjbrpsd59iknp5babcz7j3yv1yxxzcwyb6wrrm"))))
23782 (properties `((upstream-name . "scrypt")))
23783 (build-system r-build-system)
23784 (propagated-inputs
23785 `(("r-rcpp" ,r-rcpp)))
23786 (home-page "https://github.com/rstudio/rscrypt")
23787 (synopsis "Key derivation functions for R based on Scrypt")
23788 (description
23789 "This package provides functions for working with the scrypt key
23790 derivation functions. Scrypt is a password-based key derivation function
23791 created by Colin Percival. The algorithm was specifically designed to make it
23792 costly to perform large-scale custom hardware attacks by requiring large
23793 amounts of memory.")
23794 (license license:bsd-2)))
23795
23796 (define-public r-boruta
23797 (package
23798 (name "r-boruta")
23799 (version "7.0.0")
23800 (source
23801 (origin
23802 (method url-fetch)
23803 (uri (cran-uri "Boruta" version))
23804 (sha256
23805 (base32
23806 "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
23807 (properties `((upstream-name . "Boruta")))
23808 (build-system r-build-system)
23809 (propagated-inputs `(("r-ranger" ,r-ranger)))
23810 (home-page "https://gitlab.com/mbq/Boruta/")
23811 (synopsis "Wrapper algorithm for all relevant feature selection")
23812 (description
23813 "This package provides an all relevant feature selection wrapper
23814 algorithm. It finds relevant features by comparing original attributes'
23815 importance with importance achievable at random, estimated using their
23816 permuted copies (shadows).")
23817 (license license:gpl2+)))
23818
23819 (define-public r-directlabels
23820 (package
23821 (name "r-directlabels")
23822 (version "2021.1.13")
23823 (source
23824 (origin
23825 (method url-fetch)
23826 (uri (cran-uri "directlabels" version))
23827 (sha256
23828 (base32
23829 "0415kh9k2qzdwi8zb32fh2icl5wf5335kyj11cyfdmfxji39zv2w"))))
23830 (build-system r-build-system)
23831 (propagated-inputs
23832 `(("r-quadprog" ,r-quadprog)))
23833 (native-inputs
23834 `(("r-knitr" ,r-knitr)))
23835 (home-page "http://directlabels.r-forge.r-project.org/")
23836 (synopsis "Direct labels for multicolor plots")
23837 (description
23838 "This package provides an extensible framework for automatically placing
23839 direct labels onto multicolor plots. Label positions are described using
23840 positioning methods that can be re-used across several different plots. There
23841 are heuristics for examining @code{trellis} and @code{ggplot} objects and
23842 inferring an appropriate positioning method.")
23843 (license license:gpl3)))
23844
23845 (define-public r-lsd
23846 (package
23847 (name "r-lsd")
23848 (version "4.1-0")
23849 (source
23850 (origin
23851 (method url-fetch)
23852 (uri (cran-uri "LSD" version))
23853 (sha256
23854 (base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
23855 (properties `((upstream-name . "LSD")))
23856 (build-system r-build-system)
23857 (home-page "https://cran.r-project.org/web/packages/LSD/")
23858 (synopsis "Lots of superior depictions tool creates colorful plots")
23859 (description
23860 "This package creates lots of colorful plots in a multitude of variations.
23861 Try a demo of the LSD by running @code{demotour()}.")
23862 ;; Either version
23863 (license (list license:gpl2 license:gpl3))))
23864
23865 (define-public r-phylogram
23866 (package
23867 (name "r-phylogram")
23868 (version "2.1.0")
23869 (source
23870 (origin
23871 (method url-fetch)
23872 (uri (cran-uri "phylogram" version))
23873 (sha256
23874 (base32 "1p4h5pirc0m5pzc18q0jk3mcmb5n48gdf9abz03vml3a209xxl2v"))))
23875 (properties `((upstream-name . "phylogram")))
23876 (build-system r-build-system)
23877 (propagated-inputs `(("r-ape" ,r-ape)))
23878 (home-page "https://github.com/ropensci/phylogram/")
23879 (synopsis "Dendrograms for evolutionary analysis")
23880 (description
23881 "The @code{r-phylogram} package is a tool for for developing phylogenetic
23882 trees as deeply-nested lists known as \"dendrogram\" objects. It provides
23883 functions for conversion between \"dendrogram\" and \"phylo\" class objects,
23884 as well as several tools for command-line tree manipulation and import/export
23885 via Newick parenthetic text. This improves accessibility to the comprehensive
23886 range of object-specific analytical and tree-visualization functions found
23887 across a wide array of bioinformatic R packages.")
23888 (license license:gpl3)))
23889
23890 (define-public r-kmer
23891 (package
23892 (name "r-kmer")
23893 (version "1.1.2")
23894 (source
23895 (origin
23896 (method url-fetch)
23897 (uri (cran-uri "kmer" version))
23898 (sha256
23899 (base32 "0jimn9r0abglwxdl1zqz0lxa99cmj6haydkxjzqfbpx9by80wnww"))))
23900 (properties `((upstream-name . "kmer")))
23901 (build-system r-build-system)
23902 (propagated-inputs
23903 `(("r-openssl" ,r-openssl)
23904 ("r-phylogram" ,r-phylogram)
23905 ("r-rcpp" ,r-rcpp)))
23906 (home-page "https://github.com/shaunpwilkinson/kmer/")
23907 (synopsis "Fast K-Mer counting and clustering for biological sequence analysis")
23908 (description
23909 "@code{r-kmer} is an R package for rapidly computing distance matrices
23910 and clustering large sequence datasets using fast alignment-free k-mer
23911 counting and recursive k-means partitioning.")
23912 (license license:gpl3)))
23913
23914 (define-public r-hardhat
23915 (package
23916 (name "r-hardhat")
23917 (version "0.1.5")
23918 (source
23919 (origin
23920 (method url-fetch)
23921 (uri (cran-uri "hardhat" version))
23922 (sha256
23923 (base32
23924 "1b7f9i9fy39j9n03g40vd6nzgq9fgq914xg3svf84najlknvjzly"))))
23925 (properties `((upstream-name . "hardhat")))
23926 (build-system r-build-system)
23927 (propagated-inputs
23928 `(("r-glue" ,r-glue)
23929 ("r-rlang" ,r-rlang)
23930 ("r-tibble" ,r-tibble)
23931 ("r-vctrs" ,r-vctrs)))
23932 (native-inputs
23933 `(("r-knitr" ,r-knitr)))
23934 (home-page "https://github.com/tidymodels/hardhat")
23935 (synopsis "Construct modeling packages")
23936 (description
23937 "Building modeling packages is hard. A large amount of effort generally
23938 goes into providing an implementation for a new method that is efficient,
23939 fast, and correct, but often less emphasis is put on the user interface. A
23940 good interface requires specialized knowledge about S3 methods and formulas,
23941 which the average package developer might not have. The goal of
23942 @code{hardhat} is to reduce the burden around building new modeling packages
23943 by providing functionality for preprocessing, predicting, and validating
23944 input.")
23945 (license license:expat)))
23946
23947 (define-public r-lightgbm
23948 (package
23949 (name "r-lightgbm")
23950 (version "3.1.1")
23951 (source
23952 (origin
23953 (method url-fetch)
23954 (uri (cran-uri "lightgbm" version))
23955 (sha256
23956 (base32
23957 "1pwsh6j9ksahh58b15j5ij56bsc6syy3z4k4a5zhy5n7829rz555"))))
23958 (properties `((upstream-name . "lightgbm")))
23959 (build-system r-build-system)
23960 (propagated-inputs
23961 `(("r-data-table" ,r-data-table)
23962 ("r-jsonlite" ,r-jsonlite)
23963 ("r-matrix" ,r-matrix)
23964 ("r-r6" ,r-r6)))
23965 (home-page "https://github.com/Microsoft/LightGBM")
23966 (synopsis "Light gradient boosting machine")
23967 (description
23968 "Tree based algorithms can be improved by introducing boosting
23969 frameworks. LightGBM is one such framework, based on Ke, Guolin et
23970 al. (2017). This package offers an R interface to work with it. It is
23971 designed to be distributed and efficient with the following goals:
23972
23973 @enumerate
23974 @item Faster training speed and higher efficiency;
23975 @item lower memory usage;
23976 @item better accuracy;
23977 @item parallel learning supported; and
23978 @item capable of handling large-scale data.
23979 @end enumerate
23980 ")
23981 (license license:expat)))
23982
23983 (define-public r-shapforxgboost
23984 (package
23985 (name "r-shapforxgboost")
23986 (version "0.1.0")
23987 (source
23988 (origin
23989 (method url-fetch)
23990 (uri (cran-uri "SHAPforxgboost" version))
23991 (sha256
23992 (base32
23993 "0jgyss9bawl7sf4dwa75sn7ld3mvrrr0z2074lbkq3f5qb9gwsly"))))
23994 (properties
23995 `((upstream-name . "SHAPforxgboost")))
23996 (build-system r-build-system)
23997 (propagated-inputs
23998 `(("r-bbmisc" ,r-bbmisc)
23999 ("r-data-table" ,r-data-table)
24000 ("r-ggextra" ,r-ggextra)
24001 ("r-ggforce" ,r-ggforce)
24002 ("r-ggplot2" ,r-ggplot2)
24003 ("r-ggpubr" ,r-ggpubr)
24004 ("r-lightgbm" ,r-lightgbm)
24005 ("r-rcolorbrewer" ,r-rcolorbrewer)
24006 ("r-xgboost" ,r-xgboost)))
24007 (home-page "https://github.com/liuyanguu/SHAPforxgboost")
24008 (synopsis "SHAP Plots for XGBoost")
24009 (description
24010 "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
24011 using @dfn{SHAP} (Shapley additive explanation) visualization plots for
24012 @code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
24013 and force plot. It relies on the @code{XGBoost} package to produce SHAP
24014 values.")
24015 (license license:expat)))
24016
24017 (define-public r-rismed
24018 (package
24019 (name "r-rismed")
24020 (version "2.2")
24021 (source
24022 (origin
24023 (method url-fetch)
24024 (uri (cran-uri "RISmed" version))
24025 (sha256
24026 (base32
24027 "0nwixhngi4r2f73362salivsmsf7l52bm13jqvhdq8mfiigm80vd"))))
24028 (properties `((upstream-name . "RISmed")))
24029 (build-system r-build-system)
24030 (home-page "https://cran.r-project.org/web/packages/RISmed")
24031 (synopsis "Download content from NCBI databases")
24032 (description
24033 "This package provides a set of tools to extract bibliographic
24034 content from the National Center for Biotechnology Information (NCBI)
24035 databases, including PubMed. The name RISmed is a portmanteau of
24036 RIS (for Research Information Systems, a common tag format for
24037 bibliographic data) and PubMed.")
24038 (license license:gpl2+)))
24039
24040 (define-public r-semver
24041 (package
24042 (name "r-semver")
24043 (version "0.2.0")
24044 (source
24045 (origin
24046 (method url-fetch)
24047 (uri (cran-uri "semver" version))
24048 (sha256
24049 (base32
24050 "10wpkyms2cix3bsin2q0qhkbl445pwwpa5gm2s4jjw1989namkxy"))))
24051 (properties `((upstream-name . "semver")))
24052 (build-system r-build-system)
24053 (propagated-inputs
24054 `(("r-assertthat" ,r-assertthat)
24055 ("r-rcpp" ,r-rcpp)))
24056 (native-inputs `(("r-knitr" ,r-knitr)))
24057 (home-page "https://github.com/johndharrison/semver")
24058 (synopsis "Parser for Semantic Versioning 2.0.0")
24059 (description
24060 "This package provides tools and functions for parsing, rendering and
24061 operating on semantic version strings. Semantic versioning is a simple set of
24062 rules and requirements that dictate how version numbers are assigned and
24063 incremented as outlined at @url{http://semver.org}.")
24064 (license license:expat)))
24065
24066 (define-public r-binman
24067 (package
24068 (name "r-binman")
24069 (version "0.1.2")
24070 (source
24071 (origin
24072 (method url-fetch)
24073 (uri (cran-uri "binman" version))
24074 (sha256
24075 (base32
24076 "00l7m98h41r67gf0qxqis3vx63j7wylnk9vlgcyk41szkrz8ikkc"))))
24077 (properties `((upstream-name . "binman")))
24078 (build-system r-build-system)
24079 (propagated-inputs
24080 `(("r-assertthat" ,r-assertthat)
24081 ("r-httr" ,r-httr)
24082 ("r-jsonlite" ,r-jsonlite)
24083 ("r-rappdirs" ,r-rappdirs)
24084 ("r-semver" ,r-semver)
24085 ("r-xml2" ,r-xml2)
24086 ("r-yaml" ,r-yaml)))
24087 (native-inputs `(("r-knitr" ,r-knitr)))
24088 (home-page "https://github.com/ropensci/binman")
24089 (synopsis "Binary download manager")
24090 (description
24091 "This package provides tools and functions for managing the download of
24092 binary files. Binary repositories are defined in the YAML format. Defining
24093 new pre-download, download and post-download templates allow additional
24094 repositories to be added.")
24095 (license license:expat)))
24096
24097 (define-public r-wdman
24098 (package
24099 (name "r-wdman")
24100 (version "0.2.5")
24101 (source
24102 (origin
24103 (method url-fetch)
24104 (uri (cran-uri "wdman" version))
24105 (sha256
24106 (base32
24107 "1yf41lsrr9dbf5n4f5hv9mlmzl736fhnp9gxkm2g9apws6gsig02"))))
24108 (properties `((upstream-name . "wdman")))
24109 (build-system r-build-system)
24110 (propagated-inputs
24111 `(("r-assertthat" ,r-assertthat)
24112 ("r-binman" ,r-binman)
24113 ("r-processx" ,r-processx)
24114 ("r-semver" ,r-semver)
24115 ("r-yaml" ,r-yaml)))
24116 (native-inputs `(("r-knitr" ,r-knitr)))
24117 (home-page "https://docs.ropensci.org/wdman/")
24118 (synopsis "Webdriver/Selenium binary manager")
24119 (description
24120 "There are a number of binary files associated with the
24121 Webdriver/Selenium project (see @url{http://www.seleniumhq.org/download/},
24122 @url{https://sites.google.com/a/chromium.org/chromedriver/},
24123 @url{https://github.com/mozilla/geckodriver},
24124 @url{http://phantomjs.org/download.html}, and
24125 @url{https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver} for
24126 more information). This package provides functions to download these binaries
24127 and to manage processes involving them.")
24128 (license license:expat)))
24129
24130 (define-public r-rselenium
24131 (package
24132 (name "r-rselenium")
24133 (version "1.7.7")
24134 (source
24135 (origin
24136 (method url-fetch)
24137 (uri (cran-uri "RSelenium" version))
24138 (sha256
24139 (base32
24140 "1xn5fdbzmq7b1f5fc9ls23g177bmnd8bn4p4d8aafr6z3jwkmfir"))))
24141 (properties `((upstream-name . "RSelenium")))
24142 (build-system r-build-system)
24143 (propagated-inputs
24144 `(("r-binman" ,r-binman)
24145 ("r-catools" ,r-catools)
24146 ("r-httr" ,r-httr)
24147 ("r-openssl" ,r-openssl)
24148 ("r-wdman" ,r-wdman)
24149 ("r-xml" ,r-xml)))
24150 (native-inputs `(("r-knitr" ,r-knitr)))
24151 (home-page "https://docs.ropensci.org/RSelenium/")
24152 (synopsis "R bindings for Selenium WebDriver")
24153 (description
24154 "This package provides a set of R bindings for the Selenium 2.0
24155 WebDriver (see @url{https://selenium.dev/documentation/en/} for more
24156 information) using the @code{JsonWireProtocol} (see
24157 @url{https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol} for more
24158 information). Selenium 2.0 WebDriver allows driving a web browser natively as
24159 a user would either locally or on a remote machine using the Selenium server
24160 it marks a leap forward in terms of web browser automation. Selenium
24161 automates web browsers (commonly referred to as browsers). Using RSelenium
24162 you can automate browsers locally or remotely.")
24163 (license license:agpl3+)))
24164
24165 (define-public r-conquer
24166 (package
24167 (name "r-conquer")
24168 (version "1.0.2")
24169 (source
24170 (origin
24171 (method url-fetch)
24172 (uri (cran-uri "conquer" version))
24173 (sha256
24174 (base32
24175 "1zvlsrbmrij011mcdi3qngs1al2lhrdiyknxnk0w1zhzrra62bsl"))))
24176 (properties `((upstream-name . "conquer")))
24177 (build-system r-build-system)
24178 (propagated-inputs
24179 `(("r-matrix" ,r-matrix)
24180 ("r-matrixstats" ,r-matrixstats)
24181 ("r-rcpp" ,r-rcpp)
24182 ("r-rcpparmadillo" ,r-rcpparmadillo)))
24183 (home-page "https://github.com/XiaoouPan/conquer")
24184 (synopsis "Convolution-type smoothed quantile regression")
24185 (description
24186 "This package provides fast and accurate convolution-type smoothed
24187 quantile regression, implemented using Barzilai-Borwein gradient descent with
24188 a Huber regression warm start. Confidence intervals for regression
24189 coefficients are constructed using multiplier bootstrap.")
24190 (license license:gpl3)))
24191
24192 (define-public r-fastshap
24193 (package
24194 (name "r-fastshap")
24195 (version "0.0.5")
24196 (source
24197 (origin
24198 (method url-fetch)
24199 (uri (cran-uri "fastshap" version))
24200 (sha256
24201 (base32
24202 "08f25ib5mry6h8lvj0g3clc9kfl5g2wdd8x8bw455wwmbcm6x5vg"))))
24203 (properties `((upstream-name . "fastshap")))
24204 (build-system r-build-system)
24205 (propagated-inputs
24206 `(("r-abind" ,r-abind)
24207 ("r-ggplot2" ,r-ggplot2)
24208 ("r-gridextra" ,r-gridextra)
24209 ("r-matrixstats" ,r-matrixstats)
24210 ("r-plyr" ,r-plyr)
24211 ("r-rcpp" ,r-rcpp)
24212 ("r-rcpparmadillo" ,r-rcpparmadillo)
24213 ("r-tibble" ,r-tibble)))
24214 (home-page "https://github.com/bgreenwell/fastshap")
24215 (synopsis "Fast approximate Shapley values")
24216 (description
24217 "This package computes fast (relative to other implementations)
24218 approximate Shapley values for any supervised learning model. Shapley values
24219 help to explain the predictions from any black box model using ideas from game
24220 theory; see @url{Strumbel and Kononenko (2014),
24221 doi.org/10.1007/s10115-013-0679-x} for details.")
24222 (license license:gpl2+)))
24223
24224 (define-public r-metrics
24225 (package
24226 (name "r-metrics")
24227 (version "0.1.4")
24228 (source
24229 (origin
24230 (method url-fetch)
24231 (uri (cran-uri "Metrics" version))
24232 (sha256
24233 (base32
24234 "0fh8qbjlwzagh272lgwr4bxcqcjb1qpz53mgs8rzlvncax6nk5bk"))))
24235 (properties `((upstream-name . "Metrics")))
24236 (build-system r-build-system)
24237 (home-page "https://github.com/mfrasco/Metrics")
24238 (synopsis "Evaluation metrics for machine learning")
24239 (description
24240 "This package provides an implementation of evaluation metrics in R that
24241 are commonly used in supervised machine learning. It implements metrics for
24242 regression, time series, binary classification, classification, and
24243 information retrieval problems. It has zero dependencies and a consistent,
24244 simple interface for all functions.")
24245 (license license:bsd-3)))
24246
24247 (define-public r-iml
24248 (package
24249 (name "r-iml")
24250 (version "0.10.0")
24251 (source
24252 (origin
24253 (method url-fetch)
24254 (uri (cran-uri "iml" version))
24255 (sha256
24256 (base32
24257 "0xm3q42qahq798ilgg050df0mahhbdfd3fx3i7cpx606h38si0x7"))))
24258 (properties `((upstream-name . "iml")))
24259 (build-system r-build-system)
24260 (propagated-inputs
24261 `(("r-checkmate" ,r-checkmate)
24262 ("r-data-table" ,r-data-table)
24263 ("r-formula" ,r-formula)
24264 ("r-future" ,r-future)
24265 ("r-future-apply" ,r-future-apply)
24266 ("r-ggplot2" ,r-ggplot2)
24267 ("r-gridextra" ,r-gridextra)
24268 ("r-metrics" ,r-metrics)
24269 ("r-prediction" ,r-prediction)
24270 ("r-r6" ,r-r6)))
24271 (native-inputs `(("r-knitr" ,r-knitr)))
24272 (home-page "https://github.com/christophM/iml")
24273 (synopsis "Interpretable machine learning")
24274 (description
24275 "This package provides interpretability methods to analyze the behavior
24276 and predictions of any machine learning model. Implemented methods are:
24277
24278 @itemize
24279 @item Feature importance described by Fisher et al. (2018),
24280 @item accumulated local effects plots described by Apley (2018),
24281 @item partial dependence plots described by Friedman (2001),
24282 @item individual conditional expectation ('ice') plots described by Goldstein
24283 et al. (2013) @url{https://doi.org/10.1080/10618600.2014.907095},
24284 @item local models (variant of 'lime') described by Ribeiro et. al (2016),
24285 @item the Shapley Value described by Strumbelj et. al (2014)
24286 @url{https://doi.org/10.1007/s10115-013-0679-x},
24287 @item feature interactions described by Friedman et. al
24288 @url{https://doi.org/10.1214/07-AOAS148} and tree surrogate models.
24289 @end itemize
24290 ")
24291 (license license:expat)))
24292
24293 (define-public r-goftest
24294 (package
24295 (name "r-goftest")
24296 (version "1.2-2")
24297 (source
24298 (origin
24299 (method url-fetch)
24300 (uri (cran-uri "goftest" version))
24301 (sha256
24302 (base32
24303 "0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4"))))
24304 (properties `((upstream-name . "goftest")))
24305 (build-system r-build-system)
24306 (home-page "https://github.com/baddstats/goftest")
24307 (synopsis "Classical Goodness-of-Fit tests for univariate distributions")
24308 (description
24309 "This package provides Cramer-Von Mises and Anderson-Darling tests of
24310 goodness-of-fit for continuous univariate distributions, using efficient
24311 algorithms.")
24312 (license license:gpl2+)))
24313
24314 (define-public r-tensor
24315 (package
24316 (name "r-tensor")
24317 (version "1.5")
24318 (source
24319 (origin
24320 (method url-fetch)
24321 (uri (cran-uri "tensor" version))
24322 (sha256
24323 (base32
24324 "19mfsgr6vz4lgwidm80i4yw0y1dr3n8i6qz7g4n2xa0k74zc5pp1"))))
24325 (properties `((upstream-name . "tensor")))
24326 (build-system r-build-system)
24327 (home-page "https://cran.r-project.org/web/packages/tensor/")
24328 (synopsis "Tensor product of arrays")
24329 (description
24330 "The tensor product of two arrays is notionally an outer product of the
24331 arrays collapsed in specific extents by summing along the appropriate
24332 diagonals. This package allows you to compute the tensor product of arrays.")
24333 (license license:gpl2+)))
24334
24335 (define-public r-spatstat-utils
24336 (package
24337 (name "r-spatstat-utils")
24338 (version "2.0-0")
24339 (source
24340 (origin
24341 (method url-fetch)
24342 (uri (cran-uri "spatstat.utils" version))
24343 (sha256
24344 (base32
24345 "1li0vksxpkvgyx3j2wi40kj5687vwakkfdix6icm6g01a0lb2m5d"))))
24346 (properties
24347 `((upstream-name . "spatstat.utils")))
24348 (build-system r-build-system)
24349 (home-page "http://www.spatstat.org")
24350 (synopsis "Utility functions for spatstat")
24351 (description
24352 "This package contains utility functions for the @code{spatstat} package
24353 which may also be useful for other purposes.")
24354 (license license:gpl2+)))
24355
24356 (define-public r-spatstat-data
24357 (package
24358 (name "r-spatstat-data")
24359 (version "2.0-0")
24360 (source
24361 (origin
24362 (method url-fetch)
24363 (uri (cran-uri "spatstat.data" version))
24364 (sha256
24365 (base32
24366 "1z1jb1yzb7qhfg55dhzcrdvn5x8hpg9xif0hpnapddbmhxd1hbb7"))))
24367 (properties `((upstream-name . "spatstat.data")))
24368 (build-system r-build-system)
24369 (propagated-inputs
24370 `(("r-matrix" ,r-matrix)
24371 ("r-spatstat-utils" ,r-spatstat-utils)))
24372 (home-page "http://www.spatstat.org")
24373 (synopsis "Datasets for spatstat")
24374 (description
24375 "This package contains all the datasets for the @code{spatstat}
24376 package.")
24377 (license license:gpl2+)))
24378
24379 (define-public r-spatstat
24380 (package
24381 (name "r-spatstat")
24382 (version "1.64-1")
24383 (source
24384 (origin
24385 (method url-fetch)
24386 (uri (cran-uri "spatstat" version))
24387 (sha256
24388 (base32
24389 "06jmxfs9kz9qqi3ichfgn8dglwb87kq2nl578p83za5psv8cfgya"))))
24390 (properties `((upstream-name . "spatstat")))
24391 (build-system r-build-system)
24392 (propagated-inputs
24393 `(("r-abind" ,r-abind)
24394 ("r-deldir" ,r-deldir)
24395 ("r-goftest" ,r-goftest)
24396 ("r-matrix" ,r-matrix)
24397 ("r-mgcv" ,r-mgcv)
24398 ("r-nlme" ,r-nlme)
24399 ("r-polyclip" ,r-polyclip)
24400 ("r-rpart" ,r-rpart)
24401 ("r-spatstat-data" ,r-spatstat-data)
24402 ("r-spatstat-utils" ,r-spatstat-utils)
24403 ("r-tensor" ,r-tensor)))
24404 (home-page "http://www.spatstat.org")
24405 (synopsis "Spatial Point Pattern analysis, model-fitting, simulation, tests")
24406 (description
24407 "This package provides a comprehensive toolbox for analysing Spatial
24408 Point Patterns. It is focused mainly on two-dimensional point patterns,
24409 including multitype/marked points, in any spatial region. It also supports
24410 three-dimensional point patterns, space-time point patterns in any number of
24411 dimensions, point patterns on a linear network, and patterns of other
24412 geometrical objects. It supports spatial covariate data such as pixel images
24413 and contains over 2000 functions for plotting spatial data, exploratory data
24414 analysis, model-fitting, simulation, spatial sampling, model diagnostics, and
24415 formal inference.")
24416 (license license:gpl2+)))
24417
24418 (define-public r-gaston
24419 (package
24420 (name "r-gaston")
24421 (version "1.5.7")
24422 (source
24423 (origin
24424 (method url-fetch)
24425 (uri (cran-uri "gaston" version))
24426 (sha256
24427 (base32
24428 "14z94dpln4dvgrv2w7w9ik7h6rpvbf02qhq1hqzx8c2cndzxr21i"))))
24429 (properties `((upstream-name . "gaston")))
24430 (build-system r-build-system)
24431 (inputs `(("zlib" ,zlib)))
24432 (propagated-inputs
24433 `(("r-rcpp" ,r-rcpp)
24434 ("r-rcppeigen" ,r-rcppeigen)
24435 ("r-rcppparallel" ,r-rcppparallel)))
24436 (native-inputs `(("r-knitr" ,r-knitr)))
24437 (home-page "https://cran.r-project.org/web/packages/gaston/")
24438 (synopsis "Genetic data handling (QC, GRM, LD, PCA) and linear mixed models")
24439 (description
24440 "This is a package for the manipulation of genetic data (SNPs).
24441 Computation of @dfn{genetic relationship matrix} (GRM) and dominance matrix,
24442 @dfn{linkage disequilibrium} (LD), and heritability with efficient algorithms
24443 for linear mixed models (AIREML).")
24444 (license license:gpl3)))
24445
24446 (define-public r-cpp11
24447 (package
24448 (name "r-cpp11")
24449 (version "0.2.6")
24450 (source
24451 (origin
24452 (method url-fetch)
24453 (uri (cran-uri "cpp11" version))
24454 (sha256
24455 (base32
24456 "118i8s7978vl9xyhnb47wcbd6rcc6b958mq2w8s3rdsd4pxv62gz"))))
24457 (properties `((upstream-name . "cpp11")))
24458 (build-system r-build-system)
24459 (native-inputs `(("r-knitr" ,r-knitr)))
24460 (home-page "https://github.com/r-lib/cpp11")
24461 (synopsis "C++11 Interface for R's C Interface")
24462 (description
24463 "This package provides a header only, C++11 interface to R's C interface.
24464 Compared to other approaches @code{cpp11} strives to be safe against long
24465 jumps from the C API as well as C++ exceptions, conform to normal R function
24466 semantics and supports interaction with @code{ALTREP} vectors.")
24467 (license license:expat)))
24468
24469 (define-public r-rcppziggurat
24470 (package
24471 (name "r-rcppziggurat")
24472 (version "0.1.6")
24473 (source
24474 (origin
24475 (method url-fetch)
24476 (uri (cran-uri "RcppZiggurat" version))
24477 (sha256
24478 (base32
24479 "0wgd1v2p7zajnbrjf3hfi56p3pk3ld6iwkanbb04bjbnlif2ay4w"))))
24480 (properties `((upstream-name . "RcppZiggurat")))
24481 (build-system r-build-system)
24482 (propagated-inputs
24483 `(("r-rcpp" ,r-rcpp)
24484 ("r-rcppgsl" ,r-rcppgsl)))
24485 (native-inputs `(("r-knitr" ,r-knitr)))
24486 (home-page "https://cran.r-project.org/web/packages/RcppZiggurat/")
24487 (synopsis "Rcpp integration of different \"Ziggurat\" normal RNG implementations")
24488 (description
24489 "The Ziggurat generator for normally distributed random numbers,
24490 originally proposed by Marsaglia and Tsang (2000,
24491 @url{https://doi.org/10.18637/jss.v005.i08}) has been improved upon a few
24492 times starting with Leong et al (2005,
24493 @url{https://doi.org/10.18637/jss.v012.i07}). This package provides an
24494 aggregation for comparing different implementations in order to provide a
24495 'faster but good enough' alternative for use with R and C++ code.")
24496 (license license:gpl2+)))
24497
24498 (define-public r-rfast
24499 (package
24500 (name "r-rfast")
24501 (version "2.0.1")
24502 (source
24503 (origin
24504 (method url-fetch)
24505 (uri (cran-uri "Rfast" version))
24506 (sha256
24507 (base32
24508 "1cq3mcg49hsvqhwn6f4dgsx7f8ma4qnwr5n6s7m22qy57rg31958"))))
24509 (properties `((upstream-name . "Rfast")))
24510 (build-system r-build-system)
24511 (propagated-inputs
24512 `(("r-rcpp" ,r-rcpp)
24513 ("r-rcpparmadillo" ,r-rcpparmadillo)
24514 ("r-rcppziggurat" ,r-rcppziggurat)))
24515 (home-page "https://github.com/RfastOfficial/Rfast")
24516 (synopsis "Collection of efficient and fast R functions")
24517 (description
24518 "This package provides a collection of fast (utility) functions for data
24519 analysis. Column- and row- wise means, medians, variances, minimums,
24520 maximums, many t, F and G-square tests, many regressions (normal, logistic,
24521 Poisson), are some of the many fast functions.")
24522 (license license:gpl2+)))
24523
24524 (define-public r-clusterr
24525 (package
24526 (name "r-clusterr")
24527 (version "1.2.2")
24528 (source
24529 (origin
24530 (method url-fetch)
24531 (uri (cran-uri "ClusterR" version))
24532 (sha256
24533 (base32
24534 "1ky172bk15a78hky77vl60j7c81nq2495sxjrv53is25nkac7sjm"))))
24535 (properties `((upstream-name . "ClusterR")))
24536 (build-system r-build-system)
24537 (propagated-inputs
24538 `(("r-ggplot2" ,r-ggplot2)
24539 ("r-gmp" ,r-gmp)
24540 ("r-gtools" ,r-gtools)
24541 ("r-rcpp" ,r-rcpp)
24542 ("r-rcpparmadillo" ,r-rcpparmadillo)))
24543 (native-inputs `(("r-knitr" ,r-knitr)))
24544 (home-page "https://github.com/mlampros/ClusterR")
24545 (synopsis "Clustering")
24546 (description
24547 "This package provides Gaussian mixture models, k-means,
24548 mini-batch-kmeans, k-medoids and affinity propagation clustering with the
24549 option to plot, validate, predict (new data) and estimate the optimal number
24550 of clusters. The package takes advantage of @code{RcppArmadillo} to speed up
24551 the computationally intensive parts of the functions. For more information,
24552 see
24553
24554 @enumerate
24555 @item \"Clustering in an Object-Oriented Environment\" by Anja Struyf, Mia
24556 Hubert, Peter Rousseeuw (1997), Journal of Statistical Software,
24557 @url{https://doi.org/10.18637/jss.v001.i04};
24558 @item \"Web-scale k-means clustering\" by D. Sculley (2010), ACM Digital
24559 Library, @url{https://doi.org/10.1145/1772690.1772862};
24560 @item \"Armadillo: a template-based C++ library
24561 for linear algebra\" by Sanderson et al (2016), The Journal of Open Source
24562 Software, @url{https://doi.org/10.21105/joss.00026};
24563 @item \"Clustering by Passing Messages Between Data Points\" by Brendan
24564 J. Frey and Delbert Dueck, Science 16 Feb 2007: Vol. 315, Issue 5814,
24565 pp. 972-976, @url{https://doi.org/10.1126/science.1136800}.
24566 @end enumerate
24567 ")
24568 (license license:gpl3)))
24569
24570 (define-public r-spectrum
24571 (package
24572 (name "r-spectrum")
24573 (version "1.1")
24574 (source
24575 (origin
24576 (method url-fetch)
24577 (uri (cran-uri "Spectrum" version))
24578 (sha256
24579 (base32
24580 "0n38d360azkck6vvhr771zsh0gbvd9qsf9ygg5r18vhz0pb1xcfw"))))
24581 (properties `((upstream-name . "Spectrum")))
24582 (build-system r-build-system)
24583 (propagated-inputs
24584 `(("r-clusterr" ,r-clusterr)
24585 ("r-diptest" ,r-diptest)
24586 ("r-ggplot2" ,r-ggplot2)
24587 ("r-rfast" ,r-rfast)))
24588 (native-inputs `(("r-knitr" ,r-knitr)))
24589 (home-page "https://cran.r-project.org/web/packages/Spectrum/")
24590 (synopsis "Fast adaptive spectral clustering for single and multi-view data")
24591 (description
24592 "This package provides a self-tuning spectral clustering method for
24593 single or multi-view data. Spectrum uses a new type of adaptive density aware
24594 kernel that strengthens connections in the graph based on common nearest
24595 neighbours. It uses a tensor product graph data integration and diffusion
24596 procedure to integrate different data sources and reduce noise. Spectrum uses
24597 either the eigengap or multimodality gap heuristics to determine the number of
24598 clusters. The method is sufficiently flexible so that a wide range of
24599 Gaussian and non-Gaussian structures can be clustered with automatic selection
24600 of K.")
24601 (license license:agpl3+)))
24602
24603 (define-public r-nabor
24604 (package
24605 (name "r-nabor")
24606 (version "0.5.0")
24607 (source
24608 (origin
24609 (method url-fetch)
24610 (uri (cran-uri "nabor" version))
24611 (sha256
24612 (base32
24613 "1nj39cdfwrmhgsi3cq8imxv3n6xzc1v6dzdb2cf2hybjk368v4s7"))))
24614 (properties `((upstream-name . "nabor")))
24615 (build-system r-build-system)
24616 (propagated-inputs
24617 `(("r-bh" ,r-bh)
24618 ("r-rcpp" ,r-rcpp)
24619 ("r-rcppeigen" ,r-rcppeigen)))
24620 (home-page "https://cran.r-project.org/web/packages/nabor/")
24621 (synopsis "Wrapper for K nearest neighbour library for low dimensions")
24622 (description
24623 "This package provides an R wrapper for libnabo, an exact or approximate
24624 k nearest neighbour library which is optimised for low dimensional
24625 spaces (e.g. 3D). @code{nabor} includes a @code{knn} function that is
24626 designed as a drop-in replacement for the RANN function @code{nn2}. In
24627 addition, objects which include the k-d tree search structure can be returned
24628 to speed up repeated queries of the same set of target points.")
24629 (license license:bsd-3)))
24630
24631 (define-public r-muhaz
24632 (package
24633 (name "r-muhaz")
24634 (version "1.2.6.1")
24635 (source
24636 (origin
24637 (method url-fetch)
24638 (uri (cran-uri "muhaz" version))
24639 (sha256
24640 (base32
24641 "08qh43zx6h3yby44q2vxphfvmfdmqxpgyp0734yn341sy9n8pkkk"))))
24642 (properties `((upstream-name . "muhaz")))
24643 (build-system r-build-system)
24644 (propagated-inputs
24645 `(("r-survival" ,r-survival)))
24646 (native-inputs
24647 `(("gfortran" ,gfortran)))
24648 (home-page "https://cran.r-project.org/web/packages/muhaz/")
24649 (synopsis "Hazard function estimation in survival analysis")
24650 (description
24651 "This package produces a smooth estimate of the hazard function for
24652 censored data.")
24653 ;; Any version of the GPL.
24654 (license license:gpl3+)))
24655
24656 (define-public r-flexsurv
24657 (package
24658 (name "r-flexsurv")
24659 (version "1.1.1")
24660 (source
24661 (origin
24662 (method url-fetch)
24663 (uri (cran-uri "flexsurv" version))
24664 (sha256
24665 (base32
24666 "0x7p1rv51pplfyyzcg63ssb8z56mig7y0363hkr0219w3cvyq9nr"))))
24667 (properties `((upstream-name . "flexsurv")))
24668 (build-system r-build-system)
24669 (propagated-inputs
24670 `(("r-desolve" ,r-desolve)
24671 ("r-mstate" ,r-mstate)
24672 ("r-muhaz" ,r-muhaz)
24673 ("r-mvtnorm" ,r-mvtnorm)
24674 ("r-quadprog" ,r-quadprog)
24675 ("r-rcpp" ,r-rcpp)
24676 ("r-survival" ,r-survival)
24677 ("r-tibble" ,r-tibble)
24678 ("r-tidyr" ,r-tidyr)))
24679 (native-inputs
24680 `(("r-knitr" ,r-knitr)))
24681 (home-page "https://github.com/chjackson/flexsurv-dev")
24682 (synopsis "Flexible parametric survival and multi-state models")
24683 (description
24684 "This package provides flexible parametric models for time-to-event data,
24685 including the Royston-Parmar spline model, generalized gamma and generalized F
24686 distributions. Any user-defined parametric distribution can be fitted, given
24687 at least an R function defining the probability density or hazard. There are
24688 also tools for fitting and predicting from fully parametric multi-state
24689 models.")
24690 (license license:gpl2+)))
24691
24692 (define-public r-transphylo
24693 (package
24694 (name "r-transphylo")
24695 (version "1.4.4")
24696 (source
24697 (origin
24698 (method url-fetch)
24699 (uri (cran-uri "TransPhylo" version))
24700 (sha256
24701 (base32
24702 "1506c97y8dnhd0c38rgvmg70q0l3xmmn07mjglhnw7hi5n5y9mv9"))))
24703 (properties `((upstream-name . "TransPhylo")))
24704 (build-system r-build-system)
24705 (propagated-inputs
24706 `(("r-ape" ,r-ape)
24707 ("r-rcpp" ,r-rcpp)))
24708 (native-inputs
24709 `(("r-knitr" ,r-knitr)))
24710 (home-page "https://cran.r-project.org/web/packages/TransPhylo/")
24711 (synopsis "Inference of transmission tree from a dated phylogeny")
24712 (description
24713 "This is a package to infer transmission trees from a dated phylogeny.
24714 It includes methods to simulate and analyze outbreaks. The methodology is
24715 described in @url{https://doi.org/10.1093/molbev/msu121,Didelot et al. (2014)}
24716 and @url{https://doi.org/10.1093/molbev/msw275,Didelot et al. (2017)}.")
24717 (license license:gpl2+)))
24718
24719 (define-public r-km-ci
24720 (package
24721 (name "r-km-ci")
24722 (version "0.5-2")
24723 (source
24724 (origin
24725 (method url-fetch)
24726 (uri (cran-uri "km.ci" version))
24727 (sha256
24728 (base32
24729 "1l6kw8jppaa1802yc5pbfwwgac56nhwc9p076ivylhms4w7cdf8v"))))
24730 (properties `((upstream-name . "km.ci")))
24731 (build-system r-build-system)
24732 (propagated-inputs
24733 `(("r-survival" ,r-survival)))
24734 (home-page "https://cran.r-project.org/web/packages/km.ci/")
24735 (synopsis "Confidence intervals for the Kaplan-Meier estimator")
24736 (description
24737 "This package computes various @dfn{confidence intervals} (CI) for the
24738 Kaplan-Meier estimator, namely: Petos CI, Rothman CI, CIs based on Greenwoods
24739 variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by
24740 Nair and Hall and Wellner.")
24741 (license license:gpl2+)))
24742
24743 (define-public r-kmsurv
24744 (package
24745 (name "r-kmsurv")
24746 (version "0.1-5")
24747 (source
24748 (origin
24749 (method url-fetch)
24750 (uri (cran-uri "KMsurv" version))
24751 (sha256
24752 (base32
24753 "0hi5vvk584rl70gbrr75w9hc775xmbxnaig0dd6hlpi4071pnqjm"))))
24754 (properties `((upstream-name . "KMsurv")))
24755 (build-system r-build-system)
24756 (home-page "https://cran.r-project.org/web/packages/KMsurv/")
24757 (synopsis "Data sets from Klein and Moeschberger (1997), Survival Analysis")
24758 (description
24759 "This package provides data sets and functions for Klein and Moeschberger
24760 (1997), \"Survival Analysis, Techniques for Censored and Truncated Data\",
24761 Springer.")
24762 (license license:gpl3+)))
24763
24764 (define-public r-survmisc
24765 (package
24766 (name "r-survmisc")
24767 (version "0.5.5")
24768 (source
24769 (origin
24770 (method url-fetch)
24771 (uri (cran-uri "survMisc" version))
24772 (sha256
24773 (base32
24774 "00nvvl8gz4477ab24rd0xvfksm8msv8h021b9ld5c9cizc41n2bm"))))
24775 (properties `((upstream-name . "survMisc")))
24776 (build-system r-build-system)
24777 (propagated-inputs
24778 `(("r-data-table" ,r-data-table)
24779 ("r-ggplot2" ,r-ggplot2)
24780 ("r-gridextra" ,r-gridextra)
24781 ("r-km-ci" ,r-km-ci)
24782 ("r-kmsurv" ,r-kmsurv)
24783 ("r-knitr" ,r-knitr)
24784 ("r-survival" ,r-survival)
24785 ("r-xtable" ,r-xtable)
24786 ("r-zoo" ,r-zoo)))
24787 (native-inputs
24788 `(("r-knitr" ,r-knitr)))
24789 (home-page "https://cran.r-project.org/web/packages/survMisc/")
24790 (synopsis "Miscellaneous functions for survival data")
24791 (description
24792 "This package provides a collection of functions to help in the analysis
24793 of right-censored survival data. These extend the methods available in
24794 the @code{survival} package.")
24795 (license license:gpl2)))
24796
24797 (define-public r-exactranktests
24798 (package
24799 (name "r-exactranktests")
24800 (version "0.8-31")
24801 (source
24802 (origin
24803 (method url-fetch)
24804 (uri (cran-uri "exactRankTests" version))
24805 (sha256
24806 (base32
24807 "1154dkcid3njhamdp87qs9bnx7l8bdqkcjsds9q9f2xmizs9x8gw"))))
24808 (properties
24809 `((upstream-name . "exactRankTests")))
24810 (build-system r-build-system)
24811 (home-page "https://cran.r-project.org/web/packages/exactRankTests/")
24812 (synopsis "Exact distributions for rank and permutation tests")
24813 (description
24814 "This package computes exact conditional p-values and quantiles using an
24815 implementation of the Shift-Algorithm by Streitberg & Roehmel.")
24816 (license license:gpl2+)))
24817
24818 (define-public r-maxstat
24819 (package
24820 (name "r-maxstat")
24821 (version "0.7-25")
24822 (source
24823 (origin
24824 (method url-fetch)
24825 (uri (cran-uri "maxstat" version))
24826 (sha256
24827 (base32
24828 "114z1rwxwvk05ijjhdppzm148n1h192fp0w12ky10zkrhf6kphbg"))))
24829 (properties `((upstream-name . "maxstat")))
24830 (build-system r-build-system)
24831 (propagated-inputs
24832 `(("r-exactranktests" ,r-exactranktests)
24833 ("r-mvtnorm" ,r-mvtnorm)))
24834 (home-page "https://cran.r-project.org/web/packages/maxstat/")
24835 (synopsis "Maximally selected rank statistics")
24836 (description
24837 "This package provides maximally selected rank statistics with several
24838 p-value approximations.")
24839 (license license:gpl2+)))
24840
24841 (define-public r-survminer
24842 (package
24843 (name "r-survminer")
24844 (version "0.4.8")
24845 (source
24846 (origin
24847 (method url-fetch)
24848 (uri (cran-uri "survminer" version))
24849 (sha256
24850 (base32
24851 "1niysd89mxb2a6ncvzm1s6xgfvq3psba65af0whh2p56r2hwrwff"))))
24852 (properties `((upstream-name . "survminer")))
24853 (build-system r-build-system)
24854 (propagated-inputs
24855 `(("r-broom" ,r-broom)
24856 ("r-dplyr" ,r-dplyr)
24857 ("r-ggplot2" ,r-ggplot2)
24858 ("r-ggpubr" ,r-ggpubr)
24859 ("r-gridextra" ,r-gridextra)
24860 ("r-magrittr" ,r-magrittr)
24861 ("r-maxstat" ,r-maxstat)
24862 ("r-purrr" ,r-purrr)
24863 ("r-rlang" ,r-rlang)
24864 ("r-scales" ,r-scales)
24865 ("r-survival" ,r-survival)
24866 ("r-survmisc" ,r-survmisc)
24867 ("r-tibble" ,r-tibble)
24868 ("r-tidyr" ,r-tidyr)))
24869 (native-inputs
24870 `(("r-knitr" ,r-knitr)))
24871 (home-page "https://rpkgs.datanovia.com/survminer/index.html")
24872 (synopsis "Drawing survival curves using ggplot2")
24873 (description
24874 "This package contains the function @code{ggsurvplot()} for easily
24875 drawing beautiful and 'ready-to-publish' survival curves with the 'number at
24876 risk' table and 'censoring count plot'. Other functions are also available to
24877 plot adjusted curves for Cox model and to visually examine Cox model
24878 assumptions.")
24879 (license license:gpl2)))
24880
24881 (define-public r-forge
24882 (package
24883 (name "r-forge")
24884 (version "0.2.0")
24885 (source
24886 (origin
24887 (method url-fetch)
24888 (uri (cran-uri "forge" version))
24889 (sha256
24890 (base32
24891 "0pjfzsc35agkh0zfw2czwajkbsyn6liys5irl5bhz5r1vim3jmwa"))))
24892 (properties `((upstream-name . "forge")))
24893 (build-system r-build-system)
24894 (propagated-inputs
24895 `(("r-magrittr" ,r-magrittr)
24896 ("r-rlang" ,r-rlang)))
24897 (home-page "https://cran.r-project.org/web/packages/forge/")
24898 (synopsis "Cast values into shape")
24899 (description
24900 "This package provides helper functions with a consistent interface to
24901 coerce and verify the types and shapes of values for input checking.")
24902 (license license:asl2.0)))
24903
24904 (define-public r-config
24905 (package
24906 (name "r-config")
24907 (version "0.3.1")
24908 (source
24909 (origin
24910 (method url-fetch)
24911 (uri (cran-uri "config" version))
24912 (sha256
24913 (base32
24914 "0l2zp7v6qaz72dclcbjrlis633zlwp8rsi5azr7iw127iyz7i26l"))))
24915 (properties `((upstream-name . "config")))
24916 (build-system r-build-system)
24917 (propagated-inputs
24918 `(("r-yaml" ,r-yaml)))
24919 (native-inputs
24920 `(("r-knitr" ,r-knitr)))
24921 (home-page "https://github.com/rstudio/config")
24922 (synopsis "Manage environment specific configuration values")
24923 (description
24924 "This package lets you manage configuration values across multiple
24925 environments (e.g. development, test, production). It reads values using a
24926 function that determines the current environment and returns the appropriate
24927 value.")
24928 (license license:gpl3)))
24929
24930 (define-public r-adaptivesparsity
24931 (package
24932 (name "r-adaptivesparsity")
24933 (version "1.6")
24934 (source (origin
24935 (method url-fetch)
24936 (uri (cran-uri "AdaptiveSparsity" version))
24937 (sha256
24938 (base32
24939 "0imr5m8mll9j6n4icsv6z9rl5kbnwsp9wvzrg7n90nnmcxq2cz91"))))
24940 (properties
24941 `((upstream-name . "AdaptiveSparsity")))
24942 (build-system r-build-system)
24943 (arguments
24944 `(#:phases
24945 (modify-phases %standard-phases
24946 (add-after 'unpack 'link-against-armadillo
24947 (lambda _
24948 (substitute* "src/Makevars"
24949 (("PKG_LIBS=" prefix)
24950 (string-append prefix "-larmadillo")))
24951 #t)))))
24952 (propagated-inputs
24953 `(("r-mass" ,r-mass)
24954 ("r-matrix" ,r-matrix)
24955 ("r-rcpp" ,r-rcpp)
24956 ("r-rcpparmadillo" ,r-rcpparmadillo)))
24957 (inputs
24958 `(("armadillo" ,armadillo)))
24959 (home-page "https://cran.r-project.org/web/packages/AdaptiveSparsity")
24960 (synopsis "Adaptive sparsity models")
24961 (description
24962 "This package implements the Figueiredo machine learning algorithm for
24963 adaptive sparsity and the Wong algorithm for adaptively sparse Gaussian
24964 geometric models.")
24965 (license license:lgpl3+)))
24966
24967 (define-public r-diffusionmap
24968 (package
24969 (name "r-diffusionmap")
24970 (version "1.2.0")
24971 (source
24972 (origin
24973 (method url-fetch)
24974 (uri (cran-uri "diffusionMap" version))
24975 (sha256
24976 (base32
24977 "1rvk7069brlm1s9kqj4c31mwwr3mw4hmhay95cjjjfmw5xclff2j"))))
24978 (properties `((upstream-name . "diffusionMap")))
24979 (build-system r-build-system)
24980 (propagated-inputs
24981 `(("r-igraph" ,r-igraph)
24982 ("r-matrix" ,r-matrix)
24983 ("r-scatterplot3d" ,r-scatterplot3d)))
24984 (home-page "https://www.r-project.org")
24985 (synopsis "Diffusion map")
24986 (description "This package implements the diffusion map method of data
24987 parametrization, including creation and visualization of diffusion maps,
24988 clustering with diffusion K-means and regression using the adaptive regression
24989 model.")
24990 (license license:gpl2)))
24991
24992 (define-public r-igraph
24993 (package
24994 (name "r-igraph")
24995 (version "1.2.6")
24996 (source
24997 (origin
24998 (method url-fetch)
24999 (uri (cran-uri "igraph" version))
25000 (sha256
25001 (base32
25002 "0vf7wrx77cdiav8724cw8gchrn0y9wvywphf5km4pa7xcqhsf3b4"))))
25003 (build-system r-build-system)
25004 (native-inputs
25005 `(("gfortran" ,gfortran)))
25006 (inputs
25007 `(("gmp" ,gmp)
25008 ("glpk" ,glpk)
25009 ("libxml2" ,libxml2)
25010 ("zlib" ,zlib)))
25011 (propagated-inputs
25012 `(("r-magrittr" ,r-magrittr)
25013 ("r-matrix" ,r-matrix)
25014 ("r-pkgconfig" ,r-pkgconfig)))
25015 (home-page "https://igraph.org")
25016 (synopsis "Network analysis and visualization")
25017 (description
25018 "This package provides routines for simple graphs and network analysis.
25019 It can handle large graphs very well and provides functions for generating
25020 random and regular graphs, graph visualization, centrality methods and much
25021 more.")
25022 (license license:gpl2+)))
25023
25024 (define-public r-workflows
25025 (package
25026 (name "r-workflows")
25027 (version "0.2.1")
25028 (source
25029 (origin
25030 (method url-fetch)
25031 (uri (cran-uri "workflows" version))
25032 (sha256
25033 (base32
25034 "1mk0pnmpqlhf143mvj9rwvjrrshirz6s83s5hbfalhnyw7hzkfb9"))))
25035 (properties `((upstream-name . "workflows")))
25036 (build-system r-build-system)
25037 (propagated-inputs
25038 `(("r-cli" ,r-cli)
25039 ("r-ellipsis" ,r-ellipsis)
25040 ("r-generics" ,r-generics)
25041 ("r-glue" ,r-glue)
25042 ("r-hardhat" ,r-hardhat)
25043 ("r-parsnip" ,r-parsnip)
25044 ("r-rlang" ,r-rlang)
25045 ("r-tidyselect" ,r-tidyselect)))
25046 (native-inputs
25047 `(("r-knitr" ,r-knitr)))
25048 (home-page "https://github.com/tidymodels/workflows")
25049 (synopsis "Modeling workflows")
25050 (description
25051 "A workflow is an object that can bundle together your pre-processing,
25052 modeling, and post-processing requests. For example, if you have a
25053 @code{recipe} and @code{parsnip} model, these can be combined into a
25054 workflow. The advantages are:
25055
25056 @enumerate
25057 @item You don’t have to keep track of separate objects in your workspace.
25058 @item The recipe prepping and model fitting can be executed using a single
25059 call to @code{fit()}.
25060 @item If you have custom tuning parameter settings, these can be defined using
25061 a simpler interface when combined with @code{tune}.
25062 @item In the future, workflows will be able to add post-processing operations,
25063 such as modifying the probability cutoff for two-class models.
25064 @end enumerate
25065 ")
25066 (license license:expat)))
25067
25068 (define-public r-gpfit
25069 (package
25070 (name "r-gpfit")
25071 (version "1.0-8")
25072 (source
25073 (origin
25074 (method url-fetch)
25075 (uri (cran-uri "GPfit" version))
25076 (sha256
25077 (base32
25078 "05mpiyi2vxv0wqp422n1mnxa8msc4daq40cwpnpngbcwqhlgqkby"))))
25079 (properties `((upstream-name . "GPfit")))
25080 (build-system r-build-system)
25081 (propagated-inputs
25082 `(("r-lattice" ,r-lattice)
25083 ("r-lhs" ,r-lhs)))
25084 (home-page "https://cran.r-project.org/web/packages/GPfit/")
25085 (synopsis "Gaussian Processes modeling")
25086 (description
25087 "This package provides a computationally stable approach of fitting a
25088 @dfn{Gaussian Process} (GP) model to a deterministic simulator.")
25089 (license license:gpl2)))
25090
25091 (define-public r-yardstick
25092 (package
25093 (name "r-yardstick")
25094 (version "0.0.7")
25095 (source
25096 (origin
25097 (method url-fetch)
25098 (uri (cran-uri "yardstick" version))
25099 (sha256
25100 (base32
25101 "1yrvlhn4gxyn9f20z5yv3xam0j0a8z362jwa32r33r0g0jk5z2fq"))))
25102 (properties `((upstream-name . "yardstick")))
25103 (build-system r-build-system)
25104 (propagated-inputs
25105 `(("r-dplyr" ,r-dplyr)
25106 ("r-generics" ,r-generics)
25107 ("r-proc" ,r-proc)
25108 ("r-rlang" ,r-rlang)
25109 ("r-tidyselect" ,r-tidyselect)))
25110 (native-inputs
25111 `(("r-knitr" ,r-knitr)))
25112 (home-page "https://github.com/tidymodels/yardstick")
25113 (synopsis "Tidy characterizations of model performance")
25114 (description
25115 "This package provides tidy tools for quantifying how well a model fits
25116 to a data set such as confusion matrices, class probability curve summaries,
25117 and regression metrics (e.g., RMSE).")
25118 (license license:gpl2)))
25119
25120 (define-public r-warp
25121 (package
25122 (name "r-warp")
25123 (version "0.2.0")
25124 (source
25125 (origin
25126 (method url-fetch)
25127 (uri (cran-uri "warp" version))
25128 (sha256
25129 (base32
25130 "0s0acddc5h14245hi1faycxp0fyvw6nlgaz2df7da4fpyd2f638f"))))
25131 (properties `((upstream-name . "warp")))
25132 (build-system r-build-system)
25133 (native-inputs `(("r-knitr" ,r-knitr)))
25134 (home-page "https://github.com/DavisVaughan/warp")
25135 (synopsis "Group dates")
25136 (description
25137 "This package provides tooling to group dates by a variety of periods
25138 including: yearly, monthly, by second, by week of the month, and more. The
25139 groups are defined in such a way that they also represent the distance between
25140 dates in terms of the period. This extracts valuable information that can be
25141 used in further calculations that rely on a specific temporal spacing between
25142 observations.")
25143 (license license:expat)))
25144
25145 (define-public r-slider
25146 (package
25147 (name "r-slider")
25148 (version "0.1.5")
25149 (source
25150 (origin
25151 (method url-fetch)
25152 (uri (cran-uri "slider" version))
25153 (sha256
25154 (base32
25155 "1x4jwfxam4czfkb1s5qds5krfw1h2p5a4rh6f5z4yvhsv0d81xck"))))
25156 (properties `((upstream-name . "slider")))
25157 (build-system r-build-system)
25158 (propagated-inputs
25159 `(("r-glue" ,r-glue)
25160 ("r-rlang" ,r-rlang)
25161 ("r-vctrs" ,r-vctrs)
25162 ("r-warp" ,r-warp)))
25163 (native-inputs `(("r-knitr" ,r-knitr)))
25164 (home-page "https://github.com/DavisVaughan/slider")
25165 (synopsis "Sliding window functions")
25166 (description
25167 "This package provides type-stable rolling window functions over any R
25168 data type. Cumulative and expanding windows are also supported. For more
25169 advanced usage, an index can be used as a secondary vector that defines how
25170 sliding windows are to be created.")
25171 (license license:expat)))
25172
25173 (define-public r-rsample
25174 (package
25175 (name "r-rsample")
25176 (version "0.0.8")
25177 (source
25178 (origin
25179 (method url-fetch)
25180 (uri (cran-uri "rsample" version))
25181 (sha256
25182 (base32
25183 "1psmxk16d4bz1v05x0gb9hn4brkdjxw8hjbxmj62snichnix3q3i"))))
25184 (properties `((upstream-name . "rsample")))
25185 (build-system r-build-system)
25186 (propagated-inputs
25187 `(("r-dplyr" ,r-dplyr)
25188 ("r-ellipsis" ,r-ellipsis)
25189 ("r-furrr" ,r-furrr)
25190 ("r-generics" ,r-generics)
25191 ("r-modeldata" ,r-modeldata)
25192 ("r-purrr" ,r-purrr)
25193 ("r-rlang" ,r-rlang)
25194 ("r-slider" ,r-slider)
25195 ("r-tibble" ,r-tibble)
25196 ("r-tidyr" ,r-tidyr)
25197 ("r-tidyselect" ,r-tidyselect)
25198 ("r-vctrs" ,r-vctrs)))
25199 (native-inputs
25200 `(("r-knitr" ,r-knitr)))
25201 (home-page "https://rsample.tidymodels.org")
25202 (synopsis "General resampling infrastructure")
25203 (description
25204 "This package provides classes and functions to create and summarize
25205 different types of resampling objects (e.g. bootstrap, cross-validation).")
25206 (license license:gpl2)))
25207
25208 (define-public r-dicedesign
25209 (package
25210 (name "r-dicedesign")
25211 (version "1.8-1")
25212 (source
25213 (origin
25214 (method url-fetch)
25215 (uri (cran-uri "DiceDesign" version))
25216 (sha256
25217 (base32
25218 "11s1m543kxd6gv4amh8z6pph1n67sj9sfwm6hjy83wfs65syf5vp"))))
25219 (properties `((upstream-name . "DiceDesign")))
25220 (build-system r-build-system)
25221 (home-page "http://dice.emse.fr/")
25222 (synopsis "Designs of computer experiments")
25223 (description
25224 "This package provides tools to create some specific @code{Space-Filling
25225 Design} (SFD) and to test their quality.")
25226 (license license:gpl3)))
25227
25228 (define-public r-dials
25229 (package
25230 (name "r-dials")
25231 (version "0.0.9")
25232 (source
25233 (origin
25234 (method url-fetch)
25235 (uri (cran-uri "dials" version))
25236 (sha256
25237 (base32
25238 "0g9wj2py4wz703rh4p7hk8qxqnkm7zyrypv4qz4vaqziazjsmxks"))))
25239 (properties `((upstream-name . "dials")))
25240 (build-system r-build-system)
25241 (propagated-inputs
25242 `(("r-dicedesign" ,r-dicedesign)
25243 ("r-dplyr" ,r-dplyr)
25244 ("r-glue" ,r-glue)
25245 ("r-purrr" ,r-purrr)
25246 ("r-rlang" ,r-rlang)
25247 ("r-scales" ,r-scales)
25248 ("r-tibble" ,r-tibble)
25249 ("r-vctrs" ,r-vctrs)
25250 ("r-withr" ,r-withr)))
25251 (native-inputs `(("r-knitr" ,r-knitr)))
25252 (home-page "https://dials.tidymodels.org/")
25253 (synopsis "Tools for creating tuning parameter values")
25254 (description
25255 "Many models contain tuning parameters (i.e. parameters that cannot be
25256 directly estimated from the data). These tools can be used to define objects
25257 for creating, simulating, or validating values for such parameters.")
25258 (license license:gpl2)))
25259
25260 (define-public r-tune
25261 (package
25262 (name "r-tune")
25263 (version "0.1.2")
25264 (source
25265 (origin
25266 (method url-fetch)
25267 (uri (cran-uri "tune" version))
25268 (sha256
25269 (base32
25270 "0ja7rjkjj88v3ngrc6izcz2qh9qv4s8abgcafmvx2ihgz99hds37"))))
25271 (properties `((upstream-name . "tune")))
25272 (build-system r-build-system)
25273 (propagated-inputs
25274 `(("r-cli" ,r-cli)
25275 ("r-dials" ,r-dials)
25276 ("r-dplyr" ,r-dplyr)
25277 ("r-foreach" ,r-foreach)
25278 ("r-generics" ,r-generics)
25279 ("r-ggplot2" ,r-ggplot2)
25280 ("r-glue" ,r-glue)
25281 ("r-gpfit" ,r-gpfit)
25282 ("r-hardhat" ,r-hardhat)
25283 ("r-parsnip" ,r-parsnip)
25284 ("r-purrr" ,r-purrr)
25285 ("r-recipes" ,r-recipes)
25286 ("r-rlang" ,r-rlang)
25287 ("r-rsample" ,r-rsample)
25288 ("r-tibble" ,r-tibble)
25289 ("r-tidyr" ,r-tidyr)
25290 ("r-vctrs" ,r-vctrs)
25291 ("r-workflows" ,r-workflows)
25292 ("r-yardstick" ,r-yardstick)))
25293 (home-page "https://github.com/tidymodels/tune")
25294 (synopsis "Tidy tuning tools")
25295 (description
25296 "The ability to tune models is important. @code{tune} contains functions
25297 and classes to be used in conjunction with other @code{tidymodels} packages
25298 for finding reasonable values of hyper-parameters in models, pre-processing
25299 methods, and post-processing steps.")
25300 (license license:expat)))
25301
25302 (define-public r-tidyposterior
25303 (package
25304 (name "r-tidyposterior")
25305 (version "0.0.3")
25306 (source
25307 (origin
25308 (method url-fetch)
25309 (uri (cran-uri "tidyposterior" version))
25310 (sha256
25311 (base32
25312 "0wsv800w056ziqbnwal7ncmdy4li8cn5yrdx07w35b7j8kl4mwhg"))))
25313 (properties `((upstream-name . "tidyposterior")))
25314 (build-system r-build-system)
25315 (propagated-inputs
25316 `(("r-dplyr" ,r-dplyr)
25317 ("r-generics" ,r-generics)
25318 ("r-ggplot2" ,r-ggplot2)
25319 ("r-lifecycle" ,r-lifecycle)
25320 ("r-purrr" ,r-purrr)
25321 ("r-rlang" ,r-rlang)
25322 ("r-rsample" ,r-rsample)
25323 ("r-rstanarm" ,r-rstanarm)
25324 ("r-tibble" ,r-tibble)
25325 ("r-tidyr" ,r-tidyr)
25326 ("r-vctrs" ,r-vctrs)))
25327 (native-inputs
25328 `(("r-knitr" ,r-knitr)))
25329 (home-page "https://tidyposterior.tidymodels.org")
25330 (synopsis "Bayesian analysis to compare models using resampling statistics")
25331 (description
25332 "This package can be used to conduct post hoc analyses of resampling
25333 results generated by models. For example, if two models are evaluated with
25334 the @dfn{root mean squared error} (RMSE) using 10-fold cross-validation, there
25335 are 10 paired statistics. These can be used to make comparisons between
25336 models without involving a test set.")
25337 (license license:gpl2)))
25338
25339 (define-public r-tidypredict
25340 (package
25341 (name "r-tidypredict")
25342 (version "0.4.8")
25343 (source
25344 (origin
25345 (method url-fetch)
25346 (uri (cran-uri "tidypredict" version))
25347 (sha256
25348 (base32
25349 "0fff349pkksss8h1k2qza78l81ha6avx63pxziv6dfa8h62qmrdy"))))
25350 (properties `((upstream-name . "tidypredict")))
25351 (build-system r-build-system)
25352 (propagated-inputs
25353 `(("r-dplyr" ,r-dplyr)
25354 ("r-generics" ,r-generics)
25355 ("r-knitr" ,r-knitr)
25356 ("r-purrr" ,r-purrr)
25357 ("r-rlang" ,r-rlang)
25358 ("r-stringr" ,r-stringr)
25359 ("r-tibble" ,r-tibble)
25360 ("r-tidyr" ,r-tidyr)))
25361 (native-inputs
25362 `(("r-knitr" ,r-knitr)))
25363 (home-page "https://tidypredict.tidymodels.org")
25364 (synopsis "Run predictions inside the database")
25365 (description
25366 "This package parses a fitted R model object, and returns a formula in
25367 Tidy Eval code that calculates the predictions. It works with several
25368 database backends because it leverages @code{dplyr} and @code{dbplyr} for the
25369 final SQL translation of the algorithm. It currently supports @code{lm()},
25370 @code{glm()}, @code{randomForest()}, @code{ranger()}, @code{earth()},
25371 @code{xgb.Booster.complete()}, @code{cubist()}, and @code{ctree()} models.")
25372 (license license:gpl3)))
25373
25374 (define-public r-janeaustenr
25375 (package
25376 (name "r-janeaustenr")
25377 (version "0.1.5")
25378 (source
25379 (origin
25380 (method url-fetch)
25381 (uri (cran-uri "janeaustenr" version))
25382 (sha256
25383 (base32
25384 "1wyn4qc28a3sval8shmyi2d7s4nl3jh96s8pzq871brxcmrncbwr"))))
25385 (properties `((upstream-name . "janeaustenr")))
25386 (build-system r-build-system)
25387 (home-page "https://github.com/juliasilge/janeaustenr")
25388 (synopsis "Jane Austen's complete novels")
25389 (description
25390 "This package provides the full texts for Jane Austen's six completed
25391 novels, ready for text analysis. These novels are \"Sense and Sensibility\",
25392 \"Pride and Prejudice\", \"Mansfield Park\", \"Emma\", \"Northanger Abbey\",
25393 and \"Persuasion\".")
25394 (license license:expat)))
25395
25396 (define-public r-tokenizers
25397 (package
25398 (name "r-tokenizers")
25399 (version "0.2.1")
25400 (source
25401 (origin
25402 (method url-fetch)
25403 (uri (cran-uri "tokenizers" version))
25404 (sha256
25405 (base32
25406 "006xf1vdrmp9skhpss9ldhmk4cwqk512cjp1pxm2gxfybpf7qq98"))))
25407 (properties `((upstream-name . "tokenizers")))
25408 (build-system r-build-system)
25409 (propagated-inputs
25410 `(("r-rcpp" ,r-rcpp)
25411 ("r-snowballc" ,r-snowballc)
25412 ("r-stringi" ,r-stringi)))
25413 (native-inputs
25414 `(("r-knitr" ,r-knitr)))
25415 (home-page "https://lincolnmullen.com/software/tokenizers/")
25416 (synopsis "Fast, consistent tokenization of natural language text")
25417 (description
25418 "This is a package for converting natural language text into tokens.
25419 It includes tokenizers for shingled n-grams, skip n-grams, words, word stems,
25420 sentences, paragraphs, characters, shingled characters, lines, tweets, Penn
25421 Treebank, regular expressions, as well as functions for counting characters,
25422 words, and sentences, and a function for splitting longer texts into separate
25423 documents, each with the same number of words. The tokenizers have a
25424 consistent interface, and the package is built on the @code{stringi} and
25425 @code{Rcpp} packages for fast yet correct tokenization in UTF-8 encoding.")
25426 (license license:expat)))
25427
25428 (define-public r-hunspell
25429 (package
25430 (name "r-hunspell")
25431 (version "3.0.1")
25432 (source
25433 (origin
25434 (method url-fetch)
25435 (uri (cran-uri "hunspell" version))
25436 (sha256
25437 (base32
25438 "0ql6y05d4xxpm468rslb0wxdp1x9l3flxzmb5w6pjg617f8vpv8z"))))
25439 (properties `((upstream-name . "hunspell")))
25440 (build-system r-build-system)
25441 (propagated-inputs
25442 `(("r-digest" ,r-digest)
25443 ("r-rcpp" ,r-rcpp)))
25444 (native-inputs
25445 `(("r-knitr" ,r-knitr)))
25446 (home-page "https://github.com/ropensci/hunspell#readme")
25447 (synopsis "High-performance stemmer, tokenizer, and spell checker")
25448 (description
25449 "This package provides a low-level spell checker and morphological
25450 analyzer based on the famous @code{hunspell} library. The package can analyze
25451 or check individual words as well as parse text, LaTeX, HTML or XML documents.
25452 For a more user-friendly interface use the @code{spelling} package which
25453 builds on this package to automate checking of files, documentation and
25454 vignettes in all common formats.")
25455 ;; The hunspell library itself is available under one of GPL2, LGPL2.1, or
25456 ;; MPL; in addition to these licenses the rest of the R wrapper is also
25457 ;; available under the Expat license.
25458 (license (list license:gpl2
25459 license:lgpl2.1
25460 license:mpl1.1
25461 license:expat))))
25462
25463 (define-public r-tidytext
25464 (package
25465 (name "r-tidytext")
25466 (version "0.3.0")
25467 (source
25468 (origin
25469 (method url-fetch)
25470 (uri (cran-uri "tidytext" version))
25471 (sha256
25472 (base32
25473 "1icbfw4zkbs9sp6vk814mw2zzm0bc0d7af92vhriqxaga0gbwdkx"))))
25474 (properties `((upstream-name . "tidytext")))
25475 (build-system r-build-system)
25476 (propagated-inputs
25477 `(("r-dplyr" ,r-dplyr)
25478 ("r-generics" ,r-generics)
25479 ("r-hunspell" ,r-hunspell)
25480 ("r-janeaustenr" ,r-janeaustenr)
25481 ("r-lifecycle" ,r-lifecycle)
25482 ("r-matrix" ,r-matrix)
25483 ("r-purrr" ,r-purrr)
25484 ("r-rlang" ,r-rlang)
25485 ("r-stringr" ,r-stringr)
25486 ("r-tibble" ,r-tibble)
25487 ("r-tokenizers" ,r-tokenizers)
25488 ("r-vctrs" ,r-vctrs)))
25489 (native-inputs
25490 `(("r-knitr" ,r-knitr)))
25491 (home-page "https://github.com/juliasilge/tidytext")
25492 (synopsis "Text mining using dplyr, ggplot2, and other Tidy tools")
25493 (description
25494 "This is a package for text mining for word processing and sentiment
25495 analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.")
25496 (license license:expat)))
25497
25498 (define-public r-parsnip
25499 (package
25500 (name "r-parsnip")
25501 (version "0.1.5")
25502 (source
25503 (origin
25504 (method url-fetch)
25505 (uri (cran-uri "parsnip" version))
25506 (sha256
25507 (base32
25508 "0c12lyfxqsdprqlcmgy421py38z28h88d68pxb1c4fw14v1c2d06"))))
25509 (properties `((upstream-name . "parsnip")))
25510 (build-system r-build-system)
25511 (propagated-inputs
25512 `(("r-dplyr" ,r-dplyr)
25513 ("r-generics" ,r-generics)
25514 ("r-globals" ,r-globals)
25515 ("r-glue" ,r-glue)
25516 ("r-magrittr" ,r-magrittr)
25517 ("r-prettyunits" ,r-prettyunits)
25518 ("r-purrr" ,r-purrr)
25519 ("r-rlang" ,r-rlang)
25520 ("r-tibble" ,r-tibble)
25521 ("r-tidyr" ,r-tidyr)
25522 ("r-vctrs" ,r-vctrs)))
25523 (native-inputs
25524 `(("r-knitr" ,r-knitr)))
25525 (home-page "https://parsnip.tidymodels.org")
25526 (synopsis "Common API to modeling and analysis functions")
25527 (description
25528 "This package provides a common interface to allow users to specify a
25529 model without having to remember the different argument names across different
25530 functions or computational engines (e.g. R, Spark, Stan, etc).")
25531 (license license:gpl2)))
25532
25533 (define-public r-infer
25534 (package
25535 (name "r-infer")
25536 (version "0.5.4")
25537 (source
25538 (origin
25539 (method url-fetch)
25540 (uri (cran-uri "infer" version))
25541 (sha256
25542 (base32
25543 "0wvvgqjhyv7ql98cjzqad61wbmk7xrqd1ybk894jr5cmza13c8w2"))))
25544 (properties `((upstream-name . "infer")))
25545 (build-system r-build-system)
25546 (propagated-inputs
25547 `(("r-dplyr" ,r-dplyr)
25548 ("r-ggplot2" ,r-ggplot2)
25549 ("r-glue" ,r-glue)
25550 ("r-magrittr" ,r-magrittr)
25551 ("r-purrr" ,r-purrr)
25552 ("r-rlang" ,r-rlang)
25553 ("r-tibble" ,r-tibble)))
25554 (native-inputs
25555 `(("r-knitr" ,r-knitr)))
25556 (home-page "https://github.com/tidymodels/infer")
25557 (synopsis "Tidy statistical inference")
25558 (description
25559 "The objective of this package is to perform inference using an
25560 expressive statistical grammar that coheres with the Tidy design framework.")
25561 (license license:cc0)))
25562
25563 (define-public r-modeldata
25564 (package
25565 (name "r-modeldata")
25566 (version "0.1.0")
25567 (source
25568 (origin
25569 (method url-fetch)
25570 (uri (cran-uri "modeldata" version))
25571 (sha256
25572 (base32
25573 "0lbvmicvhw560jn9qk5dywrl6mgj1rf7zh7p86lf97c6bmz0zp2r"))))
25574 (properties `((upstream-name . "modeldata")))
25575 (build-system r-build-system)
25576 (home-page "https://modeldata.tidymodels.org")
25577 (synopsis "Data sets useful for modeling packages")
25578 (description
25579 "This package provides data sets used for demonstrating or testing
25580 model-related packages.")
25581 (license license:expat)))
25582
25583 (define-public r-tidymodels
25584 (package
25585 (name "r-tidymodels")
25586 (version "0.1.2")
25587 (source
25588 (origin
25589 (method url-fetch)
25590 (uri (cran-uri "tidymodels" version))
25591 (sha256
25592 (base32
25593 "09njrl655sh82xrzckgg56a6ndfrjla5fy8675wj4jsj14jpv0fw"))))
25594 (properties `((upstream-name . "tidymodels")))
25595 (build-system r-build-system)
25596 (propagated-inputs
25597 `(("r-broom" ,r-broom)
25598 ("r-cli" ,r-cli)
25599 ("r-dials" ,r-dials)
25600 ("r-dplyr" ,r-dplyr)
25601 ("r-ggplot2" ,r-ggplot2)
25602 ("r-infer" ,r-infer)
25603 ("r-magrittr" ,r-magrittr)
25604 ("r-modeldata" ,r-modeldata)
25605 ("r-parsnip" ,r-parsnip)
25606 ("r-purrr" ,r-purrr)
25607 ("r-recipes" ,r-recipes)
25608 ("r-rlang" ,r-rlang)
25609 ("r-rsample" ,r-rsample)
25610 ("r-rstudioapi" ,r-rstudioapi)
25611 ("r-tibble" ,r-tibble)
25612 ("r-tidyr" ,r-tidyr)
25613 ("r-tune" ,r-tune)
25614 ("r-workflows" ,r-workflows)
25615 ("r-yardstick" ,r-yardstick)))
25616 (native-inputs
25617 `(("r-knitr" ,r-knitr)
25618 ("r-rmarkdown" ,r-rmarkdown)
25619 ("pandoc" ,pandoc)
25620 ("pandoc-citeproc" ,pandoc-citeproc))) ; for vignettes
25621 (home-page "https://github.com/tidymodels/tidymodels")
25622 (synopsis "Tidy collection for modeling and statistical analysis")
25623 (description
25624 "The tidy modeling \"verse\" is a collection of packages for modeling and
25625 statistical analysis that share the underlying design philosophy, grammar, and
25626 data structures of the tidyverse.")
25627 (license license:gpl3)))
25628
25629 (define-public r-mlecens
25630 (package
25631 (name "r-mlecens")
25632 (version "0.1-4")
25633 (source
25634 (origin
25635 (method url-fetch)
25636 (uri (cran-uri "MLEcens" version))
25637 (sha256
25638 (base32
25639 "0zlmrcjraypscgs2v0w4s4hm7qccsmaz4hjsgqpn0058vx622945"))))
25640 (properties `((upstream-name . "MLEcens")))
25641 (build-system r-build-system)
25642 (home-page "http://stat.ethz.ch/~maathuis/")
25643 (synopsis "Computation of the MLE for bivariate (interval) censored data")
25644 (description
25645 "This package contains functions to compute the nonparametric
25646 @dfn{maximum likelihood estimator} (MLE) for the bivariate distribution of
25647 @code{(X,Y)}, when realizations of @code{(X,Y)} cannot be observed directly.
25648 To be more precise, we consider the situation where we observe a set of
25649 rectangles that are known to contain the unobservable realizations of (X,Y).
25650 We compute the MLE based on such a set of rectangles. The methods can also be
25651 used for univariate censored data (see data set @code{cosmesis}), and for
25652 censored data with competing risks (see data set @code{menopause}). The
25653 package also provides functions to visualize the observed data and the MLE.")
25654 (license license:gpl2+)))
25655
25656 (define-public r-metafor
25657 (package
25658 (name "r-metafor")
25659 (version "2.4-0")
25660 (source
25661 (origin
25662 (method url-fetch)
25663 (uri (cran-uri "metafor" version))
25664 (sha256
25665 (base32
25666 "1b599fxk7s0brkchmx698fr5k4g1kzkia2rnlvhg349ffs5nfjmn"))))
25667 (properties `((upstream-name . "metafor")))
25668 (build-system r-build-system)
25669 (propagated-inputs
25670 `(("r-matrix" ,r-matrix)
25671 ("r-nlme" ,r-nlme)))
25672 (home-page "https://cran.r-project.org/web/packages/metafor/")
25673 (synopsis "Meta-analysis package for R")
25674 (description
25675 "This package provides a comprehensive collection of functions for
25676 conducting meta-analyses in R. The package includes functions to calculate
25677 various effect sizes or outcome measures, fit fixed-, random-, and
25678 mixed-effects models to such data, carry out moderator and meta-regression
25679 analyses, and create various types of meta-analytical plots (e.g., forest,
25680 funnel, radial, L'Abbe, Baujat, GOSH plots). For meta-analyses of binomial
25681 and person-time data, the package also provides functions that implement
25682 specialized methods, including the Mantel-Haenszel method, Peto's method, and
25683 a variety of suitable generalized linear (mixed-effects) models (i.e.
25684 mixed-effects logistic and Poisson regression models). Finally, the package
25685 provides functionality for fitting meta-analytic multivariate/multilevel
25686 models that account for non-independent sampling errors and/or true
25687 effects (e.g. due to the inclusion of multiple treatment studies, multiple
25688 endpoints, or other forms of clustering). Network meta-analyses and
25689 meta-analyses accounting for known correlation structures (e.g. due to
25690 phylogenetic relatedness) can also be conducted.")
25691 (license license:gpl2+)))
25692
25693 (define-public r-altmeta
25694 (package
25695 (name "r-altmeta")
25696 (version "3.2")
25697 (source
25698 (origin
25699 (method url-fetch)
25700 (uri (cran-uri "altmeta" version))
25701 (sha256
25702 (base32
25703 "0z252lbsknqp33i0b0xf5r7spr535iq47bv40vgip6nsqhgrl7b0"))))
25704 (properties `((upstream-name . "altmeta")))
25705 (build-system r-build-system)
25706 (propagated-inputs
25707 `(("r-coda" ,r-coda)
25708 ("r-lme4" ,r-lme4)
25709 ("r-matrix" ,r-matrix)
25710 ("r-metafor" ,r-metafor)
25711 ("r-rjags" ,r-rjags)))
25712 (home-page "https://cran.r-project.org/web/packages/altmeta/")
25713 (synopsis "Alternative meta-analysis methods")
25714 (description
25715 "This package provides alternative statistical methods for meta-analysis,
25716 including:
25717
25718 @enumerate
25719 @item bivariate generalized linear mixed models for synthesizing odds ratios,
25720 relative risks, and risk differences
25721 @item heterogeneity tests and measures that are robust to outliers;
25722 @item measures, tests, and visualization tools for publication bias or
25723 small-study effects;
25724 @item meta-analysis of diagnostic tests for synthesizing sensitivities,
25725 specificities, etc.;
25726 @item meta-analysis methods for synthesizing proportions;
25727 @item models for multivariate meta-analysis.
25728 @end enumerate
25729 ")
25730 (license license:gpl2+)))
25731
25732 (define-public r-perm
25733 (package
25734 (name "r-perm")
25735 (version "1.0-0.0")
25736 (source
25737 (origin
25738 (method url-fetch)
25739 (uri (cran-uri "perm" version))
25740 (sha256
25741 (base32
25742 "0075awl66ynv10vypg63fcxk33qzvxddrp8mi4w08ysvimcyxijk"))))
25743 (properties `((upstream-name . "perm")))
25744 (build-system r-build-system)
25745 (home-page "https://cran.r-project.org/web/packages/perm/")
25746 (synopsis "Exact or asymptotic permutation tests")
25747 (description
25748 "This package provides several methods for performing permutation tests.
25749 It has three main functions, to perform linear permutation tests. These tests
25750 are tests where the test statistic is the sum of the product of a
25751 covariate (usually group indicator) and the scores.")
25752 ;; Any version of the GPL
25753 (license license:gpl2+)))
25754
25755 (define-public r-qtl
25756 (package
25757 (name "r-qtl")
25758 (version "1.47-9")
25759 (source
25760 (origin
25761 (method url-fetch)
25762 (uri (cran-uri "qtl" version))
25763 (sha256
25764 (base32
25765 "0hffirsvw9j82cdx6l7vhqn3a7ab52claqjlinv3lswl1nsfg93b"))))
25766 (build-system r-build-system)
25767 (home-page "https://rqtl.org/")
25768 (synopsis "R package for analyzing QTL experiments in genetics")
25769 (description "R/qtl is an extension library for the R statistics system.
25770 It is used to analyze experimental crosses for identifying genes contributing
25771 to variation in quantitative traits (so-called quantitative trait loci, QTLs).
25772
25773 Using a hidden Markov model, R/qtl estimates genetic maps, to identify
25774 genotyping errors, and to perform single-QTL and two-QTL, two-dimensional
25775 genome scans.")
25776 (license license:gpl3)))
25777
25778 (define-public r-qtl2
25779 (package
25780 (name "r-qtl2")
25781 (version "0.24")
25782 (source (origin
25783 (method url-fetch)
25784 (uri (cran-uri "qtl2" version))
25785 (sha256
25786 (base32 "1558khh0zkwm0rdk87krv9836krvwv5h7ymlz9bsrgcvypyr9186"))))
25787 (build-system r-build-system)
25788 (propagated-inputs
25789 `(("r-data-table" ,r-data-table)
25790 ("r-jsonlite" ,r-jsonlite)
25791 ("r-rcpp" ,r-rcpp)
25792 ("r-rcppeigen" ,r-rcppeigen)
25793 ("r-rsqlite" ,r-rsqlite)
25794 ("r-yaml" ,r-yaml)))
25795 (home-page "https://kbroman.org/qtl2/")
25796 (synopsis "Quantitative Trait Locus Mapping in Experimental Crosses")
25797 (description
25798 "This package provides a set of tools to perform @dfn{Quantitative Trait
25799 Locus} (QTL) analysis in experimental crosses. It is a reimplementation of the
25800 @code{R/qtl} package to better handle high-dimensional data and complex cross
25801 designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.")
25802 (license license:gpl3)))
25803
25804 (define-public r-seqminer
25805 (package
25806 (name "r-seqminer")
25807 (version "8.0")
25808 (source
25809 (origin
25810 (method url-fetch)
25811 (uri (cran-uri "seqminer" version))
25812 (sha256
25813 (base32
25814 "00jzj8mwb0zaiwlifd41b26mrq9mzigj18nc29dydi0r42hxg16i"))))
25815 (build-system r-build-system)
25816 (inputs
25817 `(("zlib" ,zlib)))
25818 (home-page "http://seqminer.genomic.codes")
25819 (synopsis "Read nucleotide sequence data (VCF, BCF, and METAL formats)")
25820 (description
25821 "This package provides tools to integrate nucleotide sequencing
25822 data (variant call format, e.g. VCF or BCF) or meta-analysis results in R.")
25823 ;; Any version of the GPL is acceptable
25824 (license (list license:gpl2+ license:gpl3+))))
25825
25826 (define-public r-maldiquant
25827 (package
25828 (name "r-maldiquant")
25829 (version "1.19.3")
25830 (source
25831 (origin
25832 (method url-fetch)
25833 (uri (cran-uri "MALDIquant" version))
25834 (sha256
25835 (base32
25836 "0b7kdz3x4sdq413h1q09l1qhcvdnnwv6fqsqwllks1cd3xy34c57"))))
25837 (properties `((upstream-name . "MALDIquant")))
25838 (build-system r-build-system)
25839 (home-page "https://cran.r-project.org/web/packages/MALDIquant")
25840 (synopsis "Quantitative analysis of mass spectrometry data")
25841 (description
25842 "This package provides a complete analysis pipeline for matrix-assisted
25843 laser desorption/ionization-time-of-flight (MALDI-TOF) and other
25844 two-dimensional mass spectrometry data. In addition to commonly used plotting
25845 and processing methods it includes distinctive features, namely baseline
25846 subtraction methods such as morphological filters (TopHat) or the
25847 statistics-sensitive non-linear iterative peak-clipping algorithm (SNIP), peak
25848 alignment using warping functions, handling of replicated measurements as well
25849 as allowing spectra with different resolutions.")
25850 (license license:gpl3+)))
25851
25852 (define-public r-scattermore
25853 (package
25854 (name "r-scattermore")
25855 (version "0.7")
25856 (source
25857 (origin
25858 (method url-fetch)
25859 (uri (cran-uri "scattermore" version))
25860 (sha256
25861 (base32
25862 "18nzlprmphkvjg946h10h2qq0wbkmv2526p8di6k2xl4gccq0qpk"))))
25863 (properties `((upstream-name . "scattermore")))
25864 (build-system r-build-system)
25865 (propagated-inputs
25866 `(("r-ggplot2" ,r-ggplot2)
25867 ("r-scales" ,r-scales)))
25868 (home-page "https://github.com/exaexa/scattermore")
25869 (synopsis "Scatterplots with more points")
25870 (description
25871 "This package provides C-based tools for converting large scatterplot
25872 data to rasters. It speeds up plotting of data with millions of points.")
25873 (license license:gpl3+)))
25874
25875 (define-public r-seuratobject
25876 (package
25877 (name "r-seuratobject")
25878 (version "4.0.0")
25879 (source
25880 (origin
25881 (method url-fetch)
25882 (uri (cran-uri "SeuratObject" version))
25883 (sha256
25884 (base32
25885 "03k27z7g76wy7mfja2cpxq183xk0906k9gxb2j6p1zw341gv4gii"))))
25886 (properties `((upstream-name . "SeuratObject")))
25887 (build-system r-build-system)
25888 (propagated-inputs
25889 `(("r-matrix" ,r-matrix)
25890 ("r-rcpp" ,r-rcpp)
25891 ("r-rcppeigen" ,r-rcppeigen)
25892 ("r-rlang" ,r-rlang)
25893 ("r-sctransform" ,r-sctransform)))
25894 (home-page "https://satijalab.org/seurat")
25895 (synopsis "Data structures for single cell data")
25896 (description
25897 "This package defines S4 classes for single-cell genomic data and
25898 associated information, such as dimensionality reduction embeddings,
25899 nearest-neighbor graphs, and spatially-resolved coordinates. It provides data
25900 access methods and R-native hooks to ensure the Seurat object is familiar to
25901 other R users.")
25902 (license license:gpl3)))
25903
25904 (define-public r-seurat
25905 (package
25906 (name "r-seurat")
25907 (version "4.0.0")
25908 (source (origin
25909 (method url-fetch)
25910 (uri (cran-uri "Seurat" version))
25911 (sha256
25912 (base32
25913 "1mp3py00bmzj4541d8ry5sfzkpfzvnl9dpa8n4qhakd13dl30xdn"))))
25914 (properties `((upstream-name . "Seurat")))
25915 (build-system r-build-system)
25916 (propagated-inputs
25917 `(("r-cluster" ,r-cluster)
25918 ("r-cowplot" ,r-cowplot)
25919 ("r-fitdistrplus" ,r-fitdistrplus)
25920 ("r-future" ,r-future)
25921 ("r-future-apply" ,r-future-apply)
25922 ("r-ggplot2" ,r-ggplot2)
25923 ("r-ggrepel" ,r-ggrepel)
25924 ("r-ggridges" ,r-ggridges)
25925 ("r-httr" ,r-httr)
25926 ("r-ica" ,r-ica)
25927 ("r-igraph" ,r-igraph)
25928 ("r-irlba" ,r-irlba)
25929 ("r-jsonlite" ,r-jsonlite)
25930 ("r-kernsmooth" ,r-kernsmooth)
25931 ("r-leiden" ,r-leiden)
25932 ("r-lmtest" ,r-lmtest)
25933 ("r-mass" ,r-mass)
25934 ("r-matrix" ,r-matrix)
25935 ("r-matrixstats" ,r-matrixstats)
25936 ("r-miniui" ,r-miniui)
25937 ("r-patchwork" ,r-patchwork)
25938 ("r-pbapply" ,r-pbapply)
25939 ("r-plotly" ,r-plotly)
25940 ("r-png" ,r-png)
25941 ("r-rann" ,r-rann)
25942 ("r-rcolorbrewer" ,r-rcolorbrewer)
25943 ("r-rcpp" ,r-rcpp)
25944 ("r-rcppannoy" ,r-rcppannoy)
25945 ("r-rcppeigen" ,r-rcppeigen)
25946 ("r-rcppprogress" ,r-rcppprogress)
25947 ("r-reticulate" ,r-reticulate)
25948 ("r-rlang" ,r-rlang)
25949 ("r-rocr" ,r-rocr)
25950 ("r-rtsne" ,r-rtsne)
25951 ("r-scales" ,r-scales)
25952 ("r-scattermore" ,r-scattermore)
25953 ("r-sctransform" ,r-sctransform)
25954 ("r-seuratobject" ,r-seuratobject)
25955 ("r-shiny" ,r-shiny)
25956 ("r-spatstat" ,r-spatstat)
25957 ("r-tibble" ,r-tibble)
25958 ("r-uwot" ,r-uwot)))
25959 (home-page "http://www.satijalab.org/seurat")
25960 (synopsis "Seurat is an R toolkit for single cell genomics")
25961 (description
25962 "This package is an R package designed for QC, analysis, and
25963 exploration of single cell RNA-seq data. It easily enables widely-used
25964 analytical techniques, including the identification of highly variable genes,
25965 dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering
25966 algorithms; density clustering, hierarchical clustering, k-means, and the
25967 discovery of differentially expressed genes and markers.")
25968 (license license:gpl3)))
25969
25970 (define-public r-phangorn
25971 (package
25972 (name "r-phangorn")
25973 (version "2.5.5")
25974 (source
25975 (origin
25976 (method url-fetch)
25977 (uri (cran-uri "phangorn" version))
25978 (sha256
25979 (base32
25980 "0ihkaykqjmf80d8wrk3saphxvnv58zma6pd13633bd3cwanc33f5"))))
25981 (build-system r-build-system)
25982 (propagated-inputs
25983 `(("r-ape" ,r-ape)
25984 ("r-fastmatch" ,r-fastmatch)
25985 ("r-igraph" ,r-igraph)
25986 ("r-magrittr" ,r-magrittr)
25987 ("r-matrix" ,r-matrix)
25988 ("r-quadprog" ,r-quadprog)
25989 ("r-rcpp" ,r-rcpp)))
25990 (home-page "https://github.com/KlausVigo/phangorn")
25991 (synopsis "Phylogenetic analysis in R")
25992 (description
25993 "Phangorn is a package for phylogenetic analysis in R. It supports
25994 estimation of phylogenetic trees and networks using Maximum Likelihood,
25995 Maximum Parsimony, distance methods and Hadamard conjugation.")
25996 (license license:gpl2+)))
25997
25998 (define-public r-diversitree
25999 (package
26000 (name "r-diversitree")
26001 (version "0.9-15")
26002 (source
26003 (origin
26004 (method url-fetch)
26005 (uri (cran-uri "diversitree" version))
26006 (sha256
26007 (base32
26008 "1sk3sgn5hi04978s5s7gy6pzp28g3v9rglmiamlgs96c9wyyyff7"))))
26009 (build-system r-build-system)
26010 (native-inputs
26011 `(("gfortran" ,gfortran)))
26012 (inputs `(("fftw" ,fftw) ("gsl" ,gsl)))
26013 (propagated-inputs
26014 `(("r-ape" ,r-ape)
26015 ("r-desolve" ,r-desolve)
26016 ("r-rcpp" ,r-rcpp)
26017 ("r-subplex" ,r-subplex)))
26018 (home-page "https://www.zoology.ubc.ca/prog/diversitree")
26019 (synopsis "Comparative 'phylogenetic' analyses of diversification")
26020 (description "This package contains a number of comparative \"phylogenetic\"
26021 methods, mostly focusing on analysing diversification and character evolution.
26022 Contains implementations of \"BiSSE\" (Binary State Speciation and Extinction)
26023 and its unresolved tree extensions, \"MuSSE\" (Multiple State Speciation and
26024 Extinction), \"QuaSSE\", \"GeoSSE\", and \"BiSSE-ness\" Other included methods
26025 include Markov models of discrete and continuous trait evolution and constant
26026 rate speciation and extinction.")
26027 (license license:gpl2+)))
26028
26029 (define-public r-absfiltergsea
26030 (package
26031 (name "r-absfiltergsea")
26032 (version "1.5.1")
26033 (source
26034 (origin
26035 (method url-fetch)
26036 (uri (cran-uri "AbsFilterGSEA" version))
26037 (sha256
26038 (base32 "15srxkxsvn38kd5frdrwfdf0ad8gskrd0h01wmdf9hglq8fjrp7w"))))
26039 (properties `((upstream-name . "AbsFilterGSEA")))
26040 (build-system r-build-system)
26041 (propagated-inputs
26042 `(("r-biobase" ,r-biobase)
26043 ("r-deseq" ,r-deseq)
26044 ("r-limma" ,r-limma)
26045 ("r-rcpp" ,r-rcpp)
26046 ("r-rcpparmadillo" ,r-rcpparmadillo)))
26047 (home-page "https://cran.r-project.org/web/packages/AbsFilterGSEA/")
26048 (synopsis "Improved false positive control of gene-permuting with absolute filtering")
26049 (description
26050 "This package provides a function that performs gene-permuting of a gene-set
26051 enrichment analysis (GSEA) calculation with or without the absolute filtering.
26052 Without filtering, users can perform (original) two-tailed or one-tailed
26053 absolute GSEA.")
26054 (license license:gpl2)))
26055
26056 (define-public r-calculus
26057 (package
26058 (name "r-calculus")
26059 (version "0.3.0")
26060 (source
26061 (origin
26062 (method url-fetch)
26063 (uri (cran-uri "calculus" version))
26064 (sha256
26065 (base32
26066 "1wa5ap89cfcp0ancj9ivx5s2y0wqr2vmp9y115g7f6g772jwhscj"))))
26067 (properties `((upstream-name . "calculus")))
26068 (build-system r-build-system)
26069 (propagated-inputs
26070 `(("r-rcpp" ,r-rcpp)))
26071 (native-inputs
26072 `(("r-knitr" ,r-knitr)))
26073 (home-page "https://github.com/eguidotti/calculus")
26074 (synopsis "High dimensional numerical and symbolic calculus")
26075 (description
26076 "Efficient C++ optimized functions for numerical and symbolic calculus.
26077 It includes basic symbolic arithmetic, tensor calculus, Einstein summing
26078 convention, fast computation of the Levi-Civita symbol and generalized
26079 Kronecker delta, Taylor series expansion, multivariate Hermite polynomials,
26080 accurate high-order derivatives, differential operators (Gradient, Jacobian,
26081 Hessian, Divergence, Curl, Laplacian) and numerical integration in arbitrary
26082 orthogonal coordinate systems: cartesian, polar, spherical, cylindrical,
26083 parabolic or user defined by custom scale factors.")
26084 (license license:gpl3)))
26085
26086 (define-public r-decon
26087 (package
26088 (name "r-decon")
26089 (version "1.2-4")
26090 (source
26091 (origin
26092 (method url-fetch)
26093 (uri (cran-uri "decon" version))
26094 (sha256
26095 (base32
26096 "1v4l0xq29rm8mks354g40g9jxn0didzlxg3g7z08m0gvj29zdj7s"))))
26097 (properties `((upstream-name . "decon")))
26098 (build-system r-build-system)
26099 (native-inputs
26100 `(("gfortran" ,gfortran)))
26101 (home-page
26102 "https://cran.r-project.org/web/packages/decon/")
26103 (synopsis "Deconvolution Estimation in Measurement Error Models")
26104 (description
26105 "This package contains a collection of functions to deal with
26106 nonparametric measurement error problems using deconvolution
26107 kernel methods. We focus two measurement error models in the
26108 package: (1) an additive measurement error model, where the
26109 goal is to estimate the density or distribution function from
26110 contaminated data; (2) nonparametric regression model with
26111 errors-in-variables. The R functions allow the measurement errors
26112 to be either homoscedastic or heteroscedastic. To make the
26113 deconvolution estimators computationally more efficient in R,
26114 we adapt the \"Fast Fourier Transform\" (FFT) algorithm for
26115 density estimation with error-free data to the deconvolution
26116 kernel estimation. Several methods for the selection of the
26117 data-driven smoothing parameter are also provided in the package.
26118 See details in: Wang, X.F. and Wang, B. (2011). Deconvolution
26119 estimation in measurement error models: The R package decon.
26120 Journal of Statistical Software, 39(10), 1-24.")
26121 (license license:gpl3+)))
26122
26123 (define-public r-locpol
26124 (package
26125 (name "r-locpol")
26126 (version "0.7-0")
26127 (source
26128 (origin
26129 (method url-fetch)
26130 (uri (cran-uri "locpol" version))
26131 (sha256
26132 (base32
26133 "1p915n0l09kbwkly627074jslxl01yssp1rf0c7sygvsw6sgy5lm"))))
26134 (properties `((upstream-name . "locpol")))
26135 (build-system r-build-system)
26136 (home-page
26137 "https://cran.r-project.org/web/packages/locpol/")
26138 (synopsis "Kernel Local Polynomial Regression")
26139 (description
26140 "Computes local polynomial estimators for the regression and
26141 also density. It comprises several different utilities to handle
26142 kernel estimators.")
26143 (license license:gpl2+)))
26144
26145 (define-public r-lpme
26146 (package
26147 (name "r-lpme")
26148 (version "1.1.1")
26149 (source
26150 (origin
26151 (method url-fetch)
26152 (uri (cran-uri "lpme" version))
26153 (sha256
26154 (base32
26155 "0si90nkgl8bqk8yvd2igdsrngiwqh8891072pfpzipifnd0f5448"))))
26156 (properties `((upstream-name . "lpme")))
26157 (build-system r-build-system)
26158 (propagated-inputs
26159 `(("r-decon" ,r-decon)
26160 ("r-flexmix" ,r-flexmix)
26161 ("r-locpol" ,r-locpol)
26162 ("r-rcpp" ,r-rcpp)
26163 ("r-rcpparmadillo" ,r-rcpparmadillo)))
26164 (home-page
26165 "https://cran.r-project.org/web/packages/lpme/")
26166 (synopsis "Nonparametric Estimation of Measurement Error Models")
26167 (description
26168 "Provide nonparametric methods for mean regression model,
26169 modal regression and conditional density estimation in the
26170 presence/absence of measurement error. Bandwidth selection is
26171 also provided for each method.")
26172 (license license:gpl2+)))
26173
26174 (define-public r-aws-signature
26175 (package
26176 (name "r-aws-signature")
26177 (version "0.6.0")
26178 (source
26179 (origin
26180 (method url-fetch)
26181 (uri (cran-uri "aws.signature" version))
26182 (sha256
26183 (base32
26184 "15llpcnrdq4y6jsn7079yjmgbr5d1wgy2ymsm3jj3gkrd5l4zzpp"))))
26185 (properties `((upstream-name . "aws.signature")))
26186 (build-system r-build-system)
26187 (propagated-inputs
26188 `(("r-base64enc" ,r-base64enc)
26189 ("r-digest" ,r-digest)))
26190 (home-page "https://github.com/cloudyr/aws.signature")
26191 (synopsis "Amazon Web Services Request Signatures")
26192 (description
26193 "This package generates version 2 and 4 request signatures for Amazon Web
26194 Services (AWS) and provides a mechanism for retrieving credentials from
26195 environment variables, AWS credentials files, and EC2 instance metadata. For
26196 use on EC2 instances, the package 'aws.ec2metadata' is suggested.")
26197 (license license:gpl2+)))
26198
26199 (define-public r-aws-s3
26200 (package
26201 (name "r-aws-s3")
26202 (version "0.3.21")
26203 (source
26204 (origin
26205 (method url-fetch)
26206 (uri (cran-uri "aws.s3" version))
26207 (sha256
26208 (base32
26209 "132cczq0ml7lpp2yl6l4p99dn1zihrncnpa6wyad4m9mnr50a8dx"))))
26210 (properties `((upstream-name . "aws.s3")))
26211 (build-system r-build-system)
26212 (propagated-inputs
26213 `(("r-aws-signature" ,r-aws-signature)
26214 ("r-base64enc" ,r-base64enc)
26215 ("r-curl" ,r-curl)
26216 ("r-digest" ,r-digest)
26217 ("r-httr" ,r-httr)
26218 ("r-xml2" ,r-xml2)))
26219 (home-page "https://github.com/cloudyr/aws.s3")
26220 (synopsis "AWS S3 Client Package")
26221 (description
26222 "This package provides a simple client package for the Amazon Web
26223 Services (AWS) Simple Storage Service (S3) REST API.")
26224 (license license:gpl2+)))
26225
26226 (define-public r-lgr
26227 (package
26228 (name "r-lgr")
26229 (version "0.4.2")
26230 (source (origin
26231 (method url-fetch)
26232 (uri (cran-uri "lgr" version))
26233 (sha256
26234 (base32
26235 "0k4kacjk7swm3gmdpha1rg44xb29vzvhvx48jhpb78glj5c9phyr"))))
26236 (build-system r-build-system)
26237 (propagated-inputs
26238 `(("r-r6" ,r-r6)))
26239 (native-inputs
26240 `(("r-knitr" ,r-knitr)))
26241 (home-page "https://s-fleck.github.io/lgr/")
26242 (synopsis "Fully featured logging framework")
26243 (description "This package offers a flexible, feature-rich yet
26244 light-weight logging framework based on @code{R6} classes. It supports
26245 hierarchical loggers, custom log levels, arbitrary data fields in log events,
26246 logging to plaintext, JSON, (rotating) files, memory buffers, and databases, as
26247 well as email and push notifications.")
26248 (license license:expat)))
26249
26250 (define-public r-mlr3measures
26251 (package
26252 (name "r-mlr3measures")
26253 (version "0.3.1")
26254 (source (origin
26255 (method url-fetch)
26256 (uri (cran-uri "mlr3measures" version))
26257 (sha256
26258 (base32
26259 "18jk4kdj9771r16smz7xhmmiilcdg1qlavln5hrpvkx780zh3hj6"))))
26260 (build-system r-build-system)
26261 (propagated-inputs
26262 `(("r-checkmate" ,r-checkmate)
26263 ("r-prroc" ,r-prroc)))
26264 (home-page "https://mlr3measures.mlr-org.com/")
26265 (synopsis "Performance measures for mlr3")
26266 (description "This package implements multiple performance measures for
26267 supervised learning. It includes over 40 measures for regression and
26268 classification. Additionally, meta information about the performance measures
26269 can be queried, e.g. what the best and worst possible performances scores
26270 are.")
26271 (license license:lgpl3)))
26272
26273 (define-public r-mlr3misc
26274 (package
26275 (name "r-mlr3misc")
26276 (version "0.7.0")
26277 (source (origin
26278 (method url-fetch)
26279 (uri (cran-uri "mlr3misc" version))
26280 (sha256
26281 (base32
26282 "19k3l2d6wnqvdng0m7p54rrlvwl5457lcy7bg82m2bbpqxi8qch3"))))
26283 (build-system r-build-system)
26284 (propagated-inputs
26285 `(("r-backports" ,r-backports)
26286 ("r-checkmate" ,r-checkmate)
26287 ("r-data-table" ,r-data-table)
26288 ("r-r6" ,r-r6)))
26289 (home-page "https://mlr3misc.mlr-org.com/")
26290 (synopsis "Helper functions for mlr3")
26291 (description "@code{mlr3misc} provides frequently used helper functions
26292 and assertions used in @code{mlr3} and its companion packages. It comes with
26293 helper functions for functional programming, for printing, to work with
26294 @code{data.table}, as well as some generally useful @code{R6} classes. This
26295 package also supersedes the package @code{BBmisc}.")
26296 (license license:lgpl3)))
26297
26298 (define-public r-paradox
26299 (package
26300 (name "r-paradox")
26301 (version "0.7.0")
26302 (source (origin
26303 (method url-fetch)
26304 (uri (cran-uri "paradox" version))
26305 (sha256
26306 (base32
26307 "1fz6sdwvvifm4qbmwgm27dil278mswvcfw8bbsvli5v4l1ghw8kj"))))
26308 (build-system r-build-system)
26309 (propagated-inputs
26310 `(("r-backports" ,r-backports)
26311 ("r-checkmate" ,r-checkmate)
26312 ("r-data-table" ,r-data-table)
26313 ("r-mlr3misc" ,r-mlr3misc)
26314 ("r-r6" ,r-r6)))
26315 (home-page "https://paradox.mlr-org.com/")
26316 (synopsis "Define and work with parameter spaces for complex algorithms")
26317 (description "With this package it is possible to define parameter spaces,
26318 constraints and dependencies for arbitrary algorithms, and to program on such
26319 spaces. It also includes statistical designs and random samplers. Objects are
26320 implemented as @code{R6} classes.")
26321 (license license:lgpl3)))
26322
26323 (define-public r-mlr3
26324 (package
26325 (name "r-mlr3")
26326 (version "0.10.0")
26327 (source (origin
26328 (method url-fetch)
26329 (uri (cran-uri "mlr3" version))
26330 (sha256
26331 (base32
26332 "1arqijbbmhv57mj8kyq30zxykah83ab1d1c7gs0cxs0xhfwln66g"))))
26333 (build-system r-build-system)
26334 (propagated-inputs
26335 `(("r-r6" ,r-r6)
26336 ("r-backports" ,r-backports)
26337 ("r-checkmate" ,r-checkmate)
26338 ("r-data-table" ,r-data-table)
26339 ("r-digest" ,r-digest)
26340 ("r-future-apply" ,r-future-apply)
26341 ("r-lgr" ,r-lgr)
26342 ("r-mlbench" ,r-mlbench)
26343 ("r-mlr3measures" ,r-mlr3measures)
26344 ("r-mlr3misc" ,r-mlr3misc)
26345 ("r-paradox" ,r-paradox)
26346 ("r-uuid" ,r-uuid)))
26347 (home-page "https://mlr3.mlr-org.com/")
26348 (synopsis "Machine Learning in R - Next Generation")
26349 (description "@code{mlr3} enables efficient, object-oriented programming
26350 on the building blocks of machine learning. It provides @code{R6} objects for
26351 tasks, learners, resamplings, and measures. The package is geared towards
26352 scalability and larger datasets by supporting parallelization and out-of-memory
26353 data-backends like databases. While @code{mlr3} focuses on the core
26354 computational operations, add-on packages provide additional functionality.")
26355 (license license:lgpl3)))
26356
26357 (define-public r-mlr3learners
26358 (package
26359 (name "r-mlr3learners")
26360 (version "0.4.3")
26361 (source (origin
26362 (method url-fetch)
26363 (uri (cran-uri "mlr3learners" version))
26364 (sha256
26365 (base32
26366 "1wxlpzz3hpkn77n4ag1v868dmp140j1pmrhynsv5xfgk9fg0w7ri"))))
26367 (build-system r-build-system)
26368 (propagated-inputs
26369 `(("r-data-table" ,r-data-table)
26370 ("r-mlr3" ,r-mlr3)
26371 ("r-mlr3misc" ,r-mlr3misc)
26372 ("r-paradox" ,r-paradox)
26373 ("r-r6" ,r-r6)))
26374 (home-page "https://mlr3learners.mlr-org.com/")
26375 (synopsis "Recommended Learners for @code{mlr3}")
26376 (description "@code{mlr3learners} extends @code{mlr3} and @code{mlr3proba}
26377 with interfaces to essential machine learning packages on CRAN. This includes,
26378 but is not limited to: (penalized) linear and logistic regression, linear and
26379 quadratic discriminant analysis, k-nearest neighbors, naive Bayes, support
26380 vector machines, and gradient boosting.")
26381 (license license:lgpl3)))
26382
26383 (define-public r-bbotk
26384 (package
26385 (name "r-bbotk")
26386 (version "0.3.0")
26387 (source
26388 (origin
26389 (method url-fetch)
26390 (uri (cran-uri "bbotk" version))
26391 (sha256
26392 (base32
26393 "0kbjbwwq1fdfpl4xzy08hz4qvhjjchvz58icxq0dlbsmdyqwhwv0"))))
26394 (properties `((upstream-name . "bbotk")))
26395 (build-system r-build-system)
26396 (propagated-inputs
26397 `(("r-checkmate" ,r-checkmate)
26398 ("r-data-table" ,r-data-table)
26399 ("r-lgr" ,r-lgr)
26400 ("r-mlr3misc" ,r-mlr3misc)
26401 ("r-paradox" ,r-paradox)
26402 ("r-r6" ,r-r6)))
26403 (native-inputs
26404 `(("r-knitr" ,r-knitr)))
26405 (home-page "https://bbotk.mlr-org.com")
26406 (synopsis "Black-Box Optimization Toolkit")
26407 (description "This package provides a common framework for optimization of
26408 black-box functions for other packages, e.g. @code{mlr3}. It offers various
26409 optimization methods e.g. grid search, random search and generalized simulated
26410 annealing.")
26411 (license license:lgpl3)))
26412
26413 (define-public r-mlr3tuning
26414 (package
26415 (name "r-mlr3tuning")
26416 (version "0.6.0")
26417 (source (origin
26418 (method url-fetch)
26419 (uri (cran-uri "mlr3tuning" version))
26420 (sha256
26421 (base32
26422 "0kxf9wl1jnwyrj2zfmiz12w2594407y44m0xxwp9b2lrwxk31wm7"))))
26423 (build-system r-build-system)
26424 (propagated-inputs
26425 `(("r-bbotk" ,r-bbotk)
26426 ("r-checkmate" ,r-checkmate)
26427 ("r-data-table" ,r-data-table)
26428 ("r-lgr" ,r-lgr)
26429 ("r-mlr3" ,r-mlr3)
26430 ("r-mlr3misc" ,r-mlr3misc)
26431 ("r-paradox" ,r-paradox)
26432 ("r-r6" ,r-r6)))
26433 (home-page "https://mlr3tuning.mlr-org.com/")
26434 (synopsis "Tuning for @code{mlr3}")
26435 (description "@code{mlr3tuning} implements methods for hyperparameter
26436 tuning, e.g. Grid Search, Random Search, or Simulated Annealing. Various
26437 termination criteria can be set and combined. The class @code{AutoTuner} provides a
26438 convenient way to perform nested resampling in combination with @code{mlr3}.")
26439 (license license:lgpl3)))
26440
26441 (define-public r-fontliberation
26442 (package
26443 (name "r-fontliberation")
26444 (version "0.1.0")
26445 (source
26446 (origin
26447 (method url-fetch)
26448 (uri (cran-uri "fontLiberation" version))
26449 (sha256
26450 (base32
26451 "1w1rl0g4ayyp8lwppmz9yzj9cizg7i50g07216jkm1q5w0is9pmc"))))
26452 (properties
26453 `((upstream-name . "fontLiberation")))
26454 (build-system r-build-system)
26455 (home-page "https://cran.r-project.org/package=fontLiberation")
26456 (synopsis "Liberation fonts")
26457 (description
26458 "This package provides a placeholder for the Liberation fontset intended
26459 for the fontquiver package. This fontset covers the 12 combinations of
26460 families (sans, serif, mono) and faces (plain, bold, italic, bold italic)
26461 supported in R graphics devices.")
26462 (license license:silofl1.1)))
26463
26464 (define-public r-fontbitstreamvera
26465 (package
26466 (name "r-fontbitstreamvera")
26467 (version "0.1.1")
26468 (source
26469 (origin
26470 (method url-fetch)
26471 (uri (cran-uri "fontBitstreamVera" version))
26472 (sha256
26473 (base32
26474 "0nipdlmhjv1wr3aidcl97nk6mppdkd65krgwqnhdsnv0jpfv761j"))))
26475 (properties
26476 `((upstream-name . "fontBitstreamVera")))
26477 (build-system r-build-system)
26478 (home-page "https://cran.r-project.org/package=fontBitstreamVera")
26479 (synopsis "Fonts for fontquiver")
26480 (description
26481 "This package is a placeholder for the Bitstream Vera font. It is
26482 intended for the fontquiver package.")
26483 (license
26484 (license:fsdg-compatible
26485 "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts"
26486 "The Font Software may be sold as part of a larger software package but
26487 no copy of one or more of the Font Software typefaces may be sold by
26488 itself."))))
26489
26490 (define-public r-fontquiver
26491 (package
26492 (name "r-fontquiver")
26493 (version "0.2.1")
26494 (source
26495 (origin
26496 (method url-fetch)
26497 (uri (cran-uri "fontquiver" version))
26498 (sha256
26499 (base32
26500 "0qv3i9hch7cygl9983s3w68wfh5qvym2jkm52pp06p6mq8a1i1wm"))))
26501 (properties `((upstream-name . "fontquiver")))
26502 (build-system r-build-system)
26503 (propagated-inputs
26504 `(("r-fontbitstreamvera" ,r-fontbitstreamvera)
26505 ("r-fontliberation" ,r-fontliberation)))
26506 (home-page "https://cran.r-project.org/package=fontquiver")
26507 (synopsis "Set of installed fonts")
26508 (description
26509 "This package provides a set of fonts. This is useful when you want to
26510 avoid system fonts to make sure your outputs are reproducible.")
26511 (license license:gpl3)))
26512
26513 (define-public r-freetypeharfbuzz
26514 (package
26515 (name "r-freetypeharfbuzz")
26516 (version "0.2.6")
26517 (source
26518 (origin
26519 (method url-fetch)
26520 (uri (cran-uri "freetypeharfbuzz" version))
26521 (sha256
26522 (base32
26523 "0r3icgnq3jk4fm6z92cmhzdmflbk5df8zsmjg0dzpc4y48xafnk7"))))
26524 (properties
26525 `((upstream-name . "freetypeharfbuzz")))
26526 (build-system r-build-system)
26527 (arguments
26528 `(#:phases
26529 (modify-phases %standard-phases
26530 (add-after 'unpack 'prepare-static-libraries
26531 (lambda* (#:key inputs #:allow-other-keys)
26532 (mkdir-p "src/target/include")
26533 (let ((freetype (assoc-ref inputs "static-freetype"))
26534 (harfbuzz (assoc-ref inputs "static-harfbuzz")))
26535 (substitute* "src/Makevars.in"
26536 (("include @MK_FILE@") "") ; do not build static libs
26537 (("^HB_STATIC_LIB =.*")
26538 (string-append "HB_STATIC_LIB = " harfbuzz "/lib/libharfbuzz.a\n"))
26539 (("^FT_STATIC_LIB =.*")
26540 (string-append "FT_STATIC_LIB = " freetype "/lib/libfreetype.a\n")))
26541 (copy-recursively (string-append freetype "/include")
26542 "src/target/include")
26543 (copy-recursively (string-append harfbuzz "/include")
26544 "src/target/include")))))))
26545 (propagated-inputs
26546 `(("r-fontquiver" ,r-fontquiver)))
26547 ;; This may defeat the purpose of this package as our versions of freetype
26548 ;; and harfbuzz obviously differ from the tarballs offered by this
26549 ;; project. On the other hand, Guix arguably does a better job at
26550 ;; "ensur[ing] deterministic computation".
26551 (native-inputs
26552 `(("static-freetype"
26553 ,(package
26554 (inherit (static-package freetype))
26555 (arguments
26556 `(#:configure-flags
26557 (list "--enable-static=yes"
26558 "--with-pic=yes"
26559 "--without-zlib"
26560 "--without-bzip2"
26561 "--without-png"
26562 "--without-harfbuzz")))))
26563 ("static-harfbuzz"
26564 ,(package
26565 (inherit (static-package harfbuzz))
26566 (arguments
26567 `(#:tests? #false ; fail because shared library is disabled
26568 #:configure-flags
26569 (list "--enable-static=yes"
26570 "--enable-shared=no"
26571 "--with-pic=yes"
26572 "--with-freetype=yes"
26573 "--without-icu"
26574 "--without-cairo"
26575 "--without-fontconfig"
26576 "--without-glib")))))))
26577 (inputs
26578 `(("zlib" ,zlib)))
26579 (home-page "https://cran.r-project.org/package=freetypeharfbuzz")
26580 (synopsis "Deterministic computation of text box metrics")
26581 (description
26582 "Unlike other tools that dynamically link to the Cairo stack,
26583 freetypeharfbuzz is statically linked to specific versions of the FreeType and
26584 harfbuzz libraries. This ensures deterministic computation of text box
26585 extents for situations where reproducible results are crucial (for instance
26586 unit tests of graphics).")
26587 (license license:gpl3)))
26588
26589 (define-public r-vdiffr
26590 (package
26591 (name "r-vdiffr")
26592 (version "0.3.3")
26593 (source
26594 (origin
26595 (method url-fetch)
26596 (uri (cran-uri "vdiffr" version))
26597 (sha256
26598 (base32
26599 "0i0xdr8dakbkkgrhp0zvlnv3rxhc8h5naqq416mr5zv9q8i4p8jc"))
26600 (snippet
26601 '(begin
26602 (delete-file "inst/htmlwidgets/lib/jquery.min.js")))))
26603 (properties `((upstream-name . "vdiffr")))
26604 (build-system r-build-system)
26605 (arguments
26606 `(#:phases
26607 (modify-phases %standard-phases
26608 (add-after 'unpack 'process-javascript
26609 (lambda* (#:key inputs #:allow-other-keys)
26610 (with-directory-excursion "inst/htmlwidgets/lib/"
26611 (let ((source (assoc-ref inputs "js-jquery"))
26612 (target "jquery.min.js"))
26613 (format #true "Processing ~a --> ~a~%"
26614 source target)
26615 (invoke "esbuild" source "--minify"
26616 (string-append "--outfile=" target)))))))))
26617 (inputs
26618 `(("freetype" ,freetype)
26619 ("harfbuzz" ,harfbuzz)))
26620 (propagated-inputs
26621 `(("r-bh" ,r-bh)
26622 ("r-devtools" ,r-devtools)
26623 ("r-diffobj" ,r-diffobj)
26624 ("r-fontquiver" ,r-fontquiver)
26625 ("r-freetypeharfbuzz" ,r-freetypeharfbuzz)
26626 ("r-gdtools" ,r-gdtools)
26627 ("r-glue" ,r-glue)
26628 ("r-htmltools" ,r-htmltools)
26629 ("r-htmlwidgets" ,r-htmlwidgets)
26630 ("r-purrr" ,r-purrr)
26631 ("r-r6" ,r-r6)
26632 ("r-rcpp" ,r-rcpp)
26633 ("r-rlang" ,r-rlang)
26634 ("r-shiny" ,r-shiny)
26635 ("r-testthat" ,r-testthat)
26636 ("r-usethis" ,r-usethis)
26637 ("r-xml2" ,r-xml2)))
26638 (native-inputs
26639 `(("esbuild" ,esbuild)
26640 ("js-jquery"
26641 ,(origin
26642 (method url-fetch)
26643 (uri "https://code.jquery.com/jquery-1.12.4.js")
26644 (sha256
26645 (base32
26646 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))))
26647 (home-page "https://github.com/r-lib/vdiffr")
26648 (synopsis "Visual regression testing and graphical diffing")
26649 (description
26650 "This package is an extension to the testthat package that makes it easy
26651 to add graphical unit tests. It provides a Shiny application to manage the
26652 test cases.")
26653 (license license:gpl3)))
26654
26655 (define-public r-highlight
26656 (package
26657 (name "r-highlight")
26658 (version "0.5.0")
26659 (source
26660 (origin
26661 (method url-fetch)
26662 (uri (cran-uri "highlight" version))
26663 (sha256
26664 (base32
26665 "1shar4y07wyixg0ichdrn2xhgwkl3mv2pxkalqzisc69w605b3hf"))))
26666 (properties `((upstream-name . "highlight")))
26667 (build-system r-build-system)
26668 (home-page "https://github.com/hadley/highlight")
26669 (synopsis "Syntax highlighter for R code")
26670 (description
26671 "This package provides a syntax highlighter for R code based on the
26672 results of the R parser. It supports rendering in HTML and LaTeX markup. It
26673 includes a custom Sweave driver performing syntax highlighting of R code
26674 chunks.")
26675 (license license:gpl3+)))
26676
26677 (define-public r-clustree
26678 (package
26679 (name "r-clustree")
26680 (version "0.4.3")
26681 (source
26682 (origin
26683 (method url-fetch)
26684 (uri (cran-uri "clustree" version))
26685 (sha256
26686 (base32
26687 "0lxydy2f83qqd5dhlp2l546jax759l43b29j6g82079yzg1szwsz"))))
26688 (properties `((upstream-name . "clustree")))
26689 (build-system r-build-system)
26690 (propagated-inputs
26691 `(("r-checkmate" ,r-checkmate)
26692 ("r-dplyr" ,r-dplyr)
26693 ("r-ggplot2" ,r-ggplot2)
26694 ("r-ggraph" ,r-ggraph)
26695 ("r-ggrepel" ,r-ggrepel)
26696 ("r-igraph" ,r-igraph)
26697 ("r-rlang" ,r-rlang)
26698 ("r-tidygraph" ,r-tidygraph)
26699 ("r-viridis" ,r-viridis)))
26700 (native-inputs
26701 `(("r-knitr" ,r-knitr)))
26702 (home-page "https://github.com/lazappi/clustree")
26703 (synopsis "Visualize clusterings at different resolutions")
26704 (description
26705 "Deciding what resolution to use can be a difficult question when
26706 approaching a clustering analysis. One way to approach this problem is to
26707 look at how samples move as the number of clusters increases. This package
26708 allows you to produce clustering trees, a visualization for interrogating
26709 clusterings as resolution increases.")
26710 (license license:gpl3)))
26711
26712 (define-public r-textshaping
26713 (package
26714 (name "r-textshaping")
26715 (version "0.3.0")
26716 (source
26717 (origin
26718 (method url-fetch)
26719 (uri (cran-uri "textshaping" version))
26720 (sha256
26721 (base32
26722 "053pbw45by96q62kjfnyc3d0ssar9svssrdqy6a09kdmdh75xdar"))))
26723 (properties `((upstream-name . "textshaping")))
26724 (build-system r-build-system)
26725 (inputs
26726 `(("freetype" ,freetype)
26727 ("fribidi" ,fribidi)
26728 ("harfbuzz" ,harfbuzz)
26729 ("zlib" ,zlib)))
26730 (propagated-inputs
26731 `(("r-cpp11" ,r-cpp11)
26732 ("r-systemfonts" ,r-systemfonts)))
26733 (native-inputs
26734 `(("pkg-config" ,pkg-config)
26735 ("r-knitr" ,r-knitr)))
26736 (home-page "https://github.com/r-lib/textshaping")
26737 (synopsis "Bindings to the HarfBuzz and Fribidi libraries for text shaping")
26738 (description
26739 "This package provides access to the text shaping functionality in the
26740 HarfBuzz library and the bidirectional algorithm in the Fribidi library. This
26741 is a low-level utility package mainly for graphic devices that expands upon
26742 the font tool-set provided by the @code{systemfonts} package.")
26743 (license license:expat)))
26744
26745 (define-public r-ragg
26746 (package
26747 (name "r-ragg")
26748 (version "0.4.1")
26749 (source
26750 (origin
26751 (method url-fetch)
26752 (uri (cran-uri "ragg" version))
26753 (sha256
26754 (base32
26755 "0443dhfi7bjfpap041vrnslw3ql3vpsxx18raz2w9nfdb7id8lsc"))))
26756 (properties `((upstream-name . "ragg")))
26757 (build-system r-build-system)
26758 (inputs
26759 `(("freetype" ,freetype)
26760 ("libjpeg" ,libjpeg-turbo)
26761 ("libpng" ,libpng)
26762 ("libtiff" ,libtiff)
26763 ("zlib" ,zlib)))
26764 (propagated-inputs
26765 `(("r-systemfonts" ,r-systemfonts)
26766 ("r-textshaping" ,r-textshaping)))
26767 (native-inputs
26768 `(("pkg-config" ,pkg-config)))
26769 (home-page "https://ragg.r-lib.org")
26770 (synopsis "Graphic devices based on AGG")
26771 (description
26772 "Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D
26773 drawing library. The ragg package provides a set of graphic devices based on
26774 AGG to use as alternative to the raster devices provided through the
26775 @code{grDevices} package.")
26776 (license license:expat)))
26777
26778 (define-public r-downlit
26779 (package
26780 (name "r-downlit")
26781 (version "0.2.1")
26782 (source
26783 (origin
26784 (method url-fetch)
26785 (uri (cran-uri "downlit" version))
26786 (sha256
26787 (base32
26788 "0z4fz7c9kyd9v72wl3iqs2wxspi975d6b0rgjr9lvg8a18maa9z6"))))
26789 (properties `((upstream-name . "downlit")))
26790 (build-system r-build-system)
26791 (propagated-inputs
26792 `(("r-brio" ,r-brio)
26793 ("r-digest" ,r-digest)
26794 ("r-evaluate" ,r-evaluate)
26795 ("r-fansi" ,r-fansi)
26796 ("r-rlang" ,r-rlang)
26797 ("r-vctrs" ,r-vctrs)
26798 ("r-yaml" ,r-yaml)))
26799 (home-page "https://downlit.r-lib.org/")
26800 (synopsis "Syntax highlighting and automatic linking")
26801 (description
26802 "This package provides syntax highlighting of R code, specifically
26803 designed for the needs of RMarkdown packages like @code{pkgdown},
26804 @code{hugodown}, and @code{bookdown}. It includes linking of function calls
26805 to their documentation on the web, and automatic translation of ANSI escapes
26806 in output to the equivalent HTML.")
26807 (license license:expat)))
26808
26809 (define-public r-pkgdown
26810 (package
26811 (name "r-pkgdown")
26812 (version "1.6.1")
26813 (source
26814 (origin
26815 (method url-fetch)
26816 (uri (cran-uri "pkgdown" version))
26817 (sha256
26818 (base32
26819 "1k31biyvxkv3xjc1yy3nzb9wfza3vbx97fv17nly5a6vlv7zqbs4"))))
26820 (properties `((upstream-name . "pkgdown")))
26821 (build-system r-build-system)
26822 (inputs `(("pandoc" ,pandoc)))
26823 (propagated-inputs
26824 `(("r-callr" ,r-callr)
26825 ("r-crayon" ,r-crayon)
26826 ("r-desc" ,r-desc)
26827 ("r-digest" ,r-digest)
26828 ("r-downlit" ,r-downlit)
26829 ("r-fs" ,r-fs)
26830 ("r-httr" ,r-httr)
26831 ("r-magrittr" ,r-magrittr)
26832 ("r-memoise" ,r-memoise)
26833 ("r-openssl" ,r-openssl)
26834 ("r-purrr" ,r-purrr)
26835 ("r-ragg" ,r-ragg)
26836 ("r-rematch2" ,r-rematch2)
26837 ("r-rlang" ,r-rlang)
26838 ("r-rmarkdown" ,r-rmarkdown)
26839 ("r-tibble" ,r-tibble)
26840 ("r-whisker" ,r-whisker)
26841 ("r-withr" ,r-withr)
26842 ("r-xml2" ,r-xml2)
26843 ("r-yaml" ,r-yaml)))
26844 (native-inputs
26845 `(("r-knitr" ,r-knitr)))
26846 (home-page "https://pkgdown.r-lib.org")
26847 (synopsis "Make static HTML documentation for an R package")
26848 (description
26849 "The goal of this package is to generate an attractive and useful website
26850 from a source package. @code{pkgdown} converts your documentation, vignettes,
26851 README file, and more to HTML making it easy to share information about your
26852 package online.")
26853 (license license:expat)))