gnu: r-absfiltergsea: Move to (gnu packages bioconductor).
[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, 2021 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, 2021 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 ;;; Copyright © 2021 Tim Howes <timhowes@lavabit.com>
37 ;;;
38 ;;; This file is part of GNU Guix.
39 ;;;
40 ;;; GNU Guix is free software; you can redistribute it and/or modify it
41 ;;; under the terms of the GNU General Public License as published by
42 ;;; the Free Software Foundation; either version 3 of the License, or (at
43 ;;; your option) any later version.
44 ;;;
45 ;;; GNU Guix is distributed in the hope that it will be useful, but
46 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
47 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48 ;;; GNU General Public License for more details.
49 ;;;
50 ;;; You should have received a copy of the GNU General Public License
51 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
52
53 (define-module (gnu packages cran)
54 #:use-module ((guix licenses) #:prefix license:)
55 #:use-module (guix packages)
56 #:use-module (guix download)
57 #:use-module (guix git-download)
58 #:use-module (guix utils)
59 #:use-module (guix build-system gnu)
60 #:use-module (guix build-system r)
61 #:use-module (gnu packages)
62 #:use-module (gnu packages algebra)
63 #:use-module (gnu packages autotools)
64 #:use-module (gnu packages base)
65 #:use-module (gnu packages bioinformatics)
66 #:use-module (gnu packages c)
67 #:use-module (gnu packages compression)
68 #:use-module (gnu packages crypto)
69 #:use-module (gnu packages curl)
70 #:use-module (gnu packages databases)
71 #:use-module (gnu packages fontutils)
72 #:use-module (gnu packages fribidi)
73 #:use-module (gnu packages gcc)
74 #:use-module (gnu packages geo)
75 #:use-module (gnu packages ghostscript)
76 #:use-module (gnu packages gl)
77 #:use-module (gnu packages gnome)
78 #:use-module (gnu packages graph)
79 #:use-module (gnu packages gtk)
80 #:use-module (gnu packages haskell-xyz)
81 #:use-module (gnu packages icu4c)
82 #:use-module (gnu packages image)
83 #:use-module (gnu packages imagemagick)
84 #:use-module (gnu packages java)
85 #:use-module (gnu packages javascript)
86 #:use-module (gnu packages libevent)
87 #:use-module (gnu packages lisp-xyz)
88 #:use-module (gnu packages machine-learning)
89 #:use-module (gnu packages maths)
90 #:use-module (gnu packages mpi)
91 #:use-module (gnu packages multiprecision)
92 #:use-module (gnu packages networking)
93 #:use-module (gnu packages node)
94 #:use-module (gnu packages pcre)
95 #:use-module (gnu packages pdf)
96 #:use-module (gnu packages perl)
97 #:use-module (gnu packages pkg-config)
98 #:use-module (gnu packages pulseaudio) ;libsndfile
99 #:use-module (gnu packages python)
100 #:use-module (gnu packages python-xyz)
101 #:use-module (gnu packages sqlite)
102 #:use-module (gnu packages statistics)
103 #:use-module (gnu packages tcl)
104 #:use-module (gnu packages textutils)
105 #:use-module (gnu packages tls)
106 #:use-module (gnu packages version-control)
107 #:use-module (gnu packages web)
108 #:use-module (gnu packages xml)
109 #:use-module (gnu packages xorg))
110
111 (define-public r-brio
112 (package
113 (name "r-brio")
114 (version "1.1.1")
115 (source
116 (origin
117 (method url-fetch)
118 (uri (cran-uri "brio" version))
119 (sha256
120 (base32
121 "0ai2pqw5zk11r0rl2xshsq095ix1sdp2vjlixz2qxvy27x145ykh"))))
122 (properties `((upstream-name . "brio")))
123 (build-system r-build-system)
124 (home-page "https://github.com/r-lib/brio")
125 (synopsis "Basic R input output")
126 (description
127 "This package provides functions to handle basic input output. These
128 functions always read and write UTF-8 (8-bit Unicode Transformation Format)
129 files and provide more explicit control over line endings.")
130 (license license:expat)))
131
132 (define-public r-cachem
133 (package
134 (name "r-cachem")
135 (version "1.0.4")
136 (source
137 (origin
138 (method url-fetch)
139 (uri (cran-uri "cachem" version))
140 (sha256
141 (base32
142 "1b1gk837rk9kbfq385ybrrk12ckxwvhjvf0z9635l3vw49wal4mh"))))
143 (properties `((upstream-name . "cachem")))
144 (build-system r-build-system)
145 (propagated-inputs
146 `(("r-fastmap" ,r-fastmap)
147 ("r-rlang" ,r-rlang)))
148 (home-page "https://cachem.r-lib.org/")
149 (synopsis "Cache R objects with automatic pruning")
150 (description
151 "This package provides key-value stores with automatic pruning. Caches
152 can limit either their total size or the age of the oldest object (or both),
153 automatically pruning objects to maintain the constraints.")
154 (license license:expat)))
155
156 (define-public r-diffobj
157 (package
158 (name "r-diffobj")
159 (version "0.3.3")
160 (source
161 (origin
162 (method url-fetch)
163 (uri (cran-uri "diffobj" version))
164 (sha256
165 (base32
166 "1x3d5sk8mk0s2d7dq8wxi1zv6krlx33n22ls2jwnb58b8xrmakj1"))))
167 (properties `((upstream-name . "diffobj")))
168 (build-system r-build-system)
169 (propagated-inputs `(("r-crayon" ,r-crayon)))
170 (native-inputs `(("r-knitr" ,r-knitr)))
171 (home-page "https://github.com/brodieG/diffobj")
172 (synopsis "Diffs for R objects")
173 (description
174 "Generate a colorized diff of two R objects for an intuitive
175 visualization of their differences.")
176 (license license:gpl2+)))
177
178 (define-public r-waldo
179 (package
180 (name "r-waldo")
181 (version "0.2.5")
182 (source
183 (origin
184 (method url-fetch)
185 (uri (cran-uri "waldo" version))
186 (sha256
187 (base32
188 "09jhwpgd6hg4qyip4r7wzpjz0jr139fyspd5ncriqimp522snqbr"))))
189 (properties `((upstream-name . "waldo")))
190 (build-system r-build-system)
191 (propagated-inputs
192 `(("r-cli" ,r-cli)
193 ("r-diffobj" ,r-diffobj)
194 ("r-fansi" ,r-fansi)
195 ("r-glue" ,r-glue)
196 ("r-rematch2" ,r-rematch2)
197 ("r-rlang" ,r-rlang)
198 ("r-tibble" ,r-tibble)))
199 (home-page "https://github.com/r-lib/waldo")
200 (synopsis "Find differences between R objects")
201 (description
202 "Compare complex R objects and reveal the key differences. This package
203 was designed particularly for use in testing packages where being able to
204 quickly isolate key differences makes understanding test failures much
205 easier.")
206 (license license:expat)))
207
208 (define-public r-rticles
209 (package
210 (name "r-rticles")
211 (version "0.19")
212 (source
213 (origin
214 (method url-fetch)
215 (uri (cran-uri "rticles" version))
216 (sha256
217 (base32
218 "1zcj5y54z1max1df9j2iclm6zlcic4wj684y18wcnmmdwfs51818"))))
219 (properties `((upstream-name . "rticles")))
220 (build-system r-build-system)
221 (propagated-inputs
222 `(("r-knitr" ,r-knitr)
223 ("r-rmarkdown" ,r-rmarkdown)
224 ("r-tinytex" ,r-tinytex)
225 ("r-xfun" ,r-xfun)
226 ("r-yaml" ,r-yaml)))
227 (home-page "https://github.com/rstudio/rticles")
228 (synopsis "Article formats for R Markdown")
229 (description
230 "This package provides a suite of custom R Markdown formats and templates
231 for authoring journal articles and conference submissions.")
232 (license license:gpl3)))
233
234 (define-public r-bezier
235 (package
236 (name "r-bezier")
237 (version "1.1.2")
238 (source (origin
239 (method url-fetch)
240 (uri (cran-uri "bezier" version))
241 (sha256
242 (base32
243 "1vw5128v8h973xwa1fdm9cw2jvrldj87nd55lddlp3qsz3ag4br6"))))
244 (build-system r-build-system)
245 (home-page "https://cran.r-project.org/web/packages/bezier/")
246 (synopsis "Bezier curve and spline toolkit")
247 (description
248 "This package is a toolkit for working with Bezier curves and splines.
249 The package provides functions for point generation, arc length estimation,
250 degree elevation and curve fitting.")
251 (license license:gpl2+)))
252
253 (define-public r-v8
254 (package
255 (name "r-v8")
256 (version "3.4.0")
257 (source
258 (origin
259 (method url-fetch)
260 (uri (cran-uri "V8" version))
261 (sha256
262 (base32
263 "1g9z22pc8ydx1yhv57ww2d2jg5hvrl7ilwa79x89zgn17jha5j7m"))))
264 (properties `((upstream-name . "V8")))
265 (build-system r-build-system)
266 (arguments
267 `(#:phases
268 (modify-phases %standard-phases
269 (add-after 'unpack 'find-v8
270 (lambda* (#:key inputs #:allow-other-keys)
271 (substitute* "configure"
272 (("^PKG_LIBS=.*")
273 (string-append "PKG_LIBS="
274 (assoc-ref inputs "node")
275 "/lib/libnode.so.64\n")))
276 (setenv "INCLUDE_DIR"
277 (string-append
278 (assoc-ref inputs "node")
279 "/include/node"))
280 (setenv "LIB_DIR"
281 (string-append
282 (assoc-ref inputs "node") "/lib"))
283 #t)))))
284 (inputs
285 `(("node" ,libnode)))
286 (propagated-inputs
287 `(("r-curl" ,r-curl)
288 ("r-jsonlite" ,r-jsonlite)
289 ("r-rcpp" ,r-rcpp)))
290 (native-inputs
291 `(("r-knitr" ,r-knitr)))
292 (home-page "https://jeroen.cran.dev/V8")
293 (synopsis "Embedded JavaScript and WebAssembly engine for R")
294 (description
295 "This package provides an R interface to V8: Google's JavaScript and
296 WebAssembly engine.")
297 (license license:expat)))
298
299 (define-public r-dot
300 (package
301 (name "r-dot")
302 (version "0.1")
303 (source
304 (origin
305 (method url-fetch)
306 (uri (cran-uri "DOT" version))
307 (sha256
308 (base32
309 "0qh5n57cp9c2n5yn59q4wggz82943pwfanp3kx869aba2x3sj30i"))))
310 (properties `((upstream-name . "DOT")))
311 (build-system r-build-system)
312 (propagated-inputs
313 `(("r-v8" ,r-v8)))
314 (home-page "http://haghish.com/dot")
315 (synopsis "Render and Export DOT Graphs in R")
316 (description
317 "This package provides tools to render DOT diagram markup language in R
318 and also provides the possibility to export the graphs in PostScript and
319 SVG (Scalable Vector Graphics) formats. In addition, it supports literate
320 programming packages such as @code{knitr} and @code{rmarkdown}.")
321 (license license:expat)))
322
323 (define-public r-clipr
324 (package
325 (name "r-clipr")
326 (version "0.7.1")
327 (source
328 (origin
329 (method url-fetch)
330 (uri (cran-uri "clipr" version))
331 (sha256
332 (base32
333 "1ywa4kipwc2d7na6iiz3wzdah99h6aynnh74yxl3nzl40xxlgbgz"))))
334 (build-system r-build-system)
335 (native-inputs
336 `(("r-knitr" ,r-knitr)))
337 (home-page "https://github.com/mdlincoln/clipr")
338 (synopsis "Read and write from the system clipboard")
339 (description
340 "This package provides simple utility functions to read from and write to
341 the system clipboards.")
342 (license license:gpl3)))
343
344 (define-public r-zoo
345 (package
346 (name "r-zoo")
347 (version "1.8-9")
348 (source (origin
349 (method url-fetch)
350 (uri (cran-uri "zoo" version))
351 (sha256
352 (base32
353 "18vjywalpgzqyk66gajb8x1yp8avdaaf11ykynld9fd8cy82bgmp"))))
354 (build-system r-build-system)
355 (propagated-inputs
356 `(("r-lattice" ,r-lattice)))
357 (home-page "http://zoo.R-Forge.R-project.org/")
358 (synopsis "S3 infrastructure for regular and irregular time series")
359 (description "This package contains an S3 class with methods for totally
360 ordered indexed observations. It is particularly aimed at irregular time
361 series of numeric vectors/matrices and factors.")
362 (license license:gpl2+)))
363
364 (define-public r-ggalluvial
365 (package
366 (name "r-ggalluvial")
367 (version "0.12.3")
368 (source (origin
369 (method url-fetch)
370 (uri (cran-uri "ggalluvial" version))
371 (sha256
372 (base32
373 "0mkan9gxg3yxjism22yxbhvlh2lh7wpbrqpb355za790prcmjbh3"))))
374 (properties `((upstream-name . "ggalluvial")))
375 (build-system r-build-system)
376 (propagated-inputs
377 `(("r-dplyr" ,r-dplyr)
378 ("r-ggplot2" ,r-ggplot2)
379 ("r-lazyeval" ,r-lazyeval)
380 ("r-rlang" ,r-rlang)
381 ("r-tidyr" ,r-tidyr)
382 ("r-tidyselect" ,r-tidyselect)))
383 (native-inputs
384 `(("r-knitr" ,r-knitr)))
385 (home-page "http://corybrunson.github.io/ggalluvial/")
386 (synopsis "Alluvial plots for ggplot2")
387 (description "This package provides alluvial plots for @code{ggplot2}.
388 Alluvial plots use variable-width ribbons and stacked bar plots to represent
389 multi-dimensional or repeated-measures data with categorical or ordinal
390 variables.")
391 (license license:gpl3)))
392
393 (define-public r-ggpmisc
394 (package
395 (name "r-ggpmisc")
396 (version "0.3.8-1")
397 (source (origin
398 (method url-fetch)
399 (uri (cran-uri "ggpmisc" version))
400 (sha256
401 (base32
402 "0kcrh73nwha52vl6z35wafmqs5lsdh2p4nqvi2ir70cv1k5y46zf"))))
403 (build-system r-build-system)
404 (propagated-inputs
405 `(("r-dplyr" ,r-dplyr)
406 ("r-generics" ,r-generics)
407 ("r-glue" ,r-glue)
408 ("r-ggplot2" ,r-ggplot2)
409 ("r-gridextra" ,r-gridextra)
410 ("r-lubridate" ,r-lubridate)
411 ("r-magrittr" ,r-magrittr)
412 ("r-mass" ,r-mass)
413 ("r-plyr" ,r-plyr)
414 ("r-polynom" ,r-polynom)
415 ("r-rlang" ,r-rlang)
416 ("r-scales" ,r-scales)
417 ("r-splus2r" ,r-splus2r)
418 ("r-stringr" ,r-stringr)
419 ("r-tibble" ,r-tibble)
420 ("r-xts" ,r-xts)
421 ("r-zoo" ,r-zoo)))
422 (native-inputs
423 `(("r-knitr" ,r-knitr)))
424 (home-page "https://www.r4photobiology.info/")
425 (synopsis "Miscellaneous Extensions to @code{ggplot2}")
426 (description "This package provides extensions to @code{ggplot2},
427 respecting the grammar of its graphics paradigm.")
428 (license license:gpl2+)))
429
430 (define-public r-gprofiler
431 (package
432 (name "r-gprofiler")
433 (version "0.7.0")
434 (source
435 (origin
436 (method url-fetch)
437 (uri (cran-uri "gProfileR" version))
438 (sha256
439 (base32
440 "1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
441 (properties `((upstream-name . "gProfileR")))
442 (build-system r-build-system)
443 (propagated-inputs
444 `(("r-plyr" ,r-plyr)
445 ("r-rcurl" ,r-rcurl)))
446 (home-page "https://cran.r-project.org/web/packages/gProfileR/")
447 (synopsis "Interface to the g:Profiler toolkit")
448 (description
449 "This package provides tools for functional enrichment analysis,
450 gene identifier conversion and mapping homologous genes across related
451 organisms via the @code{g:Profiler} toolkit.")
452 (license license:gpl2+)))
453
454 (define-public r-gprofiler2
455 (package
456 (name "r-gprofiler2")
457 (version "0.2.0")
458 (source
459 (origin
460 (method url-fetch)
461 (uri (cran-uri "gprofiler2" version))
462 (sha256
463 (base32
464 "0q8hl3gdxy34c0181ql405fdklz82nfvmwdcafd5mzf935rjpyjg"))))
465 (properties `((upstream-name . "gprofiler2")))
466 (build-system r-build-system)
467 (propagated-inputs
468 `(("r-crosstalk" ,r-crosstalk)
469 ("r-dplyr" ,r-dplyr)
470 ("r-ggplot2" ,r-ggplot2)
471 ("r-gridextra" ,r-gridextra)
472 ("r-jsonlite" ,r-jsonlite)
473 ("r-plotly" ,r-plotly)
474 ("r-rcurl" ,r-rcurl)
475 ("r-tidyr" ,r-tidyr)
476 ("r-viridislite" ,r-viridislite)))
477 (native-inputs `(("r-knitr" ,r-knitr)))
478 (home-page "https://cran.r-project.org/web/packages/gprofiler2/")
479 (synopsis "Interface to the g:Profiler toolset")
480 (description
481 "This package provides a toolset for functional enrichment analysis and
482 visualization, gene/protein/SNP identifier conversion and mapping orthologous
483 genes across species via @url{https://biit.cs.ut.ee/gprofiler,g:Profiler}.
484 The main tools are:
485
486 @enumerate
487 @item @code{g:GOSt}, functional enrichment analysis and visualization of gene
488 lists;
489 @item @code{g:Convert}, gene/protein/transcript identifier conversion across
490 various namespaces;
491 @item @code{g:Orth}, orthology search across species;
492 @item @code{g:SNPense}, mapping SNP rs identifiers to chromosome positions,
493 genes and variant effects.
494 @end enumerate
495
496 This package is an R interface corresponding to the 2019 update of
497 @code{g:Profiler} and provides access to versions @code{e94_eg41_p11} and
498 higher.")
499 (license license:gpl2+)))
500
501 (define-public r-oenb
502 (package
503 (name "r-oenb")
504 (version "0.0.1")
505 (source
506 (origin
507 (method url-fetch)
508 (uri (cran-uri "oenb" version))
509 (sha256
510 (base32
511 "1x1jlqp6r27c4gb7wafzpmh5rq6yq61a2d395r5lsmv2g5jb4biz"))))
512 (properties `((upstream-name . "oenb")))
513 (build-system r-build-system)
514 (propagated-inputs
515 `(("r-dplyr" ,r-dplyr)
516 ("r-xml" ,r-xml)))
517 (native-inputs `(("r-knitr" ,r-knitr)))
518 (home-page "https://github.com/franzmohr/oenb")
519 (synopsis "Tools for the OeNB Data Web Service")
520 (description
521 "Tools to access data from the data web service of the
522 @acronym{OeNB, Oesterreichische Nationalbank},
523 @url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
524 (license license:gpl2+)))
525
526 (define-public r-scales
527 (package
528 (name "r-scales")
529 (version "1.1.1")
530 (source
531 (origin
532 (method url-fetch)
533 (uri (cran-uri "scales" version))
534 (sha256
535 (base32 "019ps0njjc0rzrjygqiyn8b9vp0c3c0jd56h1yi19wzi49jvdcj0"))))
536 (build-system r-build-system)
537 (propagated-inputs
538 `(("r-farver" ,r-farver)
539 ("r-labeling" ,r-labeling)
540 ("r-lifecycle" ,r-lifecycle)
541 ("r-munsell" ,r-munsell)
542 ("r-rcolorbrewer" ,r-rcolorbrewer)
543 ("r-r6" ,r-r6)
544 ("r-viridislite" ,r-viridislite)))
545 (home-page "https://github.com/hadley/scales")
546 (synopsis "Scale functions for visualization")
547 (description
548 "This package provides graphical scales that map data to aesthetics, and
549 provides methods for automatically determining breaks and labels for axes and
550 legends.")
551 (license license:expat)))
552
553 (define-public r-pheatmap
554 (package
555 (name "r-pheatmap")
556 (version "1.0.12")
557 (source
558 (origin
559 (method url-fetch)
560 (uri (cran-uri "pheatmap" version))
561 (sha256
562 (base32
563 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
564 (build-system r-build-system)
565 (propagated-inputs
566 `(("r-gtable" ,r-gtable)
567 ("r-rcolorbrewer" ,r-rcolorbrewer)
568 ("r-scales" ,r-scales)))
569 (home-page "https://cran.r-project.org/web/packages/pheatmap")
570 (synopsis "Pretty heatmaps")
571 (description
572 "This package provides an implementation of heatmaps that offers more
573 control over dimensions and appearance.")
574 (license license:gpl2+)))
575
576 (define-public r-ecp
577 (package
578 (name "r-ecp")
579 (version "3.1.3")
580 (source (origin
581 (method url-fetch)
582 (uri (cran-uri "ecp" version))
583 (sha256
584 (base32
585 "0n602jssl6rf596nwm6hbl7s9vdlqi20w8mrhxicj373mw5v22m8"))))
586 (build-system r-build-system)
587 (propagated-inputs
588 `(("r-rcpp" ,r-rcpp)))
589 (home-page "https://cran.r-project.org/web/packages/ecp/")
590 (synopsis "Multiple change-point analysis of multivariate data")
591 (description
592 "This package implements various procedures for finding multiple
593 change-points. Two methods make use of dynamic programming and pruning, with
594 no distributional assumptions other than the existence of certain absolute
595 moments in one method. Hierarchical and exact search methods are included.
596 All methods return the set of estimated change-points as well as other summary
597 information.")
598 (license license:gpl2+)))
599
600 (define-public r-ellipsis
601 (package
602 (name "r-ellipsis")
603 (version "0.3.1")
604 (source
605 (origin
606 (method url-fetch)
607 (uri (cran-uri "ellipsis" version))
608 (sha256
609 (base32
610 "1nvmkcca57d9067rcggw1gby80ibx5hplk2myz0cs9zwilaib2jg"))))
611 (build-system r-build-system)
612 (propagated-inputs
613 `(("r-rlang" ,r-rlang)))
614 (home-page "https://github.com/hadley/ellipsis")
615 (synopsis "Tools for working with additional arguments")
616 (description
617 "In S3 generics, it's useful to take @code{...} so that methods can have
618 additional arguments. But this flexibility comes at a cost: misspelled
619 arguments will be silently ignored. The @code{ellipsis} package is an
620 experiment that allows a generic to warn if any arguments passed in @code{...}
621 are not used.")
622 (license license:gpl3)))
623
624 (define-public r-grr
625 (package
626 (name "r-grr")
627 (version "0.9.5")
628 (source
629 (origin
630 (method url-fetch)
631 (uri (cran-uri "grr" version))
632 (sha256
633 (base32
634 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
635 (build-system r-build-system)
636 (home-page "https://cran.r-project.org/web/packages/grr")
637 (synopsis "Alternative implementations of base R functions")
638 (description
639 "This package provides alternative implementations of some base R
640 functions, including @code{sort}, @code{order}, and @code{match}. The
641 functions are simplified but can be faster or have other advantages.")
642 (license license:gpl3)))
643
644 (define-public r-matrix-utils
645 (package
646 (name "r-matrix-utils")
647 (version "0.9.8")
648 (source
649 (origin
650 (method url-fetch)
651 (uri (cran-uri "Matrix.utils" version))
652 (sha256
653 (base32
654 "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb"))))
655 (properties `((upstream-name . "Matrix.utils")))
656 (build-system r-build-system)
657 (propagated-inputs
658 `(("r-grr" ,r-grr)
659 ("r-matrix" ,r-matrix)))
660 (home-page "https://github.com/cvarrichio/Matrix.utils")
661 (synopsis
662 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
663 (description
664 "This package implements data manipulation methods such as @code{cast},
665 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
666 objects.")
667 (license license:gpl3)))
668
669 (define-public r-mboost
670 (package
671 (name "r-mboost")
672 (version "2.9-4")
673 (source (origin
674 (method url-fetch)
675 (uri (cran-uri "mboost" version))
676 (sha256
677 (base32
678 "1dgyc38axfk2a430wsdnnk76xikizkyxf5r0l1kbp6cacrx6idz0"))))
679 (build-system r-build-system)
680 (propagated-inputs
681 `(("r-lattice" ,r-lattice)
682 ("r-matrix" ,r-matrix)
683 ("r-nnls" ,r-nnls)
684 ("r-partykit" ,r-partykit)
685 ("r-quadprog" ,r-quadprog)
686 ("r-stabs" ,r-stabs)
687 ("r-survival" ,r-survival)))
688 (home-page "https://github.com/boost-R/mboost")
689 (synopsis "Model-based boosting")
690 (description
691 "This package provides a functional gradient descent algorithm (boosting)
692 for optimizing general risk functions utilizing component-wise (penalised)
693 least squares estimates or regression trees as base-learners for fitting
694 generalized linear, additive and interaction models to potentially
695 high-dimensional data.")
696 (license license:gpl2)))
697
698 (define-public r-shadowtext
699 (package
700 (name "r-shadowtext")
701 (version "0.0.7")
702 (source (origin
703 (method url-fetch)
704 (uri (cran-uri "shadowtext" version))
705 (sha256
706 (base32
707 "1s1ip8zfr684a3ld7hvf524bhn2j31k6d1wbhh1ni0flsggv2ckf"))))
708 (properties `((upstream-name . "shadowtext")))
709 (build-system r-build-system)
710 (propagated-inputs
711 `(("r-ggplot2" ,r-ggplot2)
712 ("r-scales" ,r-scales)))
713 (native-inputs
714 `(("r-knitr" ,r-knitr)))
715 (home-page "https://github.com/GuangchuangYu/shadowtext/")
716 (synopsis "Shadow text grob and layer")
717 (description "This package implements @code{shadowtextGrob()} for
718 @code{grid} and @code{geom_shadowtext()} layer for @code{ggplot2}.
719 These functions draw text grob with background shadow.")
720 (license license:artistic2.0)))
721
722 (define-public r-sys
723 (package
724 (name "r-sys")
725 (version "3.4")
726 (source
727 (origin
728 (method url-fetch)
729 (uri (cran-uri "sys" version))
730 (sha256
731 (base32
732 "11q4zmx62w44p1j34frwmrsp23mc7l4n354i0zyziw92yax8zy0p"))))
733 (build-system r-build-system)
734 (home-page "https://github.com/jeroen/sys")
735 (synopsis "Powerful and reliable tools for running system commands in R")
736 (description
737 "This package provides drop-in replacements for the base @code{system2()}
738 function with fine control and consistent behavior across platforms. It
739 supports clean interruption, timeout, background tasks, and streaming STDIN /
740 STDOUT / STDERR over binary or text connections. The package also provides
741 functions for evaluating expressions inside a temporary fork. Such
742 evaluations have no side effects on the main R process, and support reliable
743 interrupts and timeouts. This provides the basis for a sandboxing
744 mechanism.")
745 (license license:expat)))
746
747 (define-public r-ashr
748 (package
749 (name "r-ashr")
750 (version "2.2-47")
751 (source (origin
752 (method url-fetch)
753 (uri (cran-uri "ashr" version))
754 (sha256
755 (base32
756 "1rqb5j30ylaf1h4l66x4jxyn5inrvhc42d90qd5mgkxsq0ghdlr4"))))
757 (properties `((upstream-name . "ashr")))
758 (build-system r-build-system)
759 (propagated-inputs
760 `(("r-etrunct" ,r-etrunct)
761 ("r-invgamma" ,r-invgamma)
762 ("r-matrix" ,r-matrix)
763 ("r-mixsqp" ,r-mixsqp)
764 ("r-rcpp" ,r-rcpp)
765 ("r-squarem" ,r-squarem)
766 ("r-truncnorm" ,r-truncnorm)))
767 (native-inputs
768 `(("r-knitr" ,r-knitr)))
769 (home-page "https://github.com/stephens999/ashr")
770 (synopsis "Methods for adaptive shrinkage, using empirical bayes")
771 (description "This package implements an empirical Bayes approach for
772 large-scale hypothesis testing and false discovery rate estimation.")
773 (license license:gpl3+)))
774
775 (define-public r-askpass
776 (package
777 (name "r-askpass")
778 (version "1.1")
779 (source
780 (origin
781 (method url-fetch)
782 (uri (cran-uri "askpass" version))
783 (sha256
784 (base32
785 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
786 (build-system r-build-system)
787 (propagated-inputs `(("r-sys" ,r-sys)))
788 (home-page "https://github.com/jeroen/askpass")
789 (synopsis "Safe password entry for R")
790 (description
791 "This package provides cross-platform utilities for prompting the user
792 for credentials or a passphrase, for example to authenticate with a server or
793 read a protected key.")
794 (license license:expat)))
795
796 (define-public r-vegan
797 (package
798 (name "r-vegan")
799 (version "2.5-7")
800 (source
801 (origin
802 (method url-fetch)
803 (uri (cran-uri "vegan" version))
804 (sha256
805 (base32
806 "0aj6m9l1vkh32sar6fyvq4p8j4h2f2f347w1300qnzgaa5lmhfz6"))))
807 (build-system r-build-system)
808 (native-inputs
809 `(("r-knitr" ,r-knitr) ; needed for vignettes
810 ("gfortran" ,gfortran)))
811 (propagated-inputs
812 `(("r-cluster" ,r-cluster)
813 ("r-lattice" ,r-lattice)
814 ("r-mass" ,r-mass)
815 ("r-mgcv" ,r-mgcv)
816 ("r-permute" ,r-permute)))
817 (home-page "https://cran.r-project.org/web/packages/vegan")
818 (synopsis "Functions for community ecology")
819 (description
820 "The vegan package provides tools for descriptive community ecology. It
821 has most basic functions of diversity analysis, community ordination and
822 dissimilarity analysis. Most of its multivariate tools can be used for other
823 data types as well.")
824 (license license:gpl2+)))
825
826 (define-public r-tidyverse
827 (package
828 (name "r-tidyverse")
829 (version "1.3.0")
830 (source
831 (origin
832 (method url-fetch)
833 (uri (cran-uri "tidyverse" version))
834 (sha256
835 (base32
836 "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
837 (build-system r-build-system)
838 (propagated-inputs
839 `(("r-broom" ,r-broom)
840 ("r-cli" ,r-cli)
841 ("r-crayon" ,r-crayon)
842 ("r-dbplyr" ,r-dbplyr)
843 ("r-dplyr" ,r-dplyr)
844 ("r-forcats" ,r-forcats)
845 ("r-ggplot2" ,r-ggplot2)
846 ("r-haven" ,r-haven)
847 ("r-hms" ,r-hms)
848 ("r-httr" ,r-httr)
849 ("r-jsonlite" ,r-jsonlite)
850 ("r-lubridate" ,r-lubridate)
851 ("r-magrittr" ,r-magrittr)
852 ("r-modelr" ,r-modelr)
853 ("r-pillar" ,r-pillar)
854 ("r-purrr" ,r-purrr)
855 ("r-readr" ,r-readr)
856 ("r-readxl" ,r-readxl)
857 ("r-reprex" ,r-reprex)
858 ("r-rlang" ,r-rlang)
859 ("r-rstudioapi" ,r-rstudioapi)
860 ("r-rvest" ,r-rvest)
861 ("r-stringr" ,r-stringr)
862 ("r-tibble" ,r-tibble)
863 ("r-tidyr" ,r-tidyr)
864 ("r-xml2" ,r-xml2)))
865 (home-page "https://tidyverse.tidyverse.org")
866 (synopsis "Install and load packages from the \"Tidyverse\"")
867 (description
868 "The @code{tidyverse} is a set of packages that work in harmony because
869 they share common data representations and API design. This package is
870 designed to make it easy to install and load multiple tidyverse packages in a
871 single step.")
872 (license license:gpl3)))
873
874 (define-public r-rvest
875 (package
876 (name "r-rvest")
877 (version "1.0.0")
878 (source
879 (origin
880 (method url-fetch)
881 (uri (cran-uri "rvest" version))
882 (sha256
883 (base32 "04spcv6nxlmx5bxncq0vybfqrs8jgjamzyrn6wmkdcwii8jvyn53"))))
884 (build-system r-build-system)
885 (propagated-inputs
886 `(("r-httr" ,r-httr)
887 ("r-lifecycle" ,r-lifecycle)
888 ("r-magrittr" ,r-magrittr)
889 ("r-rlang" ,r-rlang)
890 ("r-selectr" ,r-selectr)
891 ("r-tibble" ,r-tibble)
892 ("r-xml2" ,r-xml2)))
893 (native-inputs
894 `(("r-knitr" ,r-knitr)))
895 (home-page "https://github.com/hadley/rvest")
896 (synopsis "Simple web scraping for R")
897 (description
898 "@code{r-rvest} helps you scrape information from web pages. It is
899 designed to work with @code{magrittr} to make it easy to express common web
900 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
901 (license license:gpl3)))
902
903 (define-public r-selectr
904 (package
905 (name "r-selectr")
906 (version "0.4-2")
907 (source
908 (origin
909 (method url-fetch)
910 (uri (cran-uri "selectr" version))
911 (sha256
912 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
913 (build-system r-build-system)
914 (propagated-inputs
915 `(("r-stringr" ,r-stringr)
916 ("r-r6" ,r-r6)))
917 (home-page "https://sjp.co.nz/projects/selectr/")
918 (synopsis "Translate CSS selectors to XPath expressions")
919 (description
920 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
921 expression. This allows you to use CSS selectors when working with the XML
922 package as it can only evaluate XPath expressions. Also provided are
923 convenience functions useful for using CSS selectors on XML nodes. This
924 package is a port of the Python package @code{cssselect}.")
925 (license license:bsd-3)))
926
927 (define-public r-reprex
928 (package
929 (name "r-reprex")
930 (version "1.0.0")
931 (source
932 (origin
933 (method url-fetch)
934 (uri (cran-uri "reprex" version))
935 (sha256
936 (base32
937 "07nzx0fdl48jw95ipx17ql0l13q60yl3rjrkj1m375wrc7h1v5nx"))))
938 (build-system r-build-system)
939 (propagated-inputs
940 `(("r-callr" ,r-callr)
941 ("r-cli" ,r-cli)
942 ("r-clipr" ,r-clipr)
943 ("r-fs" ,r-fs)
944 ("r-glue" ,r-glue)
945 ("r-knitr" ,r-knitr)
946 ("r-rlang" ,r-rlang)
947 ("r-rmarkdown" ,r-rmarkdown)
948 ("r-withr" ,r-withr)))
949 (native-inputs
950 `(("r-knitr" ,r-knitr)))
951 (home-page "https://github.com/tidyverse/reprex")
952 (synopsis "Prepare reproducible R code examples for sharing")
953 (description
954 "This package provides a convenience wrapper that uses the
955 @code{rmarkdown} package to render small snippets of code to target formats
956 that include both code and output. The goal is to encourage the sharing of
957 small, reproducible, and runnable examples on code-oriented websites or email.
958 @code{reprex} also extracts clean, runnable R code from various common formats,
959 such as copy/paste from an R session.")
960 (license license:expat)))
961
962 (define-public r-reordercluster
963 (package
964 (name "r-reordercluster")
965 (version "1.0")
966 (source (origin
967 (method url-fetch)
968 (uri (cran-uri "ReorderCluster" version))
969 (sha256
970 (base32
971 "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
972 (build-system r-build-system)
973 (propagated-inputs
974 `(("r-gplots" ,r-gplots)
975 ("r-rcpp" ,r-rcpp)))
976 (home-page "https://cran.r-project.org/web/packages/ReorderCluster")
977 (synopsis "Reordering the dendrogram according to the class labels")
978 (description "This package provides tools for performing the leaf reordering
979 for the dendrogram that preserves the hierarchical clustering result and at the
980 same time tries to group instances from the same class together.")
981 (license license:gpl3+)))
982
983 (define-public r-callr
984 (package
985 (name "r-callr")
986 (version "3.5.1")
987 (source
988 (origin
989 (method url-fetch)
990 (uri (cran-uri "callr" version))
991 (sha256
992 (base32
993 "15l6ppsxdadlnl4fk0f8bvf327n8izk96px5d08m1ay9iij8qcyf"))))
994 (build-system r-build-system)
995 (propagated-inputs
996 `(("r-r6" ,r-r6)
997 ("r-processx" ,r-processx)))
998 (home-page "https://github.com/r-lib/callr#readme")
999 (synopsis "Call R from R")
1000 (description
1001 "It is sometimes useful to perform a computation in a separate R process,
1002 without affecting the current R process at all. This package does exactly
1003 that.")
1004 (license license:expat)))
1005
1006 (define-public r-readxl
1007 (package
1008 (name "r-readxl")
1009 (version "1.3.1")
1010 (source
1011 (origin
1012 (method url-fetch)
1013 (uri (cran-uri "readxl" version))
1014 (sha256
1015 (base32
1016 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
1017 (build-system r-build-system)
1018 (propagated-inputs
1019 `(("r-cellranger" ,r-cellranger)
1020 ("r-progress" ,r-progress)
1021 ("r-rcpp" ,r-rcpp)
1022 ("r-tibble" ,r-tibble)))
1023 (home-page "https://readxl.tidyverse.org")
1024 (synopsis "Read Excel files")
1025 (description
1026 "This package lets you import Excel files into R. It supports
1027 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
1028 the embedded @code{RapidXML} C++ library.")
1029 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
1030 ;; 'rapidxml' which is Boost.
1031 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
1032
1033 (define-public r-modelr
1034 (package
1035 (name "r-modelr")
1036 (version "0.1.8")
1037 (source
1038 (origin
1039 (method url-fetch)
1040 (uri (cran-uri "modelr" version))
1041 (sha256
1042 (base32
1043 "1i31nff7bqibk6r4hhd4j1vzwbyaf8493v0bjaagn36njmysfnw2"))))
1044 (build-system r-build-system)
1045 (propagated-inputs
1046 `(("r-broom" ,r-broom)
1047 ("r-magrittr" ,r-magrittr)
1048 ("r-purrr" ,r-purrr)
1049 ("r-rlang" ,r-rlang)
1050 ("r-tibble" ,r-tibble)
1051 ("r-tidyr" ,r-tidyr)
1052 ("r-tidyselect" ,r-tidyselect)
1053 ("r-vctrs" ,r-vctrs)))
1054 (home-page "https://github.com/tidyverse/modelr")
1055 (synopsis "Helper functions for modelling in pipelines")
1056 (description
1057 "Functions for modelling that help you seamlessly integrate modelling
1058 into a pipeline of data manipulation and visualisation.")
1059 (license license:gpl3)))
1060
1061 (define-public r-httpuv
1062 (package
1063 (name "r-httpuv")
1064 (version "1.5.5")
1065 (source (origin
1066 (method url-fetch)
1067 (uri (cran-uri "httpuv" version))
1068 (sha256
1069 (base32
1070 "05rir03xwamwfq5691vx0x957sgmr4i8iv5vpx5rv1f74y4wkrhb"))
1071 ;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
1072 ;; only contains fixes for building on Solaris.
1073 (patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))
1074 (modules '((guix build utils)))
1075 (snippet
1076 `(begin
1077 (delete-file-recursively "src/libuv")
1078 ;; Cannot unbundle http-parser, because it contains local
1079 ;; modifications.
1080 #t))))
1081 (build-system r-build-system)
1082 (arguments
1083 `(#:phases
1084 (modify-phases %standard-phases
1085 (add-after 'unpack 'unbundle-libuv
1086 (lambda* (#:key outputs #:allow-other-keys)
1087 (substitute* (find-files "src" "\\.cpp$|\\.h$")
1088 (("\"libuv/include/uv\\.h\"")
1089 "<uv.h>"))
1090 ;; Fix https://github.com/rstudio/httpuv/issues/282
1091 (substitute* "src/http.cpp"
1092 (("uv_pipe_init\\(pLoop, &pSocket->handle\\.pipe, true\\);")
1093 "uv_pipe_init(pLoop, &pSocket->handle.pipe, 0);"))
1094 #t)))))
1095 (inputs
1096 `(("libuv" ,libuv)))
1097 (propagated-inputs
1098 `(("r-bh" ,r-bh)
1099 ("r-later" ,r-later)
1100 ("r-promises" ,r-promises)
1101 ("r-r6" ,r-r6)
1102 ("r-rcpp" ,r-rcpp)))
1103 (home-page "https://github.com/rstudio/httpuv")
1104 (synopsis "HTTP and WebSocket server library for R")
1105 (description
1106 "The httpuv package provides low-level socket and protocol support for
1107 handling HTTP and WebSocket requests directly from within R. It is primarily
1108 intended as a building block for other packages, rather than making it
1109 particularly easy to create complete web applications using httpuv alone.")
1110 ;; This package includes third-party code that was originally released
1111 ;; under various non-copyleft licenses. Full licensing information can be
1112 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
1113 (license license:gpl3+)))
1114
1115 (define-public r-jsonlite
1116 (package
1117 (name "r-jsonlite")
1118 (version "1.7.2")
1119 (source (origin
1120 (method url-fetch)
1121 (uri (cran-uri "jsonlite" version))
1122 (sha256
1123 (base32
1124 "1lhzcpz9clwq04i5m6jzkvw9x03pwlqrixv4l9xzchjr8d84nd86"))))
1125 (build-system r-build-system)
1126 (native-inputs
1127 `(("r-knitr" ,r-knitr)))
1128 (home-page "https://arxiv.org/abs/1403.2805")
1129 (synopsis "Robust, high performance JSON parser and generator for R")
1130 (description
1131 "The jsonlite package provides a fast JSON parser and generator optimized
1132 for statistical data and the web. It offers flexible, robust, high
1133 performance tools for working with JSON in R and is particularly powerful for
1134 building pipelines and interacting with a web API. In addition to converting
1135 JSON data from/to R objects, jsonlite contains functions to stream, validate,
1136 and prettify JSON data. The unit tests included with the package verify that
1137 all edge cases are encoded and decoded consistently for use with dynamic data
1138 in systems and applications.")
1139 (license license:expat)))
1140
1141 (define-public r-servr
1142 (package
1143 (name "r-servr")
1144 (version "0.21")
1145 (source (origin
1146 (method url-fetch)
1147 (uri (cran-uri "servr" version))
1148 (sha256
1149 (base32
1150 "12fk585hmz735v4hra8da9wld1fmd67byqnf95m7jjyh7l3dmh1z"))))
1151 (build-system r-build-system)
1152 (propagated-inputs
1153 `(("r-httpuv" ,r-httpuv)
1154 ("r-jsonlite" ,r-jsonlite)
1155 ("r-mime" ,r-mime)
1156 ("r-xfun" ,r-xfun)))
1157 (home-page "https://github.com/yihui/servr")
1158 (synopsis "Simple HTTP server to serve static files or dynamic documents")
1159 (description
1160 "Servr provides an HTTP server in R to serve static files, or dynamic
1161 documents that can be converted to HTML files (e.g., R Markdown) under a given
1162 directory.")
1163 (license license:expat)))
1164
1165 (define-public r-htmltools
1166 (package
1167 (name "r-htmltools")
1168 (version "0.5.1.1")
1169 (source (origin
1170 (method url-fetch)
1171 (uri (cran-uri "htmltools" version))
1172 (sha256
1173 (base32
1174 "1fm4cymz4hz6lds80m9j5q00xy5flkrmfn5dkrn3s3rkzqpyggzh"))))
1175 (build-system r-build-system)
1176 (propagated-inputs
1177 `(("r-base64enc" ,r-base64enc)
1178 ("r-digest" ,r-digest)
1179 ("r-rlang" ,r-rlang)))
1180 (home-page "https://cran.r-project.org/web/packages/htmltools")
1181 (synopsis "R tools for HTML")
1182 (description
1183 "This package provides tools for HTML generation and output in R.")
1184 (license license:expat)))
1185
1186 (define-public r-htmlwidgets
1187 (package
1188 (name "r-htmlwidgets")
1189 (version "1.5.3")
1190 (source (origin
1191 (method url-fetch)
1192 (uri (cran-uri "htmlwidgets" version))
1193 (sha256
1194 (base32
1195 "0a8g7wqd3qxnhwkm9c9bkzg29db7gvjiaa5y038ln8nch8qq7981"))))
1196 (build-system r-build-system)
1197 (propagated-inputs
1198 `(("r-htmltools" ,r-htmltools)
1199 ("r-jsonlite" ,r-jsonlite)
1200 ("r-yaml" ,r-yaml)))
1201 (native-inputs
1202 `(("r-knitr" ,r-knitr)))
1203 (home-page "https://github.com/ramnathv/htmlwidgets")
1204 (synopsis "HTML Widgets for R")
1205 (description
1206 "HTML widgets is a framework for creating HTML widgets that render in
1207 various contexts including the R console, R Markdown documents, and Shiny web
1208 applications.")
1209 (license license:expat)))
1210
1211 (define-public r-htmltable
1212 (package
1213 (name "r-htmltable")
1214 (version "2.1.0")
1215 (source
1216 (origin
1217 (method url-fetch)
1218 (uri (cran-uri "htmlTable" version))
1219 (sha256
1220 (base32 "1gzh0bdxi55p1ckxv4k0a41b1j0grwv2w3lkqz4c3gkw66dk6ja0"))))
1221 (properties `((upstream-name . "htmlTable")))
1222 (build-system r-build-system)
1223 (propagated-inputs
1224 `(("r-checkmate" ,r-checkmate)
1225 ("r-htmltools" ,r-htmltools)
1226 ("r-htmlwidgets" ,r-htmlwidgets)
1227 ("r-knitr" ,r-knitr)
1228 ("r-magrittr" ,r-magrittr)
1229 ("r-rstudioapi" ,r-rstudioapi)
1230 ("r-stringr" ,r-stringr)))
1231 (native-inputs
1232 `(("r-knitr" ,r-knitr)))
1233 (home-page "http://gforge.se/packages/")
1234 (synopsis "Advanced tables for Markdown/HTML")
1235 (description
1236 "This package provides functions to build tables with advanced layout
1237 elements such as row spanners, column spanners, table spanners, zebra
1238 striping, and more. While allowing advanced layout, the underlying
1239 CSS-structure is simple in order to maximize compatibility with word
1240 processors such as LibreOffice. The package also contains a few text
1241 formatting functions that help outputting text compatible with HTML or
1242 LaTeX.")
1243 (license license:gpl3+)))
1244
1245 (define-public r-curl
1246 (package
1247 (name "r-curl")
1248 (version "4.3")
1249 (source (origin
1250 (method url-fetch)
1251 (uri (cran-uri "curl" version))
1252 (sha256
1253 (base32
1254 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
1255 (build-system r-build-system)
1256 (arguments
1257 `(#:phases
1258 (modify-phases %standard-phases
1259 ;; The environment variable CURL_CA_BUNDLE is only respected when
1260 ;; running Windows, so we disable the platform checks.
1261 ;; This can be removed once the libcurl has been patched.
1262 (add-after 'unpack 'allow-CURL_CA_BUNDLE
1263 (lambda _
1264 (substitute* "R/onload.R"
1265 (("if \\(!grepl\\(\"mingw\".*")
1266 "if (FALSE)\n"))
1267 (substitute* "src/handle.c"
1268 (("/\\* Only set" m)
1269 (string-append "\
1270 const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
1271 if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
1272 " m)))
1273 #t)))))
1274 (inputs
1275 `(("libcurl" ,curl)
1276 ("zlib" ,zlib)))
1277 (native-inputs
1278 `(("pkg-config" ,pkg-config)))
1279 (home-page "https://github.com/jeroenooms/curl")
1280 (synopsis "HTTP client for R")
1281 (description
1282 "The @code{curl()} and @code{curl_download()} functions provide highly
1283 configurable drop-in replacements for base @code{url()} and
1284 @code{download.file()} with better performance, support for encryption, gzip
1285 compression, authentication, and other @code{libcurl} goodies. The core of
1286 the package implements a framework for performing fully customized requests
1287 where data can be processed either in memory, on disk, or streaming via the
1288 callback or connection interfaces.")
1289 (license license:expat)))
1290
1291 (define-public r-hwriter
1292 (package
1293 (name "r-hwriter")
1294 (version "1.3.2")
1295 (source
1296 (origin
1297 (method url-fetch)
1298 (uri (cran-uri "hwriter" version))
1299 (sha256
1300 (base32
1301 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
1302 (build-system r-build-system)
1303 (home-page "https://cran.r-project.org/web/packages/hwriter")
1304 (synopsis "Output R objects in HTML format")
1305 (description
1306 "This package provides easy-to-use and versatile functions to output R
1307 objects in HTML format.")
1308 (license license:lgpl2.1+)))
1309
1310 (define-public r-rjson
1311 (package
1312 (name "r-rjson")
1313 (version "0.2.20")
1314 (source
1315 (origin
1316 (method url-fetch)
1317 (uri (cran-uri "rjson" version))
1318 (sha256
1319 (base32
1320 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
1321 (build-system r-build-system)
1322 (home-page "https://cran.r-project.org/web/packages/rjson")
1323 (synopsis "JSON library for R")
1324 (description
1325 "This package provides functions to convert R objects into JSON objects
1326 and vice-versa.")
1327 (license license:gpl2+)))
1328
1329 (define-public r-fastmap
1330 (package
1331 (name "r-fastmap")
1332 (version "1.1.0")
1333 (source
1334 (origin
1335 (method url-fetch)
1336 (uri (cran-uri "fastmap" version))
1337 (sha256
1338 (base32
1339 "0aw29hnq3ppn7bsnwg9d9sp84k1cvq30lrmfzqn315n0nhkfa4wi"))))
1340 (properties `((upstream-name . "fastmap")))
1341 (build-system r-build-system)
1342 (home-page "https://r-lib.github.io/fastmap/")
1343 (synopsis "Fast implementation of a key-value store")
1344 (description
1345 "This package provides a fast implementation of a key-value store.
1346 Environments are commonly used as key-value stores, but every time a new key
1347 is used, it is added to R's global symbol table, causing a small amount of
1348 memory leakage. This can be problematic in cases where many different keys
1349 are used. Fastmap avoids this memory leak issue by implementing the map using
1350 data structures in C++.")
1351 (license license:expat)))
1352
1353 (define-public r-fastghquad
1354 (package
1355 (name "r-fastghquad")
1356 (version "1.0")
1357 (source
1358 (origin
1359 (method url-fetch)
1360 (uri (cran-uri "fastGHQuad" version))
1361 (sha256
1362 (base32
1363 "1rjia8wggadr9xwxcmzmal0rc4g6pa3dr5888fbbnb6abl8b2lrj"))))
1364 (properties `((upstream-name . "fastGHQuad")))
1365 (build-system r-build-system)
1366 (propagated-inputs
1367 `(("r-rcpp" ,r-rcpp)))
1368 (home-page "https://github.com/awblocker/fastGHQuad")
1369 (synopsis "Fast Rcpp implementation of Gauss-Hermite Quadrature")
1370 (description
1371 "This package implements numerically-stable Gauss-Hermite quadrature
1372 rules and utility functions for adaptive GH quadrature.")
1373 (license license:expat)))
1374
1375 (define-public r-rstpm2
1376 (package
1377 (name "r-rstpm2")
1378 (version "1.5.2")
1379 (source
1380 (origin
1381 (method url-fetch)
1382 (uri (cran-uri "rstpm2" version))
1383 (sha256
1384 (base32
1385 "0c6l3z250b2kn6mh2xyb0bd2y5nsbj11n9xfi51dac9s8xq3v7m4"))))
1386 (properties `((upstream-name . "rstpm2")))
1387 (build-system r-build-system)
1388 (propagated-inputs
1389 `(("r-bbmle" ,r-bbmle)
1390 ("r-bh" ,r-bh)
1391 ("r-desolve" ,r-desolve)
1392 ("r-fastghquad" ,r-fastghquad)
1393 ("r-mgcv" ,r-mgcv)
1394 ("r-rcpp" ,r-rcpp)
1395 ("r-rcpparmadillo" ,r-rcpparmadillo)
1396 ("r-survival" ,r-survival)))
1397 (native-inputs
1398 `(("gfortran" ,gfortran)))
1399 (home-page "https://github.com/mclements/rstpm2")
1400 (synopsis "Link-based survival models")
1401 (description
1402 "This package provides R implementations of @dfn{generalized survival
1403 models} (GSMs), smooth @dfn{accelerated failure time} (AFT) models and Markov
1404 multi-state models.")
1405 ;; One of these licenses
1406 (license (list license:gpl2 license:gpl3))))
1407
1408 ;; This package includes minified JavaScript files. When upgrading please
1409 ;; check that there are no new minified JavaScript files.
1410 (define-public r-jquerylib
1411 (package
1412 (name "r-jquerylib")
1413 (version "0.1.3")
1414 (source
1415 (origin
1416 (method url-fetch)
1417 (uri (cran-uri "jquerylib" version))
1418 (sha256
1419 (base32
1420 "1s0d6mws13hwkx07jqmry7vp30a05b2p9w7ir68bmkhasidwkzdq"))
1421 (snippet
1422 '(for-each delete-file
1423 '("inst/lib/jquery-1.12.4.min.js"
1424 "inst/lib/jquery-2.2.4.min.js"
1425 "inst/lib/jquery-3.5.1.min.js")))))
1426 (properties `((upstream-name . "jquerylib")))
1427 (build-system r-build-system)
1428 (arguments
1429 `(#:modules ((guix build utils)
1430 (guix build r-build-system)
1431 (srfi srfi-1))
1432 #:phases
1433 (modify-phases %standard-phases
1434 (add-after 'unpack 'process-javascript
1435 (lambda* (#:key inputs #:allow-other-keys)
1436 (with-directory-excursion "inst/lib/"
1437 (call-with-values
1438 (lambda ()
1439 (unzip2
1440 `(("jquery-1.12.4.js"
1441 "jquery-1.12.4.min.js")
1442 ("jquery-2.2.4.js"
1443 "jquery-2.2.4.min.js")
1444 ("jquery-3.5.1.js"
1445 "jquery-3.5.1.min.js"))))
1446 (lambda (sources targets)
1447 (for-each (lambda (source target)
1448 (format #t "Processing ~a --> ~a~%"
1449 source target)
1450 (invoke "esbuild" source "--minify"
1451 (string-append "--outfile=" target)))
1452 sources targets)))))))))
1453 (propagated-inputs
1454 `(("r-htmltools" ,r-htmltools)))
1455 (native-inputs
1456 `(("esbuild" ,esbuild)))
1457 (home-page "https://cran.r-project.org/package=jquerylib")
1458 (synopsis "Obtain jQuery as an HTML dependency object")
1459 (description
1460 "Obtain any major version of jQuery and use it in any webpage generated
1461 by htmltools (e.g. shiny, htmlwidgets, and rmarkdown). Most R users don't
1462 need to use this package directly, but other R packages (e.g. shiny,
1463 rmarkdown, etc.) depend on this package to avoid bundling redundant copies of
1464 jQuery.")
1465 (license license:expat)))
1466
1467 (define-public r-sass
1468 (package
1469 (name "r-sass")
1470 (version "0.3.1")
1471 (source
1472 (origin
1473 (method url-fetch)
1474 (uri (cran-uri "sass" version))
1475 (sha256
1476 (base32
1477 "1cxqwsdyz71mgflqqa65mfr161jlv8q9mshs1y19pxp6pz5wnv0s"))))
1478 (properties `((upstream-name . "sass")))
1479 (build-system r-build-system)
1480 (propagated-inputs
1481 `(("r-digest" ,r-digest)
1482 ("r-fs" ,r-fs)
1483 ("r-htmltools" ,r-htmltools)
1484 ("r-r6" ,r-r6)
1485 ("r-rappdirs" ,r-rappdirs)
1486 ("r-rlang" ,r-rlang)))
1487 (native-inputs `(("r-knitr" ,r-knitr)))
1488 (home-page "https://github.com/rstudio/sass")
1489 (synopsis "Syntactically Awesome Style Sheets (SASS)")
1490 (description
1491 "This package provides an SCSS compiler, powered by the libsass library.
1492 With this, R developers can use variables, inheritance, and functions to
1493 generate dynamic style sheets. The package uses the Sass CSS extension
1494 language, which is stable, powerful, and CSS compatible.")
1495 (license license:expat)))
1496
1497 ;; This package includes minified JavaScript files. When upgrading please
1498 ;; check that there are no new minified JavaScript files.
1499 (define-public r-bslib
1500 (package
1501 (name "r-bslib")
1502 (version "0.2.4")
1503 (source
1504 (origin
1505 (method url-fetch)
1506 (uri (cran-uri "bslib" version))
1507 (sha256
1508 (base32
1509 "0qlpv2lqr3hjykszmnll7vi4zhmrz4rgcfl0sifxc6cha6jy2nac"))
1510 (snippet
1511 '(for-each delete-file
1512 '("inst/lib/bs-a11y-p/plugins/js/bootstrap-accessibility.min.js"
1513 "inst/lib/bs-colorpicker/js/bootstrap-colorpicker.min.js"
1514 "inst/lib/bs-sass/assets/javascripts/bootstrap.min.js"
1515 "inst/lib/bs/dist/js/bootstrap.bundle.min.js")))))
1516 (properties `((upstream-name . "bslib")))
1517 (build-system r-build-system)
1518 (arguments
1519 `(#:modules ((guix build utils)
1520 (guix build r-build-system)
1521 (srfi srfi-1))
1522 #:phases
1523 (modify-phases %standard-phases
1524 (add-after 'unpack 'process-javascript
1525 (lambda* (#:key inputs #:allow-other-keys)
1526 (with-directory-excursion "inst/lib/"
1527 (call-with-values
1528 (lambda ()
1529 (unzip2
1530 `(("bs-a11y-p/plugins/js/bootstrap-accessibility.js"
1531 "bs-a11y-p/plugins/js/bootstrap-accessibility.min.js")
1532 ("bs-colorpicker/js/bootstrap-colorpicker.js"
1533 "bs-colorpicker/js/bootstrap-colorpicker.min.js")
1534 ("bs-sass/assets/javascripts/bootstrap.js"
1535 "bs-sass/assets/javascripts/bootstrap.min.js")
1536 (,(assoc-ref inputs "js-bootstrap-bundle")
1537 "bs/dist/js/bootstrap.bundle.min.js"))))
1538 (lambda (sources targets)
1539 (for-each (lambda (source target)
1540 (format #t "Processing ~a --> ~a~%"
1541 source target)
1542 (invoke "esbuild" source "--minify"
1543 (string-append "--outfile=" target)))
1544 sources targets)))))))))
1545 (propagated-inputs
1546 `(("r-digest" ,r-digest)
1547 ("r-htmltools" ,r-htmltools)
1548 ("r-jquerylib" ,r-jquerylib)
1549 ("r-jsonlite" ,r-jsonlite)
1550 ("r-magrittr" ,r-magrittr)
1551 ("r-rlang" ,r-rlang)
1552 ("r-sass" ,r-sass)))
1553 (native-inputs
1554 `(("esbuild" ,esbuild)
1555 ("js-bootstrap-bundle"
1556 ,(origin
1557 (method url-fetch)
1558 (uri "https://raw.githubusercontent.com/twbs/bootstrap/v4.5.3/dist/js/bootstrap.bundle.js")
1559 (sha256
1560 (base32
1561 "1lcsxj7gcm56va3gck47ggpwzjxrzq27sgjzdw6c54qkp0487sak"))))))
1562 (home-page "https://rstudio.github.io/bslib/")
1563 (synopsis "Custom Bootstrap Sass themes for shiny and rmarkdown")
1564 (description
1565 "This package simplifies custom CSS styling of both shiny and rmarkdown
1566 via Bootstrap Sass. It supports both Bootstrap 3 and 4 as well as their
1567 various Bootswatch themes. An interactive widget is also provided for
1568 previewing themes in real time.")
1569 (license license:expat)))
1570
1571 ;; This package includes minified JavaScript files. When upgrading please
1572 ;; check that there are no new minified JavaScript files.
1573 (define-public r-shiny
1574 (package
1575 (name "r-shiny")
1576 (version "1.6.0")
1577 (source
1578 (origin
1579 (method git-fetch)
1580 (uri (git-reference
1581 (url "https://github.com/rstudio/shiny")
1582 (commit (string-append "v" version))))
1583 (file-name (git-file-name name version))
1584 (sha256
1585 (base32
1586 "0f6cwx5xyqzs40msq271sqhwl8736rwbm7kd1ldkcvxngzr4vlx9"))
1587 (snippet
1588 '(for-each delete-file
1589 '("inst/www/shared/bootstrap/js/bootstrap.min.js"
1590 "inst/www/shared/bootstrap/accessibility/js/bootstrap-accessibility.min.js" ; TODO
1591 "inst/www/shared/datatables/js/jquery.dataTables.min.js"
1592 "inst/www/shared/datepicker/js/bootstrap-datepicker.min.js"
1593 "inst/www/shared/highlight/highlight.pack.js"
1594 "inst/www/shared/ionrangeslider/js/ion.rangeSlider.min.js"
1595 "inst/www/shared/jquery.min.js"
1596 "inst/www/shared/jqueryui/jquery-ui.min.js"
1597 "inst/www/shared/legacy/jquery.min.js"
1598 "inst/www/shared/selectize/accessibility/js/selectize-plugin-a11y.min.js"
1599 "inst/www/shared/selectize/js/selectize.min.js"
1600 "inst/www/shared/shiny.min.js"
1601 "inst/www/shared/showdown/compressed/showdown.js"
1602 "inst/www/shared/strftime/strftime-min.js")))))
1603 (build-system r-build-system)
1604 (arguments
1605 `(#:modules ((guix build r-build-system)
1606 (guix build minify-build-system)
1607 (guix build utils)
1608 (ice-9 match))
1609 #:imported-modules (,@%r-build-system-modules
1610 (guix build minify-build-system))
1611 #:phases
1612 (modify-phases (@ (guix build r-build-system) %standard-phases)
1613 (add-after 'unpack 'replace-bundled-minified-JavaScript
1614 (lambda* (#:key inputs #:allow-other-keys)
1615 (let ((replace-file (lambda (old new)
1616 (format #t "replacing ~a with ~a\n" old new)
1617 (symlink new old))))
1618 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
1619 ;; contain just data. They are not minified code, so we don't
1620 ;; replace them.
1621 (with-directory-excursion "inst/www/shared"
1622 (replace-file "strftime/strftime-min.js"
1623 (string-append (assoc-ref inputs "js-strftime")
1624 "/share/javascript/strftime.min.js"))
1625 (replace-file "highlight/highlight.pack.js"
1626 (string-append (assoc-ref inputs "js-highlight")
1627 "/share/javascript/highlight.min.js"))
1628 (replace-file "datatables/js/jquery.dataTables.min.js"
1629 (string-append (assoc-ref inputs "js-datatables")
1630 "/share/javascript/jquery.dataTables.min.js"))
1631 (replace-file "selectize/js/selectize.min.js"
1632 (string-append (assoc-ref inputs "js-selectize")
1633 "/share/javascript/selectize.min.js"))
1634 (for-each (match-lambda
1635 ((source . target)
1636 (minify source #:target target)))
1637 `(("jqueryui/jquery-ui.js" .
1638 "jqueryui/jquery-ui.min.js")
1639 ("datepicker/js/bootstrap-datepicker.js" .
1640 "datepicker/js/bootstrap-datepicker.min.js")
1641 ("ionrangeslider/js/ion.rangeSlider.js" .
1642 "ionrangeslider/js/ion.rangeSlider.min.js")
1643 ("bootstrap/js/bootstrap.js" .
1644 "bootstrap/js/bootstrap.min.js")
1645 (,(assoc-ref inputs "js-bootstrap-accessibility") .
1646 "bootstrap/accessibility/js/bootstrap-accessibility.min.js")
1647 ("shiny.js" .
1648 "shiny.min.js")
1649 ("jquery.js" .
1650 "jquery.min.js")
1651 ("legacy/jquery.js" .
1652 "legacy/jquery.min.js")
1653 ("selectize/accessibility/js/selectize-plugin-a11y.js" .
1654 "selectize/accessibility/js/selectize-plugin-a11y.min.js")
1655 ("showdown/src/showdown.js" .
1656 "showdown/compressed/showdown.js"))))))))))
1657 (propagated-inputs
1658 `(("r-bslib" ,r-bslib)
1659 ("r-cachem" ,r-cachem)
1660 ("r-commonmark" ,r-commonmark)
1661 ("r-crayon" ,r-crayon)
1662 ("r-digest" ,r-digest)
1663 ("r-ellipsis" ,r-ellipsis)
1664 ("r-fastmap" ,r-fastmap)
1665 ("r-glue" ,r-glue)
1666 ("r-htmltools" ,r-htmltools)
1667 ("r-httpuv" ,r-httpuv)
1668 ("r-jsonlite" ,r-jsonlite)
1669 ("r-later" ,r-later)
1670 ("r-lifecycle" ,r-lifecycle)
1671 ("r-mime" ,r-mime)
1672 ("r-promises" ,r-promises)
1673 ("r-r6" ,r-r6)
1674 ("r-rlang" ,r-rlang)
1675 ("r-sourcetools" ,r-sourcetools)
1676 ("r-withr" ,r-withr)
1677 ("r-xtable" ,r-xtable)))
1678 (inputs
1679 `(("js-datatables" ,js-datatables)
1680 ("js-selectize" ,js-selectize)
1681 ("js-strftime" ,js-strftime)
1682 ("js-highlight" ,js-highlight)))
1683 (native-inputs
1684 `(("uglify-js" ,uglify-js)
1685 ("gfortran" ,gfortran)
1686 ("js-bootstrap-accessibility"
1687 ,(origin
1688 (method url-fetch)
1689 (uri "https://raw.githubusercontent.com/paypal/bootstrap-accessibility-plugin/\
1690 v1.0.7/_site/plugins/js/bootstrap-accessibility.js")
1691 (sha256
1692 (base32
1693 "1489wyzwrpf86y7vhc13n4v3mszmsfybhd3f75jkpnbvyp5sncm8"))))))
1694 (home-page "https://shiny.rstudio.com")
1695 (synopsis "Easy interactive web applications with R")
1696 (description
1697 "Makes it incredibly easy to build interactive web applications
1698 with R. Automatic \"reactive\" binding between inputs and outputs and
1699 extensive prebuilt widgets make it possible to build beautiful,
1700 responsive, and powerful applications with minimal effort.")
1701 (license license:artistic2.0)))
1702
1703 ;; This package includes minified JavaScript files. When upgrading please
1704 ;; check that there are no new minified JavaScript files.
1705 (define-public r-shinytree
1706 (package
1707 (name "r-shinytree")
1708 (version "0.2.7")
1709 (source
1710 (origin
1711 (method url-fetch)
1712 (uri (cran-uri "shinyTree" version))
1713 (sha256
1714 (base32
1715 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
1716 (modules '((guix build utils)))
1717 (snippet
1718 '(begin
1719 ;; Delete minified JavaScript
1720 (for-each delete-file
1721 '("inst/www/jsTree-3.3.7/libs/require.js"
1722 "inst/www/jsTree-3.3.7/libs/jquery.js"
1723 "inst/www/jsTree-3.3.7/jstree.min.js"))
1724 #t))))
1725 (properties `((upstream-name . "shinyTree")))
1726 (build-system r-build-system)
1727 (arguments
1728 `(#:modules ((guix build utils)
1729 (guix build r-build-system)
1730 (srfi srfi-1)
1731 (ice-9 popen))
1732 #:phases
1733 (modify-phases %standard-phases
1734 (add-after 'unpack 'replace-minified-javascript
1735 (lambda* (#:key inputs #:allow-other-keys)
1736 (with-directory-excursion "inst/www/jsTree-3.3.7/"
1737 (symlink (string-append (assoc-ref inputs "js-requirejs")
1738 "/share/javascript/require.min.js")
1739 "libs/require.js")
1740 (call-with-values
1741 (lambda ()
1742 (unzip2
1743 `((,(assoc-ref inputs "js-jquery")
1744 "libs/jquery.js")
1745 ("jstree.js"
1746 "jstree.min.js"))))
1747 (lambda (sources targets)
1748 (for-each (lambda (source target)
1749 (format #t "Processing ~a --> ~a~%"
1750 source target)
1751 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1752 (call-with-output-file target
1753 (lambda (port)
1754 (dump-port minified port)))))
1755 sources targets))))
1756 #t)))))
1757 (propagated-inputs
1758 `(("r-htmlwidgets" ,r-htmlwidgets)
1759 ("r-jsonlite" ,r-jsonlite)
1760 ("r-promises" ,r-promises)
1761 ("r-shiny" ,r-shiny)
1762 ("r-stringr" ,r-stringr)))
1763 (inputs
1764 `(("js-requirejs" ,js-requirejs)))
1765 (native-inputs
1766 `(("uglify-js" ,uglify-js)
1767 ("js-jquery"
1768 ,(origin
1769 (method url-fetch)
1770 (uri "https://code.jquery.com/jquery-3.3.1.js")
1771 (sha256
1772 (base32
1773 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
1774 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
1775 (synopsis "jsTree bindings for Shiny")
1776 (description
1777 "This package exposes R bindings to jsTree, a JavaScript library that
1778 supports interactive trees, to enable rich, editable trees in Shiny.")
1779 (license license:expat)))
1780
1781 (define-public r-shinydashboard
1782 (package
1783 (name "r-shinydashboard")
1784 (version "0.7.1")
1785 (source (origin
1786 (method url-fetch)
1787 (uri (cran-uri "shinydashboard" version))
1788 (sha256
1789 (base32
1790 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
1791 (build-system r-build-system)
1792 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
1793 ;; Regenerate it from the included sources.
1794 (arguments
1795 `(#:modules ((guix build utils)
1796 (guix build r-build-system)
1797 (ice-9 popen))
1798 #:phases
1799 (modify-phases %standard-phases
1800 (add-after 'unpack 'generate-minified-javascript
1801 (lambda _
1802 (with-directory-excursion "inst/AdminLTE"
1803 (delete-file "app.min.js")
1804 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
1805 (call-with-output-file "app.min.js"
1806 (lambda (port)
1807 (dump-port minified port))))))))))
1808 (propagated-inputs
1809 `(("r-htmltools" ,r-htmltools)
1810 ("r-promises" ,r-promises)
1811 ("r-shiny" ,r-shiny)))
1812 (native-inputs
1813 `(("uglify-js" ,uglify-js)))
1814 (home-page "https://rstudio.github.io/shinydashboard/")
1815 (synopsis "Create dashboards with shiny")
1816 (description "This package provides an extension to the Shiny web
1817 application framework for R, making it easy to create attractive dashboards.")
1818 ;; This package includes software that was released under the Expat
1819 ;; license, but the whole package is released under GPL version 2 or
1820 ;; later.
1821 (license license:gpl2+)))
1822
1823 (define-public r-shinyfiles
1824 (package
1825 (name "r-shinyfiles")
1826 (version "0.9.0")
1827 (source
1828 (origin
1829 (method url-fetch)
1830 (uri (cran-uri "shinyFiles" version))
1831 (sha256
1832 (base32 "0rsijlx16vd74r7bd8s9zipy71kgpw19v9s85kxj5bmwc6njmbai"))))
1833 (properties `((upstream-name . "shinyFiles")))
1834 (build-system r-build-system)
1835 (propagated-inputs
1836 `(("r-fs" ,r-fs)
1837 ("r-htmltools" ,r-htmltools)
1838 ("r-jsonlite" ,r-jsonlite)
1839 ("r-shiny" ,r-shiny)
1840 ("r-tibble" ,r-tibble)))
1841 (home-page "https://github.com/thomasp85/shinyFiles")
1842 (synopsis "Server-side file system viewer for Shiny")
1843 (description
1844 "This package provides functionality for client-side navigation of the
1845 server side file system in shiny apps. In case the app is running locally
1846 this gives the user direct access to the file system without the need to
1847 \"download\" files to a temporary location. Both file and folder selection as
1848 well as file saving is available.")
1849 (license license:gpl2+)))
1850
1851 (define-public r-shinythemes
1852 (package
1853 (name "r-shinythemes")
1854 (version "1.2.0")
1855 (source
1856 (origin
1857 (method url-fetch)
1858 (uri (cran-uri "shinythemes" version))
1859 (sha256
1860 (base32
1861 "0qr9bfxw8afxns44i2j4msignf6g5qb2nzpay2lpv343rrlqbmip"))))
1862 (properties `((upstream-name . "shinythemes")))
1863 (build-system r-build-system)
1864 (propagated-inputs `(("r-shiny" ,r-shiny)))
1865 (home-page "https://rstudio.github.io/shinythemes/")
1866 (synopsis "Themes for Shiny")
1867 (description
1868 "This package provides themes for use with Shiny. It includes several
1869 Bootstrap themes, which are packaged for use with Shiny applications.")
1870 ;; The package is released under version 3 of the GPL, but it includes
1871 ;; source files that are covered by the Expat license. It also includes
1872 ;; fonts under SIL or the ASL.
1873 (license (list license:gpl3 license:expat
1874 license:silofl1.1 license:asl2.0))))
1875
1876 ;; The package sources include minified variants of d3.js and non-minified
1877 ;; source code of d3-jetpack.
1878 (define-public r-d3r
1879 (package
1880 (name "r-d3r")
1881 (version "0.9.1")
1882 (source
1883 (origin
1884 (method url-fetch)
1885 (uri (cran-uri "d3r" version))
1886 (sha256
1887 (base32
1888 "0kc82vvyfxhxvqfalngn36prn3sxdiinsx04rn99ha6zdc27zp5k"))))
1889 (build-system r-build-system)
1890 (arguments
1891 `(#:modules ((guix build utils)
1892 (guix build r-build-system)
1893 (srfi srfi-1))
1894 #:phases
1895 (modify-phases %standard-phases
1896 (add-after 'unpack 'process-javascript
1897 (lambda* (#:key inputs #:allow-other-keys)
1898 (with-directory-excursion "inst/www/d3/"
1899 (call-with-values
1900 (lambda ()
1901 (unzip2
1902 `((,(assoc-ref inputs "d3.v3.js")
1903 "v3/dist/d3.min.js")
1904 (,(assoc-ref inputs "d3.v4.js")
1905 "v4/dist/d3.min.js")
1906 (,(assoc-ref inputs "d3.v5.js")
1907 "v5/dist/d3.min.js")
1908 (,(assoc-ref inputs "d3.v6.js")
1909 "v6/dist/d3.min.js"))))
1910 (lambda (sources targets)
1911 (for-each (lambda (source target)
1912 (format #t "Processing ~a --> ~a~%"
1913 source target)
1914 (delete-file target)
1915 (invoke "esbuild" source "--minify"
1916 (string-append "--outfile=" target)))
1917 sources targets))))
1918 #t)))))
1919 (propagated-inputs
1920 `(("r-dplyr" ,r-dplyr)
1921 ("r-htmltools" ,r-htmltools)
1922 ("r-rlang" ,r-rlang)
1923 ("r-tidyr" ,r-tidyr)))
1924 (native-inputs
1925 `(("esbuild" ,esbuild)
1926 ("d3.v3.js"
1927 ,(origin
1928 (method url-fetch)
1929 (uri "https://d3js.org/d3.v3.js")
1930 (sha256
1931 (base32
1932 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1933 ("d3.v4.js"
1934 ,(origin
1935 (method url-fetch)
1936 (uri "https://d3js.org/d3.v4.js")
1937 (sha256
1938 (base32
1939 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1940 ("d3.v5.js"
1941 ,(origin
1942 (method url-fetch)
1943 (uri "https://d3js.org/d3.v5.js")
1944 (sha256
1945 (base32
1946 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))
1947 ("d3.v6.js"
1948 ,(origin
1949 (method url-fetch)
1950 (uri "https://d3js.org/d3.v6.js")
1951 (sha256
1952 (base32
1953 "1x6432ca7p1pfxhz3airzw943fincn9izzxkclc1wmphcvv2n2p9"))))))
1954 (home-page "https://github.com/timelyportfolio/d3r")
1955 (synopsis "d3.js utilities for R")
1956 (description
1957 "This package provides a suite of functions to help ease the use of the
1958 d3.js visualization library in R. These helpers include
1959 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1960 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1961 R objects into the JSON format that the d3.js library expects.")
1962 (license license:bsd-3)))
1963
1964 ;; We use the latest commit here because the last release was in 2016 while
1965 ;; the latest commit was in 2018.
1966 (define-public r-sankeyd3
1967 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1968 (revision "1"))
1969 (package
1970 (name "r-sankeyd3")
1971 (version (git-version "0.3.2" revision commit))
1972 (source
1973 (origin
1974 (method git-fetch)
1975 (uri (git-reference
1976 (url "https://github.com/fbreitwieser/sankeyD3")
1977 (commit commit)))
1978 (file-name (git-file-name name version))
1979 (sha256
1980 (base32
1981 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1982 (build-system r-build-system)
1983 (propagated-inputs
1984 `(("r-d3r" ,r-d3r)
1985 ("r-htmlwidgets" ,r-htmlwidgets)
1986 ("r-shiny" ,r-shiny)
1987 ("r-magrittr" ,r-magrittr)))
1988 (home-page "https://github.com/fbreitwieser/sankeyD3")
1989 (synopsis "Sankey network graphs from R")
1990 (description
1991 "This package provides an R library to generate Sankey network graphs
1992 in R and Shiny via the D3 visualization library.")
1993 ;; The R code is licensed under GPLv3+. It includes the non-minified
1994 ;; JavaScript source code of d3-sankey, which is released under the
1995 ;; 3-clause BSD license.
1996 (license (list license:gpl3+ license:bsd-3)))))
1997
1998 (define-public r-wesanderson
1999 (package
2000 (name "r-wesanderson")
2001 (version "0.3.6")
2002 (source
2003 (origin
2004 (method url-fetch)
2005 (uri (cran-uri "wesanderson" version))
2006 (sha256
2007 (base32
2008 "09mr6p2jmqdjq27cz974w5hyxgn929zp9z3inhxqmmh1582fmdi2"))))
2009 (properties `((upstream-name . "wesanderson")))
2010 (build-system r-build-system)
2011 (home-page "https://github.com/karthik/wesanderson")
2012 (synopsis "Wes Anderson color palette generator")
2013 (description
2014 "This package provides color palettes that have been generated mostly
2015 from Wes Anderson movies.")
2016 (license license:expat)))
2017
2018 (define-public r-gg-gap
2019 (package
2020 (name "r-gg-gap")
2021 (version "1.3")
2022 (source
2023 (origin
2024 (method url-fetch)
2025 (uri (cran-uri "gg.gap" version))
2026 (sha256
2027 (base32
2028 "0m66050ryn31xmsmmikjsssllasvjdmp9yjbwfdwfpwdv106zn9h"))))
2029 (properties `((upstream-name . "gg.gap")))
2030 (build-system r-build-system)
2031 (propagated-inputs
2032 `(("r-cowplot" ,r-cowplot)
2033 ("r-ggplot2" ,r-ggplot2)))
2034 (home-page "https://github.com/ChrisLou-bioinfo/gg.gap")
2035 (synopsis "Define segments on the y-axis for ggplot2")
2036 (description
2037 "The @code{gg.gap} function enables you to define segments for the y-axis
2038 in a ggplot2 plot.")
2039 (license license:gpl3)))
2040
2041 (define-public r-tablerdash
2042 (package
2043 (name "r-tablerdash")
2044 (version "0.1.0")
2045 (source
2046 (origin
2047 (method url-fetch)
2048 (uri (cran-uri "tablerDash" version))
2049 (sha256
2050 (base32
2051 "1mnp6lxa7d669r325aynq1n3f35r9sy4v1fvdh4cymbf33s8mkmm"))
2052 (snippet
2053 '(begin
2054 ;; Delete minified JavaScript
2055 (for-each delete-file
2056 '("inst/tablerDash-0.1.0/require.min.js"
2057 "inst/bootstrap-4.0.0/bootstrap.bundle.min.js"))
2058 #true))))
2059 (properties `((upstream-name . "tablerDash")))
2060 (build-system r-build-system)
2061 (arguments
2062 `(#:modules ((guix build utils)
2063 (guix build r-build-system)
2064 (srfi srfi-1))
2065 #:phases
2066 (modify-phases %standard-phases
2067 (add-after 'unpack 'process-javascript
2068 (lambda* (#:key inputs #:allow-other-keys)
2069 (with-directory-excursion "inst"
2070 (call-with-values
2071 (lambda ()
2072 (unzip2
2073 `((,(assoc-ref inputs "js-requirejs")
2074 "tablerDash-0.1.0/require.min.js")
2075 (,(assoc-ref inputs "js-bootstrap")
2076 "bootstrap-4.0.0/bootstrap.bundle.min.js"))))
2077 (lambda (sources targets)
2078 (for-each (lambda (source target)
2079 (format #t "Processing ~a --> ~a~%"
2080 source target)
2081 (invoke "esbuild" source "--minify"
2082 (string-append "--outfile=" target)))
2083 sources targets))))
2084 #t)))))
2085 (propagated-inputs
2086 `(("r-htmltools" ,r-htmltools)
2087 ("r-knitr" ,r-knitr)
2088 ("r-shiny" ,r-shiny)))
2089 (native-inputs
2090 `(("esbuild" ,esbuild)
2091 ("js-requirejs"
2092 ,(origin
2093 (method url-fetch)
2094 (uri "https://raw.githubusercontent.com/requirejs/requirejs/2.3.5/require.js")
2095 (sha256
2096 (base32
2097 "06w32mwqii9cx409ivda88z58qbkcdb4p6hf6jawchsgagaziyds"))))
2098 ("js-bootstrap"
2099 ,(origin
2100 (method url-fetch)
2101 (uri "https://raw.githubusercontent.com/twbs/bootstrap/\
2102 v4.0.0/dist/js/bootstrap.bundle.js")
2103 (sha256
2104 (base32
2105 "0cvfqffn45vfbj3fk6wmrhkyndhk4id89vgydssbbzxjkfwprfrj"))))))
2106 (home-page "https://rinterface.github.io/tablerDash/")
2107 (synopsis "Tabler API for Shiny")
2108 (description
2109 "This package provides an R interface to the
2110 @url{https://tabler.io,Tabler} HTML template. tablerDash is a light Bootstrap
2111 4 dashboard template. There are different layouts available such as a one
2112 page dashboard or a multi-page template, where the navigation menu is
2113 contained in the navigation bar.")
2114 (license license:gpl2+)))
2115
2116 (define-public r-spelling
2117 (package
2118 (name "r-spelling")
2119 (version "2.2")
2120 (source
2121 (origin
2122 (method url-fetch)
2123 (uri (cran-uri "spelling" version))
2124 (sha256
2125 (base32
2126 "179nj9w1v27qq9q5240ddvggp0795998sxyqjvbqjvq9dmach3bl"))))
2127 (properties `((upstream-name . "spelling")))
2128 (build-system r-build-system)
2129 (propagated-inputs
2130 `(("r-commonmark" ,r-commonmark)
2131 ("r-hunspell" ,r-hunspell)
2132 ("r-knitr" ,r-knitr)
2133 ("r-xml2" ,r-xml2)))
2134 (home-page "https://docs.ropensci.org/spelling/")
2135 (synopsis "Tools for spell checking in R")
2136 (description
2137 "This is an R package for spell checking common document formats
2138 including LaTeX, markdown, manual pages, and DESCRIPTION files. It includes
2139 utilities to automate checking of documentation and vignettes as a unit test
2140 during @code{R CMD check}. Both British and American English are supported
2141 out of the box and other languages can be added. In addition, packages may
2142 define a wordlist to allow custom terminology without having to abuse
2143 punctuation.")
2144 (license license:expat)))
2145
2146 (define-public r-crosstalk
2147 (package
2148 (name "r-crosstalk")
2149 (version "1.1.1")
2150 (source
2151 (origin
2152 (method url-fetch)
2153 (uri (cran-uri "crosstalk" version))
2154 (sha256
2155 (base32
2156 "1n6c6s7a6yxiwvva71x6bzcrim8xprl5s01fqiy61yq0y3vk8cpd"))))
2157 (build-system r-build-system)
2158 (propagated-inputs
2159 `(("r-htmltools" ,r-htmltools)
2160 ("r-jsonlite" ,r-jsonlite)
2161 ("r-lazyeval" ,r-lazyeval)
2162 ("r-r6" ,r-r6)))
2163 (home-page "https://rstudio.github.io/crosstalk/")
2164 (synopsis "Inter-widget interactivity for HTML widgets")
2165 (description
2166 "This package provides building blocks for allowing HTML widgets to
2167 communicate with each other, with Shiny or without (i.e. static @code{.html}
2168 files). It currently supports linked brushing and filtering.")
2169 (license license:expat)))
2170
2171 (define-public r-rook
2172 (package
2173 (name "r-rook")
2174 (version "1.1-1")
2175 (source
2176 (origin
2177 (method url-fetch)
2178 (uri (cran-uri "Rook" version))
2179 (sha256
2180 (base32
2181 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
2182 (properties `((upstream-name . "Rook")))
2183 (build-system r-build-system)
2184 (propagated-inputs `(("r-brew" ,r-brew)))
2185 (home-page "https://cran.r-project.org/web/packages/Rook")
2186 (synopsis "Web server interface for R")
2187 (description
2188 "This package contains the Rook specification and convenience software
2189 for building and running Rook applications. A Rook application is an R
2190 reference class object that implements a @code{call} method or an R closure
2191 that takes exactly one argument, an environment, and returns a list with three
2192 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
2193 (license license:gpl2)))
2194
2195 (define-public r-miniui
2196 (package
2197 (name "r-miniui")
2198 (version "0.1.1.1")
2199 (source
2200 (origin
2201 (method url-fetch)
2202 (uri (cran-uri "miniUI" version))
2203 (sha256
2204 (base32
2205 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
2206 (properties `((upstream-name . "miniUI")))
2207 (build-system r-build-system)
2208 (propagated-inputs
2209 `(("r-htmltools" ,r-htmltools)
2210 ("r-shiny" ,r-shiny)))
2211 (home-page "https://cran.r-project.org/web/packages/miniUI/")
2212 (synopsis "Shiny UI widgets for small screens")
2213 (description
2214 "This package provides UI widget and layout functions for writing Shiny apps that
2215 work well on small screens.")
2216 (license license:gpl3)))
2217
2218 (define-public r-feather
2219 (package
2220 (name "r-feather")
2221 (version "0.3.5")
2222 (source
2223 (origin
2224 (method url-fetch)
2225 (uri (cran-uri "feather" version))
2226 (sha256
2227 (base32
2228 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
2229 (build-system r-build-system)
2230 (propagated-inputs
2231 `(("r-hms" ,r-hms)
2232 ("r-rcpp" ,r-rcpp)
2233 ("r-tibble" ,r-tibble)))
2234 (home-page "https://github.com/wesm/feather")
2235 (synopsis "R Bindings to the Feather API")
2236 (description "Read and write feather files, a lightweight binary columnar
2237 data store designed for maximum speed.")
2238 (license license:asl2.0)))
2239
2240 (define-public r-maps
2241 (package
2242 (name "r-maps")
2243 (version "3.3.0")
2244 (source
2245 (origin
2246 (method url-fetch)
2247 (uri (cran-uri "maps" version))
2248 (sha256
2249 (base32
2250 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
2251 (build-system r-build-system)
2252 (home-page "https://cran.r-project.org/web/packages/maps")
2253 (synopsis "Draw geographical maps")
2254 (description "This package provides an R module for display of maps.
2255 Projection code and larger maps are in separate packages (@code{mapproj} and
2256 @code{mapdata}).")
2257 (license license:gpl2)))
2258
2259 (define-public r-mapproj
2260 (package
2261 (name "r-mapproj")
2262 (version "1.2.7")
2263 (source
2264 (origin
2265 (method url-fetch)
2266 (uri (cran-uri "mapproj" version))
2267 (sha256
2268 (base32
2269 "0nscsfq8md6ri9258xz57c3dj81wdl6kdwf4a9qcrwwbn20i427h"))))
2270 (build-system r-build-system)
2271 (propagated-inputs `(("r-maps" ,r-maps)))
2272 (home-page "https://cran.r-project.org/web/packages/mapproj")
2273 (synopsis "Map projection in R")
2274 (description "This package converts latitude/longitude into projected
2275 coordinates.")
2276 (license (list license:gpl2 ; The R interface
2277 (license:non-copyleft ; The C code
2278 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
2279 "Lucent Public License Version 1.02")))))
2280
2281 (define-public r-rgooglemaps
2282 (package
2283 (name "r-rgooglemaps")
2284 (version "1.4.5.3")
2285 (source
2286 (origin
2287 (method url-fetch)
2288 (uri (cran-uri "RgoogleMaps" version))
2289 (sha256
2290 (base32
2291 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
2292 (properties `((upstream-name . "RgoogleMaps")))
2293 (build-system r-build-system)
2294 (propagated-inputs
2295 `(("r-png" ,r-png)
2296 ("r-sp" ,r-sp)))
2297 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
2298 (synopsis "Use Google Maps in R")
2299 (description "This package serves two purposes:
2300 @enumerate
2301 @item Provide a comfortable R interface to query the Google server for static
2302 maps, and
2303 @item Use the map as a background image to overlay plots within R. This
2304 requires proper coordinate scaling.
2305 @end enumerate\n")
2306 (license license:gpl2+)))
2307
2308 (define-public r-geosphere
2309 (package
2310 (name "r-geosphere")
2311 (version "1.5-10")
2312 (source
2313 (origin
2314 (method url-fetch)
2315 (uri (cran-uri "geosphere" version))
2316 (sha256
2317 (base32
2318 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
2319 (build-system r-build-system)
2320 (propagated-inputs `(("r-sp" ,r-sp)))
2321 (home-page "https://cran.r-project.org/web/packages/geosphere")
2322 (synopsis "Spherical trigonometry")
2323 (description "This package computes spherical trigonometry for geographic
2324 applications. That is, compute distances and related measures for angular
2325 (longitude/latitude) locations.")
2326 (license license:gpl3+)))
2327
2328 (define-public r-jpeg
2329 (package
2330 (name "r-jpeg")
2331 (version "0.1-8.1")
2332 (source
2333 (origin
2334 (method url-fetch)
2335 (uri (cran-uri "jpeg" version))
2336 (sha256
2337 (base32
2338 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
2339 (build-system r-build-system)
2340 (inputs `(("libjpeg" ,libjpeg-turbo)))
2341 (home-page "https://www.rforge.net/jpeg/")
2342 (synopsis "Read and write JPEG images with R")
2343 (description "This package provides a way to read, write and display
2344 bitmap images stored in the JPEG format with R. It can read and write both
2345 files and in-memory raw vectors.")
2346 (license license:gpl2+)))
2347
2348 (define-public r-ggmap
2349 (package
2350 (name "r-ggmap")
2351 (version "3.0.0")
2352 (source
2353 (origin
2354 (method url-fetch)
2355 (uri (cran-uri "ggmap" version))
2356 (sha256
2357 (base32
2358 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
2359 (build-system r-build-system)
2360 (propagated-inputs
2361 `(("r-bitops" ,r-bitops)
2362 ("r-digest" ,r-digest)
2363 ("r-dplyr" ,r-dplyr)
2364 ("r-ggplot2" ,r-ggplot2)
2365 ("r-glue" ,r-glue)
2366 ("r-httr" ,r-httr)
2367 ("r-jpeg" ,r-jpeg)
2368 ("r-magrittr" ,r-magrittr)
2369 ("r-plyr" ,r-plyr)
2370 ("r-png" ,r-png)
2371 ("r-purrr" ,r-purrr)
2372 ("r-rgooglemaps" ,r-rgooglemaps)
2373 ("r-rjson" ,r-rjson)
2374 ("r-scales" ,r-scales)
2375 ("r-stringr" ,r-stringr)
2376 ("r-tibble" ,r-tibble)
2377 ("r-tidyr" ,r-tidyr)))
2378 (home-page "https://github.com/dkahle/ggmap")
2379 (synopsis "Spatial visualization with ggplot2")
2380 (description "This package provides a collection of functions to visualize
2381 spatial data and models on top of static maps from various online sources (e.g
2382 Google Maps and Stamen Maps). It includes tools common to those tasks,
2383 including functions for geolocation and routing.")
2384 (license license:gpl2)))
2385
2386 (define-public r-haven
2387 (package
2388 (name "r-haven")
2389 (version "2.3.1")
2390 (source
2391 (origin
2392 (method url-fetch)
2393 (uri (cran-uri "haven" version))
2394 (sha256
2395 (base32
2396 "03cypgqhdkrfbfpl1yx2wb7flczrbak1w654wkicmd5ajwr9zvkf"))
2397 (modules '((guix build utils)))
2398 (snippet
2399 '(begin
2400 ;; unvendor readstat
2401 (delete-file-recursively "src/readstat")
2402 #t))))
2403 (build-system r-build-system)
2404 (arguments
2405 '(#:phases
2406 (modify-phases %standard-phases
2407 (add-after 'unpack 'unbundle-readstat
2408 (lambda _
2409 ;; Not required, since we’re not building readstat.
2410 (substitute* "src/Makevars"
2411 (("-lz") "-lreadstat"))
2412 #t)))))
2413 (inputs
2414 `(("readstat" ,readstat)))
2415 (native-inputs
2416 `(("r-knitr" ,r-knitr)))
2417 (propagated-inputs
2418 `(("r-forcats" ,r-forcats)
2419 ("r-hms" ,r-hms)
2420 ("r-rcpp" ,r-rcpp)
2421 ("r-rlang" ,r-rlang)
2422 ("r-readr" ,r-readr)
2423 ("r-tibble" ,r-tibble)
2424 ("r-tidyselect" ,r-tidyselect)
2425 ("r-vctrs" ,r-vctrs)))
2426 (home-page "https://haven.tidyverse.org")
2427 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
2428 (description
2429 "This package lets you mport foreign statistical formats into R via the
2430 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
2431 (license license:expat)))
2432
2433 (define-public r-amap
2434 (package
2435 (name "r-amap")
2436 (version "0.8-18")
2437 (source (origin
2438 (method url-fetch)
2439 (uri (cran-uri "amap" version))
2440 (sha256
2441 (base32
2442 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
2443 (build-system r-build-system)
2444 (native-inputs
2445 `(("gfortran" ,gfortran)))
2446 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
2447 (synopsis "Another multidimensional analysis package")
2448 (description "This package provides tools for clustering and principal
2449 component analysis (with robust methods, and parallelized functions).")
2450 (license license:gpl2+)))
2451
2452 (define-public r-ape
2453 (package
2454 (name "r-ape")
2455 (version "5.4-1")
2456 (source
2457 (origin
2458 (method url-fetch)
2459 (uri (cran-uri "ape" version))
2460 (sha256
2461 (base32
2462 "1r7fwyz30ippcl1ibqiv1xryf44x5crcks5kx19h146ffj76qcgh"))))
2463 (build-system r-build-system)
2464 (propagated-inputs
2465 `(("r-lattice" ,r-lattice)
2466 ("r-nlme" ,r-nlme)
2467 ("r-rcpp" ,r-rcpp)))
2468 (home-page "http://ape-package.ird.fr/")
2469 (synopsis "Analyses of phylogenetics and evolution")
2470 (description
2471 "This package provides functions for reading, writing, plotting, and
2472 manipulating phylogenetic trees, analyses of comparative data in a
2473 phylogenetic framework, ancestral character analyses, analyses of
2474 diversification and macroevolution, computing distances from DNA sequences,
2475 and several other tools.")
2476 (license license:gpl2+)))
2477
2478 (define-public r-abbyyr
2479 (package
2480 (name "r-abbyyr")
2481 (version "0.5.5")
2482 (source
2483 (origin
2484 (method url-fetch)
2485 (uri (cran-uri "abbyyR" version))
2486 (sha256
2487 (base32
2488 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
2489 (properties `((upstream-name . "abbyyR")))
2490 (build-system r-build-system)
2491 (propagated-inputs
2492 `(("r-curl" ,r-curl)
2493 ("r-httr" ,r-httr)
2494 ("r-plyr" ,r-plyr)
2495 ("r-progress" ,r-progress)
2496 ("r-readr" ,r-readr)
2497 ("r-xml" ,r-xml)))
2498 (home-page "https://github.com/soodoku/abbyyR")
2499 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
2500 (description
2501 "This package provides tools to get text from images of text using Abbyy
2502 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
2503 OCR images, barcodes, forms, documents with machine readable zones, e.g.
2504 passports and get the results in a variety of formats including plain text and
2505 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
2506 (license license:expat)))
2507
2508 (define-public r-colorspace
2509 (package
2510 (name "r-colorspace")
2511 (version "2.0-0")
2512 (source
2513 (origin
2514 (method url-fetch)
2515 (uri (cran-uri "colorspace" version))
2516 (sha256
2517 (base32 "13h1hara0s6xn16bgkrbd0flszah1yiylwfwxwn2inqqk6pm6sjf"))))
2518 (build-system r-build-system)
2519 (native-inputs
2520 `(("r-knitr" ,r-knitr)))
2521 (home-page "https://cran.r-project.org/web/packages/colorspace")
2522 (synopsis "Color space manipulation")
2523 (description
2524 "This package carries out a mapping between assorted color spaces
2525 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
2526 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
2527 colors are provided.")
2528 (license license:bsd-3)))
2529
2530 (define-public r-glue
2531 (package
2532 (name "r-glue")
2533 (version "1.4.2")
2534 (source
2535 (origin
2536 (method url-fetch)
2537 (uri (cran-uri "glue" version))
2538 (sha256
2539 (base32
2540 "1bgpirdvjrf0da734clrixawvpdap4lpda4g89vais96589m8wwz"))))
2541 (build-system r-build-system)
2542 ;; knitr depends on glue, so we can't add knitr here to build the
2543 ;; vignettes.
2544 #;
2545 (native-inputs
2546 `(("r-knitr" ,r-knitr)))
2547 (home-page "https://github.com/tidyverse/glue")
2548 (synopsis "Interpreted string literals")
2549 (description
2550 "This package provides an implementation of interpreted string literals,
2551 inspired by Python's Literal String Interpolation (PEP-0498) and
2552 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
2553 (license license:expat)))
2554
2555 (define-public r-palmerpenguins
2556 (package
2557 (name "r-palmerpenguins")
2558 (version "0.1.0")
2559 (source
2560 (origin
2561 (method url-fetch)
2562 (uri (cran-uri "palmerpenguins" version))
2563 (sha256
2564 (base32
2565 "0q1k3cdkliq7kwrg1n0vs9b6cjwyfarhlgdijhp9c6riy6y5ik7x"))))
2566 (properties
2567 `((upstream-name . "palmerpenguins")))
2568 (build-system r-build-system)
2569 (home-page "https://allisonhorst.github.io/palmerpenguins/")
2570 (synopsis "Palmer Archipelago (Antarctica) penguin data")
2571 (description
2572 "This package includes size measurements, clutch observations, and blood
2573 isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins
2574 observed on islands in the Palmer Archipelago near Palmer Station, Antarctica.
2575 Data were collected and made available by Dr. Kristen Gorman and the Palmer
2576 Station Long Term Ecological Research (LTER) Program.")
2577 (license license:cc0)))
2578
2579 (define-public r-pastecs
2580 (package
2581 (name "r-pastecs")
2582 (version "1.3.21")
2583 (source (origin
2584 (method url-fetch)
2585 (uri (cran-uri "pastecs" version))
2586 (sha256
2587 (base32
2588 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
2589 (build-system r-build-system)
2590 (propagated-inputs
2591 `(("r-boot" ,r-boot)))
2592 (home-page "https://github.com/phgrosjean/pastecs")
2593 (synopsis "Analysis of space-time ecological series")
2594 (description
2595 "This package provides functions for regulation, decomposition and analysis
2596 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
2597 initiative to bring PASSTEC 2000 functionalities to R.")
2598 (license license:gpl2+)))
2599
2600 (define-public r-partykit
2601 (package
2602 (name "r-partykit")
2603 (version "1.2-13")
2604 (source (origin
2605 (method url-fetch)
2606 (uri (cran-uri "partykit" version))
2607 (sha256
2608 (base32
2609 "15bfhqvx2y4vclnc3sw4v7ggs70pk57b3qk9aqjfvdrx444d2gd4"))))
2610 (build-system r-build-system)
2611 (propagated-inputs
2612 `(("r-formula" ,r-formula)
2613 ("r-inum" ,r-inum)
2614 ("r-libcoin" ,r-libcoin)
2615 ("r-mvtnorm" ,r-mvtnorm)
2616 ("r-rpart" ,r-rpart)
2617 ("r-survival" ,r-survival)))
2618 (home-page "http://partykit.R-Forge.R-project.org/partykit")
2619 (synopsis "Toolkit for recursive partytioning")
2620 (description
2621 "This package provides a toolkit with infrastructure for representing,
2622 summarizing, and visualizing tree-structured regression and classification
2623 models.")
2624 (license license:gpl2+)))
2625
2626 (define-public r-plogr
2627 (package
2628 (name "r-plogr")
2629 (version "0.2.0")
2630 (source
2631 (origin
2632 (method url-fetch)
2633 (uri (cran-uri "plogr" version))
2634 (sha256
2635 (base32
2636 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
2637 (build-system r-build-system)
2638 (home-page "https://github.com/krlmlr/plogr")
2639 (synopsis "R bindings for the plog C++ logging library")
2640 (description
2641 "This package provides the header files for a stripped-down version of
2642 the plog header-only C++ logging library, and a method to log to R's standard
2643 error stream.")
2644 (license license:expat)))
2645
2646 (define-public r-pls
2647 (package
2648 (name "r-pls")
2649 (version "2.7-3")
2650 (source
2651 (origin
2652 (method url-fetch)
2653 (uri (cran-uri "pls" version))
2654 (sha256
2655 (base32 "0b3ls12w19wc4xkhnsgmb333y9lyzwq3syjc3k8zs1agnw59c7cg"))))
2656 (build-system r-build-system)
2657 (home-page "https://mevik.net/work/software/pls.html")
2658 (synopsis "Partial Least Squares and Principal Component Regression")
2659 (description
2660 "The pls package implements multivariate regression methods: Partial Least
2661 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
2662 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
2663
2664 @itemize
2665 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
2666 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
2667 @item multi-response models (or @dfn{PLS2})
2668 @item flexible cross-validation
2669 @item Jackknife variance estimates of regression coefficients
2670 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
2671 (R)MSEP, R², and correlation loadings
2672 @item formula interface, modelled after @code{lm()}, with methods for predict,
2673 print, summary, plot, update, etc.
2674 @item extraction functions for coefficients, scores, and loadings
2675 @item MSEP, RMSEP, and R² estimates
2676 @item multiplicative scatter correction (@dfn{MSC})
2677 @end itemize\n")
2678 (license license:gpl2)))
2679
2680 (define-public r-ps
2681 (package
2682 (name "r-ps")
2683 (version "1.6.0")
2684 (source
2685 (origin
2686 (method url-fetch)
2687 (uri (cran-uri "ps" version))
2688 (sha256
2689 (base32 "0cdzjqgap108whhsilxllg12m2d05pgksryhrz5bq608bvf7vbc9"))))
2690 (build-system r-build-system)
2691 (home-page "https://ps.r-lib.org")
2692 (synopsis "List, query, and manipulate system processes")
2693 (description
2694 "The ps package implements an API to list, query, and manipulate system
2695 processes. Most of its code is based on the @code{psutil} Python package.")
2696 (license license:bsd-3)))
2697
2698 (define-public r-pkgbuild
2699 (package
2700 (name "r-pkgbuild")
2701 (version "1.2.0")
2702 (source
2703 (origin
2704 (method url-fetch)
2705 (uri (cran-uri "pkgbuild" version))
2706 (sha256
2707 (base32 "0qx920h2viwjg10va81nj0xja495d8ni6vcc25ggvzki6a6k069f"))))
2708 (build-system r-build-system)
2709 (propagated-inputs
2710 `(("r-callr" ,r-callr)
2711 ("r-cli" ,r-cli)
2712 ("r-crayon" ,r-crayon)
2713 ("r-desc" ,r-desc)
2714 ("r-prettyunits" ,r-prettyunits)
2715 ("r-r6" ,r-r6)
2716 ("r-rprojroot" ,r-rprojroot)
2717 ("r-withr" ,r-withr)))
2718 (home-page "https://github.com/r-pkgs/pkgbuild")
2719 (synopsis "Find tools needed to build R packages")
2720 (description
2721 "This package provides functions used to build R packages. It locates
2722 compilers needed to build R packages on various platforms and ensures the PATH
2723 is configured appropriately so R can use them.")
2724 (license license:gpl3)))
2725
2726 (define-public r-pkgload
2727 (package
2728 (name "r-pkgload")
2729 (version "1.2.0")
2730 (source
2731 (origin
2732 (method url-fetch)
2733 (uri (cran-uri "pkgload" version))
2734 (sha256
2735 (base32
2736 "185xr79z2vncq62bni7x4qv3p7dxvnfsbdnnglma0a196hz6pj7v"))))
2737 (build-system r-build-system)
2738 (propagated-inputs
2739 `(("r-cli" ,r-cli)
2740 ("r-crayon" ,r-crayon)
2741 ("r-desc" ,r-desc)
2742 ("r-pkgbuild" ,r-pkgbuild)
2743 ("r-rlang" ,r-rlang)
2744 ("r-rprojroot" ,r-rprojroot)
2745 ("r-rstudioapi" ,r-rstudioapi)
2746 ("r-withr" ,r-withr)))
2747 (home-page "https://github.com/r-lib/pkgload")
2748 (synopsis "Simulate package installation and attach")
2749 (description
2750 "This package simulates the process of installing a package and then
2751 attaching it. This is a key part of the @code{devtools} package as it allows
2752 you to rapidly iterate while developing a package.")
2753 (license license:gpl3)))
2754
2755 (define-public r-rcpp
2756 (package
2757 (name "r-rcpp")
2758 (version "1.0.6")
2759 (source
2760 (origin
2761 (method url-fetch)
2762 (uri (cran-uri "Rcpp" version))
2763 (sha256
2764 (base32 "04ph6lm36cmvz01ng53pvvf3jxvzsn9smyflkfc7l3q0pib4gwn9"))))
2765 (build-system r-build-system)
2766 (home-page "http://www.rcpp.org")
2767 (synopsis "Seamless R and C++ integration")
2768 (description
2769 "The Rcpp package provides R functions as well as C++ classes which offer
2770 a seamless integration of R and C++. Many R data types and objects can be
2771 mapped back and forth to C++ equivalents which facilitates both writing of new
2772 code as well as easier integration of third-party libraries. Documentation
2773 about Rcpp is provided by several vignettes included in this package, via the
2774 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
2775 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
2776 @code{citation(\"Rcpp\")} for details on these last two.")
2777 (license license:gpl2+)))
2778
2779 (define-public r-rcppthread
2780 (package
2781 (name "r-rcppthread")
2782 (version "1.0.0")
2783 (source
2784 (origin
2785 (method url-fetch)
2786 (uri (cran-uri "RcppThread" version))
2787 (sha256
2788 (base32
2789 "1xfcxrny779kgknlvnc4j02ifprnakndnkhx8bhy50d39vp4hjjl"))))
2790 (properties `((upstream-name . "RcppThread")))
2791 (build-system r-build-system)
2792 (home-page
2793 "https://github.com/tnagler/RcppThread")
2794 (synopsis "R threading in C++")
2795 (description
2796 "This package provides a C++11-style thread class and thread pool that can
2797 safely be interrupted from R.")
2798 (license license:expat)))
2799
2800 (define-public r-bindr
2801 (package
2802 (name "r-bindr")
2803 (version "0.1.1")
2804 (source
2805 (origin
2806 (method url-fetch)
2807 (uri (cran-uri "bindr" version))
2808 (sha256
2809 (base32
2810 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
2811 (build-system r-build-system)
2812 (home-page "https://github.com/krlmlr/bindr")
2813 (synopsis "Parametrized active bindings")
2814 (description
2815 "This package provides a simple interface for creating active bindings
2816 where the bound function accepts additional arguments.")
2817 (license license:expat)))
2818
2819 (define-public r-bindrcpp
2820 (package
2821 (name "r-bindrcpp")
2822 (version "0.2.2")
2823 (source
2824 (origin
2825 (method url-fetch)
2826 (uri (cran-uri "bindrcpp" version))
2827 (sha256
2828 (base32
2829 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
2830 (build-system r-build-system)
2831 (propagated-inputs
2832 `(("r-bindr" ,r-bindr)
2833 ("r-plogr" ,r-plogr)
2834 ("r-rcpp" ,r-rcpp)))
2835 (home-page "https://github.com/krlmlr/bindrcpp")
2836 (synopsis "Rcpp interface to active bindings")
2837 (description
2838 "This package provides an easy way to fill an environment with active
2839 bindings that call a C++ function.")
2840 (license license:expat)))
2841
2842 (define-public r-auc
2843 (package
2844 (name "r-auc")
2845 (version "0.3.0")
2846 (source
2847 (origin
2848 (method url-fetch)
2849 (uri (cran-uri "AUC" version))
2850 (sha256
2851 (base32
2852 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
2853 (properties `((upstream-name . "AUC")))
2854 (build-system r-build-system)
2855 (home-page "https://cran.r-project.org/web/packages/AUC")
2856 (synopsis "Compute the area under the curve of selected measures")
2857 (description
2858 "This package includes functions to compute the area under the curve of
2859 selected measures: the area under the sensitivity curve (AUSEC), the area
2860 under the specificity curve (AUSPC), the area under the accuracy
2861 curve (AUACC), and the area under the receiver operating characteristic
2862 curve (AUROC). The curves can also be visualized. Support for partial areas
2863 is provided.")
2864 (license license:gpl2+)))
2865
2866 (define-public r-calibrate
2867 (package
2868 (name "r-calibrate")
2869 (version "1.7.7")
2870 (source
2871 (origin
2872 (method url-fetch)
2873 (uri (cran-uri "calibrate" version))
2874 (sha256
2875 (base32 "19kgrnsyq67iqv1biyssqi30a6v2836ql20nabpy2m692ns0jfvi"))))
2876 (build-system r-build-system)
2877 (propagated-inputs
2878 `(("r-mass" ,r-mass)))
2879 (home-page "https://cran.r-project.org/web/packages/calibrate")
2880 (synopsis "Calibration of scatterplot and biplot axes")
2881 (description
2882 "This is a package for drawing calibrated scales with tick marks
2883 on (non-orthogonal) variable vectors in scatterplots and biplots.")
2884 (license license:gpl2)))
2885
2886 (define-public r-shape
2887 (package
2888 (name "r-shape")
2889 (version "1.4.5")
2890 (source
2891 (origin
2892 (method url-fetch)
2893 (uri (cran-uri "shape" version))
2894 (sha256
2895 (base32
2896 "17qqhjyfhxv9la07ykaslb50c8g4d0cgfypx4y91h9i2yjw7jjh9"))))
2897 (build-system r-build-system)
2898 (home-page "https://cran.r-project.org/web/packages/shape")
2899 (synopsis "Functions for plotting graphical shapes")
2900 (description
2901 "This package provides functions for plotting graphical shapes such as
2902 ellipses, circles, cylinders, arrows, ...")
2903 (license license:gpl3+)))
2904
2905 (define-public r-globaloptions
2906 (package
2907 (name "r-globaloptions")
2908 (version "0.1.2")
2909 (source
2910 (origin
2911 (method url-fetch)
2912 (uri (cran-uri "GlobalOptions" version))
2913 (sha256
2914 (base32 "0gkm77w6db9ajyncy1xdcivplap06a51zi99m009kylccschd2a7"))))
2915 (properties `((upstream-name . "GlobalOptions")))
2916 (build-system r-build-system)
2917 (native-inputs
2918 `(("r-knitr" ,r-knitr)))
2919 (home-page "https://github.com/jokergoo/GlobalOptions")
2920 (synopsis "Generate functions to get or set global options")
2921 (description
2922 "This package provides more controls on the option values such as
2923 validation and filtering on the values, making options invisible or private.")
2924 (license license:gpl2+)))
2925
2926 (define-public r-circlize
2927 (package
2928 (name "r-circlize")
2929 (version "0.4.12")
2930 (source
2931 (origin
2932 (method url-fetch)
2933 (uri (cran-uri "circlize" version))
2934 (sha256
2935 (base32
2936 "1x2j6a80bb4fly3dm91ias964s1gb1cmzj3lyh69ikwjaam0rdmk"))))
2937 (build-system r-build-system)
2938 (propagated-inputs
2939 `(("r-colorspace" ,r-colorspace)
2940 ("r-globaloptions" ,r-globaloptions)
2941 ("r-shape" ,r-shape)))
2942 (native-inputs
2943 `(("r-knitr" ,r-knitr)))
2944 (home-page "https://github.com/jokergoo/circlize")
2945 (synopsis "Circular visualization")
2946 (description
2947 "Circular layout is an efficient way to visualise huge amounts of
2948 information. This package provides an implementation of circular layout
2949 generation in R as well as an enhancement of available software. Its
2950 flexibility is based on the usage of low-level graphics functions such that
2951 self-defined high-level graphics can be easily implemented by users for
2952 specific purposes. Together with the seamless connection between the powerful
2953 computational and visual environment in R, it gives users more convenience and
2954 freedom to design figures for better understanding complex patterns behind
2955 multi-dimensional data.")
2956 (license license:gpl2+)))
2957
2958 (define-public r-powerlaw
2959 (package
2960 (name "r-powerlaw")
2961 (version "0.70.6")
2962 (source
2963 (origin
2964 (method url-fetch)
2965 (uri (cran-uri "poweRlaw" version))
2966 (sha256
2967 (base32 "14d1myxllvm1grnfiszzzxaiqpb2jpmsi19wq70r8r2wki293h7g"))))
2968 (properties `((upstream-name . "poweRlaw")))
2969 (build-system r-build-system)
2970 (propagated-inputs
2971 `(("r-pracma" ,r-pracma)))
2972 (native-inputs
2973 `(("r-knitr" ,r-knitr)))
2974 (home-page "https://github.com/csgillespie/poweRlaw")
2975 (synopsis "Tools for the analysis of heavy tailed distributions")
2976 (description
2977 "This package provides an implementation of maximum likelihood estimators
2978 for a variety of heavy tailed distributions, including both the discrete and
2979 continuous power law distributions. Additionally, a goodness-of-fit based
2980 approach is used to estimate the lower cut-off for the scaling region.")
2981 ;; Any of these GPL versions.
2982 (license (list license:gpl2 license:gpl3))))
2983
2984 (define-public r-compare
2985 (package
2986 (name "r-compare")
2987 (version "0.2-6")
2988 (source
2989 (origin
2990 (method url-fetch)
2991 (uri (cran-uri "compare" version))
2992 (sha256
2993 (base32
2994 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
2995 (build-system r-build-system)
2996 (home-page "https://cran.r-project.org/web/packages/compare")
2997 (synopsis "Comparing objects for differences")
2998 (description
2999 "This package provides functions to compare a model object to a
3000 comparison object. If the objects are not identical, the functions can be
3001 instructed to explore various modifications of the objects (e.g., sorting
3002 rows, dropping names) to see if the modified versions are identical.")
3003 (license license:gpl2+)))
3004
3005 (define-public r-dendextend
3006 (package
3007 (name "r-dendextend")
3008 (version "1.14.0")
3009 (source
3010 (origin
3011 (method url-fetch)
3012 (uri (cran-uri "dendextend" version))
3013 (sha256
3014 (base32
3015 "0n3qg76apgbqbvxv2yp5qwpy6nx03xmmc9mdfyq4dqblqhdld29p"))))
3016 (build-system r-build-system)
3017 (propagated-inputs
3018 `(("r-ggplot2" ,r-ggplot2)
3019 ("r-magrittr" ,r-magrittr)
3020 ("r-viridis" ,r-viridis)))
3021 (native-inputs
3022 `(("r-knitr" ,r-knitr)))
3023 (home-page "https://cran.r-project.org/web/packages/dendextend")
3024 (synopsis "Extending 'dendrogram' functionality in R")
3025 (description
3026 "This package offers a set of functions for extending @code{dendrogram}
3027 objects in R, letting you visualize and compare trees of hierarchical
3028 clusterings. You can adjust a tree's graphical parameters (the color, size,
3029 type, etc of its branches, nodes and labels) and visually and statistically
3030 compare different dendrograms to one another.")
3031 ;; Any of these versions
3032 (license (list license:gpl2 license:gpl3))))
3033
3034 (define-public r-getoptlong
3035 (package
3036 (name "r-getoptlong")
3037 (version "1.0.5")
3038 (source
3039 (origin
3040 (method url-fetch)
3041 (uri (cran-uri "GetoptLong" version))
3042 (sha256
3043 (base32
3044 "00fpm6nd3kqa2ikasxa62jzywi46fvvmx1mdavcp5yrxxn37j8wc"))))
3045 (properties `((upstream-name . "GetoptLong")))
3046 (build-system r-build-system)
3047 (inputs
3048 `(("perl" ,perl)))
3049 (propagated-inputs
3050 `(("r-crayon" ,r-crayon)
3051 ("r-globaloptions" ,r-globaloptions)
3052 ("r-rjson" ,r-rjson)))
3053 (native-inputs
3054 `(("r-knitr" ,r-knitr)))
3055 (home-page "https://github.com/jokergoo/GetoptLong")
3056 (synopsis "Parsing command-line arguments and variable interpolation")
3057 (description
3058 "This is yet another command-line argument parser which wraps the
3059 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
3060 use in R. It also provides a simple way for variable interpolation in R.")
3061 (license license:gpl2+)))
3062
3063 (define-public r-fastmatch
3064 (package
3065 (name "r-fastmatch")
3066 (version "1.1-0")
3067 (source
3068 (origin
3069 (method url-fetch)
3070 (uri (cran-uri "fastmatch" version))
3071 (sha256
3072 (base32
3073 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
3074 (build-system r-build-system)
3075 (home-page "https://www.rforge.net/fastmatch")
3076 (synopsis "Fast match function")
3077 (description
3078 "This package provides a fast @code{match} replacement for cases that
3079 require repeated look-ups. It is slightly faster that R's built-in
3080 @code{match} function on first match against a table, but extremely fast on
3081 any subsequent lookup as it keeps the hash table in memory.")
3082 (license license:gpl2)))
3083
3084 (define-public r-ff
3085 (package
3086 (name "r-ff")
3087 (version "4.0.4")
3088 (source
3089 (origin
3090 (method url-fetch)
3091 (uri (cran-uri "ff" version))
3092 (sha256
3093 (base32
3094 "1rfj2ff5cxzdp9nvfnbgmswc1jvxz5vkxqgpv6gprwk32a0z3v12"))))
3095 (build-system r-build-system)
3096 (propagated-inputs `(("r-bit" ,r-bit)))
3097 (home-page "http://ff.r-forge.r-project.org/")
3098 (synopsis "Memory-efficient storage of large data on disk and access functions")
3099 (description
3100 "This package provides data structures that are stored on disk but
3101 behave (almost) as if they were in RAM by transparently mapping only a section
3102 in main memory.")
3103 ;; error Architecture not supported.
3104 (supported-systems (delete "aarch64-linux" %supported-systems))
3105 (license license:gpl2)))
3106
3107 (define-public r-ffbase
3108 (package
3109 (name "r-ffbase")
3110 (version "0.13.3")
3111 (source
3112 (origin
3113 (method url-fetch)
3114 (uri (cran-uri "ffbase" version))
3115 (sha256
3116 (base32
3117 "1dp6lblfq2j7r1b4b8ls47jlx8j27n88d5vp8w116lb8pa01zxmk"))))
3118 (build-system r-build-system)
3119 (propagated-inputs
3120 `(("r-bit" ,r-bit)
3121 ("r-fastmatch" ,r-fastmatch)
3122 ("r-ff" ,r-ff)))
3123 (home-page "https://github.com/edwindj/ffbase")
3124 (synopsis "Basic statistical functions for package 'ff'")
3125 (description
3126 "This package extends the out of memory vectors of @code{ff} with
3127 statistical functions and other utilities to ease their usage.")
3128 (license license:gpl3)))
3129
3130 (define-public r-prettyunits
3131 (package
3132 (name "r-prettyunits")
3133 (version "1.1.1")
3134 (source
3135 (origin
3136 (method url-fetch)
3137 (uri (cran-uri "prettyunits" version))
3138 (sha256
3139 (base32
3140 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
3141 (build-system r-build-system)
3142 (home-page "https://github.com/gaborcsardi/prettyunits")
3143 (synopsis "Pretty, human readable formatting of quantities")
3144 (description
3145 "This package provides tools for pretty, human readable formatting of
3146 quantities.")
3147 (license license:expat)))
3148
3149 (define-public r-reshape
3150 (package
3151 (name "r-reshape")
3152 (version "0.8.8")
3153 (source
3154 (origin
3155 (method url-fetch)
3156 (uri (cran-uri "reshape" version))
3157 (sha256
3158 (base32
3159 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
3160 (build-system r-build-system)
3161 (propagated-inputs
3162 `(("r-plyr" ,r-plyr)
3163 ("r-rcpp" ,r-rcpp)))
3164 (home-page "http://had.co.nz/reshape")
3165 (synopsis "Flexibly reshape data")
3166 (description
3167 "Flexibly restructure and aggregate data using just two functions:
3168 @code{melt} and @code{cast}. This package provides them.")
3169 (license license:expat)))
3170
3171 (define-public r-restrserve
3172 (package
3173 (name "r-restrserve")
3174 (version "0.4.1")
3175 (source
3176 (origin
3177 (method url-fetch)
3178 (uri (cran-uri "RestRserve" version))
3179 (sha256
3180 (base32 "1486hrzj5q5w4nbrsbqlv7vv20ly01y90qc2vygl5syzwvyjd422"))))
3181 (build-system r-build-system)
3182 (propagated-inputs
3183 `(("r-checkmate" ,r-checkmate)
3184 ("r-jsonlite" ,r-jsonlite)
3185 ("r-mime" ,r-mime)
3186 ("r-r6" ,r-r6)
3187 ("r-rcpp" ,r-rcpp)
3188 ("r-rserve" ,r-rserve)
3189 ("r-uuid" ,r-uuid)))
3190 (native-inputs
3191 `(("r-knitr" ,r-knitr)))
3192 (home-page "https://restrserve.org")
3193 (synopsis "R web API framework")
3194 (description
3195 "RestRserve is an R web API framework for building high-performance AND
3196 robust microservices and app backends. With Rserve backend on UNIX-like
3197 systems it is parallel by design. It will handle incoming requests in
3198 parallel - each request in a separate fork.")
3199 (license license:gpl2+)))
3200
3201 (define-public r-progress
3202 (package
3203 (name "r-progress")
3204 (version "1.2.2")
3205 (source
3206 (origin
3207 (method url-fetch)
3208 (uri (cran-uri "progress" version))
3209 (sha256
3210 (base32
3211 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
3212 (build-system r-build-system)
3213 (propagated-inputs
3214 `(("r-crayon" ,r-crayon)
3215 ("r-hms" ,r-hms)
3216 ("r-prettyunits" ,r-prettyunits)
3217 ("r-r6" ,r-r6)))
3218 (home-page "https://github.com/gaborcsardi/progress")
3219 (synopsis "Terminal progress bars")
3220 (description
3221 "This package provides configurable progress bars. They may include
3222 percentage, elapsed time, and/or the estimated completion time. They work in
3223 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
3224 package also provides a C++ API, that works with or without Rcpp.")
3225 (license license:expat)))
3226
3227 (define-public r-ggally
3228 (package
3229 (name "r-ggally")
3230 (version "2.1.1")
3231 (source
3232 (origin
3233 (method url-fetch)
3234 (uri (cran-uri "GGally" version))
3235 (sha256
3236 (base32
3237 "0lly659kd43cnz1bmmzqj6dbf4v0nm8dhj8xq2wlv9qbnfhq5r9p"))))
3238 (properties `((upstream-name . "GGally")))
3239 (build-system r-build-system)
3240 (inputs
3241 `(("openssl" ,openssl)))
3242 (propagated-inputs
3243 `(("r-dplyr" ,r-dplyr)
3244 ("r-forcats" ,r-forcats)
3245 ("r-ggplot2" ,r-ggplot2)
3246 ("r-gtable" ,r-gtable)
3247 ("r-lifecycle" ,r-lifecycle)
3248 ("r-plyr" ,r-plyr)
3249 ("r-progress" ,r-progress)
3250 ("r-rcolorbrewer" ,r-rcolorbrewer)
3251 ("r-reshape" ,r-reshape)
3252 ("r-rlang" ,r-rlang)
3253 ("r-scales" ,r-scales)
3254 ("r-tidyr" ,r-tidyr)))
3255 (home-page "https://ggobi.github.io/ggally")
3256 (synopsis "Extension to ggplot2")
3257 (description
3258 "The R package ggplot2 is a plotting system based on the grammar of
3259 graphics. GGally extends ggplot2 by adding several functions to reduce the
3260 complexity of combining geometric objects with transformed data. Some of
3261 these functions include a pairwise plot matrix, a two group pairwise plot
3262 matrix, a parallel coordinates plot, a survival plot, and several functions to
3263 plot networks.")
3264 (license license:gpl2+)))
3265
3266 (define-public r-proxy
3267 (package
3268 (name "r-proxy")
3269 (version "0.4-25")
3270 (source
3271 (origin
3272 (method url-fetch)
3273 (uri (cran-uri "proxy" version))
3274 (sha256
3275 (base32
3276 "1m893djrv6ckadmlx9n5bxfp0ycdh2w63sy6yxfyj1migvc7072f"))))
3277 (build-system r-build-system)
3278 (home-page "https://cran.r-project.org/web/packages/proxy")
3279 (synopsis "Distance and similarity measures")
3280 (description
3281 "This package provides an extensible framework for the efficient
3282 calculation of auto- and cross-proximities, along with implementations of the
3283 most popular ones.")
3284 (license license:gpl2)))
3285
3286 (define-public r-sp
3287 (package
3288 (name "r-sp")
3289 (version "1.4-5")
3290 (source
3291 (origin
3292 (method url-fetch)
3293 (uri (cran-uri "sp" version))
3294 (sha256
3295 (base32 "1nh9izsnszzm5kbq461w8bi0yh7fqzb74b2zmpg5qis0slbb5vkb"))))
3296 (build-system r-build-system)
3297 (propagated-inputs
3298 `(("r-lattice" ,r-lattice)))
3299 (home-page "https://cran.r-project.org/web/packages/sp")
3300 (synopsis "Classes and methods for spatial data")
3301 (description
3302 "This package provides classes and methods for spatial data; the classes
3303 document where the spatial location information resides, for 2D or 3D data.
3304 Utility functions are provided, e.g. for plotting data as maps, spatial
3305 selection, as well as methods for retrieving coordinates, for subsetting,
3306 print, summary, etc.")
3307 (license license:gpl2+)))
3308
3309 (define-public r-laplacesdemon
3310 (package
3311 (name "r-laplacesdemon")
3312 (version "16.1.4")
3313 (source
3314 (origin
3315 (method url-fetch)
3316 (uri (cran-uri "LaplacesDemon" version))
3317 (sha256
3318 (base32 "1nv1kx86cg8f2s8q15pzskc0lg94bb250p0fhybrx5sjqv1s2lj1"))))
3319 (properties `((upstream-name . "LaplacesDemon")))
3320 (build-system r-build-system)
3321 (home-page "https://github.com/LaplacesDemonR/LaplacesDemon")
3322 (synopsis "Complete environment for Bayesian inference")
3323 (description
3324 "This package provides a complete environment for Bayesian inference using
3325 a variety of different samplers.")
3326 (license license:expat)))
3327
3328 (define-public r-rmtstat
3329 (package
3330 (name "r-rmtstat")
3331 (version "0.3")
3332 (source
3333 (origin
3334 (method url-fetch)
3335 (uri (cran-uri "RMTstat" version))
3336 (sha256
3337 (base32
3338 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
3339 (properties `((upstream-name . "RMTstat")))
3340 (build-system r-build-system)
3341 (home-page "https://cran.r-project.org/web/packages/RMTstat")
3342 (synopsis "Distributions, statistics and tests derived from random matrix theory")
3343 (description
3344 "This package provides functions for working with the Tracy-Widom laws
3345 and other distributions related to the eigenvalues of large Wishart
3346 matrices.")
3347 (license license:bsd-3)))
3348
3349 (define-public r-rmpi
3350 (package
3351 (name "r-rmpi")
3352 (version "0.6-9.1")
3353 (source (origin
3354 (method url-fetch)
3355 (uri (cran-uri "Rmpi" version))
3356 (sha256
3357 (base32
3358 "1j8akqjan59yzwx2s1zxc214qyd323fd2i2dhgq0n11mb6ajmq4r"))))
3359 (properties `((upstream-name . "Rmpi")))
3360 (build-system r-build-system)
3361 (arguments
3362 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
3363 #:phases (modify-phases %standard-phases
3364 (add-before 'install 'mpi-setup
3365 ,%openmpi-setup))))
3366 (inputs
3367 `(("openmpi" ,openmpi)))
3368 (native-inputs
3369 `(("pkg-config" ,pkg-config)))
3370 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
3371 (synopsis "R interface to message-passing interface (MPI)")
3372 (description
3373 "This package provides an interface (wrapper) to MPI APIs. It also
3374 provides an interactive R manager and worker environment.")
3375 (license license:gpl2+)))
3376
3377 (define-public r-lmoments
3378 (package
3379 (name "r-lmoments")
3380 (version "1.3-1")
3381 (source
3382 (origin
3383 (method url-fetch)
3384 (uri (cran-uri "Lmoments" version))
3385 (sha256
3386 (base32
3387 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
3388 (properties `((upstream-name . "Lmoments")))
3389 (build-system r-build-system)
3390 (propagated-inputs
3391 `(("r-rcpp" ,r-rcpp)
3392 ("r-rcpparmadillo" ,r-rcpparmadillo)))
3393 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
3394 (synopsis "L-moments and quantile mixtures")
3395 (description
3396 "This package contains functions to estimate L-moments and trimmed
3397 L-moments from the data. It also contains functions to estimate the
3398 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
3399 quantile mixture from L-moments and trimmed L-moments.")
3400 (license license:gpl2)))
3401
3402 (define-public r-distillery
3403 (package
3404 (name "r-distillery")
3405 (version "1.2")
3406 (source
3407 (origin
3408 (method url-fetch)
3409 (uri (cran-uri "distillery" version))
3410 (sha256
3411 (base32
3412 "10nhh9p0hp294pp4aav0y0zsmir2qbn05sf3k52rmzmm36q2kc8y"))))
3413 (build-system r-build-system)
3414 (home-page "https://ral.ucar.edu/staff/ericg/")
3415 (synopsis "Functions for confidence intervals and object information")
3416 (description
3417 "This package provides some very simple method functions for confidence
3418 interval calculation and to distill pertinent information from a potentially
3419 complex object; primarily used in common with the packages extRemes and
3420 SpatialVx.")
3421 (license license:gpl2+)))
3422
3423 (define-public r-etrunct
3424 (package
3425 (name "r-etrunct")
3426 (version "0.1")
3427 (source (origin
3428 (method url-fetch)
3429 (uri (cran-uri "etrunct" version))
3430 (sha256
3431 (base32
3432 "0ayazgyqlc8jcqr03cwfmfhm4pck6xri1r6vkgqy4arqkrrnrcqr"))))
3433 (properties `((upstream-name . "etrunct")))
3434 (build-system r-build-system)
3435 (home-page "https://cran.r-project.org/web/packages/etrunct")
3436 (synopsis "Computes moments of univariate truncated T distribution")
3437 (description "This package computes moments of univariate truncated
3438 T distribution. There is only one exported function, @code{e_trunct},
3439 which should be seen for details.")
3440 (license license:expat)))
3441
3442 (define-public r-extremes
3443 (package
3444 (name "r-extremes")
3445 (version "2.1")
3446 (source
3447 (origin
3448 (method url-fetch)
3449 (uri (cran-uri "extRemes" version))
3450 (sha256
3451 (base32
3452 "1b69r3mzl6hp3g3rqxyc77m8r40jyq7c2d87q85af7xqkn6hnxid"))))
3453 (properties `((upstream-name . "extRemes")))
3454 (build-system r-build-system)
3455 (propagated-inputs
3456 `(("r-distillery" ,r-distillery)
3457 ("r-lmoments" ,r-lmoments)))
3458 (home-page "https://www.assessment.ucar.edu/toolkit/")
3459 (synopsis "Extreme value analysis")
3460 (description
3461 "ExtRemes is a suite of functions for carrying out analyses on the
3462 extreme values of a process of interest; be they block maxima over long blocks
3463 or excesses over a high threshold.")
3464 (license license:gpl2+)))
3465
3466 (define-public r-lmtest
3467 (package
3468 (name "r-lmtest")
3469 (version "0.9-38")
3470 (source
3471 (origin
3472 (method url-fetch)
3473 (uri (cran-uri "lmtest" version))
3474 (sha256
3475 (base32
3476 "0sr19bmw2cpagfvwg772m79wvl1i2hww1xfr69bzr3rr8pm2r8ij"))))
3477 (build-system r-build-system)
3478 (propagated-inputs
3479 `(("r-zoo" ,r-zoo)))
3480 (native-inputs
3481 `(("gfortran" ,gfortran)))
3482 (home-page "https://cran.r-project.org/web/packages/lmtest")
3483 (synopsis "Testing linear regression models")
3484 (description
3485 "This package provides a collection of tests, data sets, and examples for
3486 diagnostic checking in linear regression models. Furthermore, some generic
3487 tools for inference in parametric models are provided.")
3488 ;; Either version is okay
3489 (license (list license:gpl2 license:gpl3))))
3490
3491 (define-public r-idr
3492 (package
3493 (name "r-idr")
3494 (version "1.2")
3495 (source (origin
3496 (method url-fetch)
3497 (uri (cran-uri "idr" version))
3498 (sha256
3499 (base32
3500 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
3501 (build-system r-build-system)
3502 (home-page "https://cran.r-project.org/web/packages/idr/")
3503 (synopsis "Irreproducible discovery rate")
3504 (description
3505 "This is a package for estimating the copula mixture model and plotting
3506 correspondence curves in \"Measuring reproducibility of high-throughput
3507 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
3508 by Li, Brown, Huang, and Bickel")
3509 (license license:gpl2+)))
3510
3511 (define-public r-inline
3512 (package
3513 (name "r-inline")
3514 (version "0.3.17")
3515 (source (origin
3516 (method url-fetch)
3517 (uri (cran-uri "inline" version))
3518 (sha256
3519 (base32
3520 "1wslsn60q959yrr27cwanba43qlpfaxzdli46i9dc26lxfr5fa3r"))))
3521 (build-system r-build-system)
3522 (home-page "https://cran.r-project.org/web/packages/inline")
3523 (synopsis "Functions to inline C, C++, Fortran function calls from R")
3524 (description
3525 "This package provides functionality to dynamically define R functions
3526 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
3527 @code{.Call} calling conventions.")
3528 ;; Any version of the LGPL.
3529 (license license:lgpl3+)))
3530
3531 (define-public r-inum
3532 (package
3533 (name "r-inum")
3534 (version "1.0-3")
3535 (source (origin
3536 (method url-fetch)
3537 (uri (cran-uri "inum" version))
3538 (sha256
3539 (base32
3540 "1sz11b4vlpskhmq9vvc1jix63a5g7lij6368w8qbnkjmjd97k7i4"))))
3541 (build-system r-build-system)
3542 (propagated-inputs
3543 `(("r-libcoin" ,r-libcoin)))
3544 (home-page "https://cran.r-project.org/web/packages/inum/")
3545 (synopsis "Interval and enum-type representation of vectors")
3546 (description
3547 "This package provides an enum-type representation of vectors and
3548 representation of intervals, including a method of coercing variables
3549 in data frames.")
3550 (license license:gpl2)))
3551 (define-public r-invgamma
3552 (package
3553 (name "r-invgamma")
3554 (version "1.1")
3555 (source (origin
3556 (method url-fetch)
3557 (uri (cran-uri "invgamma" version))
3558 (sha256
3559 (base32
3560 "12ga2y4wc9bc5zz6vimvxwgjpsx3ys3209nq63gscbw559ydxa5a"))))
3561 (properties `((upstream-name . "invgamma")))
3562 (build-system r-build-system)
3563 (home-page "https://github.com/dkahle/invgamma")
3564 (synopsis "Inverse gamma distribution")
3565 (description "This package provides a light weight implementation of the
3566 standard distribution functions for the inverse gamma distribution, wrapping
3567 those for the gamma distribution in the @code{stats} package.")
3568 (license license:gpl2)))
3569
3570 (define-public r-bdsmatrix
3571 (package
3572 (name "r-bdsmatrix")
3573 (version "1.3-4")
3574 (source
3575 (origin
3576 (method url-fetch)
3577 (uri (cran-uri "bdsmatrix" version))
3578 (sha256
3579 (base32
3580 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
3581 (properties `((upstream-name . "bdsmatrix")))
3582 (build-system r-build-system)
3583 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
3584 (synopsis "Routines for block diagonal symmetric matrices")
3585 (description
3586 "This package provides procedures to work with block diagonal symmetric
3587 matrices, a special case of sparse matrices.")
3588 (license license:lgpl2.0)))
3589
3590 (define-public r-bbmle
3591 (package
3592 (name "r-bbmle")
3593 (version "1.0.23.1")
3594 (source
3595 (origin
3596 (method url-fetch)
3597 (uri (cran-uri "bbmle" version))
3598 (sha256
3599 (base32
3600 "0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
3601 (build-system r-build-system)
3602 (propagated-inputs
3603 `(("r-bdsmatrix" ,r-bdsmatrix)
3604 ("r-lattice" ,r-lattice)
3605 ("r-mass" ,r-mass)
3606 ("r-matrix" ,r-matrix)
3607 ("r-mvtnorm" ,r-mvtnorm)
3608 ("r-numderiv" ,r-numderiv)))
3609 (home-page "https://cran.r-project.org/web/packages/bbmle")
3610 (synopsis "Tools for General Maximum Likelihood Estimation")
3611 (description
3612 "This package provides methods and functions for fitting maximum
3613 likelihood models in R. This package modifies and extends the @code{mle}
3614 classes in the @code{stats4} package.")
3615 ;; Any version of the GPL
3616 (license license:gpl2+)))
3617
3618 (define-public r-emdbook
3619 (package
3620 (name "r-emdbook")
3621 (version "1.3.12")
3622 (source
3623 (origin
3624 (method url-fetch)
3625 (uri (cran-uri "emdbook" version))
3626 (sha256
3627 (base32
3628 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
3629 (build-system r-build-system)
3630 (propagated-inputs
3631 `(("r-bbmle" ,r-bbmle)
3632 ("r-coda" ,r-coda)
3633 ("r-lattice" ,r-lattice)
3634 ("r-mass" ,r-mass)
3635 ("r-plyr" ,r-plyr)))
3636 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
3637 (synopsis "Support functions and data for \"Ecological Models and Data\"")
3638 (description
3639 "This package provides auxiliary functions and data sets for \"Ecological
3640 Models and Data\", a book presenting maximum likelihood estimation and related
3641 topics for ecologists (ISBN 978-0-691-12522-0).")
3642 ;; Any GPL version
3643 (license (list license:gpl2 license:gpl3))))
3644
3645 (define-public r-lpsolve
3646 (package
3647 (name "r-lpsolve")
3648 (version "5.6.15")
3649 (source
3650 (origin
3651 (method url-fetch)
3652 (uri (cran-uri "lpSolve" version))
3653 (sha256
3654 (base32
3655 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
3656 (properties `((upstream-name . "lpSolve")))
3657 (build-system r-build-system)
3658 (home-page "https://cran.r-project.org/web/packages/lpSolve")
3659 (synopsis "R interface to Lp_solve to solve linear/integer programs")
3660 (description
3661 "Lp_solve is software for solving linear, integer and mixed integer
3662 programs. This implementation supplies a \"wrapper\" function in C and some R
3663 functions that solve general linear/integer problems, assignment problems, and
3664 transportation problems.")
3665 (license license:lgpl2.0)))
3666
3667 (define-public r-limsolve
3668 (package
3669 (name "r-limsolve")
3670 (version "1.5.6")
3671 (source
3672 (origin
3673 (method url-fetch)
3674 (uri (cran-uri "limSolve" version))
3675 (sha256
3676 (base32
3677 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
3678 (properties `((upstream-name . "limSolve")))
3679 (build-system r-build-system)
3680 (propagated-inputs
3681 `(("r-lpsolve" ,r-lpsolve)
3682 ("r-mass" ,r-mass)
3683 ("r-quadprog" ,r-quadprog)))
3684 (native-inputs `(("gfortran" ,gfortran)))
3685 (home-page "https://cran.r-project.org/web/packages/limSolve")
3686 (synopsis "Solving linear inverse models")
3687 (description
3688 "This package provides functions that:
3689
3690 @enumerate
3691 @item find the minimum/maximum of a linear or quadratic function,
3692 @item sample an underdetermined or overdetermined system,
3693 @item solve a linear system Ax=B for the unknown x.
3694 @end enumerate
3695
3696 It includes banded and tridiagonal linear systems. The package calls Fortran
3697 functions from LINPACK.")
3698 ;; Any GPL version.
3699 (license (list license:gpl2+ license:gpl3+))))
3700
3701 (define-public r-fitdistrplus
3702 (package
3703 (name "r-fitdistrplus")
3704 (version "1.1-3")
3705 (source
3706 (origin
3707 (method url-fetch)
3708 (uri (cran-uri "fitdistrplus" version))
3709 (sha256
3710 (base32
3711 "1pjnqx0j26dai2fa4ip56wspmfsrcm9dpmxkg15y9623w5b58vbp"))))
3712 (build-system r-build-system)
3713 (propagated-inputs
3714 `(("r-mass" ,r-mass)
3715 ("r-survival" ,r-survival)))
3716 (native-inputs
3717 `(("r-knitr" ,r-knitr)))
3718 (home-page "http://riskassessment.r-forge.r-project.org")
3719 (synopsis "Fitting a parametric distribution from data")
3720 (description
3721 "This package extends the @code{fitdistr} function of the MASS package
3722 with several functions to help the fit of a parametric distribution to
3723 non-censored or censored data. Censored data may contain left-censored,
3724 right-censored and interval-censored values, with several lower and upper
3725 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
3726 provides moment matching (MME), quantile matching (QME) and maximum
3727 goodness-of-fit estimation (MGE) methods (available only for non-censored
3728 data). Weighted versions of MLE, MME and QME are available.")
3729 (license license:gpl2+)))
3730
3731 (define-public r-energy
3732 (package
3733 (name "r-energy")
3734 (version "1.7-8")
3735 (source
3736 (origin
3737 (method url-fetch)
3738 (uri (cran-uri "energy" version))
3739 (sha256
3740 (base32
3741 "12a7gy681aq3l55iys044cs6sn1s2l5qihghpdl01cvv0ggfh26y"))))
3742 (build-system r-build-system)
3743 (propagated-inputs
3744 `(("r-boot" ,r-boot)
3745 ("r-gsl" ,r-gsl)
3746 ("r-rcpp" ,r-rcpp)))
3747 (home-page "https://cran.r-project.org/web/packages/energy")
3748 (synopsis "Multivariate inference via the energy of data")
3749 (description
3750 "This package provides e-statistics (energy) tests and statistics for
3751 multivariate and univariate inference, including distance correlation,
3752 one-sample, two-sample, and multi-sample tests for comparing multivariate
3753 distributions, are implemented. Measuring and testing multivariate
3754 independence based on distance correlation, partial distance correlation,
3755 multivariate goodness-of-fit tests, clustering based on energy distance,
3756 testing for multivariate normality, distance components (disco) for
3757 non-parametric analysis of structured data, and other energy
3758 statistics/methods are implemented.")
3759 (license license:gpl2+)))
3760
3761 (define-public r-suppdists
3762 (package
3763 (name "r-suppdists")
3764 (version "1.1-9.5")
3765 (source
3766 (origin
3767 (method url-fetch)
3768 (uri (cran-uri "SuppDists" version))
3769 (sha256
3770 (base32
3771 "1i3iq12a5x5k49ac01mikzcrrq9gc148xq3m08h4xm07bha6f2v8"))))
3772 (properties `((upstream-name . "SuppDists")))
3773 (build-system r-build-system)
3774 (home-page "https://cran.r-project.org/web/packages/SuppDists")
3775 (synopsis "Supplementary distributions")
3776 (description
3777 "This package provides ten distributions supplementing those built into
3778 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
3779 Spearman's rho, maximum F ratio, the Pearson product moment correlation
3780 coefficient, Johnson distributions, normal scores and generalized
3781 hypergeometric distributions. In addition two random number generators of
3782 George Marsaglia are included.")
3783 (license license:gpl2+)))
3784
3785 (define-public r-ksamples
3786 (package
3787 (name "r-ksamples")
3788 (version "1.2-9")
3789 (source
3790 (origin
3791 (method url-fetch)
3792 (uri (cran-uri "kSamples" version))
3793 (sha256
3794 (base32
3795 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
3796 (properties `((upstream-name . "kSamples")))
3797 (build-system r-build-system)
3798 (propagated-inputs
3799 `(("r-suppdists" ,r-suppdists)))
3800 (home-page "https://cran.r-project.org/web/packages/kSamples")
3801 (synopsis "K-Sample rank tests and their combinations")
3802 (description
3803 "This package provides tools to compares k samples using the
3804 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
3805 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
3806 test. It computes asymptotic, simulated or (limited) exact P-values, all
3807 valid under randomization, with or without ties, or conditionally under random
3808 sampling from populations, given the observed tie pattern. Except for Steel's
3809 test and the JT test it also combines these tests across several blocks of
3810 samples.")
3811 (license license:gpl2+)))
3812
3813 (define-public r-cvst
3814 (package
3815 (name "r-cvst")
3816 (version "0.2-2")
3817 (source
3818 (origin
3819 (method url-fetch)
3820 (uri (cran-uri "CVST" version))
3821 (sha256
3822 (base32
3823 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
3824 (properties `((upstream-name . "CVST")))
3825 (build-system r-build-system)
3826 (propagated-inputs
3827 `(("r-kernlab" ,r-kernlab)
3828 ("r-matrix" ,r-matrix)))
3829 (home-page "https://cran.r-project.org/web/packages/CVST")
3830 (synopsis "Fast cross-validation via sequential testing")
3831 (description
3832 "This package implements the fast cross-validation via sequential
3833 testing (CVST) procedure. CVST is an improved cross-validation procedure
3834 which uses non-parametric testing coupled with sequential analysis to
3835 determine the best parameter set on linearly increasing subsets of the data.
3836 Additionally to the CVST the package contains an implementation of the
3837 ordinary k-fold cross-validation with a flexible and powerful set of helper
3838 objects and methods to handle the overall model selection process. The
3839 implementations of the Cochran's Q test with permutations and the sequential
3840 testing framework of Wald are generic and can therefore also be used in other
3841 contexts.")
3842 (license license:gpl2+)))
3843
3844 (define-public r-squarem
3845 (package
3846 (name "r-squarem")
3847 (version "2021.1")
3848 (source
3849 (origin
3850 (method url-fetch)
3851 (uri (cran-uri "SQUAREM" version))
3852 (sha256
3853 (base32
3854 "0n1s32l9p4vdm3h5q6g43s0qbpzry08difsh0yay80wrla6f3rb6"))))
3855 (properties `((upstream-name . "SQUAREM")))
3856 (build-system r-build-system)
3857 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
3858 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
3859 (description
3860 "This package provides algorithms for accelerating the convergence of
3861 slow, monotone sequences from smooth, contraction mapping such as the EM
3862 algorithm. It can be used to accelerate any smooth, linearly convergent
3863 acceleration scheme. A tutorial style introduction to this package is
3864 available in a vignette.")
3865 (license license:gpl2+)))
3866
3867 (define-public r-lava
3868 (package
3869 (name "r-lava")
3870 (version "1.6.9")
3871 (source
3872 (origin
3873 (method url-fetch)
3874 (uri (cran-uri "lava" version))
3875 (sha256
3876 (base32
3877 "07difbrz8zmvdyns63958v0zw4hyv48956mcww8zh7064a564k83"))))
3878 (build-system r-build-system)
3879 (propagated-inputs
3880 `(("r-numderiv" ,r-numderiv)
3881 ("r-squarem" ,r-squarem)
3882 ("r-survival" ,r-survival)))
3883 (native-inputs
3884 `(("r-knitr" ,r-knitr)))
3885 (home-page "https://github.com/kkholst/lava")
3886 (synopsis "Latent variable models")
3887 (description
3888 "This package provides tools for the estimation and simulation of latent
3889 variable models.")
3890 (license license:gpl3)))
3891
3892 (define-public r-drr
3893 (package
3894 (name "r-drr")
3895 (version "0.0.4")
3896 (source
3897 (origin
3898 (method url-fetch)
3899 (uri (cran-uri "DRR" version))
3900 (sha256
3901 (base32
3902 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
3903 (properties `((upstream-name . "DRR")))
3904 (build-system r-build-system)
3905 (propagated-inputs
3906 `(("r-cvst" ,r-cvst)
3907 ("r-kernlab" ,r-kernlab)
3908 ("r-matrix" ,r-matrix)))
3909 (home-page "https://cran.r-project.org/web/packages/DRR")
3910 (synopsis "Dimensionality reduction via regression")
3911 (description
3912 "This package provides an implementation of dimensionality reduction via
3913 regression using Kernel Ridge Regression.")
3914 (license license:gpl3)))
3915
3916 (define-public r-prodlim
3917 (package
3918 (name "r-prodlim")
3919 (version "2019.11.13")
3920 (source
3921 (origin
3922 (method url-fetch)
3923 (uri (cran-uri "prodlim" version))
3924 (sha256
3925 (base32
3926 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
3927 (build-system r-build-system)
3928 (propagated-inputs
3929 `(("r-kernsmooth" ,r-kernsmooth)
3930 ("r-lava" ,r-lava)
3931 ("r-rcpp" ,r-rcpp)
3932 ("r-survival" ,r-survival)))
3933 (home-page "https://cran.r-project.org/web/packages/prodlim")
3934 (synopsis "Product-limit estimation for censored event history analysis")
3935 (description
3936 "This package provides a fast and user-friendly implementation of
3937 nonparametric estimators for censored event history (survival) analysis with
3938 the Kaplan-Meier and Aalen-Johansen methods.")
3939 (license license:gpl2+)))
3940
3941 (define-public r-dimred
3942 (package
3943 (name "r-dimred")
3944 (version "0.2.3")
3945 (source
3946 (origin
3947 (method url-fetch)
3948 (uri (cran-uri "dimRed" version))
3949 (sha256
3950 (base32
3951 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
3952 (properties `((upstream-name . "dimRed")))
3953 (build-system r-build-system)
3954 (propagated-inputs
3955 `(("r-drr" ,r-drr)
3956 ("r-magrittr" ,r-magrittr)))
3957 (home-page "https://github.com/gdkrmr/dimRed")
3958 (synopsis "Framework for dimensionality reduction")
3959 (description
3960 "This package provides a collection of dimensionality reduction
3961 techniques from R packages and provides a common interface for calling the
3962 methods.")
3963 (license license:gpl3)))
3964
3965 (define-public r-timedate
3966 (package
3967 (name "r-timedate")
3968 (version "3043.102")
3969 (source
3970 (origin
3971 (method url-fetch)
3972 (uri (cran-uri "timeDate" version))
3973 (sha256
3974 (base32
3975 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
3976 (properties `((upstream-name . "timeDate")))
3977 (build-system r-build-system)
3978 (home-page "https://www.rmetrics.org")
3979 (synopsis "Chronological and calendar objects")
3980 (description
3981 "This package provides an environment for teaching \"Financial
3982 Engineering and Computational Finance\" and for managing chronological and
3983 calendar objects.")
3984 (license license:gpl2+)))
3985
3986 (define-public r-magic
3987 (package
3988 (name "r-magic")
3989 (version "1.5-9")
3990 (source
3991 (origin
3992 (method url-fetch)
3993 (uri (cran-uri "magic" version))
3994 (sha256
3995 (base32
3996 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
3997 (build-system r-build-system)
3998 (propagated-inputs
3999 `(("r-abind" ,r-abind)))
4000 (home-page "https://github.com/RobinHankin/magic.git")
4001 (synopsis "Create and investigate magic squares")
4002 (description
4003 "This package provides a collection of efficient, vectorized algorithms
4004 for the creation and investigation of magic squares and hypercubes, including
4005 a variety of functions for the manipulation and analysis of arbitrarily
4006 dimensioned arrays.")
4007 (license license:gpl2)))
4008
4009 (define-public r-rmysql
4010 (package
4011 (name "r-rmysql")
4012 (version "0.10.21")
4013 (source
4014 (origin
4015 (method url-fetch)
4016 (uri (cran-uri "RMySQL" version))
4017 (sha256
4018 (base32
4019 "0cbb5ln9iigl816nzvsls9zil5qlfr8yv2aginapqv6n69nz0srs"))))
4020 (properties `((upstream-name . "RMySQL")))
4021 (build-system r-build-system)
4022 (inputs
4023 `(("mariadb-dev" ,mariadb "dev")
4024 ("zlib" ,zlib)))
4025 (propagated-inputs
4026 `(("r-dbi" ,r-dbi)))
4027 (home-page "https://github.com/r-dbi/RMySQL")
4028 (synopsis "Database interface and MySQL driver for R")
4029 (description
4030 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
4031 package contains an old implementation based on legacy code from S-PLUS which
4032 is being phased out. A modern MySQL client based on Rcpp is available from
4033 the RMariaDB package.")
4034 (license license:gpl2)))
4035
4036 (define-public r-rpostgresql
4037 (package
4038 (name "r-rpostgresql")
4039 (version "0.6-2")
4040 (source
4041 (origin
4042 (method url-fetch)
4043 (uri (cran-uri "RPostgreSQL" version))
4044 (sha256
4045 (base32
4046 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
4047 (properties `((upstream-name . "RPostgreSQL")))
4048 (build-system r-build-system)
4049 (inputs
4050 `(("postgresql" ,postgresql)))
4051 (propagated-inputs
4052 `(("r-dbi" ,r-dbi)))
4053 (home-page "https://github.com/tomoakin/RPostgreSQL")
4054 (synopsis "R interface to the PostgreSQL database system")
4055 (description
4056 "This package provides a Database Interface (DBI) compliant driver for R
4057 to access PostgreSQL database systems.")
4058 ;; The whole package is released under GPL version 2. It includes code
4059 ;; under the PostgreSQL license.
4060 (license license:gpl2)))
4061
4062 (define-public r-linprog
4063 (package
4064 (name "r-linprog")
4065 (version "0.9-2")
4066 (source
4067 (origin
4068 (method url-fetch)
4069 (uri (cran-uri "linprog" version))
4070 (sha256
4071 (base32
4072 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
4073 (build-system r-build-system)
4074 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
4075 (home-page "http://linprog.r-forge.r-project.org/")
4076 (synopsis "Linear programming and optimization")
4077 (description
4078 "This package can be used to solve Linear Programming / Linear
4079 Optimization problems by using the simplex algorithm.")
4080 (license license:gpl2+)))
4081
4082 (define-public r-geometry
4083 (package
4084 (name "r-geometry")
4085 (version "0.4.5")
4086 (source
4087 (origin
4088 (method url-fetch)
4089 (uri (cran-uri "geometry" version))
4090 (sha256
4091 (base32
4092 "1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
4093 (build-system r-build-system)
4094 (propagated-inputs
4095 `(("r-magic" ,r-magic)
4096 ("r-linprog" ,r-linprog)
4097 ("r-lpsolve" ,r-lpsolve)
4098 ("r-rcpp" ,r-rcpp)
4099 ("r-rcppprogress" ,r-rcppprogress)))
4100 (home-page "http://geometry.r-forge.r-project.org/")
4101 (synopsis "Mesh generator and surface tessellator")
4102 (description
4103 "This package makes the qhull library available in R, in a similar manner
4104 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
4105 intersections about a point, Voronoi diagrams, furthest-site Delaunay
4106 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
4107 and higher dimensions. It implements the Quickhull algorithm for computing
4108 the convex hull. Qhull does not support constrained Delaunay triangulations,
4109 or mesh generation of non-convex objects, but the package does include some R
4110 functions that allow for this. Currently the package only gives access to
4111 Delaunay triangulation and convex hull computation.")
4112 ;; The Qhull sources are included and are distributed under a custom
4113 ;; non-copyleft license. The R sources are released under GPL version 2.
4114 (license (list license:gpl2
4115 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
4116
4117 (define-public r-ddalpha
4118 (package
4119 (name "r-ddalpha")
4120 (version "1.3.11")
4121 (source
4122 (origin
4123 (method url-fetch)
4124 (uri (cran-uri "ddalpha" version))
4125 (sha256
4126 (base32
4127 "1sdnb47r534nh138zk3a6b2mgi74nvshc7p5m304vjs9jlx4l2y3"))))
4128 (build-system r-build-system)
4129 (propagated-inputs
4130 `(("r-bh" ,r-bh)
4131 ("r-class" ,r-class)
4132 ("r-geometry" ,r-geometry)
4133 ("r-mass" ,r-mass)
4134 ("r-rcpp" ,r-rcpp)
4135 ("r-robustbase" ,r-robustbase)
4136 ("r-sfsmisc" ,r-sfsmisc)))
4137 (native-inputs
4138 `(("gfortran" ,gfortran)))
4139 (home-page "https://cran.r-project.org/web/packages/ddalpha")
4140 (synopsis "Depth-Based classification and calculation of data depth")
4141 (description
4142 "This package contains procedures for depth-based supervised learning,
4143 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
4144 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
4145 statistical depth function to a compact low-dimensional space, where the final
4146 classification is done. It also offers an extension to functional data and
4147 routines for calculating certain notions of statistical depth functions. 50
4148 multivariate and 5 functional classification problems are included.")
4149 (license license:gpl2)))
4150
4151 (define-public r-gower
4152 (package
4153 (name "r-gower")
4154 (version "0.2.2")
4155 (source
4156 (origin
4157 (method url-fetch)
4158 (uri (cran-uri "gower" version))
4159 (sha256
4160 (base32
4161 "0c9n921wn4hhlvjq96r4nkk96s5788376cbldr7y7bwz348200iz"))))
4162 (build-system r-build-system)
4163 (home-page "https://github.com/markvanderloo/gower")
4164 (synopsis "Gower's distance")
4165 (description
4166 "This package provides tools to compute Gower's distance (or similarity)
4167 coefficient between records, and to compute the top-n matches between records.
4168 Core algorithms are executed in parallel on systems supporting OpenMP.")
4169 (license license:gpl3)))
4170
4171 (define-public r-rcpproll
4172 (package
4173 (name "r-rcpproll")
4174 (version "0.3.0")
4175 (source
4176 (origin
4177 (method url-fetch)
4178 (uri (cran-uri "RcppRoll" version))
4179 (sha256
4180 (base32
4181 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
4182 (properties `((upstream-name . "RcppRoll")))
4183 (build-system r-build-system)
4184 (propagated-inputs
4185 `(("r-rcpp" ,r-rcpp)))
4186 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
4187 (synopsis "Efficient rolling and windowed operations")
4188 (description
4189 "This package provides fast and efficient routines for common rolling /
4190 windowed operations. Routines for the efficient computation of windowed mean,
4191 median, sum, product, minimum, maximum, standard deviation and variance are
4192 provided.")
4193 (license license:gpl2+)))
4194
4195 (define-public r-ipred
4196 (package
4197 (name "r-ipred")
4198 (version "0.9-11")
4199 (source
4200 (origin
4201 (method url-fetch)
4202 (uri (cran-uri "ipred" version))
4203 (sha256
4204 (base32
4205 "04hfg27c72v0fz4091w3rgbc2vd7g6yl78y9plvsvh0vjlx8ymmp"))))
4206 (build-system r-build-system)
4207 (propagated-inputs
4208 `(("r-class" ,r-class)
4209 ("r-mass" ,r-mass)
4210 ("r-nnet" ,r-nnet)
4211 ("r-prodlim" ,r-prodlim)
4212 ("r-rpart" ,r-rpart)
4213 ("r-survival" ,r-survival)))
4214 (home-page "https://cran.r-project.org/web/packages/ipred")
4215 (synopsis "Improved predictors")
4216 (description
4217 "This package provides improved predictive models by indirect
4218 classification and bagging for classification, regression and survival
4219 problems as well as resampling based estimators of prediction error.")
4220 (license license:gpl2+)))
4221
4222 (define-public r-psych
4223 (package
4224 (name "r-psych")
4225 (version "2.0.12")
4226 (source
4227 (origin
4228 (method url-fetch)
4229 (uri (cran-uri "psych" version))
4230 (sha256
4231 (base32
4232 "0k5dw5nb7kx7f21b0z01dry99qcpnk7iaicv7xq9d35wv2hx8wca"))))
4233 (build-system r-build-system)
4234 (propagated-inputs
4235 `(("r-lattice" ,r-lattice)
4236 ("r-mnormt" ,r-mnormt)
4237 ("r-nlme" ,r-nlme)))
4238 (home-page "https://cran.r-project.org/web/packages/psych/")
4239 (synopsis "Procedures for psychological, psychometric, and personality research")
4240 (description
4241 "This package provides a general purpose toolbox for personality,
4242 psychometric theory and experimental psychology. Functions are primarily for
4243 multivariate analysis and scale construction using factor analysis, principal
4244 component analysis, cluster analysis and reliability analysis, although others
4245 provide basic descriptive statistics. Item Response Theory is done using
4246 factor analysis of tetrachoric and polychoric correlations. Functions for
4247 analyzing data at multiple levels include within and between group statistics,
4248 including correlations and factor analysis. Functions for simulating and
4249 testing particular item and test structures are included. Several functions
4250 serve as a useful front end for structural equation modeling. Graphical
4251 displays of path diagrams, factor analysis and structural equation models are
4252 created using basic graphics.")
4253 (license license:gpl2+)))
4254
4255 (define-public r-generics
4256 (package
4257 (name "r-generics")
4258 (version "0.1.0")
4259 (source
4260 (origin
4261 (method url-fetch)
4262 (uri (cran-uri "generics" version))
4263 (sha256
4264 (base32
4265 "0qw7r0d2qvlj1pvrlpv30d6akml624ydxkk19hv85iv6pfyx2wdb"))))
4266 (build-system r-build-system)
4267 (home-page "https://github.com/r-lib/generics")
4268 (synopsis "Common S3 generics not provided by base R methods")
4269 (description
4270 "In order to reduce potential package dependencies and conflicts,
4271 generics provides a number of commonly used S3 generics that are not provided
4272 by base R methods related to model fitting.")
4273 (license license:gpl2)))
4274
4275 (define-public r-broom
4276 (package
4277 (name "r-broom")
4278 (version "0.7.5")
4279 (source
4280 (origin
4281 (method url-fetch)
4282 (uri (cran-uri "broom" version))
4283 (sha256
4284 (base32
4285 "1qjyl5b100bsakm48w1vi3819lkpys7vb86n1sv9h4y2wr1c4jmw"))))
4286 (build-system r-build-system)
4287 (propagated-inputs
4288 `(("r-backports" ,r-backports)
4289 ("r-dplyr" ,r-dplyr)
4290 ("r-ellipsis" ,r-ellipsis)
4291 ("r-generics" ,r-generics)
4292 ("r-glue" ,r-glue)
4293 ("r-purrr" ,r-purrr)
4294 ("r-rlang" ,r-rlang)
4295 ("r-stringr" ,r-stringr)
4296 ("r-tibble" ,r-tibble)
4297 ("r-tidyr" ,r-tidyr)))
4298 (native-inputs
4299 `(("r-knitr" ,r-knitr)))
4300 (home-page "https://github.com/tidyverse/broom")
4301 (synopsis "Convert statistical analysis objects into tidy data frames")
4302 (description
4303 "This package provides tools to convert statistical analysis objects from
4304 R into tidy data frames, so that they can more easily be combined, reshaped
4305 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
4306 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
4307 summarizes a model's statistical findings such as coefficients of a
4308 regression; @code{augment}, which adds columns to the original data such as
4309 predictions, residuals and cluster assignments; and @code{glance}, which
4310 provides a one-row summary of model-level statistics.")
4311 (license license:expat)))
4312
4313 (define-public r-recipes
4314 (package
4315 (name "r-recipes")
4316 (version "0.1.15")
4317 (source
4318 (origin
4319 (method url-fetch)
4320 (uri (cran-uri "recipes" version))
4321 (sha256
4322 (base32
4323 "0xif0ak3w90xmfzlxvb5pnzc3scpfl1pyhrjffi3mq4asvsd52l0"))))
4324 (build-system r-build-system)
4325 (propagated-inputs
4326 `(("r-dplyr" ,r-dplyr)
4327 ("r-generics" ,r-generics)
4328 ("r-glue" ,r-glue)
4329 ("r-gower" ,r-gower)
4330 ("r-ipred" ,r-ipred)
4331 ("r-lifecycle" ,r-lifecycle)
4332 ("r-lubridate" ,r-lubridate)
4333 ("r-magrittr" ,r-magrittr)
4334 ("r-matrix" ,r-matrix)
4335 ("r-purrr" ,r-purrr)
4336 ("r-rlang" ,r-rlang)
4337 ("r-tibble" ,r-tibble)
4338 ("r-tidyr" ,r-tidyr)
4339 ("r-tidyselect" ,r-tidyselect)
4340 ("r-timedate" ,r-timedate)
4341 ("r-withr" ,r-withr)))
4342 (native-inputs
4343 `(("r-knitr" ,r-knitr)))
4344 (home-page "https://github.com/topepo/recipes")
4345 (synopsis "Preprocessing tools to create design matrices")
4346 (description
4347 "Recipes is an extensible framework to create and preprocess design
4348 matrices. Recipes consist of one or more data manipulation and analysis
4349 \"steps\". Statistical parameters for the steps can be estimated from an
4350 initial data set and then applied to other data sets. The resulting design
4351 matrices can then be used as inputs into statistical or machine learning
4352 models.")
4353 (license license:gpl2)))
4354
4355 (define-public r-pdist
4356 (package
4357 (name "r-pdist")
4358 (version "1.2")
4359 (source
4360 (origin
4361 (method url-fetch)
4362 (uri (cran-uri "pdist" version))
4363 (sha256
4364 (base32
4365 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
4366 (build-system r-build-system)
4367 (home-page "https://github.com/jeffwong/pdist")
4368 (synopsis "Partitioned distance function")
4369 (description
4370 "Pdist computes the euclidean distance between rows of a matrix X and
4371 rows of another matrix Y. Previously, this could be done by binding the two
4372 matrices together and calling @code{dist}, but this creates unnecessary
4373 computation by computing the distances between a row of X and another row of
4374 X, and likewise for Y. Pdist strictly computes distances across the two
4375 matrices, not within the same matrix, making computations significantly faster
4376 for certain use cases.")
4377 (license license:gpl3+)))
4378
4379 (define-public r-ggrepel
4380 (package
4381 (name "r-ggrepel")
4382 (version "0.9.1")
4383 (source
4384 (origin
4385 (method url-fetch)
4386 (uri (cran-uri "ggrepel" version))
4387 (sha256
4388 (base32
4389 "1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9"))))
4390 (build-system r-build-system)
4391 (propagated-inputs
4392 `(("r-ggplot2" ,r-ggplot2)
4393 ("r-rcpp" ,r-rcpp)
4394 ("r-rlang" ,r-rlang)
4395 ("r-scales" ,r-scales)))
4396 (native-inputs
4397 `(("r-knitr" ,r-knitr))) ; for vignettes
4398 (home-page "https://github.com/slowkow/ggrepel")
4399 (synopsis "Repulsive text and label geometries for ggplot2")
4400 (description
4401 "This package provides text and label geometries for ggplot2 that help to
4402 avoid overlapping text labels. Labels repel away from each other and away
4403 from the data points.")
4404 (license license:gpl3)))
4405
4406 (define-public r-corrplot
4407 (package
4408 (name "r-corrplot")
4409 (version "0.84")
4410 (source
4411 (origin
4412 (method url-fetch)
4413 (uri (cran-uri "corrplot" version))
4414 (sha256
4415 (base32
4416 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
4417 (build-system r-build-system)
4418 (home-page "https://github.com/taiyun/corrplot")
4419 (synopsis "Visualization of a correlation matrix")
4420 (description
4421 "This package provides a graphical display of a correlation matrix or
4422 general matrix. It also contains some algorithms to do matrix reordering. In
4423 addition, corrplot is good at details, including choosing color, text labels,
4424 color labels, layout, etc.")
4425 ;; Any version of the GPL
4426 (license license:gpl2+)))
4427
4428 (define-public r-stringdist
4429 (package
4430 (name "r-stringdist")
4431 (version "0.9.6.3")
4432 (source
4433 (origin
4434 (method url-fetch)
4435 (uri (cran-uri "stringdist" version))
4436 (sha256
4437 (base32 "06rzbgw43vzg496xca82pydf3g2rz6iw6h50ai0prbp9hbwrhvfd"))))
4438 (build-system r-build-system)
4439 (home-page "https://github.com/markvanderloo/stringdist")
4440 (synopsis "Approximate string matching and string distance functions")
4441 (description
4442 "This package implements an approximate string matching version of R's
4443 native @code{match} function. It can calculate various string distances based
4444 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal string alignment),
4445 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
4446 Jaro-Winkler). An implementation of soundex is provided as well. Distances
4447 can be computed between character vectors while taking proper care of encoding
4448 or between integer vectors representing generic sequences.")
4449 (license license:gpl3+)))
4450
4451 (define-public r-ucminf
4452 (package
4453 (name "r-ucminf")
4454 (version "1.1-4")
4455 (source
4456 (origin
4457 (method url-fetch)
4458 (uri (cran-uri "ucminf" version))
4459 (sha256
4460 (base32
4461 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
4462 (build-system r-build-system)
4463 (native-inputs `(("gfortran" ,gfortran)))
4464 (home-page "https://cran.r-project.org/web/packages/ucminf/")
4465 (synopsis "General-purpose unconstrained non-linear optimization")
4466 (description
4467 "This package provides an implementation of an algorithm for
4468 general-purpose unconstrained non-linear optimization. The algorithm is of
4469 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
4470 search with a trust region type monitoring of the input to the line search
4471 algorithm. The interface of @code{ucminf} is designed for easy interchange
4472 with the package @code{optim}.")
4473 (license license:gpl2+)))
4474
4475 (define-public r-useful
4476 (package
4477 (name "r-useful")
4478 (version "1.2.6")
4479 (source (origin
4480 (method url-fetch)
4481 (uri (cran-uri "useful" version))
4482 (sha256
4483 (base32
4484 "0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v1"))))
4485 (properties `((upstream-name . "useful")))
4486 (build-system r-build-system)
4487 (propagated-inputs
4488 `(("r-assertthat" ,r-assertthat)
4489 ("r-dplyr" ,r-dplyr)
4490 ("r-ggplot2" ,r-ggplot2)
4491 ("r-magrittr" ,r-magrittr)
4492 ("r-matrix" ,r-matrix)
4493 ("r-plyr" ,r-plyr)
4494 ("r-purrr" ,r-purrr)
4495 ("r-scales" ,r-scales)))
4496 (home-page "https://github.com/jaredlander/useful")
4497 (synopsis "Collection of handy, useful functions")
4498 (description "This package provides a set of little functions that have been
4499 found useful to do little odds and ends such as plotting the results of K-means
4500 clustering, substituting special text characters, viewing parts of a
4501 @code{data.frame}, constructing formulas from text and building design and
4502 response matrices.")
4503 (license license:bsd-3)))
4504
4505 (define-public r-ordinal
4506 (package
4507 (name "r-ordinal")
4508 (version "2019.12-10")
4509 (source
4510 (origin
4511 (method url-fetch)
4512 (uri (cran-uri "ordinal" version))
4513 (sha256
4514 (base32
4515 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
4516 (build-system r-build-system)
4517 (propagated-inputs
4518 `(("r-mass" ,r-mass)
4519 ("r-matrix" ,r-matrix)
4520 ("r-numderiv" ,r-numderiv)
4521 ("r-ucminf" ,r-ucminf)))
4522 (home-page "https://github.com/runehaubo/ordinal")
4523 (synopsis "Regression models for ordinal data")
4524 (description
4525 "This package provides an implementation of cumulative link (mixed)
4526 models also known as ordered regression models, proportional odds models,
4527 proportional hazards models for grouped survival times and ordered models.
4528 Estimation is via maximum likelihood and mixed models are fitted with the
4529 Laplace approximation and adaptive Gauss-Hermite quadrature.")
4530 (license license:gpl2+)))
4531
4532 (define-public r-jomo
4533 (package
4534 (name "r-jomo")
4535 (version "2.7-2")
4536 (source
4537 (origin
4538 (method url-fetch)
4539 (uri (cran-uri "jomo" version))
4540 (sha256
4541 (base32
4542 "1sbcpacxnxbzwa8rr9x2bq7hh0s3sw6yznr90dkp43n6xk5xaqir"))))
4543 (build-system r-build-system)
4544 (propagated-inputs
4545 `(("r-lme4" ,r-lme4)
4546 ("r-mass" ,r-mass)
4547 ("r-ordinal" ,r-ordinal)
4548 ("r-survival" ,r-survival)))
4549 (home-page "https://cran.r-project.org/web/packages/jomo/")
4550 (synopsis "Multilevel Joint Modelling Multiple Imputation")
4551 (description
4552 "Similarly to Schafer's package pan, jomo is a package for multilevel
4553 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
4554 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
4555 possibility of handling binary and categorical data through latent normal
4556 variables, the option to use cluster-specific covariance matrices and to
4557 impute compatibly with the substantive model.")
4558 (license license:gpl2)))
4559
4560 (define-public r-pan
4561 (package
4562 (name "r-pan")
4563 (version "1.6")
4564 (source
4565 (origin
4566 (method url-fetch)
4567 (uri (cran-uri "pan" version))
4568 (sha256
4569 (base32
4570 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
4571 (build-system r-build-system)
4572 (native-inputs `(("gfortran" ,gfortran)))
4573 (home-page "https://cran.r-project.org/web/packages/pan/")
4574 (synopsis "Multiple imputation for multivariate panel or clustered data")
4575 (description
4576 "This package implements multiple imputation for multivariate panel or
4577 clustered data.")
4578 (license license:gpl3)))
4579
4580 (define-public r-mitml
4581 (package
4582 (name "r-mitml")
4583 (version "0.4-1")
4584 (source
4585 (origin
4586 (method url-fetch)
4587 (uri (cran-uri "mitml" version))
4588 (sha256
4589 (base32
4590 "1bw92fl6xp3yvawh3nbjzs4hp4alpwj6vnv6lsysd74aqndw447c"))))
4591 (build-system r-build-system)
4592 (propagated-inputs
4593 `(("r-haven" ,r-haven)
4594 ("r-jomo" ,r-jomo)
4595 ("r-pan" ,r-pan)))
4596 (native-inputs
4597 `(("r-knitr" ,r-knitr)))
4598 (home-page "https://cran.r-project.org/web/packages/mitml/")
4599 (synopsis "Tools for multiple imputation in multilevel modeling")
4600 (description
4601 "This package provides tools for multiple imputation of missing data in
4602 multilevel modeling. It includes a user-friendly interface to the packages
4603 pan and jomo, and several functions for visualization, data management and the
4604 analysis of multiply imputed data sets.")
4605 (license license:gpl2+)))
4606
4607 (define-public r-mice
4608 (package
4609 (name "r-mice")
4610 (version "3.13.0")
4611 (source
4612 (origin
4613 (method url-fetch)
4614 (uri (cran-uri "mice" version))
4615 (sha256
4616 (base32
4617 "11cpyqlilakan2pwjzacb9jjlazazsqdngy237nnrj8j6mky822i"))))
4618 (build-system r-build-system)
4619 (propagated-inputs
4620 `(("r-broom" ,r-broom)
4621 ("r-cpp11" ,r-cpp11)
4622 ("r-dplyr" ,r-dplyr)
4623 ("r-generics" ,r-generics)
4624 ("r-lattice" ,r-lattice)
4625 ("r-rcpp" ,r-rcpp)
4626 ("r-rlang" ,r-rlang)
4627 ("r-tidyr" ,r-tidyr)))
4628 (home-page "https://cran.r-project.org/web/packages/mice/")
4629 (synopsis "Multivariate imputation by chained equations")
4630 (description
4631 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
4632 implemented by the MICE algorithm as described in @url{Van Buuren and
4633 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
4634 variable has its own imputation model. Built-in imputation models are
4635 provided for continuous data (predictive mean matching, normal), binary
4636 data (logistic regression), unordered categorical data (polytomous logistic
4637 regression) and ordered categorical data (proportional odds). MICE can also
4638 impute continuous two-level data (normal model, pan, second-level variables).
4639 Passive imputation can be used to maintain consistency between variables.
4640 Various diagnostic plots are available to inspect the quality of the
4641 imputations.")
4642 ;; Any of these two versions.
4643 (license (list license:gpl2 license:gpl3))))
4644
4645 (define-public r-truncnorm
4646 (package
4647 (name "r-truncnorm")
4648 (version "1.0-8")
4649 (source
4650 (origin
4651 (method url-fetch)
4652 (uri (cran-uri "truncnorm" version))
4653 (sha256
4654 (base32
4655 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
4656 (build-system r-build-system)
4657 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
4658 (synopsis "Truncated normal distribution")
4659 (description "This package provides functions for the truncated normal
4660 distribution with mean equal to @code{mean} and standard deviation equal to
4661 @code{sd}. It includes density, distribution, quantile, and expected value
4662 functions, as well as a random generation function.")
4663 (license license:gpl2)))
4664
4665 (define-public r-rsolnp
4666 (package
4667 (name "r-rsolnp")
4668 (version "1.16")
4669 (source
4670 (origin
4671 (method url-fetch)
4672 (uri (cran-uri "Rsolnp" version))
4673 (sha256
4674 (base32
4675 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
4676 (properties `((upstream-name . "Rsolnp")))
4677 (build-system r-build-system)
4678 (propagated-inputs
4679 `(("r-truncnorm" ,r-truncnorm)))
4680 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
4681 (synopsis "General non-linear optimization")
4682 (description "The Rsolnp package implements a general non-linear augmented
4683 Lagrange multiplier method solver, a @dfn{sequential quadratic
4684 programming} (SQP) based solver).")
4685 ;; Any version of the GPL.
4686 (license license:gpl2+)))
4687
4688 (define-public r-hardyweinberg
4689 (package
4690 (name "r-hardyweinberg")
4691 (version "1.7.1")
4692 (source
4693 (origin
4694 (method url-fetch)
4695 (uri (cran-uri "HardyWeinberg" version))
4696 (sha256
4697 (base32
4698 "0afjz818yvaq3akvgpy4irnlpspd2dj71qkrwj81lm9y36ypwlw6"))))
4699 (properties `((upstream-name . "HardyWeinberg")))
4700 (build-system r-build-system)
4701 (propagated-inputs
4702 `(("r-mice" ,r-mice)
4703 ("r-rcpp" ,r-rcpp)
4704 ("r-rsolnp" ,r-rsolnp)))
4705 (home-page "https://cran.r-project.org/package=HardyWeinberg")
4706 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
4707 (description
4708 "This package contains tools for exploring Hardy-Weinberg equilibrium for
4709 diallelic genetic marker data. All classical tests (chi-square, exact,
4710 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
4711 included in the package, as well as functions for power computation and for
4712 the simulation of marker data under equilibrium and disequilibrium. Routines
4713 for dealing with markers on the X-chromosome are included. Functions for
4714 testing equilibrium in the presence of missing data by using multiple
4715 imputation are also provided. Implements several graphics for exploring the
4716 equilibrium status of a large set of diallelic markers: ternary plots with
4717 acceptance regions, log-ratio plots and Q-Q plots.")
4718 (license license:gpl2+)))
4719
4720 (define-public r-sm
4721 (package
4722 (name "r-sm")
4723 (version "2.2-5.6")
4724 (source
4725 (origin
4726 (method url-fetch)
4727 (uri (cran-uri "sm" version))
4728 (sha256
4729 (base32
4730 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
4731 (build-system r-build-system)
4732 (native-inputs `(("gfortran" ,gfortran)))
4733 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
4734 (synopsis "Smoothing methods for nonparametric regression and density estimation")
4735 (description
4736 "This is software accompanying the book 'Applied Smoothing Techniques for
4737 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
4738 University Press. It provides smoothing methods for nonparametric regression
4739 and density estimation")
4740 (license license:gpl2+)))
4741
4742 (define-public r-venndiagram
4743 (package
4744 (name "r-venndiagram")
4745 (version "1.6.20")
4746 (source (origin
4747 (method url-fetch)
4748 (uri (cran-uri "VennDiagram" version))
4749 (sha256
4750 (base32
4751 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
4752 (properties `((upstream-name . "VennDiagram")))
4753 (build-system r-build-system)
4754 (propagated-inputs
4755 `(("r-futile-logger" ,r-futile-logger)))
4756 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
4757 (synopsis "Generate High-Resolution Venn and Euler Plots")
4758 (description
4759 "This package provides a set of functions to generate high-resolution
4760 Venn and Euler plots. It includes handling for several special cases,
4761 including two-case scaling, and extensive customization of plot shape and
4762 structure.")
4763 (license license:gpl2+)))
4764
4765 (define-public r-vioplot
4766 (package
4767 (name "r-vioplot")
4768 (version "0.3.5")
4769 (source
4770 (origin
4771 (method url-fetch)
4772 (uri (cran-uri "vioplot" version))
4773 (sha256
4774 (base32
4775 "0aiy615kn9lpr2cs757g3pklg81n01yhqh0wrwv111fn3cy86r0v"))))
4776 (build-system r-build-system)
4777 (propagated-inputs
4778 `(("r-sm" ,r-sm)
4779 ("r-zoo" ,r-zoo)))
4780 (native-inputs
4781 `(("r-knitr" ,r-knitr)))
4782 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
4783 (synopsis "Violin plot")
4784 (description
4785 "This package provides a violin plot, which is a combination of a box
4786 plot and a kernel density plot.")
4787 (license license:bsd-3)))
4788
4789 (define-public r-rsofia
4790 (package
4791 (name "r-rsofia")
4792 (version "1.1")
4793 (source (origin
4794 (method url-fetch)
4795 ;; This package has been removed from CRAN, so we can
4796 ;; only fetch it from the archives.
4797 (uri (string-append "https://cran.r-project.org/src/"
4798 "contrib/Archive/RSofia/RSofia_"
4799 version ".tar.gz"))
4800 (sha256
4801 (base32
4802 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
4803 (properties `((upstream-name . "RSofia")))
4804 (build-system r-build-system)
4805 (propagated-inputs
4806 `(("r-rcpp" ,r-rcpp)))
4807 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
4808 (synopsis "Port of sofia-ml to R")
4809 (description "This package is a port of sofia-ml to R. Sofia-ml is a
4810 suite of fast incremental algorithms for machine learning that can be used for
4811 training models for classification or ranking.")
4812 (license license:asl2.0)))
4813
4814 (define-public r-xts
4815 (package
4816 (name "r-xts")
4817 (version "0.12.1")
4818 (source
4819 (origin
4820 (method url-fetch)
4821 (uri (cran-uri "xts" version))
4822 (sha256
4823 (base32
4824 "0b6a7mpyk9aw6axas7nz01gadczprwwfhii01fz31z26z555i06n"))))
4825 (build-system r-build-system)
4826 (propagated-inputs `(("r-zoo" ,r-zoo)))
4827 (home-page "https://github.com/joshuaulrich/xts")
4828 (synopsis "Extensible time series")
4829 (description
4830 "This package provides for uniform handling of R's different time-based
4831 data classes by extending @code{zoo}, maximizing native format information
4832 preservation and allowing for user-level customization and extension, while
4833 simplifying cross-class interoperability.")
4834 (license license:gpl2+)))
4835
4836 (define-public r-performanceanalytics
4837 (package
4838 (name "r-performanceanalytics")
4839 (version "2.0.4")
4840 (source
4841 (origin
4842 (method url-fetch)
4843 (uri (cran-uri "PerformanceAnalytics" version))
4844 (sha256
4845 (base32
4846 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
4847 (properties
4848 `((upstream-name . "PerformanceAnalytics")))
4849 (build-system r-build-system)
4850 (propagated-inputs
4851 `(("r-quadprog" ,r-quadprog)
4852 ("r-xts" ,r-xts)
4853 ("r-zoo" ,r-zoo)))
4854 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
4855 (synopsis "Econometric tools for performance and risk analysis")
4856 (description "This is a collection of econometric functions for
4857 performance and risk analysis. This package aims to aid practitioners and
4858 researchers in utilizing the latest research in analysis of non-normal return
4859 streams. In general, it is most tested on return (rather than price) data on
4860 a regular scale, but most functions will work with irregular return data as
4861 well, and increasing numbers of functions will work with P&L or price data
4862 where possible.")
4863 ;; Either version may be picked.
4864 (license (list license:gpl2 license:gpl3))))
4865
4866 (define-public r-laeken
4867 (package
4868 (name "r-laeken")
4869 (version "0.5.1")
4870 (source
4871 (origin
4872 (method url-fetch)
4873 (uri (cran-uri "laeken" version))
4874 (sha256
4875 (base32
4876 "199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
4877 (build-system r-build-system)
4878 (propagated-inputs
4879 `(("r-boot" ,r-boot)
4880 ("r-mass" ,r-mass)))
4881 (home-page "https://cran.r-project.org/web/packages/laeken/")
4882 (synopsis "Estimation of indicators on social exclusion and poverty")
4883 (description "This package provides tools for the estimation of indicators
4884 on social exclusion and poverty, as well as an implementation of Pareto tail
4885 modeling for empirical income distributions.")
4886 (license license:gpl2+)))
4887
4888 (define-public r-vcd
4889 (package
4890 (name "r-vcd")
4891 (version "1.4-8")
4892 (source
4893 (origin
4894 (method url-fetch)
4895 (uri (cran-uri "vcd" version))
4896 (sha256
4897 (base32
4898 "030yyhpzsj4ivwrla7p9kgvmyjh6b8fr7czf678ykxjj64ccnvr3"))))
4899 (build-system r-build-system)
4900 (propagated-inputs
4901 `(("r-colorspace" ,r-colorspace)
4902 ("r-lmtest" ,r-lmtest)
4903 ("r-mass" ,r-mass)))
4904 (home-page "https://cran.r-project.org/web/packages/vcd/")
4905 (synopsis "Visualizing categorical data")
4906 (description "This package provides visualization techniques, data sets,
4907 summary and inference procedures aimed particularly at categorical data.
4908 Special emphasis is given to highly extensible grid graphics. The package was
4909 originally inspired by the book \"Visualizing Categorical Data\" by Michael
4910 Friendly and is now the main support package for a new book, \"Discrete Data
4911 Analysis with R\" by Michael Friendly and David Meyer (2015).")
4912 (license license:gpl2)))
4913
4914 (define-public r-ica
4915 (package
4916 (name "r-ica")
4917 (version "1.0-2")
4918 (source
4919 (origin
4920 (method url-fetch)
4921 (uri (cran-uri "ica" version))
4922 (sha256
4923 (base32
4924 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
4925 (build-system r-build-system)
4926 (home-page "https://cran.r-project.org/web/packages/ica/")
4927 (synopsis "Independent component analysis")
4928 (description "This package provides tools for @dfn{Independent Component
4929 Analysis} (ICA) using various algorithms: FastICA,
4930 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
4931 of Eigenmatrices} (JADE).")
4932 (license license:gpl2+)))
4933
4934 (define-public r-dtw
4935 (package
4936 (name "r-dtw")
4937 (version "1.22-3")
4938 (source
4939 (origin
4940 (method url-fetch)
4941 (uri (cran-uri "dtw" version))
4942 (sha256
4943 (base32
4944 "004gm4mzgdzdj807j3bwqsv5lizmnmz5jq514bdjshhkysnzjz6z"))))
4945 (build-system r-build-system)
4946 (propagated-inputs `(("r-proxy" ,r-proxy)))
4947 (home-page "http://dtw.r-forge.r-project.org/")
4948 (synopsis "Dynamic Time Warping Algorithms")
4949 (description "This package provides a comprehensive implementation of
4950 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
4951 optimal (least cumulative distance) alignment between points of two time
4952 series. Common DTW variants covered include local (slope) and global (window)
4953 constraints, subsequence matches, arbitrary distance definitions,
4954 normalizations, minimum variance matching, and so on.")
4955 (license license:gpl2+)))
4956
4957 (define-public r-sdmtools
4958 (package
4959 (name "r-sdmtools")
4960 (version "1.1-221.2")
4961 (source
4962 (origin
4963 (method url-fetch)
4964 (uri (cran-uri "SDMTools" version))
4965 (sha256
4966 (base32
4967 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
4968 (properties `((upstream-name . "SDMTools")))
4969 (build-system r-build-system)
4970 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
4971 (home-page "https://www.rforge.net/SDMTools/")
4972 (synopsis "Species distribution modelling tools")
4973 (description "This package provides a set of tools for post processing
4974 the outcomes of species distribution modeling exercises. It includes novel
4975 methods for comparing models and tracking changes in distributions through
4976 time. It further includes methods for visualizing outcomes, selecting
4977 thresholds, calculating measures of accuracy and landscape fragmentation
4978 statistics, etc.")
4979 (license license:gpl3+)))
4980
4981 (define-public r-scatterplot3d
4982 (package
4983 (name "r-scatterplot3d")
4984 (version "0.3-41")
4985 (source
4986 (origin
4987 (method url-fetch)
4988 (uri (cran-uri "scatterplot3d" version))
4989 (sha256
4990 (base32
4991 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
4992 (build-system r-build-system)
4993 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
4994 (synopsis "3D scatter plot")
4995 (description "This package provides an implementation of scatter plots for
4996 plotting. a three dimensional point cloud.")
4997 (license license:gpl2)))
4998
4999 (define-public r-ggridges
5000 (package
5001 (name "r-ggridges")
5002 (version "0.5.3")
5003 (source
5004 (origin
5005 (method url-fetch)
5006 (uri (cran-uri "ggridges" version))
5007 (sha256
5008 (base32
5009 "0bmlqy1p6rac90af97ffpdi6php7dblx66l2hcm8ljidgyqzmspm"))))
5010 (build-system r-build-system)
5011 (propagated-inputs
5012 `(("r-ggplot2" ,r-ggplot2)
5013 ("r-plyr" ,r-plyr)
5014 ("r-scales" ,r-scales)
5015 ("r-withr" ,r-withr)))
5016 (native-inputs
5017 `(("r-knitr" ,r-knitr)))
5018 (home-page "https://github.com/clauswilke/ggridges")
5019 (synopsis "Ridgeline plots in ggplot2")
5020 (description
5021 "Ridgeline plots provide a convenient way of visualizing changes in
5022 distributions over time or space. This package enables the creation of such
5023 plots in @code{ggplot2}.")
5024 (license license:gpl2)))
5025
5026 (define-public r-ggjoy
5027 (package
5028 (name "r-ggjoy")
5029 (version "0.4.1")
5030 (source
5031 (origin
5032 (method url-fetch)
5033 (uri (cran-uri "ggjoy" version))
5034 (sha256
5035 (base32
5036 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
5037 (build-system r-build-system)
5038 (propagated-inputs
5039 `(("r-ggplot2" ,r-ggplot2)
5040 ("r-ggridges" ,r-ggridges)))
5041 (home-page "https://github.com/clauswilke/ggjoy")
5042 (synopsis "Joyplots in ggplot2")
5043 (description "Joyplots provide a convenient way of visualizing changes in
5044 distributions over time or space. This package enables the creation of such
5045 plots in @code{ggplot2}.")
5046 (license license:gpl2)))
5047
5048 (define-public r-cli
5049 (package
5050 (name "r-cli")
5051 (version "2.3.1")
5052 (source
5053 (origin
5054 (method url-fetch)
5055 (uri (cran-uri "cli" version))
5056 (sha256
5057 (base32
5058 "1jh64ixn6mg2ap1sx4azrxkjnlsyjbfxyc9zjkx8m9dlakgf4v2i"))))
5059 (build-system r-build-system)
5060 (propagated-inputs
5061 `(("r-assertthat" ,r-assertthat)
5062 ("r-glue" ,r-glue)))
5063 (home-page "https://github.com/r-lib/cli#readme")
5064 (synopsis "Helpers for developing command line interfaces")
5065 (description "This package provides a suite of tools designed to build
5066 attractive command line interfaces (CLIs). It includes tools for drawing
5067 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
5068 (license license:expat)))
5069
5070 (define-public r-argparser
5071 (package
5072 (name "r-argparser")
5073 (version "0.7.1")
5074 (source
5075 (origin
5076 (method url-fetch)
5077 (uri (cran-uri "argparser" version))
5078 (sha256
5079 (base32
5080 "0xcl0ivsbc4iw8s7027q4cx68j6s5lihbby0xa9pmlv4wjmcvdr6"))))
5081 (build-system r-build-system)
5082 (home-page "https://bitbucket.org/djhshih/argparser")
5083 (synopsis "Command-line argument parser")
5084 (description
5085 "This package provides a cross-platform command-line argument parser
5086 written purely in R with no external dependencies. It is useful with the
5087 Rscript front-end and facilitates turning an R script into an executable
5088 script.")
5089 (license license:gpl3+)))
5090
5091 (define-public r-debugme
5092 (package
5093 (name "r-debugme")
5094 (version "1.1.0")
5095 (source
5096 (origin
5097 (method url-fetch)
5098 (uri (cran-uri "debugme" version))
5099 (sha256
5100 (base32
5101 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
5102 (build-system r-build-system)
5103 (propagated-inputs `(("r-crayon" ,r-crayon)))
5104 (home-page "https://github.com/r-lib/debugme#readme")
5105 (synopsis "Debug R packages")
5106 (description
5107 "This package allows the user to specify debug messages as special string
5108 constants, and control debugging of packages via environment variables.")
5109 (license license:expat)))
5110
5111 (define-public r-processx
5112 (package
5113 (name "r-processx")
5114 (version "3.4.5")
5115 (source
5116 (origin
5117 (method url-fetch)
5118 (uri (cran-uri "processx" version))
5119 (sha256
5120 (base32 "055v2gdrgqsfy8s672wsq79bqr44b4jjmcbqivx4p2d6lqx10s73"))))
5121 (build-system r-build-system)
5122 (propagated-inputs
5123 `(("r-ps" ,r-ps)
5124 ("r-r6" ,r-r6)))
5125 (home-page "https://github.com/r-lib/processx3")
5126 (synopsis "Execute and control system processes")
5127 (description
5128 "This package provides portable tools to run system processes in the
5129 background. It can check if a background process is running; wait on a
5130 background process to finish; get the exit status of finished processes; kill
5131 background processes and their children; restart processes. It can read the
5132 standard output and error of the processes, using non-blocking connections.
5133 @code{processx} can poll a process for standard output or error, with a
5134 timeout. It can also poll several processes at once.")
5135 (license license:expat)))
5136
5137 (define-public r-tsp
5138 (package
5139 (name "r-tsp")
5140 (version "1.1-10")
5141 (source
5142 (origin
5143 (method url-fetch)
5144 (uri (cran-uri "TSP" version))
5145 (sha256
5146 (base32
5147 "0z1v6m0vqjzxc4az3zyjaayygx0jr3mdmc56jjd421iqh0b9z5s4"))))
5148 (properties `((upstream-name . "TSP")))
5149 (build-system r-build-system)
5150 (propagated-inputs `(("r-foreach" ,r-foreach)))
5151 (home-page "https://cran.r-project.org/web/packages/TSP/")
5152 (synopsis "Traveling salesperson problem (TSP)")
5153 (description "This package provides basic infrastructure and some
5154 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
5155 traveling salesman problem).")
5156 (license license:gpl3)))
5157
5158 (define-public r-qap
5159 (package
5160 (name "r-qap")
5161 (version "0.1-1")
5162 (source
5163 (origin
5164 (method url-fetch)
5165 (uri (cran-uri "qap" version))
5166 (sha256
5167 (base32
5168 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
5169 (build-system r-build-system)
5170 (native-inputs `(("gfortran" ,gfortran)))
5171 (home-page "https://cran.r-project.org/web/packages/qap/")
5172 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
5173 (description "This package implements heuristics for the @dfn{quadratic
5174 assignment problem} (QAP). Currently only a simulated annealing heuristic is
5175 available.")
5176 (license license:gpl3)))
5177
5178 (define-public r-gclus
5179 (package
5180 (name "r-gclus")
5181 (version "1.3.2")
5182 (source
5183 (origin
5184 (method url-fetch)
5185 (uri (cran-uri "gclus" version))
5186 (sha256
5187 (base32
5188 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
5189 (build-system r-build-system)
5190 (propagated-inputs `(("r-cluster" ,r-cluster)))
5191 (home-page "https://cran.r-project.org/web/packages/gclus/")
5192 (synopsis "Clustering graphics")
5193 (description "This package orders panels in scatterplot matrices and
5194 parallel coordinate displays by some merit index. It contains various indices
5195 of merit, ordering functions, and enhanced versions of @code{pairs} and
5196 @code{parcoord} which color panels according to their merit level.")
5197 (license license:gpl2+)))
5198
5199 (define-public r-webshot
5200 (package
5201 (name "r-webshot")
5202 (version "0.5.2")
5203 (source
5204 (origin
5205 (method url-fetch)
5206 (uri (cran-uri "webshot" version))
5207 (sha256
5208 (base32
5209 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
5210 (build-system r-build-system)
5211 (propagated-inputs
5212 `(("r-callr" ,r-callr)
5213 ("r-jsonlite" ,r-jsonlite)
5214 ("r-magrittr" ,r-magrittr)))
5215 (home-page "https://github.com/wch/webshot/")
5216 (synopsis "Take screenshots of web pages")
5217 (description
5218 "Webshot makes it easy to take screenshots of web pages from within R.
5219 It can also run Shiny applications locally and take screenshots of the
5220 application; and it can render and screenshot static as well as interactive R
5221 Markdown documents.")
5222 (license license:gpl2)))
5223
5224 (define-public r-seriation
5225 (package
5226 (name "r-seriation")
5227 (version "1.2-9")
5228 (source
5229 (origin
5230 (method url-fetch)
5231 (uri (cran-uri "seriation" version))
5232 (sha256
5233 (base32
5234 "1glxn098ar1v96xlwp85kjxzfd1nyfzp2f82x5z3fm87yv57k4lb"))))
5235 (build-system r-build-system)
5236 (propagated-inputs
5237 `(("r-cluster" ,r-cluster)
5238 ("r-colorspace" ,r-colorspace)
5239 ("r-dendextend" ,r-dendextend)
5240 ("r-gclus" ,r-gclus)
5241 ("r-gplots" ,r-gplots)
5242 ("r-mass" ,r-mass)
5243 ("r-qap" ,r-qap)
5244 ("r-registry" ,r-registry)
5245 ("r-tsp" ,r-tsp)))
5246 (native-inputs `(("gfortran" ,gfortran)))
5247 (home-page "https://s2.smu.edu/IDA/seriation/")
5248 (synopsis "Infrastructure for ordering objects using seriation")
5249 (description
5250 "This package provides infrastructure for seriation with an
5251 implementation of several seriation/sequencing techniques to reorder matrices,
5252 dissimilarity matrices, and dendrograms. It also provides (optimally)
5253 reordered heatmaps, color images and clustering visualizations like
5254 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
5255 iVAT).")
5256 (license license:gpl3)))
5257
5258 (define-public r-xfun
5259 (package
5260 (name "r-xfun")
5261 (version "0.22")
5262 (source
5263 (origin
5264 (method url-fetch)
5265 (uri (cran-uri "xfun" version))
5266 (sha256
5267 (base32 "0ix3p0iw2c60whn5mvsflh0vhm4yixhw4s9d9v4023qhp077nw9y"))))
5268 (build-system r-build-system)
5269 ;; knitr itself depends on xfun
5270 #;
5271 (native-inputs
5272 `(("r-knitr" ,r-knitr)))
5273 (home-page "https://github.com/yihui/xfun")
5274 (synopsis "Miscellaneous functions")
5275 (description
5276 "This package provides miscellaneous functions commonly used in other
5277 packages maintained by Yihui Xie.")
5278 (license license:expat)))
5279
5280 (define-public r-utf8
5281 (package
5282 (name "r-utf8")
5283 (version "1.2.1")
5284 (source
5285 (origin
5286 (method url-fetch)
5287 (uri (cran-uri "utf8" version))
5288 (sha256
5289 (base32
5290 "1yw7vjn3gpkqddc91rbfh4kk0zmn2kp0jycrd3066sissh01jhdk"))))
5291 (build-system r-build-system)
5292 (native-inputs
5293 `(("r-knitr" ,r-knitr)))
5294 (home-page "https://github.com/patperry/r-utf8")
5295 (synopsis "Unicode text processing")
5296 (description
5297 "This package provides tools to process and print UTF-8 encoded
5298 international text (Unicode). Input, validate, normalize, encode, format, and
5299 display.")
5300 (license license:asl2.0)))
5301
5302 (define-public r-zeallot
5303 (package
5304 (name "r-zeallot")
5305 (version "0.1.0")
5306 (source
5307 (origin
5308 (method url-fetch)
5309 (uri (cran-uri "zeallot" version))
5310 (sha256
5311 (base32
5312 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
5313 (build-system r-build-system)
5314 (home-page "https://github.com/nteetor/zeallot")
5315 (synopsis "Multiple, unpacking, and destructuring assignment")
5316 (description
5317 "This package provides a @code{%<-%} operator to perform multiple,
5318 unpacking, and destructuring assignment in R. The operator unpacks the
5319 right-hand side of an assignment into multiple values and assigns these values
5320 to variables on the left-hand side of the assignment.")
5321 (license license:expat)))
5322
5323 (define-public r-vctrs
5324 (package
5325 (name "r-vctrs")
5326 (version "0.3.6")
5327 (source
5328 (origin
5329 (method url-fetch)
5330 (uri (cran-uri "vctrs" version))
5331 (sha256
5332 (base32
5333 "09ddxgzyah7lw42hn6n8fynsixf43s10jamsf94d2aidky63czfz"))))
5334 (build-system r-build-system)
5335 (propagated-inputs
5336 `(("r-digest" ,r-digest)
5337 ("r-ellipsis" ,r-ellipsis)
5338 ("r-glue" ,r-glue)
5339 ("r-rlang" ,r-rlang)))
5340 (native-inputs
5341 `(("r-knitr" ,r-knitr)))
5342 (home-page "https://github.com/r-lib/vctrs")
5343 (synopsis "Vector helpers")
5344 (description
5345 "There are three main goals to the @code{vctrs} package:
5346
5347 @enumerate
5348 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
5349 @code{length()} and @code{class()}. These definitions are paired with a
5350 framework for type-coercion and size-recycling.
5351 @item To define type- and size-stability as desirable function properties, use
5352 them to analyse existing base function, and to propose better alternatives.
5353 This work has been particularly motivated by thinking about the ideal
5354 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
5355 @item To provide a new @code{vctr} base class that makes it easy to create new
5356 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
5357 a few new @code{vctrs} generics, making implementation considerably simpler
5358 and more robust.
5359 @end enumerate\n")
5360 (license license:gpl3)))
5361
5362 (define-public r-pillar
5363 (package
5364 (name "r-pillar")
5365 (version "1.5.1")
5366 (source
5367 (origin
5368 (method url-fetch)
5369 (uri (cran-uri "pillar" version))
5370 (sha256
5371 (base32
5372 "0wp68cg95895aybi7yjqy0sidvc68lmfqndinpd63dysci9x3r8c"))))
5373 (build-system r-build-system)
5374 (propagated-inputs
5375 `(("r-cli" ,r-cli)
5376 ("r-crayon" ,r-crayon)
5377 ("r-ellipsis" ,r-ellipsis)
5378 ("r-fansi" ,r-fansi)
5379 ("r-lifecycle" ,r-lifecycle)
5380 ("r-rlang" ,r-rlang)
5381 ("r-utf8" ,r-utf8)
5382 ("r-vctrs" ,r-vctrs)))
5383 (native-inputs
5384 `(("r-knitr" ,r-knitr)))
5385 (home-page "https://github.com/r-lib/pillar")
5386 (synopsis "Coloured formatting for columns")
5387 (description
5388 "This package provides a @code{pillar} generic designed for formatting
5389 columns of data using the full range of colours provided by modern
5390 terminals.")
5391 (license license:gpl3)))
5392
5393 (define-public r-uuid
5394 (package
5395 (name "r-uuid")
5396 (version "0.1-4")
5397 (source
5398 (origin
5399 (method url-fetch)
5400 (uri (cran-uri "uuid" version))
5401 (sha256
5402 (base32
5403 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
5404 (build-system r-build-system)
5405 (home-page "https://www.rforge.net/uuid")
5406 (synopsis "Tools for generating and handling of UUIDs")
5407 (description
5408 "This package provides tools for generating and handling of
5409 @dfn{Universally Unique Identifiers} (UUIDs).")
5410 (license license:expat)))
5411
5412 (define-public r-tinytex
5413 (package
5414 (name "r-tinytex")
5415 (version "0.30")
5416 (source
5417 (origin
5418 (method url-fetch)
5419 (uri (cran-uri "tinytex" version))
5420 (sha256
5421 (base32
5422 "0dk6mpszwh1m65b0wfwjlcvpzywmasf6p31niqiq53wnd92my0gw"))))
5423 (build-system r-build-system)
5424 (propagated-inputs
5425 `(("r-xfun" ,r-xfun)))
5426 (home-page "https://github.com/yihui/tinytex")
5427 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
5428 (description
5429 "This package provides helper functions to install and maintain the LaTeX
5430 distribution named TinyTeX, a lightweight, cross-platform, portable, and
5431 easy-to-maintain version of TeX Live. This package also contains helper
5432 functions to compile LaTeX documents, and install missing LaTeX packages
5433 automatically.")
5434 (license license:expat)))
5435
5436 (define-public r-tinytest
5437 (package
5438 (name "r-tinytest")
5439 (version "1.2.4")
5440 (source
5441 (origin
5442 (method url-fetch)
5443 (uri (cran-uri "tinytest" version))
5444 (sha256
5445 (base32
5446 "1asryjrah3fj39gg0c6yxgpr142j5bg2n990v7q8r0a5pb8gcr45"))))
5447 (properties `((upstream-name . "tinytest")))
5448 (build-system r-build-system)
5449 (home-page "https://github.com/markvanderloo/tinytest")
5450 (synopsis "Lightweight unit testing framework")
5451 (description
5452 "This package provides a lightweight unit testing framework. Main
5453 features:
5454
5455 @enumerate
5456 @item install tests with the package;
5457 @item test results are treated as data that can be stored and manipulated;
5458 @item test files are R scripts interspersed with test commands, that can be
5459 programmed over;
5460 @item fully automated build-install-test sequence for packages;
5461 @item skip tests when not run locally (e.g. on CRAN);
5462 @item flexible and configurable output printing;
5463 @item compare computed output with output stored with the package;
5464 @item run tests in parallel;
5465 @item extensible by other packages;
5466 @item report side effects.
5467 @end enumerate
5468 ")
5469 (license license:gpl3)))
5470
5471 (define-public r-network
5472 (package
5473 (name "r-network")
5474 (version "1.16.1")
5475 (source
5476 (origin
5477 (method url-fetch)
5478 (uri (cran-uri "network" version))
5479 (sha256
5480 (base32
5481 "1cgy7vlbinyndl0zkzvnpcmi240wry6iwfb42sz1mj5c9iwkar7b"))))
5482 (build-system r-build-system)
5483 (propagated-inputs
5484 `(("r-magrittr" ,r-magrittr)
5485 ("r-tibble" ,r-tibble)))
5486 (home-page "https://statnet.org/")
5487 (synopsis "Classes for relational data")
5488 (description
5489 "This package provides tools to create and modify network objects. The
5490 @code{network} class can represent a range of relational data types, and
5491 supports arbitrary vertex/edge/graph attributes.")
5492 (license license:gpl2+)))
5493
5494 (define-public r-stabs
5495 (package
5496 (name "r-stabs")
5497 (version "0.6-4")
5498 (source
5499 (origin
5500 (method url-fetch)
5501 (uri (cran-uri "stabs" version))
5502 (sha256
5503 (base32
5504 "1nf1yg14cgxrs4np1yghpzw1nczaslfv3rvf3918wrlzg0vp6l7q"))))
5505 (build-system r-build-system)
5506 (native-inputs
5507 `(("r-knitr" ,r-knitr)))
5508 (home-page "https://github.com/hofnerb/stabs")
5509 (synopsis "Stability selection with error control")
5510 (description
5511 "This package provides resampling procedures to assess the stability of
5512 selected variables with additional finite sample error control for
5513 high-dimensional variable selection procedures such as Lasso or boosting.
5514 Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
5515 complementary pairs stability selection with improved error bounds
5516 (Shah & Samworth, 2013) are implemented. The package can be combined with
5517 arbitrary user specified variable selection approaches.")
5518 (license license:gpl2)))
5519
5520 (define-public r-rle
5521 (package
5522 (name "r-rle")
5523 (version "0.9.2")
5524 (source
5525 (origin
5526 (method url-fetch)
5527 (uri (cran-uri "rle" version))
5528 (sha256
5529 (base32
5530 "0sagl0jggg40lihzy7pfq4593rfvc3b3f7g6ggi85s7n18qvwg40"))))
5531 (properties `((upstream-name . "rle")))
5532 (build-system r-build-system)
5533 (home-page "https://cran.r-project.org/web/packages/rle/")
5534 (synopsis "Common functions for run-length encoded vectors")
5535 (description
5536 "This package provides common @code{base} and @code{stats} methods for
5537 @code{rle} objects, aiming to make it possible to treat them transparently as
5538 vectors.")
5539 (license license:gpl3)))
5540
5541 (define-public r-statnet-common
5542 (package
5543 (name "r-statnet-common")
5544 (version "4.4.1")
5545 (source
5546 (origin
5547 (method url-fetch)
5548 (uri (cran-uri "statnet.common" version))
5549 (sha256
5550 (base32
5551 "1z89an46xcl1d7dacj4irhk6pkajdz7v85b2347vczwdf622pksf"))))
5552 (properties
5553 `((upstream-name . "statnet.common")))
5554 (build-system r-build-system)
5555 (propagated-inputs
5556 `(("r-coda" ,r-coda)
5557 ("r-rle" ,r-rle)))
5558 (home-page "https://statnet.org")
5559 (synopsis "R scripts and utilities used by the Statnet software")
5560 (description "This package provides non-statistical utilities used by the
5561 software developed by the Statnet Project.")
5562 (license license:gpl3)))
5563
5564 (define-public r-statcheck
5565 (package
5566 (name "r-statcheck")
5567 (version "1.3.0")
5568 (source
5569 (origin
5570 (method url-fetch)
5571 (uri (cran-uri "statcheck" version))
5572 (sha256
5573 (base32
5574 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
5575 (build-system r-build-system)
5576 (propagated-inputs
5577 `(("r-ggplot2" ,r-ggplot2)
5578 ("r-plyr" ,r-plyr)
5579 ("r-rmarkdown" ,r-rmarkdown)))
5580 (home-page "https://cran.r-project.org/web/packages/statcheck/")
5581 (synopsis "Extract statistics from articles and recompute p-values")
5582 (description "This package can automatically extract statistical
5583 null-hypothesis significant testing (NHST) results from articles and recompute
5584 the p-values based on the reported test statistic and degrees of freedom to
5585 detect possible inconsistencies.")
5586 (license license:gpl2)))
5587
5588 (define-public r-sna
5589 (package
5590 (name "r-sna")
5591 (version "2.6")
5592 (source
5593 (origin
5594 (method url-fetch)
5595 (uri (cran-uri "sna" version))
5596 (sha256
5597 (base32
5598 "0ai0v4538d30m4wks5s3lch1yfmx1ml0nnrz7ihs097lv586a09s"))))
5599 (build-system r-build-system)
5600 (propagated-inputs
5601 `(("r-network" ,r-network)
5602 ("r-statnet-common" ,r-statnet-common)))
5603 (home-page "https://statnet.org")
5604 (synopsis "Tools for social network analysis")
5605 (description
5606 "This package provides a range of tools for social network analysis,
5607 including node and graph-level indices, structural distance and covariance
5608 methods, structural equivalence detection, network regression, random graph
5609 generation, and 2D/3D network visualization.")
5610 (license license:gpl2+)))
5611
5612 (define-public r-tfisher
5613 (package
5614 (name "r-tfisher")
5615 (version "0.2.0")
5616 (source
5617 (origin
5618 (method url-fetch)
5619 (uri (cran-uri "TFisher" version))
5620 (sha256
5621 (base32
5622 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
5623 (properties `((upstream-name . "TFisher")))
5624 (build-system r-build-system)
5625 (propagated-inputs
5626 `(("r-matrix" ,r-matrix)
5627 ("r-mvtnorm" ,r-mvtnorm)
5628 ("r-sn" ,r-sn)))
5629 (home-page "https://cran.r-project.org/web/packages/TFisher/")
5630 (synopsis "Optimal thresholding Fisher's p-value combination method")
5631 (description
5632 "This package provides the @dfn{cumulative distribution function} (CDF),
5633 quantile, and statistical power calculator for a collection of thresholding
5634 Fisher's p-value combination methods, including Fisher's p-value combination
5635 method, truncated product method and, in particular, soft-thresholding
5636 Fisher's p-value combination method which is proven to be optimal in some
5637 context of signal detection. The p-value calculator for the omnibus version
5638 of these tests are also included.")
5639 (license license:gpl2)))
5640
5641 (define-public r-ttr
5642 (package
5643 (name "r-ttr")
5644 (version "0.24.2")
5645 (source
5646 (origin
5647 (method url-fetch)
5648 (uri (cran-uri "TTR" version))
5649 (sha256
5650 (base32
5651 "06vicgbhwpsww09hhha5mbcd0cwip6cvkfbhjjhp950rv64bk1r5"))))
5652 (properties `((upstream-name . "TTR")))
5653 (build-system r-build-system)
5654 (propagated-inputs
5655 `(("r-curl" ,r-curl)
5656 ("r-xts" ,r-xts)
5657 ("r-zoo" ,r-zoo)))
5658 (home-page "https://github.com/joshuaulrich/TTR")
5659 (synopsis "Technical trading rules")
5660 (description
5661 "This package provides functions and data to construct technical trading
5662 rules with R.")
5663 (license license:gpl2)))
5664
5665 (define-public r-leaps
5666 (package
5667 (name "r-leaps")
5668 (version "3.1")
5669 (source
5670 (origin
5671 (method url-fetch)
5672 (uri (cran-uri "leaps" version))
5673 (sha256
5674 (base32
5675 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
5676 (build-system r-build-system)
5677 (native-inputs `(("gfortran" ,gfortran)))
5678 (home-page "https://cran.r-project.org/web/packages/leaps/")
5679 (synopsis "Regression subset selection")
5680 (description
5681 "This package provides tools for regression subset selection, including
5682 exhaustive search.")
5683 (license license:gpl2+)))
5684
5685 (define-public r-splus2r
5686 (package
5687 (name "r-splus2r")
5688 (version "1.3-3")
5689 (source
5690 (origin
5691 (method url-fetch)
5692 (uri (cran-uri "splus2R" version))
5693 (sha256
5694 (base32
5695 "035zd22zcpkh74rik9ws6g8al6vjz7jgrqs5si361bzb5n290p3x"))))
5696 (properties `((upstream-name . "splus2R")))
5697 (build-system r-build-system)
5698 (home-page "https://cran.r-project.org/web/packages/splus2R/")
5699 (synopsis "Supplemental S-PLUS functionality in R")
5700 (description
5701 "Currently there are many functions in S-PLUS that are missing in R. To
5702 facilitate the conversion of S-PLUS packages to R packages, this package
5703 provides some missing S-PLUS functionality in R.")
5704 (license license:gpl2)))
5705
5706 (define-public r-ifultools
5707 (package
5708 (name "r-ifultools")
5709 (version "2.0-22")
5710 (source
5711 (origin
5712 (method url-fetch)
5713 (uri (cran-uri "ifultools" version))
5714 (sha256
5715 (base32
5716 "0f95vqc47dgssqngznk0rclr72ndbyxc7gdq2cmbksvq7qpn3gg1"))))
5717 (build-system r-build-system)
5718 (propagated-inputs
5719 `(("r-mass" ,r-mass)
5720 ("r-splus2r" ,r-splus2r)))
5721 (home-page "https://cran.r-project.org/web/packages/ifultools/")
5722 (synopsis "Insightful research tools")
5723 (description "This package provides C code used by the wmtsa, fractal, and
5724 sapa R packages.")
5725 (license license:gpl2)))
5726
5727 (define-public r-sapa
5728 (package
5729 (name "r-sapa")
5730 (version "2.0-2")
5731 (source
5732 (origin
5733 (method url-fetch)
5734 (uri (cran-uri "sapa" version))
5735 (sha256
5736 (base32
5737 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
5738 (build-system r-build-system)
5739 (propagated-inputs
5740 `(("r-ifultools" ,r-ifultools)
5741 ("r-splus2r" ,r-splus2r)))
5742 (home-page "https://cran.r-project.org/web/packages/sapa/")
5743 (synopsis "Spectral analysis for physical applications")
5744 (description "This package provides software for the book Spectral
5745 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
5746 Cambridge University Press, 1993.")
5747 (license license:gpl2)))
5748
5749 (define-public r-aggregation
5750 (package
5751 (name "r-aggregation")
5752 (version "1.0.1")
5753 (source
5754 (origin
5755 (method url-fetch)
5756 (uri (cran-uri "aggregation" version))
5757 (sha256
5758 (base32
5759 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
5760 (build-system r-build-system)
5761 (home-page "https://cran.r-project.org/web/packages/aggregation/")
5762 (synopsis "Methods for p-value aggregation")
5763 (description
5764 "This package contains functionality for performing the following methods
5765 of p-value aggregation: Fisher's method, the Lancaster method (weighted
5766 Fisher's method), and Sidak correction.")
5767 (license license:gpl3)))
5768
5769 (define-public r-quantmod
5770 (package
5771 (name "r-quantmod")
5772 (version "0.4.18")
5773 (source
5774 (origin
5775 (method url-fetch)
5776 (uri (cran-uri "quantmod" version))
5777 (sha256
5778 (base32
5779 "0dbcrncv06iqcbkky95dd7l32xq0hhbnkb0kj8wwzym1jf748h5a"))))
5780 (build-system r-build-system)
5781 (propagated-inputs
5782 `(("r-curl" ,r-curl)
5783 ("r-ttr" ,r-ttr)
5784 ("r-xts" ,r-xts)
5785 ("r-zoo" ,r-zoo)))
5786 (home-page "https://cran.r-project.org/web/packages/quantmod/")
5787 (synopsis "Quantitative financial modelling framework")
5788 (description "This package provides a quantitative financial modelling
5789 framework to allow users to specify, build, trade, and analyse quantitative
5790 financial trading strategies.")
5791 (license license:gpl3)))
5792
5793 (define-public r-tseries
5794 (package
5795 (name "r-tseries")
5796 (version "0.10-48")
5797 (source
5798 (origin
5799 (method url-fetch)
5800 (uri (cran-uri "tseries" version))
5801 (sha256
5802 (base32
5803 "0wa4rcf0igayi1yrwc6wak6d491560p0z89rz32haqlkiiq25gak"))))
5804 (build-system r-build-system)
5805 (propagated-inputs
5806 `(("r-quadprog" ,r-quadprog)
5807 ("r-quantmod" ,r-quantmod)
5808 ("r-zoo" ,r-zoo)))
5809 (native-inputs
5810 `(("gfortran" ,gfortran)))
5811 (home-page "https://cran.r-project.org/web/packages/tseries/")
5812 (synopsis "Time series analysis and computational finance")
5813 (description
5814 "This package provides functions relating to time series analysis and
5815 computational finance.")
5816 (license license:gpl2)))
5817
5818 (define-public r-wmtsa
5819 (package
5820 (name "r-wmtsa")
5821 (version "2.0-3")
5822 (source
5823 (origin
5824 (method url-fetch)
5825 (uri (cran-uri "wmtsa" version))
5826 (sha256
5827 (base32
5828 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
5829 (build-system r-build-system)
5830 (propagated-inputs
5831 `(("r-ifultools" ,r-ifultools)
5832 ("r-mass" ,r-mass)
5833 ("r-splus2r" ,r-splus2r)))
5834 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
5835 (synopsis "Wavelet methods for time series analysis")
5836 (description
5837 "This package provides software to accompany the book \"Wavelet Methods
5838 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
5839 University Press, 2000.")
5840 (license license:gpl2)))
5841
5842 (define-public r-tsa
5843 (package
5844 (name "r-tsa")
5845 (version "1.3")
5846 (source
5847 (origin
5848 (method url-fetch)
5849 (uri (cran-uri "TSA" version))
5850 (sha256
5851 (base32
5852 "1bv5q609lhmrcxnjnvcj497fbjlv89zwa8q918hw4iki5nkvwwdb"))))
5853 (properties `((upstream-name . "TSA")))
5854 (build-system r-build-system)
5855 (propagated-inputs
5856 `(("r-leaps" ,r-leaps)
5857 ("r-locfit" ,r-locfit)
5858 ("r-mgcv" ,r-mgcv)
5859 ("r-tseries" ,r-tseries)))
5860 (home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
5861 (synopsis "Time series analysis")
5862 (description
5863 "This package contains R functions and datasets detailed in the book
5864 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
5865 Cryer and Kung-Sik Chan.")
5866 (license license:gpl2+)))
5867
5868 (define-public r-extradistr
5869 (package
5870 (name "r-extradistr")
5871 (version "1.9.1")
5872 (source
5873 (origin
5874 (method url-fetch)
5875 (uri (cran-uri "extraDistr" version))
5876 (sha256
5877 (base32
5878 "1gypnbvdzczl0mvznvy8r7hzsvc5gvdvi2mmzj21cqdw9n63944r"))))
5879 (properties `((upstream-name . "extraDistr")))
5880 (build-system r-build-system)
5881 (propagated-inputs
5882 `(("r-rcpp" ,r-rcpp)))
5883 (home-page "https://github.com/twolodzko/extraDistr")
5884 (synopsis "Additional univariate and multivariate distributions")
5885 (description
5886 "This package implements density, distribution functions, quantile
5887 functions and random generation functions for a large number of univariate and
5888 multivariate distributions.")
5889 (license license:gpl2)))
5890
5891 (define-public r-fractal
5892 (package
5893 (name "r-fractal")
5894 (version "2.0-4")
5895 (source
5896 (origin
5897 (method url-fetch)
5898 (uri (cran-uri "fractal" version))
5899 (sha256
5900 (base32
5901 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
5902 (build-system r-build-system)
5903 (propagated-inputs
5904 `(("r-ifultools" ,r-ifultools)
5905 ("r-mass" ,r-mass)
5906 ("r-sapa" ,r-sapa)
5907 ("r-scatterplot3d" ,r-scatterplot3d)
5908 ("r-splus2r" ,r-splus2r)
5909 ("r-wmtsa" ,r-wmtsa)))
5910 (home-page "https://cran.r-project.org/web/packages/fractal/")
5911 (synopsis "Fractal time series modeling and analysis")
5912 (description
5913 "This package provides tools for stochastic fractal and deterministic
5914 chaotic time series analysis.")
5915 (license license:gpl2)))
5916
5917 (define-public r-urca
5918 (package
5919 (name "r-urca")
5920 (version "1.3-0")
5921 (source
5922 (origin
5923 (method url-fetch)
5924 (uri (cran-uri "urca" version))
5925 (sha256
5926 (base32
5927 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
5928 (build-system r-build-system)
5929 (propagated-inputs `(("r-nlme" ,r-nlme)))
5930 (native-inputs `(("gfortran" ,gfortran)))
5931 (home-page "https://cran.r-project.org/web/packages/urca/")
5932 (synopsis "Unit root and cointegration tests for time series data")
5933 (description
5934 "This package provides unit root and cointegration tests encountered in
5935 applied econometric analysis.")
5936 (license license:gpl2+)))
5937
5938 (define-public r-cubature
5939 (package
5940 (name "r-cubature")
5941 (version "2.0.4.1")
5942 (source
5943 (origin
5944 (method url-fetch)
5945 (uri (cran-uri "cubature" version))
5946 (sha256
5947 (base32
5948 "006la36gxdikvmdnq4ny7ik7r30id4z3b3fqsl57dpqwkpsbsgrq"))))
5949 (build-system r-build-system)
5950 (propagated-inputs
5951 `(("r-rcpp" ,r-rcpp)))
5952 (native-inputs
5953 `(("r-knitr" ,r-knitr)))
5954 (home-page "https://github.com/bnaras/cubature")
5955 (synopsis "Adaptive multivariate integration over hypercubes")
5956 (description
5957 "This package is an R wrapper around the cubature C library for adaptive
5958 multivariate integration over hypercubes. This version provides both
5959 @code{hcubature} and @code{pcubature} routines in addition to a vector
5960 interface.")
5961 ;; The included cubature C library is released under GPLv2+, but the
5962 ;; wrapper declares the license to be GPLv3+.
5963 (license (list license:gpl2+ license:gpl3+))))
5964
5965 (define-public r-trend
5966 (package
5967 (name "r-trend")
5968 (version "1.1.4")
5969 (source
5970 (origin
5971 (method url-fetch)
5972 (uri (cran-uri "trend" version))
5973 (sha256
5974 (base32
5975 "1mr5g5gaxiqj6x83ngcbwwh57vhrhcz0x9dh0rmvs9y2ivk29ccs"))))
5976 (build-system r-build-system)
5977 (propagated-inputs
5978 `(("r-extradistr" ,r-extradistr)))
5979 (native-inputs
5980 `(("gfortran" ,gfortran)))
5981 (home-page "https://cran.r-project.org/web/packages/trend/")
5982 (synopsis "Non-parametric trend tests and change-point detection")
5983 (description
5984 "The analysis of environmental data often requires the detection of
5985 trends and change-points. This package includes tests for trend
5986 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
5987 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
5988 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
5989 correlation trend test), change-point detection (Lanzante's test procedures,
5990 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
5991 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
5992 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
5993 sample Robust Rank-Order Distributional Test.")
5994 (license license:gpl3)))
5995
5996 (define-public r-expm
5997 (package
5998 (name "r-expm")
5999 (version "0.999-6")
6000 (source
6001 (origin
6002 (method url-fetch)
6003 (uri (cran-uri "expm" version))
6004 (sha256
6005 (base32
6006 "1p5dapwv8ycxaysgi6imnby04i4kh1c5a2czqa4wygz0s8pr2y9c"))))
6007 (build-system r-build-system)
6008 (propagated-inputs `(("r-matrix" ,r-matrix)))
6009 (native-inputs `(("gfortran" ,gfortran)))
6010 (home-page "https://r-forge.r-project.org/projects/expm/")
6011 (synopsis "Tools for matrix exponentials and related quantities")
6012 (description
6013 "This package provides tools for the computation of the matrix
6014 exponential, logarithm, square root, and related quantities.")
6015 (license license:gpl2+)))
6016
6017 (define-public r-complexplus
6018 (package
6019 (name "r-complexplus")
6020 (version "2.1")
6021 (source
6022 (origin
6023 (method url-fetch)
6024 (uri (cran-uri "complexplus" version))
6025 (sha256
6026 (base32
6027 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
6028 (build-system r-build-system)
6029 (propagated-inputs
6030 `(("r-expm" ,r-expm)
6031 ("r-matrix" ,r-matrix)))
6032 (home-page "https://cran.r-project.org/web/packages/complexplus/")
6033 (synopsis "Functions of complex or real variables")
6034 (description
6035 "This package extends several functions to the complex domain, including
6036 the matrix exponential and logarithm, and the determinant.")
6037 (license license:gpl2)))
6038
6039 (define-public r-phontools
6040 (package
6041 (name "r-phontools")
6042 (version "0.2-2.1")
6043 (source
6044 (origin
6045 (method url-fetch)
6046 (uri (cran-uri "phonTools" version))
6047 (sha256
6048 (base32
6049 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
6050 (properties `((upstream-name . "phonTools")))
6051 (build-system r-build-system)
6052 (home-page "http://www.santiagobarreda.com/rscripts.html")
6053 (synopsis "Tools for phonetic and acoustic analyses")
6054 (description
6055 "This package contains tools for the organization, display, and analysis
6056 of the sorts of data frequently encountered in phonetics research and
6057 experimentation, including the easy creation of IPA vowel plots, and the
6058 creation and manipulation of WAVE audio files.")
6059 (license license:bsd-2)))
6060
6061 (define-public r-np
6062 (package
6063 (name "r-np")
6064 (version "0.60-10")
6065 (source
6066 (origin
6067 (method url-fetch)
6068 (uri (cran-uri "np" version))
6069 (sha256
6070 (base32
6071 "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
6072 (build-system r-build-system)
6073 (propagated-inputs
6074 `(("r-boot" ,r-boot)
6075 ("r-cubature" ,r-cubature)
6076 ("r-quadprog" ,r-quadprog)
6077 ("r-quantreg" ,r-quantreg)))
6078 (home-page "https://github.com/JeffreyRacine/R-Package-np")
6079 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
6080 (description "This package provides non-parametric (and semi-parametric)
6081 kernel methods that seamlessly handle a mix of continuous, unordered, and
6082 ordered factor data types.")
6083 ;; Any version of the GPL.
6084 (license license:gpl3+)))
6085
6086 (define-public r-powerplus
6087 (package
6088 (name "r-powerplus")
6089 (version "3.1")
6090 (source
6091 (origin
6092 (method url-fetch)
6093 (uri (cran-uri "powerplus" version))
6094 (sha256
6095 (base32
6096 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
6097 (build-system r-build-system)
6098 (propagated-inputs
6099 `(("r-complexplus" ,r-complexplus)
6100 ("r-expm" ,r-expm)
6101 ("r-mass" ,r-mass)
6102 ("r-matrix" ,r-matrix)
6103 ("r-phontools" ,r-phontools)))
6104 (home-page "https://cran.r-project.org/web/packages/powerplus/")
6105 (synopsis "Exponentiation operations")
6106 (description
6107 "This package provides tools for the computation of matrix and scalar
6108 exponentiation.")
6109 (license license:gpl2)))
6110
6111 (define-public r-egg
6112 (package
6113 (name "r-egg")
6114 (version "0.4.5")
6115 (source
6116 (origin
6117 (method url-fetch)
6118 (uri (cran-uri "egg" version))
6119 (sha256
6120 (base32
6121 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
6122 (properties `((upstream-name . "egg")))
6123 (build-system r-build-system)
6124 (propagated-inputs
6125 `(("r-ggplot2" ,r-ggplot2)
6126 ("r-gridextra" ,r-gridextra)
6127 ("r-gtable" ,r-gtable)))
6128 (home-page "https://cran.r-project.org/web/packages/egg")
6129 (synopsis "Extensions for ggplot2")
6130 (description
6131 "This package provides miscellaneous functions to help customize ggplot2
6132 objects. High-level functions are provided to post-process ggplot2 layouts
6133 and allow alignment between plot panels, as well as setting panel sizes to
6134 fixed values. Other functions include a custom @code{geom}, and helper
6135 functions to enforce symmetric scales or add tags to facetted plots.")
6136 (license license:gpl3)))
6137
6138 (define-public r-heatmaply
6139 (package
6140 (name "r-heatmaply")
6141 (version "1.2.1")
6142 (source
6143 (origin
6144 (method url-fetch)
6145 (uri (cran-uri "heatmaply" version))
6146 (sha256
6147 (base32
6148 "0hspfkninwy62sf8gkdcsvwnvl66bbnjs2dpah9rr95a3rsgdp9d"))))
6149 (build-system r-build-system)
6150 (propagated-inputs
6151 `(("r-assertthat" ,r-assertthat)
6152 ("r-colorspace" ,r-colorspace)
6153 ("r-dendextend" ,r-dendextend)
6154 ("r-egg" ,r-egg)
6155 ("r-ggplot2" ,r-ggplot2)
6156 ("r-htmlwidgets" ,r-htmlwidgets)
6157 ("r-magrittr" ,r-magrittr)
6158 ("r-plotly" ,r-plotly)
6159 ("r-rcolorbrewer" ,r-rcolorbrewer)
6160 ("r-reshape2" ,r-reshape2)
6161 ("r-scales" ,r-scales)
6162 ("r-seriation" ,r-seriation)
6163 ("r-viridis" ,r-viridis)
6164 ("r-webshot" ,r-webshot)))
6165 (native-inputs
6166 `(("r-knitr" ,r-knitr)))
6167 (home-page "https://cran.r-project.org/package=heatmaply")
6168 (synopsis "Interactive cluster heat maps using plotly")
6169 (description
6170 "This package enables you to create interactive cluster heatmaps that can
6171 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
6172 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
6173 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
6174 a popular graphical method for visualizing high-dimensional data, in which a
6175 table of numbers is encoded as a grid of colored cells. The rows and columns
6176 of the matrix are ordered to highlight patterns and are often accompanied by
6177 dendrograms.")
6178 ;; Either version of the license.
6179 (license (list license:gpl2 license:gpl3))))
6180
6181 (define-public r-h5
6182 (package
6183 (name "r-h5")
6184 (version "0.9.9")
6185 (source
6186 (origin
6187 (method url-fetch)
6188 (uri (cran-uri "h5" version))
6189 (sha256
6190 (base32
6191 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
6192 (build-system r-build-system)
6193 (inputs
6194 `(("zlib" ,zlib)
6195 ("hdf5" ,hdf5)))
6196 (native-inputs
6197 `(("which" ,which)))
6198 (propagated-inputs
6199 `(("r-rcpp" ,r-rcpp)))
6200 (home-page "https://github.com/mannau/h5")
6201 (synopsis "Interface to the HDF5 Library")
6202 (description
6203 "This package provides an S4 interface to the HDF5 library supporting
6204 fast storage and retrieval of R-objects like vectors, matrices and arrays to
6205 binary files in a language independent format. The HDF5 format can therefore
6206 be used as an alternative to R's save/load mechanism. Since h5 is able to
6207 access only subsets of stored data it can also handle data sets which do not
6208 fit into memory.")
6209 (license license:bsd-2)))
6210
6211 (define-public r-cgdsr
6212 (package
6213 (name "r-cgdsr")
6214 (version "1.3.0")
6215 (source
6216 (origin
6217 (method url-fetch)
6218 (uri (cran-uri "cgdsr" version))
6219 (sha256
6220 (base32
6221 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
6222 (build-system r-build-system)
6223 (propagated-inputs
6224 `(("r-httr" ,r-httr)
6225 ("r-r-methodss3" ,r-r-methodss3)
6226 ("r-r-oo" ,r-r-oo)))
6227 (home-page "https://github.com/cBioPortal/cgdsr")
6228 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
6229 (description
6230 "This package provides a basic set of R functions for querying the Cancer
6231 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
6232 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
6233 (license license:lgpl3)))
6234
6235 (define-public r-import
6236 (package
6237 (name "r-import")
6238 (version "1.2.0")
6239 (source
6240 (origin
6241 (method url-fetch)
6242 (uri (cran-uri "import" version))
6243 (sha256
6244 (base32
6245 "018s0x224gqnv4cjfh0fwliyfg6ma9vslmwybrlizfsmqcc5wp37"))))
6246 (build-system r-build-system)
6247 (native-inputs
6248 `(("r-knitr" ,r-knitr)))
6249 (home-page "https://github.com/smbache/import")
6250 (synopsis "Import mechanism for R")
6251 (description
6252 "This is an alternative mechanism for importing objects from packages.
6253 The syntax allows for importing multiple objects from a package with a single
6254 command in an expressive way. The import package bridges some of the gap
6255 between using @code{library} (or @code{require}) and direct (single-object)
6256 imports. Furthermore the imported objects are not placed in the current
6257 environment. It is also possible to import objects from stand-alone @code{.R}
6258 files.")
6259 (license license:expat)))
6260
6261 (define-public r-shinyace
6262 (package
6263 (name "r-shinyace")
6264 (version "0.4.1")
6265 (source
6266 (origin
6267 (method url-fetch)
6268 (uri (cran-uri "shinyAce" version))
6269 (sha256
6270 (base32
6271 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
6272 (properties `((upstream-name . "shinyAce")))
6273 (build-system r-build-system)
6274 (propagated-inputs
6275 `(("r-shiny" ,r-shiny)
6276 ("r-jsonlite" ,r-jsonlite)))
6277 (home-page "https://cran.r-project.org/web/packages/shinyAce/")
6278 (synopsis "Ace editor bindings for Shiny")
6279 (description
6280 "This package provides Ace editor bindings to enable a rich text editing
6281 environment within Shiny.")
6282 (license license:expat)))
6283
6284 (define-public r-randomizr
6285 (package
6286 (name "r-randomizr")
6287 (version "0.20.0")
6288 (source
6289 (origin
6290 (method url-fetch)
6291 (uri (cran-uri "randomizr" version))
6292 (sha256
6293 (base32
6294 "0dljyfldnardaps3fq6vi5wcs9x6qfaq5apapa78c51lnaa6fn9h"))))
6295 (properties `((upstream-name . "randomizr")))
6296 (build-system r-build-system)
6297 (native-inputs
6298 `(("r-knitr" ,r-knitr)))
6299 (home-page "https://declaredesign.org/r/randomizr/")
6300 (synopsis "Tools for common forms of random assignment and sampling")
6301 (description
6302 "This package provides tools for generating random assignments for common
6303 experimental designs and random samples for common sampling designs.")
6304 (license license:expat)))
6305
6306 (define-public r-base64url
6307 (package
6308 (name "r-base64url")
6309 (version "1.4")
6310 (source
6311 (origin
6312 (method url-fetch)
6313 (uri (cran-uri "base64url" version))
6314 (sha256
6315 (base32
6316 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
6317 (build-system r-build-system)
6318 (propagated-inputs
6319 `(("r-backports" ,r-backports)))
6320 (home-page "https://github.com/mllg/base64url")
6321 (synopsis "Fast and URL-safe base64 encoder and decoder")
6322 (description
6323 "This package provides a URL-safe base64 encoder and decoder. In
6324 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
6325 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
6326 encoder does not fill the string with trailing @code{=}. The resulting
6327 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
6328 and thus are safe to use in URLs or for file names. The package also comes
6329 with a simple base32 encoder/decoder suited for case insensitive file
6330 systems.")
6331 (license license:gpl3)))
6332
6333 (define-public r-radiant-data
6334 (package
6335 (name "r-radiant-data")
6336 (version "1.3.12")
6337 (source
6338 (origin
6339 (method url-fetch)
6340 (uri (cran-uri "radiant.data" version))
6341 (sha256
6342 (base32
6343 "08bqqrfvpgyf613ikihwfnzb23l23f5nfs7zynnxbjxc1zfhbpny"))
6344 (modules '((guix build utils)))
6345 (snippet
6346 '(begin
6347 ;; Delete files that are under CC-NC-SA.
6348 (delete-file-recursively "inst/app/tools/help")
6349 #t))))
6350 (properties `((upstream-name . "radiant.data")))
6351 (build-system r-build-system)
6352 (propagated-inputs
6353 `(("r-base64enc" ,r-base64enc)
6354 ("r-broom" ,r-broom)
6355 ("r-car" ,r-car)
6356 ("r-curl" ,r-curl)
6357 ("r-dplyr" ,r-dplyr)
6358 ("r-dt" ,r-dt)
6359 ("r-glue" ,r-glue)
6360 ("r-ggplot2" ,r-ggplot2)
6361 ("r-import" ,r-import)
6362 ("r-jsonlite" ,r-jsonlite)
6363 ("r-knitr" ,r-knitr)
6364 ("r-lubridate" ,r-lubridate)
6365 ("r-magrittr" ,r-magrittr)
6366 ("r-markdown" ,r-markdown)
6367 ("r-mass" ,r-mass)
6368 ("r-patchwork" ,r-patchwork)
6369 ("r-plotly" ,r-plotly)
6370 ("r-psych" ,r-psych)
6371 ("r-randomizr" ,r-randomizr)
6372 ("r-readr" ,r-readr)
6373 ("r-readxl" ,r-readxl)
6374 ("r-rlang" ,r-rlang)
6375 ("r-rmarkdown" ,r-rmarkdown)
6376 ("r-rstudioapi" ,r-rstudioapi)
6377 ("r-scales" ,r-scales)
6378 ("r-shiny" ,r-shiny)
6379 ("r-shinyfiles" ,r-shinyfiles)
6380 ("r-shinyace" ,r-shinyace)
6381 ("r-stringi" ,r-stringi)
6382 ("r-tibble" ,r-tibble)
6383 ("r-tidyr" ,r-tidyr)
6384 ("r-writexl" ,r-writexl)))
6385 (home-page "https://github.com/radiant-rstats/radiant.data")
6386 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
6387 (description
6388 "The Radiant Data menu includes interfaces for loading, saving, viewing,
6389 visualizing, summarizing, transforming, and combining data. It also contains
6390 functionality to generate reproducible reports of the analyses conducted in
6391 the application.")
6392 (license license:agpl3)))
6393
6394 (define-public r-algdesign
6395 (package
6396 (name "r-algdesign")
6397 (version "1.2.0")
6398 (source
6399 (origin
6400 (method url-fetch)
6401 (uri (cran-uri "AlgDesign" version))
6402 (sha256
6403 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
6404 (properties `((upstream-name . "AlgDesign")))
6405 (build-system r-build-system)
6406 (home-page "https://github.com/jvbraun/AlgDesign")
6407 (synopsis "Algorithmic experimental design")
6408 (description
6409 "This package provides tools to calculate exact and approximate theory
6410 experimental designs for D, A, and I criteria. Very large designs may be
6411 created. Experimental designs may be blocked or blocked designs created from
6412 a candidate list, using several criteria. The blocking can be done when whole
6413 and within plot factors interact.")
6414 (license license:gpl2+)))
6415
6416 (define-public r-signal
6417 (package
6418 (name "r-signal")
6419 (version "0.7-6")
6420 (source
6421 (origin
6422 (method url-fetch)
6423 (uri (cran-uri "signal" version))
6424 (sha256
6425 (base32
6426 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
6427 (build-system r-build-system)
6428 (propagated-inputs `(("r-mass" ,r-mass)))
6429 (native-inputs `(("gfortran" ,gfortran)))
6430 (home-page "https://cran.r-project.org/web/packages/signal/")
6431 (synopsis "Signal processing")
6432 (description
6433 "This package provides a set of signal processing functions originally
6434 written for Matlab and GNU Octave. It includes filter generation utilities,
6435 filtering functions, resampling routines, and visualization of filter models.
6436 It also includes interpolation functions.")
6437 (license license:gpl2)))
6438
6439 (define-public r-gsubfn
6440 (package
6441 (name "r-gsubfn")
6442 (version "0.7")
6443 (source
6444 (origin
6445 (method url-fetch)
6446 (uri (cran-uri "gsubfn" version))
6447 (sha256
6448 (base32
6449 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
6450 (build-system r-build-system)
6451 (propagated-inputs `(("r-proto" ,r-proto)))
6452 (home-page "https://code.google.com/archive/p/gsubfn/")
6453 (synopsis "Utilities for strings and function arguments.")
6454 (description
6455 "This package provides @code{gsubfn} which is like @code{gsub} but can
6456 take a replacement function or certain other objects instead of the
6457 replacement string. Matches and back references are input to the replacement
6458 function and replaced by the function output. @code{gsubfn} can be used to
6459 split strings based on content rather than delimiters and for quasi-perl-style
6460 string interpolation. The package also has facilities for translating
6461 formulas to functions and allowing such formulas in function calls instead of
6462 functions.")
6463 (license license:gpl2+)))
6464
6465 (define-public r-sqldf
6466 (package
6467 (name "r-sqldf")
6468 (version "0.4-11")
6469 (source
6470 (origin
6471 (method url-fetch)
6472 (uri (cran-uri "sqldf" version))
6473 (sha256
6474 (base32
6475 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
6476 (build-system r-build-system)
6477 (propagated-inputs
6478 `(("r-chron" ,r-chron)
6479 ("r-dbi" ,r-dbi)
6480 ("r-gsubfn" ,r-gsubfn)
6481 ("r-proto" ,r-proto)
6482 ("r-rsqlite" ,r-rsqlite)))
6483 (home-page "https://github.com/ggrothendieck/sqldf")
6484 (synopsis "Manipulate R data frames using SQL")
6485 (description
6486 "The @code{sqldf} function is typically passed a single argument which is
6487 an SQL select statement where the table names are ordinary R data frame names.
6488 @code{sqldf} transparently sets up a database, imports the data frames into
6489 that database, performs the SQL statement and returns the result using a
6490 heuristic to determine which class to assign to each column of the returned
6491 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
6492 used to read filtered files into R even if the original files are larger than
6493 R itself can handle.")
6494 (license license:gpl2)))
6495
6496 (define-public r-abind
6497 (package
6498 (name "r-abind")
6499 (version "1.4-5")
6500 (source
6501 (origin
6502 (method url-fetch)
6503 (uri (cran-uri "abind" version))
6504 (sha256
6505 (base32
6506 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
6507 (build-system r-build-system)
6508 (home-page "https://cran.r-project.org/web/packages/abind/")
6509 (synopsis "Combine multidimensional arrays")
6510 (description
6511 "This package provides tools to combine multidimensional arrays into a
6512 single array. This is a generalization of @code{cbind} and @code{rbind}. It
6513 works with vectors, matrices, and higher-dimensional arrays. It also provides
6514 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
6515 extracting and replacing data in arrays.")
6516 (license license:lgpl2.0+)))
6517
6518 (define-public r-prroc
6519 (package
6520 (name "r-prroc")
6521 (version "1.3.1")
6522 (source
6523 (origin
6524 (method url-fetch)
6525 (uri (cran-uri "PRROC" version))
6526 (sha256
6527 (base32
6528 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
6529 (properties `((upstream-name . "PRROC")))
6530 (build-system r-build-system)
6531 (home-page "https://cran.r-project.org/web/packages/PRROC/")
6532 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
6533 (description
6534 "This package computes the areas under the @dfn{precision-recall} (PR)
6535 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
6536 contrast to other implementations, the interpolation between points of the PR
6537 curve is done by a non-linear piecewise function. In addition to the areas
6538 under the curves, the curves themselves can also be computed and plotted by a
6539 specific S3-method.")
6540 (license license:gpl3)))
6541
6542 (define-public r-vim
6543 (package
6544 (name "r-vim")
6545 (version "6.1.0")
6546 (source
6547 (origin
6548 (method url-fetch)
6549 (uri (cran-uri "VIM" version))
6550 (sha256
6551 (base32
6552 "1a8aw0ysaf0al95m2la2zx1p3g5mnwqx0x30br1s1dqqkfnv57hz"))))
6553 (properties `((upstream-name . "VIM")))
6554 (build-system r-build-system)
6555 (propagated-inputs
6556 `(("r-car" ,r-car)
6557 ("r-colorspace" ,r-colorspace)
6558 ("r-data-table" ,r-data-table)
6559 ("r-e1071" ,r-e1071)
6560 ("r-laeken" ,r-laeken)
6561 ("r-magrittr" ,r-magrittr)
6562 ("r-mass" ,r-mass)
6563 ("r-nnet" ,r-nnet)
6564 ("r-ranger" ,r-ranger)
6565 ("r-rcpp" ,r-rcpp)
6566 ("r-robustbase" ,r-robustbase)
6567 ("r-sp" ,r-sp)
6568 ("r-vcd" ,r-vcd)))
6569 (native-inputs
6570 `(("r-knitr" ,r-knitr)))
6571 (home-page "https://github.com/alexkowa/VIM")
6572 (synopsis "Visualization and imputation of missing values")
6573 (description
6574 "This package provides tools for the visualization of missing and/or
6575 imputed values are introduced, which can be used for exploring the data and
6576 the structure of the missing and/or imputed values. Depending on this
6577 structure of the missing values, the corresponding methods may help to
6578 identify the mechanism generating the missing values and explore the
6579 data including missing values. In addition, the quality of imputation can be
6580 visually explored using various univariate, bivariate, multiple and
6581 multivariate plot methods.")
6582 (license license:gpl2+)))
6583
6584 (define-public r-fnn
6585 (package
6586 (name "r-fnn")
6587 (version "1.1.3")
6588 (source
6589 (origin
6590 (method url-fetch)
6591 (uri (cran-uri "FNN" version))
6592 (sha256
6593 (base32
6594 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
6595 (properties `((upstream-name . "FNN")))
6596 (build-system r-build-system)
6597 (home-page "https://cran.r-project.org/web/packages/FNN")
6598 (synopsis "Fast nearest neighbor search algorithms and applications")
6599 (description
6600 "This package provides cover-tree and kd-tree fast k-nearest neighbor
6601 search algorithms. Related applications including KNN classification,
6602 regression and information measures are implemented.")
6603 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
6604 ;; later can be used.
6605 (license license:gpl2+)))
6606
6607 (define-public r-smoother
6608 (package
6609 (name "r-smoother")
6610 (version "1.1")
6611 (source
6612 (origin
6613 (method url-fetch)
6614 (uri (cran-uri "smoother" version))
6615 (sha256
6616 (base32
6617 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
6618 (build-system r-build-system)
6619 (propagated-inputs
6620 `(("r-ttr" ,r-ttr)))
6621 (home-page "https://cran.r-project.org/web/packages/smoother")
6622 (synopsis "Functions relating to the smoothing of numerical data")
6623 (description
6624 "This package provides a collection of methods for smoothing numerical
6625 data, commencing with a port of the Matlab gaussian window smoothing function.
6626 In addition, several functions typically used in smoothing of financial data
6627 are included.")
6628 (license license:gpl2)))
6629
6630 (define-public r-riverplot
6631 (package
6632 (name "r-riverplot")
6633 (version "0.10")
6634 (source
6635 (origin
6636 (method url-fetch)
6637 (uri (cran-uri "riverplot" version))
6638 (sha256
6639 (base32
6640 "04ap1dsa7fx03l73jhv1ql3adaaaz2100qawdplxa9xmrllgcgbj"))))
6641 (build-system r-build-system)
6642 (propagated-inputs
6643 `(("r-rcolorbrewer" ,r-rcolorbrewer)))
6644 (native-inputs
6645 `(("r-knitr" ,r-knitr)))
6646 (home-page "https://logfc.wordpress.com")
6647 (synopsis "Sankey or ribbon plots")
6648 (description
6649 "Sankey plots are a type of diagram that is convenient to illustrate how
6650 flow of information, resources etc. separates and joins, much like observing
6651 how rivers split and merge. For example, they can be used to compare
6652 different clusterings. This package provides an implementation of Sankey
6653 plots for R.")
6654 (license license:gpl2+)))
6655
6656 (define-public r-dyn
6657 (package
6658 (name "r-dyn")
6659 (version "0.2-9.6")
6660 (source
6661 (origin
6662 (method url-fetch)
6663 (uri (cran-uri "dyn" version))
6664 (sha256
6665 (base32
6666 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
6667 (build-system r-build-system)
6668 (propagated-inputs
6669 `(("r-zoo" ,r-zoo)))
6670 (home-page "https://cran.r-project.org/web/packages/dyn")
6671 (synopsis "Time series regression")
6672 (description
6673 "This package provides the dyn class interfaces @code{ts}, @code{irts},
6674 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
6675 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
6676 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
6677 @code{randomForest::randomForest()} and other regression functions, allowing
6678 those functions to be used with time series including specifications that may
6679 contain lags, diffs and missing values.")
6680 ;; Any GPL version.
6681 (license license:gpl2+)))
6682
6683 (define-public r-catdap
6684 (package
6685 (name "r-catdap")
6686 (version "1.3.5")
6687 (source
6688 (origin
6689 (method url-fetch)
6690 (uri (cran-uri "catdap" version))
6691 (sha256
6692 (base32
6693 "0fyhl69z2lznymvpzxra9qvcg85ggzkfjy68c6mzdmf1ja44d2k5"))))
6694 (build-system r-build-system)
6695 (native-inputs
6696 `(("gfortran" ,gfortran)))
6697 (home-page "https://cran.r-project.org/web/packages/catdap/")
6698 (synopsis "Tools for categorical data analysis")
6699 (description
6700 "This package provides functions for analyzing multivariate data.
6701 Dependencies of the distribution of the specified variable (response
6702 variable) to other variables (explanatory variables) are derived and
6703 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
6704 (license license:gpl2+)))
6705
6706 (define-public r-arules
6707 (package
6708 (name "r-arules")
6709 (version "1.6-6")
6710 (source
6711 (origin
6712 (method url-fetch)
6713 (uri (cran-uri "arules" version))
6714 (sha256
6715 (base32
6716 "1pk3jjizn2m5rwi7qkdkbq9f07acgpy0qdzzqmx0agg47cwahlkm"))))
6717 (build-system r-build-system)
6718 (propagated-inputs
6719 `(("r-matrix" ,r-matrix)))
6720 (home-page "https://github.com/mhahsler/arules")
6721 (synopsis "Mining association rules and frequent itemsets")
6722 (description
6723 "This package provides an infrastructure for representing, manipulating
6724 and analyzing transaction data and patterns (frequent itemsets and association rules).
6725 It also provides C implementations of the association mining algorithms Apriori
6726 and Eclat.")
6727 (license license:gpl3)))
6728
6729 (define-public r-parsedate
6730 (package
6731 (name "r-parsedate")
6732 (version "1.2.0")
6733 (source
6734 (origin
6735 (method url-fetch)
6736 (uri (cran-uri "parsedate" version))
6737 (sha256
6738 (base32
6739 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
6740 (build-system r-build-system)
6741 (propagated-inputs
6742 `(("r-rematch2" ,r-rematch2)))
6743 (home-page "https://github.com/gaborcsardi/parsedate")
6744 (synopsis
6745 "Recognize and parse dates in various formats")
6746 (description
6747 "This package provides three functions for dealing with dates:
6748 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
6749 time formats, @code{parse_date} parses dates in unspecified formats,
6750 and @code{format_iso_8601} formats a date in ISO 8601 format.")
6751 (license license:gpl2)))
6752
6753 (define-public r-abc-data
6754 (package
6755 (name "r-abc-data")
6756 (version "1.0")
6757 (source
6758 (origin
6759 (method url-fetch)
6760 (uri (cran-uri "abc.data" version))
6761 (sha256
6762 (base32
6763 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
6764 (properties `((upstream-name . "abc.data")))
6765 (build-system r-build-system)
6766 (home-page "https://cran.r-project.org/web/packages/abc.data/")
6767 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
6768 (description
6769 "This package contains data which are used by functions of the abc
6770 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
6771 algorithms for performing parameter estimation, model selection, and
6772 goodness-of-fit.")
6773 (license license:gpl3+)))
6774
6775 (define-public r-abc
6776 (package
6777 (name "r-abc")
6778 (version "2.1")
6779 (source
6780 (origin
6781 (method url-fetch)
6782 (uri (cran-uri "abc" version))
6783 (sha256
6784 (base32
6785 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
6786 (build-system r-build-system)
6787 (propagated-inputs
6788 `(("r-abc-data" ,r-abc-data)
6789 ("r-locfit" ,r-locfit)
6790 ("r-mass" ,r-mass)
6791 ("r-nnet" ,r-nnet)
6792 ("r-quantreg" ,r-quantreg)))
6793 (home-page "https://cran.r-project.org/web/packages/abc/")
6794 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
6795 (description
6796 "This package implements several @dfn{Approximate Bayesian
6797 Computation} (ABC) algorithms for performing parameter estimation, model
6798 selection, and goodness-of-fit. Cross-validation tools are also available for
6799 measuring the accuracy of ABC estimates, and to calculate the
6800 misclassification probabilities of different models.")
6801 (license license:gpl3+)))
6802
6803 (define-public r-zip
6804 (package
6805 (name "r-zip")
6806 (version "2.1.1")
6807 (source
6808 (origin
6809 (method url-fetch)
6810 (uri (cran-uri "zip" version))
6811 (sha256
6812 (base32
6813 "0b3wmbx5v0i1scylgk4nli2ljg4p12wx7a1sqljklv9969wl3p8i"))))
6814 (build-system r-build-system)
6815 (home-page "https://github.com/gaborcsardi/zip")
6816 (synopsis "Cross-platform Zip compression")
6817 (description
6818 "This package provides a cross-platform Zip compression library for R.
6819 It is a replacement for the @code{zip} function, that does not require any
6820 additional external tools on any platform.")
6821 (license license:cc0)))
6822
6823 (define-public r-openxlsx
6824 (package
6825 (name "r-openxlsx")
6826 (version "4.2.3")
6827 (source
6828 (origin
6829 (method url-fetch)
6830 (uri (cran-uri "openxlsx" version))
6831 (sha256
6832 (base32
6833 "0vz4nlrwgsiifrgza8kfd9i1c0ya6plymrgk59vyy2z54vc8kvyd"))))
6834 (build-system r-build-system)
6835 (propagated-inputs
6836 `(("r-rcpp" ,r-rcpp)
6837 ("r-stringi" ,r-stringi)
6838 ("r-zip" ,r-zip)))
6839 (native-inputs
6840 `(("r-knitr" ,r-knitr)))
6841 (home-page "https://github.com/awalker89/openxlsx")
6842 (synopsis "Read, write and edit XLSX files")
6843 (description
6844 "This package simplifies the creation of Excel @code{.xlsx} files by
6845 providing a high level interface to writing, styling and editing worksheets.
6846 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
6847 and @code{XLConnect} packages with the added benefit of removing the
6848 dependency on Java.")
6849 (license license:gpl3)))
6850
6851 (define-public r-rio
6852 (package
6853 (name "r-rio")
6854 (version "0.5.26")
6855 (source
6856 (origin
6857 (method url-fetch)
6858 (uri (cran-uri "rio" version))
6859 (sha256
6860 (base32
6861 "1k6zxjb2bb0z6rv7zmkbaz85cbvs84mj602ikkwk60alh8kpdw2d"))))
6862 (build-system r-build-system)
6863 (propagated-inputs
6864 `(("r-curl" ,r-curl)
6865 ("r-data-table" ,r-data-table)
6866 ("r-foreign" ,r-foreign)
6867 ("r-haven" ,r-haven)
6868 ("r-openxlsx" ,r-openxlsx)
6869 ("r-readxl" ,r-readxl)
6870 ("r-tibble" ,r-tibble)))
6871 (native-inputs
6872 `(("r-knitr" ,r-knitr)))
6873 (home-page "https://github.com/leeper/rio")
6874 (synopsis "Swiss-army knife for data I/O")
6875 (description
6876 "This package provides streamlined data import and export infrastructure
6877 by making assumptions that the user is probably willing to make: @code{import}
6878 and @code{export} determine the data structure from the file extension,
6879 reasonable defaults are used for data import and export (e.g.,
6880 @code{stringsAsFactors=FALSE}), web-based import is natively
6881 supported (including from SSL/HTTPS), compressed files can be read directly
6882 without explicit decompression, and fast import packages are used where
6883 appropriate. An additional convenience function, @code{convert}, provides a
6884 simple method for converting between file types.")
6885 (license license:gpl2)))
6886
6887 (define-public r-maptools
6888 (package
6889 (name "r-maptools")
6890 (version "1.1-1")
6891 (source
6892 (origin
6893 (method url-fetch)
6894 (uri (cran-uri "maptools" version))
6895 (sha256
6896 (base32
6897 "0pn4gwh2rl6pfh2vbc7ln86kzlg22cfpd02z95j7zpjidz2mva8l"))))
6898 (build-system r-build-system)
6899 (propagated-inputs
6900 `(("r-foreign" ,r-foreign)
6901 ("r-lattice" ,r-lattice)
6902 ("r-sp" ,r-sp)))
6903 (home-page "https://r-forge.r-project.org/projects/maptools/")
6904 (synopsis "Tools for reading and handling spatial objects")
6905 (description
6906 "This package provides a set of tools for manipulating and reading
6907 geographic data, in particular ESRI Shapefiles. It includes binary access to
6908 GSHHG shoreline files. The package also provides interface wrappers for
6909 exchanging spatial objects with other R packages.")
6910 ;; The C source files from shapelib are released under the Expat license.
6911 ;; The R code is released under GPL version 2 or later.
6912 (license (list license:gpl2+
6913 license:expat))))
6914
6915 (define-public r-later
6916 (package
6917 (name "r-later")
6918 (version "1.1.0.1")
6919 (source
6920 (origin
6921 (method url-fetch)
6922 (uri (cran-uri "later" version))
6923 (sha256
6924 (base32
6925 "1k9n2j7zxw9gfclnx8zfqp6w64c5d6apn7g02yhkajkpmszagfki"))))
6926 (build-system r-build-system)
6927 (propagated-inputs
6928 `(("r-bh" ,r-bh)
6929 ("r-rcpp" ,r-rcpp)
6930 ("r-rlang" ,r-rlang)))
6931 (native-inputs
6932 `(("r-knitr" ,r-knitr)))
6933 (home-page "https://github.com/r-lib/later")
6934 (synopsis "Utilities for delaying function execution")
6935 (description
6936 "This package provides tools to execute arbitrary R or C functions some
6937 time after the current time, after the R execution stack has emptied.")
6938 (license license:gpl2+)))
6939
6940 (define-public r-promises
6941 (package
6942 (name "r-promises")
6943 (version "1.2.0.1")
6944 (source
6945 (origin
6946 (method url-fetch)
6947 (uri (cran-uri "promises" version))
6948 (sha256
6949 (base32
6950 "1dy4cbqw17awh4q8m7cy3anaj0n9iynabfzflb1g94cyj0bq4fld"))))
6951 (build-system r-build-system)
6952 (propagated-inputs
6953 `(("r-later" ,r-later)
6954 ("r-magrittr" ,r-magrittr)
6955 ("r-r6" ,r-r6)
6956 ("r-rcpp" ,r-rcpp)
6957 ("r-rlang" ,r-rlang)))
6958 (native-inputs
6959 `(("r-knitr" ,r-knitr)))
6960 (home-page "https://rstudio.github.io/promises")
6961 (synopsis "Abstractions for promise-based asynchronous programming")
6962 (description
6963 "This package provides fundamental abstractions for doing asynchronous
6964 programming in R using promises. Asynchronous programming is useful for
6965 allowing a single R process to orchestrate multiple tasks in the background
6966 while also attending to something else. Semantics are similar to JavaScript
6967 promises, but with a syntax that is idiomatic R.")
6968 (license license:expat)))
6969
6970 (define-public r-dosnow
6971 (package
6972 (name "r-dosnow")
6973 (version "1.0.19")
6974 (source
6975 (origin
6976 (method url-fetch)
6977 (uri (cran-uri "doSNOW" version))
6978 (sha256
6979 (base32
6980 "0f07b38cl7s61vwzkyqkzzsic9g4sw9k6ndbxk3g90l4ca0d1ljc"))))
6981 (properties `((upstream-name . "doSNOW")))
6982 (build-system r-build-system)
6983 (propagated-inputs
6984 `(("r-foreach" ,r-foreach)
6985 ("r-iterators" ,r-iterators)
6986 ("r-snow" ,r-snow)))
6987 (home-page "https://cran.r-project.org/web/packages/doSNOW")
6988 (synopsis "Foreach parallel adaptor for the snow package")
6989 (description
6990 "This package provides a parallel backend for the @code{%dopar%} function
6991 using the @code{snow} package.")
6992 (license license:gpl2)))
6993
6994 (define-public r-fst
6995 (package
6996 (name "r-fst")
6997 (version "0.9.4")
6998 (source
6999 (origin
7000 (method url-fetch)
7001 (uri (cran-uri "fst" version))
7002 (sha256
7003 (base32
7004 "0vwclzxww8mw9nnpyj29bn71mrr8jjg7ka03979h9rbzw6d9bjrr"))))
7005 (properties `((upstream-name . "fst")))
7006 (build-system r-build-system)
7007 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
7008 (home-page "http://www.fstpackage.org")
7009 (synopsis "Fast serialization of data frames")
7010 (description
7011 "The fst package for R provides a fast, easy and flexible way to
7012 serialize data frames. With access speeds of multiple GB/s, fst is
7013 specifically designed to unlock the potential of high speed solid state disks.
7014 Data frames stored in the fst format have full random access, both in column
7015 and rows. The fst format allows for random access of stored data and
7016 compression with the LZ4 and ZSTD compressors.")
7017 (license license:agpl3)))
7018
7019 (define-public r-snowfall
7020 (package
7021 (name "r-snowfall")
7022 (version "1.84-6.1")
7023 (source (origin
7024 (method url-fetch)
7025 (uri (cran-uri "snowfall" version))
7026 (sha256
7027 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
7028 (build-system r-build-system)
7029 (propagated-inputs
7030 `(("r-snow" ,r-snow)))
7031 (home-page "https://cran.r-project.org/web/packages/snowfall/")
7032 (synopsis "Easier cluster computing")
7033 (description "This package is a usability wrapper around snow for easier
7034 development of parallel R programs. This package offers e.g. extended error
7035 checks, and additional functions. All functions work in sequential mode, too,
7036 if no cluster is present or wished. The package is also designed as connector
7037 to the cluster management tool @code{sfCluster}, but can also used without
7038 it.")
7039 (license license:gpl2+)))
7040
7041 (define-public r-rgexf
7042 (package
7043 (name "r-rgexf")
7044 (version "0.16.0")
7045 (source
7046 (origin
7047 (method url-fetch)
7048 (uri (cran-uri "rgexf" version))
7049 (sha256
7050 (base32
7051 "1vj5ha1qx0xzflchxf25ycys6clfn9y32m1717afzkvhmkwisrra"))
7052 (snippet
7053 '(begin
7054 ;; Delete minified JavaScript files
7055 (for-each delete-file
7056 '("inst/gexf-js/js/jquery-2.0.2.min.js"
7057 "inst/gexf-js/js/jquery-ui-1.10.3.custom.min.js"
7058 "inst/gexf-js/js/jquery.mousewheel.min.js"))
7059 #true))))
7060 (properties `((upstream-name . "rgexf")))
7061 (build-system r-build-system)
7062 (arguments
7063 `(#:modules ((guix build utils)
7064 (guix build r-build-system)
7065 (srfi srfi-1)
7066 (ice-9 popen))
7067 #:phases
7068 (modify-phases %standard-phases
7069 (add-after 'unpack 'process-javascript
7070 (lambda* (#:key inputs #:allow-other-keys)
7071 (invoke "unzip" "-d" "/tmp" (assoc-ref inputs "js-jquery-ui"))
7072 (with-directory-excursion "inst/gexf-js/js/"
7073 (call-with-values
7074 (lambda ()
7075 (unzip2
7076 `((,(assoc-ref inputs "js-jquery")
7077 "jquery-2.0.2.min.js")
7078 ("/tmp/jquery-ui-1.10.3/ui/jquery-ui.js"
7079 "jquery-ui-1.10.3.custom.min.js")
7080 (,(assoc-ref inputs "js-jquery-mousewheel")
7081 "jquery.mousewheel.min.js"))))
7082 (lambda (sources targets)
7083 (for-each (lambda (source target)
7084 (format #true "Processing ~a --> ~a~%"
7085 source target)
7086 (invoke "esbuild" source "--minify"
7087 (string-append "--outfile=" target)))
7088 sources targets))))
7089 #t)))))
7090 (propagated-inputs
7091 `(("r-igraph" ,r-igraph)
7092 ("r-servr" ,r-servr)
7093 ("r-xml" ,r-xml)))
7094 (native-inputs
7095 `(("r-knitr" ,r-knitr)
7096 ("esbuild" ,esbuild)
7097 ("unzip" ,unzip)
7098 ("js-jquery"
7099 ,(origin
7100 (method url-fetch)
7101 (uri "https://code.jquery.com/jquery-2.0.2.js")
7102 (sha256
7103 (base32
7104 "0v818bxpw48gdk8i95qqqij80r9jcgisi2r4ac6xnxca20h0gvfj"))))
7105 ("js-jquery-ui"
7106 ,(origin
7107 (method url-fetch)
7108 (uri "https://jqueryui.com/resources/download/jquery-ui-1.10.3.zip")
7109 (sha256
7110 (base32
7111 "00xpfy0l69nj2yan4s8k65ldsrlfsjkmyw2dwcg93dc8mv454vxx"))))
7112 ("js-jquery-mousewheel"
7113 ,(origin
7114 (method url-fetch)
7115 (uri "https://raw.githubusercontent.com/jquery/jquery-mousewheel/\
7116 3.0.6/jquery.mousewheel.js")
7117 (sha256
7118 (base32
7119 "19lk5xy2s47bx8hsa7j6bg012f8yw6d770g230bcnm559kf4nc6v"))))))
7120 (home-page "https://gvegayon.github.io/rgexf")
7121 (synopsis "Build, import and export GEXF graph files")
7122 (description
7123 "Create, read and write GEXF (Graph Exchange XML Format) graph
7124 files (used in Gephi and others). It allows the user to easily build/read
7125 graph files including attributes, GEXF visual attributes (such as color, size,
7126 and position), network dynamics (for both edges and nodes) and edge weighting.
7127 Users can build/handle graphs element-by-element or massively through
7128 data-frames, visualize the graph on a web browser through gexf-js (a
7129 JavaScript library) and interact with the igraph package.")
7130 (license license:expat)))
7131
7132 (define-public r-data-tree
7133 (package
7134 (name "r-data-tree")
7135 (version "1.0.0")
7136 (source
7137 (origin
7138 (method url-fetch)
7139 (uri (cran-uri "data.tree" version))
7140 (sha256
7141 (base32
7142 "0pizmx2312zsym4m42b97q2184bg3hibvbdrblcga05xln84qrs0"))))
7143 (properties `((upstream-name . "data.tree")))
7144 (build-system r-build-system)
7145 (propagated-inputs
7146 `(("r-r6" ,r-r6)
7147 ("r-stringi" ,r-stringi)))
7148 (native-inputs
7149 `(("r-knitr" ,r-knitr)))
7150 (home-page "https://github.com/gluc/data.tree")
7151 (synopsis "General purpose hierarchical data structure")
7152 (description
7153 "Create tree structures from hierarchical data, and traverse the tree in
7154 various orders. Aggregate, cumulate, print, plot, convert to and from
7155 data.frame and more. This is useful for decision trees, machine learning,
7156 finance, conversion from and to JSON, and many other applications.")
7157 (license license:gpl2+)))
7158
7159 (define-public r-collapsibletree
7160 (package
7161 (name "r-collapsibletree")
7162 (version "0.1.7")
7163 (source
7164 (origin
7165 (method url-fetch)
7166 (uri (cran-uri "collapsibleTree" version))
7167 (sha256
7168 (base32
7169 "0b65pbp1wnpsrayqi630ds4r98jvcvynnlp6wxdqrnnr9nzw5343"))
7170 (snippet
7171 '(begin
7172 ;; Delete minified JavaScript file
7173 (delete-file "inst/htmlwidgets/lib/d3-4.10.2/d3.min.js")
7174 #true))))
7175 (properties
7176 `((upstream-name . "collapsibleTree")))
7177 (build-system r-build-system)
7178 (arguments
7179 `(#:phases
7180 (modify-phases %standard-phases
7181 (add-after 'unpack 'process-javascript
7182 (lambda* (#:key inputs #:allow-other-keys)
7183 (with-directory-excursion "inst/htmlwidgets/lib/d3-4.10.2/"
7184 (let ((source (assoc-ref inputs "d3.v4.js"))
7185 (target "d3.min.js"))
7186 (format #t "Processing ~a --> ~a~%"
7187 source target)
7188 (invoke "esbuild" source "--minify"
7189 (string-append "--outfile=" target)))))))))
7190 (propagated-inputs
7191 `(("r-data-tree" ,r-data-tree)
7192 ("r-htmlwidgets" ,r-htmlwidgets)))
7193 (native-inputs
7194 `(("esbuild" ,esbuild)
7195 ("d3.v4.js"
7196 ,(origin
7197 (method url-fetch)
7198 (uri "https://d3js.org/d3.v4.js")
7199 (sha256
7200 (base32
7201 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
7202 (home-page "https://github.com/AdeelK93/collapsibleTree")
7203 (synopsis "Interactive collapsible tree diagrams using D3.js")
7204 (description
7205 "This is a package for interactive Reingold-Tilford tree diagrams created
7206 using D3.js, where every node can be expanded and collapsed by clicking on it.
7207 Tooltips and color gradients can be mapped to nodes using a numeric column in
7208 the source data frame.")
7209 (license license:gpl3+)))
7210
7211 (define-public r-rappdirs
7212 (package
7213 (name "r-rappdirs")
7214 (version "0.3.3")
7215 (source
7216 (origin
7217 (method url-fetch)
7218 (uri (cran-uri "rappdirs" version))
7219 (sha256
7220 (base32
7221 "1161i3jgjvzjv4p8qbz9r976fnggkcrw3mlj4yd1h2svnijrz5a9"))))
7222 (build-system r-build-system)
7223 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
7224 (synopsis "Determine where to save data, caches, and logs")
7225 (description
7226 "This package provides an easy way to determine which directories on the
7227 user's computer should be used to save data, caches and logs. It is a port of
7228 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
7229 (license license:expat)))
7230
7231 (define-public r-rastervis
7232 (package
7233 (name "r-rastervis")
7234 (version "0.50")
7235 (source
7236 (origin
7237 (method url-fetch)
7238 (uri (cran-uri "rasterVis" version))
7239 (sha256
7240 (base32
7241 "0m7fjd53apxim0d0rjnyzc28vmfcg4spcrn0zbnk8llillxji1hi"))))
7242 (properties `((upstream-name . "rasterVis")))
7243 (build-system r-build-system)
7244 (propagated-inputs
7245 `(("r-hexbin" ,r-hexbin)
7246 ("r-lattice" ,r-lattice)
7247 ("r-latticeextra" ,r-latticeextra)
7248 ("r-raster" ,r-raster)
7249 ("r-rcolorbrewer" ,r-rcolorbrewer)
7250 ("r-sp" ,r-sp)
7251 ("r-terra" ,r-terra)
7252 ("r-viridislite" ,r-viridislite)
7253 ("r-zoo" ,r-zoo)))
7254 (home-page "https://oscarperpinan.github.io/rastervis/")
7255 (synopsis "Visualization methods for raster data")
7256 (description
7257 "This package provides methods for enhanced visualization and interaction
7258 with raster data. It implements visualization methods for quantitative data
7259 and categorical data, both for univariate and multivariate rasters. It also
7260 provides methods to display spatiotemporal rasters, and vector fields.")
7261 (license license:gpl3)))
7262
7263 (define-public r-rentrez
7264 (package
7265 (name "r-rentrez")
7266 (version "1.2.3")
7267 (source
7268 (origin
7269 (method url-fetch)
7270 (uri (cran-uri "rentrez" version))
7271 (sha256
7272 (base32
7273 "0x1g2f6hvkqqlb39z8m5qxhcvsizddic5i7rpqw0wy77xfbna9gv"))))
7274 (properties `((upstream-name . "rentrez")))
7275 (build-system r-build-system)
7276 (propagated-inputs
7277 `(("r-httr" ,r-httr)
7278 ("r-jsonlite" ,r-jsonlite)
7279 ("r-xml" ,r-xml)))
7280 (native-inputs
7281 `(("r-knitr" ,r-knitr)))
7282 (home-page "https://docs.ropensci.org/rentrez/")
7283 (synopsis "Entrez in R")
7284 (description
7285 "This package provides an R interface to the NCBI's EUtils API,
7286 allowing users to search databases like GenBank PubMed, process the results of
7287 those searches and pull data into their R sessions.")
7288 (license license:expat)))
7289
7290 (define-public r-renv
7291 (package
7292 (name "r-renv")
7293 (version "0.13.0")
7294 (source
7295 (origin
7296 (method url-fetch)
7297 (uri (cran-uri "renv" version))
7298 (sha256
7299 (base32
7300 "16n2dz9jibc03f7q1wrzxss6l5jmaks7m2lnli9dz9anvcmxbdia"))))
7301 (properties `((upstream-name . "renv")))
7302 (build-system r-build-system)
7303 (native-inputs
7304 `(("r-knitr" ,r-knitr)))
7305 (home-page "https://rstudio.github.io/renv")
7306 (synopsis "Project environments")
7307 (description
7308 "This package provides a dependency management toolkit for R. Using
7309 renv, you can create and manage project-local R libraries, save the state of
7310 these libraries to a lockfile, and later restore your library as required.
7311 Together, these tools can help make your projects more isolated, portable, and
7312 reproducible.")
7313 (license license:expat)))
7314
7315 (define-public r-learnr
7316 (package
7317 (name "r-learnr")
7318 (version "0.10.1")
7319 (source
7320 (origin
7321 (method url-fetch)
7322 (uri (cran-uri "learnr" version))
7323 (sha256
7324 (base32
7325 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
7326 (build-system r-build-system)
7327 (propagated-inputs
7328 `(("r-checkmate" ,r-checkmate)
7329 ("r-ellipsis" ,r-ellipsis)
7330 ("r-evaluate" ,r-evaluate)
7331 ("r-htmltools" ,r-htmltools)
7332 ("r-htmlwidgets" ,r-htmlwidgets)
7333 ("r-jsonlite" ,r-jsonlite)
7334 ("r-knitr" ,r-knitr)
7335 ("r-markdown" ,r-markdown)
7336 ("r-rappdirs" ,r-rappdirs)
7337 ("r-renv" ,r-renv)
7338 ("r-rmarkdown" ,r-rmarkdown)
7339 ("r-rprojroot" ,r-rprojroot)
7340 ("r-shiny" ,r-shiny)
7341 ("r-withr" ,r-withr)))
7342 (home-page "https://rstudio.github.io/learnr/")
7343 (synopsis "Interactive tutorials for R")
7344 (description
7345 "This package provides tools to create interactive tutorials using R
7346 Markdown. Use a combination of narrative, figures, videos, exercises, and
7347 quizzes to create self-paced tutorials for learning about R and R packages.")
7348 (license license:asl2.0)))
7349
7350 (define-public r-analytics
7351 (package
7352 (name "r-analytics")
7353 (version "3.0")
7354 (source
7355 (origin
7356 (method url-fetch)
7357 (uri (cran-uri "analytics" version))
7358 (sha256
7359 (base32
7360 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
7361 (build-system r-build-system)
7362 (propagated-inputs
7363 `(("r-car" ,r-car)
7364 ("r-cluster" ,r-cluster)
7365 ("r-fractal" ,r-fractal)
7366 ("r-lmtest" ,r-lmtest)
7367 ("r-mass" ,r-mass)
7368 ("r-np" ,r-np)
7369 ("r-powerplus" ,r-powerplus)
7370 ("r-robust" ,r-robust)
7371 ("r-trend" ,r-trend)
7372 ("r-tsa" ,r-tsa)
7373 ("r-urca" ,r-urca)
7374 ("r-vim" ,r-vim)))
7375 (home-page "https://cran.r-project.org/web/packages/analytics/")
7376 (synopsis "Collection of data analysis tools")
7377 (description
7378 "This package is a collection of data analysis tools. It includes tools
7379 for regression outlier detection in a fitted linear model, stationary
7380 bootstrap using a truncated geometric distribution, a comprehensive test for
7381 weak stationarity, column means by group, weighted biplots, and a heuristic to
7382 obtain a better initial configuration in non-metric MDS.")
7383 (license license:gpl2)))
7384
7385 (define-public r-reticulate
7386 (package
7387 (name "r-reticulate")
7388 (version "1.18")
7389 (source
7390 (origin
7391 (method url-fetch)
7392 (uri (cran-uri "reticulate" version))
7393 (sha256
7394 (base32
7395 "04w5c9jfxakb4rr2qjynxgagb42khsja3y4dwgxywiplb1d8agxk"))))
7396 (build-system r-build-system)
7397 (inputs `(("python" ,python)))
7398 (propagated-inputs
7399 `(("r-rappdirs" ,r-rappdirs)
7400 ("r-jsonlite" ,r-jsonlite)
7401 ("r-matrix" ,r-matrix)
7402 ("r-rcpp" ,r-rcpp)))
7403 (native-inputs
7404 `(("r-knitr" ,r-knitr)))
7405 (home-page "https://github.com/rstudio/reticulate")
7406 (synopsis "R interface to Python")
7407 (description
7408 "This package provides an interface from R to Python modules, classes,
7409 and functions. When calling into Python, R data types are automatically
7410 converted to their equivalent Python types. When values are returned from
7411 Python to R they are converted back to R types.")
7412 (license license:asl2.0)))
7413
7414 (define-public r-bibtex
7415 (package
7416 (name "r-bibtex")
7417 (version "0.4.2.3")
7418 (source
7419 (origin
7420 (method url-fetch)
7421 (uri (cran-uri "bibtex" version))
7422 (sha256
7423 (base32
7424 "0vdwx6808r73pk15263f33bkqbfmb08d8jkmr4d7h4ml414ikbbv"))))
7425 (build-system r-build-system)
7426 (propagated-inputs `(("r-stringr" ,r-stringr)))
7427 (home-page "https://github.com/romainfrancois/bibtex")
7428 (synopsis "Bibtex parser")
7429 (description "This package provides a utility for R to parse a bibtex
7430 file.")
7431 (license license:gpl2+)))
7432
7433 (define-public r-ggseqlogo
7434 (package
7435 (name "r-ggseqlogo")
7436 (version "0.1")
7437 (source
7438 (origin
7439 (method url-fetch)
7440 (uri (cran-uri "ggseqlogo" version))
7441 (sha256
7442 (base32
7443 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
7444 (build-system r-build-system)
7445 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
7446 (home-page "https://github.com/omarwagih/ggseqlogo")
7447 (synopsis "ggplot2 extension for drawing genetic sequence logos")
7448 (description
7449 "The range of functions provided by this package makes it possible to
7450 draw highly versatile genomic sequence logos. Features include, but are not
7451 limited to, modifying colour schemes and fonts used to draw the logo,
7452 generating multiple logo plots, and aiding the visualisation with annotations.
7453 Sequence logos can easily be combined with other ggplot2 plots.")
7454 ;; Unspecified version of the LGPL.
7455 (license license:lgpl3+)))
7456
7457 (define-public r-ggsci
7458 (package
7459 (name "r-ggsci")
7460 (version "2.9")
7461 (source
7462 (origin
7463 (method url-fetch)
7464 (uri (cran-uri "ggsci" version))
7465 (sha256
7466 (base32
7467 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
7468 (build-system r-build-system)
7469 (propagated-inputs
7470 `(("r-ggplot2" ,r-ggplot2)
7471 ("r-scales" ,r-scales)))
7472 (home-page "https://nanx.me/ggsci/")
7473 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
7474 (description
7475 "This package provides a collection of ggplot2 color palettes inspired by
7476 plots in scientific journals, data visualization libraries, science fiction
7477 movies, and TV shows.")
7478 (license license:gpl3)))
7479
7480 (define-public r-ggsignif
7481 (package
7482 (name "r-ggsignif")
7483 (version "0.6.1")
7484 (source
7485 (origin
7486 (method url-fetch)
7487 (uri (cran-uri "ggsignif" version))
7488 (sha256
7489 (base32
7490 "0rjy9wqsq67jjm1jz3j7hm599x0rshrrhw2w01iaqb9kf506hvjh"))))
7491 (build-system r-build-system)
7492 (native-inputs
7493 `(("r-knitr" ,r-knitr)))
7494 (propagated-inputs
7495 `(("r-ggplot2" ,r-ggplot2)))
7496 (home-page "https://github.com/const-ae/ggsignif")
7497 (synopsis "Significance brackets for ggplot2")
7498 (description
7499 "Enrich your ggplots with group-wise comparisons. This package provides
7500 an easy way to indicate if two groups are significantly different. Commonly
7501 this is shown by a bracket on top connecting the groups of interest which
7502 itself is annotated with the level of significance. The package provides a
7503 single layer that takes the groups for comparison and the test as arguments
7504 and adds the annotation to the plot.")
7505 (license license:gpl3)))
7506
7507 (define-public r-rstatix
7508 (package
7509 (name "r-rstatix")
7510 (version "0.7.0")
7511 (source
7512 (origin
7513 (method url-fetch)
7514 (uri (cran-uri "rstatix" version))
7515 (sha256
7516 (base32
7517 "0330y8iziffqg8j9j5h9zv4qcdyf8ybhmzxrr9fzq9nc6bf1gbm5"))))
7518 (properties `((upstream-name . "rstatix")))
7519 (build-system r-build-system)
7520 (propagated-inputs
7521 `(("r-broom" ,r-broom)
7522 ("r-car" ,r-car)
7523 ("r-corrplot" ,r-corrplot)
7524 ("r-dplyr" ,r-dplyr)
7525 ("r-generics" ,r-generics)
7526 ("r-magrittr" ,r-magrittr)
7527 ("r-purrr" ,r-purrr)
7528 ("r-rlang" ,r-rlang)
7529 ("r-tibble" ,r-tibble)
7530 ("r-tidyr" ,r-tidyr)
7531 ("r-tidyselect" ,r-tidyselect)))
7532 (home-page "https://rpkgs.datanovia.com/rstatix/")
7533 (synopsis "Pipe-friendly framework for basic statistical tests")
7534 (description
7535 "This package provides a simple and intuitive pipe-friendly framework,
7536 coherent with the @code{tidyverse} design philosophy, for performing basic
7537 statistical tests, including t-test, Wilcoxon test, ANOVA, Kruskal-Wallis and
7538 correlation analyses. The output of each test is automatically transformed
7539 into a tidy data frame to facilitate visualization. Additional functions are
7540 available for reshaping, reordering, manipulating and visualizing correlation
7541 matrix.")
7542 (license license:gpl2)))
7543
7544 (define-public r-ggpubr
7545 (package
7546 (name "r-ggpubr")
7547 (version "0.4.0")
7548 (source
7549 (origin
7550 (method url-fetch)
7551 (uri (cran-uri "ggpubr" version))
7552 (sha256
7553 (base32
7554 "0x86lmghr25k8w90yrp360dn42dhp5cjvjpdiv2s2gxfn701xcmb"))))
7555 (build-system r-build-system)
7556 (propagated-inputs
7557 `(("r-cowplot" ,r-cowplot)
7558 ("r-dplyr" ,r-dplyr)
7559 ("r-ggplot2" ,r-ggplot2)
7560 ("r-ggrepel" ,r-ggrepel)
7561 ("r-ggsci" ,r-ggsci)
7562 ("r-ggsignif" ,r-ggsignif)
7563 ("r-glue" ,r-glue)
7564 ("r-gridextra" ,r-gridextra)
7565 ("r-magrittr" ,r-magrittr)
7566 ("r-polynom" ,r-polynom)
7567 ("r-purrr" ,r-purrr)
7568 ("r-rlang" ,r-rlang)
7569 ("r-scales" ,r-scales)
7570 ("r-rstatix" ,r-rstatix)
7571 ("r-tibble" ,r-tibble)
7572 ("r-tidyr" ,r-tidyr)))
7573 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
7574 (synopsis "ggplot2-based publication-ready plots")
7575 (description
7576 "The ggplot2 package is an excellent and flexible package for elegant
7577 data visualization in R. However the default generated plots require some
7578 formatting before we can send them for publication. The ggpubr package
7579 provides some easy-to-use functions for creating and customizing ggplot2-based
7580 publication-ready plots.")
7581 (license license:gpl2)))
7582
7583 (define-public r-ellipse
7584 (package
7585 (name "r-ellipse")
7586 (version "0.4.2")
7587 (source
7588 (origin
7589 (method url-fetch)
7590 (uri (cran-uri "ellipse" version))
7591 (sha256
7592 (base32
7593 "1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
7594 (build-system r-build-system)
7595 (home-page "https://cran.r-project.org/web/packages/ellipse/")
7596 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
7597 (description
7598 "This package contains various routines for drawing ellipses and
7599 ellipse-like confidence regions, implementing the plots described in Murdoch
7600 and Chow (1996), A graphical display of large correlation matrices, The
7601 American Statistician 50, 178-180. There are also routines implementing the
7602 profile plots described in Bates and Watts (1988), Nonlinear Regression
7603 Analysis and its Applications.")
7604 (license license:gpl2+)))
7605
7606 (define-public r-flashclust
7607 (package
7608 (name "r-flashclust")
7609 (version "1.01-2")
7610 (source
7611 (origin
7612 (method url-fetch)
7613 (uri (cran-uri "flashClust" version))
7614 (sha256
7615 (base32
7616 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
7617 (properties `((upstream-name . "flashClust")))
7618 (build-system r-build-system)
7619 (native-inputs `(("gfortran" ,gfortran)))
7620 (home-page "https://cran.r-project.org/web/packages/flashClust/")
7621 (synopsis "Implementation of optimal hierarchical clustering")
7622 (description
7623 "This package provides a fast implementation of hierarchical
7624 clustering.")
7625 (license license:gpl2+)))
7626
7627 (define-public r-factominer
7628 (package
7629 (name "r-factominer")
7630 (version "2.4")
7631 (source
7632 (origin
7633 (method url-fetch)
7634 (uri (cran-uri "FactoMineR" version))
7635 (sha256
7636 (base32
7637 "0lg8n9fxxk46nchnj4pbpqqf4swxfsq7r9jzr36dmd36kb7avqxr"))))
7638 (properties `((upstream-name . "FactoMineR")))
7639 (build-system r-build-system)
7640 (propagated-inputs
7641 `(("r-car" ,r-car)
7642 ("r-cluster" ,r-cluster)
7643 ("r-dt" ,r-dt)
7644 ("r-ellipse" ,r-ellipse)
7645 ("r-flashclust" ,r-flashclust)
7646 ("r-ggplot2" ,r-ggplot2)
7647 ("r-ggrepel" ,r-ggrepel)
7648 ("r-lattice" ,r-lattice)
7649 ("r-leaps" ,r-leaps)
7650 ("r-mass" ,r-mass)
7651 ("r-scatterplot3d" ,r-scatterplot3d)))
7652 (native-inputs
7653 `(("r-knitr" ,r-knitr)))
7654 (home-page "http://factominer.free.fr")
7655 (synopsis "Multivariate exploratory data analysis and data mining")
7656 (description
7657 "This package provides exploratory data analysis methods to summarize,
7658 visualize and describe datasets. The main principal component methods are
7659 available, those with the largest potential in terms of applications:
7660 principal component analysis (PCA) when variables are quantitative,
7661 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
7662 variables are categorical, Multiple Factor Analysis when variables are
7663 structured in groups, etc. and hierarchical cluster analysis.")
7664 (license license:gpl2+)))
7665
7666 (define-public r-factoextra
7667 (package
7668 (name "r-factoextra")
7669 (version "1.0.7")
7670 (source
7671 (origin
7672 (method url-fetch)
7673 (uri (cran-uri "factoextra" version))
7674 (sha256
7675 (base32
7676 "1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
7677 (build-system r-build-system)
7678 (propagated-inputs
7679 `(("r-abind" ,r-abind)
7680 ("r-cluster" ,r-cluster)
7681 ("r-dendextend" ,r-dendextend)
7682 ("r-factominer" ,r-factominer)
7683 ("r-ggplot2" ,r-ggplot2)
7684 ("r-ggpubr" ,r-ggpubr)
7685 ("r-ggrepel" ,r-ggrepel)
7686 ("r-reshape2" ,r-reshape2)
7687 ("r-tidyr" ,r-tidyr)))
7688 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
7689 (synopsis "Extract and visualize the results of multivariate data analyses")
7690 (description
7691 "This package provides some easy-to-use functions to extract and
7692 visualize the output of multivariate data analyses, including
7693 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
7694 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
7695 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
7696 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
7697 packages. It contains also functions for simplifying some clustering analysis
7698 steps and provides ggplot2-based elegant data visualization.")
7699 (license license:gpl2)))
7700
7701 (define-public r-fansi
7702 (package
7703 (name "r-fansi")
7704 (version "0.4.2")
7705 (source
7706 (origin
7707 (method url-fetch)
7708 (uri (cran-uri "fansi" version))
7709 (sha256
7710 (base32
7711 "0i7wmaflkjzdbggqv31wnsj3m9imvc6db429vyjk64xrz1ng1vd2"))))
7712 (build-system r-build-system)
7713 (native-inputs
7714 `(("r-knitr" ,r-knitr))) ; for vignettes
7715 (home-page "https://github.com/brodieG/fansi")
7716 (synopsis "ANSI control sequence aware string functions")
7717 (description
7718 "This package provides counterparts to R string manipulation functions
7719 that account for the effects of ANSI text formatting control sequences.")
7720 (license license:gpl2+)))
7721
7722 (define-public r-nbclust
7723 (package
7724 (name "r-nbclust")
7725 (version "3.0")
7726 (source
7727 (origin
7728 (method url-fetch)
7729 (uri (cran-uri "NbClust" version))
7730 (sha256
7731 (base32
7732 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
7733 (properties `((upstream-name . "NbClust")))
7734 (build-system r-build-system)
7735 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
7736 (synopsis "Determine the best number of clusters in a data set")
7737 (description
7738 "NbClust provides 30 indexes for determining the optimal number of
7739 clusters in a data set and offers the best clustering scheme from different
7740 results to the user.")
7741 (license license:gpl2)))
7742
7743 (define-public r-hdf5r
7744 (package
7745 (name "r-hdf5r")
7746 (version "1.3.3")
7747 (source
7748 (origin
7749 (method url-fetch)
7750 (uri (cran-uri "hdf5r" version))
7751 (sha256
7752 (base32
7753 "0i8m4yjxggrs05slq2afvz2ckl1yc9wq7gd1s7dq2gjn46zkry50"))))
7754 (build-system r-build-system)
7755 (inputs
7756 `(("hdf5" ,hdf5)
7757 ("zlib" ,zlib)))
7758 (propagated-inputs
7759 `(("r-bit64" ,r-bit64)
7760 ("r-r6" ,r-r6)))
7761 (native-inputs
7762 `(("r-knitr" ,r-knitr)))
7763 (home-page "https://hhoeflin.github.io/hdf5r")
7764 (synopsis "Interface to the HDF5 binary data format")
7765 (description
7766 "HDF5 is a data model, library and file format for storing and managing
7767 large amounts of data. This package provides a nearly feature complete,
7768 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
7769 functionality is added so that HDF5 objects behave very similar to their
7770 corresponding R counterparts.")
7771 (license license:asl2.0)))
7772
7773 (define-public r-itertools
7774 (package
7775 (name "r-itertools")
7776 (version "0.1-3")
7777 (source
7778 (origin
7779 (method url-fetch)
7780 (uri (cran-uri "itertools" version))
7781 (sha256
7782 (base32
7783 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
7784 (build-system r-build-system)
7785 (propagated-inputs
7786 `(("r-iterators" ,r-iterators)))
7787 (home-page "https://cran.r-project.org/web/packages/itertools/")
7788 (synopsis "Iterator tools")
7789 (description
7790 "This package provides various tools for creating iterators, many
7791 patterned after functions in the Python @code{itertools} module, and others
7792 patterned after functions in the snow package.")
7793 (license license:gpl2)))
7794
7795 (define-public r-polynom
7796 (package
7797 (name "r-polynom")
7798 (version "1.4-0")
7799 (source
7800 (origin
7801 (method url-fetch)
7802 (uri (cran-uri "polynom" version))
7803 (sha256
7804 (base32
7805 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
7806 (build-system r-build-system)
7807 (home-page "https://cran.r-project.org/web/packages/polynom/")
7808 (synopsis "Functions for univariate polynomial manipulations")
7809 (description
7810 "This package provides a collection of functions to implement a class for
7811 univariate polynomial manipulations.")
7812 (license license:gpl2)))
7813
7814 (define-public r-gbrd
7815 (package
7816 (name "r-gbrd")
7817 (version "0.4-11")
7818 (source
7819 (origin
7820 (method url-fetch)
7821 (uri (cran-uri "gbRd" version))
7822 (sha256
7823 (base32
7824 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
7825 (properties `((upstream-name . "gbRd")))
7826 (build-system r-build-system)
7827 (home-page "https://cran.r-project.org/web/packages/gbRd/")
7828 (synopsis "Utilities for processing Rd objects and files")
7829 (description
7830 "This package provides utilities for processing Rd objects and files.
7831 Extract argument descriptions and other parts of the help pages of
7832 functions.")
7833 (license license:gpl2+)))
7834
7835 (define-public r-rjags
7836 (package
7837 (name "r-rjags")
7838 (version "4-10")
7839 (source
7840 (origin
7841 (method url-fetch)
7842 (uri (cran-uri "rjags" version))
7843 (sha256
7844 (base32
7845 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
7846 (build-system r-build-system)
7847 (propagated-inputs
7848 `(("r-coda" ,r-coda)))
7849 (inputs
7850 `(("jags" ,jags)))
7851 (native-inputs
7852 `(("pkg-config" ,pkg-config)))
7853 (home-page "http://mcmc-jags.sourceforge.net")
7854 (synopsis "Bayesian graphical models using MCMC")
7855 (description
7856 "This package provides an R interface to the JAGS MCMC library. JAGS is
7857 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
7858 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
7859 (license license:gpl2)))
7860
7861 (define-public r-rbibutils
7862 (package
7863 (name "r-rbibutils")
7864 (version "2.0")
7865 (source
7866 (origin
7867 (method url-fetch)
7868 (uri (cran-uri "rbibutils" version))
7869 (sha256
7870 (base32
7871 "1vfg2188i4dyhrmvnwpsh2la8qkd4wkryz2fpj4cppi1wfz3ml83"))))
7872 (properties `((upstream-name . "rbibutils")))
7873 (build-system r-build-system)
7874 (home-page "https://geobosh.github.io/rbibutils/")
7875 (synopsis "Convert between bibliography formats")
7876 (description
7877 "This package converts between a number of bibliography formats,
7878 including BibTeX, BibLaTeX and Bibentry. It includes a port of the bibutils
7879 utilities and supports all bibliography formats and character encodings
7880 implemented in bibutils.")
7881 (license license:gpl2)))
7882
7883 (define-public r-rdpack
7884 (package
7885 (name "r-rdpack")
7886 (version "2.1.1")
7887 (source
7888 (origin
7889 (method url-fetch)
7890 (uri (cran-uri "Rdpack" version))
7891 (sha256
7892 (base32
7893 "11psw5yiamq0g7jc6fqn2wis565i60qgda4a5d09qi8fyzd6mnfb"))))
7894 (properties `((upstream-name . "Rdpack")))
7895 (build-system r-build-system)
7896 (propagated-inputs
7897 `(("r-rbibutils" ,r-rbibutils)))
7898 (home-page "https://github.com/GeoBosh/Rdpack")
7899 (synopsis "Update and manipulate Rd documentation objects")
7900 (description
7901 "This package provides functions for manipulation of R documentation
7902 objects, including functions @code{reprompt()} and @code{ereprompt()} for
7903 updating Rd documentation for functions, methods and classes; it also includes
7904 Rd macros for citations and import of references from bibtex files for use in
7905 Rd files and roxygen2 comments, as well as many functions for manipulation of
7906 references and Rd files.")
7907 (license license:gpl2+)))
7908
7909 (define-public r-officer
7910 (package
7911 (name "r-officer")
7912 (version "0.3.17")
7913 (source
7914 (origin
7915 (method url-fetch)
7916 (uri (cran-uri "officer" version))
7917 (sha256
7918 (base32
7919 "1apg0dh1zfhrqcbbmm8318l40gyjbqc2l9sdvwxx7qi8mzc1mqvw"))))
7920 (build-system r-build-system)
7921 (propagated-inputs
7922 `(("r-r6" ,r-r6)
7923 ("r-uuid" ,r-uuid)
7924 ("r-xml2" ,r-xml2)
7925 ("r-zip" ,r-zip)))
7926 (native-inputs
7927 `(("r-knitr" ,r-knitr)))
7928 (home-page "https://davidgohel.github.io/officer")
7929 (synopsis "Manipulation of Word and PowerPoint documents")
7930 (description
7931 "This package provides tools to access and manipulate Word and PowerPoint
7932 documents from R. The package focuses on tabular and graphical reporting from
7933 R; it also provides two functions that let users get document content into
7934 data objects. A set of functions lets add and remove images, tables and
7935 paragraphs of text in new or existing documents. When working with PowerPoint
7936 presentations, slides can be added or removed; shapes inside slides can also
7937 be added or removed. When working with Word documents, a cursor can be used
7938 to help insert or delete content at a specific location in the document.")
7939 (license license:gpl3)))
7940
7941 (define-public r-profilemodel
7942 (package
7943 (name "r-profilemodel")
7944 (version "0.6.1")
7945 (source
7946 (origin
7947 (method url-fetch)
7948 (uri (cran-uri "profileModel" version))
7949 (sha256
7950 (base32
7951 "01m5nb8cmq0aq555pxk2a99182si65hhmn68yn9nal2j3zl2bp4i"))))
7952 (properties `((upstream-name . "profileModel")))
7953 (build-system r-build-system)
7954 (home-page "https://github.com/ikosmidis/profileModel")
7955 (synopsis "Profiling inference functions for various model classes")
7956 (description
7957 "This package provides tools that can be used to calculate, evaluate,
7958 plot and use for inference the profiles of *arbitrary* inference functions for
7959 arbitrary @code{glm}-like fitted models with linear predictors. More information
7960 on the methods that are implemented can be found in Kosmidis (2008)
7961 @url{https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf}.")
7962 (license license:gpl2+)))
7963
7964 (define-public r-brglm
7965 (package
7966 (name "r-brglm")
7967 (version "0.7.1")
7968 (source
7969 (origin
7970 (method url-fetch)
7971 (uri (cran-uri "brglm" version))
7972 (sha256
7973 (base32
7974 "1v68ma1agwhxar76mfvdfkcnd5h4gmxiz8j491rhdsckg271j7sa"))))
7975 (properties `((upstream-name . "brglm")))
7976 (build-system r-build-system)
7977 (propagated-inputs
7978 `(("r-profilemodel" ,r-profilemodel)))
7979 (home-page "https://github.com/ikosmidis/brglm")
7980 (synopsis "Bias reduction in binomial-response generalized linear models")
7981 (description
7982 "Fit generalized linear models with binomial responses using either an
7983 adjusted-score approach to bias reduction or maximum penalized likelihood
7984 where penalization is by Jeffreys invariant prior. These procedures return
7985 estimates with improved frequentist properties (bias, mean squared error) that
7986 are always finite even in cases where the maximum likelihood estimates are
7987 infinite (data separation). Fitting takes place by fitting generalized linear
7988 models on iteratively updated pseudo-data. The interface is essentially the
7989 same as @code{glm}. More flexibility is provided by the fact that custom
7990 pseudo-data representations can be specified and used for model fitting.
7991 Functions are provided for the construction of confidence intervals for the
7992 reduced-bias estimates.")
7993 (license license:gpl2+)))
7994
7995 (define-public r-entropy
7996 (package
7997 (name "r-entropy")
7998 (version "1.2.1")
7999 (source
8000 (origin
8001 (method url-fetch)
8002 (uri (cran-uri "entropy" version))
8003 (sha256
8004 (base32
8005 "10vg4818q5g54pv2nn9x5i7pvky5nsv96syy47pz2mgqp1273cpd"))))
8006 (properties `((upstream-name . "entropy")))
8007 (build-system r-build-system)
8008 (home-page "https://www.strimmerlab.org/software/entropy/")
8009 (synopsis "Estimation of entropy, mutual information and related quantities")
8010 (description
8011 "This package implements various estimators of entropy, such as the
8012 shrinkage estimator by Hausser and Strimmer, the maximum likelihood and the
8013 Millow-Madow estimator, various Bayesian estimators, and the Chao-Shen
8014 estimator. It also offers an R interface to the NSB estimator. Furthermore,
8015 it provides functions for estimating Kullback-Leibler divergence, chi-squared,
8016 mutual information, and chi-squared statistic of independence. In addition
8017 there are functions for discretizing continuous random variables.")
8018 (license license:gpl3+)))
8019
8020 (define-public r-abn
8021 (package
8022 (name "r-abn")
8023 (version "2.3-0")
8024 (source
8025 (origin
8026 (method url-fetch)
8027 (uri (cran-uri "abn" version))
8028 (sha256
8029 (base32
8030 "17vdrqm6qp5aijg00ah2imj3pqr6cl5r43hgg8dijbrbhznarci6"))))
8031 (build-system r-build-system)
8032 (inputs
8033 `(("gsl" ,gsl)))
8034 (propagated-inputs
8035 `(("r-lme4" ,r-lme4)
8036 ("r-nnet" ,r-nnet)
8037 ("r-rcpp" ,r-rcpp)
8038 ("r-rcpparmadillo" ,r-rcpparmadillo)
8039 ("r-rjags" ,r-rjags)))
8040 (home-page "https://r-bayesian-networks.org/")
8041 (synopsis "Modelling multivariate data with additive bayesian networks")
8042 (description
8043 "Bayesian network analysis is a form of probabilistic graphical models
8044 which derives from empirical data a directed acyclic graph, DAG, describing
8045 the dependency structure between random variables. An additive Bayesian
8046 network model consists of a form of a DAG where each node comprises a
8047 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
8048 equivalent to Bayesian multivariate regression using graphical modelling, they
8049 generalises the usual multivariable regression, GLM, to multiple dependent
8050 variables. This package provides routines to help determine optimal Bayesian
8051 network models for a given data set, where these models are used to identify
8052 statistical dependencies in messy, complex data.")
8053 (license license:gpl2+)))
8054
8055 (define-public r-acd
8056 (package
8057 (name "r-acd")
8058 (version "1.5.3")
8059 (source
8060 (origin
8061 (method url-fetch)
8062 (uri (cran-uri "ACD" version))
8063 (sha256
8064 (base32
8065 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
8066 (properties `((upstream-name . "ACD")))
8067 (build-system r-build-system)
8068 (home-page "https://cran.r-project.org/web/packages/ACD/")
8069 (synopsis "Categorical data analysis with complete or missing responses")
8070 (description
8071 "This package provides tools for categorical data analysis with complete
8072 or missing responses.")
8073 (license license:gpl2+)))
8074
8075 (define-public r-acdm
8076 (package
8077 (name "r-acdm")
8078 (version "1.0.4")
8079 (source
8080 (origin
8081 (method url-fetch)
8082 (uri (cran-uri "ACDm" version))
8083 (sha256
8084 (base32
8085 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
8086 (properties `((upstream-name . "ACDm")))
8087 (build-system r-build-system)
8088 (propagated-inputs
8089 `(("r-dplyr" ,r-dplyr)
8090 ("r-ggplot2" ,r-ggplot2)
8091 ("r-plyr" ,r-plyr)
8092 ("r-rsolnp" ,r-rsolnp)
8093 ("r-zoo" ,r-zoo)))
8094 (home-page "https://cran.r-project.org/web/packages/ACDm/")
8095 (synopsis "Tools for Autoregressive Conditional Duration Models")
8096 (description
8097 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
8098 and Russell, 1998) models. It creates trade, price or volume durations from
8099 transactions (tic) data, performs diurnal adjustments, fits various ACD models
8100 and tests them.")
8101 (license license:gpl2+)))
8102
8103 (define-public r-overlap
8104 (package
8105 (name "r-overlap")
8106 (version "0.3.3")
8107 (source
8108 (origin
8109 (method url-fetch)
8110 (uri (cran-uri "overlap" version))
8111 (sha256
8112 (base32
8113 "17cnr4qin1qy0df4k491267acna12gpbbps6w3gi8nccqxfrb1pd"))))
8114 (build-system r-build-system)
8115 (home-page "https://cran.r-project.org/web/packages/overlap/")
8116 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
8117 (description
8118 "This package provides functions to fit kernel density functions to data
8119 on temporal activity patterns of animals; estimate coefficients of overlapping
8120 of densities for two species; and calculate bootstrap estimates of confidence
8121 intervals.")
8122 (license license:gpl3+)))
8123
8124 (define-public r-snakecase
8125 (package
8126 (name "r-snakecase")
8127 (version "0.11.0")
8128 (source
8129 (origin
8130 (method url-fetch)
8131 (uri (cran-uri "snakecase" version))
8132 (sha256
8133 (base32
8134 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
8135 (build-system r-build-system)
8136 (propagated-inputs
8137 `(("r-stringi" ,r-stringi)
8138 ("r-stringr" ,r-stringr)))
8139 (home-page "https://github.com/Tazinho/snakecase")
8140 (synopsis "Convert strings into any case")
8141 (description
8142 "This package provides a consistent, flexible and easy to use tool to
8143 parse and convert strings into cases like snake or camel among others.")
8144 (license license:gpl3)))
8145
8146 (define-public r-prediction
8147 (package
8148 (name "r-prediction")
8149 (version "0.3.14")
8150 (source
8151 (origin
8152 (method url-fetch)
8153 (uri (cran-uri "prediction" version))
8154 (sha256
8155 (base32
8156 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
8157 (build-system r-build-system)
8158 (propagated-inputs
8159 `(("r-data-table" ,r-data-table)))
8160 (home-page "https://github.com/leeper/prediction")
8161 (synopsis "Tidy, type-safe prediction methods")
8162 (description
8163 "This package provides the @code{prediction()} function, a type-safe
8164 alternative to @code{predict()} that always returns a data frame. The package
8165 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
8166 from the @code{stats} package, as well as numerous other model classes from
8167 other add-on packages.")
8168 (license license:expat)))
8169
8170 (define-public r-insight
8171 (package
8172 (name "r-insight")
8173 (version "0.13.1")
8174 (source
8175 (origin
8176 (method url-fetch)
8177 (uri (cran-uri "insight" version))
8178 (sha256
8179 (base32
8180 "1la4yxzfl9fnknamnaziil6gvpdzl78z16lfzis9jgzg8r9q0y5l"))))
8181 (build-system r-build-system)
8182 (native-inputs
8183 `(("r-knitr" ,r-knitr)))
8184 (home-page "https://easystats.github.io/insight/")
8185 (synopsis "Easy access to model information for various model objects")
8186 (description
8187 "This package provides a tool to provide an easy, intuitive and
8188 consistent access to information contained in various R models, like model
8189 formulas, model terms, information about random effects, data that was used to
8190 fit the model or data from response variables. The package mainly revolves
8191 around two types of functions: Functions that find (the names of) information,
8192 starting with @code{find_}, and functions that get the underlying data,
8193 starting with @code{get_}. The package has a consistent syntax and works with
8194 many different model objects, where otherwise functions to access these
8195 information are missing.")
8196 (license license:gpl3)))
8197
8198 (define-public r-sjlabelled
8199 (package
8200 (name "r-sjlabelled")
8201 (version "1.1.7")
8202 (source
8203 (origin
8204 (method url-fetch)
8205 (uri (cran-uri "sjlabelled" version))
8206 (sha256
8207 (base32
8208 "0d3fsjd2gxchv8mlx9l5pf8xvkmx4pgvizam83f3qss07bmvpzwg"))))
8209 (build-system r-build-system)
8210 (propagated-inputs
8211 `(("r-insight" ,r-insight)))
8212 (native-inputs
8213 `(("r-knitr" ,r-knitr)))
8214 (home-page "https://github.com/strengejacke/sjlabelled")
8215 (synopsis "Labelled data utility functions")
8216 (description
8217 "This package provides a collection of functions dealing with labelled
8218 data, like reading and writing data between R and other statistical software
8219 packages. This includes easy ways to get, set or change value and variable
8220 label attributes, to convert labelled vectors into factors or numeric (and
8221 vice versa), or to deal with multiple declared missing values.")
8222 (license license:gpl3)))
8223
8224 (define-public r-sjmisc
8225 (package
8226 (name "r-sjmisc")
8227 (version "2.8.6")
8228 (source
8229 (origin
8230 (method url-fetch)
8231 (uri (cran-uri "sjmisc" version))
8232 (sha256
8233 (base32
8234 "1nfrkv5jfnwb85blpv7yk7xac1myzi2c30bqcf7xicniknkjwycr"))))
8235 (build-system r-build-system)
8236 (propagated-inputs
8237 `(("r-dplyr" ,r-dplyr)
8238 ("r-insight" ,r-insight)
8239 ("r-magrittr" ,r-magrittr)
8240 ("r-purrr" ,r-purrr)
8241 ("r-rlang" ,r-rlang)
8242 ("r-sjlabelled" ,r-sjlabelled)
8243 ("r-tidyselect" ,r-tidyselect)))
8244 (native-inputs
8245 `(("r-knitr" ,r-knitr)))
8246 (home-page "https://github.com/strengejacke/sjmisc")
8247 (synopsis "Data and variable transformation functions")
8248 (description
8249 "This package is a collection of miscellaneous utility functions,
8250 supporting data transformation tasks like recoding, dichotomizing or grouping
8251 variables, setting and replacing missing values. The data transformation
8252 functions also support labelled data, and all integrate seamlessly into a
8253 tidyverse workflow.")
8254 (license license:gpl3)))
8255
8256 (define-public r-nortest
8257 (package
8258 (name "r-nortest")
8259 (version "1.0-4")
8260 (source
8261 (origin
8262 (method url-fetch)
8263 (uri (cran-uri "nortest" version))
8264 (sha256
8265 (base32
8266 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
8267 (build-system r-build-system)
8268 (home-page "https://cran.r-project.org/web/packages/nortest/")
8269 (synopsis "Tests for normality")
8270 (description
8271 "This package provides five omnibus tests for testing the composite
8272 hypothesis of normality.")
8273 (license license:gpl2+)))
8274
8275 (define-public r-moonbook
8276 (package
8277 (name "r-moonbook")
8278 (version "0.2.4")
8279 (source
8280 (origin
8281 (method url-fetch)
8282 (uri (cran-uri "moonBook" version))
8283 (sha256
8284 (base32
8285 "0z78pzc8sr2g19xjdd9cmai4iqyifmh79gj8x40ddww6a27dalry"))))
8286 (properties `((upstream-name . "moonBook")))
8287 (build-system r-build-system)
8288 (propagated-inputs
8289 `(("r-magrittr" ,r-magrittr)
8290 ("r-nortest" ,r-nortest)
8291 ("r-sjmisc" ,r-sjmisc)
8292 ("r-stringr" ,r-stringr)
8293 ("r-survival" ,r-survival)
8294 ("r-ztable" ,r-ztable)))
8295 (native-inputs
8296 `(("r-knitr" ,r-knitr)))
8297 (home-page "https://github.com/cardiomoon/moonBook")
8298 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
8299 (description
8300 "This package provides several analysis-related functions for the book
8301 entitled \"R statistics and graph for medical articles\" (written in Korean),
8302 version 1, by Keon-Woong Moon with Korean demographic data with several plot
8303 functions.")
8304 (license license:gpl2)))
8305
8306 (define-public r-flextable
8307 (package
8308 (name "r-flextable")
8309 (version "0.6.4")
8310 (source
8311 (origin
8312 (method url-fetch)
8313 (uri (cran-uri "flextable" version))
8314 (sha256
8315 (base32
8316 "1ykjfnqhn8nd9f3l4jj8hf1bbjjckkna3p7fdsg0a73c05a17yma"))))
8317 (build-system r-build-system)
8318 (propagated-inputs
8319 `(("r-base64enc" ,r-base64enc)
8320 ("r-data-table" ,r-data-table)
8321 ("r-gdtools" ,r-gdtools)
8322 ("r-htmltools" ,r-htmltools)
8323 ("r-knitr" ,r-knitr)
8324 ("r-officer" ,r-officer)
8325 ("r-rlang" ,r-rlang)
8326 ("r-rmarkdown" ,r-rmarkdown)
8327 ("r-uuid" ,r-uuid)
8328 ("r-xml2" ,r-xml2)))
8329 (native-inputs
8330 `(("r-knitr" ,r-knitr)))
8331 (home-page "https://davidgohel.github.io/flextable")
8332 (synopsis "Functions for tabular reporting")
8333 (description
8334 "This package provides tools to create pretty tables for HTML documents
8335 and other formats. Functions are provided to let users create tables, modify
8336 and format their content. It extends the @code{officer} package and can be
8337 used within R markdown documents when rendering to HTML and to Word
8338 documents.")
8339 (license license:gpl3)))
8340
8341 (define-public r-writexl
8342 (package
8343 (name "r-writexl")
8344 (version "1.3.1")
8345 (source
8346 (origin
8347 (method url-fetch)
8348 (uri (cran-uri "writexl" version))
8349 (sha256
8350 (base32
8351 "1njdhvh8605wd2j8glrbxfyc36p2n88prpq080jn44s9lgfmbgsb"))))
8352 (build-system r-build-system)
8353 (inputs `(("zlib" ,zlib)))
8354 (home-page "https://github.com/ropensci/writexl")
8355 (synopsis "Export data frames to xlsx format")
8356 (description
8357 "This package provides a data frame to xlsx exporter based on
8358 libxlsxwriter.")
8359 (license license:bsd-2)))
8360
8361 (define-public r-biasedurn
8362 (package
8363 (name "r-biasedurn")
8364 (version "1.07")
8365 (source
8366 (origin
8367 (method url-fetch)
8368 (uri (cran-uri "BiasedUrn" version))
8369 (sha256
8370 (base32
8371 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
8372 (properties `((upstream-name . "BiasedUrn")))
8373 (build-system r-build-system)
8374 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
8375 (synopsis "Biased Urn model distributions")
8376 (description
8377 "This package provides statistical models of biased sampling in the form
8378 of univariate and multivariate noncentral hypergeometric distributions,
8379 including Wallenius' noncentral hypergeometric distribution and Fisher's
8380 noncentral hypergeometric distribution (also called extended hypergeometric
8381 distribution).")
8382 (license license:gpl3)))
8383
8384 (define-public r-goplot
8385 (package
8386 (name "r-goplot")
8387 (version "1.0.2")
8388 (source
8389 (origin
8390 (method url-fetch)
8391 (uri (cran-uri "GOplot" version))
8392 (sha256
8393 (base32
8394 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
8395 (properties `((upstream-name . "GOplot")))
8396 (build-system r-build-system)
8397 (propagated-inputs
8398 `(("r-ggdendro" ,r-ggdendro)
8399 ("r-ggplot2" ,r-ggplot2)
8400 ("r-gridextra" ,r-gridextra)
8401 ("r-rcolorbrewer" ,r-rcolorbrewer)))
8402 (home-page "https://github.com/wencke/wencke.github.io")
8403 (synopsis "Visualization of functional analysis data")
8404 (description
8405 "This package provides an implementation of multilayered visualizations
8406 for enhanced graphical representation of functional analysis data. It
8407 combines and integrates omics data derived from expression and functional
8408 annotation enrichment analyses. Its plotting functions have been developed
8409 with an hierarchical structure in mind: starting from a general overview to
8410 identify the most enriched categories (modified bar plot, bubble plot) to a
8411 more detailed one displaying different types of relevant information for the
8412 molecules in a given set of categories (circle plot, chord plot, cluster plot,
8413 Venn diagram, heatmap).")
8414 (license license:gpl2)))
8415
8416 (define-public r-getopt
8417 (package
8418 (name "r-getopt")
8419 (version "1.20.3")
8420 (source
8421 (origin
8422 (method url-fetch)
8423 (uri (cran-uri "getopt" version))
8424 (sha256
8425 (base32
8426 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
8427 (build-system r-build-system)
8428 (home-page "https://github.com/trevorld/getopt")
8429 (synopsis "Command-line option processor for R")
8430 (description
8431 "This package is designed to be used with Rscript to write shebang
8432 scripts that accept short and long options. Many users will prefer to
8433 use the packages @code{optparse} or @code{argparse} which add extra
8434 features like automatically generated help options and usage texts,
8435 support for default values, positional argument support, etc.")
8436 (license license:gpl2+)))
8437
8438 (define-public r-findpython
8439 (package
8440 (name "r-findpython")
8441 (version "1.0.7")
8442 (source
8443 (origin
8444 (method url-fetch)
8445 (uri (cran-uri "findpython" version))
8446 (sha256
8447 (base32
8448 "0jf10jpqla90x03kl3k77gnd255zmw9rvr8d724vb17cqawh9yar"))))
8449 (build-system r-build-system)
8450 (home-page "https://github.com/trevorld/findpython")
8451 (synopsis "Functions to find an acceptable Python binary")
8452 (description
8453 "This package was designed to find an acceptable Python binary that
8454 matches version and feature constraints.")
8455 (license license:expat)))
8456
8457 ;; This in not the same as "r-argparser"
8458 (define-public r-argparse
8459 (package
8460 (name "r-argparse")
8461 (version "2.0.3")
8462 (source
8463 (origin
8464 (method url-fetch)
8465 (uri (cran-uri "argparse" version))
8466 (sha256
8467 (base32
8468 "1c2r417m1dxk1jhcggv3g4zax5a59k9rqs9jcs6xy2pa2333jqfj"))))
8469 (build-system r-build-system)
8470 (inputs `(("python" ,python)))
8471 (propagated-inputs
8472 `(("r-findpython" ,r-findpython)
8473 ("r-jsonlite" ,r-jsonlite)
8474 ("r-r6" ,r-r6)))
8475 (native-inputs
8476 `(("r-knitr" ,r-knitr)))
8477 (home-page "https://github.com/trevorld/argparse")
8478 (synopsis "Command line optional and positional argument parser")
8479 (description
8480 "This package provides a command line parser to be used with Rscript to
8481 write shebang scripts that gracefully accept positional and optional arguments
8482 and automatically generate usage notices.")
8483 (license license:gpl2+)))
8484
8485 (define-public r-hash
8486 (package
8487 (name "r-hash")
8488 (version "2.2.6.1")
8489 (source
8490 (origin
8491 (method url-fetch)
8492 (uri (cran-uri "hash" version))
8493 (sha256
8494 (base32
8495 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
8496 (build-system r-build-system)
8497 (home-page "https://cran.r-project.org/web/packages/hash/")
8498 (synopsis "Implementation of hash/associated arrays/dictionaries")
8499 (description
8500 "This package implements a data structure similar to hashes in Perl and
8501 dictionaries in Python but with a purposefully R flavor. For objects of
8502 appreciable size, access using hashes outperforms native named lists and
8503 vectors.")
8504 (license license:gpl2+)))
8505
8506 (define-public r-orddom
8507 (package
8508 (name "r-orddom")
8509 (version "3.1")
8510 (source
8511 (origin
8512 (method url-fetch)
8513 (uri (cran-uri "orddom" version))
8514 (sha256
8515 (base32
8516 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
8517 (build-system r-build-system)
8518 (propagated-inputs `(("r-psych" ,r-psych)))
8519 (home-page "https://cran.r-project.org/web/packages/orddom/")
8520 (synopsis "Ordinal dominance statistics")
8521 (description
8522 "This package provides tools to compute ordinal, statistics and effect
8523 sizes as an alternative to mean comparison: Cliff's delta or success rate
8524 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
8525 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
8526 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
8527 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
8528 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
8529 Group (Non-)Overlap considerations.")
8530 (license license:gpl2)))
8531
8532 (define-public r-deriv
8533 (package
8534 (name "r-deriv")
8535 (version "4.1.3")
8536 (source
8537 (origin
8538 (method url-fetch)
8539 (uri (cran-uri "Deriv" version))
8540 (sha256
8541 (base32
8542 "130g3mv0z9sqs6y23a0a94512iiw05yr6fp378vhdxxbignzbnyv"))))
8543 (properties `((upstream-name . "Deriv")))
8544 (build-system r-build-system)
8545 (home-page "https://cran.r-project.org/web/packages/Deriv")
8546 (synopsis "Symbolic differentiation")
8547 (description
8548 "This package provides an R-based solution for symbolic differentiation.
8549 It admits user-defined functions as well as function substitution in arguments
8550 of functions to be differentiated. Some symbolic simplification is part of
8551 the work.")
8552 (license license:gpl3+)))
8553
8554 (define-public r-doby
8555 (package
8556 (name "r-doby")
8557 (version "4.6.9")
8558 (source
8559 (origin
8560 (method url-fetch)
8561 (uri (cran-uri "doBy" version))
8562 (sha256
8563 (base32
8564 "02f545md5yhbpp3wb3q2c8zabqwgf02555r5c6g7znab5zjbyr00"))))
8565 (properties `((upstream-name . "doBy")))
8566 (build-system r-build-system)
8567 (propagated-inputs
8568 `(("r-broom" ,r-broom)
8569 ("r-deriv" ,r-deriv)
8570 ("r-dplyr" ,r-dplyr)
8571 ("r-ggplot2" ,r-ggplot2)
8572 ("r-magrittr" ,r-magrittr)
8573 ("r-mass" ,r-mass)
8574 ("r-matrix" ,r-matrix)
8575 ("r-pbkrtest" ,r-pbkrtest)
8576 ("r-tibble" ,r-tibble)))
8577 (native-inputs
8578 `(("r-knitr" ,r-knitr)))
8579 (home-page "https://people.math.aau.dk/~sorenh/software/doBy/")
8580 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
8581 (description
8582 "This package contains:
8583
8584 @itemize
8585 @item facilities for working with grouped data: @code{do}
8586 something to data stratified @code{by} some variables.
8587 @item implementations of least-squares means, general linear contrasts, and
8588 @item miscellaneous other utilities.
8589 @end itemize\n")
8590 (license license:gpl2+)))
8591
8592 (define-public r-refgenome
8593 (package
8594 (name "r-refgenome")
8595 (version "1.7.7")
8596 (source
8597 (origin
8598 (method url-fetch)
8599 (uri (cran-uri "refGenome" version))
8600 (sha256
8601 (base32
8602 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
8603 (properties `((upstream-name . "refGenome")))
8604 (build-system r-build-system)
8605 (propagated-inputs
8606 `(("r-dbi" ,r-dbi)
8607 ("r-doby" ,r-doby)
8608 ("r-rsqlite" ,r-rsqlite)))
8609 (home-page "https://cran.r-project.org/web/packages/refGenome/")
8610 (synopsis
8611 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
8612 (description
8613 "This package contains functionality for importing and managing of
8614 downloaded genome annotation data from the Ensembl genome browser (European
8615 Bioinformatics Institute) and from the UCSC genome browser (University of
8616 California, Santa Cruz) and annotation routines for genomic positions and
8617 splice site positions.")
8618 (license license:gpl2)))
8619
8620 (define-public r-basix
8621 (package
8622 (name "r-basix")
8623 (version "1.1")
8624 (source
8625 (origin
8626 (method url-fetch)
8627 (uri (cran-uri "BASIX" version))
8628 (sha256
8629 (base32
8630 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
8631 (properties `((upstream-name . "BASIX")))
8632 (build-system r-build-system)
8633 (home-page "https://cran.r-project.org/web/packages/BASIX/")
8634 (synopsis "Efficient C/C++ toolset for R")
8635 (description
8636 "BASIX provides some efficient C/C++ implementations of native R
8637 procedures to speed up calculations in R.")
8638 (license license:gpl2)))
8639
8640 (define-public r-blockfest
8641 (package
8642 (name "r-blockfest")
8643 (version "2.0")
8644 (source
8645 (origin
8646 (method url-fetch)
8647 (uri (cran-uri "BlockFeST" version))
8648 (sha256
8649 (base32
8650 "1fcl3yc1cf09znqbj787d3fd2kl5rp63la7pxawsgmap7nxwkp65"))))
8651 (properties `((upstream-name . "BlockFeST")))
8652 (build-system r-build-system)
8653 (propagated-inputs `(("r-basix" ,r-basix)))
8654 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
8655 (synopsis "Bayesian calculation of region-specific fixation index")
8656 (description
8657 "This package provides an R implementation of an extension of the
8658 BayeScan software for codominant markers, adding the option to group
8659 individual SNPs into pre-defined blocks. A typical application of this new
8660 approach is the identification of genomic regions, genes, or gene sets
8661 containing one or more SNPs that evolved under directional selection.")
8662 (license license:gpl2)))
8663
8664 (define-public r-proc
8665 (package
8666 (name "r-proc")
8667 (version "1.17.0.1")
8668 (source
8669 (origin
8670 (method url-fetch)
8671 (uri (cran-uri "pROC" version))
8672 (sha256
8673 (base32
8674 "1gd6a47d6bcfd237s3g7r9rws8x2sg7zrvq5k6clpc41zdpp4712"))))
8675 (properties `((upstream-name . "pROC")))
8676 (build-system r-build-system)
8677 (propagated-inputs
8678 `(("r-plyr" ,r-plyr)
8679 ("r-rcpp" ,r-rcpp)))
8680 (home-page "https://web.expasy.org/pROC/")
8681 (synopsis "Display and analyze ROC curves")
8682 (description
8683 "This package provides tools for visualizing, smoothing and comparing
8684 receiver operating characteristic (ROC curves). The area under the
8685 curve (AUC) can be compared with statistical tests based on U-statistics or
8686 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
8687 (license license:gpl3+)))
8688
8689 (define-public r-rootsolve
8690 (package
8691 (name "r-rootsolve")
8692 (version "1.8.2.1")
8693 (source
8694 (origin
8695 (method url-fetch)
8696 (uri (cran-uri "rootSolve" version))
8697 (sha256
8698 (base32
8699 "0c9hhgq1pgqdg80a6n2ssfbj5nyaf97y4iiya7j7l6b34qc53128"))))
8700 (properties `((upstream-name . "rootSolve")))
8701 (build-system r-build-system)
8702 (native-inputs `(("gfortran" ,gfortran)))
8703 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
8704 (synopsis "Tools for the analysis of ordinary differential equations")
8705 (description
8706 "This package provides routines to find the root of nonlinear functions,
8707 and to perform steady-state and equilibrium analysis of @dfn{ordinary
8708 differential equations} (ODE). It includes routines that:
8709
8710 @enumerate
8711 @item generate gradient and jacobian matrices (full and banded),
8712 @item find roots of non-linear equations by the Newton-Raphson method,
8713 @item estimate steady-state conditions of a system of (differential) equations
8714 in full, banded or sparse form, using the Newton-Raphson method, or by
8715 dynamically running,
8716 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
8717 and 3-D partial differential equations, that have been converted to ordinary
8718 differential equations by numerical differencing (using the method-of-lines
8719 approach).
8720 @end enumerate\n")
8721 (license license:gpl2+)))
8722
8723 (define-public r-abcanalysis
8724 (package
8725 (name "r-abcanalysis")
8726 (version "1.2.1")
8727 (source
8728 (origin
8729 (method url-fetch)
8730 (uri (cran-uri "ABCanalysis" version))
8731 (sha256
8732 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
8733 (properties `((upstream-name . "ABCanalysis")))
8734 (build-system r-build-system)
8735 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
8736 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
8737 (synopsis "Computed ABC Analysis")
8738 (description
8739 "Multivariate data sets often differ in several factors or derived statistical
8740 parameters, which have to be selected for a valid interpretation. Basing this
8741 selection on traditional statistical limits leads occasionally to the perception
8742 of losing information from a data set. This package provides tools to calculate
8743 these limits on the basis of the mathematical properties of the distribution of
8744 the analyzed items.")
8745 (license license:gpl3)))
8746
8747 (define-public r-slam
8748 (package
8749 (name "r-slam")
8750 (version "0.1-48")
8751 (source
8752 (origin
8753 (method url-fetch)
8754 (uri (cran-uri "slam" version))
8755 (sha256
8756 (base32 "1ppsvkph4v1dffxgp12a4wnr9arj7pkmh4qv0and3f6nbz9k42qa"))))
8757 (build-system r-build-system)
8758 (home-page "https://cran.r-project.org/web/packages/slam/")
8759 (synopsis "Sparse lightweight arrays and matrices")
8760 (description
8761 "This package contains data structures and algorithms for sparse arrays and matrices,
8762 based on index arrays and simple triplet representations, respectively.")
8763 (license license:gpl2)))
8764
8765 (define-public r-manipulatewidget
8766 (package
8767 (name "r-manipulatewidget")
8768 (version "0.10.1")
8769 (source
8770 (origin
8771 (method url-fetch)
8772 (uri (cran-uri "manipulateWidget" version))
8773 (sha256
8774 (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
8775 (properties
8776 `((upstream-name . "manipulateWidget")))
8777 (build-system r-build-system)
8778 (propagated-inputs
8779 `(("r-base64enc" ,r-base64enc)
8780 ("r-codetools" ,r-codetools)
8781 ("r-htmltools" ,r-htmltools)
8782 ("r-htmlwidgets" ,r-htmlwidgets)
8783 ("r-knitr" ,r-knitr)
8784 ("r-miniui" ,r-miniui)
8785 ("r-shiny" ,r-shiny)
8786 ("r-webshot" ,r-webshot)))
8787 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
8788 (synopsis "Add even more interactivity to interactive charts")
8789 (description
8790 "This package lets you create in just a few lines of R code a nice user interface to
8791 modify the data or the graphical parameters of one or multiple interactive
8792 charts. It is useful to quickly explore visually some data or for package
8793 developers to generate user interfaces easy to maintain.")
8794 (license license:gpl2+)))
8795
8796 (define-public r-a3
8797 (package
8798 (name "r-a3")
8799 (version "1.0.0")
8800 (source
8801 (origin
8802 (method url-fetch)
8803 (uri (cran-uri "A3" version))
8804 (sha256
8805 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
8806 (properties `((upstream-name . "A3")))
8807 (build-system r-build-system)
8808 (propagated-inputs
8809 `(("r-pbapply" ,r-pbapply)
8810 ("r-xtable" ,r-xtable)))
8811 (home-page "https://cran.r-project.org/web/packages/A3/")
8812 (synopsis "Error metrics for predictive models")
8813 (description
8814 "This package supplies tools for tabulating and analyzing the results of predictive
8815 models. The methods employed are applicable to virtually any predictive model
8816 and make comparisons between different methodologies straightforward.")
8817 (license license:gpl2+)))
8818
8819 (define-public r-infotheo
8820 (package
8821 (name "r-infotheo")
8822 (version "1.2.0")
8823 (source
8824 (origin
8825 (method url-fetch)
8826 (uri (cran-uri "infotheo" version))
8827 (sha256
8828 (base32
8829 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
8830 (build-system r-build-system)
8831 (home-page "http://homepage.meyerp.com/software")
8832 (synopsis "Information-theoretic measures")
8833 (description
8834 "This package implements various measures of information theory based on
8835 several entropy estimators.")
8836 (license license:gpl3+)))
8837
8838 (define-public r-abcoptim
8839 (package
8840 (name "r-abcoptim")
8841 (version "0.15.0")
8842 (source
8843 (origin
8844 (method url-fetch)
8845 (uri (cran-uri "ABCoptim" version))
8846 (sha256
8847 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
8848 (properties `((upstream-name . "ABCoptim")))
8849 (build-system r-build-system)
8850 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
8851 (home-page "https://github.com/gvegayon/ABCoptim/")
8852 (synopsis "Optimization of Artificial Bee Colony algorithm")
8853 (description
8854 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
8855 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
8856 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
8857 algorithms, and uses only common control parameters such as colony size and
8858 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
8859 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
8860 This version is a work-in-progress and is written in R code.")
8861 (license license:expat)))
8862
8863 (define-public r-abcp2
8864 (package
8865 (name "r-abcp2")
8866 (version "1.2")
8867 (source
8868 (origin
8869 (method url-fetch)
8870 (uri (cran-uri "ABCp2" version))
8871 (sha256
8872 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
8873 (properties `((upstream-name . "ABCp2")))
8874 (build-system r-build-system)
8875 (propagated-inputs `(("r-mass" ,r-mass)))
8876 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
8877 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
8878 (description
8879 "This package tests the goodness of fit of a distribution of offspring to the Normal,
8880 Poisson, and Gamma distribution and estimates the proportional paternity of the
8881 second male (P2) based on the best fit distribution.")
8882 (license license:gpl2)))
8883
8884 (define-public r-abcrf
8885 (package
8886 (name "r-abcrf")
8887 (version "1.8.1")
8888 (source
8889 (origin
8890 (method url-fetch)
8891 (uri (cran-uri "abcrf" version))
8892 (sha256
8893 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
8894 (build-system r-build-system)
8895 (propagated-inputs
8896 `(("r-doparallel" ,r-doparallel)
8897 ("r-foreach" ,r-foreach)
8898 ("r-mass" ,r-mass)
8899 ("r-matrixstats" ,r-matrixstats)
8900 ("r-ranger" ,r-ranger)
8901 ("r-rcpp" ,r-rcpp)
8902 ("r-rcpparmadillo" ,r-rcpparmadillo)
8903 ("r-readr" ,r-readr)
8904 ("r-stringr" ,r-stringr)))
8905 (home-page "https://cran.r-project.org/web/packages/abcrf/")
8906 (synopsis "Approximate bayesian computation via random forests")
8907 (description
8908 "This package performs approximate bayesian computation (ABC) model choice and
8909 parameter inference via random forests. This machine learning tool named random
8910 forests (RF) can conduct selection among the highly complex models covered by
8911 ABC algorithms.")
8912 (license license:gpl2+)))
8913
8914 (define-public r-abctools
8915 (package
8916 (name "r-abctools")
8917 (version "1.1.3")
8918 (source
8919 (origin
8920 (method url-fetch)
8921 (uri (cran-uri "abctools" version))
8922 (sha256
8923 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
8924 (build-system r-build-system)
8925 (propagated-inputs
8926 `(("r-abc" ,r-abc)
8927 ("r-abind" ,r-abind)
8928 ("r-hmisc" ,r-hmisc)
8929 ("r-plyr" ,r-plyr)))
8930 (home-page "https://github.com/dennisprangle/abctools/")
8931 (synopsis "Tools for ABC analyses")
8932 (description
8933 "This @code{r-abctools} package provides tools for approximate Bayesian computation
8934 including summary statistic selection and assessing coverage. This includes
8935 recent dimension reduction algorithms to tune the choice of summary statistics,
8936 and coverage methods to tune the choice of threshold.")
8937 (license license:gpl2+)))
8938
8939 (define-public r-ggstance
8940 (package
8941 (name "r-ggstance")
8942 (version "0.3.5")
8943 (source
8944 (origin
8945 (method url-fetch)
8946 (uri (cran-uri "ggstance" version))
8947 (sha256
8948 (base32 "0jz9vvnmcc6a38n8nzr458r65sna23bgn5r8mxdhzdlyqibihr7d"))))
8949 (build-system r-build-system)
8950 (propagated-inputs
8951 `(("r-ggplot2" ,r-ggplot2)
8952 ("r-plyr" ,r-plyr)
8953 ("r-rlang" ,r-rlang)
8954 ("r-withr" ,r-withr)))
8955 (home-page "https://cran.r-project.org/web/packages/ggstance/")
8956 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
8957 (description
8958 "This package is a @code{r-ggplot2} extension that provides flipped components:
8959 @enumerate
8960 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
8961 @item vertical versions of @code{r-ggplot2} positions.
8962 @end enumerate")
8963 (license license:gpl3)))
8964
8965 (define-public r-mosaiccore
8966 (package
8967 (name "r-mosaiccore")
8968 (version "0.9.0")
8969 (source
8970 (origin
8971 (method url-fetch)
8972 (uri (cran-uri "mosaicCore" version))
8973 (sha256
8974 (base32 "1h3ixzna4xy42rdnd89jj0v9q0riy3fnkd33z6l5c0zaidzm58fz"))))
8975 (properties `((upstream-name . "mosaicCore")))
8976 (build-system r-build-system)
8977 (propagated-inputs
8978 `(("r-dplyr" ,r-dplyr)
8979 ("r-mass" ,r-mass)
8980 ("r-rlang" ,r-rlang)
8981 ("r-tidyr" ,r-tidyr)))
8982 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
8983 (synopsis "Common utilities for mosaic family packages")
8984 (description
8985 "Common utilities used in other Mosaic family packages are collected here.")
8986 (license license:gpl2+)))
8987
8988 (define-public r-labelled
8989 (package
8990 (name "r-labelled")
8991 (version "2.8.0")
8992 (source
8993 (origin
8994 (method url-fetch)
8995 (uri (cran-uri "labelled" version))
8996 (sha256
8997 (base32
8998 "0fs8fhmk9j2nv2j87mpkmm0clz34f8kybnzn6pzqpcbwk0i2pcwg"))))
8999 (properties `((upstream-name . "labelled")))
9000 (build-system r-build-system)
9001 (propagated-inputs
9002 `(("r-dplyr" ,r-dplyr)
9003 ("r-haven" ,r-haven)
9004 ("r-lifecycle" ,r-lifecycle)
9005 ("r-rlang" ,r-rlang)
9006 ("r-stringr" ,r-stringr)
9007 ("r-tidyr" ,r-tidyr)
9008 ("r-vctrs" ,r-vctrs)))
9009 (native-inputs
9010 `(("r-knitr" ,r-knitr)))
9011 (home-page "http://larmarange.github.io/labelled/")
9012 (synopsis "Manipulating labelled data")
9013 (description
9014 "This package provides useful functions to deal with the
9015 @code{haven_labelled} and @code{haven_labelled_spss} classes introduced by the
9016 haven package. ")
9017 (license license:gpl3)))
9018
9019 (define-public r-ggformula
9020 (package
9021 (name "r-ggformula")
9022 (version "0.10.1")
9023 (source
9024 (origin
9025 (method url-fetch)
9026 (uri (cran-uri "ggformula" version))
9027 (sha256
9028 (base32 "1ph5jd8svk8hmshi894vmmpq3zwgdmf4yn3gmdlkad68z8jynhsp"))))
9029 (build-system r-build-system)
9030 (propagated-inputs
9031 `(("r-ggforce" ,r-ggforce)
9032 ("r-ggplot2" ,r-ggplot2)
9033 ("r-ggridges" ,r-ggridges)
9034 ("r-ggstance" ,r-ggstance)
9035 ("r-labelled" ,r-labelled)
9036 ("r-magrittr" ,r-magrittr)
9037 ("r-mosaiccore" ,r-mosaiccore)
9038 ("r-rlang" ,r-rlang)
9039 ("r-scales" ,r-scales)
9040 ("r-stringr" ,r-stringr)
9041 ("r-tibble" ,r-tibble)))
9042 (native-inputs
9043 `(("r-knitr" ,r-knitr)))
9044 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
9045 (synopsis "Formula interface for the @code{r-ggplot2}")
9046 (description
9047 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
9048 gf_density(), and so on, bring the formula interface to ggplot(). This captures
9049 and extends the excellent simplicity of the lattice-graphics formula interface,
9050 while providing the intuitive capabilities of @code{r-ggplot2}.")
9051 (license license:expat)))
9052
9053 (define-public r-mosaicdata
9054 (package
9055 (name "r-mosaicdata")
9056 (version "0.20.2")
9057 (source
9058 (origin
9059 (method url-fetch)
9060 (uri (cran-uri "mosaicData" version))
9061 (sha256
9062 (base32 "0h3f5fgzkzjfgf3ml0qa5j52921y6wy6jgggxmhs31bs8fd4srg4"))))
9063 (properties `((upstream-name . "mosaicData")))
9064 (build-system r-build-system)
9065 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
9066 (synopsis "Data sets for project Mosaic")
9067 (description
9068 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
9069 used to teach mathematics, statistics, computation and modeling.")
9070 (license license:gpl2+)))
9071
9072 (define-public r-raster
9073 (package
9074 (name "r-raster")
9075 (version "3.4-5")
9076 (source
9077 (origin
9078 (method url-fetch)
9079 (uri (cran-uri "raster" version))
9080 (sha256
9081 (base32
9082 "19g4chd0nyhnz6hc2j0v9ahjcgz64vvja4y3mrj1pfis1dwhsqn6"))))
9083 (build-system r-build-system)
9084 (propagated-inputs
9085 `(("r-rcpp" ,r-rcpp)
9086 ("r-sp" ,r-sp)))
9087 (home-page "https://www.rspatial.org/")
9088 (synopsis "Geographic data analysis and modeling")
9089 (description
9090 "The package implements basic and high-level functions for reading,
9091 writing, manipulating, analyzing and modeling of gridded spatial data.
9092 Processing of very large files is supported.")
9093 (license license:gpl3+)))
9094
9095 (define-public r-mosaic
9096 (package
9097 (name "r-mosaic")
9098 (version "1.4.0")
9099 (source
9100 (origin
9101 (method url-fetch)
9102 (uri (cran-uri "mosaic" version))
9103 (sha256
9104 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
9105 (build-system r-build-system)
9106 (propagated-inputs
9107 `(("r-broom" ,r-broom)
9108 ("r-dplyr" ,r-dplyr)
9109 ("r-ggdendro" ,r-ggdendro)
9110 ("r-ggformula" ,r-ggformula)
9111 ("r-ggplot2" ,r-ggplot2)
9112 ("r-ggrepel" ,r-ggrepel)
9113 ("r-glue" ,r-glue)
9114 ("r-gridextra" ,r-gridextra)
9115 ("r-lattice" ,r-lattice)
9116 ("r-latticeextra" ,r-latticeextra)
9117 ("r-lazyeval" ,r-lazyeval)
9118 ("r-mass" ,r-mass)
9119 ("r-matrix" ,r-matrix)
9120 ("r-mosaiccore" ,r-mosaiccore)
9121 ("r-mosaicdata" ,r-mosaicdata)
9122 ("r-readr" ,r-readr)
9123 ("r-tidyr" ,r-tidyr)))
9124 (native-inputs
9125 `(("r-knitr" ,r-knitr)))
9126 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
9127 (synopsis "Mathematics, statistics, and computation teaching utilities")
9128 (description
9129 "This package contain data sets and utilities from
9130 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
9131 statistics, computation and modeling. Project MOSAIC is a community of
9132 educators working to tie together aspects of quantitative work that students
9133 in science, technology, engineering and mathematics will need in their
9134 professional lives, but which are usually taught in isolation, if at all.")
9135 (license license:gpl2+)))
9136
9137 (define-public r-abd
9138 (package
9139 (name "r-abd")
9140 (version "0.2-8")
9141 (source
9142 (origin
9143 (method url-fetch)
9144 (uri (cran-uri "abd" version))
9145 (sha256
9146 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
9147 (build-system r-build-system)
9148 (propagated-inputs
9149 `(("r-lattice" ,r-lattice)
9150 ("r-mosaic" ,r-mosaic)
9151 ("r-nlme" ,r-nlme)))
9152 (home-page "https://cran.r-project.org/web/packages/abd/")
9153 (synopsis "Analysis of biological data")
9154 (description
9155 "The @code{r-abd} package contains data sets and sample code for the Analysis of
9156 biological data by Michael Whitlock and Dolph Schluter.")
9157 (license license:gpl2)))
9158
9159 (define-public r-svgui
9160 (package
9161 (name "r-svgui")
9162 (version "1.0.0")
9163 (source
9164 (origin
9165 (method url-fetch)
9166 (uri (cran-uri "svGUI" version))
9167 (sha256
9168 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
9169 (properties `((upstream-name . "svGUI")))
9170 (build-system r-build-system)
9171 (home-page "https://github.com/SciViews/svGUI/")
9172 (synopsis "Functions for managing GUI clients in R")
9173 (description
9174 "The SciViews @code{svGUI} package eases the management of Graphical User
9175 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
9176 centralizes info about GUI elements currently used, and it dispatches GUI
9177 calls to the particular toolkits in use in function of the context.")
9178 (license license:gpl2)))
9179
9180 (define-public r-svdialogs
9181 (package
9182 (name "r-svdialogs")
9183 (version "1.0.0")
9184 (source
9185 (origin
9186 (method url-fetch)
9187 (uri (cran-uri "svDialogs" version))
9188 (sha256
9189 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
9190 (properties `((upstream-name . "svDialogs")))
9191 (build-system r-build-system)
9192 (inputs
9193 `(("yad" ,yad)
9194 ("zenity" ,zenity)))
9195 (propagated-inputs
9196 `(("r-rstudioapi" ,r-rstudioapi)
9197 ("r-svgui" ,r-svgui)))
9198 (home-page "https://github.com/SciViews/svDialogs/")
9199 (synopsis "Portable dialog boxes")
9200 (description
9201 "This package helps to construct standard dialog boxes for your GUI, including
9202 message boxes, input boxes, list, file or directory selection, and others. In
9203 case R cannot display GUI dialog boxes, a simpler command line version of these
9204 interactive elements is also provided as a fallback solution.")
9205 (license license:gpl2)))
9206
9207 (define-public r-abe
9208 (package
9209 (name "r-abe")
9210 (version "3.0.1")
9211 (source
9212 (origin
9213 (method url-fetch)
9214 (uri (cran-uri "abe" version))
9215 (sha256
9216 (base32
9217 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
9218 (build-system r-build-system)
9219 (home-page "https://cran.r-project.org/web/packages/abe/")
9220 (synopsis "Augmented backward elimination")
9221 (description
9222 "This package performs augmented backward elimination and checks the
9223 stability of the obtained model. Augmented backward elimination combines
9224 significance or information based criteria with the change in estimate to
9225 either select the optimal model for prediction purposes or to serve as a tool
9226 to obtain a practically sound, highly interpretable model.")
9227 (license license:gpl2+)))
9228
9229 (define-public r-abf2
9230 (package
9231 (name "r-abf2")
9232 (version "0.7-1")
9233 (source
9234 (origin
9235 (method url-fetch)
9236 (uri (cran-uri "abf2" version))
9237 (sha256
9238 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
9239 (build-system r-build-system)
9240 (home-page "https://cran.r-project.org/web/packages/abf2/")
9241 (synopsis "Load gap-free axon @code{r-abf2} files")
9242 (description
9243 "This package loads electrophysiology data from ABF2 files, as created by
9244 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
9245 mode are currently supported.")
9246 (license license:artistic2.0)))
9247
9248 (define-public r-abhgenotyper
9249 (package
9250 (name "r-abhgenotyper")
9251 (version "1.0.1")
9252 (source
9253 (origin
9254 (method url-fetch)
9255 (uri (cran-uri "ABHgenotypeR" version))
9256 (sha256
9257 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
9258 (properties `((upstream-name . "ABHgenotypeR")))
9259 (build-system r-build-system)
9260 (propagated-inputs
9261 `(("r-ggplot2" ,r-ggplot2)
9262 ("r-reshape2" ,r-reshape2)))
9263 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
9264 (synopsis "Visualize and manipulate ABH genotypes")
9265 (description
9266 "The @code{r-abhgenotyper} package provides simple imputation,
9267 error-correction and plotting capacities for genotype data. The package is
9268 supposed to serve as an intermediate but independent analysis tool between the
9269 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
9270 not found in either TASSEL or @code{r-qtl} in addition to visualization of
9271 genotypes as \"graphical genotypes\".")
9272 (license license:gpl3)))
9273
9274 (define-public r-furrr
9275 (package
9276 (name "r-furrr")
9277 (version "0.2.2")
9278 (source
9279 (origin
9280 (method url-fetch)
9281 (uri (cran-uri "furrr" version))
9282 (sha256
9283 (base32
9284 "0kfd4hw1yn2mfxzjgiz4r6yi2vsp1j0wy5hdhzd6wha7vi9h7hg5"))))
9285 (build-system r-build-system)
9286 (propagated-inputs
9287 `(("r-ellipsis" ,r-ellipsis)
9288 ("r-future" ,r-future)
9289 ("r-globals" ,r-globals)
9290 ("r-lifecycle" ,r-lifecycle)
9291 ("r-purrr" ,r-purrr)
9292 ("r-rlang" ,r-rlang)
9293 ("r-vctrs" ,r-vctrs)))
9294 (home-page "https://github.com/DavisVaughan/furrr")
9295 (synopsis "Apply mapping functions in parallel using futures")
9296 (description
9297 "This package provides implementations of the family of @code{map()}
9298 functions from the @code{purrr} package that can be resolved using any
9299 @code{future}-supported backend, e.g. parallel on the local machine or
9300 distributed on a compute cluster.")
9301 (license license:lgpl2.1+)))
9302
9303 (define-public r-abjutils
9304 (package
9305 (name "r-abjutils")
9306 (version "0.3.1")
9307 (source
9308 (origin
9309 (method url-fetch)
9310 (uri (cran-uri "abjutils" version))
9311 (sha256
9312 (base32 "18mmlkqsrjfclk8islfjdsp8sbw6dpjj5x45kqilxdiss69gg5zd"))))
9313 (build-system r-build-system)
9314 (propagated-inputs
9315 `(("r-dplyr" ,r-dplyr)
9316 ("r-magrittr" ,r-magrittr)
9317 ("r-purrr" ,r-purrr)
9318 ("r-rlang" ,r-rlang)
9319 ("r-rstudioapi" ,r-rstudioapi)
9320 ("r-stringi" ,r-stringi)
9321 ("r-stringr" ,r-stringr)
9322 ("r-tidyr" ,r-tidyr)))
9323 (home-page "https://github.com/abjur/abjutils/")
9324 (synopsis "Collection of tools for jurimetrical analysis")
9325 (description
9326 "This package implements general purpose tools, such as functions for
9327 sampling and basic manipulation of Brazilian lawsuits identification number.
9328 It also implements functions for text cleaning, such as accentuation
9329 removal.")
9330 (license license:expat)))
9331
9332 (define-public r-abnormality
9333 (package
9334 (name "r-abnormality")
9335 (version "0.1.0")
9336 (source
9337 (origin
9338 (method url-fetch)
9339 (uri (cran-uri "abnormality" version))
9340 (sha256
9341 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
9342 (build-system r-build-system)
9343 (propagated-inputs
9344 `(("r-mass" ,r-mass)
9345 ("r-matrix" ,r-matrix)))
9346 (home-page "https://cran.r-project.org/web/packages/abnormality/")
9347 (synopsis "Measure a subject's abnormality with respect to a reference population")
9348 (description
9349 "This package contains functions to implement the methodology and
9350 considerations laid out by Marks et al. in the article \"Measuring abnormality
9351 in high dimensional spaces: applications in biomechanical gait analysis\".
9352 Using high-dimensional datasets to measure a subject's overall level of
9353 abnormality as compared to a reference population is often needed in outcomes
9354 research.")
9355 (license license:expat)))
9356
9357 (define-public r-abodoutlier
9358 (package
9359 (name "r-abodoutlier")
9360 (version "0.1")
9361 (source
9362 (origin
9363 (method url-fetch)
9364 (uri (cran-uri "abodOutlier" version))
9365 (sha256
9366 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
9367 (properties `((upstream-name . "abodOutlier")))
9368 (build-system r-build-system)
9369 (propagated-inputs
9370 `(("r-cluster" ,r-cluster)))
9371 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
9372 (synopsis "Angle-based outlier detection")
9373 (description
9374 "This package performs angle-based outlier detection on a given data
9375 frame. It offers three methods to process data:
9376 @enumerate
9377 @item full but slow implementation using all the data that has cubic
9378 complexity;
9379 @item a fully randomized method;
9380 @item a method using k-nearest neighbours.
9381 @end enumerate
9382 These algorithms are well suited for high dimensional data outlier
9383 detection.")
9384 (license license:expat)))
9385
9386 (define-public r-abps
9387 (package
9388 (name "r-abps")
9389 (version "0.3")
9390 (source
9391 (origin
9392 (method url-fetch)
9393 (uri (cran-uri "ABPS" version))
9394 (sha256
9395 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
9396 (properties `((upstream-name . "ABPS")))
9397 (build-system r-build-system)
9398 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
9399 (home-page "https://cran.r-project.org/web/packages/ABPS/")
9400 (synopsis "Abnormal blood profile score to detect blood doping")
9401 (description
9402 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
9403 The ABPS is a part of the Athlete biological passport program of the World
9404 anti-doping agency, which combines several blood parameters into a single
9405 score in order to detect blood doping. The package also contains functions to
9406 calculate other scores used in anti-doping programs, such as the ratio of
9407 hemoglobin to reticulocytes (OFF-score), as well as example data.")
9408 (license license:gpl2+)))
9409
9410 (define-public r-parmigene
9411 (package
9412 (name "r-parmigene")
9413 (version "1.1.0")
9414 (source
9415 (origin
9416 (method url-fetch)
9417 (uri (cran-uri "parmigene" version))
9418 (sha256
9419 (base32
9420 "067rqxqyzy1fsjj0s1g7af4527whwdhzjzc5b8a8n7683na59ns4"))))
9421 (build-system r-build-system)
9422 (home-page "https://cran.r-project.org/web/packages/parmigene/")
9423 (synopsis "Mutual information estimation for gene network reconstruction")
9424 (description
9425 "This package provides a parallel estimation of the mutual information
9426 based on entropy estimates from k-nearest neighbors distances and algorithms
9427 for the reconstruction of gene regulatory networks.")
9428 (license license:agpl3+)))
9429
9430 (define-public r-pscl
9431 (package
9432 (name "r-pscl")
9433 (version "1.5.5")
9434 (source
9435 (origin
9436 (method url-fetch)
9437 (uri (cran-uri "pscl" version))
9438 (sha256
9439 (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
9440 (build-system r-build-system)
9441 (propagated-inputs
9442 `(("r-mass" ,r-mass)))
9443 (home-page "https://github.com/atahk/pscl/")
9444 (synopsis "Political science computational laboratory")
9445 (description
9446 "The @code{pscl} is an R package providing classes and methods for:
9447 @enumerate
9448 @item Bayesian analysis of roll call data (item-response models);
9449 @item elementary Bayesian statistics;
9450 @item maximum likelihood estimation of zero-inflated and hurdle models for count
9451 data;
9452 @item utility functions.
9453 @end enumerate")
9454 (license license:gpl2)))
9455
9456 (define-public r-accelmissing
9457 (package
9458 (name "r-accelmissing")
9459 (version "1.4")
9460 (source
9461 (origin
9462 (method url-fetch)
9463 (uri (cran-uri "accelmissing" version))
9464 (sha256
9465 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
9466 (build-system r-build-system)
9467 (propagated-inputs
9468 `(("r-mice" ,r-mice)
9469 ("r-pscl" ,r-pscl)))
9470 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
9471 (synopsis "Missing value imputation for accelerometer data")
9472 (description
9473 "This package provides a statistical method to impute the missing values in
9474 accelerometer data. The methodology includes both parametric and
9475 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
9476 model. It also provides multiple functions to preprocess the accelerometer data
9477 previous to the missing data imputation. These include detecting the wearing
9478 and the non-wearing time, selecting valid days and subjects, and creating plots.")
9479 (license license:gpl2+)))
9480
9481 (define-public r-mhsmm
9482 (package
9483 (name "r-mhsmm")
9484 (version "0.4.16")
9485 (source
9486 (origin
9487 (method url-fetch)
9488 (uri (cran-uri "mhsmm" version))
9489 (sha256
9490 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
9491 (build-system r-build-system)
9492 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
9493 (home-page "https://github.com/jaredo/mhsmm/")
9494 (synopsis "Inference for hidden Markov and semi-Markov models")
9495 (description
9496 "The @code{r-mhsmm} package implements estimation and prediction methods for
9497 hidden Markov and semi-Markov models for multiple observation sequences. Such
9498 techniques are of interest when observed data is thought to be dependent on some
9499 unobserved (or hidden) state. Also, this package is suitable for equidistant
9500 time series data, with multivariate and/or missing data. Allows user defined
9501 emission distributions.")
9502 (license license:gpl2+)))
9503
9504 (define-public r-nleqslv
9505 (package
9506 (name "r-nleqslv")
9507 (version "3.3.2")
9508 (source
9509 (origin
9510 (method url-fetch)
9511 (uri (cran-uri "nleqslv" version))
9512 (sha256
9513 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
9514 (build-system r-build-system)
9515 (native-inputs `(("gfortran" ,gfortran)))
9516 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
9517 (synopsis "Solve systems of nonlinear equations")
9518 (description
9519 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
9520 Broyden or a Newton method with a choice of global strategies such as line
9521 search and trust region. There are options for using a numerical or user
9522 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
9523 singular or ill-conditioned Jacobian.")
9524 (license license:gpl2+)))
9525
9526 (define-public r-physicalactivity
9527 (package
9528 (name "r-physicalactivity")
9529 (version "0.2-4")
9530 (source
9531 (origin
9532 (method url-fetch)
9533 (uri (cran-uri "PhysicalActivity" version))
9534 (sha256
9535 (base32 "0b27prkv3x6v2afz0y53ccs9scibpc7nj54n0hpd9fgn1wyg4c40"))))
9536 (properties
9537 `((upstream-name . "PhysicalActivity")))
9538 (build-system r-build-system)
9539 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
9540 (synopsis "Procesing accelerometer data for physical activity measurement")
9541 (description
9542 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
9543 for classification of monitor wear and nonwear time intervals in accelerometer
9544 data collected to assess physical activity. The package also contains functions
9545 for making plots of accelerometer data and obtaining the summary of various
9546 information including daily monitor wear time and the mean monitor wear time
9547 during valid days. The revised package version 0.2-1 improved the functions
9548 regarding speed, robustness and add better support for time zones and daylight
9549 saving. In addition, several functions were added:
9550 @enumerate
9551 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
9552 @item the @code{markPAI} can categorize physical activity intensity level based
9553 on user-defined cut-points of accelerometer counts.
9554 @end enumerate
9555 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
9556 @code{queryActigraph} functions.")
9557 (license license:gpl3+)))
9558
9559 (define-public r-acc
9560 (package
9561 (name "r-acc")
9562 (version "1.3.3")
9563 (source
9564 (origin
9565 (method url-fetch)
9566 (uri (cran-uri "acc" version))
9567 (sha256
9568 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
9569 (build-system r-build-system)
9570 (propagated-inputs
9571 `(("r-circlize" ,r-circlize)
9572 ("r-dbi" ,r-dbi)
9573 ("r-ggplot2" ,r-ggplot2)
9574 ("r-iterators" ,r-iterators)
9575 ("r-mhsmm" ,r-mhsmm)
9576 ("r-nleqslv" ,r-nleqslv)
9577 ("r-physicalactivity" ,r-physicalactivity)
9578 ("r-plyr" ,r-plyr)
9579 ("r-r-utils" ,r-r-utils)
9580 ("r-rcpp" ,r-rcpp)
9581 ("r-rcpparmadillo" ,r-rcpparmadillo)
9582 ("r-rsqlite" ,r-rsqlite)
9583 ("r-zoo" ,r-zoo)))
9584 (home-page "https://cran.r-project.org/web/packages/acc/")
9585 (synopsis "Exploring accelerometer data")
9586 (description
9587 "This package processes accelerometer data from uni-axial and tri-axial devices
9588 and generates data summaries. Also, includes functions to plot, analyze, and
9589 simulate accelerometer data.")
9590 (license license:gpl2+)))
9591
9592 (define-public r-rbenchmark
9593 (package
9594 (name "r-rbenchmark")
9595 (version "1.0.0")
9596 (source
9597 (origin
9598 (method url-fetch)
9599 (uri (cran-uri "rbenchmark" version))
9600 (sha256
9601 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
9602 (build-system r-build-system)
9603 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
9604 (synopsis "Benchmarking routine for R")
9605 (description
9606 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
9607 and is intended to facilitate benchmarking of arbitrary R code. The library
9608 consists of just one function, benchmark, which is a simple wrapper around
9609 system.time. Given a specification of the benchmarking process (counts of
9610 replications, evaluation environment) and an arbitrary number of expressions,
9611 benchmark evaluates each of the expressions in the specified environment,
9612 replicating the evaluation as many times as specified, and returning the results
9613 conveniently wrapped into a data frame.")
9614 (license license:gpl2+)))
9615
9616 (define-public r-mitools
9617 (package
9618 (name "r-mitools")
9619 (version "2.4")
9620 (source
9621 (origin
9622 (method url-fetch)
9623 (uri (cran-uri "mitools" version))
9624 (sha256
9625 (base32
9626 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
9627 (build-system r-build-system)
9628 (propagated-inputs `(("r-dbi" ,r-dbi)))
9629 (home-page "https://cran.r-project.org/web/packages/mitools/")
9630 (synopsis "Tools for multiple imputation of missing data")
9631 (description
9632 "This package provides tools to perform analyses and combine results from
9633 multiple-imputation datasets.")
9634 (license license:gpl2)))
9635
9636 (define-public r-mixsqp
9637 (package
9638 (name "r-mixsqp")
9639 (version "0.3-43")
9640 (source (origin
9641 (method url-fetch)
9642 (uri (cran-uri "mixsqp" version))
9643 (sha256
9644 (base32
9645 "1qics04w0swyp216d6g8dmsph8q2kpadpacp66h2qih3521js12q"))))
9646 (properties `((upstream-name . "mixsqp")))
9647 (build-system r-build-system)
9648 (propagated-inputs
9649 `(("r-irlba" ,r-irlba)
9650 ("r-rcpp" ,r-rcpp)
9651 ("r-rcpparmadillo" ,r-rcpparmadillo)))
9652 (native-inputs
9653 `(("r-knitr" ,r-knitr)))
9654 (home-page "https://github.com/stephenslab/mixsqp")
9655 (synopsis
9656 "Sequential quadratic programming for maximum-likelihood estimation")
9657 (description
9658 "This package provides an optimization method based on sequential
9659 quadratic programming for maximum likelihood estimation of the mixture
9660 proportions in a finite mixture model where the component densities are
9661 known. The algorithm is expected to obtain solutions that are at least
9662 as accurate as the state-of-the-art MOSEK interior-point solver, and they
9663 are expected to arrive at solutions more quickly when the number of
9664 samples is large and the number of mixture components is not too large.")
9665 (license license:expat)))
9666
9667 (define-public r-magick
9668 (package
9669 (name "r-magick")
9670 (version "2.7.0")
9671 (source
9672 (origin
9673 (method url-fetch)
9674 (uri (cran-uri "magick" version))
9675 (sha256
9676 (base32
9677 "0m1kij6pp7dmsrhl80h60iyccjqmbbb3zdnqdc9sgy1kj1x3pscp"))))
9678 (build-system r-build-system)
9679 (inputs
9680 `(("imagemagick" ,imagemagick)
9681 ("zlib" ,zlib)))
9682 (propagated-inputs
9683 `(("r-curl" ,r-curl)
9684 ("r-magrittr" ,r-magrittr)
9685 ("r-rcpp" ,r-rcpp)))
9686 (native-inputs
9687 `(("pkg-config" ,pkg-config)
9688 ("r-knitr" ,r-knitr)))
9689 (home-page "https://github.com/ropensci/magick")
9690 (synopsis "Advanced graphics and image-processing in R")
9691 (description
9692 "This package provides bindings to ImageMagick, a comprehensive image
9693 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
9694 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
9695 operations are vectorized via the Magick++ STL meaning they operate either on
9696 a single frame or a series of frames for working with layers, collages, or
9697 animation. In RStudio, images are automatically previewed when printed to the
9698 console, resulting in an interactive editing environment.")
9699 (license license:expat)))
9700
9701 (define-public r-survey
9702 (package
9703 (name "r-survey")
9704 (version "4.0")
9705 (source
9706 (origin
9707 (method url-fetch)
9708 (uri (cran-uri "survey" version))
9709 (sha256
9710 (base32
9711 "1q9x0s86s72gl43zj49gypg6jj2b78xjvxr4lmy5147s9h7z8lxh"))))
9712 (build-system r-build-system)
9713 (propagated-inputs
9714 `(("r-lattice" ,r-lattice)
9715 ("r-matrix" ,r-matrix)
9716 ("r-minqa" ,r-minqa)
9717 ("r-mitools" ,r-mitools)
9718 ("r-numderiv" ,r-numderiv)
9719 ("r-survival" ,r-survival)))
9720 (home-page "http://r-survey.r-forge.r-project.org/survey/")
9721 (synopsis "Analysis of complex survey samples")
9722 (description
9723 "This package provides tools for the analysis of complex survey samples.
9724 The provided features include: summary statistics, two-sample tests, rank
9725 tests, generalised linear models, cumulative link models, Cox models,
9726 loglinear models, and general maximum pseudolikelihood estimation for
9727 multistage stratified, cluster-sampled, unequally weighted survey samples;
9728 variances by Taylor series linearisation or replicate weights;
9729 post-stratification, calibration, and raking; two-phase subsampling designs;
9730 graphics; PPS sampling without replacement; principal components, and factor
9731 analysis.")
9732 ;; Either version of the GPL.
9733 (license (list license:gpl2 license:gpl3))))
9734
9735 (define-public r-gee
9736 (package
9737 (name "r-gee")
9738 (version "4.13-20")
9739 (source
9740 (origin
9741 (method url-fetch)
9742 (uri (cran-uri "gee" version))
9743 (sha256
9744 (base32
9745 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
9746 (properties `((upstream-name . "gee")))
9747 (build-system r-build-system)
9748 (native-inputs
9749 `(("gfortran" ,gfortran)))
9750 (home-page "https://cran.r-project.org/web/packages/gee/")
9751 (synopsis "Generalized estimation equation solver")
9752 (description
9753 "This package provides a solver for generalized estimation equations.")
9754 (license license:gpl2)))
9755
9756 (define-public r-tab
9757 (package
9758 (name "r-tab")
9759 (version "4.1.1")
9760 (source
9761 (origin
9762 (method url-fetch)
9763 (uri (cran-uri "tab" version))
9764 (sha256
9765 (base32
9766 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
9767 (properties `((upstream-name . "tab")))
9768 (build-system r-build-system)
9769 (propagated-inputs
9770 `(("r-dplyr" ,r-dplyr)
9771 ("r-gee" ,r-gee)
9772 ("r-knitr" ,r-knitr)
9773 ("r-mass" ,r-mass)
9774 ("r-survey" ,r-survey)
9775 ("r-survival" ,r-survival)
9776 ("r-xtable" ,r-xtable)))
9777 (home-page "https://cran.r-project.org/web/packages/tab/")
9778 (synopsis "Create summary tables for statistical reports")
9779 (description
9780 "This package contains functions for creating various types of summary
9781 tables, e.g. comparing characteristics across levels of a categorical variable
9782 and summarizing fitted generalized linear models, generalized estimating
9783 equations, and Cox proportional hazards models. Functions are available to
9784 handle data from simple random samples as well as complex surveys.")
9785 (license license:gpl3+)))
9786
9787 (define-public r-dvmisc
9788 (package
9789 (name "r-dvmisc")
9790 (version "1.1.4")
9791 (source
9792 (origin
9793 (method url-fetch)
9794 (uri (cran-uri "dvmisc" version))
9795 (sha256
9796 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
9797 (build-system r-build-system)
9798 (propagated-inputs
9799 `(("r-cubature" ,r-cubature)
9800 ("r-data-table" ,r-data-table)
9801 ("r-dplyr" ,r-dplyr)
9802 ("r-ggplot2" ,r-ggplot2)
9803 ("r-mass" ,r-mass)
9804 ("r-mvtnorm" ,r-mvtnorm)
9805 ("r-pracma" ,r-pracma)
9806 ("r-rbenchmark" ,r-rbenchmark)
9807 ("r-rcpp" ,r-rcpp)
9808 ("r-survey" ,r-survey)
9809 ("r-tab" ,r-tab)))
9810 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
9811 (synopsis "Faster computation of common statistics and miscellaneous functions")
9812 (description
9813 "This package implements faster versions of base R functions (e.g. mean, standard
9814 deviation, covariance, weighted mean), mostly written in C++, along with
9815 miscellaneous functions for various purposes (e.g. create the histogram with
9816 fitted probability density function or probability mass function curve, create
9817 the body mass index groups, assess the linearity assumption in logistic
9818 regression).")
9819 (license license:gpl2)))
9820
9821 (define-public r-accelerometry
9822 (package
9823 (name "r-accelerometry")
9824 (version "3.1.2")
9825 (source
9826 (origin
9827 (method url-fetch)
9828 (uri (cran-uri "accelerometry" version))
9829 (sha256
9830 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
9831 (build-system r-build-system)
9832 (propagated-inputs
9833 `(("r-dvmisc" ,r-dvmisc)
9834 ("r-rcpp" ,r-rcpp)))
9835 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
9836 (synopsis "Functions for processing accelerometer data")
9837 (description
9838 "This package provides a collection of functions that perform operations on
9839 time-series accelerometer data, such as identify the non-wear time, flag minutes
9840 that are part of an activity bout, and find the maximum 10-minute average count
9841 value. The functions are generally very flexible, allowing for a variety of
9842 algorithms to be implemented.")
9843 (license license:gpl3)))
9844
9845 (define-public r-absim
9846 (package
9847 (name "r-absim")
9848 (version "0.2.6")
9849 (source
9850 (origin
9851 (method url-fetch)
9852 (uri (cran-uri "AbSim" version))
9853 (sha256
9854 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
9855 (properties `((upstream-name . "AbSim")))
9856 (build-system r-build-system)
9857 (propagated-inputs
9858 `(("r-ape" ,r-ape)
9859 ("r-powerlaw" ,r-powerlaw)))
9860 (home-page "https://cran.r-project.org/web/packages/AbSim/")
9861 (synopsis "Time resolved simulations of antibody repertoires")
9862 (description
9863 "This package provides simulation methods for the evolution of antibody repertoires.
9864 The heavy and light chain variable region of both human and C57BL/6 mice can
9865 be simulated in a time-dependent fashion. Both single lineages using one set of
9866 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
9867 with an initial V-D-J recombination event, starting the first phylogenetic tree.
9868 Upon completion, the main loop of the algorithm begins, with each iteration
9869 representing one simulated time step. Various mutation events are possible at
9870 each time step, contributing to a diverse final repertoire.")
9871 (license license:gpl2)))
9872
9873 (define-public r-quic
9874 (package
9875 (name "r-quic")
9876 (version "1.1")
9877 (source
9878 (origin
9879 (method url-fetch)
9880 (uri (cran-uri "QUIC" version))
9881 (sha256
9882 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
9883 (properties `((upstream-name . "QUIC")))
9884 (build-system r-build-system)
9885 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
9886 (synopsis "Regularized sparse inverse covariance matrix estimation")
9887 (description
9888 "This package implements the regularized Gaussian maximum likelihood
9889 estimation of the inverse of a covariance matrix. It uses Newton's method and
9890 coordinate descent to solve the regularized inverse covariance matrix
9891 estimation problem.")
9892 ;; The project home page states that the release is under GPLv3 or later.
9893 ;; The CRAN page only says GPL-3.
9894 (license license:gpl3+)))
9895
9896 (define-public r-abundant
9897 (package
9898 (name "r-abundant")
9899 (version "1.1")
9900 (source
9901 (origin
9902 (method url-fetch)
9903 (uri (cran-uri "abundant" version))
9904 (sha256
9905 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
9906 (build-system r-build-system)
9907 (propagated-inputs
9908 `(("r-quic" ,r-quic)))
9909 (home-page "https://cran.r-project.org/web/packages/abundant/")
9910 (synopsis "Abundant regression and high-dimensional principal fitted components")
9911 (description
9912 "This package provides tools to fit and predict with the high-dimensional
9913 principal fitted components model. This model is described by Cook, Forzani,
9914 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
9915 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
9916 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
9917 (license license:gpl2+)))
9918
9919 (define-public r-ac3net
9920 (package
9921 (name "r-ac3net")
9922 (version "1.2.2")
9923 (source
9924 (origin
9925 (method url-fetch)
9926 (uri (cran-uri "Ac3net" version))
9927 (sha256
9928 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
9929 (properties `((upstream-name . "Ac3net")))
9930 (build-system r-build-system)
9931 (propagated-inputs
9932 `(("r-data-table" ,r-data-table)))
9933 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
9934 (synopsis "Inferring directional conservative causal core gene networks")
9935 (description "This package infers directional Conservative causal core
9936 (gene) networks (C3NET). This is a version of the algorithm C3NET with
9937 directional network.")
9938 (license license:gpl3+)))
9939
9940 (define-public r-aca
9941 (package
9942 (name "r-aca")
9943 (version "1.1")
9944 (source
9945 (origin
9946 (method url-fetch)
9947 (uri (cran-uri "ACA" version))
9948 (sha256
9949 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
9950 (properties `((upstream-name . "ACA")))
9951 (build-system r-build-system)
9952 (home-page "https://cran.r-project.org/web/packages/ACA/")
9953 (synopsis "Abrupt change-point or aberration detection in point series")
9954 (description
9955 "This package offers an interactive function for the detection of breakpoints in
9956 series.")
9957 ;; Any version of the GPL
9958 (license (list license:gpl2+ license:gpl3+))))
9959
9960 (define-public r-acceptancesampling
9961 (package
9962 (name "r-acceptancesampling")
9963 (version "1.0-6")
9964 (source
9965 (origin
9966 (method url-fetch)
9967 (uri (cran-uri "AcceptanceSampling" version))
9968 (sha256
9969 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
9970 (properties
9971 `((upstream-name . "AcceptanceSampling")))
9972 (build-system r-build-system)
9973 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
9974 (synopsis "Creation and evaluation of acceptance sampling plans")
9975 (description
9976 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
9977 acceptance sampling plans. Acceptance sampling is a methodology commonly used
9978 in quality control and improvement. International standards of acceptance
9979 sampling provide sampling plans for specific circumstances. The aim of this
9980 package is to provide an easy-to-use interface to visualize single, double or
9981 multiple sampling plans. In addition, methods have been provided to enable the
9982 user to assess sampling plans against pre-specified levels of performance, as
9983 measured by the probability of acceptance for a given level of quality in the
9984 lot.")
9985 (license license:gpl3+)))
9986
9987 (define-public r-acclma
9988 (package
9989 (name "r-acclma")
9990 (version "1.0")
9991 (source
9992 (origin
9993 (method url-fetch)
9994 (uri (cran-uri "ACCLMA" version))
9995 (sha256
9996 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
9997 (properties `((upstream-name . "ACCLMA")))
9998 (build-system r-build-system)
9999 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
10000 (synopsis "ACC & LMA graph plotting")
10001 (description
10002 "This package contains a function that imports data from a @acronym{CSV,
10003 Comma-Separated Values} file, or uses manually entered data from the format (x,
10004 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
10005 Curve} vs @acronym{LOI, Line of Independence} graph and
10006 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
10007 function is @code{plotLMA} (source file, header) that takes a data set and plots the
10008 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
10009 string) was passed, a manual data entry window is opened. The header parameter
10010 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
10011 a header row or not. The dataset should contain only one independent variable
10012 (x) and one dependent variable (y) and can contain a weight for each
10013 observation.")
10014 (license license:gpl2)))
10015
10016 (define-public r-aspi
10017 (package
10018 (name "r-aspi")
10019 (version "0.2.0")
10020 (source
10021 (origin
10022 (method url-fetch)
10023 (uri (cran-uri "aspi" version))
10024 (sha256
10025 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
10026 (build-system r-build-system)
10027 (home-page
10028 "https://cran.r-project.org/web/packages/aspi/")
10029 (synopsis
10030 "Analysis of symmetry of parasitic infections")
10031 (description
10032 "This package provides tools for the analysis and visualization of bilateral
10033 asymmetry in parasitic infections.")
10034 (license license:gpl3+)))
10035
10036 (define-public r-sandwich
10037 (package
10038 (name "r-sandwich")
10039 (version "3.0-0")
10040 (source
10041 (origin
10042 (method url-fetch)
10043 (uri (cran-uri "sandwich" version))
10044 (sha256
10045 (base32
10046 "0afm6snak7r11dxyl3qirqdjah6d9pdv4afmxwam1nq9bqxyb3w2"))))
10047 (build-system r-build-system)
10048 (propagated-inputs
10049 `(("r-zoo" ,r-zoo)))
10050 (home-page "https://cran.r-project.org/web/packages/sandwich/")
10051 (synopsis "Robust Covariance Matrix Estimators")
10052 (description
10053 "This package provides model-robust standard error estimators for
10054 cross-sectional, time series, clustered, panel, and longitudinal data.")
10055 ;; Either version of the license.
10056 (license (list license:gpl2 license:gpl3))))
10057
10058 (define-public r-th-data
10059 (package
10060 (name "r-th-data")
10061 (version "1.0-10")
10062 (source
10063 (origin
10064 (method url-fetch)
10065 (uri (cran-uri "TH.data" version))
10066 (sha256
10067 (base32
10068 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
10069 (properties `((upstream-name . "TH.data")))
10070 (build-system r-build-system)
10071 (propagated-inputs
10072 `(("r-mass" ,r-mass)
10073 ("r-survival" ,r-survival)))
10074 (home-page "https://cran.r-project.org/web/packages/TH.data/")
10075 (synopsis "Shared data sets")
10076 (description
10077 "This package contains supporting data sets that are used in other
10078 packages maintained by Torsten Hothorn.")
10079 (license license:gpl3)))
10080
10081 (define-public r-multcomp
10082 (package
10083 (name "r-multcomp")
10084 (version "1.4-16")
10085 (source
10086 (origin
10087 (method url-fetch)
10088 (uri (cran-uri "multcomp" version))
10089 (sha256
10090 (base32
10091 "1s8qmljawalisggniy7va5l5cicsgvs0lp20c33vxlvyiy0dbb1s"))))
10092 (build-system r-build-system)
10093 (propagated-inputs
10094 `(("r-codetools" ,r-codetools)
10095 ("r-mvtnorm" ,r-mvtnorm)
10096 ("r-sandwich" ,r-sandwich)
10097 ("r-survival" ,r-survival)
10098 ("r-th-data" ,r-th-data)))
10099 (home-page "https://cran.r-project.org/web/packages/multcomp/")
10100 (synopsis "Simultaneous inference in general parametric models")
10101 (description
10102 "Simultaneous tests and confidence intervals for general linear
10103 hypotheses in parametric models, including linear, generalized linear, linear
10104 mixed effects, and survival models. The package includes demos reproducing
10105 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
10106 Hothorn, Westfall, 2010, CRC Press).")
10107 (license license:gpl2)))
10108
10109 (define-public r-emmeans
10110 (package
10111 (name "r-emmeans")
10112 (version "1.5.4")
10113 (source
10114 (origin
10115 (method url-fetch)
10116 (uri (cran-uri "emmeans" version))
10117 (sha256
10118 (base32
10119 "1rbh3ls23fazrwpsam5llk3kqdzz2zvsms3i4f1cgn34ky3w8361"))))
10120 (build-system r-build-system)
10121 (propagated-inputs
10122 `(("r-estimability" ,r-estimability)
10123 ("r-mvtnorm" ,r-mvtnorm)
10124 ("r-numderiv" ,r-numderiv)
10125 ("r-plyr" ,r-plyr)
10126 ("r-xtable" ,r-xtable)))
10127 (native-inputs
10128 `(("r-knitr" ,r-knitr)))
10129 (home-page "https://github.com/rvlenth/emmeans")
10130 (synopsis "Estimated marginal means, aka least-squares means")
10131 (description
10132 "This package provides tools to obtain @dfn{estimated marginal
10133 means} (EMMs) for many linear, generalized linear, and mixed models. It can
10134 be used to compute contrasts or linear functions of EMMs, trends, and
10135 comparisons of slopes.")
10136 ;; Either version of the license.
10137 (license (list license:gpl2 license:gpl3))))
10138
10139 (define-public r-pwr
10140 (package
10141 (name "r-pwr")
10142 (version "1.3-0")
10143 (source
10144 (origin
10145 (method url-fetch)
10146 (uri (cran-uri "pwr" version))
10147 (sha256
10148 (base32
10149 "1kfzy73v3z6ipc3kdfkcjrp4b4p5k54nwk796gqi36srm93hgc2v"))))
10150 (build-system r-build-system)
10151 (native-inputs
10152 `(("r-knitr" ,r-knitr)))
10153 (home-page "https://github.com/heliosdrm/pwr")
10154 (synopsis "Basic functions for power analysis")
10155 (description
10156 "This package provides power analysis functions along the lines of
10157 Cohen (1988).")
10158 (license license:gpl3+)))
10159
10160 (define-public r-libcoin
10161 (package
10162 (name "r-libcoin")
10163 (version "1.0-8")
10164 (source
10165 (origin
10166 (method url-fetch)
10167 (uri (cran-uri "libcoin" version))
10168 (sha256
10169 (base32 "0izgnr4zdrbz3a05b0s28xfly4izp2zslgh282l9ads4skrmj3hl"))))
10170 (build-system r-build-system)
10171 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
10172 (home-page "https://cran.r-project.org/web/packages/libcoin")
10173 (synopsis "Linear test statistics for permutation inference")
10174 (description
10175 "This package provides basic infrastructure for linear test statistics
10176 and permutation inference in the framework of Strasser and Weber (1999).")
10177 (license license:gpl2)))
10178
10179 (define-public r-coin
10180 (package
10181 (name "r-coin")
10182 (version "1.4-1")
10183 (source
10184 (origin
10185 (method url-fetch)
10186 (uri (cran-uri "coin" version))
10187 (sha256
10188 (base32
10189 "15xvhnbyg34aacn6jfz4bsa1f7wq2ci0hslj8mgymql90k50x1qi"))))
10190 (build-system r-build-system)
10191 (propagated-inputs
10192 `(("r-libcoin" ,r-libcoin)
10193 ("r-matrixstats" ,r-matrixstats)
10194 ("r-modeltools" ,r-modeltools)
10195 ("r-multcomp" ,r-multcomp)
10196 ("r-mvtnorm" ,r-mvtnorm)
10197 ("r-survival" ,r-survival)))
10198 (home-page "http://coin.r-forge.r-project.org")
10199 (synopsis "Conditional inference procedures in a permutation test framework")
10200 (description
10201 "This package provides conditional inference procedures for the general
10202 independence problem including two-sample, K-sample (non-parametric ANOVA),
10203 correlation, censored, ordered and multivariate problems.")
10204 (license license:gpl2)))
10205
10206 (define-public r-bayesplot
10207 (package
10208 (name "r-bayesplot")
10209 (version "1.8.0")
10210 (source
10211 (origin
10212 (method url-fetch)
10213 (uri (cran-uri "bayesplot" version))
10214 (sha256
10215 (base32
10216 "0j69a78l5z0wyxcz607amaa4jc8kwwvcia9wxyir65b8ks9gj1d6"))))
10217 (build-system r-build-system)
10218 (inputs
10219 `(("pandoc" ,pandoc)
10220 ("pandoc-citeproc" ,pandoc-citeproc)))
10221 (native-inputs
10222 `(("r-knitr" ,r-knitr)))
10223 (propagated-inputs
10224 `(("r-dplyr" ,r-dplyr)
10225 ("r-ggplot2" ,r-ggplot2)
10226 ("r-ggridges" ,r-ggridges)
10227 ("r-glue" ,r-glue)
10228 ("r-reshape2" ,r-reshape2)
10229 ("r-rlang" ,r-rlang)
10230 ("r-tibble" ,r-tibble)
10231 ("r-tidyselect" ,r-tidyselect)))
10232 (home-page "https://mc-stan.org/bayesplot")
10233 (synopsis "Plotting for Bayesian models")
10234 (description
10235 "This package provides plotting functions for posterior analysis, model
10236 checking, and MCMC diagnostics. The package is designed not only to provide
10237 convenient functionality for users, but also a common set of functions that
10238 can be easily used by developers working on a variety of R packages for
10239 Bayesian modeling.")
10240 (license license:gpl3+)))
10241
10242 (define-public r-tmb
10243 (package
10244 (name "r-tmb")
10245 (version "1.7.19")
10246 (source
10247 (origin
10248 (method url-fetch)
10249 (uri (cran-uri "TMB" version))
10250 (sha256
10251 (base32
10252 "0vnjh8d5gnjswil8ld3gbbspy4m5l2pzar1mpj62qxn2mwx0cc4s"))))
10253 (properties `((upstream-name . "TMB")))
10254 (build-system r-build-system)
10255 (propagated-inputs
10256 `(("r-matrix" ,r-matrix)
10257 ("r-rcppeigen" ,r-rcppeigen)))
10258 (home-page "http://tmb-project.org")
10259 (synopsis "Template model builder: a general random effect tool")
10260 (description
10261 "With this tool, a user should be able to quickly implement complex
10262 random effect models through simple C++ templates. The package combines
10263 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
10264 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
10265 from R) to obtain an efficient implementation of the applied Laplace
10266 approximation with exact derivatives. Key features are: Automatic sparseness
10267 detection, parallelism through BLAS and parallel user templates.")
10268 (license license:gpl2)))
10269
10270 (define-public r-sjstats
10271 (package
10272 (name "r-sjstats")
10273 (version "0.18.1")
10274 (source
10275 (origin
10276 (method url-fetch)
10277 (uri (cran-uri "sjstats" version))
10278 (sha256
10279 (base32 "1cv80yjnyh6qihxf57zivihhia20gibr5f03x8aspy6382wnwlka"))))
10280 (build-system r-build-system)
10281 (propagated-inputs
10282 `(("r-bayestestr" ,r-bayestestr)
10283 ("r-broom" ,r-broom)
10284 ("r-dplyr" ,r-dplyr)
10285 ("r-effectsize" ,r-effectsize)
10286 ("r-emmeans" ,r-emmeans)
10287 ("r-insight" ,r-insight)
10288 ("r-lme4" ,r-lme4)
10289 ("r-magrittr" ,r-magrittr)
10290 ("r-mass" ,r-mass)
10291 ("r-modelr" ,r-modelr)
10292 ("r-parameters" ,r-parameters)
10293 ("r-performance" ,r-performance)
10294 ("r-purrr" ,r-purrr)
10295 ("r-rlang" ,r-rlang)
10296 ("r-sjlabelled" ,r-sjlabelled)
10297 ("r-sjmisc" ,r-sjmisc)
10298 ("r-tidyr" ,r-tidyr)))
10299 (home-page "https://github.com/strengejacke/sjstats")
10300 (synopsis "Functions for common statistical computations")
10301 (description
10302 "This package provides a collection of convenient functions for common
10303 statistical computations, which are not directly provided by R's @code{base}
10304 or @code{stats} packages. This package aims at providing, first, shortcuts
10305 for statistical measures, which otherwise could only be calculated with
10306 additional effort. Second, these shortcut functions are generic, and can be
10307 applied not only to vectors, but also to other objects as well. The focus of
10308 most functions lies on summary statistics or fit measures for regression
10309 models, including generalized linear models, mixed effects models and Bayesian
10310 models.")
10311 (license license:gpl3)))
10312
10313 (define-public r-glmmtmb
10314 (package
10315 (name "r-glmmtmb")
10316 (version "1.0.2.1")
10317 (source
10318 (origin
10319 (method url-fetch)
10320 (uri (cran-uri "glmmTMB" version))
10321 (sha256
10322 (base32
10323 "1a35hxcxz1cdm3zd5s7fyjaw2qs00hkacgr7h9130amygc1262ab"))))
10324 (properties `((upstream-name . "glmmTMB")))
10325 (build-system r-build-system)
10326 (propagated-inputs
10327 `(("r-lme4" ,r-lme4)
10328 ("r-matrix" ,r-matrix)
10329 ("r-nlme" ,r-nlme)
10330 ("r-rcppeigen" ,r-rcppeigen)
10331 ("r-tmb" ,r-tmb)))
10332 (native-inputs
10333 `(("r-knitr" ,r-knitr))) ; for vignettes
10334 (home-page "https://github.com/glmmTMB")
10335 (synopsis "Generalized linear mixed models")
10336 (description
10337 "Fit linear and generalized linear mixed models with various extensions,
10338 including zero-inflation. The models are fitted using maximum likelihood
10339 estimation via the Template Model Builder. Random effects are assumed to be
10340 Gaussian on the scale of the linear predictor and are integrated out using the
10341 Laplace approximation. Gradients are calculated using automatic
10342 differentiation.")
10343 (license license:agpl3+)))
10344
10345 (define-public r-bayestestr
10346 (package
10347 (name "r-bayestestr")
10348 (version "0.8.2")
10349 (source
10350 (origin
10351 (method url-fetch)
10352 (uri (cran-uri "bayestestR" version))
10353 (sha256
10354 (base32
10355 "06y7vccgln1882yv04may9p6s915py8nnhg82d5ppbpxzcifi7l4"))))
10356 (properties `((upstream-name . "bayestestR")))
10357 (build-system r-build-system)
10358 (propagated-inputs
10359 `(("r-insight" ,r-insight)))
10360 (native-inputs
10361 `(("r-knitr" ,r-knitr)))
10362 (home-page "https://github.com/easystats/bayestestR")
10363 (synopsis "Describe Bayesian models and posterior distributions")
10364 (description
10365 "This package provides utilities to understand and describe posterior
10366 distributions and Bayesian models. It includes point-estimates such as
10367 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
10368 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
10369 ROPE percentage and pd).")
10370 (license license:gpl3)))
10371
10372 (define-public r-performance
10373 (package
10374 (name "r-performance")
10375 (version "0.7.0")
10376 (source
10377 (origin
10378 (method url-fetch)
10379 (uri (cran-uri "performance" version))
10380 (sha256
10381 (base32
10382 "1z45vy8gg77c2imcspwqf94anzi6c40wwbq0h7hg6zy76jsgvbyj"))))
10383 (build-system r-build-system)
10384 (propagated-inputs
10385 `(("r-bayestestr" ,r-bayestestr)
10386 ("r-insight" ,r-insight)))
10387 (home-page "https://easystats.github.io/performance/")
10388 (synopsis "Assessment of regression models performance")
10389 (description
10390 "This package provides utilities for computing measures to assess model
10391 quality, which are not directly provided by R's @code{base} or @code{stats}
10392 packages. These include e.g. measures like r-squared, intraclass correlation
10393 coefficient, root mean squared error or functions to check models for
10394 overdispersion, singularity or zero-inflation and more. Functions apply to a
10395 large variety of regression models, including generalized linear models, mixed
10396 effects models and Bayesian models.")
10397 (license license:gpl3)))
10398
10399 (define-public r-ggeffects
10400 (package
10401 (name "r-ggeffects")
10402 (version "1.0.1")
10403 (source
10404 (origin
10405 (method url-fetch)
10406 (uri (cran-uri "ggeffects" version))
10407 (sha256
10408 (base32
10409 "1c5rvycaqp7zp1j6j17c84v8nlpi0w7bhfxmcha4n37m0snk1kgy"))))
10410 (build-system r-build-system)
10411 (propagated-inputs
10412 `(("r-insight" ,r-insight)
10413 ("r-mass" ,r-mass)
10414 ("r-sjlabelled" ,r-sjlabelled)))
10415 (native-inputs
10416 `(("r-knitr" ,r-knitr)))
10417 (home-page "https://github.com/strengejacke/ggeffects")
10418 (synopsis "Create tidy data frames of marginal effects for ggplot")
10419 (description
10420 "This package provides tools to compute marginal effects from statistical
10421 models and return the result as tidy data frames. These data frames are ready
10422 to use with the @code{ggplot2} package. Marginal effects can be calculated
10423 for many different models. Interaction terms, splines and polynomial terms
10424 are also supported. The two main functions are @code{ggpredict()} and
10425 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
10426 results using @code{ggplot2}.")
10427 (license license:gpl3)))
10428
10429 (define-public r-effectsize
10430 (package
10431 (name "r-effectsize")
10432 (version "0.4.4")
10433 (source
10434 (origin
10435 (method url-fetch)
10436 (uri (cran-uri "effectsize" version))
10437 (sha256
10438 (base32
10439 "0mgkq12ym72ncakkjpkzkjglhksyhj3iw8v4a8fjgpf7prvn191g"))))
10440 (properties `((upstream-name . "effectsize")))
10441 (build-system r-build-system)
10442 (propagated-inputs
10443 `(("r-bayestestr" ,r-bayestestr)
10444 ("r-insight" ,r-insight)
10445 ("r-parameters" ,r-parameters)))
10446 (native-inputs
10447 `(("r-knitr" ,r-knitr)))
10448 (home-page "https://github.com/easystats/effectsize")
10449 (synopsis "Indices of effect size and standardized parameters")
10450 (description
10451 "This package provides utilities to work with indices of effect size and
10452 standardized parameters for a wide variety of models, allowing computation and
10453 conversion of indices such as Cohen's d, r, odds, etc.")
10454 (license license:gpl3)))
10455
10456 (define-public r-sjplot
10457 (package
10458 (name "r-sjplot")
10459 (version "2.8.7")
10460 (source
10461 (origin
10462 (method url-fetch)
10463 (uri (cran-uri "sjPlot" version))
10464 (sha256
10465 (base32 "1g4qabg654kwdm09ihp4h3mg64a1d7a7gsn6w56rwsidqqaxilq0"))))
10466 (properties `((upstream-name . "sjPlot")))
10467 (build-system r-build-system)
10468 (propagated-inputs
10469 `(("r-bayestestr" ,r-bayestestr)
10470 ("r-dplyr" ,r-dplyr)
10471 ("r-effectsize" ,r-effectsize)
10472 ("r-ggeffects" ,r-ggeffects)
10473 ("r-ggplot2" ,r-ggplot2)
10474 ("r-insight" ,r-insight)
10475 ("r-knitr" ,r-knitr)
10476 ("r-mass" ,r-mass)
10477 ("r-parameters" ,r-parameters)
10478 ("r-performance" ,r-performance)
10479 ("r-purrr" ,r-purrr)
10480 ("r-rlang" ,r-rlang)
10481 ("r-scales" ,r-scales)
10482 ("r-sjlabelled" ,r-sjlabelled)
10483 ("r-sjmisc" ,r-sjmisc)
10484 ("r-sjstats" ,r-sjstats)
10485 ("r-tidyr" ,r-tidyr)))
10486 (native-inputs
10487 `(("r-knitr" ,r-knitr)))
10488 (home-page "https://strengejacke.github.io/sjPlot/")
10489 (synopsis "Data visualization for statistics in social science")
10490 (description
10491 "This package represents a collection of plotting and table output
10492 functions for data visualization. Results of various statistical
10493 analyses (that are commonly used in social sciences) can be visualized using
10494 this package, including simple and cross tabulated frequencies, histograms,
10495 box plots, (generalized) linear models, mixed effects models, principal
10496 component analysis and correlation matrices, cluster analyses, scatter plots,
10497 stacked scales, effects plots of regression models (including interaction
10498 terms) and much more. This package supports labelled data.")
10499 (license license:gpl3)))
10500
10501 (define-public r-ini
10502 (package
10503 (name "r-ini")
10504 (version "0.3.1")
10505 (source
10506 (origin
10507 (method url-fetch)
10508 (uri (cran-uri "ini" version))
10509 (sha256
10510 (base32
10511 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
10512 (build-system r-build-system)
10513 (home-page "https://github.com/dvdscripter/ini")
10514 (synopsis "Read and write configuration files")
10515 (description
10516 "This package provides tools to parse simple @code{.ini} configuration
10517 files to an structured list. Users can manipulate this resulting list with
10518 @code{lapply()} functions. This same structured list can be used to write
10519 back to file after modifications.")
10520 (license license:gpl3)))
10521
10522 (define-public r-gitcreds
10523 (package
10524 (name "r-gitcreds")
10525 (version "0.1.1")
10526 (source
10527 (origin
10528 (method url-fetch)
10529 (uri (cran-uri "gitcreds" version))
10530 (sha256
10531 (base32
10532 "1snzn7nxy0rwz0bzjsg6k04c0n811dgn8gn9cmn2v78aj57ayjmi"))))
10533 (properties `((upstream-name . "gitcreds")))
10534 (build-system r-build-system)
10535 (inputs `(("git" ,git-minimal)))
10536 (native-inputs `(("r-knitr" ,r-knitr)))
10537 (home-page "https://github.com/r-lib/gitcreds")
10538 (synopsis "Query git credentials from R")
10539 (description
10540 "Query, set, and delete credentials from the git credential store.
10541 Manage GitHub tokens and other git credentials. This package is to be used by
10542 other packages that need to authenticate to GitHub and/or other git
10543 repositories.")
10544 (license license:expat)))
10545
10546 (define-public r-gh
10547 (package
10548 (name "r-gh")
10549 (version "1.2.0")
10550 (source
10551 (origin
10552 (method url-fetch)
10553 (uri (cran-uri "gh" version))
10554 (sha256
10555 (base32
10556 "1zvy3ylxvni10lhvmbm9h14mg4wlsbdbzbzviwf28jxss8749219"))))
10557 (build-system r-build-system)
10558 (propagated-inputs
10559 `(("r-cli" ,r-cli)
10560 ("r-gitcreds" ,r-gitcreds)
10561 ("r-httr" ,r-httr)
10562 ("r-ini" ,r-ini)
10563 ("r-jsonlite" ,r-jsonlite)))
10564 (native-inputs
10565 `(("r-knitr" ,r-knitr)))
10566 (home-page "https://github.com/r-lib/gh#readme")
10567 (synopsis "Access the GitHub API via R")
10568 (description
10569 "This package provides a minimal R client to access the GitHub API.")
10570 (license license:expat)))
10571
10572 (define-public r-fs
10573 (package
10574 (name "r-fs")
10575 (version "1.5.0")
10576 (source
10577 (origin
10578 (method url-fetch)
10579 (uri (cran-uri "fs" version))
10580 (sha256
10581 (base32
10582 "15rqc3ljmcmgfvadj1j1kq7kvibagxic8sgplhlcdqqxax9idprn"))))
10583 (build-system r-build-system)
10584 (native-inputs
10585 `(("r-knitr" ,r-knitr)))
10586 (home-page "https://fs.r-lib.org")
10587 (synopsis "Cross-platform file system operations based on libuv")
10588 (description
10589 "This package provides a cross-platform interface to file system
10590 operations, built on top of the libuv C library.")
10591 (license license:gpl3)))
10592
10593 (define-public r-clisymbols
10594 (package
10595 (name "r-clisymbols")
10596 (version "1.2.0")
10597 (source
10598 (origin
10599 (method url-fetch)
10600 (uri (cran-uri "clisymbols" version))
10601 (sha256
10602 (base32
10603 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
10604 (build-system r-build-system)
10605 (home-page "https://github.com/gaborcsardi/clisymbols")
10606 (synopsis "Unicode symbols at the R prompt")
10607 (description
10608 "This package provides a small subset of Unicode symbols, that are useful
10609 when building command line applications. They fall back to alternatives on
10610 terminals that do not support Unicode.")
10611 (license license:expat)))
10612
10613 (define-public r-credentials
10614 (package
10615 (name "r-credentials")
10616 (version "1.3.0")
10617 (source
10618 (origin
10619 (method url-fetch)
10620 (uri (cran-uri "credentials" version))
10621 (sha256
10622 (base32
10623 "1w9zj34xdwz9bszsvhv2cbgq96y5sgxbh7ndn31pgfcpzlkfq6f1"))))
10624 (properties `((upstream-name . "credentials")))
10625 (build-system r-build-system)
10626 (arguments
10627 `(#:phases
10628 (modify-phases %standard-phases
10629 (add-after 'unpack 'setenv-HOME
10630 (lambda _
10631 ;; This is necessary because git looks for $HOME/.gitconfig
10632 (setenv "HOME" "/tmp")
10633 #t)))))
10634 (inputs
10635 `(("git" ,git-minimal)))
10636 (propagated-inputs
10637 `(("r-askpass" ,r-askpass)
10638 ("r-curl" ,r-curl)
10639 ("r-jsonlite" ,r-jsonlite)
10640 ("r-openssl" ,r-openssl)
10641 ("r-sys" ,r-sys)))
10642 (native-inputs
10643 `(("r-knitr" ,r-knitr)))
10644 (home-page "https://docs.ropensci.org/credentials/")
10645 (synopsis "Tools for managing SSH and Git credentials")
10646 (description
10647 "This package assists you in setting up and retrieving of HTTPS and SSH
10648 credentials for use with git and other services. For HTTPS remotes the
10649 package interfaces the @command{git-credential} utility which @command{git}
10650 uses to store HTTP usernames and passwords. For SSH remotes this package
10651 provides convenient functions to find or generate appropriate SSH keys. The
10652 package both helps the user to setup a local git installation, and also
10653 provides a back-end for git/ssh client libraries to authenticate with existing
10654 user credentials.")
10655 (license license:expat)))
10656
10657 (define-public r-gert
10658 (package
10659 (name "r-gert")
10660 (version "1.2.0")
10661 (source
10662 (origin
10663 (method url-fetch)
10664 (uri (cran-uri "gert" version))
10665 (sha256
10666 (base32
10667 "0ag2ia6cfb5drf3517lg5nhik1w0nv09a75wdy5jdciws1qra3d6"))))
10668 (properties `((upstream-name . "gert")))
10669 (build-system r-build-system)
10670 (inputs
10671 `(("libgit2" ,libgit2)
10672 ("zlib" ,zlib)))
10673 (propagated-inputs
10674 `(("r-askpass" ,r-askpass)
10675 ("r-credentials" ,r-credentials)
10676 ("r-openssl" ,r-openssl)
10677 ("r-rstudioapi" ,r-rstudioapi)
10678 ("r-sys" ,r-sys)
10679 ("r-zip" ,r-zip)))
10680 (native-inputs
10681 `(("pkg-config" ,pkg-config)
10682 ("r-knitr" ,r-knitr)))
10683 (home-page "https://docs.ropensci.org/gert/")
10684 (synopsis "Simple Git client for R")
10685 (description
10686 "This package provides a simple git client for R based on libgit2 with
10687 support for SSH and HTTPS remotes. All functions in gert use basic R data
10688 types (such as vectors and data-frames) for their arguments and return values.
10689 User credentials are shared with command line git through the
10690 @code{git-credential} store and SSH keys stored on disk or ssh-agent.")
10691 (license license:expat)))
10692
10693 (define-public r-usethis
10694 (package
10695 (name "r-usethis")
10696 (version "2.0.1")
10697 (source
10698 (origin
10699 (method url-fetch)
10700 (uri (cran-uri "usethis" version))
10701 (sha256
10702 (base32
10703 "1j6nzzrm2m6vi1gq0d5kxnnr9d8cy88wpmgigz3inych65x9w9pg"))))
10704 (build-system r-build-system)
10705 (propagated-inputs
10706 `(("r-cli" ,r-cli)
10707 ("r-clipr" ,r-clipr)
10708 ("r-crayon" ,r-crayon)
10709 ("r-curl" ,r-curl)
10710 ("r-desc" ,r-desc)
10711 ("r-fs" ,r-fs)
10712 ("r-gert" ,r-gert)
10713 ("r-gh" ,r-gh)
10714 ("r-glue" ,r-glue)
10715 ("r-jsonlite" ,r-jsonlite)
10716 ("r-lifecycle" ,r-lifecycle)
10717 ("r-purrr" ,r-purrr)
10718 ("r-rappdirs" ,r-rappdirs)
10719 ("r-rlang" ,r-rlang)
10720 ("r-rprojroot" ,r-rprojroot)
10721 ("r-rstudioapi" ,r-rstudioapi)
10722 ("r-whisker" ,r-whisker)
10723 ("r-withr" ,r-withr)
10724 ("r-yaml" ,r-yaml)))
10725 (home-page "https://github.com/r-lib/usethis")
10726 (synopsis "Automate R package and project setup")
10727 (description
10728 "This package helps you to automate R package and project setup tasks
10729 that are otherwise performed manually. This includes setting up unit testing,
10730 test coverage, continuous integration, Git, GitHub integration, licenses,
10731 Rcpp, RStudio projects, and more.")
10732 (license license:gpl3)))
10733
10734 (define-public r-sessioninfo
10735 (package
10736 (name "r-sessioninfo")
10737 (version "1.1.1")
10738 (source
10739 (origin
10740 (method url-fetch)
10741 (uri (cran-uri "sessioninfo" version))
10742 (sha256
10743 (base32
10744 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
10745 (build-system r-build-system)
10746 (propagated-inputs
10747 `(("r-cli" ,r-cli)
10748 ("r-withr" ,r-withr)))
10749 (home-page "https://github.com/r-lib/sessioninfo#readme")
10750 (synopsis "R session information")
10751 (description
10752 "This package provides tools to query and print information about the
10753 current R session. It is similar to @code{utils::sessionInfo()}, but includes
10754 more information about packages, and where they were installed from.")
10755 (license license:gpl2)))
10756
10757 (define-public r-remotes
10758 (package
10759 (name "r-remotes")
10760 (version "2.2.0")
10761 (source
10762 (origin
10763 (method url-fetch)
10764 (uri (cran-uri "remotes" version))
10765 (sha256
10766 (base32
10767 "1f1kdw9j1wald3fs8b3n68x1kljy07j60g3aw1aarx26ikyk9whj"))))
10768 (build-system r-build-system)
10769 (native-inputs
10770 `(("r-knitr" ,r-knitr)))
10771 (home-page "https://github.com/r-lib/remotes#readme")
10772 (synopsis "R package installation from remote repositories")
10773 (description
10774 "Download and install R packages stored in GitHub, BitBucket, or plain
10775 subversion or git repositories. This package is a lightweight replacement of
10776 the @code{install_*} functions in the @code{devtools} package. Indeed most of
10777 the code was copied over from @code{devtools}.")
10778 (license license:gpl2+)))
10779
10780 (define-public r-xopen
10781 (package
10782 (name "r-xopen")
10783 (version "1.0.0")
10784 (source
10785 (origin
10786 (method url-fetch)
10787 (uri (cran-uri "xopen" version))
10788 (sha256
10789 (base32
10790 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
10791 (build-system r-build-system)
10792 (propagated-inputs
10793 `(("r-processx" ,r-processx)))
10794 (home-page "https://github.com/r-lib/xopen#readme")
10795 (synopsis "Open system files, URLs, anything")
10796 (description
10797 "This package provides a cross-platform solution to open files,
10798 directories or URLs with their associated programs.")
10799 (license license:expat)))
10800
10801 (define-public r-rcmdcheck
10802 (package
10803 (name "r-rcmdcheck")
10804 (version "1.3.3")
10805 (source
10806 (origin
10807 (method url-fetch)
10808 (uri (cran-uri "rcmdcheck" version))
10809 (sha256
10810 (base32
10811 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
10812 (build-system r-build-system)
10813 (propagated-inputs
10814 `(("r-callr" ,r-callr)
10815 ("r-cli" ,r-cli)
10816 ("r-crayon" ,r-crayon)
10817 ("r-desc" ,r-desc)
10818 ("r-digest" ,r-digest)
10819 ("r-pkgbuild" ,r-pkgbuild)
10820 ("r-prettyunits" ,r-prettyunits)
10821 ("r-r6" ,r-r6)
10822 ("r-rprojroot" ,r-rprojroot)
10823 ("r-sessioninfo" ,r-sessioninfo)
10824 ("r-withr" ,r-withr)
10825 ("r-xopen" ,r-xopen)))
10826 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
10827 (synopsis "Run R CMD check from R and capture results")
10828 (description
10829 "Run @code{R CMD check} from R programmatically, and capture the results
10830 of the individual checks.")
10831 (license license:expat)))
10832
10833 (define-public r-rapportools
10834 (package
10835 (name "r-rapportools")
10836 (version "1.0")
10837 (source
10838 (origin
10839 (method url-fetch)
10840 (uri (cran-uri "rapportools" version))
10841 (sha256
10842 (base32
10843 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
10844 (build-system r-build-system)
10845 (propagated-inputs
10846 `(("r-pander" ,r-pander)
10847 ("r-plyr" ,r-plyr)
10848 ("r-reshape" ,r-reshape)))
10849 (home-page "https://cran.r-project.org/web/packages/rapportools/")
10850 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
10851 (description
10852 "This package provides helper functions that act as wrappers to more
10853 advanced statistical methods with the advantage of having sane defaults for
10854 quick reporting.")
10855 (license license:agpl3+)))
10856
10857 (define-public r-pander
10858 (package
10859 (name "r-pander")
10860 (version "0.6.3")
10861 (source
10862 (origin
10863 (method url-fetch)
10864 (uri (cran-uri "pander" version))
10865 (sha256
10866 (base32
10867 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
10868 (build-system r-build-system)
10869 (propagated-inputs
10870 `(("r-digest" ,r-digest)
10871 ("r-rcpp" ,r-rcpp)))
10872 (home-page "https://rapporter.github.io/pander")
10873 (synopsis "Render R objects into Pandoc's markdown")
10874 (description
10875 "The main aim of the pander R package is to provide a minimal and easy
10876 tool for rendering R objects into Pandoc's markdown. The package is also
10877 capable of exporting/converting complex Pandoc documents (reports) in various
10878 ways.")
10879 ;; This package is licensed under either the AGPLv3+ or the very rarely
10880 ;; used OSL 3.0.
10881 (license license:agpl3+)))
10882
10883 (define-public r-summarytools
10884 (package
10885 (name "r-summarytools")
10886 (version "0.9.8")
10887 (source
10888 (origin
10889 (method url-fetch)
10890 (uri (cran-uri "summarytools" version))
10891 (sha256
10892 (base32
10893 "0n7rad6bkfn9cb99wbfzbwl5qzch48r0gafhddfcqvyh4fbn2k0j"))))
10894 (build-system r-build-system)
10895 (propagated-inputs
10896 `(("r-base64enc" ,r-base64enc)
10897 ("r-checkmate" ,r-checkmate)
10898 ("r-dplyr" ,r-dplyr)
10899 ("r-htmltools" ,r-htmltools)
10900 ("r-lubridate" ,r-lubridate)
10901 ("r-magick" ,r-magick)
10902 ("r-matrixstats" ,r-matrixstats)
10903 ("r-pander" ,r-pander)
10904 ("r-pryr" ,r-pryr)
10905 ("r-rapportools" ,r-rapportools)
10906 ("r-tibble" ,r-tibble)
10907 ("r-tidyr" ,r-tidyr)))
10908 (native-inputs
10909 `(("r-knitr" ,r-knitr)))
10910 (home-page "https://github.com/dcomtois/summarytools")
10911 (synopsis "Tools to quickly and neatly summarize data")
10912 (description
10913 "This package provides tools for data frame summaries, cross-tabulations,
10914 weight-enabled frequency tables and common univariate statistics in concise
10915 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
10916 good point-of-entry for exploring data, both for experienced and new R
10917 users.")
10918 (license license:gpl2)))
10919
10920 (define-public r-lsei
10921 (package
10922 (name "r-lsei")
10923 (version "1.3-0")
10924 (source
10925 (origin
10926 (method url-fetch)
10927 (uri (cran-uri "lsei" version))
10928 (sha256
10929 (base32
10930 "1dka0rigfw4vj809qma2dkiwjb3nw5635ynnba5cm299cn7hb2b2"))))
10931 (build-system r-build-system)
10932 (native-inputs
10933 `(("gfortran" ,gfortran)))
10934 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10935 (synopsis "Solve regression problems under equality/inequality constraints")
10936 (description
10937 "It contains functions that solve least squares linear regression
10938 problems under linear equality/inequality constraints. Functions for solving
10939 quadratic programming problems are also available, which transform such
10940 problems into least squares ones first.")
10941 (license license:gpl2+)))
10942
10943 (define-public r-npsurv
10944 (package
10945 (name "r-npsurv")
10946 (version "0.5-0")
10947 (source
10948 (origin
10949 (method url-fetch)
10950 (uri (cran-uri "npsurv" version))
10951 (sha256
10952 (base32
10953 "1ihxhb42cga1hssj2jv4ah0f4hlwsky899ij5261fzh1wxvdp1xw"))))
10954 (build-system r-build-system)
10955 (propagated-inputs
10956 `(("r-lsei" ,r-lsei)))
10957 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10958 (synopsis "Nonparametric survival analysis")
10959 (description
10960 "This package contains functions for non-parametric survival analysis of
10961 exact and interval-censored observations.")
10962 (license license:gpl2+)))
10963
10964 (define-public r-clusteval
10965 (package
10966 (name "r-clusteval")
10967 (version "0.1")
10968 (source
10969 (origin
10970 (method url-fetch)
10971 (uri (cran-uri "clusteval" version))
10972 (sha256
10973 (base32
10974 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
10975 (build-system r-build-system)
10976 (propagated-inputs
10977 `(("r-mvtnorm" ,r-mvtnorm)
10978 ("r-rcpp" ,r-rcpp)))
10979 (home-page "https://cran.r-project.org/web/packages/clusteval/")
10980 (synopsis "Evaluation of clustering algorithms")
10981 (description
10982 "This R package provides a suite of tools to evaluate clustering
10983 algorithms, clusterings, and individual clusters.")
10984 (license license:expat)))
10985
10986 (define-public r-tweedie
10987 (package
10988 (name "r-tweedie")
10989 (version "2.3.3")
10990 (source
10991 (origin
10992 (method url-fetch)
10993 (uri (cran-uri "tweedie" version))
10994 (sha256
10995 (base32
10996 "1nfhaqblvm62j8gfkyrgba5ai0pb2fsnrxp63637mhys2bawlcm0"))))
10997 (build-system r-build-system)
10998 (native-inputs `(("gfortran" ,gfortran)))
10999 (home-page "https://cran.r-project.org/web/packages/tweedie/")
11000 (synopsis "Evaluation of Tweedie exponential family models")
11001 (description
11002 "Maximum likelihood computations for Tweedie families, including the
11003 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
11004 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
11005 and related methods.")
11006 (license license:gpl2+)))
11007
11008 (define-public r-rcppgsl
11009 (package
11010 (name "r-rcppgsl")
11011 (version "0.3.8")
11012 (source
11013 (origin
11014 (method url-fetch)
11015 (uri (cran-uri "RcppGSL" version))
11016 (sha256
11017 (base32 "17nlayy6gvwb3v6l5aiqm84i75yf4dfi3zclxrgpqwf3j9v09yvz"))))
11018 (properties `((upstream-name . "RcppGSL")))
11019 (build-system r-build-system)
11020 (propagated-inputs
11021 `(("r-rcpp" ,r-rcpp)
11022 ("gsl" ,gsl)))
11023 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
11024 (synopsis "Rcpp integration for GSL vectors and matrices")
11025 (description
11026 "The GNU Scientific Library (or GSL) is a collection of numerical
11027 routines for scientific computing. It is particularly useful for C and C++
11028 programs as it provides a standard C interface to a wide range of mathematical
11029 routines. There are over 1000 functions in total with an extensive test
11030 suite. The RcppGSL package provides an easy-to-use interface between GSL data
11031 structures and R using concepts from Rcpp which is itself a package that eases
11032 the interfaces between R and C++.")
11033 (license license:gpl2+)))
11034
11035 (define-public r-mvabund
11036 (package
11037 (name "r-mvabund")
11038 (version "4.1.9")
11039 (source
11040 (origin
11041 (method url-fetch)
11042 (uri (cran-uri "mvabund" version))
11043 (sha256
11044 (base32
11045 "19kyg0agjk7gxipa5kmklz4cqh97xrdbibmmy1g99r1gp3s9ml30"))))
11046 (build-system r-build-system)
11047 (propagated-inputs
11048 `(("r-mass" ,r-mass)
11049 ("r-rcpp" ,r-rcpp)
11050 ("r-rcppgsl" ,r-rcppgsl)
11051 ("r-statmod" ,r-statmod)
11052 ("r-tweedie" ,r-tweedie)))
11053 (home-page "https://cran.r-project.org/web/packages/mvabund/")
11054 (synopsis "Statistical methods for analysing multivariate abundance data")
11055 (description
11056 "This package provides a set of tools for displaying, modeling and
11057 analysing multivariate abundance data in community ecology.")
11058 (license license:lgpl2.1+)))
11059
11060 (define-public r-afex
11061 (package
11062 (name "r-afex")
11063 (version "0.28-1")
11064 (source
11065 (origin
11066 (method url-fetch)
11067 (uri (cran-uri "afex" version))
11068 (sha256
11069 (base32
11070 "0blwqr5ni3psav1dcdmhfi4jy3b4scm5njimqfpr1d81zadvgc6g"))))
11071 (build-system r-build-system)
11072 (propagated-inputs
11073 `(("r-car" ,r-car)
11074 ("r-lme4" ,r-lme4)
11075 ("r-lmertest" ,r-lmertest)
11076 ("r-pbkrtest" ,r-pbkrtest)
11077 ("r-reshape2" ,r-reshape2)))
11078 (native-inputs
11079 `(("r-knitr" ,r-knitr)))
11080 (home-page "https://afex.singmann.science/")
11081 (synopsis "Analysis of factorial experiments")
11082 (description
11083 "This package provides convenience functions for analyzing factorial
11084 experiments using ANOVA or mixed models.")
11085 (license license:gpl2+)))
11086
11087 (define-public r-lmertest
11088 (package
11089 (name "r-lmertest")
11090 (version "3.1-3")
11091 (source
11092 (origin
11093 (method url-fetch)
11094 (uri (cran-uri "lmerTest" version))
11095 (sha256
11096 (base32
11097 "1zd8gqjkazhxgpnnr484xwsq30p62fq8592nzyc171zjyplpbaim"))))
11098 (properties `((upstream-name . "lmerTest")))
11099 (build-system r-build-system)
11100 (propagated-inputs
11101 `(("r-ggplot2" ,r-ggplot2)
11102 ("r-lme4" ,r-lme4)
11103 ("r-mass" ,r-mass)
11104 ("r-numderiv" ,r-numderiv)))
11105 (home-page "https://github.com/runehaubo/lmerTestR")
11106 (synopsis "Tests in linear mixed effects models")
11107 (description
11108 "This package provides p-values in type I, II or III anova and summary
11109 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
11110 method. A Kenward-Roger method is also available via the @code{pbkrtest}
11111 package. Model selection methods include step, drop1 and anova-like tables
11112 for random effects (ranova). Methods for Least-Square means (LS-means) and
11113 tests of linear contrasts of fixed effects are also available.")
11114 (license license:gpl2+)))
11115
11116 (define-public r-r2glmm
11117 (package
11118 (name "r-r2glmm")
11119 (version "0.1.2")
11120 (source
11121 (origin
11122 (method url-fetch)
11123 (uri (cran-uri "r2glmm" version))
11124 (sha256
11125 (base32
11126 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
11127 (build-system r-build-system)
11128 (propagated-inputs
11129 `(("r-afex" ,r-afex)
11130 ("r-data-table" ,r-data-table)
11131 ("r-dplyr" ,r-dplyr)
11132 ("r-ggplot2" ,r-ggplot2)
11133 ("r-gridextra" ,r-gridextra)
11134 ("r-lmertest" ,r-lmertest)
11135 ("r-mass" ,r-mass)
11136 ("r-matrix" ,r-matrix)
11137 ("r-mgcv" ,r-mgcv)
11138 ("r-pbkrtest" ,r-pbkrtest)))
11139 (home-page "https://github.com/bcjaeger/r2glmm")
11140 (synopsis "Compute R squared for mixed (multilevel) models")
11141 (description
11142 "This package computes model and semi partial R squared with confidence
11143 limits for the linear and generalized linear mixed model (LMM and GLMM). The
11144 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
11145 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
11146 al. (2016)).")
11147 (license license:gpl2)))
11148
11149 (define-public r-weights
11150 (package
11151 (name "r-weights")
11152 (version "1.0.1")
11153 (source
11154 (origin
11155 (method url-fetch)
11156 (uri (cran-uri "weights" version))
11157 (sha256
11158 (base32
11159 "1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
11160 (build-system r-build-system)
11161 (propagated-inputs
11162 `(("r-gdata" ,r-gdata)
11163 ("r-hmisc" ,r-hmisc)
11164 ("r-mice" ,r-mice)))
11165 (home-page
11166 "https://cran.r-project.org/web/packages/weights/")
11167 (synopsis "Weighting and weighted statistics")
11168 (description "This package Provides a variety of functions for producing
11169 simple weighted statistics, such as weighted Pearson's correlations, partial
11170 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
11171 includes some software for quickly recoding survey data and plotting point
11172 estimates from interaction terms in regressions (and multiply imputed
11173 regressions). NOTE: Weighted partial correlation calculations pulled to
11174 address a bug.")
11175 (license license:gpl2+)))
11176
11177 (define-public r-rcppannoy
11178 (package
11179 (name "r-rcppannoy")
11180 (version "0.0.18")
11181 (source
11182 (origin
11183 (method url-fetch)
11184 (uri (cran-uri "RcppAnnoy" version))
11185 (sha256
11186 (base32
11187 "0n68cf77gz34iq6w6ad87pbqwqam45nxp1gjzns4g6qhf7qdvrz4"))))
11188 (properties `((upstream-name . "RcppAnnoy")))
11189 (build-system r-build-system)
11190 (propagated-inputs
11191 `(("r-rcpp" ,r-rcpp)))
11192 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
11193 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
11194 (description
11195 "Annoy is a small C++ library for Approximate Nearest Neighbors written
11196 for efficient memory usage as well an ability to load from and save to disk.
11197 This package provides an R interface.")
11198 ;; Annoy is released under ASL 2.0, but this wrapper is released under
11199 ;; GPLv2+.
11200 (license (list license:gpl2+ license:asl2.0))))
11201
11202 (define-public r-rcpphnsw
11203 (package
11204 (name "r-rcpphnsw")
11205 (version "0.3.0")
11206 (source
11207 (origin
11208 (method url-fetch)
11209 (uri (cran-uri "RcppHNSW" version))
11210 (sha256
11211 (base32
11212 "01z0plf1i6dyibw4ica8shmijyk1grpqb886hcga72z2cpm4xsx0"))))
11213 (properties `((upstream-name . "RcppHNSW")))
11214 (build-system r-build-system)
11215 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11216 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
11217 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
11218 (description
11219 "Hnswlib is a C++ library for approximate nearest neighbors. This
11220 package provides a minimal R interface by relying on the Rcpp package.")
11221 ;; hnswlib is released under Version 2.0 of the Apache License.
11222 (license (list license:gpl3 license:asl2.0))))
11223
11224 (define-public r-rcppparallel
11225 (package
11226 (name "r-rcppparallel")
11227 (version "5.0.3")
11228 (source
11229 (origin
11230 (method url-fetch)
11231 (uri (cran-uri "RcppParallel" version))
11232 (sha256
11233 (base32
11234 "0ihcirny4al2ydymxhdfacwmybmrgrz5nm0lbf49gk2zy8w124ki"))))
11235 (properties `((upstream-name . "RcppParallel")))
11236 (build-system r-build-system)
11237 (home-page "https://rcppcore.github.io/RcppParallel/")
11238 (synopsis "Parallel programming tools for Rcpp")
11239 (description
11240 "This package provides high level functions for parallel programming with
11241 Rcpp. For example, the @code{parallelFor()} function can be used to convert
11242 the work of a standard serial @code{for} loop into a parallel one and the
11243 @code{parallelReduce()} function can be used for accumulating aggregates or
11244 other values.")
11245 (license license:gpl2)))
11246
11247 (define-public r-ncdf4
11248 (package
11249 (name "r-ncdf4")
11250 (version "1.17")
11251 (source
11252 (origin
11253 (method url-fetch)
11254 (uri (cran-uri "ncdf4" version))
11255 (sha256
11256 (base32
11257 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
11258 (build-system r-build-system)
11259 (inputs
11260 `(("netcdf" ,netcdf)
11261 ("zlib" ,zlib)))
11262 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
11263 (synopsis "R interface to Unidata netCDF format data files")
11264 (description
11265 "This package provides a high-level R interface to data files written
11266 using Unidata's netCDF library (version 4 or earlier), which are binary data
11267 files that are portable across platforms and include metadata information in
11268 addition to the data sets. Using this package, netCDF files can be opened and
11269 data sets read in easily. It is also easy to create new netCDF dimensions,
11270 variables, and files, in either version 3 or 4 format, and manipulate existing
11271 netCDF files.")
11272 (license license:gpl3+)))
11273
11274 (define-public r-biocmanager
11275 (package
11276 (name "r-biocmanager")
11277 (version "1.30.10")
11278 (source
11279 (origin
11280 (method url-fetch)
11281 (uri (cran-uri "BiocManager" version))
11282 (sha256
11283 (base32 "03n9s2vf7vgpgb5alpxwamf9xfkn32cbzngwyn6spq1bnh9a9dzk"))))
11284 (properties `((upstream-name . "BiocManager")))
11285 (build-system r-build-system)
11286 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
11287 (synopsis "Access the Bioconductor project package repository")
11288 (description
11289 "This package provides a convenient tool to install and update
11290 Bioconductor packages.")
11291 (license license:artistic2.0)))
11292
11293 (define-public r-rgl
11294 (package
11295 (name "r-rgl")
11296 (version "0.105.22")
11297 (source
11298 (origin
11299 (method url-fetch)
11300 (uri (cran-uri "rgl" version))
11301 (sha256
11302 (base32
11303 "1y69phym8pkdh1k808y3rp1030xmhjpc8vig9035v9n1r7v7a1kz"))))
11304 (build-system r-build-system)
11305 (native-inputs
11306 `(("pkg-config" ,pkg-config)
11307 ("r-knitr" ,r-knitr)))
11308 (inputs
11309 `(("freetype" ,freetype)
11310 ("libpng" ,libpng)
11311 ("glu" ,glu)
11312 ("libx11" ,libx11)
11313 ("pandoc" ,pandoc)
11314 ("zlib" ,zlib)))
11315 (propagated-inputs
11316 `(("r-crosstalk" ,r-crosstalk)
11317 ("r-htmltools" ,r-htmltools)
11318 ("r-htmlwidgets" ,r-htmlwidgets)
11319 ("r-jsonlite" ,r-jsonlite)
11320 ("r-knitr" ,r-knitr)
11321 ("r-magrittr" ,r-magrittr)
11322 ("r-manipulatewidget" ,r-manipulatewidget)
11323 ("r-shiny" ,r-shiny)))
11324 (home-page "https://r-forge.r-project.org/projects/rgl/")
11325 (synopsis "3D visualization using OpenGL")
11326 (description
11327 "This package provides medium to high level functions for 3D interactive graphics,
11328 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
11329 as functions for constructing representations of geometric
11330 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
11331 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
11332 image formats, including PNG, Postscript, SVG, PGF.")
11333 ;; Any version of the GPL.
11334 (license (list license:gpl2+ license:gpl3+))))
11335
11336 (define-public r-multicool
11337 (package
11338 (name "r-multicool")
11339 (version "0.1-11")
11340 (source
11341 (origin
11342 (method url-fetch)
11343 (uri (cran-uri "multicool" version))
11344 (sha256
11345 (base32
11346 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
11347 (build-system r-build-system)
11348 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11349 (home-page "https://cran.r-project.org/web/packages/multicool/")
11350 (synopsis "Permutations of multisets in cool-lex order")
11351 (description
11352 "This package provides a set of tools to permute multisets without loops
11353 or hash tables and to generate integer partitions. Cool-lex order is similar
11354 to colexicographical order.")
11355 (license license:gpl2)))
11356
11357 (define-public r-misc3d
11358 (package
11359 (name "r-misc3d")
11360 (version "0.9-0")
11361 (source
11362 (origin
11363 (method url-fetch)
11364 (uri (cran-uri "misc3d" version))
11365 (sha256
11366 (base32
11367 "10jf5r1x588vi54bzaqgi9mgcqlkiga2c3jvmqmk3lavc8fjksd1"))))
11368 (build-system r-build-system)
11369 (home-page "https://cran.r-project.org/web/packages/misc3d/")
11370 (synopsis "Miscellaneous 3D Plots")
11371 (description
11372 "This package provides a collection of miscellaneous 3d plots, including
11373 isosurfaces.")
11374 ;; Any version of the GPL.
11375 (license (list license:gpl2+ license:gpl3+))))
11376
11377 (define-public r-ks
11378 (package
11379 (name "r-ks")
11380 (version "1.12.0")
11381 (source
11382 (origin
11383 (method url-fetch)
11384 (uri (cran-uri "ks" version))
11385 (sha256
11386 (base32 "1sff6rlpq64lqyvwgral9zbcan30wpgmfb26hw9y6wzypd9gxbz6"))))
11387 (build-system r-build-system)
11388 (propagated-inputs
11389 `(("r-fnn" ,r-fnn)
11390 ("r-kernlab" ,r-kernlab)
11391 ("r-kernsmooth" ,r-kernsmooth)
11392 ("r-matrix" ,r-matrix)
11393 ("r-mclust" ,r-mclust)
11394 ("r-mgcv" ,r-mgcv)
11395 ("r-multicool" ,r-multicool)
11396 ("r-mvtnorm" ,r-mvtnorm)
11397 ("r-plot3d" ,r-plot3d)))
11398 (home-page "https://www.mvstat.net/tduong/")
11399 (synopsis "Kernel smoothing")
11400 (description
11401 "This package provides kernel smoothers for univariate and multivariate
11402 data, including density functions, density derivatives, cumulative
11403 distributions, modal clustering, discriminant analysis, and two-sample
11404 hypothesis testing.")
11405 ;; Either version of the GPL.
11406 (license (list license:gpl2 license:gpl3))))
11407
11408 (define-public r-feature
11409 (package
11410 (name "r-feature")
11411 (version "1.2.15")
11412 (source
11413 (origin
11414 (method url-fetch)
11415 (uri (cran-uri "feature" version))
11416 (sha256
11417 (base32
11418 "0yzn1w1sasilcp8v0pcjnxjv9l6lspkskqi412i6h040gqmjjf6y"))))
11419 (build-system r-build-system)
11420 (propagated-inputs
11421 `(("r-ks" ,r-ks)
11422 ("r-plot3d" ,r-plot3d)))
11423 (native-inputs
11424 `(("r-knitr" ,r-knitr)))
11425 (home-page "https://www.mvstat.net/tduong/")
11426 (synopsis "Inferential feature significance for kernel density estimation")
11427 (description
11428 "The feature package contains functions to display and compute kernel
11429 density estimates, significant gradient and significant curvature regions.
11430 Significant gradient and/or curvature regions often correspond to significant
11431 features (e.g. local modes).")
11432 ;; Either version of the GPL.
11433 (license (list license:gpl2 license:gpl3))))
11434
11435 (define-public r-arm
11436 (package
11437 (name "r-arm")
11438 (version "1.11-2")
11439 (source
11440 (origin
11441 (method url-fetch)
11442 (uri (cran-uri "arm" version))
11443 (sha256
11444 (base32
11445 "1grb27vayr2vhyalzfqbhx6p278r7c3l4pzi5nrz3dmnyqrbx1c3"))))
11446 (build-system r-build-system)
11447 (propagated-inputs
11448 `(("r-abind" ,r-abind)
11449 ("r-coda" ,r-coda)
11450 ("r-hmisc" ,r-hmisc)
11451 ("r-lme4" ,r-lme4)
11452 ("r-mass" ,r-mass)
11453 ("r-matrix" ,r-matrix)
11454 ("r-nlme" ,r-nlme)))
11455 (home-page "https://cran.r-project.org/web/packages/arm/")
11456 (synopsis "Data analysis using regression and multilevel/hierarchical models")
11457 (description
11458 "This package provides functions to accompany A. Gelman and J. Hill,
11459 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
11460 University Press, 2007.")
11461 (license license:gpl3+)))
11462
11463 (define-public r-circular
11464 (package
11465 (name "r-circular")
11466 (version "0.4-93")
11467 (source
11468 (origin
11469 (method url-fetch)
11470 (uri (cran-uri "circular" version))
11471 (sha256
11472 (base32
11473 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
11474 (build-system r-build-system)
11475 (propagated-inputs
11476 `(("r-boot" ,r-boot)
11477 ("r-mvtnorm" ,r-mvtnorm)))
11478 (native-inputs
11479 `(("gfortran" ,gfortran)))
11480 (home-page "https://cran.r-project.org/web/packages/circular/")
11481 (synopsis "Circular statistics")
11482 (description
11483 "This package provides tools for circular statistics, from \"Topics in
11484 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
11485 Scientific.")
11486 (license license:gpl2+)))
11487
11488 (define-public r-activity
11489 (package
11490 (name "r-activity")
11491 (version "1.3.1")
11492 (source
11493 (origin
11494 (method url-fetch)
11495 (uri (cran-uri "activity" version))
11496 (sha256
11497 (base32
11498 "1wn2a0hx7wfr2jyj1b772w5fgl6bcqkkw8cybais2s1wyjx8kjr5"))))
11499 (build-system r-build-system)
11500 (propagated-inputs
11501 `(("r-circular" ,r-circular)
11502 ("r-insol" ,r-insol)
11503 ("r-pbapply" ,r-pbapply)))
11504 (home-page "https://cran.r-project.org/web/packages/activity/")
11505 (synopsis "Animal activity statistics")
11506 (description
11507 "This package provides functions to fit kernel density functions to
11508 animal activity time data; plot activity distributions; quantify overall
11509 levels of activity; statistically compare activity metrics through
11510 bootstrapping; and evaluate variation in linear variables with time (or other
11511 circular variables).")
11512 (license license:gpl3)))
11513
11514 (define-public r-ouch
11515 (package
11516 (name "r-ouch")
11517 (version "2.15-1")
11518 (source
11519 (origin
11520 (method url-fetch)
11521 (uri (cran-uri "ouch" version))
11522 (sha256
11523 (base32
11524 "0myddn3b28pswyk42kvwhyvkj30q41f677vpxclxacdfkhgvrj6q"))))
11525 (build-system r-build-system)
11526 (propagated-inputs `(("r-subplex" ,r-subplex)))
11527 (home-page "https://kingaa.github.io/ouch/")
11528 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
11529 (description
11530 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
11531 for evolution along a phylogenetic tree.")
11532 (license license:gpl2+)))
11533
11534 (define-public r-fmsb
11535 (package
11536 (name "r-fmsb")
11537 (version "0.7.0")
11538 (source
11539 (origin
11540 (method url-fetch)
11541 (uri (cran-uri "fmsb" version))
11542 (sha256
11543 (base32
11544 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
11545 (build-system r-build-system)
11546 (home-page "http://minato.sip21c.org/msb/")
11547 (synopsis "Functions for medical statistics book with demographic data")
11548 (description
11549 "This package provides several utility functions for the book entitled
11550 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
11551 Japan, 2007) with Japanese demographic data and some demographic analysis
11552 related functions.")
11553 (license license:gpl2+)))
11554
11555 (define-public r-stabledist
11556 (package
11557 (name "r-stabledist")
11558 (version "0.7-1")
11559 (source
11560 (origin
11561 (method url-fetch)
11562 (uri (cran-uri "stabledist" version))
11563 (sha256
11564 (base32
11565 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
11566 (build-system r-build-system)
11567 (home-page "https://www.rmetrics.org")
11568 (synopsis "Stable distribution functions")
11569 (description
11570 "This package provides density, probability and quantile functions, and
11571 random number generation for (skew) stable distributions, using the
11572 parametrizations of Nolan.")
11573 (license license:gpl2+)))
11574
11575 (define-public r-gsl
11576 (package
11577 (name "r-gsl")
11578 (version "2.1-6")
11579 (source
11580 (origin
11581 (method url-fetch)
11582 (uri (cran-uri "gsl" version))
11583 (sha256
11584 (base32
11585 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
11586 (build-system r-build-system)
11587 (inputs
11588 `(("gsl" ,gsl)))
11589 (home-page "https://cran.r-project.org/web/packages/gsl")
11590 (synopsis "Wrapper for the GNU Scientific Library")
11591 (description
11592 "This package provides an R wrapper for the special functions and quasi
11593 random number generators of the GNU Scientific Library.")
11594 (license license:gpl2+)))
11595
11596 (define-public r-adgoftest
11597 (package
11598 (name "r-adgoftest")
11599 (version "0.3")
11600 (source
11601 (origin
11602 (method url-fetch)
11603 (uri (cran-uri "ADGofTest" version))
11604 (sha256
11605 (base32
11606 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
11607 (properties `((upstream-name . "ADGofTest")))
11608 (build-system r-build-system)
11609 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
11610 (synopsis "Anderson-Darling GoF test")
11611 (description
11612 "This package provides an implementation of the Anderson-Darling GoF test
11613 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
11614 Anderson-Darling Distribution\".")
11615 ;; Any version of the GPL.
11616 (license license:gpl3+)))
11617
11618 (define-public r-sodium
11619 (package
11620 (name "r-sodium")
11621 (version "1.1")
11622 (source
11623 (origin
11624 (method url-fetch)
11625 (uri (cran-uri "sodium" version))
11626 (sha256
11627 (base32
11628 "1zxzi8xvxnhgcd5qrylf08nz1cdq3aslrswjas440qg63ypmbf6w"))))
11629 (properties `((upstream-name . "sodium")))
11630 (build-system r-build-system)
11631 (inputs
11632 `(("libsodium" ,libsodium)))
11633 (native-inputs
11634 `(("pkg-config" ,pkg-config)
11635 ("r-knitr" ,r-knitr)))
11636 (home-page "https://github.com/jeroen/sodium")
11637 (synopsis "R bindings to the libsodium crypto library")
11638 (description
11639 "This package provides bindings to libsodium: a library for encryption,
11640 decryption, signatures, password hashing and more. Sodium uses curve25519, a
11641 Diffie-Hellman function by Daniel Bernstein, which has become very popular
11642 after it was discovered that the NSA had backdoored Dual EC DRBG.")
11643 (license license:expat)))
11644
11645 (define-public r-softimpute
11646 (package
11647 (name "r-softimpute")
11648 (version "1.4")
11649 (source
11650 (origin
11651 (method url-fetch)
11652 (uri (cran-uri "softImpute" version))
11653 (sha256
11654 (base32
11655 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
11656 (properties `((upstream-name . "softImpute")))
11657 (build-system r-build-system)
11658 (propagated-inputs
11659 `(("r-matrix" ,r-matrix)))
11660 (native-inputs
11661 `(("gfortran" ,gfortran)))
11662 (home-page "https://cran.r-project.org/web/packages/softImpute")
11663 (synopsis "Matrix completion via iterative soft-thresholded SVD")
11664 (description
11665 "This package provides iterative methods for matrix completion that use
11666 nuclear-norm regularization. The package includes procedures for centering
11667 and scaling rows, columns or both, and for computing low-rank @dfn{single
11668 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
11669 components).")
11670 (license license:gpl2)))
11671
11672 (define-public r-fftwtools
11673 (package
11674 (name "r-fftwtools")
11675 (version "0.9-11")
11676 (source
11677 (origin
11678 (method url-fetch)
11679 (uri (cran-uri "fftwtools" version))
11680 (sha256
11681 (base32
11682 "0zrchp4l0jdbir2gibjf00x225y9giqk80zvqmr2yyvc12lwkw7i"))))
11683 (build-system r-build-system)
11684 (inputs `(("fftw" ,fftw)))
11685 (native-inputs
11686 `(("pkg-config" ,pkg-config)))
11687 (home-page "https://github.com/krahim/fftwtools")
11688 (synopsis "Wrapper for FFTW3")
11689 (description
11690 "This package provides a wrapper for several FFTW functions. It provides
11691 access to the two-dimensional FFT, the multivariate FFT, and the
11692 one-dimensional real to complex FFT using the FFTW3 library. The package
11693 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
11694 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
11695 The FFT functions have a parameter that allows them to not return the
11696 redundant complex conjugate when the input is real data.")
11697 (license license:gpl2+)))
11698
11699 (define-public r-tiff
11700 (package
11701 (name "r-tiff")
11702 (version "0.1-7")
11703 (source
11704 (origin
11705 (method url-fetch)
11706 (uri (cran-uri "tiff" version))
11707 (sha256
11708 (base32
11709 "101n6x70fr1dhcwx53g3s8q1j4wh93y0388v1s1316f8558rxqxh"))))
11710 (build-system r-build-system)
11711 (inputs
11712 `(("libtiff" ,libtiff)
11713 ("libjpeg" ,libjpeg-turbo)
11714 ("zlib" ,zlib)))
11715 (home-page "https://www.rforge.net/tiff/")
11716 (synopsis "Read and write TIFF images")
11717 (description
11718 "This package provides an easy and simple way to read, write and display
11719 bitmap images stored in the TIFF format. It can read and write both files and
11720 in-memory raw vectors.")
11721 ;; Either of these two license versions.
11722 (license (list license:gpl2 license:gpl3))))
11723
11724 (define-public r-nlp
11725 (package
11726 (name "r-nlp")
11727 (version "0.2-1")
11728 (source
11729 (origin
11730 (method url-fetch)
11731 (uri (cran-uri "NLP" version))
11732 (sha256
11733 (base32
11734 "1dpj04fmld2lnhg072ahgjbhmciqqy9h1lrz0wf32mr7mm9s9sh5"))))
11735 (properties `((upstream-name . "NLP")))
11736 (build-system r-build-system)
11737 (home-page "https://cran.r-project.org/web/packages/NLP/")
11738 (synopsis "Natural language processing infrastructure")
11739 (description
11740 "This package provides basic classes and methods for Natural Language
11741 Processing.")
11742 (license license:gpl3)))
11743
11744 (define-public r-tm
11745 (package
11746 (name "r-tm")
11747 (version "0.7-8")
11748 (source
11749 (origin
11750 (method url-fetch)
11751 (uri (cran-uri "tm" version))
11752 (sha256
11753 (base32
11754 "0mk2lsplynms15nw92vbdgsafg4bw1m0ik31gch1mnsnv61idsxi"))))
11755 (properties `((upstream-name . "tm")))
11756 (build-system r-build-system)
11757 (propagated-inputs
11758 `(("r-bh" ,r-bh)
11759 ("r-nlp" ,r-nlp)
11760 ("r-rcpp" ,r-rcpp)
11761 ("r-slam" ,r-slam)
11762 ("r-xml2" ,r-xml2)))
11763 (home-page "http://tm.r-forge.r-project.org/")
11764 (synopsis "Text mining package")
11765 (description
11766 "This package provides a framework for text mining applications within R.")
11767 (license license:gpl3)))
11768
11769 (define-public r-waveslim
11770 (package
11771 (name "r-waveslim")
11772 (version "1.8.2")
11773 (source
11774 (origin
11775 (method url-fetch)
11776 (uri (cran-uri "waveslim" version))
11777 (sha256
11778 (base32
11779 "0ibivnhz0l06sss5rrrcvyiwg3qpbyk3qn4vx4pp90kj09x4yg0k"))))
11780 (build-system r-build-system)
11781 (native-inputs
11782 `(("gfortran" ,gfortran)))
11783 (home-page "http://waveslim.blogspot.com")
11784 (synopsis "Basic wavelet routines for signal processing")
11785 (description
11786 "This package provides basic wavelet routines for time series (1D),
11787 image (2D) and array (3D) analysis. The code provided here is based on
11788 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
11789 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
11790 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
11791 pairs (Selesnick 2001, 2002).")
11792 (license license:bsd-3)))
11793
11794 (define-public r-wordcloud
11795 (package
11796 (name "r-wordcloud")
11797 (version "2.6")
11798 (source
11799 (origin
11800 (method url-fetch)
11801 (uri (cran-uri "wordcloud" version))
11802 (sha256
11803 (base32
11804 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
11805 (build-system r-build-system)
11806 (propagated-inputs
11807 `(("r-rcolorbrewer" ,r-rcolorbrewer)
11808 ("r-rcpp" ,r-rcpp)
11809 ;; The "tm" package is only "suggested" according to CRAN, but the
11810 ;; wordcloud package cannot be loaded without it.
11811 ("r-tm" ,r-tm)))
11812 (home-page "https://cran.r-project.org/web/packages/wordcloud")
11813 (synopsis "Word clouds")
11814 (description
11815 "This package provides functionality to create pretty word clouds,
11816 visualize differences and similarity between documents, and avoid
11817 over-plotting in scatter plots with text.")
11818 (license license:lgpl2.1)))
11819
11820 (define-public r-colorramps
11821 (package
11822 (name "r-colorramps")
11823 (version "2.3")
11824 (source
11825 (origin
11826 (method url-fetch)
11827 (uri (cran-uri "colorRamps" version))
11828 (sha256
11829 (base32
11830 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
11831 (properties `((upstream-name . "colorRamps")))
11832 (build-system r-build-system)
11833 (home-page "https://cran.r-project.org/web/packages/colorRamps")
11834 (synopsis "Build color tables")
11835 (description "This package provides features to build gradient color
11836 maps.")
11837 ;; Any version of the GPL
11838 (license license:gpl3+)))
11839
11840 (define-public r-tidytree
11841 (package
11842 (name "r-tidytree")
11843 (version "0.3.3")
11844 (source
11845 (origin
11846 (method url-fetch)
11847 (uri (cran-uri "tidytree" version))
11848 (sha256
11849 (base32 "05b53dap0f784kl6s1wgck6m7brwmy6ifqp7v5l06s1spfspagl6"))))
11850 (build-system r-build-system)
11851 (propagated-inputs
11852 `(("r-ape" ,r-ape)
11853 ("r-dplyr" ,r-dplyr)
11854 ("r-lazyeval" ,r-lazyeval)
11855 ("r-magrittr" ,r-magrittr)
11856 ("r-rlang" ,r-rlang)
11857 ("r-tibble" ,r-tibble)))
11858 (native-inputs
11859 `(("r-knitr" ,r-knitr)))
11860 (home-page "https://github.com/GuangchuangYu/tidytree")
11861 (synopsis "Tidy tool for phylogenetic tree data manipulation")
11862 (description
11863 "Phylogenetic trees generally contain multiple components including nodes,
11864 edges, branches and associated data. This package provides an approach to
11865 convert tree objects to tidy data frames. It also provides tidy interfaces to
11866 manipulate tree data.")
11867 (license license:artistic2.0)))
11868
11869 (define-public r-rvcheck
11870 (package
11871 (name "r-rvcheck")
11872 (version "0.1.8")
11873 (source
11874 (origin
11875 (method url-fetch)
11876 (uri (cran-uri "rvcheck" version))
11877 (sha256
11878 (base32 "0627bc8qmhxmd63yh6f90qni3qw1zwdpxjln2qbychzmzd4am9ac"))))
11879 (build-system r-build-system)
11880 (propagated-inputs
11881 `(("r-biocmanager" ,r-biocmanager)
11882 ("r-rlang" ,r-rlang)))
11883 (home-page "https://cran.r-project.org/web/packages/rvcheck")
11884 (synopsis "R package version check")
11885 (description
11886 "This package provides tools to check the latest release version of R and
11887 R packages (on CRAN, Bioconductor or Github).")
11888 (license license:artistic2.0)))
11889
11890 (define-public r-docopt
11891 (package
11892 (name "r-docopt")
11893 (version "0.7.1")
11894 (source
11895 (origin
11896 (method url-fetch)
11897 (uri (cran-uri "docopt" version))
11898 (sha256
11899 (base32
11900 "1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
11901 (build-system r-build-system)
11902 (home-page "https://github.com/docopt/docopt.R")
11903 (synopsis "Command-line interface specification language")
11904 (description
11905 "This package enables you to define a command-line interface by just
11906 giving it a description in the specific format.")
11907 (license license:expat)))
11908
11909 (define-public r-sparsesvd
11910 (package
11911 (name "r-sparsesvd")
11912 (version "0.2")
11913 (source
11914 (origin
11915 (method url-fetch)
11916 (uri (cran-uri "sparsesvd" version))
11917 (sha256
11918 (base32
11919 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
11920 (build-system r-build-system)
11921 (propagated-inputs `(("r-matrix" ,r-matrix)))
11922 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
11923 (synopsis "Sparse truncated singular value decomposition")
11924 (description
11925 "This package provides a Wrapper around the SVDLIBC library
11926 for (truncated) singular value decomposition of a sparse matrix. Currently,
11927 only sparse real matrices in Matrix package format are supported.")
11928 ;; SVDLIBC is released under BSD-2. The R interface is released under
11929 ;; BSD-3.
11930 (license (list license:bsd-3 license:bsd-2))))
11931
11932 (define-public r-speedglm
11933 (package
11934 (name "r-speedglm")
11935 (version "0.3-3")
11936 (source
11937 (origin
11938 (method url-fetch)
11939 (uri (cran-uri "speedglm" version))
11940 (sha256
11941 (base32
11942 "0f37w4lj8dpcg1sfkd7cv6qpdkanmb97mnd8zih2fxzv8bpd0rfh"))))
11943 (build-system r-build-system)
11944 (propagated-inputs
11945 `(("r-mass" ,r-mass)
11946 ("r-matrix" ,r-matrix)))
11947 (home-page "https://cran.r-project.org/web/packages/speedglm")
11948 (synopsis "Fit linear and generalized linear models to large data sets")
11949 (description
11950 "This package provides tools for fitting linear models and generalized
11951 linear models to large data sets by updating algorithms.")
11952 ;; Any version of the GPL
11953 (license license:gpl2+)))
11954
11955 (define-public r-densityclust
11956 (package
11957 (name "r-densityclust")
11958 (version "0.3")
11959 (source
11960 (origin
11961 (method url-fetch)
11962 (uri (cran-uri "densityClust" version))
11963 (sha256
11964 (base32
11965 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
11966 (properties `((upstream-name . "densityClust")))
11967 (build-system r-build-system)
11968 (propagated-inputs
11969 `(("r-fnn" ,r-fnn)
11970 ("r-ggplot2" ,r-ggplot2)
11971 ("r-ggrepel" ,r-ggrepel)
11972 ("r-gridextra" ,r-gridextra)
11973 ("r-rcolorbrewer" ,r-rcolorbrewer)
11974 ("r-rcpp" ,r-rcpp)
11975 ("r-rtsne" ,r-rtsne)))
11976 (home-page "https://cran.r-project.org/web/packages/densityClust")
11977 (synopsis "Clustering by fast search and find of density peaks")
11978 (description
11979 "This package provides an improved implementation (based on k-nearest
11980 neighbors) of the density peak clustering algorithm, originally described by
11981 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
11982 large datasets (> 100,000 samples) very efficiently.")
11983 (license license:gpl2+)))
11984
11985 (define-public r-combinat
11986 (package
11987 (name "r-combinat")
11988 (version "0.0-8")
11989 (source
11990 (origin
11991 (method url-fetch)
11992 (uri (cran-uri "combinat" version))
11993 (sha256
11994 (base32
11995 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
11996 (build-system r-build-system)
11997 (home-page "https://cran.r-project.org/web/packages/combinat")
11998 (synopsis "Combinatorics utilities")
11999 (description "This package provides assorted routines for combinatorics.")
12000 (license license:gpl2)))
12001
12002 (define-public r-qlcmatrix
12003 (package
12004 (name "r-qlcmatrix")
12005 (version "0.9.7")
12006 (source
12007 (origin
12008 (method url-fetch)
12009 (uri (cran-uri "qlcMatrix" version))
12010 (sha256
12011 (base32
12012 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
12013 (properties `((upstream-name . "qlcMatrix")))
12014 (build-system r-build-system)
12015 (propagated-inputs
12016 `(("r-docopt" ,r-docopt)
12017 ("r-matrix" ,r-matrix)
12018 ("r-slam" ,r-slam)
12019 ("r-sparsesvd" ,r-sparsesvd)))
12020 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
12021 (synopsis "Sparse matrix functions for quantitative language comparison")
12022 (description
12023 "This package provides an extension of the functionality of the Matrix
12024 package for using sparse matrices. Some of the functions are very general,
12025 while other are highly specific for the special data format used for
12026 @dfn{quantitative language comparison} (QLC).")
12027 (license license:gpl3)))
12028
12029 (define-public r-ddrtree
12030 (package
12031 (name "r-ddrtree")
12032 (version "0.1.5")
12033 (source
12034 (origin
12035 (method url-fetch)
12036 (uri (cran-uri "DDRTree" version))
12037 (sha256
12038 (base32
12039 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
12040 (properties `((upstream-name . "DDRTree")))
12041 (build-system r-build-system)
12042 (propagated-inputs
12043 `(("r-bh" ,r-bh)
12044 ("r-irlba" ,r-irlba)
12045 ("r-rcpp" ,r-rcpp)
12046 ("r-rcppeigen" ,r-rcppeigen)))
12047 (home-page "https://cran.r-project.org/web/packages/DDRTree")
12048 (synopsis "Learning principal graphs with DDRTree")
12049 (description
12050 "This package provides an implementation of the framework of
12051 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
12052 dimensional space while constructs a principal tree which passes through the
12053 middle of the data simultaneously. DDRTree shows superiority to
12054 alternatives (Wishbone, DPT) for inferring the ordering as well as the
12055 intrinsic structure of single cell genomics data. In general, it could be
12056 used to reconstruct the temporal progression as well as the bifurcation
12057 structure of any data type.")
12058 (license license:asl2.0)))
12059
12060 (define-public r-corpcor
12061 (package
12062 (name "r-corpcor")
12063 (version "1.6.9")
12064 (source
12065 (origin
12066 (method url-fetch)
12067 (uri (cran-uri "corpcor" version))
12068 (sha256
12069 (base32
12070 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
12071 (build-system r-build-system)
12072 (home-page "http://strimmerlab.org/software/corpcor/")
12073 (synopsis "Efficient estimation of covariance and (partial) correlation")
12074 (description
12075 "This package implements a James-Stein-type shrinkage estimator for the
12076 covariance matrix, with separate shrinkage for variances and correlations.
12077 Furthermore, functions are available for fast singular value decomposition,
12078 for computing the pseudoinverse, and for checking the rank and positive
12079 definiteness of a matrix.")
12080 (license license:gpl3+)))
12081
12082 (define-public r-rspectra
12083 (package
12084 (name "r-rspectra")
12085 (version "0.16-0")
12086 (source
12087 (origin
12088 (method url-fetch)
12089 (uri (cran-uri "RSpectra" version))
12090 (sha256
12091 (base32
12092 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
12093 (properties `((upstream-name . "RSpectra")))
12094 (build-system r-build-system)
12095 (propagated-inputs
12096 `(("r-matrix" ,r-matrix)
12097 ("r-rcpp" ,r-rcpp)
12098 ("r-rcppeigen" ,r-rcppeigen)))
12099 (home-page "https://github.com/yixuan/RSpectra")
12100 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
12101 (description
12102 "This package provides an R interface to the Spectra library for
12103 large-scale eigenvalue and SVD problems. It is typically used to compute a
12104 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
12105 which is usually more efficient than @code{eigen()} if k << n.")
12106 ;; MPL 2 or later.
12107 (license license:mpl2.0)))
12108
12109 (define-public r-vbsr
12110 (package
12111 (name "r-vbsr")
12112 (version "0.0.5")
12113 (source
12114 (origin
12115 (method url-fetch)
12116 (uri (cran-uri "vbsr" version))
12117 (sha256
12118 (base32
12119 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
12120 (build-system r-build-system)
12121 (home-page "https://cran.r-project.org/web/packages/vbsr")
12122 (synopsis "Variational Bayes spike regression regularized linear models")
12123 (description
12124 "This package provides an efficient algorithm for solving ultra-sparse
12125 regularized regression models using a variational Bayes algorithm with a spike
12126 prior. The algorithm is solved on a path, with coordinate updates, and is
12127 capable of generating very sparse models. Very general model
12128 diagnostics for controlling type-1 errors are also provided.")
12129 (license license:gpl2)))
12130
12131 (define-public r-flare
12132 (package
12133 (name "r-flare")
12134 (version "1.7.0")
12135 (source
12136 (origin
12137 (method url-fetch)
12138 (uri (cran-uri "flare" version))
12139 (sha256
12140 (base32
12141 "0f992dmgnr6s8g3386i9bjfyf08q8srgw7sjz2yx7snj8znq7251"))))
12142 (build-system r-build-system)
12143 (propagated-inputs
12144 `(("r-igraph" ,r-igraph)
12145 ("r-lattice" ,r-lattice)
12146 ("r-mass" ,r-mass)
12147 ("r-matrix" ,r-matrix)))
12148 (home-page "https://cran.r-project.org/web/packages/flare")
12149 (synopsis "Family of Lasso regression implementations")
12150 (description
12151 "This package provides implementations of a family of Lasso variants
12152 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
12153 high dimensional sparse linear models.")
12154 (license license:gpl2)))
12155
12156 (define-public r-lassopv
12157 (package
12158 (name "r-lassopv")
12159 (version "0.2.0")
12160 (source
12161 (origin
12162 (method url-fetch)
12163 (uri (cran-uri "lassopv" version))
12164 (sha256
12165 (base32
12166 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
12167 (build-system r-build-system)
12168 (propagated-inputs `(("r-lars" ,r-lars)))
12169 (home-page "https://github.com/lingfeiwang/lassopv")
12170 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
12171 (description
12172 "This package enables you to estimate the p-values for predictors x
12173 against target variable y in Lasso regression, using the regularization
12174 strength when each predictor enters the active set of regularization path for
12175 the first time as the statistic.")
12176 (license license:gpl3)))
12177
12178 (define-public r-splitstackshape
12179 (package
12180 (name "r-splitstackshape")
12181 (version "1.4.8")
12182 (source
12183 (origin
12184 (method url-fetch)
12185 (uri (cran-uri "splitstackshape" version))
12186 (sha256
12187 (base32
12188 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
12189 (build-system r-build-system)
12190 (propagated-inputs
12191 `(("r-data-table" ,r-data-table)))
12192 (home-page "https://github.com/mrdwab/splitstackshape")
12193 (synopsis "Stack and reshape datasets after splitting concatenated values")
12194 (description
12195 "Online data collection tools like Google Forms often export
12196 multiple-response questions with data concatenated in cells. The
12197 @code{concat.split} (cSplit) family of functions provided by this package
12198 splits such data into separate cells. This package also includes functions to
12199 stack groups of columns and to reshape wide data, even when the data are
12200 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
12201 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
12202 handle.")
12203 (license license:gpl3)))
12204
12205 (define-public r-tfmpvalue
12206 (package
12207 (name "r-tfmpvalue")
12208 (version "0.0.8")
12209 (source
12210 (origin
12211 (method url-fetch)
12212 (uri (cran-uri "TFMPvalue" version))
12213 (sha256
12214 (base32
12215 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
12216 (properties `((upstream-name . "TFMPvalue")))
12217 (build-system r-build-system)
12218 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
12219 (home-page "https://github.com/ge11232002/TFMPvalue")
12220 (synopsis "P-value computation for position weight matrices")
12221 (description
12222 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
12223 identification from sequence/alignments, we are interested in the significance
12224 of certain match scores. TFMPvalue provides the accurate calculation of a
12225 p-value with a score threshold for position weight matrices, or the score with
12226 a given p-value. It is an interface to code originally made available by
12227 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
12228 Touzet and Varre (2007).")
12229 (license license:gpl2)))
12230
12231 (define-public r-rnifti
12232 (package
12233 (name "r-rnifti")
12234 (version "1.3.0")
12235 (source
12236 (origin
12237 (method url-fetch)
12238 (uri (cran-uri "RNifti" version))
12239 (sha256
12240 (base32
12241 "1zr0q79id62csmc30c7gs4hbmavk8n6p50a981sfz51dczhjj5ny"))))
12242 (properties `((upstream-name . "RNifti")))
12243 (build-system r-build-system)
12244 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
12245 (home-page "https://github.com/jonclayden/RNifti")
12246 (synopsis "Fast R and C++ access to NIfTI images")
12247 (description
12248 "This package provides very fast read and write access to images stored
12249 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
12250 compiled C and interpreted R code. It also provides a C/C++ API that can be
12251 used by other packages.")
12252 (license license:gpl2)))
12253
12254 (define-public r-shades
12255 (package
12256 (name "r-shades")
12257 (version "1.4.0")
12258 (source
12259 (origin
12260 (method url-fetch)
12261 (uri (cran-uri "shades" version))
12262 (sha256
12263 (base32
12264 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
12265 (build-system r-build-system)
12266 (home-page "https://github.com/jonclayden/shades")
12267 (synopsis "Simple color manipulation")
12268 (description
12269 "This package provides functions for easily manipulating colors,
12270 creating color scales and calculating color distances.")
12271 (license license:bsd-3)))
12272
12273 (define-public r-ore
12274 (package
12275 (name "r-ore")
12276 (version "1.6.3")
12277 (source
12278 (origin
12279 (method url-fetch)
12280 (uri (cran-uri "ore" version))
12281 (sha256
12282 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
12283 (build-system r-build-system)
12284 (home-page "https://github.com/jonclayden/ore")
12285 (synopsis "R interface to the Onigmo regular expression library")
12286 (description
12287 "This package provides an alternative to R's built-in functionality for
12288 handling regular expressions, based on the Onigmo library. It offers
12289 first-class compiled regex objects, partial matching and function-based
12290 substitutions, amongst other features.")
12291 (license license:bsd-3)))
12292
12293 (define-public r-reportr
12294 (package
12295 (name "r-reportr")
12296 (version "1.3.0")
12297 (source
12298 (origin
12299 (method url-fetch)
12300 (uri (cran-uri "reportr" version))
12301 (sha256
12302 (base32
12303 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
12304 (build-system r-build-system)
12305 (propagated-inputs `(("r-ore" ,r-ore)))
12306 (home-page "https://github.com/jonclayden/reportr")
12307 (synopsis "General message and error reporting system")
12308 (description
12309 "This package provides a system for reporting messages, which offers
12310 certain useful features over the standard R system, such as the incorporation
12311 of output consolidation, message filtering, assertions, expression
12312 substitution, automatic generation of stack traces for debugging, and
12313 conditional reporting based on the current \"output level\".")
12314 (license license:gpl2)))
12315
12316 (define-public r-tractor-base
12317 (package
12318 (name "r-tractor-base")
12319 (version "3.3.3.1")
12320 (source
12321 (origin
12322 (method url-fetch)
12323 (uri (cran-uri "tractor.base" version))
12324 (sha256
12325 (base32
12326 "0w5jw7pf77npkgig7667yikpbwv4dfk1dcq63qm88l409ga2f95p"))))
12327 (properties `((upstream-name . "tractor.base")))
12328 (build-system r-build-system)
12329 (propagated-inputs
12330 `(("r-ore" ,r-ore)
12331 ("r-reportr" ,r-reportr)
12332 ("r-rnifti" ,r-rnifti)
12333 ("r-shades" ,r-shades)))
12334 (home-page "https://www.tractor-mri.org.uk")
12335 (synopsis "Read, manipulate and visualize magnetic resonance images")
12336 (description
12337 "This package provides functions for working with magnetic resonance
12338 images. It supports reading and writing of popular file formats (DICOM,
12339 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
12340 visualization; flexible image manipulation; metadata and sparse image
12341 handling.")
12342 (license license:gpl2)))
12343
12344 (define-public r-grimport
12345 (package
12346 (name "r-grimport")
12347 (version "0.9-3")
12348 (source
12349 (origin
12350 (method url-fetch)
12351 (uri (cran-uri "grImport" version))
12352 (sha256
12353 (base32
12354 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
12355 (properties `((upstream-name . "grImport")))
12356 (build-system r-build-system)
12357 (inputs
12358 `(("ghostscript" ,ghostscript)))
12359 (propagated-inputs
12360 `(("r-xml" ,r-xml)))
12361 (home-page "https://cran.r-project.org/web/packages/grImport")
12362 (synopsis "Convert, import, and draw PostScript pictures")
12363 (description
12364 "This package provides functions for converting, importing, and drawing
12365 PostScript pictures in R plots.")
12366 (license license:gpl2+)))
12367
12368 (define-public r-grimport2
12369 (package
12370 (name "r-grimport2")
12371 (version "0.2-0")
12372 (source
12373 (origin
12374 (method url-fetch)
12375 (uri (cran-uri "grImport2" version))
12376 (sha256
12377 (base32
12378 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
12379 (properties `((upstream-name . "grImport2")))
12380 (build-system r-build-system)
12381 (propagated-inputs
12382 `(("r-base64enc" ,r-base64enc)
12383 ("r-jpeg" ,r-jpeg)
12384 ("r-png" ,r-png)
12385 ("r-xml" ,r-xml)))
12386 (home-page "https://cran.r-project.org/web/packages/grImport2/")
12387 (synopsis "Import SVG graphics")
12388 (description
12389 "This package provides functions for importing external vector images and
12390 drawing them as part of R plots. This package is different from the
12391 @code{grImport} package because, where that package imports PostScript format
12392 images, this package imports SVG format images. Furthermore, this package
12393 imports a specific subset of SVG, so external images must be preprocessed
12394 using a package like @code{rsvg} to produce SVG that this package can import.
12395 SVG features that are not supported by R graphics, such as gradient fills, can
12396 be imported and then exported via the @code{gridSVG} package.")
12397 (license license:gpl2+)))
12398
12399 (define-public r-kohonen
12400 (package
12401 (name "r-kohonen")
12402 (version "3.0.10")
12403 (source
12404 (origin
12405 (method url-fetch)
12406 (uri (cran-uri "kohonen" version))
12407 (sha256
12408 (base32
12409 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
12410 (build-system r-build-system)
12411 (propagated-inputs
12412 `(("r-rcpp" ,r-rcpp)))
12413 (home-page "https://cran.r-project.org/web/packages/kohonen")
12414 (synopsis "Supervised and unsupervised self-organising maps")
12415 (description
12416 "This package provides functions to train @dfn{self-organising
12417 maps} (SOMs). Also interrogation of the maps and prediction using trained
12418 maps are supported. The name of the package refers to Teuvo Kohonen, the
12419 inventor of the SOM.")
12420 (license license:gpl2+)))
12421
12422 (define-public r-nnls
12423 (package
12424 (name "r-nnls")
12425 (version "1.4")
12426 (source
12427 (origin
12428 (method url-fetch)
12429 (uri (cran-uri "nnls" version))
12430 (sha256
12431 (base32
12432 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
12433 (build-system r-build-system)
12434 (native-inputs `(("gfortran" ,gfortran)))
12435 (home-page "https://cran.r-project.org/web/packages/nnls")
12436 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
12437 (description
12438 "This package provides an R interface to the Lawson-Hanson implementation
12439 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
12440 the combination of non-negative and non-positive constraints.")
12441 (license license:gpl2+)))
12442
12443 (define-public r-iso
12444 (package
12445 (name "r-iso")
12446 (version "0.0-18.1")
12447 (source
12448 (origin
12449 (method url-fetch)
12450 (uri (cran-uri "Iso" version))
12451 (sha256
12452 (base32
12453 "0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
12454 (properties `((upstream-name . "Iso")))
12455 (build-system r-build-system)
12456 (native-inputs `(("gfortran" ,gfortran)))
12457 (home-page "https://www.stat.auckland.ac.nz/~rolf/")
12458 (synopsis "Functions to perform isotonic regression")
12459 (description
12460 "This package provides support for linear order and unimodal
12461 order (univariate) isotonic regression and bivariate isotonic regression with
12462 linear order on both variables.")
12463 (license license:gpl2+)))
12464
12465 (define-public r-chemometricswithr
12466 (package
12467 (name "r-chemometricswithr")
12468 (version "0.1.13")
12469 (source
12470 (origin
12471 (method url-fetch)
12472 (uri (cran-uri "ChemometricsWithR" version))
12473 (sha256
12474 (base32
12475 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
12476 (properties
12477 `((upstream-name . "ChemometricsWithR")))
12478 (build-system r-build-system)
12479 (propagated-inputs
12480 `(("r-devtools" ,r-devtools)
12481 ("r-kohonen" ,r-kohonen)
12482 ("r-mass" ,r-mass)
12483 ("r-pls" ,r-pls)))
12484 (home-page "https://github.com/rwehrens/CWR")
12485 (synopsis "Chemometrics with R")
12486 (description
12487 "This package provides functions and scripts used in the book
12488 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
12489 Life Sciences\" by Ron Wehrens, Springer (2011).")
12490 (license license:gpl2+)))
12491
12492 (define-public r-als
12493 (package
12494 (name "r-als")
12495 (version "0.0.6")
12496 (source
12497 (origin
12498 (method url-fetch)
12499 (uri (cran-uri "ALS" version))
12500 (sha256
12501 (base32
12502 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
12503 (properties `((upstream-name . "ALS")))
12504 (build-system r-build-system)
12505 (propagated-inputs
12506 `(("r-iso" ,r-iso)
12507 ("r-nnls" ,r-nnls)))
12508 (home-page "https://cran.r-project.org/web/packages/ALS")
12509 (synopsis "Multivariate curve resolution alternating least squares")
12510 (description
12511 "Alternating least squares is often used to resolve components
12512 contributing to data with a bilinear structure; the basic technique may be
12513 extended to alternating constrained least squares. This package provides an
12514 implementation of @dfn{multivariate curve resolution alternating least
12515 squares} (MCR-ALS).
12516
12517 Commonly applied constraints include unimodality, non-negativity, and
12518 normalization of components. Several data matrices may be decomposed
12519 simultaneously by assuming that one of the two matrices in the bilinear
12520 decomposition is shared between datasets.")
12521 (license license:gpl2+)))
12522
12523 (define-public r-strucchange
12524 (package
12525 (name "r-strucchange")
12526 (version "1.5-2")
12527 (source
12528 (origin
12529 (method url-fetch)
12530 (uri (cran-uri "strucchange" version))
12531 (sha256
12532 (base32
12533 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
12534 (build-system r-build-system)
12535 (propagated-inputs
12536 `(("r-sandwich" ,r-sandwich)
12537 ("r-zoo" ,r-zoo)))
12538 (home-page "https://cran.r-project.org/web/packages/strucchange")
12539 (synopsis "Testing, monitoring, and dating structural changes")
12540 (description
12541 "This package provides tools for testing, monitoring and dating
12542 structural changes in (linear) regression models. It features tests/methods
12543 from the generalized fluctuation test framework as well as from the F
12544 test (Chow test) framework. This includes methods to fit, plot and test
12545 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
12546 statistics, respectively. It is possible to monitor incoming data online
12547 using fluctuation processes. Finally, the breakpoints in regression models
12548 with structural changes can be estimated together with confidence intervals.
12549 Emphasis is always given to methods for visualizing the data.")
12550 ;; Either of these two GPL versions
12551 (license (list license:gpl2 license:gpl3))))
12552
12553 (define-public r-pixmap
12554 (package
12555 (name "r-pixmap")
12556 (version "0.4-12")
12557 (source
12558 (origin
12559 (method url-fetch)
12560 (uri (cran-uri "pixmap" version))
12561 (sha256
12562 (base32
12563 "1v1a1adsgh5jlvvi98j4nhb1h681s97ip76zdrga12rlsjaahfw9"))))
12564 (build-system r-build-system)
12565 (home-page "https://cran.r-project.org/web/packages/pixmap")
12566 (synopsis "Tools for bitmap images")
12567 (description
12568 "This package provides functions for importing, exporting, plotting and
12569 other manipulations of bitmapped images.")
12570 (license license:gpl2)))
12571
12572 (define-public r-rapidjsonr
12573 (package
12574 (name "r-rapidjsonr")
12575 (version "1.2.0")
12576 (source
12577 (origin
12578 (method url-fetch)
12579 (uri (cran-uri "rapidjsonr" version))
12580 (sha256
12581 (base32
12582 "07zdirhbzmvq3cp4xn8ngk1lgxbbabzays315zxbs3sxrz6lzjb2"))))
12583 (build-system r-build-system)
12584 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
12585 (synopsis "JSON parser")
12586 (description
12587 "This package provides JSON parsing capability through the Rapidjson
12588 library.")
12589 (license license:expat)))
12590
12591 (define-public r-ontologyindex
12592 (package
12593 (name "r-ontologyindex")
12594 (version "2.7")
12595 (source
12596 (origin
12597 (method url-fetch)
12598 (uri (cran-uri "ontologyIndex" version))
12599 (sha256
12600 (base32
12601 "0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k"))))
12602 (properties `((upstream-name . "ontologyIndex")))
12603 (build-system r-build-system)
12604 (native-inputs
12605 `(("r-knitr" ,r-knitr)))
12606 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
12607 (synopsis "Functions for processing ontologies in R")
12608 (description
12609 "This package provides functions for reading ontologies into R as lists
12610 and manipulating sets of ontological terms.")
12611 (license license:gpl2+)))
12612
12613 (define-public r-gargle
12614 (package
12615 (name "r-gargle")
12616 (version "1.0.0")
12617 (source
12618 (origin
12619 (method url-fetch)
12620 (uri (cran-uri "gargle" version))
12621 (sha256
12622 (base32
12623 "0hsqn4hf935wn6vk2pwym7la4sdvy271y4cashp38pg4hkpg9zph"))))
12624 (build-system r-build-system)
12625 (propagated-inputs
12626 `(("r-fs" ,r-fs)
12627 ("r-glue" ,r-glue)
12628 ("r-httr" ,r-httr)
12629 ("r-jsonlite" ,r-jsonlite)
12630 ("r-rlang" ,r-rlang)
12631 ("r-withr" ,r-withr)))
12632 (native-inputs
12633 `(("r-knitr" ,r-knitr)))
12634 (home-page "https://gargle.r-lib.org")
12635 (synopsis "Utilities for working with Google APIs")
12636 (description
12637 "This package provides utilities for working with Google APIs. This
12638 includes functions and classes for handling common credential types and for
12639 preparing, executing, and processing HTTP requests.")
12640 (license license:expat)))
12641
12642 (define-public r-bigrquery
12643 (package
12644 (name "r-bigrquery")
12645 (version "1.3.2")
12646 (source
12647 (origin
12648 (method url-fetch)
12649 (uri (cran-uri "bigrquery" version))
12650 (sha256
12651 (base32
12652 "16whccv7f94vf57dvbbrhdskz3nnbmpa11a14kp7aynckldlfy0v"))))
12653 (build-system r-build-system)
12654 (propagated-inputs
12655 `(("r-assertthat" ,r-assertthat)
12656 ("r-bit64" ,r-bit64)
12657 ("r-curl" ,r-curl)
12658 ("r-dbi" ,r-dbi)
12659 ("r-gargle" ,r-gargle)
12660 ("r-glue" ,r-glue)
12661 ("r-httr" ,r-httr)
12662 ("r-jsonlite" ,r-jsonlite)
12663 ("r-prettyunits" ,r-prettyunits)
12664 ("r-progress" ,r-progress)
12665 ("r-rapidjsonr" ,r-rapidjsonr)
12666 ("r-rcpp" ,r-rcpp)
12667 ("r-rlang" ,r-rlang)
12668 ("r-tibble" ,r-tibble)))
12669 (home-page "https://github.com/rstats-db/bigrquery")
12670 (synopsis "R interface to Google's BigQuery API")
12671 (description
12672 "This package provides an R interface to Google's BigQuery database.")
12673 (license license:gpl3)))
12674
12675 (define-public r-gmp
12676 (package
12677 (name "r-gmp")
12678 (version "0.6-2")
12679 (source
12680 (origin
12681 (method url-fetch)
12682 (uri (cran-uri "gmp" version))
12683 (sha256
12684 (base32
12685 "03kzbflgpy5sgnzxmhshs5qv7jjmfc113ybkhxys4z8y7xdv9z3b"))))
12686 (build-system r-build-system)
12687 (arguments
12688 '(#:phases
12689 (modify-phases %standard-phases
12690 (add-after 'unpack 'set-CC
12691 (lambda _ (setenv "CC" "gcc") #t)))))
12692 (inputs `(("gmp" ,gmp)))
12693 (home-page "https://cran.r-project.org/web/packages/gmp")
12694 (synopsis "Multiple precision arithmetic")
12695 (description
12696 "This package supports multiple precision arithmetic (big integers and
12697 rationals, prime number tests, matrix computation), \"arithmetic without
12698 limitations\" using the GNU Multiple Precision library.")
12699 ;; Any version of the GPL.
12700 (license license:gpl3+)))
12701
12702 (define-public r-rmpfr
12703 (package
12704 (name "r-rmpfr")
12705 (version "0.8-2")
12706 (source
12707 (origin
12708 (method url-fetch)
12709 (uri (cran-uri "Rmpfr" version))
12710 (sha256
12711 (base32
12712 "007pc7fpzl2mcg3qxa2vfjip6m2dr314qjsnybkj3kdj70bszxkl"))))
12713 (properties `((upstream-name . "Rmpfr")))
12714 (build-system r-build-system)
12715 (inputs
12716 `(("mpfr" ,mpfr)
12717 ("gmp" ,gmp)))
12718 (propagated-inputs
12719 `(("r-gmp" ,r-gmp)))
12720 (native-inputs
12721 `(("pkg-config" ,pkg-config)))
12722 (home-page "http://rmpfr.r-forge.r-project.org/")
12723 (synopsis "R bindings to the MPFR library")
12724 (description
12725 "This package supports arithmetic (via S4 classes and methods) for
12726 arbitrary precision floating point numbers, including transcendental
12727 functions. To this end, the package interfaces with the @dfn{Multiple
12728 Precision Floating-Point Reliable} (MPFR) library.")
12729 (license license:gpl2+)))
12730
12731 (define-public r-assertive-base
12732 (package
12733 (name "r-assertive-base")
12734 (version "0.0-9")
12735 (source
12736 (origin
12737 (method url-fetch)
12738 (uri (cran-uri "assertive.base" version))
12739 (sha256
12740 (base32
12741 "07m0ddz092bgbl2fn1yk932h0iajdcqkri632477wl5a1q5r3w2b"))))
12742 (properties
12743 `((upstream-name . "assertive.base")))
12744 (build-system r-build-system)
12745 (home-page "https://bitbucket.org/richierocks/assertive.base")
12746 (synopsis "Core of the assertive package")
12747 (description
12748 "This package provides a minimal set of predicates and assertions used by
12749 the assertive package. This is mainly for use by other package developers who
12750 want to include run-time testing features in their own packages.")
12751 (license license:gpl3+)))
12752
12753 (define-public r-assertive-properties
12754 (package
12755 (name "r-assertive-properties")
12756 (version "0.0-4")
12757 (source
12758 (origin
12759 (method url-fetch)
12760 (uri (cran-uri "assertive.properties" version))
12761 (sha256
12762 (base32
12763 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
12764 (properties
12765 `((upstream-name . "assertive.properties")))
12766 (build-system r-build-system)
12767 (propagated-inputs
12768 `(("r-assertive-base" ,r-assertive-base)))
12769 (home-page "https://bitbucket.org/richierocks/assertive.properties")
12770 (synopsis "Assertions to check properties of variables")
12771 (description
12772 "This package provides a set of predicates and assertions for checking
12773 the properties of variables, such as length, names and attributes. This is
12774 mainly for use by other package developers who want to include run-time
12775 testing features in their own packages.")
12776 (license license:gpl3+)))
12777
12778 (define-public r-assertive-numbers
12779 (package
12780 (name "r-assertive-numbers")
12781 (version "0.0-2")
12782 (source
12783 (origin
12784 (method url-fetch)
12785 (uri (cran-uri "assertive.numbers" version))
12786 (sha256
12787 (base32
12788 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
12789 (properties
12790 `((upstream-name . "assertive.numbers")))
12791 (build-system r-build-system)
12792 (propagated-inputs
12793 `(("r-assertive-base" ,r-assertive-base)))
12794 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
12795 (synopsis "Assertions to check properties of numbers")
12796 (description
12797 "This package provides a set of predicates and assertions for checking
12798 the properties of numbers. This is mainly for use by other package developers
12799 who want to include run-time testing features in their own packages.")
12800 (license license:gpl3+)))
12801
12802 (define-public r-assertive-sets
12803 (package
12804 (name "r-assertive-sets")
12805 (version "0.0-3")
12806 (source
12807 (origin
12808 (method url-fetch)
12809 (uri (cran-uri "assertive.sets" version))
12810 (sha256
12811 (base32
12812 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
12813 (properties
12814 `((upstream-name . "assertive.sets")))
12815 (build-system r-build-system)
12816 (propagated-inputs
12817 `(("r-assertive-base" ,r-assertive-base)))
12818 (home-page "https://bitbucket.org/richierocks/assertive.sets")
12819 (synopsis "Assertions to check properties of sets")
12820 (description
12821 "This package provides a set of predicates and assertions for checking
12822 the properties of sets. This is mainly for use by other package developers
12823 who want to include run-time testing features in their own packages.")
12824 (license license:gpl3+)))
12825
12826 (define-public r-assertive-matrices
12827 (package
12828 (name "r-assertive-matrices")
12829 (version "0.0-2")
12830 (source
12831 (origin
12832 (method url-fetch)
12833 (uri (cran-uri "assertive.matrices" version))
12834 (sha256
12835 (base32
12836 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
12837 (properties
12838 `((upstream-name . "assertive.matrices")))
12839 (build-system r-build-system)
12840 (propagated-inputs
12841 `(("r-assertive-base" ,r-assertive-base)))
12842 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
12843 (synopsis "Assertions to check properties of matrices")
12844 (description
12845 "This package provides a set of predicates and assertions for checking
12846 the properties of matrices. This is mainly for use by other package
12847 developers who want to include run-time testing features in their own
12848 packages.")
12849 (license license:gpl3+)))
12850
12851 (define-public r-assertive-models
12852 (package
12853 (name "r-assertive-models")
12854 (version "0.0-2")
12855 (source
12856 (origin
12857 (method url-fetch)
12858 (uri (cran-uri "assertive.models" version))
12859 (sha256
12860 (base32
12861 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
12862 (properties
12863 `((upstream-name . "assertive.models")))
12864 (build-system r-build-system)
12865 (propagated-inputs
12866 `(("r-assertive-base" ,r-assertive-base)))
12867 (home-page "https://bitbucket.org/richierocks/assertive.models")
12868 (synopsis "Assertions to check properties of models")
12869 (description
12870 "This package provides a set of predicates and assertions for checking
12871 the properties of models. This is mainly for use by other package developers
12872 who want to include run-time testing features in their own packages.")
12873 (license license:gpl3+)))
12874
12875 (define-public r-assertive-reflection
12876 (package
12877 (name "r-assertive-reflection")
12878 (version "0.0-5")
12879 (source
12880 (origin
12881 (method url-fetch)
12882 (uri (cran-uri "assertive.reflection" version))
12883 (sha256
12884 (base32
12885 "1g9lpwzy6r2xmyi2mlbcccnfgyzhzbmx5bsicf3vkffxrlkrpjn2"))))
12886 (properties
12887 `((upstream-name . "assertive.reflection")))
12888 (build-system r-build-system)
12889 (propagated-inputs
12890 `(("r-assertive-base" ,r-assertive-base)))
12891 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
12892 (synopsis "Assertions for checking the state of R")
12893 (description
12894 "This package provides a set of predicates and assertions for checking
12895 the state and capabilities of R, the operating system it is running on, and
12896 the IDE being used. This is mainly for use by other package developers who
12897 want to include run-time testing features in their own packages.")
12898 (license license:gpl3+)))
12899
12900 (define-public r-assertive-types
12901 (package
12902 (name "r-assertive-types")
12903 (version "0.0-3")
12904 (source
12905 (origin
12906 (method url-fetch)
12907 (uri (cran-uri "assertive.types" version))
12908 (sha256
12909 (base32
12910 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
12911 (properties
12912 `((upstream-name . "assertive.types")))
12913 (build-system r-build-system)
12914 (propagated-inputs
12915 `(("r-assertive-base" ,r-assertive-base)
12916 ("r-assertive-properties" ,r-assertive-properties)
12917 ("r-codetools" ,r-codetools)))
12918 (home-page "https://bitbucket.org/richierocks/assertive.types")
12919 (synopsis "Assertions to check types of variables")
12920 (description
12921 "This package provides a set of predicates and assertions for checking
12922 the types of variables. This is mainly for use by other package developers
12923 who want to include run-time testing features in their own packages.")
12924 (license license:gpl3+)))
12925
12926 (define-public r-assertive-files
12927 (package
12928 (name "r-assertive-files")
12929 (version "0.0-2")
12930 (source
12931 (origin
12932 (method url-fetch)
12933 (uri (cran-uri "assertive.files" version))
12934 (sha256
12935 (base32
12936 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
12937 (properties
12938 `((upstream-name . "assertive.files")))
12939 (build-system r-build-system)
12940 (propagated-inputs
12941 `(("r-assertive-base" ,r-assertive-base)
12942 ("r-assertive-numbers" ,r-assertive-numbers)))
12943 (home-page "https://bitbucket.org/richierocks/assertive.files")
12944 (synopsis "Assertions to check properties of files")
12945 (description
12946 "This package provides a set of predicates and assertions for checking
12947 the properties of files and connections. This is mainly for use by other
12948 package developers who want to include run-time testing features in their own
12949 packages.")
12950 (license license:gpl3+)))
12951
12952 (define-public r-assertive-code
12953 (package
12954 (name "r-assertive-code")
12955 (version "0.0-3")
12956 (source
12957 (origin
12958 (method url-fetch)
12959 (uri (cran-uri "assertive.code" version))
12960 (sha256
12961 (base32
12962 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
12963 (properties
12964 `((upstream-name . "assertive.code")))
12965 (build-system r-build-system)
12966 (propagated-inputs
12967 `(("r-assertive-base" ,r-assertive-base)
12968 ("r-assertive-properties" ,r-assertive-properties)
12969 ("r-assertive-types" ,r-assertive-types)))
12970 (home-page "https://bitbucket.org/richierocks/assertive.code")
12971 (synopsis "Assertions to check properties of code")
12972 (description
12973 "This package provides a set of predicates and assertions for checking
12974 the properties of code. This is mainly for use by other package developers
12975 who want to include run-time testing features in their own packages.")
12976 (license license:gpl3+)))
12977
12978 (define-public r-assertive-datetimes
12979 (package
12980 (name "r-assertive-datetimes")
12981 (version "0.0-3")
12982 (source
12983 (origin
12984 (method url-fetch)
12985 (uri (cran-uri "assertive.datetimes" version))
12986 (sha256
12987 (base32
12988 "151d05z8n6dpl44pqsa1jfi0ijbigr3zfc43xlw53nd8ymi22kh1"))))
12989 (properties
12990 `((upstream-name . "assertive.datetimes")))
12991 (build-system r-build-system)
12992 (propagated-inputs
12993 `(("r-assertive-base" ,r-assertive-base)
12994 ("r-assertive-types" ,r-assertive-types)))
12995 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
12996 (synopsis "Assertions to check properties of dates and times")
12997 (description
12998 "This package provides a set of predicates and assertions for checking
12999 the properties of dates and times. This is mainly for use by other package
13000 developers who want to include run-time testing features in their own
13001 packages.")
13002 (license license:gpl3+)))
13003
13004 (define-public r-assertive-strings
13005 (package
13006 (name "r-assertive-strings")
13007 (version "0.0-3")
13008 (source
13009 (origin
13010 (method url-fetch)
13011 (uri (cran-uri "assertive.strings" version))
13012 (sha256
13013 (base32
13014 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
13015 (properties
13016 `((upstream-name . "assertive.strings")))
13017 (build-system r-build-system)
13018 (propagated-inputs
13019 `(("r-assertive-base" ,r-assertive-base)
13020 ("r-assertive-types" ,r-assertive-types)
13021 ("r-stringi" ,r-stringi)))
13022 (home-page "https://bitbucket.org/richierocks/assertive.strings")
13023 (synopsis "Assertions to check properties of strings")
13024 (description
13025 "This package provides a set of predicates and assertions for checking
13026 the properties of strings. This is mainly for use by other package developers
13027 who want to include run-time testing features in their own packages.")
13028 (license license:gpl3+)))
13029
13030 (define-public r-assertive-data-us
13031 (package
13032 (name "r-assertive-data-us")
13033 (version "0.0-2")
13034 (source
13035 (origin
13036 (method url-fetch)
13037 (uri (cran-uri "assertive.data.us" version))
13038 (sha256
13039 (base32
13040 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
13041 (properties
13042 `((upstream-name . "assertive.data.us")))
13043 (build-system r-build-system)
13044 (propagated-inputs
13045 `(("r-assertive-base" ,r-assertive-base)
13046 ("r-assertive-strings" ,r-assertive-strings)))
13047 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
13048 (synopsis "Assertions to check properties of strings")
13049 (description
13050 "This package provides a set of predicates and assertions for checking
13051 the properties of US-specific complex data types. This is mainly for use by
13052 other package developers who want to include run-time testing features in
13053 their own packages.")
13054 (license license:gpl3+)))
13055
13056 (define-public r-assertive-data-uk
13057 (package
13058 (name "r-assertive-data-uk")
13059 (version "0.0-2")
13060 (source
13061 (origin
13062 (method url-fetch)
13063 (uri (cran-uri "assertive.data.uk" version))
13064 (sha256
13065 (base32
13066 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
13067 (properties
13068 `((upstream-name . "assertive.data.uk")))
13069 (build-system r-build-system)
13070 (propagated-inputs
13071 `(("r-assertive-base" ,r-assertive-base)
13072 ("r-assertive-strings" ,r-assertive-strings)))
13073 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
13074 (synopsis "Assertions to check properties of strings")
13075 (description
13076 "This package provides a set of predicates and assertions for checking
13077 the properties of UK-specific complex data types. This is mainly for use by
13078 other package developers who want to include run-time testing features in
13079 their own packages.")
13080 (license license:gpl3+)))
13081
13082 (define-public r-assertive-data
13083 (package
13084 (name "r-assertive-data")
13085 (version "0.0-3")
13086 (source
13087 (origin
13088 (method url-fetch)
13089 (uri (cran-uri "assertive.data" version))
13090 (sha256
13091 (base32
13092 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
13093 (properties
13094 `((upstream-name . "assertive.data")))
13095 (build-system r-build-system)
13096 (propagated-inputs
13097 `(("r-assertive-base" ,r-assertive-base)
13098 ("r-assertive-strings" ,r-assertive-strings)))
13099 (home-page "https://bitbucket.org/richierocks/assertive.data")
13100 (synopsis "Assertions to check properties of data")
13101 (description
13102 "This package provides a set of predicates and assertions for checking
13103 the properties of (country independent) complex data types. This is mainly
13104 for use by other package developers who want to include run-time testing
13105 features in their own packages.")
13106 (license license:gpl3+)))
13107
13108 (define-public r-assertive
13109 (package
13110 (name "r-assertive")
13111 (version "0.3-6")
13112 (source
13113 (origin
13114 (method url-fetch)
13115 (uri (cran-uri "assertive" version))
13116 (sha256
13117 (base32
13118 "02palil82idqhhshcdjsfsja9qkqnd0dczqzj5gbccy4hfg1c0y4"))))
13119 (build-system r-build-system)
13120 (propagated-inputs
13121 `(("r-assertive-base" ,r-assertive-base)
13122 ("r-assertive-code" ,r-assertive-code)
13123 ("r-assertive-data" ,r-assertive-data)
13124 ("r-assertive-data-uk" ,r-assertive-data-uk)
13125 ("r-assertive-data-us" ,r-assertive-data-us)
13126 ("r-assertive-datetimes" ,r-assertive-datetimes)
13127 ("r-assertive-files" ,r-assertive-files)
13128 ("r-assertive-matrices" ,r-assertive-matrices)
13129 ("r-assertive-models" ,r-assertive-models)
13130 ("r-assertive-numbers" ,r-assertive-numbers)
13131 ("r-assertive-properties" ,r-assertive-properties)
13132 ("r-assertive-reflection" ,r-assertive-reflection)
13133 ("r-assertive-sets" ,r-assertive-sets)
13134 ("r-assertive-strings" ,r-assertive-strings)
13135 ("r-assertive-types" ,r-assertive-types)
13136 ("r-knitr" ,r-knitr)))
13137 (native-inputs
13138 `(("r-knitr" ,r-knitr)))
13139 (home-page "https://bitbucket.org/richierocks/assertive")
13140 (synopsis "Readable check functions to ensure code integrity")
13141 (description
13142 "This package provides lots of predicates (@code{is_*} functions) to
13143 check the state of your variables, and assertions (@code{assert_*} functions)
13144 to throw errors if they aren't in the right form.")
13145 (license license:gpl3+)))
13146
13147 (define-public r-dotcall64
13148 (package
13149 (name "r-dotcall64")
13150 (version "1.0-1")
13151 (source
13152 (origin
13153 (method url-fetch)
13154 (uri (cran-uri "dotCall64" version))
13155 (sha256
13156 (base32
13157 "1im5k8jbviwj2i42mq1kmjskh80isa7jr9w8i0fknidrzzy2h2zi"))))
13158 (properties `((upstream-name . "dotCall64")))
13159 (build-system r-build-system)
13160 (native-inputs `(("gfortran" ,gfortran)))
13161 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
13162 (synopsis "Enhanced foreign function interface supporting long vectors")
13163 (description
13164 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
13165 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
13166 supports long vectors, arguments of type 64-bit integer, and provides a
13167 mechanism to avoid unnecessary copies of read-only and write-only arguments.
13168 This makes it a convenient and fast interface to C/C++ and Fortran code.")
13169 (license license:gpl2+)))
13170
13171 (define-public r-spam
13172 (package
13173 (name "r-spam")
13174 (version "2.6-0")
13175 (source
13176 (origin
13177 (method url-fetch)
13178 (uri (cran-uri "spam" version))
13179 (sha256
13180 (base32 "0p5ycvpry955ldrgbbq3syy91wx9425mddpn8r5m9xwlirjxv3v3"))))
13181 (build-system r-build-system)
13182 (propagated-inputs
13183 `(("r-dotcall64" ,r-dotcall64)))
13184 (native-inputs
13185 `(("gfortran" ,gfortran)
13186 ("r-knitr" ,r-knitr)))
13187 (home-page "https://www.math.uzh.ch/pages/spam/")
13188 (synopsis "Sparse matrix algebra")
13189 (description
13190 "This package provides a set of functions for sparse matrix algebra.
13191 Differences with other sparse matrix packages are:
13192
13193 @enumerate
13194 @item it only supports (essentially) one sparse matrix format;
13195 @item it is based on transparent and simple structure(s);
13196 @item it is tailored for MCMC calculations within G(M)RF;
13197 @item and it is fast and scalable (with the extension package @code{spam64}).
13198 @end enumerate\n")
13199 ;; Either of these licenses
13200 (license (list license:bsd-3 license:lgpl2.0))))
13201
13202 (define-public r-fields
13203 (package
13204 (name "r-fields")
13205 (version "11.6")
13206 (source
13207 (origin
13208 (method url-fetch)
13209 (uri (cran-uri "fields" version))
13210 (sha256
13211 (base32 "1nsrgkw9w3mwd3sajyzc06h49gg1s0bkq6xh5b66h1n4jbcx2046"))))
13212 (build-system r-build-system)
13213 (propagated-inputs
13214 `(("r-maps" ,r-maps)
13215 ("r-spam" ,r-spam)))
13216 (native-inputs
13217 `(("gfortran" ,gfortran)))
13218 (home-page "https://www.image.ucar.edu/fields")
13219 (synopsis "Tools for spatial data")
13220 (description
13221 "This is a package for curve, surface and function fitting with an
13222 emphasis on splines, spatial data and spatial statistics. The major methods
13223 include cubic, and thin plate splines, Kriging, and compactly supported
13224 covariance functions for large data sets.")
13225 (license license:gpl2+)))
13226
13227 (define-public r-spatialextremes
13228 (package
13229 (name "r-spatialextremes")
13230 (version "2.0-9")
13231 (source
13232 (origin
13233 (method url-fetch)
13234 (uri (cran-uri "SpatialExtremes" version))
13235 (sha256
13236 (base32
13237 "1mhn1c8n3bmgf0fjyac3wji4790zswzkqliqcv3n8kv9806crb0y"))))
13238 (properties
13239 `((upstream-name . "SpatialExtremes")))
13240 (build-system r-build-system)
13241 (propagated-inputs
13242 `(("r-fields" ,r-fields)
13243 ("r-maps" ,r-maps)))
13244 (home-page "http://spatialextremes.r-forge.r-project.org/")
13245 (synopsis "Modelling spatial extremes")
13246 (description
13247 "This package provides tools for the statistical modelling of spatial
13248 extremes using max-stable processes, copula or Bayesian hierarchical models.
13249 More precisely, this package allows (conditional) simulations from various
13250 parametric max-stable models, analysis of the extremal spatial dependence, the
13251 fitting of such processes using composite likelihoods or least square (simple
13252 max-stable processes only), model checking and selection and prediction.")
13253 (license license:gpl2+)))
13254
13255 (define-public r-drc
13256 (package
13257 (name "r-drc")
13258 (version "3.0-1")
13259 (source
13260 (origin
13261 (method url-fetch)
13262 (uri (cran-uri "drc" version))
13263 (sha256
13264 (base32
13265 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
13266 (build-system r-build-system)
13267 (propagated-inputs
13268 `(("r-car" ,r-car)
13269 ("r-gtools" ,r-gtools)
13270 ("r-mass" ,r-mass)
13271 ("r-multcomp" ,r-multcomp)
13272 ("r-plotrix" ,r-plotrix)
13273 ("r-scales" ,r-scales)))
13274 (home-page "https://cran.r-project.org/web/packages/drc")
13275 (synopsis "Analysis of dose-response curves")
13276 (description
13277 "This package provides a suite of flexible and versatile model fitting
13278 and after-fitting functions for the analysis of dose-response data.")
13279 (license license:gpl2+)))
13280
13281 (define-public r-rmeta
13282 (package
13283 (name "r-rmeta")
13284 (version "3.0")
13285 (source
13286 (origin
13287 (method url-fetch)
13288 (uri (cran-uri "rmeta" version))
13289 (sha256
13290 (base32
13291 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
13292 (build-system r-build-system)
13293 (home-page "https://cran.r-project.org/web/packages/rmeta")
13294 (synopsis "Tools for meta-analysis")
13295 (description
13296 "This package provides functions for simple fixed and random effects
13297 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
13298 draws standard summary plots, funnel plots, and computes summaries and tests
13299 for association and heterogeneity.")
13300 (license license:gpl2)))
13301
13302 (define-public r-bootstrap
13303 (package
13304 (name "r-bootstrap")
13305 (version "2019.6")
13306 (source
13307 (origin
13308 (method url-fetch)
13309 (uri (cran-uri "bootstrap" version))
13310 (sha256
13311 (base32
13312 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
13313 (build-system r-build-system)
13314 (native-inputs `(("gfortran" ,gfortran)))
13315 (home-page "https://cran.r-project.org/web/packages/bootstrap")
13316 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
13317 (description
13318 "This package provides software and data for the book \"An Introduction
13319 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
13320 This package is primarily provided for projects already based on it, and for
13321 support of the book. New projects should preferentially use the recommended
13322 package \"boot\".")
13323 (license license:bsd-3)))
13324
13325 (define-public r-survivalroc
13326 (package
13327 (name "r-survivalroc")
13328 (version "1.0.3")
13329 (source
13330 (origin
13331 (method url-fetch)
13332 (uri (cran-uri "survivalROC" version))
13333 (sha256
13334 (base32
13335 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
13336 (properties `((upstream-name . "survivalROC")))
13337 (build-system r-build-system)
13338 (home-page "https://cran.r-project.org/web/packages/survivalROC")
13339 (synopsis "Time-dependent ROC curve estimation from censored survival data")
13340 (description
13341 "Compute time-dependent ROC curve from censored survival data using
13342 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
13343 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
13344 (license license:gpl2+)))
13345
13346 (define-public r-longitudinal
13347 (package
13348 (name "r-longitudinal")
13349 (version "1.1.12")
13350 (source
13351 (origin
13352 (method url-fetch)
13353 (uri (cran-uri "longitudinal" version))
13354 (sha256
13355 (base32
13356 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
13357 (build-system r-build-system)
13358 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
13359 (home-page "http://strimmerlab.org/software/longitudinal/")
13360 (synopsis "Analysis of multiple time course data")
13361 (description
13362 "This package contains general data structures and functions for
13363 longitudinal data with multiple variables, repeated measurements, and
13364 irregularly spaced time points. It also implements a shrinkage estimator of
13365 dynamical correlation and dynamical covariance.")
13366 (license license:gpl3+)))
13367
13368 (define-public r-genenet
13369 (package
13370 (name "r-genenet")
13371 (version "1.2.15")
13372 (source
13373 (origin
13374 (method url-fetch)
13375 (uri (cran-uri "GeneNet" version))
13376 (sha256
13377 (base32
13378 "11ba6ahsk3x9alvcw8bai2bpg84ki1m8nadrjjdhjg65svhw8njm"))))
13379 (properties `((upstream-name . "GeneNet")))
13380 (build-system r-build-system)
13381 (propagated-inputs
13382 `(("r-corpcor" ,r-corpcor)
13383 ("r-fdrtool" ,r-fdrtool)
13384 ("r-longitudinal" ,r-longitudinal)))
13385 (home-page "http://strimmerlab.org/software/genenet/")
13386 (synopsis "Modeling and inferring gene networks")
13387 (description
13388 "This package analyzes gene expression (time series) data with focus on
13389 the inference of gene networks. In particular, GeneNet implements the methods
13390 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
13391 for learning large-scale gene association networks (including assignment of
13392 putative directions).")
13393 (license license:gpl3+)))
13394
13395 (define-public r-rbamtools
13396 (package
13397 (name "r-rbamtools")
13398 (version "2.16.17")
13399 (source
13400 (origin
13401 (method url-fetch)
13402 (uri (cran-uri "rbamtools" version))
13403 (sha256
13404 (base32
13405 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
13406 (build-system r-build-system)
13407 (inputs `(("zlib" ,zlib)))
13408 (propagated-inputs
13409 `(("r-refgenome" ,r-refgenome)))
13410 (home-page "https://cran.r-project.org/web/packages/rbamtools")
13411 (synopsis "Read and write BAM (binary alignment) files")
13412 (description
13413 "This package provides an R interface to functions of the SAMtools
13414 library.")
13415 (license license:artistic2.0)))
13416
13417 (define-public r-protviz
13418 (package
13419 (name "r-protviz")
13420 (version "0.6.8")
13421 (source
13422 (origin
13423 (method url-fetch)
13424 (uri (cran-uri "protViz" version))
13425 (sha256
13426 (base32
13427 "0rn8fjg7791a4j2k1kk1jwx40xz20bfaavvflmhyzpl398vmmy3a"))))
13428 (properties `((upstream-name . "protViz")))
13429 (build-system r-build-system)
13430 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
13431 (home-page "https://github.com/protViz/protViz/")
13432 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
13433 (description
13434 "This package helps with quality checks, visualizations and analysis of
13435 mass spectrometry data, coming from proteomics experiments. The package is
13436 developed, tested and used at the Functional Genomics Center Zurich, where it
13437 is used mainly for prototyping, teaching, and having fun with proteomics data.
13438 But it can also be used to do data analysis for small scale data sets.")
13439 (license license:gpl3)))
13440
13441 (define-public r-cmprsk
13442 (package
13443 (name "r-cmprsk")
13444 (version "2.2-10")
13445 (source
13446 (origin
13447 (method url-fetch)
13448 (uri (cran-uri "cmprsk" version))
13449 (sha256
13450 (base32 "1xnx2zanw548prxsw2zw5cddkkg6kj97jgyzw67achq5mnsvfbg8"))))
13451 (build-system r-build-system)
13452 (propagated-inputs
13453 `(("r-survival" ,r-survival)))
13454 (native-inputs
13455 `(("gfortran" ,gfortran)))
13456 (home-page "https://cran.r-project.org/web/packages/cmprsk")
13457 (synopsis "Subdistribution analysis of competing risks")
13458 (description
13459 "This package provides tool for estimation, testing and regression
13460 modeling of subdistribution functions in competing risks, as described in
13461 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
13462 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
13463 A proportional hazards model for the subdistribution of a competing risk,
13464 JASA, 94:496-509.")
13465 (license license:gpl2+)))
13466
13467 (define-public r-etm
13468 (package
13469 (name "r-etm")
13470 (version "1.1.1")
13471 (source
13472 (origin
13473 (method url-fetch)
13474 (uri (cran-uri "etm" version))
13475 (sha256
13476 (base32
13477 "1hvrplmdpjjpjji663rw0vjbbrzj2nvr04d1nkc8bf46p4ixyxgy"))))
13478 (build-system r-build-system)
13479 (propagated-inputs
13480 `(("r-data-table" ,r-data-table)
13481 ("r-lattice" ,r-lattice)
13482 ("r-rcpp" ,r-rcpp)
13483 ("r-rcpparmadillo" ,r-rcpparmadillo)
13484 ("r-survival" ,r-survival)))
13485 (home-page "https://cran.r-project.org/web/packages/etm")
13486 (synopsis "Empirical transition matrix")
13487 (description
13488 "The @dfn{empirical transition matrix} (etm) package estimates
13489 the matrix of transition probabilities for any time-inhomogeneous multistate
13490 model with finite state space using the Aalen-Johansen estimator.")
13491 (license license:expat)))
13492
13493 (define-public r-epi
13494 (package
13495 (name "r-epi")
13496 (version "2.44")
13497 (source
13498 (origin
13499 (method url-fetch)
13500 (uri (cran-uri "Epi" version))
13501 (sha256
13502 (base32
13503 "1wcxr1f7irgfdwzz4vf67114yhxrhxxxnhy4hfaww0zy91vzxx10"))))
13504 (properties `((upstream-name . "Epi")))
13505 (build-system r-build-system)
13506 (propagated-inputs
13507 `(("r-cmprsk" ,r-cmprsk)
13508 ("r-data-table" ,r-data-table)
13509 ("r-dplyr" ,r-dplyr)
13510 ("r-etm" ,r-etm)
13511 ("r-mass" ,r-mass)
13512 ("r-matrix" ,r-matrix)
13513 ("r-mgcv" ,r-mgcv)
13514 ("r-numderiv" ,r-numderiv)
13515 ("r-plyr" ,r-plyr)
13516 ("r-purrr" ,r-purrr)
13517 ("r-survival" ,r-survival)
13518 ("r-zoo" ,r-zoo)))
13519 (home-page "https://BendixCarstensen.com/Epi/")
13520 (synopsis "Statistical analysis in epidemiology")
13521 (description
13522 "This package provides functions for demographic and epidemiological
13523 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
13524 particular representation, manipulation and simulation of multistate data -
13525 the Lexis suite of functions, which includes interfaces to the @code{mstate},
13526 @code{etm} and @code{cmprsk} packages. It also contains functions for
13527 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
13528 data and some useful functions for tabulation and plotting, as well as a
13529 number of epidemiological data sets.")
13530 (license license:gpl2)))
13531
13532 (define-public r-ppls
13533 (package
13534 (name "r-ppls")
13535 (version "1.6-1.1")
13536 (source
13537 (origin
13538 (method url-fetch)
13539 (uri (cran-uri "ppls" version))
13540 (sha256
13541 (base32
13542 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
13543 (build-system r-build-system)
13544 (propagated-inputs `(("r-mass" ,r-mass)))
13545 (home-page "https://cran.r-project.org/web/packages/ppls")
13546 (synopsis "Penalized partial least squares")
13547 (description
13548 "This package contains linear and nonlinear regression methods based on
13549 partial least squares and penalization techniques. Model parameters are
13550 selected via cross-validation, and confidence intervals ans tests for the
13551 regression coefficients can be conducted via jackknifing.")
13552 (license license:gpl2+)))
13553
13554 (define-public r-huge
13555 (package
13556 (name "r-huge")
13557 (version "1.3.4.1")
13558 (source
13559 (origin
13560 (method url-fetch)
13561 (uri (cran-uri "huge" version))
13562 (sha256
13563 (base32 "11m80dnaxqw5v006q6kvhndl2y5ih5553fcqg4jcaljd8sp9xvvq"))))
13564 (build-system r-build-system)
13565 (propagated-inputs
13566 `(("r-igraph" ,r-igraph)
13567 ("r-mass" ,r-mass)
13568 ("r-matrix" ,r-matrix)
13569 ("r-rcpp" ,r-rcpp)
13570 ("r-rcppeigen" ,r-rcppeigen)))
13571 (home-page "https://cran.r-project.org/web/packages/huge")
13572 (synopsis "High-dimensional undirected graph estimation")
13573 (description
13574 "This package provides a general framework for high-dimensional
13575 undirected graph estimation. It integrates data preprocessing, neighborhood
13576 screening, graph estimation, and model selection techniques into a pipeline.")
13577 (license license:gpl2)))
13578
13579 (define-public r-parcor
13580 (package
13581 (name "r-parcor")
13582 (version "0.2-6")
13583 (source
13584 (origin
13585 (method url-fetch)
13586 (uri (cran-uri "parcor" version))
13587 (sha256
13588 (base32
13589 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
13590 (build-system r-build-system)
13591 (propagated-inputs
13592 `(("r-epi" ,r-epi)
13593 ("r-genenet" ,r-genenet)
13594 ("r-glmnet" ,r-glmnet)
13595 ("r-mass" ,r-mass)
13596 ("r-ppls" ,r-ppls)))
13597 (home-page "https://cran.r-project.org/web/packages/parcor")
13598 (synopsis "Regularized estimation of partial correlation matrices")
13599 (description
13600 "This package estimates the matrix of partial correlations based on
13601 different regularized regression methods: lasso, adaptive lasso, PLS, and
13602 Ridge Regression. In addition, the package provides model selection for
13603 lasso, adaptive lasso and Ridge regression based on cross-validation.")
13604 (license license:gpl2+)))
13605
13606 (define-public r-mcmc
13607 (package
13608 (name "r-mcmc")
13609 (version "0.9-7")
13610 (source
13611 (origin
13612 (method url-fetch)
13613 (uri (cran-uri "mcmc" version))
13614 (sha256
13615 (base32
13616 "0q42m8ab7b6bxhns494ksjdss5f3c5m2jjfdlfj6fk1nz7ax7i5p"))))
13617 (build-system r-build-system)
13618 (home-page "https://www.stat.umn.edu/geyer/mcmc/")
13619 (synopsis "Markov chain Monte Carlo")
13620 (description
13621 "This package simulates continuous distributions of random vectors using
13622 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
13623 function that evaluates the log unnormalized density. Algorithms are random
13624 walk Metropolis algorithm (function @code{metrop}), simulated
13625 tempering (function @code{temper}), and morphometric random walk
13626 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
13627 by change of variable.")
13628 (license license:expat)))
13629
13630 (define-public r-listenv
13631 (package
13632 (name "r-listenv")
13633 (version "0.8.0")
13634 (source
13635 (origin
13636 (method url-fetch)
13637 (uri (cran-uri "listenv" version))
13638 (sha256
13639 (base32
13640 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
13641 (build-system r-build-system)
13642 (native-inputs
13643 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13644 (home-page "https://github.com/HenrikBengtsson/listenv")
13645 (synopsis "Environments behaving (almost) as lists")
13646 (description
13647 "This package implements list environments. List environments are
13648 environments that have list-like properties. For instance, the elements of a
13649 list environment are ordered and can be accessed and iterated over using index
13650 subsetting.")
13651 (license license:lgpl2.1+)))
13652
13653 (define-public r-globals
13654 (package
13655 (name "r-globals")
13656 (version "0.14.0")
13657 (source
13658 (origin
13659 (method url-fetch)
13660 (uri (cran-uri "globals" version))
13661 (sha256
13662 (base32
13663 "1wrjiiif6rpc268zz79pvpw33si6n6ffgxdnxmmcracwhb5vqg90"))))
13664 (build-system r-build-system)
13665 (propagated-inputs
13666 `(("r-codetools" ,r-codetools)))
13667 (home-page "https://github.com/HenrikBengtsson/globals")
13668 (synopsis "Identify global objects in R expressions")
13669 (description
13670 "This package provides tools to identify global (\"unknown\" or \"free\")
13671 objects in R expressions by code inspection using various strategies, e.g.
13672 conservative or liberal. The objective of this package is to make it as
13673 simple as possible to identify global objects for the purpose of exporting
13674 them in distributed compute environments.")
13675 (license license:lgpl2.1+)))
13676
13677 (define-public r-parallelly
13678 (package
13679 (name "r-parallelly")
13680 (version "1.24.0")
13681 (source
13682 (origin
13683 (method url-fetch)
13684 (uri (cran-uri "parallelly" version))
13685 (sha256
13686 (base32
13687 "1x04pxcyyzmg1rl9mcd7mmxglzmxgy40fmbwpy7vf5y7z15rzrp6"))))
13688 (properties `((upstream-name . "parallelly")))
13689 (build-system r-build-system)
13690 (home-page "https://github.com/HenrikBengtsson/parallelly")
13691 (synopsis "Enhancements of the parallel package")
13692 (description
13693 "This package provides utility functions that enhance the @code{parallel}
13694 package and support the built-in parallel backends of the @code{future}
13695 package. For example, @code{availableCores} gives the number of CPU cores
13696 available to your R process as given by R options and environment variables,
13697 including those set by job schedulers on high-performance compute clusters.
13698 If none is set, it will fall back to @code{parallel::detectCores}. Another
13699 example is @code{makeClusterPSOCK}, which is backward compatible with
13700 @code{parallel::makePSOCKcluster} while doing a better job in setting up
13701 remote cluster workers without the need for configuring the firewall to do
13702 port-forwarding to your local computer.")
13703 (license license:lgpl2.1+)))
13704
13705 (define-public r-future
13706 (package
13707 (name "r-future")
13708 (version "1.21.0")
13709 (source
13710 (origin
13711 (method url-fetch)
13712 (uri (cran-uri "future" version))
13713 (sha256
13714 (base32
13715 "0bfiy17n5rghxw0702k0vgpjkk13268lniifdlx59flf0q16d7lh"))))
13716 (build-system r-build-system)
13717 (propagated-inputs
13718 `(("r-digest" ,r-digest)
13719 ("r-globals" ,r-globals)
13720 ("r-listenv" ,r-listenv)
13721 ("r-parallelly" ,r-parallelly)))
13722 (native-inputs
13723 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13724 (home-page "https://github.com/HenrikBengtsson/future")
13725 (synopsis "Unified parallel and distributed processing in R")
13726 (description
13727 "The purpose of this package is to provide a lightweight and unified
13728 Future API for sequential and parallel processing of R expression via futures.
13729 This package implements sequential, multicore, multisession, and cluster
13730 futures. With these, R expressions can be evaluated on the local machine, in
13731 parallel a set of local machines, or distributed on a mix of local and remote
13732 machines. Extensions to this package implement additional backends for
13733 processing futures via compute cluster schedulers etc. Because of its unified
13734 API, there is no need to modify any code in order to switch from sequential on
13735 the local machine to, say, distributed processing on a remote compute cluster.")
13736 (license license:lgpl2.1+)))
13737
13738 (define-public r-future-apply
13739 (package
13740 (name "r-future-apply")
13741 (version "1.7.0")
13742 (source
13743 (origin
13744 (method url-fetch)
13745 (uri (cran-uri "future.apply" version))
13746 (sha256
13747 (base32
13748 "1ns5cf80vyabvyz9qp6kpvkg4jycinn7x6v7x6692fgjapdnmyig"))))
13749 (properties `((upstream-name . "future.apply")))
13750 (build-system r-build-system)
13751 (propagated-inputs
13752 `(("r-future" ,r-future)
13753 ("r-globals" ,r-globals)))
13754 (native-inputs
13755 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13756 (home-page "https://github.com/HenrikBengtsson/future.apply")
13757 (synopsis "Apply function to elements in parallel using futures")
13758 (description
13759 "This package provides implementations of @code{apply()},
13760 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
13761 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
13762 can be resolved using any future-supported backend, e.g. parallel on the local
13763 machine or distributed on a compute cluster.")
13764 (license license:gpl2+)))
13765
13766 (define-public r-rsvd
13767 (package
13768 (name "r-rsvd")
13769 (version "1.0.3")
13770 (source
13771 (origin
13772 (method url-fetch)
13773 (uri (cran-uri "rsvd" version))
13774 (sha256
13775 (base32
13776 "1fvrw46fl5xb2akaa4mp8nja4h7nn4bdhnjdrk22fsdfqc7hwmhk"))))
13777 (build-system r-build-system)
13778 (propagated-inputs
13779 `(("r-matrix" ,r-matrix)))
13780 (home-page "https://github.com/erichson/rSVD")
13781 (synopsis "Randomized singular value decomposition")
13782 (description
13783 "Low-rank matrix decompositions are fundamental tools and widely used for
13784 data analysis, dimension reduction, and data compression. Classically, highly
13785 accurate deterministic matrix algorithms are used for this task. However, the
13786 emergence of large-scale data has severely challenged our computational
13787 ability to analyze big data. The concept of randomness has been demonstrated
13788 as an effective strategy to quickly produce approximate answers to familiar
13789 problems such as the @dfn{singular value decomposition} (SVD). This package
13790 provides several randomized matrix algorithms such as the randomized singular
13791 value decomposition (@code{rsvd}), randomized principal component
13792 analysis (@code{rpca}), randomized robust principal component
13793 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
13794 and the randomized CUR decomposition (@code{rcur}). In addition several plot
13795 functions are provided.")
13796 (license license:gpl3+)))
13797
13798 (define-public r-sloop
13799 (package
13800 (name "r-sloop")
13801 (version "1.0.1")
13802 (source
13803 (origin
13804 (method url-fetch)
13805 (uri (cran-uri "sloop" version))
13806 (sha256
13807 (base32
13808 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
13809 (build-system r-build-system)
13810 (propagated-inputs
13811 `(("r-codetools" ,r-codetools)
13812 ("r-crayon" ,r-crayon)
13813 ("r-purrr" ,r-purrr)
13814 ("r-rlang" ,r-rlang)
13815 ("r-tibble" ,r-tibble)))
13816 (home-page "https://github.com/r-lib/sloop")
13817 (synopsis "Helpers for object-oriented programming in R")
13818 (description
13819 "This package provides a collection of helper functions designed to
13820 help you to better understand object oriented programming in R, particularly
13821 using @code{S3}.")
13822 (license license:gpl3)))
13823
13824 (define-public r-capushe
13825 (package
13826 (name "r-capushe")
13827 (version "1.1.1")
13828 (source
13829 (origin
13830 (method url-fetch)
13831 (uri (cran-uri "capushe" version))
13832 (sha256
13833 (base32
13834 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
13835 (build-system r-build-system)
13836 (propagated-inputs `(("r-mass" ,r-mass)))
13837 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
13838 (synopsis "Calibrating penalties using slope heuristics")
13839 (description
13840 "This package provides tools for the calibration of penalized criteria
13841 for model selection. The calibration methods available are based on the slope
13842 heuristics.")
13843 (license license:gpl2+)))
13844
13845 (define-public r-dorng
13846 (package
13847 (name "r-dorng")
13848 (version "1.8.2")
13849 (source
13850 (origin
13851 (method url-fetch)
13852 (uri (cran-uri "doRNG" version))
13853 (sha256
13854 (base32
13855 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
13856 (properties `((upstream-name . "doRNG")))
13857 (build-system r-build-system)
13858 (propagated-inputs
13859 `(("r-foreach" ,r-foreach)
13860 ("r-iterators" ,r-iterators)
13861 ("r-rngtools" ,r-rngtools)))
13862 (home-page "https://renozao.github.io/doRNG/")
13863 (synopsis "Generic reproducible parallel backend for foreach loops")
13864 (description
13865 "This package provides functions to perform reproducible parallel
13866 @code{foreach} loops, using independent random streams as generated by
13867 L'Ecuyer's combined multiple-recursive generator. It enables to easily
13868 convert standard @code{%dopar%} loops into fully reproducible loops,
13869 independently of the number of workers, the task scheduling strategy, or the
13870 chosen parallel environment and associated foreach backend.")
13871 (license license:gpl2+)))
13872
13873 (define-public r-blockmodeling
13874 (package
13875 (name "r-blockmodeling")
13876 (version "1.0.0")
13877 (source
13878 (origin
13879 (method url-fetch)
13880 (uri (cran-uri "blockmodeling" version))
13881 (sha256
13882 (base32
13883 "1z4w2kq0id0gb5d0lqcdaw3clplhzywarkpvvx3drivdypzl237i"))))
13884 (build-system r-build-system)
13885 (propagated-inputs
13886 `(("r-matrix" ,r-matrix)))
13887 (native-inputs `(("gfortran" ,gfortran)))
13888 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
13889 (synopsis "Generalized and classical blockmodeling of valued networks")
13890 (description
13891 "This package is primarily meant as an implementation of generalized
13892 blockmodeling for valued networks. In addition, measures of similarity or
13893 dissimilarity based on structural equivalence and regular equivalence (REGE
13894 algorithms) can be computed and partitioned matrices can be plotted.")
13895 (license license:gpl2+)))
13896
13897 (define-public r-upsetr
13898 (package
13899 (name "r-upsetr")
13900 (version "1.4.0")
13901 (source
13902 (origin
13903 (method url-fetch)
13904 (uri (cran-uri "UpSetR" version))
13905 (sha256
13906 (base32
13907 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
13908 (properties `((upstream-name . "UpSetR")))
13909 (build-system r-build-system)
13910 (propagated-inputs
13911 `(("r-ggplot2" ,r-ggplot2)
13912 ("r-gridextra" ,r-gridextra)
13913 ("r-plyr" ,r-plyr)
13914 ("r-scales" ,r-scales)))
13915 (home-page "https://github.com/hms-dbmi/UpSetR")
13916 (synopsis "Visualize intersecting sets")
13917 (description
13918 "This package provides a more scalable alternative to Venn and Euler
13919 diagrams for visualizing intersecting sets. Create visualizations of
13920 intersecting sets using a novel matrix design, along with visualizations of
13921 several common set, element and attribute related tasks.")
13922 (license license:expat)))
13923
13924 ;; This package includes a JavaScript file, which is not minified. When
13925 ;; upgrading please check that there are no new minified JavaScript files.
13926 (define-public r-shinybs
13927 (package
13928 (name "r-shinybs")
13929 (version "0.61")
13930 (source
13931 (origin
13932 (method url-fetch)
13933 (uri (cran-uri "shinyBS" version))
13934 (sha256
13935 (base32
13936 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
13937 (properties `((upstream-name . "shinyBS")))
13938 (build-system r-build-system)
13939 ;; The tests spawn Shiny browser apps. They cannot be run
13940 ;; non-interactively.
13941 (arguments '(#:tests? #f))
13942 (propagated-inputs
13943 `(("r-htmltools" ,r-htmltools)
13944 ("r-shiny" ,r-shiny)))
13945 (home-page "https://ebailey78.github.io/shinyBS/")
13946 (synopsis "Twitter Bootstrap components for Shiny")
13947 (description
13948 "This package adds additional Twitter Bootstrap components to Shiny.")
13949 (license license:gpl3)))
13950
13951 (define-public r-shinyjqui
13952 (package
13953 (name "r-shinyjqui")
13954 (version "0.4.0")
13955 (source
13956 (origin
13957 (method url-fetch)
13958 (uri (cran-uri "shinyjqui" version))
13959 (sha256
13960 (base32
13961 "0ins0pmfis34jr0rimsp1k1aw856r3xjdnsvv8lkwqhvp58nzqah"))
13962 (snippet
13963 '(begin
13964 (delete-file "inst/www/shinyjqui.min.js")))))
13965 (properties `((upstream-name . "shinyjqui")))
13966 (build-system r-build-system)
13967 (arguments
13968 `(#:phases
13969 (modify-phases %standard-phases
13970 (add-after 'unpack 'process-javascript
13971 (lambda* (#:key inputs #:allow-other-keys)
13972 (with-directory-excursion "inst/www/"
13973 (let ((source "shinyjqui.js")
13974 (target "shinyjqui.min.js"))
13975 (format #true "Processing ~a --> ~a~%"
13976 source target)
13977 (invoke "esbuild" source "--minify"
13978 (string-append "--outfile=" target)))))))))
13979 (propagated-inputs
13980 `(("r-htmltools" ,r-htmltools)
13981 ("r-htmlwidgets" ,r-htmlwidgets)
13982 ("r-jsonlite" ,r-jsonlite)
13983 ("r-shiny" ,r-shiny)))
13984 (native-inputs
13985 `(("r-knitr" ,r-knitr)
13986 ("esbuild" ,esbuild)))
13987 (home-page "https://github.com/yang-tang/shinyjqui")
13988 (synopsis "jQuery UI interactions and effects for Shiny")
13989 (description
13990 "This is an extension to Shiny that brings interactions and animation
13991 effects from the jQuery UI library.")
13992 (license license:expat)))
13993
13994 (define-public r-outliers
13995 (package
13996 (name "r-outliers")
13997 (version "0.14")
13998 (source
13999 (origin
14000 (method url-fetch)
14001 (uri (cran-uri "outliers" version))
14002 (sha256
14003 (base32
14004 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
14005 (build-system r-build-system)
14006 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
14007 (synopsis "Tests for outliers")
14008 (description
14009 "This package provides a collection of some tests commonly used for
14010 identifying outliers.")
14011 (license license:gpl2+)))
14012
14013 (define-public r-bayesm
14014 (package
14015 (name "r-bayesm")
14016 (version "3.1-4")
14017 (source
14018 (origin
14019 (method url-fetch)
14020 (uri (cran-uri "bayesm" version))
14021 (sha256
14022 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
14023 (build-system r-build-system)
14024 (propagated-inputs
14025 `(("r-rcpp" ,r-rcpp)
14026 ("r-rcpparmadillo" ,r-rcpparmadillo)))
14027 (home-page "http://www.perossi.org/home/bsm-1")
14028 (synopsis "Bayesian inference for marketing/micro-econometrics")
14029 (description
14030 "This package covers many important models used in marketing and
14031 micro-econometrics applications, including Bayes Regression (univariate or
14032 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
14033 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
14034 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
14035 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
14036 Estimation with normal base, Hierarchical Linear Models with normal prior and
14037 covariates, Hierarchical Linear Models with a mixture of normals prior and
14038 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
14039 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
14040 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
14041 analysis of choice-based conjoint data, Bayesian treatment of linear
14042 instrumental variables models, Analysis of Multivariate Ordinal survey data
14043 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
14044 Coefficient Logit Models.")
14045 (license license:gpl2+)))
14046
14047 (define-public r-tensora
14048 (package
14049 (name "r-tensora")
14050 (version "0.36.2")
14051 (source
14052 (origin
14053 (method url-fetch)
14054 (uri (cran-uri "tensorA" version))
14055 (sha256
14056 (base32
14057 "19wwh654qlja4z1n7afjpzsrrm53p8ddysa2vra5mdnkddb4g2cf"))))
14058 (properties `((upstream-name . "tensorA")))
14059 (build-system r-build-system)
14060 (home-page "http://www.stat.boogaart.de/tensorA")
14061 (synopsis "Advanced tensor arithmetic with named indices")
14062 (description
14063 "This package provides convenience functions for advanced linear algebra
14064 with tensors and computation with datasets of tensors on a higher level
14065 abstraction. It includes Einstein and Riemann summing conventions, dragging,
14066 co- and contravariate indices, and parallel computations on sequences of
14067 tensors.")
14068 (license license:gpl2+)))
14069
14070 (define-public r-rarpack
14071 (package
14072 (name "r-rarpack")
14073 (version "0.11-0")
14074 (source
14075 (origin
14076 (method url-fetch)
14077 (uri (cran-uri "rARPACK" version))
14078 (sha256
14079 (base32
14080 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
14081 (properties `((upstream-name . "rARPACK")))
14082 (build-system r-build-system)
14083 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
14084 (home-page "https://github.com/yixuan/rARPACK")
14085 (synopsis "Solvers for large scale eigenvalue and SVD problems")
14086 (description
14087 "This package was previously an R wrapper of the ARPACK library, and now
14088 a shell of the R package RSpectra, an R interface to the Spectra library for
14089 solving large scale eigenvalue/vector problems. The current version of
14090 rARPACK simply imports and exports the functions provided by RSpectra. New
14091 users of rARPACK are advised to switch to the RSpectra package.")
14092 (license license:bsd-3)))
14093
14094 (define-public r-compositions
14095 (package
14096 (name "r-compositions")
14097 (version "2.0-1")
14098 (source
14099 (origin
14100 (method url-fetch)
14101 (uri (cran-uri "compositions" version))
14102 (sha256
14103 (base32
14104 "03qslsfx11gshls901zlhw47prd55mf16w4mkmd8x1dgiwq938l4"))))
14105 (build-system r-build-system)
14106 (propagated-inputs
14107 `(("r-bayesm" ,r-bayesm)
14108 ("r-mass" ,r-mass)
14109 ("r-robustbase" ,r-robustbase)
14110 ("r-tensora" ,r-tensora)))
14111 (native-inputs
14112 `(("r-knitr" ,r-knitr)))
14113 (home-page "http://www.stat.boogaart.de/compositions")
14114 (synopsis "Compositional data analysis")
14115 (description
14116 "This package provides functions for the consistent analysis of
14117 compositional data (e.g. portions of substances) and positive
14118 numbers (e.g. concentrations).")
14119 (license license:gpl2+)))
14120
14121 (define-public r-cobs
14122 (package
14123 (name "r-cobs")
14124 (version "1.3-4")
14125 (source
14126 (origin
14127 (method url-fetch)
14128 (uri (cran-uri "cobs" version))
14129 (sha256
14130 (base32
14131 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
14132 (build-system r-build-system)
14133 (propagated-inputs
14134 `(("r-quantreg" ,r-quantreg)
14135 ("r-sparsem" ,r-sparsem)))
14136 (home-page "https://cran.r-project.org/web/packages/cobs")
14137 (synopsis "Constrained B-Splines (sparse matrix based)")
14138 (description
14139 "This package provides qualitatively constrained (regression) smoothing
14140 splines via linear programming and sparse matrices.")
14141 (license license:gpl2+)))
14142
14143 (define-public r-drimpute
14144 (package
14145 (name "r-drimpute")
14146 (version "1.0")
14147 (source
14148 (origin
14149 (method url-fetch)
14150 (uri (cran-uri "DrImpute" version))
14151 (sha256
14152 (base32
14153 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
14154 (properties `((upstream-name . "DrImpute")))
14155 (build-system r-build-system)
14156 (propagated-inputs
14157 `(("r-rcpp" ,r-rcpp)
14158 ("r-rcpparmadillo" ,r-rcpparmadillo)))
14159 (home-page "https://github.com/ikwak2/DrImpute")
14160 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
14161 (description
14162 "This is an R package for imputing dropout events. Many statistical
14163 methods in cell type identification, visualization and lineage reconstruction
14164 do not account for dropout events. DrImpute can improve the performance of
14165 such software by imputing dropout events.")
14166 (license license:gpl3)))
14167
14168 (define-public r-gamlss-dist
14169 (package
14170 (name "r-gamlss-dist")
14171 (version "5.3-2")
14172 (source
14173 (origin
14174 (method url-fetch)
14175 (uri (cran-uri "gamlss.dist" version))
14176 (sha256
14177 (base32 "1lyf2rvkplywgyhcni93k52z3b89vv86yrgl38dx3ln3436r5ahc"))))
14178 (properties `((upstream-name . "gamlss.dist")))
14179 (build-system r-build-system)
14180 (propagated-inputs `(("r-mass" ,r-mass)))
14181 (home-page "http://www.gamlss.org/")
14182 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
14183 (description
14184 "This package provides a set of distributions which can be used for
14185 modelling the response variables in Generalized Additive Models for Location
14186 Scale and Shape. The distributions can be continuous, discrete or mixed
14187 distributions. Extra distributions can be created, by transforming, any
14188 continuous distribution defined on the real line, to a distribution defined on
14189 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
14190 transformation, respectively.")
14191 ;; Either version of the GPL.
14192 (license (list license:gpl2 license:gpl3))))
14193
14194 ;; This package includes JavaScript files, which are not minified. When
14195 ;; upgrading please check that there are no new minified JavaScript files.
14196 (define-public r-shinyjs
14197 (package
14198 (name "r-shinyjs")
14199 (version "2.0.0")
14200 (source
14201 (origin
14202 (method url-fetch)
14203 (uri (cran-uri "shinyjs" version))
14204 (sha256
14205 (base32
14206 "1zzq356dvd8ciajy6r5n4ybgx9xk7ydwv25j86xlcsqznkxdkkf2"))))
14207 (build-system r-build-system)
14208 (propagated-inputs
14209 `(("r-digest" ,r-digest)
14210 ("r-htmltools" ,r-htmltools)
14211 ("r-jsonlite" ,r-jsonlite)
14212 ("r-shiny" ,r-shiny)))
14213 (native-inputs
14214 `(("r-knitr" ,r-knitr)))
14215 (home-page "https://deanattali.com/shinyjs")
14216 (synopsis "Improve the user experience of your Shiny apps")
14217 (description
14218 "Perform common useful JavaScript operations in Shiny apps that will
14219 greatly improve your apps without having to know any JavaScript. Examples
14220 include: hiding an element, disabling an input, resetting an input back to its
14221 original value, delaying code execution by a few seconds, and many more useful
14222 functions for both the end user and the developer. Shinyjs can also be used
14223 to easily call your own custom JavaScript functions from R.")
14224 (license license:agpl3+)))
14225
14226 ;; This package includes minified JavaScript files. When upgrading please
14227 ;; check that there are no new minified JavaScript files.
14228 (define-public r-colourpicker
14229 (package
14230 (name "r-colourpicker")
14231 (version "1.1.0")
14232 (source
14233 (origin
14234 (method url-fetch)
14235 (uri (cran-uri "colourpicker" version))
14236 (sha256
14237 (base32
14238 "1qjispj7i12m02js5cm5xlgn5lyff0kc5ybz6lbknz8q5lkbdyrd"))))
14239 (build-system r-build-system)
14240 (arguments
14241 `(#:modules ((guix build utils)
14242 (guix build r-build-system)
14243 (srfi srfi-1)
14244 (ice-9 popen))
14245 #:phases
14246 (modify-phases %standard-phases
14247 (add-after 'unpack 'process-javascript
14248 (lambda* (#:key inputs #:allow-other-keys)
14249 (with-directory-excursion "inst"
14250 (call-with-values
14251 (lambda ()
14252 (unzip2
14253 `((,(assoc-ref inputs "js-salvattore")
14254 "examples/colourInput/www/salvattore.min.js")
14255 (,(assoc-ref inputs "js-jquery")
14256 "htmlwidgets/lib/jquery/jquery.min.js")
14257 ("www/shared/colourpicker/js/colourpicker.js"
14258 "www/shared/colourpicker/js/colourpicker.min.js"))))
14259 (lambda (sources targets)
14260 (for-each (lambda (source target)
14261 (format #t "Processing ~a --> ~a~%"
14262 source target)
14263 (delete-file target)
14264 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14265 (call-with-output-file target
14266 (lambda (port)
14267 (dump-port minified port)))))
14268 sources targets))))
14269 #t)))))
14270 (propagated-inputs
14271 `(("r-ggplot2" ,r-ggplot2)
14272 ("r-htmltools" ,r-htmltools)
14273 ("r-htmlwidgets" ,r-htmlwidgets)
14274 ("r-jsonlite" ,r-jsonlite)
14275 ("r-miniui" ,r-miniui)
14276 ("r-shiny" ,r-shiny)
14277 ("r-shinyjs" ,r-shinyjs)))
14278 (native-inputs
14279 `(("r-knitr" ,r-knitr)
14280 ("uglify-js" ,uglify-js)
14281 ("js-jquery"
14282 ,(origin
14283 (method url-fetch)
14284 (uri "https://code.jquery.com/jquery-3.3.1.js")
14285 (sha256
14286 (base32
14287 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
14288 ("js-salvattore"
14289 ,(origin
14290 (method url-fetch)
14291 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
14292 (sha256
14293 (base32
14294 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
14295 (home-page "https://github.com/daattali/colourpicker")
14296 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
14297 (description
14298 "This package provides a color picker that can be used as an input in
14299 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
14300 custom color palettes, and many more options. A plot color helper tool is
14301 available as an RStudio Addin, which helps you pick colors to use in your
14302 plots. A more generic color picker RStudio Addin is also provided to let you
14303 select colors to use in your R code.")
14304 (license license:expat)))
14305
14306 (define-public r-ggextra
14307 (package
14308 (name "r-ggextra")
14309 (version "0.9")
14310 (source
14311 (origin
14312 (method url-fetch)
14313 (uri (cran-uri "ggExtra" version))
14314 (sha256
14315 (base32
14316 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
14317 (properties `((upstream-name . "ggExtra")))
14318 (build-system r-build-system)
14319 (propagated-inputs
14320 `(("r-colourpicker" ,r-colourpicker)
14321 ("r-ggplot2" ,r-ggplot2)
14322 ("r-gtable" ,r-gtable)
14323 ("r-miniui" ,r-miniui)
14324 ("r-r6" ,r-r6)
14325 ("r-scales" ,r-scales)
14326 ("r-shiny" ,r-shiny)
14327 ("r-shinyjs" ,r-shinyjs)))
14328 (native-inputs
14329 `(("r-knitr" ,r-knitr)))
14330 (home-page "https://github.com/daattali/ggExtra")
14331 (synopsis "Marginal histograms for ggplot2 and other enhancements")
14332 (description
14333 "This package is a collection of functions and layers to enhance ggplot2.
14334 The flagship function is @code{ggMarginal()}, which can be used to add
14335 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
14336 (license license:expat)))
14337
14338 (define-public r-minpack-lm
14339 (package
14340 (name "r-minpack-lm")
14341 (version "1.2-1")
14342 (source
14343 (origin
14344 (method url-fetch)
14345 (uri (cran-uri "minpack.lm" version))
14346 (sha256
14347 (base32
14348 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
14349 (properties `((upstream-name . "minpack.lm")))
14350 (build-system r-build-system)
14351 (native-inputs `(("gfortran" ,gfortran)))
14352 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
14353 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
14354 (description
14355 "The @code{nls.lm} function provides an R interface to @code{lmder} and
14356 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
14357 problems by a modification of the Levenberg-Marquardt algorithm, with support
14358 for lower and upper parameter bounds. The implementation can be used via
14359 @code{nls}-like calls using the @code{nlsLM} function.")
14360 (license license:gpl3)))
14361
14362 (define-public r-moments
14363 (package
14364 (name "r-moments")
14365 (version "0.14")
14366 (source
14367 (origin
14368 (method url-fetch)
14369 (uri (cran-uri "moments" version))
14370 (sha256
14371 (base32
14372 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
14373 (build-system r-build-system)
14374 (home-page "https://cran.r-project.org/web/packages/moments")
14375 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
14376 (description
14377 "This package provides functions to calculate: moments, Pearson's
14378 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
14379 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
14380 (license license:gpl2+)))
14381
14382 (define-public r-msir
14383 (package
14384 (name "r-msir")
14385 (version "1.3.3")
14386 (source
14387 (origin
14388 (method url-fetch)
14389 (uri (cran-uri "msir" version))
14390 (sha256
14391 (base32
14392 "1wm83m3cqd6llxb9p2jwim0wb81v84pgdmgcznygzaaq6kbn3n84"))))
14393 (build-system r-build-system)
14394 (propagated-inputs
14395 `(("r-mclust" ,r-mclust)))
14396 (native-inputs
14397 `(("r-knitr" ,r-knitr)))
14398 (home-page "https://cran.r-project.org/web/packages/msir")
14399 (synopsis "Model-based sliced inverse regression")
14400 (description
14401 "This is an R package for dimension reduction based on finite Gaussian
14402 mixture modeling of inverse regression.")
14403 (license license:gpl2+)))
14404
14405 (define-public r-pbivnorm
14406 (package
14407 (name "r-pbivnorm")
14408 (version "0.6.0")
14409 (source
14410 (origin
14411 (method url-fetch)
14412 (uri (cran-uri "pbivnorm" version))
14413 (sha256
14414 (base32
14415 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
14416 (build-system r-build-system)
14417 (native-inputs `(("gfortran" ,gfortran)))
14418 (home-page "https://github.com/brentonk/pbivnorm")
14419 (synopsis "Vectorized bivariate normal CDF")
14420 (description
14421 "This package provides a vectorized R function for calculating
14422 probabilities from a standard bivariate normal CDF.")
14423 (license license:gpl2+)))
14424
14425 (define-public r-lavaan
14426 (package
14427 (name "r-lavaan")
14428 (version "0.6-8")
14429 (source
14430 (origin
14431 (method url-fetch)
14432 (uri (cran-uri "lavaan" version))
14433 (sha256
14434 (base32
14435 "18l49f1v7nrngwra4v983ic8w1d4w23ws8xf36337dq0j6809qj0"))))
14436 (build-system r-build-system)
14437 (propagated-inputs
14438 `(("r-mass" ,r-mass)
14439 ("r-mnormt" ,r-mnormt)
14440 ("r-numderiv" ,r-numderiv)
14441 ("r-pbivnorm" ,r-pbivnorm)))
14442 (home-page "https://lavaan.ugent.be")
14443 (synopsis "Latent variable analysis")
14444 (description
14445 "This package provides tools to fit a variety of latent variable models,
14446 including confirmatory factor analysis, structural equation modeling and
14447 latent growth curve models.")
14448 (license license:gpl2+)))
14449
14450 (define-public r-nonnest2
14451 (package
14452 (name "r-nonnest2")
14453 (version "0.5-5")
14454 (source
14455 (origin
14456 (method url-fetch)
14457 (uri (cran-uri "nonnest2" version))
14458 (sha256
14459 (base32
14460 "1ddaqwx8i3ygwvxf11mc8xhgk4nkvnail99nr5szq8i168752zq2"))))
14461 (build-system r-build-system)
14462 (propagated-inputs
14463 `(("r-compquadform" ,r-compquadform)
14464 ("r-lavaan" ,r-lavaan)
14465 ("r-mvtnorm" ,r-mvtnorm)
14466 ("r-sandwich" ,r-sandwich)))
14467 (native-inputs
14468 `(("r-knitr" ,r-knitr)))
14469 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
14470 (synopsis "Tests of non-nested models")
14471 (description
14472 "This package allows for testing of non-nested models. It includes tests
14473 of model distinguishability and of model fit that can be applied to both
14474 nested and non-nested models. The package also includes functionality to
14475 obtain confidence intervals associated with AIC and BIC.")
14476 ;; Either version of the GPL.
14477 (license (list license:gpl2 license:gpl3))))
14478
14479 (define-public r-penalized
14480 (package
14481 (name "r-penalized")
14482 (version "0.9-51")
14483 (source
14484 (origin
14485 (method url-fetch)
14486 (uri (cran-uri "penalized" version))
14487 (sha256
14488 (base32
14489 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
14490 (build-system r-build-system)
14491 (propagated-inputs
14492 `(("r-rcpp" ,r-rcpp)
14493 ("r-rcpparmadillo" ,r-rcpparmadillo)
14494 ("r-survival" ,r-survival)))
14495 (home-page "https://cran.r-project.org/web/packages/penalized/")
14496 (synopsis "Penalized estimation in GLMs and in the Cox model")
14497 (description
14498 "This package provides tools for fitting possibly high dimensional
14499 penalized regression models. The penalty structure can be any combination of
14500 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
14501 constraint on the regression coefficients. The supported regression models
14502 are linear, logistic and Poisson regression and the Cox Proportional Hazards
14503 model. Cross-validation routines allow optimization of the tuning
14504 parameters.")
14505 (license license:gpl2+)))
14506
14507 (define-public r-zim
14508 (package
14509 (name "r-zim")
14510 (version "1.1.0")
14511 (source
14512 (origin
14513 (method url-fetch)
14514 (uri (cran-uri "ZIM" version))
14515 (sha256
14516 (base32
14517 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
14518 (properties `((upstream-name . "ZIM")))
14519 (build-system r-build-system)
14520 (propagated-inputs `(("r-mass" ,r-mass)))
14521 (home-page "https://github.com/biostatstudio/ZIM")
14522 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
14523 (description
14524 "Analyze count time series with excess zeros. Two types of statistical
14525 models are supported: Markov regression and state-space models. They are also
14526 known as observation-driven and parameter-driven models respectively in the
14527 time series literature. The functions used for Markov regression or
14528 observation-driven models can also be used to fit ordinary regression models
14529 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
14530 negative binomial (ZINB) assumption. The package also contains miscellaneous
14531 functions to compute density, distribution, quantile, and generate random
14532 numbers from ZIP and ZINB distributions.")
14533 (license license:gpl3)))
14534
14535 (define-public r-nor1mix
14536 (package
14537 (name "r-nor1mix")
14538 (version "1.3-0")
14539 (source
14540 (origin
14541 (method url-fetch)
14542 (uri (cran-uri "nor1mix" version))
14543 (sha256
14544 (base32
14545 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
14546 (build-system r-build-system)
14547 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
14548 (synopsis "Normal (1-d) mixture models")
14549 (description
14550 "This package provides S3 classes and methods for one-dimensional normal
14551 mixture models, for, e.g., density estimation or clustering algorithms
14552 research and teaching; it provides the widely used Marron-Wand densities. It
14553 also provides tools for efficient random number generation and graphics.")
14554 (license license:gpl2+)))
14555
14556 (define-public r-beanplot
14557 (package
14558 (name "r-beanplot")
14559 (version "1.2")
14560 (source
14561 (origin
14562 (method url-fetch)
14563 (uri (cran-uri "beanplot" version))
14564 (sha256
14565 (base32
14566 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
14567 (build-system r-build-system)
14568 (home-page "https://cran.r-project.org/web/packages/beanplot/")
14569 (synopsis "Visualization via beanplots")
14570 (description
14571 "This package provides beanplots, an alternative to
14572 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
14573 graphs.")
14574 (license license:gpl2)))
14575
14576 (define-public r-pbdzmq
14577 (package
14578 (name "r-pbdzmq")
14579 (version "0.3-5")
14580 (source
14581 (origin
14582 (method url-fetch)
14583 (uri (cran-uri "pbdZMQ" version))
14584 (sha256
14585 (base32
14586 "1v8iv1pzs4j3ics9k9h4xjkv6z1ma2xbqy003xk2lqax6srqi02d"))))
14587 (properties `((upstream-name . "pbdZMQ")))
14588 (build-system r-build-system)
14589 (inputs
14590 `(("zeromq" ,zeromq)
14591 ("zlib" ,zlib)))
14592 (native-inputs
14593 `(("pkg-config" ,pkg-config)))
14594 (home-page "https://pbdr.org/")
14595 (synopsis "R interface to ZeroMQ")
14596 (description
14597 "ZeroMQ is a well-known library for high-performance asynchronous
14598 messaging in scalable, distributed applications. This package provides high
14599 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
14600 interactive client/server programming frameworks. A few wrapper functions
14601 compatible with @code{rzmq} are also provided.")
14602 (license license:gpl3)))
14603
14604 (define-public r-repr
14605 (package
14606 (name "r-repr")
14607 (version "1.1.3")
14608 (source
14609 (origin
14610 (method url-fetch)
14611 (uri (cran-uri "repr" version))
14612 (sha256
14613 (base32
14614 "0qimllv9pn8wsl550bjkp5dkknbmr69j85mrwfbbq75m2ga466sk"))))
14615 (build-system r-build-system)
14616 (propagated-inputs
14617 `(("r-base64enc" ,r-base64enc)
14618 ("r-htmltools" ,r-htmltools)
14619 ("r-jsonlite" ,r-jsonlite)
14620 ("r-pillar" ,r-pillar)))
14621 (home-page "https://cran.r-project.org/web/packages/repr/")
14622 (synopsis "Serializable representations")
14623 (description
14624 "This package provides string and binary representations of objects for
14625 several formats and MIME types.")
14626 (license license:gpl3)))
14627
14628 (define-public r-irdisplay
14629 (package
14630 (name "r-irdisplay")
14631 (version "1.0")
14632 (source
14633 (origin
14634 (method url-fetch)
14635 (uri (cran-uri "IRdisplay" version))
14636 (sha256
14637 (base32
14638 "15jbjrihm1mk899357h9xb08iq3xyagds1xb40fmdpkfcmcfqrw9"))))
14639 (properties `((upstream-name . "IRdisplay")))
14640 (build-system r-build-system)
14641 (propagated-inputs
14642 `(("r-repr" ,r-repr)))
14643 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
14644 (synopsis "Jupyter display machinery")
14645 (description
14646 "This package provides an interface to the rich display capabilities of
14647 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
14648 running IRkernel session.")
14649 (license license:expat)))
14650
14651 (define-public r-irkernel
14652 (package
14653 (name "r-irkernel")
14654 (version "1.1.1")
14655 (source
14656 (origin
14657 (method url-fetch)
14658 (uri (cran-uri "IRkernel" version))
14659 (sha256
14660 (base32
14661 "1y06v3difaiihxfm2abm88nnjzvkla4p346cm1nxmga4iwb2k8gm"))))
14662 (properties `((upstream-name . "IRkernel")))
14663 (build-system r-build-system)
14664 (arguments
14665 `(#:phases
14666 (modify-phases %standard-phases
14667 (add-after 'install 'install-kernelspec
14668 (lambda* (#:key outputs #:allow-other-keys)
14669 (let ((out (assoc-ref outputs "out")))
14670 (setenv "HOME" "/tmp")
14671 (invoke "jupyter" "kernelspec" "install"
14672 "--name" "ir"
14673 "--prefix" out
14674 (string-append out "/site-library/IRkernel/kernelspec"))
14675 ;; Record the absolute file name of the 'R' executable in
14676 ;; 'kernel.json'.
14677 (substitute* (string-append out "/share/jupyter"
14678 "/kernels/ir/kernel.json")
14679 (("\\[\"R\",")
14680 (string-append "[\"" (which "R") "\",")))
14681 #t))))))
14682 (inputs
14683 `(("jupyter" ,jupyter)))
14684 (propagated-inputs
14685 `(("r-crayon" ,r-crayon)
14686 ("r-digest" ,r-digest)
14687 ("r-evaluate" ,r-evaluate)
14688 ("r-irdisplay" ,r-irdisplay)
14689 ("r-jsonlite" ,r-jsonlite)
14690 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
14691 ("r-minimal" ,r-minimal)
14692 ("r-pbdzmq" ,r-pbdzmq)
14693 ("r-repr" ,r-repr)
14694 ("r-uuid" ,r-uuid)))
14695 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
14696 (synopsis "Native R kernel for Jupyter")
14697 (description
14698 "The R kernel for the Jupyter environment executes R code which the
14699 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
14700 network.")
14701 (license license:expat)))
14702
14703 (define-public r-gmodels
14704 (package
14705 (name "r-gmodels")
14706 (version "2.18.1")
14707 (source
14708 (origin
14709 (method url-fetch)
14710 (uri (cran-uri "gmodels" version))
14711 (sha256
14712 (base32
14713 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
14714 (build-system r-build-system)
14715 (propagated-inputs
14716 `(("r-gdata" ,r-gdata)
14717 ("r-mass" ,r-mass)))
14718 (home-page "https://cran.r-project.org/web/packages/gmodels/")
14719 (synopsis "Various R programming tools for model fitting")
14720 (description
14721 "This package provides various R programming tools for model fitting.")
14722 (license license:gpl2)))
14723
14724 (define-public r-apcluster
14725 (package
14726 (name "r-apcluster")
14727 (version "1.4.8")
14728 (source
14729 (origin
14730 (method url-fetch)
14731 (uri (cran-uri "apcluster" version))
14732 (sha256
14733 (base32
14734 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
14735 (build-system r-build-system)
14736 (propagated-inputs
14737 `(("r-matrix" ,r-matrix)
14738 ("r-rcpp" ,r-rcpp)))
14739 (home-page "https://cran.r-project.org/web/packages/apcluster/")
14740 (synopsis "Affinity propagation clustering")
14741 (description
14742 "This package implements affinity propagation clustering introduced by
14743 Frey and Dueck (2007). The package further provides leveraged affinity
14744 propagation and an algorithm for exemplar-based agglomerative clustering that
14745 can also be used to join clusters obtained from affinity propagation. Various
14746 plotting functions are available for analyzing clustering results.")
14747 (license license:gpl2+)))
14748
14749 (define-public r-valr
14750 (package
14751 (name "r-valr")
14752 (version "0.6.2")
14753 (source
14754 (origin
14755 (method url-fetch)
14756 (uri (cran-uri "valr" version))
14757 (sha256
14758 (base32
14759 "1vbp89zfylgih5acvw7lcx3a0dbbd7dhq7yhywr7kq02737qykdx"))))
14760 (build-system r-build-system)
14761 (propagated-inputs
14762 `(("r-broom" ,r-broom)
14763 ("r-dplyr" ,r-dplyr)
14764 ("r-ggplot2" ,r-ggplot2)
14765 ("r-rcpp" ,r-rcpp)
14766 ("r-readr" ,r-readr)
14767 ("r-rlang" ,r-rlang)
14768 ("r-stringr" ,r-stringr)
14769 ("r-tibble" ,r-tibble)))
14770 (native-inputs
14771 `(("r-knitr" ,r-knitr)))
14772 (home-page "https://github.com/rnabioco/valr")
14773 (synopsis "Genome interval arithmetic in R")
14774 (description
14775 "This package enables you to read and manipulate genome intervals and
14776 signals. It provides functionality similar to command-line tool suites within
14777 R, enabling interactive analysis and visualization of genome-scale data.")
14778 (license license:expat)))
14779
14780 (define-public r-rematch2
14781 (package
14782 (name "r-rematch2")
14783 (version "2.1.2")
14784 (source
14785 (origin
14786 (method url-fetch)
14787 (uri (cran-uri "rematch2" version))
14788 (sha256
14789 (base32
14790 "1fzpz8vhghw8ygwg6rsvfy3783pqk7ch029i5851lwypkplvz77y"))))
14791 (build-system r-build-system)
14792 (propagated-inputs
14793 `(("r-tibble" ,r-tibble)))
14794 (home-page "https://github.com/r-lib/rematch2")
14795 (synopsis "Tidy output from regular expression matching")
14796 (description
14797 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
14798 return the match results in tidy data frames.")
14799 (license license:expat)))
14800
14801 (define-public r-picante
14802 (package
14803 (name "r-picante")
14804 (version "1.8.2")
14805 (source
14806 (origin
14807 (method url-fetch)
14808 (uri (cran-uri "picante" version))
14809 (sha256
14810 (base32
14811 "19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
14812 (build-system r-build-system)
14813 (propagated-inputs
14814 `(("r-ape" ,r-ape)
14815 ("r-nlme" ,r-nlme)
14816 ("r-vegan" ,r-vegan)))
14817 (home-page "https://cran.r-project.org/web/packages/picante/")
14818 (synopsis "Integrating phylogenies and ecology")
14819 (description
14820 "This package provides functions for phylocom integration, community
14821 analyses, null-models, traits and evolution. It implements numerous
14822 ecophylogenetic approaches including measures of community phylogenetic and
14823 trait diversity, phylogenetic signal, estimation of trait values for
14824 unobserved taxa, null models for community and phylogeny randomizations, and
14825 utility functions for data input/output and phylogeny plotting. A full
14826 description of package functionality and methods are provided by Kembel et
14827 al. (2010).")
14828 (license license:gpl2)))
14829
14830 (define-public r-reinforcelearn
14831 (package
14832 (name "r-reinforcelearn")
14833 (version "0.2.1")
14834 (source
14835 (origin
14836 (method url-fetch)
14837 (uri (cran-uri "reinforcelearn" version))
14838 (sha256
14839 (base32
14840 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
14841 (build-system r-build-system)
14842 (propagated-inputs
14843 `(("r-checkmate" ,r-checkmate)
14844 ("r-nnet" ,r-nnet)
14845 ("r-purrr" ,r-purrr)
14846 ("r-r6" ,r-r6)))
14847 (home-page "https://markusdumke.github.io/reinforcelearn")
14848 (synopsis "Reinforcement learning")
14849 (description
14850 "This package implements reinforcement learning environments and
14851 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
14852 can be used with function approximation, eligibility traces (Singh & Sutton,
14853 1996) and experience replay (Mnih et al., 2013).")
14854 (license license:expat)))
14855
14856 (define-public r-lemon
14857 (package
14858 (name "r-lemon")
14859 (version "0.4.5")
14860 (source
14861 (origin
14862 (method url-fetch)
14863 (uri (cran-uri "lemon" version))
14864 (sha256
14865 (base32
14866 "1y3ljidhqdakxlya2npj2w0az820g8kw6gl1cfm4f0cxvzgd1ly4"))))
14867 (build-system r-build-system)
14868 (propagated-inputs
14869 `(("r-ggplot2" ,r-ggplot2)
14870 ("r-gridextra" ,r-gridextra)
14871 ("r-gtable" ,r-gtable)
14872 ("r-knitr" ,r-knitr)
14873 ("r-lattice" ,r-lattice)
14874 ("r-plyr" ,r-plyr)
14875 ("r-rlang" ,r-rlang)
14876 ("r-scales" ,r-scales)))
14877 (native-inputs
14878 `(("r-knitr" ,r-knitr)))
14879 (home-page "https://github.com/stefanedwards/lemon")
14880 (synopsis "Freshen up your ggplot2 plots")
14881 (description
14882 "This package provides functions for working with legends and axis lines
14883 of ggplot2, facets that repeat axis lines on all panels, and some knitr
14884 extensions.")
14885 (license license:gpl3)))
14886
14887 (define-public r-wgaim
14888 (package
14889 (name "r-wgaim")
14890 (version "2.0-1")
14891 (source
14892 (origin
14893 (method url-fetch)
14894 (uri (cran-uri "wgaim" version))
14895 (sha256
14896 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
14897 (build-system r-build-system)
14898 (propagated-inputs
14899 `(("r-ggplot2" ,r-ggplot2)
14900 ("r-qtl" ,r-qtl)))
14901 (home-page "https://cran.r-project.org/web/packages/wgaim")
14902 (synopsis "Whole genome average interval mapping for QTL detection")
14903 (description
14904 "This package integrates sophisticated mixed modelling methods with a
14905 whole genome approach to detecting significant QTL in linkage maps.")
14906 (license license:gpl2+)))
14907
14908 (define-public r-bedr
14909 (package
14910 (name "r-bedr")
14911 (version "1.0.7")
14912 (source
14913 (origin
14914 (method url-fetch)
14915 (uri (cran-uri "bedr" version))
14916 (sha256
14917 (base32
14918 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
14919 (build-system r-build-system)
14920 (propagated-inputs
14921 `(("r-data-table" ,r-data-table)
14922 ("r-r-utils" ,r-r-utils)
14923 ("r-testthat" ,r-testthat)
14924 ("r-venndiagram" ,r-venndiagram)
14925 ("r-yaml" ,r-yaml)
14926 ("bedops" ,bedops)
14927 ("bedtools" ,bedtools)
14928 ("htslib" ,htslib))) ; for tabix
14929 (native-inputs
14930 `(("r-knitr" ,r-knitr))) ; for vignettes
14931 (home-page "https://cran.r-project.org/web/packages/bedr")
14932 (synopsis "Genomic region processing")
14933 (description
14934 "This package is for genomic regions processing using command line tools
14935 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
14936 utilities to perform genome arithmetic e.g indexing, formatting and merging.
14937 The bedr package's API enhances access to these tools as well as offers
14938 additional utilities for genomic regions processing.")
14939 (license license:gpl2)))
14940
14941 (define-public r-sets
14942 (package
14943 (name "r-sets")
14944 (version "1.0-18")
14945 (source
14946 (origin
14947 (method url-fetch)
14948 (uri (cran-uri "sets" version))
14949 (sha256
14950 (base32
14951 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
14952 (properties `((upstream-name . "sets")))
14953 (build-system r-build-system)
14954 (home-page "https://cran.r-project.org/web/packages/sets")
14955 (synopsis "Sets, generalized sets, customizable sets and intervals")
14956 (description
14957 "This package provides data structures and basic operations for ordinary
14958 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
14959 customizable sets, and intervals.")
14960 (license license:gpl2)))
14961
14962 (define-public r-partitions
14963 (package
14964 (name "r-partitions")
14965 (version "1.9-22")
14966 (source
14967 (origin
14968 (method url-fetch)
14969 (uri (cran-uri "partitions" version))
14970 (sha256
14971 (base32
14972 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
14973 (build-system r-build-system)
14974 (propagated-inputs
14975 `(("r-gmp" ,r-gmp)
14976 ("r-polynom" ,r-polynom)
14977 ("r-sets" ,r-sets)))
14978 (home-page "https://cran.r-project.org/web/packages/partitions")
14979 (synopsis "Additive partitions of integers")
14980 (description
14981 "This package provides tools to enumerates the partitions, unequal
14982 partitions, and restricted partitions of an integer; the three corresponding
14983 partition functions are also given.")
14984 ;; Any version of the GPL
14985 (license license:gpl2+)))
14986
14987 (define-public r-brobdingnag
14988 (package
14989 (name "r-brobdingnag")
14990 (version "1.2-6")
14991 (source
14992 (origin
14993 (method url-fetch)
14994 (uri (cran-uri "Brobdingnag" version))
14995 (sha256
14996 (base32
14997 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
14998 (properties `((upstream-name . "Brobdingnag")))
14999 (build-system r-build-system)
15000 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
15001 (synopsis "Very large numbers in R")
15002 (description
15003 "This package handles very large numbers in R. Real numbers are held
15004 using their natural logarithms, plus a logical flag indicating sign. The
15005 package includes a vignette that gives a step-by-step introduction to using S4
15006 methods.")
15007 ;; Any version of the GPL
15008 (license license:gpl2+)))
15009
15010 (define-public r-untb
15011 (package
15012 (name "r-untb")
15013 (version "1.7-4")
15014 (source
15015 (origin
15016 (method url-fetch)
15017 (uri (cran-uri "untb" version))
15018 (sha256
15019 (base32
15020 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
15021 (build-system r-build-system)
15022 (propagated-inputs
15023 `(("r-brobdingnag" ,r-brobdingnag)
15024 ("r-partitions" ,r-partitions)
15025 ("r-polynom" ,r-polynom)))
15026 (home-page "https://github.com/RobinHankin/untb.git")
15027 (synopsis "Ecological drift under the UNTB")
15028 (description
15029 "This package provides numerical simulations, and visualizations, of
15030 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
15031 (license license:gpl2+)))
15032
15033 (define-public r-stepwise
15034 (package
15035 (name "r-stepwise")
15036 (version "0.3")
15037 (source
15038 (origin
15039 (method url-fetch)
15040 (uri (cran-uri "stepwise" version))
15041 (sha256
15042 (base32
15043 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
15044 (build-system r-build-system)
15045 (home-page "https://stat.sfu.ca/statgen/research/stepwise.html")
15046 (synopsis "Stepwise detection of recombination breakpoints")
15047 (description
15048 "This package provides a stepwise approach to identifying recombination
15049 breakpoints in a genomic sequence alignment.")
15050 (license license:gpl2+)))
15051
15052 (define-public r-snpmaxsel
15053 (package
15054 (name "r-snpmaxsel")
15055 (version "1.0-3")
15056 (source
15057 (origin
15058 (method url-fetch)
15059 (uri (cran-uri "SNPmaxsel" version))
15060 (sha256
15061 (base32
15062 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
15063 (properties `((upstream-name . "SNPmaxsel")))
15064 (build-system r-build-system)
15065 (propagated-inputs
15066 `(("r-combinat" ,r-combinat)
15067 ("r-mvtnorm" ,r-mvtnorm)))
15068 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
15069 (synopsis "Maximally selected statistics for SNP data")
15070 (description
15071 "This package implements asymptotic methods related to maximally selected
15072 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
15073 data.")
15074 (license license:gpl2+)))
15075
15076 (define-public r-acsnminer
15077 (package
15078 (name "r-acsnminer")
15079 (version "0.16.8.25")
15080 (source (origin
15081 (method url-fetch)
15082 (uri (cran-uri "ACSNMineR" version))
15083 (sha256
15084 (base32
15085 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
15086 (properties `((upstream-name . "ACSNMineR")))
15087 (build-system r-build-system)
15088 (propagated-inputs
15089 `(("r-ggplot2" ,r-ggplot2)
15090 ("r-gridextra" ,r-gridextra)))
15091 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
15092 (synopsis "Gene enrichment analysis")
15093 (description
15094 "This package provides tools to compute and represent gene set enrichment
15095 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
15096 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
15097 enrichment can be run with hypergeometric test or Fisher exact test, and can
15098 use multiple corrections. Visualization of data can be done either by
15099 barplots or heatmaps.")
15100 (license license:gpl2+)))
15101
15102 (define-public r-seqinr
15103 (package
15104 (name "r-seqinr")
15105 (version "4.2-5")
15106 (source
15107 (origin
15108 (method url-fetch)
15109 (uri (cran-uri "seqinr" version))
15110 (sha256
15111 (base32
15112 "1z1jipgrn9nrnxlx7bcf8c2chwpa3kfva0zgyb12xbr3kisn166y"))))
15113 (build-system r-build-system)
15114 (propagated-inputs
15115 `(("r-ade4" ,r-ade4)
15116 ("r-segmented" ,r-segmented)))
15117 (inputs
15118 `(("zlib" ,zlib)))
15119 (home-page "http://seqinr.r-forge.r-project.org/")
15120 (synopsis "Biological sequences retrieval and analysis")
15121 (description
15122 "This package provides tools for exploratory data analysis and data
15123 visualization of biological sequence (DNA and protein) data. It also includes
15124 utilities for sequence data management under the ACNUC system.")
15125 (license license:gpl2+)))
15126
15127 (define-public r-units
15128 (package
15129 (name "r-units")
15130 (version "0.7-0")
15131 (source
15132 (origin
15133 (method url-fetch)
15134 (uri (cran-uri "units" version))
15135 (sha256
15136 (base32
15137 "0kwfcrrbcwl7s50n1wp33vswqzmprh91clvakbd1jpznqpg5m3js"))))
15138 (build-system r-build-system)
15139 (inputs
15140 `(("udunits" ,udunits)))
15141 (propagated-inputs
15142 `(("r-rcpp" ,r-rcpp)))
15143 (native-inputs
15144 `(("r-knitr" ,r-knitr)))
15145 (home-page "https://github.com/r-quantities/units/")
15146 (synopsis "Measurement Units for R Vectors")
15147 (description
15148 "This package provides support for measurement units in R vectors,
15149 matrices and arrays: automatic propagation, conversion, derivation and
15150 simplification of units; raising errors in case of unit incompatibility. It
15151 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
15152 classes.")
15153 (license license:gpl2)))
15154
15155 (define-public r-udunits2
15156 (package
15157 (name "r-udunits2")
15158 (version "0.13")
15159 (source
15160 (origin
15161 (method url-fetch)
15162 (uri (cran-uri "udunits2" version))
15163 (sha256
15164 (base32
15165 "0yav7rm2afcx67xqrknybxgz7x63w78zyxa0xifvc0k2gz0d6mfi"))))
15166 (properties `((upstream-name . "udunits2")))
15167 (build-system r-build-system)
15168 (inputs
15169 `(("udunits" ,udunits)))
15170 (home-page "https://cran.r-project.org/package=udunits2")
15171 (synopsis "Udunits-2 bindings for R")
15172 (description
15173 "This package provides simple bindings to Unidata's udunits library.")
15174 (license license:gpl2)))
15175
15176 (define-public r-classint
15177 (package
15178 (name "r-classint")
15179 (version "0.4-3")
15180 (source
15181 (origin
15182 (method url-fetch)
15183 (uri (cran-uri "classInt" version))
15184 (sha256
15185 (base32
15186 "1b1lqhpzxm6b8pza8l3s0cxy74mm9y45lcd3354i2v3bg8m7mply"))))
15187 (properties `((upstream-name . "classInt")))
15188 (build-system r-build-system)
15189 (propagated-inputs
15190 `(("r-class" ,r-class)
15191 ("r-e1071" ,r-e1071)
15192 ("r-kernsmooth" ,r-kernsmooth)))
15193 (native-inputs
15194 `(("gfortran" ,gfortran)
15195 ("r-knitr" ,r-knitr)))
15196 (home-page "https://github.com/r-spatial/classInt/")
15197 (synopsis "Choose univariate class intervals")
15198 (description
15199 "This package provides selected commonly used methods for choosing
15200 univariate class intervals for mapping or other graphics purposes.")
15201 (license license:gpl2+)))
15202
15203 (define-public r-spdata
15204 (package
15205 (name "r-spdata")
15206 (version "0.3.8")
15207 (source
15208 (origin
15209 (method url-fetch)
15210 (uri (cran-uri "spData" version))
15211 (sha256
15212 (base32
15213 "1mlsqy9cbilfc80cbdlbgsngvzdkrd9yjdkxnw2b1gzxnj6jcqbs"))))
15214 (properties `((upstream-name . "spData")))
15215 (build-system r-build-system)
15216 (propagated-inputs
15217 `(("r-raster" ,r-raster)
15218 ("r-sp" ,r-sp)))
15219 (home-page "https://github.com/Nowosad/spData")
15220 (synopsis "Datasets for spatial analysis")
15221 (description
15222 "This a package containing diverse spatial datasets for demonstrating,
15223 benchmarking and teaching spatial data analysis. It includes R data of class
15224 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
15225 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
15226 of the datasets are designed to illustrate specific analysis techniques.
15227 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
15228 illustrate point pattern analysis techniques.")
15229 (license license:cc0)))
15230
15231 (define-public r-learnbayes
15232 (package
15233 (name "r-learnbayes")
15234 (version "2.15.1")
15235 (source
15236 (origin
15237 (method url-fetch)
15238 (uri (cran-uri "LearnBayes" version))
15239 (sha256
15240 (base32
15241 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
15242 (properties `((upstream-name . "LearnBayes")))
15243 (build-system r-build-system)
15244 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
15245 (synopsis "Functions for learning Bayesian inference")
15246 (description
15247 "This package provides a collection of functions helpful in learning the
15248 basic tenets of Bayesian statistical inference. It contains functions for
15249 summarizing basic one and two parameter posterior distributions and predictive
15250 distributions. It contains MCMC algorithms for summarizing posterior
15251 distributions defined by the user. It also contains functions for regression
15252 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
15253 sampling.")
15254 (license license:gpl2+)))
15255
15256 (define-public r-deldir
15257 (package
15258 (name "r-deldir")
15259 (version "0.2-10")
15260 (source
15261 (origin
15262 (method url-fetch)
15263 (uri (cran-uri "deldir" version))
15264 (sha256
15265 (base32
15266 "08ij6zb6id71zk6gzs9z779y49y41c2gpi7p7mljnlw7py92g8k5"))))
15267 (build-system r-build-system)
15268 (native-inputs `(("gfortran" ,gfortran)))
15269 (home-page "https://cran.r-project.org/web/packages/deldir")
15270 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
15271 (description
15272 "This package provides tools for calculating the Delaunay triangulation
15273 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
15274 of a planar point set. It plots triangulations and tessellations in various
15275 ways, clips tessellations to sub-windows, calculates perimeters of
15276 tessellations, and summarizes information about the tiles of the
15277 tessellation.")
15278 (license license:gpl2+)))
15279
15280 (define-public r-sf
15281 (package
15282 (name "r-sf")
15283 (version "0.9-7")
15284 (source
15285 (origin
15286 (method url-fetch)
15287 (uri (cran-uri "sf" version))
15288 (sha256
15289 (base32
15290 "175fmnnw11fjhfgjv9sn9b0jfjcqbybpgwsvv99d5yddigvw5jja"))))
15291 (build-system r-build-system)
15292 (inputs
15293 `(("gdal" ,gdal)
15294 ("geos" ,geos)
15295 ("proj" ,proj)
15296 ("sqlite" ,sqlite)
15297 ("zlib" ,zlib)))
15298 (propagated-inputs
15299 `(("r-classint" ,r-classint)
15300 ("r-dbi" ,r-dbi)
15301 ("r-magrittr" ,r-magrittr)
15302 ("r-rcpp" ,r-rcpp)
15303 ("r-units" ,r-units)))
15304 (native-inputs
15305 `(("pkg-config" ,pkg-config)
15306 ("r-knitr" ,r-knitr)))
15307 (home-page "https://github.com/r-spatial/sf/")
15308 (synopsis "Simple features for R")
15309 (description
15310 "This package provides support for simple features, a standardized way to
15311 encode spatial vector data. It binds to GDAL for reading and writing data, to
15312 GEOS for geometrical operations, and to PROJ for projection conversions and
15313 datum transformations.")
15314 ;; Either of these licenses
15315 (license (list license:gpl2 license:expat))))
15316
15317 (define-public r-spdep
15318 (package
15319 (name "r-spdep")
15320 (version "1.1-5")
15321 (source
15322 (origin
15323 (method url-fetch)
15324 (uri (cran-uri "spdep" version))
15325 (sha256
15326 (base32
15327 "0pbd7wrg5v44p2yxsjp774lpyzap3madir5mn5p3ix7ibk7ldjs7"))))
15328 (build-system r-build-system)
15329 (propagated-inputs
15330 `(("r-boot" ,r-boot)
15331 ("r-coda" ,r-coda)
15332 ("r-deldir" ,r-deldir)
15333 ("r-expm" ,r-expm)
15334 ("r-gmodels" ,r-gmodels)
15335 ("r-learnbayes" ,r-learnbayes)
15336 ("r-mass" ,r-mass)
15337 ("r-matrix" ,r-matrix)
15338 ("r-nlme" ,r-nlme)
15339 ("r-sf" ,r-sf)
15340 ("r-sp" ,r-sp)
15341 ("r-spdata" ,r-spdata)))
15342 (native-inputs
15343 `(("r-knitr" ,r-knitr)))
15344 (home-page "https://github.com/r-spatial/spdep/")
15345 (synopsis "Spatial dependence: weighting schemes, statistics and models")
15346 (description
15347 "This package provides a collection of functions to create spatial
15348 weights matrix objects from polygon contiguities, from point patterns by
15349 distance and tessellations, for summarizing these objects, and for permitting
15350 their use in spatial data analysis, including regional aggregation by minimum
15351 spanning tree.")
15352 (license license:gpl2+)))
15353
15354 (define-public r-adegenet
15355 (package
15356 (name "r-adegenet")
15357 (version "2.1.3")
15358 (source
15359 (origin
15360 (method url-fetch)
15361 (uri (cran-uri "adegenet" version))
15362 (sha256
15363 (base32
15364 "1ipnawi0qfd4rfwj37igvh36x1a9d8x4n7xynn1jcr12rd713407"))))
15365 (build-system r-build-system)
15366 (propagated-inputs
15367 `(("r-ade4" ,r-ade4)
15368 ("r-ape" ,r-ape)
15369 ("r-boot" ,r-boot)
15370 ("r-dplyr" ,r-dplyr)
15371 ("r-ggplot2" ,r-ggplot2)
15372 ("r-igraph" ,r-igraph)
15373 ("r-mass" ,r-mass)
15374 ("r-reshape2" ,r-reshape2)
15375 ("r-seqinr" ,r-seqinr)
15376 ("r-shiny" ,r-shiny)
15377 ("r-spdep" ,r-spdep)
15378 ("r-vegan" ,r-vegan)))
15379 (home-page "https://github.com/thibautjombart/adegenet")
15380 (synopsis "Exploratory analysis of genetic and genomic data")
15381 (description
15382 "This package provides a toolset for the exploration of genetic and
15383 genomic data. Adegenet provides formal (S4) classes for storing and handling
15384 various genetic data, including genetic markers with varying ploidy and
15385 hierarchical population structure (@code{genind} class), alleles counts by
15386 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
15387 also implements original multivariate methods (DAPC, sPCA), graphics,
15388 statistical tests, simulation tools, distance and similarity measures, and
15389 several spatial methods. A range of both empirical and simulated datasets is
15390 also provided to illustrate various methods.")
15391 (license license:gpl2+)))
15392
15393 (define-public r-pegas
15394 (package
15395 (name "r-pegas")
15396 (version "0.14")
15397 (source
15398 (origin
15399 (method url-fetch)
15400 (uri (cran-uri "pegas" version))
15401 (sha256
15402 (base32 "0lr06gajzdanj8ax91kgpxsj863m367v2s1z5gnxps3999n0xybx"))))
15403 (build-system r-build-system)
15404 (propagated-inputs
15405 `(("r-adegenet" ,r-adegenet)
15406 ("r-ape" ,r-ape)))
15407 (home-page "http://ape-package.ird.fr/pegas.html")
15408 (synopsis "Population and evolutionary genetics analysis system")
15409 (description
15410 "This package provides functions for reading, writing, plotting,
15411 analysing, and manipulating allelic and haplotypic data, including from VCF
15412 files, and for the analysis of population nucleotide sequences and
15413 micro-satellites including coalescent analyses, linkage disequilibrium,
15414 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
15415 minimum spanning tree and network, and median-joining networks.")
15416 (license license:gpl2+)))
15417
15418 (define-public r-rmetasim
15419 (package
15420 (name "r-rmetasim")
15421 (version "3.1.14")
15422 (source
15423 (origin
15424 (method url-fetch)
15425 (uri (cran-uri "rmetasim" version))
15426 (sha256
15427 (base32
15428 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
15429 (build-system r-build-system)
15430 (propagated-inputs
15431 `(("r-ade4" ,r-ade4)
15432 ("r-adegenet" ,r-adegenet)
15433 ("r-gtools" ,r-gtools)
15434 ("r-pegas" ,r-pegas)))
15435 (home-page "https://cran.r-project.org/web/packages/rmetasim")
15436 (synopsis "Individual-based population genetic simulation environment")
15437 (description
15438 "This package provides an interface between R and the metasim simulation
15439 engine. The simulation environment is documented in: Strand, A.(2002),
15440 Metasim 1.0: an individual-based environment for simulating population
15441 genetics of complex population dynamics.")
15442 ;; Any GPL version
15443 (license license:gpl2+)))
15444
15445 (define-public r-genetics
15446 (package
15447 (name "r-genetics")
15448 (version "1.3.8.1.3")
15449 (source
15450 (origin
15451 (method url-fetch)
15452 (uri (cran-uri "genetics" version))
15453 (sha256
15454 (base32
15455 "0lljxvz7nc6y2z303icphar2niir0i407w5cyhy2pwspd9gwkwpy"))))
15456 (build-system r-build-system)
15457 (propagated-inputs
15458 `(("r-combinat" ,r-combinat)
15459 ("r-gdata" ,r-gdata)
15460 ("r-gtools" ,r-gtools)
15461 ("r-mass" ,r-mass)
15462 ("r-mvtnorm" ,r-mvtnorm)))
15463 (home-page "https://cran.r-project.org/web/packages/genetics/")
15464 (synopsis "Population genetics")
15465 (description
15466 "This package provides classes and methods for handling genetic data.
15467 It includes classes to represent genotypes and haplotypes at single markers up
15468 to multiple markers on multiple chromosomes. Function include allele
15469 frequencies, flagging homo/heterozygotes, flagging carriers of certain
15470 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
15471 and testing for linkage disequilibrium, ...")
15472 ;; Any GPL version.
15473 (license license:gpl2+)))
15474
15475 (define-public r-snp-plotter
15476 (package
15477 (name "r-snp-plotter")
15478 (version "0.5.1")
15479 (source
15480 (origin
15481 (method url-fetch)
15482 (uri (cran-uri "snp.plotter" version))
15483 (sha256
15484 (base32
15485 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
15486 (properties `((upstream-name . "snp.plotter")))
15487 (build-system r-build-system)
15488 (propagated-inputs `(("r-genetics" ,r-genetics)))
15489 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
15490 (synopsis "Plot p-values using single SNP and/or haplotype data")
15491 (description
15492 "This package helps you create plots of p-values using single SNP and/or
15493 haplotype data. Main features of the package include options to display a
15494 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
15495 datasets simultaneously. Plots can be created using global and/or individual
15496 haplotype p-values along with single SNP p-values. Images are created as
15497 either PDF/EPS files.")
15498 (license license:gpl2+)))
15499
15500 (define-public r-polspline
15501 (package
15502 (name "r-polspline")
15503 (version "1.1.19")
15504 (source
15505 (origin
15506 (method url-fetch)
15507 (uri (cran-uri "polspline" version))
15508 (sha256
15509 (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
15510 (build-system r-build-system)
15511 (native-inputs `(("gfortran" ,gfortran)))
15512 (home-page "https://cran.r-project.org/web/packages/polspline/")
15513 (synopsis "Polynomial spline routines")
15514 (description
15515 "This package provides routines for the polynomial spline fitting
15516 routines hazard regression, hazard estimation with flexible tails, logspline,
15517 lspec, polyclass, and polymars.")
15518 (license license:gpl2+)))
15519
15520 (define-public r-rms
15521 (package
15522 (name "r-rms")
15523 (version "6.1-1")
15524 (source
15525 (origin
15526 (method url-fetch)
15527 (uri (cran-uri "rms" version))
15528 (sha256
15529 (base32 "1zgfd60lzbakcv7x0i5k3lkw3s0xx5bzssjgangna5lq2j17cdli"))))
15530 (build-system r-build-system)
15531 (propagated-inputs
15532 `(("r-cluster" ,r-cluster)
15533 ("r-digest" ,r-digest)
15534 ("r-ggplot2" ,r-ggplot2)
15535 ("r-hmisc" ,r-hmisc)
15536 ("r-htmltable" ,r-htmltable)
15537 ("r-htmltools" ,r-htmltools)
15538 ("r-lattice" ,r-lattice)
15539 ("r-mass" ,r-mass)
15540 ("r-multcomp" ,r-multcomp)
15541 ("r-nlme" ,r-nlme)
15542 ("r-polspline" ,r-polspline)
15543 ("r-quantreg" ,r-quantreg)
15544 ("r-rpart" ,r-rpart)
15545 ("r-sparsem" ,r-sparsem)
15546 ("r-survival" ,r-survival)))
15547 (native-inputs `(("gfortran" ,gfortran)))
15548 (home-page "http://biostat.mc.vanderbilt.edu/rms")
15549 (synopsis "Regression modeling strategies")
15550 (description
15551 "This is a package for regression modeling, testing, estimation,
15552 validation, graphics, prediction, and typesetting by storing enhanced model
15553 design attributes in the fit. The rms package is a collection of functions
15554 that assist with and streamline modeling. It also contains functions for
15555 binary and ordinal logistic regression models, ordinal models for continuous Y
15556 with a variety of distribution families, and the Buckley-James multiple
15557 regression model for right-censored responses, and implements penalized
15558 maximum likelihood estimation for logistic and ordinary linear models. The
15559 package works with almost any regression model, but it was especially written
15560 to work with binary or ordinal regression models, Cox regression, accelerated
15561 failure time models, ordinary linear models, the Buckley-James model,
15562 generalized least squares for serially or spatially correlated observations,
15563 generalized linear models, and quantile regression.")
15564 (license license:gpl2+)))
15565
15566 (define-public r-arsenal
15567 (package
15568 (name "r-arsenal")
15569 (version "3.6.2")
15570 (source
15571 (origin
15572 (method url-fetch)
15573 (uri (cran-uri "arsenal" version))
15574 (sha256
15575 (base32
15576 "0spm0s23xs5bm88slkz6a65mbs663qhnravwxp7rkdkr378vb5fn"))))
15577 (properties `((upstream-name . "arsenal")))
15578 (build-system r-build-system)
15579 (propagated-inputs `(("r-knitr" ,r-knitr)))
15580 (native-inputs `(("r-knitr" ,r-knitr)))
15581 (home-page "https://github.com/mayoverse/arsenal")
15582 (synopsis "Functions for large-scale statistical summaries")
15583 (description
15584 "This package provides an arsenal of R functions for large-scale
15585 statistical summaries, which are streamlined to work within the latest
15586 reporting tools in R and RStudio and which use formulas and versatile
15587 summary statistics for summary tables and models. The primary functions
15588 include
15589
15590 @enumerate
15591 @item @code{tableby}, a Table-1-like summary of multiple variable types by the
15592 levels of one or more categorical variables;
15593 @item @code{paired}, a Table-1-like summary of multiple variable types paired
15594 across two time points;
15595 @item @code{modelsum}, which performs simple model fits on one or more
15596 endpoints for many variables (univariate or adjusted for covariates);
15597 @item @code{freqlist}, a powerful frequency table across many categorical
15598 variables;
15599 @item @code{comparedf}, a function for comparing @code{data.frames}; and
15600 @item @code{write2}, a function to output tables to a document.
15601 @end enumerate
15602 ")
15603 (license license:gpl2+)))
15604
15605 (define-public r-haplo-stats
15606 (package
15607 (name "r-haplo-stats")
15608 (version "1.8.6")
15609 (source
15610 (origin
15611 (method url-fetch)
15612 (uri (cran-uri "haplo.stats" version))
15613 (sha256
15614 (base32
15615 "1imz4gs0n57vixwwbirrihpgvn2pyj5da4rgjcjk14n2xkk0nay7"))))
15616 (properties `((upstream-name . "haplo.stats")))
15617 (build-system r-build-system)
15618 (propagated-inputs
15619 `(("r-arsenal" ,r-arsenal)
15620 ("r-rms" ,r-rms)))
15621 (native-inputs
15622 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
15623 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
15624 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
15625 (description
15626 "This package provides routines for the analysis of indirectly measured
15627 haplotypes. The statistical methods assume that all subjects are unrelated
15628 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
15629 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
15630 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
15631 examples in the vignette.")
15632 (license license:gpl2+)))
15633
15634 (define-public r-bqtl
15635 (package
15636 (name "r-bqtl")
15637 (version "1.0-32")
15638 (source
15639 (origin
15640 (method url-fetch)
15641 (uri (cran-uri "bqtl" version))
15642 (sha256
15643 (base32
15644 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
15645 (build-system r-build-system)
15646 (native-inputs `(("gfortran" ,gfortran)))
15647 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
15648 (synopsis "Bayesian QTL mapping toolkit")
15649 (description
15650 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
15651 lines. It includes maximum likelihood and Bayesian tools.")
15652 (license license:gpl2+)))
15653
15654 (define-public r-ibdreg
15655 (package
15656 (name "r-ibdreg")
15657 (version "0.3.1")
15658 (source
15659 (origin
15660 (method url-fetch)
15661 (uri (cran-uri "ibdreg" version))
15662 (sha256
15663 (base32
15664 "0kgx9iavgm6d6njhki7bm82d6lw2c7kcch2pryd339js2hm0l5gq"))))
15665 (build-system r-build-system)
15666 (home-page "https://www.mayo.edu/research/labs/\
15667 statistical-genetics-genetic-epidemiology/software")
15668 (synopsis "Regression methods for IBD linkage with covariates")
15669 (description
15670 "This package provides a method to test genetic linkage with covariates
15671 by regression methods with response IBD sharing for relative pairs. Account
15672 for correlations of IBD statistics and covariates for relative pairs within
15673 the same pedigree.")
15674 (license license:gpl2+)))
15675
15676 (define-public r-dlmap
15677 (package
15678 (name "r-dlmap")
15679 (version "1.13")
15680 (source
15681 (origin
15682 (method url-fetch)
15683 (uri (cran-uri "dlmap" version))
15684 (sha256
15685 (base32
15686 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
15687 (build-system r-build-system)
15688 (propagated-inputs
15689 `(("r-ibdreg" ,r-ibdreg)
15690 ("r-mgcv" ,r-mgcv)
15691 ("r-nlme" ,r-nlme)
15692 ("r-qtl" ,r-qtl)
15693 ("r-wgaim" ,r-wgaim)))
15694 (home-page "https://cran.r-project.org/web/packages/dlmap/")
15695 (synopsis "Detection localization mapping for QTL")
15696 (description
15697 "This is package for QTL mapping in a mixed model framework with separate
15698 detection and localization stages. The first stage detects the number of QTL
15699 on each chromosome based on the genetic variation due to grouped markers on
15700 the chromosome; the second stage uses this information to determine the most
15701 likely QTL positions. The mixed model can accommodate general fixed and
15702 random effects, including spatial effects in field trials and pedigree
15703 effects. It is applicable to backcrosses, doubled haploids, recombinant
15704 inbred lines, F2 intercrosses, and association mapping populations.")
15705 (license license:gpl2)))
15706
15707 (define-public r-hwde
15708 (package
15709 (name "r-hwde")
15710 (version "0.67")
15711 (source
15712 (origin
15713 (method url-fetch)
15714 (uri (cran-uri "hwde" version))
15715 (sha256
15716 (base32
15717 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
15718 (build-system r-build-system)
15719 (home-page "https://cran.r-project.org/web/packages/hwde/")
15720 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
15721 (description
15722 "This package fits models for genotypic disequilibria, as described in
15723 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
15724 terms are available that account for first order interactions between loci.
15725 It also implements, for a single locus in a single population, a conditional
15726 exact test for Hardy-Weinberg equilibrium.")
15727 (license license:gpl2+)))
15728
15729 (define-public r-tdthap
15730 (package
15731 (name "r-tdthap")
15732 (version "1.1-11")
15733 (source
15734 (origin
15735 (method url-fetch)
15736 (uri (cran-uri "tdthap" version))
15737 (sha256
15738 (base32
15739 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
15740 (build-system r-build-system)
15741 (home-page "https://cran.r-project.org/web/packages/tdthap/")
15742 (synopsis "TDT tests for extended haplotypes")
15743 (description
15744 "Functions and examples are provided for transmission/disequilibrium
15745 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
15746 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
15747 (license license:artistic2.0)))
15748
15749 (define-public r-sparql
15750 (package
15751 (name "r-sparql")
15752 (version "1.16")
15753 (source (origin
15754 (method url-fetch)
15755 (uri (cran-uri "SPARQL" version))
15756 (sha256
15757 (base32
15758 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
15759 (properties `((upstream-name . "SPARQL")))
15760 (build-system r-build-system)
15761 (propagated-inputs
15762 `(("r-rcurl" ,r-rcurl)
15763 ("r-xml" ,r-xml)))
15764 (home-page "https://cran.r-project.org/web/packages/SPARQL")
15765 (synopsis "SPARQL client for R")
15766 (description "This package provides an interface to use SPARQL to pose
15767 SELECT or UPDATE queries to an end-point.")
15768 ;; The only license indication is found in the DESCRIPTION file,
15769 ;; which states GPL-3. So we cannot assume GPLv3+.
15770 (license license:gpl3)))
15771
15772 (define-public r-bookdown
15773 (package
15774 (name "r-bookdown")
15775 (version "0.21")
15776 (source (origin
15777 (method url-fetch)
15778 (uri (cran-uri "bookdown" version))
15779 (sha256
15780 (base32
15781 "0xms1srx9l2mn8xaxnpic0s21y8k56bhwpj45wy7b0yscmxgmh27"))))
15782 (build-system r-build-system)
15783 (propagated-inputs
15784 `(("r-htmltools" ,r-htmltools)
15785 ("r-knitr" ,r-knitr)
15786 ("r-rmarkdown" ,r-rmarkdown)
15787 ("r-tinytex" ,r-tinytex)
15788 ("r-xfun" ,r-xfun)
15789 ("r-yaml" ,r-yaml)
15790 ("pandoc" ,pandoc)))
15791 (home-page "https://github.com/rstudio/bookdown")
15792 (synopsis "Authoring books and technical documents with R markdown")
15793 (description "This package provides output formats and utilities for
15794 authoring books and technical documents with R Markdown.")
15795 (license license:gpl3)))
15796
15797 (define-public r-optparse
15798 (package
15799 (name "r-optparse")
15800 (version "1.6.6")
15801 (source
15802 (origin
15803 (method url-fetch)
15804 (uri (cran-uri "optparse" version))
15805 (sha256
15806 (base32
15807 "1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
15808 (build-system r-build-system)
15809 (propagated-inputs
15810 `(("r-getopt" ,r-getopt)))
15811 (native-inputs
15812 `(("r-knitr" ,r-knitr)))
15813 (home-page "https://github.com/trevorld/optparse")
15814 (synopsis "Command line option parser")
15815 (description
15816 "This package provides a command line parser inspired by Python's
15817 @code{optparse} library to be used with Rscript to write shebang scripts
15818 that accept short and long options.")
15819 (license license:gpl2+)))
15820
15821 (define-public r-kernlab
15822 (package
15823 (name "r-kernlab")
15824 (version "0.9-29")
15825 (source
15826 (origin
15827 (method url-fetch)
15828 (uri (cran-uri "kernlab" version))
15829 (sha256
15830 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
15831 (build-system r-build-system)
15832 (home-page "https://cran.r-project.org/web/packages/kernlab")
15833 (synopsis "Kernel-based machine learning tools")
15834 (description
15835 "This package provides kernel-based machine learning methods for
15836 classification, regression, clustering, novelty detection, quantile regression
15837 and dimensionality reduction. Among other methods @code{kernlab} includes
15838 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
15839 and a QP solver.")
15840 (license license:gpl2)))
15841
15842 (define-public r-hierfstat
15843 (package
15844 (name "r-hierfstat")
15845 (version "0.5-7")
15846 (source
15847 (origin
15848 (method url-fetch)
15849 (uri (cran-uri "hierfstat" version))
15850 (sha256
15851 (base32
15852 "0dp8k1z5a8gqnax99y1hwfvxilzf4n2i751zr0z6ihrzirsvb3m3"))))
15853 (build-system r-build-system)
15854 (propagated-inputs
15855 `(("r-ade4" ,r-ade4)
15856 ("r-adegenet" ,r-adegenet)
15857 ("r-gaston" ,r-gaston)
15858 ("r-gtools" ,r-gtools)))
15859 (native-inputs
15860 `(("r-knitr" ,r-knitr)))
15861 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
15862 (synopsis "Estimation and tests of hierarchical F-statistics")
15863 (description
15864 "This package allows the estimation of hierarchical F-statistics from
15865 haploid or diploid genetic data with any numbers of levels in the hierarchy,
15866 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
15867 are also given to test via randomisations the significance of each F and
15868 variance components, using the likelihood-ratio statistics G.")
15869 (license license:gpl2+)))
15870
15871 (define-public r-hapassoc
15872 (package
15873 (name "r-hapassoc")
15874 (version "1.2-8")
15875 (source
15876 (origin
15877 (method url-fetch)
15878 (uri (cran-uri "hapassoc" version))
15879 (sha256
15880 (base32
15881 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
15882 (build-system r-build-system)
15883 (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html")
15884 (synopsis "Inference of trait associations with SNP haplotypes")
15885 (description
15886 "Hapassoc performs likelihood inference of trait associations with
15887 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
15888 functions are developed primarily for data collected in cohort or
15889 cross-sectional studies. They can accommodate uncertain haplotype phase and
15890 handle missing genotypes at some SNPs.")
15891 (license license:gpl2)))
15892
15893 (define-public r-sampling
15894 (package
15895 (name "r-sampling")
15896 (version "2.9")
15897 (source
15898 (origin
15899 (method url-fetch)
15900 (uri (cran-uri "sampling" version))
15901 (sha256
15902 (base32
15903 "11xis4vzn2ga8ml9xrgfgqzccvwbnabq35aidzdvpnvciybsanvz"))))
15904 (build-system r-build-system)
15905 (propagated-inputs
15906 `(("r-lpsolve" ,r-lpsolve)
15907 ("r-mass" ,r-mass)))
15908 (home-page "https://cran.r-project.org/web/packages/sampling/")
15909 (synopsis "Survey sampling")
15910 (description
15911 "This package provides functions for drawing and calibrating samples.")
15912 (license license:gpl2+)))
15913
15914 (define-public r-r2html
15915 (package
15916 (name "r-r2html")
15917 (version "2.3.2")
15918 (source
15919 (origin
15920 (method url-fetch)
15921 (uri (cran-uri "R2HTML" version))
15922 (sha256
15923 (base32
15924 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
15925 (properties `((upstream-name . "R2HTML")))
15926 (build-system r-build-system)
15927 (home-page "https://github.com/nalimilan/R2HTML")
15928 (synopsis "HTML export for R objects")
15929 (description
15930 "This package includes HTML functions and methods to write in an HTML
15931 file. Thus, making HTML reports is easy. It includes a function that allows
15932 redirection on the fly, which appears to be very useful for teaching purposes,
15933 as the student can keep a copy of the produced output to keep all that they
15934 did during the course. The package comes with a vignette describing how to
15935 write HTML reports for statistical analysis. Finally, a driver for Sweave
15936 parses HTML flat files containing R code and to automatically write
15937 the corresponding outputs (tables and graphs).")
15938 (license license:gpl2+)))
15939
15940 (define-public r-rjava
15941 (package
15942 (name "r-rjava")
15943 (version "0.9-13")
15944 (source
15945 (origin
15946 (method url-fetch)
15947 (uri (cran-uri "rJava" version))
15948 (sha256
15949 (base32
15950 "1x3mihyqzr61j52rwaqciw43mkjzmhib4s6qf57v6xj40ksqh5jv"))))
15951 (properties `((upstream-name . "rJava")))
15952 (build-system r-build-system)
15953 (arguments
15954 `(#:modules ((guix build utils)
15955 (guix build r-build-system)
15956 (ice-9 match))
15957 #:phases
15958 (modify-phases %standard-phases
15959 (add-after 'unpack 'set-JAVA_HOME
15960 (lambda* (#:key inputs #:allow-other-keys)
15961 (let ((jdk (assoc-ref inputs "jdk")))
15962 (setenv "JAVA_HOME" jdk)
15963 (setenv "JAVA" (which "java"))
15964 (setenv "JAR" (which "jar"))
15965 (setenv "JAVAC" (which "javac"))
15966 (setenv "JAVAH" (which "javah"))
15967 (setenv "JAVA_CPPFLAGS"
15968 (string-append "-I" jdk "/include "
15969 "-I" jdk "/include/linux"))
15970 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
15971 ((lib) (setenv "JAVA_LIBS" lib))
15972 (_ (error "Could not find libjvm.so"))))
15973 #t)))))
15974 (inputs
15975 `(("icu4c" ,icu4c)
15976 ("jdk" ,icedtea-8 "jdk")
15977 ("pcre" ,pcre)
15978 ("zlib" ,zlib)))
15979 (home-page "https://www.rforge.net/rJava/")
15980 (synopsis "Low-Level R to Java interface")
15981 (description
15982 "This package provides a low-level interface to the Java VM very much
15983 like .C/.Call and friends. It allows the creation of objects, calling methods
15984 and accessing fields.")
15985 (license license:gpl2)))
15986
15987 (define-public r-svmisc
15988 (package
15989 (name "r-svmisc")
15990 (version "1.1.0")
15991 (source
15992 (origin
15993 (method url-fetch)
15994 (uri (cran-uri "svMisc" version))
15995 (sha256
15996 (base32
15997 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
15998 (properties `((upstream-name . "svMisc")))
15999 (build-system r-build-system)
16000 (home-page "https://github.com/SciViews/svMisc")
16001 (synopsis "Miscellaneous functions for SciViews")
16002 (description
16003 "This package provides miscellaneous functions for SciViews or general
16004 use, including tools to manage a temporary environment attached to the search
16005 path for temporary variables you do not want to @code{save()} or
16006 @code{load()}; test the current platform; showing progress bars, etc.")
16007 (license license:gpl2)))
16008
16009 (define-public r-xyz
16010 (package
16011 (name "r-xyz")
16012 (version "0.2")
16013 (source
16014 (origin
16015 (method url-fetch)
16016 (uri (cran-uri "xyz" version))
16017 (sha256
16018 (base32
16019 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
16020 (build-system r-build-system)
16021 (propagated-inputs
16022 `(("r-rcpp" ,r-rcpp)))
16023 (home-page "https://cran.r-project.org/web/packages/xyz/")
16024 (synopsis "Algorithm for fast interaction search in high-dimensional data")
16025 (description
16026 "High dimensional interaction search by brute force requires a quadratic
16027 computational cost in the number of variables. The xyz algorithm provably
16028 finds strong interactions in almost linear time. For details of the algorithm
16029 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
16030 interaction search in high-dimensional data.")
16031 ;; Any version of the GPL.
16032 (license license:gpl2+)))
16033
16034 (define-public r-rttf2pt1
16035 (package
16036 (name "r-rttf2pt1")
16037 (version "1.3.8")
16038 (source
16039 (origin
16040 (method url-fetch)
16041 (uri (cran-uri "Rttf2pt1" version))
16042 (sha256
16043 (base32
16044 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
16045 (properties `((upstream-name . "Rttf2pt1")))
16046 (build-system r-build-system)
16047 (home-page "https://github.com/wch/Rttf2pt1")
16048 (synopsis "Font conversion utility")
16049 (description
16050 "This package contains the program @code{ttf2pt1}, for use with the
16051 @code{extrafont} package.")
16052 ;; Most of the files are covered under the Expat license. Some files are
16053 ;; covered under BSD-3. Deviations for individual files are recorded in
16054 ;; the LICENSE file.
16055 (license (list license:bsd-3 license:expat
16056 (license:non-copyleft "file://LICENSE")))))
16057
16058 (define-public r-extrafontdb
16059 (package
16060 (name "r-extrafontdb")
16061 (version "1.0")
16062 (source
16063 (origin
16064 (method url-fetch)
16065 (uri (cran-uri "extrafontdb" version))
16066 (sha256
16067 (base32
16068 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
16069 (build-system r-build-system)
16070 (home-page "https://github.com/wch/extrafontdb")
16071 (synopsis "Database for the extrafont package")
16072 (description
16073 "This package holds the database for the @code{extrafont} package.")
16074 (license license:gpl2)))
16075
16076 (define-public r-extrafont
16077 (package
16078 (name "r-extrafont")
16079 (version "0.17")
16080 (source
16081 (origin
16082 (method url-fetch)
16083 (uri (cran-uri "extrafont" version))
16084 (sha256
16085 (base32
16086 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
16087 (build-system r-build-system)
16088 (propagated-inputs
16089 `(("r-extrafontdb" ,r-extrafontdb)
16090 ("r-rttf2pt1" ,r-rttf2pt1)))
16091 (home-page "https://github.com/wch/extrafont")
16092 (synopsis "Tools for using fonts in R")
16093 (description
16094 "The extrafont package makes it easier to use fonts other than the basic
16095 PostScript fonts that R uses. Fonts that are imported into extrafont can be
16096 used with PDF or PostScript output files. There are two hurdles for using
16097 fonts in PDF (or Postscript) output files:
16098
16099 @enumerate
16100 @item Making R aware of the font and the dimensions of the characters.
16101 @item Embedding the fonts in the PDF file so that the PDF can be displayed
16102 properly on a device that doesn't have the font. This is usually needed if
16103 you want to print the PDF file or share it with others.
16104 @end enumerate
16105
16106 The extrafont package makes both of these things easier.")
16107 (license license:gpl2)))
16108
16109 (define-public r-xkcd
16110 (package
16111 (name "r-xkcd")
16112 (version "0.0.6")
16113 (source
16114 (origin
16115 (method url-fetch)
16116 (uri (cran-uri "xkcd" version))
16117 (sha256
16118 (base32
16119 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
16120 (build-system r-build-system)
16121 (propagated-inputs
16122 `(("r-extrafont" ,r-extrafont)
16123 ("r-ggplot2" ,r-ggplot2)
16124 ("r-hmisc" ,r-hmisc)))
16125 (home-page "https://cran.r-project.org/web/packages/xkcd/")
16126 (synopsis "Plot ggplot2 graphics in the XKCD style")
16127 (description
16128 "This package provides the means to plot ggplot2 graphs in the style of
16129 the XKCD web comic.")
16130 (license license:gpl3)))
16131
16132 (define-public r-msigdbr
16133 (package
16134 (name "r-msigdbr")
16135 (version "7.2.1")
16136 (source
16137 (origin
16138 (method url-fetch)
16139 (uri (cran-uri "msigdbr" version))
16140 (sha256
16141 (base32
16142 "1rc2p9vw57pn4prmfgay4w18qd53ggq7wxfsi9kp7w25ciip1dq1"))))
16143 (build-system r-build-system)
16144 (propagated-inputs
16145 `(("r-dplyr" ,r-dplyr)
16146 ("r-magrittr" ,r-magrittr)
16147 ("r-rlang" ,r-rlang)
16148 ("r-tibble" ,r-tibble)
16149 ("r-tidyselect" ,r-tidyselect)))
16150 (native-inputs
16151 `(("r-knitr" ,r-knitr)))
16152 (home-page "https://github.com/igordot/msigdbr")
16153 (synopsis "MSigDB gene sets for multiple organisms")
16154 (description
16155 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
16156 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
16157 software in a standard R data frame with key-value pairs. Included are the
16158 original human gene symbols and Entrez IDs as well as the equivalents for
16159 various frequently studied model organisms such as mouse, rat, pig, fly, and
16160 yeast.")
16161 ;; The package is covered under the Expat license, but the upstream MSigDB
16162 ;; files are made available under the Creative Commons Attribution 4.0
16163 ;; International license.
16164 (license (list license:expat license:cc-by4.0))))
16165
16166 (define-public r-gridgraphics
16167 (package
16168 (name "r-gridgraphics")
16169 (version "0.5-1")
16170 (source
16171 (origin
16172 (method url-fetch)
16173 (uri (cran-uri "gridGraphics" version))
16174 (sha256
16175 (base32
16176 "12yswy02j3h5wir7m5jnkhpjmb0sa4snn61vjd68i49qwsa6w219"))))
16177 (properties `((upstream-name . "gridGraphics")))
16178 (build-system r-build-system)
16179 (home-page "https://github.com/pmur002/gridgraphics")
16180 (synopsis "Redraw base graphics using @code{grid} graphics")
16181 (description
16182 "This package provides functions to convert a page of plots drawn with
16183 the @code{graphics} package into identical output drawn with the @code{grid}
16184 package. The result looks like the original @code{graphics}-based plot, but
16185 consists of @code{grid} grobs and viewports that can then be manipulated with
16186 @code{grid} functions (e.g., edit grobs and revisit viewports).")
16187 (license license:gpl2+)))
16188
16189 (define-public r-farver
16190 (package
16191 (name "r-farver")
16192 (version "2.1.0")
16193 (source
16194 (origin
16195 (method url-fetch)
16196 (uri (cran-uri "farver" version))
16197 (sha256
16198 (base32
16199 "1x6ffwxqbrwlylnk995jz2a6nz2y9z59jaq0ncpni7q40w367j75"))))
16200 (build-system r-build-system)
16201 (home-page "https://github.com/thomasp85/farver")
16202 (synopsis "Vectorized color conversion and comparison")
16203 (description
16204 "The encoding of color can be handled in many different ways, using
16205 different color spaces. As different color spaces have different uses,
16206 efficient conversion between these representations are important. This
16207 package provides a set of functions that gives access to very fast color space
16208 conversion and comparisons implemented in C++, and offers 100-fold speed
16209 improvements over the @code{convertColor} function in the @code{grDevices}
16210 package.")
16211 (license license:expat)))
16212
16213 (define-public r-ggplotify
16214 (package
16215 (name "r-ggplotify")
16216 (version "0.0.5")
16217 (source
16218 (origin
16219 (method url-fetch)
16220 (uri (cran-uri "ggplotify" version))
16221 (sha256
16222 (base32
16223 "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
16224 (build-system r-build-system)
16225 (propagated-inputs
16226 `(("r-ggplot2" ,r-ggplot2)
16227 ("r-gridgraphics" ,r-gridgraphics)
16228 ("r-rvcheck" ,r-rvcheck)))
16229 (native-inputs
16230 `(("r-knitr" ,r-knitr)))
16231 (home-page "https://github.com/GuangchuangYu/ggplotify")
16232 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
16233 (description
16234 "This package provides tools to convert plot function calls (using
16235 expression or formula) to @code{grob} or @code{ggplot} objects that are
16236 compatible with the @code{grid} and @code{ggplot2} environment. With this
16237 package, we are able to e.g. use @code{cowplot} to align plots produced by
16238 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
16239 converting them to @code{ggplot} objects.")
16240 (license license:artistic2.0)))
16241
16242 (define-public r-triebeard
16243 (package
16244 (name "r-triebeard")
16245 (version "0.3.0")
16246 (source
16247 (origin
16248 (method url-fetch)
16249 (uri (cran-uri "triebeard" version))
16250 (sha256
16251 (base32
16252 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
16253 (build-system r-build-system)
16254 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16255 (home-page "https://github.com/Ironholds/triebeard/")
16256 (synopsis "Radix trees in Rcpp")
16257 (description
16258 "Radix trees, or tries, are key-value data structures optimized for
16259 efficient lookups, similar in purpose to hash tables. This package provides
16260 an implementation of radix trees for use in R programming and in developing
16261 packages with Rcpp.")
16262 (license license:expat)))
16263
16264 (define-public r-tweenr
16265 (package
16266 (name "r-tweenr")
16267 (version "1.0.1")
16268 (source
16269 (origin
16270 (method url-fetch)
16271 (uri (cran-uri "tweenr" version))
16272 (sha256
16273 (base32
16274 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
16275 (build-system r-build-system)
16276 (propagated-inputs
16277 `(("r-farver" ,r-farver)
16278 ("r-magrittr" ,r-magrittr)
16279 ("r-rcpp" ,r-rcpp)
16280 ("r-rlang" ,r-rlang)))
16281 (home-page "https://github.com/thomasp85/tweenr")
16282 (synopsis "Interpolate data for smooth animations")
16283 (description
16284 "In order to create smooth animation between states of data, tweening is
16285 necessary. This package provides a range of functions for creating tweened
16286 data that can be used as basis for animation. Furthermore it adds a number of
16287 vectorized interpolaters for common R data types such as numeric, date and
16288 color.")
16289 (license license:expat)))
16290
16291 (define-public r-polyclip
16292 (package
16293 (name "r-polyclip")
16294 (version "1.10-0")
16295 (source
16296 (origin
16297 (method url-fetch)
16298 (uri (cran-uri "polyclip" version))
16299 (sha256
16300 (base32
16301 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
16302 (build-system r-build-system)
16303 (native-inputs `(("pkg-config" ,pkg-config)))
16304 (home-page "http://www.angusj.com/delphi/clipper.php")
16305 (synopsis "Polygon clipping")
16306 (description
16307 "This package provides an R port of the library Clipper. It performs
16308 polygon clipping operations (intersection, union, set minus, set difference)
16309 for polygonal regions of arbitrary complexity, including holes. It computes
16310 offset polygons (spatial buffer zones, morphological dilations, Minkowski
16311 dilations) for polygonal regions and polygonal lines. It computes the
16312 Minkowski Sum of general polygons. There is a function for removing
16313 self-intersections from polygon data.")
16314 (license license:boost1.0)))
16315
16316 (define-public r-urltools
16317 (package
16318 (name "r-urltools")
16319 (version "1.7.3")
16320 (source
16321 (origin
16322 (method url-fetch)
16323 (uri (cran-uri "urltools" version))
16324 (sha256
16325 (base32
16326 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
16327 (build-system r-build-system)
16328 (propagated-inputs
16329 `(("r-rcpp" ,r-rcpp)
16330 ("r-triebeard" ,r-triebeard)))
16331 (home-page "https://github.com/Ironholds/urltools/")
16332 (synopsis "Vectorized tools for URL handling and parsing")
16333 (description
16334 "This package provides a toolkit for all URL-handling needs, including
16335 encoding and decoding, parsing, parameter extraction and modification. All
16336 functions are designed to be both fast and entirely vectorized. It is
16337 intended to be useful for people dealing with web-related datasets, such as
16338 server-side logs, although may be useful for other situations involving large
16339 sets of URLs.")
16340 (license license:expat)))
16341
16342 (define-public r-ggforce
16343 (package
16344 (name "r-ggforce")
16345 (version "0.3.3")
16346 (source
16347 (origin
16348 (method url-fetch)
16349 (uri (cran-uri "ggforce" version))
16350 (sha256
16351 (base32
16352 "0bwzjbjl678xvc2ihm80dwn9pidwafqjdab3k299csys16s3na1a"))))
16353 (build-system r-build-system)
16354 (propagated-inputs
16355 `(("r-ggplot2" ,r-ggplot2)
16356 ("r-gtable" ,r-gtable)
16357 ("r-mass" ,r-mass)
16358 ("r-polyclip" ,r-polyclip)
16359 ("r-rcpp" ,r-rcpp)
16360 ("r-rcppeigen" ,r-rcppeigen)
16361 ("r-rlang" ,r-rlang)
16362 ("r-scales" ,r-scales)
16363 ("r-tidyselect" ,r-tidyselect)
16364 ("r-tweenr" ,r-tweenr)
16365 ("r-withr" ,r-withr)))
16366 (home-page "https://ggforce.data-imaginist.com")
16367 (synopsis "Accelerating ggplot2")
16368 (description
16369 "The aim of the ggplot2 package is to aid in visual data investigations.
16370 This focus has led to a lack of facilities for composing specialized plots.
16371 Thi package aims to be a collection of mainly new statistics and geometries
16372 that fills this gap.")
16373 (license license:expat)))
16374
16375 (define-public r-europepmc
16376 (package
16377 (name "r-europepmc")
16378 (version "0.4")
16379 (source
16380 (origin
16381 (method url-fetch)
16382 (uri (cran-uri "europepmc" version))
16383 (sha256
16384 (base32
16385 "174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
16386 (build-system r-build-system)
16387 (propagated-inputs
16388 `(("r-dplyr" ,r-dplyr)
16389 ("r-httr" ,r-httr)
16390 ("r-jsonlite" ,r-jsonlite)
16391 ("r-plyr" ,r-plyr)
16392 ("r-progress" ,r-progress)
16393 ("r-purrr" ,r-purrr)
16394 ("r-rlang" ,r-rlang)
16395 ("r-tibble" ,r-tibble)
16396 ("r-tidyr" ,r-tidyr)
16397 ("r-urltools" ,r-urltools)
16398 ("r-xml2" ,r-xml2)))
16399 (native-inputs
16400 `(("r-knitr" ,r-knitr)))
16401 (home-page "https://github.com/ropensci/europepmc/")
16402 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
16403 (description
16404 "This package provides an R Client for the
16405 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
16406 Service}. It gives access to both metadata on life science literature and
16407 open access full texts. Europe PMC indexes all PubMed content and other
16408 literature sources including Agricola, a bibliographic database of citations
16409 to the agricultural literature, or Biological Patents. In addition to
16410 bibliographic metadata, the client allows users to fetch citations and
16411 reference lists. Links between life-science literature and other EBI
16412 databases, including ENA, PDB or ChEMBL are also accessible.")
16413 (license license:gpl3)))
16414
16415 (define-public r-ggraph
16416 (package
16417 (name "r-ggraph")
16418 (version "2.0.5")
16419 (source
16420 (origin
16421 (method url-fetch)
16422 (uri (cran-uri "ggraph" version))
16423 (sha256
16424 (base32
16425 "0m4n8iw2b9jk8hcy5blg5w59zsqcpsbv27wbw598dvljpafx8sp3"))))
16426 (build-system r-build-system)
16427 (propagated-inputs
16428 `(("r-digest" ,r-digest)
16429 ("r-dplyr" ,r-dplyr)
16430 ("r-ggforce" ,r-ggforce)
16431 ("r-ggplot2" ,r-ggplot2)
16432 ("r-ggrepel" ,r-ggrepel)
16433 ("r-graphlayouts" ,r-graphlayouts)
16434 ("r-gtable" ,r-gtable)
16435 ("r-igraph" ,r-igraph)
16436 ("r-mass" ,r-mass)
16437 ("r-rcpp" ,r-rcpp)
16438 ("r-rlang" ,r-rlang)
16439 ("r-scales" ,r-scales)
16440 ("r-tidygraph" ,r-tidygraph)
16441 ("r-viridis" ,r-viridis)
16442 ("r-withr" ,r-withr)))
16443 (native-inputs
16444 `(("r-knitr" ,r-knitr)))
16445 (home-page "https://cran.r-project.org/web/packages/ggraph/")
16446 (synopsis "Implementation of grammar of graphics for graphs and networks")
16447 (description
16448 "The grammar of graphics as implemented in ggplot2 is a poor fit for
16449 graph and network visualizations due to its reliance on tabular data input.
16450 The ggraph package is an extension of the ggplot2 API tailored to graph
16451 visualizations and provides the same flexible approach to building up plots
16452 layer by layer.")
16453 (license license:gpl3)))
16454
16455 (define-public r-gkmsvm
16456 (package
16457 (name "r-gkmsvm")
16458 (version "0.81.0")
16459 (source
16460 (origin
16461 (method url-fetch)
16462 (uri (cran-uri "gkmSVM" version))
16463 (sha256
16464 (base32
16465 "119g5rhc7ffyviz04r04aj5z1g6abnj3ddd01g7db505sdr6lapj"))))
16466 (properties `((upstream-name . "gkmSVM")))
16467 (build-system r-build-system)
16468 (propagated-inputs
16469 `(("r-kernlab" ,r-kernlab)
16470 ("r-rcpp" ,r-rcpp)
16471 ("r-rocr" ,r-rocr)
16472 ("r-seqinr" ,r-seqinr)))
16473 (home-page "https://cran.r-project.org/web/packages/gkmSVM")
16474 (synopsis "Gapped-kmer support vector machine")
16475 (description
16476 "This R package provides tools for training gapped-kmer SVM classifiers
16477 for DNA and protein sequences. This package supports several sequence
16478 kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.")
16479 (license license:gpl2+)))
16480
16481 (define-public r-varselrf
16482 (package
16483 (name "r-varselrf")
16484 (version "0.7-8")
16485 (source
16486 (origin
16487 (method url-fetch)
16488 (uri (cran-uri "varSelRF" version))
16489 (sha256
16490 (base32
16491 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
16492 (properties `((upstream-name . "varSelRF")))
16493 (build-system r-build-system)
16494 (propagated-inputs
16495 `(("r-randomforest" ,r-randomforest)))
16496 (home-page "https://www.ligarto.org/rdiaz/software/software")
16497 (synopsis "Variable selection using random forests")
16498 (description
16499 "This package provides tools for the variable selection from random
16500 forests using both backwards variable elimination (for the selection of small
16501 sets of non-redundant variables) and selection based on the importance
16502 spectrum (somewhat similar to scree plots; for the selection of large,
16503 potentially highly-correlated variables). The main applications are in
16504 high-dimensional data (e.g., microarray data, and other genomics and
16505 proteomics applications).")
16506 (license license:gpl2+)))
16507
16508 (define-public r-pamr
16509 (package
16510 (name "r-pamr")
16511 (version "1.56.1")
16512 (source
16513 (origin
16514 (method url-fetch)
16515 (uri (cran-uri "pamr" version))
16516 (sha256
16517 (base32
16518 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
16519 (build-system r-build-system)
16520 (propagated-inputs
16521 `(("r-cluster" ,r-cluster)
16522 ("r-survival" ,r-survival)))
16523 (native-inputs `(("gfortran" ,gfortran)))
16524 (home-page "https://cran.r-project.org/web/packages/pamr/")
16525 (synopsis "Prediction Analysis for Microarrays")
16526 (description
16527 "This package provides some functions for sample classification in
16528 microarrays.")
16529 (license license:gpl2)))
16530
16531 (define-public r-rda
16532 (package
16533 (name "r-rda")
16534 (version "1.0.2-2.1")
16535 (source
16536 (origin
16537 (method url-fetch)
16538 (uri (cran-uri "rda" version))
16539 (sha256
16540 (base32
16541 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
16542 (build-system r-build-system)
16543 (home-page "https://cran.r-project.org/web/packages/rda/")
16544 (synopsis "Shrunken centroids regularized discriminant analysis")
16545 (description
16546 "This package provides tools for shrunken centroids regularized
16547 discriminant analysis for the purpose of classifying high dimensional data.")
16548 (license license:gpl2+)))
16549
16550 (define-public r-ggvis
16551 (package
16552 (name "r-ggvis")
16553 (version "0.4.7")
16554 (source
16555 (origin
16556 (method url-fetch)
16557 (uri (cran-uri "ggvis" version))
16558 (sha256
16559 (base32
16560 "1qv512pd4x5vmx15y9nvqmabbbw14h75fmi1sjbcg5yl25z0cswy"))))
16561 (build-system r-build-system)
16562 (propagated-inputs
16563 `(("r-assertthat" ,r-assertthat)
16564 ("r-dplyr" ,r-dplyr)
16565 ("r-htmltools" ,r-htmltools)
16566 ("r-jsonlite" ,r-jsonlite)
16567 ("r-magrittr" ,r-magrittr)
16568 ("r-rlang" ,r-rlang)
16569 ("r-shiny" ,r-shiny)))
16570 (home-page "https://ggvis.rstudio.com/")
16571 (synopsis "Interactive grammar of graphics")
16572 (description
16573 "This package is a data visualization package for R providing an
16574 implementation of an interactive grammar of graphics, taking the best parts of
16575 ggplot2, combining them with the reactive framework of Shiny and drawing web
16576 graphics using Vega.")
16577 (license license:gpl2)))
16578
16579 (define-public r-gbm
16580 (package
16581 (name "r-gbm")
16582 (version "2.1.8")
16583 (source
16584 (origin
16585 (method url-fetch)
16586 (uri (cran-uri "gbm" version))
16587 (sha256
16588 (base32
16589 "1h9f4ww9yc3nsvghgr2q7jjrlz29ibabxjbax1sk5wmqh2wy6pbx"))))
16590 (build-system r-build-system)
16591 (propagated-inputs
16592 `(("r-lattice" ,r-lattice)
16593 ("r-survival" ,r-survival)))
16594 (native-inputs
16595 `(("r-knitr" ,r-knitr)))
16596 (home-page "https://github.com/gbm-developers/gbm")
16597 (synopsis "Generalized boosted regression models")
16598 (description
16599 "This package is an implementation of extensions to Freund and Schapire's
16600 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
16601 regression methods for least squares, absolute loss, t-distribution loss,
16602 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
16603 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
16604 and Learning to Rank measures (LambdaMart).")
16605 (license license:gpl2+)))
16606
16607 (define-public r-threejs
16608 (package
16609 (name "r-threejs")
16610 (version "0.3.3")
16611 (source
16612 (origin
16613 (method url-fetch)
16614 (uri (cran-uri "threejs" version))
16615 (sha256
16616 (base32
16617 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
16618 (build-system r-build-system)
16619 (arguments
16620 `(#:modules ((guix build utils)
16621 (guix build r-build-system)
16622 (srfi srfi-1)
16623 (ice-9 popen))
16624 #:phases
16625 (modify-phases %standard-phases
16626 (add-after 'unpack 'process-javascript
16627 (lambda* (#:key inputs #:allow-other-keys)
16628 (with-directory-excursion "inst"
16629 (call-with-values
16630 (lambda ()
16631 (unzip2
16632 `((,(assoc-ref inputs "js-jquery")
16633 "htmlwidgets/lib/jquery/jquery.min.js")
16634 (,(assoc-ref inputs "js-threejs-111")
16635 "htmlwidgets/lib/threejs-111/three.min.js"))))
16636 (lambda (sources targets)
16637 (for-each (lambda (source target)
16638 (format #t "Processing ~a --> ~a~%"
16639 source target)
16640 (delete-file target)
16641 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16642 (call-with-output-file target
16643 (lambda (port)
16644 (dump-port minified port)))))
16645 sources targets))))
16646 #t)))))
16647 (propagated-inputs
16648 `(("r-base64enc" ,r-base64enc)
16649 ("r-crosstalk" ,r-crosstalk)
16650 ("r-htmlwidgets" ,r-htmlwidgets)
16651 ("r-igraph" ,r-igraph)))
16652 (native-inputs
16653 `(("uglify-js" ,uglify-js)
16654 ("js-jquery"
16655 ,(origin
16656 (method url-fetch)
16657 (uri "https://code.jquery.com/jquery-1.12.4.js")
16658 (sha256
16659 (base32
16660 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
16661 ("js-threejs-111"
16662 ,(origin
16663 (method url-fetch)
16664 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
16665 (sha256
16666 (base32
16667 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
16668 (home-page "https://bwlewis.github.io/rthreejs")
16669 (synopsis "Interactive 3D scatter plots, networks and globes")
16670 (description
16671 "Create interactive 3D scatter plots, network plots, and globes in R
16672 using the three.js visualization library.")
16673 (license license:expat)))
16674
16675 (define-public r-mlbench
16676 (package
16677 (name "r-mlbench")
16678 (version "2.1-3")
16679 (source
16680 (origin
16681 (method url-fetch)
16682 (uri (cran-uri "mlbench" version))
16683 (sha256
16684 (base32
16685 "157iqsld0wj8g8cbs7nh6p2x6kasmkhs3078hsmqac946gk2pydi"))))
16686 (build-system r-build-system)
16687 (home-page "https://cran.r-project.org/web/packages/mlbench/")
16688 (synopsis "Machine learning benchmark problems")
16689 (description
16690 "This package provides a collection of artificial and real-world machine
16691 learning benchmark problems, including, e.g., several data sets from the UCI
16692 repository.")
16693 (license license:gpl2)))
16694
16695 (define-public r-mpm
16696 (package
16697 (name "r-mpm")
16698 (version "1.0-22")
16699 (source
16700 (origin
16701 (method url-fetch)
16702 (uri (cran-uri "mpm" version))
16703 (sha256
16704 (base32
16705 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
16706 (build-system r-build-system)
16707 (propagated-inputs
16708 `(("r-kernsmooth" ,r-kernsmooth)
16709 ("r-mass" ,r-mass)))
16710 (home-page "http://mpm.r-forge.r-project.org")
16711 (synopsis "Multivariate projection methods")
16712 (description
16713 "This is a package for exploratory graphical analysis of multivariate
16714 data, specifically gene expression data with different projection methods:
16715 principal component analysis, correspondence analysis, spectral map
16716 analysis.")
16717 (license license:gpl2+)))
16718
16719 (define-public r-png
16720 (package
16721 (name "r-png")
16722 (version "0.1-7")
16723 (source (origin
16724 (method url-fetch)
16725 (uri (cran-uri "png" version))
16726 (sha256
16727 (base32
16728 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
16729 (build-system r-build-system)
16730 (inputs
16731 `(("libpng" ,libpng)
16732 ("zlib" ,zlib)))
16733 (home-page "https://www.rforge.net/png/")
16734 (synopsis "Read and write PNG images")
16735 (description
16736 "This package provides an easy and simple way to read, write and display
16737 bitmap images stored in the PNG format. It can read and write both files and
16738 in-memory raw vectors.")
16739 ;; Any of these GPL versions.
16740 (license (list license:gpl2 license:gpl3))))
16741
16742 (define-public r-ggcorrplot
16743 (package
16744 (name "r-ggcorrplot")
16745 (version "0.1.3")
16746 (source
16747 (origin
16748 (method url-fetch)
16749 (uri (cran-uri "ggcorrplot" version))
16750 (sha256
16751 (base32
16752 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
16753 (build-system r-build-system)
16754 (propagated-inputs
16755 `(("r-ggplot2" ,r-ggplot2)
16756 ("r-reshape2" ,r-reshape2)))
16757 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
16758 (synopsis "Visualization of a correlation matrix using ggplot2")
16759 (description
16760 "The ggcorrplot package can be used to visualize easily a correlation
16761 matrix using ggplot2. It provides a solution for reordering the correlation
16762 matrix and displays the significance level on the plot. It also includes a
16763 function for computing a matrix of correlation p-values.")
16764 (license license:gpl2)))
16765
16766 (define-public r-gridtext
16767 (package
16768 (name "r-gridtext")
16769 (version "0.1.4")
16770 (source
16771 (origin
16772 (method url-fetch)
16773 (uri (cran-uri "gridtext" version))
16774 (sha256
16775 (base32
16776 "131kw7nkfwksviwfifd2kk7lyvhxzzzv1nnj8rahkr3dik3akk61"))))
16777 (properties `((upstream-name . "gridtext")))
16778 (build-system r-build-system)
16779 (propagated-inputs
16780 `(("r-jpeg" ,r-jpeg)
16781 ("r-markdown" ,r-markdown)
16782 ("r-png" ,r-png)
16783 ("r-rcpp" ,r-rcpp)
16784 ("r-rcurl" ,r-rcurl)
16785 ("r-rlang" ,r-rlang)
16786 ("r-stringr" ,r-stringr)
16787 ("r-xml2" ,r-xml2)))
16788 (home-page "https://wilkelab.org/gridtext/")
16789 (synopsis "Improved text rendering support for Grid graphics")
16790 (description
16791 "This package provides support for rendering of formatted text using Grid
16792 graphics. Text can be formatted via a minimal subset of Markdown, HTML, and
16793 inline CSS directives, and it can be rendered both with and without word
16794 wrap.")
16795 (license license:expat)))
16796
16797 (define-public r-ggtext
16798 (package
16799 (name "r-ggtext")
16800 (version "0.1.1")
16801 (source
16802 (origin
16803 (method url-fetch)
16804 (uri (cran-uri "ggtext" version))
16805 (sha256
16806 (base32
16807 "0n19dlcys8v7myfyckr6dnq0kx79k3sbh8nwx1jsx8pgzfbi8a2b"))))
16808 (properties `((upstream-name . "ggtext")))
16809 (build-system r-build-system)
16810 (propagated-inputs
16811 `(("r-ggplot2" ,r-ggplot2)
16812 ("r-gridtext" ,r-gridtext)
16813 ("r-rlang" ,r-rlang)
16814 ("r-scales" ,r-scales)))
16815 (native-inputs `(("r-knitr" ,r-knitr)))
16816 (home-page "https://wilkelab.org/ggtext/")
16817 (synopsis "Improved text rendering support for ggplot2")
16818 (description
16819 "This package provides a ggplot2 extension that enables the rendering of
16820 complex formatted plot labels (titles, subtitles, facet labels, axis labels,
16821 etc.). Text boxes with automatic word wrap are also supported.")
16822 (license license:gpl2)))
16823
16824 ;; This package includes minified JavaScript files. When upgrading please
16825 ;; check that there are no new minified JavaScript files.
16826 (define-public r-flexdashboard
16827 (package
16828 (name "r-flexdashboard")
16829 (version "0.5.2")
16830 (source
16831 (origin
16832 (method url-fetch)
16833 (uri (cran-uri "flexdashboard" version))
16834 (sha256
16835 (base32
16836 "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
16837 (modules '((guix build utils)))
16838 (snippet
16839 '(begin
16840 ;; Delete bundled minified JavaScript files
16841 (delete-file "inst/htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
16842 (delete-file "inst/www/sly/sly.min.js")
16843 (delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
16844 (delete-file "inst/www/prism/prism.js")
16845 #t))))
16846 (build-system r-build-system)
16847 (arguments
16848 `(#:modules ((guix build utils)
16849 (guix build r-build-system)
16850 (srfi srfi-1)
16851 (srfi srfi-26)
16852 (ice-9 popen)
16853 (ice-9 textual-ports))
16854 #:phases
16855 (modify-phases %standard-phases
16856 (add-after 'unpack 'process-javascript
16857 (lambda* (#:key inputs #:allow-other-keys)
16858 (with-directory-excursion "inst"
16859 ;; Concatenate all components of prism.js
16860 (let ((contents (string-join
16861 (map (lambda (name)
16862 (call-with-input-file
16863 (assoc-ref inputs name)
16864 get-string-all))
16865 (list "js-prism"
16866 "js-prism-r"
16867 "js-prism-line-numbers"))
16868 "\n")))
16869 (call-with-output-file "prism-src.js"
16870 (cut display contents <>)))
16871 (call-with-values
16872 (lambda ()
16873 (unzip2
16874 `(("www/stickytableheaders/jquery.stickytableheaders.js"
16875 "www/stickytableheaders/jquery.stickytableheaders.min.js")
16876 ("www/sly/sly.js"
16877 "www/sly/sly.min.js")
16878 ("prism-src.js"
16879 "www/prism/prism.js")
16880 (,(assoc-ref inputs "js-raphael")
16881 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
16882 (,(assoc-ref inputs "js-featherlight")
16883 "www/featherlight/featherlight.min.js"))))
16884 (lambda (sources targets)
16885 (for-each (lambda (source target)
16886 (format #t "Processing ~a --> ~a~%"
16887 source target)
16888 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16889 (call-with-output-file target
16890 (lambda (port)
16891 (dump-port minified port)))))
16892 sources targets))))
16893 #t)))))
16894 (propagated-inputs
16895 `(("r-htmltools" ,r-htmltools)
16896 ("r-htmlwidgets" ,r-htmlwidgets)
16897 ("r-jsonlite" ,r-jsonlite)
16898 ("r-knitr" ,r-knitr)
16899 ("r-rmarkdown" ,r-rmarkdown)
16900 ("r-shiny" ,r-shiny)))
16901 (native-inputs
16902 `(("uglify-js" ,uglify-js)
16903 ("js-raphael"
16904 ,(origin
16905 (method url-fetch)
16906 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
16907 (sha256
16908 (base32
16909 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
16910 ("js-prism"
16911 ,(origin
16912 (method url-fetch)
16913 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
16914 (sha256
16915 (base32
16916 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
16917 ("js-prism-r"
16918 ,(origin
16919 (method url-fetch)
16920 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
16921 (sha256
16922 (base32
16923 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
16924 ("js-prism-line-numbers"
16925 ,(origin
16926 (method url-fetch)
16927 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
16928 (sha256
16929 (base32
16930 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
16931 ("js-featherlight"
16932 ,(origin
16933 (method url-fetch)
16934 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
16935 (sha256
16936 (base32
16937 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
16938 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
16939 (synopsis "R Markdown format for flexible dashboards")
16940 (description
16941 "This package provides an R Markdown format for converting an R Markdown
16942 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
16943 of its components to the containing web page.")
16944 (license license:expat)))
16945
16946 (define-public r-preseqr
16947 (package
16948 (name "r-preseqr")
16949 (version "4.0.0")
16950 (source
16951 (origin
16952 (method url-fetch)
16953 (uri (cran-uri "preseqR" version))
16954 (sha256
16955 (base32
16956 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
16957 (properties `((upstream-name . "preseqR")))
16958 (build-system r-build-system)
16959 (propagated-inputs
16960 `(("r-polynom" ,r-polynom)))
16961 (home-page "https://cran.r-project.org/web/packages/preseqR/")
16962 (synopsis "Predicting species accumulation curves")
16963 (description
16964 "This package can be used to predict the r-species accumulation
16965 curve (r-SAC), which is the number of species represented at least r times as
16966 a function of the sampling effort. When r = 1, the curve is known as the
16967 species accumulation curve, or the library complexity curve in high-throughput
16968 genomic sequencing. The package includes both parametric and nonparametric
16969 methods, as described by Deng C, et al. (2018).")
16970 (license license:gpl3)))
16971
16972 (define-public r-mapplots
16973 (package
16974 (name "r-mapplots")
16975 (version "1.5.1")
16976 (source
16977 (origin
16978 (method url-fetch)
16979 (uri (cran-uri "mapplots" version))
16980 (sha256
16981 (base32
16982 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
16983 (build-system r-build-system)
16984 (home-page "https://cran.r-project.org/web/packages/mapplots/")
16985 (synopsis "Data visualization on maps")
16986 (description
16987 "This package helps you create simple maps; add sub-plots like pie plots
16988 to a map or any other plot; format, plot and export gridded data. The package
16989 was developed for displaying fisheries data but most functions can be used for
16990 more generic data visualisation.")
16991 (license license:gpl2+)))
16992
16993 (define-public r-pmcmr
16994 (package
16995 (name "r-pmcmr")
16996 (version "4.3")
16997 (source
16998 (origin
16999 (method url-fetch)
17000 (uri (cran-uri "PMCMR" version))
17001 (sha256
17002 (base32
17003 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
17004 (properties `((upstream-name . "PMCMR")))
17005 (build-system r-build-system)
17006 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
17007 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
17008 (description
17009 "This is a deprecated package for calculating pairwise multiple
17010 comparisons of mean rank sums. This package is superseded by the novel
17011 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
17012 compatibility of dependent packages for some time.")
17013 (license license:gpl3+)))
17014
17015 (define-public r-downloader
17016 (package
17017 (name "r-downloader")
17018 (version "0.4")
17019 (source
17020 (origin
17021 (method url-fetch)
17022 (uri (cran-uri "downloader" version))
17023 (sha256
17024 (base32
17025 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
17026 (build-system r-build-system)
17027 (propagated-inputs
17028 `(("r-digest" ,r-digest)))
17029 (home-page "https://github.com/wch/downloader")
17030 (synopsis "Download files over HTTP and HTTPS")
17031 (description
17032 "This package provides a wrapper for the @code{download.file} function,
17033 making it possible to download files over HTTPS across platforms. The
17034 @code{RCurl} package provides this functionality (and much more) but has
17035 external dependencies. This package has is implemented purely in R.")
17036 (license license:gpl2)))
17037
17038 (define-public r-rex
17039 (package
17040 (name "r-rex")
17041 (version "1.2.0")
17042 (source
17043 (origin
17044 (method url-fetch)
17045 (uri (cran-uri "rex" version))
17046 (sha256
17047 (base32
17048 "0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
17049 (build-system r-build-system)
17050 (propagated-inputs
17051 `(("r-lazyeval" ,r-lazyeval)))
17052 (native-inputs
17053 `(("r-knitr" ,r-knitr)))
17054 (home-page "https://github.com/kevinushey/rex")
17055 (synopsis "Friendly regular expressions")
17056 (description
17057 "This package provides a friendly interface for the construction of
17058 regular expressions. Regular expressions are a very powerful feature, however
17059 they are often difficult to interpret. Rex allows you to build complex
17060 regular expressions from human readable expressions")
17061 (license license:expat)))
17062
17063 (define-public r-xmlparsedata
17064 (package
17065 (name "r-xmlparsedata")
17066 (version "1.0.5")
17067 (source
17068 (origin
17069 (method url-fetch)
17070 (uri (cran-uri "xmlparsedata" version))
17071 (sha256
17072 (base32
17073 "1c6bnz3ng1qw7sfip8wq3a4dn36a4d6rbja0sadn0a4pbsmk8q3n"))))
17074 (properties `((upstream-name . "xmlparsedata")))
17075 (build-system r-build-system)
17076 (home-page "https://github.com/r-lib/xmlparsedata#readme")
17077 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
17078 (description
17079 "This package provides tools to convert the output of
17080 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
17081 @code{XPath}, and is easier to manipulate in general.")
17082 (license license:expat)))
17083
17084 (define-public r-cyclocomp
17085 (package
17086 (name "r-cyclocomp")
17087 (version "1.1.0")
17088 (source
17089 (origin
17090 (method url-fetch)
17091 (uri (cran-uri "cyclocomp" version))
17092 (sha256
17093 (base32
17094 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
17095 (properties `((upstream-name . "cyclocomp")))
17096 (build-system r-build-system)
17097 (propagated-inputs
17098 `(("r-callr" ,r-callr)
17099 ("r-crayon" ,r-crayon)
17100 ("r-desc" ,r-desc)
17101 ("r-remotes" ,r-remotes)
17102 ("r-withr" ,r-withr)))
17103 (home-page "https://github.com/MangoTheCat/cyclocomp")
17104 (synopsis "Cyclomatic complexity of R code")
17105 (description
17106 "Cyclomatic complexity is a software metric, used to indicate the
17107 complexity of a program. It is a quantitative measure of the number of
17108 linearly independent paths through a program's source code. This package
17109 provides tools to compute this metric.")
17110 (license license:expat)))
17111
17112 (define-public r-lintr
17113 (package
17114 (name "r-lintr")
17115 (version "2.0.1")
17116 (source
17117 (origin
17118 (method url-fetch)
17119 (uri (cran-uri "lintr" version))
17120 (sha256
17121 (base32
17122 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
17123 (properties `((upstream-name . "lintr")))
17124 (build-system r-build-system)
17125 (propagated-inputs
17126 `(("r-codetools" ,r-codetools)
17127 ("r-crayon" ,r-crayon)
17128 ("r-cyclocomp" ,r-cyclocomp)
17129 ("r-digest" ,r-digest)
17130 ("r-httr" ,r-httr)
17131 ("r-jsonlite" ,r-jsonlite)
17132 ("r-knitr" ,r-knitr)
17133 ("r-rex" ,r-rex)
17134 ("r-rstudioapi" ,r-rstudioapi)
17135 ("r-testthat" ,r-testthat)
17136 ("r-xml2" ,r-xml2)
17137 ("r-xmlparsedata" ,r-xmlparsedata)))
17138 (home-page "https://github.com/jimhester/lintr")
17139 (synopsis "Linter for R code")
17140 (description "This package checks adherence to a given style, syntax
17141 errors and possible semantic issues. It supports on the fly checking of R
17142 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
17143 (license license:expat)))
17144
17145 (define-public r-sctransform
17146 (package
17147 (name "r-sctransform")
17148 (version "0.3.2")
17149 (source
17150 (origin
17151 (method url-fetch)
17152 (uri (cran-uri "sctransform" version))
17153 (sha256
17154 (base32
17155 "1p3m6i28nlxh6r609syn88cwlbdpl3dw44dy3gsijk2ibq20mfsx"))))
17156 (build-system r-build-system)
17157 (propagated-inputs
17158 `(("r-future" ,r-future)
17159 ("r-future-apply" ,r-future-apply)
17160 ("r-ggplot2" ,r-ggplot2)
17161 ("r-gridextra" ,r-gridextra)
17162 ("r-mass" ,r-mass)
17163 ("r-matrix" ,r-matrix)
17164 ("r-matrixstats" ,r-matrixstats)
17165 ("r-rcpp" ,r-rcpp)
17166 ("r-rcpparmadillo" ,r-rcpparmadillo)
17167 ("r-reshape2" ,r-reshape2)))
17168 (home-page "https://github.com/ChristophH/sctransform")
17169 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
17170 (description
17171 "This package provides a normalization method for single-cell UMI count
17172 data using a variance stabilizing transformation. The transformation is based
17173 on a negative binomial regression model with regularized parameters. As part
17174 of the same regression framework, this package also provides functions for
17175 batch correction, and data correction.")
17176 (license license:gpl3)))
17177
17178 (define-public r-styler
17179 (package
17180 (name "r-styler")
17181 (version "1.3.2")
17182 (source
17183 (origin
17184 (method url-fetch)
17185 (uri (cran-uri "styler" version))
17186 (sha256
17187 (base32
17188 "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
17189 (build-system r-build-system)
17190 (propagated-inputs
17191 `(("r-backports" ,r-backports)
17192 ("r-cli" ,r-cli)
17193 ("r-magrittr" ,r-magrittr)
17194 ("r-purrr" ,r-purrr)
17195 ("r-r-cache" ,r-r-cache)
17196 ("r-rematch2" ,r-rematch2)
17197 ("r-rlang" ,r-rlang)
17198 ("r-rprojroot" ,r-rprojroot)
17199 ("r-tibble" ,r-tibble)
17200 ("r-withr" ,r-withr)
17201 ("r-xfun" ,r-xfun)))
17202 (home-page "https://github.com/r-lib/styler")
17203 (synopsis "Non-invasive pretty printing of R code")
17204 (description
17205 "This is a package for pretty-printing R code without changing the user's
17206 formatting intent.")
17207 (license license:gpl3)))
17208
17209 (define-public r-scrime
17210 (package
17211 (name "r-scrime")
17212 (version "1.3.5")
17213 (source
17214 (origin
17215 (method url-fetch)
17216 (uri (cran-uri "scrime" version))
17217 (sha256
17218 (base32
17219 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
17220 (build-system r-build-system)
17221 (home-page "https://cran.r-project.org/web/packages/scrime/")
17222 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
17223 (description
17224 "This package provides tools for the analysis of high-dimensional data
17225 developed/implemented at the group \"Statistical Complexity Reduction In
17226 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
17227 the functions can also be applied to other types of categorical data.")
17228 (license license:gpl2)))
17229
17230 (define-public r-pbmcapply
17231 (package
17232 (name "r-pbmcapply")
17233 (version "1.5.0")
17234 (source
17235 (origin
17236 (method url-fetch)
17237 (uri (cran-uri "pbmcapply" version))
17238 (sha256
17239 (base32
17240 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
17241 (build-system r-build-system)
17242 (home-page "https://github.com/kvnkuang/pbmcapply")
17243 (synopsis "Track the progress of apply procedures with a progress bar")
17244 (description
17245 "This light-weight package helps you track and visualize the progress of
17246 parallel versions of vectorized R functions of the @code{mc*apply} family.")
17247 (license license:expat)))
17248
17249 (define-public r-blme
17250 (package
17251 (name "r-blme")
17252 (version "1.0-5")
17253 (source
17254 (origin
17255 (method url-fetch)
17256 (uri (cran-uri "blme" version))
17257 (sha256
17258 (base32
17259 "0413j7gwr5yj14jamkizj55q7xii1a0kgazzj0ilqn2ascclz6k7"))))
17260 (build-system r-build-system)
17261 (propagated-inputs `(("r-lme4" ,r-lme4)))
17262 (home-page "https://github.com/vdorie/blme")
17263 (synopsis "Bayesian linear mixed-effects models")
17264 (description
17265 "This package provides tools for maximum a posteriori estimation for
17266 linear and generalized linear mixed-effects models in a Bayesian setting. It
17267 extends the lme4 package.")
17268 (license license:gpl2+)))
17269
17270 (define-public r-batchtools
17271 (package
17272 (name "r-batchtools")
17273 (version "0.9.15")
17274 (source
17275 (origin
17276 (method url-fetch)
17277 (uri (cran-uri "batchtools" version))
17278 (sha256
17279 (base32
17280 "0d2xy77hkzhcnyz8zxcv98i80fx6ripjw4rvyx4ww1d0vjjgqf52"))))
17281 (build-system r-build-system)
17282 (propagated-inputs
17283 `(("r-backports" ,r-backports)
17284 ("r-base64url" ,r-base64url)
17285 ("r-brew" ,r-brew)
17286 ("r-checkmate" ,r-checkmate)
17287 ("r-data-table" ,r-data-table)
17288 ("r-digest" ,r-digest)
17289 ("r-fs" ,r-fs)
17290 ("r-progress" ,r-progress)
17291 ("r-r6" ,r-r6)
17292 ("r-rappdirs" ,r-rappdirs)
17293 ("r-stringi" ,r-stringi)
17294 ("r-withr" ,r-withr)))
17295 (native-inputs
17296 `(("r-knitr" ,r-knitr)))
17297 (home-page "https://github.com/mllg/batchtools")
17298 (synopsis "Tools for computation on batch systems")
17299 (description
17300 "As a successor of the packages BatchJobs and BatchExperiments, this
17301 package provides a parallel implementation of the Map function for high
17302 performance computing systems managed by various schedulers. A multicore and
17303 socket mode allow the parallelization on a local machines, and multiple
17304 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
17305 the package provides an abstraction mechanism to define large-scale computer
17306 experiments in a well-organized and reproducible way.")
17307 (license license:lgpl3)))
17308
17309 (define-public r-clue
17310 (package
17311 (name "r-clue")
17312 (version "0.3-58")
17313 (source
17314 (origin
17315 (method url-fetch)
17316 (uri (cran-uri "clue" version))
17317 (sha256
17318 (base32
17319 "1rwwxlnpl1k0n4k96vxc9zajw9kb4syqwzj76fvaf0qim8p6ddia"))))
17320 (build-system r-build-system)
17321 (propagated-inputs `(("r-cluster" ,r-cluster)))
17322 (home-page "https://cran.r-project.org/web/packages/clue/")
17323 (synopsis "Tools for analyzing cluster ensembles")
17324 (description "Cluster ensembles are collections of individual solutions to
17325 a given clustering problem which are useful or necessary to consider in a wide
17326 range of applications. This R package provides an extensible computational
17327 environment for creating and analyzing cluster ensembles, with basic data
17328 structures for representing partitions and hierarchies, and facilities for
17329 computing on them, including methods for measuring proximity and obtaining
17330 consensus and secondary clusterings.")
17331 (license license:gpl2)))
17332
17333 (define-public r-sitmo
17334 (package
17335 (name "r-sitmo")
17336 (version "2.0.1")
17337 (source
17338 (origin
17339 (method url-fetch)
17340 (uri (cran-uri "sitmo" version))
17341 (sha256
17342 (base32
17343 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
17344 (build-system r-build-system)
17345 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17346 (home-page "https://github.com/coatless/sitmo/")
17347 (synopsis "Parallel pseudo random number generator header files")
17348 (description
17349 "This package provides two high quality and fast PPRNGs that may be used
17350 in an OpenMP parallel environment. In addition, there is a generator for one
17351 dimensional low-discrepancy sequence.")
17352 (license license:expat)))
17353
17354 (define-public r-dqrng
17355 (package
17356 (name "r-dqrng")
17357 (version "0.2.1")
17358 (source
17359 (origin
17360 (method url-fetch)
17361 (uri (cran-uri "dqrng" version))
17362 (sha256
17363 (base32
17364 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
17365 (build-system r-build-system)
17366 (propagated-inputs
17367 `(("r-bh" ,r-bh)
17368 ("r-rcpp" ,r-rcpp)
17369 ("r-sitmo" ,r-sitmo)))
17370 (home-page "https://www.daqana.org/dqrng")
17371 (synopsis "Fast pseudo random number generators")
17372 (description
17373 "Several fast random number generators are provided as C++ header-only
17374 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
17375 Additionally, fast functions for generating random numbers according to a
17376 uniform, normal and exponential distribution are included. The latter two use
17377 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
17378 functions are exported to R and as a C++ interface and are enabled for use
17379 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
17380 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
17381 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
17382 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
17383 ;; whole is distributed under the terms of the AGPL 3.
17384 (license license:agpl3)))
17385
17386 (define-public r-ingredients
17387 (package
17388 (name "r-ingredients")
17389 (version "2.0.1")
17390 (source
17391 (origin
17392 (method url-fetch)
17393 (uri (cran-uri "ingredients" version))
17394 (sha256
17395 (base32
17396 "0w46h1f28y5ypqm3ypsvk7yk9v7k8p21f1pzjl3ima8r1ivmhv12"))))
17397 (properties `((upstream-name . "ingredients")))
17398 (build-system r-build-system)
17399 (propagated-inputs
17400 `(("r-ggplot2" ,r-ggplot2)
17401 ("r-gridextra" ,r-gridextra)
17402 ("r-scales" ,r-scales)))
17403 (native-inputs `(("r-knitr" ,r-knitr)))
17404 (home-page "https://ModelOriented.github.io/ingredients/")
17405 (synopsis "Effects and importances of model ingredients")
17406 (description
17407 "This is a collection of tools for assessment of feature importance and
17408 feature effects. Key functions are:
17409
17410 @itemize
17411 @item @code{feature_importance()} for assessment of global level feature
17412 importance,
17413 @item @code{ceteris_paribus()} for calculation of the what-if plots,
17414 @item @code{partial_dependence()} for partial dependence plots,
17415 @item @code{conditional_dependence()} for conditional dependence plots,
17416 @item @code{accumulated_dependence()} for accumulated local effects plots,
17417 @item @code{aggregate_profiles()} and @code{cluster_profiles()} for
17418 aggregation of ceteris paribus profiles,
17419 @item generic @code{print()} and @code{plot()} for better usability of
17420 selected explainers,
17421 @item generic @code{plotD3()} for interactive, D3 based explanations, and
17422 @item generic @code{describe()} for explanations in natural language.
17423 @end itemize\n")
17424 (license license:gpl3)))
17425
17426 (define-public r-ibreakdown
17427 (package
17428 (name "r-ibreakdown")
17429 (version "1.3.1")
17430 (source
17431 (origin
17432 (method url-fetch)
17433 (uri (cran-uri "iBreakDown" version))
17434 (sha256
17435 (base32
17436 "1bfl5bh0x6z5a0cmdmx68sap9zdxa3kwdnyk57csxapc362yz108"))))
17437 (properties `((upstream-name . "iBreakDown")))
17438 (build-system r-build-system)
17439 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
17440 (native-inputs `(("r-knitr" ,r-knitr)))
17441 (home-page "https://ModelOriented.github.io/iBreakDown/")
17442 (synopsis "Model agnostic instance level variable attributions")
17443 (description
17444 "This package provides a model agnostic tool for decomposition of
17445 predictions from black boxes. It supports additive attributions and
17446 attributions with interactions. The Break Down Table shows contributions of
17447 every variable to a final prediction. The Break Down Plot presents variable
17448 contributions in a concise graphical way. This package works for
17449 classification and regression models.")
17450 (license license:gpl3)))
17451
17452 (define-public r-dae
17453 (package
17454 (name "r-dae")
17455 (version "3.1-32")
17456 (source
17457 (origin
17458 (method url-fetch)
17459 (uri (cran-uri "dae" version))
17460 (sha256
17461 (base32
17462 "126w1lb9pz8mb2ajl2vz5dj798nbifp0dypnzfgcwixif5g5bpqi"))))
17463 (build-system r-build-system)
17464 (propagated-inputs
17465 `(("r-ggplot2" ,r-ggplot2)
17466 ("r-plyr" ,r-plyr)))
17467 (native-inputs
17468 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
17469 (home-page "http://chris.brien.name")
17470 (synopsis "Functions useful in the design and ANOVA of experiments")
17471 (description
17472 "This package provides functions useful in the design and ANOVA of
17473 experiments. The content falls into the following groupings:
17474
17475 @enumerate
17476 @item data,
17477 @item factor manipulation functions,
17478 @item design functions,
17479 @item ANOVA functions,
17480 @item matrix functions,
17481 @item projector and canonical efficiency functions, and
17482 @item miscellaneous functions.
17483 @end enumerate
17484
17485 There is a vignette called @code{DesignNotes} describing how to use the design
17486 functions for randomizing and assessing designs. The ANOVA functions
17487 facilitate the extraction of information when the @code{Error} function has
17488 been used in the call to @code{aov}.")
17489 (license license:gpl2)))
17490
17491 (define-public r-dalex
17492 (package
17493 (name "r-dalex")
17494 (version "2.1.1")
17495 (source
17496 (origin
17497 (method url-fetch)
17498 (uri (cran-uri "DALEX" version))
17499 (sha256
17500 (base32
17501 "1dnqsml94s648w8swsrq8spddnd4mj5pl3q6xxr917w6a1jxgyfz"))))
17502 (properties `((upstream-name . "DALEX")))
17503 (build-system r-build-system)
17504 (propagated-inputs
17505 `(("r-ggplot2" ,r-ggplot2)
17506 ("r-ibreakdown" ,r-ibreakdown)
17507 ("r-ingredients" ,r-ingredients)))
17508 (home-page "https://pbiecek.github.io/DALEX/")
17509 (synopsis "Descriptive machine learning explanations")
17510 (description
17511 "Machine Learning models are widely used and have various applications in
17512 classification or regression. Models created with boosting, bagging, stacking
17513 or similar techniques are often used due to their high performance, but such
17514 black-box models usually lack interpretability. The DALEX package contains
17515 various explainers that help to understand the link between input variables
17516 and model output.")
17517 ;; Any version of the GPL
17518 (license license:gpl3+)))
17519
17520 (define-public r-enrichr
17521 (package
17522 (name "r-enrichr")
17523 (version "3.0")
17524 (source
17525 (origin
17526 (method url-fetch)
17527 (uri (cran-uri "enrichR" version))
17528 (sha256
17529 (base32
17530 "0i3kfq4fkmx47n61zj5f87iv8ci6gbgy90a7s8dy9zbndzvbgya3"))))
17531 (properties `((upstream-name . "enrichR")))
17532 (build-system r-build-system)
17533 (propagated-inputs
17534 `(("r-ggplot2" ,r-ggplot2)
17535 ("r-httr" ,r-httr)
17536 ("r-rjson" ,r-rjson)))
17537 (native-inputs
17538 `(("r-knitr" ,r-knitr)))
17539 (home-page "https://cran.r-project.org/web/packages/enrichR/")
17540 (synopsis "R Interface to Enrichr database for analyzing gene sets")
17541 (description
17542 "This package provides an R interface to all Enrichr databases, a
17543 web-based tool for analyzing gene sets and returns any enrichment of common
17544 annotated biological functions.")
17545 (license license:gpl2+)))
17546
17547 (define-public r-plot3d
17548 (package
17549 (name "r-plot3d")
17550 (version "1.3")
17551 (source
17552 (origin
17553 (method url-fetch)
17554 (uri (cran-uri "plot3D" version))
17555 (sha256
17556 (base32
17557 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
17558 (properties `((upstream-name . "plot3D")))
17559 (build-system r-build-system)
17560 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
17561 (home-page "https://cran.r-project.org/web/packages/plot3D")
17562 (synopsis "Plot multi-dimensional data")
17563 (description
17564 "This package provides functions for viewing 2D and 3D data, including
17565 perspective plots, slice plots, surface plots, scatter plots, etc. It
17566 includes data sets from oceanography.")
17567 (license license:gpl3+)))
17568
17569 (define-public r-ggfortify
17570 (package
17571 (name "r-ggfortify")
17572 (version "0.4.11")
17573 (source
17574 (origin
17575 (method url-fetch)
17576 (uri (cran-uri "ggfortify" version))
17577 (sha256
17578 (base32
17579 "1wfm7l9bz6msh7rflgfv9dgbxh1ikz2ay0v7sgk9nkc24y6lhbpk"))))
17580 (build-system r-build-system)
17581 (propagated-inputs
17582 `(("r-dplyr" ,r-dplyr)
17583 ("r-ggplot2" ,r-ggplot2)
17584 ("r-gridextra" ,r-gridextra)
17585 ("r-scales" ,r-scales)
17586 ("r-stringr" ,r-stringr)
17587 ("r-tibble" ,r-tibble)
17588 ("r-tidyr" ,r-tidyr)))
17589 (native-inputs
17590 `(("r-knitr" ,r-knitr)))
17591 (home-page "https://github.com/sinhrks/ggfortify")
17592 (synopsis "Data visualization tools for statistical analysis results")
17593 (description
17594 "This package provides unified plotting tools for statistics commonly
17595 used, such as GLM, time series, PCA families, clustering and survival
17596 analysis. The package offers a single plotting interface for these analysis
17597 results and plots in a unified style using the @code{ggplot2} package.")
17598 (license license:gpl2)))
17599
17600 (define-public r-refmanager
17601 (package
17602 (name "r-refmanager")
17603 (version "1.3.0")
17604 (source
17605 (origin
17606 (method url-fetch)
17607 (uri (cran-uri "RefManageR" version))
17608 (sha256
17609 (base32
17610 "1spzdp5ni52dybcaxqnhwdphh27wjyrsfy4hsxsplpg9rqwfqfps"))))
17611 (properties `((upstream-name . "RefManageR")))
17612 (build-system r-build-system)
17613 (propagated-inputs
17614 `(("r-httr" ,r-httr)
17615 ("r-jsonlite" ,r-jsonlite)
17616 ("r-lubridate" ,r-lubridate)
17617 ("r-plyr" ,r-plyr)
17618 ("r-stringr" ,r-stringr)
17619 ("r-xml2" ,r-xml2)))
17620 (native-inputs
17621 `(("r-knitr" ,r-knitr)))
17622 (home-page "https://github.com/ropensci/RefManageR/")
17623 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
17624 (description
17625 "This package provides tools for importing and working with bibliographic
17626 references. It greatly enhances the @code{bibentry} class by providing a
17627 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
17628 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
17629 by various formats for name lists (author by last names, translator by full
17630 names, etc.). Entries can be updated, combined, sorted, printed in a number
17631 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
17632 into R and converted to @code{BibEntry} objects.")
17633 ;; Any of these licenses may be picked.
17634 (license (list license:gpl2 license:gpl3 license:bsd-3))))
17635
17636 (define-public r-citr
17637 (package
17638 (name "r-citr")
17639 (version "0.3.2")
17640 (source
17641 (origin
17642 (method url-fetch)
17643 (uri (cran-uri "citr" version))
17644 (sha256
17645 (base32
17646 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
17647 (build-system r-build-system)
17648 (propagated-inputs
17649 `(("r-assertthat" ,r-assertthat)
17650 ("r-curl" ,r-curl)
17651 ("r-httr" ,r-httr)
17652 ("r-miniui" ,r-miniui)
17653 ("r-refmanager" ,r-refmanager)
17654 ("r-rstudioapi" ,r-rstudioapi)
17655 ("r-shiny" ,r-shiny)
17656 ("r-shinyjs" ,r-shinyjs)
17657 ("r-yaml" ,r-yaml)))
17658 (home-page "https://github.com/crsh/citr")
17659 (synopsis "RStudio add-in to insert Markdown citations")
17660 (description
17661 "This package provides functions and an RStudio add-in that search a
17662 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
17663 the current document.")
17664 (license license:expat)))
17665
17666 (define-public r-xgboost
17667 (package
17668 (name "r-xgboost")
17669 (version "1.3.2.1")
17670 (source
17671 (origin
17672 (method url-fetch)
17673 (uri (cran-uri "xgboost" version))
17674 (sha256
17675 (base32
17676 "117q8xqm82589517fi8xicd8724v9c0wnq3qpl84h6nm3aw65x1g"))))
17677 (build-system r-build-system)
17678 (propagated-inputs
17679 `(("r-data-table" ,r-data-table)
17680 ("r-magrittr" ,r-magrittr)
17681 ("r-matrix" ,r-matrix)))
17682 (native-inputs
17683 `(("r-knitr" ,r-knitr)))
17684 (home-page "https://github.com/dmlc/xgboost")
17685 (synopsis "Extreme gradient boosting")
17686 (description
17687 "This package provides an R interface to Extreme Gradient Boosting, which
17688 is an efficient implementation of the gradient boosting framework from Chen
17689 and Guestrin (2016). The package includes efficient linear model solver and
17690 tree learning algorithms. The package can automatically do parallel
17691 computation on a single machine. It supports various objective functions,
17692 including regression, classification and ranking. The package is made to be
17693 extensible, so that users are also allowed to define their own objectives
17694 easily.")
17695 (license license:asl2.0)))
17696
17697 (define-public r-umap
17698 (package
17699 (name "r-umap")
17700 (version "0.2.7.0")
17701 (source
17702 (origin
17703 (method url-fetch)
17704 (uri (cran-uri "umap" version))
17705 (sha256
17706 (base32
17707 "191vpy84s0bar06y9z1qx43x2kc4qp7lmrcmd0cvz2pnzq722jab"))))
17708 (build-system r-build-system)
17709 (propagated-inputs
17710 `(("r-openssl" ,r-openssl)
17711 ("r-rcpp" ,r-rcpp)
17712 ("r-reticulate" ,r-reticulate)
17713 ("r-rspectra" ,r-rspectra)))
17714 (native-inputs
17715 `(("r-knitr" ,r-knitr)))
17716 (home-page "https://github.com/tkonopka/umap")
17717 (synopsis "Uniform manifold approximation and projection")
17718 (description
17719 "Uniform manifold approximation and projection is a technique for
17720 dimension reduction. This package provides an interface to the UMAP algorithm
17721 in R, including a translation of the original algorithm into R.")
17722 (license license:expat)))
17723
17724 (define-public r-uwot
17725 (package
17726 (name "r-uwot")
17727 (version "0.1.10")
17728 (source
17729 (origin
17730 (method url-fetch)
17731 (uri (cran-uri "uwot" version))
17732 (sha256
17733 (base32
17734 "08vxh085wnrxgwy35ksb4cr7ccjvd98pyr2zlgarqryfgc1bdqbf"))))
17735 (build-system r-build-system)
17736 (propagated-inputs
17737 `(("r-dqrng" ,r-dqrng)
17738 ("r-fnn" ,r-fnn)
17739 ("r-irlba" ,r-irlba)
17740 ("r-matrix" ,r-matrix)
17741 ("r-rcpp" ,r-rcpp)
17742 ("r-rcppannoy" ,r-rcppannoy)
17743 ("r-rcppprogress" ,r-rcppprogress)
17744 ("r-rspectra" ,r-rspectra)))
17745 (home-page "https://github.com/jlmelville/uwot")
17746 (synopsis "Uniform manifold approximation and projection")
17747 (description
17748 "This package provides an implementation of the Uniform Manifold
17749 Approximation and Projection dimensionality reduction by McInnes et
17750 al. (2018). It also provides means to transform new data and to carry out
17751 supervised dimensionality reduction. An implementation of the related
17752 LargeVis method of Tang et al. (2016) is also provided.")
17753 (license license:gpl3)))
17754
17755 (define-public r-kableextra
17756 (package
17757 (name "r-kableextra")
17758 (version "1.3.4")
17759 (source
17760 (origin
17761 (method url-fetch)
17762 (uri (cran-uri "kableExtra" version))
17763 (sha256
17764 (base32
17765 "1c5vzy95cbz36jwyssr927qicrayifinv861rvnmg4nghb1gl7q9"))))
17766 (properties `((upstream-name . "kableExtra")))
17767 (build-system r-build-system)
17768 (propagated-inputs
17769 `(("r-digest" ,r-digest)
17770 ("r-glue" ,r-glue)
17771 ("r-htmltools" ,r-htmltools)
17772 ("r-knitr" ,r-knitr)
17773 ("r-magrittr" ,r-magrittr)
17774 ("r-rmarkdown" ,r-rmarkdown)
17775 ("r-rstudioapi" ,r-rstudioapi)
17776 ("r-rvest" ,r-rvest)
17777 ("r-scales" ,r-scales)
17778 ("r-stringr" ,r-stringr)
17779 ("r-svglite" ,r-svglite)
17780 ("r-viridislite" ,r-viridislite)
17781 ("r-webshot" ,r-webshot)
17782 ("r-xml2" ,r-xml2)))
17783 (native-inputs
17784 `(("r-knitr" ,r-knitr)))
17785 (home-page "https://haozhu233.github.io/kableExtra/")
17786 (synopsis "Construct complex tables with pipe syntax")
17787 (description
17788 "Build complex HTML or LaTeX tables using @code{kable()} from
17789 @code{knitr} and the piping syntax from @code{magrittr}. The function
17790 @code{kable()} is a light weight table generator coming from @code{knitr}.
17791 This package simplifies the way to manipulate the HTML or LaTeX codes
17792 generated by @code{kable()} and allows users to construct complex tables and
17793 customize styles using a readable syntax.")
17794 (license license:expat)))
17795
17796 (define-public r-glasso
17797 (package
17798 (name "r-glasso")
17799 (version "1.11")
17800 (source
17801 (origin
17802 (method url-fetch)
17803 (uri (cran-uri "glasso" version))
17804 (sha256
17805 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
17806 (build-system r-build-system)
17807 (native-inputs `(("gfortran" ,gfortran)))
17808 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
17809 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
17810 (description
17811 "This is a package for estimation of a sparse inverse covariance matrix
17812 using a lasso (L1) penalty. Facilities are provided for estimates along a
17813 path of values for the regularization parameter.")
17814 (license license:gpl2)))
17815
17816 (define-public r-rhpcblasctl
17817 (package
17818 (name "r-rhpcblasctl")
17819 (version "0.20-137")
17820 (source
17821 (origin
17822 (method url-fetch)
17823 (uri (cran-uri "RhpcBLASctl" version))
17824 (sha256
17825 (base32
17826 "0vv144sgjhf7fazk633i16fc06g9k43syyxj1g34pi9gsgdcn0nv"))))
17827 (properties `((upstream-name . "RhpcBLASctl")))
17828 (build-system r-build-system)
17829 (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")
17830 (synopsis "Control the number of threads on BLAS")
17831 (description
17832 "This package allows you to control the number of threads the BLAS
17833 library uses. It is also possible to control the number of threads in
17834 OpenMP.")
17835 (license license:agpl3+)))
17836
17837 (define-public r-lda
17838 (package
17839 (name "r-lda")
17840 (version "1.4.2")
17841 (source
17842 (origin
17843 (method url-fetch)
17844 (uri (cran-uri "lda" version))
17845 (sha256
17846 (base32
17847 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
17848 (build-system r-build-system)
17849 (home-page "https://cran.r-project.org/web/packages/lda/")
17850 (synopsis "Collapsed Gibbs sampling methods for topic models")
17851 (description
17852 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
17853 related models. This includes (but is not limited to) sLDA, corrLDA, and the
17854 mixed-membership stochastic blockmodel. Inference for all of these models is
17855 implemented via a fast collapsed Gibbs sampler written in C. Utility
17856 functions for reading/writing data typically used in topic models, as well as
17857 tools for examining posterior distributions are also included.")
17858 ;; Any version of the LGPL
17859 (license license:lgpl3+)))
17860
17861 (define-public r-rann-l1
17862 (package
17863 (name "r-rann-l1")
17864 (version "2.5.2")
17865 (source
17866 (origin
17867 (method url-fetch)
17868 (uri (cran-uri "RANN.L1" version))
17869 (sha256
17870 (base32
17871 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
17872 (properties `((upstream-name . "RANN.L1")))
17873 (build-system r-build-system)
17874 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
17875 (synopsis "Fast nearest neighbour search using L1 metric")
17876 (description
17877 "This package provides tools to find the k nearest neighbours for every
17878 point in a given dataset in O(N log N) time using Arya and Mount's ANN
17879 library. There is support for approximate as well as exact searches, fixed
17880 radius searches and @code{bd} as well as @code{kd} trees. The distance is
17881 computed using the L1 (Manhattan, taxicab) metric.")
17882 (license license:gpl3+)))
17883
17884 (define-public r-leiden
17885 (package
17886 (name "r-leiden")
17887 (version "0.3.7")
17888 (source
17889 (origin
17890 (method url-fetch)
17891 (uri (cran-uri "leiden" version))
17892 (sha256
17893 (base32
17894 "14iqn5iqcya6bqbjvjivpd7q9gwc323sj29y7ssrbhb3sz9982bp"))))
17895 (properties `((upstream-name . "leiden")))
17896 (build-system r-build-system)
17897 (propagated-inputs
17898 `(("r-igraph" ,r-igraph)
17899 ("r-matrix" ,r-matrix)
17900 ("r-reticulate" ,r-reticulate)))
17901 (native-inputs
17902 `(("r-knitr" ,r-knitr)))
17903 (home-page "https://github.com/TomKellyGenetics/leiden")
17904 (synopsis "R implementation of Leiden clustering algorithm")
17905 (description
17906 "This package implements the Python @code{leidenalg} module to be called
17907 in R. It enables clustering using the Leiden algorithm for partitioning a
17908 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
17909 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
17910 (license license:gpl3)))
17911
17912 (define-public r-patchwork
17913 (package
17914 (name "r-patchwork")
17915 (version "1.1.1")
17916 (source
17917 (origin
17918 (method url-fetch)
17919 (uri (cran-uri "patchwork" version))
17920 (sha256
17921 (base32
17922 "10glgkf58lcykcwda1hj6xdps02m3i247qynk6s2jmwljagps3fg"))))
17923 (build-system r-build-system)
17924 (propagated-inputs
17925 `(("r-ggplot2" ,r-ggplot2)
17926 ("r-gtable" ,r-gtable)))
17927 (native-inputs
17928 `(("r-knitr" ,r-knitr)))
17929 (home-page "https://github.com/thomasp85/patchwork")
17930 (synopsis "Compose ggplot2 plots")
17931 (description
17932 "The @code{ggplot2} package provides a strong API for sequentially
17933 building up a plot, but does not concern itself with composition of multiple
17934 plots. Patchwork is a package that expands the API to allow for arbitrarily
17935 complex composition of plots by providing mathematical operators for combining
17936 multiple plots.")
17937 (license license:expat)))
17938
17939 (define-public r-liger
17940 (package
17941 (name "r-liger")
17942 (version "0.4.2")
17943 (source
17944 (origin
17945 (method git-fetch)
17946 (uri (git-reference
17947 (url "https://github.com/MacoskoLab/liger")
17948 (commit (string-append "v" version))))
17949 (file-name (git-file-name name version))
17950 (sha256
17951 (base32
17952 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
17953 (modules '((guix build utils)))
17954 (snippet
17955 '(begin
17956 (delete-file "inst/java/ModularityOptimizer.jar")
17957 #t))))
17958 (build-system r-build-system)
17959 (arguments
17960 `(#:phases
17961 (modify-phases %standard-phases
17962 (add-after 'unpack 'build-java-part
17963 (lambda* (#:key inputs #:allow-other-keys)
17964 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
17965 (for-each (lambda (file) (invoke "javac" file))
17966 (find-files "." "\\.java$"))
17967 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
17968 (find-files "." "\\.class$"))
17969 #t)))))
17970 (propagated-inputs
17971 `(("r-cowplot" ,r-cowplot)
17972 ("r-dosnow" ,r-dosnow)
17973 ("r-dplyr" ,r-dplyr)
17974 ("r-fnn" ,r-fnn)
17975 ("r-foreach" ,r-foreach)
17976 ("r-ggplot2" ,r-ggplot2)
17977 ("r-ggrepel" ,r-ggrepel)
17978 ("r-hmisc" ,r-hmisc)
17979 ("r-ica" ,r-ica)
17980 ("r-irlba" ,r-irlba)
17981 ("r-matrix" ,r-matrix)
17982 ("r-mclust" ,r-mclust)
17983 ("r-patchwork" ,r-patchwork)
17984 ("r-plyr" ,r-plyr)
17985 ("r-rann-l1" ,r-rann-l1)
17986 ("r-rcpp" ,r-rcpp)
17987 ("r-rcpparmadillo" ,r-rcpparmadillo)
17988 ("r-riverplot" ,r-riverplot)
17989 ("r-rtsne" ,r-rtsne)
17990 ("r-snow" ,r-snow)))
17991 (native-inputs
17992 `(("jdk" ,icedtea "jdk")
17993 ;; See https://github.com/MacoskoLab/liger/issues/96
17994 ;; The optimizer is released under the Expat license.
17995 ("optimizer-src"
17996 ,(origin
17997 (method url-fetch)
17998 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
17999 (sha256
18000 (base32
18001 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
18002 ("unzip" ,unzip)
18003 ("r-knitr" ,r-knitr))) ; for vignettes
18004 (home-page "https://github.com/MacoskoLab/liger")
18005 (synopsis "Integrate and analyze multiple single-cell datasets")
18006 (description
18007 "LIGER is a package for integrating and analyzing multiple single-cell
18008 datasets, developed and maintained by the Macosko lab. It relies on
18009 integrative non-negative matrix factorization to identify shared and
18010 dataset-specific factors.")
18011 (license license:gpl3)))
18012
18013 (define-public r-harmony
18014 (package
18015 (name "r-harmony")
18016 (version "0.1")
18017 (source
18018 (origin
18019 (method git-fetch)
18020 (uri (git-reference
18021 (url "https://github.com/immunogenomics/harmony")
18022 (commit version)))
18023 (file-name (git-file-name name version))
18024 (sha256
18025 (base32
18026 "05r401q09rbr6fqhb9mbd95082cjdi3nag1cv6zn96xkr0f6imq9"))
18027 (modules '((guix build utils)))
18028 (snippet
18029 '(begin
18030 (for-each delete-file '("config.status" "configure"))
18031 #t))))
18032 (build-system r-build-system)
18033 (propagated-inputs
18034 `(("r-cowplot" ,r-cowplot)
18035 ("r-dplyr" ,r-dplyr)
18036 ("r-ggplot2" ,r-ggplot2)
18037 ("r-irlba" ,r-irlba)
18038 ("r-matrix" ,r-matrix)
18039 ("r-rcpp" ,r-rcpp)
18040 ("r-rcpparmadillo" ,r-rcpparmadillo)
18041 ("r-rcppprogress" ,r-rcppprogress)
18042 ("r-rlang" ,r-rlang)
18043 ("r-tibble" ,r-tibble)
18044 ("r-tidyr" ,r-tidyr)))
18045 (native-inputs
18046 `(("autoconf" ,autoconf)))
18047 (home-page "https://github.com/immunogenomics/harmony")
18048 (synopsis "Integration of single cell sequencing data")
18049 (description
18050 "This package provides an implementation of the Harmony algorithm for
18051 single cell integration, described in Korsunsky et al
18052 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
18053 function and interfaces to external frameworks.")
18054 (license license:gpl3)))
18055
18056 (define-public r-covr
18057 (package
18058 (name "r-covr")
18059 (version "3.5.1")
18060 (source
18061 (origin
18062 (method url-fetch)
18063 (uri (cran-uri "covr" version))
18064 (sha256
18065 (base32 "0v5cv3cw2kpdr6wxmkbd3wclavr17zipypdcb10hhmpa4cvgqk55"))))
18066 (properties `((upstream-name . "covr")))
18067 (build-system r-build-system)
18068 (propagated-inputs
18069 `(("r-crayon" ,r-crayon)
18070 ("r-digest" ,r-digest)
18071 ("r-httr" ,r-httr)
18072 ("r-jsonlite" ,r-jsonlite)
18073 ("r-rex" ,r-rex)
18074 ("r-withr" ,r-withr)
18075 ("r-yaml" ,r-yaml)))
18076 (native-inputs
18077 `(("r-knitr" ,r-knitr))) ; for vignettes
18078 (home-page "https://github.com/r-lib/covr")
18079 (synopsis "Test coverage for R packages")
18080 (description
18081 "Thisp package enables you to track and report code coverage for your
18082 package and (optionally) upload the results to a coverage service. Code
18083 coverage is a measure of the amount of code being exercised by a set of tests.
18084 It is an indirect measure of test quality and completeness. This package is
18085 compatible with any testing methodology or framework and tracks coverage of
18086 both R code and compiled C/C++/FORTRAN code.")
18087 (license license:gpl3)))
18088
18089 (define-public r-systemfonts
18090 (package
18091 (name "r-systemfonts")
18092 (version "1.0.1")
18093 (source
18094 (origin
18095 (method url-fetch)
18096 (uri (cran-uri "systemfonts" version))
18097 (sha256
18098 (base32
18099 "15x7qx8iigkybgz6b6s66i3mh75vgynzpd50nw05wflfwzcv87a0"))))
18100 (properties `((upstream-name . "systemfonts")))
18101 (build-system r-build-system)
18102 (propagated-inputs
18103 `(("r-cpp11" ,r-cpp11)))
18104 (inputs
18105 `(("fontconfig" ,fontconfig)
18106 ("zlib" ,zlib)))
18107 (native-inputs
18108 `(("pkg-config" ,pkg-config)
18109 ("r-knitr" ,r-knitr)))
18110 (home-page "https://github.com/r-lib/systemfonts")
18111 (synopsis "System native font finding")
18112 (description
18113 "This package provides system native access to the font catalogue. As
18114 font handling varies between systems it is difficult to correctly locate
18115 installed fonts across different operating systems. The 'systemfonts' package
18116 provides bindings to the native libraries for finding font files that can then
18117 be used further by e.g. graphic devices.")
18118 (license license:expat)))
18119
18120 (define-public r-graphlayouts
18121 (package
18122 (name "r-graphlayouts")
18123 (version "0.7.1")
18124 (source
18125 (origin
18126 (method url-fetch)
18127 (uri (cran-uri "graphlayouts" version))
18128 (sha256
18129 (base32
18130 "05v7ss18bflhqa4ipsca8iw2ln8ddbaiyrizx2a5cwq81g5qq3rq"))))
18131 (properties `((upstream-name . "graphlayouts")))
18132 (build-system r-build-system)
18133 (propagated-inputs
18134 `(("r-igraph" ,r-igraph)
18135 ("r-rcpp" ,r-rcpp)
18136 ("r-rcpparmadillo" ,r-rcpparmadillo)))
18137 (home-page "https://github.com/schochastics/graphlayouts")
18138 (synopsis "Additional layout algorithms for network visualizations")
18139 (description
18140 "This package provides several layout algorithms to visualize networks
18141 which are not part of the igraph library. Most are based on the concept of
18142 stress majorization by Gansner et al. (2004)
18143 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms
18144 emphasize hidden group structures in networks or focus on specific nodes.")
18145 (license license:expat)))
18146
18147 (define-public r-terra
18148 (package
18149 (name "r-terra")
18150 (version "1.1-4")
18151 (source
18152 (origin
18153 (method url-fetch)
18154 (uri (cran-uri "terra" version))
18155 (sha256
18156 (base32
18157 "1vsh55sq56shc8s2vmkl27yvrdbrbn3l6jrigqf2hmvppkb2jsbg"))))
18158 (properties `((upstream-name . "terra")))
18159 (build-system r-build-system)
18160 (inputs
18161 `(("gdal" ,gdal)
18162 ("geos" ,geos)
18163 ("proj" ,proj)
18164 ("sqlite" ,sqlite) ; needed for proj
18165 ("zlib" ,zlib)))
18166 (propagated-inputs
18167 `(("r-raster" ,r-raster)
18168 ("r-rcpp" ,r-rcpp)))
18169 (native-inputs
18170 `(("pkg-config" ,pkg-config)))
18171 (home-page "https://rspatial.org/terra")
18172 (synopsis "Spatial data analysis")
18173 (description
18174 "This package provides methods for spatial data analysis, especially
18175 raster data. The included methods allow for low-level data manipulation as
18176 well as high-level global, local, zonal, and focal computation. The predict
18177 and interpolate methods facilitate the use of regression type (interpolation,
18178 machine learning) models for spatial prediction. Processing of very large
18179 files is supported.")
18180 (license license:gpl3+)))
18181
18182 (define-public r-tidygraph
18183 (package
18184 (name "r-tidygraph")
18185 (version "1.2.0")
18186 (source
18187 (origin
18188 (method url-fetch)
18189 (uri (cran-uri "tidygraph" version))
18190 (sha256
18191 (base32
18192 "17qjns33zcj82jcsl7bn7i4zxcm7ric50zyf7agi0i01zi16qz85"))))
18193 (properties `((upstream-name . "tidygraph")))
18194 (build-system r-build-system)
18195 (propagated-inputs
18196 `(("r-dplyr" ,r-dplyr)
18197 ("r-igraph" ,r-igraph)
18198 ("r-magrittr" ,r-magrittr)
18199 ("r-pillar" ,r-pillar)
18200 ("r-r6" ,r-r6)
18201 ("r-rcpp" ,r-rcpp)
18202 ("r-rlang" ,r-rlang)
18203 ("r-tibble" ,r-tibble)
18204 ("r-tidyr" ,r-tidyr)))
18205 (home-page "https://github.com/thomasp85/tidygraph")
18206 (synopsis "Tidy API for graph manipulation")
18207 (description
18208 "This package provides a graph implementation that can be thought of as
18209 two tidy data frames describing node and edge data respectively. It provides
18210 an approach to manipulate these two virtual data frames using the API defined
18211 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
18212 common graph algorithms.")
18213 (license license:expat)))
18214
18215 (define-public r-soupx
18216 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
18217 (revision "1"))
18218 (package
18219 (name "r-soupx")
18220 (version (git-version "0.3.1" revision commit))
18221 (source
18222 (origin
18223 (method git-fetch)
18224 (uri (git-reference
18225 (url "https://github.com/constantAmateur/SoupX")
18226 (commit commit)))
18227 (file-name (git-file-name name version))
18228 (sha256
18229 (base32
18230 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
18231 (properties `((upstream-name . "SoupX")))
18232 (build-system r-build-system)
18233 (propagated-inputs
18234 `(("r-ggplot2" ,r-ggplot2)
18235 ("r-matrix" ,r-matrix)
18236 ("r-seurat" ,r-seurat)))
18237 (home-page "https://github.com/constantAmateur/SoupX")
18238 (synopsis "Single cell mRNA Soup eXterminator")
18239 (description
18240 "This package provides a package for quantifying, profiling and
18241 removing cell free mRNA contamination (the \"soup\") from droplet based single
18242 cell RNA-seq experiments.")
18243 (license license:gpl2))))
18244
18245 (define-public r-assertr
18246 (package
18247 (name "r-assertr")
18248 (version "2.8")
18249 (source
18250 (origin
18251 (method url-fetch)
18252 (uri (cran-uri "assertr" version))
18253 (sha256
18254 (base32
18255 "00764vv86r3bn4r85in4w637harffyw605fgq0dj6mrbrwcfb650"))))
18256 (build-system r-build-system)
18257 (propagated-inputs
18258 `(("r-dplyr" ,r-dplyr)
18259 ("r-mass" ,r-mass)
18260 ("r-rlang" ,r-rlang)))
18261 (native-inputs
18262 `(("r-knitr" ,r-knitr))) ; needed for vignette
18263 (home-page "https://github.com/ropensci/assertr")
18264 (synopsis "Assertive programming for R analysis pipelines")
18265 (description
18266 "This package provides functionality to assert conditions that have to be
18267 met so that errors in data used in analysis pipelines can fail quickly. It is
18268 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
18269 in pipelines.")
18270 (license license:expat)))
18271
18272 (define-public r-parameters
18273 (package
18274 (name "r-parameters")
18275 (version "0.12.0")
18276 (source
18277 (origin
18278 (method url-fetch)
18279 (uri (cran-uri "parameters" version))
18280 (sha256
18281 (base32
18282 "0dfqn4l4qmlpwmdva2ahyhlngkzdm0sgiirbdrf3mbbw52bhlmpm"))))
18283 (properties `((upstream-name . "parameters")))
18284 (build-system r-build-system)
18285 (propagated-inputs
18286 `(("r-bayestestr" ,r-bayestestr)
18287 ("r-insight" ,r-insight)))
18288 (native-inputs
18289 `(("r-knitr" ,r-knitr)))
18290 (home-page "https://cran.r-project.org/web/packages/parameters")
18291 (synopsis "Processing of model parameters")
18292 (description
18293 "This package provides utilities for processing the parameters of various
18294 statistical models. Beyond computing p values, CIs, and other indices for a
18295 wide variety of models, this package implements features like standardization
18296 or bootstrapping of parameters and models, feature reduction (feature
18297 extraction and variable selection) as well as conversion between indices of
18298 effect size.")
18299 (license license:gpl3)))
18300
18301 (define-public r-rgdal
18302 (package
18303 (name "r-rgdal")
18304 (version "1.5-23")
18305 (source
18306 (origin
18307 (method url-fetch)
18308 (uri (cran-uri "rgdal" version))
18309 (sha256
18310 (base32 "0vnb7kw762y349pda4aq1hx0smafylmn3635l963qykfji5p99cw"))))
18311 (properties `((upstream-name . "rgdal")))
18312 (build-system r-build-system)
18313 (inputs
18314 `(("gdal" ,gdal)
18315 ("proj" ,proj)
18316 ("zlib" ,zlib)))
18317 (propagated-inputs
18318 `(("r-sp" ,r-sp)))
18319 (native-inputs
18320 `(("pkg-config" ,pkg-config)
18321 ("r-knitr" ,r-knitr)))
18322 (home-page "http://rgdal.r-forge.r-project.org")
18323 (synopsis "Bindings for the Geospatial Data Abstraction Library")
18324 (description
18325 "This package provides bindings to the Geospatial Data Abstraction
18326 Library (GDAL) and access to projection/transformation operations from the
18327 PROJ.4 library.")
18328 (license license:gpl2+)))
18329
18330 (define-public r-insol
18331 (package
18332 (name "r-insol")
18333 (version "1.2.2")
18334 (source
18335 (origin
18336 (method url-fetch)
18337 (uri (cran-uri "insol" version))
18338 (sha256
18339 (base32
18340 "166kgxgzbh55y2qqya6c2si22x0v7asi70im054g6xxwc5187kh3"))))
18341 (properties `((upstream-name . "insol")))
18342 (build-system r-build-system)
18343 (propagated-inputs
18344 `(("r-raster" ,r-raster)))
18345 (native-inputs
18346 `(("gfortran" ,gfortran)))
18347 (home-page "https://meteoexploration.com/R/insol/index.html")
18348 (synopsis "Tools for calculating solar radiation")
18349 (description
18350 "This package provides functions to compute insolation on tilted
18351 surfaces, computes atmospheric transmittance and related parameters such as:
18352 Earth radius vector, declination, sunset and sunrise, daylength, equation of
18353 time, vector in the direction of the sun, vector normal to surface, and some
18354 atmospheric physics.")
18355 (license license:gpl2+)))
18356
18357 (define-public r-lifecycle
18358 (package
18359 (name "r-lifecycle")
18360 (version "1.0.0")
18361 (source
18362 (origin
18363 (method url-fetch)
18364 (uri (cran-uri "lifecycle" version))
18365 (sha256
18366 (base32
18367 "13hgxk93q9387s8dnqpm8dfx610y0pr76khqksj4kbgj2fr4lcq3"))))
18368 (properties `((upstream-name . "lifecycle")))
18369 (build-system r-build-system)
18370 (propagated-inputs
18371 `(("r-glue" ,r-glue)
18372 ("r-rlang" ,r-rlang)))
18373 (native-inputs
18374 `(("r-knitr" ,r-knitr))) ; for vignettes
18375 (home-page "https://github.com/r-lib/lifecycle")
18376 (synopsis "Manage the life cycle of your package functions")
18377 (description
18378 "Manage the life cycle of your exported functions with shared
18379 conventions, documentation badges, and non-invasive deprecation warnings. The
18380 lifecycle package defines four development stages (experimental, maturing,
18381 stable, and questioning) and three deprecation stages (soft-deprecated,
18382 deprecated, and defunct). It makes it easy to insert badges corresponding to
18383 these stages in your documentation. Usage of deprecated functions are
18384 signalled with increasing levels of non-invasive verbosity.")
18385 (license license:gpl3)))
18386
18387 (define-public r-assertable
18388 (package
18389 (name "r-assertable")
18390 (version "0.2.8")
18391 (source
18392 (origin
18393 (method url-fetch)
18394 (uri (cran-uri "assertable" version))
18395 (sha256
18396 (base32
18397 "1cciil1nzxd8gbj49w99jiv077lbpb59vx7bmb4p218aj2h5hqq4"))))
18398 (build-system r-build-system)
18399 (propagated-inputs
18400 `(("r-data-table" ,r-data-table)))
18401 (native-inputs
18402 `(("r-knitr" ,r-knitr)))
18403 (home-page "https://cran.r-project.org/web/packages/assertable/")
18404 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
18405 (description "This package provides simple, flexible assertions on
18406 data.frame or data.table objects with verbose output for vetting. While other
18407 assertion packages apply towards more general use-cases, @code{assertable} is
18408 tailored towards tabular data. It includes functions to check variable names
18409 and values, whether the dataset contains all combinations of a given set of
18410 unique identifiers, and whether it is a certain length. In addition,
18411 @code{assertable} includes utility functions to check the existence of target
18412 files and to efficiently import multiple tabular data files into one
18413 data.table.")
18414 (license license:gpl3)))
18415
18416 (define-public r-quadprog
18417 (package
18418 (name "r-quadprog")
18419 (version "1.5-8")
18420 (source
18421 (origin
18422 (method url-fetch)
18423 (uri (cran-uri "quadprog" version))
18424 (sha256
18425 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
18426 (build-system r-build-system)
18427 (native-inputs
18428 `(("gfortran" ,gfortran)))
18429 (home-page "https://cran.r-project.org/web/packages/quadprog")
18430 (synopsis "Functions to solve quadratic programming problems")
18431 (description
18432 "This package contains routines and documentation for solving quadratic
18433 programming problems.")
18434 (license license:gpl3+)))
18435
18436 (define-public r-desolve
18437 (package
18438 (name "r-desolve")
18439 (version "1.28")
18440 (source
18441 (origin
18442 (method url-fetch)
18443 (uri (cran-uri "deSolve" version))
18444 (sha256
18445 (base32 "0jasvdzig0pzhzspmy20089az19r91xjfb9q6h8gj7c4mr6fymac"))))
18446 (properties `((upstream-name . "deSolve")))
18447 (build-system r-build-system)
18448 (native-inputs
18449 `(("gfortran" ,gfortran)))
18450 (home-page "https://desolve.r-forge.r-project.org/")
18451 (synopsis "Solvers for initial value problems of differential equations")
18452 (description "This package provides functions that solve initial value
18453 problems of a system of first-order @dfn{ordinary differential
18454 equations} (ODE), of @dfn{partial differential equations} (PDE), of
18455 @dfn{differential algebraic equations} (DAE), and of delay differential
18456 equations. The functions provide an interface to the FORTRAN functions
18457 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
18458 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
18459 C-implementation of solvers of the Runge-Kutta family with fixed or variable
18460 time steps. The package contains routines designed for solving ODEs resulting
18461 from 1-D, 2-D and 3-D partial differential equations that have been converted
18462 to ODEs by numerical differencing.")
18463 (license license:gpl2+)))
18464
18465 (define-public r-pracma
18466 (package
18467 (name "r-pracma")
18468 (version "2.3.3")
18469 (source (origin
18470 (method url-fetch)
18471 (uri (cran-uri "pracma" version))
18472 (sha256
18473 (base32 "0g5r5ir5k43ba0ngnsanp108k479l2dnsjd5w6idk1d34ivqs7yg"))))
18474 (build-system r-build-system)
18475 (home-page "https://cran.r-project.org/web/packages/pracma/")
18476 (synopsis "Practical numerical math functions")
18477 (description "This package provides functions for numerical analysis and
18478 linear algebra, numerical optimization, differential equations, plus some
18479 special functions. It uses Matlab function names where appropriate to simplify
18480 porting.")
18481 (license license:gpl3+)))
18482
18483 (define-public r-subplex
18484 (package
18485 (name "r-subplex")
18486 (version "1.6")
18487 (source
18488 (origin
18489 (method url-fetch)
18490 (uri (cran-uri "subplex" version))
18491 (sha256
18492 (base32
18493 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
18494 (build-system r-build-system)
18495 (native-inputs
18496 `(("gfortran" ,gfortran)))
18497 (home-page "https://cran.r-project.org/web/packages/subplex")
18498 (synopsis "Unconstrained optimization using the subplex algorithm")
18499 (description
18500 "This package implements the Subplex optimization algorithm.
18501 It solves unconstrained optimization problems using a simplex method on
18502 subspaces. The method is well suited for optimizing objective functions that
18503 are noisy or are discontinuous at the solution.")
18504 (license license:gpl3+)))
18505
18506 (define-public r-txtplot
18507 (package
18508 (name "r-txtplot")
18509 (version "1.0-4")
18510 (source
18511 (origin
18512 (method url-fetch)
18513 (uri (cran-uri "txtplot" version))
18514 (sha256
18515 (base32
18516 "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
18517 (build-system r-build-system)
18518 (home-page "https://cran.r-project.org/web/packages/txtplot/")
18519 (synopsis "Text-based plotting")
18520 (description "This package provides functions to produce rudimentary ASCII
18521 graphics directly in the terminal window. This package provides a basic
18522 plotting function (and equivalents of curve, density, acf and barplot) as well
18523 as a boxplot function.")
18524 (license license:lgpl3+)))
18525
18526 (define-public r-bio3d
18527 (package
18528 (name "r-bio3d")
18529 (version "2.4-1")
18530 (source
18531 (origin
18532 (method url-fetch)
18533 (uri (cran-uri "bio3d" version))
18534 (sha256
18535 (base32
18536 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
18537 (properties `((upstream-name . "bio3d")))
18538 (build-system r-build-system)
18539 (inputs `(("zlib" ,zlib)))
18540 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
18541 (home-page "http://thegrantlab.org/bio3d/")
18542 (synopsis "Biological structure analysis")
18543 (description
18544 "This package provides utilities to process, organize and explore protein
18545 structure, sequence and dynamics data. Features include the ability to read
18546 and write structure, sequence and dynamic trajectory data, perform sequence
18547 and structure database searches, data summaries, atom selection, alignment,
18548 superposition, rigid core identification, clustering, torsion analysis,
18549 distance matrix analysis, structure and sequence conservation analysis, normal
18550 mode analysis, principal component analysis of heterogeneous structure data,
18551 and correlation network analysis from normal mode and molecular dynamics data.
18552 In addition, various utility functions are provided to enable the statistical
18553 and graphical power of the R environment to work with biological sequence and
18554 structural data.")
18555 (license license:gpl2+)))
18556
18557 (define-public r-bios2cor
18558 (package
18559 (name "r-bios2cor")
18560 (version "2.2")
18561 (source
18562 (origin
18563 (method url-fetch)
18564 (uri (cran-uri "Bios2cor" version))
18565 (sha256
18566 (base32
18567 "1wkj9vr33m9jilidil9jpw5rzr3pf7gkimxdvch22ks4bgkx7l1w"))))
18568 (properties `((upstream-name . "Bios2cor")))
18569 (build-system r-build-system)
18570 (propagated-inputs
18571 `(("r-bigmemory" ,r-bigmemory)
18572 ("r-bio3d" ,r-bio3d)
18573 ("r-circular" ,r-circular)
18574 ("r-igraph" ,r-igraph)))
18575 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
18576 (synopsis "From biological sequences and simulations to correlation analysis")
18577 (description
18578 "This package provides utilities for computation and analysis of
18579 correlation/covariation in multiple sequence alignments and in side chain
18580 motions during molecular dynamics simulations. Features include the
18581 computation of correlation/covariation scores using a variety of scoring
18582 functions between either sequence positions in alignments or side chain
18583 dihedral angles in molecular dynamics simulations and utilities to analyze the
18584 correlation/covariation matrix through a variety of tools including network
18585 representation and principal components analysis. In addition, several
18586 utility functions are based on the R graphical environment to provide friendly
18587 tools for help in data interpretation.")
18588 (license license:gpl2+)))
18589
18590 ;; This package includes minified JavaScript files. When upgrading please
18591 ;; check that there are no new minified JavaScript files.
18592 (define-public r-networkd3
18593 (package
18594 (name "r-networkd3")
18595 (version "0.4")
18596 (source
18597 (origin
18598 (method url-fetch)
18599 (uri (cran-uri "networkD3" version))
18600 (sha256
18601 (base32
18602 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
18603 (snippet
18604 '(begin
18605 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
18606 #t))))
18607 (properties `((upstream-name . "networkD3")))
18608 (build-system r-build-system)
18609 (arguments
18610 `(#:modules ((guix build utils)
18611 (guix build r-build-system)
18612 (srfi srfi-1)
18613 (ice-9 popen))
18614 #:phases
18615 (modify-phases %standard-phases
18616 (add-after 'unpack 'process-javascript
18617 (lambda* (#:key inputs #:allow-other-keys)
18618 (with-directory-excursion "inst/htmlwidgets/lib/"
18619 (call-with-values
18620 (lambda ()
18621 (unzip2
18622 `((,(assoc-ref inputs "d3.v4.js")
18623 "d3-4.5.0/d3.min.js"))))
18624 (lambda (sources targets)
18625 (for-each (lambda (source target)
18626 (format #t "Processing ~a --> ~a~%"
18627 source target)
18628 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
18629 (call-with-output-file target
18630 (lambda (port)
18631 (dump-port minified port)))))
18632 sources targets))))
18633 #t)))))
18634 (native-inputs
18635 `(("uglify-js" ,uglify-js)
18636 ;; NOTE: Make sure that this version of d3 is still valid when
18637 ;; upgrading the package.
18638 ("d3.v4.js"
18639 ,(origin
18640 (method url-fetch)
18641 (uri "https://d3js.org/d3.v4.js")
18642 (sha256
18643 (base32
18644 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
18645 (propagated-inputs
18646 `(("r-htmlwidgets" ,r-htmlwidgets)
18647 ("r-igraph" ,r-igraph)
18648 ("r-magrittr" ,r-magrittr)))
18649 (home-page "https://cran.r-project.org/package=networkD3")
18650 (synopsis "D3 JavaScript network graphs from R")
18651 (description
18652 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
18653 graphs from R.")
18654 (license license:gpl3+)))
18655
18656 (define-public r-aasea
18657 (package
18658 (name "r-aasea")
18659 (version "1.1.0")
18660 (source
18661 (origin
18662 (method url-fetch)
18663 (uri (cran-uri "aaSEA" version))
18664 (sha256
18665 (base32
18666 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
18667 (properties `((upstream-name . "aaSEA")))
18668 (build-system r-build-system)
18669 (propagated-inputs
18670 `(("r-bios2cor" ,r-bios2cor)
18671 ("r-dt" ,r-dt)
18672 ("r-hmisc" ,r-hmisc)
18673 ("r-magrittr" ,r-magrittr)
18674 ("r-networkd3" ,r-networkd3)
18675 ("r-plotly" ,r-plotly)
18676 ("r-seqinr" ,r-seqinr)
18677 ("r-shiny" ,r-shiny)
18678 ("r-shinydashboard" ,r-shinydashboard)))
18679 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
18680 (synopsis "Amino acid substitution effect analyzer")
18681 (description
18682 "Given a protein multiple sequence alignment, it is a daunting task to
18683 assess the effects of substitutions along sequence length. The aaSEA package
18684 is intended to help researchers to rapidly analyze property changes caused by
18685 single, multiple and correlated amino acid substitutions in proteins.")
18686 (license license:gpl3)))
18687
18688 (define-public r-abacus
18689 (package
18690 (name "r-abacus")
18691 (version "1.0.0")
18692 (source
18693 (origin
18694 (method url-fetch)
18695 (uri (cran-uri "ABACUS" version))
18696 (sha256
18697 (base32
18698 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
18699 (properties `((upstream-name . "ABACUS")))
18700 (build-system r-build-system)
18701 (propagated-inputs
18702 `(("r-ggplot2" ,r-ggplot2)
18703 ("r-shiny" ,r-shiny)))
18704 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
18705 (synopsis "Apps-based activities for communicating and understanding statistics")
18706 (description
18707 "This package provides a set of Shiny apps for effective communication
18708 and understanding in statistics. The current version includes properties of
18709 normal distribution, properties of sampling distribution, one-sample z and t
18710 tests, two samples independent (unpaired) t test and analysis of variance.")
18711 (license license:gpl3)))
18712
18713 (define-public r-abc-rap
18714 (package
18715 (name "r-abc-rap")
18716 (version "0.9.0")
18717 (source
18718 (origin
18719 (method url-fetch)
18720 (uri (cran-uri "ABC.RAP" version))
18721 (sha256
18722 (base32
18723 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
18724 (properties `((upstream-name . "ABC.RAP")))
18725 (build-system r-build-system)
18726 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
18727 (synopsis "Array-based CpG region analysis pipeline")
18728 (description
18729 "This package aims to identify candidate genes that are differentially
18730 methylated between cases and controls. It applies Student's t-test and delta
18731 beta analysis to identify candidate genes containing multiple CpG sites.")
18732 (license license:gpl3)))
18733
18734 (define-public r-abcadm
18735 (package
18736 (name "r-abcadm")
18737 (version "1.0")
18738 (source
18739 (origin
18740 (method url-fetch)
18741 (uri (cran-uri "abcADM" version))
18742 (sha256
18743 (base32
18744 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
18745 (properties `((upstream-name . "abcADM")))
18746 (build-system r-build-system)
18747 (propagated-inputs
18748 `(("r-bh" ,r-bh)
18749 ("r-rcpp" ,r-rcpp)))
18750 (home-page "https://cran.r-project.org/web/packages/abcADM/")
18751 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
18752 (description
18753 "This package provides tools to estimate parameters of accumulated
18754 damage (load duration) models based on failure time data under a Bayesian
18755 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
18756 long-term reliability under stochastic load profiles.")
18757 (license license:gpl3)))
18758
18759 (define-public r-rglpk
18760 (package
18761 (name "r-rglpk")
18762 (version "0.6-4")
18763 (source
18764 (origin
18765 (method url-fetch)
18766 (uri (cran-uri "Rglpk" version))
18767 (sha256
18768 (base32
18769 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
18770 (properties `((upstream-name . "Rglpk")))
18771 (build-system r-build-system)
18772 (propagated-inputs
18773 `(("r-slam" ,r-slam)))
18774 (inputs
18775 `(("glpk" ,glpk)))
18776 (home-page "https://r-forge.r-project.org/projects/rglp/")
18777 (synopsis "R interface to the GNU Linear Programming Kit")
18778 (description
18779 "This package provides an R interface to the GNU Linear Programming Kit,
18780 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
18781 integer linear programming} (MILP) and other related problems.")
18782 ;; Either license
18783 (license (list license:gpl2 license:gpl3))))
18784
18785 (define-public r-abcdefba
18786 (package
18787 (name "r-abcdefba")
18788 (version "0.4")
18789 (source
18790 (origin
18791 (method url-fetch)
18792 (uri (cran-uri "abcdeFBA" version))
18793 (sha256
18794 (base32
18795 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
18796 (properties `((upstream-name . "abcdeFBA")))
18797 (build-system r-build-system)
18798 (propagated-inputs
18799 `(("r-corrplot" ,r-corrplot)
18800 ("r-lattice" ,r-lattice)
18801 ("r-rgl" ,r-rgl)
18802 ("r-rglpk" ,r-rglpk)))
18803 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
18804 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
18805 (description
18806 "This package provides functions for Constraint Based Simulation using
18807 Flux Balance Analysis and informative analysis of the data generated during
18808 simulation.")
18809 (license license:gpl2)))
18810
18811 (define-public r-abcrlda
18812 (package
18813 (name "r-abcrlda")
18814 (version "1.0.3")
18815 (source
18816 (origin
18817 (method url-fetch)
18818 (uri (cran-uri "abcrlda" version))
18819 (sha256
18820 (base32
18821 "04pcdnk2szfpc2ylcw5ds7y895ivy03bycal03kxw7cwylzxasks"))))
18822 (properties `((upstream-name . "abcrlda")))
18823 (build-system r-build-system)
18824 (home-page "https://ieeexplore.ieee.org/document/8720003/")
18825 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
18826 (description
18827 "This package offers methods to perform @dfn{asymptotically
18828 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
18829 cost-sensitive binary classification. The bias-correction is an estimate of
18830 the bias term added to regularized discriminant analysis that minimizes the
18831 overall risk.")
18832 (license license:gpl3)))
18833
18834 (define-public r-abemus
18835 (package
18836 (name "r-abemus")
18837 (version "1.0.1")
18838 (source
18839 (origin
18840 (method url-fetch)
18841 (uri (cran-uri "abemus" version))
18842 (sha256
18843 (base32
18844 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
18845 (properties `((upstream-name . "abemus")))
18846 (build-system r-build-system)
18847 (propagated-inputs
18848 `(("r-data-table" ,r-data-table)))
18849 (home-page "https://cran.r-project.org/web/packages/abemus/")
18850 (synopsis "Adaptive base error model in ultra-deep sequencing data")
18851 (description
18852 "This package provides an implementation of @dfn{Adaptive Base Error
18853 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
18854 platform-specific genetic knowledge and empirical signal to readily detect and
18855 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
18856 cell free DNA} (cfDNA).")
18857 (license license:gpl3)))
18858
18859 ;; This package includes minified JavaScript files. When upgrading please
18860 ;; check that there are no new minified JavaScript files.
18861 (define-public r-rintrojs
18862 (package
18863 (name "r-rintrojs")
18864 (version "0.2.2")
18865 (source
18866 (origin
18867 (method url-fetch)
18868 (uri (cran-uri "rintrojs" version))
18869 (sha256
18870 (base32
18871 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
18872 (properties `((upstream-name . "rintrojs")))
18873 (build-system r-build-system)
18874 (arguments
18875 `(#:modules ((guix build utils)
18876 (guix build r-build-system)
18877 (srfi srfi-1)
18878 (ice-9 popen))
18879 #:phases
18880 (modify-phases %standard-phases
18881 (add-after 'unpack 'process-javascript
18882 (lambda* (#:key inputs #:allow-other-keys)
18883 (with-directory-excursion "inst/javascript/introjs/"
18884 (call-with-values
18885 (lambda ()
18886 (unzip2
18887 `((,(assoc-ref inputs "intro.js")
18888 "intro.min.js"))))
18889 (lambda (sources targets)
18890 (for-each (lambda (source target)
18891 (format #t "Processing ~a --> ~a~%"
18892 source target)
18893 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
18894 (call-with-output-file target
18895 (lambda (port)
18896 (dump-port minified port)))))
18897 sources targets))))
18898 #t)))))
18899 (native-inputs
18900 `(("uglify-js" ,uglify-js)
18901 ("intro.js"
18902 ,(origin
18903 (method url-fetch)
18904 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
18905 (sha256
18906 (base32
18907 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
18908 (propagated-inputs
18909 `(("r-jsonlite" ,r-jsonlite)
18910 ("r-shiny" ,r-shiny)))
18911 (home-page "https://github.com/carlganz/rintrojs")
18912 (synopsis "Wrapper for the Intro.js library")
18913 (description
18914 "This package provides a wrapper for the @url{http://www.introjs.com,
18915 Intro.js} library. This package makes it easy to include step-by-step
18916 introductions, and clickable hints in a Shiny application. It supports both
18917 static introductions in the UI, and programmatic introductions from the
18918 server-side.")
18919 (license license:agpl3+)))
18920
18921 (define-public r-sysfonts
18922 (package
18923 (name "r-sysfonts")
18924 (version "0.8.3")
18925 (source
18926 (origin
18927 (method url-fetch)
18928 (uri (cran-uri "sysfonts" version))
18929 (sha256
18930 (base32
18931 "00kbazxw6zd1kakfshffdj928krca53bw9k78k0zar40mbqxiwd5"))))
18932 (properties `((upstream-name . "sysfonts")))
18933 (build-system r-build-system)
18934 (inputs
18935 `(("freetype" ,freetype)
18936 ("libpng" ,libpng)
18937 ("zlib" ,zlib)))
18938 (native-inputs
18939 `(("pkg-config" ,pkg-config)))
18940 (home-page "https://github.com/yixuan/sysfonts")
18941 (synopsis "Loading fonts into R")
18942 (description
18943 "This is a package to simplify loading of system fonts and Google Fonts
18944 into R, in order to support other packages.")
18945 (license license:gpl2)))
18946
18947 (define-public r-showtextdb
18948 (package
18949 (name "r-showtextdb")
18950 (version "3.0")
18951 (source
18952 (origin
18953 (method url-fetch)
18954 (uri (cran-uri "showtextdb" version))
18955 (sha256
18956 (base32
18957 "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
18958 (properties `((upstream-name . "showtextdb")))
18959 (build-system r-build-system)
18960 (propagated-inputs
18961 `(("r-sysfonts" ,r-sysfonts)))
18962 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
18963 (synopsis "Font files for the 'showtext' package")
18964 (description
18965 "This package provides font files that can be used by the @code{showtext}
18966 package.")
18967 (license license:asl2.0)))
18968
18969 (define-public r-showtext
18970 (package
18971 (name "r-showtext")
18972 (version "0.9-2")
18973 (source
18974 (origin
18975 (method url-fetch)
18976 (uri (cran-uri "showtext" version))
18977 (sha256
18978 (base32
18979 "0y5mw6ffk92r7b22irrfhdmj4hxfl0d1wjxj14hznbapc4qm6f0z"))))
18980 (properties `((upstream-name . "showtext")))
18981 (build-system r-build-system)
18982 (inputs
18983 `(("freetype" ,freetype)
18984 ("libpng" ,libpng)
18985 ("zlib" ,zlib)))
18986 (propagated-inputs
18987 `(("r-showtextdb" ,r-showtextdb)
18988 ("r-sysfonts" ,r-sysfonts)))
18989 (native-inputs
18990 `(("pkg-config" ,pkg-config)
18991 ("r-knitr" ,r-knitr)))
18992 (home-page "https://github.com/yixuan/showtext")
18993 (synopsis "Using fonts more easily in R graphs")
18994 (description
18995 "This package aims to make it easy to use various types of
18996 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
18997 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
18998 will be converted into polygons or raster images, hence after the plot has
18999 been created, it no longer relies on the font files. No external software
19000 such as Ghostscript is needed to use this package.")
19001 (license license:asl2.0)))
19002
19003 (define-public r-emojifont
19004 (package
19005 (name "r-emojifont")
19006 (version "0.5.3")
19007 (source
19008 (origin
19009 (method url-fetch)
19010 (uri (cran-uri "emojifont" version))
19011 (sha256
19012 (base32
19013 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
19014 (properties `((upstream-name . "emojifont")))
19015 (build-system r-build-system)
19016 (propagated-inputs
19017 `(("r-ggplot2" ,r-ggplot2)
19018 ("r-proto" ,r-proto)
19019 ("r-showtext" ,r-showtext)
19020 ("r-sysfonts" ,r-sysfonts)))
19021 (home-page "https://guangchuangyu.github.io/emojifont")
19022 (synopsis "Emoji and Font Awesome in R graphics")
19023 (description
19024 "This package enables the use of emoji and the Font Awesome glyphs in
19025 both base and ggplot2 graphics.")
19026 (license license:artistic2.0)))
19027
19028 (define-public r-abstractr
19029 (package
19030 (name "r-abstractr")
19031 (version "0.1.0")
19032 (source
19033 (origin
19034 (method url-fetch)
19035 (uri (cran-uri "abstractr" version))
19036 (sha256
19037 (base32
19038 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
19039 (properties `((upstream-name . "abstractr")))
19040 (build-system r-build-system)
19041 (propagated-inputs
19042 `(("r-colourpicker" ,r-colourpicker)
19043 ("r-emojifont" ,r-emojifont)
19044 ("r-ggplot2" ,r-ggplot2)
19045 ("r-gridextra" ,r-gridextra)
19046 ("r-rintrojs" ,r-rintrojs)
19047 ("r-shiny" ,r-shiny)
19048 ("r-shinythemes" ,r-shinythemes)))
19049 (home-page "https://matt-kumar.shinyapps.io/portfolio")
19050 (synopsis "R-Shiny application for creating visual abstracts")
19051 (description
19052 "This package provides an R Shiny application to create visual abstracts
19053 for original research. A variety of user defined options and formatting are
19054 included.")
19055 (license license:gpl3)))
19056
19057 (define-public r-qgam
19058 (package
19059 (name "r-qgam")
19060 (version "1.3.2")
19061 (source
19062 (origin
19063 (method url-fetch)
19064 (uri (cran-uri "qgam" version))
19065 (sha256
19066 (base32
19067 "0lks2cj0p7irp1i01756v1l7i26d7alax1fbkc20qd6wpz840fi7"))))
19068 (properties `((upstream-name . "qgam")))
19069 (build-system r-build-system)
19070 (propagated-inputs
19071 `(("r-doparallel" ,r-doparallel)
19072 ("r-mgcv" ,r-mgcv)
19073 ("r-plyr" ,r-plyr)
19074 ("r-shiny" ,r-shiny)))
19075 (native-inputs `(("r-knitr" ,r-knitr)))
19076 (home-page "https://cran.r-project.org/web/packages/qgam/")
19077 (synopsis "Smooth additive quantile regression models")
19078 (description
19079 "This package provides smooth additive quantile regression models, fitted
19080 using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
19081 the smoothing parameters are estimated automatically by marginal loss
19082 minimization, while the regression coefficients are estimated using either
19083 PIRLS or Newton algorithm. The learning rate is determined so that the
19084 Bayesian credible intervals of the estimated effects have approximately the
19085 correct coverage. The main function is @code{qgam()} which is similar to
19086 @code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
19087 regression models.")
19088 (license license:gpl2+)))
19089
19090 (define-public r-abtest
19091 (package
19092 (name "r-abtest")
19093 (version "0.2.2")
19094 (source
19095 (origin
19096 (method url-fetch)
19097 (uri (cran-uri "abtest" version))
19098 (sha256
19099 (base32
19100 "1ak0m4jd1grriwg4pn3aqf1468qma6rjn5kqjh8izx7zl29jd07v"))))
19101 (properties `((upstream-name . "abtest")))
19102 (build-system r-build-system)
19103 (propagated-inputs
19104 `(("r-matrix" ,r-matrix)
19105 ("r-mvtnorm" ,r-mvtnorm)
19106 ("r-plotrix" ,r-plotrix)
19107 ("r-qgam" ,r-qgam)
19108 ("r-rcolorbrewer" ,r-rcolorbrewer)
19109 ("r-rcpp" ,r-rcpp)
19110 ("r-sn" ,r-sn)
19111 ("r-truncnorm" ,r-truncnorm)))
19112 (home-page "https://cran.r-project.org/web/packages/abtest/")
19113 (synopsis "Bayesian A/B testing")
19114 (description
19115 "This package provides functions for Bayesian A/B testing including prior
19116 elicitation options based on Kass and Vaidyanathan (1992)
19117 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
19118 (license license:gpl2+)))
19119
19120 (define-public r-accept
19121 (package
19122 (name "r-accept")
19123 (version "0.7.1")
19124 (source
19125 (origin
19126 (method url-fetch)
19127 (uri (cran-uri "accept" version))
19128 (sha256
19129 (base32
19130 "0pn8q0jsi0nb2mm2kv6sjczflflshhy55y7nqqnk70yx9f6wm83y"))))
19131 (properties `((upstream-name . "accept")))
19132 (build-system r-build-system)
19133 (propagated-inputs
19134 `(("r-dplyr" ,r-dplyr)
19135 ("r-extrafont" ,r-extrafont)
19136 ("r-mass" ,r-mass)
19137 ("r-plotly" ,r-plotly)
19138 ("r-stringr" ,r-stringr)
19139 ("r-viridis" ,r-viridis)))
19140 (home-page "https://cran.r-project.org/web/packages/accept/")
19141 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
19142 (description
19143 "This package allows clinicians to predict the rate and severity of
19144 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
19145 Disease} (COPD) patients, based on the clinical prediction model published in
19146 Adibi et al. (2019) @url{doi:10.1101/651901}.")
19147 (license license:gpl3)))
19148
19149 (define-public r-smpracticals
19150 (package
19151 (name "r-smpracticals")
19152 (version "1.4-3")
19153 (source
19154 (origin
19155 (method url-fetch)
19156 (uri (cran-uri "SMPracticals" version))
19157 (sha256
19158 (base32
19159 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
19160 (properties `((upstream-name . "SMPracticals")))
19161 (build-system r-build-system)
19162 (propagated-inputs
19163 `(("r-ellipse" ,r-ellipse)
19164 ("r-mass" ,r-mass)
19165 ("r-nlme" ,r-nlme)
19166 ("r-survival" ,r-survival)))
19167 (home-page "http://statwww.epfl.ch/davison/SM/")
19168 (synopsis "Practicals for use with Davison (2003) Statistical Models")
19169 (description
19170 "This package contains the datasets and a few functions for use with the
19171 practicals outlined in Appendix A of the book Statistical Models (Davison,
19172 2003, Cambridge University Press). The practicals themselves can be found at
19173 @url{http://statwww.epfl.ch/davison/SM/}.")
19174 (license license:gpl2+)))
19175
19176 (define-public r-fgui
19177 (package
19178 (name "r-fgui")
19179 (version "1.0-8")
19180 (source
19181 (origin
19182 (method url-fetch)
19183 (uri (cran-uri "fgui" version))
19184 (sha256
19185 (base32
19186 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
19187 (properties `((upstream-name . "fgui")))
19188 (build-system r-build-system)
19189 (home-page
19190 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
19191 (synopsis "Create GUI for R functions")
19192 (description
19193 "Rapidly create a GUI for a function you created by automatically
19194 creating widgets for arguments of the function. This package automatically
19195 parses help routines for context-sensitive help to these arguments. The
19196 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
19197 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
19198 incorporated into the interface for greater customization for the more
19199 experienced.")
19200 ;; Any version of the GPL.
19201 (license (list license:gpl2+ license:gpl3+))))
19202
19203 (define-public r-tcltk2
19204 (package
19205 (name "r-tcltk2")
19206 (version "1.2-11")
19207 (source
19208 (origin
19209 (method url-fetch)
19210 (uri (cran-uri "tcltk2" version))
19211 (sha256
19212 (base32
19213 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
19214 (properties `((upstream-name . "tcltk2")))
19215 (build-system r-build-system)
19216 (inputs
19217 `(("tcl" ,tcl)
19218 ("tk" ,tk)))
19219 (home-page "https://www.sciviews.org/SciViews-R")
19220 (synopsis "Tcl/Tk additions")
19221 (description
19222 "This package provides a series of additional Tcl commands and Tk widgets
19223 with style and various functions to supplement the tcltk package")
19224 (license license:lgpl3)))
19225
19226 (define-public r-accrual
19227 (package
19228 (name "r-accrual")
19229 (version "1.3")
19230 (source
19231 (origin
19232 (method url-fetch)
19233 (uri (cran-uri "accrual" version))
19234 (sha256
19235 (base32
19236 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
19237 (properties `((upstream-name . "accrual")))
19238 (build-system r-build-system)
19239 (propagated-inputs
19240 `(("r-fgui" ,r-fgui)
19241 ("r-smpracticals" ,r-smpracticals)
19242 ("r-tcltk2" ,r-tcltk2)))
19243 (home-page "https://cran.r-project.org/web/packages/accrual/")
19244 (synopsis "Bayesian accrual prediction")
19245 (description
19246 "Subject recruitment for medical research is challenging. Slow patient
19247 accrual leads to delay in research. Accrual monitoring during the process of
19248 recruitment is critical. Researchers need reliable tools to manage the
19249 accrual rate. This package provides an implementation of a Bayesian method
19250 that integrates researcher's experience on previous trials and data from the
19251 current study, providing reliable prediction on accrual rate for clinical
19252 studies. It provides functions for Bayesian accrual prediction which can be
19253 easily used by statisticians and clinical researchers.")
19254 (license license:gpl2)))
19255
19256 (define-public r-accrued
19257 (package
19258 (name "r-accrued")
19259 (version "1.4.1")
19260 (source
19261 (origin
19262 (method url-fetch)
19263 (uri (cran-uri "accrued" version))
19264 (sha256
19265 (base32
19266 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
19267 (properties `((upstream-name . "accrued")))
19268 (build-system r-build-system)
19269 (home-page "https://cran.r-project.org/web/packages/accrued/")
19270 (synopsis "Data quality visualization tools for partially accruing data")
19271 (description
19272 "This is a package for visualizing data quality of partially accruing
19273 data.")
19274 (license license:gpl3)))
19275
19276 (define-public r-mda
19277 (package
19278 (name "r-mda")
19279 (version "0.5-2")
19280 (source
19281 (origin
19282 (method url-fetch)
19283 (uri (cran-uri "mda" version))
19284 (sha256
19285 (base32
19286 "1hq0zhhz9klmp4zcr1w8hyn7s1h9kfg57d2l2mfm7psx459j0krl"))))
19287 (properties `((upstream-name . "mda")))
19288 (build-system r-build-system)
19289 (propagated-inputs `(("r-class" ,r-class)))
19290 (native-inputs `(("gfortran" ,gfortran)))
19291 (home-page "https://cran.r-project.org/web/packages/mda/")
19292 (synopsis "Mixture and flexible discriminant analysis")
19293 (description
19294 "This is a package for mixture and flexible discriminant analysis,
19295 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
19296 (license license:gpl2)))
19297
19298 (define-public r-elasticnet
19299 (package
19300 (name "r-elasticnet")
19301 (version "1.3")
19302 (source
19303 (origin
19304 (method url-fetch)
19305 (uri (cran-uri "elasticnet" version))
19306 (sha256
19307 (base32
19308 "0nxcw06d0cp2mbqzg2fm9yys5xm6xx7bfcfvr0avcs8afkvz29j8"))))
19309 (properties `((upstream-name . "elasticnet")))
19310 (build-system r-build-system)
19311 (propagated-inputs
19312 `(("r-lars" ,r-lars)))
19313 (home-page "http://users.stat.umn.edu/~zouxx019/")
19314 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
19315 (description
19316 "This package provides functions for fitting the entire solution path of
19317 the Elastic-Net and also provides functions for estimating sparse Principal
19318 Components. The Lasso solution paths can be computed by the same function.")
19319 (license license:gpl2+)))
19320
19321 (define-public r-sparselda
19322 (package
19323 (name "r-sparselda")
19324 (version "0.1-9")
19325 (source
19326 (origin
19327 (method url-fetch)
19328 (uri (cran-uri "sparseLDA" version))
19329 (sha256
19330 (base32
19331 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
19332 (properties `((upstream-name . "sparseLDA")))
19333 (build-system r-build-system)
19334 (propagated-inputs
19335 `(("r-elasticnet" ,r-elasticnet)
19336 ("r-mass" ,r-mass)
19337 ("r-mda" ,r-mda)))
19338 (home-page "https://www.imm.dtu.dk/~lkhc/")
19339 (synopsis "Sparse discriminant analysis")
19340 (description
19341 "This package performs sparse linear discriminant analysis for Gaussians
19342 and mixture of Gaussian models.")
19343 (license license:gpl2+)))
19344
19345 (define-public r-accsda
19346 (package
19347 (name "r-accsda")
19348 (version "1.0.0")
19349 (source
19350 (origin
19351 (method url-fetch)
19352 (uri (cran-uri "accSDA" version))
19353 (sha256
19354 (base32
19355 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
19356 (properties `((upstream-name . "accSDA")))
19357 (build-system r-build-system)
19358 (propagated-inputs
19359 `(("r-ggplot2" ,r-ggplot2)
19360 ("r-ggthemes" ,r-ggthemes)
19361 ("r-gridextra" ,r-gridextra)
19362 ("r-mass" ,r-mass)
19363 ("r-rarpack" ,r-rarpack)
19364 ("r-sparselda" ,r-sparselda)))
19365 (home-page "https://github.com/gumeo/accSDA/wiki")
19366 (synopsis "Accelerated sparse discriminant analysis")
19367 (description
19368 "This package provides an implementation of sparse linear discriminant
19369 analysis, which is a supervised classification method for multiple classes.
19370 Various novel optimization approaches to this problem are implemented
19371 including @dfn{alternating direction method of multipliers} (ADMM),
19372 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
19373 Functions for performing cross validation are also supplied along with basic
19374 prediction and plotting functions. @dfn{Sparse zero variance
19375 discriminant} (SZVD) analysis is also included in the package.")
19376 (license license:gpl2+)))
19377
19378 (define-public r-ace2fastq
19379 (package
19380 (name "r-ace2fastq")
19381 (version "0.6.0")
19382 (source
19383 (origin
19384 (method url-fetch)
19385 (uri (cran-uri "ace2fastq" version))
19386 (sha256
19387 (base32
19388 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
19389 (properties `((upstream-name . "ace2fastq")))
19390 (build-system r-build-system)
19391 (propagated-inputs
19392 `(("r-stringr" ,r-stringr)))
19393 (home-page "https://github.com/c5sire/ace2fastq")
19394 (synopsis "ACE file to FASTQ converter")
19395 (description
19396 "The ACE file format is used in genomics to store contigs from sequencing
19397 machines. This tools converts it into FASTQ format. Both formats contain the
19398 sequence characters and their corresponding quality information. Unlike the
19399 FASTQ file, the ACE file stores the quality values numerically. The
19400 conversion algorithm uses the standard Sanger formula. The package
19401 facilitates insertion into pipelines, and content inspection.")
19402 (license license:gpl3)))
19403
19404 (define-public r-rngwell
19405 (package
19406 (name "r-rngwell")
19407 (version "0.10-6")
19408 (source
19409 (origin
19410 (method url-fetch)
19411 (uri (cran-uri "rngWELL" version))
19412 (sha256
19413 (base32
19414 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
19415 (properties `((upstream-name . "rngWELL")))
19416 (build-system r-build-system)
19417 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
19418 (synopsis "Toolbox for WELL random number generators")
19419 (description
19420 "This is a dedicated package to WELL pseudo random generators, which were
19421 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
19422 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
19423 (license license:bsd-3)))
19424
19425 (define-public r-randtoolbox
19426 (package
19427 (name "r-randtoolbox")
19428 (version "1.30.1")
19429 (source
19430 (origin
19431 (method url-fetch)
19432 (uri (cran-uri "randtoolbox" version))
19433 (sha256
19434 (base32
19435 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
19436 (properties `((upstream-name . "randtoolbox")))
19437 (build-system r-build-system)
19438 (propagated-inputs
19439 `(("r-rngwell" ,r-rngwell)))
19440 (native-inputs
19441 `(("gfortran" ,gfortran)))
19442 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
19443 (synopsis "Toolbox for pseudo and quasi random number generation")
19444 (description
19445 "This package provides
19446
19447 @enumerate
19448 @item pseudo random generators, such as general linear
19449 congruential generators, multiple recursive generators and generalized
19450 feedback shift register (SF-Mersenne Twister algorithm and WELL
19451 generators)
19452
19453 @item quasi random generators, such as the Torus algorithm, the Sobol
19454 sequence, the Halton sequence (including the Van der Corput sequence), and
19455
19456 @item some generator tests: the gap test, the serial test, the poker test.
19457 @end enumerate
19458
19459 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
19460 (license license:bsd-3)))
19461
19462 (define-public r-lhs
19463 (package
19464 (name "r-lhs")
19465 (version "1.1.1")
19466 (source
19467 (origin
19468 (method url-fetch)
19469 (uri (cran-uri "lhs" version))
19470 (sha256
19471 (base32
19472 "1p4h03qlijs2a59wfd4rlvdlb9i87pw2zm8xsjd6yzz8vlm9yglh"))))
19473 (properties `((upstream-name . "lhs")))
19474 (build-system r-build-system)
19475 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
19476 (native-inputs
19477 `(("r-knitr" ,r-knitr)))
19478 (home-page "https://github.com/bertcarnell/lhs")
19479 (synopsis "Latin Hypercube Samples")
19480 (description
19481 "This package provides a number of methods for creating and augmenting
19482 Latin Hypercube Samples.")
19483 (license license:gpl3)))
19484
19485 (define-public r-acebayes
19486 (package
19487 (name "r-acebayes")
19488 (version "1.10")
19489 (source
19490 (origin
19491 (method url-fetch)
19492 (uri (cran-uri "acebayes" version))
19493 (sha256
19494 (base32
19495 "11bffz430gdfdaxjx3simig66vhynmx6l1ylac4q2shcmj52nx73"))))
19496 (properties `((upstream-name . "acebayes")))
19497 (build-system r-build-system)
19498 (propagated-inputs
19499 `(("r-compare" ,r-compare)
19500 ("r-lhs" ,r-lhs)
19501 ("r-randtoolbox" ,r-randtoolbox)
19502 ("r-rcpp" ,r-rcpp)
19503 ("r-rcpparmadillo" ,r-rcpparmadillo)))
19504 (home-page "https://cran.r-project.org/web/packages/acebayes/")
19505 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
19506 (description
19507 "Finding an optimal Bayesian experimental design involves maximizing an
19508 objective function given by the expectation of some appropriately chosen
19509 utility function with respect to the joint distribution of unknown
19510 quantities (including responses). This objective function is usually not
19511 available in closed form and the design space can be continuous and of high
19512 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
19513 to maximise an approximation to the expectation of the utility function.")
19514 (license license:gpl2)))
19515
19516 (define-public r-acet
19517 (package
19518 (name "r-acet")
19519 (version "1.8.1")
19520 (source
19521 (origin
19522 (method url-fetch)
19523 (uri (cran-uri "ACEt" version))
19524 (sha256
19525 (base32
19526 "0b5lfpnppyk0237phr2aybhx29nhm8ngwk2qa1y4lshrvsw97wg4"))))
19527 (properties `((upstream-name . "ACEt")))
19528 (build-system r-build-system)
19529 (propagated-inputs
19530 `(("r-bh" ,r-bh)
19531 ("r-mass" ,r-mass)
19532 ("r-rcpp" ,r-rcpp)
19533 ("r-rcpparmadillo" ,r-rcpparmadillo)))
19534 (home-page "https://cran.r-project.org/web/packages/ACEt/")
19535 (synopsis "Estimating dynamic heritability and twin model comparison")
19536 (description
19537 "This package supports twin models that are able to estimate the dynamic
19538 behaviour of the variance components in the classical twin models with respect
19539 to age using B-splines and P-splines.")
19540 (license license:gpl2+)))
19541
19542 (define-public r-acfmperiod
19543 (package
19544 (name "r-acfmperiod")
19545 (version "1.0.0")
19546 (source
19547 (origin
19548 (method url-fetch)
19549 (uri (cran-uri "acfMPeriod" version))
19550 (sha256
19551 (base32
19552 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
19553 (properties `((upstream-name . "acfMPeriod")))
19554 (build-system r-build-system)
19555 (propagated-inputs
19556 `(("r-mass" ,r-mass)))
19557 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
19558 (synopsis "Estimation of the ACF from the M-periodogram")
19559 (description
19560 "This package support non-robust and robust computations of the sample
19561 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
19562 univariate and multivariate processes. The methodology consists in reversing
19563 the diagonalization procedure involving the periodogram or the
19564 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
19565 ACOVF or the ACF as discussed in Fuller (1995)
19566 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
19567 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
19568 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
19569 (license license:gpl2+)))
19570
19571 (define-public r-gamlss-data
19572 (package
19573 (name "r-gamlss-data")
19574 (version "5.1-4")
19575 (source
19576 (origin
19577 (method url-fetch)
19578 (uri (cran-uri "gamlss.data" version))
19579 (sha256
19580 (base32
19581 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
19582 (properties `((upstream-name . "gamlss.data")))
19583 (build-system r-build-system)
19584 (home-page "http://www.gamlss.org/")
19585 (synopsis "GAMLSS data")
19586 (description
19587 "This package provides data used as examples to demonstrate GAMLSS
19588 models.")
19589 ;; Either version of the license
19590 (license (list license:gpl2 license:gpl3))))
19591
19592 (define-public r-gamlss
19593 (package
19594 (name "r-gamlss")
19595 (version "5.3-1")
19596 (source
19597 (origin
19598 (method url-fetch)
19599 (uri (cran-uri "gamlss" version))
19600 (sha256
19601 (base32
19602 "1ngf6g4zixwm6ni5r0fs0f6132xd2f2a6mlski9hlqnvvwb46iwr"))))
19603 (properties `((upstream-name . "gamlss")))
19604 (build-system r-build-system)
19605 (propagated-inputs
19606 `(("r-gamlss-data" ,r-gamlss-data)
19607 ("r-gamlss-dist" ,r-gamlss-dist)
19608 ("r-mass" ,r-mass)
19609 ("r-nlme" ,r-nlme)
19610 ("r-survival" ,r-survival)))
19611 (home-page "http://www.gamlss.org/")
19612 (synopsis "Generalized additive models for location scale and shape")
19613 (description
19614 "This package provides functions for fitting the generalized additive
19615 models for location scale and shape introduced by Rigby and
19616 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
19617 use a distributional regression approach where all the parameters of the
19618 conditional distribution of the response variable are modelled using
19619 explanatory variables.")
19620 ;; Either version of the license
19621 (license (list license:gpl2 license:gpl3))))
19622
19623 (define-public r-acid
19624 (package
19625 (name "r-acid")
19626 (version "1.1")
19627 (source
19628 (origin
19629 (method url-fetch)
19630 (uri (cran-uri "acid" version))
19631 (sha256
19632 (base32
19633 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
19634 (properties `((upstream-name . "acid")))
19635 (build-system r-build-system)
19636 (propagated-inputs
19637 `(("r-gamlss" ,r-gamlss)
19638 ("r-gamlss-dist" ,r-gamlss-dist)
19639 ("r-hmisc" ,r-hmisc)))
19640 (home-page "https://cran.r-project.org/web/packages/acid/")
19641 (synopsis "Analysing conditional income distributions")
19642 (description
19643 "This package provides functions for the analysis of income distributions
19644 for subgroups of the population as defined by a set of variables like age,
19645 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
19646 distribution as well as functions for moments, inequality measures, entropy
19647 measures and polarisation measures of income distributions. This package thus
19648 aides the analysis of income inequality by offering tools for the exploratory
19649 analysis of income distributions at the disaggregated level.")
19650 (license license:gpl3)))
19651
19652 (define-public r-acm4r
19653 (package
19654 (name "r-acm4r")
19655 (version "1.0")
19656 (source
19657 (origin
19658 (method url-fetch)
19659 (uri (cran-uri "acm4r" version))
19660 (sha256
19661 (base32
19662 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
19663 (properties `((upstream-name . "acm4r")))
19664 (build-system r-build-system)
19665 (propagated-inputs `(("r-mass" ,r-mass)))
19666 (home-page "https://cran.r-project.org/web/packages/acm4r/")
19667 (synopsis "Align-and-count method comparisons of RFLP data")
19668 (description
19669 "This is a package to compare sequence fragment lengths or molecular
19670 weights from pairs of lanes. The number of matching bands in the
19671 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
19672 the align-and-count method.")
19673 ;; Any version of the GPL
19674 (license (list license:gpl2+ license:gpl3+))))
19675
19676 (define-public r-filelock
19677 (package
19678 (name "r-filelock")
19679 (version "1.0.2")
19680 (source
19681 (origin
19682 (method url-fetch)
19683 (uri (cran-uri "filelock" version))
19684 (sha256
19685 (base32
19686 "00ql5fw1hidpfnm0szaavf43ahmsnvdbi8i5lr1nrcc90yaiaadc"))))
19687 (properties `((upstream-name . "filelock")))
19688 (build-system r-build-system)
19689 (home-page "https://github.com/r-lib/filelock")
19690 (synopsis "Portable file locking")
19691 (description
19692 "This library lets you place an exclusive or shared lock on a file using
19693 the appropriate system call provided by the underlying operating system.")
19694 (license license:expat)))
19695
19696 (define-public r-filematrix
19697 (package
19698 (name "r-filematrix")
19699 (version "1.3")
19700 (source
19701 (origin
19702 (method url-fetch)
19703 (uri (cran-uri "filematrix" version))
19704 (sha256
19705 (base32
19706 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
19707 (properties `((upstream-name . "filematrix")))
19708 (build-system r-build-system)
19709 ;; These inputs are needed for vignettes
19710 (native-inputs
19711 `(("r-knitr" ,r-knitr)
19712 ("r-rmarkdown" ,r-rmarkdown)
19713 ("pandoc-citeproc" ,pandoc-citeproc)))
19714 (home-page "https://github.com/andreyshabalin/filematrix")
19715 (synopsis "File-backed matrix class with convenient read and write access")
19716 (description
19717 "This package provides an interface for working with large matrices
19718 stored in files, not in computer memory. It supports multiple non-character
19719 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
19720 byte real values). Access to parts of the matrix is done by indexing, exactly
19721 as with usual R matrices. It supports very large matrices; the package has
19722 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
19723 columns, ad allows for quick addition of extra columns to a filematrix.")
19724 (license license:lgpl3)))
19725
19726 (define-public r-acmeeqtl
19727 (package
19728 (name "r-acmeeqtl")
19729 (version "1.6")
19730 (source
19731 (origin
19732 (method url-fetch)
19733 (uri (cran-uri "ACMEeqtl" version))
19734 (sha256
19735 (base32
19736 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
19737 (properties `((upstream-name . "ACMEeqtl")))
19738 (build-system r-build-system)
19739 (propagated-inputs
19740 `(("r-filematrix" ,r-filematrix)))
19741 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
19742 (synopsis "Estimation of interpretable eQTL effect sizes")
19743 (description
19744 "This package provides a non-linear model, termed ACME, that reflects a
19745 parsimonious biological model for allelic contributions of cis-acting eQTLs.
19746 With non-linear least-squares algorithm the maximum likelihood parameters can
19747 be estimated. The ACME model provides interpretable effect size estimates and
19748 p-values with well controlled Type-I error.")
19749 (license license:lgpl3)))
19750
19751 (define-public r-acmer
19752 (package
19753 (name "r-acmer")
19754 (version "1.1.0")
19755 (source
19756 (origin
19757 (method url-fetch)
19758 (uri (cran-uri "acmeR" version))
19759 (sha256
19760 (base32
19761 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
19762 (properties `((upstream-name . "acmeR")))
19763 (build-system r-build-system)
19764 (propagated-inputs `(("r-foreign" ,r-foreign)))
19765 (home-page "https://cran.r-project.org/web/packages/acmeR/")
19766 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
19767 (description
19768 "This package provides an implementation of the ACME estimator, described
19769 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
19770 Mortality at Wind Turbines. Unlike most other models, this estimator supports
19771 decreasing-hazard Weibull model for persistence; decreasing search proficiency
19772 as carcasses age; variable bleed-through at successive searches; and interval
19773 mortality estimates. The package provides, based on search data, functions
19774 for estimating the mortality inflation factor in Frequentist and Bayesian
19775 settings.")
19776 (license license:expat)))
19777
19778 (define-public r-r-huge
19779 (package
19780 (name "r-r-huge")
19781 (version "0.9.0")
19782 (source
19783 (origin
19784 (method url-fetch)
19785 (uri (cran-uri "R.huge" version))
19786 (sha256
19787 (base32
19788 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
19789 (properties `((upstream-name . "R.huge")))
19790 (build-system r-build-system)
19791 (propagated-inputs
19792 `(("r-r-methodss3" ,r-r-methodss3)
19793 ("r-r-oo" ,r-r-oo)
19794 ("r-r-utils" ,r-r-utils)))
19795 (home-page "https://github.com/HenrikBengtsson/R.huge")
19796 (synopsis "Methods for accessing huge amounts of data")
19797 (description
19798 "This is a deprecated package for accessing huge amounts of data.
19799 Cross-platform alternatives are the following packages: bigmemory (CRAN),
19800 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
19801 the @code{aroma.affymetrix} package.")
19802 (license license:lgpl2.1+)))
19803
19804 (define-public r-r-filesets
19805 (package
19806 (name "r-r-filesets")
19807 (version "2.14.0")
19808 (source
19809 (origin
19810 (method url-fetch)
19811 (uri (cran-uri "R.filesets" version))
19812 (sha256
19813 (base32
19814 "08xv8b3c81nf54viyr3w912al18483k5gfnjpg7bxbdfk70dfzbh"))))
19815 (properties `((upstream-name . "R.filesets")))
19816 (build-system r-build-system)
19817 (propagated-inputs
19818 `(("r-digest" ,r-digest)
19819 ("r-r-cache" ,r-r-cache)
19820 ("r-r-methodss3" ,r-r-methodss3)
19821 ("r-r-oo" ,r-r-oo)
19822 ("r-r-utils" ,r-r-utils)))
19823 (home-page "https://github.com/HenrikBengtsson/R.filesets")
19824 (synopsis "Easy handling of and access to files")
19825 (description
19826 "This package provides classes and methods to locate, setup, subset,
19827 navigate and iterate file sets, i.e. sets of files located in one or more
19828 directories on the file system. The API is designed such that these classes
19829 can be extended via inheritance to provide a richer API for special file
19830 formats. Moreover, a specific name format is defined such that filenames and
19831 directories can be considered to have full names which consists of a name
19832 followed by comma-separated tags. This adds additional flexibility to
19833 identify file sets and individual files.")
19834 (license license:lgpl2.1+)))
19835
19836 (define-public r-r-devices
19837 (package
19838 (name "r-r-devices")
19839 (version "2.17.0")
19840 (source
19841 (origin
19842 (method url-fetch)
19843 (uri (cran-uri "R.devices" version))
19844 (sha256
19845 (base32
19846 "1djz6vm1b7sjvx1q319dl47gbnz9kvipaxcz9i0spyp094lv3m62"))))
19847 (properties `((upstream-name . "R.devices")))
19848 (build-system r-build-system)
19849 (propagated-inputs
19850 `(("r-base64enc" ,r-base64enc)
19851 ("r-r-methodss3" ,r-r-methodss3)
19852 ("r-r-oo" ,r-r-oo)
19853 ("r-r-utils" ,r-r-utils)))
19854 (home-page "https://github.com/HenrikBengtsson/R.devices")
19855 (synopsis "Unified handling of graphics devices")
19856 (description
19857 "This package provides functions for creating plots and image files in a
19858 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
19859 Default device options as well as scales and aspect ratios are controlled in a
19860 uniform way across all device types. Switching output format requires minimal
19861 changes in code. This package is ideal for large-scale batch processing,
19862 because it will never leave open graphics devices or incomplete image files
19863 behind, even on errors or user interrupts.")
19864 (license license:lgpl2.1+)))
19865
19866 (define-public r-acnr
19867 (package
19868 (name "r-acnr")
19869 (version "1.0.0")
19870 (source
19871 (origin
19872 (method url-fetch)
19873 (uri (cran-uri "acnr" version))
19874 (sha256
19875 (base32
19876 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
19877 (properties `((upstream-name . "acnr")))
19878 (build-system r-build-system)
19879 (home-page "https://github.com/mpierrejean/acnr")
19880 (synopsis "Annotated copy-number regions")
19881 (description
19882 "This package provides SNP array data from different types of copy-number
19883 regions. These regions were identified manually by the authors of the package
19884 and may be used to generate realistic data sets with known truth.")
19885 (license license:lgpl2.1+)))
19886
19887 (define-public r-acopula
19888 (package
19889 (name "r-acopula")
19890 (version "0.9.3")
19891 (source
19892 (origin
19893 (method url-fetch)
19894 (uri (cran-uri "acopula" version))
19895 (sha256
19896 (base32
19897 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
19898 (properties `((upstream-name . "acopula")))
19899 (build-system r-build-system)
19900 (home-page "https://cran.r-project.org/web/packages/acopula/")
19901 (synopsis "Modelling dependence with multivariate Archimax copulas")
19902 (description
19903 "Archimax copulas are a mixture of Archimedean and EV copulas. This
19904 package provides definitions of several parametric families of generator and
19905 dependence function, computes CDF and PDF, estimates parameters, tests for
19906 goodness of fit, generates random sample and checks copula properties for
19907 custom constructs. In the 2-dimensional case explicit formulas for density
19908 are used, contrary to higher dimensions when all derivatives are linearly
19909 approximated. Several non-archimax families (normal, FGM, Plackett) are
19910 provided as well.")
19911 (license license:gpl2)))
19912
19913 (define-public r-tuner
19914 (package
19915 (name "r-tuner")
19916 (version "1.3.3")
19917 (source
19918 (origin
19919 (method url-fetch)
19920 (uri (cran-uri "tuneR" version))
19921 (sha256
19922 (base32
19923 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
19924 (properties `((upstream-name . "tuneR")))
19925 (build-system r-build-system)
19926 (propagated-inputs `(("r-signal" ,r-signal)))
19927 (home-page "https://cran.r-project.org/web/packages/tuneR/")
19928 (synopsis "Analysis of music and speech")
19929 (description
19930 "This is a package for the analysis of music and speech. Analyze music
19931 and speech, extract features like MFCCs, handle wave files and their
19932 representation in various ways, read MP3, read MIDI, perform steps of a
19933 transcription, ...")
19934 ;; Either of these versions.
19935 (license (list license:gpl2 license:gpl3))))
19936
19937 (define-public r-seewave
19938 (package
19939 (name "r-seewave")
19940 (version "2.1.6")
19941 (source
19942 (origin
19943 (method url-fetch)
19944 (uri (cran-uri "seewave" version))
19945 (sha256
19946 (base32
19947 "123h3q0gps0vy9sikr7gjphnv9m3l4h4mykiydjllmrpaw1s1844"))))
19948 (properties `((upstream-name . "seewave")))
19949 (build-system r-build-system)
19950 (inputs
19951 `(("libsndfile" ,libsndfile)))
19952 (propagated-inputs
19953 `(("r-tuner" ,r-tuner)))
19954 (home-page "http://rug.mnhn.fr/seewave")
19955 (synopsis "Sound analysis and synthesis")
19956 (description
19957 "This package provides functions for analysing, manipulating, displaying,
19958 editing and synthesizing time waves (particularly sound). This package
19959 processes time analysis (oscillograms and envelopes), spectral content,
19960 resonance quality factor, entropy, cross correlation and autocorrelation,
19961 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
19962 and 3D spectrograms and many other analyses.")
19963 (license license:gpl2+)))
19964
19965 (define-public r-acousticndlcoder
19966 (package
19967 (name "r-acousticndlcoder")
19968 (version "1.0.2")
19969 (source
19970 (origin
19971 (method url-fetch)
19972 (uri (cran-uri "AcousticNDLCodeR" version))
19973 (sha256
19974 (base32
19975 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
19976 (properties
19977 `((upstream-name . "AcousticNDLCodeR")))
19978 (build-system r-build-system)
19979 (propagated-inputs
19980 `(("r-seewave" ,r-seewave)
19981 ("r-tuner" ,r-tuner)
19982 ("r-zoo" ,r-zoo)))
19983 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
19984 (synopsis "Coding sound files for use with NDL")
19985 (description
19986 "Make acoustic cues to use with the R package @code{ndl}.
19987 The package implements functions used in the PLoS ONE paper \"Words from
19988 spontaneous conversational speech can be recognized with human-like accuracy
19989 by an error-driven learning algorithm that discriminates between meanings
19990 straight from smart acoustic features, bypassing the phoneme as recognition
19991 unit.\" @url{doi:10.1371/journal.pone.0174623}")
19992 (license license:gpl2+)))
19993
19994 (define-public r-acp
19995 (package
19996 (name "r-acp")
19997 (version "2.1")
19998 (source
19999 (origin
20000 (method url-fetch)
20001 (uri (cran-uri "acp" version))
20002 (sha256
20003 (base32
20004 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
20005 (properties `((upstream-name . "acp")))
20006 (build-system r-build-system)
20007 (propagated-inputs
20008 `(("r-quantmod" ,r-quantmod)
20009 ("r-tseries" ,r-tseries)))
20010 (home-page "https://cran.r-project.org/web/packages/acp/")
20011 (synopsis "Autoregressive conditional Poisson")
20012 (description
20013 "This package supports the analysis of count data exhibiting
20014 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
20015 model (ACP(p,q)) proposed by Heinen (2003).")
20016 (license license:gpl2)))
20017
20018 (define-public r-ada
20019 (package
20020 (name "r-ada")
20021 (version "2.0-5")
20022 (source
20023 (origin
20024 (method url-fetch)
20025 (uri (cran-uri "ada" version))
20026 (sha256
20027 (base32
20028 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
20029 (properties `((upstream-name . "ada")))
20030 (build-system r-build-system)
20031 (propagated-inputs `(("r-rpart" ,r-rpart)))
20032 (home-page "https://cran.r-project.org/web/packages/ada/")
20033 (synopsis "Stochastic boosting")
20034 (description
20035 "This package provides a straightforward, well-documented, and broad
20036 boosting routine for classification, ideally suited for small to
20037 moderate-sized data sets. It performs discrete, real, and gentle boost under
20038 both exponential and logistic loss on a given data set.")
20039 ;; Any version of the GPL.
20040 (license (list license:gpl2+ license:gpl3+))))
20041
20042 (define-public r-genalg
20043 (package
20044 (name "r-genalg")
20045 (version "0.2.0")
20046 (source
20047 (origin
20048 (method url-fetch)
20049 (uri (cran-uri "genalg" version))
20050 (sha256
20051 (base32
20052 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
20053 (properties `((upstream-name . "genalg")))
20054 (build-system r-build-system)
20055 (home-page "https://github.com/egonw/genalg")
20056 (synopsis "R based genetic algorithm")
20057 (description
20058 "This package provides an R based genetic algorithm for binary and
20059 floating point chromosomes.")
20060 (license license:gpl2)))
20061
20062 (define-public r-kernelfactory
20063 (package
20064 (name "r-kernelfactory")
20065 (version "0.3.0")
20066 (source
20067 (origin
20068 (method url-fetch)
20069 (uri (cran-uri "kernelFactory" version))
20070 (sha256
20071 (base32
20072 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
20073 (properties `((upstream-name . "kernelFactory")))
20074 (build-system r-build-system)
20075 (propagated-inputs
20076 `(("r-auc" ,r-auc)
20077 ("r-genalg" ,r-genalg)
20078 ("r-kernlab" ,r-kernlab)
20079 ("r-randomforest" ,r-randomforest)))
20080 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
20081 (synopsis "Ensemble of kernel machines")
20082 (description
20083 "Kernel factory is an ensemble method where each base classifier (random
20084 forest) is fit on the kernel matrix of a subset of the training data.")
20085 (license license:gpl2+)))
20086
20087 (define-public r-dummies
20088 (package
20089 (name "r-dummies")
20090 (version "1.5.6")
20091 (source
20092 (origin
20093 (method url-fetch)
20094 (uri (cran-uri "dummies" version))
20095 (sha256
20096 (base32
20097 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
20098 (properties `((upstream-name . "dummies")))
20099 (build-system r-build-system)
20100 (home-page "https://decisionpatterns.com")
20101 (synopsis "Create dummy/indicator variables flexibly and efficiently")
20102 (description
20103 "This package lets you expand factors, characters and other eligible
20104 classes into dummy/indicator variables.")
20105 (license license:gpl2+)))
20106
20107 (define-public r-acrm
20108 (package
20109 (name "r-acrm")
20110 (version "0.1.1")
20111 (source
20112 (origin
20113 (method url-fetch)
20114 (uri (cran-uri "aCRM" version))
20115 (sha256
20116 (base32
20117 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
20118 (properties `((upstream-name . "aCRM")))
20119 (build-system r-build-system)
20120 (propagated-inputs
20121 `(("r-ada" ,r-ada)
20122 ("r-dummies" ,r-dummies)
20123 ("r-kernelfactory" ,r-kernelfactory)
20124 ("r-randomforest" ,r-randomforest)))
20125 (home-page "https://cran.r-project.org/web/packages/aCRM/")
20126 (synopsis "Convenience functions for analytical customer relationship management")
20127 (description
20128 "This package provides convenience functions for data preparation and
20129 modeling often used in @dfn{analytical customer relationship
20130 management} (aCRM).")
20131 (license license:gpl2+)))
20132
20133 (define-public r-treeclust
20134 (package
20135 (name "r-treeclust")
20136 (version "1.1-7")
20137 (source
20138 (origin
20139 (method url-fetch)
20140 (uri (cran-uri "treeClust" version))
20141 (sha256
20142 (base32
20143 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
20144 (properties `((upstream-name . "treeClust")))
20145 (build-system r-build-system)
20146 (propagated-inputs
20147 `(("r-cluster" ,r-cluster)
20148 ("r-rpart" ,r-rpart)))
20149 (home-page "https://cran.r-project.org/web/packages/treeClust/")
20150 (synopsis "Cluster distances through trees")
20151 (description
20152 "This package provides tools to create a measure of inter-point
20153 dissimilarity useful for clustering mixed data, and, optionally, perform the
20154 clustering.")
20155 (license license:gpl2+)))
20156
20157 (define-public r-acrosstic
20158 (package
20159 (name "r-acrosstic")
20160 (version "1.0-3")
20161 (source
20162 (origin
20163 (method url-fetch)
20164 (uri (cran-uri "AcrossTic" version))
20165 (sha256
20166 (base32
20167 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
20168 (properties `((upstream-name . "AcrossTic")))
20169 (build-system r-build-system)
20170 (propagated-inputs
20171 `(("r-lpsolve" ,r-lpsolve)
20172 ("r-treeclust" ,r-treeclust)))
20173 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
20174 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
20175 (description
20176 "This is a package for constructing minimum-cost regular spanning
20177 subgraph as part of a non-parametric two-sample test for equality of
20178 distribution.")
20179 (license license:gpl2+)))
20180
20181 (define-public r-acrt
20182 (package
20183 (name "r-acrt")
20184 (version "1.0.1")
20185 (source
20186 (origin
20187 (method url-fetch)
20188 (uri (cran-uri "acrt" version))
20189 (sha256
20190 (base32
20191 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
20192 (properties `((upstream-name . "acrt")))
20193 (build-system r-build-system)
20194 (propagated-inputs
20195 `(("r-rcpp" ,r-rcpp)
20196 ("r-rcppeigen" ,r-rcppeigen)
20197 ("r-sandwich" ,r-sandwich)))
20198 (home-page "https://cran.r-project.org/web/packages/acrt/")
20199 (synopsis "Autocorrelation robust testing")
20200 (description
20201 "This package provides functions for testing affine hypotheses on the
20202 regression coefficient vector in regression models with autocorrelated
20203 errors.")
20204 (license license:gpl2)))
20205
20206 (define-public r-acs
20207 (package
20208 (name "r-acs")
20209 (version "2.1.4")
20210 (source
20211 (origin
20212 (method url-fetch)
20213 (uri (cran-uri "acs" version))
20214 (sha256
20215 (base32
20216 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
20217 (properties `((upstream-name . "acs")))
20218 (build-system r-build-system)
20219 (propagated-inputs
20220 `(("r-httr" ,r-httr)
20221 ("r-plyr" ,r-plyr)
20222 ("r-rcpp" ,r-rcpp)
20223 ("r-stringr" ,r-stringr)
20224 ("r-xml" ,r-xml)))
20225 (home-page "https://dusp.mit.edu/faculty/ezra-haber-glenn")
20226 (synopsis "Work with data from the US Census")
20227 (description
20228 "This package provides a general toolkit for downloading, managing,
20229 analyzing, and presenting data from the
20230 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
20231 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
20232 American Community Survey (ACS). Confidence intervals provided with ACS data
20233 are converted to standard errors to be bundled with estimates in complex
20234 @code{acs} objects. The package provides new methods to conduct standard
20235 operations on @code{acs} objects and present/plot data in statistically
20236 appropriate ways.")
20237 (license license:gpl3)))
20238
20239 (define-public r-acss-data
20240 (package
20241 (name "r-acss-data")
20242 (version "1.0")
20243 (source
20244 (origin
20245 (method url-fetch)
20246 (uri (cran-uri "acss.data" version))
20247 (sha256
20248 (base32
20249 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
20250 (properties `((upstream-name . "acss.data")))
20251 (build-system r-build-system)
20252 (home-page "http://complexitycalculator.com/methodology.html")
20253 (synopsis "Data for algorithmic complexity of short strings")
20254 (description
20255 "This is a data only package providing the algorithmic complexity of
20256 short strings, computed using the coding theorem method. For a given set of
20257 symbols in a string, all possible or a large number of random samples of
20258 Turing machines with a given number of states (e.g., 5) and number of symbols
20259 corresponding to the number of symbols in the strings were simulated until
20260 they reached a halting state or failed to end. This package contains data on
20261 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
20262 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
20263 distribution of the halting states.")
20264 (license license:gpl2+)))
20265
20266 (define-public r-acss
20267 (package
20268 (name "r-acss")
20269 (version "0.2-5")
20270 (source
20271 (origin
20272 (method url-fetch)
20273 (uri (cran-uri "acss" version))
20274 (sha256
20275 (base32
20276 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
20277 (properties `((upstream-name . "acss")))
20278 (build-system r-build-system)
20279 (propagated-inputs
20280 `(("r-acss-data" ,r-acss-data)
20281 ("r-zoo" ,r-zoo)))
20282 (home-page "http://complexitycalculator.com/methodology.html")
20283 (synopsis "Algorithmic complexity for short strings")
20284 (description
20285 "The main purpose of this package is to provide the algorithmic
20286 complexity for short strings, an approximation of the Kolmogorov Complexity of
20287 a short string using the coding theorem method. While the database containing
20288 the complexity is provided in the data only package @code{acss.data}, this
20289 package provides functions accessing the data such as @code{prob_random}
20290 returning the posterior probability that a given string was produced by a
20291 random process. In addition, two traditional (but problematic) measures of
20292 complexity are also provided: entropy and change complexity.")
20293 (license license:gpl2+)))
20294
20295 (define-public r-acswr
20296 (package
20297 (name "r-acswr")
20298 (version "1.0")
20299 (source
20300 (origin
20301 (method url-fetch)
20302 (uri (cran-uri "ACSWR" version))
20303 (sha256
20304 (base32
20305 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
20306 (properties `((upstream-name . "ACSWR")))
20307 (build-system r-build-system)
20308 (propagated-inputs
20309 `(("r-mass" ,r-mass)))
20310 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
20311 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
20312 (description
20313 "This is a companion package for the book \"A Course in Statistics with
20314 R\" (ISBN 978-1-119-15272-9.)")
20315 (license license:gpl2)))
20316
20317 (define-public r-alabama
20318 (package
20319 (name "r-alabama")
20320 (version "2015.3-1")
20321 (source
20322 (origin
20323 (method url-fetch)
20324 (uri (cran-uri "alabama" version))
20325 (sha256
20326 (base32
20327 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
20328 (properties `((upstream-name . "alabama")))
20329 (build-system r-build-system)
20330 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
20331 (home-page "https://cran.r-project.org/web/packages/alabama/")
20332 (synopsis "Constrained nonlinear optimization")
20333 (description
20334 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
20335 Algorithm; it is used for optimizing smooth nonlinear objective functions with
20336 constraints. Linear or nonlinear equality and inequality constraints are
20337 allowed.")
20338 (license license:gpl2+)))
20339
20340 (define-public r-gdina
20341 (package
20342 (name "r-gdina")
20343 (version "2.8.0")
20344 (source
20345 (origin
20346 (method url-fetch)
20347 (uri (cran-uri "GDINA" version))
20348 (sha256
20349 (base32
20350 "0chxnhp37xfd78gafkgwqrmc0jf3pvpdyrkc438kl0l53fb7dld7"))))
20351 (properties `((upstream-name . "GDINA")))
20352 (build-system r-build-system)
20353 (propagated-inputs
20354 `(("r-alabama" ,r-alabama)
20355 ("r-ggplot2" ,r-ggplot2)
20356 ("r-mass" ,r-mass)
20357 ("r-nloptr" ,r-nloptr)
20358 ("r-numderiv" ,r-numderiv)
20359 ("r-rcpp" ,r-rcpp)
20360 ("r-rcpparmadillo" ,r-rcpparmadillo)
20361 ("r-rsolnp" ,r-rsolnp)
20362 ("r-shiny" ,r-shiny)
20363 ("r-shinydashboard" ,r-shinydashboard)))
20364 (native-inputs
20365 `(("r-knitr" ,r-knitr)))
20366 (home-page "https://github.com/Wenchao-Ma/GDINA")
20367 (synopsis "Generalized DINA model framework")
20368 (description
20369 "This package provides a set of psychometric tools for cognitive
20370 diagnosis modeling based on the generalized deterministic inputs, noisy and
20371 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
20372 and its extensions, including the sequential G-DINA model by Ma and de la
20373 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
20374 polytomous G-DINA model by Chen and de la Torre
20375 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
20376 distribution can be independent, saturated, higher-order, loglinear smoothed
20377 or structured. Q-matrix validation, item and model fit statistics, model
20378 comparison at test and item level and differential item functioning can also
20379 be conducted. A graphical user interface is also provided.")
20380 (license license:gpl3)))
20381
20382 (define-public r-actcd
20383 (package
20384 (name "r-actcd")
20385 (version "1.2-0")
20386 (source
20387 (origin
20388 (method url-fetch)
20389 (uri (cran-uri "ACTCD" version))
20390 (sha256
20391 (base32
20392 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
20393 (properties `((upstream-name . "ACTCD")))
20394 (build-system r-build-system)
20395 (propagated-inputs
20396 `(("r-gdina" ,r-gdina)
20397 ("r-r-methodss3" ,r-r-methodss3)))
20398 (native-inputs
20399 `(("gfortran" ,gfortran)))
20400 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
20401 (synopsis "Asymptotic classification theory for cognitive diagnosis")
20402 (description
20403 "This is a package supporting cluster analysis for cognitive diagnosis
20404 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
20405 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
20406 sum-scores, cluster analysis techniques can be used to classify examinees into
20407 latent classes based on their attribute patterns. In addition to the
20408 algorithms used to classify data, three labeling approaches are proposed to
20409 label clusters so that examinees' attribute profiles can be obtained.")
20410 (license license:gpl2+)))
20411
20412 (define-public r-ineq
20413 (package
20414 (name "r-ineq")
20415 (version "0.2-13")
20416 (source
20417 (origin
20418 (method url-fetch)
20419 (uri (cran-uri "ineq" version))
20420 (sha256
20421 (base32
20422 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
20423 (properties `((upstream-name . "ineq")))
20424 (build-system r-build-system)
20425 (home-page "https://cran.r-project.org/web/packages/ineq/")
20426 (synopsis "Measuring inequality, concentration, and poverty")
20427 (description
20428 "This package provides tools for measuring inequality, concentration, and
20429 poverty measures. It provides both empirical and theoretical Lorenz curves.")
20430 ;; Either of these two versions.
20431 (license (list license:gpl2 license:gpl3))))
20432
20433 (define-public r-actfrag
20434 (package
20435 (name "r-actfrag")
20436 (version "0.1.1")
20437 (source
20438 (origin
20439 (method url-fetch)
20440 (uri (cran-uri "ActFrag" version))
20441 (sha256
20442 (base32
20443 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
20444 (properties `((upstream-name . "ActFrag")))
20445 (build-system r-build-system)
20446 (propagated-inputs
20447 `(("r-accelerometry" ,r-accelerometry)
20448 ("r-dplyr" ,r-dplyr)
20449 ("r-ineq" ,r-ineq)
20450 ("r-survival" ,r-survival)
20451 ("r-tidyr" ,r-tidyr)))
20452 (home-page "https://github.com/junruidi/ActFrag")
20453 (synopsis "Activity fragmentation metrics extraction")
20454 (description
20455 "This package provides functions to extract commonly used fragmentation
20456 metrics to quantify time accumulation strategies based on minute level
20457 actigraphy-measured activity counts data.")
20458 (license license:gpl3)))
20459
20460 (define-public r-ash
20461 (package
20462 (name "r-ash")
20463 (version "1.0-15")
20464 (source
20465 (origin
20466 (method url-fetch)
20467 (uri (cran-uri "ash" version))
20468 (sha256
20469 (base32
20470 "1ay2a2agdmiz7zzvn26mli0x0iwk09g5pp4yy1r23knhkp1pn2lb"))))
20471 (properties `((upstream-name . "ash")))
20472 (build-system r-build-system)
20473 (native-inputs `(("gfortran" ,gfortran)))
20474 (home-page "https://cran.r-project.org/web/packages/ash/")
20475 (synopsis "David Scott's ASH routines")
20476 (description
20477 "This package provides David Scott's ASH routines ported from S-PLUS to
20478 R.")
20479 (license license:gpl2+)))
20480
20481 (define-public r-hdrcde
20482 (package
20483 (name "r-hdrcde")
20484 (version "3.4")
20485 (source
20486 (origin
20487 (method url-fetch)
20488 (uri (cran-uri "hdrcde" version))
20489 (sha256
20490 (base32
20491 "16qlk44cjvn2s0vzaf915df65ksdx20dbxhy7fpdqins46hccha3"))))
20492 (properties `((upstream-name . "hdrcde")))
20493 (build-system r-build-system)
20494 (propagated-inputs
20495 `(("r-ash" ,r-ash)
20496 ("r-ggplot2" ,r-ggplot2)
20497 ("r-kernsmooth" ,r-kernsmooth)
20498 ("r-ks" ,r-ks)
20499 ("r-locfit" ,r-locfit)
20500 ("r-rcolorbrewer" ,r-rcolorbrewer)))
20501 (native-inputs `(("gfortran" ,gfortran)))
20502 (home-page "http://pkg.robjhyndman.com/hdrcde")
20503 (synopsis "Highest density regions and conditional density estimation")
20504 (description
20505 "This is a package for the computation of highest density regions in one
20506 and two dimensions, kernel estimation of univariate density functions
20507 conditional on one covariate, and multimodal regression.")
20508 (license license:gpl3)))
20509
20510 (define-public r-rainbow
20511 (package
20512 (name "r-rainbow")
20513 (version "3.6")
20514 (source
20515 (origin
20516 (method url-fetch)
20517 (uri (cran-uri "rainbow" version))
20518 (sha256
20519 (base32
20520 "11vfcck17d2xjc049ci5i8l1nqv345anmd110gdz7654i1pj9lb3"))))
20521 (properties `((upstream-name . "rainbow")))
20522 (build-system r-build-system)
20523 (propagated-inputs
20524 `(("r-cluster" ,r-cluster)
20525 ("r-colorspace" ,r-colorspace)
20526 ("r-hdrcde" ,r-hdrcde)
20527 ("r-ks" ,r-ks)
20528 ("r-mass" ,r-mass)
20529 ("r-pcapp" ,r-pcapp)))
20530 (home-page "https://cran.r-project.org/web/packages/rainbow/")
20531 (synopsis "Bagplots, boxplots and rainbow plots for functional data")
20532 (description
20533 "This is a package for visualizing functional data and identifying
20534 functional outliers with bagplots, boxplots and rainbow plots.")
20535 (license license:gpl3)))
20536
20537 (define-public r-fds
20538 (package
20539 (name "r-fds")
20540 (version "1.8")
20541 (source
20542 (origin
20543 (method url-fetch)
20544 (uri (cran-uri "fds" version))
20545 (sha256
20546 (base32
20547 "1284vncixrzrz9x6b52gslrbrbia07sd0xac7nwdqhp5f5v5wfi0"))))
20548 (properties `((upstream-name . "fds")))
20549 (build-system r-build-system)
20550 (propagated-inputs
20551 `(("r-rainbow" ,r-rainbow)
20552 ("r-rcurl" ,r-rcurl)))
20553 (home-page "https://cran.r-project.org/web/packages/fds/")
20554 (synopsis "Functional data sets")
20555 (description "This package contains a list of functional time series,
20556 sliced functional time series, and functional data sets. Functional time
20557 series is a special type of functional data observed over time. Sliced
20558 functional time series is a special type of functional time series with a time
20559 variable observed over time.")
20560 (license license:gpl2+)))
20561
20562 (define-public r-fda
20563 (package
20564 (name "r-fda")
20565 (version "5.1.9")
20566 (source
20567 (origin
20568 (method url-fetch)
20569 (uri (cran-uri "fda" version))
20570 (sha256
20571 (base32
20572 "0yjrjsv55bcwqn2yxjgj3hn17wfvjvgngfw9xv3w802i52yz9gf8"))))
20573 (properties `((upstream-name . "fda")))
20574 (build-system r-build-system)
20575 (propagated-inputs
20576 `(("r-fds" ,r-fds)
20577 ("r-matrix" ,r-matrix)))
20578 (home-page "https://www.functionaldata.org")
20579 (synopsis "Functional data analysis")
20580 (description
20581 "These functions were developed to support functional data analysis as
20582 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
20583 Analysis. The package includes data sets and script files working many
20584 examples.")
20585 (license license:gpl2+)))
20586
20587 (define-public r-actigraphy
20588 (package
20589 (name "r-actigraphy")
20590 (version "1.4.0")
20591 (source
20592 (origin
20593 (method url-fetch)
20594 (uri (cran-uri "Actigraphy" version))
20595 (sha256
20596 (base32
20597 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
20598 (properties `((upstream-name . "Actigraphy")))
20599 (build-system r-build-system)
20600 (propagated-inputs
20601 `(("r-fda" ,r-fda)))
20602 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
20603 (synopsis "Actigraphy data analysis")
20604 (description
20605 "This package provides tools for functional linear modeling and analysis
20606 of actigraphy data.")
20607 (license license:asl2.0)))
20608
20609 (define-public r-activedriver
20610 (package
20611 (name "r-activedriver")
20612 (version "1.0.0")
20613 (source
20614 (origin
20615 (method url-fetch)
20616 (uri (cran-uri "ActiveDriver" version))
20617 (sha256
20618 (base32
20619 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
20620 (properties `((upstream-name . "ActiveDriver")))
20621 (build-system r-build-system)
20622 (propagated-inputs
20623 `(("r-mass" ,r-mass)))
20624 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
20625 (synopsis "Tools for finding cancer driver proteins")
20626 (description
20627 "This package provides a mutation analysis tool that discovers cancer
20628 driver genes with frequent mutations in protein signalling sites such as
20629 post-translational modifications (phosphorylation, ubiquitination, etc). The
20630 Poisson generalized linear regression model identifies genes where cancer
20631 mutations in signalling sites are more frequent than expected from the
20632 sequence of the entire gene. Integration of mutations with signalling
20633 information helps find new driver genes and propose candidate mechanisms to
20634 known drivers.")
20635 (license license:gpl2+)))
20636
20637 (define-public r-activitycounts
20638 (package
20639 (name "r-activitycounts")
20640 (version "0.1.2")
20641 (source
20642 (origin
20643 (method url-fetch)
20644 (uri (cran-uri "activityCounts" version))
20645 (sha256
20646 (base32
20647 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
20648 (properties
20649 `((upstream-name . "activityCounts")))
20650 (build-system r-build-system)
20651 (propagated-inputs
20652 `(("r-lubridate" ,r-lubridate)
20653 ("r-magrittr" ,r-magrittr)
20654 ("r-seewave" ,r-seewave)
20655 ("r-signal" ,r-signal)
20656 ("r-tibble" ,r-tibble)))
20657 (home-page "https://github.com/walkabillylab/activityCounts")
20658 (synopsis "Generate ActiLife counts")
20659 (description
20660 "ActiLife generates activity counts from data collected by Actigraph
20661 accelerometers. Actigraph is one of the most common research-grade
20662 accelerometers. There is considerable research validating and developing
20663 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
20664 counts are proprietary and difficult to implement if researchers use different
20665 accelerometer brands. The code creates ActiLife counts from raw acceleration
20666 data for different accelerometer brands.")
20667 (license license:gpl3)))
20668
20669 (define-public r-activityindex
20670 (package
20671 (name "r-activityindex")
20672 (version "0.3.7")
20673 (source
20674 (origin
20675 (method url-fetch)
20676 (uri (cran-uri "ActivityIndex" version))
20677 (sha256
20678 (base32
20679 "1zj2b6x31a1kxl80rarmkrlm7ack4154mrkbqs3fpi48zpmjbgd5"))))
20680 (properties `((upstream-name . "ActivityIndex")))
20681 (build-system r-build-system)
20682 (propagated-inputs
20683 `(("r-data-table" ,r-data-table)
20684 ("r-matrixstats" ,r-matrixstats)
20685 ("r-r-utils" ,r-r-utils)))
20686 (native-inputs
20687 `(("r-knitr" ,r-knitr)))
20688 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
20689 (synopsis "Activity Index calculation using raw accelerometry data")
20690 (description
20691 "This is a package to read raw accelerometry from GT3X+ accelerometry
20692 data and plain table data to calculate the Activity Index from Bai et
20693 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
20694 (license license:gpl3)))
20695
20696 (define-public r-activpal
20697 (package
20698 (name "r-activpal")
20699 (version "0.1.3")
20700 (source
20701 (origin
20702 (method url-fetch)
20703 (uri (cran-uri "activPAL" version))
20704 (sha256
20705 (base32
20706 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
20707 (properties `((upstream-name . "activPAL")))
20708 (build-system r-build-system)
20709 (propagated-inputs
20710 `(("r-devtools" ,r-devtools)
20711 ("r-dplyr" ,r-dplyr)
20712 ("r-ggplot2" ,r-ggplot2)
20713 ("r-lubridate" ,r-lubridate)
20714 ("r-magrittr" ,r-magrittr)
20715 ("r-tidyr" ,r-tidyr)))
20716 (home-page "https://cran.r-project.org/web/packages/activPAL")
20717 (synopsis "Processing and chart generation from activPAL events files")
20718 (description
20719 "This package contains functions to generate pre-defined summary
20720 statistics from activPAL events files. The package also contains functions to
20721 produce informative graphics that visualize physical activity behaviour and
20722 trends. This includes generating graphs that align physical activity
20723 behaviour with additional time based observations described by other data
20724 sets, such as sleep diaries and continuous glucose monitoring data.")
20725 (license license:gpl3)))
20726
20727 (define-public r-activpalprocessing
20728 (package
20729 (name "r-activpalprocessing")
20730 (version "1.0.2")
20731 (source
20732 (origin
20733 (method url-fetch)
20734 (uri (cran-uri "activpalProcessing" version))
20735 (sha256
20736 (base32
20737 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
20738 (properties
20739 `((upstream-name . "activpalProcessing")))
20740 (build-system r-build-system)
20741 (propagated-inputs
20742 `(("r-chron" ,r-chron)))
20743 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
20744 (synopsis "Process activPAL events files")
20745 (description
20746 "This package performs estimation of physical activity and sedentary
20747 behavior variables from activPAL events files.")
20748 ;; Either version of the GPL.
20749 (license (list license:gpl2 license:gpl3))))
20750
20751 (define-public r-actogrammr
20752 (package
20753 (name "r-actogrammr")
20754 (version "0.2.3")
20755 (source
20756 (origin
20757 (method url-fetch)
20758 (uri (cran-uri "actogrammr" version))
20759 (sha256
20760 (base32
20761 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
20762 (properties `((upstream-name . "actogrammr")))
20763 (build-system r-build-system)
20764 (propagated-inputs
20765 `(("r-dplyr" ,r-dplyr)
20766 ("r-ggplot2" ,r-ggplot2)
20767 ("r-lubridate" ,r-lubridate)
20768 ("r-readr" ,r-readr)
20769 ("r-tidyr" ,r-tidyr)))
20770 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
20771 (synopsis "Read in activity data and plot actograms")
20772 (description
20773 "Read in activity measurements from standard file formats used by
20774 circadian rhythm researchers, currently only ClockLab format, and process and
20775 plot the data. The central type of plot is the actogram, as first described
20776 in \"Activity and distribution of certain wild mice in relation to biotic
20777 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
20778 (license license:gpl3)))
20779
20780 (define-public r-expint
20781 (package
20782 (name "r-expint")
20783 (version "0.1-6")
20784 (source
20785 (origin
20786 (method url-fetch)
20787 (uri (cran-uri "expint" version))
20788 (sha256
20789 (base32
20790 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
20791 (properties `((upstream-name . "expint")))
20792 (build-system r-build-system)
20793 (home-page "https://gitlab.com/vigou3/expint")
20794 (synopsis "Exponential integral and incomplete Gamma function")
20795 (description
20796 "This package provides the exponential integrals @code{E_1(x)},
20797 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
20798 function @code{G(a, x)} defined for negative values of its first argument.
20799 The package also gives easy access to the underlying C routines through an
20800 API; see the package vignette for details.")
20801 (license license:gpl2+)))
20802
20803 (define-public r-actuar
20804 (package
20805 (name "r-actuar")
20806 (version "3.1-1")
20807 (source
20808 (origin
20809 (method url-fetch)
20810 (uri (cran-uri "actuar" version))
20811 (sha256
20812 (base32
20813 "0sxn1mskh7x164f1vbrqnadgxnq7y2p3a9mlmqc0sp6cqkw9lhp9"))))
20814 (properties `((upstream-name . "actuar")))
20815 (build-system r-build-system)
20816 (propagated-inputs `(("r-expint" ,r-expint)))
20817 (home-page "https://gitlab.com/vigou3/actuar")
20818 (synopsis "Actuarial functions and heavy tailed distributions")
20819 (description
20820 "This package provides functions and data sets for actuarial science:
20821 modeling of loss distributions; risk theory and ruin theory; simulation of
20822 compound models, discrete mixtures and compound hierarchical models;
20823 credibility theory. It boasts support for many additional probability
20824 distributions to model insurance loss amounts and loss frequency: 19
20825 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
20826 distribution; zero-truncated and zero-modified extensions of the standard
20827 discrete distributions. It also supports phase-type distributions commonly
20828 used to compute ruin probabilities.")
20829 (license license:gpl2+)))
20830
20831 (define-public r-bmp
20832 (package
20833 (name "r-bmp")
20834 (version "0.3")
20835 (source
20836 (origin
20837 (method url-fetch)
20838 (uri (cran-uri "bmp" version))
20839 (sha256
20840 (base32
20841 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
20842 (properties `((upstream-name . "bmp")))
20843 (build-system r-build-system)
20844 (home-page "https://cran.r-project.org/web/packages/bmp/")
20845 (synopsis "Read Bitmap (BMP) images")
20846 (description
20847 "This package provides pure R tools to read BMP format images. It is
20848 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
20849 (license license:gpl2+)))
20850
20851 (define-public r-readbitmap
20852 (package
20853 (name "r-readbitmap")
20854 (version "0.1.5")
20855 (source
20856 (origin
20857 (method url-fetch)
20858 (uri (cran-uri "readbitmap" version))
20859 (sha256
20860 (base32
20861 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
20862 (properties `((upstream-name . "readbitmap")))
20863 (build-system r-build-system)
20864 (inputs
20865 `(("libjpeg" ,libjpeg-turbo)
20866 ("libpng" ,libpng)))
20867 (propagated-inputs
20868 `(("r-bmp" ,r-bmp)
20869 ("r-jpeg" ,r-jpeg)
20870 ("r-png" ,r-png)
20871 ("r-tiff" ,r-tiff)))
20872 (home-page "https://github.com/jefferis/readbitmap")
20873 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
20874 (description
20875 "This package provides tools to identify and read BMP, JPEG, PNG, and
20876 TIFF format bitmap images. Identification defaults to the use of the magic
20877 number embedded in the file rather than the file extension.")
20878 (license license:gpl2+)))
20879
20880 (define-public r-imager
20881 (package
20882 (name "r-imager")
20883 (version "0.42.7")
20884 (source
20885 (origin
20886 (method url-fetch)
20887 (uri (cran-uri "imager" version))
20888 (sha256
20889 (base32
20890 "1dq0rblnrmnk689bcdmml179gk9lff8x92s2npkjllgjq5q2vfpd"))))
20891 (properties `((upstream-name . "imager")))
20892 (build-system r-build-system)
20893 (inputs
20894 `(("fftw" ,fftw)
20895 ("libtiff" ,libtiff)
20896 ("libx11" ,libx11)
20897 ("zlib" ,zlib)))
20898 (propagated-inputs
20899 `(("r-downloader" ,r-downloader)
20900 ("r-igraph" ,r-igraph)
20901 ("r-jpeg" ,r-jpeg)
20902 ("r-magrittr" ,r-magrittr)
20903 ("r-png" ,r-png)
20904 ("r-purrr" ,r-purrr)
20905 ("r-rcpp" ,r-rcpp)
20906 ("r-readbitmap" ,r-readbitmap)
20907 ("r-stringr" ,r-stringr)))
20908 (native-inputs
20909 `(("pkg-config" ,pkg-config)
20910 ("r-knitr" ,r-knitr)))
20911 (home-page "https://dahtah.github.io/imager/")
20912 (synopsis "Image processing library")
20913 (description
20914 "This is a package for fast image processing for images in up to 4
20915 dimensions (two spatial dimensions, one time/depth dimension, one color
20916 dimension). It provides most traditional image processing tools (filtering,
20917 morphology, transformations, etc.) as well as various functions for easily
20918 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
20919 simple, modern C++ library for image processing.")
20920 (license license:lgpl3)))
20921
20922 (define-public r-acuityview
20923 (package
20924 (name "r-acuityview")
20925 (version "0.1")
20926 (source
20927 (origin
20928 (method url-fetch)
20929 (uri (cran-uri "AcuityView" version))
20930 (sha256
20931 (base32
20932 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
20933 (properties `((upstream-name . "AcuityView")))
20934 (build-system r-build-system)
20935 (propagated-inputs
20936 `(("r-fftwtools" ,r-fftwtools)
20937 ("r-imager" ,r-imager)
20938 ("r-plotrix" ,r-plotrix)))
20939 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
20940 (synopsis "Display scenes as seen by an animal with less acute vision")
20941 (description
20942 "This package provides a simple method for representing a visual scene as
20943 it may be seen by an animal with less acute vision.")
20944 (license license:gpl2+)))
20945
20946 (define-public r-caret
20947 (package
20948 (name "r-caret")
20949 (version "6.0-86")
20950 (source
20951 (origin
20952 (method url-fetch)
20953 (uri (cran-uri "caret" version))
20954 (sha256
20955 (base32
20956 "0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
20957 (build-system r-build-system)
20958 (propagated-inputs
20959 `(("r-foreach" ,r-foreach)
20960 ("r-ggplot2" ,r-ggplot2)
20961 ("r-lattice" ,r-lattice)
20962 ("r-modelmetrics" ,r-modelmetrics)
20963 ("r-nlme" ,r-nlme)
20964 ("r-plyr" ,r-plyr)
20965 ("r-proc" ,r-proc)
20966 ("r-recipes" ,r-recipes)
20967 ("r-reshape2" ,r-reshape2)
20968 ("r-withr" ,r-withr)))
20969 (native-inputs
20970 `(("r-knitr" ,r-knitr)))
20971 (home-page "https://github.com/topepo/caret")
20972 (synopsis "Classification and regression training")
20973 (description
20974 "This package provides miscellaneous functions for training and plotting
20975 classification and regression models.")
20976 (license license:gpl2+)))
20977
20978 (define-public r-adabag
20979 (package
20980 (name "r-adabag")
20981 (version "4.2")
20982 (source
20983 (origin
20984 (method url-fetch)
20985 (uri (cran-uri "adabag" version))
20986 (sha256
20987 (base32
20988 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
20989 (properties `((upstream-name . "adabag")))
20990 (build-system r-build-system)
20991 (propagated-inputs
20992 `(("r-caret" ,r-caret)
20993 ("r-doparallel" ,r-doparallel)
20994 ("r-foreach" ,r-foreach)
20995 ("r-rpart" ,r-rpart)))
20996 (home-page "https://cran.r-project.org/web/packages/adabag/")
20997 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
20998 (description
20999 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
21000 Breiman's Bagging algorithm using classification trees as individual
21001 classifiers. Once these classifiers have been trained, they can be used to
21002 predict on new data. Also, cross validation estimation of the error can be
21003 done.")
21004 (license license:gpl2+)))
21005
21006 (define-public r-adagio
21007 (package
21008 (name "r-adagio")
21009 (version "0.7.1")
21010 (source
21011 (origin
21012 (method url-fetch)
21013 (uri (cran-uri "adagio" version))
21014 (sha256
21015 (base32
21016 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
21017 (properties `((upstream-name . "adagio")))
21018 (build-system r-build-system)
21019 (native-inputs `(("gfortran" ,gfortran)))
21020 (home-page "https://cran.r-project.org/web/packages/adagio/")
21021 (synopsis "Discrete and global optimization routines")
21022 (description
21023 "This package provides methods and algorithms for discrete optimization,
21024 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
21025 Hooke-Jeeves minimization, and some (evolutionary) global optimization
21026 functions.")
21027 (license license:gpl3+)))
21028
21029 (define-public r-univoutl
21030 (package
21031 (name "r-univoutl")
21032 (version "0.2")
21033 (source
21034 (origin
21035 (method url-fetch)
21036 (uri (cran-uri "univOutl" version))
21037 (sha256
21038 (base32
21039 "0rlc3w7cx2hfxacpjs9kmjzv5p8v9wxnlpxi3rh276wiy5zdr91v"))))
21040 (properties `((upstream-name . "univOutl")))
21041 (build-system r-build-system)
21042 (propagated-inputs
21043 `(("r-hmisc" ,r-hmisc)
21044 ("r-robustbase" ,r-robustbase)))
21045 (home-page "https://github.com/marcellodo/univOutl")
21046 (synopsis "Detection of univariate outliers")
21047 (description
21048 "This package provides well-known outlier detection techniques in the
21049 univariate case. Methods to deal with skewed distribution are included too.
21050 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
21051 historical data is implemented as well. When available, survey weights can be
21052 used in outliers detection.")
21053 (license license:gpl2+)))
21054
21055 (define-public r-tolerance
21056 (package
21057 (name "r-tolerance")
21058 (version "2.0.0")
21059 (source
21060 (origin
21061 (method url-fetch)
21062 (uri (cran-uri "tolerance" version))
21063 (sha256
21064 (base32
21065 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
21066 (properties `((upstream-name . "tolerance")))
21067 (build-system r-build-system)
21068 (propagated-inputs
21069 `(("r-mass" ,r-mass)
21070 ("r-rgl" ,r-rgl)))
21071 (home-page "https://cran.r-project.org/web/packages/tolerance/")
21072 (synopsis "Statistical tolerance intervals and regions")
21073 (description
21074 "This package provides functions for estimating tolerance
21075 limits (intervals) for various univariate distributions (binomial, Cauchy,
21076 discrete Pareto, exponential, two-parameter exponential, extreme value,
21077 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
21078 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
21079 Bayesian normal tolerance limits, multivariate normal tolerance regions,
21080 nonparametric tolerance intervals, tolerance bands for regression
21081 settings (linear regression, nonlinear regression, nonparametric regression,
21082 and multivariate regression), and analysis of variance tolerance intervals.
21083 Visualizations are also available for most of these settings.")
21084 (license license:gpl2+)))
21085
21086 (define-public r-additivitytests
21087 (package
21088 (name "r-additivitytests")
21089 (version "1.1-4")
21090 (source
21091 (origin
21092 (method url-fetch)
21093 (uri (cran-uri "additivityTests" version))
21094 (sha256
21095 (base32
21096 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
21097 (properties
21098 `((upstream-name . "additivityTests")))
21099 (build-system r-build-system)
21100 (home-page "https://github.com/simecek/additivityTests")
21101 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
21102 (description
21103 "This package provides an implementation of the Tukey, Mandel,
21104 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
21105 (license license:gpl3)))
21106
21107 (define-public r-flexclust
21108 (package
21109 (name "r-flexclust")
21110 (version "1.4-0")
21111 (source
21112 (origin
21113 (method url-fetch)
21114 (uri (cran-uri "flexclust" version))
21115 (sha256
21116 (base32
21117 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
21118 (properties `((upstream-name . "flexclust")))
21119 (build-system r-build-system)
21120 (propagated-inputs
21121 `(("r-class" ,r-class)
21122 ("r-lattice" ,r-lattice)
21123 ("r-modeltools" ,r-modeltools)))
21124 (home-page "https://cran.r-project.org/web/packages/flexclust/")
21125 (synopsis "Flexible cluster algorithms")
21126 (description
21127 "The main function @code{kcca} implements a general framework for
21128 k-centroids cluster analysis supporting arbitrary distance measures and
21129 centroid computation. Further cluster methods include hard competitive
21130 learning, neural gas, and QT clustering. There are numerous visualization
21131 methods for cluster results (neighborhood graphs, convex cluster hulls,
21132 barcharts of centroids, ...), and bootstrap methods for the analysis of
21133 cluster stability.")
21134 (license license:gpl2)))
21135
21136 (define-public r-biclust
21137 (package
21138 (name "r-biclust")
21139 (version "2.0.2")
21140 (source
21141 (origin
21142 (method url-fetch)
21143 (uri (cran-uri "biclust" version))
21144 (sha256
21145 (base32
21146 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
21147 (properties `((upstream-name . "biclust")))
21148 (build-system r-build-system)
21149 (propagated-inputs
21150 `(("r-additivitytests" ,r-additivitytests)
21151 ("r-colorspace" ,r-colorspace)
21152 ("r-flexclust" ,r-flexclust)
21153 ("r-ggplot2" ,r-ggplot2)
21154 ("r-lattice" ,r-lattice)
21155 ("r-mass" ,r-mass)
21156 ("r-tidyr" ,r-tidyr)))
21157 (home-page "https://cran.r-project.org/web/packages/biclust/")
21158 (synopsis "BiCluster algorithms")
21159 (description
21160 "The main function @code{biclust()} provides several algorithms to find
21161 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
21162 In addition, the package provides methods for data
21163 preprocessing (normalization and discretization), visualization, and
21164 validation of bicluster solutions.")
21165 (license license:gpl3)))
21166
21167 (define-public r-icge
21168 (package
21169 (name "r-icge")
21170 (version "0.3")
21171 (source
21172 (origin
21173 (method url-fetch)
21174 (uri (cran-uri "ICGE" version))
21175 (sha256
21176 (base32
21177 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
21178 (properties `((upstream-name . "ICGE")))
21179 (build-system r-build-system)
21180 (propagated-inputs
21181 `(("r-cluster" ,r-cluster)
21182 ("r-mass" ,r-mass)))
21183 (home-page "https://cran.r-project.org/web/packages/ICGE/")
21184 (synopsis "Cluster estimation and identification of atypical units")
21185 (description
21186 "ICGE is a package that helps to estimate the number of real clusters in
21187 data as well as to identify atypical units. The underlying methods are based
21188 on distances rather than on unit x variables.")
21189 (license license:gpl2+)))
21190
21191 (define-public r-depth
21192 (package
21193 (name "r-depth")
21194 (version "2.1-1.1")
21195 (source
21196 (origin
21197 (method url-fetch)
21198 (uri (cran-uri "depth" version))
21199 (sha256
21200 (base32
21201 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
21202 (properties `((upstream-name . "depth")))
21203 (build-system r-build-system)
21204 (propagated-inputs
21205 `(("r-abind" ,r-abind)
21206 ("r-circular" ,r-circular)
21207 ("r-rgl" ,r-rgl)))
21208 (native-inputs
21209 `(("gfortran" ,gfortran)))
21210 (home-page "https://cran.r-project.org/web/packages/depth/")
21211 (synopsis "Nonparametric depth functions for multivariate analysis")
21212 (description
21213 "This package provides tools for depth functions methodology applied to
21214 multivariate analysis. Besides allowing calculation of depth values and
21215 depth-based location estimators, the package includes functions or drawing
21216 contour plots and perspective plots of depth functions. Euclidean and
21217 spherical depths are supported.")
21218 (license license:gpl2)))
21219
21220 (define-public r-archetypes
21221 (package
21222 (name "r-archetypes")
21223 (version "2.2-0.1")
21224 (source
21225 (origin
21226 (method url-fetch)
21227 (uri (cran-uri "archetypes" version))
21228 (sha256
21229 (base32
21230 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
21231 (properties `((upstream-name . "archetypes")))
21232 (build-system r-build-system)
21233 (propagated-inputs
21234 `(("r-modeltools" ,r-modeltools)
21235 ("r-nnls" ,r-nnls)))
21236 (home-page "https://cran.r-project.org/web/packages/archetypes")
21237 (synopsis "Archetypal analysis")
21238 (description
21239 "The main function @code{archetypes} implements a framework for
21240 archetypal analysis supporting arbitrary problem solving mechanisms for the
21241 different conceptual parts of the algorithm.")
21242 (license license:gpl2+)))
21243
21244 (define-public r-shapes
21245 (package
21246 (name "r-shapes")
21247 (version "1.2.5")
21248 (source
21249 (origin
21250 (method url-fetch)
21251 (uri (cran-uri "shapes" version))
21252 (sha256
21253 (base32
21254 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
21255 (properties `((upstream-name . "shapes")))
21256 (build-system r-build-system)
21257 (propagated-inputs
21258 `(("r-mass" ,r-mass)
21259 ("r-minpack-lm" ,r-minpack-lm)
21260 ("r-rgl" ,r-rgl)
21261 ("r-scatterplot3d" ,r-scatterplot3d)))
21262 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
21263 (synopsis "Statistical shape analysis")
21264 (description
21265 "This package provides routines for the statistical analysis of landmark
21266 shapes, including Procrustes analysis, graphical displays, principal
21267 components analysis, permutation and bootstrap tests, thin-plate spline
21268 transformation grids and comparing covariance matrices. See Dryden, I.L. and
21269 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
21270 Edition), John Wiley and Sons.")
21271 (license license:gpl2)))
21272
21273 (define-public r-anthropometry
21274 (package
21275 (name "r-anthropometry")
21276 (version "1.14")
21277 (source
21278 (origin
21279 (method url-fetch)
21280 (uri (cran-uri "Anthropometry" version))
21281 (sha256
21282 (base32
21283 "0y52g15pcgs4b68sfczn6nnpdqsialsb4mq3wb9a2gba7qdcf76y"))))
21284 (properties `((upstream-name . "Anthropometry")))
21285 (build-system r-build-system)
21286 (propagated-inputs
21287 `(("r-archetypes" ,r-archetypes)
21288 ("r-biclust" ,r-biclust)
21289 ("r-cluster" ,r-cluster)
21290 ("r-depth" ,r-depth)
21291 ("r-fnn" ,r-fnn)
21292 ("r-icge" ,r-icge)
21293 ("r-nnls" ,r-nnls)
21294 ("r-rgl" ,r-rgl)
21295 ("r-shapes" ,r-shapes)))
21296 (native-inputs
21297 `(("r-knitr" ,r-knitr)))
21298 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
21299 (synopsis "Statistical methods for anthropometric data")
21300 (description
21301 "This package provides statistical methods especially developed to
21302 analyze anthropometric data. These methods are aimed at providing effective
21303 solutions to some commons problems related to Ergonomics and Anthropometry.
21304 They are based on clustering, the statistical concept of data depth,
21305 statistical shape analysis and archetypal analysis.")
21306 (license license:gpl2+)))
21307
21308 (define-public r-adamethods
21309 (package
21310 (name "r-adamethods")
21311 (version "1.2.1")
21312 (source
21313 (origin
21314 (method url-fetch)
21315 (uri (cran-uri "adamethods" version))
21316 (sha256
21317 (base32
21318 "150awbd3skb1mqca18bqjykhyycqw8crviw66s6qrcnmcsbk77pj"))))
21319 (properties `((upstream-name . "adamethods")))
21320 (build-system r-build-system)
21321 (propagated-inputs
21322 `(("r-anthropometry" ,r-anthropometry)
21323 ("r-archetypes" ,r-archetypes)
21324 ("r-fnn" ,r-fnn)
21325 ("r-foreach" ,r-foreach)
21326 ("r-nnls" ,r-nnls)
21327 ("r-tolerance" ,r-tolerance)
21328 ("r-univoutl" ,r-univoutl)))
21329 (home-page "https://cran.r-project.org/web/packages/adamethods/")
21330 (synopsis "Archetypoid algorithms and anomaly detection")
21331 (description
21332 "This package is a collection of several algorithms to obtain
21333 archetypoids with small and large databases and with both classical
21334 multivariate data and functional data (univariate and multivariate). Some of
21335 these algorithms also detect anomalies (outliers).")
21336 (license license:gpl2+)))
21337
21338 (define-public r-idpmisc
21339 (package
21340 (name "r-idpmisc")
21341 (version "1.1.20")
21342 (source
21343 (origin
21344 (method url-fetch)
21345 (uri (cran-uri "IDPmisc" version))
21346 (sha256
21347 (base32
21348 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
21349 (properties `((upstream-name . "IDPmisc")))
21350 (build-system r-build-system)
21351 (propagated-inputs
21352 `(("r-lattice" ,r-lattice)))
21353 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
21354 (synopsis "Functions for data analyses and visualization")
21355 (description
21356 "This package provides different high-level graphics functions for
21357 displaying large datasets, displaying circular data in a very flexible way,
21358 finding local maxima, brewing color ramps, drawing nice arrows, zooming
21359 2D-plots, creating figures with differently colored margin and plot region.
21360 In addition, the package contains auxiliary functions for data manipulation
21361 like omitting observations with irregular values or selecting data by logical
21362 vectors, which include NAs. Other functions are especially useful in
21363 spectroscopy and analyses of environmental data: robust baseline fitting,
21364 finding peaks in spectra, converting humidity measures.")
21365 (license license:gpl3+)))
21366
21367 (define-public r-qqman
21368 (package
21369 (name "r-qqman")
21370 (version "0.1.4")
21371 (source
21372 (origin
21373 (method url-fetch)
21374 (uri (cran-uri "qqman" version))
21375 (sha256
21376 (base32
21377 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
21378 (properties `((upstream-name . "qqman")))
21379 (build-system r-build-system)
21380 (propagated-inputs
21381 `(("r-calibrate" ,r-calibrate)))
21382 (home-page "https://cran.r-project.org/web/packages/qqman/")
21383 (synopsis "Q-Q and Manhattan plots for GWAS data")
21384 (description
21385 "This package allows you to create Q-Q and Manhattan plots for GWAS data
21386 from PLINK results.")
21387 (license license:gpl3)))
21388
21389 (define-public r-ggplot-multistats
21390 (package
21391 (name "r-ggplot-multistats")
21392 (version "1.0.0")
21393 (source
21394 (origin
21395 (method url-fetch)
21396 (uri (cran-uri "ggplot.multistats" version))
21397 (sha256
21398 (base32
21399 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
21400 (properties
21401 `((upstream-name . "ggplot.multistats")))
21402 (build-system r-build-system)
21403 (propagated-inputs
21404 `(("r-ggplot2" ,r-ggplot2)
21405 ("r-hexbin" ,r-hexbin)
21406 ("r-rlang" ,r-rlang)
21407 ("r-scales" ,r-scales)))
21408 (home-page "https://github.com/flying-sheep/ggplot.multistats")
21409 (synopsis "Multiple summary statistics for binned stats/geometries")
21410 (description
21411 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
21412 which functions similar to its singular form, but allows the use of multiple
21413 statistics per bin. Those statistics can be mapped to multiple bin
21414 aesthetics.")
21415 (license license:gpl3)))
21416
21417 (define-public r-knn-covertree
21418 (package
21419 (name "r-knn-covertree")
21420 (version "1.0")
21421 (source
21422 (origin
21423 (method url-fetch)
21424 (uri (cran-uri "knn.covertree" version))
21425 (sha256
21426 (base32
21427 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
21428 (properties `((upstream-name . "knn.covertree")))
21429 (build-system r-build-system)
21430 (propagated-inputs
21431 `(("r-matrix" ,r-matrix)
21432 ("r-rcpp" ,r-rcpp)
21433 ("r-rcppeigen" ,r-rcppeigen)))
21434 (home-page "https://github.com/flying-sheep/knn.covertree")
21435 (synopsis "Accurate kNN Implementation with multiple distance measures")
21436 (description
21437 "Similarly to the FNN package, this package allows calculation of the k
21438 nearest neighbors (kNN) of a data matrix. The implementation is based on
21439 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
21440 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
21441 (license license:agpl3+)))
21442
21443 (define-public r-poibin
21444 (package
21445 (name "r-poibin")
21446 (version "1.5")
21447 (source
21448 (origin
21449 (method url-fetch)
21450 (uri (cran-uri "poibin" version))
21451 (sha256
21452 (base32
21453 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
21454 (properties `((upstream-name . "poibin")))
21455 (build-system r-build-system)
21456 (home-page "https://cran.r-project.org/web/packages/poibin/")
21457 (synopsis "Poisson binomial distribution")
21458 (description
21459 "This package provides an implementation of both the exact and
21460 approximation methods for computing the @dfn{cumulative distribution
21461 function} (CDF) of the Poisson binomial distribution. It also provides the
21462 @dfn{probability mass function} (PMF), quantile function, and random number
21463 generation for the Poisson binomial distribution.")
21464 (license license:gpl2)))
21465
21466 (define-public r-diagram
21467 (package
21468 (name "r-diagram")
21469 (version "1.6.5")
21470 (source
21471 (origin
21472 (method url-fetch)
21473 (uri (cran-uri "diagram" version))
21474 (sha256
21475 (base32
21476 "1r3lyl0h7mk9cfg8smr3jydfkjdawaphnxibkxfjqa7029vkxh79"))))
21477 (properties `((upstream-name . "diagram")))
21478 (build-system r-build-system)
21479 (propagated-inputs
21480 `(("r-shape" ,r-shape)))
21481 (home-page "https://cran.r-project.org/web/packages/diagram/")
21482 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
21483 (description
21484 "This package provides tools to visualize simple graphs (networks) based
21485 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
21486 electrical networks, etc. It also includes supporting material for the book
21487 \"A practical guide to ecological modelling - using R as a simulation
21488 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
21489 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
21490 Francesca Mazzia (2012).")
21491 (license license:gpl2+)))
21492
21493 (define-public r-lim
21494 (package
21495 (name "r-lim")
21496 (version "1.4.6")
21497 (source
21498 (origin
21499 (method url-fetch)
21500 (uri (cran-uri "LIM" version))
21501 (sha256
21502 (base32
21503 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
21504 (properties `((upstream-name . "LIM")))
21505 (build-system r-build-system)
21506 (propagated-inputs
21507 `(("r-diagram" ,r-diagram)
21508 ("r-limsolve" ,r-limsolve)))
21509 (home-page "https://cran.r-project.org/web/packages/LIM/")
21510 (synopsis "Linear inverse model examples and solution methods")
21511 (description
21512 "This package provides functions that read and solve linear inverse
21513 problems (food web problems, linear programming problems).")
21514 (license license:gpl2+)))
21515
21516 (define-public r-shinycssloaders
21517 (package
21518 (name "r-shinycssloaders")
21519 (version "1.0.0")
21520 (source
21521 (origin
21522 (method url-fetch)
21523 (uri (cran-uri "shinycssloaders" version))
21524 (sha256
21525 (base32
21526 "0r3xm273lhdhzbs2mkgw1m2kwb7z1dh1pzya8yxy5vacda1l2ikl"))))
21527 (properties
21528 `((upstream-name . "shinycssloaders")))
21529 (build-system r-build-system)
21530 (propagated-inputs
21531 `(("r-digest" ,r-digest)
21532 ("r-glue" ,r-glue)
21533 ("r-shiny" ,r-shiny)))
21534 (home-page "https://github.com/andrewsali/shinycssloaders")
21535 (synopsis "Add CSS loading animations to Shiny outputs")
21536 (description
21537 "This package provides tools to create a lightweight Shiny wrapper for
21538 the css-loaders created by Luke Hass
21539 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
21540 automatically show a loader when the output is (re)calculating.")
21541 (license license:gpl3)))
21542
21543 (define-public r-rsvg
21544 (package
21545 (name "r-rsvg")
21546 (version "2.1")
21547 (source
21548 (origin
21549 (method url-fetch)
21550 (uri (cran-uri "rsvg" version))
21551 (sha256
21552 (base32
21553 "0bxnwa9sbzx6jlxrzh3ymjq81vkxil2qx7kk7wp13a0cql7dhxcn"))))
21554 (properties `((upstream-name . "rsvg")))
21555 (build-system r-build-system)
21556 (inputs
21557 `(("librsvg" ,librsvg)
21558 ("zlib" ,zlib)))
21559 (native-inputs
21560 `(("pkg-config" ,pkg-config)
21561 ("r-knitr" ,r-knitr)))
21562 (home-page "https://github.com/jeroen/rsvg#readme")
21563 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
21564 (description
21565 "This package allows you to render vector-based SVG images into
21566 high-quality custom-size bitmap arrays using the librsvg2 library. The
21567 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
21568 addition, the package can convert images directly to various formats such as
21569 PDF or PostScript.")
21570 (license license:expat)))
21571
21572 (define-public r-influencer
21573 (package
21574 (name "r-influencer")
21575 (version "0.1.0")
21576 (source
21577 (origin
21578 (method url-fetch)
21579 (uri (cran-uri "influenceR" version))
21580 (sha256
21581 (base32
21582 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
21583 (properties `((upstream-name . "influenceR")))
21584 (build-system r-build-system)
21585 (propagated-inputs
21586 `(("r-igraph" ,r-igraph)
21587 ("r-matrix" ,r-matrix)))
21588 (home-page "https://github.com/rcc-uchicago/influenceR")
21589 (synopsis "Tools to quantify structural importance of nodes in a network")
21590 (description
21591 "This package provides functionality to compute various node centrality
21592 measures on networks. Included are functions to compute betweenness
21593 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
21594 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
21595 algorithm to identify key players, and Valente's bridging metric. The
21596 betweenness, Key Players, and bridging implementations are parallelized with
21597 OpenMP.")
21598 (license license:gpl2)))
21599
21600 (define-public r-emplik
21601 (package
21602 (name "r-emplik")
21603 (version "1.1-1")
21604 (source
21605 (origin
21606 (method url-fetch)
21607 (uri (cran-uri "emplik" version))
21608 (sha256
21609 (base32
21610 "1kw8g8j075bsicdvgkjf4870rfv5c30gvmw6qkkaz3ki22x74w77"))))
21611 (properties `((upstream-name . "emplik")))
21612 (build-system r-build-system)
21613 (propagated-inputs
21614 `(("r-quantreg" ,r-quantreg)))
21615 (home-page "https://www.ms.uky.edu/~mai/EmpLik.html")
21616 (synopsis "Empirical likelihood ratio for censored/truncated data")
21617 (description
21618 "This package provides empirical likelihood ratio tests for
21619 means/quantiles/hazards from possibly censored and/or truncated data. It also
21620 does regression.")
21621 (license license:gpl2+)))
21622
21623 (define-public r-imputeyn
21624 (package
21625 (name "r-imputeyn")
21626 (version "1.3")
21627 (source
21628 (origin
21629 (method url-fetch)
21630 (uri (cran-uri "imputeYn" version))
21631 (sha256
21632 (base32
21633 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
21634 (properties `((upstream-name . "imputeYn")))
21635 (build-system r-build-system)
21636 (propagated-inputs
21637 `(("r-boot" ,r-boot)
21638 ("r-emplik" ,r-emplik)
21639 ("r-mvtnorm" ,r-mvtnorm)
21640 ("r-quadprog" ,r-quadprog)
21641 ("r-survival" ,r-survival)))
21642 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
21643 (synopsis "Impute last largest censored observation under weighted least squares")
21644 (description
21645 "This package allows for the imputation of the last largest censored
21646 observantions. This method brings less bias and more efficient estimates for
21647 AFT models.")
21648 (license license:gpl2)))
21649
21650 (define-public r-adapenetclass
21651 (package
21652 (name "r-adapenetclass")
21653 (version "1.2")
21654 (source
21655 (origin
21656 (method url-fetch)
21657 (uri (cran-uri "AdapEnetClass" version))
21658 (sha256
21659 (base32
21660 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
21661 (properties `((upstream-name . "AdapEnetClass")))
21662 (build-system r-build-system)
21663 (propagated-inputs
21664 `(("r-glmnet" ,r-glmnet)
21665 ("r-imputeyn" ,r-imputeyn)
21666 ("r-lars" ,r-lars)
21667 ("r-quadprog" ,r-quadprog)))
21668 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
21669 (synopsis "Class of adaptive elastic net methods for censored data")
21670 (description
21671 "This package provides methods for variable selection for AFT models.")
21672 (license license:gpl2)))
21673
21674 (define-public r-flock
21675 (package
21676 (name "r-flock")
21677 (version "0.7")
21678 (source
21679 (origin
21680 (method url-fetch)
21681 (uri (cran-uri "flock" version))
21682 (sha256
21683 (base32
21684 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
21685 (properties `((upstream-name . "flock")))
21686 (build-system r-build-system)
21687 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
21688 (home-page "https://cran.r-project.org/web/packages/flock/")
21689 (synopsis "Process synchronization using file locks")
21690 (description
21691 "This package implements synchronization between R processes (spawned by
21692 using the @code{parallel} package for instance) using file locks. It supports
21693 both exclusive and shared locking.")
21694 (license license:asl2.0)))
21695
21696 (define-public r-archivist
21697 (package
21698 (name "r-archivist")
21699 (version "2.3.5")
21700 (source
21701 (origin
21702 (method url-fetch)
21703 (uri (cran-uri "archivist" version))
21704 (sha256
21705 (base32
21706 "0sk16bcafgswrvwh39ysbgm6jvsg20yil4pdsg3wsp81nnsrb43k"))))
21707 (properties `((upstream-name . "archivist")))
21708 (build-system r-build-system)
21709 (propagated-inputs
21710 `(("r-dbi" ,r-dbi)
21711 ("r-digest" ,r-digest)
21712 ("r-flock" ,r-flock)
21713 ("r-httr" ,r-httr)
21714 ("r-lubridate" ,r-lubridate)
21715 ("r-magrittr" ,r-magrittr)
21716 ("r-rcurl" ,r-rcurl)
21717 ("r-rsqlite" ,r-rsqlite)))
21718 (native-inputs
21719 `(("r-knitr" ,r-knitr)))
21720 (home-page "https://pbiecek.github.io/archivist/")
21721 (synopsis "Tools for storing, restoring and searching for R objects")
21722 (description
21723 "Data exploration and modelling is a process in which a lot of data
21724 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
21725 statistical models, different versions of data sets and different versions of
21726 results. Archivist helps to store and manage artifacts created in R. It
21727 allows you to store selected artifacts as binary files together with their
21728 metadata and relations. Archivist allows sharing artifacts with others. It
21729 can look for already created artifacts by using its class, name, date of the
21730 creation or other properties. It also makes it easy to restore such
21731 artifacts.")
21732 (license license:gpl2)))
21733
21734 (define-public r-versions
21735 (package
21736 (name "r-versions")
21737 (version "0.3")
21738 (source
21739 (origin
21740 (method url-fetch)
21741 (uri (cran-uri "versions" version))
21742 (sha256
21743 (base32
21744 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
21745 (properties `((upstream-name . "versions")))
21746 (build-system r-build-system)
21747 (home-page "https://cran.r-project.org/web/packages/versions/")
21748 (synopsis "Query and install specific versions of CRAN packages")
21749 (description
21750 "This package allows you to install specified versions of R packages
21751 hosted on CRAN and provides functions to list available versions and the
21752 versions of currently installed packages.")
21753 (license license:bsd-3)))
21754
21755 (define-public r-adapr
21756 (package
21757 (name "r-adapr")
21758 (version "2.0.0")
21759 (source
21760 (origin
21761 (method url-fetch)
21762 (uri (cran-uri "adapr" version))
21763 (sha256
21764 (base32
21765 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
21766 (properties `((upstream-name . "adapr")))
21767 (build-system r-build-system)
21768 (propagated-inputs
21769 `(("r-archivist" ,r-archivist)
21770 ("r-devtools" ,r-devtools)
21771 ("r-digest" ,r-digest)
21772 ("r-doparallel" ,r-doparallel)
21773 ("r-gdata" ,r-gdata)
21774 ("r-ggplot2" ,r-ggplot2)
21775 ("r-git2r" ,r-git2r)
21776 ("r-igraph" ,r-igraph)
21777 ("r-knitr" ,r-knitr)
21778 ("r-plotly" ,r-plotly)
21779 ("r-plyr" ,r-plyr)
21780 ("r-rmarkdown" ,r-rmarkdown)
21781 ("r-shiny" ,r-shiny)
21782 ("r-shinydashboard" ,r-shinydashboard)
21783 ("r-versions" ,r-versions)))
21784 (home-page "https://cran.r-project.org/web/packages/adapr/")
21785 (synopsis "Implementation of an accountable data analysis process")
21786 (description
21787 "This package tracks reading and writing within R scripts that are
21788 organized into a directed acyclic graph. It contains an interactive Shiny
21789 application @code{adaprApp()}. It uses Git and file hashes to track version
21790 histories of inputs and outputs.")
21791 (license license:lgpl2.0)))
21792
21793 (define-public r-adapsamp
21794 (package
21795 (name "r-adapsamp")
21796 (version "1.1.1")
21797 (source
21798 (origin
21799 (method url-fetch)
21800 (uri (cran-uri "AdapSamp" version))
21801 (sha256
21802 (base32
21803 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
21804 (properties `((upstream-name . "AdapSamp")))
21805 (build-system r-build-system)
21806 (propagated-inputs `(("r-pracma" ,r-pracma)))
21807 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
21808 (synopsis "Adaptive sampling algorithms")
21809 (description
21810 "For distributions whose probability density functions are log-concave,
21811 the adaptive rejection sampling algorithm can be used to build envelope
21812 functions for sampling. For others, the modified adaptive rejection sampling
21813 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
21814 adaptive slice sampling algorithm can be used. This R package mainly includes
21815 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
21816 @code{rASS()}. These functions can realize sampling based on the algorithms
21817 above.")
21818 (license license:gpl2)))
21819
21820 (define-public r-adaptalint
21821 (package
21822 (name "r-adaptalint")
21823 (version "0.2.4")
21824 (source
21825 (origin
21826 (method url-fetch)
21827 (uri (cran-uri "adaptalint" version))
21828 (sha256
21829 (base32
21830 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
21831 (properties `((upstream-name . "adaptalint")))
21832 (build-system r-build-system)
21833 (propagated-inputs
21834 `(("r-dplyr" ,r-dplyr)
21835 ("r-lintr" ,r-lintr)
21836 ("r-purrr" ,r-purrr)))
21837 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
21838 (synopsis "Check R code style")
21839 (description
21840 "This package provides tools to infer the code style (which style rules
21841 are followed and which ones are not) from one package and use it to check
21842 another. This makes it easier to find and correct the most important problems
21843 first.")
21844 (license license:gpl3)))
21845
21846 (define-public r-fracdiff
21847 (package
21848 (name "r-fracdiff")
21849 (version "1.5-1")
21850 (source
21851 (origin
21852 (method url-fetch)
21853 (uri (cran-uri "fracdiff" version))
21854 (sha256
21855 (base32
21856 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
21857 (properties `((upstream-name . "fracdiff")))
21858 (build-system r-build-system)
21859 (home-page "https://github.com/mmaechler/fracdiff")
21860 (synopsis
21861 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
21862 (description
21863 "This package provides tools for the maximum likelihood estimation of the
21864 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
21865 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
21866 (license license:gpl2+)))
21867
21868 (define-public r-forecast
21869 (package
21870 (name "r-forecast")
21871 (version "8.14")
21872 (source
21873 (origin
21874 (method url-fetch)
21875 (uri (cran-uri "forecast" version))
21876 (sha256
21877 (base32
21878 "12bfw029xb1dndcjyn2r7a51i7hnkkbdilp69k97sz2v8b7v1y3s"))))
21879 (properties `((upstream-name . "forecast")))
21880 (build-system r-build-system)
21881 (propagated-inputs
21882 `(("r-colorspace" ,r-colorspace)
21883 ("r-fracdiff" ,r-fracdiff)
21884 ("r-ggplot2" ,r-ggplot2)
21885 ("r-lmtest" ,r-lmtest)
21886 ("r-magrittr" ,r-magrittr)
21887 ("r-nnet" ,r-nnet)
21888 ("r-rcpp" ,r-rcpp)
21889 ("r-rcpparmadillo" ,r-rcpparmadillo)
21890 ("r-timedate" ,r-timedate)
21891 ("r-tseries" ,r-tseries)
21892 ("r-urca" ,r-urca)
21893 ("r-zoo" ,r-zoo)))
21894 (native-inputs
21895 `(("r-knitr" ,r-knitr))) ; needed for vignettes
21896 (home-page "https://pkg.robjhyndman.com/forecast/")
21897 (synopsis "Forecasting functions for time series and linear models")
21898 (description
21899 "This package provides methods and tools for displaying and analysing
21900 univariate time series forecasts including exponential smoothing via state
21901 space models and automatic ARIMA modelling.")
21902 (license license:gpl3)))
21903
21904 (define-public r-xmisc
21905 (package
21906 (name "r-xmisc")
21907 (version "0.2.1")
21908 (source
21909 (origin
21910 (method url-fetch)
21911 (uri (cran-uri "Xmisc" version))
21912 (sha256
21913 (base32
21914 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
21915 (properties `((upstream-name . "Xmisc")))
21916 (build-system r-build-system)
21917 (home-page "https://cran.r-project.org/package=Xmisc")
21918 (synopsis
21919 "Xiaobei's miscellaneous classes and functions")
21920 (description
21921 "This package provides Xiaobei's miscellaneous classes and functions,
21922 which are useful when developing R packages for @dfn{object oriented
21923 programming} (OOP) using R Reference Class.")
21924 (license license:gpl2+)))
21925
21926 (define-public r-proxyc
21927 (package
21928 (name "r-proxyc")
21929 (version "0.1.5")
21930 (source
21931 (origin
21932 (method url-fetch)
21933 (uri (cran-uri "proxyC" version))
21934 (sha256
21935 (base32
21936 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
21937 (properties `((upstream-name . "proxyC")))
21938 (build-system r-build-system)
21939 (propagated-inputs
21940 `(("r-matrix" ,r-matrix)
21941 ("r-rcpp" ,r-rcpp)
21942 ("r-rcpparmadillo" ,r-rcpparmadillo)
21943 ("r-rcppparallel" ,r-rcppparallel)))
21944 (home-page "https://cran.r-project.org/package=proxyC")
21945 (synopsis "Compute proximity in large sparse matrices")
21946 (description
21947 "This package provides efficient tools to compute the proximity between
21948 rows or columns of large matrices. Functions are optimised for large sparse
21949 matrices using the Armadillo and Intel TBB libraries. Among several built-in
21950 similarity/distance measures, computation of correlation, cosine similarity
21951 and Euclidean distance is particularly fast.")
21952 (license license:gpl3)))
21953
21954 (define-public r-isocodes
21955 (package
21956 (name "r-isocodes")
21957 (version "2021.02.24")
21958 (source
21959 (origin
21960 (method url-fetch)
21961 (uri (cran-uri "ISOcodes" version))
21962 (sha256
21963 (base32
21964 "19irnn2yi1bzhf03g666la84kj8040f5913kfrmd16dfnjy6j9qm"))))
21965 (properties `((upstream-name . "ISOcodes")))
21966 (build-system r-build-system)
21967 (home-page "https://cran.r-project.org/package=ISOcodes")
21968 (synopsis "Selected ISO codes")
21969 (description
21970 "This package provides ISO language, territory, currency, script and
21971 character codes. It provides ISO 639 language codes, ISO 3166 territory
21972 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
21973 character codes as well as the UN M.49 area codes.")
21974 (license license:gpl2)))
21975
21976 (define-public r-stopwords
21977 (package
21978 (name "r-stopwords")
21979 (version "2.2")
21980 (source
21981 (origin
21982 (method url-fetch)
21983 (uri (cran-uri "stopwords" version))
21984 (sha256
21985 (base32
21986 "1f862y30c4r0phamlp7shzkpxg0vh3i410xy0336w310hv3wqsxn"))))
21987 (properties `((upstream-name . "stopwords")))
21988 (build-system r-build-system)
21989 (propagated-inputs
21990 `(("r-isocodes" ,r-isocodes)))
21991 (home-page "https://github.com/quanteda/stopwords")
21992 (synopsis "Multilingual stopword lists")
21993 (description
21994 "This package provides multiple sources of stopwords, for use in text
21995 analysis and natural language processing.")
21996 (license license:expat)))
21997
21998 (define-public r-spacyr
21999 (package
22000 (name "r-spacyr")
22001 (version "1.2.1")
22002 (source
22003 (origin
22004 (method url-fetch)
22005 (uri (cran-uri "spacyr" version))
22006 (sha256
22007 (base32
22008 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
22009 (properties `((upstream-name . "spacyr")))
22010 (build-system r-build-system)
22011 (propagated-inputs
22012 `(("r-data-table" ,r-data-table)
22013 ("r-reticulate" ,r-reticulate)))
22014 (home-page "https://spacyr.quanteda.io")
22015 (synopsis "R wrapper for the spaCy NLP library")
22016 (description
22017 "This package provides an R wrapper to the Python @dfn{natural language
22018 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
22019 (license license:gpl3)))
22020
22021 (define-public r-snowballc
22022 (package
22023 (name "r-snowballc")
22024 (version "0.7.0")
22025 (source
22026 (origin
22027 (method url-fetch)
22028 (uri (cran-uri "SnowballC" version))
22029 (sha256
22030 (base32
22031 "1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
22032 (properties `((upstream-name . "SnowballC")))
22033 (build-system r-build-system)
22034 (home-page "https://r-forge.r-project.org/projects/r-temis/")
22035 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
22036 (description
22037 "This package provides an R interface to the C @code{libstemmer} library
22038 that implements Porter's word stemming algorithm for collapsing words to a
22039 common root to aid comparison of vocabulary. Currently supported languages
22040 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
22041 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
22042 (license license:bsd-3)))
22043
22044 (define-public r-quanteda
22045 (package
22046 (name "r-quanteda")
22047 (version "2.1.2")
22048 (source
22049 (origin
22050 (method url-fetch)
22051 (uri (cran-uri "quanteda" version))
22052 (sha256
22053 (base32
22054 "13rjwgmg5v1dbryrs9ifyy76s5ib6wrbrm2y5af44vhf1h6p9cvy"))))
22055 (properties `((upstream-name . "quanteda")))
22056 (build-system r-build-system)
22057 (propagated-inputs
22058 `(("r-data-table" ,r-data-table)
22059 ("r-digest" ,r-digest)
22060 ("r-extrafont" ,r-extrafont)
22061 ("r-fastmatch" ,r-fastmatch)
22062 ("r-ggplot2" ,r-ggplot2)
22063 ("r-ggrepel" ,r-ggrepel)
22064 ("r-jsonlite" ,r-jsonlite)
22065 ("r-magrittr" ,r-magrittr)
22066 ("r-matrix" ,r-matrix)
22067 ("r-network" ,r-network)
22068 ("r-proxyc" ,r-proxyc)
22069 ("r-rcpp" ,r-rcpp)
22070 ("r-rcpparmadillo" ,r-rcpparmadillo)
22071 ("r-rcppparallel" ,r-rcppparallel)
22072 ("r-sna" ,r-sna)
22073 ("r-snowballc" ,r-snowballc)
22074 ("r-stopwords" ,r-stopwords)
22075 ("r-stringi" ,r-stringi)
22076 ("r-xml2" ,r-xml2)
22077 ("r-yaml" ,r-yaml)))
22078 (native-inputs
22079 `(("r-knitr" ,r-knitr)))
22080 (home-page "https://quanteda.io")
22081 (synopsis "Quantitative analysis of textual data")
22082 (description
22083 "This package provides a fast, flexible, and comprehensive framework for
22084 quantitative text analysis in R. It provides functionality for corpus
22085 management, creating and manipulating tokens and ngrams, exploring keywords in
22086 context, forming and manipulating sparse matrices of documents by features and
22087 feature co-occurrences, analyzing keywords, computing feature similarities and
22088 distances, applying content dictionaries, applying supervised and unsupervised
22089 machine learning, visually representing text and text analyses, and more.")
22090 (license license:gpl3)))
22091
22092 (define-public r-topicmodels
22093 (package
22094 (name "r-topicmodels")
22095 (version "0.2-12")
22096 (source
22097 (origin
22098 (method url-fetch)
22099 (uri (cran-uri "topicmodels" version))
22100 (sha256
22101 (base32
22102 "1d6iizmn042b59q2y6qc82z19wq3xm0zvgkf8iqf8fdzh51kmn5g"))))
22103 (properties `((upstream-name . "topicmodels")))
22104 (build-system r-build-system)
22105 (inputs
22106 `(("gsl" ,gsl)))
22107 (propagated-inputs
22108 `(("r-modeltools" ,r-modeltools)
22109 ("r-slam" ,r-slam)
22110 ("r-tm" ,r-tm)))
22111 (home-page "https://cran.r-project.org/package=topicmodels")
22112 (synopsis "Topic models")
22113 (description
22114 "This package provides an interface to the C code for @dfn{Latent
22115 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
22116 David M. Blei and co-authors and the C++ code for fitting LDA models using
22117 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
22118 (license license:gpl2)))
22119
22120 (define-public r-stm
22121 (package
22122 (name "r-stm")
22123 (version "1.3.6")
22124 (source
22125 (origin
22126 (method url-fetch)
22127 (uri (cran-uri "stm" version))
22128 (sha256
22129 (base32
22130 "0qwq4nin2n9fjd06852r8k7arvcgh46kcfb3lm21swgx6j8bgrhb"))))
22131 (properties `((upstream-name . "stm")))
22132 (build-system r-build-system)
22133 (propagated-inputs
22134 `(("r-data-table" ,r-data-table)
22135 ("r-glmnet" ,r-glmnet)
22136 ("r-lda" ,r-lda)
22137 ("r-matrix" ,r-matrix)
22138 ("r-matrixstats" ,r-matrixstats)
22139 ("r-quadprog" ,r-quadprog)
22140 ("r-quanteda" ,r-quanteda)
22141 ("r-rcpp" ,r-rcpp)
22142 ("r-rcpparmadillo" ,r-rcpparmadillo)
22143 ("r-slam" ,r-slam)
22144 ("r-stringr" ,r-stringr)))
22145 (home-page "http://www.structuraltopicmodel.com/")
22146 (synopsis "Estimation of the Structural Topic Model")
22147 (description
22148 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
22149 topic models with document-level covariates. The package also includes tools
22150 for model selection, visualization, and estimation of topic-covariate
22151 regressions.")
22152 (license license:expat)))
22153
22154 (define-public r-polycor
22155 (package
22156 (name "r-polycor")
22157 (version "0.7-10")
22158 (source
22159 (origin
22160 (method url-fetch)
22161 (uri (cran-uri "polycor" version))
22162 (sha256
22163 (base32
22164 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
22165 (properties `((upstream-name . "polycor")))
22166 (build-system r-build-system)
22167 (propagated-inputs
22168 `(("r-matrix" ,r-matrix)
22169 ("r-mvtnorm" ,r-mvtnorm)))
22170 (home-page "https://r-forge.r-project.org/projects/polycor/")
22171 (synopsis "Polychoric and polyserial correlations")
22172 (description
22173 "This package provides tools to compute polychoric and polyserial
22174 correlations by quick \"two-step\" methods or ML, optionally with standard
22175 errors; tetrachoric and biserial correlations are special cases.")
22176 (license license:gpl2+)))
22177
22178 (define-public r-msm
22179 (package
22180 (name "r-msm")
22181 (version "1.6.8")
22182 (source
22183 (origin
22184 (method url-fetch)
22185 (uri (cran-uri "msm" version))
22186 (sha256
22187 (base32
22188 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
22189 (properties `((upstream-name . "msm")))
22190 (build-system r-build-system)
22191 (propagated-inputs
22192 `(("r-expm" ,r-expm)
22193 ("r-mvtnorm" ,r-mvtnorm)
22194 ("r-survival" ,r-survival)))
22195 (home-page "https://github.com/chjackson/msm")
22196 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
22197 (description
22198 "This package provides functions for fitting continuous-time Markov and
22199 hidden Markov multi-state models to longitudinal data. It was designed for
22200 processes observed at arbitrary times in continuous time (panel data) but some
22201 other observation schemes are supported. Both Markov transition rates and the
22202 hidden Markov output process can be modelled in terms of covariates, which may
22203 be constant or piecewise-constant in time.")
22204 (license license:gpl2+)))
22205
22206 (define-public r-ltm
22207 (package
22208 (name "r-ltm")
22209 (version "1.1-1")
22210 (source
22211 (origin
22212 (method url-fetch)
22213 (uri (cran-uri "ltm" version))
22214 (sha256
22215 (base32
22216 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
22217 (properties `((upstream-name . "ltm")))
22218 (build-system r-build-system)
22219 (propagated-inputs
22220 `(("r-mass" ,r-mass)
22221 ("r-msm" ,r-msm)
22222 ("r-polycor" ,r-polycor)))
22223 (home-page "https://github.com/drizopoulos/ltm")
22224 (synopsis "Latent trait models under IRT")
22225 (description
22226 "This is a package supporting the analysis of multivariate dichotomous
22227 and polytomous data using latent trait models under the Item Response Theory
22228 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
22229 Three-Parameter, the Graded Response, and the Generalized Partial Credit
22230 Models.")
22231 (license license:gpl2+)))
22232
22233 (define-public r-mi
22234 (package
22235 (name "r-mi")
22236 (version "1.0")
22237 (source
22238 (origin
22239 (method url-fetch)
22240 (uri (cran-uri "mi" version))
22241 (sha256
22242 (base32
22243 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
22244 (properties `((upstream-name . "mi")))
22245 (build-system r-build-system)
22246 (propagated-inputs
22247 `(("r-arm" ,r-arm)
22248 ("r-matrix" ,r-matrix)))
22249 (home-page "http://www.stat.columbia.edu/~gelman/")
22250 (synopsis "Missing data imputation and model checking")
22251 (description
22252 "This package provides functions for data manipulation, imputing missing
22253 values in an approximate Bayesian framework, diagnostics of the models used to
22254 generate the imputations, confidence-building mechanisms to validate some of
22255 the assumptions of the imputation algorithm, and functions to analyze multiply
22256 imputed data sets with the appropriate degree of sampling uncertainty.")
22257 (license license:gpl2+)))
22258
22259 (define-public r-matrixcalc
22260 (package
22261 (name "r-matrixcalc")
22262 (version "1.0-3")
22263 (source
22264 (origin
22265 (method url-fetch)
22266 (uri (cran-uri "matrixcalc" version))
22267 (sha256
22268 (base32
22269 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
22270 (properties `((upstream-name . "matrixcalc")))
22271 (build-system r-build-system)
22272 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
22273 (synopsis "Collection of functions for matrix calculations")
22274 (description
22275 "This package provides a collection of functions to support matrix
22276 calculations for probability, econometric and numerical analysis. There are
22277 additional functions that are comparable to APL functions which are useful for
22278 actuarial models such as pension mathematics.")
22279 (license license:gpl2+)))
22280
22281 (define-public r-sem
22282 (package
22283 (name "r-sem")
22284 (version "3.1-11")
22285 (source
22286 (origin
22287 (method url-fetch)
22288 (uri (cran-uri "sem" version))
22289 (sha256
22290 (base32
22291 "03j3ig6fy34pi6nwfq9w8f5m555lilw5skr1vn6ay4yvjmvavc9k"))))
22292 (properties `((upstream-name . "sem")))
22293 (build-system r-build-system)
22294 (propagated-inputs
22295 `(("r-boot" ,r-boot)
22296 ("r-mass" ,r-mass)
22297 ("r-matrixcalc" ,r-matrixcalc)
22298 ("r-mi" ,r-mi)))
22299 (home-page "https://cran.r-project.org/package=sem")
22300 (synopsis "Structural equation models")
22301 (description
22302 "This package provides functions for fitting general linear structural
22303 equation models (with observed and latent variables) using the RAM approach,
22304 and for fitting structural equations in observed-variable models by two-stage
22305 least squares.")
22306 (license license:gpl2+)))
22307
22308 (define-public r-semtools
22309 (package
22310 (name "r-semtools")
22311 (version "0.5-4")
22312 (source
22313 (origin
22314 (method url-fetch)
22315 (uri (cran-uri "semTools" version))
22316 (sha256
22317 (base32
22318 "15kban4ds2mssxqslm126b89p8biya14c9m68sqk61vzvx5dm2vq"))))
22319 (properties `((upstream-name . "semTools")))
22320 (build-system r-build-system)
22321 (propagated-inputs
22322 `(("r-lavaan" ,r-lavaan)))
22323 (home-page "https://github.com/simsem/semTools/wiki")
22324 (synopsis "Useful tools for structural equation modeling")
22325 (description
22326 "This package provides useful tools for structural equation modeling.")
22327 (license license:gpl2+)))
22328
22329 (define-public r-regsem
22330 (package
22331 (name "r-regsem")
22332 (version "1.6.2")
22333 (source
22334 (origin
22335 (method url-fetch)
22336 (uri (cran-uri "regsem" version))
22337 (sha256
22338 (base32
22339 "14nrzyrkrijdrr4jwkri5zra2wh36w68wy6xs600l2z1633h2lmn"))))
22340 (properties `((upstream-name . "regsem")))
22341 (build-system r-build-system)
22342 (propagated-inputs
22343 `(("r-lavaan" ,r-lavaan)
22344 ("r-rcpp" ,r-rcpp)
22345 ("r-rcpparmadillo" ,r-rcpparmadillo)
22346 ("r-rsolnp" ,r-rsolnp)))
22347 (native-inputs
22348 `(("r-knitr" ,r-knitr)))
22349 (home-page "https://cran.r-project.org/package=regsem")
22350 (synopsis "Regularized structural equation modeling")
22351 (description
22352 "This package uses both ridge and lasso penalties (and extensions) to
22353 penalize specific parameters in structural equation models. The package
22354 offers additional cost functions, cross validation, and other extensions
22355 beyond traditional structural equation models. It also contains a function to
22356 perform @dfn{exploratory mediation} (XMed).")
22357 (license license:gpl2+)))
22358
22359 (define-public r-stanheaders
22360 (package
22361 (name "r-stanheaders")
22362 (version "2.21.0-7")
22363 (source
22364 (origin
22365 (method url-fetch)
22366 (uri (cran-uri "StanHeaders" version))
22367 (sha256
22368 (base32
22369 "0srkyawyiykn3p5lw1z3zf18s4ax4iasv1ci3l1px40f9w36wm17"))))
22370 (properties `((upstream-name . "StanHeaders")))
22371 (build-system r-build-system)
22372 (inputs `(("pandoc" ,pandoc)))
22373 (propagated-inputs
22374 `(("r-rcppeigen" ,r-rcppeigen)
22375 ("r-rcppparallel" ,r-rcppparallel)))
22376 (native-inputs
22377 `(("gfortran" ,gfortran)
22378 ("r-knitr" ,r-knitr))) ; for vignettes
22379 (home-page "https://mc-stan.org/")
22380 (synopsis "C++ header files for Stan")
22381 (description
22382 "The C++ header files of the Stan project are provided by this package.
22383 There is a shared object containing part of the @code{CVODES} library, but it
22384 is not accessible from R. @code{r-stanheaders} is only useful for developers
22385 who want to utilize the @code{LinkingTo} directive of their package's
22386 DESCRIPTION file to build on the Stan library without incurring unnecessary
22387 dependencies.
22388
22389 The Stan project develops a probabilistic programming language that implements
22390 full or approximate Bayesian statistical inference via Markov Chain Monte
22391 Carlo or variational methods and implements (optionally penalized) maximum
22392 likelihood estimation via optimization. The Stan library includes an advanced
22393 automatic differentiation scheme, templated statistical and linear algebra
22394 functions that can handle the automatically differentiable scalar types (and
22395 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
22396 package provides user-facing R functions to parse, compile, test, estimate,
22397 and analyze Stan models.")
22398 (license license:bsd-3)))
22399
22400 (define-public r-rpf
22401 (package
22402 (name "r-rpf")
22403 (version "1.0.5")
22404 (source
22405 (origin
22406 (method url-fetch)
22407 (uri (cran-uri "rpf" version))
22408 (sha256
22409 (base32
22410 "0kz7i7g3l16irz6bxgnkxdmmd931m1fk6rl72dvs21ir5brr010l"))))
22411 (properties `((upstream-name . "rpf")))
22412 (build-system r-build-system)
22413 (propagated-inputs
22414 `(("r-lifecycle" ,r-lifecycle)
22415 ("r-mvtnorm" ,r-mvtnorm)
22416 ("r-rcpp" ,r-rcpp)
22417 ("r-rcppeigen" ,r-rcppeigen)))
22418 (native-inputs
22419 `(("r-knitr" ,r-knitr)))
22420 (home-page "https://github.com/jpritikin/rpf")
22421 (synopsis "Response probability functions")
22422 (description
22423 "The purpose of this package is to factor out logic and math common to
22424 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
22425 core support code suitable for more specialized IRT packages to build upon.
22426 Complete access to optimized C functions is made available with
22427 @code{R_RegisterCCallable()}.")
22428 (license license:gpl3+)))
22429
22430 (define-public r-openmx
22431 (package
22432 (name "r-openmx")
22433 (version "2.19.1")
22434 (source
22435 (origin
22436 (method url-fetch)
22437 (uri (cran-uri "OpenMx" version))
22438 (sha256
22439 (base32
22440 "0fbndmwb3krypsavgm3blqkhh8blmi3p186yxmvgv3a9m6r154rj"))))
22441 (properties `((upstream-name . "OpenMx")))
22442 (build-system r-build-system)
22443 (propagated-inputs
22444 `(("r-bh" ,r-bh)
22445 ("r-digest" ,r-digest)
22446 ("r-lifecycle" ,r-lifecycle)
22447 ("r-mass" ,r-mass)
22448 ("r-matrix" ,r-matrix)
22449 ("r-rcpp" ,r-rcpp)
22450 ("r-rcppeigen" ,r-rcppeigen)
22451 ("r-rpf" ,r-rpf)
22452 ("r-stanheaders" ,r-stanheaders)))
22453 (native-inputs `(("gfortran" ,gfortran)))
22454 (home-page "http://openmx.ssri.psu.edu")
22455 (synopsis "Extended structural equation modelling")
22456 (description
22457 "This package allows for the estimation of a wide variety of advanced
22458 multivariate statistical models. It consists of a library of functions and
22459 optimizers that allow you to quickly and flexibly define an SEM model and
22460 estimate parameters given observed data.")
22461 (license license:asl2.0)))
22462
22463 (define-public r-kutils
22464 (package
22465 (name "r-kutils")
22466 (version "1.70")
22467 (source
22468 (origin
22469 (method url-fetch)
22470 (uri (cran-uri "kutils" version))
22471 (sha256
22472 (base32
22473 "06jk66wbq3jmdf2jdhqns6r3yk36l2x7c907x977zv80sqxa1l37"))))
22474 (properties `((upstream-name . "kutils")))
22475 (build-system r-build-system)
22476 (propagated-inputs
22477 `(("r-foreign" ,r-foreign)
22478 ("r-openxlsx" ,r-openxlsx)
22479 ("r-plyr" ,r-plyr)
22480 ("r-runit" ,r-runit)
22481 ("r-xtable" ,r-xtable)))
22482 (home-page "https://cran.r-project.org/package=kutils")
22483 (synopsis "Project management tools")
22484 (description
22485 "This package provides tools for data importation, recoding, and
22486 inspection. There are functions to create new project folders, R code
22487 templates, create uniquely named output directories, and to quickly obtain a
22488 visual summary for each variable in a data frame. The main feature here is
22489 the systematic implementation of the \"variable key\" framework for data
22490 importation and recoding.")
22491 (license license:gpl2)))
22492
22493 (define-public r-rockchalk
22494 (package
22495 (name "r-rockchalk")
22496 (version "1.8.144")
22497 (source
22498 (origin
22499 (method url-fetch)
22500 (uri (cran-uri "rockchalk" version))
22501 (sha256
22502 (base32
22503 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
22504 (properties `((upstream-name . "rockchalk")))
22505 (build-system r-build-system)
22506 (propagated-inputs
22507 `(("r-cardata" ,r-cardata)
22508 ("r-kutils" ,r-kutils)
22509 ("r-lme4" ,r-lme4)
22510 ("r-mass" ,r-mass)))
22511 (home-page "https://cran.r-project.org/package=rockchalk")
22512 (synopsis "Regression estimation and presentation")
22513 (description
22514 "This package provides a collection of functions for interpretation and
22515 presentation of regression analysis. These functions are used to produce the
22516 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
22517 includes regression diagnostics, regression tables, and plots of interactions
22518 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
22519 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
22520 fairly comprehensive overview.")
22521 (license license:gpl3+)))
22522
22523 (define-public r-lisreltor
22524 (package
22525 (name "r-lisreltor")
22526 (version "0.1.4")
22527 (source
22528 (origin
22529 (method url-fetch)
22530 (uri (cran-uri "lisrelToR" version))
22531 (sha256
22532 (base32
22533 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
22534 (properties `((upstream-name . "lisrelToR")))
22535 (build-system r-build-system)
22536 (home-page "https://cran.r-project.org/package=lisrelToR")
22537 (synopsis "Import output from LISREL into R")
22538 (description
22539 "This is an unofficial package aimed at automating the import of LISREL
22540 output in R.")
22541 (license license:gpl2)))
22542
22543 (define-public r-bdgraph
22544 (package
22545 (name "r-bdgraph")
22546 (version "2.63")
22547 (source
22548 (origin
22549 (method url-fetch)
22550 (uri (cran-uri "BDgraph" version))
22551 (sha256
22552 (base32
22553 "05q6dbvdnxmh7myvw60zqcqx16f80i8d6qa4y7xnfkx02l9lwiyc"))))
22554 (properties `((upstream-name . "BDgraph")))
22555 (build-system r-build-system)
22556 (propagated-inputs
22557 `(("r-igraph" ,r-igraph)))
22558 (home-page "https://www.uva.nl/profile/a.mohammadi")
22559 (synopsis "Bayesian structure learning in graphical models")
22560 (description
22561 "This package provides statistical tools for Bayesian structure learning
22562 in undirected graphical models for continuous, discrete, and mixed data. It
22563 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
22564 on a continuous-time birth-death process.")
22565 (license license:gpl2+)))
22566
22567 (define-public r-d3network
22568 (package
22569 (name "r-d3network")
22570 (version "0.5.2.1")
22571 (source
22572 (origin
22573 (method url-fetch)
22574 (uri (cran-uri "d3Network" version))
22575 (sha256
22576 (base32
22577 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
22578 (properties `((upstream-name . "d3Network")))
22579 (build-system r-build-system)
22580 (propagated-inputs
22581 `(("r-plyr" ,r-plyr)
22582 ("r-rjson" ,r-rjson)
22583 ("r-whisker" ,r-whisker)))
22584 (home-page "http://christophergandrud.github.io/d3Network/")
22585 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
22586 (description
22587 "This package is intended to make it easy to create D3 JavaScript
22588 network, tree, dendrogram, and Sankey graphs from R using data frames.")
22589 (license license:gpl3+)))
22590
22591 (define-public r-qgraph
22592 (package
22593 (name "r-qgraph")
22594 (version "1.6.9")
22595 (source
22596 (origin
22597 (method url-fetch)
22598 (uri (cran-uri "qgraph" version))
22599 (sha256
22600 (base32
22601 "153bqfmsrghkg7598nfr57r3cxv6dn6ir084njl2sqq5np0sj9di"))))
22602 (properties `((upstream-name . "qgraph")))
22603 (build-system r-build-system)
22604 (propagated-inputs
22605 `(("r-abind" ,r-abind)
22606 ("r-colorspace" ,r-colorspace)
22607 ("r-corpcor" ,r-corpcor)
22608 ("r-dplyr" ,r-dplyr)
22609 ("r-fdrtool" ,r-fdrtool)
22610 ("r-ggplot2" ,r-ggplot2)
22611 ("r-glasso" ,r-glasso)
22612 ("r-gtools" ,r-gtools)
22613 ("r-hmisc" ,r-hmisc)
22614 ("r-igraph" ,r-igraph)
22615 ("r-jpeg" ,r-jpeg)
22616 ("r-lavaan" ,r-lavaan)
22617 ("r-matrix" ,r-matrix)
22618 ("r-pbapply" ,r-pbapply)
22619 ("r-plyr" ,r-plyr)
22620 ("r-png" ,r-png)
22621 ("r-psych" ,r-psych)
22622 ("r-rcpp" ,r-rcpp)
22623 ("r-reshape2" ,r-reshape2)))
22624 (home-page "http://sachaepskamp.com/qgraph/")
22625 (synopsis "Weighted network visualization and analysis")
22626 (description
22627 "This package implements tools for weighted network visualization and
22628 analysis, as well as Gaussian graphical model computation. It contains graph
22629 plotting methods, and tools for psychometric data visualization and graphical
22630 model estimation. See Epskamp et al. (2012)
22631 @url{doi:10.18637/jss.v048.i04}.")
22632 (license license:gpl2)))
22633
22634 (define-public r-semplot
22635 (package
22636 (name "r-semplot")
22637 (version "1.1.2")
22638 (source
22639 (origin
22640 (method url-fetch)
22641 (uri (cran-uri "semPlot" version))
22642 (sha256
22643 (base32
22644 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
22645 (properties `((upstream-name . "semPlot")))
22646 (build-system r-build-system)
22647 (propagated-inputs
22648 `(("r-colorspace" ,r-colorspace)
22649 ("r-corpcor" ,r-corpcor)
22650 ("r-igraph" ,r-igraph)
22651 ("r-lavaan" ,r-lavaan)
22652 ("r-lisreltor" ,r-lisreltor)
22653 ("r-openmx" ,r-openmx)
22654 ("r-plyr" ,r-plyr)
22655 ("r-qgraph" ,r-qgraph)
22656 ("r-regsem" ,r-regsem)
22657 ("r-rockchalk" ,r-rockchalk)
22658 ("r-sem" ,r-sem)
22659 ("r-xml" ,r-xml)))
22660 (home-page "https://github.com/SachaEpskamp/semPlot")
22661 (synopsis "Unified visualizations of structural equation models")
22662 (description
22663 "Structural equation modeling (SEM) has a long history of representing
22664 models graphically as path diagrams. The semPlot package for R fills the gap
22665 between advanced, but time-consuming, graphical software and the limited
22666 graphics produced automatically by SEM software. In addition, semPlot offers
22667 more functionality than drawing path diagrams: it can act as a common ground
22668 for importing SEM results into R. Any result usable as input to semPlot can
22669 also be represented in any of the three popular SEM frame-works, as well as
22670 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
22671 (license license:gpl2)))
22672
22673 (define-public r-cdm
22674 (package
22675 (name "r-cdm")
22676 (version "7.5-15")
22677 (source
22678 (origin
22679 (method url-fetch)
22680 (uri (cran-uri "CDM" version))
22681 (sha256
22682 (base32
22683 "159ny2dz0rf1r3k1mqlfwambffc8rx425sggf5bn51nybpzanq3l"))))
22684 (properties `((upstream-name . "CDM")))
22685 (build-system r-build-system)
22686 (propagated-inputs
22687 `(("r-mvtnorm" ,r-mvtnorm)
22688 ("r-polycor" ,r-polycor)
22689 ("r-rcpp" ,r-rcpp)
22690 ("r-rcpparmadillo" ,r-rcpparmadillo)))
22691 (home-page
22692 "https://github.com/alexanderrobitzsch/CDM")
22693 (synopsis "Cognitive diagnosis modeling")
22694 (description
22695 "This package provides functions for cognitive diagnosis modeling and
22696 multidimensional item response modeling for dichotomous and polytomous item
22697 responses. It enables the estimation of the DINA and DINO model, the multiple
22698 group (polytomous) GDINA model, the multiple choice DINA model, the general
22699 diagnostic model (GDM), the structured latent class model (SLCA), and
22700 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
22701 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
22702 estimation and the package structure. For tutorials on how to use the CDM
22703 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
22704 well as Ravand and Robitzsch (2015).")
22705 (license license:gpl2+)))
22706
22707 (define-public r-tam
22708 (package
22709 (name "r-tam")
22710 (version "3.5-19")
22711 (source
22712 (origin
22713 (method url-fetch)
22714 (uri (cran-uri "TAM" version))
22715 (sha256
22716 (base32
22717 "1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
22718 (properties `((upstream-name . "TAM")))
22719 (build-system r-build-system)
22720 (propagated-inputs
22721 `(("r-cdm" ,r-cdm)
22722 ("r-rcpp" ,r-rcpp)
22723 ("r-rcpparmadillo" ,r-rcpparmadillo)))
22724 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
22725 (synopsis "Test analysis modules")
22726 (description
22727 "This package includes tools for marginal maximum likelihood estimation
22728 and joint maximum likelihood estimation for unidimensional and
22729 multidimensional item response models. The package functionality covers the
22730 Rasch model, 2PL model, 3PL model, generalized partial credit model,
22731 multi-faceted Rasch model, nominal item response model, structured latent
22732 class model, mixture distribution IRT models, and located latent class models.
22733 Latent regression models and plausible value imputation are also supported.")
22734 (license license:gpl2+)))
22735
22736 (define-public r-erm
22737 (package
22738 (name "r-erm")
22739 (version "1.0-2")
22740 (source
22741 (origin
22742 (method url-fetch)
22743 (uri (cran-uri "eRm" version))
22744 (sha256
22745 (base32
22746 "0smym010kswc5vx90qr3x1vl16xj1x1i54rvrj006dc4agc1vmlk"))))
22747 (properties `((upstream-name . "eRm")))
22748 (build-system r-build-system)
22749 (propagated-inputs
22750 `(("r-colorspace" ,r-colorspace)
22751 ("r-lattice" ,r-lattice)
22752 ("r-mass" ,r-mass)
22753 ("r-matrix" ,r-matrix)
22754 ("r-psych" ,r-psych)))
22755 (native-inputs `(("gfortran" ,gfortran)))
22756 (home-page "https://cran.r-project.org/package=eRm")
22757 (synopsis "Extended Rasch modeling")
22758 (description
22759 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
22760 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
22761 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
22762 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
22763 data matrix. Additional features are the ML estimation of the person
22764 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
22765 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
22766 infit and outfit measures, ICC and other plots, automated stepwise item
22767 elimination, and a simulation module for various binary data matrices.")
22768 (license license:gpl3)))
22769
22770 (define-public r-irtoys
22771 (package
22772 (name "r-irtoys")
22773 (version "0.2.1")
22774 (source
22775 (origin
22776 (method url-fetch)
22777 (uri (cran-uri "irtoys" version))
22778 (sha256
22779 (base32
22780 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
22781 (properties `((upstream-name . "irtoys")))
22782 (build-system r-build-system)
22783 (propagated-inputs
22784 `(("r-ltm" ,r-ltm)
22785 ("r-sm" ,r-sm)))
22786 (home-page "https://cran.r-project.org/package=irtoys")
22787 (synopsis "Collection of functions related to Item Response Theory (IRT)")
22788 (description
22789 "This package provides a collection of functions useful in learning and
22790 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
22791 programs. It provides basic CTT analysis, a simple common interface to the
22792 estimation of item parameters in IRT models for binary responses with three
22793 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
22794 EAP, WLE, plausible values), item and person fit statistics, scaling
22795 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
22796 array of parametric and non-parametric (kernel) plots. It estimates and plots
22797 Haberman's interaction model when all items are dichotomously scored.")
22798 (license license:gpl2+)))
22799
22800 (define-public r-iheatmapr
22801 (package
22802 (name "r-iheatmapr")
22803 (version "0.5.1")
22804 (source
22805 (origin
22806 (method url-fetch)
22807 (uri (cran-uri "iheatmapr" version))
22808 (sha256
22809 (base32
22810 "1pwkwh7ljlpr6zyz6j8knpz3iw60xzkw8amc98x4pc2mw148jvzx"))))
22811 (properties `((upstream-name . "iheatmapr")))
22812 (build-system r-build-system)
22813 (propagated-inputs
22814 `(("r-fastcluster" ,r-fastcluster)
22815 ("r-ggdendro" ,r-ggdendro)
22816 ("r-htmlwidgets" ,r-htmlwidgets)
22817 ("r-jsonlite" ,r-jsonlite)
22818 ("r-knitr" ,r-knitr)
22819 ("r-magrittr" ,r-magrittr)
22820 ("r-rcolorbrewer" ,r-rcolorbrewer)
22821 ("r-scales" ,r-scales)))
22822 (native-inputs
22823 `(("r-knitr" ,r-knitr)))
22824 (home-page "https://docs.ropensci.org/iheatmapr")
22825 (synopsis "Interactive, Complex Heatmaps")
22826 (description
22827 "iheatmapr is an R package for building complex, interactive heatmaps
22828 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
22829 subplots along the rows or columns of the main heatmap add more information
22830 about each row or column. For example, a one column additional heatmap may
22831 indicate what group a particular row or column belongs to. Complex heatmaps
22832 may also include multiple side by side heatmaps which show different types of
22833 data for the same conditions. Interactivity can improve complex heatmaps by
22834 providing tooltips with information about each cell and enabling zooming into
22835 interesting features. iheatmapr uses the plotly library for interactivity.")
22836 (license license:expat)))
22837
22838 (define-public r-packrat
22839 (package
22840 (name "r-packrat")
22841 (version "0.5.0")
22842 (source
22843 (origin
22844 (method url-fetch)
22845 (uri (cran-uri "packrat" version))
22846 (sha256
22847 (base32
22848 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
22849 (properties `((upstream-name . "packrat")))
22850 (build-system r-build-system)
22851 (home-page "https://github.com/rstudio/packrat/")
22852 (synopsis "Dependency management R projects")
22853 (description
22854 "This package provides a dependency manager for R projects that allows
22855 you to manage the R packages your project depends on in an isolated, portable,
22856 and reproducible way.")
22857 (license license:gpl2)))
22858
22859 (define-public r-rsconnect
22860 (package
22861 (name "r-rsconnect")
22862 (version "0.8.16")
22863 (source
22864 (origin
22865 (method url-fetch)
22866 (uri (cran-uri "rsconnect" version))
22867 (sha256
22868 (base32
22869 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
22870 (properties `((upstream-name . "rsconnect")))
22871 (build-system r-build-system)
22872 (propagated-inputs
22873 `(("r-curl" ,r-curl)
22874 ("r-digest" ,r-digest)
22875 ("r-jsonlite" ,r-jsonlite)
22876 ("r-openssl" ,r-openssl)
22877 ("r-packrat" ,r-packrat)
22878 ("r-rstudioapi" ,r-rstudioapi)
22879 ("r-yaml" ,r-yaml)))
22880 (home-page "https://github.com/rstudio/rsconnect")
22881 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
22882 (description
22883 "This package provides a programmatic deployment interface for RPubs,
22884 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
22885 documents, Shiny applications, Plumber APIs, plots, and static web content.")
22886 (license license:gpl2)))
22887
22888 ;; This package includes minified JavaScript files. When upgrading please
22889 ;; check that there are no new minified JavaScript files.
22890 (define-public r-dygraphs
22891 (package
22892 (name "r-dygraphs")
22893 (version "1.1.1.6")
22894 (source
22895 (origin
22896 (method url-fetch)
22897 (uri (cran-uri "dygraphs" version))
22898 (sha256
22899 (base32
22900 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
22901 (properties `((upstream-name . "dygraphs")))
22902 (build-system r-build-system)
22903 (arguments
22904 `(#:modules ((guix build utils)
22905 (guix build r-build-system)
22906 (srfi srfi-1)
22907 (ice-9 popen))
22908 #:phases
22909 (modify-phases %standard-phases
22910 (add-after 'unpack 'process-javascript
22911 (lambda* (#:key inputs #:allow-other-keys)
22912 (with-directory-excursion "inst/htmlwidgets/lib/"
22913 (call-with-values
22914 (lambda ()
22915 (unzip2
22916 `(("dygraphs/dygraph-combined-dev.js"
22917 "dygraph-combined.js")
22918 (,(assoc-ref inputs "js-jquery")
22919 "jquery/jquery.min.js")
22920 (,(assoc-ref inputs "js-fquarter")
22921 "fquarter/moment-fquarter.min.js"))))
22922 (lambda (sources targets)
22923 (for-each (lambda (source target)
22924 (format #t "Processing ~a --> ~a~%"
22925 source target)
22926 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
22927 (call-with-output-file target
22928 (lambda (port)
22929 (dump-port minified port)))))
22930 sources targets))))
22931 #t)))))
22932 (native-inputs
22933 `(("uglify-js" ,uglify-js)
22934 ;; They actually use version 1.11.1, but this more recent version
22935 ;; should be just fine.
22936 ("js-jquery"
22937 ,(origin
22938 (method url-fetch)
22939 (uri "https://code.jquery.com/jquery-1.12.4.js")
22940 (sha256
22941 (base32
22942 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
22943 ("js-fquarter"
22944 ,(origin
22945 (method url-fetch)
22946 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
22947 "moment-fquarter/1.0.1/moment-fquarter.js"))
22948 (sha256
22949 (base32
22950 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
22951 (propagated-inputs
22952 `(("r-htmltools" ,r-htmltools)
22953 ("r-htmlwidgets" ,r-htmlwidgets)
22954 ("r-magrittr" ,r-magrittr)
22955 ("r-xts" ,r-xts)
22956 ("r-zoo" ,r-zoo)))
22957 (home-page "https://github.com/rstudio/dygraphs")
22958 (synopsis "Interface to Dygraphs interactive time series charting library")
22959 (description
22960 "This package provides an R interface to the dygraphs JavaScript charting
22961 library (a copy of which is included in the package). It provides rich
22962 facilities for charting time-series data in R, including highly configurable
22963 series- and axis-display and interactive features like zoom/pan and
22964 series/point highlighting.")
22965 (license license:expat)))
22966
22967 (define-public r-shinystan
22968 (package
22969 (name "r-shinystan")
22970 (version "2.5.0")
22971 (source
22972 (origin
22973 (method url-fetch)
22974 (uri (cran-uri "shinystan" version))
22975 (sha256
22976 (base32
22977 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
22978 (properties `((upstream-name . "shinystan")))
22979 (build-system r-build-system)
22980 (propagated-inputs
22981 `(("r-bayesplot" ,r-bayesplot)
22982 ("r-colourpicker" ,r-colourpicker)
22983 ("r-dt" ,r-dt)
22984 ("r-dygraphs" ,r-dygraphs)
22985 ("r-ggplot2" ,r-ggplot2)
22986 ("r-gridextra" ,r-gridextra)
22987 ("r-gtools" ,r-gtools)
22988 ("r-markdown" ,r-markdown)
22989 ("r-reshape2" ,r-reshape2)
22990 ("r-rsconnect" ,r-rsconnect)
22991 ("r-rstan" ,r-rstan)
22992 ("r-shiny" ,r-shiny)
22993 ("r-shinyjs" ,r-shinyjs)
22994 ("r-shinythemes" ,r-shinythemes)
22995 ("r-threejs" ,r-threejs)
22996 ("r-xtable" ,r-xtable)
22997 ("r-xts" ,r-xts)))
22998 (home-page "https://mc-stan.org/")
22999 (synopsis "Interactive visual and numerical analysis for Bayesian models")
23000 (description
23001 "This package provides a graphical user interface for interactive
23002 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
23003 for analyzing a posterior sample. The interface is powered by the Shiny web
23004 application framework and works with the output of MCMC programs written in
23005 any programming language (and has extended functionality for Stan models fit
23006 using the @code{rstan} and @code{rstanarm} packages).")
23007 (license license:gpl3+)))
23008
23009 (define-public r-rstantools
23010 (package
23011 (name "r-rstantools")
23012 (version "2.1.1")
23013 (source
23014 (origin
23015 (method url-fetch)
23016 (uri (cran-uri "rstantools" version))
23017 (sha256
23018 (base32
23019 "0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
23020 (properties `((upstream-name . "rstantools")))
23021 (build-system r-build-system)
23022 (inputs `(("pandoc" ,pandoc)))
23023 (propagated-inputs
23024 `(("r-desc" ,r-desc)
23025 ("r-rcpp" ,r-rcpp)
23026 ("r-rcppparallel" ,r-rcppparallel)))
23027 (native-inputs
23028 `(("r-knitr" ,r-knitr)))
23029 (home-page "https://mc-stan.org/rstantools/")
23030 (synopsis "Tools for developing R packages interfacing with Stan")
23031 (description
23032 "This package provides various tools for developers of R packages
23033 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
23034 up the required package structure, S3 generics and default methods to unify
23035 function naming across Stan-based R packages, and vignettes with
23036 recommendations for developers.")
23037 (license license:gpl3+)))
23038
23039 (define-public r-loo
23040 (package
23041 (name "r-loo")
23042 (version "2.4.1")
23043 (source
23044 (origin
23045 (method url-fetch)
23046 (uri (cran-uri "loo" version))
23047 (sha256
23048 (base32 "0l2v8zpashqbnck3qx5lp1gqjcfphzky8mxyw5gfk9wk99mzn8dw"))))
23049 (properties `((upstream-name . "loo")))
23050 (build-system r-build-system)
23051 (inputs
23052 `(("pandoc" ,pandoc)
23053 ("pandoc-citeproc" ,pandoc-citeproc)))
23054 (propagated-inputs
23055 `(("r-checkmate" ,r-checkmate)
23056 ("r-matrixstats" ,r-matrixstats)))
23057 (native-inputs
23058 `(("r-knitr" ,r-knitr)))
23059 (home-page "https://mc-stan.org/loo/")
23060 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
23061 (description
23062 "This package provides an implementation of efficient approximate
23063 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
23064 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
23065 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
23066 procedure for regularizing importance weights. As a byproduct of the
23067 calculations, we also obtain approximate standard errors for estimated
23068 predictive errors and for the comparison of predictive errors between models.
23069 The package also provides methods for using stacking and other model weighting
23070 techniques to average Bayesian predictive distributions.")
23071 (license license:gpl3+)))
23072
23073 (define-public r-rstan
23074 (package
23075 (name "r-rstan")
23076 (version "2.21.2")
23077 (source
23078 (origin
23079 (method url-fetch)
23080 (uri (cran-uri "rstan" version))
23081 (sha256
23082 (base32
23083 "0jh58qfrksd2j9w2zy4bajryivgp36m3xdb9mjrjqbk1ib9h83p3"))))
23084 (properties `((upstream-name . "rstan")))
23085 (build-system r-build-system)
23086 (arguments
23087 `(#:phases
23088 (modify-phases %standard-phases
23089 (add-before 'install 'set-timezone
23090 ;; This package is picky about timezones.
23091 (lambda* (#:key inputs #:allow-other-keys)
23092 (setenv "TZ" "UTC+1")
23093 (setenv "TZDIR"
23094 (string-append (assoc-ref inputs "tzdata")
23095 "/share/zoneinfo"))
23096 #t)))))
23097 (native-inputs
23098 `(("tzdata" ,tzdata-for-tests)
23099 ("pandoc" ,pandoc)
23100 ("r-knitr" ,r-knitr)))
23101 (propagated-inputs
23102 `(("r-bh" ,r-bh)
23103 ("r-ggplot2" ,r-ggplot2)
23104 ("r-gridextra" ,r-gridextra)
23105 ("r-inline" ,r-inline)
23106 ("r-loo" ,r-loo)
23107 ("r-pkgbuild" ,r-pkgbuild)
23108 ("r-rcpp" ,r-rcpp)
23109 ("r-rcppeigen" ,r-rcppeigen)
23110 ("r-rcppparallel" ,r-rcppparallel)
23111 ("r-stanheaders" ,r-stanheaders)
23112 ("r-v8" ,r-v8)
23113 ("r-withr" ,r-withr)))
23114 (home-page "https://discourse.mc-stan.org/")
23115 (synopsis "R interface to Stan")
23116 (description
23117 "User-facing R functions are provided to parse, compile, test, estimate,
23118 and analyze Stan models by accessing the header-only Stan library provided by
23119 the StanHeaders package. The Stan project develops a probabilistic
23120 programming language that implements full Bayesian statistical inference via
23121 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
23122 approximation, and (optionally penalized) maximum likelihood estimation via
23123 optimization. In all three cases, automatic differentiation is used to
23124 quickly and accurately evaluate gradients without burdening the user with the
23125 need to derive the partial derivatives.")
23126 (license license:gpl3+)))
23127
23128 (define-public r-rstanarm
23129 (package
23130 (name "r-rstanarm")
23131 (version "2.21.1")
23132 (source
23133 (origin
23134 (method url-fetch)
23135 (uri (cran-uri "rstanarm" version))
23136 (sha256
23137 (base32
23138 "04ggzak3f7jaxza3dxyrmxp5b48qcgyspy22ykbhr03g4hzp7jk8"))))
23139 (properties `((upstream-name . "rstanarm")))
23140 (build-system r-build-system)
23141 (inputs
23142 `(("pandoc" ,pandoc)
23143 ("pandoc-citeproc" ,pandoc-citeproc)))
23144 (propagated-inputs
23145 `(("r-bayesplot" ,r-bayesplot)
23146 ("r-bh" ,r-bh)
23147 ("r-ggplot2" ,r-ggplot2)
23148 ("r-lme4" ,r-lme4)
23149 ("r-loo" ,r-loo)
23150 ("r-matrix" ,r-matrix)
23151 ("r-nlme" ,r-nlme)
23152 ("r-rcpp" ,r-rcpp)
23153 ("r-rcppeigen" ,r-rcppeigen)
23154 ("r-rcppparallel" ,r-rcppparallel)
23155 ("r-rstan" ,r-rstan)
23156 ("r-rstantools" ,r-rstantools)
23157 ("r-shinystan" ,r-shinystan)
23158 ("r-stanheaders" ,r-stanheaders)
23159 ("r-survival" ,r-survival)))
23160 (native-inputs
23161 `(("r-knitr" ,r-knitr)))
23162 (home-page "https://mc-stan.org/rstanarm/")
23163 (synopsis "Bayesian applied regression modeling via Stan")
23164 (description
23165 "This package estimates previously compiled regression models using the
23166 @code{rstan} package, which provides the R interface to the Stan C++ library
23167 for Bayesian estimation. Users specify models via the customary R syntax with
23168 a formula and @code{data.frame} plus some additional arguments for priors.")
23169 (license license:gpl3+)))
23170
23171 (define-public r-kendall
23172 (package
23173 (name "r-kendall")
23174 (version "2.2")
23175 (source
23176 (origin
23177 (method url-fetch)
23178 (uri (cran-uri "Kendall" version))
23179 (sha256
23180 (base32
23181 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
23182 (properties `((upstream-name . "Kendall")))
23183 (build-system r-build-system)
23184 (propagated-inputs
23185 `(("r-boot" ,r-boot)))
23186 (native-inputs
23187 `(("gfortran" ,gfortran)))
23188 (home-page "https://cran.r-project.org/web/packages/Kendall/")
23189 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
23190 (description
23191 "This package computes the Kendall rank correlation and Mann-Kendall
23192 trend test.")
23193 (license license:gpl2+)))
23194
23195 (define-public r-keyring
23196 (package
23197 (name "r-keyring")
23198 (version "1.1.0")
23199 (source
23200 (origin
23201 (method url-fetch)
23202 (uri (cran-uri "keyring" version))
23203 (sha256
23204 (base32
23205 "1hpfd4hbx43i39l995rg86kfxi7wlyla1gv8mwcdr4xx7z122zzq"))))
23206 (properties `((upstream-name . "keyring")))
23207 (build-system r-build-system)
23208 (propagated-inputs
23209 `(("r-assertthat" ,r-assertthat)
23210 ("r-filelock" ,r-filelock)
23211 ("r-getpass" ,r-getpass)
23212 ("r-openssl" ,r-openssl)
23213 ("r-r6" ,r-r6)
23214 ("r-rappdirs" ,r-rappdirs)
23215 ("r-sodium" ,r-sodium)
23216 ("r-yaml" ,r-yaml)))
23217 (native-inputs `(("pkg-config" ,pkg-config)))
23218 (home-page "https://github.com/r-lib/keyring")
23219 (synopsis "Access the system credential store from R")
23220 (description
23221 "This package provides a platform-independent API to access the operating
23222 system's credential store. It currently supports Keychain on macOS,
23223 Credential Store on Windows, the Secret Service API on GNU/Linux, and a
23224 simple, platform independent store implemented with environment variables.
23225 Additional storage back-ends can be added easily.")
23226 (license license:expat)))
23227
23228 (define-public r-zyp
23229 (package
23230 (name "r-zyp")
23231 (version "0.10-1.1")
23232 (source
23233 (origin
23234 (method url-fetch)
23235 (uri (cran-uri "zyp" version))
23236 (sha256
23237 (base32
23238 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
23239 (properties `((upstream-name . "zyp")))
23240 (build-system r-build-system)
23241 (propagated-inputs
23242 `(("r-kendall" ,r-kendall)))
23243 (home-page "https://cran.r-project.org/web/packages/zyp/")
23244 (synopsis "Zhang + Yue-Pilon Trends Package")
23245 (description
23246 "This package contains an efficient implementation of Sen's slope
23247 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
23248 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
23249 climate data.")
23250 (license license:lgpl2.1)))
23251
23252 (define-public r-rlinsolve
23253 (package
23254 (name "r-rlinsolve")
23255 (version "0.3.1")
23256 (source
23257 (origin
23258 (method url-fetch)
23259 (uri (cran-uri "Rlinsolve" version))
23260 (sha256
23261 (base32
23262 "1x02xxbkchcwwfa2123n9yqfzinfi0zba8zxhp977czzwysy75cc"))))
23263 (properties `((upstream-name . "Rlinsolve")))
23264 (build-system r-build-system)
23265 (propagated-inputs
23266 `(("r-matrix" ,r-matrix)
23267 ("r-rcpp" ,r-rcpp)
23268 ("r-rcpparmadillo" ,r-rcpparmadillo)
23269 ("r-rdpack" ,r-rdpack)))
23270 (home-page "https://cran.r-project.org/web/packages/Rlinsolve/")
23271 (synopsis "Iterative solvers for (sparse) linear system of equations")
23272 (description
23273 "Solving a system of linear equations is one of the most fundamental
23274 computational problems for many fields of mathematical studies, such as
23275 regression problems from statistics or numerical partial differential
23276 equations. This package provides basic stationary iterative solvers such as
23277 Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods.
23278 Nonstationary, also known as Krylov subspace methods are also provided.
23279 Sparse matrix computation is also supported in that solving large and sparse
23280 linear systems can be manageable using the @code{Matrix} package along with
23281 @code{RcppArmadillo}.")
23282 (license license:gpl3+)))
23283
23284 (define-public r-zvcv
23285 (package
23286 (name "r-zvcv")
23287 (version "2.1.0")
23288 (source
23289 (origin
23290 (method url-fetch)
23291 (uri (cran-uri "ZVCV" version))
23292 (sha256
23293 (base32
23294 "0np6h6x74kz1x13wmbkkm1wq43d8bnn2khzjc80prqdi6n0m9v8r"))))
23295 (properties `((upstream-name . "ZVCV")))
23296 (build-system r-build-system)
23297 (propagated-inputs
23298 `(("r-abind" ,r-abind)
23299 ("r-bh" ,r-bh)
23300 ("r-dplyr" ,r-dplyr)
23301 ("r-glmnet" ,r-glmnet)
23302 ("r-magrittr" ,r-magrittr)
23303 ("r-mvtnorm" ,r-mvtnorm)
23304 ("r-rcpp" ,r-rcpp)
23305 ("r-rcpparmadillo" ,r-rcpparmadillo)
23306 ("r-rlinsolve" ,r-rlinsolve)))
23307 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
23308 (synopsis "Zero-Variance Control Variates")
23309 (description
23310 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
23311 to reduce the variance of Monte Carlo estimators of expectations using the
23312 derivatives of the log target. Once the derivatives are available, the only
23313 additional computational effort is in solving a linear regression problem.
23314 This method has been extended to higher dimensions using regularisation. This
23315 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
23316 samples, derivatives and function evaluations are available. Additional
23317 functions for applying ZV-CV to two estimators for the normalising constant of
23318 the posterior distribution in Bayesian statistics are also supplied.")
23319 (license license:gpl2+)))
23320
23321 (define-public r-ztype
23322 (package
23323 (name "r-ztype")
23324 (version "0.1.0")
23325 (source
23326 (origin
23327 (method url-fetch)
23328 (uri (cran-uri "ztype" version))
23329 (sha256
23330 (base32
23331 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
23332 (properties `((upstream-name . "ztype")))
23333 (build-system r-build-system)
23334 (propagated-inputs
23335 `(("r-assertthat" ,r-assertthat)
23336 ("r-dplyr" ,r-dplyr)
23337 ("r-ggplot2" ,r-ggplot2)
23338 ("r-lubridate" ,r-lubridate)
23339 ("r-magrittr" ,r-magrittr)
23340 ("r-rvest" ,r-rvest)
23341 ("r-stringr" ,r-stringr)))
23342 (home-page "https://cran.r-project.org/web/packages/ztype/")
23343 (synopsis "Run a Ztype game loaded with R functions")
23344 (description
23345 "How fast can you type R functions on your keyboard? Find out by running
23346 a @code{zty.pe} game: export R functions as instructions to type to destroy
23347 opponents' vessels.")
23348 (license license:gpl3)))
23349
23350 (define-public r-zseq
23351 (package
23352 (name "r-zseq")
23353 (version "0.2.0")
23354 (source
23355 (origin
23356 (method url-fetch)
23357 (uri (cran-uri "Zseq" version))
23358 (sha256
23359 (base32
23360 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
23361 (properties `((upstream-name . "Zseq")))
23362 (build-system r-build-system)
23363 (propagated-inputs
23364 `(("r-gmp" ,r-gmp)))
23365 (home-page "https://cran.r-project.org/web/packages/Zseq/")
23366 (synopsis "Integer sequence generator")
23367 (description
23368 "This package generates well-known integer sequences. The @code{gmp}
23369 package is adopted for computing with arbitrarily large numbers. Every
23370 function has a hyperlink to its corresponding item in the @dfn{On-Line
23371 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
23372 (license license:gpl3+)))
23373
23374 (define-public r-isoband
23375 (package
23376 (name "r-isoband")
23377 (version "0.2.4")
23378 (source
23379 (origin
23380 (method url-fetch)
23381 (uri (cran-uri "isoband" version))
23382 (sha256
23383 (base32
23384 "0z1qpxcl8b6fi691fbdr3vrb19mn4pas1iff62zl1bafzbdvpmcn"))))
23385 (properties `((upstream-name . "isoband")))
23386 (build-system r-build-system)
23387 (native-inputs
23388 `(("r-knitr" ,r-knitr)))
23389 (home-page "https://github.com/wilkelab/isoband")
23390 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
23391 (description
23392 "This package provides a fast C++ implementation to generate contour
23393 lines (isolines) and contour polygons (isobands) from regularly spaced grids
23394 containing elevation data.")
23395 (license license:expat)))
23396
23397 (define-public r-ppcor
23398 (package
23399 (name "r-ppcor")
23400 (version "1.1")
23401 (source
23402 (origin
23403 (method url-fetch)
23404 (uri (cran-uri "ppcor" version))
23405 (sha256
23406 (base32
23407 "1x9b2kb8s0bp92b17gby0jwzzr3i4cf3ap9c4nq7m8fav72g0y3a"))))
23408 (properties `((upstream-name . "ppcor")))
23409 (build-system r-build-system)
23410 (propagated-inputs
23411 `(("r-mass" ,r-mass)))
23412 (home-page "https://cran.r-project.org/web/packages/ppcor/")
23413 (synopsis "Partial and semi-partial correlation")
23414 (description
23415 "This package provides users not only with a function to readily
23416 calculate the higher-order partial and semi-partial correlations but also with
23417 statistics and p-values of the correlation coefficients.")
23418 (license license:gpl2)))
23419
23420 (define-public r-hrbrthemes
23421 (package
23422 (name "r-hrbrthemes")
23423 (version "0.8.0")
23424 (source
23425 (origin
23426 (method url-fetch)
23427 (uri (cran-uri "hrbrthemes" version))
23428 (sha256
23429 (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
23430 (properties `((upstream-name . "hrbrthemes")))
23431 (build-system r-build-system)
23432 (propagated-inputs
23433 `(("r-extrafont" ,r-extrafont)
23434 ("r-gdtools" ,r-gdtools)
23435 ("r-ggplot2" ,r-ggplot2)
23436 ("r-htmltools" ,r-htmltools)
23437 ("r-knitr" ,r-knitr)
23438 ("r-magrittr" ,r-magrittr)
23439 ("r-rmarkdown" ,r-rmarkdown)
23440 ("r-scales" ,r-scales)))
23441 (native-inputs
23442 `(("r-knitr" ,r-knitr)))
23443 (home-page "https://github.com/hrbrmstr/hrbrthemes/")
23444 (synopsis "Additional themes, theme components and utilities for @code{ggplot2}")
23445 (description
23446 "This package provides a compilation of extra @code{ggplot2} themes,
23447 scales and utilities, including a spell check function for plot label fields
23448 and an overall emphasis on typography.")
23449 (license license:expat)))
23450
23451 (define-public r-crochet
23452 (package
23453 (name "r-crochet")
23454 (version "2.3.0")
23455 (source
23456 (origin
23457 (method url-fetch)
23458 (uri (cran-uri "crochet" version))
23459 (sha256
23460 (base32
23461 "0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
23462 (build-system r-build-system)
23463 (native-inputs
23464 `(("r-knitr" ,r-knitr)))
23465 (home-page "https://github.com/agrueneberg/crochet")
23466 (synopsis "Implementation Helper for Matrix-Like Types")
23467 (description
23468 "Functions to help implement the extraction / subsetting / indexing
23469 function @code{[} and replacement function @code{[<-} of custom matrix-like
23470 types (based on S3, S4, etc.), modeled as closely to the base matrix class
23471 as possible (with tests to prove it).")
23472 (license license:expat)))
23473
23474 (define-public r-boa
23475 (package
23476 (name "r-boa")
23477 (version "1.1.8-2")
23478 (source
23479 (origin
23480 (method url-fetch)
23481 (uri (cran-uri "boa" version))
23482 (sha256
23483 (base32
23484 "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
23485 (properties `((upstream-name . "boa")))
23486 (build-system r-build-system)
23487 (home-page "https://www.jstatsoft.org/v21/i11")
23488 (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
23489 (description
23490 "This package provides a menu-driven program and library of functions for
23491 carrying out convergence diagnostics and statistical and graphical analysis of
23492 @dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
23493 (license license:gpl2+)))
23494
23495 (define-public r-httpcode
23496 (package
23497 (name "r-httpcode")
23498 (version "0.3.0")
23499 (source (origin
23500 (method url-fetch)
23501 (uri (cran-uri "httpcode" version))
23502 (sha256
23503 (base32
23504 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
23505 (build-system r-build-system)
23506 (home-page "https://github.com/sckott/httpcode")
23507 (synopsis "HTTP status code helper")
23508 (description "@code{httpcode} provides functionality for finding and
23509 explaining the meaning of @code{HTTP} status codes. Functions are included for
23510 searching for codes by full or partial number, by message, and to get
23511 appropriate dog and cat images for many status codes.")
23512 (license license:expat)))
23513
23514 (define-public r-latex2exp
23515 (package
23516 (name "r-latex2exp")
23517 (version "0.4.0")
23518 (source (origin
23519 (method url-fetch)
23520 (uri (cran-uri "latex2exp" version))
23521 (sha256
23522 (base32
23523 "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
23524 (build-system r-build-system)
23525 (propagated-inputs
23526 `(("r-stringr" ,r-stringr)
23527 ("r-magrittr" ,r-magrittr)))
23528 (home-page "https://github.com/stefano-meschiari/latex2exp/")
23529 (synopsis "Use LaTeX expressions in plots")
23530 (description "@code{latex2exp} parses and converts LaTeX math formulas to
23531 R's plotmath expressions, used to enter mathematical formulas and symbols to be
23532 rendered as text, axis labels, etc. throughout R's plotting system.")
23533 (license license:expat)))
23534
23535 (define-public r-oai
23536 (package
23537 (name "r-oai")
23538 (version "0.3.0")
23539 (source (origin
23540 (method url-fetch)
23541 (uri (cran-uri "oai" version))
23542 (sha256
23543 (base32
23544 "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
23545 (build-system r-build-system)
23546 (propagated-inputs
23547 `(("r-xml2" ,r-xml2)
23548 ("r-httr" ,r-httr)
23549 ("r-plyr" ,r-plyr)
23550 ("r-stringr" ,r-stringr)
23551 ("r-tibble" ,r-tibble)))
23552 (home-page "https://github.com/ropensci/oai/")
23553 (synopsis "General purpose OAI-PMH services client")
23554 (description "@code{oai} provides a general purpose client to work with
23555 any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
23556 service. Functions are provided to work with the OAI-PMH verbs:
23557 @code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
23558 @code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
23559 (license license:expat)))
23560
23561 (define-public r-argon2
23562 (package
23563 (name "r-argon2")
23564 (version "0.2-0")
23565 (source
23566 (origin
23567 (method url-fetch)
23568 (uri (cran-uri "argon2" version))
23569 (sha256
23570 (base32
23571 "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
23572 (properties `((upstream-name . "argon2")))
23573 (build-system r-build-system)
23574 (home-page "https://github.com/wrathematics/argon2")
23575 (synopsis "Secure password hashing based on the argon2 algorithm")
23576 (description
23577 "This package provides utilities for secure password hashing via the
23578 argon2 algorithm.")
23579 (license license:bsd-2)))
23580
23581 (define-public r-getpass
23582 (package
23583 (name "r-getpass")
23584 (version "0.2-2")
23585 (source
23586 (origin
23587 (method url-fetch)
23588 (uri (cran-uri "getPass" version))
23589 (sha256
23590 (base32
23591 "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
23592 (properties `((upstream-name . "getPass")))
23593 (build-system r-build-system)
23594 (propagated-inputs
23595 `(("r-rstudioapi" ,r-rstudioapi)))
23596 (home-page "https://github.com/wrathematics/getPass")
23597 (synopsis "Masked user input")
23598 (description
23599 "This package provides a micro-package for reading \"passwords\", i.e.
23600 reading user input with masking, so that the input is not displayed as it is
23601 typed. Currently, RStudio, the command line (every OS), and any platform
23602 where tcltk is present are supported.")
23603 (license license:bsd-2)))
23604
23605 (define-public r-remoter
23606 (package
23607 (name "r-remoter")
23608 (version "0.4-0")
23609 (source
23610 (origin
23611 (method url-fetch)
23612 (uri (cran-uri "remoter" version))
23613 (sha256
23614 (base32
23615 "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
23616 (properties `((upstream-name . "remoter")))
23617 (build-system r-build-system)
23618 (propagated-inputs
23619 `(("r-argon2" ,r-argon2)
23620 ("r-getpass" ,r-getpass)
23621 ("r-pbdzmq" ,r-pbdzmq)
23622 ("r-png" ,r-png)))
23623 (home-page "https://github.com/RBigData/remoter")
23624 (synopsis "Control a remote R session from a local one")
23625 (description
23626 "This package provides a set of utilities for client/server computing
23627 with R, controlling a remote R session (the server) from a local one (the
23628 client).")
23629 (license license:bsd-2)))
23630
23631 (define-public r-asd
23632 (package
23633 (name "r-asd")
23634 (version "2.2")
23635 (source
23636 (origin
23637 (method url-fetch)
23638 (uri (cran-uri "asd" version))
23639 (sha256
23640 (base32
23641 "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
23642 (properties `((upstream-name . "asd")))
23643 (build-system r-build-system)
23644 (propagated-inputs
23645 `(("r-mvtnorm" ,r-mvtnorm)))
23646 (home-page "https://cran.r-project.org/web/packages/asd")
23647 (synopsis "Simulations for Adaptive Seamless Designs")
23648 (description
23649 "This package provdes means to run simulations for adaptive seamless
23650 designs with and without early outcomes for treatment selection and
23651 subpopulation type designs.")
23652 (license license:gpl3)))
23653
23654 (define-public r-nbconvertr
23655 (package
23656 (name "r-nbconvertr")
23657 (version "1.3.2")
23658 (source
23659 (origin
23660 (method url-fetch)
23661 (uri (cran-uri "nbconvertR" version))
23662 (sha256
23663 (base32
23664 "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
23665 (properties `((upstream-name . "nbconvertR")))
23666 (build-system r-build-system)
23667 (inputs
23668 `(("jupyter" ,python-nbconvert)
23669 ("pandoc" ,pandoc)))
23670 (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
23671 (synopsis "Vignette engine wrapping Jupyter notebooks")
23672 (description
23673 "This package calls the Jupyter script @code{nbconvert} to create
23674 vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
23675 containing rich text, code, and its output. Code cells can be edited and
23676 evaluated interactively.")
23677 (license license:gpl3)))
23678
23679 (define-public r-bridgesampling
23680 (package
23681 (name "r-bridgesampling")
23682 (version "1.0-0")
23683 (source
23684 (origin
23685 (method url-fetch)
23686 (uri (cran-uri "bridgesampling" version))
23687 (sha256
23688 (base32
23689 "1awhvv0v42w2q6llqi1wqpaiv5zx74cqzigdsvphy2jfp8ajw64y"))))
23690 (properties
23691 `((upstream-name . "bridgesampling")))
23692 (build-system r-build-system)
23693 (propagated-inputs
23694 `(("r-brobdingnag" ,r-brobdingnag)
23695 ("r-coda" ,r-coda)
23696 ("r-matrix" ,r-matrix)
23697 ("r-mvtnorm" ,r-mvtnorm)
23698 ("r-scales" ,r-scales)
23699 ("r-stringr" ,r-stringr)))
23700 (native-inputs
23701 `(("r-knitr" ,r-knitr)))
23702 (home-page "https://github.com/quentingronau/bridgesampling")
23703 (synopsis "Bridge sampling for marginal likelihoods and Bayes factors")
23704 (description
23705 "This package provides functions for estimating marginal likelihoods,
23706 Bayes factors, posterior model probabilities, and normalizing constants in
23707 general, via different versions of bridge sampling.")
23708 (license license:gpl2+)))
23709
23710 (define-public r-tea
23711 (package
23712 (name "r-tea")
23713 (version "1.1")
23714 (source
23715 (origin
23716 (method url-fetch)
23717 (uri (cran-uri "tea" version))
23718 (sha256
23719 (base32
23720 "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
23721 (properties
23722 `((upstream-name . "tea")))
23723 (build-system r-build-system)
23724 (propagated-inputs
23725 `(("r-matrix" ,r-matrix)))
23726 (home-page "https://cran.r-project.org/web/packages/tea/")
23727 (synopsis "Threshold estimation approaches")
23728 (description
23729 "This package provides different approaches for selecting the threshold
23730 in generalized Pareto distributions. Most of them are based on minimizing the
23731 AMSE-criterion or at least by reducing the bias of the assumed GPD-model.
23732 Others are heuristically motivated by searching for stable sample paths, i.e.
23733 a nearly constant region of the tail index estimator with respect to k, which
23734 is the number of data in the tail. The third class is motivated by graphical
23735 inspection. In addition, a sequential testing procedure for GPD-GoF-tests
23736 is also implemented here.")
23737 (license license:gpl3)))
23738
23739 (define-public r-awsmethods
23740 (package
23741 (name "r-awsmethods")
23742 (version "1.1-1")
23743 (source
23744 (origin
23745 (method url-fetch)
23746 (uri (cran-uri "awsMethods" version))
23747 (sha256
23748 (base32
23749 "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh"))))
23750 (properties
23751 `((upstream-name . "awsMethods")))
23752 (build-system r-build-system)
23753 (home-page "http://www.wias-berlin.de/software/imaging/")
23754 (synopsis "Class and methods definitions")
23755 (description
23756 "This package defines the generic method @code{extract} and provides
23757 @code{openMP} support as needed in several packages like
23758 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
23759 (license license:gpl2+)))
23760
23761 (define-public r-aws
23762 (package
23763 (name "r-aws")
23764 (version "2.5-1")
23765 (source
23766 (origin
23767 (method url-fetch)
23768 (uri (cran-uri "aws" version))
23769 (sha256
23770 (base32
23771 "1fhm87iax6bkvd4vszvjbcqw3b2drs11rjxr7zf2w4sgc72svaz8"))))
23772 (properties
23773 `((upstream-name . "aws")))
23774 (build-system r-build-system)
23775 (propagated-inputs
23776 `(("r-awsmethods" ,r-awsmethods)
23777 ("r-gsl" ,r-gsl)))
23778 (native-inputs
23779 `(("gfortran" ,gfortran)))
23780 (home-page "https://cran.r-project.org/web/packages/aws/")
23781 (synopsis "Adaptive weights smoothing")
23782 (description
23783 "This package provides a collection of R-functions implementing adaptive
23784 smoothing procedures in 1D, 2D and 3D. This includes the
23785 Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
23786 Confidence Intervals} (ICI), variational approaches, and a non-local means
23787 filter.")
23788 (license license:gpl2+)))
23789
23790 (define-public r-sgloptim
23791 (package
23792 (name "r-sgloptim")
23793 (version "1.3.8")
23794 (source
23795 (origin
23796 (method url-fetch)
23797 (uri (cran-uri "sglOptim" version))
23798 (sha256
23799 (base32
23800 "15bkkvgp9v9vsp65wps48g3c2fa0fj1025hbrziywq14j7wayyjr"))))
23801 (properties
23802 `((upstream-name . "sglOptim")))
23803 (build-system r-build-system)
23804 (propagated-inputs
23805 `(("r-bh" ,r-bh)
23806 ("r-doparallel" ,r-doparallel)
23807 ("r-foreach" ,r-foreach)
23808 ("r-matrix" ,r-matrix)
23809 ("r-rcpp" ,r-rcpp)
23810 ("r-rcpparmadillo" ,r-rcpparmadillo)
23811 ("r-rcppprogress" ,r-rcppprogress)))
23812 (native-inputs
23813 `(("r-knitr" ,r-knitr)))
23814 (home-page "https://github.com/nielsrhansen/sglOptim")
23815 (synopsis "Generic sparse group Lasso solver")
23816 (description
23817 "This package provides a fast generic solver for sparse group lasso
23818 optimization problems. The loss (objective) function must be defined in a C++
23819 module. The optimization problem is solved using a coordinate gradient
23820 descent algorithm. Convergence of the algorithm is established and the
23821 algorithm is applicable to a broad class of loss functions. Use of parallel
23822 computing for cross validation and subsampling is supported through the
23823 @code{foreach} and @code{doParallel} packages.")
23824 (license license:gpl2+)))
23825
23826 (define-public r-grouped
23827 (package
23828 (name "r-grouped")
23829 (version "0.6-0")
23830 (source
23831 (origin
23832 (method url-fetch)
23833 (uri (cran-uri "grouped" version))
23834 (sha256
23835 (base32
23836 "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
23837 (properties
23838 `((upstream-name . "grouped")))
23839 (build-system r-build-system)
23840 (propagated-inputs
23841 `(("r-mass" ,r-mass)))
23842 (home-page "https://cran.r-project.org/web/packages/grouped/")
23843 (synopsis "Regression analysis of grouped and coarse data")
23844 (description
23845 "This package provides regression models for grouped and coarse data,
23846 under the coarsened at random assumption.")
23847 (license license:gpl2+)))
23848
23849 (define-public r-stam
23850 (package
23851 (name "r-stam")
23852 (version "0.0-1")
23853 (source
23854 (origin
23855 (method url-fetch)
23856 (uri (cran-uri "stam" version))
23857 (sha256
23858 (base32
23859 "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
23860 (properties
23861 `((upstream-name . "stam")))
23862 (build-system r-build-system)
23863 (propagated-inputs
23864 `(("r-np" ,r-np)
23865 ("r-sp" ,r-sp)))
23866 (home-page "https://cran.r-project.org/web/packages/stam")
23867 (synopsis "Spatio-temporal analysis and modelling")
23868 (description
23869 "This package provides various methods to conduct Spatio-Temporal
23870 Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
23871 Inferred Spatio-Temporal Modelling.")
23872 (license license:gpl2+)))
23873
23874 (define-public r-dcv
23875 (package
23876 (name "r-dcv")
23877 (version "0.1.1")
23878 (source
23879 (origin
23880 (method url-fetch)
23881 (uri (cran-uri "dcv" version))
23882 (sha256
23883 (base32
23884 "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
23885 (properties
23886 `((upstream-name . "dcv")))
23887 (build-system r-build-system)
23888 (propagated-inputs
23889 `(("r-lmtest" ,r-lmtest)))
23890 (home-page "https://cran.r-project.org/web/packages/dcv/")
23891 (synopsis "Conventional cross-validation statistics for climate-growth model")
23892 (description
23893 "This package performs several conventional cross-validation statistical
23894 methods for climate-growth model in the climate reconstruction from tree
23895 rings, including Sign Test statistic, Reduction of Error statistic, Product
23896 Mean Test, Durbin-Watson statistic etc.")
23897 (license license:gpl2)))
23898
23899 (define-public r-rcdd
23900 (package
23901 (name "r-rcdd")
23902 (version "1.2-2")
23903 (source
23904 (origin
23905 (method url-fetch)
23906 (uri (cran-uri "rcdd" version))
23907 (sha256
23908 (base32
23909 "0pzpbqnlgzr240iici70278py5wnbbxkzlgn112f9wv5ga3riric"))))
23910 (properties
23911 `((upstream-name . "rcdd")))
23912 (build-system r-build-system)
23913 (inputs
23914 `(("gmp" ,gmp)))
23915 (home-page "https://www.stat.umn.edu/geyer/rcdd/")
23916 (synopsis "Computational geometry")
23917 (description
23918 "This package converts back and forth between two representations of a
23919 convex polytope: as solution of a set of linear equalities and inequalities
23920 and as convex hull of set of points and rays. Also does linear programming
23921 and redundant generator elimination. All functions can use exact
23922 infinite-precision rational arithmetic.")
23923 (license license:gpl2)))
23924
23925 (define-public r-rxnat
23926 (package
23927 (name "r-rxnat")
23928 (version "1.0.14")
23929 (source
23930 (origin
23931 (method url-fetch)
23932 (uri (cran-uri "Rxnat" version))
23933 (sha256
23934 (base32
23935 "00fl68pa0c2vy4xlny67pn41lzgm7b97wgg3dwm6z35izca62l11"))))
23936 (properties
23937 `((upstream-name . "Rxnat")))
23938 (build-system r-build-system)
23939 (propagated-inputs
23940 `(("r-dplyr" ,r-dplyr)
23941 ("r-httr" ,r-httr)
23942 ("r-rcurl" ,r-rcurl)
23943 ("r-tibble" ,r-tibble)))
23944 (native-inputs
23945 `(("r-knitr" ,r-knitr)))
23946 (home-page "https://cran.r-project.org/web/packages/Rxnat/")
23947 (synopsis "Queries and extracts images from neuroimaging datasets")
23948 (description
23949 "This package allows communication with the Extensible Neuroimaging
23950 Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
23951 download images.")
23952 (license license:gpl2)))
23953
23954 (define-public r-rserve
23955 (package
23956 (name "r-rserve")
23957 (version "1.8-6")
23958 (source
23959 (origin
23960 (method url-fetch)
23961 (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
23962 version ".tar.gz"))
23963 (sha256
23964 (base32
23965 "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
23966 (build-system r-build-system)
23967 (arguments
23968 `(#:phases
23969 (modify-phases %standard-phases
23970 (add-before 'install 'install-server-binary
23971 ;; Makevars tries to install to R's store directory.
23972 (lambda* (#:key outputs #:allow-other-keys)
23973 (let* ((out (assoc-ref outputs "out"))
23974 (bin (string-append out "/bin")))
23975 (substitute* "src/Makevars.in"
23976 (("\\$\\(R_HOME\\)") out))
23977 (mkdir-p bin)))))))
23978 (propagated-inputs
23979 `(("r-checkmate" ,r-checkmate)
23980 ("r-mime" ,r-mime)
23981 ("r-jsonlite" ,r-jsonlite)
23982 ("r-knitr" ,r-knitr)
23983 ("r-r6" ,r-r6)
23984 ("r-rcpp" ,r-rcpp)
23985 ("r-uuid" ,r-uuid)))
23986 (inputs
23987 `(("openssl" ,openssl)
23988 ("zlib" ,zlib)))
23989 (home-page "https://github.com/s-u/Rserve")
23990 (synopsis
23991 "Server providing access to R from many languages and systems")
23992 (description
23993 "Rserve acts as a socket server (TCP/IP or local sockets) which allows
23994 binary requests to be sent to R. Every connection has a separate workspace
23995 and working directory. Client-side implementations are available for popular
23996 languages such as C/C++ and Java, allowing any application to use facilities
23997 of R without the need of linking to R code. Rserve supports remote
23998 connection, user authentication and file transfer. A simple R client is
23999 included in this package as well.")
24000 (license license:gpl2)))
24001
24002 (define-public r-gamm4
24003 (package
24004 (name "r-gamm4")
24005 (version "0.2-6")
24006 (source
24007 (origin
24008 (method url-fetch)
24009 (uri (cran-uri "gamm4" version))
24010 (sha256
24011 (base32
24012 "128c725y9s07c1m9cvd9hgi9hldrymcs5divd8pw7bdjh9jvdiap"))))
24013 (properties `((upstream-name . "gamm4")))
24014 (build-system r-build-system)
24015 (propagated-inputs
24016 `(("r-lme4" ,r-lme4)
24017 ("r-matrix" ,r-matrix)
24018 ("r-mgcv" ,r-mgcv)))
24019 (home-page "https://cran.r-project.org/web/packages/gamm4/")
24020 (synopsis "Generalized additive mixed models using mgcv and lme4")
24021 (description
24022 "Estimate generalized additive mixed models via a version of function
24023 @code{gamm} from the @code{mgcv} package, using the @code{lme4} packagefor
24024 estimation.")
24025 (license license:gpl2+)))
24026
24027 (define-public r-optimx
24028 (package
24029 (name "r-optimx")
24030 (version "2020-4.2")
24031 (source
24032 (origin
24033 (method url-fetch)
24034 (uri (cran-uri "optimx" version))
24035 (sha256
24036 (base32
24037 "00bi2sr2hr7x6cfwlsn7hz2r56lcyv9naa8vmfcgr1r269fc50b3"))))
24038 (properties `((upstream-name . "optimx")))
24039 (build-system r-build-system)
24040 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
24041 (native-inputs `(("r-knitr" ,r-knitr)))
24042 (home-page "https://cran.r-project.org/web/packages/optimx/")
24043 (synopsis "Expanded replacement and extension of the optim function")
24044 (description
24045 "This package provides a replacement and extension of the @code{optim}
24046 function to call to several function minimization codes in R in a single
24047 statement. These methods handle smooth, possibly box constrained functions of
24048 several or many parameters. Note that the function @code{optimr} was prepared
24049 to simplify the incorporation of minimization codes going forward. This
24050 package also implements some utility codes and some extra solvers, including
24051 safeguarded Newton methods. Many methods previously separate are now included
24052 here.")
24053 (license license:gpl2)))
24054
24055 (define-public r-projpred
24056 (package
24057 (name "r-projpred")
24058 (version "2.0.2")
24059 (source
24060 (origin
24061 (method url-fetch)
24062 (uri (cran-uri "projpred" version))
24063 (sha256
24064 (base32
24065 "0nx514mrfh3gv854pr71w5x3zgdnn0kinf5nh7z90q3h7ysry2mg"))))
24066 (properties `((upstream-name . "projpred")))
24067 (build-system r-build-system)
24068 (propagated-inputs
24069 `(("r-dplyr" ,r-dplyr)
24070 ("r-gamm4" ,r-gamm4)
24071 ("r-ggplot2" ,r-ggplot2)
24072 ("r-lme4" ,r-lme4)
24073 ("r-loo" ,r-loo)
24074 ("r-magrittr" ,r-magrittr)
24075 ("r-mass" ,r-mass)
24076 ("r-mgcv" ,r-mgcv)
24077 ("r-optimx" ,r-optimx)
24078 ("r-rcpp" ,r-rcpp)
24079 ("r-rcpparmadillo" ,r-rcpparmadillo)
24080 ("r-rngtools" ,r-rngtools)
24081 ("r-rstantools" ,r-rstantools)
24082 ("r-tidyverse" ,r-tidyverse)))
24083 (native-inputs `(("r-knitr" ,r-knitr)))
24084 (home-page "https://mc-stan.org/projpred/")
24085 (synopsis "Projection predictive feature selection")
24086 (description
24087 "This package performs projection predictive feature selection for
24088 generalized linear models and generalized linear and additive multilevel
24089 models. The package is compatible with the @code{rstanarm} and @code{brms}
24090 packages, but other reference models can also be used. See the package
24091 vignette for more information and examples.")
24092 (license license:gpl3)))
24093
24094 (define-public r-brms
24095 (package
24096 (name "r-brms")
24097 (version "2.15.0")
24098 (source
24099 (origin
24100 (method url-fetch)
24101 (uri (cran-uri "brms" version))
24102 (sha256
24103 (base32
24104 "0byc3fyvf9qbvvgwf55ih5d4br1nnxlbaidq9fvr11bmv38h25y1"))))
24105 (properties `((upstream-name . "brms")))
24106 (build-system r-build-system)
24107 (propagated-inputs
24108 `(("r-abind" ,r-abind)
24109 ("r-backports" ,r-backports)
24110 ("r-bayesplot" ,r-bayesplot)
24111 ("r-bridgesampling" ,r-bridgesampling)
24112 ("r-coda" ,r-coda)
24113 ("r-future" ,r-future)
24114 ("r-ggplot2" ,r-ggplot2)
24115 ("r-glue" ,r-glue)
24116 ("r-loo" ,r-loo)
24117 ("r-matrix" ,r-matrix)
24118 ("r-matrixstats" ,r-matrixstats)
24119 ("r-mgcv" ,r-mgcv)
24120 ("r-nleqslv" ,r-nleqslv)
24121 ("r-nlme" ,r-nlme)
24122 ("r-projpred" ,r-projpred)
24123 ("r-rcpp" ,r-rcpp)
24124 ("r-rstan" ,r-rstan)
24125 ("r-rstantools" ,r-rstantools)
24126 ("r-shinystan" ,r-shinystan)))
24127 (native-inputs `(("r-knitr" ,r-knitr)))
24128 (home-page
24129 "https://github.com/paul-buerkner/brms")
24130 (synopsis
24131 "Bayesian Regression Models using 'Stan'")
24132 (description
24133 "Fit Bayesian generalized (non-)linear multivariate multilevel models
24134 using 'Stan' for full Bayesian inference. A wide range of distributions and
24135 link functions are supported, allowing users to fit -- among others -- linear,
24136 robust linear, count data, survival, response times, ordinal, zero-inflated,
24137 hurdle, and even self-defined mixture models all in a multilevel context.
24138 Further modeling options include non-linear and smooth terms, auto-correlation
24139 structures, censored data, meta-analytic standard errors, and quite a few
24140 more. In addition, all parameters of the response distribution can be
24141 predicted in order to perform distributional regression. Prior specifications
24142 are flexible and explicitly encourage users to apply prior distributions that
24143 actually reflect their beliefs. Model fit can easily be assessed and compared
24144 with posterior predictive checks and leave-one-out cross-validation.")
24145 (license license:gpl2)))
24146
24147 (define-public r-mstate
24148 (package
24149 (name "r-mstate")
24150 (version "0.3.1")
24151 (source
24152 (origin
24153 (method url-fetch)
24154 (uri (cran-uri "mstate" version))
24155 (sha256
24156 (base32
24157 "11i3p7fph8nbnfis1m7rdrq32qryaajv2wrkxk1x6k17zkh4rq6i"))))
24158 (properties `((upstream-name . "mstate")))
24159 (build-system r-build-system)
24160 (propagated-inputs
24161 `(("r-data-table" ,r-data-table)
24162 ("r-lattice" ,r-lattice)
24163 ("r-magrittr" ,r-magrittr)
24164 ("r-rcolorbrewer" ,r-rcolorbrewer)
24165 ("r-rlang" ,r-rlang)
24166 ("r-survival" ,r-survival)
24167 ("r-viridis" ,r-viridis)))
24168 (native-inputs
24169 `(("r-knitr" ,r-knitr)))
24170 (home-page
24171 "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
24172 (synopsis
24173 "Data Preparation, Estimation and Prediction in Multi-State Models")
24174 (description
24175 "Contains functions for data preparation, descriptives, hazard estimation
24176 and prediction with Aalen-Johansen or simulation in competing risks and
24177 multi-state models.")
24178 (license license:gpl2+)))
24179
24180 (define-public r-scatterpie
24181 (package
24182 (name "r-scatterpie")
24183 (version "0.1.5")
24184 (source
24185 (origin
24186 (method url-fetch)
24187 (uri (cran-uri "scatterpie" version))
24188 (sha256
24189 (base32
24190 "0h48l0699lpfagv09f53yismir84945m56qwzk52lc7wxyvkfcp1"))))
24191 (properties `((upstream-name . "scatterpie")))
24192 (build-system r-build-system)
24193 (propagated-inputs
24194 `(("r-ggforce" ,r-ggforce)
24195 ("r-ggplot2" ,r-ggplot2)
24196 ("r-rlang" ,r-rlang)
24197 ("r-rvcheck" ,r-rvcheck)
24198 ("r-tidyr" ,r-tidyr)))
24199 (native-inputs
24200 `(("r-knitr" ,r-knitr)))
24201 (home-page "https://cran.r-project.org/web/packages/scatterpie/")
24202 (synopsis "Scatter pie plot")
24203 (description
24204 "This package creates scatterpie plots, especially useful for plotting
24205 pies on a map.")
24206 (license license:artistic2.0)))
24207
24208 (define-public r-scrypt
24209 (package
24210 (name "r-scrypt")
24211 (version "0.1.3")
24212 (source
24213 (origin
24214 (method url-fetch)
24215 (uri (cran-uri "scrypt" version))
24216 (sha256
24217 (base32
24218 "14iblgbp9v2by8fjbrpsd59iknp5babcz7j3yv1yxxzcwyb6wrrm"))))
24219 (properties `((upstream-name . "scrypt")))
24220 (build-system r-build-system)
24221 (propagated-inputs
24222 `(("r-rcpp" ,r-rcpp)))
24223 (home-page "https://github.com/rstudio/rscrypt")
24224 (synopsis "Key derivation functions for R based on Scrypt")
24225 (description
24226 "This package provides functions for working with the scrypt key
24227 derivation functions. Scrypt is a password-based key derivation function
24228 created by Colin Percival. The algorithm was specifically designed to make it
24229 costly to perform large-scale custom hardware attacks by requiring large
24230 amounts of memory.")
24231 (license license:bsd-2)))
24232
24233 (define-public r-boruta
24234 (package
24235 (name "r-boruta")
24236 (version "7.0.0")
24237 (source
24238 (origin
24239 (method url-fetch)
24240 (uri (cran-uri "Boruta" version))
24241 (sha256
24242 (base32
24243 "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
24244 (properties `((upstream-name . "Boruta")))
24245 (build-system r-build-system)
24246 (propagated-inputs `(("r-ranger" ,r-ranger)))
24247 (home-page "https://gitlab.com/mbq/Boruta/")
24248 (synopsis "Wrapper algorithm for all relevant feature selection")
24249 (description
24250 "This package provides an all relevant feature selection wrapper
24251 algorithm. It finds relevant features by comparing original attributes'
24252 importance with importance achievable at random, estimated using their
24253 permuted copies (shadows).")
24254 (license license:gpl2+)))
24255
24256 (define-public r-directlabels
24257 (package
24258 (name "r-directlabels")
24259 (version "2021.1.13")
24260 (source
24261 (origin
24262 (method url-fetch)
24263 (uri (cran-uri "directlabels" version))
24264 (sha256
24265 (base32
24266 "0415kh9k2qzdwi8zb32fh2icl5wf5335kyj11cyfdmfxji39zv2w"))))
24267 (build-system r-build-system)
24268 (propagated-inputs
24269 `(("r-quadprog" ,r-quadprog)))
24270 (native-inputs
24271 `(("r-knitr" ,r-knitr)))
24272 (home-page "http://directlabels.r-forge.r-project.org/")
24273 (synopsis "Direct labels for multicolor plots")
24274 (description
24275 "This package provides an extensible framework for automatically placing
24276 direct labels onto multicolor plots. Label positions are described using
24277 positioning methods that can be re-used across several different plots. There
24278 are heuristics for examining @code{trellis} and @code{ggplot} objects and
24279 inferring an appropriate positioning method.")
24280 (license license:gpl3)))
24281
24282 (define-public r-lsd
24283 (package
24284 (name "r-lsd")
24285 (version "4.1-0")
24286 (source
24287 (origin
24288 (method url-fetch)
24289 (uri (cran-uri "LSD" version))
24290 (sha256
24291 (base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
24292 (properties `((upstream-name . "LSD")))
24293 (build-system r-build-system)
24294 (home-page "https://cran.r-project.org/web/packages/LSD/")
24295 (synopsis "Lots of superior depictions tool creates colorful plots")
24296 (description
24297 "This package creates lots of colorful plots in a multitude of variations.
24298 Try a demo of the LSD by running @code{demotour()}.")
24299 ;; Either version
24300 (license (list license:gpl2 license:gpl3))))
24301
24302 (define-public r-phylogram
24303 (package
24304 (name "r-phylogram")
24305 (version "2.1.0")
24306 (source
24307 (origin
24308 (method url-fetch)
24309 (uri (cran-uri "phylogram" version))
24310 (sha256
24311 (base32 "1p4h5pirc0m5pzc18q0jk3mcmb5n48gdf9abz03vml3a209xxl2v"))))
24312 (properties `((upstream-name . "phylogram")))
24313 (build-system r-build-system)
24314 (propagated-inputs `(("r-ape" ,r-ape)))
24315 (home-page "https://github.com/ropensci/phylogram/")
24316 (synopsis "Dendrograms for evolutionary analysis")
24317 (description
24318 "The @code{r-phylogram} package is a tool for for developing phylogenetic
24319 trees as deeply-nested lists known as \"dendrogram\" objects. It provides
24320 functions for conversion between \"dendrogram\" and \"phylo\" class objects,
24321 as well as several tools for command-line tree manipulation and import/export
24322 via Newick parenthetic text. This improves accessibility to the comprehensive
24323 range of object-specific analytical and tree-visualization functions found
24324 across a wide array of bioinformatic R packages.")
24325 (license license:gpl3)))
24326
24327 (define-public r-kmer
24328 (package
24329 (name "r-kmer")
24330 (version "1.1.2")
24331 (source
24332 (origin
24333 (method url-fetch)
24334 (uri (cran-uri "kmer" version))
24335 (sha256
24336 (base32 "0jimn9r0abglwxdl1zqz0lxa99cmj6haydkxjzqfbpx9by80wnww"))))
24337 (properties `((upstream-name . "kmer")))
24338 (build-system r-build-system)
24339 (propagated-inputs
24340 `(("r-openssl" ,r-openssl)
24341 ("r-phylogram" ,r-phylogram)
24342 ("r-rcpp" ,r-rcpp)))
24343 (home-page "https://github.com/shaunpwilkinson/kmer/")
24344 (synopsis "Fast K-Mer counting and clustering for biological sequence analysis")
24345 (description
24346 "@code{r-kmer} is an R package for rapidly computing distance matrices
24347 and clustering large sequence datasets using fast alignment-free k-mer
24348 counting and recursive k-means partitioning.")
24349 (license license:gpl3)))
24350
24351 (define-public r-hardhat
24352 (package
24353 (name "r-hardhat")
24354 (version "0.1.5")
24355 (source
24356 (origin
24357 (method url-fetch)
24358 (uri (cran-uri "hardhat" version))
24359 (sha256
24360 (base32
24361 "1b7f9i9fy39j9n03g40vd6nzgq9fgq914xg3svf84najlknvjzly"))))
24362 (properties `((upstream-name . "hardhat")))
24363 (build-system r-build-system)
24364 (propagated-inputs
24365 `(("r-glue" ,r-glue)
24366 ("r-rlang" ,r-rlang)
24367 ("r-tibble" ,r-tibble)
24368 ("r-vctrs" ,r-vctrs)))
24369 (native-inputs
24370 `(("r-knitr" ,r-knitr)))
24371 (home-page "https://github.com/tidymodels/hardhat")
24372 (synopsis "Construct modeling packages")
24373 (description
24374 "Building modeling packages is hard. A large amount of effort generally
24375 goes into providing an implementation for a new method that is efficient,
24376 fast, and correct, but often less emphasis is put on the user interface. A
24377 good interface requires specialized knowledge about S3 methods and formulas,
24378 which the average package developer might not have. The goal of
24379 @code{hardhat} is to reduce the burden around building new modeling packages
24380 by providing functionality for preprocessing, predicting, and validating
24381 input.")
24382 (license license:expat)))
24383
24384 (define-public r-lightgbm
24385 (package
24386 (name "r-lightgbm")
24387 (version "3.1.1")
24388 (source
24389 (origin
24390 (method url-fetch)
24391 (uri (cran-uri "lightgbm" version))
24392 (sha256
24393 (base32
24394 "1pwsh6j9ksahh58b15j5ij56bsc6syy3z4k4a5zhy5n7829rz555"))))
24395 (properties `((upstream-name . "lightgbm")))
24396 (build-system r-build-system)
24397 (propagated-inputs
24398 `(("r-data-table" ,r-data-table)
24399 ("r-jsonlite" ,r-jsonlite)
24400 ("r-matrix" ,r-matrix)
24401 ("r-r6" ,r-r6)))
24402 (home-page "https://github.com/Microsoft/LightGBM")
24403 (synopsis "Light gradient boosting machine")
24404 (description
24405 "Tree based algorithms can be improved by introducing boosting
24406 frameworks. LightGBM is one such framework, based on Ke, Guolin et
24407 al. (2017). This package offers an R interface to work with it. It is
24408 designed to be distributed and efficient with the following goals:
24409
24410 @enumerate
24411 @item Faster training speed and higher efficiency;
24412 @item lower memory usage;
24413 @item better accuracy;
24414 @item parallel learning supported; and
24415 @item capable of handling large-scale data.
24416 @end enumerate
24417 ")
24418 (license license:expat)))
24419
24420 (define-public r-shapforxgboost
24421 (package
24422 (name "r-shapforxgboost")
24423 (version "0.1.0")
24424 (source
24425 (origin
24426 (method url-fetch)
24427 (uri (cran-uri "SHAPforxgboost" version))
24428 (sha256
24429 (base32
24430 "0jgyss9bawl7sf4dwa75sn7ld3mvrrr0z2074lbkq3f5qb9gwsly"))))
24431 (properties
24432 `((upstream-name . "SHAPforxgboost")))
24433 (build-system r-build-system)
24434 (propagated-inputs
24435 `(("r-bbmisc" ,r-bbmisc)
24436 ("r-data-table" ,r-data-table)
24437 ("r-ggextra" ,r-ggextra)
24438 ("r-ggforce" ,r-ggforce)
24439 ("r-ggplot2" ,r-ggplot2)
24440 ("r-ggpubr" ,r-ggpubr)
24441 ("r-lightgbm" ,r-lightgbm)
24442 ("r-rcolorbrewer" ,r-rcolorbrewer)
24443 ("r-xgboost" ,r-xgboost)))
24444 (home-page "https://github.com/liuyanguu/SHAPforxgboost")
24445 (synopsis "SHAP Plots for XGBoost")
24446 (description
24447 "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
24448 using @dfn{SHAP} (Shapley additive explanation) visualization plots for
24449 @code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
24450 and force plot. It relies on the @code{XGBoost} package to produce SHAP
24451 values.")
24452 (license license:expat)))
24453
24454 (define-public r-rismed
24455 (package
24456 (name "r-rismed")
24457 (version "2.2")
24458 (source
24459 (origin
24460 (method url-fetch)
24461 (uri (cran-uri "RISmed" version))
24462 (sha256
24463 (base32
24464 "0nwixhngi4r2f73362salivsmsf7l52bm13jqvhdq8mfiigm80vd"))))
24465 (properties `((upstream-name . "RISmed")))
24466 (build-system r-build-system)
24467 (home-page "https://cran.r-project.org/web/packages/RISmed")
24468 (synopsis "Download content from NCBI databases")
24469 (description
24470 "This package provides a set of tools to extract bibliographic
24471 content from the National Center for Biotechnology Information (NCBI)
24472 databases, including PubMed. The name RISmed is a portmanteau of
24473 RIS (for Research Information Systems, a common tag format for
24474 bibliographic data) and PubMed.")
24475 (license license:gpl2+)))
24476
24477 (define-public r-semver
24478 (package
24479 (name "r-semver")
24480 (version "0.2.0")
24481 (source
24482 (origin
24483 (method url-fetch)
24484 (uri (cran-uri "semver" version))
24485 (sha256
24486 (base32
24487 "10wpkyms2cix3bsin2q0qhkbl445pwwpa5gm2s4jjw1989namkxy"))))
24488 (properties `((upstream-name . "semver")))
24489 (build-system r-build-system)
24490 (propagated-inputs
24491 `(("r-assertthat" ,r-assertthat)
24492 ("r-rcpp" ,r-rcpp)))
24493 (native-inputs `(("r-knitr" ,r-knitr)))
24494 (home-page "https://github.com/johndharrison/semver")
24495 (synopsis "Parser for Semantic Versioning 2.0.0")
24496 (description
24497 "This package provides tools and functions for parsing, rendering and
24498 operating on semantic version strings. Semantic versioning is a simple set of
24499 rules and requirements that dictate how version numbers are assigned and
24500 incremented as outlined at @url{http://semver.org}.")
24501 (license license:expat)))
24502
24503 (define-public r-binman
24504 (package
24505 (name "r-binman")
24506 (version "0.1.2")
24507 (source
24508 (origin
24509 (method url-fetch)
24510 (uri (cran-uri "binman" version))
24511 (sha256
24512 (base32
24513 "00l7m98h41r67gf0qxqis3vx63j7wylnk9vlgcyk41szkrz8ikkc"))))
24514 (properties `((upstream-name . "binman")))
24515 (build-system r-build-system)
24516 (propagated-inputs
24517 `(("r-assertthat" ,r-assertthat)
24518 ("r-httr" ,r-httr)
24519 ("r-jsonlite" ,r-jsonlite)
24520 ("r-rappdirs" ,r-rappdirs)
24521 ("r-semver" ,r-semver)
24522 ("r-xml2" ,r-xml2)
24523 ("r-yaml" ,r-yaml)))
24524 (native-inputs `(("r-knitr" ,r-knitr)))
24525 (home-page "https://github.com/ropensci/binman")
24526 (synopsis "Binary download manager")
24527 (description
24528 "This package provides tools and functions for managing the download of
24529 binary files. Binary repositories are defined in the YAML format. Defining
24530 new pre-download, download and post-download templates allow additional
24531 repositories to be added.")
24532 (license license:expat)))
24533
24534 (define-public r-wdman
24535 (package
24536 (name "r-wdman")
24537 (version "0.2.5")
24538 (source
24539 (origin
24540 (method url-fetch)
24541 (uri (cran-uri "wdman" version))
24542 (sha256
24543 (base32
24544 "1yf41lsrr9dbf5n4f5hv9mlmzl736fhnp9gxkm2g9apws6gsig02"))))
24545 (properties `((upstream-name . "wdman")))
24546 (build-system r-build-system)
24547 (propagated-inputs
24548 `(("r-assertthat" ,r-assertthat)
24549 ("r-binman" ,r-binman)
24550 ("r-processx" ,r-processx)
24551 ("r-semver" ,r-semver)
24552 ("r-yaml" ,r-yaml)))
24553 (native-inputs `(("r-knitr" ,r-knitr)))
24554 (home-page "https://docs.ropensci.org/wdman/")
24555 (synopsis "Webdriver/Selenium binary manager")
24556 (description
24557 "There are a number of binary files associated with the
24558 Webdriver/Selenium project (see @url{http://www.seleniumhq.org/download/},
24559 @url{https://sites.google.com/a/chromium.org/chromedriver/},
24560 @url{https://github.com/mozilla/geckodriver},
24561 @url{http://phantomjs.org/download.html}, and
24562 @url{https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver} for
24563 more information). This package provides functions to download these binaries
24564 and to manage processes involving them.")
24565 (license license:expat)))
24566
24567 (define-public r-rselenium
24568 (package
24569 (name "r-rselenium")
24570 (version "1.7.7")
24571 (source
24572 (origin
24573 (method url-fetch)
24574 (uri (cran-uri "RSelenium" version))
24575 (sha256
24576 (base32
24577 "1xn5fdbzmq7b1f5fc9ls23g177bmnd8bn4p4d8aafr6z3jwkmfir"))))
24578 (properties `((upstream-name . "RSelenium")))
24579 (build-system r-build-system)
24580 (propagated-inputs
24581 `(("r-binman" ,r-binman)
24582 ("r-catools" ,r-catools)
24583 ("r-httr" ,r-httr)
24584 ("r-openssl" ,r-openssl)
24585 ("r-wdman" ,r-wdman)
24586 ("r-xml" ,r-xml)))
24587 (native-inputs `(("r-knitr" ,r-knitr)))
24588 (home-page "https://docs.ropensci.org/RSelenium/")
24589 (synopsis "R bindings for Selenium WebDriver")
24590 (description
24591 "This package provides a set of R bindings for the Selenium 2.0
24592 WebDriver (see @url{https://selenium.dev/documentation/en/} for more
24593 information) using the @code{JsonWireProtocol} (see
24594 @url{https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol} for more
24595 information). Selenium 2.0 WebDriver allows driving a web browser natively as
24596 a user would either locally or on a remote machine using the Selenium server
24597 it marks a leap forward in terms of web browser automation. Selenium
24598 automates web browsers (commonly referred to as browsers). Using RSelenium
24599 you can automate browsers locally or remotely.")
24600 (license license:agpl3+)))
24601
24602 (define-public r-conquer
24603 (package
24604 (name "r-conquer")
24605 (version "1.0.2")
24606 (source
24607 (origin
24608 (method url-fetch)
24609 (uri (cran-uri "conquer" version))
24610 (sha256
24611 (base32
24612 "1zvlsrbmrij011mcdi3qngs1al2lhrdiyknxnk0w1zhzrra62bsl"))))
24613 (properties `((upstream-name . "conquer")))
24614 (build-system r-build-system)
24615 (propagated-inputs
24616 `(("r-matrix" ,r-matrix)
24617 ("r-matrixstats" ,r-matrixstats)
24618 ("r-rcpp" ,r-rcpp)
24619 ("r-rcpparmadillo" ,r-rcpparmadillo)))
24620 (home-page "https://github.com/XiaoouPan/conquer")
24621 (synopsis "Convolution-type smoothed quantile regression")
24622 (description
24623 "This package provides fast and accurate convolution-type smoothed
24624 quantile regression, implemented using Barzilai-Borwein gradient descent with
24625 a Huber regression warm start. Confidence intervals for regression
24626 coefficients are constructed using multiplier bootstrap.")
24627 (license license:gpl3)))
24628
24629 (define-public r-fastshap
24630 (package
24631 (name "r-fastshap")
24632 (version "0.0.5")
24633 (source
24634 (origin
24635 (method url-fetch)
24636 (uri (cran-uri "fastshap" version))
24637 (sha256
24638 (base32
24639 "08f25ib5mry6h8lvj0g3clc9kfl5g2wdd8x8bw455wwmbcm6x5vg"))))
24640 (properties `((upstream-name . "fastshap")))
24641 (build-system r-build-system)
24642 (propagated-inputs
24643 `(("r-abind" ,r-abind)
24644 ("r-ggplot2" ,r-ggplot2)
24645 ("r-gridextra" ,r-gridextra)
24646 ("r-matrixstats" ,r-matrixstats)
24647 ("r-plyr" ,r-plyr)
24648 ("r-rcpp" ,r-rcpp)
24649 ("r-rcpparmadillo" ,r-rcpparmadillo)
24650 ("r-tibble" ,r-tibble)))
24651 (home-page "https://github.com/bgreenwell/fastshap")
24652 (synopsis "Fast approximate Shapley values")
24653 (description
24654 "This package computes fast (relative to other implementations)
24655 approximate Shapley values for any supervised learning model. Shapley values
24656 help to explain the predictions from any black box model using ideas from game
24657 theory; see @url{Strumbel and Kononenko (2014),
24658 doi.org/10.1007/s10115-013-0679-x} for details.")
24659 (license license:gpl2+)))
24660
24661 (define-public r-metrics
24662 (package
24663 (name "r-metrics")
24664 (version "0.1.4")
24665 (source
24666 (origin
24667 (method url-fetch)
24668 (uri (cran-uri "Metrics" version))
24669 (sha256
24670 (base32
24671 "0fh8qbjlwzagh272lgwr4bxcqcjb1qpz53mgs8rzlvncax6nk5bk"))))
24672 (properties `((upstream-name . "Metrics")))
24673 (build-system r-build-system)
24674 (home-page "https://github.com/mfrasco/Metrics")
24675 (synopsis "Evaluation metrics for machine learning")
24676 (description
24677 "This package provides an implementation of evaluation metrics in R that
24678 are commonly used in supervised machine learning. It implements metrics for
24679 regression, time series, binary classification, classification, and
24680 information retrieval problems. It has zero dependencies and a consistent,
24681 simple interface for all functions.")
24682 (license license:bsd-3)))
24683
24684 (define-public r-iml
24685 (package
24686 (name "r-iml")
24687 (version "0.10.0")
24688 (source
24689 (origin
24690 (method url-fetch)
24691 (uri (cran-uri "iml" version))
24692 (sha256
24693 (base32
24694 "0xm3q42qahq798ilgg050df0mahhbdfd3fx3i7cpx606h38si0x7"))))
24695 (properties `((upstream-name . "iml")))
24696 (build-system r-build-system)
24697 (propagated-inputs
24698 `(("r-checkmate" ,r-checkmate)
24699 ("r-data-table" ,r-data-table)
24700 ("r-formula" ,r-formula)
24701 ("r-future" ,r-future)
24702 ("r-future-apply" ,r-future-apply)
24703 ("r-ggplot2" ,r-ggplot2)
24704 ("r-gridextra" ,r-gridextra)
24705 ("r-metrics" ,r-metrics)
24706 ("r-prediction" ,r-prediction)
24707 ("r-r6" ,r-r6)))
24708 (native-inputs `(("r-knitr" ,r-knitr)))
24709 (home-page "https://github.com/christophM/iml")
24710 (synopsis "Interpretable machine learning")
24711 (description
24712 "This package provides interpretability methods to analyze the behavior
24713 and predictions of any machine learning model. Implemented methods are:
24714
24715 @itemize
24716 @item Feature importance described by Fisher et al. (2018),
24717 @item accumulated local effects plots described by Apley (2018),
24718 @item partial dependence plots described by Friedman (2001),
24719 @item individual conditional expectation ('ice') plots described by Goldstein
24720 et al. (2013) @url{https://doi.org/10.1080/10618600.2014.907095},
24721 @item local models (variant of 'lime') described by Ribeiro et. al (2016),
24722 @item the Shapley Value described by Strumbelj et. al (2014)
24723 @url{https://doi.org/10.1007/s10115-013-0679-x},
24724 @item feature interactions described by Friedman et. al
24725 @url{https://doi.org/10.1214/07-AOAS148} and tree surrogate models.
24726 @end itemize
24727 ")
24728 (license license:expat)))
24729
24730 (define-public r-goftest
24731 (package
24732 (name "r-goftest")
24733 (version "1.2-2")
24734 (source
24735 (origin
24736 (method url-fetch)
24737 (uri (cran-uri "goftest" version))
24738 (sha256
24739 (base32
24740 "0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4"))))
24741 (properties `((upstream-name . "goftest")))
24742 (build-system r-build-system)
24743 (home-page "https://github.com/baddstats/goftest")
24744 (synopsis "Classical Goodness-of-Fit tests for univariate distributions")
24745 (description
24746 "This package provides Cramer-Von Mises and Anderson-Darling tests of
24747 goodness-of-fit for continuous univariate distributions, using efficient
24748 algorithms.")
24749 (license license:gpl2+)))
24750
24751 (define-public r-tensor
24752 (package
24753 (name "r-tensor")
24754 (version "1.5")
24755 (source
24756 (origin
24757 (method url-fetch)
24758 (uri (cran-uri "tensor" version))
24759 (sha256
24760 (base32
24761 "19mfsgr6vz4lgwidm80i4yw0y1dr3n8i6qz7g4n2xa0k74zc5pp1"))))
24762 (properties `((upstream-name . "tensor")))
24763 (build-system r-build-system)
24764 (home-page "https://cran.r-project.org/web/packages/tensor/")
24765 (synopsis "Tensor product of arrays")
24766 (description
24767 "The tensor product of two arrays is notionally an outer product of the
24768 arrays collapsed in specific extents by summing along the appropriate
24769 diagonals. This package allows you to compute the tensor product of arrays.")
24770 (license license:gpl2+)))
24771
24772 (define-public r-spatstat-utils
24773 (package
24774 (name "r-spatstat-utils")
24775 (version "2.0-0")
24776 (source
24777 (origin
24778 (method url-fetch)
24779 (uri (cran-uri "spatstat.utils" version))
24780 (sha256
24781 (base32
24782 "1li0vksxpkvgyx3j2wi40kj5687vwakkfdix6icm6g01a0lb2m5d"))))
24783 (properties
24784 `((upstream-name . "spatstat.utils")))
24785 (build-system r-build-system)
24786 (home-page "http://www.spatstat.org")
24787 (synopsis "Utility functions for spatstat")
24788 (description
24789 "This package contains utility functions for the @code{spatstat} package
24790 which may also be useful for other purposes.")
24791 (license license:gpl2+)))
24792
24793 (define-public r-spatstat-sparse
24794 (package
24795 (name "r-spatstat-sparse")
24796 (version "1.2-1")
24797 (source
24798 (origin
24799 (method url-fetch)
24800 (uri (cran-uri "spatstat.sparse" version))
24801 (sha256
24802 (base32
24803 "1w312q7gxzchigxxzk9akscdsz66j5085lgjryamschjgp4f8yk2"))))
24804 (properties
24805 `((upstream-name . "spatstat.sparse")))
24806 (build-system r-build-system)
24807 (propagated-inputs
24808 `(("r-abind" ,r-abind)
24809 ("r-matrix" ,r-matrix)
24810 ("r-spatstat-utils" ,r-spatstat-utils)
24811 ("r-tensor" ,r-tensor)))
24812 (home-page "http://spatstat.org/")
24813 (synopsis "Sparse three-dimensional arrays and linear algebra utilities")
24814 (description
24815 "This package defines sparse three-dimensional arrays and supports
24816 standard operations on them. The package also includes utility functions for
24817 matrix calculations that are common in statistics, such as quadratic forms.")
24818 (license license:gpl2+)))
24819
24820 (define-public r-spatstat-data
24821 (package
24822 (name "r-spatstat-data")
24823 (version "2.0-0")
24824 (source
24825 (origin
24826 (method url-fetch)
24827 (uri (cran-uri "spatstat.data" version))
24828 (sha256
24829 (base32
24830 "1z1jb1yzb7qhfg55dhzcrdvn5x8hpg9xif0hpnapddbmhxd1hbb7"))))
24831 (properties `((upstream-name . "spatstat.data")))
24832 (build-system r-build-system)
24833 (propagated-inputs
24834 `(("r-matrix" ,r-matrix)
24835 ("r-spatstat-utils" ,r-spatstat-utils)))
24836 (home-page "http://www.spatstat.org")
24837 (synopsis "Datasets for spatstat")
24838 (description
24839 "This package contains all the datasets for the @code{spatstat}
24840 package.")
24841 (license license:gpl2+)))
24842
24843 (define-public r-spatstat-geom
24844 (package
24845 (name "r-spatstat-geom")
24846 (version "1.65-5")
24847 (source
24848 (origin
24849 (method url-fetch)
24850 (uri (cran-uri "spatstat.geom" version))
24851 (sha256
24852 (base32
24853 "0g0m5b3nbzpyblbp77n56k6aiw3fn23jkk72h9fhqlg1ydn2fzpk"))))
24854 (properties `((upstream-name . "spatstat.geom")))
24855 (build-system r-build-system)
24856 (propagated-inputs
24857 `(("r-deldir" ,r-deldir)
24858 ("r-polyclip" ,r-polyclip)
24859 ("r-spatstat-data" ,r-spatstat-data)
24860 ("r-spatstat-sparse" ,r-spatstat-sparse)
24861 ("r-spatstat-utils" ,r-spatstat-utils)))
24862 (home-page "http://spatstat.org/")
24863 (synopsis "Geometrical functionality of the spatstat package")
24864 (description
24865 "This is a subset of the original spatstat package, containing the
24866 user-level code from spatstat which performs geometrical operations, except
24867 for the geometry of linear networks.")
24868 (license license:gpl2+)))
24869
24870 (define-public r-spatstat-core
24871 (package
24872 (name "r-spatstat-core")
24873 (version "1.65-5")
24874 (source
24875 (origin
24876 (method url-fetch)
24877 (uri (cran-uri "spatstat.core" version))
24878 (sha256
24879 (base32
24880 "0wq61sd53hwyk3fzjdc2prrr66n67zbwb5i3ii7kvyhfwx0xikm3"))))
24881 (properties `((upstream-name . "spatstat.core")))
24882 (build-system r-build-system)
24883 (propagated-inputs
24884 `(("r-abind" ,r-abind)
24885 ("r-goftest" ,r-goftest)
24886 ("r-matrix" ,r-matrix)
24887 ("r-mgcv" ,r-mgcv)
24888 ("r-nlme" ,r-nlme)
24889 ("r-rpart" ,r-rpart)
24890 ("r-spatstat-data" ,r-spatstat-data)
24891 ("r-spatstat-geom" ,r-spatstat-geom)
24892 ("r-spatstat-sparse" ,r-spatstat-sparse)
24893 ("r-spatstat-utils" ,r-spatstat-utils)
24894 ("r-tensor" ,r-tensor)))
24895 (home-page "http://spatstat.org/")
24896 (synopsis "Core functionality of the spatstat package")
24897 (description
24898 "This is a subset of the original spatstat package, containing all of the
24899 user-level code from spatstat, except for the code for linear networks.")
24900 (license license:gpl2+)))
24901
24902 (define-public r-spatstat-linnet
24903 (package
24904 (name "r-spatstat-linnet")
24905 (version "1.65-3")
24906 (source
24907 (origin
24908 (method url-fetch)
24909 (uri (cran-uri "spatstat.linnet" version))
24910 (sha256
24911 (base32
24912 "1y088r26h5yv006ydgcb4iwpvnc7ql857gky0hbi7xqqciqr8wdv"))))
24913 (properties
24914 `((upstream-name . "spatstat.linnet")))
24915 (build-system r-build-system)
24916 (propagated-inputs
24917 `(("r-matrix" ,r-matrix)
24918 ("r-spatstat-core" ,r-spatstat-core)
24919 ("r-spatstat-data" ,r-spatstat-data)
24920 ("r-spatstat-geom" ,r-spatstat-geom)
24921 ("r-spatstat-utils" ,r-spatstat-utils)))
24922 (home-page "http://spatstat.org/")
24923 (synopsis "Linear networks functionality of the spatstat package")
24924 (description
24925 "This is a subset of the spatstat package, containing its functionality
24926 for spatial data on a linear network.")
24927 (license license:gpl2+)))
24928
24929 (define-public r-spatstat
24930 (package
24931 (name "r-spatstat")
24932 (version "2.0-1")
24933 (source
24934 (origin
24935 (method url-fetch)
24936 (uri (cran-uri "spatstat" version))
24937 (sha256
24938 (base32
24939 "1xq11ijc0d0lbixxb3wnvyr4gplfj2d2i64ynsa089xd525zzzbw"))))
24940 (properties `((upstream-name . "spatstat")))
24941 (build-system r-build-system)
24942 (propagated-inputs
24943 `(("r-spatstat-core" ,r-spatstat-core)
24944 ("r-spatstat-data" ,r-spatstat-data)
24945 ("r-spatstat-geom" ,r-spatstat-geom)
24946 ("r-spatstat-linnet" ,r-spatstat-linnet)
24947 ("r-spatstat-utils" ,r-spatstat-utils)))
24948 (home-page "http://www.spatstat.org")
24949 (synopsis "Spatial Point Pattern analysis, model-fitting, simulation, tests")
24950 (description
24951 "This package provides a comprehensive toolbox for analysing Spatial
24952 Point Patterns. It is focused mainly on two-dimensional point patterns,
24953 including multitype/marked points, in any spatial region. It also supports
24954 three-dimensional point patterns, space-time point patterns in any number of
24955 dimensions, point patterns on a linear network, and patterns of other
24956 geometrical objects. It supports spatial covariate data such as pixel images
24957 and contains over 2000 functions for plotting spatial data, exploratory data
24958 analysis, model-fitting, simulation, spatial sampling, model diagnostics, and
24959 formal inference.")
24960 (license license:gpl2+)))
24961
24962 (define-public r-gaston
24963 (package
24964 (name "r-gaston")
24965 (version "1.5.7")
24966 (source
24967 (origin
24968 (method url-fetch)
24969 (uri (cran-uri "gaston" version))
24970 (sha256
24971 (base32
24972 "14z94dpln4dvgrv2w7w9ik7h6rpvbf02qhq1hqzx8c2cndzxr21i"))))
24973 (properties `((upstream-name . "gaston")))
24974 (build-system r-build-system)
24975 (inputs `(("zlib" ,zlib)))
24976 (propagated-inputs
24977 `(("r-rcpp" ,r-rcpp)
24978 ("r-rcppeigen" ,r-rcppeigen)
24979 ("r-rcppparallel" ,r-rcppparallel)))
24980 (native-inputs `(("r-knitr" ,r-knitr)))
24981 (home-page "https://cran.r-project.org/web/packages/gaston/")
24982 (synopsis "Genetic data handling (QC, GRM, LD, PCA) and linear mixed models")
24983 (description
24984 "This is a package for the manipulation of genetic data (SNPs).
24985 Computation of @dfn{genetic relationship matrix} (GRM) and dominance matrix,
24986 @dfn{linkage disequilibrium} (LD), and heritability with efficient algorithms
24987 for linear mixed models (AIREML).")
24988 (license license:gpl3)))
24989
24990 (define-public r-cpp11
24991 (package
24992 (name "r-cpp11")
24993 (version "0.2.6")
24994 (source
24995 (origin
24996 (method url-fetch)
24997 (uri (cran-uri "cpp11" version))
24998 (sha256
24999 (base32
25000 "118i8s7978vl9xyhnb47wcbd6rcc6b958mq2w8s3rdsd4pxv62gz"))))
25001 (properties `((upstream-name . "cpp11")))
25002 (build-system r-build-system)
25003 (native-inputs `(("r-knitr" ,r-knitr)))
25004 (home-page "https://github.com/r-lib/cpp11")
25005 (synopsis "C++11 Interface for R's C Interface")
25006 (description
25007 "This package provides a header only, C++11 interface to R's C interface.
25008 Compared to other approaches @code{cpp11} strives to be safe against long
25009 jumps from the C API as well as C++ exceptions, conform to normal R function
25010 semantics and supports interaction with @code{ALTREP} vectors.")
25011 (license license:expat)))
25012
25013 (define-public r-rcppziggurat
25014 (package
25015 (name "r-rcppziggurat")
25016 (version "0.1.6")
25017 (source
25018 (origin
25019 (method url-fetch)
25020 (uri (cran-uri "RcppZiggurat" version))
25021 (sha256
25022 (base32
25023 "0wgd1v2p7zajnbrjf3hfi56p3pk3ld6iwkanbb04bjbnlif2ay4w"))))
25024 (properties `((upstream-name . "RcppZiggurat")))
25025 (build-system r-build-system)
25026 (propagated-inputs
25027 `(("r-rcpp" ,r-rcpp)
25028 ("r-rcppgsl" ,r-rcppgsl)))
25029 (native-inputs `(("r-knitr" ,r-knitr)))
25030 (home-page "https://cran.r-project.org/web/packages/RcppZiggurat/")
25031 (synopsis "Rcpp integration of different \"Ziggurat\" normal RNG implementations")
25032 (description
25033 "The Ziggurat generator for normally distributed random numbers,
25034 originally proposed by Marsaglia and Tsang (2000,
25035 @url{https://doi.org/10.18637/jss.v005.i08}) has been improved upon a few
25036 times starting with Leong et al (2005,
25037 @url{https://doi.org/10.18637/jss.v012.i07}). This package provides an
25038 aggregation for comparing different implementations in order to provide a
25039 'faster but good enough' alternative for use with R and C++ code.")
25040 (license license:gpl2+)))
25041
25042 (define-public r-rfast
25043 (package
25044 (name "r-rfast")
25045 (version "2.0.1")
25046 (source
25047 (origin
25048 (method url-fetch)
25049 (uri (cran-uri "Rfast" version))
25050 (sha256
25051 (base32
25052 "1cq3mcg49hsvqhwn6f4dgsx7f8ma4qnwr5n6s7m22qy57rg31958"))))
25053 (properties `((upstream-name . "Rfast")))
25054 (build-system r-build-system)
25055 (propagated-inputs
25056 `(("r-rcpp" ,r-rcpp)
25057 ("r-rcpparmadillo" ,r-rcpparmadillo)
25058 ("r-rcppziggurat" ,r-rcppziggurat)))
25059 (home-page "https://github.com/RfastOfficial/Rfast")
25060 (synopsis "Collection of efficient and fast R functions")
25061 (description
25062 "This package provides a collection of fast (utility) functions for data
25063 analysis. Column- and row- wise means, medians, variances, minimums,
25064 maximums, many t, F and G-square tests, many regressions (normal, logistic,
25065 Poisson), are some of the many fast functions.")
25066 (license license:gpl2+)))
25067
25068 (define-public r-clusterr
25069 (package
25070 (name "r-clusterr")
25071 (version "1.2.2")
25072 (source
25073 (origin
25074 (method url-fetch)
25075 (uri (cran-uri "ClusterR" version))
25076 (sha256
25077 (base32
25078 "1ky172bk15a78hky77vl60j7c81nq2495sxjrv53is25nkac7sjm"))))
25079 (properties `((upstream-name . "ClusterR")))
25080 (build-system r-build-system)
25081 (propagated-inputs
25082 `(("r-ggplot2" ,r-ggplot2)
25083 ("r-gmp" ,r-gmp)
25084 ("r-gtools" ,r-gtools)
25085 ("r-rcpp" ,r-rcpp)
25086 ("r-rcpparmadillo" ,r-rcpparmadillo)))
25087 (native-inputs `(("r-knitr" ,r-knitr)))
25088 (home-page "https://github.com/mlampros/ClusterR")
25089 (synopsis "Clustering")
25090 (description
25091 "This package provides Gaussian mixture models, k-means,
25092 mini-batch-kmeans, k-medoids and affinity propagation clustering with the
25093 option to plot, validate, predict (new data) and estimate the optimal number
25094 of clusters. The package takes advantage of @code{RcppArmadillo} to speed up
25095 the computationally intensive parts of the functions. For more information,
25096 see
25097
25098 @enumerate
25099 @item \"Clustering in an Object-Oriented Environment\" by Anja Struyf, Mia
25100 Hubert, Peter Rousseeuw (1997), Journal of Statistical Software,
25101 @url{https://doi.org/10.18637/jss.v001.i04};
25102 @item \"Web-scale k-means clustering\" by D. Sculley (2010), ACM Digital
25103 Library, @url{https://doi.org/10.1145/1772690.1772862};
25104 @item \"Armadillo: a template-based C++ library
25105 for linear algebra\" by Sanderson et al (2016), The Journal of Open Source
25106 Software, @url{https://doi.org/10.21105/joss.00026};
25107 @item \"Clustering by Passing Messages Between Data Points\" by Brendan
25108 J. Frey and Delbert Dueck, Science 16 Feb 2007: Vol. 315, Issue 5814,
25109 pp. 972-976, @url{https://doi.org/10.1126/science.1136800}.
25110 @end enumerate
25111 ")
25112 (license license:gpl3)))
25113
25114 (define-public r-spectrum
25115 (package
25116 (name "r-spectrum")
25117 (version "1.1")
25118 (source
25119 (origin
25120 (method url-fetch)
25121 (uri (cran-uri "Spectrum" version))
25122 (sha256
25123 (base32
25124 "0n38d360azkck6vvhr771zsh0gbvd9qsf9ygg5r18vhz0pb1xcfw"))))
25125 (properties `((upstream-name . "Spectrum")))
25126 (build-system r-build-system)
25127 (propagated-inputs
25128 `(("r-clusterr" ,r-clusterr)
25129 ("r-diptest" ,r-diptest)
25130 ("r-ggplot2" ,r-ggplot2)
25131 ("r-rfast" ,r-rfast)))
25132 (native-inputs `(("r-knitr" ,r-knitr)))
25133 (home-page "https://cran.r-project.org/web/packages/Spectrum/")
25134 (synopsis "Fast adaptive spectral clustering for single and multi-view data")
25135 (description
25136 "This package provides a self-tuning spectral clustering method for
25137 single or multi-view data. Spectrum uses a new type of adaptive density aware
25138 kernel that strengthens connections in the graph based on common nearest
25139 neighbours. It uses a tensor product graph data integration and diffusion
25140 procedure to integrate different data sources and reduce noise. Spectrum uses
25141 either the eigengap or multimodality gap heuristics to determine the number of
25142 clusters. The method is sufficiently flexible so that a wide range of
25143 Gaussian and non-Gaussian structures can be clustered with automatic selection
25144 of K.")
25145 (license license:agpl3+)))
25146
25147 (define-public r-nabor
25148 (package
25149 (name "r-nabor")
25150 (version "0.5.0")
25151 (source
25152 (origin
25153 (method url-fetch)
25154 (uri (cran-uri "nabor" version))
25155 (sha256
25156 (base32
25157 "1nj39cdfwrmhgsi3cq8imxv3n6xzc1v6dzdb2cf2hybjk368v4s7"))))
25158 (properties `((upstream-name . "nabor")))
25159 (build-system r-build-system)
25160 (propagated-inputs
25161 `(("r-bh" ,r-bh)
25162 ("r-rcpp" ,r-rcpp)
25163 ("r-rcppeigen" ,r-rcppeigen)))
25164 (home-page "https://cran.r-project.org/web/packages/nabor/")
25165 (synopsis "Wrapper for K nearest neighbour library for low dimensions")
25166 (description
25167 "This package provides an R wrapper for libnabo, an exact or approximate
25168 k nearest neighbour library which is optimised for low dimensional
25169 spaces (e.g. 3D). @code{nabor} includes a @code{knn} function that is
25170 designed as a drop-in replacement for the RANN function @code{nn2}. In
25171 addition, objects which include the k-d tree search structure can be returned
25172 to speed up repeated queries of the same set of target points.")
25173 (license license:bsd-3)))
25174
25175 (define-public r-muhaz
25176 (package
25177 (name "r-muhaz")
25178 (version "1.2.6.1")
25179 (source
25180 (origin
25181 (method url-fetch)
25182 (uri (cran-uri "muhaz" version))
25183 (sha256
25184 (base32
25185 "08qh43zx6h3yby44q2vxphfvmfdmqxpgyp0734yn341sy9n8pkkk"))))
25186 (properties `((upstream-name . "muhaz")))
25187 (build-system r-build-system)
25188 (propagated-inputs
25189 `(("r-survival" ,r-survival)))
25190 (native-inputs
25191 `(("gfortran" ,gfortran)))
25192 (home-page "https://cran.r-project.org/web/packages/muhaz/")
25193 (synopsis "Hazard function estimation in survival analysis")
25194 (description
25195 "This package produces a smooth estimate of the hazard function for
25196 censored data.")
25197 ;; Any version of the GPL.
25198 (license license:gpl3+)))
25199
25200 (define-public r-flexsurv
25201 (package
25202 (name "r-flexsurv")
25203 (version "2.0")
25204 (source
25205 (origin
25206 (method url-fetch)
25207 (uri (cran-uri "flexsurv" version))
25208 (sha256
25209 (base32
25210 "0vshsijqlzsz0xh426vsswpai1v5c990ggyniqqzsjbg3mn8dbl9"))))
25211 (properties `((upstream-name . "flexsurv")))
25212 (build-system r-build-system)
25213 (propagated-inputs
25214 `(("r-assertthat" ,r-assertthat)
25215 ("r-desolve" ,r-desolve)
25216 ("r-dplyr" ,r-dplyr)
25217 ("r-generics" ,r-generics)
25218 ("r-magrittr" ,r-magrittr)
25219 ("r-matrix" ,r-matrix)
25220 ("r-mstate" ,r-mstate)
25221 ("r-muhaz" ,r-muhaz)
25222 ("r-mvtnorm" ,r-mvtnorm)
25223 ("r-numderiv" ,r-numderiv)
25224 ("r-purrr" ,r-purrr)
25225 ("r-quadprog" ,r-quadprog)
25226 ("r-rcpp" ,r-rcpp)
25227 ("r-rlang" ,r-rlang)
25228 ("r-rstpm2" ,r-rstpm2)
25229 ("r-survival" ,r-survival)
25230 ("r-tibble" ,r-tibble)
25231 ("r-tidyr" ,r-tidyr)
25232 ("r-tidyselect" ,r-tidyselect)))
25233 (native-inputs
25234 `(("r-knitr" ,r-knitr)))
25235 (home-page "https://github.com/chjackson/flexsurv-dev")
25236 (synopsis "Flexible parametric survival and multi-state models")
25237 (description
25238 "This package provides flexible parametric models for time-to-event data,
25239 including the Royston-Parmar spline model, generalized gamma and generalized F
25240 distributions. Any user-defined parametric distribution can be fitted, given
25241 at least an R function defining the probability density or hazard. There are
25242 also tools for fitting and predicting from fully parametric multi-state
25243 models.")
25244 (license license:gpl2+)))
25245
25246 (define-public r-transphylo
25247 (package
25248 (name "r-transphylo")
25249 (version "1.4.4")
25250 (source
25251 (origin
25252 (method url-fetch)
25253 (uri (cran-uri "TransPhylo" version))
25254 (sha256
25255 (base32
25256 "1506c97y8dnhd0c38rgvmg70q0l3xmmn07mjglhnw7hi5n5y9mv9"))))
25257 (properties `((upstream-name . "TransPhylo")))
25258 (build-system r-build-system)
25259 (propagated-inputs
25260 `(("r-ape" ,r-ape)
25261 ("r-rcpp" ,r-rcpp)))
25262 (native-inputs
25263 `(("r-knitr" ,r-knitr)))
25264 (home-page "https://cran.r-project.org/web/packages/TransPhylo/")
25265 (synopsis "Inference of transmission tree from a dated phylogeny")
25266 (description
25267 "This is a package to infer transmission trees from a dated phylogeny.
25268 It includes methods to simulate and analyze outbreaks. The methodology is
25269 described in @url{https://doi.org/10.1093/molbev/msu121,Didelot et al. (2014)}
25270 and @url{https://doi.org/10.1093/molbev/msw275,Didelot et al. (2017)}.")
25271 (license license:gpl2+)))
25272
25273 (define-public r-km-ci
25274 (package
25275 (name "r-km-ci")
25276 (version "0.5-2")
25277 (source
25278 (origin
25279 (method url-fetch)
25280 (uri (cran-uri "km.ci" version))
25281 (sha256
25282 (base32
25283 "1l6kw8jppaa1802yc5pbfwwgac56nhwc9p076ivylhms4w7cdf8v"))))
25284 (properties `((upstream-name . "km.ci")))
25285 (build-system r-build-system)
25286 (propagated-inputs
25287 `(("r-survival" ,r-survival)))
25288 (home-page "https://cran.r-project.org/web/packages/km.ci/")
25289 (synopsis "Confidence intervals for the Kaplan-Meier estimator")
25290 (description
25291 "This package computes various @dfn{confidence intervals} (CI) for the
25292 Kaplan-Meier estimator, namely: Petos CI, Rothman CI, CIs based on Greenwoods
25293 variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by
25294 Nair and Hall and Wellner.")
25295 (license license:gpl2+)))
25296
25297 (define-public r-kmsurv
25298 (package
25299 (name "r-kmsurv")
25300 (version "0.1-5")
25301 (source
25302 (origin
25303 (method url-fetch)
25304 (uri (cran-uri "KMsurv" version))
25305 (sha256
25306 (base32
25307 "0hi5vvk584rl70gbrr75w9hc775xmbxnaig0dd6hlpi4071pnqjm"))))
25308 (properties `((upstream-name . "KMsurv")))
25309 (build-system r-build-system)
25310 (home-page "https://cran.r-project.org/web/packages/KMsurv/")
25311 (synopsis "Data sets from Klein and Moeschberger (1997), Survival Analysis")
25312 (description
25313 "This package provides data sets and functions for Klein and Moeschberger
25314 (1997), \"Survival Analysis, Techniques for Censored and Truncated Data\",
25315 Springer.")
25316 (license license:gpl3+)))
25317
25318 (define-public r-survmisc
25319 (package
25320 (name "r-survmisc")
25321 (version "0.5.5")
25322 (source
25323 (origin
25324 (method url-fetch)
25325 (uri (cran-uri "survMisc" version))
25326 (sha256
25327 (base32
25328 "00nvvl8gz4477ab24rd0xvfksm8msv8h021b9ld5c9cizc41n2bm"))))
25329 (properties `((upstream-name . "survMisc")))
25330 (build-system r-build-system)
25331 (propagated-inputs
25332 `(("r-data-table" ,r-data-table)
25333 ("r-ggplot2" ,r-ggplot2)
25334 ("r-gridextra" ,r-gridextra)
25335 ("r-km-ci" ,r-km-ci)
25336 ("r-kmsurv" ,r-kmsurv)
25337 ("r-knitr" ,r-knitr)
25338 ("r-survival" ,r-survival)
25339 ("r-xtable" ,r-xtable)
25340 ("r-zoo" ,r-zoo)))
25341 (native-inputs
25342 `(("r-knitr" ,r-knitr)))
25343 (home-page "https://cran.r-project.org/web/packages/survMisc/")
25344 (synopsis "Miscellaneous functions for survival data")
25345 (description
25346 "This package provides a collection of functions to help in the analysis
25347 of right-censored survival data. These extend the methods available in
25348 the @code{survival} package.")
25349 (license license:gpl2)))
25350
25351 (define-public r-exactranktests
25352 (package
25353 (name "r-exactranktests")
25354 (version "0.8-31")
25355 (source
25356 (origin
25357 (method url-fetch)
25358 (uri (cran-uri "exactRankTests" version))
25359 (sha256
25360 (base32
25361 "1154dkcid3njhamdp87qs9bnx7l8bdqkcjsds9q9f2xmizs9x8gw"))))
25362 (properties
25363 `((upstream-name . "exactRankTests")))
25364 (build-system r-build-system)
25365 (home-page "https://cran.r-project.org/web/packages/exactRankTests/")
25366 (synopsis "Exact distributions for rank and permutation tests")
25367 (description
25368 "This package computes exact conditional p-values and quantiles using an
25369 implementation of the Shift-Algorithm by Streitberg & Roehmel.")
25370 (license license:gpl2+)))
25371
25372 (define-public r-maxstat
25373 (package
25374 (name "r-maxstat")
25375 (version "0.7-25")
25376 (source
25377 (origin
25378 (method url-fetch)
25379 (uri (cran-uri "maxstat" version))
25380 (sha256
25381 (base32
25382 "114z1rwxwvk05ijjhdppzm148n1h192fp0w12ky10zkrhf6kphbg"))))
25383 (properties `((upstream-name . "maxstat")))
25384 (build-system r-build-system)
25385 (propagated-inputs
25386 `(("r-exactranktests" ,r-exactranktests)
25387 ("r-mvtnorm" ,r-mvtnorm)))
25388 (home-page "https://cran.r-project.org/web/packages/maxstat/")
25389 (synopsis "Maximally selected rank statistics")
25390 (description
25391 "This package provides maximally selected rank statistics with several
25392 p-value approximations.")
25393 (license license:gpl2+)))
25394
25395 (define-public r-survminer
25396 (package
25397 (name "r-survminer")
25398 (version "0.4.9")
25399 (source
25400 (origin
25401 (method url-fetch)
25402 (uri (cran-uri "survminer" version))
25403 (sha256
25404 (base32
25405 "0byh0wxdbjfwdrzsnqv4xlmnik6lj0vkkzfxy7lssk8dv5zmj7nz"))))
25406 (properties `((upstream-name . "survminer")))
25407 (build-system r-build-system)
25408 (propagated-inputs
25409 `(("r-broom" ,r-broom)
25410 ("r-dplyr" ,r-dplyr)
25411 ("r-ggplot2" ,r-ggplot2)
25412 ("r-ggpubr" ,r-ggpubr)
25413 ("r-ggtext" ,r-ggtext)
25414 ("r-gridextra" ,r-gridextra)
25415 ("r-magrittr" ,r-magrittr)
25416 ("r-maxstat" ,r-maxstat)
25417 ("r-purrr" ,r-purrr)
25418 ("r-rlang" ,r-rlang)
25419 ("r-scales" ,r-scales)
25420 ("r-survival" ,r-survival)
25421 ("r-survmisc" ,r-survmisc)
25422 ("r-tibble" ,r-tibble)
25423 ("r-tidyr" ,r-tidyr)))
25424 (native-inputs
25425 `(("r-knitr" ,r-knitr)))
25426 (home-page "https://rpkgs.datanovia.com/survminer/index.html")
25427 (synopsis "Drawing survival curves using ggplot2")
25428 (description
25429 "This package contains the function @code{ggsurvplot()} for easily
25430 drawing beautiful and 'ready-to-publish' survival curves with the 'number at
25431 risk' table and 'censoring count plot'. Other functions are also available to
25432 plot adjusted curves for Cox model and to visually examine Cox model
25433 assumptions.")
25434 (license license:gpl2)))
25435
25436 (define-public r-forge
25437 (package
25438 (name "r-forge")
25439 (version "0.2.0")
25440 (source
25441 (origin
25442 (method url-fetch)
25443 (uri (cran-uri "forge" version))
25444 (sha256
25445 (base32
25446 "0pjfzsc35agkh0zfw2czwajkbsyn6liys5irl5bhz5r1vim3jmwa"))))
25447 (properties `((upstream-name . "forge")))
25448 (build-system r-build-system)
25449 (propagated-inputs
25450 `(("r-magrittr" ,r-magrittr)
25451 ("r-rlang" ,r-rlang)))
25452 (home-page "https://cran.r-project.org/web/packages/forge/")
25453 (synopsis "Cast values into shape")
25454 (description
25455 "This package provides helper functions with a consistent interface to
25456 coerce and verify the types and shapes of values for input checking.")
25457 (license license:asl2.0)))
25458
25459 (define-public r-config
25460 (package
25461 (name "r-config")
25462 (version "0.3.1")
25463 (source
25464 (origin
25465 (method url-fetch)
25466 (uri (cran-uri "config" version))
25467 (sha256
25468 (base32
25469 "0l2zp7v6qaz72dclcbjrlis633zlwp8rsi5azr7iw127iyz7i26l"))))
25470 (properties `((upstream-name . "config")))
25471 (build-system r-build-system)
25472 (propagated-inputs
25473 `(("r-yaml" ,r-yaml)))
25474 (native-inputs
25475 `(("r-knitr" ,r-knitr)))
25476 (home-page "https://github.com/rstudio/config")
25477 (synopsis "Manage environment specific configuration values")
25478 (description
25479 "This package lets you manage configuration values across multiple
25480 environments (e.g. development, test, production). It reads values using a
25481 function that determines the current environment and returns the appropriate
25482 value.")
25483 (license license:gpl3)))
25484
25485 (define-public r-adaptivesparsity
25486 (package
25487 (name "r-adaptivesparsity")
25488 (version "1.6")
25489 (source (origin
25490 (method url-fetch)
25491 (uri (cran-uri "AdaptiveSparsity" version))
25492 (sha256
25493 (base32
25494 "0imr5m8mll9j6n4icsv6z9rl5kbnwsp9wvzrg7n90nnmcxq2cz91"))))
25495 (properties
25496 `((upstream-name . "AdaptiveSparsity")))
25497 (build-system r-build-system)
25498 (arguments
25499 `(#:phases
25500 (modify-phases %standard-phases
25501 (add-after 'unpack 'link-against-armadillo
25502 (lambda _
25503 (substitute* "src/Makevars"
25504 (("PKG_LIBS=" prefix)
25505 (string-append prefix "-larmadillo")))
25506 #t)))))
25507 (propagated-inputs
25508 `(("r-mass" ,r-mass)
25509 ("r-matrix" ,r-matrix)
25510 ("r-rcpp" ,r-rcpp)
25511 ("r-rcpparmadillo" ,r-rcpparmadillo)))
25512 (inputs
25513 `(("armadillo" ,armadillo)))
25514 (home-page "https://cran.r-project.org/web/packages/AdaptiveSparsity")
25515 (synopsis "Adaptive sparsity models")
25516 (description
25517 "This package implements the Figueiredo machine learning algorithm for
25518 adaptive sparsity and the Wong algorithm for adaptively sparse Gaussian
25519 geometric models.")
25520 (license license:lgpl3+)))
25521
25522 (define-public r-diffusionmap
25523 (package
25524 (name "r-diffusionmap")
25525 (version "1.2.0")
25526 (source
25527 (origin
25528 (method url-fetch)
25529 (uri (cran-uri "diffusionMap" version))
25530 (sha256
25531 (base32
25532 "1rvk7069brlm1s9kqj4c31mwwr3mw4hmhay95cjjjfmw5xclff2j"))))
25533 (properties `((upstream-name . "diffusionMap")))
25534 (build-system r-build-system)
25535 (propagated-inputs
25536 `(("r-igraph" ,r-igraph)
25537 ("r-matrix" ,r-matrix)
25538 ("r-scatterplot3d" ,r-scatterplot3d)))
25539 (home-page "https://www.r-project.org")
25540 (synopsis "Diffusion map")
25541 (description "This package implements the diffusion map method of data
25542 parametrization, including creation and visualization of diffusion maps,
25543 clustering with diffusion K-means and regression using the adaptive regression
25544 model.")
25545 (license license:gpl2)))
25546
25547 (define-public r-igraph
25548 (package
25549 (name "r-igraph")
25550 (version "1.2.6")
25551 (source
25552 (origin
25553 (method url-fetch)
25554 (uri (cran-uri "igraph" version))
25555 (sha256
25556 (base32
25557 "0vf7wrx77cdiav8724cw8gchrn0y9wvywphf5km4pa7xcqhsf3b4"))))
25558 (build-system r-build-system)
25559 (native-inputs
25560 `(("gfortran" ,gfortran)))
25561 (inputs
25562 `(("gmp" ,gmp)
25563 ("glpk" ,glpk)
25564 ("libxml2" ,libxml2)
25565 ("zlib" ,zlib)))
25566 (propagated-inputs
25567 `(("r-magrittr" ,r-magrittr)
25568 ("r-matrix" ,r-matrix)
25569 ("r-pkgconfig" ,r-pkgconfig)))
25570 (home-page "https://igraph.org")
25571 (synopsis "Network analysis and visualization")
25572 (description
25573 "This package provides routines for simple graphs and network analysis.
25574 It can handle large graphs very well and provides functions for generating
25575 random and regular graphs, graph visualization, centrality methods and much
25576 more.")
25577 (license license:gpl2+)))
25578
25579 (define-public r-workflows
25580 (package
25581 (name "r-workflows")
25582 (version "0.2.2")
25583 (source
25584 (origin
25585 (method url-fetch)
25586 (uri (cran-uri "workflows" version))
25587 (sha256
25588 (base32
25589 "19ipcxx4qfz28cjkgr1vny03yhmbd3m2v64v30gk5pf73nazvmaz"))))
25590 (properties `((upstream-name . "workflows")))
25591 (build-system r-build-system)
25592 (propagated-inputs
25593 `(("r-cli" ,r-cli)
25594 ("r-ellipsis" ,r-ellipsis)
25595 ("r-generics" ,r-generics)
25596 ("r-glue" ,r-glue)
25597 ("r-hardhat" ,r-hardhat)
25598 ("r-parsnip" ,r-parsnip)
25599 ("r-rlang" ,r-rlang)
25600 ("r-tidyselect" ,r-tidyselect)
25601 ("r-vctrs" ,r-vctrs)))
25602 (native-inputs
25603 `(("r-knitr" ,r-knitr)))
25604 (home-page "https://github.com/tidymodels/workflows")
25605 (synopsis "Modeling workflows")
25606 (description
25607 "A workflow is an object that can bundle together your pre-processing,
25608 modeling, and post-processing requests. For example, if you have a
25609 @code{recipe} and @code{parsnip} model, these can be combined into a
25610 workflow. The advantages are:
25611
25612 @enumerate
25613 @item You don’t have to keep track of separate objects in your workspace.
25614 @item The recipe prepping and model fitting can be executed using a single
25615 call to @code{fit()}.
25616 @item If you have custom tuning parameter settings, these can be defined using
25617 a simpler interface when combined with @code{tune}.
25618 @item In the future, workflows will be able to add post-processing operations,
25619 such as modifying the probability cutoff for two-class models.
25620 @end enumerate
25621 ")
25622 (license license:expat)))
25623
25624 (define-public r-gpfit
25625 (package
25626 (name "r-gpfit")
25627 (version "1.0-8")
25628 (source
25629 (origin
25630 (method url-fetch)
25631 (uri (cran-uri "GPfit" version))
25632 (sha256
25633 (base32
25634 "05mpiyi2vxv0wqp422n1mnxa8msc4daq40cwpnpngbcwqhlgqkby"))))
25635 (properties `((upstream-name . "GPfit")))
25636 (build-system r-build-system)
25637 (propagated-inputs
25638 `(("r-lattice" ,r-lattice)
25639 ("r-lhs" ,r-lhs)))
25640 (home-page "https://cran.r-project.org/web/packages/GPfit/")
25641 (synopsis "Gaussian Processes modeling")
25642 (description
25643 "This package provides a computationally stable approach of fitting a
25644 @dfn{Gaussian Process} (GP) model to a deterministic simulator.")
25645 (license license:gpl2)))
25646
25647 (define-public r-yardstick
25648 (package
25649 (name "r-yardstick")
25650 (version "0.0.7")
25651 (source
25652 (origin
25653 (method url-fetch)
25654 (uri (cran-uri "yardstick" version))
25655 (sha256
25656 (base32
25657 "1yrvlhn4gxyn9f20z5yv3xam0j0a8z362jwa32r33r0g0jk5z2fq"))))
25658 (properties `((upstream-name . "yardstick")))
25659 (build-system r-build-system)
25660 (propagated-inputs
25661 `(("r-dplyr" ,r-dplyr)
25662 ("r-generics" ,r-generics)
25663 ("r-proc" ,r-proc)
25664 ("r-rlang" ,r-rlang)
25665 ("r-tidyselect" ,r-tidyselect)))
25666 (native-inputs
25667 `(("r-knitr" ,r-knitr)))
25668 (home-page "https://github.com/tidymodels/yardstick")
25669 (synopsis "Tidy characterizations of model performance")
25670 (description
25671 "This package provides tidy tools for quantifying how well a model fits
25672 to a data set such as confusion matrices, class probability curve summaries,
25673 and regression metrics (e.g., RMSE).")
25674 (license license:gpl2)))
25675
25676 (define-public r-warp
25677 (package
25678 (name "r-warp")
25679 (version "0.2.0")
25680 (source
25681 (origin
25682 (method url-fetch)
25683 (uri (cran-uri "warp" version))
25684 (sha256
25685 (base32
25686 "0s0acddc5h14245hi1faycxp0fyvw6nlgaz2df7da4fpyd2f638f"))))
25687 (properties `((upstream-name . "warp")))
25688 (build-system r-build-system)
25689 (native-inputs `(("r-knitr" ,r-knitr)))
25690 (home-page "https://github.com/DavisVaughan/warp")
25691 (synopsis "Group dates")
25692 (description
25693 "This package provides tooling to group dates by a variety of periods
25694 including: yearly, monthly, by second, by week of the month, and more. The
25695 groups are defined in such a way that they also represent the distance between
25696 dates in terms of the period. This extracts valuable information that can be
25697 used in further calculations that rely on a specific temporal spacing between
25698 observations.")
25699 (license license:expat)))
25700
25701 (define-public r-slider
25702 (package
25703 (name "r-slider")
25704 (version "0.1.5")
25705 (source
25706 (origin
25707 (method url-fetch)
25708 (uri (cran-uri "slider" version))
25709 (sha256
25710 (base32
25711 "1x4jwfxam4czfkb1s5qds5krfw1h2p5a4rh6f5z4yvhsv0d81xck"))))
25712 (properties `((upstream-name . "slider")))
25713 (build-system r-build-system)
25714 (propagated-inputs
25715 `(("r-glue" ,r-glue)
25716 ("r-rlang" ,r-rlang)
25717 ("r-vctrs" ,r-vctrs)
25718 ("r-warp" ,r-warp)))
25719 (native-inputs `(("r-knitr" ,r-knitr)))
25720 (home-page "https://github.com/DavisVaughan/slider")
25721 (synopsis "Sliding window functions")
25722 (description
25723 "This package provides type-stable rolling window functions over any R
25724 data type. Cumulative and expanding windows are also supported. For more
25725 advanced usage, an index can be used as a secondary vector that defines how
25726 sliding windows are to be created.")
25727 (license license:expat)))
25728
25729 (define-public r-rsample
25730 (package
25731 (name "r-rsample")
25732 (version "0.0.9")
25733 (source
25734 (origin
25735 (method url-fetch)
25736 (uri (cran-uri "rsample" version))
25737 (sha256
25738 (base32
25739 "03qwsvylgmj2a2h764mzy0x57pgzmvjvl0ypmbn4lcf912bvrd2c"))))
25740 (properties `((upstream-name . "rsample")))
25741 (build-system r-build-system)
25742 (propagated-inputs
25743 `(("r-dplyr" ,r-dplyr)
25744 ("r-ellipsis" ,r-ellipsis)
25745 ("r-furrr" ,r-furrr)
25746 ("r-generics" ,r-generics)
25747 ("r-purrr" ,r-purrr)
25748 ("r-rlang" ,r-rlang)
25749 ("r-slider" ,r-slider)
25750 ("r-tibble" ,r-tibble)
25751 ("r-tidyr" ,r-tidyr)
25752 ("r-tidyselect" ,r-tidyselect)
25753 ("r-vctrs" ,r-vctrs)))
25754 (native-inputs
25755 `(("r-knitr" ,r-knitr)))
25756 (home-page "https://rsample.tidymodels.org")
25757 (synopsis "General resampling infrastructure")
25758 (description
25759 "This package provides classes and functions to create and summarize
25760 different types of resampling objects (e.g. bootstrap, cross-validation).")
25761 (license license:gpl2)))
25762
25763 (define-public r-dicedesign
25764 (package
25765 (name "r-dicedesign")
25766 (version "1.9")
25767 (source
25768 (origin
25769 (method url-fetch)
25770 (uri (cran-uri "DiceDesign" version))
25771 (sha256
25772 (base32
25773 "1a8ixa65xgyfri03cviic8qi2plbhdyz8m02bwif8w94w0q3ghlk"))))
25774 (properties `((upstream-name . "DiceDesign")))
25775 (build-system r-build-system)
25776 (home-page "http://dice.emse.fr/")
25777 (synopsis "Designs of computer experiments")
25778 (description
25779 "This package provides tools to create some specific @code{Space-Filling
25780 Design} (SFD) and to test their quality.")
25781 (license license:gpl3)))
25782
25783 (define-public r-dials
25784 (package
25785 (name "r-dials")
25786 (version "0.0.9")
25787 (source
25788 (origin
25789 (method url-fetch)
25790 (uri (cran-uri "dials" version))
25791 (sha256
25792 (base32
25793 "0g9wj2py4wz703rh4p7hk8qxqnkm7zyrypv4qz4vaqziazjsmxks"))))
25794 (properties `((upstream-name . "dials")))
25795 (build-system r-build-system)
25796 (propagated-inputs
25797 `(("r-dicedesign" ,r-dicedesign)
25798 ("r-dplyr" ,r-dplyr)
25799 ("r-glue" ,r-glue)
25800 ("r-purrr" ,r-purrr)
25801 ("r-rlang" ,r-rlang)
25802 ("r-scales" ,r-scales)
25803 ("r-tibble" ,r-tibble)
25804 ("r-vctrs" ,r-vctrs)
25805 ("r-withr" ,r-withr)))
25806 (native-inputs `(("r-knitr" ,r-knitr)))
25807 (home-page "https://dials.tidymodels.org/")
25808 (synopsis "Tools for creating tuning parameter values")
25809 (description
25810 "Many models contain tuning parameters (i.e. parameters that cannot be
25811 directly estimated from the data). These tools can be used to define objects
25812 for creating, simulating, or validating values for such parameters.")
25813 (license license:gpl2)))
25814
25815 (define-public r-tune
25816 (package
25817 (name "r-tune")
25818 (version "0.1.3")
25819 (source
25820 (origin
25821 (method url-fetch)
25822 (uri (cran-uri "tune" version))
25823 (sha256
25824 (base32
25825 "05r5jzg96g2z10a2w4w8wq1ysfaxr91acwrvn75pmcy4rmixf293"))))
25826 (properties `((upstream-name . "tune")))
25827 (build-system r-build-system)
25828 (propagated-inputs
25829 `(("r-cli" ,r-cli)
25830 ("r-dials" ,r-dials)
25831 ("r-dplyr" ,r-dplyr)
25832 ("r-foreach" ,r-foreach)
25833 ("r-generics" ,r-generics)
25834 ("r-ggplot2" ,r-ggplot2)
25835 ("r-glue" ,r-glue)
25836 ("r-gpfit" ,r-gpfit)
25837 ("r-parsnip" ,r-parsnip)
25838 ("r-purrr" ,r-purrr)
25839 ("r-recipes" ,r-recipes)
25840 ("r-rlang" ,r-rlang)
25841 ("r-rsample" ,r-rsample)
25842 ("r-tibble" ,r-tibble)
25843 ("r-tidyr" ,r-tidyr)
25844 ("r-vctrs" ,r-vctrs)
25845 ("r-workflows" ,r-workflows)
25846 ("r-yardstick" ,r-yardstick)))
25847 (home-page "https://github.com/tidymodels/tune")
25848 (synopsis "Tidy tuning tools")
25849 (description
25850 "The ability to tune models is important. @code{tune} contains functions
25851 and classes to be used in conjunction with other @code{tidymodels} packages
25852 for finding reasonable values of hyper-parameters in models, pre-processing
25853 methods, and post-processing steps.")
25854 (license license:expat)))
25855
25856 (define-public r-tidyposterior
25857 (package
25858 (name "r-tidyposterior")
25859 (version "0.0.3")
25860 (source
25861 (origin
25862 (method url-fetch)
25863 (uri (cran-uri "tidyposterior" version))
25864 (sha256
25865 (base32
25866 "0wsv800w056ziqbnwal7ncmdy4li8cn5yrdx07w35b7j8kl4mwhg"))))
25867 (properties `((upstream-name . "tidyposterior")))
25868 (build-system r-build-system)
25869 (propagated-inputs
25870 `(("r-dplyr" ,r-dplyr)
25871 ("r-generics" ,r-generics)
25872 ("r-ggplot2" ,r-ggplot2)
25873 ("r-lifecycle" ,r-lifecycle)
25874 ("r-purrr" ,r-purrr)
25875 ("r-rlang" ,r-rlang)
25876 ("r-rsample" ,r-rsample)
25877 ("r-rstanarm" ,r-rstanarm)
25878 ("r-tibble" ,r-tibble)
25879 ("r-tidyr" ,r-tidyr)
25880 ("r-vctrs" ,r-vctrs)))
25881 (native-inputs
25882 `(("r-knitr" ,r-knitr)))
25883 (home-page "https://tidyposterior.tidymodels.org")
25884 (synopsis "Bayesian analysis to compare models using resampling statistics")
25885 (description
25886 "This package can be used to conduct post hoc analyses of resampling
25887 results generated by models. For example, if two models are evaluated with
25888 the @dfn{root mean squared error} (RMSE) using 10-fold cross-validation, there
25889 are 10 paired statistics. These can be used to make comparisons between
25890 models without involving a test set.")
25891 (license license:gpl2)))
25892
25893 (define-public r-tidypredict
25894 (package
25895 (name "r-tidypredict")
25896 (version "0.4.8")
25897 (source
25898 (origin
25899 (method url-fetch)
25900 (uri (cran-uri "tidypredict" version))
25901 (sha256
25902 (base32
25903 "0fff349pkksss8h1k2qza78l81ha6avx63pxziv6dfa8h62qmrdy"))))
25904 (properties `((upstream-name . "tidypredict")))
25905 (build-system r-build-system)
25906 (propagated-inputs
25907 `(("r-dplyr" ,r-dplyr)
25908 ("r-generics" ,r-generics)
25909 ("r-knitr" ,r-knitr)
25910 ("r-purrr" ,r-purrr)
25911 ("r-rlang" ,r-rlang)
25912 ("r-stringr" ,r-stringr)
25913 ("r-tibble" ,r-tibble)
25914 ("r-tidyr" ,r-tidyr)))
25915 (native-inputs
25916 `(("r-knitr" ,r-knitr)))
25917 (home-page "https://tidypredict.tidymodels.org")
25918 (synopsis "Run predictions inside the database")
25919 (description
25920 "This package parses a fitted R model object, and returns a formula in
25921 Tidy Eval code that calculates the predictions. It works with several
25922 database backends because it leverages @code{dplyr} and @code{dbplyr} for the
25923 final SQL translation of the algorithm. It currently supports @code{lm()},
25924 @code{glm()}, @code{randomForest()}, @code{ranger()}, @code{earth()},
25925 @code{xgb.Booster.complete()}, @code{cubist()}, and @code{ctree()} models.")
25926 (license license:gpl3)))
25927
25928 (define-public r-janeaustenr
25929 (package
25930 (name "r-janeaustenr")
25931 (version "0.1.5")
25932 (source
25933 (origin
25934 (method url-fetch)
25935 (uri (cran-uri "janeaustenr" version))
25936 (sha256
25937 (base32
25938 "1wyn4qc28a3sval8shmyi2d7s4nl3jh96s8pzq871brxcmrncbwr"))))
25939 (properties `((upstream-name . "janeaustenr")))
25940 (build-system r-build-system)
25941 (home-page "https://github.com/juliasilge/janeaustenr")
25942 (synopsis "Jane Austen's complete novels")
25943 (description
25944 "This package provides the full texts for Jane Austen's six completed
25945 novels, ready for text analysis. These novels are \"Sense and Sensibility\",
25946 \"Pride and Prejudice\", \"Mansfield Park\", \"Emma\", \"Northanger Abbey\",
25947 and \"Persuasion\".")
25948 (license license:expat)))
25949
25950 (define-public r-tokenizers
25951 (package
25952 (name "r-tokenizers")
25953 (version "0.2.1")
25954 (source
25955 (origin
25956 (method url-fetch)
25957 (uri (cran-uri "tokenizers" version))
25958 (sha256
25959 (base32
25960 "006xf1vdrmp9skhpss9ldhmk4cwqk512cjp1pxm2gxfybpf7qq98"))))
25961 (properties `((upstream-name . "tokenizers")))
25962 (build-system r-build-system)
25963 (propagated-inputs
25964 `(("r-rcpp" ,r-rcpp)
25965 ("r-snowballc" ,r-snowballc)
25966 ("r-stringi" ,r-stringi)))
25967 (native-inputs
25968 `(("r-knitr" ,r-knitr)))
25969 (home-page "https://lincolnmullen.com/software/tokenizers/")
25970 (synopsis "Fast, consistent tokenization of natural language text")
25971 (description
25972 "This is a package for converting natural language text into tokens.
25973 It includes tokenizers for shingled n-grams, skip n-grams, words, word stems,
25974 sentences, paragraphs, characters, shingled characters, lines, tweets, Penn
25975 Treebank, regular expressions, as well as functions for counting characters,
25976 words, and sentences, and a function for splitting longer texts into separate
25977 documents, each with the same number of words. The tokenizers have a
25978 consistent interface, and the package is built on the @code{stringi} and
25979 @code{Rcpp} packages for fast yet correct tokenization in UTF-8 encoding.")
25980 (license license:expat)))
25981
25982 (define-public r-hunspell
25983 (package
25984 (name "r-hunspell")
25985 (version "3.0.1")
25986 (source
25987 (origin
25988 (method url-fetch)
25989 (uri (cran-uri "hunspell" version))
25990 (sha256
25991 (base32
25992 "0ql6y05d4xxpm468rslb0wxdp1x9l3flxzmb5w6pjg617f8vpv8z"))))
25993 (properties `((upstream-name . "hunspell")))
25994 (build-system r-build-system)
25995 (propagated-inputs
25996 `(("r-digest" ,r-digest)
25997 ("r-rcpp" ,r-rcpp)))
25998 (native-inputs
25999 `(("r-knitr" ,r-knitr)))
26000 (home-page "https://github.com/ropensci/hunspell#readme")
26001 (synopsis "High-performance stemmer, tokenizer, and spell checker")
26002 (description
26003 "This package provides a low-level spell checker and morphological
26004 analyzer based on the famous @code{hunspell} library. The package can analyze
26005 or check individual words as well as parse text, LaTeX, HTML or XML documents.
26006 For a more user-friendly interface use the @code{spelling} package which
26007 builds on this package to automate checking of files, documentation and
26008 vignettes in all common formats.")
26009 ;; The hunspell library itself is available under one of GPL2, LGPL2.1, or
26010 ;; MPL; in addition to these licenses the rest of the R wrapper is also
26011 ;; available under the Expat license.
26012 (license (list license:gpl2
26013 license:lgpl2.1
26014 license:mpl1.1
26015 license:expat))))
26016
26017 (define-public r-tidytext
26018 (package
26019 (name "r-tidytext")
26020 (version "0.3.0")
26021 (source
26022 (origin
26023 (method url-fetch)
26024 (uri (cran-uri "tidytext" version))
26025 (sha256
26026 (base32
26027 "1icbfw4zkbs9sp6vk814mw2zzm0bc0d7af92vhriqxaga0gbwdkx"))))
26028 (properties `((upstream-name . "tidytext")))
26029 (build-system r-build-system)
26030 (propagated-inputs
26031 `(("r-dplyr" ,r-dplyr)
26032 ("r-generics" ,r-generics)
26033 ("r-hunspell" ,r-hunspell)
26034 ("r-janeaustenr" ,r-janeaustenr)
26035 ("r-lifecycle" ,r-lifecycle)
26036 ("r-matrix" ,r-matrix)
26037 ("r-purrr" ,r-purrr)
26038 ("r-rlang" ,r-rlang)
26039 ("r-stringr" ,r-stringr)
26040 ("r-tibble" ,r-tibble)
26041 ("r-tokenizers" ,r-tokenizers)
26042 ("r-vctrs" ,r-vctrs)))
26043 (native-inputs
26044 `(("r-knitr" ,r-knitr)))
26045 (home-page "https://github.com/juliasilge/tidytext")
26046 (synopsis "Text mining using dplyr, ggplot2, and other Tidy tools")
26047 (description
26048 "This is a package for text mining for word processing and sentiment
26049 analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.")
26050 (license license:expat)))
26051
26052 (define-public r-parsnip
26053 (package
26054 (name "r-parsnip")
26055 (version "0.1.5")
26056 (source
26057 (origin
26058 (method url-fetch)
26059 (uri (cran-uri "parsnip" version))
26060 (sha256
26061 (base32
26062 "0c12lyfxqsdprqlcmgy421py38z28h88d68pxb1c4fw14v1c2d06"))))
26063 (properties `((upstream-name . "parsnip")))
26064 (build-system r-build-system)
26065 (propagated-inputs
26066 `(("r-dplyr" ,r-dplyr)
26067 ("r-generics" ,r-generics)
26068 ("r-globals" ,r-globals)
26069 ("r-glue" ,r-glue)
26070 ("r-magrittr" ,r-magrittr)
26071 ("r-prettyunits" ,r-prettyunits)
26072 ("r-purrr" ,r-purrr)
26073 ("r-rlang" ,r-rlang)
26074 ("r-tibble" ,r-tibble)
26075 ("r-tidyr" ,r-tidyr)
26076 ("r-vctrs" ,r-vctrs)))
26077 (native-inputs
26078 `(("r-knitr" ,r-knitr)))
26079 (home-page "https://parsnip.tidymodels.org")
26080 (synopsis "Common API to modeling and analysis functions")
26081 (description
26082 "This package provides a common interface to allow users to specify a
26083 model without having to remember the different argument names across different
26084 functions or computational engines (e.g. R, Spark, Stan, etc).")
26085 (license license:gpl2)))
26086
26087 (define-public r-infer
26088 (package
26089 (name "r-infer")
26090 (version "0.5.4")
26091 (source
26092 (origin
26093 (method url-fetch)
26094 (uri (cran-uri "infer" version))
26095 (sha256
26096 (base32
26097 "0wvvgqjhyv7ql98cjzqad61wbmk7xrqd1ybk894jr5cmza13c8w2"))))
26098 (properties `((upstream-name . "infer")))
26099 (build-system r-build-system)
26100 (propagated-inputs
26101 `(("r-dplyr" ,r-dplyr)
26102 ("r-ggplot2" ,r-ggplot2)
26103 ("r-glue" ,r-glue)
26104 ("r-magrittr" ,r-magrittr)
26105 ("r-purrr" ,r-purrr)
26106 ("r-rlang" ,r-rlang)
26107 ("r-tibble" ,r-tibble)))
26108 (native-inputs
26109 `(("r-knitr" ,r-knitr)))
26110 (home-page "https://github.com/tidymodels/infer")
26111 (synopsis "Tidy statistical inference")
26112 (description
26113 "The objective of this package is to perform inference using an
26114 expressive statistical grammar that coheres with the Tidy design framework.")
26115 (license license:cc0)))
26116
26117 (define-public r-modeldata
26118 (package
26119 (name "r-modeldata")
26120 (version "0.1.0")
26121 (source
26122 (origin
26123 (method url-fetch)
26124 (uri (cran-uri "modeldata" version))
26125 (sha256
26126 (base32
26127 "0lbvmicvhw560jn9qk5dywrl6mgj1rf7zh7p86lf97c6bmz0zp2r"))))
26128 (properties `((upstream-name . "modeldata")))
26129 (build-system r-build-system)
26130 (home-page "https://modeldata.tidymodels.org")
26131 (synopsis "Data sets useful for modeling packages")
26132 (description
26133 "This package provides data sets used for demonstrating or testing
26134 model-related packages.")
26135 (license license:expat)))
26136
26137 (define-public r-tidymodels
26138 (package
26139 (name "r-tidymodels")
26140 (version "0.1.2")
26141 (source
26142 (origin
26143 (method url-fetch)
26144 (uri (cran-uri "tidymodels" version))
26145 (sha256
26146 (base32
26147 "09njrl655sh82xrzckgg56a6ndfrjla5fy8675wj4jsj14jpv0fw"))))
26148 (properties `((upstream-name . "tidymodels")))
26149 (build-system r-build-system)
26150 (propagated-inputs
26151 `(("r-broom" ,r-broom)
26152 ("r-cli" ,r-cli)
26153 ("r-dials" ,r-dials)
26154 ("r-dplyr" ,r-dplyr)
26155 ("r-ggplot2" ,r-ggplot2)
26156 ("r-infer" ,r-infer)
26157 ("r-magrittr" ,r-magrittr)
26158 ("r-modeldata" ,r-modeldata)
26159 ("r-parsnip" ,r-parsnip)
26160 ("r-purrr" ,r-purrr)
26161 ("r-recipes" ,r-recipes)
26162 ("r-rlang" ,r-rlang)
26163 ("r-rsample" ,r-rsample)
26164 ("r-rstudioapi" ,r-rstudioapi)
26165 ("r-tibble" ,r-tibble)
26166 ("r-tidyr" ,r-tidyr)
26167 ("r-tune" ,r-tune)
26168 ("r-workflows" ,r-workflows)
26169 ("r-yardstick" ,r-yardstick)))
26170 (native-inputs
26171 `(("r-knitr" ,r-knitr)
26172 ("r-rmarkdown" ,r-rmarkdown)
26173 ("pandoc" ,pandoc)
26174 ("pandoc-citeproc" ,pandoc-citeproc))) ; for vignettes
26175 (home-page "https://github.com/tidymodels/tidymodels")
26176 (synopsis "Tidy collection for modeling and statistical analysis")
26177 (description
26178 "The tidy modeling \"verse\" is a collection of packages for modeling and
26179 statistical analysis that share the underlying design philosophy, grammar, and
26180 data structures of the tidyverse.")
26181 (license license:gpl3)))
26182
26183 (define-public r-lsa
26184 (package
26185 (name "r-lsa")
26186 (version "0.73.2")
26187 (source
26188 (origin
26189 (method url-fetch)
26190 (uri (cran-uri "lsa" version))
26191 (sha256
26192 (base32
26193 "1a33irqa6qvbc02z12rgbgv8kxq2gmahy7j5bg8b23lvvaxif06b"))))
26194 (properties `((upstream-name . "lsa")))
26195 (build-system r-build-system)
26196 (propagated-inputs
26197 `(("r-snowballc" ,r-snowballc)))
26198 (home-page "https://cran.r-project.org/package=lsa")
26199 (synopsis "Latent semantic analysis")
26200 (description
26201 "The basic idea of latent semantic analysis (LSA) is, that text do have a
26202 higher order (=latent semantic) structure which, however, is obscured by word
26203 usage (e.g. through the use of synonyms or polysemy). By using conceptual
26204 indices that are derived statistically via a truncated singular value
26205 decomposition (a two-mode factor analysis) over a given document-term matrix,
26206 this variability problem can be overcome.")
26207 (license license:gpl2+)))
26208
26209 (define-public r-mlecens
26210 (package
26211 (name "r-mlecens")
26212 (version "0.1-4")
26213 (source
26214 (origin
26215 (method url-fetch)
26216 (uri (cran-uri "MLEcens" version))
26217 (sha256
26218 (base32
26219 "0zlmrcjraypscgs2v0w4s4hm7qccsmaz4hjsgqpn0058vx622945"))))
26220 (properties `((upstream-name . "MLEcens")))
26221 (build-system r-build-system)
26222 (home-page "http://stat.ethz.ch/~maathuis/")
26223 (synopsis "Computation of the MLE for bivariate (interval) censored data")
26224 (description
26225 "This package contains functions to compute the nonparametric
26226 @dfn{maximum likelihood estimator} (MLE) for the bivariate distribution of
26227 @code{(X,Y)}, when realizations of @code{(X,Y)} cannot be observed directly.
26228 To be more precise, we consider the situation where we observe a set of
26229 rectangles that are known to contain the unobservable realizations of (X,Y).
26230 We compute the MLE based on such a set of rectangles. The methods can also be
26231 used for univariate censored data (see data set @code{cosmesis}), and for
26232 censored data with competing risks (see data set @code{menopause}). The
26233 package also provides functions to visualize the observed data and the MLE.")
26234 (license license:gpl2+)))
26235
26236 (define-public r-metafor
26237 (package
26238 (name "r-metafor")
26239 (version "2.4-0")
26240 (source
26241 (origin
26242 (method url-fetch)
26243 (uri (cran-uri "metafor" version))
26244 (sha256
26245 (base32
26246 "1b599fxk7s0brkchmx698fr5k4g1kzkia2rnlvhg349ffs5nfjmn"))))
26247 (properties `((upstream-name . "metafor")))
26248 (build-system r-build-system)
26249 (propagated-inputs
26250 `(("r-matrix" ,r-matrix)
26251 ("r-nlme" ,r-nlme)))
26252 (home-page "https://cran.r-project.org/web/packages/metafor/")
26253 (synopsis "Meta-analysis package for R")
26254 (description
26255 "This package provides a comprehensive collection of functions for
26256 conducting meta-analyses in R. The package includes functions to calculate
26257 various effect sizes or outcome measures, fit fixed-, random-, and
26258 mixed-effects models to such data, carry out moderator and meta-regression
26259 analyses, and create various types of meta-analytical plots (e.g., forest,
26260 funnel, radial, L'Abbe, Baujat, GOSH plots). For meta-analyses of binomial
26261 and person-time data, the package also provides functions that implement
26262 specialized methods, including the Mantel-Haenszel method, Peto's method, and
26263 a variety of suitable generalized linear (mixed-effects) models (i.e.
26264 mixed-effects logistic and Poisson regression models). Finally, the package
26265 provides functionality for fitting meta-analytic multivariate/multilevel
26266 models that account for non-independent sampling errors and/or true
26267 effects (e.g. due to the inclusion of multiple treatment studies, multiple
26268 endpoints, or other forms of clustering). Network meta-analyses and
26269 meta-analyses accounting for known correlation structures (e.g. due to
26270 phylogenetic relatedness) can also be conducted.")
26271 (license license:gpl2+)))
26272
26273 (define-public r-altmeta
26274 (package
26275 (name "r-altmeta")
26276 (version "3.2")
26277 (source
26278 (origin
26279 (method url-fetch)
26280 (uri (cran-uri "altmeta" version))
26281 (sha256
26282 (base32
26283 "0z252lbsknqp33i0b0xf5r7spr535iq47bv40vgip6nsqhgrl7b0"))))
26284 (properties `((upstream-name . "altmeta")))
26285 (build-system r-build-system)
26286 (propagated-inputs
26287 `(("r-coda" ,r-coda)
26288 ("r-lme4" ,r-lme4)
26289 ("r-matrix" ,r-matrix)
26290 ("r-metafor" ,r-metafor)
26291 ("r-rjags" ,r-rjags)))
26292 (home-page "https://cran.r-project.org/web/packages/altmeta/")
26293 (synopsis "Alternative meta-analysis methods")
26294 (description
26295 "This package provides alternative statistical methods for meta-analysis,
26296 including:
26297
26298 @enumerate
26299 @item bivariate generalized linear mixed models for synthesizing odds ratios,
26300 relative risks, and risk differences
26301 @item heterogeneity tests and measures that are robust to outliers;
26302 @item measures, tests, and visualization tools for publication bias or
26303 small-study effects;
26304 @item meta-analysis of diagnostic tests for synthesizing sensitivities,
26305 specificities, etc.;
26306 @item meta-analysis methods for synthesizing proportions;
26307 @item models for multivariate meta-analysis.
26308 @end enumerate
26309 ")
26310 (license license:gpl2+)))
26311
26312 (define-public r-perm
26313 (package
26314 (name "r-perm")
26315 (version "1.0-0.0")
26316 (source
26317 (origin
26318 (method url-fetch)
26319 (uri (cran-uri "perm" version))
26320 (sha256
26321 (base32
26322 "0075awl66ynv10vypg63fcxk33qzvxddrp8mi4w08ysvimcyxijk"))))
26323 (properties `((upstream-name . "perm")))
26324 (build-system r-build-system)
26325 (home-page "https://cran.r-project.org/web/packages/perm/")
26326 (synopsis "Exact or asymptotic permutation tests")
26327 (description
26328 "This package provides several methods for performing permutation tests.
26329 It has three main functions, to perform linear permutation tests. These tests
26330 are tests where the test statistic is the sum of the product of a
26331 covariate (usually group indicator) and the scores.")
26332 ;; Any version of the GPL
26333 (license license:gpl2+)))
26334
26335 (define-public r-qtl
26336 (package
26337 (name "r-qtl")
26338 (version "1.47-9")
26339 (source
26340 (origin
26341 (method url-fetch)
26342 (uri (cran-uri "qtl" version))
26343 (sha256
26344 (base32
26345 "0hffirsvw9j82cdx6l7vhqn3a7ab52claqjlinv3lswl1nsfg93b"))))
26346 (build-system r-build-system)
26347 (home-page "https://rqtl.org/")
26348 (synopsis "R package for analyzing QTL experiments in genetics")
26349 (description "R/qtl is an extension library for the R statistics system.
26350 It is used to analyze experimental crosses for identifying genes contributing
26351 to variation in quantitative traits (so-called quantitative trait loci, QTLs).
26352
26353 Using a hidden Markov model, R/qtl estimates genetic maps, to identify
26354 genotyping errors, and to perform single-QTL and two-QTL, two-dimensional
26355 genome scans.")
26356 (license license:gpl3)))
26357
26358 (define-public r-qtl2
26359 (package
26360 (name "r-qtl2")
26361 (version "0.24")
26362 (source (origin
26363 (method url-fetch)
26364 (uri (cran-uri "qtl2" version))
26365 (sha256
26366 (base32 "1558khh0zkwm0rdk87krv9836krvwv5h7ymlz9bsrgcvypyr9186"))))
26367 (build-system r-build-system)
26368 (propagated-inputs
26369 `(("r-data-table" ,r-data-table)
26370 ("r-jsonlite" ,r-jsonlite)
26371 ("r-rcpp" ,r-rcpp)
26372 ("r-rcppeigen" ,r-rcppeigen)
26373 ("r-rsqlite" ,r-rsqlite)
26374 ("r-yaml" ,r-yaml)))
26375 (home-page "https://kbroman.org/qtl2/")
26376 (synopsis "Quantitative Trait Locus Mapping in Experimental Crosses")
26377 (description
26378 "This package provides a set of tools to perform @dfn{Quantitative Trait
26379 Locus} (QTL) analysis in experimental crosses. It is a reimplementation of the
26380 @code{R/qtl} package to better handle high-dimensional data and complex cross
26381 designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.")
26382 (license license:gpl3)))
26383
26384 (define-public r-seqminer
26385 (package
26386 (name "r-seqminer")
26387 (version "8.0")
26388 (source
26389 (origin
26390 (method url-fetch)
26391 (uri (cran-uri "seqminer" version))
26392 (sha256
26393 (base32
26394 "00jzj8mwb0zaiwlifd41b26mrq9mzigj18nc29dydi0r42hxg16i"))))
26395 (build-system r-build-system)
26396 (inputs
26397 `(("zlib" ,zlib)))
26398 (home-page "http://seqminer.genomic.codes")
26399 (synopsis "Read nucleotide sequence data (VCF, BCF, and METAL formats)")
26400 (description
26401 "This package provides tools to integrate nucleotide sequencing
26402 data (variant call format, e.g. VCF or BCF) or meta-analysis results in R.")
26403 ;; Any version of the GPL is acceptable
26404 (license (list license:gpl2+ license:gpl3+))))
26405
26406 (define-public r-maldiquant
26407 (package
26408 (name "r-maldiquant")
26409 (version "1.19.3")
26410 (source
26411 (origin
26412 (method url-fetch)
26413 (uri (cran-uri "MALDIquant" version))
26414 (sha256
26415 (base32
26416 "0b7kdz3x4sdq413h1q09l1qhcvdnnwv6fqsqwllks1cd3xy34c57"))))
26417 (properties `((upstream-name . "MALDIquant")))
26418 (build-system r-build-system)
26419 (home-page "https://cran.r-project.org/web/packages/MALDIquant")
26420 (synopsis "Quantitative analysis of mass spectrometry data")
26421 (description
26422 "This package provides a complete analysis pipeline for matrix-assisted
26423 laser desorption/ionization-time-of-flight (MALDI-TOF) and other
26424 two-dimensional mass spectrometry data. In addition to commonly used plotting
26425 and processing methods it includes distinctive features, namely baseline
26426 subtraction methods such as morphological filters (TopHat) or the
26427 statistics-sensitive non-linear iterative peak-clipping algorithm (SNIP), peak
26428 alignment using warping functions, handling of replicated measurements as well
26429 as allowing spectra with different resolutions.")
26430 (license license:gpl3+)))
26431
26432 (define-public r-scattermore
26433 (package
26434 (name "r-scattermore")
26435 (version "0.7")
26436 (source
26437 (origin
26438 (method url-fetch)
26439 (uri (cran-uri "scattermore" version))
26440 (sha256
26441 (base32
26442 "18nzlprmphkvjg946h10h2qq0wbkmv2526p8di6k2xl4gccq0qpk"))))
26443 (properties `((upstream-name . "scattermore")))
26444 (build-system r-build-system)
26445 (propagated-inputs
26446 `(("r-ggplot2" ,r-ggplot2)
26447 ("r-scales" ,r-scales)))
26448 (home-page "https://github.com/exaexa/scattermore")
26449 (synopsis "Scatterplots with more points")
26450 (description
26451 "This package provides C-based tools for converting large scatterplot
26452 data to rasters. It speeds up plotting of data with millions of points.")
26453 (license license:gpl3+)))
26454
26455 (define-public r-seuratobject
26456 (package
26457 (name "r-seuratobject")
26458 (version "4.0.0")
26459 (source
26460 (origin
26461 (method url-fetch)
26462 (uri (cran-uri "SeuratObject" version))
26463 (sha256
26464 (base32
26465 "03k27z7g76wy7mfja2cpxq183xk0906k9gxb2j6p1zw341gv4gii"))))
26466 (properties `((upstream-name . "SeuratObject")))
26467 (build-system r-build-system)
26468 (propagated-inputs
26469 `(("r-matrix" ,r-matrix)
26470 ("r-rcpp" ,r-rcpp)
26471 ("r-rcppeigen" ,r-rcppeigen)
26472 ("r-rlang" ,r-rlang)
26473 ("r-sctransform" ,r-sctransform)))
26474 (home-page "https://satijalab.org/seurat")
26475 (synopsis "Data structures for single cell data")
26476 (description
26477 "This package defines S4 classes for single-cell genomic data and
26478 associated information, such as dimensionality reduction embeddings,
26479 nearest-neighbor graphs, and spatially-resolved coordinates. It provides data
26480 access methods and R-native hooks to ensure the Seurat object is familiar to
26481 other R users.")
26482 (license license:gpl3)))
26483
26484 (define-public r-seurat
26485 (package
26486 (name "r-seurat")
26487 (version "4.0.0")
26488 (source (origin
26489 (method url-fetch)
26490 (uri (cran-uri "Seurat" version))
26491 (sha256
26492 (base32
26493 "1mp3py00bmzj4541d8ry5sfzkpfzvnl9dpa8n4qhakd13dl30xdn"))))
26494 (properties `((upstream-name . "Seurat")))
26495 (build-system r-build-system)
26496 ;; This is needed because r-spatstat has been split up and there has
26497 ;; been no new release of Seurat since then.
26498 (arguments
26499 `(#:phases
26500 (modify-phases %standard-phases
26501 (add-after 'unpack 'fix-spatstat-import
26502 (lambda _
26503 (substitute* "NAMESPACE"
26504 (("importFrom\\(spatstat,markvario\\)")
26505 "importFrom(spatstat.core,markvario)")
26506 (("importFrom\\(spatstat,ppp\\)")
26507 "importFrom(spatstat.geom,ppp)")))))))
26508 (propagated-inputs
26509 `(("r-cluster" ,r-cluster)
26510 ("r-cowplot" ,r-cowplot)
26511 ("r-fitdistrplus" ,r-fitdistrplus)
26512 ("r-future" ,r-future)
26513 ("r-future-apply" ,r-future-apply)
26514 ("r-ggplot2" ,r-ggplot2)
26515 ("r-ggrepel" ,r-ggrepel)
26516 ("r-ggridges" ,r-ggridges)
26517 ("r-httr" ,r-httr)
26518 ("r-ica" ,r-ica)
26519 ("r-igraph" ,r-igraph)
26520 ("r-irlba" ,r-irlba)
26521 ("r-jsonlite" ,r-jsonlite)
26522 ("r-kernsmooth" ,r-kernsmooth)
26523 ("r-leiden" ,r-leiden)
26524 ("r-lmtest" ,r-lmtest)
26525 ("r-mass" ,r-mass)
26526 ("r-matrix" ,r-matrix)
26527 ("r-matrixstats" ,r-matrixstats)
26528 ("r-miniui" ,r-miniui)
26529 ("r-patchwork" ,r-patchwork)
26530 ("r-pbapply" ,r-pbapply)
26531 ("r-plotly" ,r-plotly)
26532 ("r-png" ,r-png)
26533 ("r-rann" ,r-rann)
26534 ("r-rcolorbrewer" ,r-rcolorbrewer)
26535 ("r-rcpp" ,r-rcpp)
26536 ("r-rcppannoy" ,r-rcppannoy)
26537 ("r-rcppeigen" ,r-rcppeigen)
26538 ("r-rcppprogress" ,r-rcppprogress)
26539 ("r-reticulate" ,r-reticulate)
26540 ("r-rlang" ,r-rlang)
26541 ("r-rocr" ,r-rocr)
26542 ("r-rtsne" ,r-rtsne)
26543 ("r-scales" ,r-scales)
26544 ("r-scattermore" ,r-scattermore)
26545 ("r-sctransform" ,r-sctransform)
26546 ("r-seuratobject" ,r-seuratobject)
26547 ("r-shiny" ,r-shiny)
26548 ("r-spatstat" ,r-spatstat)
26549 ("r-tibble" ,r-tibble)
26550 ("r-uwot" ,r-uwot)))
26551 (home-page "http://www.satijalab.org/seurat")
26552 (synopsis "Seurat is an R toolkit for single cell genomics")
26553 (description
26554 "This package is an R package designed for QC, analysis, and
26555 exploration of single cell RNA-seq data. It easily enables widely-used
26556 analytical techniques, including the identification of highly variable genes,
26557 dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering
26558 algorithms; density clustering, hierarchical clustering, k-means, and the
26559 discovery of differentially expressed genes and markers.")
26560 (license license:gpl3)))
26561
26562 (define-public r-phangorn
26563 (package
26564 (name "r-phangorn")
26565 (version "2.5.5")
26566 (source
26567 (origin
26568 (method url-fetch)
26569 (uri (cran-uri "phangorn" version))
26570 (sha256
26571 (base32
26572 "0ihkaykqjmf80d8wrk3saphxvnv58zma6pd13633bd3cwanc33f5"))))
26573 (build-system r-build-system)
26574 (propagated-inputs
26575 `(("r-ape" ,r-ape)
26576 ("r-fastmatch" ,r-fastmatch)
26577 ("r-igraph" ,r-igraph)
26578 ("r-magrittr" ,r-magrittr)
26579 ("r-matrix" ,r-matrix)
26580 ("r-quadprog" ,r-quadprog)
26581 ("r-rcpp" ,r-rcpp)))
26582 (home-page "https://github.com/KlausVigo/phangorn")
26583 (synopsis "Phylogenetic analysis in R")
26584 (description
26585 "Phangorn is a package for phylogenetic analysis in R. It supports
26586 estimation of phylogenetic trees and networks using Maximum Likelihood,
26587 Maximum Parsimony, distance methods and Hadamard conjugation.")
26588 (license license:gpl2+)))
26589
26590 (define-public r-diversitree
26591 (package
26592 (name "r-diversitree")
26593 (version "0.9-15")
26594 (source
26595 (origin
26596 (method url-fetch)
26597 (uri (cran-uri "diversitree" version))
26598 (sha256
26599 (base32
26600 "1sk3sgn5hi04978s5s7gy6pzp28g3v9rglmiamlgs96c9wyyyff7"))))
26601 (build-system r-build-system)
26602 (native-inputs
26603 `(("gfortran" ,gfortran)))
26604 (inputs `(("fftw" ,fftw) ("gsl" ,gsl)))
26605 (propagated-inputs
26606 `(("r-ape" ,r-ape)
26607 ("r-desolve" ,r-desolve)
26608 ("r-rcpp" ,r-rcpp)
26609 ("r-subplex" ,r-subplex)))
26610 (home-page "https://www.zoology.ubc.ca/prog/diversitree")
26611 (synopsis "Comparative 'phylogenetic' analyses of diversification")
26612 (description "This package contains a number of comparative \"phylogenetic\"
26613 methods, mostly focusing on analysing diversification and character evolution.
26614 Contains implementations of \"BiSSE\" (Binary State Speciation and Extinction)
26615 and its unresolved tree extensions, \"MuSSE\" (Multiple State Speciation and
26616 Extinction), \"QuaSSE\", \"GeoSSE\", and \"BiSSE-ness\" Other included methods
26617 include Markov models of discrete and continuous trait evolution and constant
26618 rate speciation and extinction.")
26619 (license license:gpl2+)))
26620
26621 (define-public r-calculus
26622 (package
26623 (name "r-calculus")
26624 (version "0.3.0")
26625 (source
26626 (origin
26627 (method url-fetch)
26628 (uri (cran-uri "calculus" version))
26629 (sha256
26630 (base32
26631 "1wa5ap89cfcp0ancj9ivx5s2y0wqr2vmp9y115g7f6g772jwhscj"))))
26632 (properties `((upstream-name . "calculus")))
26633 (build-system r-build-system)
26634 (propagated-inputs
26635 `(("r-rcpp" ,r-rcpp)))
26636 (native-inputs
26637 `(("r-knitr" ,r-knitr)))
26638 (home-page "https://github.com/eguidotti/calculus")
26639 (synopsis "High dimensional numerical and symbolic calculus")
26640 (description
26641 "Efficient C++ optimized functions for numerical and symbolic calculus.
26642 It includes basic symbolic arithmetic, tensor calculus, Einstein summing
26643 convention, fast computation of the Levi-Civita symbol and generalized
26644 Kronecker delta, Taylor series expansion, multivariate Hermite polynomials,
26645 accurate high-order derivatives, differential operators (Gradient, Jacobian,
26646 Hessian, Divergence, Curl, Laplacian) and numerical integration in arbitrary
26647 orthogonal coordinate systems: cartesian, polar, spherical, cylindrical,
26648 parabolic or user defined by custom scale factors.")
26649 (license license:gpl3)))
26650
26651 (define-public r-decon
26652 (package
26653 (name "r-decon")
26654 (version "1.2-4")
26655 (source
26656 (origin
26657 (method url-fetch)
26658 (uri (cran-uri "decon" version))
26659 (sha256
26660 (base32
26661 "1v4l0xq29rm8mks354g40g9jxn0didzlxg3g7z08m0gvj29zdj7s"))))
26662 (properties `((upstream-name . "decon")))
26663 (build-system r-build-system)
26664 (native-inputs
26665 `(("gfortran" ,gfortran)))
26666 (home-page
26667 "https://cran.r-project.org/web/packages/decon/")
26668 (synopsis "Deconvolution Estimation in Measurement Error Models")
26669 (description
26670 "This package contains a collection of functions to deal with
26671 nonparametric measurement error problems using deconvolution
26672 kernel methods. We focus two measurement error models in the
26673 package: (1) an additive measurement error model, where the
26674 goal is to estimate the density or distribution function from
26675 contaminated data; (2) nonparametric regression model with
26676 errors-in-variables. The R functions allow the measurement errors
26677 to be either homoscedastic or heteroscedastic. To make the
26678 deconvolution estimators computationally more efficient in R,
26679 we adapt the \"Fast Fourier Transform\" (FFT) algorithm for
26680 density estimation with error-free data to the deconvolution
26681 kernel estimation. Several methods for the selection of the
26682 data-driven smoothing parameter are also provided in the package.
26683 See details in: Wang, X.F. and Wang, B. (2011). Deconvolution
26684 estimation in measurement error models: The R package decon.
26685 Journal of Statistical Software, 39(10), 1-24.")
26686 (license license:gpl3+)))
26687
26688 (define-public r-locpol
26689 (package
26690 (name "r-locpol")
26691 (version "0.7-0")
26692 (source
26693 (origin
26694 (method url-fetch)
26695 (uri (cran-uri "locpol" version))
26696 (sha256
26697 (base32
26698 "1p915n0l09kbwkly627074jslxl01yssp1rf0c7sygvsw6sgy5lm"))))
26699 (properties `((upstream-name . "locpol")))
26700 (build-system r-build-system)
26701 (home-page
26702 "https://cran.r-project.org/web/packages/locpol/")
26703 (synopsis "Kernel Local Polynomial Regression")
26704 (description
26705 "Computes local polynomial estimators for the regression and
26706 also density. It comprises several different utilities to handle
26707 kernel estimators.")
26708 (license license:gpl2+)))
26709
26710 (define-public r-lpme
26711 (package
26712 (name "r-lpme")
26713 (version "1.1.1")
26714 (source
26715 (origin
26716 (method url-fetch)
26717 (uri (cran-uri "lpme" version))
26718 (sha256
26719 (base32
26720 "0si90nkgl8bqk8yvd2igdsrngiwqh8891072pfpzipifnd0f5448"))))
26721 (properties `((upstream-name . "lpme")))
26722 (build-system r-build-system)
26723 (propagated-inputs
26724 `(("r-decon" ,r-decon)
26725 ("r-flexmix" ,r-flexmix)
26726 ("r-locpol" ,r-locpol)
26727 ("r-rcpp" ,r-rcpp)
26728 ("r-rcpparmadillo" ,r-rcpparmadillo)))
26729 (home-page
26730 "https://cran.r-project.org/web/packages/lpme/")
26731 (synopsis "Nonparametric Estimation of Measurement Error Models")
26732 (description
26733 "Provide nonparametric methods for mean regression model,
26734 modal regression and conditional density estimation in the
26735 presence/absence of measurement error. Bandwidth selection is
26736 also provided for each method.")
26737 (license license:gpl2+)))
26738
26739 (define-public r-aws-signature
26740 (package
26741 (name "r-aws-signature")
26742 (version "0.6.0")
26743 (source
26744 (origin
26745 (method url-fetch)
26746 (uri (cran-uri "aws.signature" version))
26747 (sha256
26748 (base32
26749 "15llpcnrdq4y6jsn7079yjmgbr5d1wgy2ymsm3jj3gkrd5l4zzpp"))))
26750 (properties `((upstream-name . "aws.signature")))
26751 (build-system r-build-system)
26752 (propagated-inputs
26753 `(("r-base64enc" ,r-base64enc)
26754 ("r-digest" ,r-digest)))
26755 (home-page "https://github.com/cloudyr/aws.signature")
26756 (synopsis "Amazon Web Services Request Signatures")
26757 (description
26758 "This package generates version 2 and 4 request signatures for Amazon Web
26759 Services (AWS) and provides a mechanism for retrieving credentials from
26760 environment variables, AWS credentials files, and EC2 instance metadata. For
26761 use on EC2 instances, the package 'aws.ec2metadata' is suggested.")
26762 (license license:gpl2+)))
26763
26764 (define-public r-aws-s3
26765 (package
26766 (name "r-aws-s3")
26767 (version "0.3.21")
26768 (source
26769 (origin
26770 (method url-fetch)
26771 (uri (cran-uri "aws.s3" version))
26772 (sha256
26773 (base32
26774 "132cczq0ml7lpp2yl6l4p99dn1zihrncnpa6wyad4m9mnr50a8dx"))))
26775 (properties `((upstream-name . "aws.s3")))
26776 (build-system r-build-system)
26777 (propagated-inputs
26778 `(("r-aws-signature" ,r-aws-signature)
26779 ("r-base64enc" ,r-base64enc)
26780 ("r-curl" ,r-curl)
26781 ("r-digest" ,r-digest)
26782 ("r-httr" ,r-httr)
26783 ("r-xml2" ,r-xml2)))
26784 (home-page "https://github.com/cloudyr/aws.s3")
26785 (synopsis "AWS S3 Client Package")
26786 (description
26787 "This package provides a simple client package for the Amazon Web
26788 Services (AWS) Simple Storage Service (S3) REST API.")
26789 (license license:gpl2+)))
26790
26791 (define-public r-lgr
26792 (package
26793 (name "r-lgr")
26794 (version "0.4.2")
26795 (source (origin
26796 (method url-fetch)
26797 (uri (cran-uri "lgr" version))
26798 (sha256
26799 (base32
26800 "0k4kacjk7swm3gmdpha1rg44xb29vzvhvx48jhpb78glj5c9phyr"))))
26801 (build-system r-build-system)
26802 (propagated-inputs
26803 `(("r-r6" ,r-r6)))
26804 (native-inputs
26805 `(("r-knitr" ,r-knitr)))
26806 (home-page "https://s-fleck.github.io/lgr/")
26807 (synopsis "Fully featured logging framework")
26808 (description "This package offers a flexible, feature-rich yet
26809 light-weight logging framework based on @code{R6} classes. It supports
26810 hierarchical loggers, custom log levels, arbitrary data fields in log events,
26811 logging to plaintext, JSON, (rotating) files, memory buffers, and databases, as
26812 well as email and push notifications.")
26813 (license license:expat)))
26814
26815 (define-public r-mlr3measures
26816 (package
26817 (name "r-mlr3measures")
26818 (version "0.3.1")
26819 (source (origin
26820 (method url-fetch)
26821 (uri (cran-uri "mlr3measures" version))
26822 (sha256
26823 (base32
26824 "18jk4kdj9771r16smz7xhmmiilcdg1qlavln5hrpvkx780zh3hj6"))))
26825 (build-system r-build-system)
26826 (propagated-inputs
26827 `(("r-checkmate" ,r-checkmate)
26828 ("r-prroc" ,r-prroc)))
26829 (home-page "https://mlr3measures.mlr-org.com/")
26830 (synopsis "Performance measures for mlr3")
26831 (description "This package implements multiple performance measures for
26832 supervised learning. It includes over 40 measures for regression and
26833 classification. Additionally, meta information about the performance measures
26834 can be queried, e.g. what the best and worst possible performances scores
26835 are.")
26836 (license license:lgpl3)))
26837
26838 (define-public r-mlr3misc
26839 (package
26840 (name "r-mlr3misc")
26841 (version "0.7.0")
26842 (source (origin
26843 (method url-fetch)
26844 (uri (cran-uri "mlr3misc" version))
26845 (sha256
26846 (base32
26847 "19k3l2d6wnqvdng0m7p54rrlvwl5457lcy7bg82m2bbpqxi8qch3"))))
26848 (build-system r-build-system)
26849 (propagated-inputs
26850 `(("r-backports" ,r-backports)
26851 ("r-checkmate" ,r-checkmate)
26852 ("r-data-table" ,r-data-table)
26853 ("r-r6" ,r-r6)))
26854 (home-page "https://mlr3misc.mlr-org.com/")
26855 (synopsis "Helper functions for mlr3")
26856 (description "@code{mlr3misc} provides frequently used helper functions
26857 and assertions used in @code{mlr3} and its companion packages. It comes with
26858 helper functions for functional programming, for printing, to work with
26859 @code{data.table}, as well as some generally useful @code{R6} classes. This
26860 package also supersedes the package @code{BBmisc}.")
26861 (license license:lgpl3)))
26862
26863 (define-public r-paradox
26864 (package
26865 (name "r-paradox")
26866 (version "0.7.1")
26867 (source (origin
26868 (method url-fetch)
26869 (uri (cran-uri "paradox" version))
26870 (sha256
26871 (base32
26872 "1difp0bzsfxcmbm1snahh3i6417k1a2w4mnjx65p20n2yiclmrgs"))))
26873 (build-system r-build-system)
26874 (propagated-inputs
26875 `(("r-backports" ,r-backports)
26876 ("r-checkmate" ,r-checkmate)
26877 ("r-data-table" ,r-data-table)
26878 ("r-mlr3misc" ,r-mlr3misc)
26879 ("r-r6" ,r-r6)))
26880 (home-page "https://paradox.mlr-org.com/")
26881 (synopsis "Define and work with parameter spaces for complex algorithms")
26882 (description "With this package it is possible to define parameter spaces,
26883 constraints and dependencies for arbitrary algorithms, and to program on such
26884 spaces. It also includes statistical designs and random samplers. Objects are
26885 implemented as @code{R6} classes.")
26886 (license license:lgpl3)))
26887
26888 (define-public r-mlr3
26889 (package
26890 (name "r-mlr3")
26891 (version "0.11.0")
26892 (source (origin
26893 (method url-fetch)
26894 (uri (cran-uri "mlr3" version))
26895 (sha256
26896 (base32
26897 "0qh9vdac1als2123wf51bwa7spdqk33iydlawi5n5dpci892iahl"))))
26898 (build-system r-build-system)
26899 (propagated-inputs
26900 `(("r-r6" ,r-r6)
26901 ("r-backports" ,r-backports)
26902 ("r-checkmate" ,r-checkmate)
26903 ("r-data-table" ,r-data-table)
26904 ("r-digest" ,r-digest)
26905 ("r-future-apply" ,r-future-apply)
26906 ("r-lgr" ,r-lgr)
26907 ("r-mlbench" ,r-mlbench)
26908 ("r-mlr3measures" ,r-mlr3measures)
26909 ("r-mlr3misc" ,r-mlr3misc)
26910 ("r-palmerpenguins" ,r-palmerpenguins)
26911 ("r-paradox" ,r-paradox)
26912 ("r-parallelly" ,r-parallelly)
26913 ("r-uuid" ,r-uuid)))
26914 (home-page "https://mlr3.mlr-org.com/")
26915 (synopsis "Machine Learning in R - Next Generation")
26916 (description "@code{mlr3} enables efficient, object-oriented programming
26917 on the building blocks of machine learning. It provides @code{R6} objects for
26918 tasks, learners, resamplings, and measures. The package is geared towards
26919 scalability and larger datasets by supporting parallelization and out-of-memory
26920 data-backends like databases. While @code{mlr3} focuses on the core
26921 computational operations, add-on packages provide additional functionality.")
26922 (license license:lgpl3)))
26923
26924 (define-public r-mlr3learners
26925 (package
26926 (name "r-mlr3learners")
26927 (version "0.4.3")
26928 (source (origin
26929 (method url-fetch)
26930 (uri (cran-uri "mlr3learners" version))
26931 (sha256
26932 (base32
26933 "1wxlpzz3hpkn77n4ag1v868dmp140j1pmrhynsv5xfgk9fg0w7ri"))))
26934 (build-system r-build-system)
26935 (propagated-inputs
26936 `(("r-data-table" ,r-data-table)
26937 ("r-mlr3" ,r-mlr3)
26938 ("r-mlr3misc" ,r-mlr3misc)
26939 ("r-paradox" ,r-paradox)
26940 ("r-r6" ,r-r6)))
26941 (home-page "https://mlr3learners.mlr-org.com/")
26942 (synopsis "Recommended Learners for @code{mlr3}")
26943 (description "@code{mlr3learners} extends @code{mlr3} and @code{mlr3proba}
26944 with interfaces to essential machine learning packages on CRAN. This includes,
26945 but is not limited to: (penalized) linear and logistic regression, linear and
26946 quadratic discriminant analysis, k-nearest neighbors, naive Bayes, support
26947 vector machines, and gradient boosting.")
26948 (license license:lgpl3)))
26949
26950 (define-public r-bbotk
26951 (package
26952 (name "r-bbotk")
26953 (version "0.3.1")
26954 (source
26955 (origin
26956 (method url-fetch)
26957 (uri (cran-uri "bbotk" version))
26958 (sha256
26959 (base32
26960 "1f29wxnxr73c4yp5afk05jqggpm7k1z8wiak8xsyw68h7xflq550"))))
26961 (properties `((upstream-name . "bbotk")))
26962 (build-system r-build-system)
26963 (propagated-inputs
26964 `(("r-checkmate" ,r-checkmate)
26965 ("r-data-table" ,r-data-table)
26966 ("r-lgr" ,r-lgr)
26967 ("r-mlr3misc" ,r-mlr3misc)
26968 ("r-paradox" ,r-paradox)
26969 ("r-r6" ,r-r6)))
26970 (native-inputs
26971 `(("r-knitr" ,r-knitr)))
26972 (home-page "https://bbotk.mlr-org.com")
26973 (synopsis "Black-Box Optimization Toolkit")
26974 (description "This package provides a common framework for optimization of
26975 black-box functions for other packages, e.g. @code{mlr3}. It offers various
26976 optimization methods e.g. grid search, random search and generalized simulated
26977 annealing.")
26978 (license license:lgpl3)))
26979
26980 (define-public r-mlr3tuning
26981 (package
26982 (name "r-mlr3tuning")
26983 (version "0.8.0")
26984 (source (origin
26985 (method url-fetch)
26986 (uri (cran-uri "mlr3tuning" version))
26987 (sha256
26988 (base32
26989 "16rvsf0jf06yvalydbs7zzn2994hvvyfw975ydiyv3wy1qzgr8bv"))))
26990 (build-system r-build-system)
26991 (propagated-inputs
26992 `(("r-bbotk" ,r-bbotk)
26993 ("r-checkmate" ,r-checkmate)
26994 ("r-data-table" ,r-data-table)
26995 ("r-lgr" ,r-lgr)
26996 ("r-mlr3" ,r-mlr3)
26997 ("r-mlr3misc" ,r-mlr3misc)
26998 ("r-paradox" ,r-paradox)
26999 ("r-r6" ,r-r6)))
27000 (home-page "https://mlr3tuning.mlr-org.com/")
27001 (synopsis "Tuning for @code{mlr3}")
27002 (description "@code{mlr3tuning} implements methods for hyperparameter
27003 tuning, e.g. Grid Search, Random Search, or Simulated Annealing. Various
27004 termination criteria can be set and combined. The class @code{AutoTuner} provides a
27005 convenient way to perform nested resampling in combination with @code{mlr3}.")
27006 (license license:lgpl3)))
27007
27008 (define-public r-fontliberation
27009 (package
27010 (name "r-fontliberation")
27011 (version "0.1.0")
27012 (source
27013 (origin
27014 (method url-fetch)
27015 (uri (cran-uri "fontLiberation" version))
27016 (sha256
27017 (base32
27018 "1w1rl0g4ayyp8lwppmz9yzj9cizg7i50g07216jkm1q5w0is9pmc"))))
27019 (properties
27020 `((upstream-name . "fontLiberation")))
27021 (build-system r-build-system)
27022 (home-page "https://cran.r-project.org/package=fontLiberation")
27023 (synopsis "Liberation fonts")
27024 (description
27025 "This package provides a placeholder for the Liberation fontset intended
27026 for the fontquiver package. This fontset covers the 12 combinations of
27027 families (sans, serif, mono) and faces (plain, bold, italic, bold italic)
27028 supported in R graphics devices.")
27029 (license license:silofl1.1)))
27030
27031 (define-public r-fontbitstreamvera
27032 (package
27033 (name "r-fontbitstreamvera")
27034 (version "0.1.1")
27035 (source
27036 (origin
27037 (method url-fetch)
27038 (uri (cran-uri "fontBitstreamVera" version))
27039 (sha256
27040 (base32
27041 "0nipdlmhjv1wr3aidcl97nk6mppdkd65krgwqnhdsnv0jpfv761j"))))
27042 (properties
27043 `((upstream-name . "fontBitstreamVera")))
27044 (build-system r-build-system)
27045 (home-page "https://cran.r-project.org/package=fontBitstreamVera")
27046 (synopsis "Fonts for fontquiver")
27047 (description
27048 "This package is a placeholder for the Bitstream Vera font. It is
27049 intended for the fontquiver package.")
27050 (license
27051 (license:fsdg-compatible
27052 "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts"
27053 "The Font Software may be sold as part of a larger software package but
27054 no copy of one or more of the Font Software typefaces may be sold by
27055 itself."))))
27056
27057 (define-public r-fontquiver
27058 (package
27059 (name "r-fontquiver")
27060 (version "0.2.1")
27061 (source
27062 (origin
27063 (method url-fetch)
27064 (uri (cran-uri "fontquiver" version))
27065 (sha256
27066 (base32
27067 "0qv3i9hch7cygl9983s3w68wfh5qvym2jkm52pp06p6mq8a1i1wm"))))
27068 (properties `((upstream-name . "fontquiver")))
27069 (build-system r-build-system)
27070 (propagated-inputs
27071 `(("r-fontbitstreamvera" ,r-fontbitstreamvera)
27072 ("r-fontliberation" ,r-fontliberation)))
27073 (home-page "https://cran.r-project.org/package=fontquiver")
27074 (synopsis "Set of installed fonts")
27075 (description
27076 "This package provides a set of fonts. This is useful when you want to
27077 avoid system fonts to make sure your outputs are reproducible.")
27078 (license license:gpl3)))
27079
27080 (define-public r-freetypeharfbuzz
27081 (package
27082 (name "r-freetypeharfbuzz")
27083 (version "0.2.6")
27084 (source
27085 (origin
27086 (method url-fetch)
27087 (uri (cran-uri "freetypeharfbuzz" version))
27088 (sha256
27089 (base32
27090 "0r3icgnq3jk4fm6z92cmhzdmflbk5df8zsmjg0dzpc4y48xafnk7"))))
27091 (properties
27092 `((upstream-name . "freetypeharfbuzz")))
27093 (build-system r-build-system)
27094 (arguments
27095 `(#:phases
27096 (modify-phases %standard-phases
27097 (add-after 'unpack 'prepare-static-libraries
27098 (lambda* (#:key inputs #:allow-other-keys)
27099 (mkdir-p "src/target/include")
27100 (let ((freetype (assoc-ref inputs "static-freetype"))
27101 (harfbuzz (assoc-ref inputs "static-harfbuzz")))
27102 (substitute* "src/Makevars.in"
27103 (("include @MK_FILE@") "") ; do not build static libs
27104 (("^HB_STATIC_LIB =.*")
27105 (string-append "HB_STATIC_LIB = " harfbuzz "/lib/libharfbuzz.a\n"))
27106 (("^FT_STATIC_LIB =.*")
27107 (string-append "FT_STATIC_LIB = " freetype "/lib/libfreetype.a\n")))
27108 (copy-recursively (string-append freetype "/include")
27109 "src/target/include")
27110 (copy-recursively (string-append harfbuzz "/include")
27111 "src/target/include")))))))
27112 (propagated-inputs
27113 `(("r-fontquiver" ,r-fontquiver)))
27114 ;; This may defeat the purpose of this package as our versions of freetype
27115 ;; and harfbuzz obviously differ from the tarballs offered by this
27116 ;; project. On the other hand, Guix arguably does a better job at
27117 ;; "ensur[ing] deterministic computation".
27118 (native-inputs
27119 `(("static-freetype"
27120 ,(package
27121 (inherit (static-package freetype))
27122 (arguments
27123 `(#:configure-flags
27124 (list "--enable-static=yes"
27125 "--with-pic=yes"
27126 "--without-zlib"
27127 "--without-bzip2"
27128 "--without-png"
27129 "--without-harfbuzz")))))
27130 ("static-harfbuzz"
27131 ,(package
27132 (inherit (static-package harfbuzz))
27133 (arguments
27134 `(#:tests? #false ; fail because shared library is disabled
27135 #:configure-flags
27136 (list "--enable-static=yes"
27137 "--enable-shared=no"
27138 "--with-pic=yes"
27139 "--with-freetype=yes"
27140 "--without-icu"
27141 "--without-cairo"
27142 "--without-fontconfig"
27143 "--without-glib")))))))
27144 (inputs
27145 `(("zlib" ,zlib)))
27146 (home-page "https://cran.r-project.org/package=freetypeharfbuzz")
27147 (synopsis "Deterministic computation of text box metrics")
27148 (description
27149 "Unlike other tools that dynamically link to the Cairo stack,
27150 freetypeharfbuzz is statically linked to specific versions of the FreeType and
27151 harfbuzz libraries. This ensures deterministic computation of text box
27152 extents for situations where reproducible results are crucial (for instance
27153 unit tests of graphics).")
27154 (license license:gpl3)))
27155
27156 (define-public r-vdiffr
27157 (package
27158 (name "r-vdiffr")
27159 (version "0.3.3")
27160 (source
27161 (origin
27162 (method url-fetch)
27163 (uri (cran-uri "vdiffr" version))
27164 (sha256
27165 (base32
27166 "0i0xdr8dakbkkgrhp0zvlnv3rxhc8h5naqq416mr5zv9q8i4p8jc"))
27167 (snippet
27168 '(begin
27169 (delete-file "inst/htmlwidgets/lib/jquery.min.js")))))
27170 (properties `((upstream-name . "vdiffr")))
27171 (build-system r-build-system)
27172 (arguments
27173 `(#:phases
27174 (modify-phases %standard-phases
27175 (add-after 'unpack 'process-javascript
27176 (lambda* (#:key inputs #:allow-other-keys)
27177 (with-directory-excursion "inst/htmlwidgets/lib/"
27178 (let ((source (assoc-ref inputs "js-jquery"))
27179 (target "jquery.min.js"))
27180 (format #true "Processing ~a --> ~a~%"
27181 source target)
27182 (invoke "esbuild" source "--minify"
27183 (string-append "--outfile=" target)))))))))
27184 (inputs
27185 `(("freetype" ,freetype)
27186 ("harfbuzz" ,harfbuzz)))
27187 (propagated-inputs
27188 `(("r-bh" ,r-bh)
27189 ("r-devtools" ,r-devtools)
27190 ("r-diffobj" ,r-diffobj)
27191 ("r-fontquiver" ,r-fontquiver)
27192 ("r-freetypeharfbuzz" ,r-freetypeharfbuzz)
27193 ("r-gdtools" ,r-gdtools)
27194 ("r-glue" ,r-glue)
27195 ("r-htmltools" ,r-htmltools)
27196 ("r-htmlwidgets" ,r-htmlwidgets)
27197 ("r-purrr" ,r-purrr)
27198 ("r-r6" ,r-r6)
27199 ("r-rcpp" ,r-rcpp)
27200 ("r-rlang" ,r-rlang)
27201 ("r-shiny" ,r-shiny)
27202 ("r-testthat" ,r-testthat)
27203 ("r-usethis" ,r-usethis)
27204 ("r-xml2" ,r-xml2)))
27205 (native-inputs
27206 `(("esbuild" ,esbuild)
27207 ("js-jquery"
27208 ,(origin
27209 (method url-fetch)
27210 (uri "https://code.jquery.com/jquery-1.12.4.js")
27211 (sha256
27212 (base32
27213 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))))
27214 (home-page "https://github.com/r-lib/vdiffr")
27215 (synopsis "Visual regression testing and graphical diffing")
27216 (description
27217 "This package is an extension to the testthat package that makes it easy
27218 to add graphical unit tests. It provides a Shiny application to manage the
27219 test cases.")
27220 (license license:gpl3)))
27221
27222 (define-public r-highlight
27223 (package
27224 (name "r-highlight")
27225 (version "0.5.0")
27226 (source
27227 (origin
27228 (method url-fetch)
27229 (uri (cran-uri "highlight" version))
27230 (sha256
27231 (base32
27232 "1shar4y07wyixg0ichdrn2xhgwkl3mv2pxkalqzisc69w605b3hf"))))
27233 (properties `((upstream-name . "highlight")))
27234 (build-system r-build-system)
27235 (home-page "https://github.com/hadley/highlight")
27236 (synopsis "Syntax highlighter for R code")
27237 (description
27238 "This package provides a syntax highlighter for R code based on the
27239 results of the R parser. It supports rendering in HTML and LaTeX markup. It
27240 includes a custom Sweave driver performing syntax highlighting of R code
27241 chunks.")
27242 (license license:gpl3+)))
27243
27244 (define-public r-clustree
27245 (package
27246 (name "r-clustree")
27247 (version "0.4.3")
27248 (source
27249 (origin
27250 (method url-fetch)
27251 (uri (cran-uri "clustree" version))
27252 (sha256
27253 (base32
27254 "0lxydy2f83qqd5dhlp2l546jax759l43b29j6g82079yzg1szwsz"))))
27255 (properties `((upstream-name . "clustree")))
27256 (build-system r-build-system)
27257 (propagated-inputs
27258 `(("r-checkmate" ,r-checkmate)
27259 ("r-dplyr" ,r-dplyr)
27260 ("r-ggplot2" ,r-ggplot2)
27261 ("r-ggraph" ,r-ggraph)
27262 ("r-ggrepel" ,r-ggrepel)
27263 ("r-igraph" ,r-igraph)
27264 ("r-rlang" ,r-rlang)
27265 ("r-tidygraph" ,r-tidygraph)
27266 ("r-viridis" ,r-viridis)))
27267 (native-inputs
27268 `(("r-knitr" ,r-knitr)))
27269 (home-page "https://github.com/lazappi/clustree")
27270 (synopsis "Visualize clusterings at different resolutions")
27271 (description
27272 "Deciding what resolution to use can be a difficult question when
27273 approaching a clustering analysis. One way to approach this problem is to
27274 look at how samples move as the number of clusters increases. This package
27275 allows you to produce clustering trees, a visualization for interrogating
27276 clusterings as resolution increases.")
27277 (license license:gpl3)))
27278
27279 (define-public r-textshaping
27280 (package
27281 (name "r-textshaping")
27282 (version "0.3.2")
27283 (source
27284 (origin
27285 (method url-fetch)
27286 (uri (cran-uri "textshaping" version))
27287 (sha256
27288 (base32
27289 "0fqh4z505b2qriqcj70g2hhdgiawd3w2rs9rqxdwizz5vk8jjygx"))))
27290 (properties `((upstream-name . "textshaping")))
27291 (build-system r-build-system)
27292 (inputs
27293 `(("freetype" ,freetype)
27294 ("fribidi" ,fribidi)
27295 ("harfbuzz" ,harfbuzz)
27296 ("zlib" ,zlib)))
27297 (propagated-inputs
27298 `(("r-cpp11" ,r-cpp11)
27299 ("r-systemfonts" ,r-systemfonts)))
27300 (native-inputs
27301 `(("pkg-config" ,pkg-config)
27302 ("r-knitr" ,r-knitr)))
27303 (home-page "https://github.com/r-lib/textshaping")
27304 (synopsis "Bindings to the HarfBuzz and Fribidi libraries for text shaping")
27305 (description
27306 "This package provides access to the text shaping functionality in the
27307 HarfBuzz library and the bidirectional algorithm in the Fribidi library. This
27308 is a low-level utility package mainly for graphic devices that expands upon
27309 the font tool-set provided by the @code{systemfonts} package.")
27310 (license license:expat)))
27311
27312 (define-public r-ragg
27313 (package
27314 (name "r-ragg")
27315 (version "1.1.1")
27316 (source
27317 (origin
27318 (method url-fetch)
27319 (uri (cran-uri "ragg" version))
27320 (sha256
27321 (base32
27322 "0nh1xxrxgdbq9anzkc6k3n519czp9hqyiizakm3m2gl4l4w0vp0q"))))
27323 (properties `((upstream-name . "ragg")))
27324 (build-system r-build-system)
27325 (inputs
27326 `(("freetype" ,freetype)
27327 ("libjpeg" ,libjpeg-turbo)
27328 ("libpng" ,libpng)
27329 ("libtiff" ,libtiff)
27330 ("zlib" ,zlib)))
27331 (propagated-inputs
27332 `(("r-systemfonts" ,r-systemfonts)
27333 ("r-textshaping" ,r-textshaping)))
27334 (native-inputs
27335 `(("pkg-config" ,pkg-config)))
27336 (home-page "https://ragg.r-lib.org")
27337 (synopsis "Graphic devices based on AGG")
27338 (description
27339 "Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D
27340 drawing library. The ragg package provides a set of graphic devices based on
27341 AGG to use as alternative to the raster devices provided through the
27342 @code{grDevices} package.")
27343 (license license:expat)))
27344
27345 (define-public r-downlit
27346 (package
27347 (name "r-downlit")
27348 (version "0.2.1")
27349 (source
27350 (origin
27351 (method url-fetch)
27352 (uri (cran-uri "downlit" version))
27353 (sha256
27354 (base32
27355 "0z4fz7c9kyd9v72wl3iqs2wxspi975d6b0rgjr9lvg8a18maa9z6"))))
27356 (properties `((upstream-name . "downlit")))
27357 (build-system r-build-system)
27358 (propagated-inputs
27359 `(("r-brio" ,r-brio)
27360 ("r-digest" ,r-digest)
27361 ("r-evaluate" ,r-evaluate)
27362 ("r-fansi" ,r-fansi)
27363 ("r-rlang" ,r-rlang)
27364 ("r-vctrs" ,r-vctrs)
27365 ("r-yaml" ,r-yaml)))
27366 (home-page "https://downlit.r-lib.org/")
27367 (synopsis "Syntax highlighting and automatic linking")
27368 (description
27369 "This package provides syntax highlighting of R code, specifically
27370 designed for the needs of RMarkdown packages like @code{pkgdown},
27371 @code{hugodown}, and @code{bookdown}. It includes linking of function calls
27372 to their documentation on the web, and automatic translation of ANSI escapes
27373 in output to the equivalent HTML.")
27374 (license license:expat)))
27375
27376 (define-public r-pkgdown
27377 (package
27378 (name "r-pkgdown")
27379 (version "1.6.1")
27380 (source
27381 (origin
27382 (method url-fetch)
27383 (uri (cran-uri "pkgdown" version))
27384 (sha256
27385 (base32
27386 "1k31biyvxkv3xjc1yy3nzb9wfza3vbx97fv17nly5a6vlv7zqbs4"))))
27387 (properties `((upstream-name . "pkgdown")))
27388 (build-system r-build-system)
27389 (inputs `(("pandoc" ,pandoc)))
27390 (propagated-inputs
27391 `(("r-callr" ,r-callr)
27392 ("r-crayon" ,r-crayon)
27393 ("r-desc" ,r-desc)
27394 ("r-digest" ,r-digest)
27395 ("r-downlit" ,r-downlit)
27396 ("r-fs" ,r-fs)
27397 ("r-httr" ,r-httr)
27398 ("r-magrittr" ,r-magrittr)
27399 ("r-memoise" ,r-memoise)
27400 ("r-openssl" ,r-openssl)
27401 ("r-purrr" ,r-purrr)
27402 ("r-ragg" ,r-ragg)
27403 ("r-rematch2" ,r-rematch2)
27404 ("r-rlang" ,r-rlang)
27405 ("r-rmarkdown" ,r-rmarkdown)
27406 ("r-tibble" ,r-tibble)
27407 ("r-whisker" ,r-whisker)
27408 ("r-withr" ,r-withr)
27409 ("r-xml2" ,r-xml2)
27410 ("r-yaml" ,r-yaml)))
27411 (native-inputs
27412 `(("r-knitr" ,r-knitr)))
27413 (home-page "https://pkgdown.r-lib.org")
27414 (synopsis "Make static HTML documentation for an R package")
27415 (description
27416 "The goal of this package is to generate an attractive and useful website
27417 from a source package. @code{pkgdown} converts your documentation, vignettes,
27418 README file, and more to HTML making it easy to share information about your
27419 package online.")
27420 (license license:expat)))
27421
27422 (define-public r-prereg
27423 (package
27424 (name "r-prereg")
27425 (version "0.5.0")
27426 (source
27427 (origin
27428 (method url-fetch)
27429 (uri (cran-uri "prereg" version))
27430 (sha256
27431 (base32
27432 "0bck13iiaxwpqh0rd45mp1s5d8z62ggg0wa7rmyi8a65aywiypsi"))))
27433 (properties `((upstream-name . "prereg")))
27434 (build-system r-build-system)
27435 (propagated-inputs
27436 `(("r-rmarkdown" ,r-rmarkdown)))
27437 (home-page "https://github.com/crsh/prereg")
27438 (synopsis
27439 "R Markdown Templates to preregister Scientific Studies")
27440 (description
27441 "This package provides a collection of templates to author
27442 preregistration documents for scientific studies in PDF format.")
27443 (license license:gpl3)))
27444
27445 (define-public r-ez
27446 (package
27447 (name "r-ez")
27448 (version "4.4-0")
27449 (source
27450 (origin
27451 (method url-fetch)
27452 (uri (cran-uri "ez" version))
27453 (sha256
27454 (base32
27455 "0a58s94x576dfz7wcbivrr2hmdh5x1vy16zwkqp9fmdzqx38pagq"))))
27456 (properties `((upstream-name . "ez")))
27457 (build-system r-build-system)
27458 (propagated-inputs
27459 `(("r-car" ,r-car)
27460 ("r-ggplot2" ,r-ggplot2)
27461 ("r-lme4" ,r-lme4)
27462 ("r-mass" ,r-mass)
27463 ("r-matrix" ,r-matrix)
27464 ("r-mgcv" ,r-mgcv)
27465 ("r-plyr" ,r-plyr)
27466 ("r-reshape2" ,r-reshape2)
27467 ("r-scales" ,r-scales)
27468 ("r-stringr" ,r-stringr)))
27469 (home-page "https://github.com/mike-lawrence/ez")
27470 (synopsis "Easy Analysis and Visualization of Factorial Experiments")
27471 (description
27472 "Facilitates easy analysis of factorial experiments, including purely
27473 within-Ss designs (a.k.a. \"repeated measures\"), purely between-Ss designs,
27474 and mixed within-and-between-Ss designs. The functions in this package aim to
27475 provide simple, intuitive and consistent specification of data analysis and
27476 visualization. Visualization functions also include design visualization for
27477 pre-analysis data auditing, and correlation matrix visualization. Finally,
27478 this package includes functions for non-parametric analysis, including
27479 permutation tests and bootstrap resampling. The bootstrap function obtains
27480 predictions either by cell means or by more advanced/powerful mixed effects
27481 models, yielding predictions and confidence intervals that may be easily
27482 visualized at any level of the experiment's design.")
27483 (license license:gpl2+)))
27484
27485 (define-public r-qdapregex
27486 (package
27487 (name "r-qdapregex")
27488 (version "0.7.2")
27489 (source
27490 (origin
27491 (method url-fetch)
27492 (uri (cran-uri "qdapRegex" version))
27493 (sha256
27494 (base32
27495 "1xa8q1way3gjadrjh3mv3xr4c6b4h16nd2c6lgl969difplpfz9p"))))
27496 (properties `((upstream-name . "qdapRegex")))
27497 (build-system r-build-system)
27498 (propagated-inputs `(("r-stringi" ,r-stringi)))
27499 (home-page
27500 "https://trinker.github.com/qdapRegex/")
27501 (synopsis
27502 "Regular Expression Removal, Extraction, and Replacement Tools")
27503 (description
27504 "This package provides a collection of regular expression tools
27505 associated with the @code{qdap} package that may be useful outside of the
27506 context of discourse analysis. Tools include removal/extraction/replacement of
27507 abbreviations, dates, dollar amounts, email addresses, hash tags, numbers,
27508 percentages, citations, person tags, phone numbers, times, and zip codes.")
27509 (license license:gpl2)))
27510
27511 (define-public r-mgsub
27512 (package
27513 (name "r-mgsub")
27514 (version "1.7.2")
27515 (source
27516 (origin
27517 (method url-fetch)
27518 (uri (cran-uri "mgsub" version))
27519 (sha256
27520 (base32
27521 "02l1b96zv36ia0c97wgcwfhi037mbn3wy9c64hcw0n0w67yj77rr"))))
27522 (properties `((upstream-name . "mgsub")))
27523 (build-system r-build-system)
27524 (native-inputs `(("r-knitr" ,r-knitr)))
27525 (home-page
27526 "https://cran.r-project.org/package=mgsub")
27527 (synopsis
27528 "Safe, Multiple, Simultaneous String Substitution")
27529 (description
27530 "Designed to enable simultaneous substitution in strings in a safe
27531 fashion. Safe means it does not rely on placeholders (which can cause errors
27532 in same length matches).")
27533 (license license:expat)))
27534
27535 (define-public r-textshape
27536 (package
27537 (name "r-textshape")
27538 (version "1.7.1")
27539 (source
27540 (origin
27541 (method url-fetch)
27542 (uri (cran-uri "textshape" version))
27543 (sha256
27544 (base32
27545 "02111kj3kka84mpx7s19bjna9cas8diw5fxz51v5ggz0ldswa5pa"))))
27546 (properties `((upstream-name . "textshape")))
27547 (build-system r-build-system)
27548 (propagated-inputs
27549 `(("r-data-table" ,r-data-table)
27550 ("r-slam" ,r-slam)
27551 ("r-stringi" ,r-stringi)))
27552 (home-page "https://github.com/trinker/textshape")
27553 (synopsis "Tools for Reshaping Text")
27554 (description
27555 "Tools that can be used to reshape and restructure text data.")
27556 (license license:gpl2)))
27557
27558 (define-public r-syuzhet
27559 (package
27560 (name "r-syuzhet")
27561 (version "1.0.6")
27562 (source
27563 (origin
27564 (method url-fetch)
27565 (uri (cran-uri "syuzhet" version))
27566 (sha256
27567 (base32
27568 "16iccqdbw02iw82nah6kwz3gwfghi864j2y698n4b9dyc386ijzv"))))
27569 (properties `((upstream-name . "syuzhet")))
27570 (build-system r-build-system)
27571 (propagated-inputs
27572 `(("r-dplyr" ,r-dplyr)
27573 ("r-dtt" ,r-dtt)
27574 ("r-nlp" ,r-nlp)
27575 ("r-rlang" ,r-rlang)
27576 ("r-textshape" ,r-textshape)
27577 ("r-tidyr" ,r-tidyr)
27578 ("r-zoo" ,r-zoo)))
27579 (native-inputs `(("r-knitr" ,r-knitr)))
27580 (home-page "https://github.com/mjockers/syuzhet")
27581 (synopsis
27582 "Extracts Sentiment and Sentiment-Derived Plot Arcs from Text")
27583 (description
27584 "Extracts sentiment and sentiment-derived plot arcs from text using a
27585 variety of sentiment dictionaries conveniently packaged for consumption by R
27586 users. Implemented dictionaries include @dfn{syuzhet} (default) developed in the
27587 Nebraska Literary Lab, @dfn{afinn} developed by Finn Arup Nielsen, @dfn{bing}
27588 developed by Minqing Hu and Bing Liu, and @dfn{nrc} developed by Mohammad, Saif
27589 M. and Turney, Peter D. Applicable references are available in
27590 @file{README.md} and in the documentation for the @code{get_sentiment}
27591 function. The package also provides a hack for implementing Stanford's coreNLP
27592 sentiment parser. The package provides several methods for plot arc
27593 normalization.")
27594 (license license:gpl3)))
27595
27596 (define-public r-lexicon
27597 (package
27598 (name "r-lexicon")
27599 (version "1.2.1")
27600 (source
27601 (origin
27602 (method url-fetch)
27603 (uri (cran-uri "lexicon" version))
27604 (sha256
27605 (base32
27606 "0x7rscsh6par2lj11sby7bmz41cxn63iiw51lgh29z09cg8j606c"))))
27607 (properties `((upstream-name . "lexicon")))
27608 (build-system r-build-system)
27609 (propagated-inputs
27610 `(("r-data-table" ,r-data-table)
27611 ("r-syuzhet" ,r-syuzhet)))
27612 (home-page "https://github.com/trinker/lexicon")
27613 (synopsis "Lexicons for Text Analysis")
27614 (description
27615 "This package provides a collection of lexical hash tables, dictionaries,
27616 and word lists.")
27617 (license license:gpl3)))
27618
27619 (define-public r-english
27620 (package
27621 (name "r-english")
27622 (version "1.2-5")
27623 (source
27624 (origin
27625 (method url-fetch)
27626 (uri (cran-uri "english" version))
27627 (sha256
27628 (base32
27629 "0d6rin40wy2y6k75x8d5qvf03rfy139f309wrl8xwbdb1h8fjkd1"))))
27630 (properties `((upstream-name . "english")))
27631 (build-system r-build-system)
27632 (native-inputs `(("r-knitr" ,r-knitr)))
27633 (home-page
27634 "https://cran.r-project.org/package=english")
27635 (synopsis "Translate Integers into English")
27636 (description
27637 "Allow numbers to be presented in an English language version, one, two,
27638 three, ... Ordinals are also available, first, second, third, ... and
27639 indefinite article choice, \"a\" or \"an\".")
27640 (license license:gpl2)))
27641
27642 (define-public r-textclean
27643 (package
27644 (name "r-textclean")
27645 (version "0.9.3")
27646 (source
27647 (origin
27648 (method url-fetch)
27649 (uri (cran-uri "textclean" version))
27650 (sha256
27651 (base32
27652 "0kgjh6c4f14qkjc4fds7q7rpf4nkma3p0igm54fplmm3p853nvrz"))))
27653 (properties `((upstream-name . "textclean")))
27654 (build-system r-build-system)
27655 (propagated-inputs
27656 `(("r-data-table" ,r-data-table)
27657 ("r-english" ,r-english)
27658 ("r-glue" ,r-glue)
27659 ("r-lexicon" ,r-lexicon)
27660 ("r-mgsub" ,r-mgsub)
27661 ("r-qdapregex" ,r-qdapregex)
27662 ("r-stringi" ,r-stringi)
27663 ("r-textshape" ,r-textshape)))
27664 (home-page
27665 "https://github.com/trinker/textclean")
27666 (synopsis "Text Cleaning Tools")
27667 (description
27668 "Tools to clean and process text. Tools are geared at checking for
27669 substrings that are not optimal for analysis and replacing or removing them
27670 (normalizing) with more analysis friendly substrings (see Sproat, Black, Chen,
27671 Kumar, Ostendorf, & Richards (2001) @url{doi:10.1006/csla.2001.0169}) or
27672 extracting them into new variables. For example, emoticons are often used in
27673 text but not always easily handled by analysis algorithms. The
27674 @code{replace_emoticon()} function replaces emoticons with word equivalents.")
27675 (license license:gpl2)))
27676
27677 (define-public r-striprtf
27678 (package
27679 (name "r-striprtf")
27680 (version "0.5.2")
27681 (source
27682 (origin
27683 (method url-fetch)
27684 (uri (cran-uri "striprtf" version))
27685 (sha256
27686 (base32
27687 "1ra6aalalig6drsj26z9s24lmb10zssagqrvgqqi4358zbm8gwcd"))))
27688 (properties `((upstream-name . "striprtf")))
27689 (build-system r-build-system)
27690 (propagated-inputs
27691 `(("r-magrittr" ,r-magrittr)
27692 ("r-rcpp" ,r-rcpp)
27693 ("r-stringr" ,r-stringr)))
27694 (home-page "https://github.com/kota7/striprtf")
27695 (synopsis "Extract Text from RTF File")
27696 (description
27697 "Extracts plain text from @dfn{Rich Text Format} (RTF) file.")
27698 (license license:expat)))
27699
27700 (define-public r-ndjson
27701 (package
27702 (name "r-ndjson")
27703 (version "0.8.0")
27704 (source
27705 (origin
27706 (method url-fetch)
27707 (uri (cran-uri "ndjson" version))
27708 (sha256
27709 (base32
27710 "0lvzbgfi1sg4kya1mvv67z14qk3vz9q57x22qh57xq8ampdkg812"))
27711 (modules '((guix build utils)))
27712 (snippet
27713 '(begin
27714 ;; unvendor gzstream
27715 (for-each delete-file '("src/gzstream.cpp" "src/gzstream.h"))
27716 #t))))
27717 (properties `((upstream-name . "ndjson")))
27718 (build-system r-build-system)
27719 (arguments
27720 '(#:phases
27721 (modify-phases %standard-phases
27722 (add-after 'unpack 'use-system-gzstream
27723 (lambda* (#:key inputs #:allow-other-keys)
27724 (substitute* "src/Makevars"
27725 (("PKG_LIBS = " all)
27726 (string-append all "-lgzstream ")))
27727 #t)))))
27728 (inputs `(("zlib" ,zlib) ("gzstream" ,gzstream)))
27729 (propagated-inputs
27730 `(("r-data-table" ,r-data-table)
27731 ("r-rcpp" ,r-rcpp)
27732 ("r-tibble" ,r-tibble)))
27733 (home-page "https://gitlab.com/hrbrmstr/ndjson")
27734 (synopsis
27735 "Wicked-Fast @dfn{Streaming JSON} (ndjson) Reader")
27736 (description
27737 "@dfn{Streaming JSON} (ndjson) has one JSON record per-line and many
27738 modern ndjson files contain large numbers of records. These constructs may not
27739 be columnar in nature, but it is often useful to read in these files and
27740 \"flatten\" the structure out to enable working with the data in an R
27741 @code{data.frame}-like context. Functions are provided that make it possible
27742 to read in plain ndjson files or compressed (@code{gz}) ndjson files and either
27743 validate the format of the records or create \"flat\" @code{data.table}
27744 structures from them.")
27745 (license license:expat)))
27746
27747 (define-public r-streamr
27748 (package
27749 (name "r-streamr")
27750 (version "0.4.5")
27751 (source
27752 (origin
27753 (method url-fetch)
27754 (uri (cran-uri "streamR" version))
27755 (sha256
27756 (base32
27757 "1clx3b0j2515r1nmnl6ki7qw5n54q3x2jvqv3zrc00kq71mlj7ix"))))
27758 (properties `((upstream-name . "streamR")))
27759 (build-system r-build-system)
27760 (propagated-inputs
27761 `(("r-ndjson" ,r-ndjson)
27762 ("r-rcurl" ,r-rcurl)
27763 ("r-rjson" ,r-rjson)))
27764 (home-page
27765 "https://cran.r-project.org/package=streamR")
27766 (synopsis
27767 "Access to Twitter Streaming API via R")
27768 (description
27769 "This package provides functions to access Twitter's filter, sample, and
27770 user streams, and to parse the output into data frames.")
27771 (license license:gpl2)))
27772
27773 (define-public r-readods
27774 (package
27775 (name "r-readods")
27776 (version "1.7.0")
27777 (source
27778 (origin
27779 (method url-fetch)
27780 (uri (cran-uri "readODS" version))
27781 (sha256
27782 (base32
27783 "1hi217ab7hp15jsbzi5ak57cqf8jn2rv78bnn74q72gn9mrfra7n"))))
27784 (properties `((upstream-name . "readODS")))
27785 (build-system r-build-system)
27786 (propagated-inputs
27787 `(("r-cellranger" ,r-cellranger)
27788 ("r-readr" ,r-readr)
27789 ("r-stringi" ,r-stringi)
27790 ("r-xml2" ,r-xml2)))
27791 (native-inputs `(("r-knitr" ,r-knitr)))
27792 (home-page
27793 "https://cran.r-project.org/package=readODS")
27794 (synopsis "Read and Write ODS Files")
27795 (description
27796 "Import @dfn{OpenDocument Spreadsheet} (ODS) into R as a data frame.
27797 Also support writing data frame into ODS file.")
27798 (license license:gpl3)))
27799
27800 (define-public r-qpdf
27801 (package
27802 (name "r-qpdf")
27803 (version "1.1")
27804 (source
27805 (origin
27806 (method url-fetch)
27807 (uri (cran-uri "qpdf" version))
27808 (sha256
27809 (base32
27810 "03lnfncw8qd1fwfyqh1mjvnsjr3b63wxbah0wp5g7z7gba90dwbi"))
27811 (modules '((guix build utils)))
27812 (snippet
27813 '(begin
27814 ;; unvendor libqpdf
27815 (delete-file-recursively "src/libqpdf")
27816 (delete-file-recursively "src/include/qpdf")
27817 #t))))
27818 (properties `((upstream-name . "qpdf")))
27819 (build-system r-build-system)
27820 (arguments
27821 '(#:phases
27822 (modify-phases %standard-phases
27823 (add-after 'unpack 'configure
27824 (lambda _
27825 (setenv "EXTERNAL_QPDF" "1")
27826 #t)))))
27827 (inputs
27828 `(("zlib" ,zlib)
27829 ("qpdf" ,qpdf)))
27830 (propagated-inputs
27831 `(("r-askpass" ,r-askpass)
27832 ("r-curl" ,r-curl)
27833 ("r-rcpp" ,r-rcpp)))
27834 (native-inputs `(("pkg-config" ,pkg-config)))
27835 (home-page "https://github.com/ropensci/qpdf")
27836 (synopsis
27837 "Split, Combine and Compress PDF Files")
27838 (description
27839 "Content-preserving transformations transformations of PDF files such as
27840 split, combine, and compress. This package interfaces directly to the
27841 @code{qpdf} C++ API and does not require any command line utilities. Note that
27842 @code{qpdf} does not read actual content from PDF files: to extract text and
27843 data you need the @code{pdftools} package.")
27844 (license license:asl2.0)))
27845
27846 (define-public r-pdftools
27847 (package
27848 (name "r-pdftools")
27849 (version "2.3.1")
27850 (source
27851 (origin
27852 (method url-fetch)
27853 (uri (cran-uri "pdftools" version))
27854 (sha256
27855 (base32
27856 "01i5g2mjkshis0zlm7lrvi7kkzl4dn3if1hzwkgzf9n2mi33ndsx"))))
27857 (properties `((upstream-name . "pdftools")))
27858 (build-system r-build-system)
27859 (inputs
27860 `(("zlib" ,zlib)
27861 ("poppler" ,poppler)))
27862 (propagated-inputs
27863 `(("r-qpdf" ,r-qpdf) ("r-rcpp" ,r-rcpp)))
27864 (native-inputs `(("pkg-config" ,pkg-config)))
27865 (home-page
27866 "https://docs.ropensci.org/pdftools/")
27867 (synopsis
27868 "Text Extraction, Rendering and Converting of PDF Documents")
27869 (description
27870 "Utilities based on @code{libpoppler} for extracting text, fonts,
27871 attachments and metadata from a PDF file. Also supports high quality rendering
27872 of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for
27873 further processing in R.")
27874 (license license:expat)))
27875
27876 (define-public r-antiword
27877 (package
27878 (name "r-antiword")
27879 (version "1.3")
27880 (source
27881 (origin
27882 (method url-fetch)
27883 (uri (cran-uri "antiword" version))
27884 (sha256
27885 (base32
27886 "034znb0g9wwb8gi1r3z75v3sbb4mh83qrc4y8mbfx5lbgh8zhj6j"))
27887 (modules '((guix build utils)))
27888 (snippet
27889 '(begin
27890 ;; unvendor libantiword
27891 (delete-file-recursively "src")
27892 #t))))
27893 (properties `((upstream-name . "antiword")))
27894 (build-system r-build-system)
27895 (arguments
27896 '(#:phases
27897 (modify-phases %standard-phases
27898 (add-after 'unpack 'use-system-antiword
27899 (lambda* (#:key inputs #:allow-other-keys)
27900 (substitute* "R/antiword.R"
27901 (("system.file\\(\"bin\", package = \"antiword\"\\)")
27902 (string-append "\"" (assoc-ref inputs "antiword") "/bin\"")))
27903 #t)))))
27904 (inputs `(("antiword" ,antiword)))
27905 (propagated-inputs `(("r-sys" ,r-sys)))
27906 (home-page
27907 "https://github.com/ropensci/antiword#readme")
27908 (synopsis
27909 "Extract Text from Microsoft Word Documents")
27910 (description
27911 "Wraps the @code{AntiWord} utility to extract text from Microsoft Word
27912 documents. The utility only supports the old @code{doc} format, not the new
27913 xml based @code{docx} format. Use the @code{xml2} package to read the
27914 latter.")
27915 (license license:gpl2)))
27916
27917 (define-public r-readtext
27918 (package
27919 (name "r-readtext")
27920 (version "0.80")
27921 (source
27922 (origin
27923 (method url-fetch)
27924 (uri (cran-uri "readtext" version))
27925 (sha256
27926 (base32
27927 "0q8ajnp99fwvh14ppkm2z3gqwdwmjrvxvsfb4q7ad0dhkqric05y"))))
27928 (properties `((upstream-name . "readtext")))
27929 (build-system r-build-system)
27930 (propagated-inputs
27931 `(("r-antiword" ,r-antiword)
27932 ("r-data-table" ,r-data-table)
27933 ("r-digest" ,r-digest)
27934 ("r-httr" ,r-httr)
27935 ("r-jsonlite" ,r-jsonlite)
27936 ("r-pdftools" ,r-pdftools)
27937 ("r-readods" ,r-readods)
27938 ("r-readxl" ,r-readxl)
27939 ("r-streamr" ,r-streamr)
27940 ("r-stringi" ,r-stringi)
27941 ("r-striprtf" ,r-striprtf)
27942 ("r-tibble" ,r-tibble)
27943 ("r-xml2" ,r-xml2)))
27944 (native-inputs `(("r-knitr" ,r-knitr)))
27945 (home-page
27946 "https://github.com/quanteda/readtext")
27947 (synopsis
27948 "Import and Handling for Plain and Formatted Text Files")
27949 (description
27950 "This package provides functions for importing and handling text files
27951 and formatted text files with additional meta-data, such including @code{.csv},
27952 @code{.tab}, @code{.json}, @code{.xml}, @code{.html}, @code{.pdf}, @code{.doc},
27953 @code{.docx}, @code{.rtf}, @code{.xls}, @code{.xlsx}, and others.")
27954 (license license:gpl3)))
27955
27956 (define-public r-packcircles
27957 (package
27958 (name "r-packcircles")
27959 (version "0.3.4")
27960 (source
27961 (origin
27962 (method url-fetch)
27963 (uri (cran-uri "packcircles" version))
27964 (sha256
27965 (base32
27966 "05pv5c4k4njkr0xw6i6ksiy34hcyx2lbiqpv5gxw81yrkm0rxfyk"))))
27967 (properties `((upstream-name . "packcircles")))
27968 (build-system r-build-system)
27969 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
27970 (native-inputs `(("r-knitr" ,r-knitr)))
27971 (home-page
27972 "https://github.com/mbedward/packcircles")
27973 (synopsis "Circle Packing")
27974 (description
27975 "Algorithms to find arrangements of non-overlapping circles.")
27976 (license license:expat)))
27977
27978 ;; Cannot unbundle liblwgeom, because PostGIS does not support building it on
27979 ;; its own.
27980 (define-public r-lwgeom
27981 (package
27982 (name "r-lwgeom")
27983 (version "0.2-5")
27984 (source
27985 (origin
27986 (method url-fetch)
27987 (uri (cran-uri "lwgeom" version))
27988 (sha256
27989 (base32
27990 "0byhjqa2acns8mznl1ngnfygxxxyszvnq66qfg0smhhhdkwr67aa"))))
27991 (properties `((upstream-name . "lwgeom")))
27992 (build-system r-build-system)
27993 (inputs `(("geos" ,geos) ("proj" ,proj) ("sqlite" ,sqlite)))
27994 (propagated-inputs
27995 `(("r-rcpp" ,r-rcpp)
27996 ("r-sf" ,r-sf)
27997 ("r-units" ,r-units)))
27998 (native-inputs `(("pkg-config" ,pkg-config)))
27999 (home-page
28000 "https://github.com/r-spatial/lwgeom/")
28001 (synopsis
28002 "Bindings to Selected 'liblwgeom' Functions for Simple Features")
28003 (description
28004 "Access to selected functions found in
28005 @url{https://github.com/postgis/postgis/tree/master/liblwgeom,liblwgeom}, the
28006 light-weight geometry library used by @url{http://postgis.net/,PostGIS}.")
28007 (license license:gpl2)))
28008
28009 (define-public r-stars
28010 (package
28011 (name "r-stars")
28012 (version "0.5-1")
28013 (source
28014 (origin
28015 (method url-fetch)
28016 (uri (cran-uri "stars" version))
28017 (sha256
28018 (base32
28019 "0ybk899rc0rpf2cv5kwk78fvis5xnr255hfcy5khdxsxdqgl0m9j"))))
28020 (properties `((upstream-name . "stars")))
28021 (build-system r-build-system)
28022 (propagated-inputs
28023 `(("r-abind" ,r-abind)
28024 ("r-classint" ,r-classint)
28025 ("r-lwgeom" ,r-lwgeom)
28026 ("r-rlang" ,r-rlang)
28027 ("r-sf" ,r-sf)
28028 ("r-units" ,r-units)))
28029 (native-inputs `(("r-knitr" ,r-knitr)))
28030 (home-page "https://r-spatial.github.io/stars/")
28031 (synopsis
28032 "Spatiotemporal Arrays, Raster and Vector Data Cubes")
28033 (description
28034 "Reading, manipulating, writing and plotting spatiotemporal arrays
28035 (raster and vector data cubes) in @code{R}, using @code{GDAL} bindings provided
28036 by @code{sf}, and @code{NetCDF} bindings by @code{ncmeta} and @code{RNetCDF}.")
28037 (license license:asl2.0)))
28038
28039 (define-public r-tmaptools
28040 (package
28041 (name "r-tmaptools")
28042 (version "3.1-1")
28043 (source
28044 (origin
28045 (method url-fetch)
28046 (uri (cran-uri "tmaptools" version))
28047 (sha256
28048 (base32
28049 "0bal3czrdr93qig8s5cf5szld5vjbbks67rismfhlkmlgw6wp2gx"))))
28050 (properties `((upstream-name . "tmaptools")))
28051 (build-system r-build-system)
28052 (propagated-inputs
28053 `(("r-dichromat" ,r-dichromat)
28054 ("r-lwgeom" ,r-lwgeom)
28055 ("r-magrittr" ,r-magrittr)
28056 ("r-rcolorbrewer" ,r-rcolorbrewer)
28057 ("r-sf" ,r-sf)
28058 ("r-stars" ,r-stars)
28059 ("r-units" ,r-units)
28060 ("r-viridislite" ,r-viridislite)
28061 ("r-xml" ,r-xml)))
28062 (home-page
28063 "https://github.com/mtennekes/tmaptools")
28064 (synopsis "Thematic Map Tools")
28065 (description
28066 "Set of tools for reading and processing spatial data. The aim is to
28067 supply the workflow to create thematic maps. This package also facilitates
28068 @code{tmap}, the package for visualizing thematic maps.")
28069 (license license:gpl3)))
28070
28071 (define-public r-rworldmap
28072 (package
28073 (name "r-rworldmap")
28074 (version "1.3-6")
28075 (source
28076 (origin
28077 (method url-fetch)
28078 (uri (cran-uri "rworldmap" version))
28079 (sha256
28080 (base32
28081 "1q1h0n9qr0m5pdx10swrh9ddsvdj8kv5nqngrf3lnx9rg9iwivjk"))))
28082 (properties `((upstream-name . "rworldmap")))
28083 (build-system r-build-system)
28084 (propagated-inputs
28085 `(("r-fields" ,r-fields)
28086 ("r-maptools" ,r-maptools)
28087 ("r-sp" ,r-sp)))
28088 (home-page
28089 "https://github.com/AndySouth/rworldmap/")
28090 (synopsis "Mapping Global Data")
28091 (description
28092 "Enables mapping of country level and gridded user datasets.")
28093 (license license:gpl2+)))
28094
28095 (define-public r-rtweet
28096 (package
28097 (name "r-rtweet")
28098 (version "0.7.0")
28099 (source
28100 (origin
28101 (method url-fetch)
28102 (uri (cran-uri "rtweet" version))
28103 (sha256
28104 (base32
28105 "05pbvxm2vmf6935b9s6663k3aifnkr3m52wh2jvnplmrwyrfpn9n"))))
28106 (properties `((upstream-name . "rtweet")))
28107 (build-system r-build-system)
28108 (propagated-inputs
28109 `(("r-httpuv" ,r-httpuv)
28110 ("r-httr" ,r-httr)
28111 ("r-jsonlite" ,r-jsonlite)
28112 ("r-magrittr" ,r-magrittr)
28113 ("r-progress" ,r-progress)
28114 ("r-rcpp" ,r-rcpp)
28115 ("r-tibble" ,r-tibble)))
28116 (native-inputs `(("r-knitr" ,r-knitr)))
28117 (home-page
28118 "https://docs.ropensci.org/rtweet/")
28119 (synopsis "Collecting Twitter Data")
28120 (description
28121 "An implementation of calls designed to collect and organize Twitter data
28122 via @url{https://developer.twitter.com/en/docs,Twitter's REST and stream
28123 Application Program Interfaces (API)}.")
28124 (license license:expat)))
28125
28126 (define-public r-intervals
28127 (package
28128 (name "r-intervals")
28129 (version "0.15.2")
28130 (source
28131 (origin
28132 (method url-fetch)
28133 (uri (cran-uri "intervals" version))
28134 (sha256
28135 (base32
28136 "0mvwfwc03ifb30a3dzbmkv9adwqb8ajxhcw24d8xip8px063plhb"))))
28137 (properties `((upstream-name . "intervals")))
28138 (build-system r-build-system)
28139 (home-page "https://github.com/edzer/intervals")
28140 (synopsis
28141 "Tools for Working with Points and Intervals")
28142 (description
28143 "Tools for working with and comparing sets of points and intervals.")
28144 (license license:artistic2.0)))
28145
28146 (define-public r-eyelinker
28147 (package
28148 (name "r-eyelinker")
28149 (version "0.2.0")
28150 (source
28151 (origin
28152 (method url-fetch)
28153 (uri (cran-uri "eyelinker" version))
28154 (sha256
28155 (base32
28156 "14rfcdxad9iazwd46q6bm8gg1ryh6s8kf7arj00hhb7xz3gvk9c2"))))
28157 (properties `((upstream-name . "eyelinker")))
28158 (build-system r-build-system)
28159 (propagated-inputs
28160 `(("r-intervals" ,r-intervals)
28161 ("r-readr" ,r-readr)
28162 ("r-stringi" ,r-stringi)
28163 ("r-stringr" ,r-stringr)
28164 ("r-tibble" ,r-tibble)))
28165 (native-inputs `(("r-knitr" ,r-knitr)))
28166 (home-page
28167 "https://github.com/a-hurst/eyelinker")
28168 (synopsis
28169 "Import ASC Files from EyeLink Eye Trackers")
28170 (description
28171 "Imports plain-text ASC data files from EyeLink eye trackers into
28172 (relatively) tidy data frames for analysis and visualization.")
28173 (license license:gpl3)))
28174
28175 (define-public r-btm
28176 (package
28177 (name "r-btm")
28178 (version "0.3.5")
28179 (source
28180 (origin
28181 (method url-fetch)
28182 (uri (cran-uri "BTM" version))
28183 (sha256
28184 (base32
28185 "1x6bncb7r97z8bdyxnn2frdi9kyawfy6c2041mv9f42zdrfzm6jb"))))
28186 (properties `((upstream-name . "BTM")))
28187 (build-system r-build-system)
28188 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
28189 (home-page "https://github.com/bnosac/BTM")
28190 (synopsis "Biterm Topic Models for Short Text")
28191 (description
28192 "Biterm Topic Models find topics in collections of short texts. It is a
28193 word co-occurrence based topic model that learns topics by modeling word-word
28194 co-occurrences patterns which are called biterms. This in contrast to
28195 traditional topic models like Latent Dirichlet Allocation and Probabilistic
28196 Latent Semantic Analysis which are word-document co-occurrence topic models. A
28197 biterm consists of two words co-occurring in the same short text window. This
28198 context window can for example be a twitter message, a short answer on a
28199 survey, a sentence of a text or a document identifier. The techniques are
28200 explained in detail in the paper 'A Biterm Topic Model For Short Text' by
28201 Xiaohui Yan, Jiafeng Guo, Yanyan Lan, Xueqi Cheng (2013)
28202 @url{https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/\
28203 BTM-WWW13.pdf}.")
28204 (license license:asl2.0)))
28205
28206 (define-public r-textplot
28207 (package
28208 (name "r-textplot")
28209 (version "0.1.4")
28210 (source
28211 (origin
28212 (method url-fetch)
28213 (uri (cran-uri "textplot" version))
28214 (sha256
28215 (base32
28216 "1sgkndy2cxk8c76h8hwajn6f78w5jj2n8vsmaxh9kj931crzn8cy"))))
28217 (properties `((upstream-name . "textplot")))
28218 (build-system r-build-system)
28219 (propagated-inputs
28220 `(("r-data-table" ,r-data-table)
28221 ("r-lattice" ,r-lattice)
28222 ("r-matrix" ,r-matrix)))
28223 (native-inputs `(("r-knitr" ,r-knitr)))
28224 (home-page "https://github.com/bnosac/textplot")
28225 (synopsis "Text Plots")
28226 (description
28227 "Visualise complex relations in texts. This is done by providing
28228 functionalities for displaying text co-occurrence networks, text correlation
28229 networks, dependency relationships as well as text clustering. Feel free to
28230 join the effort of providing interesting text visualisations.")
28231 (license license:gpl2)))
28232
28233 (define-public r-gsa
28234 (package
28235 (name "r-gsa")
28236 (version "1.03.1")
28237 (source
28238 (origin
28239 (method url-fetch)
28240 (uri (cran-uri "GSA" version))
28241 (sha256
28242 (base32
28243 "05x9wspah1cdznjpncqam1iawsxdiigyl8v2anyhss2k7wwd94p1"))))
28244 (properties `((upstream-name . "GSA")))
28245 (build-system r-build-system)
28246 (home-page "https://statweb.stanford.edu/~tibs/GSA/")
28247 (synopsis "Gene set analysis")
28248 (description "This package lets you determine the significance of
28249 pre-defined sets of genes with respect to an outcome variable, such as a group
28250 indicator, a quantitative variable or a survival time.")
28251 ;; Any version of the LGPL
28252 (license license:lgpl3+)))
28253
28254 (define-public r-samr
28255 (package
28256 (name "r-samr")
28257 (version "3.0")
28258 (source
28259 (origin
28260 (method url-fetch)
28261 (uri (cran-uri "samr" version))
28262 (sha256
28263 (base32
28264 "01km0f7qgm73x19vbvsxl083hs1dq4dj8qm5h64cxbf20b08my15"))))
28265 (properties `((upstream-name . "samr")))
28266 (build-system r-build-system)
28267 (propagated-inputs
28268 `(("r-gsa" ,r-gsa)
28269 ("r-impute" ,r-impute)
28270 ("r-matrixstats" ,r-matrixstats)
28271 ("r-openxlsx" ,r-openxlsx)
28272 ("r-shiny" ,r-shiny)
28273 ("r-shinyfiles" ,r-shinyfiles)))
28274 (native-inputs `(("gfortran" ,gfortran)))
28275 (home-page "https://statweb.stanford.edu/~tibs/SAM/")
28276 (synopsis "Significance analysis of Microarrays")
28277 (description
28278 "This is a package for significance analysis of Microarrays for
28279 differential expression analysis, RNAseq data and related problems.")
28280 ;; Any version of the LGPL
28281 (license license:lgpl3+)))